(minibuffer-default-add-shell-commands): Fix doc-string typo.
[emacs.git] / lisp / ChangeLog
bloba23979fbd3b5f2246b64f7432c102b7fbc6d80f5
1 2009-01-01  Martin Rudalics  <rudalics@gmx.at>
3         * simple.el (minibuffer-default-add-shell-commands): Fix
4         doc-string typo.
6 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
8         * language/cham.el: Fix setting of composition-function-table.
10         * language/khmer.el: Fix setting of composition-function-table.
12         * language/tibet-util.el (tibetan-composition-function): Remove
13         unused function, obsoleted by 2008-09-05 change to tibetan.el.
15         * simple.el (minibuffer-default): Add defvar.
17         * hippie-exp.el: Require comint.
19 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
21         * simple.el (last-buffer): Don't set major mode of *scratch* if
22         that buffer exists already.  Rewrite doc-string.
24 2008-12-31  Andreas Schwab  <schwab@suse.de>
26         * tar-mode.el (tar-mode): Set write-contents-functions instead of
27         write-region-annotate-functions.
28         (tar-mode-write-contents): New function.
29         (tar-write-region-annotate): Remove.
31 2008-12-31  Chong Yidong  <cyd@stupidchicken.com>
33         * files.el (basic-save-buffer): Revert 2008-12-22 change.
34         (buffer-swapped-with): Var removed.
36 2008-12-30  Kenichi Handa  <handa@m17n.org>
38         * language/japanese.el (compose-gstring-for-variation-glyph): New
39         function.  Register it in composition-function-table.
41         * composite.el (lglyph-set-code): New function.
43 2008-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
45         * tar-mode.el (tar-data-swapped): New var.
46         (tar-data-swapped-p, tar-swap-data):
47         Use it instead of buffer-swapped-with.
48         (tar-write-region-annotate): Re-add (partial undo of last change).
49         (tar-mode): Use it again (partial undo as well).
51 2008-12-30  Ed Swarthout  <Ed.Swarthout@hwdebug.com>  (tiny change)
53         * textmodes/table.el (table-capture): Fix symbol quoting typo.
55 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
57         * follow.el (follow-select-if-visible): Improve the check for the
58         last line of the window.
59         (follow-post-command-hook): Perform redisplay in more
60         circumstances, to avoid getting point stuck on partially visible lines.
62 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
64         * follow.el (follow-calc-win-end): Use with-selected-window.
65         (follow-windows-start-end, follow-pos-visible)
66         (follow-windows-aligned-p): Code cleanup.
67         (follow-select-if-visible): Try to avoid partially-visible lines.
68         (follow-select-if-visible-from-first): Call follow-redisplay and
69         move point to destination.
70         (follow-redisplay): New arg, to keep selected window unchanged.
71         (follow-post-command-hook): In final check for destination
72         visibility, use window-start and window-end instead of the less
73         accurate follow-pos-visible.  If the selected window is redrawn,
74         tell follow-redisplay to preserve it.
75         (follow-calculate-first-window-start-from-below): Avoid looping
76         forever if vertical-motion returns an unexpected value.
78 2008-12-30  Andreas Schwab  <schwab@suse.de>
80         * server.el (server-running-p): Remove interactive spec.
81         Fix regexp.
83 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
85         * follow.el (follow-calc-win-start): Don't use `inline'.
86         (follow-update-window-start, follow-select-if-visible)
87         (follow-calculate-first-window-start-from-below)
88         (follow-post-command-hook): Code cleanup.
89         (follow-downward, follow-calculate-first-window-start): Function
90         deleted and merged into follow-redisplay.
91         (follow-redisplay): Merge code from follow-downward and
92         follow-calculate-first-window-start.
94 2008-12-30  Juanma Barranquero  <lekktu@gmail.com>
96         * proced.el (proced-tree-flag): Fix typo in docstring.
98 2008-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
100         * proced.el (proced-temp-alist): Renamed from variable
101         proced-children-alist.
102         (proced-process-tree, proced-toggle-tree): Fix docstring.
103         (proced-tree): Fix docstring.  Simplify.  Use proced-temp-alist.
104         (proced-temp-internal): Use proced-temp-alist.
106 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
108         * subr.el (mkdir): New defalias.
110 2008-12-29  Juri Linkov  <juri@jurta.org>
112         * proced.el (proced-mode-map): Bind " " to next-line instead of the
113         command `proced-next-line' removed on 2008-09-06.
115 2008-12-28  Juri Linkov  <juri@jurta.org>
117         * misearch.el (multi-isearch-next-buffer-function): Doc fix.
118         (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
120         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
121         Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
122         (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
123         is bound set it to `reftex-isearch-switch-to-next-file'.  Otherwise,
124         set 4 obsolete variables for backward-compatibility with Emacs 22.
126 2008-12-28  Juri Linkov  <juri@jurta.org>
128         * misc.el (butterfly): Doc fix.  Add `animate-string' and `browse-url'.
130 2008-12-28  Raffael Mancini  <raffael.mancini@hcl-club.lu>  (tiny change)
132         * misc.el (butterfly): New command.
134 2008-12-28  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
136         * proced.el (proced-grammar-alist): Allow predicate nil.  New
137         attribute tree.
138         (proced-format-alist): Use attribute tree.
139         (proced-tree-flag, proced-tree-indent): New variables.
140         (proced-children-alist): Renamed from proced-process-tree.  PPID
141         must refer to a process in process-alist.  Ignore PPIDs that equal
142         PID (Bug#1718).  Children alist inherits sorting order from
143         process-alist.
144         (proced-process-tree): New variable.  New function.
145         (proced-process-tree-internal, proced-toggle-tree)
146         (proced-tree, proced-tree-insert, proced-format-tree): New
147         functions.
148         (proced-mark-process-alist): Add docstring.
149         (proced-filter-parents): PPID must refer to a process in
150         process-alist.  Ignore PPIDs that equal PID (Bug#1718).
151         (proced-sort): Throw error if attribute is not sortable.
152         (proced-sort-interactive): Restrict completion to sortable
153         attributes.
154         (proced-format): Include tree in standard attributes if
155         proced-tree-flag is non-nil.  Make header clickable only if
156         corresponding predicate is non-nil.
157         (proced-update): Use proced-tree.
159 2008-12-28  Chong Yidong  <cyd@stupidchicken.com>
161         * diff.el (diff): Doc fix.
163         * emacs-lisp/rx.el (rx): Doc fix.
165         * files.el (move-file-to-trash): Bind backup-directory-alist to nil
166         before uniquifying backup trash file name.
168 2008-12-27  Andreas Schwab  <schwab@suse.de>
170         * vc-git.el (vc-git-dir-printer): Fix filename column.
172 2008-12-27  Nicholas Maniscalco <nicholas@maniscalco.com>  (tiny change)
174         * term.el (term-emulate-terminal): Decode substring just prior to
175         inserting it, i.e. revert part of the 2008-09-24 change. (Bug#1469)
177 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
179         * makefile.w32-in (MH_E_DIR): New variable.
180         ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
181         ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
182         ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
183         ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
184         ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
185         ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
186         ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
187         ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
188         ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
189         ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
190         ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
192         * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
193         ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
194         ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
195         ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
196         ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
197         ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
198         ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
199         ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
200         ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
201         ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
202         ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
204 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
206         * files.el (dosified-file-name): Declare.
208 2008-12-26  Andreas Schwab  <schwab@suse.de>
210         * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
212         * tar-mode.el (tar-swap-data): New function.
213         (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
214         (tar-mode-revert): Likewise.
215         (tar-mode): Likewise.  Don't set write-region-annotate-functions.
216         (tar-data-swapped-p): Test buffer-swapped-with.
217         (tar-write-region-annotate): Remove.
218         (tar-header-block-tokenize): Add argument `coding' and use it
219         instead of tar-file-name-coding-system.
220         (tar-summarize-buffer): Pass tar-file-name-coding-system here.
222 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
224         * dos-fns.el (dosified-file-name): New function.
226         * files.el (dir-locals-find-file): Run dir-locals-file through
227         dosified-file-name.  Compare files case-insensitively on systems
228         whose filesystems are case-insensitive.
230 2008-12-25  Martin Rudalics  <rudalics@gmx.at>
232         * help.el (help-for-help-internal): Fix entry for "l".
234 2008-12-25  Richard M Stallman  <rms@gnu.org>
236         * shadowfile.el (shadow-copy-file): Revert previous change.
237         This code as it was should work properly with buffer-swapped-with.
239 2008-12-24  Francois Fleuret  <francois.fleuret@idiap.ch>  (tiny change)
241         * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
243 2008-12-24  Dan Nicolaescu  <dann@ics.uci.edu>
245         * subr.el (chmod): New defalias for set-file-modes.
247 2008-12-23  Juri Linkov  <juri@jurta.org>
249         * isearch.el (isearch-filter-predicate, isearch-search):
250         Replace `isearch-filter-invisible' with `isearch-filter-visible'.
251         (isearch-filter-visible): Rename from
252         `isearch-filter-invisible'.  Doc fix.
254         * dired-aux.el (dired-isearch-filenames-toggle): Use the original
255         value from `dired-isearch-filter-predicate-orig' instead of the
256         symbol `isearch-filter-invisible'.  Doc fix.
257         (dired-isearch-filter-filenames): Doc fix.
258         Replace `isearch-filter-invisible' with `isearch-filter-visible'.
260         * info.el (Info-find-node-2): Use negative offset 2 instead of 1
261         for Info-point-loc since it is more correct in all cases.
262         (Info-isearch-filter): Rename from
263         `Info-isearch-filter-predicate'.  Doc fix.
264         (Info-mode): Replace `Info-isearch-filter-predicate' with
265         `Info-isearch-filter'.
267 2008-12-23  Daiki Ueno  <ueno@unixuser.org>
269         * pgg.el: Add obsolescence info.
271 2008-12-22  Richard M Stallman  <rms@gnu.org>
273         * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
275         * files.el (buffer-swapped-with): New variable.
276         (basic-save-buffer-0): Most of basic-save-buffer moved here.
277         (basic-save-buffer): Unswap the buffer temporarily if nec.
279         * dired.el (dired-readin): Inhibit modification hooks.
281 2008-12-22  Ulf Jasper  <ulf.jasper@web.de>
283         * net/newst-backend.el (newst-backend):
284         Remove wrong duplicate provide statement.
286 2008-12-22  Michael Albinus  <michael.albinus@gmx.de>
288         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
289         end, before updating.
290         (tramp-convert-file-attributes): Add "l" indicator to file modes.
291         (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
293 2008-12-21  Martin Rudalics  <rudalics@gmx.at>
295         * window.el (set-window-text-height): Fix doc-string.
297 2008-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
299         * minibuffer.el (completion-all-completions-with-base-size): Remove.
300         (completion-all-completions): Don't set it.
301         (completion-table-with-context, completion--file-name-table):
302         Don't add base-size in last cdr.
303         (completion-hilit-commonality): Add argument `base-size'.
304         (display-completion-list, completion-emacs21-all-completions)
305         (completion-emacs22-all-completions, completion-basic-all-completions):
306         Provide it.
307         (completion-pcm--all-completions): Don't need to remove the base-size
308         in last-cdr any more.
310 2008-12-20  Agustin Martin <agustin.martin@hispalinux.es>
312         * textmodes/ispell.el (ispell-check-minver): New function.
313         (ispell-check-version): Rewrite spellchecker and version checking.
314         Use (ispell-check-minver). Handle hunspell versions.
316 2008-12-20  Chong Yidong  <cyd@stupidchicken.com>
318         * ido.el (ido-read-internal): Handle `confirm' and
319         `confirm-after-completion' values for the require-match argument.
321 2008-12-20  Jason Rumney  <jasonr@gnu.org>
323         * international/mule.el (auto-coding-regexp-alist):
324         Use utf-8-with-signature for files starting with UTF-8 BOM. (Bug#269)
326 2008-12-20  Ami Fischman  <ami@fischman.org>
328         * bindings.el (mode-line-eol-desc): Use assoc to query
329         mode-line-eol-desc-cache.
331 2008-12-20  Glenn Morris  <rgm@gnu.org>
333         * comint.el (comint-save-input-ring-index): Add missing initial value.
335 2008-12-19  Juanma Barranquero  <lekktu@gmail.com>
337         * proced.el (proced-grammar-alist): Doc fix.
338         (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
339         (proced-filter-parents, proced-sort-header, proced-update, proced-help)
340         (proced-undo): Fix typos in docstrings.
342 2008-12-19  Glenn Morris  <rgm@gnu.org>
344         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
345         (authors-fixed-case): New constant.
346         (authors-public-domain-files, authors-ignored-files):
347         (authors-valid-file-names, authors-renamed-files-alist): Update lists.
348         (authors-renamed-files-regexps): Add some new entries.
349         (authors-canonical-file-name): Don't complain about ignored files.
350         (authors-canonical-author-name): Doc fix.  Respect authors-fixed-case.
351         (authors): Ensure error buffer is writable.
353 2008-12-18  Agustin Martin  <agustin.martin@hispalinux.es>
355         (ispell-really-hunspell): New variable to signal hunspell.
356         (ispell-check-version):
357         Check if hunspell and set ispell-really-hunspell if needed.
358         (ispell-send-string, ispell-start-process, flyspell-large-region):
359         Pass right options for hunspell if needed.
361 2008-12-18  Kenichi Handa  <handa@m17n.org>
363         * international/fontset.el (script-representative-chars)
364         (setup-default-fontset): Add more scripts.
366         * international/characters.el: Add more scripts.
368 2008-12-19  Juri Linkov  <juri@jurta.org>
370         * info.el (Info-isearch-search): Implement lax version of
371         incremental word search in Info.
372         (Info-isearch-start): Set Info-isearch-initial-node to the
373         current node when search is nonincremental to not stop at the
374         initial node in this case.
375         (Info-mode-map): Unbind "\M-s" from `Info-search'.
377 2008-12-18  Juanma Barranquero  <lekktu@gmail.com>
379         * textmodes/rst.el (rst-promote-region): Reflow docstring.
380         (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
381         (rst-repeat-last-character): Fix typos in docstrings.
382         (rst-mode, rst-backward-section): Doc fixes.
384 2008-12-18  Ulf Jasper  <ulf.jasper@web.de>
386         * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
387         (newsticker-treeview-quit): Call `newsticker-treeview-save'.
388         (newsticker--treeview-load): Check whether groups file exists.
390         * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
391         (newsticker-dir): Use `locate-user-emacs-file'.
393 2008-12-18  Martin Rudalics  <rudalics@gmx.at>
395         * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
396         end-of-visual-line to CUA's recognized commands.  (Bug#1549)
398 2008-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
400         * newcomment.el (comment-style): Default to `indent'.  (Bug#1153)
402         * startup.el (command-line): Do not mention the server name in
403         case the user has not mentioned it, print a more explicit message.
405         * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.  Change
406         all callers.
408 2008-12-18  Sam Steingold  <sds@gnu.org>
410         * vc-dir.el (vc-at-event): Handle (tool-bar) events.  Fix bug#1585.
412 2008-12-18  Juri Linkov  <juri@jurta.org>
414         * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
415         `isearch-edit-string-set-word'.
416         (isearch-edit-string-set-word): Remove.
417         (isearch-occur): Imitate the C function `wordify' by replacing
418         non-word character with the \\W+ regexp.
419         (isearch-search-fun): Add `isearch-nonincremental' to the
420         condition of using a non-lax version of `word-search-forward'.
422 2008-12-17  Daiki Ueno  <ueno@unixuser.org>
424         * epa-file.el (epa-file-insert-file-contents): Set
425         buffer-file-name before decrypting a file.
427 2008-12-16  Juanma Barranquero  <lekktu@gmail.com>
429         * server.el (server-start): If unable to start the server,
430         display a warning instead of raising an error.
432         * startup.el (server-process): Add defvar.
433         (command-line): If the daemon is unable to start the server,
434         display a message and exit Emacs.
436 2008-12-15  Sam Steingold  <sds@gnu.org>
438         * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
439         mostly for CLISP modules, but could also be useful elsewhere.
441 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
443         * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
444         * icomplete.el (icomplete-prospects-height):
445         * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
447 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
449         * international/mule.el (find-auto-coding): Fix typo in docstring.
451         * international/mule-cmds.el (select-safe-coding-system):
452         * mail/rmail.el (rmail-require-mime-maybe):
453         Fix arguments of `display-warning'.
455         * simple.el (bad-package-check): Fix arguments of `display-warning',
456         using the package name as TYPE.  Use `string-match-p'.
458 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
460         * proced.el (proced-sort-interactive, proced-sort-pcpu)
461         (proced-sort-pmem, proced-sort-start, proced-sort-time)
462         (proced-sort-user, proced-sort-header): Prefix arg determines
463         sorting order.  Suggested by Dan Nicolaescu.
464         (proced-revert): Doc fix.
466 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
468         * proced.el (proced-grammar-alist): Allow refiner elements that
469         are cons pairs (function . help-echo) or nil.
470         (proced-refine): Use them.
471         (proced-format-alist): Allow alternatives.
472         (proced-descend): New variable.
473         (proced-sort): New arg descend.
474         (proced-sort-interactive): Repeated calls toggle sort order.
475         (proced-format): Accomodate changes of proced-format-alist.
476         Undefined attributes are displayed as "?".
477         (proced-process-attributes): New optional arg pid-list.
478         Ignore processes with empty attribute list.
480 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
482         * proced.el (proced-auto-update-interval): Renamed from
483         proced-timer-interval.
484         (proced-auto-update-flag): Renamed from proced-timer-flag.
485         (proced-auto-update-timer): Renamed from proced-timer.
486         (proced-toggle-auto-update): Renamed from
487         proced-toggle-timer-flag.
488         (proced-available): Initialize appropriately.
490 2008-12-13  Glenn Morris  <rgm@gnu.org>
492         * subr.el (declare-function): Doc fix.
494         * font-core.el (font-lock-defaults): Doc fix: mention levels;
495         refer to elisp manual.
497 2008-12-12  Martin Rudalics  <rudalics@gmx.at>
499         * window.el (fit-window-to-buffer): Return non-nil when height
500         was orderly adjusted, nil otherwise.
502 2008-12-12  Juanma Barranquero  <lekktu@gmail.com>
503             Stefan Monnier  <monnier@iro.umontreal.ca>
505         * server.el (server-sentinel): Uncomment code to delete connection file.
506         (server-start): Save the connection file in the server property list.
507         Delete it only when we are reasonably convinced that it is not owned by
508         a running server.
509         (server-force-delete): New command to force-delete the connection file,
510         and stop the server if it is running.
511         (server-running-p): Return t also for local TCP servers when we find a
512         process with a matching PID, and :other for undecided cases.
514 2008-12-11  Martin Rudalics  <rudalics@gmx.at>
516         * window.el (fit-window-to-buffer): Use with-selected-window and
517         condition-case.  Do not delete more windows than necessary in
518         the shrinking (delta < 0) case.  Do not raise an error when the
519         containing frame is too small to show all of buffer.  (Bug#1488)
520         * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
521         min-height arg 1 to make sure that small buffers are shown.
523 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
525         * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
526         (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
527         (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
528         (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
529         (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
530         (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
531         (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
532         (ruby-backward-sexp, ruby-add-log-current-method)
533         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
534         (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
535         (ruby-deep-indent-paren): Doc fix.
536         (ruby-insert-encoding-magic-comment): Remove * from docstring.
537         (ruby-here-doc-find-end): Reflow docstring.
539 2008-12-11  Stephen Berman  <Stephen.Berman@rub.de>
541         * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
542         dired-shrink-to-fit is non-nil.  (Bug#1488)
544 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
546         * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
547         decoding of long locale info is now done in `w32-get-locale-info'.
549 2008-12-11  Chong Yidong  <cyd@stupidchicken.com>
551         * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
553 2008-12-10  Chong Yidong  <cyd@stupidchicken.com>
555         * Makefile.in (ELCFILES): Add ruby-mode.elc.
557         * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
558         terminal variable assignment.
560 2008-12-10  Yukihiro Matsumoto  <matz@ruby-lang.org>
561             Nobuyoshi Nakada  <nobu@ruby-lang.org>
563         * progmodes/ruby-mode.el: New file.
565 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
567         * net/tramp.el (top): Don't fail if there is no current message.
568         [Ulrich Mueller sent a patch, which I saw too late.]  (Bug#1514)
570 2008-12-10  Kenichi Handa  <handa@m17n.org>
572         * international/fontset.el (setup-default-fontset): Add an entry
573         for characters in the Unicode SIP area.
575 2008-12-10  Glenn Morris  <rgm@gnu.org>
577         * vc-mcvs.el: Move to obsolete/, with warning comment.
578         * Makefile.in (ELCFILES): Update.
580 2008-12-10  Daiki Ueno  <ueno@unixuser.org>
582         * epa-hook.el (epa-file-find-file-hook): Don't mark the current
583         buffer unmodified.  (Bug#1509)
584         * epa-file.el (epa-file-insert-file-contents): Set buffer's
585         modification time if visiting a file and the content is
586         successfully decrypted.
588 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
590         * files.el (save-some-buffers): At each map-y-or-n-p iteration,
591         check whether the buffer is still alive.
593 2008-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
595         * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
597 2008-12-09  Glenn Morris  <rgm@gnu.org>
599         * Makefile.in (ELCFILES): Update.
601 2008-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
603         * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
604         Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
606 2008-12-06  Chong Yidong  <cyd@stupidchicken.com>
608         * term/xterm.el (terminal-init-xterm): Discard pending input
609         before reading a reply to the terminal attributes query.
611 2008-12-05  Andreas Schwab  <schwab@suse.de>
613         * dired.el (dired-font-lock-keywords): Fix last change.
615 2008-12-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
617         * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
618         into (defcustom ... "..." :type ... :group...).
620 2008-12-05  Juanma Barranquero  <lekktu@gmail.com>
622         * international/mule-diag.el (mule-diag): Display the window
623         system version in a less laconic way.
625 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
627         * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
628         if the sorting functions are not loaded.  (Bug#1432)
630 2008-12-04  Sam Steingold  <sds@gnu.org>
632         * progmodes/compile.el (compilation-read-command): Extract from
633         compile.
634         (compile): Use it.
635         (recompile): Accept an optional argument to enable editing the
636         command line.
638 2008-12-04  Michael Albinus  <michael.albinus@gmx.de>
640         * net/tramp.el (top): Write a message, when loading Tramp.
642         * net/tramp-cache.el (tramp-dump-connection-properties):
643         Polish the check, whether to dump the data.
645 2008-12-04  Lute Kamstra  <lute@gnu.org>
647         * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
648         check if the file "CVS/Entries" exists.
650 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
652         * international/mule-diag.el (list-character-sets): Doc fix.
653         (list-character-sets-2): Fix info in header.  Simplify.
654         (print-coding-system): Simplify.
655         (list-input-methods-1): Simplify.
656         (mule-diag): Display current font/fontset for all window systems,
657         not just X.  Simplify.
659 2008-12-04  Glenn Morris  <rgm@gnu.org>
661         * vc-cvs.el (vc-cvs-register-switches): Doc fix.  Add t as option.
662         (vc-cvs-register): Doc fix.
663         * vc-mcvs.el (vc-mcvs-register-switches): Doc fix.  Add t as option.
664         (vc-mcvs-register): Doc fix.
665         * vc-rcs.el (vc-rcs-register-switches): Doc fix.  Add t as option.
666         (vc-rcs-register): Doc fix.
667         * vc-sccs.el (vc-sccs-register-switches): Doc fix.  Add t as option.
668         (vc-sccs-register): Doc fix.
669         * vc-svn.el (vc-svn-register-switches): Doc fix.  Add t as option.
670         (vc-svn-register): Doc fix.
672         * files.el (toggle-read-only): Doc fix.
674 2008-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
676         * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
677         be used in compact layout and vice-versa.
679 2008-12-03  Juanma Barranquero  <lekktu@gmail.com>
681         * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
682         like most list-* commands.
684         * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
685         They already exist in descr-text.el as `describe-char-unicodedata-file'
686         and `describe-char-unicode-data'.
687         (print-list): Simplify.
688         (read-charset): Reflow docstring.
689         (list-coding-systems): Doc fix.
691 2008-12-03  Glenn Morris  <rgm@gnu.org>
693         * vc.el (vc-diff-switches): Doc fix.
694         * vc-bzr.el (vc-bzr-diff-switches): Doc fix.  Add t as option.
695         (vc-bzr-log-switches): Doc fix.
696         * vc-cvs.el (vc-cvs-diff-switches): Doc fix.  Add t as option.
697         * vc-git.el (vc-git-diff-switches): Doc fix.
698         * vc-hg.el (vc-hg-diff-switches): Doc fix.
699         * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
700         * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
701         * vc-rcs.el (vc-rcs-diff-switches): Doc fix.  Add t as option.
702         * vc-sccs.el (vc-sccs-diff-switches): Doc fix.  Add t as option.
704         * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
705         other backends.
706         (vc-arch-diff): Apply switches.
708         * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
709         than appending.
711         * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
713 2008-12-03  Daiki Ueno  <ueno@unixuser.org>
715         * epa.el (epa--show-key): Use past tense of "expire" if the key
716         has already been expired.  Thanks to Peter BARABAS.
718 2008-12-03  Lute Kamstra  <lute@gnu.org>
720         * align.el:
721         * allout.el:
722         * apropos.el:
723         * arc-mode.el:
724         * autoinsert.el:
725         * avoid.el:
726         * battery.el:
727         * bookmark.el:
728         * buff-menu.el:
729         * calculator.el:
730         * chistory.el:
731         * cmuscheme.el:
732         * comint.el:
733         * compare-w.el:
734         * dabbrev.el:
735         * delim-col.el:
736         * desktop.el:
737         * diff-mode.el:
738         * diff.el:
739         * dired-aux.el:
740         * dired-x.el:
741         * dired.el:
742         * dos-vars.el:
743         * ediff-diff.el:
744         * ediff-help.el:
745         * ediff-init.el:
746         * ediff-merg.el:
747         * ediff-mult.el:
748         * ediff-ptch.el:
749         * ediff-vers.el:
750         * ediff-wind.el:
751         * ediff.el:
752         * emerge.el:
753         * facemenu.el:
754         * faces.el:
755         * ffap.el:
756         * filecache.el:
757         * find-dired.el:
758         * font-core.el:
759         * font-lock.el:
760         * forms.el:
761         * fringe.el:
762         * help-at-pt.el:
763         * hippie-exp.el:
764         * ido.el:
765         * image-file.el:
766         * imenu.el:
767         * indent.el:
768         * info.el:
769         * isearchb.el:
770         * iswitchb.el:
771         * jit-lock.el:
772         * jka-compr.el:
773         * log-edit.el:
774         * lpr.el:
775         * ls-lisp.el:
776         * man.el:
777         * menu-bar.el:
778         * midnight.el:
779         * mouse-sel.el:
780         * mouse.el:
781         * msb.el:
782         * outline.el:
783         * paren.el:
784         * pcmpl-cvs.el:
785         * pcmpl-gnu.el:
786         * pcomplete.el:
787         * pcvs-info.el:
788         * pcvs-parse.el:
789         * printing.el:
790         * ps-mule.el:
791         * ps-print.el:
792         * replace.el:
793         * ruler-mode.el:
794         * saveplace.el:
795         * sb-image.el:
796         * scroll-bar.el:
797         * sha1.el:
798         * shadowfile.el:
799         * shell.el:
800         * sort.el:
801         * speedbar.el:
802         * strokes.el:
803         * tempo.el:
804         * term.el:
805         * terminal.el:
806         * time-stamp.el:
807         * time.el:
808         * tree-widget.el:
809         * type-break.el:
810         * vc-cvs.el:
811         * vc-hg.el:
812         * vc-mcvs.el:
813         * vc-rcs.el:
814         * vc-sccs.el:
815         * vc.el:
816         * view.el:
817         * w32-vars.el:
818         * whitespace.el:
819         * wid-edit.el: Remove leading * from docstrings of defcustoms,
820         deffaces, defconsts and defuns.
822 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
824         * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
825         the prompt was added to the minibuffer.
827 2008-12-02  Glenn Morris  <rgm@gnu.org>
829         * format.el (format-write-file): Rewrite doc yet again.
831         * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
832         Doc fix.  (Bug#1368)
834         * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
836 2008-12-02  Aaron S. Hawley  <aaronh@garden.org>
838         * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
839         case where point is at the beginning of the buffer.  (Bug#1239)
841 2008-12-02  Lennart Borgman  <lennart.borgman@gmail.com>
843         * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
844         already have the correct indentation.  (Bug#859)
846 2008-12-02  Kenichi Handa  <handa@m17n.org>
848         * international/uni-decomposition.el: Re-generated.
850 2008-12-01  Andreas Schwab  <schwab@suse.de>
852         * dired.el (dired-font-lock-keywords): Avoid fontifying file names
853         ending in a colon as directory header.
855 2008-12-01  Kenichi Handa  <handa@m17n.org>
857         * international/uni-numeric.el: Re-generated.
859         * international/charprop.el: Re-generated.
861 2008-12-01  Juanma Barranquero  <lekktu@gmail.com>
863         * international/mule-cmds.el (locale-preferred-coding-systems):
864         Fix alist item.
866 2008-12-01  Michael Albinus  <michael.albinus@gmx.de>
868         * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
869         (tramp-set-connection-property, tramp-flush-connection-property)
870         (tramp-dump-connection-properties): Use it.
872 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
874         * wdired.el (wdired-finish-edit): If displaying a single file,
875         change dired-directory if that file was renamed.
877         * emacs-lisp/byte-run.el (macro-declaration-function):
878         Disallow declare specs with lengths of 3 or more.
880         * dirtrack.el (dirtrack): Fix error message.
882 2008-11-30  Glenn Morris  <rgm@gnu.org>
884         * vc-svn.el (vc-svn-diff-switches): Doc fix.
885         (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
887         * vc-git.el (vc-git-diff):
888         * vc-hg.el (vc-hg-diff):
889         * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
891         * eshell/esh-proc.el (eshell-needs-pipe): New variable.
892         (eshell-needs-pipe-p): New function.
893         (eshell-gather-process-output): Set process-connection-type according to
894         eshell-needs-pipe-p.  (Bug#1388)
896 2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
898         * calendar/diary-lib.el (diary-cyclic): Doc fix.
899         (diary-remind-message, diary-number-of-entries)
900         (diary-include-other-diary-files, diary-mark-included-diary-files)
901         (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
902         (diary-font-lock-keywords-1): Reflow docstrings.
903         (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
904         (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
906         * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
907         (timer-duration): Use `string-match-p'.
909 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
911         * complete.el (PC-do-complete-and-exit):
912         Use minibuffer-confirm-exit-commands.
914         * minibuffer.el (minibuffer-confirm-exit-commands):
915         Add PC-complete and PC-complete-word to the list.
917 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
919         * files.el (break-hardlink-on-save): Fix typo in docstring.
920         Add :version tag.
922         * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
923         (reb-mode): Define with `define-derived-mode'.
925 2008-11-29  Karl Fogel  <kfogel@red-bean.com>
927         * files.el (break-hardlink-on-save): New variable.
928         (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
929         (file-precious-flag): Mention it in doc string.
931 2008-11-29  Miles Bader  <miles@gnu.org>
933         * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
934         (minibuffer-complete-and-exit): Use it.
936 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
938         * term/x-win.el (x-gtk-stock-cache): New hash table.
939         (x-gtk-map-stock): Perform caching to prevent excess consing
940         during redisplay.
942 2008-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
944         * minibuffer.el (completion--try-word-completion): Don't ignore
945         partial-completion if it's the only style.
947 2008-11-28  Juanma Barranquero  <lekktu@gmail.com>
949         * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
950         (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
951         (reb-initialize-buffer): Update matches, in case we're reentering
952         RE Builder mode.
954 2008-11-28  Chong Yidong  <cyd@stupidchicken.com>
956         * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
957         to minibuffer.el; recognize `confirm' and `confirm-after-completion'
958         values for minibuffer-completion-confirm.
960 2008-11-28  Martin Rudalics  <rudalics@gmx.at>
962         * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
963         any but the first "*" in a doc-string.
965 2008-11-28  Glenn Morris  <rgm@gnu.org>
967         * format.el (format-write-file): Improve previous doc fix.
969 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
971         * simple.el (use-empty-active-region, use-region-p)
972         (region-active-p): Doc fix.
974 2008-11-27  Martin Rudalics  <rudalics@gmx.at>
976         * window.el (display-buffer): Fix handling of not-this-window
977         argument.  (Bug#1415)
979 2008-11-27  Kenichi Handa  <handa@m17n.org>
981         * international/characters.el: Set category 'C' to characters
982         #x20000..#x2AFFF, #x2F800..#x2FFFF.
984         * loadup.el: Set inhibit-load-charset-map to t while preloading files.
986 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
988         * tool-bar.el (tool-bar-find-image-cache): Var deleted.
989         (tool-bar-find-image): Function deleted.
990         (tool-bar-local-item, tool-bar-local-item-from-menu):
991         Use find-image instead of tool-bar-find-image.
992         (tool-bar-keymap-cache): New hash table.
993         (tool-bar-make-keymap): Use it.
994         (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
996 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
998         * net/dbus.el (dbus-handle-event): The result of a message call
999         handler can also be an object, which is not a consp.
1001 2008-11-25  Alan Mackenzie  <acm@muc.de>
1003         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
1004         (forward-list, backward-list, down-list, backward-up-list)
1005         (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
1006         (insert-pair, insert-parentheses): State that the command assumes
1007         that point is not in a string or comment.
1009 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
1011         * net/dbus.el (dbus-string-to-byte-array)
1012         (dbus-byte-array-to-string, dbus-escape-as-identifier)
1013         (dbus-unescape-from-identifier): New defuns.
1014         (dbus-handle-event): The result of a message call is a list of
1015         arguments, which must be expanded when passing to
1016         `dbus-method-return-internal'.
1018         * net/tramp.el (tramp-handle-write-region): Improve the check for
1019         calling direct copy.
1020         (tramp-find-inline-encoding): Don't raise an error but a warning,
1021         when no inline encoding is found.
1022         (tramp-get-remote-coding): Check for a symbol.  The negative check
1023         for a string fails, when there is an empty string.
1025 2008-11-26  Glenn Morris  <rgm@gnu.org>
1027         * vc-git.el (vc-git-diff-switches): New option.
1028         (vc-git-diff): Apply diff switches.  (Bug#1386)
1029         Give it a basic doc string.
1031         * term/pc-win.el (x-font-family-list): Replace redefinition with
1032         ifdef in src/xfaces.c, since it confuses make-docfile.  (Bug#1383)
1034 2008-11-26  Vincent Belaïche  <vincent.b.1@hotmail.fr>
1036         * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
1037         of the polynomial rather than the whole polynomial.
1039 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
1041         * mail/mailabbrev.el (define-mail-abbrev): When reading from
1042         mailrc, recognize string quoting.  When reading from Lisp, accept
1043         rfc822-like addresses.
1045         * mail/mailalias.el (define-mail-alias): Sync code with
1046         define-mail-abbrev.
1048 2008-11-25  Glenn Morris  <rgm@gnu.org>
1050         * eshell/esh-proc.el (eshell-gather-process-output):
1051         Revert previous change.  (re-opens Bug#1388)
1053         * select.el (x-set-cut-buffer): Fix signal arguments.
1055         * speedbar.el (speedbar-restricted-move): Fix signal arguments.
1057 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
1059         * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
1060         (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
1061         (bubbles--empty-char): Use "\s".
1063 2008-11-25  Jay Belanger  <jay.p.belanger@gmail.com>
1065         * calc/calc.el (calc-settings-file, calc-language-alist)
1066         (calc-embedded-announce-formula)
1067         (calc-embedded-announce-formula-alist)
1068         (calc-embedded-open-formula, calc-embedded-close-formula)
1069         (calc-embedded-open-close-formula-alist)
1070         (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
1071         (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
1072         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
1073         (calc-embedded-open-close-new-formula-alist)
1074         (calc-embedded-open-mode, calc-embedded-close-mode)
1075         (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
1076         (calc-gnuplot-plot-command, calc-gnuplot-print-command)
1077         (calc-multiplication-has-precedence): Remove unnecessary asterisks
1078         from docstrings.
1080 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
1082         * calculator.el (calculator-op-or-exp): Reflow docstring.
1083         (calculator-remove-zeros, calculator-repR, calculator-repL):
1084         Fix typos in docstrings.
1086 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
1088         * log-view.el (log-view-annotate-version): Let vc-annotate manage
1089         windows instead of calling switch-to-buffer.
1091         * diff.el (diff-sentinel): Take note of diff error return value.
1093 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
1095         * calendar/appt.el (appt-disp-window): Do a set-buffer when the
1096         frame can't be split.
1098 2008-11-24  Ulf Jasper  <ulf.jasper@web.de>
1100         * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
1101         (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
1102         (newsticker--treeview-tree-update-tag): Remove dead code.
1103         (newsticker-treeview-update): Don't update cache.
1104         (newsticker-treeview-quit): Don't save cache.
1105         (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
1106         (newsticker-treeview-save): Use `newsticker-dir'.
1107         (newsticker--treeview-load): Use `newsticker-dir'.
1108         (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
1109         Update tags.
1110         (newsticker-treeview-tree-do-click): Slightly simplified.
1112         * net/newst-backend.el (newsticker-dir): New.
1113         (newsticker-start): Use `newsticker--cache-read'.
1114         (newsticker-stop): Use `newsticker--cache-save'.
1115         (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
1116         (newsticker--images-dir): New.
1117         (newsticker--image-get, newsticker--image-sentinel):
1118         Use `newsticker--images-dir'.
1119         (newsticker--cache-save-version1): Backup version of
1120         `newsticker--cache-save'.
1121         (newsticker--cache-update): Create newsticker-dir if necessary.
1122         (newsticker--cache-dir): New.
1123         (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
1124         (newsticker--cache-save-feed): New.
1125         (newsticker--cache-read-version1): New. Backuped version for reading
1126         cache data..
1127         (newsticker--cache-read, newsticker--cache-do-read): New.
1129         * net/newst-reader.el (newsticker--image-read):
1130         Use `newsticker--images-dir'.
1132 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
1134         * files.el (confirm-nonexistent-file-or-buffer):
1135         Allow `after-completion' value to request confirm only after TAB.
1136         (confirm-nonexistent-file-or-buffer): New function.
1137         (read-buffer-to-switch, find-file, find-file-other-window)
1138         (find-file-other-frame, find-file-read-only)
1139         (find-file-read-only-other-window)
1140         (find-file-read-only-other-frame): Use it.
1141         (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
1142         Thanks to Alan Mackenzie for suggesting the new behavior.
1144         * minibuffer.el (minibuffer-complete-and-exit):
1145         Change `confirm-only' value of minibuffer-completion-confirm to
1146         `confirm', and handle a `confirm-after-completion' value.
1148 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
1150         * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
1152 2008-11-24  Andreas Schwab  <schwab@suse.de>
1154         * image.el (image-type-header-regexps): Recognize more xbm format
1155         variants.
1157 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
1159         * textmodes/artist.el (artist-charlist-to-string): Simplify.
1160         (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
1161         (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
1162         (artist-replace-string, artist-draw-rect, artist-draw-line)
1163         (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
1164         (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
1165         (artist-pen, artist-pen-line, artist-text-insert-common)
1166         (artist-text-overwrite, artist-spray-get-interval)
1167         (artist-spray-clear-circle, artist-erase-char)
1168         (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
1169         (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
1170         (artist-key-draw-1point, artist-key-draw-2points)
1171         (artist-mouse-draw-continously): Fix typos in docstrings.
1172         (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
1173         (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
1174         (artist-backward-char, artist-forward-char): Doc fixes.
1175         (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
1176         Reflow docstrings.
1178 2008-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1180         * international/quail.el (quail-vunion): New function.
1181         (quail-defrule-internal): Use it to prevent accumulating redundant
1182         alternatives when `append' is set.
1183         (quail-insert-decode-map): Simplify computation of the max-key-width.
1184         Compute it right for multiple-list.
1186 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
1188         * emacs-lisp/elp.el (elp-instrument-list): Check argument type
1189         explicitly.  Doc fix.
1191 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
1193         * calendar/appt.el (appt-disp-window): Move minibuffer check
1194         after binding this-window and do not set-buffer to make sure we
1195         won't deselect the minibuffer.  (Bug#1413)
1197 2008-11-24  Dan Nicolaescu  <dann@ics.uci.edu>
1199         * vc-hg.el (vc-hg-program): Remove.
1200         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
1201         Undo previous change.
1203 2008-11-23  Martin Rudalics  <rudalics@gmx.at>
1205         * info-look.el (info-lookup): When Info buffer is visible on
1206         another frame, raise that frame.
1208 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
1210         * allout.el (allout-mode): Fix typo in docstring.
1212         * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
1213         (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
1215 2008-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1217         * vc-hooks.el (vc-follow-link): Complete last change.
1219 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
1221         * textmodes/remember.el (remember-region): Doc fix.
1222         (remember-filter-functions, remember-handler-functions)
1223         (remember-save-after-remembering, remember-mailbox)
1224         (remember-default-priority, remember-data-file, remember-leader-text)
1225         (remember-diary-file): Remove * from defcustom docstrings.
1226         (remember-run-all-annotation-functions-flag)
1227         (remember-all-handler-functions): Reflow docstrings.
1228         (remember-store-in-mailbox): Fix typo in docstring.
1229         (remember-mode): Define with `define-derived-mode'.  Doc fix.
1231 2008-11-23  Glenn Morris  <rgm@gnu.org>
1233         * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
1234         (eshell-do-pipelines): Add optional argument to distinguish recursive
1235         calls.  Use to set eshell-in-pipeline-p to 'first for the first command
1236         in a pipeline.
1238         * eshell/esh-proc.el (eshell-gather-process-output):
1239         Set process-connection-type nil for all but the first element of a
1240         pipeline.  (Bug#1388)
1242 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
1244         * ediff-hook.el: Add tooltips to Emacs menus.
1246         * ediff.el: Change date of last update.
1248 2008-11-22  Juri Linkov  <juri@jurta.org>
1250         * dired-aux.el (dired-isearch-filenames): Add new context-dependent
1251         option `dwim'.  Change non-dwim option from `dired-filename' to `t'.
1252         Doc fix.
1253         (dired-isearch-filenames-setup): Run filename Isearch only when
1254         dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
1255         and the text property `dired-filename' at point is non-nil.
1256         In this case also set isearch-message-prefix-add to "filename ".
1257         (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
1258         (dired-isearch-filenames, dired-isearch-filenames-regexp):
1259         Don't let-bind isearch-message-prefix-add since this is done now
1260         in dired-isearch-filenames-setup.
1262         * isearch.el (isearch-mode): Change the order of calling
1263         `isearch-update' and running the `isearch-mode-hook' to call
1264         `isearch-update' with Isearch parameters set in this hook.
1266         * progmodes/compile.el (compilation-auto-jump-to-first-error):
1267         Fix docstring - change "during `compile'" to "during compilation".
1269         * descr-text.el (describe-char-unidata-list): Move `old-name' to
1270         be immediately after `name'.
1272         * startup.el (initial-buffer-choice): Change an abstract file name
1273         "file.txt" to more reasonable default file name value "~/.emacs".
1275 2008-11-22  Juri Linkov  <juri@jurta.org>
1277         * files.el (hack-local-variables-confirm): Rename arg `project' to
1278         `dir-name'.  Move `(or dir-name name)' to let-binding of `name'.
1279         (hack-local-variables-filter): Rename arg `project' to `dir-name'.
1280         (hack-local-variables): Rename call of `hack-project-variables' to
1281         `hack-dir-local-variables'.  Change error text to "Directory-local
1282         variables error".
1283         (dir-locals-class-alist): Rename from `project-class-alist'.
1284         (dir-locals-directory-alist): Rename from `project-directory-alist'.
1285         (dir-locals-get-class-variables): Rename from `project-get-alist'.
1286         (dir-locals-collect-mode-variables): Rename from
1287         `project-collect-bindings-from-alist'.  Rename arg `mode-alist' to
1288         `mode-variables', and arg `settings' to `variables'.
1289         (dir-locals-collect-variables): Rename from
1290         `project-collect-binding-list'.  Rename arg `binding-list' to
1291         `class-variables', and arg `settings' to `variables'.
1292         (dir-locals-set-directory-class): Rename from `set-directory-project'.
1293         (dir-locals-set-class-variables): Rename from `define-project-bindings'.
1294         Rename arg `settings' to `variables'.
1295         (dir-locals-file): New defconst.
1296         (dir-locals-find-file): Rename from `project-find-settings-file'.
1297         Use `dir-locals-file'.  Rename let-bound `settings' to `locals-file',
1298         and `pda' to `dir-elt'.
1299         (dir-locals-read-from-file): Rename from
1300         `project-define-from-project-file'.  Rename arg `settings-file'
1301         to `file'.  Rename let-bound `list' to `variables'.
1302         (hack-dir-local-variables): Rename from `hack-project-variables'.
1303         Rename let-bound `settings' to `variables-file', `root-dir'
1304         to `dir-name', and `bindings' to `variables'.
1306 2008-11-22  Lute Kamstra  <lute@gnu.org>
1308         * simple.el (goto-line): Rename argument.
1310 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
1312         * makefile.w32-in (compile-first): New target.
1313         (recompile): Depend on compile-first.
1315         * Makefile.in (recompile): Depend on compile-first.
1317 2008-11-22  Martin Rudalics  <rudalics@gmx.at>
1319         * files.el (switch-to-buffer-other-window)
1320         (switch-to-buffer-other-frame): Rename buffer argument to
1321         buffer-or-name.  Reword and mention new option
1322         confirm-nonexistent-file-or-buffer in doc-string.
1324 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
1326         * emulation/viper.el: Date change.
1328         * emulation/viper-cmd.el (viper-envelop-ESC-key):
1329         viper-translate-all-ESC-keysequences is now a function.
1331         * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
1332         Make this variable.
1334 2008-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1336         * vc-hooks.el (vc-follow-link, vc-find-file-hook):
1337         Use buffer-file-truename to handle symlinks in any part of the filename.
1339 2008-11-22  Glenn Morris  <rgm@gnu.org>
1341         * vc-mtn.el (vc-mtn-diff-switches): New option.
1342         (vc-mtn-program): Rename from vc-mtn-command, for
1343         consistency with other backends.  Keep old name as alias.
1344         Update callers.  Make it a defcustom.
1345         (vc-mtn-diff): Give it a doc string.  Apply diff switches.
1347         * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
1348         consistency with other backends.  Keep old name as alias.
1349         Make it a defcustom.
1350         (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
1352         * vc-hg.el (vc-hg-program): New option.
1353         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
1354         Use vc-hg-program rather than hard-coded "hg".
1356         * vc-svn.el: Remove leading `*' from defcustom doc-strings.
1357         (vc-svn-program): Move defcustom to start.
1358         (vc-svn-create-repo, vc-svn-modify-change-comment):
1359         Use vc-svn-program rather than hard-coded "svn".
1361         * menu-bar.el: Stylistic consistency fixes for various menu and
1362         help texts.
1364         * kmacro.el (kmacro-insert-counter): Doc fix.
1366 2008-11-21  Ivan Shmakov  <oneingray@gmail.com>  (tiny change)
1368         * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
1370 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1372         * international/quail.el (quail-indent-to): New function.
1373         (quail-completion-1, quail-completion-list-translations)
1374         (quail-insert-decode-map): Use it to improve alignment.
1375         (quail-build-decode-map): Don't ignore latin-1 chars.
1376         (quail-help): Increase the max decode-map size so that even the TeX map
1377         gets printed.
1379         * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
1380         Signal error for invalid bookmark.
1381         (bookmark-get-bookmark-record): Undo last change.
1382         (bookmark-store, bookmark-delete): Use new arg `noerror'.
1384         * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
1385         Suggested by Toru TSUNEYOSHI.
1387 2008-11-21  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1389         * byte-opt.el (byte-compile-butlast): Move up in file.
1390         (byte-optimize-plus): Don't call
1391         byte-optimize-delay-constants-math (bug#1334).
1392         Use byte-optimize-predicate to optimize constants.
1393         (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
1394         Remove zero arguments first
1395         if possible.  Call byte-optimize-predicate to optimize constants.
1396         (byte-optimize-multiply): Remove optimizations for arguments of 0
1397         and 2, which may be inaccurate.  Optimize (* x -1) to (- x).
1398         Call byte-optimize-predicate.
1399         (byte-optimize-divide): Leave runtime errors unchanged.
1400         Optimize (/ x 1) to (+ x 0).  Remove optimizations for arguments of
1401         0 and 2.0, which may be inaccurate.  Call byte-optimize-predicate.
1403 2008-11-21  Juanma Barranquero  <lekktu@gmail.com>
1405         * bookmark.el (bookmark-jump-noselect): Add obsolescence
1406         declaration and remove redundant info from docstring.
1408         * isearch.el (isearch-search-string): Doc fix.
1409         (search-exit-option, search-slow-window-lines, search-slow-speed)
1410         (search-upper-case, search-nonincremental-instead)
1411         (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
1412         (search-ring-update, search-highlight, isearch-lazy-highlight)
1413         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1414         (lazy-highlight-interval): Remove * from defcustom docstrings.
1415         (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
1416         Remove * from defcustom docstrings; fix typos.
1417         (isearch-push-state-function, isearch-help-for-help-internal)
1418         (isearch-help-for-help, isearch-describe-bindings)
1419         (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
1420         (isearch-pop-fun-state, isearch-search-fun-function)
1421         (isearch-lazy-highlight-search): Fix typos in docstrings.
1422         (isearch-yank-internal, isearch-fallback): Reflow docstrings.
1423         (isearch-forward): Fix typo and reflow docstring.
1424         (isearch-help-map): Remove unused `i' binding.  Fix typos in docstring.
1425         (isearch-mode-map): Don't use `let*'.
1427 2008-11-21  Chong Yidong  <cyd@stupidchicken.com>
1429         * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
1431 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1433         * isearch.el (isearch-search-string): Simplify and convert docstring.
1435         * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
1437 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
1439         * international/mule-util.el (set-nested-alist): Doc fix.  Use `when'.
1440         (lookup-nested-alist): Doc fix.
1441         (with-coding-priority): Reflow docstring.
1442         (detect-coding-with-priority): Fix typos in obsolescence declaration.
1443         (char-displayable-p): Reflow docstring.  Use `when'.
1445 2008-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
1447         * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
1448         week forward/backward.
1450 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
1452         * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
1453         (with-electric-help): Fix typo and reflow docstring.
1455 2008-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1457         * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
1458         (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
1459         (list-buffers-noselect): Don't need to pad.
1461 2008-11-20  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1463         * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
1464         Pay attention to char widths when computing string sizes.
1466 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
1468         * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
1469         (byte-compile-output-docform): Reflow docstrings.
1470         (no-byte-compile): Fix typo in docstring.
1471         (byte-recompile-directory, compile-defun): Doc fixes.
1472         (emacs-lisp-file-regexp, byte-compile-verbose)
1473         (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
1474         (byte-compile-dynamic-docstrings, byte-optimize-log)
1475         (byte-compile-error-on-warn, byte-compile-warnings)
1476         (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
1477         Remove * from defcustom docstrings.
1479 2008-11-20  Glenn Morris  <rgm@gnu.org>
1481         * format.el (format-alist, format-write-file): Doc fix.
1483         * proced.el (proced-available): New variable.
1484         (proced-process-attributes): Move availability check from previous
1485         change from here...
1486         (proced): ... to here.
1488         * vc-hg.el (vc-hg-diff-switches): New option.
1489         (vc-hg-diff): Apply diff switches.  (Bug#1017)
1491         * calc/calc-units.el (math-additional-units): Doc fix (active voice).
1493         * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
1495 2008-11-20  Stephen Berman  <Stephen.Berman@gmx.net>
1497         * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
1499 2008-11-19  Juanma Barranquero  <lekktu@gmail.com>
1501         * calc/calc-units.el (math-units-table): Doc fix.
1502         (math-standard-units): Fix typo in constant's description.
1503         (math-additional-units): Fix typo in docstring.
1505 2008-11-19  Ulrich Mueller  <ulm@kph.uni-mainz.de>
1507         * calc/calc-units.el (math-standard-units): Add eps0,
1508         permittivity of vacuum.
1510 2008-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
1512         * files.el (project-settings-file): Remove.
1513         (project-find-settings-file): Undo previous change that added the
1514         use of project-settings-file.
1516 2008-11-19  Glenn Morris  <rgm@gnu.org>
1518         * proced.el (proced, proced-format-time): Doc fixes.
1519         (proced-process-attributes): Signal an error if unsupported.  (Bug#1314)
1521 2008-11-19  Karl Fogel  <kfogel@red-bean.com>
1523         * bookmark.el (bookmark-jump-noselect): Move the deprecation
1524         notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
1526 2008-11-19  Lute Kamstra  <lute@gnu.org>
1528         * autoinsert.el (auto-insert-alist): Don't use match data.
1530 2008-11-19  Glenn Morris  <rgm@gnu.org>
1532         * progmodes/f90.el (f90-mode-map): Add some menu :help.
1534         * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
1536         * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
1537         * term/w32-win.el (x-select-font): Declare.
1539         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
1540         Use the imperative for all help strings.
1542 2008-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1544         * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
1545         case where the default dictionary is French, Spanish, younameit.
1547         * window.el (window--frame-usable-p): Consider dedicated windows
1548         as usable.
1550         * files.el (confirm-nonexistent-file-or-buffer):
1551         Rename from find-file-confirm-nonexistent-file.
1552         (read-buffer-to-switch): Use it.
1554 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
1556         * server.el (server-temp-file-p): Use `string-match-p'.
1557         (server-socket-dir): Set to nil if local sockets are unsupported.
1558         (server-start): Don't try to delete local socket if unsupported.
1559         (server-kill-new-buffers): Reflow docstring.
1560         (server-delete-client, server-handle-delete-frame)
1561         (server-save-buffers-kill-terminal): Doc fixes.
1562         (server-send-string): Fix typo in docstring.
1564 2008-11-18  Sam Steingold  <sds@gnu.org>
1566         * progmodes/compile.el (compilation-start-hook): New hook.
1567         (compilation-start): Run it on the compilation process.
1569 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
1571         * international/mule-cmds.el (update-leim-list-file): Simplify.
1572         (prefer-coding-system, find-coding-systems-for-charsets):
1573         Fix docstring typos.
1574         (select-safe-coding-system, input-method-exit-on-first-char)
1575         (language-info-alist, language-info-custom-alist): Reflow docstrings.
1576         (toggle-input-method, read-multilingual-string): Doc fixes.
1577         Reflow docstrings.
1578         (locale-name-match, sort-coding-systems, find-multibyte-characters)
1579         (read-char-by-name): Use `string-match-p'.
1580         (get-char-code-property, put-char-code-property)
1581         (char-code-property-description): Be silent while loading uni-* files.
1582         (ucs-names): Use `dotimes-with-progress-reporter', because loading
1583         the Unicode character names is *slow*.
1585 2008-11-17  Chong Yidong  <cyd@stupidchicken.com>
1587         * wid-edit.el (widget-image-insert): Don't add a mouse-face.
1589         * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
1591 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
1593         * international/mule-cmds.el (ucs-completions): Mark as risky.
1595 2008-11-17  Martin Rudalics  <rudalics@gmx.at>
1597         * help-macro.el (three-step-help): Remove * from defcustom.
1598         (make-help-screen): Don't iconify selected frame.  (Bug#1322)
1599         Use when instead of if and cond within condition-case.
1601         * window.el (quit-window): Bind window to selected window when
1602         trying to delete it.
1604 2008-11-17  Glenn Morris  <rgm@gnu.org>
1606         * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
1607         definition of 'ignore, rather than nil.  (Bug#1353)
1609 2008-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1611         * window.el (window--frame-usable-p): Allow use for soft-dedication.
1613 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
1615         * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
1617         * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
1618         (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
1619         (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
1620         (kill-word, backward-kill-word, zap-to-char): Doc fixes.
1621         (shell-command, repeat-complex-command): Reflow docstrings.
1622         (pop-to-mark-command): Fix typos in docstring.
1624 2008-11-17  Juri Linkov  <juri@jurta.org>
1626         * isearch.el (isearch-filter-predicate): Rename from
1627         `isearch-success-function'.  Rename default value from
1628         `isearch-success-function-default' to
1629         `isearch-filter-invisible'.  Doc fix.
1630         (isearch-filter-invisible): Rename from
1631         `isearch-success-function-default'.  Doc fix.
1632         (isearch-search, isearch-lazy-highlight-search):
1633         Rename `isearch-success-function' to `isearch-filter-predicate'.
1635         * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
1636         `dired-isearch-orig-success-function'.
1637         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
1638         (dired-isearch-filenames-end): Rename `isearch-success-function' to
1639         `isearch-filter-predicate'.  Doc fix.
1640         (dired-isearch-filter-filenames): Rename from
1641         `dired-isearch-success-function'.
1643         * info.el (Info-search, Info-mode):
1644         Rename `isearch-success-function' to `isearch-filter-predicate'.
1645         (Info-isearch-filter-predicate): Rename from
1646         `Info-search-success-function'.
1648         * simple.el (minibuffer-default-add-function): Fix docstring to
1649         use clear text "default values" instead of obscure references to
1650         the dynamic variable `minibuffer-default'.
1652 2008-11-16  Glenn Morris  <rgm@gnu.org>
1654         * term/ns-win.el (ns-extended-platform-support-mode):
1655         Tweak menu entry from previous change.
1657         * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
1659         * cus-edit.el (custom-buffer-create-internal): Always insert the
1660         in-buffer buttons, regardless of tool-bar.  (Bug#1326)
1662 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
1664         * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
1666 2008-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1668         * ielm.el (ielm-eval-input): Fix thinko in last change.
1670 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
1672         * subr.el (read-passwd): Yank current kill if the user enters C-y.
1674 2008-11-16  Michael Albinus  <michael.albinus@gmx.de>
1676         * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
1677         (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
1679         * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
1680         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1681         Handle `file-name-as-directory'.
1683 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
1685         * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
1686         usual variable-pitch face.
1688 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
1690         * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
1691         (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
1692         (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
1693         (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
1694         (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
1695         (ange-ftp-quote-string, ange-ftp-process-handle-line)
1696         (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
1697         (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
1698         (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
1699         (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
1700         (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
1701         (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
1702         (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
1703         (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
1704         (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
1705         (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
1706         (ange-ftp-default-user, ange-ftp-default-password)
1707         (ange-ftp-default-account, ange-ftp-netrc-default-password)
1708         (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
1709         (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
1710         (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
1711         (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
1712         (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
1713         (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
1714         (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
1715         (ange-ftp-make-backup-files, ange-ftp-retry-time)
1716         (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
1717         (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
1718         (ange-ftp-gateway-tmp-name-template)
1719         (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
1720         (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
1721         (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
1722         (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
1723         (ange-ftp-gateway-program): Remove * from docstring and reflow.
1724         (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
1725         (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
1726         (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
1727         (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
1728         (ange-ftp-rename-local-to-remote): Doc fixes.
1729         (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
1730         Use `when', `unless'.
1731         (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
1732         (ange-ftp-process-handle-hash): Rename arg STR to STRING.
1733         (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
1734         (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
1735         (ange-ftp-normal-login): Rename arg PASS to PASSWORD.  Fix typo.
1736         (ange-ftp-process-sentinel): Use `when'.  Fix typo.
1737         (ange-ftp-gwp-start): Use `let', not `let*'; use `when'.  Fix typo.
1738         (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
1739         (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
1740         (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
1741         (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
1742         (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
1743         (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
1744         (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
1745         `(save-match-data (string-match ...))'.
1746         (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
1747         (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
1748         Use `string-match-p' instead of `(save-match-data (string-match ...))'.
1749         Doc fixes.
1751 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
1753         * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
1754         function instead of a variable.
1756         * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
1757         viper-ESC-keyseq-timeout as a function.
1758         (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
1759         defsubst.
1761         * emulation/viper-cmd.el: Let line-move-visual to nil when using
1762         next-line or previous-line.
1763         (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
1765         * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
1767         * ediff-util.el (ediff-toggle-multiframe): Check if control window is
1768         live.
1769         (ediff-save-buffer): Let window-min-height to 2.
1771         * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
1772         the minibuffer.
1774 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
1776         * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
1777         (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
1778         (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
1779         (ielm-map): Define within defvar.  Add docstring.
1780         (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
1781         (ielm-complete-filename): Use `when', `unless'.
1782         (ielm-is-whitespace-or-comment): Use `string-match-p'.
1783         (ielm-return, ielm-get-old-input): Use `looking-at-p'.
1784         (ielm-change-working-buffer): Check that the buffer is live.
1785         (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
1786         Simplify.  Reflow docstring.
1787         (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
1788         New aliases, to satisfy `define-derived-mode' expectations.
1790 2008-11-15  Glenn Morris  <rgm@gnu.org>
1791             Martin Rudalics  <rudalics@gmx.at>
1793         * emacs-lisp/find-func.el (find-function-advised-original): New.
1794         (find-function-C-source, find-function-noselect):
1795         Use find-function-advised-original to handle advised funcs.  (Bug#789)
1797 2008-11-15  Glenn Morris  <rgm@gnu.org>
1799         * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
1800         alias message.
1802         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
1803         Remove uniquify-after-kill-buffer-p dependency.
1804         (uniquify-kill-buffer-function): New function.
1805         (kill-buffer-hook): Use uniquify-kill-buffer-function.  (Bug#1315)
1807         * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
1808         (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
1809         main Emacs manual.
1811 2008-11-15  Martin Rudalics  <rudalics@gmx.at>
1813         * window.el (quit-window): Restore delete window with second
1814         arg non-nil behavior as of before 2008-10-30 change.
1816 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
1818         * help-fns.el (describe-function-1): Do char-range check for
1819         self-insert-command.
1821 2008-11-14  Karl Fogel  <kfogel@red-bean.com>
1823         * files.el (file-precious-flag): Document that this flag is advisory.
1825 2008-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1827         * emacs-lisp/bytecomp.el (byte-compile-associative)
1828         (byte-compile-minus, byte-compile-quo): If there are more than two
1829         operands, don't use binary operation code (bug#1334).
1831 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
1833         * w32-fns.el (w32-shell-dos-semantics):
1834         * calendar/diary-lib.el (diary-face-attrs):
1835         * international/mule-cmds.el (set-default-coding-systems)
1836         (prefer-coding-system):
1837         * net/tramp.el (tramp-set-completion-function):
1838         * progmodes/vhdl-mode.el (vhdl-file-header):
1839         * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
1841         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
1843         * files.el (enable-local-eval, not-modified, kill-buffer-ask)
1844         (kill-matching-buffers, save-buffers-kill-emacs)
1845         (save-buffers-kill-terminal): Fix typos in docstrings.
1846         (switch-to-buffer-other-window): Reflow docstring.
1847         (revert-buffer): Doc fix.
1848         (define-project-bindings): Rename arg LIST to SETTINGS.
1849         (project-find-settings-file): Use `let', not `let*'.
1850         Use `when'.
1852 2008-11-13  Juanma Barranquero  <lekktu@gmail.com>
1854         * files.el (project-settings-file, locate-dominating-file):
1855         Fix typos in docstrings.
1856         (find-file-visit-truename): Remove * from defcustom docstring.
1858 2008-11-13  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
1860         * files.el (project-settings-file): New variable.
1861         (project-find-settings-file): Use it, instead of hardcoding
1862         .dir.settings.el.
1864 2008-11-13  Glenn Morris  <rgm@gnu.org>
1866         * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
1868 2008-11-13  Henry Weller  <hweller0@gmail.com>  (tiny change)
1870         * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
1871         in mail bodies.
1873 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
1875         * international/mule.el (autoload-coding-system, with-category-table)
1876         (ctext-non-standard-encodings-alist): Fix typos in docstrings.
1877         (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
1878         (set-buffer-file-coding-system, revert-buffer-with-coding-system)
1879         (set-file-name-coding-system, ctext-pre-write-conversion)
1880         (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
1881         Reflow docstrings.
1882         (charset-list, set-coding-priority): Remove redundant obsolescence info.
1883         (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
1884         (char-valid-p): Define with `define-obsolete-function-alias'.
1886         * textmodes/artist.el (artist-mode): Fix typos in docstring.
1888 2008-11-12  Sam Steingold  <sds@gnu.org>
1890         * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
1891         between hostname and path.
1893 2008-11-11  Juri Linkov  <juri@jurta.org>
1895         * dired-aux.el (dired-isearch-filenames)
1896         (dired-isearch-filenames-regexp):
1897         Let-bind isearch-message-prefix-add to "filename ".
1899         * isearch.el (isearch-message-prefix-add)
1900         (isearch-message-suffix-add): New variables.
1901         (isearch-message-prefix): Show additional text from
1902         `isearch-message-prefix-add' before "I-search".
1903         (isearch-message-suffix): Show additional text from
1904         `isearch-message-suffix-add' at the end.
1906         * isearch.el (isearch-lazy-highlight-search): Use a loop like in
1907         `isearch-search'.  Call isearch-success-function to skip matches
1908         outside the current isearch scope.  Let-bind search-invisible to
1909         nil to not match invisible text.
1911         * isearch.el (isearch-query-replace, isearch-highlight-regexp):
1912         Let-bind `isearch-recursive-edit' to nil to prevent calling
1913         `exit-recursive-edit' in `isearch-done' that terminates the
1914         execution of these commands when it is non-nil.  Call
1915         `exit-recursive-edit' explicitly at the end.
1916         (isearch-occur): For word search construct the correct regexp
1917         with word boundaries to proceed with occur.
1919         * isearch.el (isearch-search-fun): Compare the length of the
1920         current search string with the length of the string from the
1921         previous search state to detect the situation when the user
1922         adds or removes characters in the search string.
1923         Use word-search-forward-lax and word-search-backward-lax in this
1924         case, and otherwise word-search-forward and word-search-backward.
1926 2008-11-11  Sam Steingold  <sds@gnu.org>
1928         * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
1929         the "Version Control" group (for C-x v g).
1931 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
1933         * server.el (server-process-filter): Fix typos and reflow docstring.
1935 2008-11-11  Martin Rudalics  <rudalics@gmx.at>
1937         * mail/footnote.el (footnote-mode): Improve doc-string.
1938         Suggested by <jidanni@jidanni.org>.  (Bug#1318)
1940 2008-11-11  Chong Yidong  <cyd@stupidchicken.com>
1942         * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
1944 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1946         * mail/smtpmail.el (smtpmail-open-stream): Use
1947         `starttls-any-program-available'.  Auto-load starttls.el for it.
1949 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
1951         * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
1952         version (bug@1285).
1954 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
1956         * startup.el (command-line): Ignore init-file-user when checking
1957         user's home directory on MS-DOS as well.
1959 2008-11-07  Sam Steingold  <sds@gnu.org>
1961         * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
1963 2008-11-07  Juanma Barranquero  <lekktu@gmail.com>
1965         * frame.el (make-frame-on-display): Use `string-match-p'.
1967 2008-11-07  Glenn Morris  <rgm@gnu.org>
1969         * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
1971 2008-11-07  Dan Nicolaescu  <dann@ics.uci.edu>
1973         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
1974         to initialize font-lock keyword case sensitivity.
1975         (lisp-mode): Use it.
1977 2008-11-06  Glenn Morris  <rgm@gnu.org>
1979         * eshell/esh-maint.el: Remove unused file.
1981         * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
1983         * cus-edit.el (custom-comment-tag): Doc fix.
1984         (custom-comment, custom-variable-value-create, custom-face):
1985         Use face names sans -face suffix rather than aliases.
1987 2008-11-05  Jay Belanger  <jay.p.belanger@gmail.com>
1989         * calc/calc.el (calc-quit): Use `window-full-width-p' to check
1990         window width.
1992 2008-11-05  Chong Yidong  <cyd@stupidchicken.com>
1994         * server.el (server-process-filter): Only default to emacsclient's
1995         terminal in daemon mode.
1997 2008-11-05  Martin Rudalics  <rudalics@gmx.at>
1999         * window.el (quit-window): Restore prefix argument behavior
2000         removed in 2008-10-30 change.  (Bug#1308)
2002 2008-11-05  Tassilo Horn  <tassilo@member.fsf.org>
2004         * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
2005         function to kill-buffer-hook, not to kill-buffer.
2006         Reported by Markus Triska <markus.triska@gmx.at>
2008 2008-11-04  Jay Belanger  <jay.p.belanger@gmail.com>
2010         * calc/calc.el (calc-quit): Make sure that the keypad buffer
2011         exists before deleting its windows.
2013 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
2015         * server.el (server-process-filter): Don't call
2016         server-create-tty-frame when no tty name is specified.
2018 2008-11-04  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
2020         * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
2022 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
2024         * international/mule-cmds.el (toggle-enable-multibyte-characters)
2025         (define-char-code-property):
2026         * textmodes/reftex.el (reftex-index):
2027         * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
2029 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
2031         * vc-bzr.el (vc-bzr-dir-printer): Rename from
2032         vc-bzr-status-printer.
2034         * startup.el (startup-echo-area-message): Display a different
2035         message in daemon mode.  Suggested by Stephen Turnbull.
2037         * frame.el (make-frame-on-display): Ignore DISPLAY argument on
2038         Windows.
2040 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
2042         * dframe.el (dframe-mouse-position-function)
2043         (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
2044         (dframe-mouse-set-point): Fix typos in docstrings.
2046 2008-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
2048         * vc-dir.el (vc-dir-headers): Undo previous change.
2050 2008-11-04  Nick Roberts  <nickrob@snap.net.nz>
2052         * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
2053         * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
2055 2008-11-04  Martin Rudalics  <rudalics@gmx.at>
2057         * subr.el (looking-back): Fix doc-string typo.
2059         * electric.el (Electric-pop-up-window): Call window-end with
2060         UPDATE set to t.
2062         * window.el (save-selected-window): Make it behave like
2063         save-selected-window-norecord.
2064         (save-selected-window-norecord): Remove, since functionality
2065         fully taken over by save-selected-window.
2066         (walk-windows, set-window-text-height, fit-window-to-buffer):
2067         Use save-selected-window instead of save-selected-window-norecord.
2068         * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
2069         save-selected-window-norecord.
2070         * emacs-lisp/lisp-mode.el (save-selected-window): Remove
2071         indent-function for save-selected-window-norecord.
2073 2008-11-03  Alan Mackenzie  <acm@muc.de>
2075         * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
2077 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
2079         * subr.el (looking-back): Doc fix.
2081         * term/x-win.el (x-initialize-window-system):
2082         Call x-wm-set-size-hint after initialization.
2084         * eshell/em-hist.el (eshell-save-history-on-exit): Change default
2085         to t.
2087         * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
2088         2000-12-08 (bug#1297).
2090         * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
2092 2008-11-03  Vincent Belaïche  <vincent.b.1@hotmail.fr>
2094         * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
2095         when appropriate.
2097 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
2099         * window.el (save-selected-window-norecord): New macro.
2100         (walk-windows): Use save-selected-window-norecord and call
2101         select-window with NORECORD set.  (Bug#1237)
2102         (set-window-text-height, fit-window-to-buffer):
2103         Use save-selected-window-norecord and call select-window with
2104         NORECORD set.
2105         * subr.el (with-selected-window): Call set-frame-selected-window
2106         with new argument NORECORD set.  Update doc-string.
2107         (with-selected-frame): Call select-frame with new argument
2108         NORECORD set.  Update doc-string.
2109         * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
2110         Put indent-function for save-selected-window-norecord.
2111         * font-lock.el (lisp-font-lock-keywords-2):
2112         Add save-selected-window-norecord.
2114 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2116         * cus-edit.el (customize-apropos-options, custom-comment)
2117         (custom-comment-tag, custom-face-edit-attribute-tag):
2118         Fix typos in docstrings.
2119         (custom-buffer-done-kill): Remove * from defcustom docstring.
2120         (custom-file): Fix typo in doc of defcustom choice.
2122         * frame.el (display-visual-class): Fix typo in docstring.
2123         (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
2124         (special-display-frame-alist, show-trailing-whitespace)
2125         (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
2126         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
2127         Remove * from defcustom docstrings.
2129         * md4.el (md4-buffer): Fix typo in docstring.
2130         (md4, md4-64): Doc fixes.
2131         (md4-pack-int32): Reflow docstring.
2133         * paths.el (rmail-file-name): Remove * from defcustom docstring.
2134         (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
2136         * rect.el (open-rectangle): Reflow docstring.
2137         (spaces-string): Fix docstring typo.  Use "?\s" instead of "? ".
2139         * select.el (x-get-cut-buffer): Fix typo in docstring.
2141         * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
2142         (timezone-time-zone-from-absolute, timezone-leap-year-p):
2143         Fix typos in docstrings.
2145         * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
2146         Fix typos in docstrings.
2148 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
2150         * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
2152         * net/newst-treeview.el (newsticker--treeview-list-update-faces)
2153         (newsticker--treeview-list-update, newsticker--treeview-item-show)
2154         (newsticker--treeview-tree-update)
2155         (newsticker--treeview-tree-update-highlight)
2156         (newsticker-treeview-update)
2157         (newsticker-treeview-next-item, newsticker-treeview-prev-item)
2158         (newsticker-treeview-next-new-or-immortal-item)
2159         (newsticker-treeview-prev-new-or-immortal-item)
2160         (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
2161         (newsticker-treeview-tree-click): Watch for layout changes.
2162         (newsticker--treeview-set-current-node): Cleanup.
2163         (newsticker--treeview-restore-layout): Rename from
2164         newsticker--treeview-restore-buffers.
2165         (newsticker--treeview-mark-item): Update cache file.
2167 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
2169         * calendar/icalendar.el (icalendar--uid-count): New.
2170         (icalendar--create-uid): New.  Extracted from
2171         `icalendar-export-region' and add uid counter.
2172         (icalendar-export-region): Use `icalendar--create-uid'.
2174 2008-10-31  Juanma Barranquero  <lekktu@gmail.com>
2176         * tooltip.el (tooltip-frame-parameters): Doc fix.
2178 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
2180         * window.el (window-body-height, window-current-scroll-bars)
2181         (walk-windows, get-window-with-predicate, get-buffer-window-list)
2182         (minibuffer-window-active-p, count-windows)
2183         (window-safely-shrinkable-p, window--splittable-p)
2184         (window--try-to-split-window, window--frame-usable-p)
2185         (window--even-window-heights, window--display-buffer-1)
2186         (window--display-buffer-2, set-window-text-height)
2187         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
2188         (truncated-partial-width-window-p): Rewrite doc-string.
2189         (window-fixed-size-p): Simplify code.  Rewrite doc-string.
2190         (split-window-vertically, split-window-horizontally):
2191         Rename args, rewrite doc-string, and simplify code.
2192         (split-window-save-restore-data): Rename args and use
2193         when instead of if.
2195 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
2197         * indent.el (indent-for-tab-command): Use use-region-p.
2199         * vc.el (vc-revert): Limit the length of the query string.
2201 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
2203         * simple.el (idle-update-delay, next-error-highlight)
2204         (next-error-highlight-no-select, next-error-recenter, next-error-hook)
2205         (minibuffer-history-case-insensitive-variables, kill-ring-max)
2206         (kill-read-only-ok, backward-delete-char-untabify-method)
2207         (kill-whole-line, mark-ring-max, global-mark-ring-max)
2208         (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
2209         (goal-column, line-move-ignore-invisible, fill-prefix)
2210         (auto-fill-inhibit-regexp, blink-matching-paren)
2211         (blink-matching-paren-on-screen, blink-matching-paren-distance)
2212         (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
2213         (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
2214         (minibuffer-history-isearch-wrap, transient-mark-mode)
2215         (next-logical-line, auto-fill-mode, line-number-mode)
2216         (column-number-mode, size-indication-mode, clone-indirect-buffer)
2217         (normal-erase-is-backspace-mode): Doc fixes.
2218         (current-kill, transient-mark-mode, toggle-truncate-lines)
2219         (visible-mode): Reflow docstrings.
2220         (minibuffer-local-shell-command-map, interprogram-paste-function):
2221         Fix typos in docstrings.
2223 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
2225         * server.el (server-process-filter): In daemon mode, default to
2226         emacsclient's tty if not opening a new frame and only the
2227         terminal-frame is available.
2229 2008-10-30  Martin Rudalics  <rudalics@gmx.at>
2231         * window.el (quit-window): Simplify code.  Say in doc-string
2232         that it operates on the selected window's buffer.  (Bug#1259)
2234 2008-10-30  Nick Roberts  <nickrob@snap.net.nz>
2236         * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
2237         nil so that log-view-diff-changeset works.
2239 2008-10-30  Glenn Morris  <rgm@gnu.org>
2241         * files.el (locate-dominating-stop-dir-regexp): Fix typo.
2243         * resume.el: Move to obsolete/.
2244         * Makefile.in (ELCFILES): Update.
2246 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
2248         * electric.el (Electric-pop-up-window): Don't shrink the window if
2249         it's already big enough.
2251         * minibuffer.el (delete-minibuffer-contents): Delete all
2252         minibuffer contents instead of just the current field.
2254         * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
2256         * bookmark.el (bookmark-handle-bookmark): Rename from
2257         bookmark-jump-noselect.
2258         (bookmark--jump-via, bookmark-insert): Callers changed.
2259         (bookmark-jump-noselect): Wrapper function for
2260         bookmark-handle-bookmark.
2261         (bookmark-get-bookmark-record): Signal error for invalid bookmark.
2263         * textmodes/ispell.el (ispell-word): Use use-region-p.
2265 2008-10-29  Juanma Barranquero  <lekktu@gmail.com>
2267         * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
2268         to follow naming conventions for abnormal hooks.  Doc fix.
2269         (tooltip-mode, tooltip-timeout): Use it.
2270         (tooltip-hook): New obsolete alias.
2271         (tooltip-help-tips): Doc fix.
2273         * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
2275 2008-10-29  Ulrich Mueller  <ulm@gentoo.org>
2277         * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
2278         of hardcoded /tmp.
2280 2008-10-29  Glenn Morris  <rgm@gnu.org>
2282         * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
2284         * vc-hooks.el (vc-find-root): Remove bogus alias.
2286 2008-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2288         * international/quail.el (quail-show-guidance): Don't create
2289         a guidance-frame if current buffer is not a minibuffer, since even if
2290         selected-window is mini-p, the buffer will never be displayed in it, so
2291         it wil be usable for guidance.
2293 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2295         * smerge-mode.el: Require diff-mode at run-time as well.
2297 2008-10-28  Martin Rudalics  <rudalics@gmx.at>
2299         * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
2300         * vc-hooks.el (vc-stay-local): Likewise.
2302 2008-10-28  Phil Sung  <psung@mit.edu>
2304         * follow.el (follow-scroll-down, follow-calc-win-end)
2305         (follow-estimate-first-window-start): Reduce effective window
2306         height when header line is present.  (Bug#925)
2308 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
2310         * subr.el (locate-user-emacs-file): Simplify.  Don't create
2311         `user-emacs-directory' when Emacs is running in batch mode.
2313         * startup.el (inhibit-startup-screen): Reflow docstring.
2314         (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
2316 2008-10-27  Kenichi Handa  <handa@m17n.org>
2318         * descr-text.el (describe-char): Fix terminal case (where font is nil).
2320 2008-10-27  Juanma Barranquero  <lekktu@gmail.com>
2322         * face-remap.el (text-scale-increase, text-scale-decrease)
2323         (text-scale-adjust): Remove &optional keyword from the arg list;
2324         the INC argument is not really optional, if the functions happen
2325         to be called from elisp.
2327 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
2329         * vc.el: Rename VC methods that were missed when vc-status was
2330         renamed to vc-dir.
2331         * vc-svn.el (vc-svn-dir-extra-headers): Rename from
2332         vc-svn-status-extra-headers.
2333         * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
2334         (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
2335         * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
2336         (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
2337         * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
2338         vc-dir-status-printer.
2339         (vc-dir-headers): Use `dir-extra-headers' instead of
2340         `status-extra-headers'.
2341         (vc-dir-printer): Rename from vc-dir-status-printer.
2342         (vc-default-dir-extra-headers): Rename from
2343         vc-default-status-extra-headers.
2344         * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
2345         vc-cvs-status-extra-headers.
2347         * startup.el (server-name): Pacify byte compiler.
2348         (command-line): If --daemon=SERVER_NAME was used, set server-name
2349         before calling server-start.
2351 2008-10-26  Romain Francoise  <romain@orebokech.com>
2353         * startup.el (command-line): Call daemon-initialized after
2354         starting the server.
2356 2008-10-26  Kenichi Handa  <handa@m17n.org>
2358         * help-fns.el (describe-categories): Display the terse legend at
2359         the head.
2361         * international/characters.el: Docstrings of categories improved.
2363 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2365         * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
2367         * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
2368         to the courier family.
2369         * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
2370         usually not serif'd and hence rather unlike verbatim's printed output.
2372 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
2374         * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
2375         when reporting the module.
2377         * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
2379         * wid-edit.el (widget-color-complete): Sort completions alphabetically.
2381 2008-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2383         * files.el (locate-dominating-stop-dir-regexp): New var.
2384         (locate-dominating-file): Change arg from a regexp to a file name.
2385         Rewrite using the vc-find-root code to avoid directory-files which is
2386         too slow.  Obey locate-dominating-stop-dir-regexp.
2387         Don't pay attention to changes in owner.
2388         (project-find-settings-file): Adjust call to locate-dominating-file.
2390         * progmodes/flymake.el (flymake-find-buildfile):
2391         Adjust call to locate-dominating-file.
2393         * vc-hooks.el (vc-find-root): Use locate-dominating-file.
2394         (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
2396 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
2398         * subr.el (with-current-buffer): Rename buffer argument to
2399         buffer-or-name.
2400         * window.el (get-buffer-window-list): Rename buffer argument to
2401         buffer-or-name and make it optional.
2403 2008-10-25  Juanma Barranquero  <lekktu@gmail.com>
2405         * completion.el (add-completion-to-head, add-completion): Doc fixes.
2406         (completion-search-next, add-completions-from-file):
2407         Fix typos in docstrings.
2409         * filesets.el (filesets-menu-ensure-use-cached)
2410         (filesets-ingroup-patterns, filesets-filetype-property):
2411         * tutorial.el (get-lang-string):
2412         * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
2413         Fix typos in docstrings.
2415         * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
2416         (image-dired-line-up-method, image-dired-thumb-size)
2417         (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
2418         (image-dired-track-original-file, image-dired-track-thumbnail)
2419         (image-dired-dired-next-line, image-dired-dired-previous-line)
2420         (image-dired-write-comments): Reflow docstrings.
2421         (image-dired-show-all-from-dir-max-files)
2422         (image-dired-format-properties-string, image-dired-create-thumbs)
2423         (image-dired-mark-tagged-files, image-dired-gallery-generate):
2424         Fix typos in docstrings.
2426         * savehist.el (savehist-save-minibuffer-history, savehist-file)
2427         (savehist-additional-variables, savehist-ignored-variables)
2428         (savehist-file-modes, savehist-autosave-interval):
2429         * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
2430         (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
2431         (fancy-splash-image):
2432         * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
2433         (thumbs-conversion-program, thumbs-margin):
2434         Remove spurious * in docstrings.
2436 2008-10-25  Aaron S. Hawley  <aaronh@garden.org>
2438         * thingatpt.el (end-of-sexp, beginning-of-sexp)
2439         (forward-same-syntax): Omit default arguments to char-after and
2440         char-before.
2442 2008-10-24  Juanma Barranquero  <lekktu@gmail.com>
2444         * subr.el (locate-user-emacs-file): New function.
2445         (user-emacs-directory): Mention it in docstring.
2447         * completion.el (save-completions-file-name):
2448         * filesets.el (filesets-menu-cache-file):
2449         * image-dired.el (image-dired-dir, image-dired-db-file)
2450         (image-dired-temp-image-file, image-dired-gallery-dir)
2451         (image-dired-temp-rotate-image-file):
2452         * savehist.el (savehist-file):
2453         * server.el (server-auth-dir):
2454         * thumbs.el (thumbs-thumbsdir):
2455         * tutorial.el (tutorial--saved-dir):
2456         * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
2458 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
2460         * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
2461         (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
2463 2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
2465         * filesets.el: Update author email.
2466         (filesets-data): Doc fix.
2468 2008-10-23  Jens Petersen  <petersen@redhat.com>  (tiny change)
2470         * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
2472 2008-10-23  Ulrich Mueller  <ulm@kph.uni-mainz.de>
2474         * international/mule-cmds.el (describe-language-environment):
2475         Indent sample text.
2477 2008-10-23  Glenn Morris  <rgm@gnu.org>
2479         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
2481         * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
2482         byte-compile a redefinition of a function with special byte-compile
2483         handling.  (Bug#411)
2485 2008-10-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2487         * ps-print.el: Deal with page sizes for label printes.  Suggested by
2488         Friedrich Delgado Friedrichs <friedel@nomaden.org>.
2489         (ps-print-version): New version 7.3.3.
2490         (ps-page-dimensions-database): New page sizes for label printers.
2491         (ps-n-up-printing): Fix code.
2493 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
2495         * frame.el (make-frame-command): Doc fix.  Use display-graphic-p.
2497         * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
2498         (list-at-point): Add docstrings.
2500         * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
2502         * dired-aux.el (dired-do-create-files): Doc fix.
2504 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
2506         * version.el (emacs-version): Change '*Step' to 'NS' for consistency
2507         with other documentation.
2509 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
2511         * replace.el (how-many): Fix typo in docstring.
2512         Reported by Leo <sdl.web@gmail.com>.
2514 2008-10-22  Glenn Morris  <rgm@gnu.org>
2516         * international/mule-cmds.el (universal-coding-system-argument):
2517         Check for C-g.  (Bug#1205)
2519 2008-10-22  Kenichi Handa  <handa@m17n.org>
2521         * international/characters.el: Don't setup
2522         find-word-boundary-function-table.
2523         (next-word-boundary-han, next-word-boundary-kana): Delete them.
2524         (word-combining-categories, word-separating-categories):
2525         Adjust to the change of the docstrings.
2527 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
2529         * simple.el (region-active-p): Doc fix.
2531 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
2533         * subr.el (apply-partially): Move from here...
2535         * simple.el (apply-partially): ...to here.
2537 2008-10-20  Andreas Schwab  <schwab@suse.de>
2539         * subr.el (split-string-and-unquote): Simplify regexp.
2541 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
2543         * subr.el (top-level): Require `cl' when compiling.
2545 2008-10-20  David Reitter  <david.reitter@gmail.com>
2547         * info.el (Info-mode): Do not remove an existing header line if
2548         `Info-use-header-line' is nil.
2550 2008-10-19  Juri Linkov  <juri@jurta.org>
2552         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
2553         Add arg `delimited' as in `query-replace' for the case when
2554         isearch-allow-scroll=t and the user types C-u M-%.  Doc fix.
2555         Add more indicators to the prompt ("word" and "in region").
2557         * replace.el (query-replace, query-replace-regexp)
2558         (replace-string, replace-regexp, perform-replace): Add "word"
2559         indicatiors to the prompt for word delimited replacements.
2561         * replace.el (read-regexp): Rename arg `default' to `default-value'.
2562         Doc fix.
2564 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
2566         * subr.el (apply-partially): Move here from minibuffer.el.  Doc fix.
2568         * simple.el (minibuffer-default-add-shell-commands): Doc fix.
2570 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
2572         * window.el (enlarge-window-horizontally, shrink-window-horizontally):
2573         Make argument names follow Elisp manual.
2575 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
2577         * textmodes/remember.el (remember-data-file):
2578         * shadowfile.el (shadow-initialize)
2579         <shadow-info-file, shadow-todo-file>:
2580         * savehist.el (savehist-file):
2581         * recentf.el (recentf-save-file):
2582         * pcvs-defs.el (cvs-cvsrc-file):
2583         * international/kkc.el (kkc-init-file-name):
2584         * ido.el (ido-save-directory-list-file):
2585         * calendar/todo-mode.el (todo-file-do, todo-file-done)
2586         (todo-file-top): Run file names that begin with a period thru
2587         `convert-standard-filename'.
2589         * dos-fns.el (dos-reevaluate-defcustoms): New function.  Add it to
2590         before-init-hook.
2592         Fix Bug #1183:
2594         * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
2595         coding-system-for-read to ediff-coding-system-for-write.
2597         * ediff-util.el (ediff-make-temp-file): Unconditionally bind
2598         coding-system-for-write to ediff-coding-system-for-write.
2600         * ediff-init.el (ediff-coding-system-for-read): Doc fix.
2601         (ediff-coding-system-for-write): Set to emacs-internal.
2603 2008-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2605         * international/mule-conf.el (emacs-internal): New coding system alias.
2607 2008-10-18  Juri Linkov  <juri@jurta.org>
2609         * info.el (Info-file-supports-index-cookies-list): New variable.
2610         (Info-file-supports-index-cookies): New function.
2611         (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
2612         (Info-index-nodes): Let-bind Info-point-loc to nil for files
2613         without an index cookie to ignore it when Info-index-nodes is
2614         called during navigating from an index node with line numbers.
2615         (Info-index-node): Set file to Info-current-file if nil.  (Bug#1118)
2617         * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
2618         variable definition section.
2620         * info.el (Info-find-node-2): Put initial point below the header line
2621         and breadcrumbs line.
2623 2008-10-18  Glenn Morris  <rgm@gnu.org>
2625         * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
2626         the needed external programs were not found.
2628 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
2630         * files.el (trash-directory): Run thru `convert-standard-filename'.
2631         (file-modes-char-to-who, file-modes-char-to-right)
2632         (file-modes-rights-to-number, file-modes-symbolic-to-number)
2633         (read-file-modes): Doc fixes.
2635 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
2637         * abbrev.el (define-abbrev): Doc fix.
2639 2008-10-17  Alan Mackenzie  <acm@muc.de>
2641         * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
2642         foo bar [] = { ...".
2644 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
2646         * faces.el (face-spec-set-2): Don't pass invalid attributes to
2647         set-face-attribute.
2649 2008-10-17  Juanma Barranquero  <lekktu@gmail.com>
2651         * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
2652         according to `locale-coding-system'.  (This fixes trivial bug reported
2653         as part of bug#1179).
2654         Sort list of valid locale ids (EnumSystemLocales does not guarantee any
2655         particular order).  Use `when'.
2657 2008-10-16  Juanma Barranquero  <lekktu@gmail.com>
2659         * w32-fns.el (w32-check-shell-configuration): Doc fix.
2660         (w32-add-charset-info): Fix typo in docstring.
2662 2008-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2664         * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
2665         after discussion.
2667 2008-10-16  Magnus Henoch  <mange@freemail.hu>
2669         * vc-arch.el (vc-arch-dir-status): New function.
2670         (vc-arch-after-dir-status): New function.
2672 2008-10-16  Glenn Morris  <rgm@gnu.org>
2674         * man.el (Man-getpage-in-background): Force recent `man's to output
2675         escape sequences even when stdout is not a tty.  (Bug#1142)
2677 2008-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
2679         * international/mule-conf.el: Add `utf8' and `UTF8' as
2680         aliases for the `utf-8' coding system.
2682 2008-10-15  Juanma Barranquero  <lekktu@gmail.com>
2684         * find-file.el (ff-get-file): Doc fix.
2685         (ff-get-file-name): Use `let', not `let*'.
2686         (ff-search-directories): Fix typo in docstring.
2687         (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
2688         (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
2689         (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
2690         (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
2691         (cc-other-file-alist, modula2-other-file-alist):
2692         Remove spurious * in docstrings.
2694 2008-10-14  Chong Yidong  <cyd@stupidchicken.com>
2696         * faces.el (set-face-attribute): Set family and foundry before
2697         other attributes.
2698         (face-spec-set-2): Pass unmodified args to set-face-attribute.
2700 2008-10-14  Juanma Barranquero  <lekktu@gmail.com>
2702         * hl-line.el (hl-line-unload-function): New function.
2703         (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
2704         (hl-line-sticky-flag): Remove spurious * in docstring.
2706 2008-10-14  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
2708         * vc-git.el (vc-git-show-log-entry): Include the revision in the
2709         search string.
2711 2008-10-14  Michael Albinus  <michael.albinus@gmx.de>
2713         * net/tramp.el (tramp-process-one-action): Embed regexp in
2714         parentheses, before adding end-of-buffer construct.  Suggested by
2715         Markus Triska <markus.triska@gmx.at>.
2717 2008-10-13  Ulf Jasper  <ulf.jasper@web.de>
2719         * net/newst-plainview.el (w3m-toggle-inline-image):
2720         Define 'declare-function if necessary, for compatibility.
2722         * net/newst-treeview.el (w3m-toggle-inline-images):
2723         Define 'declare-function if necessary, for compatibility.
2725 2008-10-13  Alan Mackenzie  <acm@muc.de>
2727         * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
2728         so that the function works on one-line macros.
2730         * progmodes/cc-engine.el: Amend several doc strings and comments.
2732 2008-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
2734         * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
2736         * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
2737         (vc-cvs-stay-local): Add a new choice and default to it.
2738         (vc-cvs-dir-status): Use the new vc-stay-local choice.
2740         * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
2742 2008-10-12  Stephen Leake  <stephen_leake@member.fsf.org>
2744         * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
2745         Add support for extended return statement.
2747         * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
2748         and obj-dir; keep user order.
2750 2008-10-12  Glenn Morris  <rgm@gnu.org>
2752         * Makefile.in (ELCFILES): Update.
2754         * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
2755         (shell-file-name-quote-list): Declare.
2757 2008-10-12  Michael Albinus  <michael.albinus@gmx.de>
2759         * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
2761 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
2763         * startup.el (command-line): If toolbar is disabled but ought to
2764         be initialized, call tool-bar-setup.
2766         * tool-bar.el (tool-bar-setup): Variable deleted.
2767         (tool-bar-setup): Set it up unconditionally.
2769         * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
2771         * progmodes/grep.el (grep-mode-tool-bar-map): Check if
2772         tool-bar-map has been initialized before setting it up.
2774         * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
2775         tool-bar-map has been initialized before setting it up.
2777 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
2779         * emacs-lisp/warnings.el (display-warning): Issue a message if
2780         called during daemon initialization.
2782         * tool-bar.el (tool-bar-local-item)
2783         (tool-bar-local-item-from-menu): Put the check for number of
2784         display colors into the image expression.
2785         (tool-bar-setup): Don't be a no-op on ttys.
2787         * info.el (info-tool-bar-map):
2788         * progmodes/gud.el (gud-tool-bar-map):
2789         * progmodes/grep.el (grep-mode-tool-bar-map):
2790         * progmodes/compile.el (compilation-mode-tool-bar-map):
2791         Initialize it unconditionally.
2793 2008-10-11  Romain Francoise  <romain@orebokech.com>
2795         * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
2796         * kmacro.el (kmacro-edit-lossage): Ditto.
2797         * edmacro.el (edit-kbd-macro): Ditto.
2799 2008-10-11  Ulf Jasper  <ulf.jasper@web.de>
2801         * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
2802         Fix variable names.
2804 2008-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
2806         * startup.el (command-line): Revert 2008-09-26 change, not
2807         necessary anymore.
2809 2008-10-10  Andreas Schwab  <schwab@suse.de>
2811         * simple.el (minibuffer-complete-shell-command):
2812         Bind comint-delimiter-argument-list, comint-file-name-chars and
2813         comint-file-name-quote-list like shell-mode.
2815 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
2817         * window.el (pop-to-buffer): Fix misplacement of arg norecord in
2818         call of select-window.
2820 2008-10-10  Jay Belanger  <jay.p.belanger@gmail.com>
2822         * calc/calc.el (calc-embedded-word-regexp)
2823         (calc-embedded-word-regexp-alist): New variables.
2824         (calc-embedded-open-word, calc-embedded-close-word)
2825         (calc-embedded-open-close-word-alist): Remove unused variables.
2827         * calc/calc-embed.el (calc-embedded-make-info):
2828         Use `calc-embedded-word-regexp' to find words.
2830 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
2832         * info.el (Info-extract-menu-counting): New argument no-detail to
2833         skip detailed node listings.
2834         (Info-forward-node): New argument not-up to inhibit going up.
2835         (Info-final-node): Call Info-extract-menu-counting and
2836         Info-forward-node with the new arguments set to avoid infinite
2837         looping.  (Bug#1116)
2839 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
2841         * startup.el (command-line): Don't invoke tool-bar-mode if it is
2842         not fboundp.
2844 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
2846         * startup.el (command-line): Enable tool-bar-mode as long as it is
2847         not suppressed by X resources, regardless of the terminal.
2849         * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
2850         graphical terminals.
2851         (tool-bar-setup): No-op if called on a tty.
2853 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
2855         * frame.el (make-frame-on-tty): Use "F" inside interactive.
2856         Support `pc' ``window-system''.
2858         * progmodes/compile.el (compilation-start): Resurrect the version
2859         for systems that don't support asynchronous subprocesses.
2861 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
2863         * window.el (pop-up-frames): Add choice graphic-only.
2864         (display-buffer): When pop-up-frames equals graphic-only do
2865         not pop up new frame on text-only terminals.  (Bug#1061)
2867 2008-10-09  Dan Nicolaescu  <dann@ics.uci.edu>
2869         * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
2870         (vc-cvs-dir-status): Use it.
2872 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
2874         * json.el (json-skip-whitespace): Fix last change.
2876 2008-10-08  Juanma Barranquero  <lekktu@gmail.com>
2878         * bs.el (bs-unload-function): New function.
2880 2008-10-08  Sven Joachim  <svenjoac@gmx.de>
2882         * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
2883         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
2884         For clarity, explicitly require cl.
2886 2008-10-08  Michael Olson  <mwolson@gnu.org>
2888         * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
2889         can avoid a bad interaction with programs that add functions to
2890         the window-scroll-functions hook.  This fixes Bug #858.
2892 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
2894         * startup.el (command-line): Use display-warning to warn about an
2895         init file error.
2896         (command-line-1): Remove init file error delay.
2898 2008-10-07  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2900         * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
2901         Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
2902         (rx-group-if): New function.
2903         (rx-parent): New variable.
2904         (rx-and, rx-or): Put shy groups only when necessary.
2905         (rx-bracket): Remove.
2906         (rx-anything): New function.
2907         (rx-any-delete-from-range, rx-any-condense-range)
2908         (rx-check-any-string): New functions.
2909         (rx-check-any): Return result as a list.  Don't convert chars to
2910         strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
2911         Check char category string.  Call rx-form instead of rx-to-string.
2912         (rx-any): Rebuid to complete the function.
2913         (rx-check-not): Fix char category regexp pattern string.
2914         Call rx-form instead of rx-to-string.
2915         (rx-not): Call rx-form instead of rx-to-string.  Convert "[^]" to
2916         "[^^]".  Call regexp-quote for one char string when not called from
2917         rx-not.  Add "\\w", and toggle to upcase.  Add the case of
2918         "\\[SCBW]" to toggle.
2919         (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
2920         instead of rx-to-string.
2921         (rx-kleene): Call rx-form instead of rx-to-string.
2922         Call rx-group-if to adjust putting of shy groups.
2923         (rx-atomic-p): Make check more precisely.
2924         (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
2925         (rx-regexp): Call rx-group-if.
2926         (rx-form): New function.
2927         (rx-to-string): Call rx-form, rx-group-if.
2928         Refine definition of NO-GROUP.
2930 2008-10-07  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
2932         * json.el (json-advance): Use forward-char.
2933         (json-skip-whitespace): Use skip-syntax-forward.
2935 2008-10-07  Alan Mackenzie  <acm@muc.de>
2937         * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
2938         indenting a macro followed by blank lines doesn't backslash the
2939         following non-blank line into the macro.
2941 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
2943         * startup.el (before-init-time, after-init-time): Move into emacs.c.
2944         (command-line): Set after-init-time to nil before initialization.
2946 2008-10-06  Jay Belanger  <jay.p.belanger@gmail.com>
2948         * calc/calc-units.el (math-standard-units): Update the values
2949         of the units.
2951 2008-10-06  Juanma Barranquero  <lekktu@gmail.com>
2953         * bookmark.el (bookmark-unload-function): New function.
2955 2008-10-06  Andreas Schwab  <schwab@suse.de>
2957         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2959 2008-10-06  Martin Rudalics  <rudalics@gmx.at>
2961         * mail/footnote.el: Remove * in defcustom docstrings and tell
2962         for most options that customizing them doesn't affect buffers
2963         already displaying footnotes.
2964         (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
2965         Fix handling of text properties and identical start/end tags.
2966         Do not use format when renumbering.
2967         (Footnote-set-style): Make it work.
2968         (Footnote-insert-numbered-footnote): Simplify.
2969         (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
2970         (Footnote-goto-footnote): Fix handling of empty section tag.
2971         (Footnote-delete-footnote): Fix handling of identical start/end
2972         tags, empty section tag, and spaced footnotes.  Do not use
2973         kill-region.
2974         (footnote-mode): Make most options buffer-local to avoid that
2975         customizing messes up handling of footnotes in buffers that
2976         already display them.
2978 2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
2980         * faces.el (x-create-frame-with-faces): Undo previous change.
2982         * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
2983         existent files.
2985 2008-10-05  Chong Yidong  <cyd@stupidchicken.com>
2987         * international/mule-cmds.el (universal-coding-system-argument):
2988         Handle digit-argument too.
2990 2008-10-05  Mario Lang  <mlang@delysid.org>
2992         * xml.el (xml-parse-string): Use skip-chars-forward.
2994 2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
2996         * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
2997         existent files.
2998         (vc-bzr-dir-status-files): New function.
3000 2008-10-04  Glenn Morris  <rgm@gnu.org>
3002         * files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)
3004         * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
3005         (vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)
3007         * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
3008         (vc-cvs-dir-status): Respect vc-stay-local-p.  (Bug#1046)
3010 2008-10-04  David J. Biesack  <David.Biesack@sas.com>  (tiny change)
3012         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
3013         Fix typo.  (Bug#1074)
3015 2008-10-04  Martin Rudalics  <rudalics@gmx.at>
3017         * progmodes/compile.el (compilation-start): Make sure to move to
3018         point-max only when we are in the compilation buffer.  (Bug#1073)
3020 2008-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
3022         * faces.el (x-create-frame-with-faces): Only setup the toolbar if
3023         tool-bar-mode is on.
3025         * vc-svn.el (vc-svn-dir-status-files):
3026         * vc-cvs.el (vc-cvs-dir-status-files): New function.
3028 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
3030         * vc-hg.el (vc-hg-dir-status-files): New function.
3032 2008-10-03  Martin Rudalics  <rudalics@gmx.at>
3034         * window.el (window--display-buffer-1): Don't care about
3035         visibility since raise-frame does.
3037 2008-10-03  Mario Lang  <mlang@delysid.org>
3039         * nxml/xmltok.el (xmltok-forward): Simplify.
3041 2008-10-03  Glenn Morris  <rgm@gnu.org>
3043         * Makefile.in (ELCFILES): Update.
3045         * frame.el (set-default-font): Make obsolete.
3046         * mouse.el (mouse-set-font): Use set-frame-font.
3048         * jka-cmpr-hook.el (jka-compr-compression-info-list)
3049         (jka-compr-mode-alist-additions): Also match `.tbz2'.
3051         * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
3052         * files.el (auto-mode-alist): Add .PRO as per above autoload.
3054 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
3056         * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
3057         (vc-dir-refresh): Set it here instead.  (Bug#1067)
3059 2008-10-02  Chong Yidong  <cyd@stupidchicken.com>
3061         * faces.el (inhibit-frame-set-background-mode): New var.
3062         (frame-set-background-mode): Use it to avoid a loop in
3063         face-spec-recalc.
3065 2008-10-02  Glenn Morris  <rgm@gnu.org>
3067         * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
3068         vc-diff-switches.
3070 2008-10-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3072         * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
3073         that is, to take some action when a buffer is killed.  Suggested by
3074         Stefan Monnier <monnier@iro.umontreal.ca>.  Doc fix.  New version
3075         11.2.2.
3076         (whitespace-action): Docstring and :type fix.
3077         (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
3078         Code fix.
3079         (whitespace-add-local-hook, whitespace-remove-local-hook)
3080         (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
3082 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3084         * net/tls.el (open-tls-stream): Show the actual command being
3085         executed, instead of the format string.
3087 2008-10-01  Eli Zaretskii  <eliz@gnu.org>
3089         * term/internal.el (dos-locale-alist): New alist.
3090         (dos-codepage-setup): Use it to compute a value of locale with
3091         which to call set-locale-environment.  Remove code to set
3092         terminal, keyboard, and file-name encoding (done by
3093         set-locale-environment).
3095         * international/mule-cmds.el
3096         (set-language-environment-nonascii-translation): Fix nonascii
3097         value for `pc' ``window-system''.
3098         (set-display-table-and-terminal-coding-system)
3099         (set-default-coding-systems): Don't special-case `pc'.
3101 2008-10-01  Glenn Morris  <rgm@gnu.org>
3103         * filesets.el (filesets-menu-name): Fix type.
3104         (filesets-menu-path, filesets-menu-before): Fix types.
3105         Change defaults to be consistent with recentf.  (Bug#1056)
3107 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3109         * term/xterm.el (xterm-turn-on-modify-other-keys)
3110         (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
3111         Don't forget to pass `terminal' to `send-string-to-terminal'.
3113 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
3115         * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
3116         (vc-file-not-found-hook): Check, that `buffer-file-name' is
3117         non-nil.  It is not clear, whether this is only fixing symptoms on
3118         an error.  OTOH, in all other cases, the call of `vc-file-clearprops'
3119         is embedded by that check.  So it might be TRT.  Suggested by Dan
3120         Nicolaescu <dann@ics.uci.edu>.
3122 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
3124         * Makefile.in (ELCFILES): Remove codepage.elc.
3126         * international/codepage.el: File removed, as even ms-dos doesn't
3127         need it anymore.
3129         * loadup.el [ms-dos]: Don't load ccl and codepage.
3131         * term/internal.el: Remove coding: cookie and no-byte-compile flag.
3132         (IT-character-translations, cjk-codepages-alist): Remove variables.
3133         (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
3134         (IT-unicode-translations): Remove charset and base elements.
3135         Add translations for Latin-1 characters.
3136         (IT-setup-unicode-display): Accept a CODING argument.  Don't use
3137         base and chset elements of IT-unicode-translations.  Don't wrap
3138         translation in "{...}".  Set up translations only for characters
3139         for which unencodable-char-position returns non-nil.
3140         (dos-codepage-setup): Don't use special-case codepages in
3141         cjk-codepages-alist.
3143         * files.el (locate-dominating-file): Wrap directory-files with
3144         condition-case, instead of calling file-directory-p, which stats
3145         the directory one more time.
3147         * mail/mail-utils.el (mail-unquote-printable-region):
3148         Use insert-byte instead of insert-char, when the UNIBYTE arg is
3149         non-nil.
3151 2008-09-30  Daiki Ueno  <ueno@unixuser.org>
3153         * epa-file.el (epa-file-insert-file-contents): Fix typo.
3155 2008-09-30  Glenn Morris  <rgm@gnu.org>
3157         * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
3159 2008-09-30  Daniel Colascione  <danc@merrillpress.com>
3161         * progmodes/which-func.el (which-func-imenu-joiner-function): New.
3162         (which-function): Handle nested imenu trees.
3164         * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
3165         some nested menu items.
3167 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
3169         * calc/calc-units.el (math-standard-units): Add entries used to
3170         display the the values in the units buffer.
3171         (math-build-units-table): Add entries to the units table to be used
3172         to display the values in the units buffer.
3173         (math-build-units-table-buffer): Use the display entry of the units
3174         table when non-nil.
3175         (calc-define-unit): Add option to enter display value of unit.
3177 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
3179         * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
3181 2008-09-29  Eli Zaretskii  <eliz@gnu.org>
3183         * files.el (locate-dominating-file): Take file-attributes of
3184         `dir', not of `file' (which never changes).
3186 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
3188         * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
3189         also be `localname'.
3191         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
3192         IDENTIFICATION.
3194 2008-09-28  Glenn Morris  <rgm@gnu.org>
3196         * vc.el (vc-switches): Give it a doc string.
3198 2008-09-28  Romain Francoise  <romain@orebokech.com>
3200         * comint.el (comint-show-output): Adjust to stickiness changes of
3201         the output field.
3203         * startup.el (command-line): Start the daemon server later.
3205 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
3207         * subr.el (read-quoted-char): Call char-resolve-modifiers
3208         instead of char-resolve-modifers.
3210 2008-09-27  Glenn Morris  <rgm@gnu.org>
3212         * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
3213         than [return].  (Bug#1031)
3215 2008-09-27  Peter Dyballa  <Peter_Dyballa@Freenet.DE>
3217         * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
3219 2008-09-27  Daiki Ueno  <ueno@unixuser.org>
3221         * epg.el (epg-wait-for-status): Check if there is no pending status.
3222         Reported by Ted Romer <ted@romerfamily.com>.
3224 2008-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
3226         * startup.el (command-line): Turn on menu-bar-mode and
3227         tool-bar-mode when running as a daemon.
3229 2008-09-26  Eli Zaretskii  <eliz@gnu.org>
3231         * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
3232         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
3233         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
3234         ($(lisp)/progmodes/cc-engine.elc)
3235         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
3236         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
3237         ($(lisp)/progmodes/cc-subword.elc)
3238         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
3240         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
3241         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
3242         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
3243         ($(lisp)/progmodes/cc-engine.elc)
3244         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
3245         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
3246         ($(lisp)/progmodes/cc-subword.elc)
3247         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
3249 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3251         * informat.el (Info-split-threshold): New variable.
3252         (Info-split): Use it.
3254         * textmodes/texinfmt.el (texinfo-format-buffer):
3255         Use Info-split-threshold to decide whether to split Info files.
3257 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
3259         * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
3260         quoting.
3262         * comint.el (comint-dynamic-complete-as-filename): Quote directory
3263         name when reinserting it.
3265         * isearch.el (isearch-search-fun): Use word-search-forward-lax and
3266         word-search-backward-lax for incremental word search.
3268 2008-09-25  Juanma Barranquero  <lekktu@gmail.com>
3270         * generic-x.el (generic-other-modes): Fix typo in docstring.
3271         (generic-use-find-file-hook, generic-lines-to-scan)
3272         (generic-find-file-regexp, generic-ignore-files-regexp)
3273         (generic-define-mswindows-modes, generic-define-unix-modes):
3274         Remove `*' from docstring.
3275         (generic-mode-find-file-hook): Use `string-match-p'.
3276         (apache-log-generic-mode, mailagent-rules-generic-mode)
3277         (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
3278         (java-manifest-generic-mode, java-properties-generic-mode)
3279         (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
3280         for consistency with other modes in generic-x.el.
3282 2008-09-25  Martin Rudalics  <rudalics@gmx.at>
3284         * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
3285         (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
3286         parens specially only if latex-handle-escaped-parens is non-nil.
3287         (latex-indent-within-escaped-parens): New option.
3288         (latex-find-indent): Bind latex-handle-escaped-parens to
3289         latex-indent-within-escaped-parens.  Do not treat escaped parens
3290         specially when this is nil.  (Bug#954)
3292 2008-09-25  Glenn Morris  <rgm@gnu.org>
3294         * ffap.el (ffap-fixup-url): Don't call url-normalize-url.  (Bug#898)
3296 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
3298         * vc.el (vc-mark-resolved): Move message here from
3299         vc-default-mark-resolved.
3300         (vc-default-mark-resolved): Change to an alias for ignore.
3302 2008-09-24  Andreas Politz  <politza@fh-trier.de>  (tiny change)
3304         * term.el (term-emulate-terminal): Encode input string before
3305         checking its length.
3307 2008-09-24  Chong Yidong  <cyd@stupidchicken.com>
3309         * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
3310         is loaded.
3312         * server.el (server-buffer-done): Avoid changing the buffer when
3313         deleting the client's frame (bug#640).
3315         * vc.el (vc-default-mark-resolved): New function.
3317 2008-09-24  Stephen Berman  <stephen.berman@gmx.net>
3319         * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
3320         from raising a wrong-type-argument error.
3322 2008-09-24  Martin Rudalics  <rudalics@gmx.at>
3324         * help-fns.el (describe-function-1, describe-variable): Print
3325         relative file name in help buffer.
3326         * faces.el (describe-face): Print relative file name in help
3327         buffer.
3329 2008-09-23  Romain Francoise  <romain@orebokech.com>
3331         * subr.el (with-output-to-string): Make sure that the temporary
3332         buffer gets killed.
3334 2008-09-23  Markus Sauermann  <markus@sauermann-consulting.de>  (tiny change)
3336         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
3337         indentation problem with keyword symbols when a list starts with
3338         ,@ or spaces.  (Bug#1012)
3340 2008-09-23  Martin Rudalics  <rudalics@gmx.at>
3342         * textmodes/tex-mode.el (latex-find-indent): Try to handle
3343         escaped close parens correctly.  (Bug#954)
3345 2008-09-22  Tassilo Horn  <tassilo@member.fsf.org>
3347         * play/fortune.el (fortune-in-buffer): Fix a bug which forced
3348         usage of `fortune-file' even though a FILE argument was passed to
3349         the function.
3351 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3353         * startup.el (command-line): Start the server when in daemon mode.
3354         Remove always true test.
3356         * frame.el (frame-initialize): Remove spurious setting of
3357         special-display-function with the default value.
3359 2008-09-20  Vincent Belaïche  <vincent.b.1@hotmail.fr>
3361         * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
3363 2008-09-20  Glenn Morris  <rgm@gnu.org>
3365         * emacs-lisp/lisp-mode.el (lisp-indent-offset):
3366         Fix custom type.  (Bug#1011)
3368 2008-09-20  David De La Harpe Golden  <david@harpegolden.net>
3370         * files.el (move-file-to-trash): Avoid recursive trashing if
3371         rename-file calls delete-file.
3373 2008-09-20  Glenn Morris  <rgm@gnu.org>
3375         * play/fortune.el: Remove leading `*' from defcustom docs.
3376         (fortune-program-options): Doc fix.  Allow to be a string again.
3377         Add :version.
3378         (fortune-in-buffer): Handle fortune-program-options as a string.
3379         Don't rely on fortune program accepting options after fortune file.
3381 2008-09-20  Justin Bogner  <mail@justinbogner.com>  (tiny change)
3383         * play/fortune.el (fortune-program-options): Change to a list.
3384         (fortune-in-buffer): Use apply.
3386 2008-09-20  Ulrich Mueller  <ulm@kph.uni-mainz.de>
3388         * emacs-lisp/authors.el: Change encoding of file to utf-8.
3389         (authors-coding-system): Likewise.
3391 2008-09-20  Ami Fischman  <ami@fischman.org>
3393         * savehist.el (savehist-save): Handle errors in writing as well as
3394         reading.
3396 2008-09-20  Michael Olson  <mwolson@gnu.org>
3398         * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
3399         to provide a minimal performance boost.
3401 2008-09-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3403         * proced.el (proced-grammar-alist, proced-custom-attributes)
3404         (proced-format-alist, proced-format, proced-filter-alist)
3405         (proced-filter, proced-sort): Use defcustom.
3406         (proced-mode): Fix docstring.
3407         (proced-process-attributes): Handle return value nil of functions
3408         in proced-custom-attributes.
3410 2008-09-19  Martin Rudalics  <rudalics@gmx.at>
3412         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
3413         flag from "'" entry in sgml-tag-syntax-table.  (Bug#946)
3415 2008-09-19  Miles Bader  <miles@gnu.org>
3417         * comint.el (comint-output-filter): Make field properties for
3418         output text front-sticky.
3420 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
3422         * vc-bzr.el (vc-bzr-show-log-entry):
3423         * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
3424         C-x v l for a directory uses that.
3426 2008-09-18  Simon Josefsson  <simon@josefsson.org>
3428         * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
3429         .sieve files.
3431 2008-09-18  Martin Rudalics  <rudalics@gmx.at>
3433         * help-macro.el (make-help-screen): Preserve key bindings
3434         established in help-mode call when exiting this macro.
3436 2008-09-17  Kenichi Handa  <handa@m17n.org>
3438         * language/burmese.el: Fix setting of composition-function-table.
3440 2008-09-17  Martin Rudalics  <rudalics@gmx.at>
3442         * info.el (Info-follow-nearest-node): Don't raise an error for
3443         mouse-1 clicks.
3445 2008-09-17  Jay Belanger  <jay.p.belanger@gmail.com>
3447         * calc/calc-units.el (calc-convert-temperature): Use default
3448         units when appropriate.
3450 2008-09-16  Markus Triska  <markus.triska@gmx.at>
3452         * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
3453         catch errors raised in `texmathp'.
3454         (flyspell-tex-math-initialized): Remove.
3456 2008-09-16  Martin Rudalics  <rudalics@gmx.at>
3458         * frame.el (select-frame-set-input-focus): With non-nil
3459         mouse-autoselect-window always move mouse cursor to frame's
3460         selected window.  Otherwise restore pre 2008-09-13 behavior.
3461         (select-frame-by-name): Use select-frame-set-input-focus.
3463         * files.el (switch-to-buffer-other-frame): Don't raise frame since
3464         pop-to-buffer already does it.
3465         (display-buffer-other-frame): Fix doc-string.
3467 2008-09-16  Glenn Morris  <rgm@gnu.org>
3469         * add-log.el (diff-find-source-location): Update declaration.
3471         * progmodes/make-mode.el (makefile-match-function-end):
3472         Move point.  (Bug#983)
3474 2008-09-16  Daiki Ueno  <ueno@unixuser.org>
3476         * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
3478 2008-09-15  Juanma Barranquero  <lekktu@gmail.com>
3480         * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
3481         (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
3483 2008-09-15  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
3485         * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
3487 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
3489         * files.el (file-truename): Don't raise args-out-of-range error
3490         when filename has no separator on windows-nt.  (Bug#982)
3492 2008-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3494         * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
3495         be more honest when we don't know.
3496         (diff-tell-file-name): Don't prompt before the actual prompt.
3497         (diff-mode): Don't prompt in add-log-buffer-file-name-function.
3498         (diff-find-source-location): Add `noprompt' argument.
3499         (diff-current-defun): Don't prompt.
3501 2008-09-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3503         * proced.el (proced-mark-face, proced-marked-face)
3504         (proced-sort-header-face): Remove.
3505         (proced-font-lock-keywords): Simplify.
3506         (proced-format): Use face proced-sort-header.
3507         (proced-format-interactive, proced-sort-interactive)
3508         (proced-filter-interactive): Only call proced-update if the scheme
3509         has changed.
3510         (proced-sort-header): Use posn-actual-col-row.
3512 2008-09-14  Martin Rudalics  <rudalics@gmx.at>
3514         * add-log.el (change-log-find-window): New variable.
3515         (change-log-goto-source-1, change-log-goto-source):
3516         Set change-log-find-window to window displaying source.
3517         (change-log-next-error): Select window specified by
3518         change-log-find-window.
3520 2008-09-13  Martin Rudalics  <rudalics@gmx.at>
3522         * frame.el (select-frame-set-input-focus): With focus follows
3523         mouse move mouse cursor to right window.
3524         * window.el (pop-to-buffer): Select window before calling
3525         select-frame-set-input-focus.
3527 2008-09-12  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3529         * proced.el (proced-sort-header): New face.
3530         (proced-sort-header-face): New variable.
3531         (proced-format): Allow format value nil.
3532         Use proced-sort-header-face for header of sort column.
3533         (proced-format-args): New function.
3534         (proced-grammar-alist, proced-timer-flag, proced-process-alist)
3535         (proced-header-help-echo, proced-field-help-echo, proced-timer)
3536         (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
3537         (proced-refine): Rename from proced-filter-attribute.  Doc fix.
3538         (proced-sort-header): Bind also to mouse-1.
3539         (proced-move-to-goal-column): Return position of point.
3540         (proced-filter-interactive): Always revert listing.
3541         (proced-format-ttname): Simplify.
3542         (proced-update): Do not keep undo information.  Put point at
3543         beginning of buffer if we generate the first listing.
3545 2008-09-12  Tassilo Horn  <tassilo@member.fsf.org>
3547         * doc-view.el (doc-view-scroll-up-or-next-page)
3548         (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
3549         vertically split windows.
3551 2008-09-12  Glenn Morris  <rgm@gnu.org>
3553         * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
3555         * indent.el (indent-line-function): Doc fix.
3556         * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
3558 2008-09-11  Martin Rudalics  <rudalics@gmx.at>
3560         * window.el (pop-to-buffer): If the window for buffer-or-name is
3561         not on the selected frame, raise that window's frame and give it
3562         input focus.  (Bug#745)
3564 2008-09-11  Glenn Morris  <rgm@gnu.org>
3566         * ido.el (ido-mode): Initialize with custom-initialize-default,
3567         rather than a set function.  (Bug#947)
3569 2008-09-10  Chong Yidong  <cyd@stupidchicken.com>
3571         * replace.el (perform-replace): Don't set inhibit-read-only using
3572         query-replace-skip-read-only (bug#956).
3574         * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
3575         of the <<foo>> form.
3577 2008-09-10  Martin Rudalics  <rudalics@gmx.at>
3579         * window.el (display-buffer): Fix doc-string typo.
3581 2008-09-10  Kenichi Handa  <handa@m17n.org>
3583         * composite.el (compose-gstring-for-graphic): Fix previous change.
3585 2008-09-10  Glenn Morris  <rgm@gnu.org>
3587         * info.el (Info-try-follow-nearest-node): Fix doc typo.
3589 2008-09-10  Stephen Berman  <stephen.berman@gmx.net>
3591         * info.el (Info-mouse-follow-nearest-node): Follow links to different
3592         manuals.  (Bug#886)
3594 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
3596         * ido.el (ido-unload-function): New function.
3598 2008-09-08  Juanma Barranquero  <lekktu@gmail.com>
3600         * ido.el (ido-file-internal): Fix typo in prompt.
3601         (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
3602         (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
3603         (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
3604         (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
3605         Fix typos in docstrings.
3607 2008-09-08  Martin Rudalics  <rudalics@gmx.at>
3609         * help-fns.el (describe-function-1): Don't print extra newline
3610         after filling.
3612 2008-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3614         * help-fns.el (find-lisp-object-file-name): Handle case where
3615         library is compressed.
3617 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
3619         * complete.el (PC-do-completion): Don't replace buffer
3620         contents (bug#227).
3622 2008-09-07  Juanma Barranquero  <lekktu@gmail.com>
3624         * loadhist.el (unload-feature-special-hooks):
3625         Add `choose-completion-string-functions'.
3627 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3629         * vc-svn.el (vc-svn-root):
3630         * vc-sccs.el (vc-sccs-root):
3631         * vc-rcs.el (vc-rcs-root):
3632         * vc-cvs.el (vc-cvs-root): Delete.
3633         * vc-hooks.el (vc-find-root): Remove `invert' argument.
3635 2008-09-07  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
3637         * progmodes/flymake.el (flymake-parse-err-lines): Filter out
3638         errors occurring in different files.
3640 2008-09-07  Dan Nicolaescu  <dann@ics.uci.edu>
3642         * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
3643         (vc-bzr-status-printer): New function.
3644         (vc-bzr-after-dir-status): Deal with renamed files.
3646 2008-09-07  Johan Euphrosine  <proppy@aminche.com>  (tiny change)
3648         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
3649         buffer's filename.
3651 2008-09-07  Martin Rudalics  <rudalics@gmx.at>
3653         * subr.el (cancel-change-group): Widen buffer temporarily when
3654         undoing changes.  (Bug#810)
3656 2008-09-07  Nick Roberts  <nickrob@snap.net.nz>
3658         * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
3659         with gud-stop-subjob rather than exit debugger.
3661 2008-09-07  Kenichi Handa  <handa@m17n.org>
3663         * composite.el: Compose combining characters only when it
3664         follows a character matching with "[[:alpha:]]".
3666 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3668         * proced.el: Require time-date.
3669         (proced-command-alist, proced-command, proced-goal-header-re)
3670         (proced-sorting-schemes-alist, proced-sorting-scheme)
3671         (proced-header-alist, proced-sorting-schemes-re)
3672         (proced-skip-regexp, proced-next-line, proced-previous-line)
3673         (proced-listing-type, proced-sorting-scheme-p): Remove.
3674         (proced-grammar-alist, proced-custom-attributes)
3675         (proced-format-alist, proced-format, proced-filter-alist)
3676         (proced-filter, proced-sort, proced-goal-attribute)
3677         (proced-timer-interval, proced-timer-flag, proced-timer)
3678         (proced-process-alist, proced-sort-internal, proced-process-tree)
3679         (proced-header-help-echo, proced-field-help-echo): New variables.
3680         (proced-pid-at-point, proced-timer, proced-mark-process-alist)
3681         (proced-omit-process, proced-filter, proced-process-tree)
3682         (proced-filter-children, proced-children-pids)
3683         (proced-filter-parents, proced-<, proced-string-lessp)
3684         (proced-time-lessp, proced-xor, proced-sort-p)
3685         (proced-format-time, proced-format-start, proced-format-ttname)
3686         (proced-format, proced-process-attributes): New functions.
3687         (proced-toggle-timer-flag, proced-mark-children)
3688         (proced-mark-parents, proced-filter-interactive)
3689         (proced-filter-attribute, proced-sort-interactive)
3690         (proced-sort-header, proced-format-interactive): New commands.
3691         (proced-move-to-goal-column): Use goal-column.
3692         (proced-mode): Use proced-timer.
3693         (proced-do-mark-all): Display process count.  Use use-region-p.
3694         Simplify.
3695         (proced-omit-processes): Use use-region-p.
3696         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
3697         (proced-sort-start, proced-sort-time, proced-sort-user):
3698         Use proced-sort-interactive.
3699         (proced-sort): Make it a function that performs the actual sort.
3700         (proced-update): New arg revert.  Use proced-process-alist,
3701         proced-filter, proced-sort, proced-format, and
3702         proced-grammar-alist.  Preserve position of point based on fields.
3703         Make header line and fields clickable.
3704         (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
3705         (proced-why): Use save-selected-window.
3706         (proced-log): Use buffer-read-only.
3708 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
3710         * tooltip.el (tooltip-mode): Initialize unconditionally to t.
3712 2008-09-06  Glenn Morris  <rgm@gnu.org>
3714         * add-log.el (diff-find-source-location): Declare.
3715         (find-change-log): If called from a diff buffer, try to switch to the
3716         source buffer (e.g. to respect change-log-default-name there).
3718         * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
3719         unallowed characters; added 2006-10-10 without comment.  (Bug#753)
3721         * Makefile.in (ELCFILES): Update.
3723 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
3725         * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
3726         user enters a mouse event in another frame, or a special event.
3728         * server.el (server-switch-buffer): New arg.
3729         (server-execute): If reusing an existing window, set file position
3730         if required.
3732 2008-09-06  Kenichi Handa  <handa@m17n.org>
3734         * language/lao.el: Fix setting of composition-function-table.
3736 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
3738         * term/pc-win.el (msdos-show-help): Don't truncate lines while
3739         displaying help echo messages.
3741 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
3743         * subr.el (symbol-file): Fix doc-string.
3745 2008-09-06  Glenn Morris  <rgm@gnu.org>
3747         * help-mode.el (help-xref-forward-stack): Doc fix.
3749         * add-log.el (change-log-default-name): Autoload safety.
3751 2008-09-05  Wilson Snyder  <wsnyder@wsnyder.org>
3753         * verilog-mode.el (verilog-library-extensions): Enable .sv
3754         filename extensions to call verilog-mode.
3755         (verilog-auto, verilog-auto-inst, verilog-faq)
3756         (verilog-submit-bug-report): Update author support URLs.
3757         (verilog-delete-auto, verilog-auto-inout-module)
3758         (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
3759         creating complemented testbench modules.  Suggested by Yishay Belkind.
3760         (verilog-auto-inst-port, verilog-simplify-range-expression):
3761         When verilog-auto-inst-param-value is set, don't require a
3762         AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
3763         Yishay Belkind.
3764         (verilog-auto-inst-param-value): Add safe variable.
3765         (verilog-re-search-forward, verilog-re-search-backward):
3766         Fix returning wrong search results on Emacs 22.1.
3767         (verilog-modi-cache-results, verilog-auto): Fix warning message
3768         about "toggling font-lock-mode."
3769         (verilog-auto): Fix losing font-lock on errors.
3770         (verilog-auto-inst-param-value, verilog-mode-version)
3771         (verilog-mode-version-date, verilog-read-inst-param-value)
3772         (verilog-auto-inst, verilog-auto-inst-param)
3773         (verilog-auto-inst-port, verilog-simplify-range-expression):
3774         Allow parameters to be replaced with their values, on the expansion of
3775         an AUTOINST with Verilog 2001 style parameter settings.
3776         Suggested by David Rogoff.
3778 2008-09-05  Michael McNamara  <mac@mail.brushroad.com>
3780         * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
3781         Better support for the property statement.  Sometimes this keyword
3782         introduces a statement which requires an endproperty keyword, and
3783         sometimes it doesn't, depending on the work before the property
3784         word.  If property is prefixed with assert, assume or cover
3785         keyword, then the statement is ended with a ';'.  Otherwise,
3786         property is like task or specify, and is followed by some number
3787         of statements, which are ended with an endproperty keyword.
3788         (electric-verilog-tab): Support Emacs 22.2 style handling of tab
3789         in a highlighted region: indent each line in region according to
3790         mode.  Supply this so it works in XEmacs and older Emacs.
3792 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3794         * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
3795         Don't clean up a buffer when killing it.
3797 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3799         * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
3800         buffers (bug#360).  New version 11.2.1.
3801         (whitespace-action): New value `warn-read-only' to give a warning when
3802         buffer is read-only and whitespace action is cleanup or auto-cleanup.
3803         (whitespace-cleanup, whitespace-cleanup-region): Code fix.
3804         (whitespace-warn-read-only): New fun.
3806 2008-09-05  Chong Yidong  <cyd@stupidchicken.com>
3808         * international/quail.el: Require help-mode.
3809         (quail-help-init): Function removed.
3810         (quail-keyboard-layout-button, quail-keyboard-customize-button):
3811         Define directly.
3813         * dired.el (dired-get-filename): Rewrite octal escape character
3814         processor (bug#885).
3816 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
3818         * cus-edit.el (custom-button-pressed): Default to inverse-video.
3820         * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
3821         not just for terminal-frame.
3823 2008-09-05  Martin Rudalics  <rudalics@gmx.at>
3825         * window.el (window--try-to-split-window): Don't split when window
3826         is not splittable in last disjunct.  (Bug#888)
3828 2008-09-05  Kenichi Handa  <handa@m17n.org>
3830         * language/tibetan.el: Fix setting of composition-function-table.
3832         * composite.el (find-composition): Mention about the automatic
3833         composition in the docstring.
3834         (compose-gstring-for-graphic): Fix handling "above" marks.
3836         * descr-text.el (describe-char): Fix handling of automatic composition.
3838 2008-09-04  Juanma Barranquero  <lekktu@gmail.com>
3840         * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
3841         (tramp-parse-connection-properties): Reflow docstring.
3843 2008-09-04  Kim F. Storm  <storm@cua.dk>
3845         * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
3846         and other-frame methods when switching between file and buffer modes.
3848 2008-09-04  Martin Rudalics  <rudalics@gmx.at>
3850         * info.el (Info-dir-remove-duplicates): Narrow buffer when
3851         removing duplicate entries under same heading.  Don't skip char
3852         matching anything but a space or tab at bol.  (Bug#864)
3854 2008-09-03  Alan Mackenzie  <acm@muc.de>
3856         * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
3858 2008-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3860         * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
3861         (completion-pcm--all-completions): Move the case-fold-search binding to
3862         it also applies to completion-regexp-list (used in all-completions).
3863         (completion-pcm--hilit-commonality): Add missing case-fold-search.
3865 2008-09-03  Martin Rudalics  <rudalics@gmx.at>
3867         * window.el (pop-up-frame-function): Move ...
3868         * frame.el (pop-up-frame-function): ... here, to avoid
3869         "CHANGED outside Customize;".
3871 2008-09-03  Glenn Morris  <rgm@gnu.org>
3873         * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
3875 2008-09-03  Chong Yidong  <cyd@stupidchicken.com>
3877         * isearch.el (isearch-highlight-regexp): Fix last change, quoting
3878         non-alphabetical characters properly.
3880 2008-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
3882         * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
3884 2008-09-02  Martin Rudalics  <rudalics@gmx.at>
3886         * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
3887         control-prefixed keys.  (Bug#835)
3889 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
3891         * image-mode.el (image-mode): Fix 2008-07-19 change.
3893 2008-09-02  Juanma Barranquero  <lekktu@gmail.com>
3895         * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
3897         * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
3899 2008-09-02  Glenn Morris  <rgm@gnu.org>
3901         * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
3903         * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
3905 2008-09-01  Glenn Morris  <rgm@gnu.org>
3907         * vc-hooks.el (vc-previous-version): Move alias to vc.el.
3908         * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
3909         and fix name typos.  (Bug#856)
3911 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
3913         * minibuffer.el (completion-pcm--pattern->regex):
3914         When completion-ignore-case is non-nil, generate a regexp that
3915         ignores case.
3917         * window.el (recenter-top-bottom): Doc fix.
3919 2008-09-01  Simon South  <ssouth@member.fsf.org>
3921         * progmodes/delphi.el: New maintainer.
3922         (delphi-interface-types): New var.
3923         (delphi-composite-types): Use it.
3924         (delphi-enclosing-indent-of): Distinguish between "interface"
3925         keyword as a unit separator and used like a class declaration.
3927 2008-09-01  Martin Rudalics  <rudalics@gmx.at>
3929         * help-fns.el (describe-simplify-lib-file-name)
3930         (find-source-lisp-file): Remove.
3931         (find-lisp-object-file-name): New function giving preference to
3932         files found via load-path instead of loaddefs.el.
3933         (describe-function-1): Use new function instead of the removed
3934         ones.  (Bugs #587, #669, #690)
3935         * faces.el (describe-face): Use find-lisp-object-file-name instead
3936         of describe-simplify-lib-file-name.
3938 2008-09-01  Kenichi Handa  <handa@m17n.org>
3940         * international/mule-diag.el (font-show-log): Fix previous change.
3942         * international/mule-cmds.el (set-language-environment):
3943         Don't overwrite current-iso639-language if the current language
3944         environment doesn't provide that data.
3945         (set-locale-environment): Set current-iso639-language from the
3946         locale name.
3948         * international/fontset.el (script-representative-chars): Re-add
3949         the entry for symbol, but with vector of characters.
3950         (setup-default-fontset): Cancel previous change.
3952 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
3954         * ido.el: Move provide statement to the end of the file.
3956 2008-08-30  Markus Triska  <markus.triska@gmx.at>
3958         * linum.el (linum-mode): `window-size-change-functions' can now be
3959         buffer-local.
3960         (linum-update-window): Use result of `move-overlay'.
3962 2008-08-30  Glenn Morris  <rgm@gnu.org>
3964         * subr.el (make-variable-frame-local): Tweak obsolescence message.
3966         * info.el (Info-hide-note-references, Info-refill-paragraphs):
3967         Doc fixes.
3969         * apropos.el (apropos-command): Report documentation errors.
3970         * help-fns.el (describe-function-1): Handle broken aliases.  (Bug#825)
3972 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
3974         * isearch.el (isearch-highlight-regexp): Fix case of highlighted
3975         string.
3977 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
3979         * bindings.el (mode-line-frame-identification): Fix last change.
3981 2008-08-29  Kenichi Handa  <handa@m17n.org>
3983         These changes are to adjust the automatic composition for the new
3984         implementation (avoid using text property).
3986         * composite.el (composition-function-table): Move declaration to
3987         composite.c.
3988         (terminal-composition-base-character-p): Delete it.
3989         (terminal-composition-function): Delete it.
3990         (terminal-composition-function-table): Delete it.
3991         (lgstring-header, lgstring-set-header, lgstring-font)
3992         (lgstring-char, lgstring-char-len, lgstring-shaped-p)
3993         (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
3994         (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
3995         (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
3996         (lglyph-ascent, lglyph-descent, lglyph-adjustment)
3997         (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
3998         (compose-glyph-string, compose-glyph-string-relative)
3999         (compose-gstring-for-graphic, compose-gstring-for-terminal):
4000         New functions.
4001         (auto-compose-chars): Argument changed.
4003         * language/european.el: Don't setup composition-function-table.
4004         (diacritic-composition-pattern, diacritic-compose-region)
4005         (diacritic-compose-string, diacritic-compose-buffer)
4006         (diacritic-composition-function): Delete them.
4008         * language/lao-util.el (lao-composition-function): Argument changed.
4010         * language/sinhala.el: Fix setting up of composition-function-table.
4012         * language/thai.el: Fix setting up of composition-function-table.
4014         * language/thai-util.el: Encoding changed to utf-8.
4015         (thai-composition-function): Argument changed.
4017         * language/indian.el: Fix setting up of composition-function-table.
4018         (devanagari-composable-pattern)
4019         (tamil-composable-pattern, kannada-composable-pattern)
4020         (malayalam-composable-pattern): New variables.
4022         * international/characters.el (unicode-category-table):
4023         Setup unicode-category-table.
4025         * international/fontset.el (setup-default-fontset): Prepend
4026         iso10646-1 fonts to the fallback font groups instead of appending.
4028 2008-08-29  Glenn Morris  <rgm@gnu.org>
4030         * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
4032 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
4034         * term/x-win.el (x-win-suspend-error): Don't signal error if there
4035         are no X frames active.
4037 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
4039         * net/xesam.el (xesam-kill-buffer-function): Wrap code by
4040         `ignore-errors' (the function must succeed always).
4042 2008-08-28  Edward O'Connor  <hober0@gmail.com>
4044         * json.el (json-read-number): New arg.  Handle explicitly signed
4045         numbers.
4046         (json-readtable): Add `+' and `.'.
4048 2008-08-28  Eli Zaretskii  <eliz@gnu.org>
4050         * term/pc-win.el (msdos-previous-message): New variable.
4051         (msdos-show-help): New function.
4052         (msdos-initialize-window-system): Set show-help-function to
4053         msdos-show-help.
4055 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
4057         * emacs-lisp/debug.el (debug): When killing a noninteractive
4058         Emacs, give an exit status of -1.
4060 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
4062         * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
4064 2008-08-27  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
4066         * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
4067         not the same as the last modification time, fall back on the
4068         backend-specific check.
4070 2008-08-27  Teodor Zlatanov  <tzz@lifelogs.com>
4072         * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
4073         to go to the position of interest.
4075 2008-08-27  Tomas Abrahamsson  <tab@lysator.liu.se>
4077         * textmodes/artist.el (artist-mode-init): Add comment on the
4078         setting up of the `artist-replacement-table' array.
4079         (artist-get-replacement-char): New defsubst.
4080         (artist-get-char-at-xy-conv, artist-replace-char)
4081         (artist-replace-chars, artist-replace-string): Use it instead of
4082         accessing `artist-replacement-table' directly.
4083         Reported by Rubén Berenguel <ruben@maia.ub.es>.
4085         (artist-mt): Fix structures for cut and copy operations.
4087 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
4089         * shell.el (shell-file-name-quote-list): Quote `$'.
4091         * comint.el (comint-dynamic-complete-as-filename): Generalize last
4092         change to allow quoting of characters before point.
4093         (comint-dynamic-list-filename-completions): Quote common substring.
4095 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
4097         * comint.el (comint-dynamic-complete-as-filename): If case is
4098         ignored while matching, replace the entire filename with completion.
4100         * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
4101         flyspell-pre-point is valid to avoid signalling an error in
4102         post-command-hook.
4104 2008-08-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
4106         * linum.el (linum): Inherit remaining face attributes from default
4107         face.
4109 2008-08-26  Markus Triska  <markus.triska@gmx.at>
4111         * linum.el (linum-delay): Disable - it should no longer be
4112         necessary, and can lead to longer delays.
4113         (linum-update-window): Renumber if margin width has changed.
4115 2008-08-26  Daiki Ueno  <ueno@unixuser.org>
4117         * epa.el (epa--key-widget-action): Save the selected window to
4118         make `widget-button-click-moves-point' work.  (Bug#733).
4120 2008-08-26  Glenn Morris  <rgm@gnu.org>
4122         * calendar/holidays.el (calendar-holidays): Doc fix.
4124         * progmodes/gud.el (tramp-file-name-localname)
4125         (tramp-dissect-file-name): Declare.
4127         * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
4129 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
4131         * bindings.el (mode-line-frame-control): New function, caters to
4132         `pc' ``window system''.
4133         (mode-line-frame-identification): Use it instead of accessing
4134         window-system directly.
4136 2008-08-25  Juri Linkov  <juri@jurta.org>
4138         * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
4139         `center-line' and "\eS" from `center-paragraph'.
4140         (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
4141         `center-paragraph'.
4143 2008-08-25  Ulf Jasper  <ulf.jasper@web.de>
4145         * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
4146         (newsticker-treeview-treewindow-width): New.
4147         (newsticker-treeview-listwindow-height): New.
4148         (newsticker-treeview-browse-url-item): New.
4149         (newsticker-treeview-mode-map):
4150         Add newsticker-treeview-browse-url-item.
4151         (newsticker--treeview-window-init):
4152         Use newsticker-treeview-treewindow-width and
4153         newsticker-treeview-listwindow-height.
4155         * net/newst-reader.el (newsticker-browse-url-item): New.
4157 2008-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
4159         * vc-dir.el (vc-dir-marked-only-files-and-states):
4160         (vc-dir-child-files-and-states): Reverse the list before returning it.
4162 2008-08-24  Michael Albinus  <michael.albinus@gmx.de>
4164         * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
4166 2008-08-24  Romain Francoise  <romain@orebokech.com>
4168         * progmodes/python.el (run-python): Remove '' from sys.path.
4170 2008-08-23  Glenn Morris  <rgm@gnu.org>
4172         * progmodes/fortran.el (fortran-tab-mode-string)
4173         (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
4175 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
4177         * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
4178         Add declare-function.
4180         * startup.el (command-line): Don't call tty-register-default-colors
4181         if initial-window-system is `pc'.
4183         * term/internal.el (local-function-key-map): Fix unbalanced parens.
4184         (msdos-key-remapping-map): New variable.  Move here all the special
4185         keys we will be remapping via local-function-key-map.
4186         (msdos-setup-keyboard): New function.
4188         * term/pc-win.el (msdos-create-frame-with-faces): Rename from
4189         make-msdos-frame.
4190         (terminal-init-internal): New function, errors out if called.
4191         (msdos-initialize-window-system): New function.
4192         (msdos-create-frame-with-faces): Set the terminal's
4193         `terminal-initted' (sic!) parameter.
4194         (frame-creation-function-alist): Add msdos-create-frame-with-faces.
4195         (window-system-initialization-alist):
4196         Add msdos-initialize-window-system.
4197         (handle-args-function-alist): Use tty-handle-args for `pc'
4198         ``window system'' as well.
4199         (pc-win): Provide.
4201         * term/tty-colors.el (tty-register-default-colors): Remove bogus
4202         code for using msdos-color-values.
4204         * loadup.el [ms-dos]: Load term/pc-win.
4206 2008-08-23  Dan Nicolaescu  <dann@ics.uci.edu>
4208         * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
4209         directory name.
4211 2008-08-23  Nick Roberts  <nickrob@snap.net.nz>
4213         * progmodes/gud.el (gud-common-init): Use absolute file so that
4214         perldb works with tramp (sudo).
4216         * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
4217         match data in process filters.
4219 2008-08-23  Martin Rudalics  <rudalics@gmx.at>
4221         * dired.el (dired-buffer-stale-p): Do not revert buffer that
4222         can be written.
4224 2008-08-23  Glenn Morris  <rgm@gnu.org>
4226         * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
4227         (dired-guess-shell-alist-user): Doc fix.  (Bug#417).
4229 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
4231         * subr.el (temp-buffer-show-hook): Doc fix.
4233 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
4235         * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
4236         and "INSIDE_EMACS=...".  Reported by Tassilo Horn
4237         <tassilo@member.fsf.org>.
4239         * net/trampver.el: Update release number.
4241         * net/xesam.el (xesam-minor-mode): New minor mode.
4242         (xesam-highlight-buffer): Remove.  Code moved to
4243         `xesam-minor-mode'.
4244         (xesam-refresh-entry): Use `xesam-minor-mode'.
4246 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
4248         * minibuffer.el (completion--try-word-completion):
4249         Disable partial-completion when considering the addition of a space
4250         or hyphen.
4252 2008-08-21  John Paul Wallington  <jpw@pobox.com>
4254         * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
4255         filename of `tofile' doesn't contain any colons on Windows,
4256         Cygwin, and MS-DOS systems.
4258 2008-08-21  Daiki Ueno  <ueno@unixuser.org>
4260         * epg.el (epg-make-context, epg-context-set-passphrase-callback)
4261         (epg-context-set-progress-callback): Make sure the callback is a
4262         cons of a function and a handback.  Update all callers.
4264 2008-08-20  David Reitter  <david.reitter@gmail.com>
4266         * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
4267         Patch applied by Adrian Robert.
4269 2008-08-20  Kevin Ryde  <user42@zip.com.au>
4271         * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
4272         directive lines.
4274 2008-08-20  Michael Albinus  <michael.albinus@gmx.de>
4276         * net/xesam.el (xesam-highlight-string): Precise doc string.
4277         (xesam-highlight-buffer): New defun.
4278         (xesam-refresh-entry): Use it.  Better check for sourceModified.
4280 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
4282         * edmacro.el (edmacro-parse-keys): Catch events with spaces in
4283         their names.
4285 2008-08-19  Kenichi Handa  <handa@m17n.org>
4287         * language/european.el ("Esperanto"): Change the preferred
4288         charsets to iso-8859-3.
4290         * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
4292         * international/fontset.el (script-representative-chars):
4293         Delete the entry for symbol.
4294         (setup-default-fontset): For symbol characters, don't specify
4295         :script property.
4297 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
4299         * minibuffer.el (completion-table-dynamic): Doc fix.
4301         * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
4302         saved.
4304 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
4306         * emulation/edt.el (edt-default-emulation-setup):
4307         Share global-buffers-menu-map with the emulated global map.
4309 2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
4311         * term/ns-win.el (global): Uncomment "put backspace
4312         ascii-character..." and friends, they are needed for tramp.  (Bug#725)
4314 2008-08-18  Kenichi Handa  <handa@m17n.org>
4316         * international/mule-diag.el (font-show-log): Add optional arg N
4317         to control the limit of font listing.
4319 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
4321         * window.el (recenter-top-bottom): Determine top and bottom
4322         positions using scroll-margin instead of scroll-conservatively.
4324 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4326         * proced.el (proced-send-signal): Use beginning-of-line.
4328 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4330         * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
4331         (proced-mode-map): Add tooltips for menus.  Use radio buttons for
4332         listing types.
4333         (proced-log-buffer): New variable.
4334         (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
4335         region if transient-mark-mode is turned on and the region is active.
4336         (proced-omit-processes): Rename from proced-hide-processes to
4337         avoid key clash with describe-mode (bound to h).  Search for
4338         marked processes starting from point-min.
4339         (proced-header-space): Remove.
4340         (proced-send-signal): Handle errors.  Operate on current process
4341         if no process is marked.
4342         (proced-why): New command.
4343         (proced-log, proced-log-summary): New functions.
4344         (proced-help): Use proced-why.
4345         * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
4346         (bibtex-autokey-year-title-separator): Fix docstring.
4348 2008-08-17  Michael Albinus  <michael.albinus@gmx.de>
4350         * net/xesam.el (xesam-vendor, xesam-notify-function):
4351         New local variables.
4352         (xesam-mode): Extend docstring.  Initialize `xesam-notify-function'.
4353         (xesam-refresh-entry): Use `xesam-notify-function' if set.  Remove
4354         Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
4355         (xesam-new-search): Initialize `xesam-vendor'.
4357 2008-08-15  Glenn Morris  <rgm@gnu.org>
4359         * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
4360         a pipeline.
4361         * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
4362         unless at the end of the pipeline.  (Bug#699).
4364 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
4366         * minibuffer.el (completion-boundaries): Doc fix.
4367         (display-completion-list): Only default base-size to zero if
4368         completing in the minibuffer.
4370         * simple.el (completion-base-size): Doc fix.
4371         (choose-completion): Try reselecting completion-reference-buffer.
4373 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
4375         * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
4376         also for remote directories.
4378 2008-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4380         * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
4381         since those precomputed values aren't used any more.
4382         (easy-menu-precalculate-equivalent-keybindings): Obsolete.
4384 2008-08-14  Martin Rudalics  <rudalics@gmx.at>
4386         * help.el (with-help-window): Return last value in BODY.
4388 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
4390         * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
4391         notify function of the URL.
4392         (xesam-new-search): Encode special characters in the query string.
4394 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
4396         * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
4398 2008-08-13  Andreas Schwab  <schwab@suse.de>
4400         * net/tramp.el (tramp-handle-shell-command): Handle output going
4401         to current buffer like shell-command.  Don't disable undo.
4403 2008-08-13  Glenn Morris  <rgm@gnu.org>
4405         * eshell/esh-cmd.el (eshell/which): Handle the case where no
4406         description is found.
4408 2008-08-12  Alan Mackenzie  <acm@muc.de>
4410         * progmodes/cc-defs.el (c-emacs-features):
4411         argumentative-bod-function: bind mark-ring to avoid accumulating a
4412         spurious mark.
4414 2008-08-12  Chong Yidong  <cyd@stupidchicken.com>
4416         * simple.el (visual-line--saved-state): New var.
4417         (visual-line-mode): Save local values of variables, and restore
4418         them when visual-line-mode is disabled.
4420 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
4422         * net/ldap.el (ldap-search-internal): Tweak URL regexp.
4424 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
4426         * progmodes/cc-defs.el (c-emacs-features):
4427         Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
4428         moving point during the test.
4430         * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
4432 2008-08-11  Glenn Morris  <rgm@gnu.org>
4434         * term/ns-win.el (x-parse-geometry): Doc fix.
4436         * dired.el (x-popup-menu):
4437         * hi-lock.el (x-popup-menu):
4438         * mouse.el (font-face-attributes):
4439         * calendar/cal-menu.el (x-popup-menu):
4440         * calendar/calendar.el (x-popup-menu):
4441         * calendar/holidays.el (x-popup-menu):
4442         * progmodes/cperl-mode.el (x-popup-menu):
4443         * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
4444         (x-open-connection):
4445         * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
4446         (x-command-line-resources):
4447         * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
4448         (x-display-name, x-command-line-resources):
4449         Add declarations for builds without X.
4451 2008-08-10  Glenn Morris  <rgm@gnu.org>
4453         * calendar/cal-bahai.el (holiday-bahai): Doc fix.
4455 2008-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
4457         * vc-bzr.el (vc-bzr-find-revision): Rename from
4458         vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
4460 2008-08-10  Michael Albinus  <michael.albinus@gmx.de>
4462         * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
4463         (xesam-refresh-entry): Add Debbugs handling.  Insert a widget
4464         "DONE", when all hits are retrieved.
4465         (xesam-search): Autoload it.
4467 2008-08-11  John Paul Wallington  <jpw@pobox.com>
4469         * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
4470         empty string when no filename.
4471         (define-ibuffer-column filename): Accommodate that change.
4473         * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
4474         `buffer-file-name' instead of `ibuffer-buffer-file-name'.
4476 2008-08-10  Glenn Morris  <rgm@gnu.org>
4478         * Makefile.in (ELCFILES): Update.
4480 2008-08-10  John Paul Wallington  <jpw@pobox.com>
4482         * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
4484 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
4486         * battery.el (battery-echo-area-format, battery-status-function):
4487         Handle new Linux sysfs format for battery reporting.
4488         (battery-linux-sysfs): New function.
4490 2008-08-07  Martin Rudalics  <rudalics@gmx.at>
4492         * add-log.el (change-log-search-tag-name)
4493         (change-log-goto-source): Fix behavior when point is not on tag.
4495 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
4497         * startup.el (command-line-ns-option-alist): Use ignore instead of
4498         ns-ignore-0-arg.
4500         * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
4501         (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
4502         (ns-alternatives-map): New variable.
4503         (x-set-up-function-keys): Use it.
4504         (global): Comment out "put backspace ascii-character..." and friends.
4505         Move function-key-map into ns-alternatives-map.  Don't call
4506         precompute-menubar-bindings.  Don't set anything connected with
4507         browse-url.
4508         (after-make-frame-functions): Clarify comment why a hook is added.
4510 2008-08-06  Joakim Verona  <joakim@verona.se>
4512         * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
4513         in url:s.
4515 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
4517         * vc-svn.el (vc-svn-parse-status): Use when instead of if.
4518         Fix 2008-01-01 change: use a shy group to not affect subsequent
4519         match calls.
4521 2008-08-06  Reto Zimmermann  <reto@gnu.org>
4523         * progmodes/vera-mode.el (vera-electric-tab):
4524         * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
4525         region when active.
4527 2008-08-06  Kenichi Handa  <handa@m17n.org>
4529         * faces.el (face-valid-attribute-values): Fix handling the value
4530         of (font-family-list) and font-XXX-table.
4532 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
4534         * proced.el (proced-menu): Bind the correct function to for toggling.
4536         * vc-dir.el (vc-dir-mode): Fix typo.
4538 2008-08-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4540         * whitespace.el (whitespace-newline-mode)
4541         (global-whitespace-newline-mode, whitespace-mode)
4542         (global-whitespace-mode): Improve docstring.
4544 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
4546         * kmacro.el (kmacro-exec-ring-item): Add autoload.
4548         * files.el (auto-save-visited-file-name): Move definition to fileio.c.
4550         * cus-start.el (all): Handle auto-save-visited-file-name.
4552 2008-08-05  Alex Shinn  <alexshinn@gmail.com>  (tiny change)
4554         * files.el (hack-one-local-variable-eval-safep): Handle
4555         lisp-indent-function and scheme-indent-function in addition to the
4556         deprecated lisp-indent-hook.
4558 2008-08-05  Michael Albinus  <michael.albinus@gmx.de>
4560         * net/xesam.el (top): Require `wid-edit' always.
4561         (xesam-mode-line, xesam-highlight): New deffaces.
4562         (xesam-objects): New local variable.
4563         (xesam-search-engines): Fix error in field list.
4564         (xesam-mode): Use `xesam-mode-line' instead of
4565         `font-lock-type-face'.  Apply `xesam-mode' to a temp buffer, for
4566         proper initialization (why?).
4567         (xesam-highlight-string, xesam-get-hits)
4568         (xesam-kill-buffer-function): New defuns.
4569         (xesam-refresh-entry): Move code to `xesam-get-hits'.  Check
4570         result of "hit.fields", it isn't a string only.  Wrap an error of
4571         the strigi search engine ("xesam:size" is returned as string).
4572         Highlight search items.
4573         (xesam-refresh-search-buffer): Make logic of counters more simple.
4574         Prefetch next hits.
4575         (xesam-signal-handler): Use `xesam-mode-line' instead of
4576         `font-lock-type-face'.
4577         (xesam-new-search): Add `xesam-kill-buffer-function' to
4578         `kill-buffer-hook'.
4580 2008-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
4582         * add-log.el (change-log-next-error, change-log-mode): Add support
4583         for `next-error' to call `change-log-goto-source' on named files
4584         in a ChangeLog.
4586 2008-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
4588         * calc/calc.el (math-read-number): Handle all C-like languages
4589         properly.
4591 2008-08-04  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4593         * calc/calc.el (math-read-number): Handle C numbers beginning with
4594         0 correctly.
4596 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4598         * term/ns-win.el ([ns-new-frame]): New global key.
4600 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
4602         * international/mule-cmds.el (read-char-by-name):
4603         Check UCS names with `assoc-string' and case folding.
4605 2008-08-04  Michael Albinus  <michael.albinus@gmx.de>
4607         * net/dbus.el (dbus-call-method-asynchronously)
4608         (dbus-method-return-internal, dbus-method-error-internal):
4609         Declare them with `declare-function'.
4611 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
4613         * descr-text.el (describe-char-display): Fix last change:
4614         don't pass CHARSET to `encoded-string-description'.
4616 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
4618         * vc.el (vc-next-action): Update list var correctly after delete.
4620 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4622         * ido.el (ido-mode): Add toggle notification.
4624         * cus-edit.el (custom-save-all): Avoid destroying symlink if
4625         already visiting the custom file.
4627         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4628         pending output coming after the status change.
4630 2008-08-02  Jason Rumney  <jasonr@gnu.org>
4632         * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
4634 2008-08-01  Kenichi Handa  <handa@m17n.org>
4636         * international/mule-cmds.el (encode-coding-char):
4637         New optional arg CHARSET.
4639         * descr-text.el (describe-char-display): Call encode-coding-char
4640         with the arg CHARSET.
4641         (describe-char): Pay attention to the text-property `charset'.
4643 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
4645         * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
4646         error messages.
4647         (dbus-set-property): Call `dbus-introspect-get-property' instead
4648         of `dbus-get-property'.
4650         * net/xesam.el (xesam-all-fields): Remove source and content
4651         identifiers.
4652         (xesam-dbus-unique-names): New defvar.
4653         (xesam-dbus-call-method): New defun.  Replace all calls of
4654         `dbus-call-method' by `xesam-dbus-call-method'.
4655         (xesam-get-cached-property, xesam-set-cached-property):
4656         New defuns.
4657         (xesam-get-property, xesam-set-property, xesam-refresh-entry)
4658         (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
4659         (xesam-search-engines): Make it an association list.  Take changed
4660         layout into account in the corresponding function.
4661         (xesam-delete-search-engine): Remove check for consistency of
4662         `xesam-search-engines', not needed anymore.
4663         (xesam-mode): Show XML query string only in the debug case.
4665 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
4667         * files.el (read-file-modes): Fix typo in docstring.
4669 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
4671         * Makefile.in: Avoid maintainer warning for autogenerated unicode
4672         files.
4674         * apropos.el (apropos-symbol): Don't set button skip by default.
4675         (apropos-print): Set button skip iff searching for multiple types.
4676         (apropos-print-doc): Insert blank label button when searching for
4677         a single type.
4679         * button.el (forward-button): Avoid infloop.
4681         * minibuffer.el (read-file-name-completion-ignore-case):
4682         Add cygwin to the list.
4684 2008-07-31  Sven Joachim  <svenjoac@gmx.de>
4686         * files.el (abbreviate-file-name): When replacing $HOME with ~,
4687         turn off case-fold-search.
4689 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
4691         * net/dbus.el (top): Don't register for "NameOwnerChanged".
4692         (dbus-message-type-invalid, dbus-message-type-method-call)
4693         (dbus-message-type-method-return, dbus-message-type-error)
4694         (dbus-message-type-signal): New defconst.
4695         (dbus-ignore-errors): Fix `edebug-form-spec' property.
4696         (dbus-return-values-table): New defvar.
4697         (dbus-call-method-non-blocking-handler, dbus-event-message-type):
4698         New defun.
4699         (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
4700         Extend docstring.  Adapt implementation according to new
4701         `dbus-event' layout.
4702         (dbus-event-service-name, dbus-event-path-name)
4703         (dbus-event-interface-name, dbus-event-member-name):
4704         Adapt implementation according to new `dbus-event' layout.
4705         (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
4707         * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
4708         (xesam-mode): Rework implementation.
4709         (xesam-new-search): Additional parameter TYPE.
4710         (xesam-search): Adapt call of `xesam-new-search'.
4712 2008-07-31  Juri Linkov  <juri@jurta.org>
4714         * dired-aux.el (dired-do-chmod): Set default value to the original
4715         mode string using absolute notation like u=rwx,g=rx,o=rx.
4716         Use it as a new arg `default' of `dired-mark-read-string'.
4717         (dired-mark-read-string): Add new optional arg `default'.
4719         * files.el (read-file-modes): Set default value to the original
4720         mode string using absolute notation like u=rwx,g=rx,o=rx.
4721         Use it as the `default' arg of `read-string'.
4723         * filesets.el (filesets-cmd-isearch-getargs): Check if the
4724         variable `files' is bound to avoid warnings.
4726         * isearch.el (isearch-forward-regexp, isearch-forward-word)
4727         (isearch-backward, isearch-backward-regexp): Doc fix - make a link
4728         to the command `isearch-forward' instead of displaying "See C-s".
4729         (isearch-highlight-regexp): Remove arguments `regexp' and `face'
4730         with their interactive specifications.  Move reading the face name to
4731         the main body after calls to isearch-done and isearch-clean-overlays.
4733         * mb-depth.el: Unify all names under one common name prefix
4734         `minibuffer-depth-'.
4735         (minibuffer-depth-indicator-function): Rename from
4736         `minibuf-depth-indicator-function'.
4737         (minibuffer-depth-overlay): Rename from
4738         `minibuf-depth-overlay'.
4739         (minibuffer-depth-setup): Rename from
4740         `minibuf-depth-setup-minibuffer'.
4741         (minibuffer-depth-indicate-mode): Rename from
4742         `minibuffer-indicate-depth-mode'.
4744 2008-07-31  Juri Linkov  <juri@jurta.org>
4746         * dired-aux.el (dired-isearch-filenames-toggle): New command.
4747         (dired-isearch-filenames-setup): Bind "\M-sf" to
4748         dired-isearch-filenames-toggle in isearch-mode-map.
4749         (dired-isearch-filenames-end): Bind "\M-sf" to nil
4750         in isearch-mode-map.
4752         * isearch.el (isearch-edit-string-set-word): New command.
4753         (minibuffer-local-isearch-map): Bind "\C-w" to
4754         isearch-edit-string-set-word.
4755         (isearch-new-word): Temporary internal variable.
4756         (isearch-edit-string): Remove special case of reading the
4757         first character and checking it for C-w.
4759         * simple.el (read-shell-command, shell-command):
4760         Move code that uses minibuffer-with-setup-hook to set
4761         minibuffer-default-add-function to minibuffer-default-add-shell-commands
4762         from the interactive spec of `shell-command' to `read-shell-command'.
4764         * international/mule-cmds.el (read-char-by-name):
4765         Accept hash notation.  Doc fix.
4766         (ucs-insert): Doc fix.  Convert to number only when `arg' is
4767         a string.  Use separate error message when `arg' is not an integer.
4768         Bind `ucs-insert' to `C-x 8 RET'.
4770 2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
4772         * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
4773         move the (arglist-cont-nonempty) from c-offsets-alist to
4774         c-hanging-braces-alist like other styles already have.
4776 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4778         * textmodes/texinfmt.el:
4779         * nxml/nxml-enc.el:
4780         * mail/feedmail.el:
4781         * international/mule.el:
4782         * international/latexenc.el:
4783         * emulation/viper-util.el:
4784         * emulation/viper-init.el:
4785         * emulation/viper-ex.el:
4786         * emacs-lisp/bytecomp.el:
4787         * version.el:
4788         * subr.el:
4789         * startup.el:
4790         * sort.el:
4791         * shadowfile.el:
4792         * recentf.el:
4793         * printing.el:
4794         * paths.el:
4795         * minibuffer.el:
4796         * ls-lisp.el:
4797         * loadup.el:
4798         * hippie-exp.el:
4799         * finder.el:
4800         * files.el:
4801         * ediff-util.el:
4802         * ediff-ptch.el:
4803         * ediff-init.el:
4804         * ediff-diff.el:
4805         * dired.el:
4806         * dired-aux.el:
4807         * cus-edit.el:
4808         * bindings.el:
4809         * arc-mode.el:
4810         * add-log.el: Remove VMS support.
4811         * obsolete/vmsproc.el:
4812         * obsolete/vms-pmail.el:
4813         * obsolete/vms-patch.el: Remove file.
4815 2008-07-31  Alan Mackenzie  <acm@muc.de>
4817         * progmodes/cc-mode.el (c-before-hack-hook): New function
4818         (Top Level): Install c-before-hack-hook on
4819         before-hack-local-variables-hook, rather than
4820         c-postprocess-file-styles on hack-local-variables-hook.
4822 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
4824         * files.el (normal-mode): Move call to hack-project-variables into
4825         hack-local-variables.
4826         (file-local-variables-alist, before-hack-local-variables-hook):
4827         New vars.
4828         (ignored-local-variables): Add file-local-variables-alist.
4829         (hack-local-variables-filter): Renamed from
4830         hack-local-variables-apply.  Add the result to
4831         file-local-variables-alist, without applying them.
4832         (hack-local-variables): Set file-local-variables-alist to nil.
4833         Call hack-project-variables and before-hack-local-variables-hook.
4834         Apply variables here, instead of hack-local-variables-apply.
4835         Based on a patch by Alan Mackenzie.
4837 2008-07-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
4839         * info-look.el (autoconf-mode :doc-spec): For
4840         "(autoconf)M4 Macro Index", if the item already
4841         begins with "AS_", don't prefix that string again.
4843 2008-07-30  Juri Linkov  <juri@jurta.org>
4845         * info.el (info, Info-mode): Doc fix.
4847         * isearch.el (isearch-mode-map): Bind `M-s r' to
4848         `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
4849         (search-map): Bind `M-s w' to `isearch-forward-word' globally
4850         in the global map `search-map'.
4851         (isearch-forward): Doc fix.
4852         (isearch-forward-word, isearch-toggle-case-fold): New commands.
4854         * simple.el (quoted-insert): Comment out code that treats
4855         0240-0377 specially.
4857 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
4859         * cus-start.el: Add customization info for
4860         read-buffer-completion-ignore-case.
4862 2008-07-30  Sam Steingold  <sds@gnu.org>
4864         * vc-dir.el (vc-dir): Call file-truename on the dir argument.
4866 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
4868         * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
4869         (vc-dir-mode): Improve docstring.
4871 2008-07-30  Juri Linkov  <juri@jurta.org>
4873         * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
4874         for the sake of isearch-mode-hook in dired-mode in dired.el.
4876 2008-07-19  Markus Triska  <markus.triska@gmx.at>
4878         * image-mode.el (image-mode): Set image-mode-text-map when image
4879         cannot be displayed.
4881 2008-07-30  Stephen Leake  <stephen_leake@stephe-leake.org>
4883         * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
4884         ada-xref-set-default-prj-values.
4885         (ada-prj-display-page): Ditto.
4887         * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
4888         (ada-make-filename-from-adaname): Fix free variable.
4890 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
4892         * vc-git.el (vc-git-status-printer): Synchronize with the default.
4894 2008-07-30  Michael McNamara  <mac@mail.brushroad.com>
4896         * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
4897         for declarations inside a parenthetical list.  The code is ill-advised,
4898         and doesn't work given user defined types.
4899         (verilog-set-auto-endcomments): Enhance function automatic
4900         endcomment to support functions that return user defined types.
4901         (verilog-mode): Add code to tell which-function-mode minor mode
4902         that Verilog supports this feature.
4903         (verilog-beg-block-re-ordered, verilog-indent-re)
4904         (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
4905         (verilog-leap-to-head): Support the new virtual and/or protected
4906         tasks, as well as extern declarations of tasks for indenting and
4907         for forward/backward expression.
4909 2008-07-30  Wilson Snyder  <wsnyder@wsnyder.org>
4911         * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
4912         to work with SV 'logic' signals.  Suggested by Julian Gorfajn.
4913         (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
4914         (verilog-string-replace-matches): Avoid recursion with small
4915         replacements.
4916         (verilog-auto-inst-param-value, verilog-mode-version)
4917         (verilog-mode-version-date, verilog-read-inst-param-value)
4918         (verilog-auto-inst, verilog-auto-inst-param)
4919         (verilog-auto-inst-port, verilog-simplify-range-expression): Add
4920         verilog-auto-inst-param-value option for AUTOINST.  Suggested by
4921         David Rogoff.  This allows parameters to be replaced with their
4922         values, on the expansion of an AUTOINST with Verilog 2001 style
4923         parameter settings.
4925 2008-07-30  David Lord  <david.lord@phonecoop.coop>  (tiny change)
4927         * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
4928         to `cddr'.
4930 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
4932         * Makefile.in (ELCFILES): Add mairix.elc.
4934 2008-07-29  David Engster  <deng@randomsample.de>
4936         * net/mairix.el: New file.
4938 2008-07-29  Juri Linkov  <juri@jurta.org>
4940         * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
4941         instead of variable-pitch with bold and 1.2 height.
4943         * dired-aux.el (dired-do-async-shell-command): New command.
4945         * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
4946         from `&' to `%&'.  Bind `&' to `dired-do-async-shell-command'.
4948 2008-07-29  Juri Linkov  <juri@jurta.org>
4950         * international/mule-cmds.el (ucs-names): New internal variable.
4951         (ucs-names): New function.
4952         (ucs-completions): New lazy completion variable.
4953         (read-char-by-name): New function.
4954         (ucs-insert): Replace interactive spec letter "s" with the call to
4955         `read-char-by-name'.
4957         * replace.el (read-regexp): Add second arg `default'.  Doc fix.
4959         * replace.el (occur-read-primary-args):
4960         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
4961         (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
4962         second arg of `read-regexp'.
4964         * dired-aux.el (dired-isearch-filenames): New user option.
4965         (dired-isearch-orig-success-function): New internal variable.
4966         (dired-isearch-filenames-setup, dired-isearch-filenames-end)
4967         (dired-isearch-success-function): New functions.
4968         (dired-isearch-filenames, dired-isearch-filenames-regexp):
4969         New commands.
4971         * dired.el (dired-insert-set-properties): Add new text property
4972         `dired-filename' to put on file names.
4973         (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
4974         and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
4975         Add menu items.
4976         (dired-mode): Add hook `dired-isearch-filenames-setup' to
4977         buffer-local `isearch-mode-hook'.
4979 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
4981         * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
4982         (ada-create-case-exception): Fix typo in docstring.
4983         (ada-no-auto-case): Return nil, not the docstring.
4984         (ada-indent-current): Reflow docstring.
4986         * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
4987         (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
4988         (ada-prj-load-from-file): Reflow docstring.
4989         (ada-prj-display-page): Fix typo in widget.
4991         * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
4992         Fix typos in docstrings.
4994         * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
4995         (ada-compile-current, ada-check-current, ada-run-application)
4996         (ada-get-ali-file-name): Fix typos in docstrings.
4997         (ada-xref-confirm-compile, ada-find-references)
4998         (ada-find-local-references, ada-find-any-references): Doc fixes.
4999         (ada-get-all-references): Fix typo in error message.
5000         (ada-xref-current-project): Use `let', not `let*'.
5001         (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
5003 2008-07-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5005         * whitespace.el (whitespace-newline): Change initialization to have a
5006         low contrast relative to the background color.  Suggested by David
5007         Reitter <david.reitter@gmail.com>.
5009 2008-07-28  Juri Linkov  <juri@jurta.org>
5011         * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
5012         New functions.
5014         * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
5015         and dired-do-isearch-regexp to `M-s a M-C-s'.  Add menu items.
5017 2008-07-28  Seiji Zenitani  <zenitani@mac.com>
5019         * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
5020         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
5022 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
5024         * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
5025         Add support for add-log.
5026         (ada-end-stmt-re): Fix bug - allow comment after 'when'.
5028         * progmodes/ada-prj.el: Delete 'main_unit' project variable.
5029         (ada-prj-save): Prompt for file name if not given.
5030         (ada-prj-display-page): Display casing exceptions.
5032         * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
5033         Ada mode project files.  Delete 'main_unit' project variable;
5034         only need 'main'.  Simplify handling of default project values.
5035         Use cross-prefix consistently.
5036         (ada-find-executable): Throw error if not found.
5037         (ada-initialize-runtime-library): Improve error handling when
5038         gnatls not found.
5039         (ada-gnat-parse-gpr): New.
5040         (ada-treat-cmd-string): Allow process environment variables.
5041         (ada-xref-set-default-prj-values): Delete; replace with
5042         ada-default-prj-properties.
5043         (ada-parse-prj-file): Handle GNAT project files.
5044         (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
5045         (ada-select-prj-file): New.
5046         (ada-get-absolute-dir-list): Allow project and environment variables.
5048 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
5050         Sync with Tramp 2.1.14.
5052         * net/tramp.el (tramp-perl-directory-files-and-attributes)
5053         (tramp-get-device): Make device number a cons cell.
5054         (tramp-convert-file-attributes): Make inode a cons cell.
5056         * net/trampver.el: Update release number.
5058 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
5060         * faces.el (face-set-after-frame-default): Treat 'ns as all other
5061         window systems.
5063 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
5065         * term/ns-win.el (do-applescript): New alias in carbon-compat section.
5067 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
5069         Remove support for Mac Carbon.
5070         * term/mac-win.el: Remove file
5071         * international/mule-cmds.el:
5072         * version.el:
5073         * startup.el:
5074         * simple.el:
5075         * mwheel.el:
5076         * mouse.el:
5077         * loadup.el:
5078         * isearch.el:
5079         * info.el:
5080         * frame.el:
5081         * faces.el:
5082         * disp-table.el:
5083         * cus-start.el:
5084         * cus-face.el:
5085         * cus-edit.el:
5086         * Makefile.in: Remove code for Carbon.
5088 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
5090         * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
5091         bindings for functions deleted by Dan N. 2008-07-21.  Set
5092         where-is-preferred-modifier.  Add show-manual option to Help menu.
5094 2008-07-26  Michael Albinus  <michael.albinus@gmx.de>
5096         * net/tramp.el (tramp-handle-start-file-process):
5097         Set query-on-exit flag.  Kill temporary buffer.
5098         (tramp-process-sentinel): Remove defun.
5099         (tramp-do-copy-or-rename-file-out-of-band)
5100         (tramp-maybe-open-connection): Don't call it.
5102         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
5103         `tramp-process-sentinel'.
5105         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
5106         `tramp-process-sentinel'.
5108         * net/xesam.el (xesam-from): Remove defvar.
5109         (xesam-mode): Derive from `special-mode'.  Extend `xesam-mode-map'
5110         and `mode-line-position'.
5111         (xesam-refresh-entry): Remove argument `hit-number'.  Add debug
5112         information to the widgets.  Don't set `mode-line-position'.
5113         (xesam-refresh-search-buffer): Correct hit number computing.
5114         Don't set `mode-line-position'.
5115         (xesam-new-search): Add debug information to the mode line.
5117 2008-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5119         * diff-mode.el (diff-show-trailing-blanks): Renamed to
5120         diff-show-trailing-whitespaces.
5122 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
5124         * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
5125         invalid filename strings when parsing tex errors (bug#376).
5127 2008-07-25  Dan Nicolaescu  <dann@ics.uci.edu>
5129         * menu-bar.el (menu-bar-file-menu): Fix typo.
5131 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
5133         * play/solitaire.el (solitaire-mode-map): Define within defvar.
5134         (solitaire-mode): Define with `define-derived-mode'.
5135         (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
5136         (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
5137         (solitaire-undo, solitaire-check): Use `when'.
5138         (solitaire-solve): Err out if the solitaire is already in progress.
5139         Use `when'.
5141         * descr-text.el (describe-char): Don't overwrite local variable char
5142         when describing characters with display-table entries.  Display font
5143         backend when describing composed characters.  Simplify: use `let'
5144         instead of `let*', and `or x y' instead of `if x x y'.
5146 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
5148         * image-mode.el (image-minor-mode): Set up winprops.
5150 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5152         * diff-mode.el (diff-show-trailing-blanks): New fun.
5153         Show trailing blanks in modified lines for diff-mode.
5155 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
5157         * Makefile.in (ELCFILES): Add net/xesam.el.
5159         * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
5160         process name.  Reported by Markus Triska <markus.triska@gmx.at>.
5162         * net/xesam.el: New file.
5164 2008-07-24  Sven Joachim  <svenjoac@gmx.de>
5166         * dired-aux.el (dired-copy-file-recursive): Avoid calling
5167         set-file-modes when creating target directories.
5169 2008-07-24  Juanma Barranquero  <lekktu@gmail.com>
5171         * play/solitaire.el (solitaire-mode): Fix typo in docstring.
5172         Set `show-trailing-whitespace' to nil.
5173         (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
5174         Fix typos in docstrings.
5176 2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
5178         * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
5179         key remapping, not directly.
5181 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5183         * whitespace.el: New version 11.2.
5184         (whitespace-newline-mode, global-whitespace-newline-mode): New newline
5185         minor mode visualization.
5187 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
5189         * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
5191         * Makefile.in (ELCFILES): Add term/common-win.elc.
5193         * vc-dir.el (vc-dir-search, vc-dir-isearch)
5194         (vc-dir-isearch-regexp): New functions.
5195         (vc-dir-mode-map, vc-dir-menu-map): Bind them.
5197 2008-07-23  Juri Linkov  <juri@jurta.org>
5199         * isearch-multi.el: Remove file to avoid dos file name clashes
5200         with isearch-x.el.  Move most content to misearch.el.
5202         * misearch.el: New file with most content from isearch-multi.el.
5203         Rename `isearch-buffers' name prefixes to `multi-isearch'.
5204         Remove `isearch-buffers-minor-mode'.  Add new function
5205         `multi-isearch-setup' to `isearch-mode-hook'.  New top-level
5206         commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
5207         `multi-isearch-files', `multi-isearch-files-regexp'.
5209         * Makefile.in (ELCFILES): Remove isearch-multi.elc.  Add misearch.elc.
5211         * isearch.el (isearch-message-prefix): Display "Multi" when
5212         `multi-isearch-next-buffer-current-function' is non-nil.
5213         (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
5214         with `multi-isearch-next-buffer-current-function', and
5215         `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
5217         * add-log.el (change-log-mode): Set `change-log-next-buffer' to
5218         `multi-isearch-next-buffer-function' instead of
5219         `isearch-buffers-next-buffer-function'.  Remove call to
5220         `isearch-buffers-minor-mode'.
5222         * buff-menu.el (Buffer-menu-marked-buffers)
5223         (Buffer-menu-isearch-buffers)
5224         (Buffer-menu-isearch-buffers-regexp): New functions.
5225         (Buffer-menu-mode-map): Bind "M-s a C-s" to
5226         `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
5227         `Buffer-menu-isearch-buffers-regexp'.
5228         (Buffer-menu-mode): Document new commands in docstring.
5229         (list-buffers-noselect): Add one space after Info file name
5230         according to the Info address convention.
5232         * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
5233         New functions.
5235         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
5236         `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
5237         (ibuffer-mode): Document new commands in docstring.
5239         * filesets.el (filesets-commands): Add commands for "Isearch" and
5240         "Isearch (regexp)".  Replace `query-replace' and `query-replace-regexp'
5241         with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
5242         (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
5243         or `multi-isearch-files-regexp'.
5244         (filesets-cmd-query-replace-getargs): Call standard function
5245         `query-replace-read-args' to read `query-replace' arguments.
5246         Add `multi-query-replace-map'.
5247         (filesets-cmd-query-replace-regexp-getargs)
5248         (filesets-cmd-isearch-getargs): New functions.
5250 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
5252         * international/mule.el (recode-region): Deactivate mark at the end.
5254 2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
5256         * progmodes/flymake.el (flymake-errline, flymake-warnline):
5257         Use more suitable colors on dark displays.
5259 2008-07-23  Michael Albinus  <michael.albinus@gmx.de>
5261         * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
5262         "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
5263         (tramp-temp-buffer-name): New defconst.
5264         (tramp-handle-start-file-process): Use it.  Apply "exec", for the
5265         command.  No trailing prompt.
5266         (tramp-process-sentinel): Remove temporary buffer, if existing.
5267         Don't handle trailing prompt.
5268         (tramp-open-connection-setup-interactive-shell):
5269         Use `tramp-temp-buffer-name'.
5271 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
5273         * shell.el (shell-dynamic-complete-functions):
5274         Use comint-dynamic-complete-filename as well (bug#361).
5276 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
5278         * term/ns-win.el:
5279         * version.el (emacs-version):
5280         * loadup.el:
5281         * frame.el (make-frame-on-display): Check for ns instead of
5282         ns-windowing.
5284         * dired.el (dired-mode-map): Show the key binding for wdired.
5286         * menu-bar.el (menu-bar-file-menu): Show the key binding for
5287         exiting Emacs.
5289 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
5291         * term/ns-win.el (x-list-fonts): Drop alias.
5293 2008-07-23  Juri Linkov  <juri@jurta.org>
5295         * replace.el (multi-query-replace-map): New variable.
5296         (perform-replace): Add processing of new multi-buffer keys bound
5297         to `automatic-all' and `exit-current'.  Set `query-flag' to nil
5298         if last input char was `automatic-all'.  Set new local variable
5299         `multi-buffer' to t when one of new two keys were typed.  Return
5300         non-nil value of `multi-buffer' that tells to calling functions
5301         to continue replacement on the next file.
5303         * progmodes/etags.el (tags-query-replace): Set arg `map' of
5304         `perform-replace' to `multi-query-replace-map'.
5306 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5308         * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
5309         otherwise displayed in every buffer.
5311         * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
5312         (vc-arch-trim-one-revlib): Delete temp directories as well.
5314 2008-07-22  Stephen Eglen  <stephen@gnu.org>
5316         * iswitchb.el (iswitchb-delim): New variable.  Suggested by Ted Roden.
5318 2008-07-22  Sven Joachim  <svenjoac@gmx.de>
5320         * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
5322 2008-07-22  Miles Bader  <miles@gnu.org>
5324         * progmodes/sh-script.el (sh-newline-and-indent): Remove.
5325         (sh-mode-map): Remove remapping of newline-and-indent.
5327 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
5329         * vc.el (Todo): Update.
5331         * vc-hooks.el: Remove obsolete comment.
5333         * vc-git.el (vc-git-status-printer): Update the directory display
5334         to match the default.
5336         * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
5338 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
5340         * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
5341         for "word wrap" command.
5343         * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
5345 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5347         * term/ns-win.el: Rename ns- functions/variables to the
5348         corresponding x- versions.
5349         (x-select-text, x-cut-buffer-or-selection-value)
5350         (x-disown-selection-internal, x-get-selection-internal)
5351         (x-own-selection-internal, x-defined-colors, xw-defined-colors)
5352         (x-display-mm-width, x-display-mm-height)
5353         (x-display-backing-store, x-display-save-under)
5354         (x-display-visual-class, x-display-screens, x-focus-frame): Remove
5355         defaliases.
5357         * frame.el (ns-display-name): Remove declaration.
5358         (make-frame-on-display): Use x-display-name instead
5359         ns-display-name.  Use unless.
5361         * startup.el (command-line-1): Fix indentation.
5363         * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
5364         checked in inadvertently.
5366 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
5368         * term/ns-win.el: Standardize references to "Nextstep" in
5369         comments, messages, and docstrings.
5370         (ns-handle-args, x-parse-geometry)
5371         (ns-extended-platform-support-mode, x-setup-function-keys)
5372         (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
5373         (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
5374         (ns-initialized, ns-initialize-window-system): Doc fixes.
5376 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5378         * diff-mode.el (diff-auto-refine): Delete defcustom.
5379         (diff-auto-refine-mode): New func/var via define-minor-mode.
5380         Update var ref to use diff-auto-refine-mode.
5381         * smerge-mode.el (diff-mode): Require when compiling.
5382         (smerge-auto-refine): Delete defcustom.
5383         Update smerge-auto-refine ref to use diff-auto-refine-mode.
5385 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
5387         * simple.el (visual-line): New custom group.
5388         (visual-line-fringe-indicators): New var.
5389         (visual-line-mode): Set fringe-indicator-alist based on
5390         visual-line-fringe-indicators.  Add lighter.
5392 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
5394         * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
5395         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
5396         (x-handle-geometry, x-handle-name-switch, x-display-name)
5397         (x-handle-display, x-handle-args, x-colors): Move ...
5398         * term/common-win.el: ... here.  New file.
5399         * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
5400         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
5401         (x-handle-geometry, x-handle-name-switch, x-display-name)
5402         (x-handle-display, x-handle-args, x-colors): Remove.
5403         * loadup.el: Load term/common-win before term/x-win and term/w32-win.
5405 2008-07-19  Juri Linkov  <juri@jurta.org>
5407         * startup.el (fancy-startup-text): Move the line "To quit
5408         a partially entered command, type Control-g" a few lines below
5409         to be after the line "To start".  Add text "at gnu.org" to
5410         "Overview of Emacs features".
5412         * dired.el (dired-mode-map): Fix menu text of
5413         image-dired-display-thumbs.
5415         * image-dired.el (image-dired-cmd-create-thumbnail-options)
5416         (image-dired-cmd-create-temp-image-options)
5417         (image-dired-cmd-create-standard-thumbnail-command): Add > to the
5418         ImageMagick command line to change the dimensions of the image
5419         only if its width or height exceeds the geometry specification.
5421         * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
5423         * proced.el (proced-mode, proced): Add \\<proced-mode-map>
5424         to docstrings.
5426 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
5428         * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
5429         Vinicius Jose Latorre.
5431 2008-07-19  Glenn Morris  <rgm@gnu.org>
5433         * term/ns-win.el (ns-make-command-string): Use mapconcat.
5434         (ns-save-preferences): Fix typo in previous change.  (Bug#573)
5436 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
5438         * net/dbus.el (dbus-interface-properties): New defconst.
5439         (dbus-introspect): Update docstring.
5440         (dbus-introspect-xml, dbus-introspect-get-attribute)
5441         (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
5442         (dbus-introspect-get-interface-names)
5443         (dbus-introspect-get-interface, dbus-introspect-get-method-names)
5444         (dbus-introspect-get-method, dbus-introspect-get-signal-names)
5445         (dbus-introspect-get-signal, dbus-introspect-get-property-names)
5446         (dbus-introspect-get-property)
5447         (dbus-introspect-get-annotation-names)
5448         (dbus-introspect-get-annotation)
5449         (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
5450         (dbus-introspect-get-signature, dbus-get-property)
5451         (dbus-set-property, dbus-get-all-properties): New defuns.
5453 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
5455         * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
5456         ns-grabenv.elc.
5458         * ns-carbon-compat.el: File removed.
5460         * ns-grabenv.el: File removed.
5462         * term/ns-win.el: Contents of ns-carbon-compat.el and
5463         ns-grabenv.el moved here.
5464         (ns-grabenv, ns-open-file-select-line): Doc fixes.
5465         (ns-submit-bug-report): Function removed.  Reports go to the main
5466         Emacs bug list.
5467         (ns-handle-args, ns-spi-service-call): Doc fixes.
5468         (info-ns-emacs): Function removed.  Nextstep port manual will be
5469         merged into the Emacs manual, so no separate link needed.
5471 2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
5473         * startup.el (fancy-splash-head): Fix change of 2008-07-02.
5475 2008-07-18  Glenn Morris  <rgm@gnu.org>
5477         * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
5478         to XEmacs, since it does nothing for Emacs.
5480 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5482         * net/tls.el (open-tls-stream): Make it work with the 2nd argument
5483         BUFFER that is a string but does not exist as a buffer object, as
5484         mentioned in the doc-string.
5486 2008-07-17  Chong Yidong  <cyd@stupidchicken.com>
5488         * simple.el (line-move-visual): Make it a defcustom.
5489         (line-move-1): Convert temporary-goal-column back to an integer if
5490         it was set as a float by a previous call to line-move-visual.
5491         (end-of-visual-line, beginning-of-visual-line)
5492         (next-logical-line, previous-logical-line): New functions.
5494 2008-07-17  David Reitter  <david.reitter@gmail.com>
5496         * simple.el (kill-visual-line, turn-on-visual-line-mode): New
5497         functions.
5498         (visual-line-mode, global-visual-line-mode): New minor mode.
5499         (visual-line-mode-map): New variable.
5501 2008-07-17  Glenn Morris  <rgm@gnu.org>
5503         * term/ns-win.el (parameters): Declare for compiler.
5505 2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
5507         * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
5508         for Windows.
5510 2008-07-17  Daiki Ueno  <ueno@unixuser.org>
5512         * epa.el (epa-key-list-mode): Use run-mode-hooks.
5513         (epa-key-mode): Ditto.
5514         (epa-info-mode): Ditto.
5516 2008-07-17  Glenn Morris  <rgm@gnu.org>
5518         * term/ns-win.el (ns-handle-switch): Simplify.  Handle the numeric case.
5519         (ns-handle-numeric-switch): Just call ns-handle-switch.
5520         (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
5521         (ns-handle-args): Simplify using `pop'.
5522         (ns-display-name): Define (used in frame.el).
5523         (menu-bar-select-frame): Add (ignored) arg to more closely match the
5524         original definition.
5525         (ns-perform-service): Declare.
5526         (ns-save-preferences): Use fewer `let's.
5528         * frame.el (ns-display-name): Declare for compiler.
5530 2008-07-17  Kenichi Handa  <handa@m17n.org>
5532         * descr-text.el (describe-char-unidata-list): Initialize to the
5533         list of name, general-category, decomposition, and old-name.
5535 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
5537         * startup.el (command-line-1): Update processing of NS long options to
5538         mimic recent changes to processing of X long options.
5540 2008-07-16  Nick Roberts  <nickrob@snap.net.nz>
5542         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
5543         list of #defines for remote files.
5544         (gdb-source-info): Only show main if it has been found.
5546 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5548         * term/ns-win.el: Require CL; fix up comment style; reindent.
5549         (ns-define-service): Use subst-char-in-string.  Avoid `eval'.
5550         (ns-save-preferences): Use `case'.
5551         (ns-initialize-window-system): Use `dolist'.
5553 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
5555         * loadup.el: Remove load of easy-mmode prior to ns-win when NS
5556         windowing is used.
5557         * term/ns-win.el (ns-extended-platform-support-mode):
5558         Correct/improve documentation.
5560 2008-07-16  Glenn Morris  <rgm@gnu.org>
5562         * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
5563         Simply require 'cl (see comment in cl-compat.el).
5564         * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
5565         * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
5566         (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
5567         directly rather by subterfuge.  Provide cl before loading cl-macs.
5569         * paths.el (rmail-spool-directory): Remove settings for systems that are
5570         no longer supported.
5572         * frame.el (ns-initialize-window-system): Declare for compiler.
5574         * term/ns-win.el: Add numerous declarations for compiler.
5575         (ns-pop-up-frames): Move definition before use.  Doc fix.
5577         * emacs-lisp/check-declare.el (check-declare-locate)
5578         (check-declare-verify): Handle .m files.
5580 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
5582         * ns-carbon-compat.el: New file: user-visible compatibility of
5583         NeXTstep port with Carbon port.
5584         * ns-grabenv.el: New file: functionality useful on OS X platform to
5585         expose environment variables inside Emacs started from icon.
5586         * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
5587         * cus-edit.el:
5588         * cus-face.el:
5589         * disp-table.el:
5590         * faces.el:
5591         * info.el:
5592         * mouse.el:
5593         * mwheel.el:
5594         * simple.el: Add ns to window systems treated as GUIs.
5595         * facemenu.el (facemenu-read-color): Don't require a name match under
5596         NS, to allow numeric color entry.
5597         * frame.el (make-frame-on-display): Follow code for 'x in initializing
5598         'ns window system if need be.
5599         (various): Add 'ns as described above.
5600         * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
5601         ns-windowing is active.
5602         * startup.el (command-line-ns-option-alist): New constant to handle NS
5603         windowing system specific command line args analogous to how they are
5604         handled for X windows.
5605         (command-line-1): Use the above where appropriate.
5606         * version.el: Add NS port version.
5607         * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
5608         Darwin (usually OS X) systems.
5609         (woman-use-own-frame): Include 'ns in list of GUI window systems.
5610         * emulation/viper-util.el (ns-display-color-p)
5611         (ns-color-defined-p): Remove these (caustically-commented) outdated
5612         compensations for a port that was never itself integrated until now.
5613         * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
5614         for NS window system.
5615         * international/mule-cmds.el: Add 'ns to list of special-cased window
5616         systems (probably most of these, x/w32/mac/ns could be changed to
5617         window-system non-nil).
5618         * term/ns-win.el: New file: lisp-side support for NS windowing system.
5620 2008-07-14  Jason Rumney  <jasonr@gnu.org>
5622         * term/w32-win.el (x-handle-switch, x-handle-name-switch)
5623         (x-handle-numeric-switch, x-handle-initial-switch)
5624         (x-handle-xrm-switch, x-handle-args, x-handle-display)
5625         (xw-defined-colors, w32-initialize-window-system):
5626         Avoid use of cl pop and push macros.
5628 2008-07-14  Martin Rudalics  <rudalics@gmx.at>
5630         * add-log.el (change-log-goto-source): Avoid wrong-type-argument
5631         error when change-log-search-file-name returns nil.
5633 2008-07-13  Martin Rudalics  <rudalics@gmx.at>
5635         * add-log.el (change-log-search-file-name):
5636         Use match-string-no-properties.
5637         (change-log-search-tag-name-1, change-log-search-tag-name)
5638         (change-log-goto-source-1, change-log-goto-source): New functions.
5639         (change-log-tag-re, change-log-find-head, change-log-find-tail):
5640         New variables.
5641         (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
5643 2008-07-13  Jay Belanger  <jay.p.belanger@gmail.com>
5645         * calc/calc-help.el (calc-describe-key): Add angles to special key
5646         descriptions.
5648 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
5650         * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
5651         search for regexp.
5653 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
5655         * simple.el (line-move-visual): Handle null pixel position gracefully.
5657 2008-07-11  Jason Rumney  <jasonr@gnu.org>
5659         * files.el (file-truename): Get truename of ancestors if file does
5660         not exist on Windows.
5662 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
5664         * simple.el (line-move-visual): Obey goal-column and no-error arg.
5665         (track-eol, temporary-goal-column, previous-line, next-line):
5666         Update docstring.
5667         (move-end-of-line, move-beginning-of-line): Bind line-move-visual
5668         to nil.
5670 2008-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5672         * simple.el (line-move-visual): New var.
5673         (line-move-visual): New function.
5674         (line-move): Call line-move-visual.
5676 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
5678         * progmodes/grep.el (grep-files-aliases): Improve the C++ source
5679         pattern and add patterns for C++ header files.
5681 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
5683         * window.el (truncated-partial-width-window-p): New function.
5685         * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.
5687         * faces.el (x-create-frame-with-faces): Don't pass parameters that
5688         are set later to x-create-frame.
5689         (face-set-after-frame-default): Apply X resources for non-default
5690         faces.
5692 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
5694         * faces.el (face-set-after-frame-default): Simplify.  Don't apply
5695         frame-specific X resource settings.  Set faces using a list of
5696         frame parameters explicitly passed to the calling
5697         function (e.g. make-frame).
5698         (x-create-frame-with-faces, tty-create-frame-with-faces):
5699         Supply explicit frame parameter list to face-set-after-frame-default.
5701 2008-07-08  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
5703         * net/browse-url.el (browse-url-default-browser):
5704         Fix argument list in lambda.
5706 2008-07-07  Ulf Jasper  <ulf.jasper@web.de>
5708         * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
5709         from url-retrieve.
5710         (newsticker--sentinel-work): Fix xerror typo.
5712 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
5714         * vc-dir.el (vc-dir-refresh): Only update files.
5716         * vc-git.el (vc-git--ls-files-state): Remove unused function.
5718         * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
5720 2008-07-06  John Paul Wallington  <jpw@pobox.com>
5722         * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
5724 2008-07-05  Alexandre Julliard  <julliard@winehq.org>
5726         * vc-git.el (vc-git-registered): Return true for removed files.
5727         (vc-git-print-log, vc-git-log-view-mode): Print a single log for
5728         all the files instead of one per file.
5729         (vc-git-previous-revision): Add support for project-wide previous
5730         revision when specified file is nil.
5732 2008-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
5734         * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
5736         * vc-dir.el (vc-dir-find-child-files): New function.
5737         (vc-dir-resync-directory-files): New function.
5738         (vc-dir-recompute-file-state): New function, broken out of ...
5739         (vc-dir-resynch-file): ... here.  Also deal with directories.
5740         * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
5741         (vc-resynch-buffer): Use it.
5743         * vc-hg.el (vc-hg-registered): Do not set vc-state.
5745         * vc-annotate.el (vc-annotate-mode-menu): Add separator.
5747 2008-07-05  Nick Roberts  <nickrob@snap.net.nz>
5749         * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
5750         if it's not part of gdb-ui, e.g, at start.
5752         * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
5753         filenames in stack trace (text command mode).
5755 2008-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5757         * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
5759         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
5760         Use syntax-ppss on a position *before* the char we want to change.
5762 2008-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
5764         * vc-dir.el (vc-dir-query-replace-regexp): New function.
5765         (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
5766         (vc-dir-mode-map): Likewise.
5768 2008-07-03  Juanma Barranquero  <lekktu@gmail.com>
5770         * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
5771         (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
5772         (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
5773         Remove spurious * in defcustom docstrings.
5775         * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
5776         (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
5777         (adaptive-fill-mode, adaptive-fill-first-line-regexp)
5778         (default-justification): Remove spurious * in defcustom docstrings.
5780         * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
5781         (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
5782         (rst-compare-decorations, rst-default-indent, rst-update-section)
5783         (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
5784         (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
5785         (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
5786         Fix typos in docstrings.
5787         (rst-mode-lazy): Fix typo in docstring.  Remove spurious *.
5788         (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
5789         (rst-get-decorations-around, rst-section-tree-point)
5790         (rst-font-lock-adornment-point): Reflow docstrings.
5791         (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
5792         Doc fixes.
5793         (rst-re-enumerations): Comment out.
5795         * nxml/nxml-glyph.el (nxml-glyph-set-hook):
5796         * nxml/nxml-uchnm.el (nxml-unicode-blocks)
5797         (nxml-unicode-block-char-name-set):
5798         * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
5799         * nxml/rng-nxml.el (rng-set-state-after):
5800         * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
5802         * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
5803         (rng-c-parse-annotation-body):
5804         * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
5806         * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
5807         (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
5808         (nxml-forward-balanced-item, nxml-dynamic-markup-word)
5809         (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
5810         Fix typos in docstrings.
5811         (nxml-attribute-indent): Reflow docstring.
5812         (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
5813         (nxml-default-buffer-file-coding-system): Doc fixes.
5815         * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
5816         (nxml-ns-set-prefix): Fix typos in docstrings.
5817         (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
5818         Reflow docstring.
5819         (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
5821         * nxml/nxml-outln.el (nxml-hide-all-text-content)
5822         (nxml-show-direct-text-content, nxml-show-direct-subheadings)
5823         (nxml-hide-direct-text-content, nxml-hide-subheadings)
5824         (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
5825         (nxml-outline-display-rest, nxml-outline-set-overlay)
5826         (nxml-section-tag-forward, nxml-section-tag-backward)
5827         (nxml-back-to-section-start): Fix typos in docstrings.
5829         * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
5830         Doc fixes.
5832         * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
5833         (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
5834         (nxml-scan-after-change): Fix typo in docstring.
5836         * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
5837         (rng-name-class-possible-names): Doc fixes.
5838         (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
5839         (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
5840         Fix typos in docstrings.
5841         (rng-intern-group-shortcut, rng-intern-choice-shortcut):
5842         Reflow docstrings.
5844         * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
5845         (rng-substq, rng-complete-before-point): Fix typos in docstrings.
5847         * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
5848         (rng-xsd-convert-date-time): Reflow docstrings.
5849         (rng-xsd-compile): Fix typo in docstring.
5851         * nxml/rng-loc.el (rng-current-schema-file-name)
5852         (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
5853         Doc fixes.
5854         (rng-set-schema-file): Fix typo in docstring.
5856         * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
5857         (rng-do-some-validation, rng-process-start-tag, rng-process-text):
5858         Fix typos in docstrings.
5859         (rng-message-overlay, rng-conditional-up-to-date-start)
5860         (rng-conditional-up-to-date-end): Doc fixes.
5861         (rng-next-error, rng-previous-error): Reflow docstrings.
5863         * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
5864         (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
5865         (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
5866         (xmltok-merge-attributes): Fix typos in docstrings.
5867         (xmltok-make-attribute, xmltok-forward-special)
5868         (xmltok-get-declared-encoding-position): Reflow docstrings.
5870         * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
5871         (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
5872         Fix typos in docstrings.
5874 2008-07-02  John Paul Wallington  <jpw@pobox.com>
5876         * ibuffer.el (ibuffer-buffer-file-name):
5877         Use `list-buffers-directory'.  Remove special-casing for `cvs-mode'
5878         and `vc-dir-mode'.  Suggested by Dan Nicolaescu.
5880 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
5882         * files.el (backup-extract-version): Handle versioned directories.
5883         (trash-directory): New variable.
5884         (move-file-to-trash): New function.
5886         * cus-start.el (delete-by-moving-to-trash): Declare for custom.
5888 2008-07-02  Magnus Henoch  <mange@freemail.hu>
5890         * vc-git.el (vc-git-annotate-command): Use proper option for
5891         specifying revision.
5893 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5895         * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
5896         if available.
5898 2008-07-01  Dan Nicolaescu  <dann@ics.uci.edu>
5900         * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
5902         * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
5903         Add binding for vc-annotate-show-changeset-diff-revision-at-line.
5905         * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
5907 2008-07-01  Nick Roberts  <nickrob@snap.net.nz>
5909         * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
5910         (gdb-init-2): Use it.  Don't run gdb-mode-hook again.
5911         (gdb-var-list-children-regexp, gdb-var-update-regexp)
5912         (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
5913         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
5914         (gdb-stack-list-locals-regexp): Future proof regexps better.
5916 2008-06-30  Juri Linkov  <juri@jurta.org>
5918         * faces.el (face-name-history): New variable.
5919         (make-face, make-empty-face): Replace interactive spec "S"
5920         with `read-from-minibuffer' where `read' arg is t and
5921         `hist' arg is `face-name-history'.
5922         (read-face-name): Set `hist' arg of `completing-read-multiple'
5923         to `face-name-history'.
5924         (list-faces-display): Use `read-regexp' instead of `read-string'
5925         to read regexp.
5927         * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
5928         to `regexp-history'.
5929         (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
5930         make it an obsolete alias to it.
5931         (hi-lock-face-defaults): New variable renamed from
5932         `hi-lock-face-history'.
5933         (hi-lock-line-face-buffer, hi-lock-face-buffer)
5934         (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
5935         `read-from-minibuffer'.  Doc fix.
5936         (hi-lock-read-face-name): Replace `hi-lock-face-history' with
5937         `hi-lock-face-defaults'.  Remove `mapcar (lambda (f) (cons f f))'.
5938         Set `hist' arg of `completing-read' to `face-name-history'.
5939         Put a list of default faces to `default' arg instead of `hist' arg.
5941         * bindings.el (abbrev-map, narrow-map): New variables.
5942         Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
5943         Rebind related commands to these new maps.
5944         (ctl-x-r-map): New variable for rectangle, register and bookmark
5945         keys.  Move rectangle keybindings to rect.el and register
5946         keybindings to register.el.
5947         (next-buffer, previous-buffer): Remove C-x prefix and move
5948         keybindings to ctl-x-map.
5950         * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
5951         to the new map `ctl-x-r-map' in autoload cookies.
5953         * expand.el: Rebind two global `C-x a' keys "n", "p"
5954         to the new map `abbrev-map' in autoload cookies.
5956         * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
5958         * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
5960 2008-06-30  Miles Bader  <miles@gnu.org>
5962         * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
5963         after processing an escape sequence.
5965 2008-06-29  Michael Albinus  <michael.albinus@gmx.de>
5967         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
5968         from 2008-06-28.  It does not work on W32.
5970 2008-06-29  Juri Linkov  <juri@jurta.org>
5972         * replace.el (read-regexp): New function.
5973         (keep-lines-read-args, occur-read-primary-args):
5974         Call `read-regexp' instead of code moved to new function.
5975         (keep-lines, flush-lines, how-many): Remove parenthesis and colon
5976         from the end of prompt.
5977         (replace-re-search-function): Doc fix.
5979 2008-06-29  Kenichi Handa  <handa@m17n.org>
5981         * descr-text.el (describe-char-display): Always return a string.
5982         (describe-char-padded-string): New function.
5983         (describe-char): Adjusted for the change of
5984         describe-char-display.  Use describe-char-padded-string.
5986 2008-06-29  Andreas Schwab  <schwab@suse.de>
5988         * vc-dir.el (vc-dir): Make backend argument optional and use
5989         vc-responsible-backend when nil.  Interactively pass nil for
5990         backend instead of using the backend of what happens to be
5991         default-directory at the time of the call.
5993         * find-dired.el (find-dired-filter): Preserve point.
5995 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
5997         * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
5998         (sasl-find-mechanism, sasl-next-step):
5999         * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
6000         (sasl-ntlm-response): Fix typos in docstrings.
6002 2008-06-28  robert marshall  <robert@capuchin.co.uk>  (tiny change)
6004         * international/mule-cmds.el (view-hello-file): Doc fix.
6006 2008-06-28  Chong Yidong  <cyd@stupidchicken.com>
6008         * faces.el (inhibit-face-set-after-frame-default): Var deleted.
6009         (set-face-attribute, face-set-after-frame-default)): Don't use it.
6011 2008-06-28  John Paul Wallington  <jpw@pobox.com>
6013         * calc/calc.el (defmath): Add `doc-string' decl.  Add docstring.
6015 2008-06-28  Michael Albinus  <michael.albinus@gmx.de>
6017         * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
6018         (tramp-convert-file-attributes): Convert symlinks only when
6019         returned from `tramp-handle-file-attributes-with-stat'.
6021         * net/tramp-ftp.el (top): Delete 'ange-ftp property from
6022         `substitute-in-file-name' when unloading.
6023         (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
6025 2008-06-28  Dan Nicolaescu  <dann@ics.uci.edu>
6027         * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
6028         (vc-string-prefix-p): Move function ...
6029         * vc.el (vc-string-prefix-p): ... here.
6031 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
6033         * vc-dir.el (vc-dir): Complete only directory names.
6035 2008-06-27  Jason Rumney  <jasonr@gnu.org>
6037         * w32-fns.el (top-level): Unconditionally define all charsets.
6039 2008-06-27  Alan Mackenzie  <acm@muc.de>
6041         * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
6042         the CC Mode specific functions; this is no longer needed, since
6043         {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
6045         * progmodes/cc-defs.el (c-emacs-features): New feature
6046         'argumentative-bod-function.
6048 2008-06-27  John Paul Wallington  <jpw@pobox.com>
6050         * chistory.el (list-command-history): Use `bound-and-true-p'.
6051         (command-history-map): Define within defvar.  Add docstring.
6053 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
6055         * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
6056         to unibyte; just assume it is not a JPEG.  Use `string-match-p'.
6057         (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
6058         (image-type-from-buffer): Use `looking-at-p'.
6060 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
6062         * ibuf-ext.el (diff-sentinel): Declare.
6064 2008-06-27  Glenn Morris  <rgm@gnu.org>
6066         * calendar/lunar.el (calendar-lunar-phases): Rename from
6067         calendar-phases-of-moon.  Keep old name as alias, update callers.
6068         (lunar-phases): Rename from phases-of-moon.  Keep old name as alias.
6069         (diary-lunar-phases): Rename from diary-phases-of-moon.
6070         Keep old name as alias.
6071         * calendar/cal-menu.el (cal-menu-sunmoon-menu)
6072         (cal-menu-global-mouse-menu): Update for lunar name changes.
6073         * calendar/calendar.el (calendar-mode-map): Update for name change.
6074         * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
6076 2008-06-26  Glenn Morris  <rgm@gnu.org>
6078         * calendar/solar.el (solar-sunrise-sunset-string): Add optional
6079         argument `nolocation'.
6080         (calendar-sunrise-sunset-month): New function.
6081         * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
6082         cal-menu-moon-menu.  Add calendar-sunrise-sunset-month.
6083         (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
6084         * calendar/calendar.el (solar-sunrises-buffer): New constant.
6085         (calendar-mode-map): Use cal-menu-sunmoon-menu.
6086         (calendar-buffer-list): Add solar-sunrises-buffer.
6088         * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
6090 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
6092         * cus-start.el: Add customization types for word-wrap and
6093         shift-select-mode.
6095 2008-06-26  John Paul Wallington  <jpw@pobox.com>
6097         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
6098         (ibuffer-diff-with-file): Use it.  Do diff on marked buffers.
6099         (ibuffer-mark-on-buffer): Don't display message when removing marks.
6100         (ibuffer-mark-by-mode): Use `buffer-local-value'.
6102 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
6104         * vc-dir.el (tool-bar): Require.
6106         * vc.el (ewoc, tool-bar): Do not require.
6108 2008-06-26  Kenichi Handa  <handa@m17n.org>
6110         * international/mule-cmds.el (encode-coding-char): Fix for ASCII
6111         characters.
6113         * composite.el (terminal-composition-base-character-p): New function.
6114         (terminal-composition-function):
6115         Use terminal-composition-base-character-p.  Include the base character
6116         in the composition.
6117         (auto-compose-chars): Don't check font-object for terminal display.
6119 2008-06-26  Glenn Morris  <rgm@gnu.org>
6121         * doc-view.el (bookmark-make-record-default):
6122         * image-mode.el (bookmark-make-record-default): Fix declaration.
6124         * calendar/calendar.el (calendar-date-echo-text): Doc fix.
6125         Add default :value for sexp type.
6126         (calendar-month-edges): New variable.
6127         (calendar-month-edges): New function.
6128         (calendar-recompute-layout-variables): Set calendar-month-edges.
6129         (calendar-intermonth-header, calendar-intermonth-text): New options.
6130         (calendar-insert-at-column): New function.
6131         (calendar-generate-month): Use calendar-insert-at-column.
6132         Handle intermonth text.  Add 'date property.
6133         (calendar-column-to-month): Remove function.
6134         (calendar-column-to-segment): New function.
6135         (calendar-cursor-to-date): Use calendar-column-to-segment.
6136         Check 'date property.
6138         * calendar/calendar.el (calendar-print-other-dates):
6139         Handle mouse events.
6140         * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
6141         (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
6143         * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
6144         * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
6145         (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
6147         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
6148         Use calendar-column-to-segment, calendar-month-edges, and
6149         the 'date property to handle intermonth text.
6151         * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
6153         * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
6154         (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
6155         Add doc strings.
6156         (cal-menu-context-mouse-menu): Add some :keys.
6157         (calendar-check-holidays): Declare rather than autoloading.
6158         (diary-show-holidays-flag): Remove unneeded declaration.
6160         * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
6161         * calendar/calendar.el (calendar-cursor-to-date): Handle case where
6162         event-start is nil.
6164 2008-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6166         * minibuffer.el (completion-basic-try-completion): Use the text after
6167         point to constrain the completion candidates.
6168         (completion-basic-all-completions): Adjust accordingly.
6170 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
6172         * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
6173         courier.
6175         * faces.el (set-face-attribute): Doc fix.
6177 2008-06-25  Juri Linkov  <juri@jurta.org>
6179         * bindings.el (goto-map): New variable.  Rebind goto-related
6180         commands to this `M-g' prefix keymap.
6181         (search-map): New variable for `M-s' prefix keymap.
6182         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
6183         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
6184         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
6185         `M-shw' to `hi-lock-write-interactive-patterns'.
6187         * isearch.el (isearch-mode-map): Bind `M-s h r' to
6188         `isearch-highlight-regexp'.
6189         (isearch-highlight-regexp): New function.
6191 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6193         * info.el (Info-bookmark-make-record):
6194         Use bookmark-make-record-default.
6195         (Info-bookmark-jump): Use bookmark-default-handler.
6197         * image-mode.el (image-bookmark-make-record):
6198         Use bookmark-make-record-default.
6199         (image-bookmark-jump): Use bookmark-default-handler.
6201         * doc-view.el (doc-view-bookmark-make-record):
6202         Use bookmark-make-record-default.
6203         (doc-view-bookmark-jump): Use bookmark-default-handler.
6205         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
6206         used until now in bookmark.el's code.
6207         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
6208         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
6209         used until now in bookmark.el's code.
6210         (bookmark-set-filename): Remove special code, moved to its only caller.
6211         (bookmark-store): Use the newer format.
6212         (bookmark-make-record-default): Add arg `point-only'.
6213         Rename from bookmark-make-record-for-text-file.
6214         (bookmark--jump-via): New function.
6215         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
6216         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
6217         Use it.
6218         (bookmark-jump-noselect, bookmark-default-handler):
6219         Don't return an alist, instead return the data implicitly by changing
6220         current buffer and point.  Signal an error if the file doesn't exist.
6222         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
6223         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
6225         * bs.el: Use with-current-buffer.  Simplify.
6226         (bs-toggle-readonly): Avoid vc-toggle-read-only.
6228         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
6229         is bound before using it.
6231 2008-06-25  Kenichi Handa  <handa@m17n.org>
6233         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
6235 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
6237         * vc-hg.el:
6238         * vc-git.el: Require vc-dir when compiling.
6240         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
6241         vc-dir-marked-only-files.  Change the return value.
6242         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
6243         Change the return value.
6244         (vc-dir-deduce-fileset): New function broken out from ...
6245         * vc.el (vc-deduce-fileset): ... here and ...
6246         (vc-deduce-fileset): ... here.
6248         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
6249         (vc-svn-parse-status): Do not set the vc-backend property.
6251 2008-06-25  Andreas Schwab  <schwab@suse.de>
6253         * faces.el (face-font-family-alternatives, variable-pitch):
6254         Use "Sans Serif", not "Sans-Serif".
6256 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
6258         * faces.el (face-font-family-alternatives, variable-pitch):
6259         Change "Sans" to the canonical name "Sans-Serif".
6261 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
6263         * calc/calc.el (calc-mode-map): Add extra keybindings to
6264         `calc-missing-key'.
6265         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
6266         `kill-ring-save'.
6268 2008-06-24  Miles Bader  <miles@gnu.org>
6270         * mouse.el (mouse-appearance-menu): Don't do anything if the user
6271         pops up the menu but doesn't select anything.
6273 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
6275         * add-log.el (add-change-log-entry): Add new arg to force each new
6276         entry to be on a new line.
6277         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
6279         * vc-dir.el (vc-client-object): Remove.
6280         (vc-dir-prepare-status-buffer): Take a backend as an argument and
6281         use it when looking for a buffer.
6282         (vc-dir): Add a backend argument.  Set revert-buffer-function.
6283         Don't create a client object.  Move bindings ...
6284         (vc-dir-menu-map, vc-dir-mode-map): ... here.
6285         (vc-dir-revert-buffer-function): New function.
6286         (vc-generic-status-printer): Rename to ...
6287         (vc-dir-status-printer): ... this.
6288         (vc-generic-state, vc-generic-status-fileinfo-extra)
6289         (vc-dir-extra-menu, vc-make-backend-object): Remove.
6290         (vc-default-status-printer): Use a different face for
6291         directories.  Don't display any text for directories in the state
6292         column.  Add tooltips.
6294         * vc.el (Todo): Update.
6296         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
6297         * vc-rcs.el (vc-annotate-convert-time):
6298         * vc-mtn.el (vc-annotate-convert-time):
6299         * vc-git.el (vc-annotate-convert-time):
6300         * vc-cvs.el (vc-annotate-convert-time):
6301         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
6303 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
6305         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
6306         instead of using view-mode.
6308 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6310         * Makefile.in (distclean): Don't delete *.elc and autogen files.
6312 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
6314         * vc.el:
6315         * vc-hooks.el:
6316         * vc-dispatcher.el: Move vc-dir variables and functions ...
6317         * vc-dir.el: ... here.  New file.
6318         * Makefile.in (ELCFILES): Add vc-dir.elc.
6320         * vc.el: Move vc-annotate variables and functions ...
6321         * vc-annotate.el: ... here.  New file.
6322         * Makefile.in (ELCFILES): Add vc-annotate.elc.
6324         * vc-dav.el: Move here from url/vc-dav.el.
6325         (Todo): Note work needed to make this backend functional.
6327         * Makefile.in (ELCFILES): Update vc-dav.el location.
6329 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6331         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
6333 2008-06-21  John Paul Wallington  <jpw@pobox.com>
6335         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
6337         * textmodes/rst.el (rst-mode): Put docstring in right place.
6339 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
6341         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
6342         size for legibility.
6344         * faces.el (fixed-pitch): Use "Monospace" family.
6345         (variable-pitch): Use "Sans" family.
6346         (face-font-family-alternatives): Define alternatives for "Sans"
6347         and "Monospace".
6349 2008-06-21  Glenn Morris  <rgm@gnu.org>
6351         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
6352         Require 'cl when compiling.
6354         * emacs-lisp/debug.el (help-xref-interned): Declare.
6356         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
6357         Evaluate definition when compiling.
6359         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
6360         rather than mouse-1.
6361         (bug-reference-url-format): Autoload safe if string.
6362         (bug-reference-bug-regexp): Make space after "bug" optional.
6364         * Makefile.in (all): Explicitly pass EMACS to sub-make,
6365         for some non-GNU makes.
6367         * cus-dep.el (custom-dependencies-no-scan-regexp):
6368         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
6370         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
6371         increments.
6373         * calendar/calendar.el: Factor out the magic numbers controlling the
6374         calendar layout.
6375         (calendar-month-digit-width, calendar-month-width)
6376         (calendar-right-margin): New variables.
6377         (calendar-recompute-layout-variables, calendar-set-layout-variable):
6378         New functions.
6379         (calendar-left-margin, calendar-intermonth-spacing)
6380         (calendar-column-width, calendar-day-header-width)
6381         (calendar-day-digit-width): New options.
6382         (calendar-first-date-row): New constant.
6383         (calendar-move-to-column, calendar-ensure-newline): New functions,
6384         replacing calendar-insert-indented.
6385         (calendar-insert-indented): Remove function.
6386         (calendar-generate-month): Use calendar-move-to-column and
6387         calendar-ensure-newline.  Use layout variables.
6388         (calendar-generate, calendar-update-mode-line)
6389         (calendar-font-lock-keywords): Use layout variables.
6390         (calendar-column-to-month): New function.
6391         (calendar-cursor-to-date): Use calendar-column-to-month.
6392         Use layout variables.
6393         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
6394         Use layout variables.  Use calendar-column-to-month.
6395         (calendar-cursor-to-visible-date): Use layout variables.
6397 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6399         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
6400         (all): Run compile-last.
6401         (compile-onefile): New target.
6402         (compile-first): Simplify.
6403         (compile-last): Don't treat COMPILE_FIRST specially.
6404         (COMPILE_FIRST): List the elc files rather than the el files.
6405         (ELCFILES): Update.
6407 2008-06-21  Ulf Jasper  <ulf.jasper@web.de>
6409         * net/newst-treeview.el: Remove dead code.
6410         (newsticker--window-config): Remove.
6411         (newsticker-treeview-quit): Do not save window config.
6412         (newsticker-treeview): Do not try to restore window config.
6413         (newsticker-groups, newsticker--treeview-list-sort-by-column)
6414         (newsticker--treeview-list-new-items)
6415         (newsticker--treeview-list-immortal-items)
6416         (newsticker--treeview-list-obsolete-items)
6417         (newsticker--treeview-list-all-items)
6418         (newsticker--treeview-list-feed-items): Fix documentation.
6420 2008-06-21  Miles Bader  <miles@gnu.org>
6422         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
6424 2008-06-21  Alan Mackenzie  <acm@muc.de>
6426         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
6427         infinite loop on invalid syntax.
6429 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6431         * textmodes/rst.el: Run rst-define-level-faces when loading.
6432         (rst-mode): Don't set the font-lock-multiline var.
6433         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
6434         Set the font-lock-multiline property by hand.
6436         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
6438         * Makefile.in (emacs-deps): Remove.
6439         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
6440         (all): Use them.
6441         (autogen-clean): Remove.
6443 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6445         * Makefile.in (all): New target.
6446         (bootstrap-prepare): Remove.
6448         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
6449         the .elc file to batch-byte-compile.
6451         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
6452         set-keymap-parents if set-keymap-parent doesn't exist.
6454         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
6455         Allow more than one space before the |.
6457         * textmodes/rst.el: Fix up docstring conventions.
6458         Move vars to before their first use.
6459         (rst-mode): Don't mess with font-lock-support-mode.
6460         (rst-suggest-new-decoration, rst-adjust-decoration):
6461         Avoid CL's copy-list.
6462         (rst-delete-entire-line): Use line-beginning-position.
6463         (rst-position): New fun.
6464         (rst-straighten-decorations): Use it instead of CL's position.
6465         (rst-straighten-bullets-region): Avoid CL's mapcar*.
6466         (rst-toc-mode): Use define-derived-mode.
6467         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
6468         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
6469         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
6470         (rst-replace-lines): Simplify.
6471         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
6473         * simple.el (special-mode-map): New var.
6474         (special-mode): New major mode.
6476 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
6478         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
6479         log-view-file-re.
6481         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
6482         (vc-switch-backend): Simplify.
6483         (Todo): Remove solved items.
6485         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
6486         the vc-backend property.
6488 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6490         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
6491         Bind inhibit-read-only since the buffer is always read-only.
6493 2008-06-20  Ulf Jasper  <ulf.jasper@web.de>
6495         * net/newst-treeview.el (newsticker-treeview-own-frame):
6496         Change default value to nil.
6497         (newsticker--treeview-list-add-item)
6498         (newsticker--treeview-propertize-tag): Show item title in tooltip.
6500 2008-06-20  Martin Blais  <blais@furius.ca>
6501             Stefan Merten  <smerten@oekonux.de>
6502             David Goodger  <goodger@python.org>
6504         * textmodes/rst.el: New file.
6506 2008-06-20  Sam Steingold  <sds@gnu.org>
6508         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
6509         remove DIRECTORY entries.
6511 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
6513         * makefile.w32-in (distclean): Depend on `clean'.
6514         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
6515         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
6516         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
6517         empty cus-load.el with `echo', and include "Local Variables"
6518         section to prevent the empty file from being compiled.
6519         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
6520         that generate an empty cus-load.el.
6522 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
6524         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6525         Don't copy ldefs-boot.el over loaddefs.el.
6526         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
6527         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
6528         to loaddefs.el; they are not needed now.  Add coding cookie.
6530 2008-06-20  Miles Bader  <miles@gnu.org>
6532         * face-remap.el (face-remap-add-relative, face-remap-set-base):
6533         Strip unnecessary list levels from SPECS.
6534         (buffer-face-set, buffer-face-toggle):
6535         Change argument from FACE to &rest SPECS, and strip unnecessary
6536         list levels from SPECS.
6537         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
6539 2008-06-20  Jason Rumney  <jasonr@gnu.org>
6541         * international/fontset.el (setup-default-fontset): Specify script
6542         for latin use of iso10646-1.  Fix use of lang tags.
6544 2008-06-19  Miles Bader  <miles@gnu.org>
6546         * face-remap.el (text-scale-increase): Start from zero if
6547         text-scale-mode isn't enabled.
6549 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6551         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
6552         frame parameters after setting up the `default' face.
6554 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6556         * faces.el (face-set-after-frame-default): Don't exclude `default'.
6558 2008-06-18  Glenn Morris  <rgm@gnu.org>
6560         * mouse.el (buffer-face-mode-invoke): Declare.
6562         * Makefile.in (ELCFILES): Add org/org-id.elc.
6564         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
6565         * calendar/cal-menu.el (cal-menu-holidays-menu):
6566         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
6567         (cal-menu-today-holidays): Remove function.
6569         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
6570         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
6571         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
6572         Remove unused functions.
6573         (calendar-mouse-view-diary-entries): Use format rather than concat.
6575         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
6576         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6577         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
6579         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
6580         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6581         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
6582         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
6583         cal-menu-event-to-date.
6585         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
6586         Handle mouse events.
6587         * calendar/cal-tex.el (cal-tex-cursor-year)
6588         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
6589         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6590         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6591         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
6592         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
6593         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
6594         (cal-tex-cursor-month): Mark N as optional.
6595         * calendar/cal-menu.el (calendar-mouse-tex-day)
6596         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
6597         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
6598         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
6599         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
6600         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
6601         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
6602         Remove functions.
6603         (cal-menu-context-mouse-menu): Replace the above functions with the
6604         cal-tex versions.  Add HTML submenu.
6606 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
6608         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
6609         text command mode.
6610         (gdb): Explain that gud-gdb is needed for text command mode.
6612 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
6614         * window.el (split-height-threshold): Remove spurious extra line.
6616 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6618         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
6619         (calendar-set-mark):
6620         * calendar/diary-lib.el (diary-insert-entry):
6621         * calendar/solar.el (calendar-sunrise-sunset): Use it.
6622         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
6623         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
6624         (cal-menu-context-mouse-menu): Use calendar-set-mark,
6625         diary-insert-entry, and calendar-sunrise-sunset instead.
6627         * vc.el (vc-deduce-fileset): Add arg `only-files'.
6628         (vc-next-action): Pass the new arg.
6629         (vc-register): Don't use `only-files'.
6630         Don't set `backup-inhibited' in the current buffer.
6632 2008-06-17  Miles Bader  <miles@gnu.org>
6634         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
6636         * face-remap.el (buffer-face-mode-face)
6637         (buffer-face-mode-remapping): New variables.
6638         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
6639         (buffer-face-mode-invoke): New functions.
6640         (variable-pitch-mode-remapping): Variable removed.
6641         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
6643         * face-remap.el (internal-lisp-face-attributes): New variable.
6644         (face-attrs-more-relative-p, face-remap-order): New functions.
6645         (face-remap-add-relative): Use `face-remap-order'.
6647 2008-06-17  Glenn Morris  <rgm@gnu.org>
6649         * mouse.el (x-select-font): Declare.
6651         * calendar/calendar.el (calendar-move-hook):
6652         Add calendar-update-mode-line as an option.
6653         (calendar-date-echo-text): New user option.
6654         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
6655         (calendar-insert-indented): Simplify newline insertion.
6656         (calendar-describe-mode): Remove unused function.
6657         (calendar-mode-line-entry): New function.
6658         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
6659         Mark as risky.
6660         (calendar-mouse-other-month): Remove function.
6661         (calendar-other-month): Handle mouse events.
6662         (calendar-goto-info-node): Call fit-window-to-buffer.
6663         (calendar-mode): Use define-derived-mode.  Doc fix.
6664         (calendar-update-mode-line): Tweak whitespace.
6666 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6668         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
6669         (vc-dir-marked-only-files): vc-string-prefix-p.
6671 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
6673         * progmodes/gdb-ui.el (gdb-memory-set-address)
6674         (gdb-memory-set-repeat-count): Allow keyboard bindings.
6675         (gdb-memory-mode-map): Bind above functions respectively
6676         to 'S' and 'N'.
6678 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
6680         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
6682 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
6684         * log-view.el (vc-diff-internal): Declare for compiler.
6686         * vc-bzr.el (log-view-per-file-logs):
6687         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
6689 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
6691         * mouse.el (mouse-appearance-menu-map): New var.
6692         (mouse-appearance-menu): New function.
6693         Bind it to S-down-mouse-1.
6695 2008-06-15  Juri Linkov  <juri@jurta.org>
6697         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
6698         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
6699         as the second element.
6700         (Info-build-toc): Add PARENT element extracted from the Up pointer.
6701         Don't print progress messages.
6702         (Info-toc-nodes): New variable and function.
6703         (Info-index-nodes): Optimize non-string file name case.
6704         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
6705         (Info-insert-breadcrumbs): Use the cached document structure instead
6706         of visiting all ancestor nodes.  Remove the initial `>'.
6708 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
6710         * log-view.el (log-view-diff-changeset): New function.
6711         (log-view-mode-map, log-view-mode-menu): Bind it.
6712         (log-view-per-file-logs, log-view-vc-fileset)
6713         (log-view-vc-backend): New variables.
6714         (log-view-find-revision, log-view-modify-change-comment)
6715         (log-view-annotate-version): Throw an error if the log is for more
6716         than one file and we can't find the current file.  Get the current
6717         file from log-view-vc-fileset if necessary.
6718         (log-view-diff): Get the current file from log-view-vc-fileset if
6719         necessary.
6721         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
6723         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
6724         (vc-hg-log-view-mode): Declare for compiler.
6725         (vc-hg-log-view-mode): Set log-view-per-file-logs and
6726         log-view-file-re.
6727         (vc-hg-diff): If no file is passed, use default-directory for cwd.
6729         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
6731         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
6733 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
6735         * net/tramp.el (tramp-handle-start-file-process):
6736         Clear modification time of the connection buffer.
6737         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
6738         (tramp-open-connection-setup-interactive-shell): Flush cache, and
6739         restart `tramp-maybe-open-connection' when the remote system has
6740         been changed.  Throw 'uname-changed event.
6741         (tramp-maybe-open-connection): Catch it.
6743         * net/tramp-cmds.el (tramp-cleanup-all-connections):
6744         Reset `tramp-locked'.
6746 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
6748         * net/newst-treeview.el (newsticker--treeview-list-update)
6749         (newsticker--treeview-item-update)
6750         (newsticker--treeview-tree-update)
6751         (newsticker-treeview-jump, newsticker-group-add-group)
6752         (newsticker-group-move-feed, newsticker-group-delete-group):
6753         Remove window dedication.
6754         (newsticker--group-manage-orphan-feeds): Handle ill-valued
6755         newsticker-groups.
6756         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
6758 2008-06-15  Andreas Schwab  <schwab@suse.de>
6760         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
6761         when parsing CVS/Repository.
6763         * wdired.el (wdired-search-and-rename): Fix undocumented change.
6765 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
6767         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
6768         (newsticker-extra-face, newsticker-enclosure-face): Moved to
6769         net/newst-reader.el.
6771         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
6772         (newsticker-extra-face, newsticker-enclosure-face): Moved from
6773         net/newst-reader.el.
6775 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6777         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
6778         Catch and recover from case when the bytes we thought we were reading
6779         turn out to be something else entirely, such as latin-1 chars from
6780         quail.  See bug#396.
6782 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
6784         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
6785         (vc-register): Call the backend function only once, instead of
6786         once for each file.
6787         (vc-next-action): Update call to vc-register.
6788         (vc-dir-register): Remove function.
6789         (vc-dir): Bind vc-register instead of vc-dir-register.
6791 2008-06-14  Glenn Morris  <rgm@gnu.org>
6793         * Makefile.in (ELCFILES): Add net/newst-*.el.
6795 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6797         * wdired.el (wdired-do-renames): New function.
6798         (wdired-finish-edit): Use it to.
6799         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
6801 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6803         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
6805 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
6807         * window.el (window--even-window-heights): Even window heights
6808         only if the selected window is higher than WINDOW.
6809         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6811 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6813         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
6815 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6817         * term/linux.el (terminal-init-linux): Load t-mouse.
6819 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6820             Drew Adams  <drew.adams@oracle.com>
6822         * info.el (Info-breadcrumbs-depth): New var.
6823         (Info-insert-breadcrumbs): New function.
6824         (Info-fontify-node): Use it.
6825         (Info-mode-map): Move initialization into declaration.
6827 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
6829         Rename net/newsticker-*.el to net/newst-*.el.
6830         * net/newst-backend.el: Rename from net/newsticker-backend.el.
6831         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
6832         * net/newst-reader.el: Rename from net/newsticker-reader.el.
6833         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
6834         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
6835         * net/newsticker-backend.el: Rename to net/newst-backend.el.
6836         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
6837         * net/newsticker-reader.el: Rename to net/newst-reader.el.
6838         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
6839         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
6841 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6843         * progmodes/compile.el (compilation-start): Don't disable undo in
6844         comint buffer.  Don't override the comint-filter with our own.
6845         (compilation-filter): Change point's insertion-type.
6847         * comint.el (comint-output-filter): Use copy-marker.
6849 2008-06-13  David Reitter  <david.reitter@gmail.com>
6851         * textmodes/flyspell.el (mail-mode-flyspell-verify):
6852         Check message-signature-separator exists before using it.
6854 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
6856         * vc.el (vc-delete-file): Bind default-directory before calling
6857         the backend.
6858         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
6859         (vc-annotate-show-diff-revision-at-line-internal): ... here.
6860         New function.
6861         (vc-annotate-show-changeset-diff-revision-at-line): New function.
6862         (vc-annotate-mode-menu): Bind it.
6864 2008-06-13  Jason Rumney  <jasonr@gnu.org>
6866         * term/w32-win.el (mouse-set-font): Remove overridden function.
6867         (w32-select-font): Declare as obsolete alias for x-select-font.
6869 2008-06-13  Daniel Engeler  <engeler@gmail.com>
6871         These changes add serial port access.
6872         * term.el (term-update-mode-line): Modify.
6873         (serial-port-is-file-p, serial-nice-speed-history)
6874         (serial-no-speed, serial-mode-line-speed-menu)
6875         (serial-mode-line-config-menu): New variables and constants.
6876         (serial-name-history, serial-speed-history)
6877         (serial-supported-or-barf, serial-read-name, serial-read-speed)
6878         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
6879         (serial-mode-line-speed-menu, serial-update-speed-menu)
6880         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
6881         (serial-update-config-menu): New functions.
6883 2008-06-13  Glenn Morris  <rgm@gnu.org>
6885         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
6887         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
6889 2008-06-13  Kenichi Handa  <handa@m17n.org>
6891         * cus-face.el (custom-face-attributes): Add :foundry.
6893         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
6894         (face-x-resources): Add :foundry.
6895         (face-valid-attribute-values): Likewise.
6896         (face-attribute-name-alist): Likewise.
6897         (describe-face): Likewise.
6899 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6901         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
6903 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
6905         * longlines.el (longlines-search-forward, longlines-search-backward)
6906         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
6908 2008-06-12  Sam Steingold  <sds@gnu.org>
6910         * vc.el (vc-rename-file): DTRT when the destination is a directory
6911         name and the source is a file.
6913 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
6915         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
6917 2008-06-12  Glenn Morris  <rgm@gnu.org>
6919         * progmodes/f90.el (f90-beginning-of-subprogram)
6920         (f90-end-of-subprogram): Only give a message when interactive.
6922         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
6924         * progmodes/cperl-mode.el (cperl-info-on-command):
6925         Use display-pixel-height rather than x-display-pixel-height.
6927         * mail/rmailedit.el (rmail-cease-edit):
6928         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
6930         * emulation/edt.el (edt-xserver):
6931         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
6933         * emulation/edt-mapper.el: Drop test for Emacs < 19.
6935         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
6936         Evaluate definitions when compiling.  Reverse tests.
6938         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
6939         use unless.
6941         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
6943         * textmodes/artist.el (x-pointer-shape):
6944         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
6945         (x-open-connection, x-server-max-request-size, x-get-resource):
6946         * term/w32console.el (x-setup-function-keys):
6947         * term/w32-win.el (x-parse-geometry, x-resource-name)
6948         (generate-fontset-menu, image-library-alist, x-open-connection)
6949         (setup-default-fontset, set-fontset-font, setup-default-fontset)
6950         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
6951         (x-get-resource):
6952         * term/mac-win.el (x-parse-geometry, x-resource-name)
6953         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
6954         (new-fontset, x-display-list, x-open-connection, x-get-resource):
6955         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
6956         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
6957         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
6958         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
6959         (tooltip-identifier-from-point, define-fringe-bitmap):
6960         * play/gamegrid.el (image-size):
6961         * play/bubbles.el (image-size):
6962         * mail/emacsbug.el (x-server-vendor, x-server-version):
6963         * international/mule-util.el (internal-char-font):
6964         * international/mule-diag.el (font-info, query-fontset, fontset-info)
6965         (fontset-alias-alist, fontset-list, fontset-plain-name):
6966         * international/mule-cmds.el (x-server-vendor, x-server-version):
6967         * international/fontset.el (font-encoding-charset-alist)
6968         (otf-script-alist, new-fontset, set-fontset-font)
6969         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
6970         (fontset-list, query-fontset, x-get-resource):
6971         * emulation/edt.el (x-server-vendor):
6972         * emulation/edt-mapper.el (x-server-vendor):
6973         * emacs-lisp/map-ynp.el (x-popup-dialog):
6974         * emacs-lisp/lmenu.el (x-popup-dialog):
6975         * x-dnd.el (x-window-property, x-change-window-property)
6976         (x-get-selection-internal):
6977         * woman.el (x-list-fonts):
6978         * w32-fns.el (x-server-version):
6979         * tooltip.el (x-show-tip, x-hide-tip):
6980         * tool-bar.el (image-mask-p):
6981         * thumbs.el (image-size):
6982         * term.el (overflow-newline-into-fringe):
6983         * subr.el (scroll-bar-scale):
6984         * startup.el (x-get-resource, tool-bar-mode, image-size):
6985         * select.el (x-get-selection-internal, x-own-selection-internal)
6986         (x-disown-selection-internal):
6987         * mouse.el (generate-fontset-menu):
6988         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
6989         * image.el (image-library-alist):
6990         * image-mode.el (image-size, image-refresh):
6991         * image-dired.el (clear-image-cache):
6992         * gs.el (x-display-mm-width, x-display-pixel-width)
6993         (x-display-mm-height, x-display-pixel-height)
6994         (x-change-window-property, x-display-grayscale-p, x-window-property):
6995         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
6996         (x-focus-frame, x-list-fonts, x-display-screens)
6997         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
6998         (x-display-mm-width, x-display-backing-store, x-display-save-under)
6999         (x-display-planes, x-display-color-cells, x-display-visual-class):
7000         * faces.el (internal-face-x-get-resource)
7001         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
7002         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
7003         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
7004         (x-parse-geometry, x-create-frame, x-setup-function-keys)
7005         (tool-bar-setup):
7006         * doc-view.el (clear-image-cache, image-size, tooltip-show):
7007         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
7008         * dframe.el (x-display-pixel-width, x-display-pixel-height):
7009         * descr-text.el (internal-char-font):
7010         Define for compiler, for builds without X.
7012 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7014         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
7016 2008-06-11  Glenn Morris  <rgm@gnu.org>
7018         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
7019         before trying to move there.
7020         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
7021         is non-nil, indent most terminating statements like loop body.
7023         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
7024         Gregorian date, and add it, not the local date, to diary-entries-list.
7025         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
7027 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7029         * progmodes/compile.el (compilation-filter): Fix up last change.
7031         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
7033         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
7034         (gpm-mouse-mode): Make it into a proper global minor mode.
7036         * files.el (save-some-buffers-action-alist): Only use recursive-edit
7037         if the user enabled recursive-minibuffers.
7039         * emacs-lisp/map-ynp.el (map-y-or-n-p):
7040         Add support for scroll-other-window.
7042 2008-06-11  Jason Rumney  <jasonr@gnu.org>
7044         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
7045         Use tmm-menubar if menu is disabled in this frame.
7047         * menu-bar.el (menu-bar-open): Determine how to open menu bar
7048         from frame type, per documentation.  Add w32 case.
7050 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7052         * minibuffer.el (completion--merge-suffix): New function.
7053         (completion-basic-try-completion): Use it.
7054         (completion-pcm--find-all-completions): Add argument `filter'.
7055         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
7056         New functions.
7057         (completion-pcm-try-completion): Use them.
7059         * xt-mouse.el (turn-on-xterm-mouse-tracking)
7060         (turn-off-xterm-mouse-tracking): Use terminal-list.
7062         * cus-start.el (underline-minimum-offset): Rename from
7063         x-underline-minimum-display-offset.
7065 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
7067         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
7069 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
7071         * mouse.el (mouse-select-font): New function.
7073         * faces.el (face-spec-recalc): When the face is set using
7074         Customize, avoid recalculating it twice.
7076         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
7077         Font" menu item to it.  Apply selected font to all frames, and
7078         make it savable.
7079         (menu-bar-options-save): Save `default' font if changed.
7081 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7083         * ffap.el (ffap-string-at-point-mode-alist):
7084         Use alpha rather than lower.
7086         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
7088         * subr.el (momentary-string-display): Use an overlay.
7090         * progmodes/compile.el (compilation-mode):
7091         Set window-point-insertion-type.
7092         (compilation-filter): Don't use insert-before-markers any more.
7093         * emacs-lisp/trace.el (trace-make-advice):
7094         Set window-point-insertion-type in the trace buffer.
7095         * startup.el (normal-top-level): Set window-point-insertion-type in
7096         *Messages*.
7097         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
7098         (telnet-filter): Don't use insert-before-markers any more.
7099         * comint.el (comint-mode): Set window-point-insertion-type.
7100         (comint-output-filter): Don't use insert-before-markers any more.
7101         * button.el (make-text-button): Allow `start' to be a string.
7103 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
7105         * emacs-lisp/autoload.el (autoload-rubric):
7106         Fix coding cookie not to force Unix EOL.
7108 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
7110         * window.el (window--splittable-p, window--try-to-split-window):
7111         Don't use with-selected-window to avoid messing up get-lru-window.
7112         Reported by David Hansen <david.hansen@gmx.net>.
7114 2008-06-10  Glenn Morris  <rgm@gnu.org>
7116         * subr.el (locate-library): Doc fix.
7118         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
7119         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
7120         Check tool-bar-map is bound, for non-X builds.
7122         * net/newsticker-reader.el (newsticker--next-item-image)
7123         (newsticker--previous-item-image, newsticker--previous-feed-image)
7124         (newsticker--next-feed-image, newsticker--mark-read-image)
7125         (ewsticker--mark-immortal-image, newsticker--narrow-image)
7126         (newsticker--get-all-image, newsticker--update-image)
7127         (newsticker--browse-image): Check xpm images are available.
7128         (newsticker--mark-read-image, newsticker--mark-immortal-image)
7129         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
7131         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
7132         (newsticker--plainview-tool-bar-map, newsticker-mode):
7133         Check tool-bar-map is bound, for non-X builds.
7134         (w3m-toggle-inline-image): Declare.
7136         * net/newsticker-backend.el (tool-bar-map): Don't declare.
7138         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
7140         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
7141         (finder-compile-keywords): Move let to where needed.
7142         (finder-mouse-face-on-line): Go back one more line if needed.
7143         (finder-list-matches): Use cadr.
7144         (finder-goto-xref): New function.
7145         (finder-commentary): Add buttons to jump to foo.el libraries.
7147 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7149         * apropos.el (apropos-function, apropos-macro, apropos-command)
7150         (apropos-variable, apropos-face, apropos-group, apropos-widget)
7151         (apropos-plist): Add apropos-short-label property.
7152         (apropos-multi-type): New variables.
7153         (apropos-command, apropos-value): Set it.
7154         (apropos-compact-layout): New custom.
7155         (apropos-print, apropos-print-doc): Use it.
7156         (apropos-print): Truncate lines.
7158 2008-06-09  Kenichi Handa  <handa@m17n.org>
7160         * international/fontset.el (font-encoding-alist):
7161         Add an entry for "ascii-0".
7163 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
7165         * language/hanja-util.el (hanja-init-load): Show the message only
7166         when loading a table.
7168 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
7170         * net/newsticker-treeview.el (newsticker-treeview):
7171         * net/newsticker-plainview.el (newsticker-plainview):
7172         Add autoload cookie.
7174 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
7176         * net/newsticker.el: Split up into newsticker-backend, -ticker,
7177         -reader, -plainview, and -treeview.
7178         (newsticker-version): Change to 1.99.
7180         * net/newsticker-backend.el: New.  Move backend functionality from
7181         newsticker.el to newsticker-backend.el.
7182         (newsticker--download-logos): New.
7183         (newsticker--sentinel-callback): New.
7184         (newsticker--set-customvar): Remove.  Split up into specific
7185         functions related to retrieval, ticker, buffer, and display.
7186         (newsticker--set-customvar-retrieval): New.  Extracted from
7187         `newsticker--set-customvar'.
7188         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
7189         (newsticker-url-list-defaults):
7190         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
7191         (newsticker-url-list): Doc changed.  URL can be a function.
7192         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
7193         (newsticker-retrieval-method): New.
7194         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
7195         (newsticker-retrieval-interval):
7196         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
7197         (newsticker-desc-comp-max): Change :group.
7198         (newsticker--cache): Doc changed.
7199         (newsticker--guid-to-string): New.
7200         (newsticker--guid): Use `newsticker--guid-to-string'.
7201         (newsticker--real-feed-name): New.
7202         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
7203         (newsticker-start): Use `insert-file-contents' for reading cache.
7204         Use `newsticker--start-feed'.
7205         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
7206         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
7207         Use `newsticker--stop-feed'.
7208         (newsticker-save-item): New.
7209         (newsticker--get-news-by-funcall): New.
7210         (newsticker-get-news): Handle new retrieval methods.
7211         (newsticker--sentinel): Use `newsticker--sentinel-work'.
7212         (newsticker--sentinel-work): New.  Extracted from
7213         `newsticker--sentinel'.  Use `newsticker--download-logos',
7214         `newsticker--sentinel-callback'.
7215         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
7216         (newsticker--parse-atom-1.0): Fix link determination.
7217         (newsticker--parse-rss-0.91): Fix time determination.
7218         (newsticker--parse-rss-0.92): Fix time determination.
7219         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
7220         (newsticker--parse-generic-feed): New arg order in
7221         `newsticker--cache-add'.
7222         (newsticker--parse-generic-items): Fix for multiple items.
7223         New arg order in `newsticker--cache-add'.
7224         (newsticker--forget-preformatted): Check whether
7225         `newsticker--buffer-set-uptodate' is fbound.
7226         (newsticker--decode-iso8601-date): Handle fractions of seconds.
7227         (newsticker--decode-rfc822-date): Partial timezone handling.
7228         (newsticker--cache-contains): Fix guid problem.
7229         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
7230         (newsticker--cache-save): New.
7231         (newsticker--cache-update): Use temp buffer.
7232         (newsticker--stat-num-items): Allow multiple AGE args.
7233         (newsticker--stat-num-items-total): New.
7234         (newsticker--opml-import-outlines): New.
7235         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
7236         (newsticker--do-run-auto-mark-filter): Doc changed.
7237         (newsticker-retrieve-random-message): New.
7239         * net/newsticker-ticker.el: New.  Move ticker functionality from
7240         net/newsticker.el to net/newsticker-ticker.el.
7241         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
7242         `newsticker--ticker-timer'.
7243         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
7244         to `newsticker--ticker-timer'.
7245         (newsticker--set-customvar-ticker): New.  Extracted from
7246         `newsticker--set-customvar'.
7247         (newsticker-ticker-interval): Rename `newsticker-display-interval'
7248         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
7249         for :set.  Change :group.
7250         (newsticker-scroll-smoothly): Doc changed.  Change :group.
7251         (newsticker-hide-immortal-items-in-echo-area)
7252         (newsticker-hide-old-items-in-echo-area)
7253         (newsticker-hide-obsolete-items-in-echo-area):
7254         Use `newsticker--set-customvar-ticker for :set.  Change :group.
7255         (newsticker-start-ticker): Rename `newsticker--display-timer' to
7256         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
7257         to `newsticker-ticker-interval'.
7258         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
7259         `newsticker--ticker-timer'.
7261         * net/newsticker-reader.el: New.  Move reader functionality from
7262         net/newsticker.el to net/newsticker-reader.el.
7263         (newsticker--set-customvar-formatting): New.  Extracted from
7264         `newsticker--set-customvar'.
7265         (newsticker-reader, newsticker-frontend): New.
7266         (newsticker-enable-logo-manipulations): Change :group.
7267         (newsticker-justification): Use `newsticker--set-customvar-formatting'
7268         for :set.  Change :group.
7269         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
7270         for :set.  Change :group.
7271         (newsticker-html-renderer): Doc changed.
7272         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
7273         (newsticker-date-format):
7274         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
7275         (newsticker--insert-enclosure):
7276         Rename `newsticker--buffer-insert-enclosure' to
7277         `newsticker--insert-enclosure'.  Add keymap arg.
7278         (newsticker--print-extra-elements):
7279         Rename `newsticker--buffer-print-extra-elements' to
7280         `newsticker--print-extra-elements'.  Add keymap arg.
7281         (newsticker--do-print-extra-element):
7282         Rename `newsticker--buffer-do-print-extra-element' to
7283         `newsticker--do-print-extra-element'.  Add keymap arg.
7284         (newsticker-show-news): Use `newsticker-frontend'.
7286         * net/newsticker-plainview.el: New.  Move plainview functionality
7287         from net/newsticker.el to net/newsticker-reader.el.
7288         (newsticker-plainview): New.
7289         (newsticker--set-customvar-sorting): New.  Extracted from
7290         `newsticker--set-customvar'.
7291         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
7292         for :set.  Changed :group.
7293         (newsticker-heading-format, newsticker-item-format)
7294         (newsticker-desc-format, newsticker-statistics-format):
7295         Use `newsticker--set-customvar-formatting for :set.  Change :group.
7296         (newsticker-faces): Change :group.
7297         (newsticker-default-face): Enable again.
7298         (newsticker-hide-old-items-in-newsticker-buffer)
7299         (newsticker-show-descriptions-of-new-items):
7300         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
7301         (newsticker-show-all-news-elements): Change :group.
7302         (newsticker-plainview-hooks): New.
7303         (newsticker-select-item-hook, newsticker-select-feed-hook)
7304         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
7305         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
7306         to `newsticker--plainview-tool-bar-map'.
7307         (newsticker--url-keymap): Add mouse-1 binding.
7308         (newsticker-plainview): New.
7309         (newsticker-mark-all-items-of-feed-as-read): Change doc.
7310         (newsticker--buffer-do-insert-text): Use renamed
7311         newsticker--[buffer-]insert-enclosure and
7312         newsticker--[buffer-]print-extra-elements.
7313         (newsticker--buffer-set-faces): Use newsticker-default-face.
7315         * net/newsticker-treeview.el: New.
7317 2008-06-08  Andreas Schwab  <schwab@suse.de>
7319         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
7321         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
7323         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
7324         empty line.
7326         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
7328 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
7330         * window.el (split-height-threshold, split-width-threshold):
7331         Add choice nil.
7332         (split-window-preferred-function): Allow either nil or a function.
7333         (window--splittable-p, window--try-to-split-window):
7334         Handle changed option values.
7336         (window--frame-usable-p): Handle nil argument.
7338         (display-buffer): Call get-lru-window when pop-up-windows is nil
7339         and window can't be split.
7341 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7343         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
7345         * net/tramp.el (top): Quote feature names.  Remove
7346         `tramp-rfn-eshadow-setup-minibuffer' from
7347         `rfn-eshadow-setup-minibuffer-hook' when unloading.
7348         (tramp-read-passwd): There is only one call to
7349         `auth-source-user-or-password' needed.  Pacify byte compiler.
7351 2008-06-08  Andreas Schwab  <schwab@suse.de>
7353         * window.el (display-buffer): Use lru window if current window
7354         cannot be split.
7356 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7358         * apropos.el (apropos-library): New command and new button.
7359         (apropos-library-button): New function.
7361         * apropos.el: Remove spurious * in docstrings.
7362         (apropos-label-face): Use variable pitch.
7363         (apropos-print): Use dolist and with-current-buffer.
7364         (apropos-print-doc): Use when.
7366         * window.el (special-display-p, display-buffer):
7367         Fix up C->Elisp transcription error.
7369 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7371         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
7372         (byte-compile-file): Initialize it.
7373         (byte-compile-nogroup-warn): Keep track of the current group.
7375 2008-06-08  Glenn Morris  <rgm@gnu.org>
7377         * Makefile.in (compile, compile-always, bootstrap-prepare):
7378         Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
7380 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
7382         * language/hanja-util.el (hanja-init-load): Use a char-table for
7383         hanja-table.
7384         (hangul-to-hanja-char): Adjust for the above change.
7386 2008-06-07  Glenn Morris  <rgm@gnu.org>
7388         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
7389         lm-keywords.
7391         * mail/sendmail.el (mail-interactive): Add :version.
7393         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
7394         obsolete alias.
7396         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
7397         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
7398         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
7399         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
7400         * eshell/esh-util.el, international/mule-cmds.el:
7401         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
7402         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
7403         Remove unnecessary eval-when-compiles and eval-and-compiles.
7405         * Makefile.in (bootstrap-clean): Run autogen-clean.
7406         (maintainer-clean): No need to run autogen-clean now it is included in
7407         bootstrap-clean.
7409 2008-06-06  Miles Bader  <miles@gnu.org>
7411         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
7413 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
7415         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
7416         longlines mode.
7418         * replace.el (replace-search-function)
7419         (replace-re-search-function): New vars.
7420         (perform-replace): Use them.
7422         * longlines.el (longlines-re-search-forward): New function.
7423         (longlines-mode): Bind replace-search-function and
7424         replace-re-search-function, to ensure that replacement commands
7425         treat newlines as spaces.
7426         (longlines-show-effect): Default to a pilcrow sign.
7428 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7430         * help.el (function-called-at-point):
7431         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
7432         even when calling find-tag-default.
7434 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
7436         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
7437         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
7438         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
7439         (nxml-fontify-buffer, nxml-do-fontify):
7440         Remove obsolete variables and functions.
7441         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
7442         (nxml-degrade, nxml-after-change, nxml-after-change1)
7443         (nxml-extend-region, nxml-extend-after-change-region)
7444         (nxml-extend-after-change-region1, nxml-fontify-matcher)
7445         (nxml-toggle-char-ref-extra-display): Use font-lock, and
7446         font-lock-extend-region-functions in particular, to fontify
7447         nxml-mode buffers.
7448         (nxml-debug-region): New debugging helper function.
7450         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
7451         (nxml-scan-after-change, nxml-move-tag-backwards):
7452         Adapt for font-lock changes.
7454         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
7455         (nxml-debug-set-inside, nxml-debug-clear-inside):
7456         New debugging functions.
7457         (nxml-with-degradation-on-error): New helper macro.
7459 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
7461         * window.el (display-buffer): Remove dead call to get-lru-window.
7463 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7465         * mail/sendmail.el (mail-interactive): Change default.
7467 2008-06-05  John Paul Wallington  <jpw@pobox.com>
7469         * bindings.el (completion-ignored-extensions):
7470         Add .p64fsl, .d64fsl, and .dx64fsl.
7472 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7474         * ffap.el (ffap-prompter): Don't use the region.
7476 2008-06-05  Sam Steingold  <sds@gnu.org>
7478         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
7479         subdirectory to be registered.
7481 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
7483         * window.el (display-buffer-function, special-display-p)
7484         (special-display-buffer-names, special-display-regexps)
7485         (special-display-function, same-window-p, same-window-buffer-names)
7486         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
7487         (pop-up-frame-function, pop-up-windows, even-window-heights)
7488         (split-window-preferred-function, split-height-threshold)
7489         (window--display-buffer-1, display-buffer, pop-to-buffer):
7490         Move from window.c and buffer.c.
7491         (window--splittable-p, window--try-to-split-window)
7492         (window--frame-usable-p, window--display-buffer-2)
7493         (window--even-window-heights): New functions.
7494         (split-width-threshold): New option.
7495         (split-window-preferred-horizontally): Remove.
7497         * cus-start.el: Remove corresponding declarations.
7499 2008-06-05  Sam Steingold  <sds@gnu.org>
7501         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
7502         an error on modified buffers.
7504 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7506         * progmodes/etags.el (tags-verify-table): Be careful to use and update
7507         tags-file-name and tags-table-list from the right buffer.
7508         (tags-table-check-computed-list, tags-table-extend-computed-list)
7509         (find-tag-noselect): Use with-current-buffer.
7511         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
7512         Use print-circle.
7514         * minibuffer.el (minibuffer-local-must-match-filename-map):
7515         Declare obsolete alias for the old name.
7517         * abbrev.el (unexpand-abbrev): Better preserve markers.
7519 2008-06-05  Glenn Morris  <rgm@gnu.org>
7521         * emacs-lisp/autoload.el (autoload-rubric): New function,
7522         extracted from autoload-ensure-default-file.
7523         (autoload-ensure-default-file): Use autoload-rubric.
7525         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
7526         (custom-dependencies-no-scan-regexp): New variable.
7527         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
7528         Don't scan files matching custom-dependencies-no-scan-regexp.
7529         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
7531         * finder.el (finder-headmark): Initialize and add doc string.
7532         (generated-finder-keywords-file): Doc fix.
7533         (finder-no-scan-regexp): New variable.
7534         (finder-compile-keywords): Use a single let binding.
7535         Disable undo in the output buffer.  Use autoload-rubric.
7536         Use mapc rather than mapcar.  Don't scan files matching
7537         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
7538         rather than concat.  Use directory-files to do regexp matching.
7539         No need to require jka-compr.
7540         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
7541         (finder-list-matches): Disable undo.
7542         (finder-commentary): Use let rather than let*.  Disable undo.
7543         (finder-current-item): Use zerop.
7544         (finder-mode): Use define-derived-mode.
7545         (finder-exit): Doc fix.  Use dolist.
7547         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
7548         (custom-deps): Don't require $(lisp)/cus-load.el.
7549         (custom-deps, finder-data): Don't depend on autoloads.
7550         Should not be needed now, and doing so was causing make install to
7551         re-dump emacs post-bootstrap.
7552         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
7553         mid-build forces some things to be rebuilt.
7555 2008-06-05  Miles Bader  <miles@gnu.org>
7557         * face-remap.el
7558         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
7559         (face-remap-remove-relative): Renamed from
7560         `remove-relative-face-remapping'.
7561         (face-remap-reset-base): Renamed from
7562         `set-default-base-face-remapping'.
7563         (face-remap-set-base): Renamed from `set-base-face-remapping'.
7564         (text-scale-increase): Renamed from `increase-buffer-face-height'.
7565         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
7566         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
7568         * face-remap.el (variable-pitch-mode): Autoload.
7570 2008-06-04  Sam Steingold  <sds@gnu.org>
7572         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
7573         Generate extra status headers for a Mercurial tree.
7575 2008-06-04  John Paul Wallington  <jpw@pobox.com>
7577         * echistory.el (electric-history-map): Define within defvar.
7578         Add docstring.
7580         * font-lock.el (font-lock-turn-off-thing-lock)
7581         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
7582         Use `bound-and-true-p'.
7583         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
7584         Doc fixes.
7586         * international/ccl.el (define-ccl-program): Add `doc-string'
7587         declaration.
7589 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
7591         * face-remap.el (variable-pitch-mode): Reflow docstrings.
7592         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
7594 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
7596         * emacs-lisp/rx.el (rx): Doc fix.
7598 2008-06-04  Markus Triska  <markus.triska@gmx.at>
7600         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
7602 2008-06-04  Miles Bader  <miles@gnu.org>
7604         * face-remap.el (adjust-buffer-face-height): New function.
7605         Add autoloaded keybindings in ctl-x-map.
7606         (increase-buffer-face-height, decrease-buffer-face-height):
7607         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
7609 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
7611         * simple.el (line-move-1): If we did not move as far as desired,
7612         ensure that point-left and point-entered hooks are called.
7614 2008-06-03  Sam Steingold  <sds@gnu.org>
7616         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
7618 2008-06-03  John Paul Wallington  <jpw@pobox.com>
7620         * progmodes/make-mode.el (makefile-cleanup-continuations)
7621         (makefile-warn-suspicious-lines, makefile-warn-continuations):
7622         Use `derived-mode-p'.
7624 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7626         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
7627         (ELCFILES): Update.
7629 2008-06-03  Miles Bader  <miles@gnu.org>
7631         * face-remap.el: New file.
7632         * Makefile.in (ELCFILES): Add face-remap.elc.
7634 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7636         * progmodes/flymake.el (flymake-process-filter): Make sure the source
7637         buffer isn't dead.
7639         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
7640         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
7641         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
7642         * obsolete/auto-show.el, obsolete/hscroll.el:
7643         Remove packages that were obsolete in Emacs-20, or that were obsolete
7644         in Emacs-21 and do not contain any more code.
7646         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
7647         vc-client-mode is not set.
7649         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
7650         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
7652         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
7653         yet a bit more clever at distinguishing / from /.
7655 2008-06-03  Kenichi Handa  <handa@m17n.org>
7657         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
7659 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
7661         * language/hanja-util.el: New file.
7663 2008-06-03  Glenn Morris  <rgm@gnu.org>
7665         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
7666         Check that end-of-word follows "type".
7668 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
7670         * epa-file.el (epa-file-write-region): Write the entire buffer
7671         content if START is nil.
7673 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
7675         * select.el (x-get-selection): Fix typo.
7677 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
7679         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
7680         (describe-char): Use `looking-at-p', `string-match-p' when possible.
7682 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7684         * tar-mode.el (tar-header-block-summarize): Ensure one space around
7685         user&group.
7687 2008-05-31  John Paul Wallington  <jpw@pobox.com>
7689         * help-fns.el (describe-variable-custom-version-info):
7690         Handle dotted `package-version' info.
7692 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
7694         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
7696 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
7698         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
7699         names and improve support for unregistered files.
7701 2008-05-31  Glenn Morris  <rgm@gnu.org>
7703         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
7704         Remove shell variable `elc'.  Split tests to hopefully be more portable.
7705         Fix `sel' assignment.
7707 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
7709         * minibuffer.el (completion-table-dynamic): Doc fix.
7711 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7713         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
7714         Try and return `unregistered' when applicable.
7716         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7717         Don't encourage naming variables with "-flag".
7719 2008-05-30  Glenn Morris  <rgm@gnu.org>
7721         * Makefile.in (update-elclist): Hide the warning when it does not apply,
7722         make it milder when it does.
7723         (autogen-clean): New target.
7724         (maintainer-clean): Use autogen-clean.
7726         * calendar/diary-lib.el (diary-display-function): New name for
7727         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
7728         Change custom type and version.
7729         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
7730         (diary-fancy-display): Doc fixes.
7731         (diary-list-entries, diary-include-other-diary-files)
7732         (diary-mail-entries):
7733         Use diary-display-function rather than diary-display-hook.
7735         * calendar/appt.el (appt-check): Use diary-display-function rather than
7736         diary-display-hook.
7737         * calendar/cal-x.el (calendar-dedicate-diary): Update for
7738         diary-display-function replacing diary-display-hook.
7739         * org/org-agenda.el (org-get-entries-from-diary): Also set
7740         diary-display-function.
7742         * calendar/cal-html.el (cal-html-list-diary-entries):
7743         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
7744         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
7745         argument of diary-list-entries rather than setting diary-display-hook.
7747 2008-05-30  Kenichi Handa  <handa@m17n.org>
7749         * international/mule-conf.el (utf-8-with-signature): Renamed from
7750         utf-8-sig.
7751         (utf-8-auto): Adjusted for the above change.
7753         * international/mule-diag.el (describe-font): Don't check fontset
7754         here, and just call font-info.  Get the default font by from the
7755         default face.
7757 2008-05-29  Kenichi Handa  <handa@m17n.org>
7759         * international/mule-conf.el (utf-8-sig, utf-8-auto):
7760         New coding systems.
7762         * international/mule.el (define-coding-system): Accept :bom for utf-8.
7764 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
7766         * international/utf-7.el (utf-7-encode): Use the right escape char
7767         depending on imap/nonimap encoding.
7769 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7771         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
7773 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
7775         * icomplete.el (icomplete-prospects-height): Add :group.
7777 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7779         * icomplete.el (icomplete-prospects-length): Make obsolete.
7780         (icomplete-prospects-height): New var.
7781         (icomplete-completions): Use it.
7783 2008-05-29  David Kastrup  <dak@gnu.org>
7785         * autoinsert.el (auto-insert): Add :link.
7787 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7789         * tar-mode.el (tar-header): New field `header-start'.
7790         (tar-header-block-tokenize): Set it when useful.
7791         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
7792         (tar-header-data-end): New function.
7793         (tar-summarize-buffer): Use it.
7794         (tar-next-line): Fix goal column for long usernames.
7795         (tar-expunge-internal): Use header-start.
7796         (tar-rename-entry): Handle ustar-style long names.
7797         (tar-alter-one-field): Add optional `descriptor' argument.
7798         (tar-subfile-save-buffer): Use it.
7800 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7802         * tar-mode.el (tar-header): New field `header-start'.
7803         (tar-header-block-tokenize): Set header-start for longlink entries.
7804         (tar-expunge-internal): Use header-start to expunge longlink entries.
7806         * files.el (hack-local-variables): Don't signal an error if the local
7807         variable section is not properly terminated.
7809         * emacs-lisp/easymenu.el (easy-menu-convert-item)
7810         (easy-menu-convert-item-1): Move the duplicate-generation outside of
7811         the caching so it also works for identical entries.
7813         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
7814         (tar-mode): Use write-region-annotate-functions rather than
7815         write-contents-functions.
7816         (tar-extract): Remove unused var `pos'.
7817         (tar-subfile-save-buffer): Remove unused var `following-descs'.
7818         (tar-mode-write-file): Remove.
7819         (tar-write-region-annotate): New function.
7821         * progmodes/flymake.el (flymake-save-buffer-in-file):
7822         * shadowfile.el (shadow-copy-file):
7823         * arc-mode.el (archive-*-write-file-member):
7824         * files.el (diff-buffer-with-file):
7825         * subr.el (with-temp-file): Pass nil to write-region.
7826         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
7828         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
7829         the custom.
7831         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
7832         to write-region.
7834 2008-05-28  Glenn Morris  <rgm@gnu.org>
7836         * Makefile.in (update-elclist): Work around non-portability of "\"
7837         in various implementations of echo.
7839 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7841         * international/mule-diag.el (describe-current-coding-system):
7842         Don't assume selection-coding-system is always defined.
7844         * tar-mode.el: Use defstruct and markers.
7845         (tar-setf): Remove.
7846         (tar-header): Use defstruct.  Add `data-start' field.
7847         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
7848         (tar-desc-data-start): Remove (now called tar-header-data-start).
7849         (tar-roundup-512): New fun.
7850         (tar-header-block-tokenize): Receive a buffer position rather than
7851         a string.  Handle @longLink here, be more careful about it.
7852         Create a marker for data-start.
7853         (tar-summarize-buffer): Don't handle @LongLink here any more.
7854         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
7855         data-start on the following entries any more.
7856         (tar-chown-entry, tar-chgrp-entry): Use read-number.
7858         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
7859         (tar-header-offset): Remove.
7860         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
7861         Not permanent any more.
7862         (tar-data-buffer): New var.
7863         (tar-data-swapped-p, tar-change-major-mode-hook)
7864         (tar-mode-kill-buffer-hook): New funs.
7865         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
7866         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
7867         (tar-clear-modification-flags, tar-alter-one-field)
7868         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
7869         Change accordingly.
7871 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
7873         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
7874         (vc-dir-resynch-file): ... this.  Update callers.
7875         Use vc-string-prefix-p.  Ignore directory args.
7876         (vc-string-prefix-p): CSE.
7877         (vc-resynch-buffer): Restore conditional.
7879         * vc-hooks.el (vc-after-save): Improve test.
7880         (vc-mode-line): Fix indentation.
7882 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7884         * calendar/parse-time.el (parse-time-months)
7885         (parse-time-weekdays): Add long-form month and day names.
7887 2008-05-27  Glenn Morris  <rgm@gnu.org>
7889         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
7891 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7893         * vc-dispatcher.el (vc-string-prefix-p): New function.
7894         (vc-dir-parent-marked-p): Use it.
7896 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
7898         * vc.el (Problems): Remove fixed issues.
7899         (vc-expand-dirs): Avoid returning directories.
7900         (vc-dir): Fix C-x v v binding.
7901         (vc-make-backend-object): Fix name.
7902         (vc-dir-show-fileentry): Fix docstring.
7903         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
7904         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
7905         Reset the state for directories.
7906         (vc-dir-headers): Align labels.
7907         (vc-default-status-printer): Do no call prettify-state-info.
7908         (vc-deduce-fileset): Replace implementation with one based on a
7909         working older version.
7910         (vc-next-action): Use the new form of vc-deduce-fileset.
7911         Fix dealing with unregistered files.
7913         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
7914         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
7915         (vc-dir-child-files): New function.
7916         (vc-dir-node-directory): New function.
7917         (vc-dir-update, vc-dir-parent-marked-p)
7918         (vc-dir-children-marked-p, vc-dir-mark-all-files)
7919         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
7921         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
7923 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7925         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
7926         (diff-font-lock-keywords, diff-context->unified)
7927         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
7928         (diff-hunk-text, diff-find-source-location): Use it.
7929         (diff-post-command-hook): Let the user edit the hunk headers.
7931 2008-05-26  Andreas Schwab  <schwab@suse.de>
7933         * vc.el (vc-default-prettify-state-info): Fix formatting of an
7934         unknown state.
7936         * tar-mode.el (tar-summarize-buffer): Comment fix.
7938 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7940         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
7942 2008-05-26  Glenn Morris  <rgm@gnu.org>
7944         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
7946 2008-05-25  John Paul Wallington  <jpw@pobox.com>
7948         * proced.el (proced-next-line, proced-previous-line):
7949         Avoid calling `next-line' and `previous-line' from Lisp code.
7951 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
7953         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
7954         Use diary-ordinal-suffix.
7956 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
7958         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
7959         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
7960         (edebug-save-displayed-buffer-points, edebug-initial-mode)
7961         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
7962         (edebug-print-length, edebug-print-level, edebug-print-circle)
7963         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
7964         (edebug-global-break-condition, edebug-sit-for-seconds):
7965         Remove spurious * from defcustom docstrings.
7966         (edebug-unwrap*, edebug-signal, edebug-eval-display):
7967         Improve argument/docstring consistency.
7968         (edebug-test-coverage, edebug-gensym, edebug-read)
7969         (edebug-top-level-nonstop, edebug-eval-result-list)
7970         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
7971         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
7972         (edebug-display-freq-count): Reflow docstrings.
7973         (edebug-restore-status): Doc fix.
7975 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7977         * proced.el (proced-header-line): Use the :align-to 0 feature
7978         rather than computing the corresponding position manually.
7979         (proced-update): Don't hardcode point-min==1.
7981 2008-05-24  Alan Mackenzie  <acm@muc.de>
7983         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
7984         if c-file-style is set to a non-string.
7986         (c-neutralize-CPP-line): Surround by `save-excursion'.
7987         (c-neutralize-syntax-in-CPP): Optimize for speed.
7989 2008-05-24  Glenn Morris  <rgm@gnu.org>
7991         * Makefile.in (update-elclist): New target, to update ELCFILES.
7992         (bootstrap-after): Run update-elclist.
7994 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
7996         * icalendar.el (icalendar-version): Increase to "0.19".
7997         (icalendar--date-style): New function.
7998         (icalendar--datetime-to-diary-date): Doc fix.
7999         Use icalendar--date-style.
8000         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
8001         (icalendar--convert-yearly-to-ical)
8002         (icalendar--convert-recurring-to-diary): Handle iso date style,
8003         use icalendar-date-style.
8005 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
8007         * vc.el (vc-delete-file): Make sure the buffer is deleted and
8008         vc-dir buffers are updated.
8010 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8012         * vc.el (vc-delete-file): Don't try to resynch the buffer.
8014 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
8016         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
8017         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
8018         (reftex-extra-bindings): Use it.
8020         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
8021         away from the user-reserved keys.
8023         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
8024         New vars.
8025         (ada-create-keymap): Use them.
8027 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8029         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
8030         a properly-grouped regexp.
8032 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
8034         * progmodes/cap-words.el (capitalized-words-mode):
8035         Fix typos in docstring.
8037 2008-05-23  Kenichi Handa  <handa@m17n.org>
8039         * international/mule-conf.el: Don't define the charset `emacs'
8040         here, just put :docstring, :short-name, and :long-name.
8042 2008-05-22  Kenichi Handa  <handa@m17n.org>
8044         * international/mule-diag.el (font-show-log): Limit each listing
8045         to 20 items.
8047 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
8049         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
8050         (gdb-annotation-rules): New entry for "thread-changed".
8051         (gdb-thread-changed): New function.
8053 2008-05-23  Glenn Morris  <rgm@gnu.org>
8055         * Makefile.in (SOURCES): Remove, unused.
8056         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
8057         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
8058         Exclude more '*loaddefs' files.
8059         (compile-always): Simplify '.elc' deletion.
8061 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8063         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
8064         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
8066         * minibuffer.el (completion-boundaries): Change calling
8067         convention, so `string' has the same semantics as in
8068         try-completion and all-completions.
8069         (completion-table-with-context, completion--embedded-envvar-table)
8070         (completion--file-name-table)
8071         (completion-pcm--find-all-completions): Adjust code accordingly.
8073 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
8075         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
8076         prune image-mode-winprops-alist, preventing it from growing
8077         indefinitely.
8078         (image-mode-reapply-winprops): Use it.
8080 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
8082         * net/netrc.el (netrc-machine): Always match if the port is not given.
8084 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8086         * minibuffer.el (completion-pcm--find-all-completions):
8087         Don't add pseudo-completions.
8089         * icomplete.el (icomplete-eoinput): Remove.
8090         (icomplete-overlay): New var to replace it.
8091         (icomplete-tidy): Rewrite.
8092         (icomplete-exhibit): Use an overlay.
8093         (icomplete-completions): Use completion-all-sorted-completions.
8094         Obey completion-ignore-case.
8096         * files.el (locate-dominating-file): Accept non-existing argument.
8097         (project-find-settings-file): Rewrite, using locate-dominating-file.
8099 2008-05-22  Kenichi Handa  <handa@m17n.org>
8101         * faces.el (font-weight-table, font-slant-table, font-width-table):
8102         Delete them.  Don't call internal-set-font-style-table.
8104         * international/mule-diag.el (font-show-log): New function.
8106         * international/fontset.el (script-representative-chars): Add more
8107         chars for latin.  Add data for symbol.
8108         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
8110 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8112         * minibuffer.el (completion-all-sorted-completions): New var.
8113         (completion--flush-all-sorted-completions)
8114         (completion-all-sorted-completions): New functions.
8115         (minibuffer-force-complete): New command.
8117 2008-05-21  Glenn Morris  <rgm@gnu.org>
8119         * files.el (c-postprocess-file-styles): Declare for compiler.
8121         * Makefile.in: Allow for parallel byte-compiling.
8122         (ELCFILES): New variable.
8123         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
8124         (compile-first, compile-main, compile-last): New targets.
8125         (compile-always): Simplify - delete .elc files, then `make compile'.
8127         * Makefile.in (compile-calc): Use glob rather than find.
8128         ($(lisp)/progmodes/cc-mode.elc): Use $@.
8130         * eshell/esh-module.el: No need for cl when compiling.
8132         * eshell/eshell.el (eshell-defgroup): New alias.
8133         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8134         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
8135         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
8136         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
8137         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
8138         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
8139         Autoload the custom group.  Set generated-autoload-file.
8140         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
8141         for eshell-defgroup.
8142         * eshell/esh-module.el (eshell-load-defgroups): Remove.
8143         Require esh-groups rather than loading it.
8145 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8147         * proced.el (proced-header-line): New variable and new function.
8148         (proced-mode): Set header-line-format.
8149         (proced-update): Set proced-header-line.
8150         (proced-send-signal): Use proced-header-line.
8152 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8154         * macros.el (insert-kbd-macro): Use prin1-char.
8156 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8158         * minibuffer.el (completion-boundaries): New function.
8159         (completion--some): Delay errors.
8160         (complete-with-action, completion-table-with-context):
8161         Handle `boundaries' case.
8162         (completion--try-word-completion): Avoid partial-completion
8163         when the user hasn't entered anything yet.
8164         (minibuffer-local-map, minibuffer-local-filename-completion-map)
8165         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
8166         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
8167         Setup default keybindings.
8168         (completion--embedded-envvar-re): New var.
8169         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
8170         (completion--file-name-table): Handle `boundaries' case.
8171         (completion-pcm--pattern->regex): Avoid pathological backtracking.
8172         (completion-pcm--all-completions): Add a `prefix' arg.
8173         (completion-pcm--find-all-completions): New function.
8174         (completion-pcm-all-completions, completion-pcm-try-completion):
8175         Use it.
8177         * icomplete.el (icomplete-completions): Don't use `predicate' with
8178         a table of a different type than `candidates'.
8180 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8182         * proced.el (proced-goal-column): Rename from proced-procname-column.
8183         (proced-goal-header-re): Rename from proced-procname-column-regexp.
8184         (proced-move-to-goal-column): Rename from proced-move-to-procname.
8185         (proced-header-face, proced-header-regexp): Remove.
8186         (proced-font-lock-keywords): Remove proced-header-face.
8187         (proced-header-alist, proced-sorting-schemes-re): New variables.
8188         (proced): Rename Proced buffer to *Proced*.
8189         (proced-next-line, proced-previous-line): New commands.
8190         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
8191         (proced-hide-processes): Do not treat first line as special.
8192         (proced-header-space): New function.
8193         (proced-update): Use header-line-format.
8194         Initialize proced-header-alist and proced-sorting-schemes-re.
8195         Set proced-goal-column.  Include proced-command in mode-name.
8196         (proced-send-signal): Use header-line-format for *Marked
8197         Processes* buffer.
8198         (proced-sort): Restrict minibuffer completion to applicable
8199         sorting schemes.
8200         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
8202 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8204         * icomplete.el (icomplete-simple-completing-p):
8205         Allow icomplete-with-completion-tables to say "use it everywhere".
8206         (icomplete-completions): Obey completion-styles.  Try to accommodate
8207         partial-completion style.
8209 2008-05-20  Michael Olson  <mwolson@gnu.org>
8211         * files.el (project-find-settings-file): Change concat to
8212         expand-file-name.
8214 2008-05-19  Tom Tromey  <tromey@redhat.com>
8216         * files.el (normal-mode): Call hack-project-variables.
8217         (hack-local-variables-confirm): Add 'project' argument.
8218         (hack-local-variables-apply): New function.
8219         (hack-local-variables): Use it.
8220         (project-class-alist, project-directory-alist): New variables.
8221         (project-get-alist): New function.
8222         (project-collect-bindings-from-alist)
8223         (project-collect-binding-list, set-directory-project)
8224         (project-find-settings-file, project-define-from-project-file)
8225         (hack-project-variables): New functions.
8227 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8229         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
8231 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
8233         * faces.el (font-weight-table): Fix typo in docstring.
8235 2008-05-18  David Hull  <david@snap.com>  (tiny change)
8237         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
8238         (vc-hg-annotate-command): Allow white space before version number.
8240 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
8242         * calc/calc-yank.el (calc-register-alist): New variable.
8243         (calc-set-register, calc-get-register, calc-copy-to-register)
8244         (calc-insert-register, calc-add-to-register, calc-append-to-register)
8245         (calc-prepend-to-register): New functions.
8247         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
8248         `calc-copy-to-register' and `calc-insert-register'.
8249         Autoload new register functions.
8251         * calc/calc-help.el (calc-r-prefix-help): Add help for register
8252         functions.
8254 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
8256         * vc.el (Todo): Add known problems.
8257         (vc-dir-backend): New variable.
8258         (vc-dir): Set it.
8259         (vc-make-backend-object, vc-generic-status-printer)
8260         (vc-generic-state, vc-generic-status-fileinfo-extra)
8261         (vc-dir-extra-menu): Use it.
8262         (vc-generic-dir-headers): Remove, unused.
8264         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
8265         vc-dir-prev-directory for consistency with vc-dir-previous-line.
8266         (vc-dir-mode-map): Fix bindings.
8268         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
8270 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
8272         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
8273         operated on.
8274         (calc-kill-region): Kill entire lines.
8276 2008-05-17  Glenn Morris  <rgm@gnu.org>
8278         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
8279         simplify initial value.
8280         (defezimage): Drop support for Emacs without defimage, use a featurep
8281         test rather than fboundp when defining, drop with-no-warnings.
8282         (ezimage-insert-over-text): Move featurep test inside
8283         add-text-properties.
8285         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
8287         * net/tramp.el (top-level): Load auth-source when compiling.
8289         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
8291 2008-05-17  Andreas Schwab  <schwab@suse.de>
8293         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
8295 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
8297         * vc.el (vc-annotate-show-diff-revision-at-line): Change
8298         vc-diff-internal arg to match what vc-deduce-fileset returns now.
8300 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8302         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
8304 2008-05-17  Jim Meyering  <meyering@redhat.com>
8306         * ido.el (ido-save-history): Do not emit a trailing newline at the
8307         end of the ido history file.
8309 2008-05-16  John Paul Wallington  <jpw@pobox.com>
8311         * vc-dispatcher.el (top-level): Revert previous change: require cl
8312         when compiling.
8314 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
8316         * vc.el (vc-default-status-printer)
8317         (vc-default-prettify-state-info): Enhance the state prettyprinter
8318         to deal better with unknown states and indirect through it when
8319         painting vc-dir buffers.
8321 2008-05-16  John Paul Wallington  <jpw@pobox.com>
8323         * vc-dispatcher.el (top-level): Don't require cl when compiling.
8324         (vc-dir-mode-map): Fix backquote.
8325         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
8327 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
8329         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
8330         Reported by Glenn Morris <rgm@gnu.org>.
8332 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
8334         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
8335         the end of the file, it was good work at one time but has been
8336         stale since 1995 and may now be actively misleading.
8337         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
8338         CVS repository and module (assumptions for the latter a bit iffy).
8339         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
8340         SVN repository.
8342 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
8344         * vc-rcs.el (vc-rcs-create-tag):
8345         * vc-sccs.el (vc-sccs-create-tag):
8346         Fix typo in error message and pass backend arg.
8348 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
8350         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
8352 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
8354         * net/tramp.el: Load auth-source library.
8355         (tramp-read-passwd): Use it for password, not login.
8357 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
8359         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
8360         (ses-print-cell): Use string-width, truncate-string-to-width,
8361         delete-region rather than length, substring, delete-char.
8362         (ses-setup): Set inhibit-point-motion-hooks to t.
8363         Calculate position by actually moving point rather than just using
8364         unibyte character length.
8365         (ses-mode): Set indent-tabs-mode to nil.
8366         (ses-center): Use string-width rather than length.
8368 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
8370         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
8371         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
8372         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
8373         vc-*-create-tag and vc-*-retrieve-tag respectively.
8375         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
8376         unneeded defalias.
8378         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
8380         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
8381         about buffer names.
8383 2008-05-15  Glenn Morris  <rgm@gnu.org>
8385         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
8387         * org/org-exp.el (org-infojs-options-inbuffer-template):
8388         Fix declaration.
8390         * progmodes/cc-mode.el (declare-function): Add compat definition.
8391         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
8393 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
8395         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
8396         list to a cons so the caller can get back both expanded and
8397         unexpanded filesets.
8398         * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
8399         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
8400         Change handling of selection-set returns as required.
8402 2008-05-15  John Paul Wallington  <jpw@pobox.com>
8404         * add-log.el (top-level): Don't require cl when compiling.
8406         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
8407         (archive-*-extract): Use `zerop'.
8408         (archive-*-write-file-member): Use `or', use `zerop'.
8410         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
8412         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
8413         (ibuffer-mark-interactive, ibuffer-set-mark)
8414         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
8415         (ibuffer-map-lines, ibuffer-switch-format)
8416         (ibuffer-update-title-and-summary)
8417         (ibuffer-redisplay-engine): Use it.
8419         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
8420         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
8421         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
8422         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
8423         (ibuffer-mark-read-only-buffers)
8424         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
8426         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
8427         (define-ibuffer-column, define-ibuffer-sorter)
8428         (define-ibuffer-op, define-ibuffer-filter): Add declarations
8429         containing indentation specs, replacing equivalent top-level
8430         forms that set `lisp-indent-function' properties.
8431         (define-ibuffer-op): Use `derived-mode-p'.
8432         (define-ibuffer-filter): Remove redundant `concat' call.
8434 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
8436         * net/tramp.el (tramp-echo-mark): Update docstring.
8437         (tramp-echo-mark-marker): New defconst.
8438         (tramp-check-for-regexp): Use it.
8440 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
8442         * vc.el (vc-deduce-fileset): Do the right thing when visiting a
8443         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
8444         as parent.
8446 2008-05-14  John Paul Wallington  <jpw@pobox.com>
8448         * international/mule.el (convert-define-charset-argument):
8449         Remove period from end of error message.
8450         (coding-system-mnemonic): Doc fix.
8451         (ctext-pre-write-conversion): Doc fix.
8453 2008-05-14  Simon Marshall  <simon@gnu.org>
8455         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
8456         from its default value and give it the risky-local-variable
8457         property (CVE-2008-2142).
8459 2008-05-14  Kenichi Handa  <handa@m17n.org>
8461         * language/korean.el ("Korean"): Set `iso639-language'
8462         property to `ko'.
8464         * language/japanese.el ("Japanese"): Set `iso639-language'
8465         property to `ja'.
8467         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8468         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
8469         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
8471         * international/mule-cmds.el (set-language-environment):
8472         Set current-iso639-language.
8474         * international/fontset.el (setup-default-fontset): For kana, han,
8475         hangul, and cjk-misc, move an entry with font-spec at the end.
8476         (generate-fontset-menu): Exclude fontset-auto* from the list.
8478         * composite.el (compose-chars-after): Assume that WINDOW is always
8479         non-nil.
8481         * faces.el (font-weight-table, font-slant-table)
8482         (font-swidth-table): Declare them by defconst.  Change the format
8483         of elements.  Call internal-set-font-style-table after their
8484         declaration.
8485         (face-valid-attribute-values): Call font-family-list.  Get values
8486         for width, weight, and slant from font-xxx-table.
8488         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
8490 2008-05-13  John Paul Wallington  <jpw@pobox.com>
8492         * ibuffer.el (ibuffer-buffer-file-name): New function.
8493         (define-ibuffer-column filename): Use it.
8495         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
8497 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
8499         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
8500         as a string.
8501         (talk-add-display): Simplify.  Accept only string args.
8503 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
8505         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
8507 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8509         * Makefile.in (bootstrap-prepare): Don't chmod files.
8510         (autoloads): Do it here instead, where it's actually needed.
8512 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
8514         * tool-bar.el (tool-bar-make-keymap): Account for the optional
8515         KEY-BINDING-DATA field in menu-item list.
8517 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8519         * dired.el (dired-read-dir-and-switches): Move things about to use less
8520         recursion during macroexpansion.
8522         * dired.el (dired-read-dir-and-switches): Use read-file-name.
8524         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
8525         completion-ignored-extension directories if there's something else.
8526         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
8527         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
8528         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
8529         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
8530         buffer-read-only -> inhibit-read-only.
8532 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
8534         * vc.el (vc-expand-dirs): Stop this function from tossing out
8535         explicitly specified files.
8537 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8539         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
8540         to `insert'.
8542 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
8544         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
8545         cons.  Use vc-annotate-backend.
8546         (with-vc-file, edit-vc-file): Remove unused macros.
8548 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
8550         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
8551         (smtpmail-try-auth-methods): Use it.
8553 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8555         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
8556         (setf (nthcdr ..) ..) doesn't require CL at runtime.
8558 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
8560         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
8562 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8564         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
8565         (vc-bzr-revision-completion-table): Use process-file.
8566         (vc-bzr-working-revision): Pass relative file names.
8568         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
8570 2008-05-11  Juri Linkov  <juri@jurta.org>
8572         * wid-edit.el (widget-image-directory): Change default image data
8573         subdirectory from "custom" to "images/custom".
8575         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
8576         before recursive call to `Info-next-preorder' to not add
8577         intermediate nodes to the history.
8579         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
8581         * emulation/cua-base.el: Put isearch-scroll property
8582         on cua-scroll-up and cua-scroll-down.
8584 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
8586         * vc-hooks.el (vc-recompute-state): Remove (dead code).
8588 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
8590         * vc-dispatcher.el (ewoc): Require.
8591         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
8593         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
8595 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
8597         * term/w32-win.el (x-colors):
8598         * term/mac-win.el (x-colors):
8599         * term/x-win.el (x-colors): Re-order colors.
8601 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
8603         * smerge-mode.el (smerge-command-prefix): Fix custom type.
8605 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
8607         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
8608         New functions implementing motion to next and previous directory.
8610         * vc-arch.el (vc-arch-command):
8611         * vc-bzr.el (vc-bzr-command):
8612         * vc-cvs.el (vc-cvs-command):
8613         * vc-dispatcher.el (vc-do-command):
8614         * vc-git.el (vc-git-command):
8615         * vc-hg.el (vc-hg-command):
8616         * vc-mcvs.el (vc-mvcs-command):
8617         * vc-mtn.el (vc-mtn-command):
8618         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
8619         (vc-sccs-workfile-unchanged-p):
8620         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
8621         * vc-rcs.el (all methods): Remove assumption about what a nil
8622         argument to vc-do-command means.  This means no buffer name needs
8623         to be hardcoded into the dispatcher layer, and it's better to be
8624         explicit anyway.
8626         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
8628 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
8630         * vc.el: Update todo.
8632         * vc-sccs.el (vc-sccs-dir-status):
8633         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
8634         backends and returning up to date files.
8636         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
8638 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
8640         * vc.el (vc-dir):
8641         * vc-hooks.el: Tweak the VC directory bindings.  These are now
8642         documented in the manual.
8644         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
8645         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
8646         (vc-dispatcher-selection-set): Allow callers to pass in an
8647         observer flag that says no buffer sync is required.
8648         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
8649         Use the observer flag.
8651 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
8653         * simple.el (start-file-process): Clarify docstring.
8655 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
8657         * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
8658         Remove stub implementations of, and references to, wash-log.
8659         * vc-rcs.el (vc-rcs-comment-history):
8660         * vc-cvs.el (vc-cvs-comment-history):
8661         Inline the code that used to be wash-log.
8663         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
8664         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
8665         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
8666         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
8667         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
8668         (vc-rcs-print-log): Grok directories.
8670 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8672         * vc.el (vc-mark-resolved): Add `backend' argument.
8673         (vc-next-action): Pass it the backend.
8674         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
8675         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
8676         (vc-default-comment-history, vc-default-create-snapshot)
8677         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
8678         (vc-annotate-revision-previous-to-line)
8679         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
8680         * vc-svn.el (vc-svn-checkout):
8681         * vc-mcvs.el (vc-mcvs-checkout):
8682         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
8683         (vc-working-revision, vc-before-save, vc-mode-line):
8684         Prefer vc-call-backend to vc-call so as not to recompute the backend.
8686         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
8687         state to be consistent since it's often an unwarranted restriction.
8688         Don't return the state either.
8689         (vc-next-action): Check that the state is consistent.
8690         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
8691         (vc-rollback, vc-update): Adapt to new return value of
8692         vc-deduce-fileset.
8694         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
8695         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
8696         (vc-dispatcher-in-fileset-p): New fun.
8697         (vc-dispatcher-selection-set): Use it to properly handle directories.
8699 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
8701         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
8702         (vc-update): Remove unused let bindings.
8704 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
8706         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
8707         (vc-diff, vc-revert, vc-rollback, vc-update):
8708         * vc-dispatcher.el (vc-dispatcher-selection-set):
8709         Get rid of 4 special cases in fileset selection.  This involved
8710         changing the return value of (vc-deduce-fileset) so that it passes
8711         back a deduced state as well as a deduced back end.
8713 2008-05-08  Sam Steingold  <sds@gnu.org>
8715         * progmodes/compile.el (compilation-minor-mode-map)
8716         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
8717         * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
8718         it to `compilation-minor-mode-map' (instead of an explicit `cons').
8720 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8722         * org/org.el (org-modules, org-format-latex-options):
8723         * org/org-archive.el (org-archive-stamp-time)
8724         (org-archive-save-context-info):
8725         * org/org-faces.el (org-hide):
8726         * org/org-irc.el (org-irc-parse-link):
8727         * org/org-macs.el (org-call-with-arg, org-autoload):
8728         * org/org-mew.el (org-mew-store-link):
8729         * org/org-remember.el (org-remember-store-without-prompt)
8730         (org-remember-templates): Fix typos in docstrings.
8732         * org/org-info.el (org-info-store-link): Remove leftover docstring.
8734         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
8735         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
8736         (org-bbdb-anniv-split): Fix typos in docstrings.
8738         * org/org-publish.el (org-publish-project-alist): Doc fixes.
8739         (org-publish-use-timestamps-flag): Reflow docstring.
8740         (org-publish-files-alist): Fix typos in docstring.
8742 2008-05-07  Sam Steingold  <sds@gnu.org>
8744         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
8745         appears to be too aggressive with window removal.
8747 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
8749         * progmodes/verilog-mode.el (verilog-type-font-keywords):
8750         Add leda and 0in as pragma keywords.
8751         (verilog-pretty-expr): Support lining up assignments which include
8752         part selects.
8753         (verilog-mode): More portable check for the availability of
8754         hideshow support.
8755         (verilog-do-indent): Remove special indent for declarations inside
8756         a parenthetical list.  The code is ill-advised, and doesn't work
8757         given the new user defined types.
8758         (verilog-set-auto-endcomments): Enhance function automatic
8759         endcomment to support functions that return user defined types.
8760         (verilog-mode): Add code to tell which-function-mode minor mode
8761         that Verilog supports this feature.
8763 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
8765         * epa-file.el: Require epa-hook.
8767         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
8769         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
8770         file-names clashes on 8+3 filesystems.  Provide epa-hook.
8772         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
8773         file-names clashes on 8+3 filesystems.
8775 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
8777         * org/org.el (org-read-date-get-relative): Interpret lone
8778         weekday abbreviation as relative to today.
8780 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8782         * abbrev.el (define-abbrev-table):
8783         * composite.el (toggle-auto-composition):
8784         * json.el (json-alist-p, json-plist-p):
8785         * minibuffer.el (completion-table-with-predicate):
8786         * ps-mule.el (ps-mule-external-libraries):
8787         * emacs-lisp/advice.el (ad-special-form-p):
8788         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8789         * eshell/em-smart.el (eshell-review-quick-commands):
8790         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
8791         (python-skip-out, python-check-comint-prompt):
8792         Don't use `iff' in docstrings.
8794         * international/robin.el (robin-package-alist): Fix typo in docstring.
8795         (robin-current-package-name): Doc fix.
8796         (robin-activate): Don't use `iff' in docstring.
8798 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
8800         * vc.el, vc-dispatcher.el: VC-Dired support removed.
8801         The code uses a ewoc-based implementation now.
8802         * vc-hooks.el: Support for Meta-CVS has been removed.
8804 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8806         * tool-bar.el: Choose images dynamically.
8807         (tool-bar-make-keymap, tool-bar-find-image): New function.
8808         (tool-bar-find-image-cache): New var.
8809         (tool-bar-local-item, tool-bar-local-item-from-menu):
8810         Don't select the image yet, do it later in tool-bar-make-keymap.
8812 2008-05-07  Andreas Schwab  <schwab@suse.de>
8814         * window.el: Require 'cl when compiling.
8816 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
8818         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
8820 2008-05-07  Glenn Morris  <rgm@gnu.org>
8822         * subr.el (ignore-errors): Move here from cl-macs.el.
8823         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
8825         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
8826         oddness.
8828 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
8830         * vc-hooks.el (vc-find-file-hook):
8831         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
8832         further from vc.el.
8833         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
8835 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
8837         * progmodes/verilog-mode.el (verilog-getopt-file):
8838         Cleanup warning message format.
8839         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
8840         (verilog-auto-inout, verilog-auto-inout-module)
8841         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
8842         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8843         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
8844         (verilog-auto-sense-sigs, verilog-auto-tieoff)
8845         (verilog-auto-unused, verilog-auto-wire)
8846         (verilog-decls-get-assigns, verilog-decls-get-consts)
8847         (verilog-decls-get-gparams, verilog-decls-get-inouts)
8848         (verilog-decls-get-inputs, verilog-decls-get-outputs)
8849         (verilog-decls-get-ports, verilog-decls-get-regs)
8850         (verilog-decls-get-signals, verilog-decls-get-wires)
8851         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
8852         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
8853         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
8854         (verilog-inject-sense, verilog-library-filenames)
8855         (verilog-mode-release-date, verilog-mode-version)
8856         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
8857         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
8858         (verilog-modi-get-assigns, verilog-modi-get-consts)
8859         (verilog-modi-get-gparams, verilog-modi-get-inouts)
8860         (verilog-modi-get-inputs, verilog-modi-get-outputs)
8861         (verilog-modi-get-ports, verilog-modi-get-regs)
8862         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
8863         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
8864         (verilog-modi-get-wires, verilog-preserve-cache)
8865         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
8866         (verilog-read-sub-decls, verilog-read-sub-decls-line)
8867         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
8868         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
8869         Add caching of additional state, and rework signal extraction
8870         routines to improve AUTO expansion performance by 300%++.
8872 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
8874         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8875         Tweak Open Watcom regexp to distinguish between errors and warnings.
8877 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8879         * dired.el (dired-read-dir-and-switches): Fix up last change.
8881 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
8883         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
8884         out of this function, move it to vc-dispatcher-selection-set.
8886 2008-05-05  Sam Steingold  <sds@gnu.org>
8888         * window.el (delete-other-windows-vertically): New function.
8890 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8892         * dired.el (dired-read-dir-and-switches):
8893         Obey read-file-name-completion-ignore-case.
8895 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
8897         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8898         Add regexp for Open Watcom compiler output.
8900 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
8902         * progmodes/python.el (python-block-pairs): Align finally with except.
8904 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8906         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
8908 2008-05-05  Tom Tromey  <tromey@redhat.com>
8910         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
8911         looking at conflict marker.
8913 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8915         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
8916         client-mode -> vc-client-object, and guess `funcall' was meant.
8917         (vc-dir-mode): Rename client-mode -> vc-client-mode.
8919 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
8921         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
8922         (dbus-debug): Move declarations outside eval-when-compile.
8924 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8926         * proced.el (proced-command-alist): Fix system-type values.
8927         Fix defcustom.
8928         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
8929         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
8930         (proced-sort-start, proced-sort, proced-sort-time): New commands.
8931         (proced-update): Use proced-sorting-scheme.  Update modeline.
8932         (proced-send-signal): Use nreverse.
8933         (proced-sorting-scheme-p): New function.
8935 2008-05-04  Andreas Schwab  <schwab@suse.de>
8937         * vc.el: Require dired when compiling.
8939         * minibuffer.el (completion--insert-strings): Don't delete past bol.
8941 2008-05-03  Glenn Morris  <rgm@gnu.org>
8943         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
8944         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
8945         Simplify compilation requirements.
8946         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
8947         declarations.
8949 2008-05-03  Dave Love  <fx@gnu.org>
8951         * progmodes/python.el (python-beginning-of-statement):
8952         Loop at least once (fixes 2008-02-21 change).
8954 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
8956         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
8957         instead of `length' for comparing length of user and group names.
8959 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
8961         * vc-dispatcher.el: New file, separates out the UI and command
8962         execution machinery from VCS-specific logic left in vc.el.
8963         The separation is not yet completely clean, but it's a good start.
8964         * vc.el: This file is about 1700 lines shorter now.
8965         Remove obsolete logentry-check from the backend API.
8966         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
8967         implementation of the logentry-check method, and it guarded against
8968         a log length limit that has probably been obsolete for 15 years (!).
8970 2008-05-02  Sam Steingold  <sds@gnu.org>
8972         * progmodes/compile.el (compilation-start): Move setting of
8973         compilation-directory after (funcall mode) as that resets local
8974         variables, this fixes recompile in grep buffers.
8975         * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
8976         in dired &c).
8978 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
8980         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8981         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8982         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
8983         has one of these and that all are called in compatible ways.
8984         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8985         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8986         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
8987         backend has one of these.
8989 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8991         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
8992         initialization into define-abbrev-table.  Use :regexp.
8993         (octave-mode-syntax-table): Don't set word syntax for `.
8995         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
8996         than only value.
8998         * dired.el (dired-read-dir-and-switches):
8999         Set minibuffer-completing-file-name and call substitute-in-file-name.
9000         (dired-format-columns-of-files): Use completion--insert-strings.
9002         * minibuffer.el (completion-hilit-commonality): Revert last change:
9003         the leftover code was actually useful.
9004         (completion--insert-strings): Use string-width rather than length.
9006 2008-05-02  Sam Steingold  <sds@gnu.org>
9008         * vc.el (vc-dir-mode-map): Enable mouse bindings.
9009         (vc-at-event): New macro: run the body at the even location.
9010         (vc-dir-menu, vc-dir-toggle-mark): Use it.
9011         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
9012         * subr.el (mouse-event-p): Check if the event is mouse-related.
9014 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
9016         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
9017         Don't throw error if no file is found.
9019 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9021         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
9022         (vc-default-state-heuristic): Doc fix.
9024 2008-05-02  Richard Sharman  <rsharman@pobox.com>
9026         * hilit-chg.el (highlight-changes-mode): Remove references to
9027         hooks that no longer exist.  Because define-minor-mode is used the
9028         hook highlight-changes-mode-hook exists and can do what both the
9029         old hooks used to do.  The documentation at the top of the file
9030         was updated to demonstrate this.
9031         (highlight-changes-mode): Remove commented out call to a hook
9032         function that is no longer there.
9033         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
9035 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
9037         * vc.el (vc-default-dired-state-info): Change name of primitive
9038         to prettify-state-info, in preparation for ripping out dired mode.
9039         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
9040         to prettify-state-info, in preparation for ripping out dired mode.
9041         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
9042         tries this on a version-controlled buffer.  It will do useless or
9043         actively bad things on any version control system newer than RCS.
9044         * vc-hooks.el (vc-dired-resynch-file):
9045         * vc.el (vc-dired-resynch-file): Change name of primitive to
9046         vc-directory-resynch-file, preparing to remove dired.
9048 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
9050         * vc-rcs.el (vc-rcs-state): Fix typos.
9052         * vc.el (vc-register): Change argument order so that the prefix
9053         argument is assigned correctly.
9054         (vc-next-action, vc-dir-register): Update for the above change.
9056 2008-05-01  Juri Linkov  <juri@jurta.org>
9058         * replace.el (occur-read-primary-args): Set default to the car of
9059         regexp-history and display it in the prompt, but don't add to the
9060         list of minibuffer defaults.  Bind history-add-new-input to nil to
9061         not add automatically `default'.  For empty input return `default'.
9062         Otherwise, add `input' to regexp-history and return it.
9063         (occur-1): Signal an error for the empty regexp.
9065         * progmodes/compile.el (compilation-auto-jump):
9066         Set window point to `pos' explicitly.
9068 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
9070         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
9071         when appropriate.
9072         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
9073         we report the 'unregistered state reliably.
9074         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
9075         we report the 'unregistered state reliably.
9076         * vc-git.el (vc-git-state): Call vc-git-unregistered so
9077         we report the 'unregistered state reliably.
9078         * vc-hooks.el (vc-state): Document that vc-unregistered is
9079         now expected to be returned reliably.
9080         * vc.el (vc-default-dired-state): Change needs-patch state to
9081         needs-update, since the name now shows up in dir-status listings
9082         and was somewhat misleading.
9083         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
9084         immediately after removing the file.
9085         * vc.el (vc-next-action): More informative messages when a fileset
9086         is in a mixed state or files are missing.
9088 2008-05-01  Sam Steingold  <sds@gnu.org>
9090         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
9092 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9094         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
9096 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
9098         * epa-file-hook.el: New file split from epa-file.el.
9099         * epa-file.el: Require 'epa-file-hook.
9100         (epa-file-handler): Add autoload cookie.
9101         * loadup.el: Load epa-file-hook.
9102         * startup.el (command-line): Eval the body of auto-encryption-mode.
9104 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
9106         * vc.el (vc-dir-mode-map): Don't bind "r".
9108         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
9109         (vc-hg-status-printer): New function.
9110         (vc-hg-after-dir-status): Deal with copied and renamed files.
9111         (vc-hg-dir-status): Add flag to show copied files.
9113 2008-05-01  John Paul Wallington  <jpw@pobox.com>
9115         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
9116         (ibuffer-do-sort-by-recency): Reverse sorting order if last
9117         sorting mode was recency.
9119         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
9120         reverse sorting order if last sorting mode was the sorter's.
9122 2008-05-01  Jason Rumney  <jasonr@gnu.org>
9124         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
9126 2008-04-30  John Paul Wallington  <jpw@pobox.com>
9128         * ibuffer.el (define-ibuffer-column filename): When the major mode
9129         is `vc-dir-mode' show the buffer's default directory.
9131         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
9132         major mode is `vc-dir-mode' use the buffer's default directory.
9134 2008-04-30  Sam Steingold  <sds@gnu.org>
9136         * vc.el (vc-dir-delete-file): Add.
9137         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
9138         (vc-delete-file): Do not barf when the file has been already deleted.
9140 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
9142         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
9144 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9146         * progmodes/octave-mod.el (octave-help): New function.
9147         * progmodes/octave-hlp.el: Delete.
9148         * info-look.el (octave-mode): Add operator index.
9150         * vc.el (vc-checkout): Typo.
9152 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
9154         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
9155         Add "..." in the appropriate places.
9157         * epa.el (epa-key-list-mode-map): Add more menu entries.
9158         Add "..." in the appropriate places.
9160         * dired.el (dired-mode-map): Add :help.
9162         * vc.el (vc-deduce-fileset): Add new parameter.
9163         (vc-dir-marked-only-files): New function.
9164         (vc-next-action): Don't ignore directories, look at the files
9165         inside them.
9166         (vc-dir-mode): Document how the mark/unmark commands work.
9168 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9170         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9171         Rule out trailing spaces in file and directory names as well.
9173         * minibuffer.el (completion--do-completion): Move point even if the
9174         completion makes no change.
9175         (completion-pcm-try-completion): Fix computation of new point.
9177 2008-04-30  David Hansen  <david.hansen@gmx.net>
9179         * dired.el: Require 'cl.
9181 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
9183         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
9184         hollow if not in innermost frame.
9186 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9187         Make `checkout-model' apply to filesets.
9188         * vc-hooks.el (vc-checkout-model): Rewrite.
9189         (vc-before-save, vc-after-save): Adjust callers accordingly.
9190         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
9191         (vc-transfer-file): Adjust callers accordingly.
9192         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
9193         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
9194         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
9195         instead of vc-checkout-model.
9196         * vc-mcvs.el (vc-mcvs-revert):
9197         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
9198         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
9199         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
9200         * vc-svn.el (vc-svn-checkout-model):
9201         * vc-hg.el (vc-hg-checkout-model):
9202         * vc-git.el (vc-git-checkout-model):
9203         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
9205         * dired.el (dired-read-dir-and-switches): Replace last change with
9206         a new approach that mixes read-file-name and read-directory-name.
9208         * files.el (read-buffer-to-switch):
9209         Avoid making assumptions about `other-buffer'.
9211 2008-04-29  Sam Steingold  <sds@gnu.org>
9213         * vc.el (vc-dir-mode-hook): Add normal hook.
9214         (vc-dir-mode): Run it.
9216 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
9218         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
9219         Always split windows.
9220         (gdb-speedbar-timer-fn): Only raise frame after user input.
9221         (gdb-same-frame): Reverse initial value.
9222         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
9224         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
9225         gdb-speedbar-timer-fn.
9227 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9229         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
9231 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
9233         * epa.el (epa-key-list-mode-map): Add menu.
9234         (epa-delete-keys, epa-import-keys): Fix typo.
9236 2008-04-29  Glenn Morris  <rgm@gnu.org>
9238         * find-cmd.el (top-level): Does not need cl when compiling.
9240 2008-04-29  Philip Jackson  <phil@shellarchive.co.uk>
9242         * find-cmd.el: New file.
9244 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9246         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
9247         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
9248         (completion-pcm--hilit-commonality): New function.
9249         (completion-pcm-all-completions): Use it.
9251         * minibuffer.el (completion-common-substring): Mark obsolete.
9252         (completions-first-difference, completions-common-part):
9253         Move from simple.el.
9254         (completion-hilit-commonality): New fun.
9255         (display-completion-list, completion-emacs21-all-completions)
9256         (completion-emacs22-all-completions): Use it.
9257         * simple.el (completions-first-difference, completions-common-part):
9258         Move to minibuffer.el.
9259         (choose-completion-string): Use field functions and minibufferp.
9260         (completion-setup-function): Don't set completions faces.
9262 2008-04-29  Glenn Morris  <rgm@gnu.org>
9264         * calendar/calendar.el (calendar-nth-named-absday)
9265         (calendar-nth-named-day):
9266         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
9267         * calendar/holidays.el (holiday-float): Doc fixes.
9269         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
9270         the `full' case.
9272         * org/org-agenda.el (calendar-iso-from-absolute):
9273         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
9274         Fix declarations.
9276 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
9278         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
9279         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
9280         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
9281         (gdb-assembler-custom): Be careful not to match other addresses.
9283 2008-04-29  Jason Rumney  <jasonr@gnu.org>
9285         * battery.el (battery-status-function): Use w32-battery-status
9286         on Windows.
9287         (battery-echo-area-format): Make apm format the general case.
9288         (battery-mode-line-format): Merge apm and pmset formats as the
9289         general case.
9291 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
9293         * progmodes/gdb-ui.el (gdb-info-stack-custom):
9294         Use gud-tool-bar-item-visible-no-fringe.
9295         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
9296         is already visible in frame.  Remove optional size parameter
9297         and add optional frame parameter.
9299         * progmodes/gud.el (gud-display-line): Only consider visible
9300         frames when looking for source buffer.
9302 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
9304         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
9305         argument to get-char-property, in case the current buffer hasn't
9306         been assigned to that window yet.
9307         (doc-view-display): Default to selected window if the current
9308         buffer hasn't been assigned to a window yet.
9310 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
9312         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
9314 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
9316         * net/tramp.el (tramp-mode): New defcustom.
9317         (tramp-file-name-handler, tramp-completion-file-name-handler):
9318         Use it.
9319         (tramp-replace-environment-variables): Handle "$$".
9321 2008-04-28  Sam Steingold  <sds@gnu.org>
9323         * vc-hg.el (vc-hg-rename-file): Fix argument order.
9325 2008-04-28  Bastien Guerry  <bzg@altern.org>
9327         * whitespace.el (whitespace-trailing): Fix typo.
9329 2008-04-28  Sam Steingold  <sds@gnu.org>
9331         * textmodes/remember.el (diary-make-entry): Update the autoload.
9333 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9335         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
9336         all-completions.
9338 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
9340         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
9342 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
9344         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
9345         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
9346         (vc-dir-mark-file): Add an optional argument.
9347         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
9349 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
9351         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
9352         rather than obsolete alias find-file-hooks.
9353         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
9354         Use find-file-hook rather than obsolete alias find-file-hooks.
9355         Add to find-file-not-found-functions.
9356         (epa-file-handler): Put 'safe-magic and 'operations properties.
9358         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
9359         (epa-menu-items): Remove.
9361         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
9362         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
9363         (epa-dired-mode, epa-global-dired-mode): Remove.
9365         * dired.el (dired-mode-map): Bind encryption/decryption commands.
9367         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
9369         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
9371 2008-04-27  Glenn Morris  <rgm@gnu.org>
9373         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
9374         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
9376 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
9378         * org/org.el (org-html-level-start): Always have id's in HTML.
9379         (org-export-as-html): Use `org-link-protocols' to
9380         retrieve the export form of the link.
9381         (org-add-link-type): Final parameter renamed from PUBLISH.
9382         Better documentation of how it is to be used.  Avoid double entries for
9383         the same link type.
9384         (org-add-link-props): New function.
9385         (org-modules-loaded): New variable.
9386         (org-load-modules-maybe, org-set-modules): New function.
9387         (org-modules): New option.
9388         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
9389         (orgtbl-mode, org-store-link, org-insert-link-global)
9390         (org-open-at-point): Call `org-load-modules-maybe'.
9391         (org-search-view): Add more text properties.
9392         (org-agenda-schedule, org-agenda-deadline): Allow also in
9393         search-type agendas.
9394         (org-search-view): Order of arguments has been changed.
9395         Interpret prefix-arg as TODO-ONLY.
9396         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
9397         Take new argument order of `org-search-view' into account.
9398         (org-todo-only): New variable.
9399         (org-search-syntax-table): New variable and function.
9400         (org-search-view): Do the search with the special syntax table.
9401         (define-obsolete-function-alias): Make work with XEmacs.
9402         (org-add-planning-info): Use old date as default when modifying an
9403         existing deadline or scheduled item.
9404         (org-agenda-compute-time-span): Make argument N optional.
9405         (org-agenda-format-date-aligned): Require `cal-iso'.
9406         (org-agenda-list): Include week into agenda heading, don't
9407         list it at each date (only on Mondays).
9408         (org-read-date-analyze): Define local variable `iso-date'.
9409         (org-agenda-format-date-aligned): Remove dependency on
9410         `calendar-time-from-absolute'.
9411         (org-remember-apply-template, org-go-to-remember-target):
9412         Interpret filenames relative to `org-directory'.
9413         (org-complete): Silently fail when trying to complete
9414         keywords that don't have a default value.
9415         (org-get-current-options): Add a #+DATE: option.
9416         (org-additional-option-like-keywords): Remove "DATE:" from the
9417         list of additional keywords.
9418         (org-export-as-html): Remove (current-time) as unnecessary second
9419         argument of `format-time-string'.
9420         (org-clock-find-position): Handle special case at end of buffer.
9421         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
9422         `org-agenda-change-time-span'.
9423         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
9424         `org-agenda-change-time-span'.
9425         (org-agenda-month-view): New argument MONTH, pass it on to
9426         `org-agenda-change-time-span'.
9427         (org-agenda-year-view): New argument YEAR, pass it on to
9428         `org-agenda-change-time-span'.
9429         (org-agenda-change-time-span): New optional argument N, pass it on
9430         to `org-agenda-compute-time-span'.
9431         (org-agenda-compute-time-span): New argument N, interpret it by
9432         changing the starting day.
9433         (org-small-year-to-year): New function.
9434         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
9435         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
9436         into the future, and that the shift is at least one interval, never 0.
9437         (org-update-checkbox-count): Fix bug with checkbox counting.
9438         (org-add-note): New command.
9439         (org-add-log-setup): Rename from `org-add-log-maybe'.
9440         (org-log-note-headings): New entry for plain notes (i.e. notes not
9441         related to state changes or clocking).
9442         (org-get-org-file): Check for availability of `remember-data-file'.
9443         (org-cached-entry-get): Allow a regexp value for
9444         `org-use-property-inheritance'.
9445         (org-use-property-inheritance): Allow regexp value.  Fix bug in
9446         customization type.
9447         (org-use-tag-inheritance): Allow a list and a regexp value for
9448         this variable.
9449         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
9450         (org-entry-get): Respect value `selective' for the INHERIT argument.
9451         (org-tag-inherit-p, org-property-inherit-p): New functions.
9452         (org-agenda-format-date-aligned): Allow 10 characters for
9453         weekday, to accommodate German locale.
9454         (org-add-archive-files): New function.
9455         (org-agenda-files): New argument `ext', to get archive files as well.
9456         (org-tbl-menu): Protect the use of variables that
9457         are only available when org-table.el gets loaded.
9458         (org-read-agenda-file-list): Error if `org-agenda-files' is a
9459         single directory.
9460         (org-open-file): Allow a batch process to trigger
9461         waiting after executing a system command.
9462         (org-store-link): Link to headline when there is not
9463         target and no region in an org-mode buffer when creating a link.
9464         (org-link-types-re): New variable.
9465         (org-make-link-regexps): Compute `org-link-types-re'.
9466         (org-make-link-description-function): New option.
9467         (org-agenda-date, org-agenda-date-weekend): New faces.
9468         (org-archive-sibling-heading): New option.
9469         (org-archive-to-archive-sibling): New function.
9470         (org-iswitchb): New command.
9471         (org-buffer-list): New function.
9472         (org-agenda-columns): Also try the #+COLUMNS line in
9473         the buffer associated with the entry at point (or with the first
9474         entry in the agenda view).
9475         (org-modules): Add entry for org-bibtex.el.
9476         (org-completion-fallback-command): Move into `org-completion' group.
9477         (org-clock-heading-function): Move to `org-progress' group.
9478         (org-auto-repeat-maybe): Make sure that a note can
9479         be enforces if `org-log-repeat' is `note'.
9480         (org-modules): Allow additional symbols for external packages.
9481         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
9482         (org-clock-goto): Hide drawers after showing an
9483         entry with `org-clock-goto'.
9484         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
9485         Try also a clocktable block shift.
9486         (org-clocktable-try-shift): New function.
9487         (org-columns-hscoll-title): New function.
9488         (org-columns-previous-hscroll): New variable.
9489         (org-columns-full-header-line-format): New variable.
9490         (org-columns-display-here-title, org-columns-remove-overlays):
9491         Install `org-columns-hscoll-title' in post-command-hook.
9493         * org/org.el: Split into many small files.
9495         * org/org-agenda.el: New file, split off from org.el.
9497         * org/org-archive.el: New file, split off from org.el.
9499         * org/org-bbdb.el: New file.
9501         * org/org-bibtex.el: New file, split off from org.el.
9503         * org/org-clock.el: New file, split off from org.el.
9505         * org/org-colview.el: New file, split off from org.el.
9507         * org/org-compat.el: New file, split off from org.el.
9509         * org/org-exp.el: New file, split off from org.el.
9511         * org/org-faces.el: New file, split off from org.el.
9513         * org/org-gnus.el: New file, split off from org.el.
9515         * org/org-info.el: New file, split off from org.el.
9517         * org/org-infojs.el: New file.
9519         * org/org-irc.el: New file.
9521         * org/org-macs.el: New file, split off from org.el.
9523         * org/org-mew.el: New file.
9525         * org/org-mhe.el: New file, split off from org.el.
9527         * org/org-publish.el: New file, split off from org.el.
9529         * org/org-remember.el: New file, split off from org.el.
9531         * org/org-rmail.el: New file, split off from org.el.
9533         * org/org-table.el: New file, split off from org.el.
9535         * org/org-vm.el: New file, split off from org.el.
9537         * org/org-wl.el: New file, split off from org.el.
9539 2008-04-27  Jason Riedy  <jason@acm.org>
9541         * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
9542         parameter that suppresses lines that evaluate to NIL.
9543         (orgtbl-get-fmt): New inline function for
9544         picking apart formats that may be lists.
9545         (orgtbl-apply-fmt): New inline function for applying formats that
9546         may be functions.
9547         (orgtbl-eval-str): New inline function for strings that may be
9548         functions.
9549         (orgtbl-format-line, orgtbl-to-generic): Use and document.
9550         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
9551         (*orgtbl-llfmt*, *orgtbl-llstart*)
9552         (*orgtbl-llend*): Dynamic variables for last-line formatting.
9553         (orgtbl-format-section): Shift formatting to support detecting the
9554         last line and formatting it specially.
9555         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
9556         formats unless overridden.
9557         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
9558         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
9559         bound variables to hold the input collection of lines and output
9560         formatted text.
9561         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
9562         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
9563         format parameters.
9564         (orgtbl-format-line): New function encapsulating formatting for a
9565         single line.
9566         (orgtbl-format-section): Similar for each section.  Rebinding the
9567         dynamic vars customizes the formatting for each section.
9568         (orgtbl-to-generic): Use orgtbl-format-line and
9569         orgtbl-format-section.
9570         (org-get-param): Now unused, so delete.
9571         (orgtbl-gather-send-defs): New function to
9572         gather all the SEND definitions before a table.
9573         (orgtbl-send-replace-tbl): New function to find the RECEIVE
9574         corresponding to the current name.
9575         (orgtbl-send-table): Use the previous two functions and implement
9576         multiple destinations for each table.
9578         * doc/org.texi (A LaTeX example): Note that fmt may be a
9579         one-argument function, and efmt may be a two-argument function.
9580         (Radio tables): Document multiple destinations.
9582 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
9584         * org/org-agenda.el (org-add-to-diary-list): New function.
9585         (org-prefix-has-effort): New variable.
9586         (org-sort-agenda-noeffort-is-high): New option.
9587         (org-agenda-columns-show-summaries)
9588         (org-agenda-columns-compute-summary-properties): New options.
9589         (org-format-agenda-item): Compute the duration of the item.
9590         (org-agenda-weekend-days): New variable.
9591         (org-agenda-list, org-timeline): Use the proper faces for dates in
9592         the agenda and timeline buffers.
9593         (org-agenda-archive-to-archive-sibling): New command.
9594         (org-agenda-start-with-clockreport-mode): New option.
9595         (org-agenda-clockreport-parameter-plist): New option.
9596         (org-agenda-clocktable-mode): New variable.
9597         (org-agenda-deadline-leaders): Allow a function value for the
9598         deadline leader.
9599         (org-agenda-get-deadlines): Deal with new function value.
9601         * org/org-clock.el (org-clock): New customization group.
9602         (org-clock-into-drawer, org-clock-out-when-done)
9603         (org-clock-in-switch-to-state, org-clock-heading-function):
9604         Move into the new group.
9605         (org-clock-out-remove-zero-time-clocks): New option.
9606         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
9607         (org-dblock-write:clocktable): Allow a Lisp form for the scope
9608         parameter.
9609         (org-dblock-write:clocktable): Fix bug with total time calculation.
9610         (org-dblock-write:clocktable): Request the unrestricted list of files.
9611         (org-get-clocktable): New function.
9612         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
9613         be strings but also integers (an absolute day number) and lists (m d y).
9615         * org/org-colview.el (org-columns-next-allowed-value)
9616         (org-columns-edit-value): Limit the effort for updating in the
9617         agenda to recomputing a single file.
9618         (org-columns-compute): Only write property value if it has changed.
9619         This avoids raising the buffer-change-flag unnecessarily.
9620         (org-agenda-colview-summarize)
9621         (org-agenda-colview-compute): New functions.
9622         (org-agenda-columns): Call `org-agenda-colview-summarize'.
9624         * org/org-exp.el (org-export-run-in-background): New option.
9625         (org-export-icalendar): Allow a batch process to trigger waiting
9626         after executing a system command.
9627         (org-export-preprocess-string): Rename from
9628         `org-cleaned-string-for-export'.
9629         (org-export-html-style): Made target class look like normal text.
9630         (org-export-as-html): Make use of the better preprocessing in
9631         `org-cleaned-string-for-export'.
9632         (org-cleaned-string-for-export): Better treatment of heuristic
9633         targets, many more internal links will now work in HTML export.
9634         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
9635         (org-export-inbuffer-options-extra): New variable.
9636         (org-export-options-filters): New hook.
9637         (org-infile-export-plist): Find also the settings keywords in
9638         `org-export-inbuffer-options-extra'.
9639         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
9640         multiple #+INFOJS_OPT lines.
9641         (org-export-html-handle-js-options): New function.
9642         (org-export-html-infojs-setup): New option.
9643         (org-export-as-html): Call `org-export-html-handle-js-options'.
9644         Add autoload to all entry points.
9645         (org-skip-comments): Function removed.
9647         * org/org-table.el (org-table-make-reference): Extra parenthesis
9648         around single fields, to make sure that algebraic formulas get
9649         correctly interpreted by calc.
9650         (org-table-current-column): No longer interactive.
9652         * org/org-export-latex.el (org-export-latex-preprocess):
9653         Rename from `org-export-latex-cleaned-string'.
9655 2008-04-27  Bastien Guerry  <bzg@altern.org>
9657         * org/org-publish.el (org-publish-get-base-files-1): New function.
9658         (org-publish-get-base-files): Use it.
9659         (org-publish-temp-files): New variable.
9660         Don't require 'dired-aux anymore.
9661         (org-publish-initial-buffer): New variable.
9662         (org-publish-org-to, org-publish): Use it.
9663         (org-publish-get-base-files-1): Bug fix: get
9664         the proper list of files when recursing thru a directory.
9665         (org-publish-get-base-files): Use the :exclude property to skip
9666         both files and directories.
9668 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
9670         * net/tramp.el (tramp-handle-make-symbolic-link)
9671         (tramp-handle-file-name-directory)
9672         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
9673         (tramp-do-copy-or-rename-file-directly)
9674         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
9675         (tramp-handle-substitute-in-file-name)
9676         (tramp-handle-insert-file-contents, tramp-handle-write-region)
9677         * net/tramp-cache.el (tramp-get-file-property)
9678         (tramp-set-file-property, tramp-flush-file-property)
9679         (tramp-flush-directory-property)
9680         * net/tramp-compat.el (tramp-compat-make-temp-file)
9681         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
9682         Disable `file-name-handler-alist' when handling localname.
9683         It could have a remote file syntax, like a VMS file name.
9685 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9687         * whitespace.el: New version 11.1.
9688         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
9689         enclosed by \\( and \\)$.  Docstring fix.
9690         (whitespace-trailing-regexp): Fun removed.
9691         (whitespace-report-list): Const initialization fix.
9692         (whitespace-color-on): Code fix.
9694 2008-04-27  Andreas Schwab  <schwab@suse.de>
9696         * Makefile.el: Unbreak bootstrap.
9698 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
9700         * net/tramp.el (tramp-replace-environment-variables): New defun.
9701         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
9702         Use it.
9704 2008-04-27  Glenn Morris  <rgm@gnu.org>
9706         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
9708         * calculator.el (calculator-expt): Replace cl function `oddp'.
9710 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
9712         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
9713         Simplify.  Collect `defun' and `autoload' entries.
9714         Avoid modifying load-history.
9716 2008-04-26  Glenn Morris  <rgm@gnu.org>
9718         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
9720         * simple.el (quoted-insert, zap-to-char): Revert previous change.
9722 2008-04-26  John Paul Wallington  <jpw@pobox.com>
9724         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
9725         `hexl-mode-old-eldoc-documentation-function'.
9726         (hexl-mode-exit): Restore it.
9727         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
9729         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
9731 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
9733         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
9734         (completion-pcm--all-completions): Doc fix.
9735         (completion-styles-alist, completion-all-completions):
9736         Fix typos in docstrings.
9738 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9740         * whitespace.el: There is now only one variable (whitespace-style) to
9741         specify which kind of blank is visualized.  Doc and docstring fix.
9742         New version 11.0.
9743         (whitespace-style): New option, replace whitespace-style-mark and
9744         whitespace-style-color.
9745         (whitespace-style-mark, whitespace-style-color): Options removed.
9746         (whitespace-hspace, whitespace-tab, whitespace-newline)
9747         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
9748         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
9749         (whitespace-hspace-regexp, whitespace-space-regexp)
9750         (whitespace-tab-regexp, whitespace-trailing-regexp)
9751         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9752         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
9753         (whitespace-space-after-tab-regexp, whitespace-line-column)
9754         (whitespace-display-mappings, whitespace-report): Docstring fix.
9755         (whitespace-color-value-list, whitespace-mark-value-list)
9756         (whitespace-active-color, whitespace-active-mark)
9757         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
9758         (whitespace-style-value-list, whitespace-active-style)
9759         (whitespace-toggle-style): New vars.
9760         (whitespace-toggle-option-alist, whitespace-help-text):
9761         Var initialization and docstring fix.
9762         (whitespace-toggle-options, global-whitespace-toggle-options)
9763         (whitespace-cleanup, whitespace-cleanup-region)
9764         (whitespace-report-region, whitespace-interactive-char)
9765         (whitespace-toggle-list): Docstring and code fix.
9766         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
9767         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
9768         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
9769         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
9771 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9773         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
9774         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
9775         (diff-sanity-check-hunk): Adjust code accordingly.
9777 2008-04-26  Glenn Morris  <rgm@gnu.org>
9779         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
9781         * forms-d2.dat: Move to ../etc.
9782         * forms-d2.el (forms-file): Adapt for above change.
9784         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
9785         `translation-table-for-input'.
9787         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
9788         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
9790         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
9791         to punctuation now it's not needed for abbrevs.
9792         (fortran-mode-abbrev-table): Remove defvar, make use of new
9793         define-abbrev-table :regexp feature.
9795         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
9796         insert, now that translation-table-for-input is not needed.
9798 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
9800         * emacs-lisp/pp.el (pp-display-expression): New function,
9801         extracted from pp-eval-expression.
9802         (pp-eval-expression): Use pp-display-expression.
9803         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
9804         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
9805         (pp-eval-last-sexp): Use pp-last-sexp.
9807 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9809         * abbrev.el (define-abbrev-table): Apply props even if the table
9810         exists already.
9812         * minibuffer.el (completion-table-with-context): Fix `pred' for the
9813         various kinds of completion tables.
9814         (completion-emacs22-try-completion): Place cursor after the /, as was
9815         done in Emacs-22's minibuffer-complete-word.
9816         Fix bug reported by David Hansen <david.hansen@gmx.net>.
9817         (completion-emacs22-try-completion): Merge all mergeable text rather
9818         than just /.
9819         (completion-pcm--delim-wild-regex): New var.
9820         (completion-pcm-word-delimiters): New custom.
9821         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
9822         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
9823         (completion-pcm--all-completions, completion-pcm-all-completions)
9824         (completion-pcm--merge-completions, completion-pcm--pattern->string)
9825         (completion-pcm-try-completion): New functions.
9826         (completion-styles-alist): Add them.
9827         (completion-styles): Add it to the default.
9829 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
9831         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
9832         (gdb-var-create-handler): ...until here when there are values.
9833         (gdb-post-prompt): Don't do -var-update with no watch expressions.
9834         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
9836 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
9838         * ls-lisp.el (ls-lisp-format): Fix last change.
9839         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
9840         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
9841         (ls-lisp-filesize-f-fmt): New defvars.
9842         (ls-lisp-insert-directory): Dynamically compute format specifiers
9843         for displaying UID, GID, and file size, and store them in the
9844         above variables.
9845         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
9846         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
9847         instead of constant format strings.
9848         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
9849         ls-lisp-filesize-d-fmt instead of constant format strings.
9851 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
9853         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
9854         value of addresses rather than (partial) string value.
9855         (gdb-frame-handler): Change regexp according to above change.
9856         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
9857         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
9858         (gdb-assembler-mode): Disable undo in these buffers.
9860 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
9862         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
9863         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
9865 2008-04-24  Sam Steingold  <sds@gnu.org>
9867         * textmodes/remember.el (remember-diary-extract-entries): Use
9868         diary-make-entry instead of the obsolete make-diary-entry.
9870 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9872         * subr.el (translation-table-for-input): Mark as obsolete.
9874         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
9876         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
9878         * textmodes/ispell.el (ispell-dictionary-alist-1)
9879         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
9880         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
9881         (ispell-dictionary-alist-6): Remove.
9882         (ispell-dictionary-base-alist): New var, merges the above.
9883         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
9884         Use it.
9885         (ispell-dictionary-alist): Default to nil.  Remove autoload.
9886         (ispell-local-dictionary-alist): Remove autoload.
9888         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
9889         (f90-mode-abbrev-table): Use the new :regexp feature.
9890         Merge defvar and mapc into define-abbrev-table.
9891         (f90-imenu-type-matcher): Remove unused `l'.
9892         (f90-imenu-generic-expression): Remove unused `not-ib'.
9893         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
9894         (f90-change-keywords): Use restore-buffer-modified-p.
9896 2008-04-24  Glenn Morris  <rgm@gnu.org>
9898         * net/goto-addr.el (goto-address-prog-mode):
9899         * progmodes/bug-reference.el (bug-reference-prog-mode):
9900         Define for compiler.
9902         * minibuffer.el (x-file-dialog): Declare as function.
9904         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
9905         dframe-update-speed rather than obsolete alias speedbar-update-speed.
9907         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
9908         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
9909         work with easymenu.  Add :keys where needed.
9911         * calendar/cal-move.el (calendar-scroll-left): Handle case when
9912         event-start is nil.
9914         * calendar/calendar.el (calendar-mode-map): Fix typo.
9916 2008-04-24  Tom Tromey  <tromey@redhat.com>
9918         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
9919         Document keywords.  Add :suppress.
9920         * pcvs-defs.el (cvs-mode-map): Use :suppress.
9922         * net/goto-addr.el (goto-address-unfontify): New function.
9923         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
9924         (goto-address-fontify-region, goto-address-mode)
9925         (goto-address-prog-mode): New functions.
9927         * progmodes/bug-reference.el: New file.
9929 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9931         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
9933 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9935         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
9936         macros within lambdas.
9938 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9940         * minibuffer.el (completion-try-completion): Add `point' argument.
9941         Change return value.
9942         (completion-all-completions): Add `point' argument.
9943         (minibuffer-completion-help): Pass the new `point' argument.
9944         (completion--do-completion): Pass the whole field to try-completion.
9945         (completion--try-word-completion): Rewrite, making fewer assumptions.
9946         (completion-emacs21-try-completion, completion-emacs21-all-completions)
9947         (completion-emacs22-try-completion, completion-emacs22-all-completions)
9948         (completion-basic-try-completion, completion-basic-all-completions):
9949         New functions.
9950         (completion-styles-alist): Use them.
9952 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
9954         * textmodes/ispell.el (ispell-set-spellchecker-params):
9955         New function to make sure right params and dictionary alists are used
9956         after spellchecker changes.
9957         (ispell-aspell-dictionary-alist, ispell-last-program-name)
9958         (ispell-initialize-spellchecker-hook): New variables and hook.
9959         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
9960         (ispell-maybe-find-aspell-dictionaries): Remove.
9961         Calls replaced by (ispell-set-spellchecker-params) calls.
9962         (ispell-have-aspell-dictionaries): Remove.
9964         * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
9965         by ispell-set-spellchecker-params.
9967 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9969         * complete.el (PC-do-completion): Be more robust in the presence of
9970         unexpected values in minibuffer-completion-predicate.
9972         * minibuffer.el (read-file-name): Don't let-bind default-directory.
9973         Only abbreviate default-filename if it's a file.
9975         * minibuffer.el (read-file-name-function, read-file-name-predicate)
9976         (read-file-name-completion-ignore-case, insert-default-directory):
9977         New vars, moved from fileio.c.
9978         (read-file-name): New fun, moved from fileio.c.
9979         * cus-start.el: Remove insert-default-directory and
9980         read-file-name-completion-ignore-case.
9982 2008-04-23  Magnus Henoch  <mange@freemail.hu>
9984         * tar-mode.el (tar-untar-buffer): If the entry has directory
9985         link type, extract it as a directory even if its file name doesn't
9986         end with a slash.  Fixes extraction of NetBSD tar archives.
9988 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9990         * server.el (server-start): Also don't get confused by CRs since we
9991         don't quote them.
9993 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
9995         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
9996         (gdb-set-gud-minor-mode-existing-buffers)
9997         (gdb-info-breakpoints-custom, gdb-get-location)
9998         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9999         Previously gdb-create-define-alist wasn't always run and added to
10000         after-save-hook.
10002         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
10004 2008-04-23  Kevin Ryde  <user42@zip.com.au>
10006         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
10007         comments like unindented ones.
10009 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10011         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
10012         parameter origins.
10014 2008-04-23  Kevin Ryde  <user42@zip.com.au>
10016         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10017         Bind print-level to ensure output forms aren't truncated if
10018         print-level is set to eval-expression-print-level when going via
10019         eval-defun and friends, or has been otherwise fiddled with.
10021 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10023         * progmodes/cc-mode.el (c-basic-common-init): Don't set
10024         font-lock-extend-after-change-region-function globally.
10026 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
10028         * speedbar.el (speedbar-use-tool-tips-flag)
10029         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
10030         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
10031         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
10032         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
10033         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
10034         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
10035         (speedbar-separator-face): Fix typos in docstrings.
10036         (speedbar-stealthy-function-list, speedbar-verbosity-level)
10037         (speedbar-supported-extension-expressions, speedbar-update-current-file)
10038         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
10039         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
10040         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
10041         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
10042         (speedbar-check-vc-this-line, speedbar-files-line-directory)
10043         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10044         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
10045         (speedbar-recenter): Doc fixes.
10046         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
10047         declaration and remove redundant info in docstring.
10049 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
10051         * vc-git.el (vc-git-status-printer): Deal with directories.
10053         * vc.el (vc-next-action): Look at more than the first file to
10054         determine the state.
10056 2008-04-23  Glenn Morris  <rgm@gnu.org>
10058         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
10059         timers.  Doc fix.
10060         (dframe-update-speed): Drop support for XEmacs < 20.
10061         (dframe-frame-mode): Drop support for Emacs < 20.
10062         (dframe-set-timer-internal): Drop support for Emacs without timers.
10063         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
10065         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
10066         versions.  Add doc-string.  Mark as obsolete.
10068         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
10070         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
10071         rather than using an Emacs version test.
10073         * tree-widget.el (tree-widget-image-enable): Use display-images-p
10074         rather than an Emacs version test.
10076         * calendar/cal-china.el (holiday-chinese-qingming)
10077         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
10078         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
10079         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
10081         * calendar/cal-islam.el (holiday-islamic): Doc fix.
10083         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
10084         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
10085         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
10087 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
10089         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
10090         (gdb-previous-frame-pc-address): ...to this.
10091         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
10092         of "info frame" with Gdb 6.4+.
10093         (gdb-stack-list-frames-regexp): New regexp.
10094         (gdb-frame-handler-1): Parse output of -stack-info-frame.
10096 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
10098         * tar-mode.el (tar-prefix-offset): New constant.
10099         (tar-header-block-tokenize): Support paths with long names
10100         which use the "ustar" standard.
10102 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
10104         * image-dired.el (image-dired-track-original-file)
10105         (image-dired-modify-mark-on-thumb-original-file):
10106         Use `dired-goto-file' instead of `search-forward'.  This solves
10107         a bug with finding files where the file name is a subset of other
10108         file names.  Doc fix.
10110 2008-04-22  Juri Linkov  <juri@jurta.org>
10112         * menu-bar.el (buffers-menu-max-size): Move its definition down to
10113         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
10114         (yank-menu-length): Change group name `mouse' to `menu'.
10115         (buffers-menu-buffer-name-length): New user option.
10116         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
10117         instead of the hard-coded number 27.
10119 2008-04-22  Juri Linkov  <juri@jurta.org>
10121         * isearch.el (eval-when-compile): Require `help-macro'.
10122         (isearch-help-for-help-internal): Isearch specific Help screen
10123         created by `make-help-screen'.
10124         (isearch-help-map): New variable that binds "b", "k", "m" to
10125         isearch-specific commands, and binds other keys to
10126         isearch-other-control-char, thus allowing other Help keys to
10127         exit isearch mode and execute their global definitions.
10128         (isearch-help-for-help, isearch-describe-bindings)
10129         (isearch-describe-key, isearch-describe-mode): New commands.
10130         (isearch-mode-help): Define alias to isearch-describe-mode
10131         and remove its old function definition.
10132         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
10133         Remove old comments because this issue is settled now.
10134         (isearch-forward): Describe three new Help commands in the docstring.
10135         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
10136         leave the single sentence at the first line of the docstring,
10137         and prepend the word "function" before `isearch-forward'
10138         to make the Help link to the function instead of variable.
10140 2008-04-22  Juri Linkov  <juri@jurta.org>
10142         * isearch.el (isearch-success-function): New variable with default
10143         to `isearch-success-function-default'.
10144         (isearch-search): Call a function from `isearch-success-function'
10145         instead of calling the hard-coded `isearch-range-invisible'.
10146         (isearch-success-function-default): New function that calls
10147         `isearch-range-invisible' and inverts its return value.
10149         * info.el (Info-search): In two similar places that skip
10150         undesired search matches move code to Info-search-success-function,
10151         and call `isearch-success-function' instead.
10152         (Info-search-success-function): New function copied from code
10153         in Info-search.  Replace isearch-range-invisible with
10154         text-property-not-all that checks for 'invisible and 'display
10155         properties to skip partially invisible matches (whose display
10156         properties were set by Info-fontify-node).
10157         (Info-mode): Set buffer-local isearch-success-function
10158         to Info-search-success-function.
10160 2008-04-22  Juri Linkov  <juri@jurta.org>
10162         * minibuffer.el (internal-complete-buffer-except): New function.
10164         * files.el (read-buffer-to-switch): New function.
10165         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10166         Change interactive spec to call read-buffer-to-switch instead of
10167         using the letter "B".
10169         * simple.el (minibuffer-default-add-shell-commands): New function.
10170         Use declare-function for mailcap-file-default-commands from "mailcap".
10171         (shell-command): Set local minibuffer-default-add-function to
10172         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
10173         before calling read-shell-command.  Set 4th arg default-value of
10174         read-shell-command to relative buffer-file-name in file buffers.
10176         * dired-aux.el (dired-read-shell-command-default): Move it to
10177         gnus/mailcap.el and change its name to more general name
10178         mailcap-file-default-commands.
10179         (minibuffer-default-add-dired-shell-commands): New function.
10180         Use declare-function for mailcap-file-default-commands from "mailcap".
10181         (dired-read-shell-command): Set local minibuffer-default-add-function
10182         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
10183         before calling read-shell-command.  Remove dired-read-shell-command-default
10184         from the default value arg because default values are not set in
10185         minibuffer-default-add-dired-shell-commands.  Doc fix.
10187         * dired-x.el (dired-smart-shell-command): Sync arguments and
10188         interactive spec with changes in `shell-command'.
10189         Use dired-get-filename to get the dired file name at point
10190         as the default value in dired mode.
10192 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
10194         * info.el (Info-complete-menu-item): Add missing parenthesis.
10196 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10198         * info.el (Info-complete-menu-item): Save point.
10200 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
10202         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
10204 2008-04-22  Andreas Schwab  <schwab@suse.de>
10206         * Makefile.in (emacs-deps): Define.
10207         Use it instead of $(lisp)/subdirs.el.
10209 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
10211         * vc.el (vc-next-action): Do not consider directories when
10212         checking for state compatibility.
10213         (vc-transfer-file): Use when not if.
10214         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
10215         (vc-dir-mark-file): Use them.
10216         (vc-deduce-fileset): Also return the backend.
10217         (vc-diff-internal): Take as argument the value returned by
10218         vc-deduce-fileset instead of just the fileset.
10219         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
10220         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
10221         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
10223 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
10225         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
10226         set-window-vscroll but image-scroll-down.  Fixes a bug where a
10227         command following SPC scrolled up again.
10229 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
10231         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
10232         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
10233         (gud-watch): Add "$" prefix when in registers buffer.
10235 2008-04-22  Glenn Morris  <rgm@gnu.org>
10237         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
10239         * whitespace.el (whitespace-display-table)
10240         (whitespace-display-table-was-local): Move definitions before use.
10242         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
10243         (copyright-limit): Respect copyright-at-end-flag.
10244         (copyright-re-search, copyright-start-point)
10245         (copyright-offset-too-large-p): New functions.
10246         (copyright-update-year): Use copyright-re-search.
10247         (copyright-update, copyright-fix-years): Use copyright-start-point,
10248         and copyright-re-search.
10249         (copyright): Use copyright-offset-too-large-p.
10250         * add-log.el (change-log-mode): Set copyright-at-end-flag.
10252         * add-log.el (top-level): Require 'cl when compiling.
10254 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10256         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
10257         Treat minibuffer-completion-predicate as a predicate.
10259         * minibuffer.el (completion--file-name-table): Accept both the old
10260         `dir' arg or the new `pred' arg.
10262         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
10263         `predicate' argument to pass non-predicate data.
10264         (ffap-read-url-internal, ffap-read-file-or-url-internal):
10265         Use second arg as proper predicate.
10267         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
10268         (vc-bzr-revision-completion-table): Use completion-table-with-context
10269         instead.
10271         * simple.el (choose-completion-string): Use minibuffer-completion-table.
10273 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
10275         * term.el (term-emulate-terminal): Perform redisplay after the
10276         process filter has finished running.
10278 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10280         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
10282         * minibuffer.el (completion-try-completion): Change magic symbol
10283         property name.  Rename from minibuffer-try-completion.
10284         (completion-all-completions): Rename from minibuffer-all-completions.
10285         Remove hide-spaces argument.
10286         (completion--do-completion): Rename from minibuffer--do-completion.
10287         (minibuffer-complete-and-exit): Call just try-completion rather than
10288         completion-try-completion to fix up the case.
10289         (completion--try-word-completion): Try to add space or hyphen before
10290         making `string' a prefix of `completion'.
10291         (completion--insert-strings): Rename from minibuffer--insert-strings.
10293 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
10295         * net/tls.el (tls-program): Add -ign_eof argument to call the
10296         openssl commands.
10297         (tls-checktrust): Ditto.
10299 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
10301         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
10303         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
10304         (vc-check-master-templates, vc-file-not-found-hook)
10305         (vc-kill-buffer-hook):
10306         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
10307         (vc-find-position-by-context, vc-buffer-context)
10308         (vc-restore-buffer-context, vc-responsible-backend)
10309         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
10310         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
10311         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
10312         (vc-version-diff, vc-diff, vc-insert-headers)
10313         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
10314         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
10315         (vc-revert, vc-rollback, vc-version-backup-file)
10316         (vc-rename-master, vc-delete-file, vc-rename-file)
10317         (vc-branch-part, vc-default-retrieve-snapshot)
10318         (vc-annotate-display-autoscale, vc-annotate-display-select)
10319         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
10320         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
10321         (vc-dir-update): Handle directories.
10322         (vc-default-status-printer): Simplify.
10324         * progmodes/asm-mode.el (asm-mode-map):
10325         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
10327         * progmodes/m4-mode.el (m4-mode-map): Add menu.
10329 2008-04-21  Kenichi Handa  <handa@m17n.org>
10331         * select.el (xselect-convert-to-string): Send a C_STRING only if
10332         the polymorphic target TEXT is requested.
10334 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
10336         * minibuffer.el (completion-setup-hook, display-completion-list)
10337         (completion--file-name-table): Fix typos in docstrings.
10338         (completion-table-dynamic): Fix typo, and reflow docstring.
10340 2008-04-20  Andreas Schwab  <schwab@suse.de>
10342         * server.el (server-switch-buffer): Also consider clients in the
10343         selected frame.
10345 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
10347         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
10348         Select window clicked on first.
10349         (gdb): Display thread number in mode-line.
10350         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
10351         (gdb-breakpoints-header): New variable.
10352         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
10354 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10356         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
10357         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
10358         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
10359         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
10360         (vc-sccs-print-log): Use it.
10362         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
10364         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
10365         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
10367         * tooltip.el (tooltip-previous-message): New var.
10368         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
10369         the C code (avoid overwriting a minibuffer, restore previous echo
10370         message, ...).
10371         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
10372         Simplify.
10374 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
10376         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
10377         (gdb-init-1): Initialise it.
10378         (gdb-annotation-rules): New entry for "new-thread".
10379         (gdb-thread-identification): New function to customize
10380         mode-line-buffer-identification.
10381         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
10382         (gdb-assembler-mode): Use it.
10383         (gdb-threads-mode): Force "info threads" onto queue.
10385 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10387         * files.el (locate-file-completion-table): Rename from
10388         locate-file-completion and make it use `pred' in the normal way.
10389         (locate-file-completion): New compatibility wrapper.
10390         (load-library): Use locate-file-completion-table.
10391         * finder.el (finder-commentary):
10392         * subr.el (locate-library):
10393         * emacs-lisp/find-func.el (find-library): Likewise.
10394         * info.el: Use with-current-buffer and inhibit-read-only.
10395         (Info-read-node-name-2): Change to use `predicate' in the normal way.
10396         (Info-read-node-name-1): Adjust uses accordingly.
10398         * minibuffer.el (completion-table-with-context): Add support for `pred'.
10399         (completion-table-with-terminator): Don't use complete-with-action
10400         since we have to distinguish all three cases anyway.
10401         (completion-table-with-predicate): New function.
10402         (dynamic-completion-table): Add obsolete alias.
10404         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
10406 2008-04-18  Sam Steingold  <sds@gnu.org>
10408         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
10409         Use quit-window instead of bury-buffer.
10411 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10413         * minibuffer.el (completion-table-with-terminator): Fix last fix.
10415 2008-04-18  Andreas Schwab  <schwab@suse.de>
10417         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
10418         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
10419         Depend on $(lisp)/subdirs.el.
10421 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
10423         * descr-text.el (describe-char-after):
10424         Use `define-obsolete-function-alias'.
10426         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
10428         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
10430         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
10431         Remove redundant obsolescence info in docstring.
10433         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
10434         (vc-header-alist): Add WHEN to obsolescence declaration.
10435         (vc-state): Fix typo in docstring.
10437         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
10438         Use `define-obsolete-variable-alias'.
10440         * emulation/tpu-edt.el (tpu-have-ispell):
10441         * international/codepage.el (codepage-setup):
10442         Fix typo in obsolescence declaration.
10444         * international/mule.el (char-coding-system-table):
10445         Remove redundant obsolescence info in docstring.
10446         (charset-list, generic-char-p, set-char-table-default):
10447         Fix typos in obsolescence declarations.
10449         * international/mule-diag.el (non-iso-charset-alist):
10450         Fix typo in obsolescence declaration.
10451         (decode-codepage-char): Remove redundant obsolescence info in docstring.
10453         * font-core.el (font-lock-defaults-alist):
10454         * font-lock.el (font-lock-reference-face):
10455         * frame.el (screen-height, screen-width, set-screen-width)
10456         (set-screen-height):
10457         * hilit-chg.el (highlight-changes-initial-state):
10458         * isearch.el (isearch-return-char):
10459         * log-edit.el (cvs-commit-buffer-require-final-newline)
10460         (cvs-changelog-full-paragraphs):
10461         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
10462         (mouse-popup-menubar-stuff):
10463         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
10464         (mouse-wheel-click-button):
10465         * outline.el (outline-visible):
10466         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
10467         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
10468         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
10469         * progmodes/compile.el (compile-internal):
10470         Add WHEN to obsolescence declarations.
10472 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10474         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
10475         is not better anyway.
10477 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10479         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
10480         properly.
10482 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10484         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
10485         (python-use-skeletons): Remove, unused.
10486         (python-skeletons): Remove.  Use the abbrev table instead.
10487         (python-mode-abbrev-table): Fix regexp;
10488         add enable-function and case-fixed.
10489         (def-python-skeleton): Simplify.
10490         (python-expand-template): Use the abbrev-table and abbrev-insert.
10491         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
10492         Remove.
10493         (python-mode): Don't set pre-abbrev-expand-hook.
10495         * skeleton.el: Set coding-tag.
10497         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
10498         (expand-abbrev): Use it.
10499         (abbrev-table-menu): New function.
10501         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
10503         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
10505 2008-04-17  Sam Steingold  <sds@gnu.org>
10507         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
10508         idiosyncratic bury-buffer/delete-window logic.
10510 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
10512         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
10513         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
10515 2008-04-17  Kenichi Handa  <handa@m17n.org>
10517         * international/characters.el: Don't make the width of U+00AD to 0.
10519 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
10521         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
10522         (gdb, gdb-starting, gdb-frames-mode): Use it.
10523         (gdb-invalidate-frames): Advise to call "info stack" only if
10524         execution has occurred.
10525         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
10526         selected frame if no execution has occurred.
10527         (gdb-frames-force-update): New interactive function.
10528         (gdb-frames-mode-map): Bind it to "F".
10530 2008-04-17  Michael Olson  <mwolson@gnu.org>
10532         * textmodes/remember.el (remember-version): Release Remember 2.0.
10534 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
10536         * textmodes/artist.el:
10537         * progmodes/vhdl-mode.el:
10538         * progmodes/verilog-mode.el:
10539         * progmodes/vera-mode.el:
10540         * progmodes/simula.el:
10541         * progmodes/ps-mode.el:
10542         * progmodes/cmacexp.el:
10543         * obsolete/hilit19.el:
10544         * emulation/viper.el:
10545         * ediff.el: Cleanup the bug-report email addresses and make sure the
10546         maintainer is still willing to handle bug reports.
10548 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
10550         * vc.el (vc-dir-kill-query): Fix thinko.
10552 2008-04-16  Glenn Morris  <rgm@gnu.org>
10554         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
10555         by diary-sexp-entry.
10557 2008-04-16  Markus Triska  <markus.triska@gmx.at>
10559         * proced.el (proced-command-alist): Add support for darwin.
10561 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10563         * proced.el (proced-mode): Redefine as just the major-mode.
10564         (proced): Separate it from proced-mode.
10566         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
10568 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10570         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
10571         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
10572         `tab-width' setting from user.  New version 10.0.  Doc and docstring
10573         fix.
10574         (whitespace-style, whitespace-chars): Remove options.
10575         (whitespace-style-mark): New option, replace whitespace-style deleted
10576         option.  Fix docstring.
10577         (whitespace-style-color): New option, replace whitespace-chars deleted
10578         option.  Fix docstring.
10579         (whitespace-space, whitespace-hspace, whitespace-tab)
10580         (whitespace-newline, whitespace-trailing, whitespace-line)
10581         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
10582         (whitespace-space-after-tab, whitespace-hspace-regexp)
10583         (whitespace-space-regexp, whitespace-tab-regexp)
10584         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
10585         (whitespace-empty-at-eob-regexp, whitespace-line-column)
10586         (whitespace-toggle-option-alist): Fix docstring.
10587         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
10588         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
10589         docstring and initialization.
10590         (global-whitespace-mode): Autoloaded global minor mode.
10591         (whitespace-chars-value-list, whitespace-style-value-list)
10592         (whitespace-active-chars, whitespace-active-style)
10593         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
10594         (whitespace-color-value-list): New var, replace
10595         whitespace-chars-value-list removed var.
10596         (whitespace-mark-value-list): New var, replace
10597         whitespace-style-value-list removed var.
10598         (whitespace-active-color): New var, replace whitespace-active-chars
10599         removed var.
10600         (whitespace-active-mark): New var, replace whitespace-active-style
10601         removed var.
10602         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
10603         removed var.
10604         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
10605         removed var.
10606         (whitespace-toggle-option-alist, whitespace-report-list)
10607         (whitespace-report-text, whitespace-help-text): Fix initialization.
10608         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
10609         (whitespace-toggle-options, global-whitespace-toggle-options)
10610         (whitespace-cleanup-region, whitespace-report-region)
10611         (whitespace-interactive-char): Fix docstring and code.
10612         (whitespace-cleanup, whitespace-report): Fix docstring.
10613         (whitespace-replace-spaces-by-tabs): Remove fun.
10614         (whitespace-replace-action): New fun, replace
10615         whitespace-replace-spaces-by-tabs removed fun.
10616         (whitespace-regexp, whitespace-indentation-regexp)
10617         (whitespace-space-after-tab-regexp, whitespace-insert-value)
10618         (whitespace-kill-buffer): New funs.
10619         (whitespace-insert-option-mark, whitespace-help-on)
10620         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
10621         (whitespace-color-on, whitespace-color-off)
10622         (whitespace-display-char-on): Fix code.
10624 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10626         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
10627         (mouse-throw-magnifier-with-mouse-movement): Remove.
10628         (mouse-throw-magnifier-base): New const.
10629         (mouse-drag-scroll-delta): New fun.
10630         (mouse-drag-throw): Use it.
10632 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
10634         * international/uni-bidi.el, international/uni-category.el:
10635         * international/uni-combining.el, international/uni-comment.el:
10636         * international/uni-decimal.el, international/uni-decomposition.el:
10637         * international/uni-digit.el, international/uni-lowercase.el:
10638         * international/uni-mirrored.el, international/uni-name.el:
10639         * international/uni-numeric.el, international/uni-old-name.el:
10640         * international/uni-titlecase.el, international/uni-uppercase.el:
10641         * international/charprop.el: Regenerate.
10643 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
10645         * vc.el (vc-status-fileinfo): Add new member directoryp.
10646         (vc-default-status-printer): Print directories.
10647         (vc-status-update): Sort files before subdirectories.
10649         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
10650         Add alternative implementation based on "cvs update".
10652 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
10654         * doc-view.el: Changed requirements section to tell that only one
10655         of dvipdf or dvipdfm is needed.
10656         (doc-view-already-converted-p): Fix bug that forced reconversion
10657         if doc was already converted.
10659 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10661         * minibuffer.el (minibuffer-message):
10662         Make sure we can put-text-property.
10664         * emacs-lisp/crm.el: Complete rewrite.
10666         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
10667         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
10668         case of an error in display-completion-list.
10670         * filecache.el (file-cache-completions-keymap): Move init from
10671         file-cache-completion-setup-function into declaration.
10672         (file-cache-minibuffer-complete): Simplify.
10673         (file-cache-completion-setup-function): Use standard-output,
10674         preserve current-buffer.
10676         * vc.el (vc-status-update): Fix typo.
10677         (vc-status-update): Set needs-update.
10678         (vc-status-refresh): Î·-reduce.
10680 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
10682         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
10683         to image-eol.
10685 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
10687         * vc.el (vc-status-update): Undo the previous revert.
10689 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10691         * minibuffer.el (completion-table-with-terminator): Those completions
10692         are never valid w.r.t test-completion.
10693         (completion--file-name-table):
10694         Check completion-all-completions-with-base-size.
10696 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
10698         * doc-view.el (doc-view-dvipdf-program): New variable.
10699         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
10700         (doc-view-mode-p): Check for doc-view-dvipdf-program as
10701         alternative for doc-view-dvipdfm-program.
10702         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
10704         * doc-view.el (doc-view-start-process): Don't set
10705         default-directory to "~/" if the current value is valid.
10706         This broke PS files that run other files in the same directory.
10708 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
10710         * vc.el (vc-status-kill-query): New function.
10711         (vc-status-mode): Add it to kill-buffer-query-functions.
10712         (vc-status-show-fileentry): New function.
10713         (vc-status-menu-map): Bind it.  Bind vc-next-action.
10715 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10717         * minibuffer.el (minibuffer-message): Put cursor at the right place.
10719 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10721         * proced.el (proced-send-signal): Fix error recognition.
10723 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10725         * proced.el (proced-command-alist): Remove sort column.
10726         (proced-command, proced-procname-column):
10727         Use make-variable-buffer-local.
10728         (proced-signal-function): Rename from proced-kill-program.
10729         Allow for elisp symbols and string values representing system calls.
10730         (proced-marker-regexp, proced-success-message): New functions.
10731         (proced): Use defalias.  Add autoload cookie.
10732         (proced-unmark-backward, proced-toggle-marks)
10733         (proced-hide-processes): New commands.
10734         (proced-do-mark): Simplify code.
10735         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
10736         (proced-update): Remove sorting.
10737         (proced-send-signal): Display number of processes to operate on.
10738         Allow for system calls or elisp functions to send signals.
10739         Check if signal was sent successfully.
10741 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10743         * minibuffer.el (completion-all-completion-with-base-size): New var.
10744         (completion--some): New function.
10745         (completion-table-with-context, completion--file-name-table):
10746         Return the base-size if requested.
10747         (completion-table-in-turn): Generalize to multiple arguments.
10748         (complete-in-turn): Compatibility alias.
10749         (completion-styles-alist): New var.
10750         (completion-styles): New customization.
10751         (minibuffer-try-completion, minibuffer-all-completions):
10752         New functions.
10753         (minibuffer--do-completion, minibuffer-complete-and-exit)
10754         (minibuffer-try-word-completion): Use them.
10755         (display-completion-list, minibuffer-completion-help): Use them.
10756         Handle all-completions's new base-size info to set completion-base-size.
10757         * info.el (Info-read-node-name-1): Use completion-table-with-context,
10758         completion-table-with-terminator and complete-with-action.
10759         Remove the now obsolete completion-base-size-function property.
10760         * simple.el (completion-list-mode-map): Move init into declaration.
10761         (completion-list-mode): Use define-derived-mode.
10762         (completion-setup-function): Use any completion-base-size that may
10763         have been set before.  Remove handling of completion-base-size-function.
10764         * loadup.el: Move abbrev.el up earlier.
10766 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
10768         * vc-git.el (vc-git-after-dir-status-stage)
10769         (vc-git-dir-status-goto-stage): New functions.
10770         (vc-git-after-dir-status-stage1)
10771         (vc-git-after-dir-status-stage1-empty-db)
10772         (vc-git-after-dir-status-stage2): Remove, functionality moved
10773         into the new generic stage functions.
10774         (vc-git-dir-status-files): New function.
10776         * vc.el (vc-status-update): Revert an incorrect rewrite.
10777         Add some comments.
10778         (vc-status-refresh-files): New function.
10779         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
10780         state of up-to-date files.
10781         (vc-default-dir-status-files): New function.
10783 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
10785         * minibuffer.el (completion--embedded-envvar-table)
10786         (read-file-name-internal): Fix typos in 2008-04-11 change.
10788         * faces.el (read-face-name): Use `completion-table-in-turn',
10789         not `complete-in-turn'.
10791 2008-04-13  Andreas Schwab  <schwab@suse.de>
10793         * progmodes/etags.el: Require 'cl when compiling.
10795 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
10797         * progmodes/gud.el (gud-menu-map): Expand tooltip.
10799         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
10800         (menu): Add/expand menu tooltips.
10802 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
10804         * progmodes/sh-script.el (sh-show-indent): Fix typo.
10805         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
10807         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
10808         considered registered.
10810 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10812         * emacs-lisp/copyright.el (copyright-update-directory): New command.
10814         * ediff-wind.el (ediff-split-window-function)
10815         (ediff-merge-split-window-function): Improve custom type.
10817 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
10819         * loadup.el ("minibuffer"): Move after "faces".
10821 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10823         * progmodes/hideif.el (hif-factor): Handle unary minus.
10825 2008-04-12  Glenn Morris  <rgm@gnu.org>
10827         * calendar/cal-china.el (chinese-calendar-time-zone):
10828         Mark obsolete name as risky too.
10830         * calendar/calendar.el (calendar-faces): New custom group.
10831         (calendar-today, diary, holiday): Doc fix.
10832         Move to calendar-faces group.
10833         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
10834         (diary-button): Doc fix.  Move to calendar-faces group.
10836         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
10837         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
10838         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
10839         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
10840         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
10841         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
10842         not in dumped files before the associated defcustom.
10844 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
10846         * minibuffer.el (lazy-completion-table): Fix debug spec.
10848 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10850         * minibuffer.el (complete-with-action, lazy-completion-table):
10851         Move from subr.el.
10852         (apply-partially, completion-table-dynamic)
10853         (completion-table-with-context, completion-table-with-terminator)
10854         (completion-table-in-turn): New funs.
10855         (completion--make-envvar-table, completion--embedded-envvar-table):
10856         New funs.
10857         (read-file-name-internal): Use them.
10858         (completion-setup-hook): Move from simple.el.
10859         * subr.el (complete-with-action, lazy-completion-table):
10860         * simple.el (completion-setup-hook): Move to minibuffer.el.
10862 2008-04-11  Glenn Morris  <rgm@gnu.org>
10864         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
10866 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10868         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
10870         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
10872         * textmodes/fill.el (fill-forward-paragraph-function): New var.
10873         (fill-forward-paragraph): New fun.
10874         (fill-paragraph, fill-region): Use it.
10876         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
10877         (vc-status-create-fileinfo): Make `extra' optional.
10878         (vc-status-busy): New fun.
10879         (vc-status-menu-map): Use it.
10880         (vc-status-crt-marked): Remove.
10881         (vc-status-update): Rename from vc-status-add-entries.
10882         Add argument so as to prevent addition of entries.  Rewrite.
10883         (vc-update-vc-status-buffer): Remove.
10884         (vc-status-refresh): Don't remove old entries, set them to
10885         up-to-date instead.  Also do it after the update is complete.
10886         (vc-status-marked-files): Î·-reduce.
10888         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
10889         for non-dialogs.
10891         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
10893         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
10895 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
10897         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
10898         to t and don't truncate msg.
10900 2008-04-11  Glenn Morris  <rgm@gnu.org>
10902         * calendar/calendar.el (diary, holidays):
10903         Move custom groups to other files.
10904         (holiday-general-holidays, holiday-oriental-holidays)
10905         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
10906         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
10907         (holiday-hebrew-holidays, holiday-christian-holidays)
10908         (holiday-islamic-holidays, holiday-bahai-holidays)
10909         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
10910         * calendar/diary-lib.el: Move custom group here from calendar.el.
10911         * calendar/holidays.el: Move custom group and variables here
10912         from calendar.el.
10914         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
10916         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
10917         Fix custom group.
10918         (calendar-current-time-zone-cache): Autoload riskiness.
10920         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
10922 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
10924         * woman.el (woman2-TH): Use string-equal instead of string-match.
10926 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10928         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
10929         (smerge-resolve): Merge the "2-way refinement" case with one half of
10930         the "mere whitespace" resolution.
10932 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
10934         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
10936 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
10938         * subr.el (assoc-ignore-case, assoc-ignore-representation):
10939         Add WHEN to obsolescence declaration.
10941         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
10943 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
10945         * vc-hooks.el (vc-state): Add new state `conflict'.
10946         (vc-after-save): Use when not if.
10947         (vc-default-mode-line-string): Deal with the conflict state.
10948         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
10950         * vc.el (vc-editable-p, vc-default-status-printer)
10951         (vc-next-action): Deal with the conflict state.
10952         (vc-mark-resolved): New function.
10953         (vc-status-mode): Fix mode name.
10954         (vc-default-comment-history): Use when not if.
10955         (Todo): Add new entries, remove old ones.
10957         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
10958         (vc-cvs-parse-status, vc-cvs-after-dir-status):
10959         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
10960         Detect the conflict state.
10962         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
10964 2008-04-10  Glenn Morris  <rgm@gnu.org>
10966         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
10967         Respect truncate-partial-width-windows in non-full windows,
10968         with regards to :toggle and :enable state.
10970         * simple.el (toggle-truncate-lines): Doc fix.
10972         * Makefile.in (MH_E_DIR): New variable.
10973         (MH_E_SRC): Restore variable removed 2008-03-13.
10974         (mh-loaddefs.el): Depend on $MH_E_SRC.
10975         (CAL_DIR, CAL_SRC): New variables.
10976         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
10977         Depend on CAL_SRC.
10979         * calendar/calendar.el (calendar, diary): Add :prefix.
10980         (holidays): Change :prefix.
10981         (calendar-today, holiday, calendar-holiday-marker)
10982         (european-calendar-style): Change custom groups.
10984         * calendar/calendar.el (diary-hook, diary-display-hook):
10985         Move to diary-lib.el.
10986         * calendar/diary-lib.el (diary-hook, diary-display-hook):
10987         Move here from calendar.el.
10988         * calendar/appt.el: Require diary-lib rather than calendar.
10989         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
10991         * calendar/appt.el (appt): Add :prefix.
10993         * calendar/diary-lib.el (diary-hook): Doc fix.
10994         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
10996 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10998         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
10999         New functions.
11001         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
11002         the arg to recursive calls.
11004 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
11006         * minibuffer.el (completion-auto-help): Fix typo.
11008 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11010         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
11012 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
11014         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
11015         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
11017 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11019         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
11021         * minibuffer.el (minibuffer): Move group from cus-edit.el.
11022         (completion-auto-help): Move from C code.
11023         (minibuffer--maybe-completion-help): Remove.
11024         (minibuffer--bitset): New function.
11025         (minibuffer--do-completion): Rename from minibuffer-do-completion.
11026         Renumber a bit.  Really complete on string *before* point.
11027         Add argument used for word-completion.
11028         Join trailing / in completion with following text, as done in
11029         minibuffer-complete-word.
11030         Handle new value `lazy' for completion-auto-help.
11031         (minibuffer-try-word-completion): New function extracted from
11032         minibuffer-complete-word.
11033         (minibuffer-complete-word): Use minibuffer--do-completion.
11034         (minibuffer--insert-strings): Rename from
11035         minibuffer-complete-insert-strings.
11036         (exit-minibuffer): Fix typo.
11037         * cus-edit.el (minibuffer): Move group to minibuffer.el.
11038         * cus-start.el: Remove completion-auto-help.
11040 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
11042         * vc.el (vc-status-add-entries): New function.
11043         (vc-status-add-entry): Remove.
11044         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
11045         Use vc-status-add-entries.
11047         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
11048         order.
11050 2008-04-09  Jason Rumney  <jasonr@gnu.org>
11052         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
11053         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
11054         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
11055         (AUTOGENEL): New variable.
11056         (distclean, maintainer-clean): New targets.
11058 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
11060         * emacs-lisp/regexp-opt.el (regexp-opt):
11061         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
11063 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
11065         * nxml/nxml-mode.el (nxml-cleanup): New function.
11066         (nxml-mode): Add it to change-major-mode-hook.
11068 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
11070         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
11072 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
11074         * calc/.cvsignore: New file.
11076 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
11078         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
11080         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
11081         show-help-function when turning tooltip off.
11082         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
11083         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
11085 2008-04-09  Alan Mackenzie  <acm@muc.de>
11087         * font-lock.el (font-lock-extend-after-change-region-function):
11088         Make it buffer local.
11090 2008-04-09  Glenn Morris  <rgm@gnu.org>
11092         * calendar/calendar.el (diary-file, european-calendar-style):
11093         Remove autoload cookies.
11095 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
11097         * outline.el (outline-mode-menu-bar-map):
11098         * log-view.el (log-view-mode-menu):
11099         * log-edit.el (log-edit-menu): Add :help.
11101 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
11103         * emacs-lisp/regexp-opt.el (regexp-opt-group):
11104         Use substring-no-properties for correct handling of unibyte strings.
11106 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11108         * add-log.el (change-log-next-buffer): Handle the case where version<
11109         signals an error.
11111         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
11112         mouse-major-mode-menu.
11113         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
11114         (mouse-major-mode-menu, mouse-popup-menubar)
11115         (mouse-popup-menubar-stuff): Use them.
11116         (C-down-mouse-3): Bind to a dynamic map rather than to
11117         mouse-popup-menubar-stuff.
11119         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
11120         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
11122 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
11124         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
11125         file:// access method.
11127 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11129         * minibuffer.el: New file.
11130         * loadup.el: Load it.
11132 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11134         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
11135         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
11137         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
11138         (calc-mode-map, calc-digit-map, calc-dispatch-map):
11139         Move initialization into declaration.
11140         * calc/calc-yank.el:
11141         * calc/calc-misc.el:
11142         * calc/calc-embed.el:
11143         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
11145 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
11147         * ps-samp.el (ps-add-printer, ps-remove-printer)
11148         (ps-make-dynamic-printer-menu): New functions.
11150         * net/zeroconf.el: New file.
11152 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11154         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
11156 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
11158         * vc-rcs.el (vc-rcs-modify-change-comment):
11159         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
11161         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
11163 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
11165         * international/mule-cmds.el (set-locale-environment): Don't warn if
11166         coding system doesn't agree with system locale (this reverts changes
11167         by Dave Love, dated 2002-10-27 and 2002-10-09).
11169         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11170         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
11172         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
11174 2008-04-08  Glenn Morris  <rgm@gnu.org>
11176         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
11177         * textmodes/remember.el (remember-diary-convert-entry):
11178         Require calendar.
11180         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
11181         diary-file, since it is the default for make-diary-entry anyway.
11183         * calendar/cal-menu.el (cal-menu-event-to-date):
11184         Rename calendar-event-to-date.  Update callers.
11185         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
11186         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
11187         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
11188         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
11189         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
11190         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
11191         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
11192         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
11193         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
11194         (calendar-mouse-tex-month-landscape):
11195         Rename cal-tex-mouse-month-landscape.
11196         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
11197         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
11198         (calendar-mouse-tex-year-landscape):
11199         Rename cal-tex-mouse-year-landscape.
11200         (cal-menu-context-mouse-menu): Update for above name changes.
11202         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
11203         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
11204         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
11205         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
11206         * calendar/holidays.el: Replace int-to-string with number-to-string.
11208 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
11210         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
11211         region if point moves.
11213 2008-04-08  Kenichi Handa  <handa@m17n.org>
11215         * faces.el (font-slant-table): Change numeric values for `r',
11216         `roman', and `normal'.
11218 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
11220         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
11222 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
11224         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
11225         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
11227 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
11229         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
11230         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
11232 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11234         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
11236 2008-04-07  Sam Steingold  <sds@gnu.org>
11238         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
11239         Add helper functions.
11240         (lisp-do-defun): Extract the common part of lisp-eval-defun and
11241         lisp-compile-defun; DEFVAR forms reset the variables to the init
11242         values, just like in emacs-lisp mode eval-defun.
11243         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
11244         (lisp-compile-region): Use lisp-compile-string.
11246 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11248         * subr.el (combine-and-quote-strings): Also quote strings that contain
11249         the separator.
11251         * pcvs-util.el (cvs-map): Avoid recursion :-(
11253 2008-04-07  Glenn Morris  <rgm@gnu.org>
11255         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
11257         * calendar/calendar.el (diary-view-entries-initially-flag): Rename
11258         view-diary-entries-initially.  Keep old name as alias, update users.
11259         (calendar-mark-diary-entries-flag): Rename
11260         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
11261         (calendar-view-holidays-initially-flag): Rename
11262         view-calendar-holidays-initially.  Keep old name as alias, update users.
11263         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
11264         Keep old name as alias, update users.
11265         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
11266         Keep old name as alias, update users.
11267         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
11268         Keep old name as alias, update users.
11269         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
11270         Keep old name as alias, update users.
11271         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
11272         (diary-american-date-forms): Rename american-date-diary-pattern.
11273         Keep old name as alias, update users.
11274         (diary-european-date-forms): Rename european-date-diary-pattern.
11275         Keep old name as alias, update users.
11276         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
11277         Keep old name as alias, update users.
11278         (calendar-european-date-display-form): Rename
11279         european-calendar-display-form.  Keep old name as alias, update users.
11280         (calendar-american-date-display-form): Rename
11281         european-calendar-display-form.  Keep old name as alias, update users.
11282         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
11283         Keep old name as alias, update users.
11284         (holiday-general-holidays): Rename general-holidays.
11285         Keep old name as alias, update users.
11286         (holiday-oriental-holidays): Rename oriental-holidays.
11287         Keep old name as alias, update users.
11288         (holiday-local-holidays): Rename local-holidays.
11289         Keep old name as alias, update users.
11290         (holiday-other-holidays): Rename other-holidays.
11291         Keep old name as alias, update users.
11292         (holiday-hebrew-holidays): Rename hebrew-holidays.
11293         Keep old name as alias, update users.
11294         (holiday-christian-holidays): Rename christian-holidays.
11295         Keep old name as alias, update users.
11296         (holiday-islamic-holidays): Rename islamic-holidays.
11297         Keep old name as alias, update users.
11298         (holiday-bahai-holidays): Rename bahai-holidays.
11299         Keep old name as alias, update users.
11300         (holiday-solar-holidays): Rename solar-holidays.
11301         Keep old name as alias, update users.
11302         (diary-fancy-buffer): Rename fancy-diary-buffer.
11303         Keep old name as alias, update users.
11304         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
11305         Update users.
11306         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
11307         Update users.
11308         (calendar-increment-month): Rename increment-calendar-month.
11309         Keep old name as alias, update callers.
11310         (calendar-increment-month-cons): Rename old calendar-increment-month.
11311         Update callers.
11312         (calendar-extract-month): Rename extract-calendar-month.
11313         Keep old name as alias, update callers.
11314         (calendar-extract-day): Rename extract-calendar-day.
11315         Keep old name as alias, update callers.
11316         (calendar-extract-year): Rename extract-calendar-year.
11317         Keep old name as alias, update callers.
11318         (calendar-generate-window): Rename generate-calendar-window.
11319         Update callers.
11320         (calendar-generate): Rename generate-calendar.  Update callers.
11321         (calendar-generate-month): Rename generate-calendar-month.
11322         Update callers.
11323         (calendar-redraw): Rename redraw-calendar.  Update callers.
11324         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
11325         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
11326         Update callers.
11327         (calendar-update-mode-line): Rename update-calendar-mode-line.
11328         Update callers.
11329         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
11330         update callers.
11331         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
11332         Keep old name as alias, update callers.
11333         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
11334         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
11335         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
11336         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
11337         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
11338         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
11339         * calendar/solar.el: Update for calendar.el name changes.
11340         * org/org.el (org-agenda-format-date-aligned)
11341         (org-agenda-execute-calendar-command): Access date elements directly
11342         rather than using calendar functions.
11343         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
11344         Also set calendar-view-diary-initially-flag,
11345         calendar-view-holidays-initially-flag.
11346         (org-get-entries-from-diary): Also set diary-fancy-buffer.
11347         (org-agenda-execute-calendar-command): No need to set displayed-day.
11349 2008-04-06  Alan Mackenzie  <acm@muc.de>
11351         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
11352         typo in the doc string.
11354         * progmodes/cc-mode.el (c-basic-common-init):
11355         Set font-lock-extend-after-change-region-function.
11356         (c-extend-after-change-region): New function, used in
11357         font-lock-extend-after-change-region-function, thus superseding
11358         advice on the Font Lock after change functions.
11359         (c-advise-fl-for-region): Remove this macro.
11361 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11363         * textmodes/flyspell.el (flyspell-duplicate-distance):
11364         Improve custom type.
11366 2008-04-06  Glenn Morris  <rgm@gnu.org>
11368         * calendar/diary-lib.el (diary-sexp-entry-symbol):
11369         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
11370         (diary-list-entries-hook): Rename list-diary-entries-hook.
11371         Keep old name as alias, update users.
11372         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
11373         Keep old name as alias, update users.
11374         (diary-nongregorian-listing-hook): Rename
11375         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
11376         (diary-nongregorian-marking-hook): Rename
11377         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
11378         (diary-print-entries-hook): Rename print-diary-entries-hook.
11379         Keep old name as alias, update users.
11380         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
11381         Keep old name as alias, update users.
11382         (diary-number-of-entries): Rename number-of-diary-entries.
11383         Keep old name as alias, update users.
11384         (view-diary-entries, list-diary-entries, show-all-diary-entries):
11385         Give version of obsolescence.
11386         (diary-view-other-diary-entries): Rename view-other-diary-entries.
11387         Keep old name as alias, update callers.
11388         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
11389         update callers.
11390         (diary-include-other-diary-files): Rename include-other-diary-files.
11391         Keep old name as alias, update callers.
11392         (diary-simple-display): Rename simple-diary-display.
11393         Keep old name as alias, update callers.
11394         (diary-fancy-display): Rename fancy-diary-display.
11395         Keep old name as alias, update callers.
11396         (diary-print-entries): Rename print-diary-entries.
11397         Keep old name as alias, update callers.
11398         (diary-marking-entries-flag): Rename marking-diary-entries.
11399         Update users.
11400         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
11401         (diary-mark-entries): Rename mark-diary-entries.
11402         Keep old name as alias, update callers.
11403         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
11404         Keep old name as alias, update callers.
11405         (diary-mark-included-diary-files): Rename mark-included-diary-files.
11406         Keep old name as alias, update callers.
11407         (calendar-mark-days-named): Rename mark-calendar-days-named.
11408         Keep old name as alias, update callers.
11409         (calendar-mark-month): Rename mark-calendar-month.
11410         Keep old name as alias, update callers.
11411         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
11412         Keep old name as alias, update callers.
11413         (diary-sort-entries): Rename sort-diary-entries.
11414         Keep old name as alias, update callers.
11415         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
11416         Keep old name as alias, update callers.
11417         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
11418         update callers.
11419         (diary-insert-entry): Rename insert-diary-entry.
11420         Keep old name as alias.
11421         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
11422         Keep old name as alias.
11423         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
11424         Keep old name as alias.
11425         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
11426         Keep old name as alias.
11427         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
11428         Keep old name as alias.
11429         (diary-insert-block-entry): Rename insert-block-diary-entry.
11430         Keep old name as alias.
11431         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
11432         Keep old name as alias.
11433         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
11434         Keep old name as alias, update users.
11435         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
11436         Keep old name as alias, update callers.
11437         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
11438         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
11439         * calendar/icalendar.el: Update for diary-lib name changes.
11441 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
11443         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
11445         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
11446         for copy, move, and link operations.
11448 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
11450         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
11451         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
11453         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
11454         'require' statements with 1-argument ones (wrapped in if's).
11455         For compatibility with the current stable version of XEmacs.
11457 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
11459         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
11461 2008-04-06  Jason Rumney  <jasonr@gnu.org>
11463         * language/burmese.el ("Burmese"): Make sample text consistent with
11464         language name.
11466 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
11468         * progmodes/gdb-ui.el (gdb): New group.
11469         (gdb-debug-log-max, gdb-enable-debug)
11470         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
11471         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
11472         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
11473         (gdb-show-changed-values, gdb-max-children)
11474         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
11475         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
11476         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
11477         (gdb-memory-unit): Move to new group from GUD group.
11478         (menu): Allow customization from GDB-UI menu-item.
11480 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
11482         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
11484 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11486         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
11487         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
11488         Revision numbers can include ".".
11490         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
11491         "+" lines not accounted for by counting "-" and context lines.
11493 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11495         * term/mac-win.el (mac-service-open-file): Use file URL instead of
11496         file name string.
11498 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11500         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
11501         (vc-bzr-annotate-time): Accept space used to preserve alignment.
11503 2008-04-05  Richard Stallman  <rms@gnu.org>
11505         * emacs-lisp/advice.el (defadvice): Add usage pattern.
11507 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
11509         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
11510         thread in [h-e-w]).
11512 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
11514         * files.el (abort-if-file-too-large): Fix typo in docstring.
11516 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11518         * subr.el (functionp): Return nil for special forms.
11520 2008-04-05  Glenn Morris  <rgm@gnu.org>
11522         * emacs-lisp/autoload.el (autoload-ensure-default-file):
11523         Provide a feature.
11524         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
11525         Require loaddefs file rather than loading it.
11526         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
11527         autoload-ensure-default-file provides a feature.
11529         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
11530         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
11531         (compile, compile-always, recompile): Use $LOADDEFS.
11532         (cal-autoloads): Remove.
11534         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
11535         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
11537         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
11538         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
11540         * calendar/calendar.el (diary-hebrew-entry-symbol):
11541         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
11542         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
11543         Keep old name as alias.
11544         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
11545         Keep old name as alias.
11546         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
11547         to diary-bahai-entry-symbol.
11548         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
11549         to diary-hebrew-entry-symbol.
11550         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
11551         to diary-islamic-entry-symbol.
11552         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
11554         * calendar/solar.el (diary-sabbath-candles-minutes)
11555         (diary-sabbath-candles): Move to cal-hebrew.
11556         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
11557         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
11558         Doc fix.  Keep old name as alias.
11559         (diary-hebrew-sabbath-candles): Simplify.
11560         (solar-setup, solar-sunrise-sunset, calendar-latitude)
11561         (calendar-longitude, calendar-time-zone): Declare for compiler.
11562         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
11563         rename.
11565         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
11566         Rename coptic-calendar-month-name-array.  Update callers.
11567         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
11568         (calendar-coptic-name): Rename coptic-name.  Update callers.
11569         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
11570         Update callers.
11571         (calendar-coptic-last-day-of-month):
11572         Rename coptic-calendar-last-day-of-month.  Update callers.
11573         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
11574         Keep old name as alias, update callers.
11575         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
11576         Keep old name as alias, update callers.
11577         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
11578         Keep old name as alias.
11579         (calendar-ethiopic-month-name-array):
11580         Rename ethiopic-calendar-month-name-array.  Update callers.
11581         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
11582         Update callers.
11583         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
11584         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
11585         Keep old name as alias, update callers.
11586         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
11587         Keep old name as alias, update callers.
11588         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
11589         Keep old name as alias.
11591         * calendar/cal-french.el (calendar-french-epoch):
11592         Rename french-calendar-epoch.  Update callers.
11593         (calendar-french-month-name-array): Rename variable and function
11594         french-calendar-month-name-array.  Update callers.
11595         (calendar-french-multibyte-month-name-array):
11596         Rename french-calendar-multibyte-month-name-array.  Update callers.
11597         (calendar-french-day-name-array): Rename variable and function
11598         french-calendar-day-name-array.  Update callers.
11599         (calendar-french-special-days-array): Rename variable and function
11600         french-calendar-special-days-array.  Update callers.
11601         (calendar-french-multibyte-special-days-array):
11602         Rename french-calendar-multibyte-special-days-array.  Update callers.
11603         (calendar-french-accents-p): Rename french-calendar-accents.
11604         Update callers.
11605         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
11606         Update callers.
11607         (calendar-french-last-day-of-month):
11608         Rename french-calendar-last-day-of-month.  Update callers.
11609         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
11610         Keep old name as alias, update callers.
11611         (calendar-french-print-date): Rename calendar-print-french-date.
11612         Keep old name as alias, update callers.
11613         (calendar-french-goto-date): Rename calendar-goto-french-date.
11614         Keep old name as alias.
11616         * calendar/cal-menu.el, calendar/calendar.el:
11617         Update for Coptic and French name changes.
11619         * calendar/cal-china.el (calendar-chinese): Rename custom group
11620         from chinese-calendar.  Update users.
11621         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
11622         Keep old name as alias, update users.
11623         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
11624         Keep old name as alias.
11625         (calendar-chinese-daylight-time-offset):
11626         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
11627         update users.
11628         (calendar-chinese-standard-time-zone-name):
11629         Rename chinese-calendar-standard-time-zone-name.
11630         Keep old name as alias, update users.
11631         (calendar-chinese-daylight-saving-start):
11632         Rename chinese-calendar-daylight-savings-starts.
11633         Keep old name as alias, update users.
11634         (calendar-chinese-daylight-saving-end):
11635         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
11636         update users.
11637         (calendar-chinese-daylight-saving-start-time):
11638         Rename chinese-calendar-daylight-savings-starts-time.
11639         Keep old name as alias, update users.
11640         (calendar-chinese-daylight-saving-end-time):
11641         Rename chinese-calendar-daylight-savings-ends-time.
11642         Keep old name as alias, update users.
11643         (calendar-chinese-celestial-stem): Rename
11644         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
11645         (calendar-chinese-terrestrial-branch):
11646         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
11647         update users.
11648         (calendar-chinese-zodiac-sign-on-or-after):
11649         Rename chinese-zodiac-sign-on-or-after.  Update callers.
11650         (calendar-chinese-new-moon-on-or-after):
11651         Rename chinese-new-moon-on-or-after.  Update callers.
11652         (calendar-chinese-month-list): Rename chinese-month-list.
11653         Update callers.
11654         (calendar-chinese-number-months): Rename number-chinese-months.
11655         Update callers.
11656         (calendar-chinese-compute-year): Rename compute-chinese-year.
11657         Update callers.
11658         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
11659         (calendar-chinese-year): Rename chinese-year.  Update callers.
11660         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
11661         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
11662         Keep old name as alias, update callers.
11663         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
11664         Keep old name as alias, update callers.
11665         (calendar-chinese-months-to-alist):
11666         Rename make-chinese-month-assoc-list.  Update callers.
11667         (calendar-chinese-months): Rename chinese-months.  Update callers.
11668         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
11669         Keep old name as alias, update callers.
11671         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
11672         Rename hebrew-calendar-leap-year-p.  Update callers.
11673         (calendar-hebrew-last-month-of-year):
11674         Rename hebrew-calendar-last-month-of-year.  Update callers.
11675         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
11676         Update callers.
11677         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
11678         Update callers.
11679         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
11680         Update callers.
11681         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
11682         Update callers.
11683         (calendar-hebrew-last-day-of-month):
11684         Rename hebrew-calendar-last-day-of-month.  Update callers.
11685         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
11686         Keep old name as alias, update callers.
11687         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
11688         Keep old name as alias, update callers.
11689         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
11690         Keep old name as alias, update callers.
11691         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
11692         Keep old name as alias.
11693         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
11694         Keep old name as alias.
11695         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
11696         Keep old name as alias.
11697         (holiday-hebrew-passover): Rename holiday-passover-etc.
11698         Keep old name as alias.
11699         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
11700         Keep old name as alias, update callers.
11701         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
11702         Keep old name as alias.
11703         (calendar-hebrew-mark-date-pattern):
11704         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
11705         update callers.
11706         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
11707         Keep old name as alias.
11708         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
11709         Keep old name as alias.
11710         (diary-hebrew-insert-monthly-entry):
11711         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
11712         (diary-hebrew-insert-yearly-entry):
11713         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
11714         (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
11715         Keep old name as alias.
11716         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
11717         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
11718         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
11719         Keep old name as alias.
11720         (calendar-hebrew-parashiot-names):
11721         Rename hebrew-calendar-parashiot-names.  Update callers.
11722         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
11723         (calendar-hebrew-year-Saturday-incomplete-Sunday):
11724         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
11725         (calendar-hebrew-year-Saturday-complete-Tuesday):
11726         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
11727         (calendar-hebrew-year-Monday-incomplete-Tuesday):
11728         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
11729         (calendar-hebrew-year-Monday-complete-Thursday):
11730         Rename hebrew-calendar-year-Monday-complete-Thursday.
11731         (calendar-hebrew-year-Tuesday-regular-Thursday):
11732         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
11733         (calendar-hebrew-year-Thursday-regular-Saturday):
11734         Rename hebrew-calendar-year-Thursday-regular-Saturday.
11735         (calendar-hebrew-year-Thursday-complete-Sunday):
11736         Rename hebrew-calendar-year-Thursday-complete-Sunday.
11737         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
11738         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
11739         (calendar-hebrew-year-Saturday-complete-Thursday):
11740         Rename hebrew-calendar-year-Saturday-complete-Thursday.
11741         (calendar-hebrew-year-Monday-incomplete-Thursday):
11742         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
11743         (calendar-hebrew-year-Monday-complete-Saturday):
11744         Rename hebrew-calendar-year-Monday-complete-Saturday.
11745         (calendar-hebrew-year-Tuesday-regular-Saturday):
11746         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
11747         (calendar-hebrew-year-Thursday-incomplete-Sunday):
11748         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
11749         (calendar-hebrew-year-Thursday-complete-Tuesday):
11750         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
11751         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
11752         Update for above name changes of constants.
11754         * calendar/cal-menu.el, calendar/calendar.el:
11755         Update for chinese and hebrew name changes.
11756         * calendar/diary-lib.el: Update for hebrew name changes.
11758 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11760         * subr.el (keymap-canonicalize): Correct thinko.
11762         * server.el: Undo part of the multi-tty change, which is only
11763         needed if server.el is preloaded, and broke server-running-p.
11764         (server-socket-dir): Initialize in the defvar, as before.
11765         (server-start): Remove initialization of server-socket-dir.
11767 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
11769         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
11770         3-member cons cells.
11772 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
11774         * cus-face.el (custom-face-attributes): Handle roman slant.
11776         * faces.el (default): Ensure the face-defface-spec property is set.
11778 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
11780         * files.el (abort-if-file-too-large): New function.
11781         (find-file-noselect, insert-file-1): Use it.
11783 2008-04-05  Reto Zimmermann  <reto@gnu.org>
11785         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
11786         Replace C-c[a-zA-Z] key bindings.
11788 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11790         * progmodes/hideif.el (hif-token-alist): New var.
11791         (hif-token-regexp, hif-tokenize): Use it.
11792         (hif-mathify-binop): New macro.
11793         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
11794         (hif-greater-equal, hif-less-equal): Use it.
11795         (hif-logior, hif-logand): New functions.
11796         (hif-math): Accept | and & as well.
11798         * progmodes/etags.el: Fix problem with completion for buffer-local
11799         tables.  Reported by Radey Shouman <shouman@comcast.net>.
11800         (tags-complete-tag): Remove.
11801         (tags-lazy-completion-table): New function to replace it.
11802         (find-tag-tag, complete-tag): Update users.
11804 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
11806         * vc-rcs.el (vc-rcs-dir-status):
11807         * vc-sccs.el (vc-sccs-dir-status): New function.
11809         * outline.el (outline-mode-menu-bar-map):
11810         * term.el (terminal-signal-menu): Add :help.
11812         * net/eudc.el (eudc-mode-map): Declare and define in one step.
11813         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
11815         * emacs-lisp/re-builder.el (reb-mode-map):
11816         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
11818         * diff-mode.el (diff-file-junk-re): Recognize the git format for
11819         new files, deleted files and for changing permissions.
11820         (diff-mode): Set beginning-of-defun-function and
11821         end-of-defun-function.
11823         * vc-bzr.el (vc-bzr-state): Use when instead of if.
11825         * vc.el (vc-default-status-fileinfo-extra): New function.
11826         (vc-status-mark-buffer-changed): Use it.
11827         (vc-update-vc-status-buffer): Allow for partial updates.
11829 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11831         * net/tramp.el (after-init-hook): Don't wrap a lambda around
11832         tramp-register-completion-file-name-handler.
11834         * subr.el (keymap-canonicalize): New function.
11835         * mouse.el (mouse-menu-non-singleton): Use it.
11836         (mouse-major-mode-menu): Remove hack made unnecessary.
11838         * simple.el (set-fill-column): Prompt rather than error by default.
11840 2008-04-04  Andreas Schwab  <schwab@suse.de>
11842         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11843         Reset new-rules after each round.
11845         * Makefile.in (cal-autoloads): New target.
11846         (compile, compile-always, recompile): Depend on it.
11847         ($(lisp)/calendar/cal-loaddefs.el)
11848         ($(lisp)/calendar/diary-loaddefs.el)
11849         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
11851 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
11853         * ediff*.el: Replace load with require in eval-when-compile.
11855         * ediff-hook.el: Delete all invocations of (autoload ...).
11857         * ediff-util.el (ediff-setup): Make window-min-height a local variable
11858         in ediff control window, and set its min height to 2.
11859         (ediff-setup-control-buffer): Dedicate the control window.
11860         (ediff-toggle-multiframe): Undedicate control window.
11861         Work directly with ediff-setup-windows-multiframe and
11862         ediff-setup-windows-plain.
11864         * ediff-wind.el (ediff-choose-window-setup-function-automatically):
11865         New function.
11866         (ediff-window-setup-function): Change initialization.
11867         (ediff-setup-windows-automatic): Delete.
11868         (ediff-setup-windows-plain-merge): Make control window dedicated.
11869         (ediff-destroy-control-frame): Do not skip frames if working in a
11870         single frame.
11872         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
11873         eval-when-compile.
11875         * emulation/viper-util.el: Move provide's forward, prevent recursion in
11876         eval-when-compile.
11878 2008-04-04  Glenn Morris  <rgm@gnu.org>
11880         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
11881         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
11883         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
11884         Rename islamic-calendar-leap-year-p.  Update callers.
11885         (calendar-islamic-last-day-of-month):
11886         Rename islamic-calendar-last-day-of-month.  Update callers.
11887         (calendar-islamic-day-number):
11888         Rename islamic-calendar-day-number.  Update callers.
11889         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
11890         Update callers, keep old name as alias.
11891         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
11892         Update callers, keep old name as alias.
11893         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
11894         Keep old name as alias.
11895         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
11896         Update callers, keep old name as alias.
11897         (calendar-islamic-mark-date-pattern):
11898         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
11899         name as alias.
11900         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
11901         Keep old name as alias.
11902         (diary-islamic-insert-monthly-entry):
11903         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
11904         (diary-islamic-insert-yearly-entry):
11905         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
11907         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
11908         calendar-absolute-from-iso.  Update callers, keep old name as alias.
11909         (calendar-iso-print-date): Rename calendar-print-iso-date.
11910         Update callers, keep old name as alias.
11911         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
11912         Keep old name as alias.
11913         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
11914         Keep old name as alias.
11916         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
11917         calendar-absolute-from-julian.  Update callers, keep old name as alias.
11918         (calendar-julian-print-date): Rename calendar-print-julian-date.
11919         Update callers, keep old name as alias.
11920         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
11921         Update callers, keep old name as alias.
11922         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
11923         Update callers, keep old name as alias.
11924         (calendar-astro-print-day-number):
11925         Rename calendar-print-astro-day-number.  Update callers, keep old
11926         name as alias.
11927         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
11928         Update callers, keep old name as alias.
11930         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
11931         Rename calendar-string-to-mayan-long-count.  Update callers.
11932         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
11933         Update callers, keep old name as alias.
11934         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
11935         Update callers.
11936         (calendar-mayan-read-tzolkin-date):
11937         Rename calendar-read-mayan-tzolkin-date.  Update callers.
11938         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
11939         Keep old name as alias.
11940         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
11941         Keep old name as alias.
11942         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
11943         Keep old name as alias.
11944         (calendar-mayan-previous-tzolkin-date):
11945         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
11946         (calendar-mayan-next-round-date):
11947         Rename calendar-next-calendar-round-date.  Keep old name as alias.
11948         (calendar-mayan-previous-round-date):
11949         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
11950         (calendar-mayan-long-count-to-absolute): Rename
11951         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
11952         (calendar-mayan-goto-long-count-date):
11953         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
11955         * calendar/cal-persia.el (calendar-persian-month-name-array):
11956         Rename persian-calendar-month-name-array.  Update callers.
11957         (calendar-persian-epoch): Rename persian-calendar-epoch.
11958         Update callers.
11959         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
11960         Update callers.
11961         (calendar-persian-last-day-of-month):
11962         Rename persian-calendar-last-day-of-month.  Update callers.
11963         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
11964         Update callers, keep old name as alias.
11965         (calendar-persian-print-date): Rename calendar-print-persian-date.
11966         Update callers, keep old name as alias.
11967         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
11968         Keep old name as alias.
11970         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
11971         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
11972         * calendar/solar.el: Update for cal-julian name changes.
11974         * calendar/cal-dst.el: Update for persian name changes.
11976         * calendar/cal-menu.el, calendar/calendar.el:
11977         Update for islamic, iso, julian, mayan, persian name changes.
11979         * calendar/diary-lib.el: Update for islamic name changes.
11981         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
11982         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
11983         as alias.
11984         (calendar-christian-all-holidays-flag):
11985         Rename all-christian-calendar-holidays.  Update callers, keep old
11986         name as alias.
11987         (calendar-islamic-all-holidays-flag):
11988         Rename all-islamic-calendar-holidays.  Update callers, keep old
11989         name as alias.
11990         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
11991         Update callers, keep old name as alias.
11992         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
11993         Update for the above name changes.
11995 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
11997         * hilit-chg.el (global-highlight-changes-mode)
11998         (highlight-changes-passive-string, highlight-changes-active-string):
11999         Mark as obsolete since 23.1, not 22.1.
12001 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
12003         * hilit-chg.el (highlight-changes-visibility-initial-state)
12004         (hilit-chg-update, highlight-changes-mode-turn-on):
12005         Fix typos in docstrings.
12007 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
12009         * newcomment.el (comment-enter-backward): Be careful to restore
12010         position changed during narrowing.
12012 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
12014         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12015         Recognize `sub ($$)'.
12017 2008-04-03  Richard Sharman  <rsharman@pobox.com>
12019         * hilit-chg.el (highlight-changes-mode): Rename from
12020         highlight-changes; no longer uses sub-modes active and passive;
12021         implemented by define-minor-mode.
12022         (highlight-changes-toggle-visibility): New function, to replace
12023         the old passive/active submodes of global-highlight-changes-mode;
12024         implemented by define-minor-mode.
12025         (global-highlight-changes-mode): Rename from global-highlight-changes;
12026         rewrite using define-globalized-minor-mode.
12027         (hilit-chg-major-mode-hook, hilit-chg-check-global)
12028         (hilit-chg-post-command-hook, hilit-chg-check-global)
12029         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
12030         to use of define-globalized-minor-mode.
12031         (highlight-changes-global-initial-state): Change to be boolean.
12032         (highlight-changes-visible-string, highlight-changes-invisible-string):
12033         Rename from highlight-changes-active-string and
12034         highlight-changes-passive-string.
12035         (hilit-chg-update, hilit-chg-set): Use them.
12036         (global-highlight-changes-mode): Rename from global-highlight-changes.
12037         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
12038         docstring.
12039         (hilit-chg-hide-changes): Rewrite to use dolist.
12040         (hilit-chg-set-face-on-change, hilit-chg-update)
12041         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
12042         variable instead of testing highlight-changes-mode.
12043         (highlight-markup-buffers): Add require ediff-util; argument on calls
12044         to highlight-changes-mode changed.
12045         (highlight-compare-with-file): Fix problems with interactive
12046         call giving invalid default file.
12048 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
12050         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
12051         Fix in disassembly buffer (regression in 22.2).
12053 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
12055         * emulation/viper-macs.el (viper-read-fast-keysequence):
12056         Use viper-read-event instead of viper-read-key.
12058         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
12060         * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
12061         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
12062         let-statements.
12064         * emulation/viper-ex.el, emulation/viper-macs.el:
12065         * emulation/viper-mous.el:
12066         Replace load with require in eval-when-compile.
12068 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12070         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
12072         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
12073         (archive-try-jka-compr): New function.
12074         (archive-set-buffer-as-visiting-file): Use it.
12076         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
12078 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
12080         * simple.el (handle-shift-selection): New arg.
12082 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12084         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
12086         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
12088 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
12090         * shell.el (shell-dynamic-complete-filename): New fun.
12091         (shell-dynamic-complete-functions): Use it.
12093         * help-fns.el (describe-variable): Undo 2008-02-25 change.
12095 2008-04-03  Kenichi Handa  <handa@m17n.org>
12097         * international/fontset.el (create-fontset-from-x-resource):
12098         Handle the error of X resource more gracefully.
12100         * international/latin1-disp.el (latin1-display): Don't use make-char.
12101         Fix the argument to set-char-table-range.
12102         (latin1-display-identities): Don't use make-char.
12103         (latin1-display-reset): Use map-charset-chars instead of directly
12104         calling standard-display-default.
12105         (latin1-display-check-font): Don't use make-char.
12106         (latin1-display-setup): Likewise.
12107         (latin1-display-ucs-per-lynx): Likewise.
12109 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12111         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
12112         name the fields, to make the code clearer.
12113         Rewrite all `aset' and `aref' using the defined accessors.
12114         (timer--time): New pseudo-field.
12115         (timer-set-time, timer-set-idle-time, timer-inc-time)
12116         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
12117         (timer--time-less-p): New function.
12118         (timer--activate): New function, extracted from timer-activate.
12119         (timer-activate-when-idle, timer-activate): Use it.
12120         (cancel-function-timers): Use dolist.
12122 2008-04-03  Glenn Morris  <rgm@gnu.org>
12124         * add-log.el (c-beginning-of-defun, c-end-of-defun):
12125         Remove declarations; no longer used.
12126         (c-cpp-define-name, c-defun-name): Declare as functions.
12128         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
12129         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
12131         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
12132         (holiday-passover-etc, holiday-hanukkah): Doc fix.
12133         Add optional argument.  Simplify.
12134         (holiday-tisha-b-av-etc): Use memq rather than unless.
12135         (holiday-julian): Autoload it.
12136         (holiday-hebrew-misc): New function.
12138         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
12140         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
12141         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
12142         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
12143         all-hebrew-calendar-holidays.
12144         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
12145         Simplify using new functions.
12146         (calendar-holidays): Doc fix.
12147         (generate-calendar-window): Use bound-and-true-p.
12149         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
12151         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
12152         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
12153         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
12154         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
12156         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
12158 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12160         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
12162         * vc-bzr.el (vc-bzr-checkout): Simplify.
12164         * image-mode.el (image-mode-fit-frame): New command.
12166         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
12167         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
12168         (keyboard-escape-quit): Check region-active-p i.s.o
12169         transient-mark-mode.
12171 2008-04-02  Simon Josefsson  <simon@josefsson.org>
12173         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
12174         (imap-message-copyuid-1): Use it.
12175         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
12176         J. Williams in
12177         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
12179 2008-04-02  Alan Mackenzie  <acm@muc.de>
12181         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
12182         New optimised functions to get the name of the current defun/macro.
12184         * add-log.el (add-log-current-defun): Move the functionality which
12185         gets the current function name for C like modes to cc-cmds.el,
12186         thus optimising for speed.
12188 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
12190         * simple.el (deactivate-mark): When the mark is temporarily
12191         active, restore the original value of transient-mark-mode.
12192         (set-mark-command): First deactivate the mark if was temporarily active.
12193         (exchange-point-and-mark): Reactivate the mark if it was
12194         temporarily active.
12195         (handle-shift-selection): New fun.
12196         (transient-mark-mode): Move var documentation here from buffer.c.
12197         (next-line, previous-line, backward-word, move-end-of-line)
12198         (move-beginning-of-line, forward-to-indentation)
12199         (backward-to-indentation, back-to-indentation)
12200         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
12202         * mouse.el (mouse-set-region-1): Save the old value of
12203         transient-mark-mode.
12204         (mouse-drag-track): Ignore the now-obsolete value `identity' for
12205         transient-mark-mode.
12207         * textmodes/paragraphs.el (forward-paragraph)
12208         (backward-paragraph, forward-sentence, backward-sentence): Add ^
12209         interactive spec.
12211         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
12213 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
12215         * net/tramp.el (tramp-make-tramp-temp-file):
12216         Use `tramp-drop-volume-letter' for the local file name part.
12218 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
12220         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
12221         Add menu entries corresponding to all the key bindings.
12223         * emacs-lisp/debug.el (debugger-mode-map):
12224         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
12225         (conf-align-assignments): Only work on the region if it is active.
12226         (conf-quote-normal): Use when instead of if.  Remove redundant test.
12228         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12229         for tracing and re-builder.
12231 2008-04-02  Glenn Morris  <rgm@gnu.org>
12233         * calendar/appt.el (appt-disp-window-function): Doc fix.
12234         (appt-display-message): Move beep before display.
12235         (appt-check): Make interactive.  Reduce the number of lets.
12236         Use string-equal to compare mode-line strings.
12237         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
12238         read-only.
12239         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
12240         (appt-delete): Simplify.
12242         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
12244         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
12246         * calendar/cal-hebrew.el (list-yahrzeit-dates):
12247         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
12248         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
12250         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
12251         (calendar-holiday-marker, mark-visible-calendar-date):
12252         * calendar/diary-lib.el (fancy-diary-display):
12253         Check for font-lock-mode before using faces.
12255         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
12256         (calendar-gregorian-from-absolute): Reduce the number of lets.
12257         (hebrew-holidays-4, generate-calendar-window): Simplify.
12258         (calendar-for-loop): Make obsolete.
12259         (calendar-nth-named-day): Doc fix.
12261         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
12262         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
12263         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
12264         Reduce the number of lets.
12265         (mark-sexp-diary-entries, calendar-mark-complex):
12266         Expand calendar-for-loops.
12268 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
12270         * find-dired.el (find-dired-filter): Fix last patch to handle
12271         multi-line process input.  Pad link numbers too.
12273 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
12275         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
12277 2008-04-01  Jason Rumney  <jasonr@gnu.org>
12279         * international/characters.el (script-list): Add phonetic script,
12280         covering IPA (previously Latin), Phonetic Extensions and
12281         Phonetic Extensions Supplement (both previously unassigned).
12283         * international/fontset.el (setup-default-fontset): Use unicode fonts
12284         that cover bopomofo script for bopomofo.
12285         Likewise for braille and mathematical.
12286         Use unicode scripts that cover the phonetic script for IPA.
12288 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
12290         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
12291         return the assigned value.
12293 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12295         * abbrev.el (abbrev-mode): Use define-minor-mode.
12297         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
12298         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
12299         Use map-keymap.
12300         (minor-mode-menu-from-indicator): Use it.  Simplify.
12302         * bindings.el (mode-line-mode-menu): Move before (new) first use.
12303         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
12304         Bind the key directly to the menu.
12305         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
12307 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
12309         * epa.el (epa-decrypt-region): Explain the reason why this
12310         function should not be used in Lisp programs.
12311         (epa-decrypt-armor-in-region): Ditto.
12312         (epa-verify-region): Ditto.
12313         (epa-verify-cleartext-in-region): Ditto.
12314         (epa-sign-region): Ditto.
12315         (epa-encrypt-region): Ditto.
12317         * epg.el (epg-start-receive-keys): Fix typo in docstring.
12319         * epa.el (epa-select-keys): Show menu even if there is no key in
12320         GnuPG's keyring.
12322 2008-04-01  Glenn Morris  <rgm@gnu.org>
12324         * calendar/calendar.el (calendar-make-temp-face): New function.
12325         (mark-visible-calendar-date):
12326         * calendar/diary-lib.el (fancy-diary-display): Use it.
12328         * vc-hooks.el (vc-responsible-backend): Declare as function.
12330         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
12331         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
12332         * calendar/cal-julian.el (holiday-julian): Use it.
12334         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
12335         (calendar-hebrew-date-is-visible-p): Extract some common code into
12336         separate function.
12337         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
12339         * calendar/cal-menu.el (cal-menu-holidays-menu):
12340         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
12341         rather than obsolete alias.
12343         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
12344         for mark characters.
12345         (calendar-unmark): Unmark by removing all overlays, rather than
12346         redrawing.
12347         (calendar-starred-day): Remove.
12348         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
12349         (calendar-cursor-to-date): No need for special star handling now
12350         using overlays.
12351         (calendar-star-date): Use overlays.
12353         * calendar/cal-french.el (calendar-goto-french-date):
12354         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
12355         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
12356         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
12357         * calendar/cal-persia.el (calendar-persian-date-string):
12358         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12359         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
12360         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
12361         * calendar/solar.el (solar-equinoxes-solstices):
12362         Reduce nesting of some lets.
12364         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
12365         (calendar-goto-mayan-long-count-date): Simplify.
12367         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
12368         Simplify by using mapcar.
12369         (calendar-list-holidays): Return holiday-list.
12370         (list-holidays): Use let rather than let*.  Remove un-needed locals
12371         `d', `never'.
12372         (calendar-check-holidays): Return result from dolist.
12373         (holiday-float): Use a single let*.  Simplify if-and to and.
12374         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
12375         single let*.
12377 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
12379         * calc/calc.el: Autoload `calc-yank'.
12380         (calc-mode-map): Add keybindings for `calc-yank'.
12381         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
12382         assignments for `calc-yank'.
12384 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
12386         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
12387         (vc-status-mark-buffer-changed): Handle the extra field.
12389         * vc-bzr.el (vc-bzr-after-dir-status):
12390         * vc-cvs.el (vc-cvs-after-dir-status):
12391         * vc-hg.el (vc-hg-after-dir-status):
12392         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
12394 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12396         * doc-view.el: Compute displayed pages first (in PDF).
12397         (doc-view-current-converter-processes): Rename from
12398         doc-view-current-converter-process.  Update users.
12399         (doc-view-sentinel): Test buffer's liveness.
12400         (doc-view-pdf/ps->png-sentinel): Remove.
12401         (doc-view-start-process): New function.
12402         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
12403         (doc-view-ps->pdf): Use it.
12404         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
12405         New functions.
12406         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
12407         (doc-view-mode): Kill the processes when leaving the mode.
12409 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
12411         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
12412         Use `byte-compile-warning-types'.  Add docstring.
12414 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12416         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
12417         (smerge-resolve): Add various resolution heuristics.
12419         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
12420         in 3-way conflicts.
12422 2008-03-31  Glenn Morris  <rgm@gnu.org>
12424         * calendar/cal-bahai.el (diary-bahai-mark-entries):
12425         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
12426         * calendar/cal-islam.el (mark-islamic-diary-entries):
12427         Fix argument order in call to diary-mark-entries-1.
12429         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
12430         pre-Bahai dates.
12431         (holiday-bahai): Use an algorithm actually relevant to this calendar
12432         system.
12434         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
12436         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
12437         Use and.
12439         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
12440         in the last fortnight in Julian October.
12442         * calendar/calendar.el (increment-calendar-month): Optionally handle
12443         systems without 12 months per year.
12444         (calendar-date-is-visible-p): Doc fix.  Simplify.
12446         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
12447         from dolist.
12449 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
12451         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
12452         (hi-lock-unload-function): New function.
12454 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
12456         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
12457         overwriting when NEWNAME is a local file.
12459         * net/trampver.el: Update release number.
12461 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
12463         * vc-git.el: Make vc-status display information about copies,
12464         renames and permission changes.
12465         (vc-git-extra-fileinfo): New defstruct.
12466         (vc-git-escape-file-name, vc-git-file-type-as-string)
12467         (vc-git-rename-as-string, vc-git-permissions-as-string)
12468         (vc-git-status-printer): New functions.
12469         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
12470         (vc-git-after-dir-status-stage1): Look for copies, renames and
12471         permission changes.
12472         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
12473         (vc-git-dir-status): Ask for staged files and renames.
12475 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
12477         * vc.el: Allow backends to display backend specific information in
12478         the vc-status listing.
12479         (vc-status-fileinfo): Add a field for backend specific information.
12480         (vc-status-printer): Rename to ...
12481         (vc-default-status-printer): ... this.
12482         (vc-status-printer): New function.
12483         (vc-update-vc-status-buffer): Set the backend specific file info
12484         if provided.
12486 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12488         * textmodes/remember.el (remember-diary-convert-entry): Revert last
12489         change (ill-conceived).
12491 2008-03-29  Glenn Morris  <rgm@gnu.org>
12493         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
12494         * calendar/cal-julian.el (holiday-julian): Simplify.
12496         * calendar/holidays.el (list-holidays): Use or.
12498 2008-03-29  Juri Linkov  <juri@jurta.org>
12500         * window.el (split-window-preferred-horizontally): New function.
12502         * cus-start.el (split-window-preferred-function):
12503         Set choice for "vertically" to nil instead of split-window.
12504         Set choice for "horizontally" to split-window-preferred-horizontally
12505         instead of lambda.
12507 2008-03-29  Juri Linkov  <juri@jurta.org>
12509         * simple.el (minibuffer-default-add-function): New variable with
12510         the default to minibuffer-default-add-completions.
12511         (minibuffer-default-add-done): New variable.  Make it buffer-local.
12512         (minibuffer-default-add-completions): New function.
12513         (goto-history-element): Set minibuffer-default-add-done to t and
12514         call a function in minibuffer-default-add-function when the
12515         specified absolute history position is greater than the length of
12516         the minibuffer-default list and minibuffer-default-add-done is nil.
12517         Change "^End of history; no next item$" to "^End of defaults;
12518         no next item$".
12520         * bindings.el (debug-ignored-errors): Change "^End of history;
12521         no next item$" to "^End of defaults; no next item$".
12523 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12525         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
12527         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
12528         to with-no-warnings.
12530 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
12532         Sync with Tramp 2.1.13.
12534         * net/tramp-ftp.el: Require 'cl when byte-compiling.
12536         * net/trampver.el: Update release number.
12538 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
12540         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
12541         the current backend.
12543         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
12544         (vc-status-refresh): Create a temporary buffer and call the
12545         `dir-status' backend function from that buffer.
12547         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
12548         (vc-bzr-after-dir-status): Don't kill the buffer.
12550         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
12551         (vc-cvs-after-dir-status): Don't kill the buffer.
12553         * vc-git.el (vc-git-dir-status): Don't create a buffer.
12554         (vc-git-after-dir-status-stage2): Don't kill the buffer.
12556         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
12557         (vc-hg-after-dir-status): Don't kill the buffer.
12559         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
12560         (vc-svn-after-dir-status): Don't kill the buffer.
12562 2008-03-29  Glenn Morris  <rgm@gnu.org>
12564         * calendar/calendar.el (diary-file, american-date-diary-pattern)
12565         (european-date-diary-pattern, european-calendar-display-form)
12566         (american-calendar-display-form, diary-display-hook): Doc fixes.
12567         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
12568         custom :set.  Mark as obsolete.
12569         (calendar-date-style, iso-date-diary-pattern)
12570         (iso-calendar-display-form): New user variables.
12571         (diary-date-forms, calendar-date-display-form): Set using
12572         calendar-date-style.  Doc fix.
12573         (calendar-set-date-style): New command.
12574         (european-calendar, american-calendar): Use calendar-set-date-style.
12575         Mark as obsolete.
12577         * calendar/diary-lib.el (number): Move declaration where needed.
12578         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
12579         (diary-make-date): New function.
12580         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
12581         Use diary-make-date.
12582         (diary-date-display-form, diary-insert-entry-1): New functions.
12583         (insert-monthly-diary-entry, insert-yearly-diary-entry):
12584         Use diary-insert-entry-1.
12585         (insert-anniversary-diary-entry, insert-block-diary-entry)
12586         (insert-cyclic-diary-entry): Use diary-date-display-form.
12588         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
12589         Autoload diary-insert-entry-1.
12590         * calendar/cal-bahai.el (diary-bahai-insert-entry)
12591         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
12592         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
12593         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
12594         * calendar/cal-islam.el (insert-islamic-diary-entry)
12595         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
12596         Use diary-insert-entry-1.
12598         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
12599         (diary-yahrzeit): Doc fix.  Use diary-make-date.
12601         * calendar/icalendar.el (icalendar--datetime-to-american-date):
12602         New name for icalendar--datetime-to-noneuropean-date.  Make old name
12603         obsolete alias.
12604         (icalendar--datetime-to-iso-date): New function.
12605         (icalendar--datetime-to-diary-date): Doc fix.  Respect
12606         calendar-date-style if bound.
12608         * textmodes/remember.el (remember-diary-convert-entry):
12609         Respect calendar-date-style if bound.
12611 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12613         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
12614         (xterm-mouse-handle-delete-frame): Delete.
12616         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
12617         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
12618         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
12619         in xterm-modify-other-keys-terminal-list.
12621         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
12622         are conflicts.
12624 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
12626         * vc.el (vc-update): Check if the buffer is unsaved only if it
12627         actually exists.
12628         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
12629         vc-print-log.
12631 2008-03-28  Magnus Henoch  <mange@freemail.hu>
12633         * net/dns.el (dns-write): Use set-buffer-multibyte.
12635 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12637         * vc-bzr.el (vc-bzr-sha1): New fun.
12638         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
12639         (vc-bzr-registered): Use it.
12641 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
12643         * vc.el (vc-status-kill-dir-status-process): Simplify.
12644         (vc-status-refresh): Make sure the buffer is live.
12645         (ring): Don't require it, not used.
12647 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
12649         * progmodes/verilog-mode.el (verilog-auto-inout-module):
12650         Add optional regular expression to AUTOINOUTMODULE.
12651         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
12652         (verilog-auto-inst-param, verilog-auto-reg)
12653         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
12654         (verilog-auto-output-every, verilog-auto-input)
12655         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
12656         (verilog-auto-unused, verilog-auto): Update documentation to use
12657         more obvious instance module names versus cell names.
12659 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
12661         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
12662         kill if a process is running.
12664         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
12666 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
12668         * vc.el: Add new backend function 'status-extra-headers.
12669         (vc-default-status-extra-headers): New function.
12670         (vc-status-headers): Call 'status-extra-headers.  Add colors.
12672         * vc-git.el (vc-git-status-extra-headers): New function.
12674 2008-03-28  Glenn Morris  <rgm@gnu.org>
12676         * calendar/cal-menu.el (cal-menu-holidays-menu)
12677         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
12678         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
12679         holiday-list is optional.
12680         (calendar-mouse-holidays): Remove un-needed local `l'.
12682         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
12683         Remove un-needed local `date'.
12684         (calendar-cursor-to-visible-date): Use let rather than let*.
12685         Remove un-needed local `first-of-month-weekday'.
12687         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
12689         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
12690         Doc fixes.
12691         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
12692         (diary-header-line-flag, diary-header-line-format): Declare.
12693         (diary-pull-attrs): Check for multiple matches.
12694         (diary-list-entries-2): Simplify finding start of date.
12695         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
12696         pop-up-frames.
12697         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
12698         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
12700 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
12702         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
12704         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
12706 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12708         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
12710         * image-mode.el (image-mode-reapply-winprops): Fix last change.
12712 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
12714         * international/mule-conf.el (define-iso-single-byte-charset):
12715         Don't make latin-iso8859-* supplementary.
12716         (#'set-charset-priority): Don't change the priority of charsets
12717         `unicode' and `emacs'.
12719 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12721         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
12722         temp buffer.
12724 2008-03-27  Glenn Morris  <rgm@gnu.org>
12726         * calendar/cal-bahai.el (diary-bahai-list-entries):
12727         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
12728         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
12730         * calendar/calendar.el (diary-file): Doc fix.
12732         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
12733         (list-diary-entries-hook, mark-diary-entries-hook)
12734         (include-other-diary-files, diary-mail-entries)
12735         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
12736         (diary-set-header): New function.
12737         (diary-header-line-flag, diary-header-line-format):
12738         Use diary-set-header for custom :set function.
12739         (diary-set-maybe-redraw): Use symbol-value rather than eval.
12740         (diary-attrtype-convert): Use intern-soft rather than read.
12741         (diary-display-no-entries): New function.
12742         (simple-diary-display, fancy-diary-display): Use it.
12743         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
12744         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
12746         * calendar/holidays.el (list-holidays): Doc fix.
12748 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
12750         * calc/calc-store.el (calc-read-var-name-history): New variable.
12751         (calc-read-var-name): Use `calc-read-var-name-history'.
12753 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12755         * image-mode.el (image-mode-reapply-winprops): Simplify now that
12756         window-configuration-change-hook works buffer-locally.
12758 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
12760         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
12761         for Emacs Lisp, not Lisp.
12763 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
12765         * help-fns.el (describe-function-1, describe-variable):
12766         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
12768         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
12769         replacement is provided, don't print "use nil instead".
12771 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
12773         * complete.el (PC-do-completion): Use regexp-quote.
12775 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
12777         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
12778         Detect missing files.
12780         * vc-git.el (vc-git-extra-menu-map): New key map.
12781         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
12782         New functions.
12784         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
12785         and 'missing files.
12787 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12789         * calendar/holidays.el (list-holidays): Make Y2 optional.
12791         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
12792         buffers shown to the user.
12793         (appt-disp-window): Disable undo explicitly now that the leading space
12794         is gone.
12796         * simple.el (activate-mark): New function.
12797         (set-mark-command): Use it with region-active-p to clean up the code.
12798         (exchange-point-and-mark): Invert the meaning of C-u when
12799         transient-mark-mode is active.
12801         * dired-aux.el (dired-create-files): Use dolist.
12803         * bindings.el (mode-line-change-eol): Use with-selected-window.
12805         * apropos.el (apropos-command): Include macros.
12807 2008-03-26  Glenn Morris  <rgm@gnu.org>
12809         * calendar/cal-bahai.el: Require calendar, not cal-julian.
12810         (calendar-bahai-epoch): Doc fix.
12812         * calendar/cal-china.el: Explicitly require calendar.
12814         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
12815         Require calendar rather than cal-julian.
12816         Autoload calendar-absolute-from-julian.
12817         * calendar/cal-coptic.el (coptic-calendar-epoch):
12818         * calendar/cal-islam.el (calendar-islamic-epoch):
12819         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
12821         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
12823         * calendar/cal-dst.el: Don't require cal-persia.
12824         (calendar-absolute-from-persian): Autoload it.
12825         (dst-adjust-time): Doc fix.
12827         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
12828         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
12829         calendar.
12831         * calendar/cal-menu.el: Require calendar rather than declaring
12832         functions.
12833         * calendar/calendar.el: Provide calendar before requiring cal-menu.
12835         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
12836         calendar-after-frame-setup-hooks.  Update callers, make old name an
12837         obsolete alias.  Doc fix.
12838         (calendar-frame-1): Doc fix.
12840         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
12842         * calendar/calendar.el (oriental-holidays, solar-holidays):
12843         * calendar/holidays.el (list-holidays): Assume atan always bound.
12845         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
12846         Explicitly require calendar, not cal-julian.
12847         * calendar/lunar.el: Explicitly require cal-dst.
12849 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12851         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
12853         * help-fns.el (describe-function-1, describe-variable): If no
12854         replacement is provided, don't print "use nil instead".
12856 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12858         * proced.el: New file.
12860 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
12862         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
12864 2008-03-25  Juri Linkov  <juri@jurta.org>
12866         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
12867         in battery-mode-line-format.
12869         * bindings.el (minibuffer-local-map): For the command
12870         file-cache-minibuffer-complete replace keymap minibuffer-local-map
12871         with map which is already locally bound to minibuffer-local-map.
12873 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12875         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
12876         Remove `sort-first' argument.
12878         * subr.el (redisplay-end-trigger-functions)
12879         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
12880         (process-filter-multibyte-p, set-process-filter-multibyte):
12881         Mark as obsolete.
12883 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
12885         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
12886         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
12887         use the LOCAL arg of `add-hook'.
12888         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
12889         Remove spurious * from defcustom docstrings.
12890         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
12891         Fix typos in messages.
12892         (reb-mode-buffer-p): New function.
12893         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
12894         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
12895         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
12896         Use `unless', `when'.
12897         (re-builder-unload-function): New function.
12899 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
12901         * vc-hooks.el (vc-state): Add documentation for 'missing.
12903 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
12905         * progmodes/verilog-mode.el (verilog-auto-output)
12906         (verilog-auto-input, verilog-auto-inout, verilog-auto)
12907         (verilog-delete-auto): Add optional regular expression to
12908         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
12909         (verilog-signals-matching-regexp): New internal function for
12910         signal matching.
12912 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
12914         * info.el (Info-isearch-search): Always return point.
12916 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12918         * diff-mode.el (diff-remembered-defdir): New var.
12919         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
12921 2008-03-25  Glenn Morris  <rgm@gnu.org>
12923         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
12924         calendar-bahai-prompt-for-date.  Update callers, make old name an
12925         obsolete alias.  Doc fix.
12926         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
12927         coptic-prompt-for-date.  Update callers, make old name an
12928         obsolete alias.  Doc fix.
12929         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
12930         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
12931         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
12932         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
12933         * calendar/cal-iso.el (calendar-iso-read-date): New name for
12934         calendar-iso-read-args.  Update callers, make old name an obsolete
12935         alias.
12936         * calendar/cal-persia.el (calendar-persian-read-date): New name for
12937         persian-prompt-for-date.  Update callers, make old name an
12938         obsolete alias.  Doc fix.  Move definition before use.
12940         * calendar/cal-x.el (diary-frame-parameters)
12941         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
12942         (calendar-frame-1): Doc fixes.
12943         (make-fancy-diary-buffer): Remove declaration.
12944         (calendar-dedicate-diary): Replace call to deleted function
12945         make-fancy-diary-buffer.
12946         (calendar-frame-setup): New function.
12947         (calendar-one-frame-setup, calendar-only-one-frame-setup)
12948         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
12949         work, and mark as obsolete.
12950         (special-display-buffer-names): Don't mess with this; it's not our
12951         business.
12952         (cal-x-load-hook): Defvar it, and mark as obsolete.
12954         * calendar/calendar.el (calendar-remove-frame-by-deleting):
12955         Default to t.  Add to 'calendar group.
12956         (calendar): Doc fix.  Use calendar-frame-setup.
12957         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
12958         (generate-calendar-window): Doc fix.
12960 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12962         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
12964 2008-03-24  Drew Adams  <drew.adams@oracle.com>
12966         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
12967         New variables.
12968         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
12969         (finder-exit): Ignore errors rather than avoiding them.
12970         Kill *Finder-package* buffer also.
12972 2008-03-24  Andreas Schwab  <schwab@suse.de>
12974         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
12976 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
12978         * vc-hg.el (vc-hg-after-dir-status):
12979         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
12981         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
12982         Detect removed files.
12984         * vc.el (vc-status-printer): Use a different face for missing files.
12985         (vc-status-hide-up-to-date): Rename from
12986         vc-status-remove-up-to-date.  Update all callers.
12987         (vc-status-mode-map): Bind C-m.
12989 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
12991         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
12992         code ...
12993         (vc-git--state-code): ... to this new function.
12994         (vc-git-state): Use it.
12996 2008-03-24  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
12998         * textmodes/remember.el (remember-mail-date)
12999         (remember-store-in-mailbox): Write date and From line in such a
13000         way that Mutt can read it.
13002 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
13004         * simple.el (transient-mark-mode): Turn on by default.
13006 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
13008         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
13009         'unregistered for unregistered files.
13011         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
13013         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
13015         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
13016         subdirectories.
13018         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
13019         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
13020         Add :enable for vc-status-refresh.
13021         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
13022         (vc-status-tool-bar-map): Add binding for
13023         vc-status-kill-dir-status-process.
13024         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
13025         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
13026         Reset vc-status-process-buffer.
13027         (vc-status-refresh): Don't run two refreshes at a time.
13028         (vc-status): If the buffer is already in vc-status-mode only refresh.
13029         (vc-status-mark-buffer-changed): Add an optional file parameter.
13030         (vc-resynch-buffer): Use it.
13031         (vc-delete-file): Expand the file name before using it.
13032         Be careful to not create a new buffer with the old file contents.
13033         Update the VC state after performing the operation.
13035 2008-03-23  Andreas Schwab  <schwab@suse.de>
13037         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
13038         Fix radio button condition.
13039         [box]: Likewise.
13040         [customize]: Add radio button.
13042 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
13044         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
13045         (calc-user-parse-tables, calc-gnuplot-default-device)
13046         (calc-gnuplot-default-output, calc-gnuplot-print-device)
13047         (calc-gnuplot-print-output, calc-gnuplot-geometry)
13048         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
13049         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
13050         (calc-undo-list, calc-redo-list, calc-main-buffer)
13051         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
13052         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
13053         (calc-said-hello, calc-executing-macro, calc-any-selections)
13054         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
13055         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
13056         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
13057         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
13058         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
13059         (calc-create-buffer, calc-quit): Add docstrings.
13061 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
13063         * makefile.w32-in (WINS_ALMOST): Add org.
13065 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
13067         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
13068         New functions to implement vc-status support.
13070 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
13072         * vc.el (vc-status-prepare-status-buffer): New function.
13073         (vc-status): Use it.
13075         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
13076         appropriate.
13078 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
13080         * vc-git.el (vc-git--empty-db-p)
13081         (vc-git-after-dir-status-stage1-empty-db): New functions.
13082         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
13083         Add support for empty repositories.
13085 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
13087         * vc-git.el (vc-git-annotate-extract-revision-at-line):
13088         Allow "^" in a version name.
13090         * vc-mtn.el (vc-mtn-state): Support the added state.
13092 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
13094         * org: New directory for Org-mode.
13096         * org/org-export-latex.el: Moved from lisp/texmodes.
13098         * org/org-irc.el: Moved from lisp/texmodes.
13100         * org/org-mac-message.el: Moved from lisp/texmodes.
13102         * org/org-mouse.el: Moved from lisp/texmodes.
13104         * org/org-publish.el: Moved from lisp/texmodes.
13106 2008-03-21  Juri Linkov  <juri@jurta.org>
13108         * comint.el (comint-dynamic-simple-complete):
13109         Use variable `stub' for the second arg `common-substring'
13110         of `comint-dynamic-list-completions'.
13111         (comint-dynamic-list-filename-completions):
13112         Use variable `filenondir' for the second arg `common-substring'
13113         of `comint-dynamic-list-completions'.
13114         (comint-dynamic-list-completions): Add new optional arg
13115         `common-substring'.  Add `common-substring' as the second arg of
13116         the call to `display-completion-list'.  Doc fix.
13118         * comint.el (comint-dynamic-complete-as-filename)
13119         (comint-dynamic-list-filename-completions)
13120         (comint-dynamic-simple-complete): Use `minibuffer-message'
13121         to display message "No completions of %s" when a command
13122         is called in the minibuffer.
13123         (comint-dynamic-simple-complete): Don't display other
13124         completion messages when a command is called in the minibuffer.
13125         (comint-dynamic-list-completions): Use `minibuffer-message'
13126         to display message " [Type space to flush ...]" when a command
13127         is called in the minibuffer.
13129         * shell.el (shell-dynamic-complete-command)
13130         (shell-dynamic-complete-environment-variable): Don't display
13131         completion messages when command is called in the minibuffer.
13133         * emacs-lisp/lisp.el (lisp-complete-symbol):
13134         Use `minibuffer-message' to display message "No completions of %s"
13135         when this command is called in the minibuffer.
13137         * bindings.el (standard-mode-line-modes): Put special help-echo
13138         tooltip on recursive edit %[ %] mode-line constructs.
13140         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
13141         "^No dynamic expansion for .* found$" to allow error messages like
13142         "No dynamic expansion for \"%s\" found in this-buffer".
13144 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
13146         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
13147         "psftp".
13149 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13151         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
13152         * vc.el (vc-default-dired-state-info): Use just "modified".
13153         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
13154         (vc-cvs-mode-line-string): Make use of the better default.
13155         (vc-cvs-parse-entry): Use the new `added'.
13156         (vc-cvs-dired-state-info): Remove.
13157         * vc-svn.el (vc-svn-dired-state-info): Remove.
13158         * vc-hg.el (vc-hg-dired-state-info): Remove.
13159         * vc-git.el (vc-git-dired-state-info): Remove.
13161 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
13163         * vc-git.el (vc-git-status-result): New variable.
13164         (vc-git-dir-status): Split out ...
13165         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
13166         ... these new functions and work asynchronously.
13168 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
13170         * vc-git.el (vc-git-after-dir-status): Remove.
13171         (vc-git-dired-state-info): Reimplement.
13173 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
13175         * replace.el (occur-mode-map): Add :help.
13177         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
13178         for disassemble.
13180         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
13181         the 'added state.
13182         (vc-status-remove-up-to-date): New function.
13183         (vc-status-mode-map, vc-status-menu-map): Bind it.
13184         (vc-status-printer): Use a different face up-to-date files.
13185         (vc-resynch-buffer): Update the vc-status buffer if it exists.
13186         (Todo): Remove solved entries.
13188         * vc-hg.el (vc-hg-state):
13189         * vc-git.el (vc-git-state):
13190         * vc-cvs.el (vc-cvs-parse-status):
13191         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
13192         state.
13194 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13196         * progmodes/compile.el (compile):
13197         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
13199         * simple.el (minibuffer-local-shell-command-map): New var.
13200         (minibuffer-complete-shell-command, read-shell-command): New funs.
13201         (shell-command, shell-command-on-region): Use them.
13203 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
13205         * vc.el (vc-status-mark-buffer-changed): New function to implement
13206         updating of the *vc-status* buffer when a buffer is saved.
13207         (vc-status-mode): Use it for after-change-hook.
13208         (vc-add-to-vc-status-buffer): Rename to ...
13209         (vc-status-add-entry): ... this.
13210         (Todo): Add new entry.
13212 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13214         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
13216 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
13218         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
13219         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
13220         Remove spurious * from defcustom docstrings.
13221         (icomplete-compute-delay): Fix docstring and remove spurious *.
13222         (icomplete-delay-completions-threshold): Fix typo in docstring and
13223         remove spurious *.
13224         (icomplete-completions): While collecting the list of prospective
13225         candidates, don't overshoot `icomplete-prospects-length'.
13227 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
13229         * textmodes/refbib.el:
13230         * textmodes/reftex.el:
13231         * textmodes/reftex-global.el:
13232         * textmodes/reftex-vars.el:
13233         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
13234         compiler pacifying defvars.
13235         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
13236         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
13237         not needed.
13239 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
13241         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
13242         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
13243         (verilog-customize, verilog-font-customize)
13244         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
13245         (verilog-mode): Update documentation strings to match tool tips.
13246         (verilog-auto-search-do, verilog-auto-re-search-do)
13247         (verilog-skip-forward-comment-or-string): Fix verilog-auto
13248         expansion when a .* appears inside a string.
13249         (verilog-re-search-forward, verilog-re-search-backward):
13250         Add comment to recall how this works.
13251         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
13253 2008-03-20  Glenn Morris  <rgm@gnu.org>
13255         * calendar/calendar.el (calendar-other-dates): New function.
13256         (calendar-print-other-dates): Use calendar-other-dates.
13257         * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
13258         the declarations it replaces.
13259         (calendar-mouse-print-dates): Use calendar-other-dates.
13261         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
13262         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
13263         (calendar-absolute-from-bahai): Fix the leap-year case.
13264         (calendar-bahai-from-absolute): Re-use the Gregorian month.
13265         (calendar-bahai-date-string, calendar-bahai-print-date):
13266         Handle pre-Bahai dates.
13268         * calendar/cal-china.el (chinese-calendar-celestial-stem)
13269         (chinese-calendar-terrestrial-branch): Make defcustoms.
13271         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
13272         (calendar-mouse-view-diary-entries): Use or.
13273         (calendar-mouse-chinese-date): Remove unused command.
13274         (cal-menu-load-hook): Mark as obsolete.
13276         * calendar/solar.el (calendar-location-name, calendar-latitude)
13277         (calendar-longitude, solar-arctan, sunrise-sunset)
13278         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
13280 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
13282         * calc/calc.el: Remove outdated comments.
13283         (defcalcmodevar, calc-mode-var-list-restore-default-values)
13284         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
13285         Add docstrings.
13287 2008-03-19  Jason Rumney  <jasonr@gnu.org>
13289         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
13291 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13293         * net/tls.el (open-tls-stream): Reindent.
13295 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
13297         * net/tramp.el (tramp-let-maybe): Removed.
13298         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
13299         It does not exist under XEmacs.
13300         (tramp-handle-file-truename, tramp-handle-expand-file-name)
13301         (tramp-completion-file-name-handler): Let-bind
13302         `directory-sep-char'.
13304         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
13305         `directory-sep-char'.
13307 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13309         * help-fns.el (describe-function-1): Don't signal "missing arglist"
13310         for autoloaded keymaps.
13312         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
13313         (electric-verilog-terminate-line, verilog-in-struct-region-p)
13314         (verilog-backward-ws&directives, verilog-forward-ws&directives)
13315         (verilog-in-comment-p, verilog-in-star-comment-p)
13316         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
13317         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
13318         (verilog-skip-forward-comment-or-string, verilog-in-paren)
13319         (verilog-skip-forward-comment-p): Use it.
13321 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
13323         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
13324         (org-remember-templates, org-time-stamp-rounding-minutes)
13325         (org-back-over-empty-lines, org-find-base-buffer-visiting)
13326         (org-columns-new): Fix typos in docstrings.
13328 2008-03-19  Glenn Morris  <rgm@gnu.org>
13330         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
13331         (tramp-handle-shell-command): Use condition-case rather than
13332         ignore-errors.
13334 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
13336         * diff-mode.el (diff-header): Make the color louder.
13337         (diff-refine-change): Tone the color down.
13339 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
13341         * descr-text.el (describe-char): When `describe-char-unidata-list'
13342         is set to show all properties, list them in the right order.
13344 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13346         * international/mule.el (load-with-code-conversion): Avoid setting
13347         default-enable-multibyte-characters.
13349 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
13351         * vc.el (vc-annotate-background): Fix custom type.
13353 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13355         * descr-text.el (describe-char-unidata-list): Allow specifying
13356         just all properties.
13357         (describe-char): Handle that new value.
13359         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
13361 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
13363         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
13364         instead of file name extension to make docs with uncommon
13365         extensions work.
13367 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
13369         * doc-view.el (require): Require cl at compile time because
13370         `assert' needs it.
13372 2008-03-18  Glenn Morris  <rgm@gnu.org>
13374         * calendar/calendar.el (initial-calendar-window-hook)
13375         (today-visible-calendar-hook): Doc fixes.
13377 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
13379         * net/tramp.el (tramp-root-regexp): Simplify.
13380         (tramp-completion-file-name-regexp-separate): Don't insist on
13381         leading "[".  This prevents method or user or host completion.
13382         (tramp-let-maybe): Autoload it.
13383         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
13384         is an alias for `identity'.
13385         (tramp-handle-write-region): Protect `last-coding-system-used'
13386         over the trailing statements.
13387         (tramp-completion-file-name-handler-post-function): Remove.
13388         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
13389         instead of calling `tramp-drop-volume-letter'.
13391         * net/tramp.el:
13392         * net/tramp-uu.el:
13393         * net/trampver.el: Move coding cookie at the end.
13395 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13397         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
13398         elements which may be something else than characters.
13400 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
13402         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
13403         New functions to implement vc-status support.
13405         * vc.el (vc-default-extra-status-menu)
13406         (vc-add-to-vc-status-buffer): New functions.
13408         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13409         for eldoc and ielm.
13411 2008-03-17  Glenn Morris  <rgm@gnu.org>
13413         * calendar/cal-x.el (diary-frame-parameters)
13414         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
13415         Fix custom type; add options.
13416         (calendar-frame, diary-frame): Doc fixes.
13417         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
13418         new functions.
13419         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
13420         Use calendar-frame-1 and calendar-dedicate-diary.
13421         (calendar-one-frame-setup): Also handle only-one-frame case.
13422         (calendar-only-one-frame-setup): Doc fix.  Just call
13423         calendar-one-frame-setup.
13425         * calendar/diary-lib.el: Re-order some definitions before their use.
13426         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
13427         (diary-list-entries): Doc fixes.
13428         (make-fancy-diary-display): Remove function.
13430         * calendar/calendar.el (calendar-today-marker)
13431         (initial-calendar-window-hook, today-visible-calendar-hook)
13432         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
13433         (calendar-star-date, calendar-mark-today): Doc fixes.
13434         (today-visible-calendar-hook): Add options.
13435         (calendar-in-read-only-buffer): New macro.
13436         (calendar-basic-setup): Adapt for change in calendar-read-date.
13437         Place holiday let inside if.
13438         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
13439         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
13440         (calendar-print-other-dates): Use one let rather than many.
13442         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
13443         (calendar-print-other-dates):
13444         * calendar/cal-hebrew.el (list-yahrzeit-dates):
13445         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
13446         * calendar/holidays.el (calendar-list-holidays, list-holidays)
13447         (calendar-cursor-holidays):
13448         * calendar/lunar.el (calendar-phases-of-moon): Use
13449         calendar-in-read-only-buffer to replace previous code and disable undo.
13451 2008-03-16  Juri Linkov  <juri@jurta.org>
13453         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
13454         and regexp-search-ring-yank-pointer for the HISTPOS argument of
13455         read-from-minibuffer to provide the correct initial minibuffer
13456         history position in isearch-edit-string when it is called from
13457         isearch-ring-adjust.
13459         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
13460         to check if the current buffer is the minibuffer, and in this case
13461         call abort-recursive-edit to kill the minibuffer.  Doc fix.
13462         (kill-this-buffer-enabled-p): Allow this function to return non-nil
13463         when the current buffer is the minibuffer.
13465         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
13467 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
13469         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
13470         Use non-nil PARENTS attribute of make-directory instead of
13471         explicitly checking existence the current cache directory.
13473 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
13475         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
13476         M-x epa-file-select-keys.
13478 2008-03-16  Kenichi Handa  <handa@m17n.org>
13480         * international/mule.el (auto-coding-alist):
13481         Use no-conversion-multibyte for archive files.
13483 2008-03-16  Glenn Morris  <rgm@gnu.org>
13485         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
13486         New functions.
13487         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
13488         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
13489         Use calendar-mark-1.
13490         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
13491         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
13492         Use calendar-mark-complex.
13493         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
13494         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
13495         Use calendar-mark-1.
13497         * calendar/calendar.el (calendar-mod): Remove.
13498         * calendar/cal-china.el (calendar-chinese-from-absolute)
13499         (calendar-chinese-date-string): Expand calendar-mod calls.
13500         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
13501         Expand calendar-mod calls.
13503         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
13504         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
13505         (diary-bahai-insert-yearly-entry): Use let rather than let*.
13506         Move obsolete aliases after the functions that replaced them.
13508         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
13509         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
13510         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
13511         Use let rather than let*.
13512         (calendar-hebrew-prompt-for-date): New function.
13513         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
13514         (holiday-tisha-b-av-etc): Use unless, let.
13516         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
13517         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
13519         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
13521         * calendar/calendar.el (calendar-for-loop): Add indent spec.
13523         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
13524         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
13525         than concat.
13526         (diary): Remove un-needed let.
13527         (view-other-diary-entries): Rename argument.
13528         (diary-list-entries-2): New function.
13529         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
13530         (print-diary-entries): Use unless.
13531         (diary-mark-entries-1): Change argument order, make all but
13532         markfunc optional.  Handle the standard (Gregorian) case.
13533         Use match-string-no-properties.  Handle marks.
13534         (mark-diary-entries): Use diary-mark-entries-1.
13535         (diary-font-lock-keywords-1): New macro.
13536         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
13538 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
13540         * calendar/icalendar.el (icalendar-version): Increase to 0.18.
13541         (icalendar-export-hidden-diary-entries): New variable.
13542         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
13543         In case of error, insert full error-val.
13544         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
13545         Use calendar-day-of-week.  Return the day number.
13546         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
13548 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
13550         * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
13551         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
13552         (icalendar-export-region): Ignore hidden diary entries.
13553         (icalendar--convert-ordinary-to-ical): Fix case where event
13554         spans across midnight boundary.
13555         (icalendar-first-weekday-of-year): New function.
13556         (icalendar--convert-weekly-to-ical): Allow user-selectable start
13557         year for recurring events (Mozilla calendars do not propagate
13558         recurring events forever, so year 2000 start date was not working).
13559         (icalendar--convert-yearly-to-ical): Remove extra spaces in
13560         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
13562 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
13564         * net/tramp.el (tramp-root-regexp): New defconst.
13565         (tramp-completion-file-name-regexp-unified)
13566         (tramp-completion-file-name-regexp-separate)
13567         (tramp-completion-file-name-regexp-url): Use it.
13568         (tramp-do-copy-or-rename-file-via-buffer):
13569         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
13570         t for `insert-file-contents-literally'.
13571         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
13572         Autoload it.
13573         (tramp-completion-file-name-handler-post-function): New defconst.
13574         (tramp-completion-file-name-handler): Use it.
13575         (tramp-maybe-open-connection): Update calls to
13576         `tramp-flush-connection-property' for removed 2nd argument.
13578 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13580         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
13581         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
13582         New functions.
13584 2008-03-15  Glenn Morris  <rgm@gnu.org>
13586         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
13587         New functions.
13588         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
13589         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13590         (diary-list-entries-1, diary-mark-entries-1): Autoload.
13591         (diary-bahai-list-entries): Use diary-list-entries-1.
13592         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
13593         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
13594         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13595         (diary-list-entries-1, diary-mark-entries-1): Autoload.
13596         (list-hebrew-diary-entries): Use diary-list-entries-1.
13597         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
13598         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
13599         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13600         (diary-list-entries-1, diary-mark-entries-1): Autoload.
13601         (list-islamic-diary-entries): Use diary-list-entries-1.
13602         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
13604         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
13606         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
13608         * calendar/cal-china.el (number-chinese-months)
13609         (calendar-chinese-from-absolute): Use nth, caar.
13611         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
13613         * calendar/cal-french.el (french-calendar-accents): Doc fix.
13615         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
13616         (calendar-hebrew-month-name-array-leap-year)
13617         (hebrew-calendar-parashiot-names): Make constants.
13618         (diary-parasha): Move definition after constants it uses.
13620         * calendar/cal-html.el (cal-html-insert-link-yearpage)
13621         (cal-html-htmlify-list): Doc fix.
13622         (cal-html-htmlify-entry): Use nth.
13624         * calendar/cal-islam.el (calendar-islamic-month-name-array)
13625         (calendar-islamic-epoch): Make constants.
13626         (calendar-islamic-epoch): Doc fix.
13628         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
13630         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
13631         (cal-tex-month-name): Doc fix.
13632         (cal-tex-last-blank-p): Use zerop.
13634         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
13635         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
13636         (calendar-cursor-to-date): Doc fix.
13637         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
13638         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
13639         (calendar-day-number): Use when.
13640         (generate-calendar-month): Use dotimes.
13641         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
13642         (calendar-set-mark): Reverse conditional.
13643         (calendar-make-alist): Move definition before use.
13645         * calendar/diary-lib.el (diary-face-attrs)
13646         (diary-glob-file-regexp-prefix, diary-selective-display)
13647         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
13648         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
13649         (diary-anniversary, diary-cyclic)
13650         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
13651         (diary-header-line-format): Change wording.
13652         (diary-list-entries): Set `date-start' in let.
13653         (include-other-diary-files, mark-included-diary-files): Use format.
13654         (simple-diary-display, fancy-diary-display): Use cadr, unless.
13655         (mark-diary-entries): Use 1+.
13656         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
13657         (mark-calendar-month): Use dotimes.
13659         * calendar/holidays.el (displayed-month, displayed-year):
13660         Move declarations where needed.
13661         (calendar-list-holidays): Doc fix.
13663         * calendar/parse-time.el (parse-time-string): Simplify.
13665         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
13666         Make constants.
13667         (solar-sunrise-sunset): Rename some local variables for clarity.
13668         (sunrise-sunset): Use zerop.
13669         (solar-mean-equinoxes/solstices): Doc fix.
13671         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
13672         Use nth.
13673         (timeclock-completing-read, timeclock-generate-report): Use zerop.
13674         (timeclock-mean, timeclock-generate-report): Use dolist.
13676         * calendar/todo-mode.el (todo-add-category): Simplify.
13677         (todo-more-important-p, todo-delete-item, todo-file-item):
13678         Use unless, when.
13679         (todo-top-priorities): Use zerop.
13681 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
13683         * buff-menu.el (list-buffers-noselect): Display buffer name in
13684         tooltip instead of mouse binding when it doesn't fit in the list.
13686 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
13688         * faces.el (xw-defined-colors):
13689         * simple.el (widget-convert, shell-mode): Declare as functions
13690         instead of autoloading.
13692         * abbrev.el:
13693         * button.el:
13694         * cus-face.el:
13695         * ediff-hook.el:
13696         * emacs-lisp/backquote.el:
13697         * emacs-lisp/timer.el:
13698         * facemenu.el:
13699         * faces.el:
13700         * menu-bar.el:
13701         * simple.el:
13702         * subr.el:
13703         * textmodes/fill.el:
13704         * textmodes/paragraphs.el: Remove autoloads, redundant when the
13705         files are preloaded.
13707 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13709         * desktop.el (desktop-create-buffer): Don't catch errors if
13710         debug-on-error is set.
13712 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
13714         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
13715         ($(lisp)/calendar/diary-loaddefs.el)
13716         ($(lisp)/calendar/hol-loaddefs.el): New targets.
13717         (LOADDEFS): New macro.
13718         (autoloads): Depend on $(LOADDEFS).
13720 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
13722         * font-lock.el (featurep): Remove test, not useful anymore.
13723         (facemenu-keymap): Move key binding ...
13724         * facemenu.el (facemenu-keymap): ... here.
13726         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
13727         for each file in the list.
13728         (vc-bzr-log-view-mode): Recognize the file marker.
13730         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13731         for checkdoc and profiling.
13733 2008-03-14  Bastien Guerry  <bzg@altern.org>
13735         * textmodes/flyspell.el (nxml-mode): Add the right
13736         `flyspell-mode-predicate'.
13738         * wid-edit.el (link): Use 'mouse-face for :follow-link.
13740 2008-03-14  Glenn Morris  <rgm@gnu.org>
13742         * calendar/solar.el: Reorder so that functions are defined before use.
13743         (displayed-month, displayed-year): Move declarations where needed.
13744         (solar-get-number): Move definition before use.  Use unless.
13745         (solar-equatorial-coordinates): Simplify.
13746         (solar-sunrise-and-sunset): Use let rather than let*.
13747         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
13749         * startup.el (command-line-1): Rename -internal-script back to
13750         -scriptload (reverts previous change).
13752         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
13753         (calendar-bahai-leap-base): Add doc strings.
13754         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
13755         Move definition before use.
13756         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
13757         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
13758         variables outside the loop.  Use dolist.
13759         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
13761         * calendar/cal-china.el: Re-order so that functions are defined before
13762         use.
13763         (displayed-month, displayed-year): Move declarations where needed.
13764         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
13765         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
13766         Add doc strings.
13767         (chinese-year-cache): Recenter on 2010.  Doc fix.
13768         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
13769         Doc fix.  Simplify.
13770         (chinese-year-cache-init): New function.
13771         (compute-chinese-year, holiday-chinese-new-year)
13772         (calendar-chinese-date-string, calendar-goto-chinese-date)
13773         (make-chinese-month-assoc-list): Use cadr, nth.
13774         (chinese-months): Remove un-needed let.
13776         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
13777         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
13778         (coptic-prompt-for-date): Move definition before use.
13780         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
13781         (calendar-dst-find-data, calendar-daylight-time-offset)
13782         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
13783         (calendar-daylight-savings-starts-time)
13784         (calendar-daylight-savings-ends-time): Use cadr, nth.
13786         * calendar/cal-french.el (french-calendar-epoch)
13787         (calendar-goto-french-date): Doc fix.
13788         (french-calendar-month-name-array)
13789         (french-calendar-multibyte-month-name-array)
13790         (french-calendar-day-name-array, french-calendar-special-days-array):
13791         Add doc strings.
13793         * calendar/cal-hebrew.el (displayed-month, displayed-year)
13794         (original-date): Move declarations where needed.
13795         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
13796         Doc fix.
13797         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
13798         constant variables outside the loop.  Use dolist.
13800         * calendar/cal-islam.el (displayed-month, displayed-year)
13801         (original-date): Move declarations where needed.
13802         (islamic-calendar-day-number): Remove unused local variable `day'.
13803         (calendar-goto-islamic-date): Doc fix.
13804         (holiday-islamic): Use unless.
13805         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
13806         constant variables outside the loop.  Use dolist.
13807         (mark-islamic-calendar-date-pattern): Move definition before use.
13808         Use unless.
13809         (mark-islamic-diary-entries): Doc fix.
13810         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
13811         (insert-yearly-islamic-diary-entry): Use let rather than let*.
13813         * calendar/cal-julian.el (calendar-absolute-from-julian):
13814         Move definition before use.  Remove un-needed local `day'.
13815         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
13817         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
13818         (calendar-mayan-tzolkin-names-array): Add doc strings.
13819         (calendar-mayan-long-count-from-absolute): Use a single let.
13820         (calendar-string-to-mayan-long-count): Simplify.
13821         (calendar-next-haab-date, calendar-previous-haab-date)
13822         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
13823         (calendar-previous-calendar-round-date)
13824         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
13825         Doc fix.
13826         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
13827         (calendar-mayan-date-string, calendar-print-mayan-date)
13828         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
13829         (calendar-mayan-long-count-common-era): Move definitions before use.
13831         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
13832         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
13833         Doc fix.
13834         (calendar-mouse-goto-date): Move definition before use.
13836         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
13837         Move definition before use.
13838         (calendar-cursor-to-visible-date): Move definition before use.
13839         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
13840         and place inside the conditional.
13841         (calendar-forward-day): Simplify.
13842         (calendar-end-of-month): Use unless.
13843         (calendar-goto-day-of-year): Doc fix.
13844         Relocate obsolete aliases after their replacements.
13846         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
13848         * calendar/diary-lib.el (mark-diary-entries): Move some constant
13849         variables outside the diary-date-forms loop.
13851         * calendar/calendar.el (diary-file): Doc fix.
13852         (calendar-buffer-list): Return buffers rather than strings (fixes
13853         previous change).
13854         (hebrew-holidays-4): Fix typo.
13856         * calendar/holidays.el (displayed-month, displayed-year):
13857         Move declarations where needed.
13858         (calendar-holiday-list, calendar-list-holidays)
13859         (holiday-filter-visible-calendar): Move definitions before use.
13860         (list-holidays): Use cadr.
13861         Relocate obsolete aliases after their replacements.
13863         * calendar/lunar.el (date, displayed-month, displayed-year):
13864         Move declarations where needed.
13865         (lunar-phase-list): Move definition after functions it uses.
13866         (calendar-phases-of-moon, diary-phases-of-moon)
13867         (lunar-new-moon-on-or-after): Use cadr, nth.
13868         (lunar-new-moon-on-or-after): Doc fix.
13870         * textmodes/org-irc.el (top-level): CL not required when compiling.
13871         (org-irc-visit-erc): Replace runtime CL functions.
13873         * textmodes/org-publish.el (declare-function): Add compatibility stub.
13874         (org-publish-delete-dups): Declare as function.
13876 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
13878         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
13879         (vc-bzr-show-log-entry): Make regexp match more cases.
13880         (vc-diff-switches-list): Remove autoload, not needed.
13882 2008-03-14  Juri Linkov  <juri@jurta.org>
13884         * isearch.el (isearch-edit-string): Remove one call to
13885         `isearch-push-state' not to push an inconsistent state,
13886         but keep another correct call to `isearch-push-state'.
13887         (isearch-ring-adjust): Call `isearch-push-state' only when
13888         `search-ring-update' is non-nil since `isearch-edit-string'
13889         already pushes its state.
13890         (isearch-message): Improve matching the failed part by checking
13891         if the original message starts with the last successful message.
13893         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
13894         (dired-perm-write): Rename from `dired-warn-writable'.
13895         Change parent face from `font-lock-warning-face' to
13896         `font-lock-comment-delimiter-face'.
13897         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
13898         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
13899         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
13900         with `dired-perm-write-face'.
13902 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
13904         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
13905         Create cache dir only if it doesn't already exist.
13907 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13909         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
13910         of \ and '.
13912 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
13914         * net/browse-url.el (browse-url-text-xterm):
13915         Unquote browse-url-text-browser.
13917 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
13919         * textmodes/org-mouse.el: Version number change.
13921         * textmodes/org-publish.el (org-publish-expand-components):
13922         Remove null projects from the list of components.
13923         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
13924         Remove unused retrieval of the :publishing-directory property.
13925         (org-publish-file): Bugfix: when using a relative directory as the
13926         publishing directory, convert it to a directory filename.
13927         (org-publish-project): New alias.
13928         (org-publish-get-files): Protect against empty p.
13929         (org-publish-file): Send an error when file is not part of any project.
13930         (org-publish-file): Offer to refresh the list of files in known
13931         project when the current file is not part of any project.
13932         (org-publish-before-export-hook)
13933         (org-publish-after-export-hook): New hooks.
13934         (org-publish-org-to): Use new hooks and kill buffers.
13935         (org-publish-file): Remove the code for killing buffers.
13936         (org-publish-initialize-files-alist): Use interactive.
13937         (org-publish-file): If the publishing function creates a new
13938         buffer, kill it after publishing.
13939         (org-publish-timestamp-filename): Protect ":" in file name path
13940         under windows.
13942         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
13943         change that killed the LaTeX buffer.
13945         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
13946         in the decision tree.
13947         (org-select-remember-template): Clean the code.
13948         (org-prepare-dblock): Add the extra :content parameter.
13949         (org-write-agenda): New output type ".ics" files.
13950         (org-write-agenda): Call `org-icalendar-verify-function', both for
13951         time stamps and for TODO entries.
13952         (org-agenda-collect-markers, org-create-marker-find-array)
13953         (org-check-agenda-marker-table): New functions.
13954         (org-agenda-marker-table): New variable.
13955         (org-export-as-html): Revert the change that killed the html
13956         buffer.  Side effects first need to be studied carefully.
13957         (org-get-tags-at): Fix the structure of the condition-case statement.
13958         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
13959         (org-timestamp-change): Fix regular expressions to swallow the
13960         extra character for repeat-shift control.
13961         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
13962         (org-get-legal-level): Alias to `org-get-valid-level'.
13963         (org-dblock-write:clocktable): Add a :link parameter, linking
13964         headlines to their location in the Org agenda files.
13965         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
13966         throwing an error when getting tags before headlines.
13967         (org-timestamp-change, org-modify-ts-extra)
13968         (org-ts-regexp1): Fix timestamp editing.
13969         (org-agenda-custom-commands-local-options): New constant.
13970         (org-agenda-custom-commands):
13971         Use `org-agenda-custom-commands-local-options' to improve customize
13972         type.  "htmlize": Removed hack to fix face problem with htmlize,
13973         it no longer seem necessary.
13974         (org-follow-link-hook): New hook.
13975         (org-agenda-custom-commands): Add "Component" as a tag for each
13976         item in a command series.
13977         (org-open-at-point): Run `org-follow-link-hook'.
13978         (org-agenda-schedule): Bugfix: don't display marker type when it
13979         is nil.
13980         (org-store-link): org-irc required.
13981         (org-set-regexps-and-options): Parse the new logging options.
13982         (org-extract-log-state-settings): New function.
13983         (org-todo): Handle the new ways of recording state change stuff.
13984         (org-local-logging): New function.
13985         (org-columns-open-link): Fix bug with opening link in column view.
13986         (org-local-logging): New function.
13987         (org-todo): Make sure that LOGGING properties are honoured.
13988         (org-todo-keywords): Improve docstring.
13989         (org-startup-options): Cleanup startup options.
13990         (org-set-regexps-and-options): Process the "!" markers.
13991         (org-todo): Respect the new logging stuff.
13992         (org-log-note-how): New variable.
13993         (org-add-log-maybe): New parameter HOW that defines how logging
13994         should be done and also overrides PURPOSE.  Add a docstring.
13995         (org-add-log-note): Check if we really need to ask for a note.
13996         (org-get-current-options): Digest the new keyword.
13997         (org-agenda-reset-markers): Rename from
13998         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
13999         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
14000         function, without force argument.
14001         (org-buffer-property-keys): Bind local variables s and p.
14002         (org-make-tags-matcher): Allow "" to match an empty or
14003         non-existent property value.
14004         (org-export-as-html): Join unsorted lists when they directly
14005         follow each other.  Such lists may be created by headlines that
14006         are converted to lists.
14007         (org-nofm-to-completion): New function.
14008         (org-export-as-html): Use :html-extension instead of
14009         org-export-html-extension.
14010         (org-store-link): Support for links from `rmail-summary-mode'.
14011         (org-columns-new, org-complete, org-set-property): Set the
14012         `include-columns' argument in the call to
14013         `org-buffer-property-keys'.
14014         (org-buffer-property-keys): New argument `include-columns', to
14015         include properties expected by any of the COLUMNS formats in the
14016         current buffer.
14017         (org-cleaned-string-for-export): Get rid of drawers first, so that
14018         they will be removed also in the text before the first headline.
14019         (org-clock-report): Show the clocktable when found.
14020         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
14021         (org-version): With prefix argument, insert `org-version' at point.
14022         (org-agenda-goto): Recenter the window after finding the target
14023         location, to make sure the correct position will be displayed.
14024         (org-agenda-get-deadlines): Don't scale priority with the warning
14025         period.
14026         (org-insert-heading): Don't break line in the middle of the line.
14027         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
14028         be 0.
14029         (org-update-checkbox-count): Revamp to deal with hierarchical
14030         checkboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
14031         (org-remove-timestamp-with-keyword): New function.
14032         (org-schedule, org-deadline):
14033         Use `org-remove-timestamp-with-keyword' to make sure all such time
14034         stamps are removed.
14035         (org-mode): Support for `align'.
14036         (org-agenda-get-deadlines): Make sure priorities increase as the
14037         due date approaches and is passed.
14038         (org-remember-apply-template): Fix problem with tags that
14039         contain "_" or "@".
14040         (org-make-link-regexps): Improve the regular expression for plain links.
14041         (org-agenda-get-closed): List each clocking entry.
14042         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
14043         (org-special-ctrl-k): New option.
14044         (org-kill-line): New function.
14045         (org-archive-all-done): Fix incorrect number of stars in regexp.
14046         (org-refile-get-location): New function.
14047         (org-refile-goto-last-stored): New function.
14048         (org-global-tags-completion-table): Add the value of org-tag-alist
14049         in each buffer, to make sure that also unused tags will be
14050         available for completion.
14051         (org-columns-edit-value)
14052         (org-columns-next-allowed-value): Only update if not in agenda.
14053         (org-clocktable-steps): New function.
14054         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
14055         (org-archive-subtree): Add the outline tree context as a property.
14056         (org-closest-date): New optional argument `prefer'.
14057         (org-goto-auto-isearch): New option.
14058         (org-goto-map, org-get-location): Implement auto-isearch.
14059         (org-goto-local-auto-isearch-map): New variable.
14060         (org-goto-local-search-forward-headings)
14061         (org-goto-local-auto-isearch): New functions.
14063 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
14065         * textmodes/org-irc.el: New file.
14067 2008-03-13  John Wiegley  <johnw@gnu.org>
14069         * textmodes/org-mac-message.el: New file.
14071 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
14073         * font-lock.el (font-lock-comment-face): Set the foreground for
14074         the light background 8 colors case.
14076 2008-03-13  Glenn Morris  <rgm@gnu.org>
14078         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
14079         generate-autoload-cookie patterns.
14081         * startup.el (command-line-1): Rename -scriptload to -internal-script.
14083         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
14084         (MH_E_SRC): Remove variable.
14085         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
14086         Simplify file header.  Use $@ for generated-autoload-file.
14088         * Makefile.in (LOADDEFS): New variable.
14089         (AUTOGENEL): Use $LOADDEFS.
14090         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
14091         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
14092         ($(lisp)/calendar/hol-loaddefs.el): New targets.
14093         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14094         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
14095         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
14096         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
14097         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
14098         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
14099         Add calendar-specific autoload cookies, and remove any setting of
14100         generated-autoload-file.
14101         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
14102         * calendar/diary-lib.el: Replace explicit autoloads with reading of
14103         diary-loaddefs.
14104         * calendar/holidays.el: Replace explicit autoloads with reading of
14105         hol-loaddefs.
14107         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
14108         (calendar-buffer-list): Simplify.
14109         (generate-calendar-window): Use calendar-mark-holidays rather than
14110         obsolete alias.
14112         * calendar/cal-hebrew.el (list-yahrzeit-dates):
14113         Use cal-hebrew-yahrzeit-buffer.
14115         * calendar/cal-x.el (calendar-only-one-frame-setup)
14116         (calendar-two-frame-setup): Doc fixes.
14117         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
14119         * calendar/appt.el (appt-mode-string): Mark as risky.
14120         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
14122         * calendar/cal-html.el (diary-list-entries):
14123         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
14124         (calendar-iso-from-absolute): Fix autoloads.
14126         * calendar/cal-iso.el (calendar-absolute-from-iso)
14127         (calendar-iso-read-args): Simplify.
14128         (calendar-iso-date-string, calendar-iso-read-args)
14129         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
14131         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
14132         (displayed-month, displayed-year): Move declarations where needed.
14133         (calendar-print-astro-day-number): Doc fix.
14135         * calendar/cal-persia.el (persian-calendar-month-name-array)
14136         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
14137         (persian-prompt-for-date): Remove local variable `today'.
14139         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
14141         * calendar/solar.el (solar-moment, solar-exact-local-noon)
14142         (solar-sunrise-sunset, solar-sunrise-sunset-string)
14143         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
14144         (diary-sabbath-candles, solar-equinoxes/solstices)
14145         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
14146         (solar-time-equation, solar-date-to-et): Simplify.
14148         * mail/supercite.el: Remove the `function' in `(function (lambda'.
14149         Replace `(car (cdr' with cadr'.
14151         * progmodes/f90.el (f90-font-lock-n): New function.
14152         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
14153         Use f90-font-lock-n.
14154         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
14156         * progmodes/f90.el (f90-mode-abbrev-table):
14157         * progmodes/fortran.el (fortran-mode-abbrev-table):
14158         Use newer form of define-abbrev, where supported.  No need to bind
14159         abbrevs-changed for system abbrevs.
14161 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14163         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
14164         delete-frame-functions.
14166         * bookmark.el (Info-current-node): Remove.
14168 2008-03-12  Juri Linkov  <juri@jurta.org>
14170         * help.el (describe-project): Remove defaliases for view-todo and
14171         describe-project that are now unnecessary after the merge from
14172         emacs--rel--22 that added define-obsolete-function-alias.
14174         * startup.el (inhibit-startup-screen): Revert incomplete
14175         2008-03-10 merge from emacs--rel--22 that partly reverted
14176         2008-02-28 change that added initial message to *scratch* buffer
14177         regardless of the value of `inhibit-startup-screen'.
14178         Now keep this change in the trunk, but not in the 22 branch.
14180 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14182         * international/quail.el (quail-setup-completion-buf, quail-help):
14183         * mail/binhex.el (binhex-decode-region-internal):
14184         * mail/uudecode.el (uudecode-decode-region-internal):
14185         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14186         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14187         setting default-enable-multibyte-characters.
14189         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
14191         * comint.el: Fix up indentation and comment style.  Remove `function'.
14193         * international/mule-cmds.el (reset-language-environment)
14194         (set-language-environment-nonascii-translation):
14195         Don't set-unibyte-charset.
14197         * doc-view.el: Remove all cb-args, use closures instead.
14198         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
14199         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
14200         doing an incorrect check).  Update all callers to use the new name.
14201         (doc-view-doc->txt): Add missing `txt' argument.
14203 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
14205         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
14206         md5 sum calculation to single-byte.
14208 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14210         * doc-view.el (doc-view-new-window-function): Add assertion.
14211         (doc-view-doc-type): New var.
14212         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
14213         (doc-view-intersection): New fun.
14214         (doc-view-mode): Use it to set the new var.
14216 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
14218         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
14219         (doc-view-already-converted-p): New functions.
14220         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
14221         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
14222         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
14223         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
14224         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
14225         (doc-view-convert-current-doc): Don't hardwire the functions the
14226         sentinels call.  Now they're provided by two args CALLBACK and
14227         CB-ARGS to the functions.
14228         (doc-view-search): Use doc-view-doc->txt.
14229         (doc-view-initiate-display): Use doc-view-already-converted-p.
14230         Mention new binding C-c C-t if doc-view-mode doesn't work.
14232 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
14234         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
14236 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14238         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
14239         Mark " outside of tags as punctuation.
14241 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14243         * menu-bar.el (minibuffer-local-map): Use the same command for the
14244         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
14245         Prefer RET over C-j for exit-minibuffer.
14247         * files.el (display-buffer-other-frame): Eliminate problematic code.
14249         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
14250         (menu-bar-select-buffer): Remove.
14251         (menu-bar-select-frame): Make non-interactive and take a frame arg.
14252         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
14254 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
14256         * icomplete.el (icomplete-completions): Remove obsolete code.
14258         * net/net-utils.el (iwconfig-program-options): Doc fix.
14259         (net-utils-run-program, run-network-program): Define as functions.
14261 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
14263         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
14265 2008-03-11  Glenn Morris  <rgm@gnu.org>
14267         * faces.el (mode-line-emphasis): New face.
14268         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
14270         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
14272 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
14274         * simple.el (set-mark-command): Doc fix.
14276 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14278         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
14280         * emacs-lisp/autoload.el (autoload-find-destination):
14281         Don't force raw-text.
14283         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
14284         * calendar/cal-loaddefs.el: Don't version control.
14286 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
14288         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
14289         entries and add :help to the existing ones.
14291 2008-03-10  Glenn Morris  <rgm@gnu.org>
14293         * calendar/cal-hebrew.el (date, entry, number): Move declarations
14294         to where they are needed.
14296         * calendar/calendar.el (diary-file, hebrew-holidays-1)
14297         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
14298         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
14299         (calendar-version): Doc fixes.
14300         (calendar-absolute-from-gregorian): Use zerop.
14301         (calendar-mode-line-format): Make it a defcustom.
14303         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
14304         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
14305         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
14306         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
14307         (mark-included-diary-files, mark-calendar-days-named)
14308         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
14309         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
14310         (insert-monthly-diary-entry, insert-yearly-diary-entry)
14311         (insert-anniversary-diary-entry, insert-block-diary-entry)
14312         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
14313         (diary-font-lock-sexps): Doc fixes.
14314         (diary-remind-message, mark-calendar-month): Use zerop.
14315         (diary-attrtype-convert, diary-pull-attrs): Simplify.
14316         (diary-list-entries): Revert let to let* (previous change).
14318         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
14320 2008-03-10  Kim F. Storm  <storm@cua.dk>
14322         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
14323         function aliases for the old names.
14325 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
14327         * iswitchb.el (iswitchb-use-faces): Doc fix.
14328         (iswitchb-buffer-ignore, iswitchb-read-buffer):
14329         Fix typos in docstrings.
14331 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
14333         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
14334         Fix typo.
14335         (verilog-type-font-keywords): Reindent.
14337 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
14339         * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
14340         Fix bug in the grouping-keyword regular expression.
14341         (verilog-font-lock-keywords): Allow users to toggle special
14342         highlight of grouping-keywords.
14343         (verilog-highlight-grouping-keywords): The toggle for special
14344         highlighting of grouping keywords.
14346 2008-03-10  Juri Linkov  <juri@jurta.org>
14348         * startup.el: Revert 2008-02-28 change that adds initial message
14349         to *scratch* buffer regardless of the value of
14350         `inhibit-startup-screen'.
14352 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
14354         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
14355         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
14356         * progmodes/verilog-mode.el (verilog-mode):
14357         * net/socks.el (socks):
14358         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
14360 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14362         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
14363         (doc-view-bookmark-make-record): Use them.
14364         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
14365         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
14367         * bookmark.el (bookmark-make-record-function): Change expected return
14368         value to include a suggested bookmark name.
14369         (bookmark-make): Split into bookmark-make-record and bookmark-store.
14370         Fix reversed `overwrite' semantics.
14371         (bookmark-set): Call bookmark-make-record before prompting the user.
14372         Then pass the result to bookmark-store later on.
14373         (bookmark-make-name-function): Remove.
14374         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
14375         * info.el (bookmark-make-name-function): Remove.
14376         (Info-mode): Don't set it.
14377         (Info-bookmark-make-name): Remove.
14378         (Info-bookmark-make-record): Use Info-current-node as suggested default
14379         bookmark name.
14381         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
14382         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
14383         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
14384         (bookmark-annotation-buffer, bookmark-annotation-file)
14385         (bookmark-annotation-point, bookmark-send-annotation)
14386         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
14387         (bookmark-edit-annotation-text-func): Rename from
14388         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
14389         (bookmark-edit-annotation-mode-map): Move initialization into
14390         declaration.
14392         * bookmark.el: Remove spurious * in docstrings.
14393         (bookmark-minibuffer-read-name-map): New var.
14394         (bookmark-set): Use it.  Also pass the default value as it should.
14395         (bookmark-send-edited-annotation): Take no chances with text properties.
14396         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
14397         (bookmark-insert-buffer-name): Remove.
14398         (bookmark-buffer-file-name): Signal an error rather than returning nil.
14400 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
14402         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
14404 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
14406         * diff-mode.el (diff-mode-menu): Add :help.
14408 2008-03-09  Glenn Morris  <rgm@gnu.org>
14410         * calendar/calendar.el (general-holidays, oriental-holidays)
14411         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
14412         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
14413         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
14414         (calendar-holidays): Restore autoload cookies, because people are
14415         used to using these variables without loading calendar.el.
14417         * calendar/cal-islam.el (diary-islamic-date): Move to end.
14418         (date, number): Declare where needed.
14420         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
14421         (list-sexp-diary-entries): Doc fixes.
14422         (diary-list-entries): Doc fix.  Remove free variable `entry'.
14423         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
14424         Simplify setting of `date-holiday-list'.
14425         (mark-diary-entries): Remove free variable `entry'.
14426         (diary-list-entries, include-other-diary-files, fancy-diary-display):
14427         Use let where let* is not needed.
14429 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14431         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
14432         make-record function, instead paste it in afterwards.
14433         (bookmark-make-record-for-text-file):
14434         * doc-view.el (doc-view-bookmark-make-record):
14435         * info.el (Info-bookmark-make-record): Don't mess with annotations.
14437 2008-03-08  Glenn Morris  <rgm@gnu.org>
14439         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
14441 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14443         * calendar/diary-lib.el (diary-list-entries)
14444         (include-other-diary-files, mark-diary-entries)
14445         (mark-sexp-diary-entries, mark-included-diary-files)
14446         (diary-entry-time, list-sexp-diary-entries): Remove the special
14447         handling of ^M that dates back to the use of selective-display.
14448         (simple-diary-display): Obey setting of pop-up-frames.
14449         (body, entry): Remove unnecessary declarations.
14451         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
14452         (bookmark-get-annotation, bookmark-set-annotation)
14453         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
14454         (bookmark-set-position, bookmark-get-front-context-string)
14455         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
14456         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
14457         * info.el (Info-bookmark-make-record): Don't bother recording point.
14458         (bookmark-get-filename, bookmark-get-front-context-string)
14459         (bookmark-get-rear-context-string, bookmark-get-position):
14460         Don't declare any more.
14461         (bookmark-get-info-node): Remove.
14462         (bookmark-prop-get): Declare.
14463         (Info-bookmark-jump): Use it.
14465 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
14467         * subr.el (while-no-input): Don't splice BODY directly into the
14468         `or' form.
14470 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
14472         * diff-mode.el (diff-ignore-whitespace-hunk):
14473         Bind inhibit-read-only before trying to change the buffer.
14475 2008-03-08  Glenn Morris  <rgm@gnu.org>
14477         * calendar/appt.el (appt): Move custom group here from calendar.el.
14478         (appt-disp-window, appt-convert-time): Doc fixes.
14480         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
14481         (calendar-bahai-mark-date-pattern):
14482         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
14483         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
14484         * calendar/cal-julian.el (calendar-absolute-from-julian):
14485         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
14487         * calendar/cal-china.el (chinese-calendar): Move custom group here from
14488         calendar.el.
14489         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
14490         Make constants.
14491         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
14492         (chinese-calendar-daylight-savings-starts)
14493         (chinese-calendar-daylight-savings-ends)
14494         (chinese-calendar-daylight-savings-starts-time)
14495         (chinese-calendar-daylight-savings-ends-time)
14496         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
14497         Doc fixes.
14499         * calendar/cal-coptic.el (coptic-name): Add doc string.
14501         * calendar/cal-french.el (french-calendar-month-name-array)
14502         (french-calendar-day-name-array, french-calendar-special-days-array):
14503         Add doc strings.
14505         * calendar/cal-bahai.el (diary-bahai-mark-entries)
14506         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
14507         (diary-bahai-insert-yearly-entry):
14508         * calendar/cal-dst.el (calendar-next-time-zone-transition)
14509         (calendar-time-zone):
14510         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
14511         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
14512         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
14513         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
14514         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
14515         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
14516         (list-islamic-diary-entries, mark-islamic-diary-entries)
14517         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
14518         (insert-yearly-islamic-diary-entry):
14519         * calendar/cal-iso.el (calendar-iso-read-args):
14520         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
14521         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
14522         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
14523         (calendar-next-calendar-round-date)
14524         (calendar-mayan-long-count-common-era):
14525         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
14526         (cal-menu-x-popup-menu, calendar-mouse-holidays)
14527         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
14528         (calendar-mouse-goto-date):
14529         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
14530         * calendar/holidays.el (holidays):
14531         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
14532         * calendar/time-date.el (date-to-time, time-subtract, time-add)
14533         (safe-date-to-time): Doc fixes.
14535         * calendar/cal-persia.el (persian-calendar-month-name-array)
14536         (persian-calendar-epoch): Make constants.
14538         * calendar/cal-tex.el (calendar-tex): Move custom group here from
14539         calendar.el.
14541         * calendar/cal-x.el (diary-frame-parameters)
14542         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
14543         (calendar-after-frame-setup-hooks): Make defcustoms.
14544         (calendar-one-frame-setup, calendar-only-one-frame-setup)
14545         (calendar-two-frame-setup): Doc fix.
14547         * calendar/cal-loaddefs.el: New file.
14549         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14550         * calendar/cal-french.el, calendar/cal-html.el:
14551         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
14552         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
14553         * calendar/cal-tex.el, calendar/cal-x.el:
14554         Unquote lambda functions.  Add autoload cookies to functions formerly
14555         autoloaded in calendar.el.  Set `generated-autoload-file' to
14556         "cal-loaddefs.el".
14558         * calendar/calendar.el: Move many autoloads to separate file,
14559         cal-loaddefs.el.  Move defcustoms to start and re-order.
14560         (calendar-month-name-array, calendar-starred-day): No need to
14561         declare for compiler.
14562         (cal-loaddefs): Require it.
14563         (appt, chinese-calendar, calendar-tex): Move custom groups to the
14564         appropriate file.
14565         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
14566         Reverse logic.
14567         (diary-face, diary-file-name-prefix-function, diary-include-string)
14568         (diary-glob-file-regexp-prefix, diary-face-attrs)
14569         (diary-file-name-prefix, sexp-diary-entry-symbol)
14570         (print-diary-entries-hook, list-diary-entries-hook)
14571         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
14572         (nongregorian-diary-marking-hook, diary-list-include-blanks):
14573         Move to diary-lib.
14574         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
14575         (all-bahai-calendar-holidays): Doc fix.
14576         (calendar-insert-indented): Doc fix.  Use when rather than if.
14577         (exit-calendar): Use mapc rather than mapcar.
14578         (calendar-cursor-to-date): Use zerop.
14579         (calendar-mark-ring): Add doc-string.
14580         (calendar-starred-day): Defvar it.
14581         (calendar-mode): Make calendar-starred-day local.
14582         (calendar-star-date): No need to make calendar-starred-day local.
14584         * calendar/diary-lib.el: Move defcustoms to start.
14585         (diary-include-string, diary-list-include-blanks)
14586         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
14587         (diary-file-name-prefix, diary-file-name-prefix-function)
14588         (sexp-diary-entry-symbol, list-diary-entries-hook)
14589         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
14590         (nongregorian-diary-marking-hook, print-diary-entries-hook):
14591         Move here from calendar.el.
14592         (diary-file-name-prefix-function): Use 'identity.
14593         (diary-face): Make it a defcustom, and mark as obsolete.
14594         (top-level): No need to require cal-hebrew, cal-islam when compiling.
14595         (calendar-hebrew-month-name-array-leap-year)
14596         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
14597         Define for compiler.
14598         (diary-font-lock-keywords): Use format rather than concat.
14599         Add bahai-diary-entry-symbol.
14601         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
14602         * calendar/solar.el: Unquote lambda functions.
14604         * calendar/solar.el (calendar-location-name, calendar-latitude)
14605         (calendar-longitude, solar-setup, solar-sin-degrees)
14606         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
14607         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
14608         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
14609         (solar-exact-local-noon, solar-julian-ut-centuries)
14610         (solar-ephemeris-time, solar-date-next-longitude)
14611         (solar-horizontal-coordinates, solar-equatorial-coordinates)
14612         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
14613         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
14614         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
14615         Doc fixes.
14616         (solar-horizontal-coordinates, solar-equatorial-coordinates)
14617         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
14618         (solar-ecliptic-coordinates): Use unless.
14619         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
14620         Use or.
14622         * calendar/timeclock.el: Add doc-strings to all functions.
14623         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
14624         (timeclock-entry-list-length, timeclock-entry-list-projects)
14625         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
14627         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
14629         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
14630         (org-get-entries-from-diary): Require diary-lib.
14632 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
14634         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
14635         Pacify byte-compiler.
14637 2008-03-07  Alan Mackenzie  <acm@muc.de>
14639         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
14640         paren/bracket pairs parsed, to solve performance problem.
14642 2008-03-07  Bastien Guerry  <bzg@altern.org>
14644         * bookmark.el (bookmark-set): Don't check for
14645         `bookmark-make-name-function' since `bookmark-buffer-file-name'
14646         already takes care of this.
14647         (bookmark-buffer-name, bookmark-buffer-file-name):
14648         Remove Info-mode specific code.
14650         * info.el (bookmark-get-info-node): Define this function in
14651         info.el, not in bookmark.el.
14652         (Info-mode): Set `bookmark-make-name-function' to
14653         `Info-bookmark-make-name' locally.
14654         (Info-bookmark-make-name): New function.
14656         * bookmark.el (bookmark-make-name-function): New variable.
14658 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14660         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
14661         buffer-local, not `bookmark-make-cell-function' (the old name).
14663 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
14665         * doc-view.el (doc-view-bookmark-make-record):
14666         * image-mode.el (image-bookmark-make-record):
14667         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
14669 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
14671         * vc.el (vc-status-menu-map-filter): Return orig-binding if
14672         boundp 'vc-ignore-menu-filter.
14673         (vc-status-tool-bar-map): Make it defvar.
14674         (vc-status-mode): vc-status-tool-bar-map now variable.
14675         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
14677 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14679         Give a better name to part of the bookmark interface.
14681         This was originally a much larger change, but halfway through I
14682         updated and discovered that Stefan Monnier had done the rest.
14683         It looks like he anticipated the new name too, because he used
14684         `the-record' instead of `the-cell' for some internal variable names.
14686         * bookmark.el (bookmark-make-record-function): Was
14687         `bookmark-make-cell-function'.
14688         (bookmark-make, bookmark-send-annotation): Update for above.
14689         (bookmark-make-record-for-text-file):
14690         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
14692         * info.el: Adjust accordingly.
14693         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
14695         * image-mode.el: Adjust accordingly.
14696         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
14698         * doc-view.el: Adjust accordingly.
14699         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
14701 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14703         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
14704         Move initialization into declaration.
14705         (bookmark-get-info-node, bookmark-set-info-node): Remove.
14706         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
14707         (bookmark-info-current-node): Remove.
14708         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
14709         Add relocation fallback.  Set bookmark-current-bookmark.
14710         (bookmark-default-handler): Rename from bookmark-jump-noselect.
14711         Remove relocation fallback.  Don't set bookmark-current-bookmark.
14712         (bookmark-set): Let it be used even if there's no buffer-file-name
14713         as long as there is a bookmark-make-cell-function.
14714         * info.el (Info-bookmark-jump): Remove relocation fallback.
14715         Don't set bookmark-current-bookmark.
14717 2008-03-07  Glenn Morris  <rgm@gnu.org>
14719         * calendar/appt.el (appt-issue-message)
14720         (appt-message-warning-time, appt-audible, appt-visible)
14721         (appt-msg-window, appt-display-mode-line, appt-display-duration)
14722         (appt-display-diary): Remove autoload cookies.
14724         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
14725         Remove leading `*' from defcustom doc-strings.
14727         * calendar/cal-dst.el (calendar-dst): New custom group.
14728         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
14729         (calendar-time-zone, calendar-daylight-time-offset)
14730         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
14731         (calendar-daylight-savings-starts-time)
14732         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
14733         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
14734         Move to start.
14736         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
14738         * calendar/calendar.el (calendar-version): Use emacs-version and
14739         make it obsolete.  Move to end.
14740         (calendar-offset, view-diary-entries-initially)
14741         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
14742         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
14743         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
14744         (all-bahai-calendar-holidays, calendar-load-hook)
14745         (initial-calendar-window-hook, today-visible-calendar-hook)
14746         (today-invisible-calendar-hook, calendar-move-hook)
14747         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
14748         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
14749         (diary-include-string, sexp-diary-entry-symbol)
14750         (abbreviated-calendar-year, american-date-diary-pattern)
14751         (european-date-diary-pattern, european-calendar-display-form)
14752         (american-calendar-display-form, print-diary-entries-hook)
14753         (list-diary-entries-hook, diary-hook, diary-display-hook)
14754         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
14755         (nongregorian-diary-marking-hook, diary-list-include-blanks)
14756         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
14757         (local-holidays, other-holidays, hebrew-holidays-1)
14758         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
14759         (hebrew-holidays, christian-holidays, islamic-holidays)
14760         (bahai-holidays, solar-holidays, calendar-setup)
14761         (calendar-week-start-day): Remove autoload cookies.
14762         (diary-glob-file-regexp-prefix): Doc fix.
14763         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
14764         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
14765         (calendar-week-start-day, calendar-debug-sexp): Move to start.
14767         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
14768         (calendar-time-display-form, calendar-latitude)
14769         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
14770         cookies.
14771         (calendar-latitude, calendar-longitude): Move functions after
14772         variables.
14773         (diary-sabbath-candles-minutes): Move to start.
14774         (solar-setup): Use or rather than if.
14775         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
14776         Remove condition-case.
14777         (solar-atn2): Use zerop.
14778         (solar-equinoxes-solstices): Doc fix.
14780         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
14781         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
14783         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
14784         (calendar-longitude, calendar-latitude, calendar-location-name):
14785         Declare for compiler.
14787 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14789         * arc-mode.el (archive-ar-file-header-re): New const.
14790         (archive-ar-summarize, archive-ar-extract): New funs.
14791         (archive-find-type): Recognize ar archives.
14793         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
14794         New functions.
14796         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
14798 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
14800         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14801         Replace :enable (mark-active) with :enable mark-active.
14803 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
14805         * vms-patch.el (make-legal-file-name): New obsolete alias.
14806         (make-valid-file-name): Rename from `make-legal-file-name'.
14807         (make-auto-save-file-name): Use it.
14809         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
14810         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
14811         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
14813         * textmodes/org.el (org-export-html-style): Doc fix.
14814         (org-get-legal-level): New obsolete alias.
14815         (org-get-valid-level): Rename from `org-get-legal-level'.
14816         (org-promote, org-demote, org-archive-subtree)
14817         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
14819 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
14821         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
14823         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
14824         (vc-status-toggle-mark): New functions.
14825         (vc-status-mode): Set tool bar map.
14827 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
14829         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
14830         Reported by Drew Adams <drew.adams@oracle.com>.
14832 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
14834         * subr.el (read-quoted-char): Resolve modifiers of the character
14835         event.
14837         * comint.el (comint-exec-1): Don't change the coding-system for
14838         decoding to dos-like EOL.
14839         (comint-carriage-motion): Fully rewrite.
14841 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
14843         * epg.el (epg-context-include-certs): Reflow docstring.
14844         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
14845         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
14846         (epg-context-set-signers, epg-context-set-sig-notations)
14847         (epg-make-import-status, epg-make-import-result)
14848         (epg-start-delete-keys): Fix typos in docstrings.
14849         (epg-start-sign-keys, epg-sign-keys):
14850         Fix typos in obsolescence declarations.
14852         * iswitchb.el: Don't check for `cadr' and `last'.
14853         (iswitchb-define-mode-map, iswitchb-default-keybindings):
14854         Add obsolescence declaration and remove redundant info from docstring.
14855         (iswitchb-set-common-completion, iswitchb-set-matches)
14856         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
14857         (recentf-list, most-len, most-is-exact):
14858         Don't wrap defvars within `eval-when-compile'.
14860 2008-03-05  Glenn Morris  <rgm@gnu.org>
14862         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
14863         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
14864         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
14865         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
14866         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
14868         * ediff-hook.el (ediff-window-setup-function): Don't autoload
14869         declaration for compiler.
14870         (ediff-xemacs-init-menus): Use when rather than if.
14872         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
14873         if+and to just and.
14874         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
14875         (ediff-delete-overlay): Move the XEmacs test inside the definition.
14877         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
14879         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
14880         test inside XEmacs test.
14881         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
14882         since it was doing nothing on Emacs.
14883         (ediff-make-bullet-proof-overlay): Use when rather than if.
14885         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
14886         (ediff-setup-control-frame): Remove
14887         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
14888         a (featurep 'xemacs) test.
14890 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
14892         * calc/calc-ext.el (calc-extended-command-history): New variable.
14893         (calc-execute-extended-command): Use `calc-extended-command-history'.
14895 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
14897         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
14898         (standard-mode-line-position): Add mouse-face.
14900         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
14901         * progmodes/grep.el (grep-mode-map): Add :help.
14903         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
14904         initialize in one step.  Add :help.  Use :enable to activate menu
14905         items.  Show the key binding for edebug-defun.
14906         (lisp-interaction-mode-map): Add a menu.
14908         * term.el (term-mode-map): Define and initialize in one step.
14910         * ediff-init.el (ediff-color-display-p): Simplify.
14911         (Xor): Remove unused function.
14912         (ediff-with-syntax-table): Simplify for Emacs.
14914         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
14915         menu-bar being loaded, it always is.
14917 2008-03-05  Glenn Morris  <rgm@gnu.org>
14919         * textmodes/tex-mode.el (tex-mode): Suppress warning about
14920         multiple definitions when compiling.
14922 2008-03-04  Alan Mackenzie  <acm@muc.de>
14924         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
14926         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
14927         doc-string, "c-old-LEN" -> "c-old-END".
14929 2008-03-04  Jason Rumney  <jasonr@gnu.org>
14931         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
14932         namespaces.
14934 2008-03-04  Glenn Morris  <rgm@gnu.org>
14936         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
14938         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
14939         than mapcar.
14941 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14943         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
14944         (byte-compile-nilconstp): Can't use recursion in a defsubst.
14946         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
14947         so that M-q can fill comments.
14948         (tex-executable-exists-p, tex-compile): Extend with special syntax for
14949         commands implemented in elisp.
14950         (tex-compile-commands): Add an entry to use doc-view for pdf files.
14951         (tex-format-cmd): New function.
14952         (tex-compile): Use it to let the user specify default arguments.
14953         (tex-cmd-bibtex-args): New var.
14954         (tex-cmd-doc-view): New function.
14956 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
14958         * faces.el (face-spec-set): Fix typos in docstring.
14960 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
14962         * bindings.el (mode-line-column-line-number-mode-map): New variable.
14963         (standard-mode-line-position): Use it to add a menu for toggling
14964         column number and line number display.
14966 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14968         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14969         Remove optimization that was working around the form-code-walker bug.
14971         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14972         Walk into the body of lambdas after byte-compile-unfold-lambda.
14974 2008-03-03  Glenn Morris  <rgm@gnu.org>
14976         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
14977         value, if set, over frame value.
14979         * simple.el (transient-mark-mode): Don't turn on by default.
14981         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
14982         accidentally removed by the 2007-12-05 merge from Gnus.
14984 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
14986         * progmodes/compile.el (compilation-menu-map): Add menu entries
14987         for useful options.
14989 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
14990             Glenn Morris  <rgm@gnu.org>
14992         * emacs-lisp/bytecomp.el (byte-recompile-directory)
14993         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
14994         Give a `bytecomp-' prefix to local variables with common names.
14996 2008-03-01  Glenn Morris  <rgm@gnu.org>
14998         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14999         Restore code commented out 2007-11-10.
15001         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
15003         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
15004         Delete macro.
15005         * emulation/viper-cmd.el, emulation/viper-ex.el:
15006         * emulation/viper-init.el, emulation/viper-keym.el:
15007         * emulation/viper-mous.el, emulation/viper-util.el:
15008         * emulation/viper.el:
15009         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
15010         featurep test.
15012         Replace obsolete frame-local variables with frame-parameters.
15013         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
15014         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
15015         (viper-vi-state-cursor-color): Only call make-variable-frame-local
15016         on XEmacs.
15017         * emulation/viper-util.el (viper-frame-value): New macro.
15018         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
15019         (viper-R-state-post-command-sentinel)
15020         (viper-replace-state-post-command-sentinel)
15021         (viper-change-state-to-insert, viper-change-state-to-emacs):
15022         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
15023         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
15024         (viper-get-saved-cursor-color-in-insert-mode)
15025         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
15026         Use viper-frame-value for viper-replace-overlay-cursor-color,
15027         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
15028         viper-vi-state-cursor-color values.
15030         * emulation/viper-cmd.el (zmacs-region-stays):
15031         * emulation/viper-util.el (zmacs-region-stays): No need to define
15032         for compiler.
15034         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
15035         mapcar on Emacs.
15037         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
15038         on XEmacs.
15040         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
15041         rather than if.
15043 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15045         * whitespace.el: New version 9.3.  As the glyph code generation was
15046         fixed, it is possible now to use character code above ?\x1FFFF in the
15047         display table.  Fix `whitespace-indentation-regexp' to not include an
15048         extra ending character.  Reported by Michael Welsh Duggan
15049         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
15050         the original whitespace package had.  Suggested by Eric Cooper
15051         <ecc@cmu.edu>.  Doc fix.
15052         (whitespace-action): New option.
15053         (whitespace-display-mappings): Changed default newline visualization to
15054         display downwards arrow, as the glyph code generation was fixed.
15055         (whitespace-unload-function): Assure that all local whitespace mode is
15056         turned off.
15057         (whitespace-global-modes): Fix type customization.
15058         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
15059         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
15060         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
15061         Fix code.
15062         (whitespace-buffer): Command removed.
15063         (whitespace-trailing-regexp, whitespace-mark-x)
15064         (whitespace-display-window, whitespace-action-when-on)
15065         (whitespace-add-local-hook, whitespace-remove-local-hook)
15066         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
15067         (whitespace-action): New funs.
15068         (whitespace-report-list, whitespace-report-text)
15069         (whitespace-report-buffer-name): New consts.
15070         (whitespace-report, whitespace-report-region): New commands.
15072 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
15074         * disp-table.el (make-glyph-code): Don't test the result of
15075         `face-id', which already signals an error for invalid faces.
15076         (glyph-face): Simplify.
15078         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
15079         running `desktop-not-loaded-hook' to allow modifying it.
15080         Don't show warning message if `desktop-dirname' was modified.
15082 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15084         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
15085         we still expect more lines.
15087         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
15088         comment-paragraph filling if the commark doesn't match
15089         comment-start-skip.
15091 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
15093         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
15094         the `imap' variant.
15096 2008-03-01  Jason Rumney  <jasonr@gnu.org>
15098         * files.el (make-auto-save-file-name): Encode more characters in
15099         non-file buffer names.  Use url-encoding.
15101 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
15103         * net/net-utils.el (ftp-program): Fix typo in docstring.
15104         (ifconfig-program-options, netstat-program-options)
15105         (arp-program-options, route-program-options, nslookup-program-options)
15106         (ftp-program-options, smbclient-program-options)
15107         (dns-lookup-program-options, arp, route): Doc fixes.
15109         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
15110         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
15111         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
15112         Fix typos in docstrings.
15113         (gdb-pending-triggers): Reflow docstring.
15114         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
15116 2008-03-01  Alan Mackenzie  <acm@muc.de>
15118         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
15119         typing "#" at EOB.
15121 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
15123         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
15125 2008-02-29  Kim F. Storm  <storm@cua.dk>
15127         * emulation/cua-base.el (cua-remap-control-v)
15128         (cua-remap-control-z): New defcustoms.
15129         (cua-mode): Add them to set-after property.
15130         (cua--init-keymaps): Use them.
15131         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
15133         * help.el (view-emacs-todo): Rename from view-todo.
15134         (describe-gnu-project): Rename from describe-project.  Users changed.
15135         (view-help-file): New helper function.
15136         (describe-distribution, describe-copying, describe-gnu-project)
15137         (view-todo, view-order-manuals, view-emacs-problems): Use it.
15138         (view-emacs-debugging, view-external-packages): New commands.
15139         (help-map): Move describe-distribution to C-h C-o (ordering).
15140         Move view-emacs-problems to C-h C-p (problems).
15141         Bind view-emacs-debugging to C-h C-d (debugging).
15142         Bind view-external-packages to C-h C-e (extras).
15143         (help-for-help-internal): Cleanup and align descriptions.
15144         Remove command names to reduce clutter.
15146 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
15148         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
15149         and quieter face (not a warning).
15151 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
15153         * vc.el (vc-status-crt-marked): New variable.
15154         (vc-status-mode): Make it local.
15155         (vc-status-refresh): Use it to save the marked files.
15156         (vc-update-vc-status-buffer): Use it to restore the marked files.
15158         * vc-svn.el (vc-svn-after-dir-status):
15159         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
15161 2008-02-29  Glenn Morris  <rgm@gnu.org>
15163         * allout.el (allout-topic-encryption-bullet)
15164         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
15165         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
15166         from 22.0 to 22.1.
15168         * net/imap.el (imap-ping-server):
15169         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
15170         Change defcustom :version from 23.0 to 23.1.
15172 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
15174         * desktop.el (desktop-save): Save the buffer name if the
15175         uniquified base name is empty.
15177 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
15179         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
15180         correctly when user has "set print address off".
15182 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
15184         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
15185         version number of the next major Emacs release, not 23.0.
15187         * longlines.el (longlines-unload-function): New function.
15189 2008-02-28  Juri Linkov  <juri@jurta.org>
15191         * startup.el (normal-splash-screen): Add argument `concise'.
15192         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
15193         to the created buffer.  If `concise' is non-nil, call
15194         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
15195         (display-startup-screen): Add argument `concise' to the call to
15196         `normal-splash-screen'.
15198 2008-02-28  Kim F. Storm  <storm@cua.dk>
15200         * startup.el (startup-echo-area-message): Check for about-emacs.
15202 2008-02-28  Juri Linkov  <juri@jurta.org>
15204         * startup.el: Always add initial message to *scratch* buffer if
15205         `initial-scratch-message' is non-nil regardless of the value of
15206         `inhibit-startup-screen'.
15207         (inhibit-startup-screen, initial-scratch-message): Doc fix.
15208         (command-line-1): Move code that inserts `initial-scratch-message'
15209         up before the if-form that checks for `inhibit-startup-screen'.
15210         Suggested by Jonathan Rockway <jon@jrock.us>.
15212 2008-02-28  Juri Linkov  <juri@jurta.org>
15214         * cus-edit.el (custom-mode-map, custom-mode-link-map):
15215         Rename `custom-mode' to `Custom-mode' in docstrings.
15216         (custom-buffer-create-internal, customize-browse):
15217         Rename `custom-mode' to `Custom-mode'.
15218         (custom-mode-hook): Rename to `Custom-mode-hook'.
15219         (Custom-mode-hook): Renamed from `custom-mode-hook'.
15220         (custom-mode): Rename to `Custom-mode'.
15221         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
15222         (custom-mode): Add backward-compatible non-interactive variant of
15223         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
15224         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
15226         * info-look.el: Rename `custom-mode' to `Custom-mode'.
15228         * emulation/viper.el (viper-emacs-state-mode-list):
15229         Rename `custom-mode' to `Custom-mode'.
15231         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
15232         Capitalize "Tagged Files".
15233         (minibuffer-local-map): Add menu items for next/previous
15234         history elements and isearch history forward/backward.
15236         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
15237         `hs-isearch-open' with t instead of `comment' in :selected
15238         for "Code and Comment blocks" menu item.
15240 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15242         * uniquify.el (uniquify-buffer-base-name): Undo last change.
15243         Should be done in desktop.el instead.
15245 2008-02-28  Glenn Morris  <rgm@gnu.org>
15247         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
15249         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
15251         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
15252         (Info-menu, Info-goto-node): Remove declarations.
15253         (report-emacs-bug-info): Use info rather than Info-goto-node.
15255         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
15256         (idlwave-convert-xml-system-routine-info): Don't require xml.
15257         (idlwave-show-commentary, idlwave-shell-show-commentary):
15258         Don't require finder.
15259         (idlwave-info): Don't require info.  Use info rather than
15260         Info-goto-node.
15262         * textmodes/org.el (Info-goto-node): Remove declaration.
15263         (org-info): Use info rather than Info-goto-node.
15265         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
15266         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
15268 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
15270         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
15271         the menu.
15273         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
15274         (vc-finish-logentry): Check for vc-status-mode, not only for
15275         vc-dired-mode.
15277 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
15279         * isearch.el (isearch-printing-char): Don't check
15280         keyboard-coding-system.
15281         Call isearch-process-search-multibyte-characters only when
15282         current-input-method is non-nil.
15284 2008-02-27  Kim F. Storm  <storm@cua.dk>
15286         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
15287         (glyph-char, glyph-face): Handle cons encoding.
15289 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
15291         * uniquify.el (uniquify-buffer-base-name): If the base name is an
15292         empty string, return nil to allow the caller to default to the
15293         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
15295         * tool-bar.el (tool-bar-setup): Doc fix.
15297         * mail/supercite.el (sc-describe):
15298         Fix typos in obsolescence declaration.
15300 2008-02-27  Glenn Morris  <rgm@gnu.org>
15302         * autoinsert.el (auto-insert-alist): Change permission text to
15303         match FSF's GPLv3 form.
15305         * mail/supercite.el (sc-cite-original): Doc fix.
15306         (sc-version): Make obsolete.
15307         (sc-describe): Show the SC info page.  Make obsolete.
15309 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15311         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
15312         when using transient-mark-mode.
15313         (default-indicate-unused-lines): Remove unused var.
15315 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
15317         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
15318         and previous.
15320         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
15322 2008-02-26  Glenn Morris  <rgm@gnu.org>
15324         * net/net-utils.el (top-level): Don't require comint when compiling.
15325         (nslookup-font-lock-keywords): Don't require font-lock.
15326         Use font-lock faces rather than variables.
15327         (nslookup, ftp, smbclient, network-service-connection):
15328         Don't require comint.
15329         (comint-prompt-regexp, comint-input-autoexpand)
15330         (comint-input-ring): Declare for compiler.
15331         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
15332         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
15334         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
15335         doc-string.
15337 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15339         * doc-view.el (doc-view-current-page): Add a `win' argument.
15341 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15343         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
15344         Demote it to plain defvar.
15345         (doc-view-conversion-refresh-interval): Reduce interval.
15346         (doc-view-goto-page): Allow moving to pages not yet rendered.
15347         (doc-view-goto-page): Construct a file name rather than extracting it
15348         from doc-view-current-files.
15349         (doc-view-kill-proc): Ignore errors from kill-process.
15350         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
15351         (doc-view-insert-image): Use appropriate text if the page hasn't been
15352         rendered yet.  Adjust scrolling so the text is displayed.
15353         (doc-view-display): Detect not just that a page is available, but also
15354         that it wasn't available before, so as to avoid refreshing all pages
15355         repeatedly.
15356         (doc-view-mode): Make doc-view-cache-directory if needed.
15358 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15360         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
15361         toggle-read-only.
15363         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
15364         refering to a missing required field with the OPT prefix.
15365         Make unwindform more robust.
15367         * textmodes/bibtex.el: Remove support for hideshow minor mode as
15368         it duplicates the bibtex support in progmodes/hideshow.el.
15369         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
15370         entries that do not start at the beginning of a line.
15372 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
15374         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
15376 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
15378         * help-fns.el (describe-variable): Add phrases about
15379         initialization file with and without customization;
15380         use new button type help-info-variable.
15382         * help-mode.el (help-info-variable):
15383         New button able to read Info files for help-fns.el.
15385 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
15387         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
15388         (grep-mode): Use grep-mode-tool-bar-map.
15390         * progmodes/compile.el (tool-bar): Require tool-bar.
15391         (compilation-mode-tool-bar-map): New variable.
15392         (compilation-mode): Use compilation-mode-tool-bar-map.
15394         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
15396 2008-02-25  Glenn Morris  <rgm@gnu.org>
15398         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
15400 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15402         * diff-mode.el (diff-file-junk-re): New const.
15403         (diff-beginning-of-file-and-junk): Use it.
15404         (diff-file-kill): Make sure we were really inside a file diff.
15406         * diff-mode.el: Make it more robust in the presence of empty context
15407         lines in unified hunks.
15408         (diff-valid-unified-empty-line): New var.
15409         (diff-unified->context, diff-sanity-check-hunk): Obey it.
15410         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
15411         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
15412         (diff-hunk-header-re-unified): New const.
15413         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
15414         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
15415         (diff-sanity-check-hunk): Use it.
15417         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
15418         Index: line, don't search backward for the previous one.
15420 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
15422         * international/fontset.el (setup-default-fontset): Add non-OTF
15423         lao font for lao script.
15425         * language/tibetan.el: Register tibetan-composition-function in
15426         composition-function-table.
15428         * language/tibet-util.el (tibetan-composition-function):
15429         Adjust for the new calling way (argument changed).  Try font-shape-text
15430         if possible.
15432         * language/lao.el: Register lao-composition-function in
15433         composition-function-table.
15435         * language/lao-util.el (lao-composition-function): Adjust for the new
15436         calling way (argument changed).  Try font-shape-text if possible.
15438 2008-02-25  Jason Rumney  <jasonr@gnu.org>
15440         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
15442 2008-02-25  Juri Linkov  <juri@jurta.org>
15444         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
15445         background, "red4" for a dark background, "red" for 16 and
15446         8 colors, "grey" for grayscale, and inverse video otherwise.
15447         Add :version tag.
15448         (isearch-message): Keep the original isearch-message intact, and
15449         add text properties to it where necessary.  Add `isearch-error' to
15450         the condition that checks if isearch is unsuccessful.
15452 2008-02-24  Juri Linkov  <juri@jurta.org>
15454         * progmodes/compile.el (compilation-handle-exit):
15455         Use compilation-error face instead of font-lock-warning-face.
15456         Display the same message in the minibuffer as is inserted
15457         at the end of the compilation buffer.
15459 2008-02-24  Glenn Morris  <rgm@gnu.org>
15461         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
15462         multiple file case.
15464         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
15466         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
15467         multiple file case.  Use a single `let' rather than two.
15469 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
15471         * progmodes/compile.el (compilation-start): Specify a face for
15472         mode-line-process.
15473         (compilation-handle-exit): Specify a face and a tooltip for
15474         mode-line-process.
15476 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15478         * hilit-chg.el: Remove spurious * in defcustom docstrings.
15479         (hilit-chg-make-ov): Simplify.
15480         (hilit-chg-fixup): Use remove-overlays.
15481         (hilit-chg-set-face-on-change): Remove redundant call to
15482         `remove-text-properties'.
15484         * dired.el (dired-mark-prompt): Don't count/display the t element.
15485         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
15487 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
15489         * progmodes/verilog-mode.el (eval-when-compile): Don't define
15490         add-submenu.
15491         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
15492         Remove.  Move contents to the only use ...
15493         (verilog-menu): ... here.
15494         (verilog-statement-menu): Remove.  Move contents to the only use ...
15495         (verilog-stmt-menu): ... here.
15496         (verilog-mark-defun): Simply call mark-defun for emacs.
15497         (occur-pos-list): Declare for byte compiler.
15498         (mode-popup-menu): Don't defvar.
15499         (verilog-add-statement-menu): Remove.
15500         (verilog-mode-hook): Don't add verilog-add-statement-menu.
15501         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
15503 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
15505         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
15506         conditional.
15507         (verilog-font-grouping-keywords-face): Make the begin..end
15508         keywords standout more than other verilog keywords.
15509         (verilog-type-font-keywords): Move the begin..end out of this list
15510         to facilitate making them to (potentially) stand out more.
15511         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
15512         function & task blocks.
15513         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
15514         initial, function & task blocks.
15515         (verilog-forward-sexp): Handle the new "disable fork" statement of
15516         IEEE-1800 Verilog.
15517         (verilog-beg-block-re-ordered): Handle the new "disable fork"
15518         statement of IEEE-1800 Verilog.
15519         (verilog-calc-1): Handle the new "disable fork" statement of
15520         IEEE-1800 Verilog.
15521         (verilog-disable-fork-re): Add const to help handle the new
15522         "disable fork" statement of IEEE-1800 Verilog.
15523         (verilog-declaration-core-re): Add port directions by themselves,
15524         with no qualification, as base item of a declaration.
15525         (verilog-pretty-declarations): Add new flag to ask it to refrain
15526         from printing to the message buffer.
15527         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
15528         printing to the message buffer.  Improve handling of the many
15529         types of expression line up.
15530         (verilog-just-one-space): Remove printing of an empty message.
15531         (verilog-get-lineup-indent): Rework to support the better handling
15532         of expression lineup for verilog-pretty-expr.
15533         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
15535 2008-02-24  Alan Mackenzie  <acm@muc.de>
15537         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
15538         yesterday's commit.
15540 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
15542         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
15543         to mouse-set-point in buffers that aren't associated with files.
15545         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
15547 2008-02-24  Alan Mackenzie  <acm@muc.de>
15549         Set of changes so that "obtrusive" syntactic elements in a
15550         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
15551         unmatched paren) don't interact syntactically with stuff outside
15552         the CPP line.
15554         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
15555         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
15556         off-by-one bug.
15557         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
15558         a bit of refactoring.
15559         (c-awk-extend-and-syntax-tablify-region): Takes some of the
15560         functionality of c-awk-advise-fl-for-awk-region, which has been
15561         refactored away.
15563         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
15564         (c-clear-char-property-with-value): New function and macro which
15565         remove text-properties `equal' to a supplied value.
15567         * progmodes/cc-engine.el: Comment about text properties amended.
15569         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
15570         parens around "error\\|warning".
15572         * progmodes/cc-langs.el (c-get-state-before-change-function)
15573         (c-before-font-lock-function, c-anchored-cpp-prefix):
15574         New language variables.
15575         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
15577         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
15578         syntax-table text properties.
15579         (c-common-init): Call language specific before/after-change
15580         functions at mode initialisation.
15581         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
15582         (c-extend-region-for-CPP, c-neutralize-CPP-line)
15583         (c-neutralize-syntax-in-CPP): New functions.
15584         (c-before-change, c-after-change): Call the new language specific
15585         change functions defined in cc-langs.el.
15586         (c-advise-fl-for-region): New macro.
15587         (awk-mode): Remove AWK specific stuff which has been refactored
15588         into language independent stuff.
15590 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
15592         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
15593         (gdb): (Re)set gdb-flush-pending-output to nil here...
15594         (gdb-init-1): ...instead of here (before gdb-prompt).
15596 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15598         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
15599         Recognize ''' just like any other char-constant.
15601 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15603         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
15604         careful enough.  Detect the uid-change all within the main loop.
15606 2008-02-24  Stefan Monnier  <monnier@pastel.home>
15608         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
15610 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15612         * hilit-chg.el (highlight-save-buffer-state): New macro.
15613         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
15614         (hilit-chg-clear): Use it to preserve the modified-p flag.
15615         (highlight-changes-rotate-faces): Don't mess with the undo-list.
15617 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15619         * font-lock.el (font-lock-set-defaults): Unset previously set variables
15620         when needed.
15622 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
15624         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
15625         from gnus-button-url-regexp.
15627 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
15629         * progmodes/compile.el (compilation-next-error): Doc fix.
15630         (compilation-find-file): Doc fix.
15632 2008-02-24  Glenn Morris  <rgm@gnu.org>
15634         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
15635         Add obsolete aliases to the old names.
15637 2008-02-24  Richard Stallman  <rms@gnu.org>
15639         * net/net-utils.el (ifconfig): Rename from ipconfig.
15640         (ipconfig): Alias to ifconfig.
15641         (ifconfig-program): Rename from ipconfig-program.
15642         (ifconfig-program-options): Rename from ipconfig-program-options.
15644 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
15646         * progmodes/verilog-mode.el (verilog-declaration-core-re):
15647         Add port directions by themselves, with no qualification, as base
15648         item of a declaration.
15649         (verilog-pretty-declarations): Add new flag that inhibits printing
15650         to the message buffer.
15651         (verilog-pretty-expr): Add new flag that inhibits printing to the
15652         message buffer.  Improve handling of the many types of expression
15653         line up.
15654         (verilog-just-one-space): Don't print an empty message.
15655         (verilog-get-lineup-indent): Rework to support the better handling
15656         of expression lineup for verilog-pretty-expr.
15657         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
15658         (verilog-mode-version, verilog-mode-release-date): Update.
15660 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15662         * subr.el (cancel-change-group): Don't move point.
15664 2008-02-23  Markus Triska  <markus.triska@gmx.at>
15666         * linum.el (linum-after-config): Update all visible windows.
15668 2008-02-23  Glenn Morris  <rgm@gnu.org>
15670         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
15671         Add :help for Solitaire and Tetris.
15673         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
15675         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
15676         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
15677         (smtpmail-queue-index-file): Make it a defcustom.
15678         (smtpmail-queue-index): Delete.
15679         (smtpmail-send-it, smtpmail-send-queued-mail):
15680         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
15681         smtpmail-queue-index.
15683         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
15684         Add :version.
15686 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
15688         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
15689         New variables.
15690         (iwconfig): New function.
15692 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
15694         * vc.el (vc-find-revision): Make vc-parent-buffer local before
15695         setting it.
15696         (vc-status-menu-map): Do not define using easy-menu.
15697         (vc-status-menu-map): New defalias.
15698         (vc-status-mode-map): Hook up the menu.
15699         (top-level): Update TODO.
15701         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
15703         * vc-bzr.el (vc-bzr-init-version): Rename to ...
15704         (vc-bzr-init-revision): ... this.
15706 2008-02-23  Jason Rumney  <jasonr@gnu.org>
15708         * makefile.w32-in (WINS_ALMOST): Remove term.
15709         (WINS): Add term here.
15710         (custom-deps, finder-data): Use WINS_ALMOST.
15712 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
15714         * faces.el (font-weight-table): Fix value of `semi-light'.
15716 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15718         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
15719         Make those tables bijective.
15721 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
15723         Finish pdbtrack integration cleanup, settling missing-functions
15724         byte compiler warnings appropriately.
15726         * progmodes/python.el (python-point): Remove this - beginning-of-line
15727         was all that was necessary for `python-pdbtrack-overlay-arrow'.
15728         (python-end-of-def-or-class, python-beginning-of-def-or-class)
15729         (python-goto-initial-line): Drop these - they were only needed for
15730         python-point.
15731         (python-comint-output-filter-function): Use condition-case and
15732         beginning-of-line directly, instead of python-mode.el functions
15733         which require all sorts of baggage.
15734         (point-safe): Unnecessary - we're using condition-case directly,
15735         instead.
15736         (python-execute-file): Include for python-shell, which I'm leaving
15737         in keeping despite it being unnecessary for pdb tracking.
15739 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
15741         * progmodes/scheme.el (scheme-font-lock-keywords-2):
15742         Add SRFI 11 support.
15743         (let-values, let*-values): Specify scheme-indent-function.
15745 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
15747         * vc.el (vc-exec-after): Move setting mode-line-process in the
15748         busy case ...
15749         (vc-set-mode-line-busy-indicator): ... in this new function.
15750         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
15751         (vc-update-vc-status-buffer): Reset mode-line-process.
15752         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
15753         mark/unmark all the files with the same state as the current one.
15754         With a prefix argument mark/unmark all files.
15755         (vc-status-mode-menu): Adjust strings.
15756         (vc-update-vc-status-buffer): Only do something when the argument
15757         is not nil.
15758         (vc-status-kill-dir-status-process): New function.
15759         (vc-status-mode-map): Bind it.
15760         (vc-status-process-buffer): New variable.
15761         (vc-status-mode): Make it local.
15762         (vc-status-refresh): Set it.
15764         * vc-hg.el (vc-hg-dir-status):
15765         * vc-git.el (vc-git-dir-status):
15766         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
15767         command is run.
15769 2008-02-22  Glenn Morris  <rgm@gnu.org>
15771         * json.el (top-level): No need to require thingatpt.
15772         (json-read-keyword): Use thing-at-point rather than word-at-point.
15774         * time.el (top-level): No need to require time-date when compiling.
15776         * emacs-lisp/copyright.el (copyright-update-year):
15777         Fix subexpression numbering for the case when years are split over
15778         lines, and for the replace case.
15780         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
15781         (tpu-caar, tpu-cadr): Delete functions.
15782         (zmacs-regions): No need to declare for compiler.
15783         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
15784         (tpu-spell-check): Rewrite, and handle mark after point.
15785         (tpu-special-insert): Use or rather than if.
15787         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
15788         rather than spell-region.
15790         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
15791         warnings about spell-region.
15793 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
15795         * ldefs-boot.el: Regenerated.
15797         * loadup.el: Don't load language/devanagari, language/kannada,
15798         language/malayalam, and language/tamil.  Load language/sinhala.
15800         * language/indian.el (indian-font-foundry)
15801         (indian-script-language-alist, indian-font-char-index-table)
15802         (indian-font-char, indian-font-char-range, indian-script-table)
15803         (indian-default-script, indian-composable-pattern): Delete them.
15804         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
15805         language environments moved to here.
15806         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
15807         New language environments.
15809         * language/devanagari.el, language/devan-util.el,
15810         * language/kannada.el, language/knd-util.el, language/malayalam.el,
15811         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
15812         Delete them.
15814         * language/sinhala.el: New file.
15816 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
15818         Update Nick Robert's port of pdb tracking from python-mode.el.
15820         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
15821         Clarify docstring.
15822         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
15823         tracking is happening.
15824         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
15825         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
15826         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
15827         Tracking is plugged in to all comint buffers once python.el is loaded.
15828         (python-pdbtrack-overlay-arrow): Toggle activation of
15829         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
15830         (python-pdbtrack-track-stack-file): Use new
15831         `python-pdbtrack-get-source-buffer' for more flexible access to
15832         debugging source files.
15833         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
15834         according to pdb stack trace, optionally using new
15835         `python-pdbtrack-grub-for-buffer' if file is not locally available.
15836         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
15837         named buffer, or having function with indicated name.
15838         (python-shell): Remove comint-output-filter-functions hook
15839         addition, it's being done elsewhere.  Wrap long line.
15841 2008-02-21  Michael Olson  <mwolson@gnu.org>
15843         * json.el: Replace XEmacs compatibility code to get rid of
15844         compiler warnings.
15846         * time.el: Fix compiler warning.
15848 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
15850         * json.el: New file (JavaScript Object Notation parser / generator).
15852 2008-02-21  Dave Love  <fx@gnu.org>
15854         * progmodes/sym-comp.el: New file.
15856         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
15857         Require sym-comp.  Add Python buffer to same-window-buffer-names.
15858         Fixup whitespaces.
15859         (python-font-lock-keywords): Add highlighting for Python builtins.
15860         (python-font-lock-syntactic-keywords): Rewrite.
15861         (python-quote-syntax): Use syntax-ppss-context instead of parsing
15862         ppss directly.
15863         (python-mode-map): Add binding for python-find-function.
15864         (python-calculate-indentation): Clean up the logic.
15865         (python-beginning-of-defun): Explicitly set return value.
15866         (python-beginning-of-statement): Stop looping if we get stuck
15867         going backwards.
15868         (python-next-statement): Stop looping if we somehow end up inside
15869         a string while advancing.
15870         (python-preoutput-continuation, python-version-checked): New vars.
15871         (python-check-version): New function.
15872         (run-python): Set default command to python-command instead of
15873         python-python-command.
15874         (run-python): Use python-check-version.  Give PYTHONPATH
15875         precedence over data-directory in the process environment.
15876         Load function definitions in python process after.
15877         (python-check-comint-prompt): New function.
15878         (python-send-command, python-send-receive): Use it.
15879         (python-complete-symbol, python-try-complete): Functions deleted.
15880         Use symbol-complete instead of python-complete-symbol throughout.
15881         (python-fill-paragraph): Further refine the fenced-string regexp.
15882         (def-python-skeleton): Expand to the original abbrev instead if in
15883         a comment or string.  Tweak skeletons for `if', `while', `for',
15884         `try/except', `try/finally', `name'.
15885         (python-pea-hook, python-abbrev-pc-hook): New functions.
15886         (python-abbrev-syntax-table): New var.
15887         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
15888         Use symbol-completion-try-complete for hippie expansion.
15889         Turn on font lock unconditionally.
15890         (python-mode-hook): Defcustom it.  No need to use make-local
15891         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
15892         option, since it's buffer-local.
15894 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
15896         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
15898 2008-02-21  Drew Adams  <drew.adams@oracle.com>
15900         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
15901         "Turn off" and a "Help" entry when the minor mode has no menu.
15903 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
15905         * vc.el (vc-status-mark, vc-status-unmark): New functions.
15906         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
15907         vc-status-mark-file and vc-status-unmark-file.
15908         (vc-status-mark-unmark): New function.
15909         (vc-status-previous-line, vc-status-next-line): No longer interactive.
15911 2008-02-21  Glenn Morris  <rgm@gnu.org>
15913         * composite.el (encode-composition-rule): Fix typo in error message.
15914         (composition-function-table, auto-composition-mode): Doc fixes.
15916         * subr.el (sit-for): Fix obsolete form for nil second argument.
15918         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
15919         (spell-string): Make obsolete, in favor of ispell.
15921 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
15923         * language/devanagari.el: Don't setup composition-function-table
15924         here.
15925         ("Devanagari"): Change charset, coding-system, coding-priority to
15926         Unicode-based ones.  Don't require the feature devan-util.
15928         * composite.el (compose-chars-after): Fix arguments for a function
15929         in composition-function-table.
15930         (auto-compose-region): Likewise.
15932         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
15933         for Ethiopic.
15934         (ps-mule-plot-string): Ignore glyph-string based compositions.
15936 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15938         * doc-view.el: Allow different windows to show different pages.
15939         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
15940         (doc-view-current-image, doc-view-current-overlay): Remove variables,
15941         add them back as macros instead, using image-mode-winprops instead.
15942         Update all users of those variables.
15943         (doc-view-new-window-function): New function to create a new overlay
15944         for each new window.
15945         (doc-view-mode): Use it and image-mode-setup-winprops.
15946         (doc-view-clone-buffer-hook): Rewrite accordingly.
15948         * image-mode.el: Extend [hv]scroll support to per-window properties.
15949         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
15950         (image-mode-winprops-alist): New var to replace them.
15951         (image-mode-new-window-functions): New hook.
15952         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
15953         New funs.
15954         (image-set-window-vscroll, image-set-window-hscroll): Use them.
15955         Remove the `window' argument, update callers.
15956         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
15957         Use the new functions.
15958         (image-mode-reapply-winprops): New fun.
15959         (image-mode): Use it.
15961 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
15963         * calc/calc-math.el (math-sin-raw): Add optional argument
15964         to keep track of original argument.
15965         (math-cos-raw): Use optional argument when calling math-sin-raw.
15966         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
15967         with close to original precision.
15969 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15971         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
15972         args in calls of sit-for.
15974 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
15976         * vc-svn.el (vc-svn-program): Fix typo in docstring.
15977         (vc-svn-checkin): Fix typo in error message.
15979         * help-mode.el: Require easymenu when compiling.
15981 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
15983         * help-mode.el (help-mode-menu): New menu.
15985 2008-02-20  Glenn Morris  <rgm@gnu.org>
15987         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
15988         on Windows.
15990 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
15992         * ps-mule.el (ps-mule-encode-region): Return a single string.
15993         (ps-mule-plot-string): Adjust for the above change.
15994         (ps-mule-encode-header-string): Likewise.
15996         * international/latin1-disp.el (latin1-display): Don't use
15997         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
15998         standard-display-table.
15999         (latin1-display-identities): Adjust for the change of what is
16000         returned by (get-language-info charset 'charset).
16002         * international/mule-util.el (char-displayable-p): Fix for Latin-1
16003         characters and terminal case.
16005 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
16007         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
16009         * progmodes/python.el: Also require comint when loading.
16010         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
16011         Replace python-shell with run-python on menu bar.
16012         (python-shell-map): New map.
16013         (python-default-interpreter, python-python-command-args)
16014         (python-jython-command-args, python-pdbtrack-do-tracking-p):
16015         New options.
16016         (python-which-shell, python-which-args, python-which-bufname):
16017         New buffer local variables.
16018         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
16020         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
16021         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
16022         New constants.
16024         Pdbtrack features:
16026         (python-point, python-end-of-def-or-class)
16027         (python-beginning-of-def-or-class, python-goto-initial-line)
16028         (python-comint-output-filter-function)
16029         (python-pdbtrack-overlay-arrow)
16030         (python-pdbtrack-track-stack-file, python-toggle-shells)
16031         (python-shell, python-pdbtrack-toggle-stack-tracking)
16032         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
16033         New functions.
16035 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16037         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
16038         when the argument is nil.
16040 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
16042         * vc.el (dir-status): Add a brief description.
16044 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
16046         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
16047         If non-nil, reverse the sense of the check.
16049         * vc-rcs.el (vc-rcs-root): New func.
16050         * vc-cvs.el (vc-cvs-root): New func.
16051         * vc-svn.el (vc-svn-root): New func.
16052         * vc-sccs.el (vc-sccs-root): New func.
16054 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
16056         * language/japan-util.el (setup-japanese-environment-internal):
16057         Call use-cjk-char-width-table.
16059         * language/japanese.el ("Japanese"): Set exit-function to
16060         use-default-char-width-table.
16062         * international/characters.el: Delete occurrences of non-Unicode
16063         tibetan and ethiopic characters.
16064         (cjk-char-width-table): New variable.
16065         (use-cjk-char-width-table, use-default-char-width-table):
16066         New functions.
16068 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
16070         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
16071         (vc-status-mode-menu): Add a :filter.
16072         (vc-status-printer): Add faces.
16074         * vc-hg.el (vc-hg-extra-status-menu): New function.
16075         (vc-hg-dir-status): Clean up the buffer before using it.
16077 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16079         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
16080         (gdb): Initialize it here instead.
16082         * files.el (locate-dominating-file): Fix thinko in last change.
16083         Reported by Bruce Stephens <bruce.stephens@isode.com>.
16085 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
16087         * vc.el (vc-status-mode-menu): New menu for vc-status.
16089 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
16091         * progmodes/verilog-mode.el (customize): Fix typo in error message.
16092         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
16093         (verilog-mode-auto, verilog-indent-level-module)
16094         (verilog-minimum-comment-distance, verilog-library-flags)
16095         (verilog-library-directories, verilog-library-files)
16096         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
16097         (verilog-xemacs-menu, verilog-set-compile-command)
16098         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
16099         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
16100         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
16101         (verilog-batch-inject-auto, verilog-batch-indent)
16102         (verilog-continued-line, verilog-type-keywords)
16103         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
16104         (verilog-read-inst-pins, verilog-read-arg-pins)
16105         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
16106         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
16107         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
16108         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
16109         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
16110         (verilog-mode-version, verilog-mode-release-date)
16111         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
16112         (verilog-simulator, verilog-compiler)
16113         (verilog-auto-sense-defines-constant, verilog-company)
16114         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
16115         Fix typos in docstrings.
16116         (verilog-set-auto-endcomments, verilog-calculate-indent)
16117         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
16118         Reflow docstrings.
16119         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
16120         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
16121         (electric-verilog-forward-sexp, verilog-in-case-region-p)
16122         (verilog-in-struct-region-p, verilog-in-generate-region-p)
16123         (verilog-leap-to-head, verilog-current-indent-level)
16124         (verilog-case-indent-level, verilog-cpp-keywords)
16125         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
16126         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
16127         (verilog-signals-not-in, verilog-symbol-detick-text)
16128         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
16129         (verilog-forward-close-paren, verilog-backward-open-paren)
16130         (verilog-backward-open-bracket): Doc fixes.
16132         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
16133         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
16134         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
16135         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
16136         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
16137         Fix typos in docstrings.
16139         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
16141 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
16143         * info.el (Info-read-node-name): Removed unused `default' arg.
16145 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
16147         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
16149 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16151         * image-mode.el (image-get-display-property): New fun.
16152         (image-forward-hscroll, image-next-line, image-eol, image-eob)
16153         (image-mode, image-minor-mode, image-toggle-display-text)
16154         (image-toggle-display): Use it.
16156 2008-02-18  Jason Rumney  <jasonr@gnu.org>
16158         * international/mule.el (xml-find-file-coding-system): Don't warn
16159         about utf-16 with BOM.
16161         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
16163         * international/mule.el (sgml-xml-auto-coding-function): Detect and
16164         warn if file encoding is not utf-8 and encoding not specified.
16165         (xml-find-file-coding-system): New function.
16166         * international/mule-conf.el (file-coding-system-alist): Use it.
16168 2008-02-17  Glenn Morris  <rgm@gnu.org>
16170         * international/mule-cmds.el (set-locale-environment):
16171         Pass `frame' to getenv for LC_MESSAGES.
16173 2008-02-17  Juri Linkov  <juri@jurta.org>
16175         * time.el (emacs-init-time): Use format instead of format-seconds.
16177 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16179         * textmodes/bibtex.el (bibtex-search-entry): Rename from
16180         bibtex-find-entry.  Add autoload cookie.
16181         (bibtex-find-entry): Alias for bibtex-search-entry.
16182         (bibtex-search-crossref): Rename from bibtex-find-crossref.
16183         (bibtex-find-crossref): Alias for bibtex-search-crossref.
16184         (bibtex-clean-entry): atomic-change-group removed.
16185         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
16186         to locate buffer location where error occurred.
16187         Make error messages more specific.
16188         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
16190 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
16192         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
16193         top level.
16195         * simple.el (transient-mark-mode): Add an :init-value.
16197         * startup.el (command-line): Use custom-reevaluate-setting for
16198         transient-mark-mode.
16200 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
16202         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
16204 2008-02-16  Juri Linkov  <juri@jurta.org>
16206         * startup.el (after-init-time): New variable.
16207         (command-line): Set `after-init-time' to the current time.
16209         * time.el (emacs-init-time): New function.
16211 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16213         * files.el (locate-dominating-file): Remove initial loop because it's
16214         not careful enough.  Detect the uid-change all within the main loop.
16216 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
16218         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
16220 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
16222         * vc.el (vc-annotate): Add new argument.
16223         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
16225         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
16226         Move make-variable-buffer-local code after the corresponding defvar.
16227         (hs-minor-mode-map): Define and initialize in one step.
16228         (hs-minor-mode): Change from defun to define-minor-mode.
16230 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
16232         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
16233         (gdb-ready): Move declaration...
16235         * progmodes/gdb-ui.el (gdb-ready): ...to here.
16236         (gdb-early-user-input): New variable.
16237         (gdb): Reset gdb-flush-pending-output to nil and set
16238         comint-input-sender here (before gdb-prompt), instead of...
16239         (gdb-init-1): ...here.
16240         (gdb-send): If Emacs is not ready, defer user input to...
16241         (gdb-prompt): ...here.
16243 2008-02-16  Glenn Morris  <rgm@gnu.org>
16245         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
16247         * startup.el (emacs-startup-time): Rename to `before-init-time'.
16248         (before-init-time): New name for `emacs-startup-time'.
16249         (command-line): Use before-init-time rather than emacs-startup-time.
16250         * time.el (emacs-uptime): Use before-init-time rather than
16251         emacs-startup-time.
16253         * composite.el (composition-function-table): Doc fix.
16255         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
16256         in favor of `%z' specifier.
16257         (emacs-uptime): Move to time.el.
16258         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
16259         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
16260         argument of format-seconds.
16262 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
16264         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
16266 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
16268         * ielm.el (ielm-is-whitespace): Remove.
16269         (ielm-is-whitespace-or-comment): New function.
16270         (ielm-eval-input): Use it.
16272 2008-02-15  Jason Rumney  <jasonr@gnu.org>
16274         * term/mac-win.el: Fix coding tag.
16276 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
16278         * vc-hooks.el (vc-menu-map):
16279         * bindings.el (mode-line-mode-menu): Add tooltips.
16281         * bindings.el (help-echo): Add more tooltips.  Use a less
16282         telegraphic style for existing tooltips.
16284 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16286         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
16287         from the auto-generated one.
16289 2008-02-14  Glenn Morris  <rgm@gnu.org>
16291         * mail/rmail-spam-filter.el (rmail-spam-filter):
16292         Let-bind message-spam-status.
16294         * mail/smtpmail.el (password-cache-add): Declare as function.
16296 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
16298         * mail/smtpmail.el: Use password-cache.
16300 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
16302         * uniquify.el (uniquify-buffer-base-name): New function.
16303         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16305         * desktop.el (uniquify-managed): Don't defvar.
16306         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
16307         `uniquify-managed'.  Return also the buffer's base name.
16308         (desktop-save): When saving the buffer info, filter out the base name,
16309         and save it as buffer name if the buffer is managed by uniquify.
16310         (uniquify-item-base): Don't declare; not called anymore.
16312 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
16314         * vc.el (vc-annotate-find-revision-at-line): New function.
16315         (vc-annotate-mode-map): Bind it.
16316         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
16317         some entries.
16319 2008-02-14  Glenn Morris  <rgm@gnu.org>
16321         * calendar/time-date.el (format-seconds): New function.
16322         (emacs-uptime): Use format-seconds.
16324         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
16325         Remove `LC_ALL=C', since it's included in $(emacs) now.
16327 2008-02-14  Zhang Wei  <id.brep@gmail.com>
16329         * textmodes/org-publish.el (org-publish-timestamp-filename):
16330         Replace colon characters in filename too.
16332 2008-02-13  Bastien Guerry  <bzg@altern.org>
16334         * mail/rmail.el (rmail-header-name): New face.
16335         (rmail-font-lock-keywords): Use rmail-header-name.
16337         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
16338         against X-Spam-Status header field.
16339         (rmail-spam-filter): Also check X-Spam-Status header field.
16341 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
16343         * progmodes/flymake.el (flymake-allowed-file-name-masks):
16344         Add support for .pm files and .php files.
16345         (flymake-err-line-patterns): Add pattern for PHP errors.
16346         (flymake-php-init): New function.  PHP support for flymake.
16348         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16349         Add regular expression for PHP errors.
16351 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
16353         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
16354         This DTRT even on w32 machines.
16355         (ange-ftp-cf1): Quote FILENAME.
16357 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16359         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
16360         (smerge-auto-combine): New fun.
16362 2008-02-12  Juri Linkov  <juri@jurta.org>
16364         * startup.el (fancy-startup-screen, normal-splash-screen):
16365         Set default-directory to command-line-default-directory.
16367         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
16368         after reading the desktop.
16370         * progmodes/compile.el (compilation-auto-jump):
16371         Call compile-goto-error only when compilation-auto-jump-to-first-error
16372         is non-nil.
16373         (compilation-scroll-output): Replace :type 'boolean with a choice
16374         that has three options including a third option `first-error'.
16375         Doc fix.
16376         (compilation-start, compilation-forget-errors): Add an alternate
16377         condition comparing compilation-scroll-output with `first-error'
16378         in addition to compilation-auto-jump-to-first-error (to call
16379         compilation-auto-jump in the proper place).
16381 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16383         * international/mule.el (sgml-html-meta-auto-coding-function):
16384         Make sure the search limit is ahead.
16386         * tar-mode.el: Fix broken indentation.
16387         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
16388         Use with-current-buffer.
16390 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
16392         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
16393         it is already automatically buffer-local.
16395 2008-02-12  Drew Adams  <drew.adams@oracle.com>
16397         * help.el (describe-key): Join some split lines to facilitate filling.
16398         * help-fns.el (describe-function-1): Fill text of overlong lines.
16400 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
16402         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
16403         Use unibyte-string instead of string-make-unibyte.
16405         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
16407 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16409         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
16410         works also for buffers w/o buffer-file-name.  Update callers.
16411         (doc-view-clone-buffer-hook): New fun.
16412         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
16413         the `doc-view' property so they can be recognized.
16415         * simple.el (clone-indirect-buffer-hook): New hook.
16416         (clone-indirect-buffer): Run it.
16418 2008-02-11  Michael Olson  <mwolson@gnu.org>
16420         * epa-setup.el:
16421         * epg-package-info.el: Files removed.
16423 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
16425         * epa.el (epa-menu-mode): Merge into epa-mode.
16426         (epa-menu-items): Rename the label "EasyPG Assistant" to
16427         "Encryption/Decryption".
16429         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
16430         (epa-dired-mode-map): Rename from epa-dired-map.
16431         (epa-global-dired-mode): Rename the global minor mode.
16433 2008-02-11  Drew Adams  <drew.adams@oracle.com>
16435         * isearch.el (isearch-fail): New face.
16436         (isearch-message): Highlight failure part of input.
16438 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16440         * ibuffer.el (ibuffer-header-line-format): New var.
16441         (ibuffer-mode): Set it instead of header-line-format.
16442         (ibuffer-update): Use it to set header-line-format.
16444         * international/mule-cmds.el (ucs-insert): Inherit surrounding
16445         properties like self-insert-command.
16447 2008-02-11  Drew Adams  <drew.adams@oracle.com>
16449         * progmodes/etags.el: Add many doc strings.
16451 2008-02-11  Jason Rumney  <jasonr@gnu.org>
16453         * ldefs-boot.el: Regenerated.
16455 2008-02-11  Glenn Morris  <rgm@gnu.org>
16457         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16458         Shorten some names.
16460         * ffap.el (ffap-rfc-directories): Add :version.
16462 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
16464         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
16465         files, and backup files of same.
16467 2008-02-11  Kevin Ryde  <user42@zip.com.au>
16469         * ffap.el (ffap-rfc-directories): New variable.
16470         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
16472         * info.el (Info-next-reference, Info-prev-reference)
16473         (Info-try-follow-nearest-node): Move to and follow https:// links too.
16475         * simple.el (completion-list-mode): Show full completion-list-mode-map
16476         in the docstring.
16478 2008-02-11  Sam Steingold  <sds@gnu.org>
16480         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
16482 2008-02-11  Glenn Morris  <rgm@gnu.org>
16484         * startup.el (emacs-startup-time): New variable.
16485         (command-line): Set emacs-startup-time.
16487         * calendar/time-date.el (emacs-uptime): New function.
16489 2008-02-10  Bastien Guerry  <bzg@altern.org>
16491         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
16492         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
16493         it is nil.
16495 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16497         * epg-config.el: Expand the contents of epg-package-info.el.
16498         (epg-package-name): New constant.
16499         (epg-version-number): New constant.
16500         (epg-bug-report-address): New constant.
16502         * epa-mail.el (epa-mail-mode): Add autoload cookie.
16503         (epa-global-mail-mode): New global minor mode.
16505         * epa-file.el (epa-file-mode): New global minor mode.
16507         * epa-dired.el (epa-dired-mode): New global minor mode.
16509         * epa.el (epa-menu): New variable.
16510         (epa-menu-items): New variable.
16511         (epa-menu-mode): New global minor mode.
16512         (epa-global-minor-modes): New user option.
16513         (epa-mode): New global minor mode.
16515 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
16517         * net/dbus.el: Remove `no-byte-compile' cookie.
16518         (dbus-call-method, dbus-register-signal, dbus-debug)
16519         (dbus-registered-functions-table): Declare them with
16520         `declare-function' or `defvar', respectively.
16521         (top): Don't assert any longer.  Require 'cl when compiling.
16522         Apply `ignore-errors' but `dbus-ignore-errors'.
16524 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
16526         * diff-mode.el (diff-add-change-log-entries-other-window):
16527         Use add-change-log-entry.
16529 2008-02-09  Jason Rumney  <jasonr@gnu.org>
16531         * button.el (button-map):
16532         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
16533         * ldefs-boot.el: Regenerate.
16535 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
16537         * epa.el (epa-faces, epa):
16538         * epa-file.el (epa-file):
16539         * epg-config.el (epg): Add :version.
16541 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
16543         * vc.el (vc-exec-after): Append CODE to previous fragments.
16544         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
16545         take MESSAGES instead of VERBOSE; use it when non-nil.
16546         (vc-diff-internal): Compute messages once; use them;
16547         update call to vc-diff-finish.
16549 2008-02-09  Michael Olson  <mwolson@gnu.org>
16551         * net/tramp.el (tramp-process-sentinel): Avoid error when process
16552         buffer has been killed, such as by
16553         `tramp-cleanup-all-connections'.
16555 2008-02-09  Miles Bader  <miles@gnu.org>
16557         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
16559 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16561         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
16562         splitter in context hunks.
16564 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
16566         * international/fontset.el (setup-default-fontset): Fix arabic otf
16567         font specification.
16569 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
16571         * epa-dired.el:
16572         * epa-file.el:
16573         * epa-mail.el:
16574         * epa-setup.el:
16575         * epa.el:
16576         * epg-config.el:
16577         * epg-package-info.el:
16578         * epg.el: Initial check-in of EasyPG.
16580 2008-02-08  Glenn Morris  <rgm@gnu.org>
16582         * woman.el (woman-locale): New defcustom.
16583         (woman-expand-locale, woman-manpath-add-locales): New functions.
16584         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
16586         * international/mule-cmds.el (locale-translate): New function,
16587         with old code extracted from set-locale-environment.
16588         (set-locale-environment): Use locale-translate.  Set woman-locale.
16590         * cus-start.el (selection-coding-system): Remove, since it's now
16591         defined in select.el rather than in xselect.c.
16592         * select.el (selection-coding-system): Make it a defcustom, and
16593         add the properties from cus-start.el.  Bump :version.
16595         * custom.el (custom-theme-set-variables): Sort symbols that are
16596         dependencies before symbols that depend on them.
16597         (custom-enabled-themes): Set after custom-theme-directory.
16599         * pcmpl-unix.el (top-level): Move provide statement to end.
16600         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
16601         `*' from doc-string.  Allow to be nil.
16602         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
16603         Allow to be nil.  Add :version.
16604         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
16605         without hostnames, and multiple hostnames per line.
16607         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
16609 2008-02-08  Phil Hagelberg  <phil@evri.com>
16611         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
16612         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
16614 2008-02-07  Timo Savola  <timo.savola@iki.fi>
16616         * startup.el (command-line-x-option-alist): Add --parent-id.
16618         * term/x-win.el (x-handle-parent-id): New function.
16620 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
16622         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
16623         "Font Menu".
16625 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
16627         * net/dbus.el (dbus-interface-peer): New defconst.
16628         (dbus-ping): New defun.
16630 2008-02-06  Sam Steingold  <sds@gnu.org>
16632         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
16634 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16636         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
16637         Just return nil and let the C code provide a fallback.
16639 2008-02-05  Glenn Morris  <rgm@gnu.org>
16641         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
16642         tramp-flush-connection-property for removed 2nd argument.
16644 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16646         * diff-mode.el (diff-add-change-log-entries-other-window):
16647         Rename from diff-create-changelog.  Change users.
16648         Minor change to hopefully work with plain diffs.
16649         (diff-mode-map): Add binding for it.
16651 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
16653         * diff-mode.el: Add new TODO entry.
16654         (diff-create-changelog): New function.
16655         (diff-mode-menu): Bind it.
16657 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
16659         * international/mule-diag.el (print-fontset-element): Handle the
16660         case of inhibiting the fallback fonts.
16662 2008-02-04  Kim F. Storm  <storm@cua.dk>
16664         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16665         (ido-magic-delete-char): Use prefix arg.
16667 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
16669         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
16670         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
16671         of today, the most recent libpng is 1.2.24).
16673 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
16675         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
16677         * net/dbus.el (top): Check (featurep 'dbusbind).
16679         * net/tramp.el (tramp-process-sentinel): New defun.
16680         (tramp-do-copy-or-rename-file-out-of-band)
16681         (tramp-maybe-open-connection): Use it as process sentinel.
16682         (tramp-handle-delete-directory): Don't use the "-f" option; it
16683         isn't portable.
16684         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
16685         after the command.
16686         (tramp-handle-shell-command): Set `mode-line-process' in the
16687         asynchronous case.
16689         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
16691         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
16692         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
16693         Use `tramp-process-sentinel' as process sentinel.
16695 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
16697         * whitespace.el (global-whitespace-mode): Revert last change.
16698         (whitespace-unload-function): Force `global-whitespace-mode'
16699         to deactivate local modes in a slightly less intrusive way.
16701 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
16703         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
16705 2008-02-02  Glenn Morris  <rgm@gnu.org>
16707         * international/latin1-disp.el (latin1-display):
16708         * progmodes/fortran.el (fortran-comment-indent-char):
16709         * progmodes/idlw-shell.el (top-level):
16710         * term/mac-win.el (mac-keyboard-translate-char):
16711         * whitespace.el (whitespace-char-valid-p):
16712         * wid-edit.el (widget-key-sequence-read-event):
16713         Use characterp rather than char-valid-p.
16715         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
16716         to capitalized-find-word-boundary.  Doc fix.  Update callers.
16717         (capitalized-next-word-boundary-function-table): Rename to
16718         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
16720         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
16721         string-to-int.
16723         * ps-def.el (declare-function): Add compatibility definition.
16724         (ps-plot-with-face, ps-plot-string): Declare as functions.
16725         (ps-bold-faces, ps-italic-faces): Declare variables.
16727         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
16728         (ps-mule-end-job): Declare as functions.
16730         * wid-edit.el (widget-string-complete): Use assoc-string rather
16731         than assoc-ignore-case.
16733 See ChangeLog.13 for earlier changes.
16735 ;; Local Variables:
16736 ;; coding: utf-8
16737 ;; add-log-time-zone-rule: t
16738 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
16739 ;; End:
16741     Copyright (C) 2008  Free Software Foundation, Inc.
16743   This file is part of GNU Emacs.
16745   GNU Emacs is free software: you can redistribute it and/or modify
16746   it under the terms of the GNU General Public License as published by
16747   the Free Software Foundation, either version 3 of the License, or
16748   (at your option) any later version.
16750   GNU Emacs is distributed in the hope that it will be useful,
16751   but WITHOUT ANY WARRANTY; without even the implied warranty of
16752   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16753   GNU General Public License for more details.
16755   You should have received a copy of the GNU General Public License
16756   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16758 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc