* frame.el (make-frame-on-tty): Function deleted.
[emacs/old-mirror.git] / lisp / ChangeLog
blobb14d594d0b0c9ef69ac43fa79cf24bffee9f2851
1 2009-01-04  Chong Yidong  <cyd@stupidchicken.com>
3         * frame.el (make-frame-on-tty): Function deleted.
5         * server.el (server-create-tty-frame): Call make-frame directly.
7 2009-01-04  Ulrich Mueller  <ulm@kph.uni-mainz.de>
9         * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
11 2009-01-03  Michael Olson  <mwolson@gnu.org>
13         * net/imap.el (imap-parse-fetch): Courier can insert spurious
14         blank characters which will confuse `read', so skip past them.
16 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18         * emacs-lisp/authors.el (authors-aliases): Addition.
19         (authors): Allow to use it for other projects.
21         * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
22         Clarify MATCH argument.  Print filenames.
24 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
26         * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
28         * net/tramp.el (tramp-local-host-regexp)
29         (tramp-prefix-domain-format)
30         (tramp-prefix-domain-regexp, tramp-domain-regexp)
31         (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
32         (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
33         (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New
34         defconst.
35         (tramp-file-name-structure, tramp-file-name-regexp-unified)
36         (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
37         (tramp-dissect-file-name, tramp-make-tramp-file-name)
38         (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
39         (tramp-handle-insert-file-contents): Fix setting of
40         `buffer-read-only'.
41         (tramp-compute-multi-hops, tramp-local-host-p): Use
42         `tramp-local-host-regexp'.
43         (tramp-file-name-real-user, tramp-file-name-domain): Use
44         `tramp-user-with-domain-regexp'.
46         * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
47         (tramp-smb-maybe-open-connection): Use `tramp-file-name-*'
48         methods.
50 2009-01-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
52         * proced.el (proced-grammar-alist): Refiner can be a
53         list (function help-echo) instead of a cons pair.
54         (proced-post-display-hook): New variable.
55         (proced-tree-depth): Renamed from proced-tree-indent.
56         (proced-mode): Derive mode from special-mode.
57         (proced-mode-map): Changed accordingly.
58         (proced, proced-update): Run proced-post-display-hook.
59         (proced-do-mark-all): Count processes for which mark has been
60         updated.
61         (proced-format): Check for ppid attribute.
62         (proced-process-attributes): Take time and ctime attribute from
63         system-process-attributes.
64         (proced-send-signal): Doc fix.  Collect properly the info on
65         marked processes.  Use fit-window-to-buffer instead of
66         dired-pop-to-buffer.
68 2009-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
70         * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
71         point-min==1.
73 2009-01-02  Juanma Barranquero  <lekktu@gmail.com>
75         * bindings.el (mode-line-eol-desc): Fix typo in help message.
76         (mode-line-client): Fix typo in help message and docstring.
78 2009-01-02  Jason Rumney  <jasonr@gnu.org>
80         * term/w32-win.el (image-library-alist): Add gobject library.
82 2009-01-02  Martin Rudalics  <rudalics@gmx.at>
84         * frame.el (window-system-default-frame-alist)
85         (initial-frame-alist, minibuffer-frame-alist)
86         (pop-up-frame-alist, pop-up-frame-function)
87         (special-display-frame-alist): Rewrite and reformat doc-strings.
89 2009-01-01  Martin Rudalics  <rudalics@gmx.at>
91         * simple.el (minibuffer-default-add-shell-commands):
92         Fix doc-string typo.
94 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
96         * language/cham.el: Fix setting of composition-function-table.
98         * language/khmer.el: Fix setting of composition-function-table.
100         * language/tibet-util.el (tibetan-composition-function):
101         Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
103         * simple.el (minibuffer-default): Add defvar.
105         * hippie-exp.el: Require comint.
107 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
109         * simple.el (last-buffer): Don't set major mode of *scratch* if
110         that buffer exists already.  Rewrite doc-string.
112 2008-12-31  Andreas Schwab  <schwab@suse.de>
114         * tar-mode.el (tar-mode): Set write-contents-functions instead of
115         write-region-annotate-functions.
116         (tar-mode-write-contents): New function.
117         (tar-write-region-annotate): Remove.
119 2008-12-31  Chong Yidong  <cyd@stupidchicken.com>
121         * files.el (basic-save-buffer): Revert 2008-12-22 change.
122         (buffer-swapped-with): Var removed.
124 2008-12-30  Kenichi Handa  <handa@m17n.org>
126         * language/japanese.el (compose-gstring-for-variation-glyph):
127         New function.  Register it in composition-function-table.
129         * composite.el (lglyph-set-code): New function.
131 2008-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
133         * tar-mode.el (tar-data-swapped): New var.
134         (tar-data-swapped-p, tar-swap-data):
135         Use it instead of buffer-swapped-with.
136         (tar-write-region-annotate): Re-add (partial undo of last change).
137         (tar-mode): Use it again (partial undo as well).
139 2008-12-30  Ed Swarthout  <Ed.Swarthout@hwdebug.com>  (tiny change)
141         * textmodes/table.el (table-capture): Fix symbol quoting typo.
143 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
145         * follow.el (follow-select-if-visible): Improve the check for the
146         last line of the window.
147         (follow-post-command-hook): Perform redisplay in more
148         circumstances, to avoid getting point stuck on partially visible lines.
150 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
152         * follow.el (follow-calc-win-end): Use with-selected-window.
153         (follow-windows-start-end, follow-pos-visible)
154         (follow-windows-aligned-p): Code cleanup.
155         (follow-select-if-visible): Try to avoid partially-visible lines.
156         (follow-select-if-visible-from-first): Call follow-redisplay and
157         move point to destination.
158         (follow-redisplay): New arg, to keep selected window unchanged.
159         (follow-post-command-hook): In final check for destination
160         visibility, use window-start and window-end instead of the less
161         accurate follow-pos-visible.  If the selected window is redrawn,
162         tell follow-redisplay to preserve it.
163         (follow-calculate-first-window-start-from-below): Avoid looping
164         forever if vertical-motion returns an unexpected value.
166 2008-12-30  Andreas Schwab  <schwab@suse.de>
168         * server.el (server-running-p): Remove interactive spec.
169         Fix regexp.
171 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
173         * follow.el (follow-calc-win-start): Don't use `inline'.
174         (follow-update-window-start, follow-select-if-visible)
175         (follow-calculate-first-window-start-from-below)
176         (follow-post-command-hook): Code cleanup.
177         (follow-downward, follow-calculate-first-window-start): Function
178         deleted and merged into follow-redisplay.
179         (follow-redisplay): Merge code from follow-downward and
180         follow-calculate-first-window-start.
182 2008-12-30  Juanma Barranquero  <lekktu@gmail.com>
184         * proced.el (proced-tree-flag): Fix typo in docstring.
186 2008-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
188         * proced.el (proced-temp-alist): Renamed from variable
189         proced-children-alist.
190         (proced-process-tree, proced-toggle-tree): Fix docstring.
191         (proced-tree): Fix docstring.  Simplify.  Use proced-temp-alist.
192         (proced-temp-internal): Use proced-temp-alist.
194 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
196         * subr.el (mkdir): New defalias.
198 2008-12-29  Juri Linkov  <juri@jurta.org>
200         * proced.el (proced-mode-map): Bind " " to next-line instead of the
201         command `proced-next-line' removed on 2008-09-06.
203 2008-12-28  Juri Linkov  <juri@jurta.org>
205         * misearch.el (multi-isearch-next-buffer-function): Doc fix.
206         (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
208         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
209         Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
210         (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
211         is bound set it to `reftex-isearch-switch-to-next-file'.  Otherwise,
212         set 4 obsolete variables for backward-compatibility with Emacs 22.
214 2008-12-28  Juri Linkov  <juri@jurta.org>
216         * misc.el (butterfly): Doc fix.  Add `animate-string' and `browse-url'.
218 2008-12-28  Raffael Mancini  <raffael.mancini@hcl-club.lu>  (tiny change)
220         * misc.el (butterfly): New command.
222 2008-12-28  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
224         * proced.el (proced-grammar-alist): Allow predicate nil.  New
225         attribute tree.
226         (proced-format-alist): Use attribute tree.
227         (proced-tree-flag, proced-tree-indent): New variables.
228         (proced-children-alist): Renamed from proced-process-tree.  PPID
229         must refer to a process in process-alist.  Ignore PPIDs that equal
230         PID (Bug#1718).  Children alist inherits sorting order from
231         process-alist.
232         (proced-process-tree): New variable.  New function.
233         (proced-process-tree-internal, proced-toggle-tree)
234         (proced-tree, proced-tree-insert, proced-format-tree): New
235         functions.
236         (proced-mark-process-alist): Add docstring.
237         (proced-filter-parents): PPID must refer to a process in
238         process-alist.  Ignore PPIDs that equal PID (Bug#1718).
239         (proced-sort): Throw error if attribute is not sortable.
240         (proced-sort-interactive): Restrict completion to sortable
241         attributes.
242         (proced-format): Include tree in standard attributes if
243         proced-tree-flag is non-nil.  Make header clickable only if
244         corresponding predicate is non-nil.
245         (proced-update): Use proced-tree.
247 2008-12-28  Chong Yidong  <cyd@stupidchicken.com>
249         * diff.el (diff): Doc fix.
251         * emacs-lisp/rx.el (rx): Doc fix.
253         * files.el (move-file-to-trash): Bind backup-directory-alist to nil
254         before uniquifying backup trash file name.
256 2008-12-27  Andreas Schwab  <schwab@suse.de>
258         * vc-git.el (vc-git-dir-printer): Fix filename column.
260 2008-12-27  Nicholas Maniscalco <nicholas@maniscalco.com>  (tiny change)
262         * term.el (term-emulate-terminal): Decode substring just prior to
263         inserting it, i.e. revert part of the 2008-09-24 change. (Bug#1469)
265 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
267         * makefile.w32-in (MH_E_DIR): New variable.
268         ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
269         ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
270         ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
271         ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
272         ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
273         ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
274         ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
275         ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
276         ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
277         ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
278         ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
280         * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
281         ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
282         ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
283         ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
284         ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
285         ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
286         ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
287         ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
288         ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
289         ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
290         ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
292 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
294         * files.el (dosified-file-name): Declare.
296 2008-12-26  Andreas Schwab  <schwab@suse.de>
298         * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
300         * tar-mode.el (tar-swap-data): New function.
301         (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
302         (tar-mode-revert): Likewise.
303         (tar-mode): Likewise.  Don't set write-region-annotate-functions.
304         (tar-data-swapped-p): Test buffer-swapped-with.
305         (tar-write-region-annotate): Remove.
306         (tar-header-block-tokenize): Add argument `coding' and use it
307         instead of tar-file-name-coding-system.
308         (tar-summarize-buffer): Pass tar-file-name-coding-system here.
310 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
312         * dos-fns.el (dosified-file-name): New function.
314         * files.el (dir-locals-find-file): Run dir-locals-file through
315         dosified-file-name.  Compare files case-insensitively on systems
316         whose filesystems are case-insensitive.
318 2008-12-25  Martin Rudalics  <rudalics@gmx.at>
320         * help.el (help-for-help-internal): Fix entry for "l".
322 2008-12-25  Richard M Stallman  <rms@gnu.org>
324         * shadowfile.el (shadow-copy-file): Revert previous change.
325         This code as it was should work properly with buffer-swapped-with.
327 2008-12-24  Francois Fleuret  <francois.fleuret@idiap.ch>  (tiny change)
329         * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
331 2008-12-24  Dan Nicolaescu  <dann@ics.uci.edu>
333         * subr.el (chmod): New defalias for set-file-modes.
335 2008-12-23  Juri Linkov  <juri@jurta.org>
337         * isearch.el (isearch-filter-predicate, isearch-search):
338         Replace `isearch-filter-invisible' with `isearch-filter-visible'.
339         (isearch-filter-visible): Rename from
340         `isearch-filter-invisible'.  Doc fix.
342         * dired-aux.el (dired-isearch-filenames-toggle): Use the original
343         value from `dired-isearch-filter-predicate-orig' instead of the
344         symbol `isearch-filter-invisible'.  Doc fix.
345         (dired-isearch-filter-filenames): Doc fix.
346         Replace `isearch-filter-invisible' with `isearch-filter-visible'.
348         * info.el (Info-find-node-2): Use negative offset 2 instead of 1
349         for Info-point-loc since it is more correct in all cases.
350         (Info-isearch-filter): Rename from
351         `Info-isearch-filter-predicate'.  Doc fix.
352         (Info-mode): Replace `Info-isearch-filter-predicate' with
353         `Info-isearch-filter'.
355 2008-12-23  Daiki Ueno  <ueno@unixuser.org>
357         * pgg.el: Add obsolescence info.
359 2008-12-22  Richard M Stallman  <rms@gnu.org>
361         * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
363         * files.el (buffer-swapped-with): New variable.
364         (basic-save-buffer-0): Most of basic-save-buffer moved here.
365         (basic-save-buffer): Unswap the buffer temporarily if nec.
367         * dired.el (dired-readin): Inhibit modification hooks.
369 2008-12-22  Ulf Jasper  <ulf.jasper@web.de>
371         * net/newst-backend.el (newst-backend):
372         Remove wrong duplicate provide statement.
374 2008-12-22  Michael Albinus  <michael.albinus@gmx.de>
376         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
377         end, before updating.
378         (tramp-convert-file-attributes): Add "l" indicator to file modes.
379         (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
381 2008-12-21  Martin Rudalics  <rudalics@gmx.at>
383         * window.el (set-window-text-height): Fix doc-string.
385 2008-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
387         * minibuffer.el (completion-all-completions-with-base-size): Remove.
388         (completion-all-completions): Don't set it.
389         (completion-table-with-context, completion--file-name-table):
390         Don't add base-size in last cdr.
391         (completion-hilit-commonality): Add argument `base-size'.
392         (display-completion-list, completion-emacs21-all-completions)
393         (completion-emacs22-all-completions, completion-basic-all-completions):
394         Provide it.
395         (completion-pcm--all-completions): Don't need to remove the base-size
396         in last-cdr any more.
398 2008-12-20  Agustin Martin <agustin.martin@hispalinux.es>
400         * textmodes/ispell.el (ispell-check-minver): New function.
401         (ispell-check-version): Rewrite spellchecker and version checking.
402         Use (ispell-check-minver). Handle hunspell versions.
404 2008-12-20  Chong Yidong  <cyd@stupidchicken.com>
406         * ido.el (ido-read-internal): Handle `confirm' and
407         `confirm-after-completion' values for the require-match argument.
409 2008-12-20  Jason Rumney  <jasonr@gnu.org>
411         * international/mule.el (auto-coding-regexp-alist):
412         Use utf-8-with-signature for files starting with UTF-8 BOM. (Bug#269)
414 2008-12-20  Ami Fischman  <ami@fischman.org>
416         * bindings.el (mode-line-eol-desc): Use assoc to query
417         mode-line-eol-desc-cache.
419 2008-12-20  Glenn Morris  <rgm@gnu.org>
421         * comint.el (comint-save-input-ring-index): Add missing initial value.
423 2008-12-19  Juanma Barranquero  <lekktu@gmail.com>
425         * proced.el (proced-grammar-alist): Doc fix.
426         (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
427         (proced-filter-parents, proced-sort-header, proced-update, proced-help)
428         (proced-undo): Fix typos in docstrings.
430 2008-12-19  Glenn Morris  <rgm@gnu.org>
432         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
433         (authors-fixed-case): New constant.
434         (authors-public-domain-files, authors-ignored-files):
435         (authors-valid-file-names, authors-renamed-files-alist): Update lists.
436         (authors-renamed-files-regexps): Add some new entries.
437         (authors-canonical-file-name): Don't complain about ignored files.
438         (authors-canonical-author-name): Doc fix.  Respect authors-fixed-case.
439         (authors): Ensure error buffer is writable.
441 2008-12-18  Agustin Martin  <agustin.martin@hispalinux.es>
443         (ispell-really-hunspell): New variable to signal hunspell.
444         (ispell-check-version):
445         Check if hunspell and set ispell-really-hunspell if needed.
446         (ispell-send-string, ispell-start-process, flyspell-large-region):
447         Pass right options for hunspell if needed.
449 2008-12-18  Kenichi Handa  <handa@m17n.org>
451         * international/fontset.el (script-representative-chars)
452         (setup-default-fontset): Add more scripts.
454         * international/characters.el: Add more scripts.
456 2008-12-19  Juri Linkov  <juri@jurta.org>
458         * info.el (Info-isearch-search): Implement lax version of
459         incremental word search in Info.
460         (Info-isearch-start): Set Info-isearch-initial-node to the
461         current node when search is nonincremental to not stop at the
462         initial node in this case.
463         (Info-mode-map): Unbind "\M-s" from `Info-search'.
465 2008-12-18  Juanma Barranquero  <lekktu@gmail.com>
467         * textmodes/rst.el (rst-promote-region): Reflow docstring.
468         (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
469         (rst-repeat-last-character): Fix typos in docstrings.
470         (rst-mode, rst-backward-section): Doc fixes.
472 2008-12-18  Ulf Jasper  <ulf.jasper@web.de>
474         * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
475         (newsticker-treeview-quit): Call `newsticker-treeview-save'.
476         (newsticker--treeview-load): Check whether groups file exists.
478         * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
479         (newsticker-dir): Use `locate-user-emacs-file'.
481 2008-12-18  Martin Rudalics  <rudalics@gmx.at>
483         * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
484         end-of-visual-line to CUA's recognized commands.  (Bug#1549)
486 2008-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
488         * newcomment.el (comment-style): Default to `indent'.  (Bug#1153)
490         * startup.el (command-line): Do not mention the server name in
491         case the user has not mentioned it, print a more explicit message.
493         * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.  Change
494         all callers.
496 2008-12-18  Sam Steingold  <sds@gnu.org>
498         * vc-dir.el (vc-at-event): Handle (tool-bar) events.  Fix bug#1585.
500 2008-12-18  Juri Linkov  <juri@jurta.org>
502         * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
503         `isearch-edit-string-set-word'.
504         (isearch-edit-string-set-word): Remove.
505         (isearch-occur): Imitate the C function `wordify' by replacing
506         non-word character with the \\W+ regexp.
507         (isearch-search-fun): Add `isearch-nonincremental' to the
508         condition of using a non-lax version of `word-search-forward'.
510 2008-12-17  Daiki Ueno  <ueno@unixuser.org>
512         * epa-file.el (epa-file-insert-file-contents): Set
513         buffer-file-name before decrypting a file.
515 2008-12-16  Juanma Barranquero  <lekktu@gmail.com>
517         * server.el (server-start): If unable to start the server,
518         display a warning instead of raising an error.
520         * startup.el (server-process): Add defvar.
521         (command-line): If the daemon is unable to start the server,
522         display a message and exit Emacs.
524 2008-12-15  Sam Steingold  <sds@gnu.org>
526         * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
527         mostly for CLISP modules, but could also be useful elsewhere.
529 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
531         * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
532         * icomplete.el (icomplete-prospects-height):
533         * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
535 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
537         * international/mule.el (find-auto-coding): Fix typo in docstring.
539         * international/mule-cmds.el (select-safe-coding-system):
540         * mail/rmail.el (rmail-require-mime-maybe):
541         Fix arguments of `display-warning'.
543         * simple.el (bad-package-check): Fix arguments of `display-warning',
544         using the package name as TYPE.  Use `string-match-p'.
546 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
548         * proced.el (proced-sort-interactive, proced-sort-pcpu)
549         (proced-sort-pmem, proced-sort-start, proced-sort-time)
550         (proced-sort-user, proced-sort-header): Prefix arg determines
551         sorting order.  Suggested by Dan Nicolaescu.
552         (proced-revert): Doc fix.
554 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
556         * proced.el (proced-grammar-alist): Allow refiner elements that
557         are cons pairs (function . help-echo) or nil.
558         (proced-refine): Use them.
559         (proced-format-alist): Allow alternatives.
560         (proced-descend): New variable.
561         (proced-sort): New arg descend.
562         (proced-sort-interactive): Repeated calls toggle sort order.
563         (proced-format): Accomodate changes of proced-format-alist.
564         Undefined attributes are displayed as "?".
565         (proced-process-attributes): New optional arg pid-list.
566         Ignore processes with empty attribute list.
568 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
570         * proced.el (proced-auto-update-interval): Renamed from
571         proced-timer-interval.
572         (proced-auto-update-flag): Renamed from proced-timer-flag.
573         (proced-auto-update-timer): Renamed from proced-timer.
574         (proced-toggle-auto-update): Renamed from
575         proced-toggle-timer-flag.
576         (proced-available): Initialize appropriately.
578 2008-12-13  Glenn Morris  <rgm@gnu.org>
580         * subr.el (declare-function): Doc fix.
582         * font-core.el (font-lock-defaults): Doc fix: mention levels;
583         refer to elisp manual.
585 2008-12-12  Martin Rudalics  <rudalics@gmx.at>
587         * window.el (fit-window-to-buffer): Return non-nil when height
588         was orderly adjusted, nil otherwise.
590 2008-12-12  Juanma Barranquero  <lekktu@gmail.com>
591             Stefan Monnier  <monnier@iro.umontreal.ca>
593         * server.el (server-sentinel): Uncomment code to delete connection file.
594         (server-start): Save the connection file in the server property list.
595         Delete it only when we are reasonably convinced that it is not owned by
596         a running server.
597         (server-force-delete): New command to force-delete the connection file,
598         and stop the server if it is running.
599         (server-running-p): Return t also for local TCP servers when we find a
600         process with a matching PID, and :other for undecided cases.
602 2008-12-11  Martin Rudalics  <rudalics@gmx.at>
604         * window.el (fit-window-to-buffer): Use with-selected-window and
605         condition-case.  Do not delete more windows than necessary in
606         the shrinking (delta < 0) case.  Do not raise an error when the
607         containing frame is too small to show all of buffer.  (Bug#1488)
608         * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
609         min-height arg 1 to make sure that small buffers are shown.
611 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
613         * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
614         (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
615         (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
616         (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
617         (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
618         (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
619         (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
620         (ruby-backward-sexp, ruby-add-log-current-method)
621         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
622         (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
623         (ruby-deep-indent-paren): Doc fix.
624         (ruby-insert-encoding-magic-comment): Remove * from docstring.
625         (ruby-here-doc-find-end): Reflow docstring.
627 2008-12-11  Stephen Berman  <Stephen.Berman@rub.de>
629         * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
630         dired-shrink-to-fit is non-nil.  (Bug#1488)
632 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
634         * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
635         decoding of long locale info is now done in `w32-get-locale-info'.
637 2008-12-11  Chong Yidong  <cyd@stupidchicken.com>
639         * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
641 2008-12-10  Chong Yidong  <cyd@stupidchicken.com>
643         * Makefile.in (ELCFILES): Add ruby-mode.elc.
645         * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
646         terminal variable assignment.
648 2008-12-10  Yukihiro Matsumoto  <matz@ruby-lang.org>
649             Nobuyoshi Nakada  <nobu@ruby-lang.org>
651         * progmodes/ruby-mode.el: New file.
653 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
655         * net/tramp.el (top): Don't fail if there is no current message.
656         [Ulrich Mueller sent a patch, which I saw too late.]  (Bug#1514)
658 2008-12-10  Kenichi Handa  <handa@m17n.org>
660         * international/fontset.el (setup-default-fontset): Add an entry
661         for characters in the Unicode SIP area.
663 2008-12-10  Glenn Morris  <rgm@gnu.org>
665         * vc-mcvs.el: Move to obsolete/, with warning comment.
666         * Makefile.in (ELCFILES): Update.
668 2008-12-10  Daiki Ueno  <ueno@unixuser.org>
670         * epa-hook.el (epa-file-find-file-hook): Don't mark the current
671         buffer unmodified.  (Bug#1509)
672         * epa-file.el (epa-file-insert-file-contents): Set buffer's
673         modification time if visiting a file and the content is
674         successfully decrypted.
676 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
678         * files.el (save-some-buffers): At each map-y-or-n-p iteration,
679         check whether the buffer is still alive.
681 2008-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
683         * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
685 2008-12-09  Glenn Morris  <rgm@gnu.org>
687         * Makefile.in (ELCFILES): Update.
689 2008-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
691         * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
692         Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
694 2008-12-06  Chong Yidong  <cyd@stupidchicken.com>
696         * term/xterm.el (terminal-init-xterm): Discard pending input
697         before reading a reply to the terminal attributes query.
699 2008-12-05  Andreas Schwab  <schwab@suse.de>
701         * dired.el (dired-font-lock-keywords): Fix last change.
703 2008-12-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
705         * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
706         into (defcustom ... "..." :type ... :group...).
708 2008-12-05  Juanma Barranquero  <lekktu@gmail.com>
710         * international/mule-diag.el (mule-diag): Display the window
711         system version in a less laconic way.
713 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
715         * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
716         if the sorting functions are not loaded.  (Bug#1432)
718 2008-12-04  Sam Steingold  <sds@gnu.org>
720         * progmodes/compile.el (compilation-read-command): Extract from
721         compile.
722         (compile): Use it.
723         (recompile): Accept an optional argument to enable editing the
724         command line.
726 2008-12-04  Michael Albinus  <michael.albinus@gmx.de>
728         * net/tramp.el (top): Write a message, when loading Tramp.
730         * net/tramp-cache.el (tramp-dump-connection-properties):
731         Polish the check, whether to dump the data.
733 2008-12-04  Lute Kamstra  <lute@gnu.org>
735         * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
736         check if the file "CVS/Entries" exists.
738 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
740         * international/mule-diag.el (list-character-sets): Doc fix.
741         (list-character-sets-2): Fix info in header.  Simplify.
742         (print-coding-system): Simplify.
743         (list-input-methods-1): Simplify.
744         (mule-diag): Display current font/fontset for all window systems,
745         not just X.  Simplify.
747 2008-12-04  Glenn Morris  <rgm@gnu.org>
749         * vc-cvs.el (vc-cvs-register-switches): Doc fix.  Add t as option.
750         (vc-cvs-register): Doc fix.
751         * vc-mcvs.el (vc-mcvs-register-switches): Doc fix.  Add t as option.
752         (vc-mcvs-register): Doc fix.
753         * vc-rcs.el (vc-rcs-register-switches): Doc fix.  Add t as option.
754         (vc-rcs-register): Doc fix.
755         * vc-sccs.el (vc-sccs-register-switches): Doc fix.  Add t as option.
756         (vc-sccs-register): Doc fix.
757         * vc-svn.el (vc-svn-register-switches): Doc fix.  Add t as option.
758         (vc-svn-register): Doc fix.
760         * files.el (toggle-read-only): Doc fix.
762 2008-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
764         * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
765         be used in compact layout and vice-versa.
767 2008-12-03  Juanma Barranquero  <lekktu@gmail.com>
769         * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
770         like most list-* commands.
772         * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
773         They already exist in descr-text.el as `describe-char-unicodedata-file'
774         and `describe-char-unicode-data'.
775         (print-list): Simplify.
776         (read-charset): Reflow docstring.
777         (list-coding-systems): Doc fix.
779 2008-12-03  Glenn Morris  <rgm@gnu.org>
781         * vc.el (vc-diff-switches): Doc fix.
782         * vc-bzr.el (vc-bzr-diff-switches): Doc fix.  Add t as option.
783         (vc-bzr-log-switches): Doc fix.
784         * vc-cvs.el (vc-cvs-diff-switches): Doc fix.  Add t as option.
785         * vc-git.el (vc-git-diff-switches): Doc fix.
786         * vc-hg.el (vc-hg-diff-switches): Doc fix.
787         * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
788         * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
789         * vc-rcs.el (vc-rcs-diff-switches): Doc fix.  Add t as option.
790         * vc-sccs.el (vc-sccs-diff-switches): Doc fix.  Add t as option.
792         * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
793         other backends.
794         (vc-arch-diff): Apply switches.
796         * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
797         than appending.
799         * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
801 2008-12-03  Daiki Ueno  <ueno@unixuser.org>
803         * epa.el (epa--show-key): Use past tense of "expire" if the key
804         has already been expired.  Thanks to Peter BARABAS.
806 2008-12-03  Lute Kamstra  <lute@gnu.org>
808         * align.el:
809         * allout.el:
810         * apropos.el:
811         * arc-mode.el:
812         * autoinsert.el:
813         * avoid.el:
814         * battery.el:
815         * bookmark.el:
816         * buff-menu.el:
817         * calculator.el:
818         * chistory.el:
819         * cmuscheme.el:
820         * comint.el:
821         * compare-w.el:
822         * dabbrev.el:
823         * delim-col.el:
824         * desktop.el:
825         * diff-mode.el:
826         * diff.el:
827         * dired-aux.el:
828         * dired-x.el:
829         * dired.el:
830         * dos-vars.el:
831         * ediff-diff.el:
832         * ediff-help.el:
833         * ediff-init.el:
834         * ediff-merg.el:
835         * ediff-mult.el:
836         * ediff-ptch.el:
837         * ediff-vers.el:
838         * ediff-wind.el:
839         * ediff.el:
840         * emerge.el:
841         * facemenu.el:
842         * faces.el:
843         * ffap.el:
844         * filecache.el:
845         * find-dired.el:
846         * font-core.el:
847         * font-lock.el:
848         * forms.el:
849         * fringe.el:
850         * help-at-pt.el:
851         * hippie-exp.el:
852         * ido.el:
853         * image-file.el:
854         * imenu.el:
855         * indent.el:
856         * info.el:
857         * isearchb.el:
858         * iswitchb.el:
859         * jit-lock.el:
860         * jka-compr.el:
861         * log-edit.el:
862         * lpr.el:
863         * ls-lisp.el:
864         * man.el:
865         * menu-bar.el:
866         * midnight.el:
867         * mouse-sel.el:
868         * mouse.el:
869         * msb.el:
870         * outline.el:
871         * paren.el:
872         * pcmpl-cvs.el:
873         * pcmpl-gnu.el:
874         * pcomplete.el:
875         * pcvs-info.el:
876         * pcvs-parse.el:
877         * printing.el:
878         * ps-mule.el:
879         * ps-print.el:
880         * replace.el:
881         * ruler-mode.el:
882         * saveplace.el:
883         * sb-image.el:
884         * scroll-bar.el:
885         * sha1.el:
886         * shadowfile.el:
887         * shell.el:
888         * sort.el:
889         * speedbar.el:
890         * strokes.el:
891         * tempo.el:
892         * term.el:
893         * terminal.el:
894         * time-stamp.el:
895         * time.el:
896         * tree-widget.el:
897         * type-break.el:
898         * vc-cvs.el:
899         * vc-hg.el:
900         * vc-mcvs.el:
901         * vc-rcs.el:
902         * vc-sccs.el:
903         * vc.el:
904         * view.el:
905         * w32-vars.el:
906         * whitespace.el:
907         * wid-edit.el: Remove leading * from docstrings of defcustoms,
908         deffaces, defconsts and defuns.
910 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
912         * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
913         the prompt was added to the minibuffer.
915 2008-12-02  Glenn Morris  <rgm@gnu.org>
917         * format.el (format-write-file): Rewrite doc yet again.
919         * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
920         Doc fix.  (Bug#1368)
922         * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
924 2008-12-02  Aaron S. Hawley  <aaronh@garden.org>
926         * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
927         case where point is at the beginning of the buffer.  (Bug#1239)
929 2008-12-02  Lennart Borgman  <lennart.borgman@gmail.com>
931         * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
932         already have the correct indentation.  (Bug#859)
934 2008-12-02  Kenichi Handa  <handa@m17n.org>
936         * international/uni-decomposition.el: Re-generated.
938 2008-12-01  Andreas Schwab  <schwab@suse.de>
940         * dired.el (dired-font-lock-keywords): Avoid fontifying file names
941         ending in a colon as directory header.
943 2008-12-01  Kenichi Handa  <handa@m17n.org>
945         * international/uni-numeric.el: Re-generated.
947         * international/charprop.el: Re-generated.
949 2008-12-01  Juanma Barranquero  <lekktu@gmail.com>
951         * international/mule-cmds.el (locale-preferred-coding-systems):
952         Fix alist item.
954 2008-12-01  Michael Albinus  <michael.albinus@gmx.de>
956         * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
957         (tramp-set-connection-property, tramp-flush-connection-property)
958         (tramp-dump-connection-properties): Use it.
960 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
962         * wdired.el (wdired-finish-edit): If displaying a single file,
963         change dired-directory if that file was renamed.
965         * emacs-lisp/byte-run.el (macro-declaration-function):
966         Disallow declare specs with lengths of 3 or more.
968         * dirtrack.el (dirtrack): Fix error message.
970 2008-11-30  Glenn Morris  <rgm@gnu.org>
972         * vc-svn.el (vc-svn-diff-switches): Doc fix.
973         (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
975         * vc-git.el (vc-git-diff):
976         * vc-hg.el (vc-hg-diff):
977         * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
979         * eshell/esh-proc.el (eshell-needs-pipe): New variable.
980         (eshell-needs-pipe-p): New function.
981         (eshell-gather-process-output): Set process-connection-type according to
982         eshell-needs-pipe-p.  (Bug#1388)
984 2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
986         * calendar/diary-lib.el (diary-cyclic): Doc fix.
987         (diary-remind-message, diary-number-of-entries)
988         (diary-include-other-diary-files, diary-mark-included-diary-files)
989         (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
990         (diary-font-lock-keywords-1): Reflow docstrings.
991         (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
992         (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
994         * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
995         (timer-duration): Use `string-match-p'.
997 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
999         * complete.el (PC-do-complete-and-exit):
1000         Use minibuffer-confirm-exit-commands.
1002         * minibuffer.el (minibuffer-confirm-exit-commands):
1003         Add PC-complete and PC-complete-word to the list.
1005 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
1007         * files.el (break-hardlink-on-save): Fix typo in docstring.
1008         Add :version tag.
1010         * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
1011         (reb-mode): Define with `define-derived-mode'.
1013 2008-11-29  Karl Fogel  <kfogel@red-bean.com>
1015         * files.el (break-hardlink-on-save): New variable.
1016         (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
1017         (file-precious-flag): Mention it in doc string.
1019 2008-11-29  Miles Bader  <miles@gnu.org>
1021         * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
1022         (minibuffer-complete-and-exit): Use it.
1024 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
1026         * term/x-win.el (x-gtk-stock-cache): New hash table.
1027         (x-gtk-map-stock): Perform caching to prevent excess consing
1028         during redisplay.
1030 2008-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1032         * minibuffer.el (completion--try-word-completion): Don't ignore
1033         partial-completion if it's the only style.
1035 2008-11-28  Juanma Barranquero  <lekktu@gmail.com>
1037         * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
1038         (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
1039         (reb-initialize-buffer): Update matches, in case we're reentering
1040         RE Builder mode.
1042 2008-11-28  Chong Yidong  <cyd@stupidchicken.com>
1044         * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
1045         to minibuffer.el; recognize `confirm' and `confirm-after-completion'
1046         values for minibuffer-completion-confirm.
1048 2008-11-28  Martin Rudalics  <rudalics@gmx.at>
1050         * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
1051         any but the first "*" in a doc-string.
1053 2008-11-28  Glenn Morris  <rgm@gnu.org>
1055         * format.el (format-write-file): Improve previous doc fix.
1057 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
1059         * simple.el (use-empty-active-region, use-region-p)
1060         (region-active-p): Doc fix.
1062 2008-11-27  Martin Rudalics  <rudalics@gmx.at>
1064         * window.el (display-buffer): Fix handling of not-this-window
1065         argument.  (Bug#1415)
1067 2008-11-27  Kenichi Handa  <handa@m17n.org>
1069         * international/characters.el: Set category 'C' to characters
1070         #x20000..#x2AFFF, #x2F800..#x2FFFF.
1072         * loadup.el: Set inhibit-load-charset-map to t while preloading files.
1074 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
1076         * tool-bar.el (tool-bar-find-image-cache): Var deleted.
1077         (tool-bar-find-image): Function deleted.
1078         (tool-bar-local-item, tool-bar-local-item-from-menu):
1079         Use find-image instead of tool-bar-find-image.
1080         (tool-bar-keymap-cache): New hash table.
1081         (tool-bar-make-keymap): Use it.
1082         (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
1084 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
1086         * net/dbus.el (dbus-handle-event): The result of a message call
1087         handler can also be an object, which is not a consp.
1089 2008-11-25  Alan Mackenzie  <acm@muc.de>
1091         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
1092         (forward-list, backward-list, down-list, backward-up-list)
1093         (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
1094         (insert-pair, insert-parentheses): State that the command assumes
1095         that point is not in a string or comment.
1097 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
1099         * net/dbus.el (dbus-string-to-byte-array)
1100         (dbus-byte-array-to-string, dbus-escape-as-identifier)
1101         (dbus-unescape-from-identifier): New defuns.
1102         (dbus-handle-event): The result of a message call is a list of
1103         arguments, which must be expanded when passing to
1104         `dbus-method-return-internal'.
1106         * net/tramp.el (tramp-handle-write-region): Improve the check for
1107         calling direct copy.
1108         (tramp-find-inline-encoding): Don't raise an error but a warning,
1109         when no inline encoding is found.
1110         (tramp-get-remote-coding): Check for a symbol.  The negative check
1111         for a string fails, when there is an empty string.
1113 2008-11-26  Glenn Morris  <rgm@gnu.org>
1115         * vc-git.el (vc-git-diff-switches): New option.
1116         (vc-git-diff): Apply diff switches.  (Bug#1386)
1117         Give it a basic doc string.
1119         * term/pc-win.el (x-font-family-list): Replace redefinition with
1120         ifdef in src/xfaces.c, since it confuses make-docfile.  (Bug#1383)
1122 2008-11-26  Vincent Belaïche  <vincent.b.1@hotmail.fr>
1124         * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
1125         of the polynomial rather than the whole polynomial.
1127 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
1129         * mail/mailabbrev.el (define-mail-abbrev): When reading from
1130         mailrc, recognize string quoting.  When reading from Lisp, accept
1131         rfc822-like addresses.
1133         * mail/mailalias.el (define-mail-alias): Sync code with
1134         define-mail-abbrev.
1136 2008-11-25  Glenn Morris  <rgm@gnu.org>
1138         * eshell/esh-proc.el (eshell-gather-process-output):
1139         Revert previous change.  (re-opens Bug#1388)
1141         * select.el (x-set-cut-buffer): Fix signal arguments.
1143         * speedbar.el (speedbar-restricted-move): Fix signal arguments.
1145 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
1147         * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
1148         (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
1149         (bubbles--empty-char): Use "\s".
1151 2008-11-25  Jay Belanger  <jay.p.belanger@gmail.com>
1153         * calc/calc.el (calc-settings-file, calc-language-alist)
1154         (calc-embedded-announce-formula)
1155         (calc-embedded-announce-formula-alist)
1156         (calc-embedded-open-formula, calc-embedded-close-formula)
1157         (calc-embedded-open-close-formula-alist)
1158         (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
1159         (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
1160         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
1161         (calc-embedded-open-close-new-formula-alist)
1162         (calc-embedded-open-mode, calc-embedded-close-mode)
1163         (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
1164         (calc-gnuplot-plot-command, calc-gnuplot-print-command)
1165         (calc-multiplication-has-precedence): Remove unnecessary asterisks
1166         from docstrings.
1168 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
1170         * calculator.el (calculator-op-or-exp): Reflow docstring.
1171         (calculator-remove-zeros, calculator-repR, calculator-repL):
1172         Fix typos in docstrings.
1174 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
1176         * log-view.el (log-view-annotate-version): Let vc-annotate manage
1177         windows instead of calling switch-to-buffer.
1179         * diff.el (diff-sentinel): Take note of diff error return value.
1181 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
1183         * calendar/appt.el (appt-disp-window): Do a set-buffer when the
1184         frame can't be split.
1186 2008-11-24  Ulf Jasper  <ulf.jasper@web.de>
1188         * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
1189         (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
1190         (newsticker--treeview-tree-update-tag): Remove dead code.
1191         (newsticker-treeview-update): Don't update cache.
1192         (newsticker-treeview-quit): Don't save cache.
1193         (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
1194         (newsticker-treeview-save): Use `newsticker-dir'.
1195         (newsticker--treeview-load): Use `newsticker-dir'.
1196         (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
1197         Update tags.
1198         (newsticker-treeview-tree-do-click): Slightly simplified.
1200         * net/newst-backend.el (newsticker-dir): New.
1201         (newsticker-start): Use `newsticker--cache-read'.
1202         (newsticker-stop): Use `newsticker--cache-save'.
1203         (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
1204         (newsticker--images-dir): New.
1205         (newsticker--image-get, newsticker--image-sentinel):
1206         Use `newsticker--images-dir'.
1207         (newsticker--cache-save-version1): Backup version of
1208         `newsticker--cache-save'.
1209         (newsticker--cache-update): Create newsticker-dir if necessary.
1210         (newsticker--cache-dir): New.
1211         (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
1212         (newsticker--cache-save-feed): New.
1213         (newsticker--cache-read-version1): New. Backuped version for reading
1214         cache data..
1215         (newsticker--cache-read, newsticker--cache-do-read): New.
1217         * net/newst-reader.el (newsticker--image-read):
1218         Use `newsticker--images-dir'.
1220 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
1222         * files.el (confirm-nonexistent-file-or-buffer):
1223         Allow `after-completion' value to request confirm only after TAB.
1224         (confirm-nonexistent-file-or-buffer): New function.
1225         (read-buffer-to-switch, find-file, find-file-other-window)
1226         (find-file-other-frame, find-file-read-only)
1227         (find-file-read-only-other-window)
1228         (find-file-read-only-other-frame): Use it.
1229         (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
1230         Thanks to Alan Mackenzie for suggesting the new behavior.
1232         * minibuffer.el (minibuffer-complete-and-exit):
1233         Change `confirm-only' value of minibuffer-completion-confirm to
1234         `confirm', and handle a `confirm-after-completion' value.
1236 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
1238         * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
1240 2008-11-24  Andreas Schwab  <schwab@suse.de>
1242         * image.el (image-type-header-regexps): Recognize more xbm format
1243         variants.
1245 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
1247         * textmodes/artist.el (artist-charlist-to-string): Simplify.
1248         (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
1249         (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
1250         (artist-replace-string, artist-draw-rect, artist-draw-line)
1251         (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
1252         (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
1253         (artist-pen, artist-pen-line, artist-text-insert-common)
1254         (artist-text-overwrite, artist-spray-get-interval)
1255         (artist-spray-clear-circle, artist-erase-char)
1256         (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
1257         (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
1258         (artist-key-draw-1point, artist-key-draw-2points)
1259         (artist-mouse-draw-continously): Fix typos in docstrings.
1260         (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
1261         (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
1262         (artist-backward-char, artist-forward-char): Doc fixes.
1263         (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
1264         Reflow docstrings.
1266 2008-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1268         * international/quail.el (quail-vunion): New function.
1269         (quail-defrule-internal): Use it to prevent accumulating redundant
1270         alternatives when `append' is set.
1271         (quail-insert-decode-map): Simplify computation of the max-key-width.
1272         Compute it right for multiple-list.
1274 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
1276         * emacs-lisp/elp.el (elp-instrument-list): Check argument type
1277         explicitly.  Doc fix.
1279 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
1281         * calendar/appt.el (appt-disp-window): Move minibuffer check
1282         after binding this-window and do not set-buffer to make sure we
1283         won't deselect the minibuffer.  (Bug#1413)
1285 2008-11-24  Dan Nicolaescu  <dann@ics.uci.edu>
1287         * vc-hg.el (vc-hg-program): Remove.
1288         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
1289         Undo previous change.
1291 2008-11-23  Martin Rudalics  <rudalics@gmx.at>
1293         * info-look.el (info-lookup): When Info buffer is visible on
1294         another frame, raise that frame.
1296 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
1298         * allout.el (allout-mode): Fix typo in docstring.
1300         * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
1301         (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
1303 2008-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1305         * vc-hooks.el (vc-follow-link): Complete last change.
1307 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
1309         * textmodes/remember.el (remember-region): Doc fix.
1310         (remember-filter-functions, remember-handler-functions)
1311         (remember-save-after-remembering, remember-mailbox)
1312         (remember-default-priority, remember-data-file, remember-leader-text)
1313         (remember-diary-file): Remove * from defcustom docstrings.
1314         (remember-run-all-annotation-functions-flag)
1315         (remember-all-handler-functions): Reflow docstrings.
1316         (remember-store-in-mailbox): Fix typo in docstring.
1317         (remember-mode): Define with `define-derived-mode'.  Doc fix.
1319 2008-11-23  Glenn Morris  <rgm@gnu.org>
1321         * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
1322         (eshell-do-pipelines): Add optional argument to distinguish recursive
1323         calls.  Use to set eshell-in-pipeline-p to 'first for the first command
1324         in a pipeline.
1326         * eshell/esh-proc.el (eshell-gather-process-output):
1327         Set process-connection-type nil for all but the first element of a
1328         pipeline.  (Bug#1388)
1330 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
1332         * ediff-hook.el: Add tooltips to Emacs menus.
1334         * ediff.el: Change date of last update.
1336 2008-11-22  Juri Linkov  <juri@jurta.org>
1338         * dired-aux.el (dired-isearch-filenames): Add new context-dependent
1339         option `dwim'.  Change non-dwim option from `dired-filename' to `t'.
1340         Doc fix.
1341         (dired-isearch-filenames-setup): Run filename Isearch only when
1342         dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
1343         and the text property `dired-filename' at point is non-nil.
1344         In this case also set isearch-message-prefix-add to "filename ".
1345         (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
1346         (dired-isearch-filenames, dired-isearch-filenames-regexp):
1347         Don't let-bind isearch-message-prefix-add since this is done now
1348         in dired-isearch-filenames-setup.
1350         * isearch.el (isearch-mode): Change the order of calling
1351         `isearch-update' and running the `isearch-mode-hook' to call
1352         `isearch-update' with Isearch parameters set in this hook.
1354         * progmodes/compile.el (compilation-auto-jump-to-first-error):
1355         Fix docstring - change "during `compile'" to "during compilation".
1357         * descr-text.el (describe-char-unidata-list): Move `old-name' to
1358         be immediately after `name'.
1360         * startup.el (initial-buffer-choice): Change an abstract file name
1361         "file.txt" to more reasonable default file name value "~/.emacs".
1363 2008-11-22  Juri Linkov  <juri@jurta.org>
1365         * files.el (hack-local-variables-confirm): Rename arg `project' to
1366         `dir-name'.  Move `(or dir-name name)' to let-binding of `name'.
1367         (hack-local-variables-filter): Rename arg `project' to `dir-name'.
1368         (hack-local-variables): Rename call of `hack-project-variables' to
1369         `hack-dir-local-variables'.  Change error text to "Directory-local
1370         variables error".
1371         (dir-locals-class-alist): Rename from `project-class-alist'.
1372         (dir-locals-directory-alist): Rename from `project-directory-alist'.
1373         (dir-locals-get-class-variables): Rename from `project-get-alist'.
1374         (dir-locals-collect-mode-variables): Rename from
1375         `project-collect-bindings-from-alist'.  Rename arg `mode-alist' to
1376         `mode-variables', and arg `settings' to `variables'.
1377         (dir-locals-collect-variables): Rename from
1378         `project-collect-binding-list'.  Rename arg `binding-list' to
1379         `class-variables', and arg `settings' to `variables'.
1380         (dir-locals-set-directory-class): Rename from `set-directory-project'.
1381         (dir-locals-set-class-variables): Rename from `define-project-bindings'.
1382         Rename arg `settings' to `variables'.
1383         (dir-locals-file): New defconst.
1384         (dir-locals-find-file): Rename from `project-find-settings-file'.
1385         Use `dir-locals-file'.  Rename let-bound `settings' to `locals-file',
1386         and `pda' to `dir-elt'.
1387         (dir-locals-read-from-file): Rename from
1388         `project-define-from-project-file'.  Rename arg `settings-file'
1389         to `file'.  Rename let-bound `list' to `variables'.
1390         (hack-dir-local-variables): Rename from `hack-project-variables'.
1391         Rename let-bound `settings' to `variables-file', `root-dir'
1392         to `dir-name', and `bindings' to `variables'.
1394 2008-11-22  Lute Kamstra  <lute@gnu.org>
1396         * simple.el (goto-line): Rename argument.
1398 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
1400         * makefile.w32-in (compile-first): New target.
1401         (recompile): Depend on compile-first.
1403         * Makefile.in (recompile): Depend on compile-first.
1405 2008-11-22  Martin Rudalics  <rudalics@gmx.at>
1407         * files.el (switch-to-buffer-other-window)
1408         (switch-to-buffer-other-frame): Rename buffer argument to
1409         buffer-or-name.  Reword and mention new option
1410         confirm-nonexistent-file-or-buffer in doc-string.
1412 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
1414         * emulation/viper.el: Date change.
1416         * emulation/viper-cmd.el (viper-envelop-ESC-key):
1417         viper-translate-all-ESC-keysequences is now a function.
1419         * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
1420         Make this variable.
1422 2008-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1424         * vc-hooks.el (vc-follow-link, vc-find-file-hook):
1425         Use buffer-file-truename to handle symlinks in any part of the filename.
1427 2008-11-22  Glenn Morris  <rgm@gnu.org>
1429         * vc-mtn.el (vc-mtn-diff-switches): New option.
1430         (vc-mtn-program): Rename from vc-mtn-command, for
1431         consistency with other backends.  Keep old name as alias.
1432         Update callers.  Make it a defcustom.
1433         (vc-mtn-diff): Give it a doc string.  Apply diff switches.
1435         * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
1436         consistency with other backends.  Keep old name as alias.
1437         Make it a defcustom.
1438         (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
1440         * vc-hg.el (vc-hg-program): New option.
1441         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
1442         Use vc-hg-program rather than hard-coded "hg".
1444         * vc-svn.el: Remove leading `*' from defcustom doc-strings.
1445         (vc-svn-program): Move defcustom to start.
1446         (vc-svn-create-repo, vc-svn-modify-change-comment):
1447         Use vc-svn-program rather than hard-coded "svn".
1449         * menu-bar.el: Stylistic consistency fixes for various menu and
1450         help texts.
1452         * kmacro.el (kmacro-insert-counter): Doc fix.
1454 2008-11-21  Ivan Shmakov  <oneingray@gmail.com>  (tiny change)
1456         * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
1458 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1460         * international/quail.el (quail-indent-to): New function.
1461         (quail-completion-1, quail-completion-list-translations)
1462         (quail-insert-decode-map): Use it to improve alignment.
1463         (quail-build-decode-map): Don't ignore latin-1 chars.
1464         (quail-help): Increase the max decode-map size so that even the TeX map
1465         gets printed.
1467         * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
1468         Signal error for invalid bookmark.
1469         (bookmark-get-bookmark-record): Undo last change.
1470         (bookmark-store, bookmark-delete): Use new arg `noerror'.
1472         * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
1473         Suggested by Toru TSUNEYOSHI.
1475 2008-11-21  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1477         * byte-opt.el (byte-compile-butlast): Move up in file.
1478         (byte-optimize-plus): Don't call
1479         byte-optimize-delay-constants-math (bug#1334).
1480         Use byte-optimize-predicate to optimize constants.
1481         (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
1482         Remove zero arguments first
1483         if possible.  Call byte-optimize-predicate to optimize constants.
1484         (byte-optimize-multiply): Remove optimizations for arguments of 0
1485         and 2, which may be inaccurate.  Optimize (* x -1) to (- x).
1486         Call byte-optimize-predicate.
1487         (byte-optimize-divide): Leave runtime errors unchanged.
1488         Optimize (/ x 1) to (+ x 0).  Remove optimizations for arguments of
1489         0 and 2.0, which may be inaccurate.  Call byte-optimize-predicate.
1491 2008-11-21  Juanma Barranquero  <lekktu@gmail.com>
1493         * bookmark.el (bookmark-jump-noselect): Add obsolescence
1494         declaration and remove redundant info from docstring.
1496         * isearch.el (isearch-search-string): Doc fix.
1497         (search-exit-option, search-slow-window-lines, search-slow-speed)
1498         (search-upper-case, search-nonincremental-instead)
1499         (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
1500         (search-ring-update, search-highlight, isearch-lazy-highlight)
1501         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1502         (lazy-highlight-interval): Remove * from defcustom docstrings.
1503         (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
1504         Remove * from defcustom docstrings; fix typos.
1505         (isearch-push-state-function, isearch-help-for-help-internal)
1506         (isearch-help-for-help, isearch-describe-bindings)
1507         (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
1508         (isearch-pop-fun-state, isearch-search-fun-function)
1509         (isearch-lazy-highlight-search): Fix typos in docstrings.
1510         (isearch-yank-internal, isearch-fallback): Reflow docstrings.
1511         (isearch-forward): Fix typo and reflow docstring.
1512         (isearch-help-map): Remove unused `i' binding.  Fix typos in docstring.
1513         (isearch-mode-map): Don't use `let*'.
1515 2008-11-21  Chong Yidong  <cyd@stupidchicken.com>
1517         * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
1519 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1521         * isearch.el (isearch-search-string): Simplify and convert docstring.
1523         * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
1525 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
1527         * international/mule-util.el (set-nested-alist): Doc fix.  Use `when'.
1528         (lookup-nested-alist): Doc fix.
1529         (with-coding-priority): Reflow docstring.
1530         (detect-coding-with-priority): Fix typos in obsolescence declaration.
1531         (char-displayable-p): Reflow docstring.  Use `when'.
1533 2008-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
1535         * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
1536         week forward/backward.
1538 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
1540         * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
1541         (with-electric-help): Fix typo and reflow docstring.
1543 2008-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1545         * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
1546         (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
1547         (list-buffers-noselect): Don't need to pad.
1549 2008-11-20  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1551         * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
1552         Pay attention to char widths when computing string sizes.
1554 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
1556         * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
1557         (byte-compile-output-docform): Reflow docstrings.
1558         (no-byte-compile): Fix typo in docstring.
1559         (byte-recompile-directory, compile-defun): Doc fixes.
1560         (emacs-lisp-file-regexp, byte-compile-verbose)
1561         (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
1562         (byte-compile-dynamic-docstrings, byte-optimize-log)
1563         (byte-compile-error-on-warn, byte-compile-warnings)
1564         (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
1565         Remove * from defcustom docstrings.
1567 2008-11-20  Glenn Morris  <rgm@gnu.org>
1569         * format.el (format-alist, format-write-file): Doc fix.
1571         * proced.el (proced-available): New variable.
1572         (proced-process-attributes): Move availability check from previous
1573         change from here...
1574         (proced): ... to here.
1576         * vc-hg.el (vc-hg-diff-switches): New option.
1577         (vc-hg-diff): Apply diff switches.  (Bug#1017)
1579         * calc/calc-units.el (math-additional-units): Doc fix (active voice).
1581         * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
1583 2008-11-20  Stephen Berman  <Stephen.Berman@gmx.net>
1585         * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
1587 2008-11-19  Juanma Barranquero  <lekktu@gmail.com>
1589         * calc/calc-units.el (math-units-table): Doc fix.
1590         (math-standard-units): Fix typo in constant's description.
1591         (math-additional-units): Fix typo in docstring.
1593 2008-11-19  Ulrich Mueller  <ulm@kph.uni-mainz.de>
1595         * calc/calc-units.el (math-standard-units): Add eps0,
1596         permittivity of vacuum.
1598 2008-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
1600         * files.el (project-settings-file): Remove.
1601         (project-find-settings-file): Undo previous change that added the
1602         use of project-settings-file.
1604 2008-11-19  Glenn Morris  <rgm@gnu.org>
1606         * proced.el (proced, proced-format-time): Doc fixes.
1607         (proced-process-attributes): Signal an error if unsupported.  (Bug#1314)
1609 2008-11-19  Karl Fogel  <kfogel@red-bean.com>
1611         * bookmark.el (bookmark-jump-noselect): Move the deprecation
1612         notice into the doc string, following up to revision 1.117.
1614 2008-11-19  Lute Kamstra  <lute@gnu.org>
1616         * autoinsert.el (auto-insert-alist): Don't use match data.
1618 2008-11-19  Glenn Morris  <rgm@gnu.org>
1620         * progmodes/f90.el (f90-mode-map): Add some menu :help.
1622         * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
1624         * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
1625         * term/w32-win.el (x-select-font): Declare.
1627         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
1628         Use the imperative for all help strings.
1630 2008-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1632         * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
1633         case where the default dictionary is French, Spanish, younameit.
1635         * window.el (window--frame-usable-p): Consider dedicated windows
1636         as usable.
1638         * files.el (confirm-nonexistent-file-or-buffer):
1639         Rename from find-file-confirm-nonexistent-file.
1640         (read-buffer-to-switch): Use it.
1642 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
1644         * server.el (server-temp-file-p): Use `string-match-p'.
1645         (server-socket-dir): Set to nil if local sockets are unsupported.
1646         (server-start): Don't try to delete local socket if unsupported.
1647         (server-kill-new-buffers): Reflow docstring.
1648         (server-delete-client, server-handle-delete-frame)
1649         (server-save-buffers-kill-terminal): Doc fixes.
1650         (server-send-string): Fix typo in docstring.
1652 2008-11-18  Sam Steingold  <sds@gnu.org>
1654         * progmodes/compile.el (compilation-start-hook): New hook.
1655         (compilation-start): Run it on the compilation process.
1657 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
1659         * international/mule-cmds.el (update-leim-list-file): Simplify.
1660         (prefer-coding-system, find-coding-systems-for-charsets):
1661         Fix docstring typos.
1662         (select-safe-coding-system, input-method-exit-on-first-char)
1663         (language-info-alist, language-info-custom-alist): Reflow docstrings.
1664         (toggle-input-method, read-multilingual-string): Doc fixes.
1665         Reflow docstrings.
1666         (locale-name-match, sort-coding-systems, find-multibyte-characters)
1667         (read-char-by-name): Use `string-match-p'.
1668         (get-char-code-property, put-char-code-property)
1669         (char-code-property-description): Be silent while loading uni-* files.
1670         (ucs-names): Use `dotimes-with-progress-reporter', because loading
1671         the Unicode character names is *slow*.
1673 2008-11-17  Chong Yidong  <cyd@stupidchicken.com>
1675         * wid-edit.el (widget-image-insert): Don't add a mouse-face.
1677         * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
1679 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
1681         * international/mule-cmds.el (ucs-completions): Mark as risky.
1683 2008-11-17  Martin Rudalics  <rudalics@gmx.at>
1685         * help-macro.el (three-step-help): Remove * from defcustom.
1686         (make-help-screen): Don't iconify selected frame.  (Bug#1322)
1687         Use when instead of if and cond within condition-case.
1689         * window.el (quit-window): Bind window to selected window when
1690         trying to delete it.
1692 2008-11-17  Glenn Morris  <rgm@gnu.org>
1694         * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
1695         definition of 'ignore, rather than nil.  (Bug#1353)
1697 2008-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1699         * window.el (window--frame-usable-p): Allow use for soft-dedication.
1701 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
1703         * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
1705         * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
1706         (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
1707         (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
1708         (kill-word, backward-kill-word, zap-to-char): Doc fixes.
1709         (shell-command, repeat-complex-command): Reflow docstrings.
1710         (pop-to-mark-command): Fix typos in docstring.
1712 2008-11-17  Juri Linkov  <juri@jurta.org>
1714         * isearch.el (isearch-filter-predicate): Rename from
1715         `isearch-success-function'.  Rename default value from
1716         `isearch-success-function-default' to
1717         `isearch-filter-invisible'.  Doc fix.
1718         (isearch-filter-invisible): Rename from
1719         `isearch-success-function-default'.  Doc fix.
1720         (isearch-search, isearch-lazy-highlight-search):
1721         Rename `isearch-success-function' to `isearch-filter-predicate'.
1723         * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
1724         `dired-isearch-orig-success-function'.
1725         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
1726         (dired-isearch-filenames-end): Rename `isearch-success-function' to
1727         `isearch-filter-predicate'.  Doc fix.
1728         (dired-isearch-filter-filenames): Rename from
1729         `dired-isearch-success-function'.
1731         * info.el (Info-search, Info-mode):
1732         Rename `isearch-success-function' to `isearch-filter-predicate'.
1733         (Info-isearch-filter-predicate): Rename from
1734         `Info-search-success-function'.
1736         * simple.el (minibuffer-default-add-function): Fix docstring to
1737         use clear text "default values" instead of obscure references to
1738         the dynamic variable `minibuffer-default'.
1740 2008-11-16  Glenn Morris  <rgm@gnu.org>
1742         * term/ns-win.el (ns-extended-platform-support-mode):
1743         Tweak menu entry from previous change.
1745         * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
1747         * cus-edit.el (custom-buffer-create-internal): Always insert the
1748         in-buffer buttons, regardless of tool-bar.  (Bug#1326)
1750 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
1752         * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
1754 2008-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1756         * ielm.el (ielm-eval-input): Fix thinko in last change.
1758 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
1760         * subr.el (read-passwd): Yank current kill if the user enters C-y.
1762 2008-11-16  Michael Albinus  <michael.albinus@gmx.de>
1764         * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
1765         (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
1767         * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
1768         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1769         Handle `file-name-as-directory'.
1771 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
1773         * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
1774         usual variable-pitch face.
1776 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
1778         * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
1779         (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
1780         (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
1781         (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
1782         (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
1783         (ange-ftp-quote-string, ange-ftp-process-handle-line)
1784         (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
1785         (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
1786         (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
1787         (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
1788         (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
1789         (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
1790         (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
1791         (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
1792         (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
1793         (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
1794         (ange-ftp-default-user, ange-ftp-default-password)
1795         (ange-ftp-default-account, ange-ftp-netrc-default-password)
1796         (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
1797         (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
1798         (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
1799         (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
1800         (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
1801         (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
1802         (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
1803         (ange-ftp-make-backup-files, ange-ftp-retry-time)
1804         (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
1805         (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
1806         (ange-ftp-gateway-tmp-name-template)
1807         (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
1808         (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
1809         (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
1810         (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
1811         (ange-ftp-gateway-program): Remove * from docstring and reflow.
1812         (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
1813         (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
1814         (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
1815         (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
1816         (ange-ftp-rename-local-to-remote): Doc fixes.
1817         (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
1818         Use `when', `unless'.
1819         (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
1820         (ange-ftp-process-handle-hash): Rename arg STR to STRING.
1821         (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
1822         (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
1823         (ange-ftp-normal-login): Rename arg PASS to PASSWORD.  Fix typo.
1824         (ange-ftp-process-sentinel): Use `when'.  Fix typo.
1825         (ange-ftp-gwp-start): Use `let', not `let*'; use `when'.  Fix typo.
1826         (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
1827         (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
1828         (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
1829         (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
1830         (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
1831         (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
1832         (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
1833         `(save-match-data (string-match ...))'.
1834         (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
1835         (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
1836         Use `string-match-p' instead of `(save-match-data (string-match ...))'.
1837         Doc fixes.
1839 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
1841         * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
1842         function instead of a variable.
1844         * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
1845         viper-ESC-keyseq-timeout as a function.
1846         (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
1847         defsubst.
1849         * emulation/viper-cmd.el: Let line-move-visual to nil when using
1850         next-line or previous-line.
1851         (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
1853         * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
1855         * ediff-util.el (ediff-toggle-multiframe): Check if control window is
1856         live.
1857         (ediff-save-buffer): Let window-min-height to 2.
1859         * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
1860         the minibuffer.
1862 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
1864         * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
1865         (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
1866         (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
1867         (ielm-map): Define within defvar.  Add docstring.
1868         (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
1869         (ielm-complete-filename): Use `when', `unless'.
1870         (ielm-is-whitespace-or-comment): Use `string-match-p'.
1871         (ielm-return, ielm-get-old-input): Use `looking-at-p'.
1872         (ielm-change-working-buffer): Check that the buffer is live.
1873         (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
1874         Simplify.  Reflow docstring.
1875         (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
1876         New aliases, to satisfy `define-derived-mode' expectations.
1878 2008-11-15  Glenn Morris  <rgm@gnu.org>
1879             Martin Rudalics  <rudalics@gmx.at>
1881         * emacs-lisp/find-func.el (find-function-advised-original): New.
1882         (find-function-C-source, find-function-noselect):
1883         Use find-function-advised-original to handle advised funcs.  (Bug#789)
1885 2008-11-15  Glenn Morris  <rgm@gnu.org>
1887         * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
1888         alias message.
1890         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
1891         Remove uniquify-after-kill-buffer-p dependency.
1892         (uniquify-kill-buffer-function): New function.
1893         (kill-buffer-hook): Use uniquify-kill-buffer-function.  (Bug#1315)
1895         * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
1896         (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
1897         main Emacs manual.
1899 2008-11-15  Martin Rudalics  <rudalics@gmx.at>
1901         * window.el (quit-window): Restore delete window with second
1902         arg non-nil behavior as of before 2008-10-30 change.
1904 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
1906         * help-fns.el (describe-function-1): Do char-range check for
1907         self-insert-command.
1909 2008-11-14  Karl Fogel  <kfogel@red-bean.com>
1911         * files.el (file-precious-flag): Document that this flag is advisory.
1913 2008-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1915         * emacs-lisp/bytecomp.el (byte-compile-associative)
1916         (byte-compile-minus, byte-compile-quo): If there are more than two
1917         operands, don't use binary operation code (bug#1334).
1919 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
1921         * w32-fns.el (w32-shell-dos-semantics):
1922         * calendar/diary-lib.el (diary-face-attrs):
1923         * international/mule-cmds.el (set-default-coding-systems)
1924         (prefer-coding-system):
1925         * net/tramp.el (tramp-set-completion-function):
1926         * progmodes/vhdl-mode.el (vhdl-file-header):
1927         * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
1929         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
1931         * files.el (enable-local-eval, not-modified, kill-buffer-ask)
1932         (kill-matching-buffers, save-buffers-kill-emacs)
1933         (save-buffers-kill-terminal): Fix typos in docstrings.
1934         (switch-to-buffer-other-window): Reflow docstring.
1935         (revert-buffer): Doc fix.
1936         (define-project-bindings): Rename arg LIST to SETTINGS.
1937         (project-find-settings-file): Use `let', not `let*'.
1938         Use `when'.
1940 2008-11-13  Juanma Barranquero  <lekktu@gmail.com>
1942         * files.el (project-settings-file, locate-dominating-file):
1943         Fix typos in docstrings.
1944         (find-file-visit-truename): Remove * from defcustom docstring.
1946 2008-11-13  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
1948         * files.el (project-settings-file): New variable.
1949         (project-find-settings-file): Use it, instead of hardcoding
1950         .dir.settings.el.
1952 2008-11-13  Glenn Morris  <rgm@gnu.org>
1954         * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
1956 2008-11-13  Henry Weller  <hweller0@gmail.com>  (tiny change)
1958         * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
1959         in mail bodies.
1961 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
1963         * international/mule.el (autoload-coding-system, with-category-table)
1964         (ctext-non-standard-encodings-alist): Fix typos in docstrings.
1965         (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
1966         (set-buffer-file-coding-system, revert-buffer-with-coding-system)
1967         (set-file-name-coding-system, ctext-pre-write-conversion)
1968         (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
1969         Reflow docstrings.
1970         (charset-list, set-coding-priority): Remove redundant obsolescence info.
1971         (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
1972         (char-valid-p): Define with `define-obsolete-function-alias'.
1974         * textmodes/artist.el (artist-mode): Fix typos in docstring.
1976 2008-11-12  Sam Steingold  <sds@gnu.org>
1978         * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
1979         between hostname and path.
1981 2008-11-11  Juri Linkov  <juri@jurta.org>
1983         * dired-aux.el (dired-isearch-filenames)
1984         (dired-isearch-filenames-regexp):
1985         Let-bind isearch-message-prefix-add to "filename ".
1987         * isearch.el (isearch-message-prefix-add)
1988         (isearch-message-suffix-add): New variables.
1989         (isearch-message-prefix): Show additional text from
1990         `isearch-message-prefix-add' before "I-search".
1991         (isearch-message-suffix): Show additional text from
1992         `isearch-message-suffix-add' at the end.
1994         * isearch.el (isearch-lazy-highlight-search): Use a loop like in
1995         `isearch-search'.  Call isearch-success-function to skip matches
1996         outside the current isearch scope.  Let-bind search-invisible to
1997         nil to not match invisible text.
1999         * isearch.el (isearch-query-replace, isearch-highlight-regexp):
2000         Let-bind `isearch-recursive-edit' to nil to prevent calling
2001         `exit-recursive-edit' in `isearch-done' that terminates the
2002         execution of these commands when it is non-nil.  Call
2003         `exit-recursive-edit' explicitly at the end.
2004         (isearch-occur): For word search construct the correct regexp
2005         with word boundaries to proceed with occur.
2007         * isearch.el (isearch-search-fun): Compare the length of the
2008         current search string with the length of the string from the
2009         previous search state to detect the situation when the user
2010         adds or removes characters in the search string.
2011         Use word-search-forward-lax and word-search-backward-lax in this
2012         case, and otherwise word-search-forward and word-search-backward.
2014 2008-11-11  Sam Steingold  <sds@gnu.org>
2016         * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
2017         the "Version Control" group (for C-x v g).
2019 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
2021         * server.el (server-process-filter): Fix typos and reflow docstring.
2023 2008-11-11  Martin Rudalics  <rudalics@gmx.at>
2025         * mail/footnote.el (footnote-mode): Improve doc-string.
2026         Suggested by <jidanni@jidanni.org>.  (Bug#1318)
2028 2008-11-11  Chong Yidong  <cyd@stupidchicken.com>
2030         * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
2032 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2034         * mail/smtpmail.el (smtpmail-open-stream): Use
2035         `starttls-any-program-available'.  Auto-load starttls.el for it.
2037 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
2039         * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
2040         version (bug@1285).
2042 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
2044         * startup.el (command-line): Ignore init-file-user when checking
2045         user's home directory on MS-DOS as well.
2047 2008-11-07  Sam Steingold  <sds@gnu.org>
2049         * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
2051 2008-11-07  Juanma Barranquero  <lekktu@gmail.com>
2053         * frame.el (make-frame-on-display): Use `string-match-p'.
2055 2008-11-07  Glenn Morris  <rgm@gnu.org>
2057         * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
2059 2008-11-07  Dan Nicolaescu  <dann@ics.uci.edu>
2061         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
2062         to initialize font-lock keyword case sensitivity.
2063         (lisp-mode): Use it.
2065 2008-11-06  Glenn Morris  <rgm@gnu.org>
2067         * eshell/esh-maint.el: Remove unused file.
2069         * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
2071         * cus-edit.el (custom-comment-tag): Doc fix.
2072         (custom-comment, custom-variable-value-create, custom-face):
2073         Use face names sans -face suffix rather than aliases.
2075 2008-11-05  Jay Belanger  <jay.p.belanger@gmail.com>
2077         * calc/calc.el (calc-quit): Use `window-full-width-p' to check
2078         window width.
2080 2008-11-05  Chong Yidong  <cyd@stupidchicken.com>
2082         * server.el (server-process-filter): Only default to emacsclient's
2083         terminal in daemon mode.
2085 2008-11-05  Martin Rudalics  <rudalics@gmx.at>
2087         * window.el (quit-window): Restore prefix argument behavior
2088         removed in 2008-10-30 change.  (Bug#1308)
2090 2008-11-05  Tassilo Horn  <tassilo@member.fsf.org>
2092         * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
2093         function to kill-buffer-hook, not to kill-buffer.
2094         Reported by Markus Triska <markus.triska@gmx.at>
2096 2008-11-04  Jay Belanger  <jay.p.belanger@gmail.com>
2098         * calc/calc.el (calc-quit): Make sure that the keypad buffer
2099         exists before deleting its windows.
2101 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
2103         * server.el (server-process-filter): Don't call
2104         server-create-tty-frame when no tty name is specified.
2106 2008-11-04  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
2108         * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
2110 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
2112         * international/mule-cmds.el (toggle-enable-multibyte-characters)
2113         (define-char-code-property):
2114         * textmodes/reftex.el (reftex-index):
2115         * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
2117 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
2119         * vc-bzr.el (vc-bzr-dir-printer): Rename from
2120         vc-bzr-status-printer.
2122         * startup.el (startup-echo-area-message): Display a different
2123         message in daemon mode.  Suggested by Stephen Turnbull.
2125         * frame.el (make-frame-on-display): Ignore DISPLAY argument on
2126         Windows.
2128 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
2130         * dframe.el (dframe-mouse-position-function)
2131         (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
2132         (dframe-mouse-set-point): Fix typos in docstrings.
2134 2008-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
2136         * vc-dir.el (vc-dir-headers): Undo previous change.
2138 2008-11-04  Nick Roberts  <nickrob@snap.net.nz>
2140         * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
2141         * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
2143 2008-11-04  Martin Rudalics  <rudalics@gmx.at>
2145         * subr.el (looking-back): Fix doc-string typo.
2147         * electric.el (Electric-pop-up-window): Call window-end with
2148         UPDATE set to t.
2150         * window.el (save-selected-window): Make it behave like
2151         save-selected-window-norecord.
2152         (save-selected-window-norecord): Remove, since functionality
2153         fully taken over by save-selected-window.
2154         (walk-windows, set-window-text-height, fit-window-to-buffer):
2155         Use save-selected-window instead of save-selected-window-norecord.
2156         * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
2157         save-selected-window-norecord.
2158         * emacs-lisp/lisp-mode.el (save-selected-window): Remove
2159         indent-function for save-selected-window-norecord.
2161 2008-11-03  Alan Mackenzie  <acm@muc.de>
2163         * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
2165 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
2167         * subr.el (looking-back): Doc fix.
2169         * term/x-win.el (x-initialize-window-system):
2170         Call x-wm-set-size-hint after initialization.
2172         * eshell/em-hist.el (eshell-save-history-on-exit): Change default
2173         to t.
2175         * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
2176         2000-12-08 (bug#1297).
2178         * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
2180 2008-11-03  Vincent Belaïche  <vincent.b.1@hotmail.fr>
2182         * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
2183         when appropriate.
2185 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
2187         * window.el (save-selected-window-norecord): New macro.
2188         (walk-windows): Use save-selected-window-norecord and call
2189         select-window with NORECORD set.  (Bug#1237)
2190         (set-window-text-height, fit-window-to-buffer):
2191         Use save-selected-window-norecord and call select-window with
2192         NORECORD set.
2193         * subr.el (with-selected-window): Call set-frame-selected-window
2194         with new argument NORECORD set.  Update doc-string.
2195         (with-selected-frame): Call select-frame with new argument
2196         NORECORD set.  Update doc-string.
2197         * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
2198         Put indent-function for save-selected-window-norecord.
2199         * font-lock.el (lisp-font-lock-keywords-2):
2200         Add save-selected-window-norecord.
2202 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2204         * cus-edit.el (customize-apropos-options, custom-comment)
2205         (custom-comment-tag, custom-face-edit-attribute-tag):
2206         Fix typos in docstrings.
2207         (custom-buffer-done-kill): Remove * from defcustom docstring.
2208         (custom-file): Fix typo in doc of defcustom choice.
2210         * frame.el (display-visual-class): Fix typo in docstring.
2211         (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
2212         (special-display-frame-alist, show-trailing-whitespace)
2213         (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
2214         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
2215         Remove * from defcustom docstrings.
2217         * md4.el (md4-buffer): Fix typo in docstring.
2218         (md4, md4-64): Doc fixes.
2219         (md4-pack-int32): Reflow docstring.
2221         * paths.el (rmail-file-name): Remove * from defcustom docstring.
2222         (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
2224         * rect.el (open-rectangle): Reflow docstring.
2225         (spaces-string): Fix docstring typo.  Use "?\s" instead of "? ".
2227         * select.el (x-get-cut-buffer): Fix typo in docstring.
2229         * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
2230         (timezone-time-zone-from-absolute, timezone-leap-year-p):
2231         Fix typos in docstrings.
2233         * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
2234         Fix typos in docstrings.
2236 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
2238         * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
2240         * net/newst-treeview.el (newsticker--treeview-list-update-faces)
2241         (newsticker--treeview-list-update, newsticker--treeview-item-show)
2242         (newsticker--treeview-tree-update)
2243         (newsticker--treeview-tree-update-highlight)
2244         (newsticker-treeview-update)
2245         (newsticker-treeview-next-item, newsticker-treeview-prev-item)
2246         (newsticker-treeview-next-new-or-immortal-item)
2247         (newsticker-treeview-prev-new-or-immortal-item)
2248         (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
2249         (newsticker-treeview-tree-click): Watch for layout changes.
2250         (newsticker--treeview-set-current-node): Cleanup.
2251         (newsticker--treeview-restore-layout): Rename from
2252         newsticker--treeview-restore-buffers.
2253         (newsticker--treeview-mark-item): Update cache file.
2255 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
2257         * calendar/icalendar.el (icalendar--uid-count): New.
2258         (icalendar--create-uid): New.  Extracted from
2259         `icalendar-export-region' and add uid counter.
2260         (icalendar-export-region): Use `icalendar--create-uid'.
2262 2008-10-31  Juanma Barranquero  <lekktu@gmail.com>
2264         * tooltip.el (tooltip-frame-parameters): Doc fix.
2266 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
2268         * window.el (window-body-height, window-current-scroll-bars)
2269         (walk-windows, get-window-with-predicate, get-buffer-window-list)
2270         (minibuffer-window-active-p, count-windows)
2271         (window-safely-shrinkable-p, window--splittable-p)
2272         (window--try-to-split-window, window--frame-usable-p)
2273         (window--even-window-heights, window--display-buffer-1)
2274         (window--display-buffer-2, set-window-text-height)
2275         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
2276         (truncated-partial-width-window-p): Rewrite doc-string.
2277         (window-fixed-size-p): Simplify code.  Rewrite doc-string.
2278         (split-window-vertically, split-window-horizontally):
2279         Rename args, rewrite doc-string, and simplify code.
2280         (split-window-save-restore-data): Rename args and use
2281         when instead of if.
2283 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
2285         * indent.el (indent-for-tab-command): Use use-region-p.
2287         * vc.el (vc-revert): Limit the length of the query string.
2289 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
2291         * simple.el (idle-update-delay, next-error-highlight)
2292         (next-error-highlight-no-select, next-error-recenter, next-error-hook)
2293         (minibuffer-history-case-insensitive-variables, kill-ring-max)
2294         (kill-read-only-ok, backward-delete-char-untabify-method)
2295         (kill-whole-line, mark-ring-max, global-mark-ring-max)
2296         (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
2297         (goal-column, line-move-ignore-invisible, fill-prefix)
2298         (auto-fill-inhibit-regexp, blink-matching-paren)
2299         (blink-matching-paren-on-screen, blink-matching-paren-distance)
2300         (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
2301         (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
2302         (minibuffer-history-isearch-wrap, transient-mark-mode)
2303         (next-logical-line, auto-fill-mode, line-number-mode)
2304         (column-number-mode, size-indication-mode, clone-indirect-buffer)
2305         (normal-erase-is-backspace-mode): Doc fixes.
2306         (current-kill, transient-mark-mode, toggle-truncate-lines)
2307         (visible-mode): Reflow docstrings.
2308         (minibuffer-local-shell-command-map, interprogram-paste-function):
2309         Fix typos in docstrings.
2311 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
2313         * server.el (server-process-filter): In daemon mode, default to
2314         emacsclient's tty if not opening a new frame and only the
2315         terminal-frame is available.
2317 2008-10-30  Martin Rudalics  <rudalics@gmx.at>
2319         * window.el (quit-window): Simplify code.  Say in doc-string
2320         that it operates on the selected window's buffer.  (Bug#1259)
2322 2008-10-30  Nick Roberts  <nickrob@snap.net.nz>
2324         * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
2325         nil so that log-view-diff-changeset works.
2327 2008-10-30  Glenn Morris  <rgm@gnu.org>
2329         * files.el (locate-dominating-stop-dir-regexp): Fix typo.
2331         * resume.el: Move to obsolete/.
2332         * Makefile.in (ELCFILES): Update.
2334 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
2336         * electric.el (Electric-pop-up-window): Don't shrink the window if
2337         it's already big enough.
2339         * minibuffer.el (delete-minibuffer-contents): Delete all
2340         minibuffer contents instead of just the current field.
2342         * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
2344         * bookmark.el (bookmark-handle-bookmark): Rename from
2345         bookmark-jump-noselect.
2346         (bookmark--jump-via, bookmark-insert): Callers changed.
2347         (bookmark-jump-noselect): Wrapper function for
2348         bookmark-handle-bookmark.
2349         (bookmark-get-bookmark-record): Signal error for invalid bookmark.
2351         * textmodes/ispell.el (ispell-word): Use use-region-p.
2353 2008-10-29  Juanma Barranquero  <lekktu@gmail.com>
2355         * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
2356         to follow naming conventions for abnormal hooks.  Doc fix.
2357         (tooltip-mode, tooltip-timeout): Use it.
2358         (tooltip-hook): New obsolete alias.
2359         (tooltip-help-tips): Doc fix.
2361         * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
2363 2008-10-29  Ulrich Mueller  <ulm@gentoo.org>
2365         * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
2366         of hardcoded /tmp.
2368 2008-10-29  Glenn Morris  <rgm@gnu.org>
2370         * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
2372         * vc-hooks.el (vc-find-root): Remove bogus alias.
2374 2008-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2376         * international/quail.el (quail-show-guidance): Don't create
2377         a guidance-frame if current buffer is not a minibuffer, since even if
2378         selected-window is mini-p, the buffer will never be displayed in it, so
2379         it wil be usable for guidance.
2381 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2383         * smerge-mode.el: Require diff-mode at run-time as well.
2385 2008-10-28  Martin Rudalics  <rudalics@gmx.at>
2387         * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
2388         * vc-hooks.el (vc-stay-local): Likewise.
2390 2008-10-28  Phil Sung  <psung@mit.edu>
2392         * follow.el (follow-scroll-down, follow-calc-win-end)
2393         (follow-estimate-first-window-start): Reduce effective window
2394         height when header line is present.  (Bug#925)
2396 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
2398         * subr.el (locate-user-emacs-file): Simplify.  Don't create
2399         `user-emacs-directory' when Emacs is running in batch mode.
2401         * startup.el (inhibit-startup-screen): Reflow docstring.
2402         (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
2404 2008-10-27  Kenichi Handa  <handa@m17n.org>
2406         * descr-text.el (describe-char): Fix terminal case (where font is nil).
2408 2008-10-27  Juanma Barranquero  <lekktu@gmail.com>
2410         * face-remap.el (text-scale-increase, text-scale-decrease)
2411         (text-scale-adjust): Remove &optional keyword from the arg list;
2412         the INC argument is not really optional, if the functions happen
2413         to be called from elisp.
2415 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
2417         * vc.el: Rename VC methods that were missed when vc-status was
2418         renamed to vc-dir.
2419         * vc-svn.el (vc-svn-dir-extra-headers): Rename from
2420         vc-svn-status-extra-headers.
2421         * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
2422         (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
2423         * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
2424         (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
2425         * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
2426         vc-dir-status-printer.
2427         (vc-dir-headers): Use `dir-extra-headers' instead of
2428         `status-extra-headers'.
2429         (vc-dir-printer): Rename from vc-dir-status-printer.
2430         (vc-default-dir-extra-headers): Rename from
2431         vc-default-status-extra-headers.
2432         * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
2433         vc-cvs-status-extra-headers.
2435         * startup.el (server-name): Pacify byte compiler.
2436         (command-line): If --daemon=SERVER_NAME was used, set server-name
2437         before calling server-start.
2439 2008-10-26  Romain Francoise  <romain@orebokech.com>
2441         * startup.el (command-line): Call daemon-initialized after
2442         starting the server.
2444 2008-10-26  Kenichi Handa  <handa@m17n.org>
2446         * help-fns.el (describe-categories): Display the terse legend at
2447         the head.
2449         * international/characters.el: Docstrings of categories improved.
2451 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2453         * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
2455         * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
2456         to the courier family.
2457         * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
2458         usually not serif'd and hence rather unlike verbatim's printed output.
2460 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
2462         * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
2463         when reporting the module.
2465         * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
2467         * wid-edit.el (widget-color-complete): Sort completions alphabetically.
2469 2008-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2471         * files.el (locate-dominating-stop-dir-regexp): New var.
2472         (locate-dominating-file): Change arg from a regexp to a file name.
2473         Rewrite using the vc-find-root code to avoid directory-files which is
2474         too slow.  Obey locate-dominating-stop-dir-regexp.
2475         Don't pay attention to changes in owner.
2476         (project-find-settings-file): Adjust call to locate-dominating-file.
2478         * progmodes/flymake.el (flymake-find-buildfile):
2479         Adjust call to locate-dominating-file.
2481         * vc-hooks.el (vc-find-root): Use locate-dominating-file.
2482         (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
2484 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
2486         * subr.el (with-current-buffer): Rename buffer argument to
2487         buffer-or-name.
2488         * window.el (get-buffer-window-list): Rename buffer argument to
2489         buffer-or-name and make it optional.
2491 2008-10-25  Juanma Barranquero  <lekktu@gmail.com>
2493         * completion.el (add-completion-to-head, add-completion): Doc fixes.
2494         (completion-search-next, add-completions-from-file):
2495         Fix typos in docstrings.
2497         * filesets.el (filesets-menu-ensure-use-cached)
2498         (filesets-ingroup-patterns, filesets-filetype-property):
2499         * tutorial.el (get-lang-string):
2500         * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
2501         Fix typos in docstrings.
2503         * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
2504         (image-dired-line-up-method, image-dired-thumb-size)
2505         (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
2506         (image-dired-track-original-file, image-dired-track-thumbnail)
2507         (image-dired-dired-next-line, image-dired-dired-previous-line)
2508         (image-dired-write-comments): Reflow docstrings.
2509         (image-dired-show-all-from-dir-max-files)
2510         (image-dired-format-properties-string, image-dired-create-thumbs)
2511         (image-dired-mark-tagged-files, image-dired-gallery-generate):
2512         Fix typos in docstrings.
2514         * savehist.el (savehist-save-minibuffer-history, savehist-file)
2515         (savehist-additional-variables, savehist-ignored-variables)
2516         (savehist-file-modes, savehist-autosave-interval):
2517         * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
2518         (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
2519         (fancy-splash-image):
2520         * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
2521         (thumbs-conversion-program, thumbs-margin):
2522         Remove spurious * in docstrings.
2524 2008-10-25  Aaron S. Hawley  <aaronh@garden.org>
2526         * thingatpt.el (end-of-sexp, beginning-of-sexp)
2527         (forward-same-syntax): Omit default arguments to char-after and
2528         char-before.
2530 2008-10-24  Juanma Barranquero  <lekktu@gmail.com>
2532         * subr.el (locate-user-emacs-file): New function.
2533         (user-emacs-directory): Mention it in docstring.
2535         * completion.el (save-completions-file-name):
2536         * filesets.el (filesets-menu-cache-file):
2537         * image-dired.el (image-dired-dir, image-dired-db-file)
2538         (image-dired-temp-image-file, image-dired-gallery-dir)
2539         (image-dired-temp-rotate-image-file):
2540         * savehist.el (savehist-file):
2541         * server.el (server-auth-dir):
2542         * thumbs.el (thumbs-thumbsdir):
2543         * tutorial.el (tutorial--saved-dir):
2544         * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
2546 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
2548         * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
2549         (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
2551 2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
2553         * filesets.el: Update author email.
2554         (filesets-data): Doc fix.
2556 2008-10-23  Jens Petersen  <petersen@redhat.com>  (tiny change)
2558         * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
2560 2008-10-23  Ulrich Mueller  <ulm@kph.uni-mainz.de>
2562         * international/mule-cmds.el (describe-language-environment):
2563         Indent sample text.
2565 2008-10-23  Glenn Morris  <rgm@gnu.org>
2567         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
2569         * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
2570         byte-compile a redefinition of a function with special byte-compile
2571         handling.  (Bug#411)
2573 2008-10-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2575         * ps-print.el: Deal with page sizes for label printes.  Suggested by
2576         Friedrich Delgado Friedrichs <friedel@nomaden.org>.
2577         (ps-print-version): New version 7.3.3.
2578         (ps-page-dimensions-database): New page sizes for label printers.
2579         (ps-n-up-printing): Fix code.
2581 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
2583         * frame.el (make-frame-command): Doc fix.  Use display-graphic-p.
2585         * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
2586         (list-at-point): Add docstrings.
2588         * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
2590         * dired-aux.el (dired-do-create-files): Doc fix.
2592 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
2594         * version.el (emacs-version): Change '*Step' to 'NS' for consistency
2595         with other documentation.
2597 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
2599         * replace.el (how-many): Fix typo in docstring.
2600         Reported by Leo <sdl.web@gmail.com>.
2602 2008-10-22  Glenn Morris  <rgm@gnu.org>
2604         * international/mule-cmds.el (universal-coding-system-argument):
2605         Check for C-g.  (Bug#1205)
2607 2008-10-22  Kenichi Handa  <handa@m17n.org>
2609         * international/characters.el: Don't setup
2610         find-word-boundary-function-table.
2611         (next-word-boundary-han, next-word-boundary-kana): Delete them.
2612         (word-combining-categories, word-separating-categories):
2613         Adjust to the change of the docstrings.
2615 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
2617         * simple.el (region-active-p): Doc fix.
2619 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
2621         * subr.el (apply-partially): Move from here...
2623         * simple.el (apply-partially): ...to here.
2625 2008-10-20  Andreas Schwab  <schwab@suse.de>
2627         * subr.el (split-string-and-unquote): Simplify regexp.
2629 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
2631         * subr.el (top-level): Require `cl' when compiling.
2633 2008-10-20  David Reitter  <david.reitter@gmail.com>
2635         * info.el (Info-mode): Do not remove an existing header line if
2636         `Info-use-header-line' is nil.
2638 2008-10-19  Juri Linkov  <juri@jurta.org>
2640         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
2641         Add arg `delimited' as in `query-replace' for the case when
2642         isearch-allow-scroll=t and the user types C-u M-%.  Doc fix.
2643         Add more indicators to the prompt ("word" and "in region").
2645         * replace.el (query-replace, query-replace-regexp)
2646         (replace-string, replace-regexp, perform-replace): Add "word"
2647         indicatiors to the prompt for word delimited replacements.
2649         * replace.el (read-regexp): Rename arg `default' to `default-value'.
2650         Doc fix.
2652 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
2654         * subr.el (apply-partially): Move here from minibuffer.el.  Doc fix.
2656         * simple.el (minibuffer-default-add-shell-commands): Doc fix.
2658 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
2660         * window.el (enlarge-window-horizontally, shrink-window-horizontally):
2661         Make argument names follow Elisp manual.
2663 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
2665         * textmodes/remember.el (remember-data-file):
2666         * shadowfile.el (shadow-initialize)
2667         <shadow-info-file, shadow-todo-file>:
2668         * savehist.el (savehist-file):
2669         * recentf.el (recentf-save-file):
2670         * pcvs-defs.el (cvs-cvsrc-file):
2671         * international/kkc.el (kkc-init-file-name):
2672         * ido.el (ido-save-directory-list-file):
2673         * calendar/todo-mode.el (todo-file-do, todo-file-done)
2674         (todo-file-top): Run file names that begin with a period thru
2675         `convert-standard-filename'.
2677         * dos-fns.el (dos-reevaluate-defcustoms): New function.  Add it to
2678         before-init-hook.
2680         Fix Bug #1183:
2682         * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
2683         coding-system-for-read to ediff-coding-system-for-write.
2685         * ediff-util.el (ediff-make-temp-file): Unconditionally bind
2686         coding-system-for-write to ediff-coding-system-for-write.
2688         * ediff-init.el (ediff-coding-system-for-read): Doc fix.
2689         (ediff-coding-system-for-write): Set to emacs-internal.
2691 2008-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2693         * international/mule-conf.el (emacs-internal): New coding system alias.
2695 2008-10-18  Juri Linkov  <juri@jurta.org>
2697         * info.el (Info-file-supports-index-cookies-list): New variable.
2698         (Info-file-supports-index-cookies): New function.
2699         (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
2700         (Info-index-nodes): Let-bind Info-point-loc to nil for files
2701         without an index cookie to ignore it when Info-index-nodes is
2702         called during navigating from an index node with line numbers.
2703         (Info-index-node): Set file to Info-current-file if nil.  (Bug#1118)
2705         * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
2706         variable definition section.
2708         * info.el (Info-find-node-2): Put initial point below the header line
2709         and breadcrumbs line.
2711 2008-10-18  Glenn Morris  <rgm@gnu.org>
2713         * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
2714         the needed external programs were not found.
2716 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
2718         * files.el (trash-directory): Run thru `convert-standard-filename'.
2719         (file-modes-char-to-who, file-modes-char-to-right)
2720         (file-modes-rights-to-number, file-modes-symbolic-to-number)
2721         (read-file-modes): Doc fixes.
2723 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
2725         * abbrev.el (define-abbrev): Doc fix.
2727 2008-10-17  Alan Mackenzie  <acm@muc.de>
2729         * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
2730         foo bar [] = { ...".
2732 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
2734         * faces.el (face-spec-set-2): Don't pass invalid attributes to
2735         set-face-attribute.
2737 2008-10-17  Juanma Barranquero  <lekktu@gmail.com>
2739         * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
2740         according to `locale-coding-system'.  (This fixes trivial bug reported
2741         as part of bug#1179).
2742         Sort list of valid locale ids (EnumSystemLocales does not guarantee any
2743         particular order).  Use `when'.
2745 2008-10-16  Juanma Barranquero  <lekktu@gmail.com>
2747         * w32-fns.el (w32-check-shell-configuration): Doc fix.
2748         (w32-add-charset-info): Fix typo in docstring.
2750 2008-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2752         * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
2753         after discussion.
2755 2008-10-16  Magnus Henoch  <mange@freemail.hu>
2757         * vc-arch.el (vc-arch-dir-status): New function.
2758         (vc-arch-after-dir-status): New function.
2760 2008-10-16  Glenn Morris  <rgm@gnu.org>
2762         * man.el (Man-getpage-in-background): Force recent `man's to output
2763         escape sequences even when stdout is not a tty.  (Bug#1142)
2765 2008-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
2767         * international/mule-conf.el: Add `utf8' and `UTF8' as
2768         aliases for the `utf-8' coding system.
2770 2008-10-15  Juanma Barranquero  <lekktu@gmail.com>
2772         * find-file.el (ff-get-file): Doc fix.
2773         (ff-get-file-name): Use `let', not `let*'.
2774         (ff-search-directories): Fix typo in docstring.
2775         (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
2776         (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
2777         (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
2778         (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
2779         (cc-other-file-alist, modula2-other-file-alist):
2780         Remove spurious * in docstrings.
2782 2008-10-14  Chong Yidong  <cyd@stupidchicken.com>
2784         * faces.el (set-face-attribute): Set family and foundry before
2785         other attributes.
2786         (face-spec-set-2): Pass unmodified args to set-face-attribute.
2788 2008-10-14  Juanma Barranquero  <lekktu@gmail.com>
2790         * hl-line.el (hl-line-unload-function): New function.
2791         (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
2792         (hl-line-sticky-flag): Remove spurious * in docstring.
2794 2008-10-14  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
2796         * vc-git.el (vc-git-show-log-entry): Include the revision in the
2797         search string.
2799 2008-10-14  Michael Albinus  <michael.albinus@gmx.de>
2801         * net/tramp.el (tramp-process-one-action): Embed regexp in
2802         parentheses, before adding end-of-buffer construct.  Suggested by
2803         Markus Triska <markus.triska@gmx.at>.
2805 2008-10-13  Ulf Jasper  <ulf.jasper@web.de>
2807         * net/newst-plainview.el (w3m-toggle-inline-image):
2808         Define 'declare-function if necessary, for compatibility.
2810         * net/newst-treeview.el (w3m-toggle-inline-images):
2811         Define 'declare-function if necessary, for compatibility.
2813 2008-10-13  Alan Mackenzie  <acm@muc.de>
2815         * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
2816         so that the function works on one-line macros.
2818         * progmodes/cc-engine.el: Amend several doc strings and comments.
2820 2008-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
2822         * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
2824         * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
2825         (vc-cvs-stay-local): Add a new choice and default to it.
2826         (vc-cvs-dir-status): Use the new vc-stay-local choice.
2828         * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
2830 2008-10-12  Stephen Leake  <stephen_leake@member.fsf.org>
2832         * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
2833         Add support for extended return statement.
2835         * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
2836         and obj-dir; keep user order.
2838 2008-10-12  Glenn Morris  <rgm@gnu.org>
2840         * Makefile.in (ELCFILES): Update.
2842         * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
2843         (shell-file-name-quote-list): Declare.
2845 2008-10-12  Michael Albinus  <michael.albinus@gmx.de>
2847         * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
2849 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
2851         * startup.el (command-line): If toolbar is disabled but ought to
2852         be initialized, call tool-bar-setup.
2854         * tool-bar.el (tool-bar-setup): Variable deleted.
2855         (tool-bar-setup): Set it up unconditionally.
2857         * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
2859         * progmodes/grep.el (grep-mode-tool-bar-map): Check if
2860         tool-bar-map has been initialized before setting it up.
2862         * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
2863         tool-bar-map has been initialized before setting it up.
2865 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
2867         * emacs-lisp/warnings.el (display-warning): Issue a message if
2868         called during daemon initialization.
2870         * tool-bar.el (tool-bar-local-item)
2871         (tool-bar-local-item-from-menu): Put the check for number of
2872         display colors into the image expression.
2873         (tool-bar-setup): Don't be a no-op on ttys.
2875         * info.el (info-tool-bar-map):
2876         * progmodes/gud.el (gud-tool-bar-map):
2877         * progmodes/grep.el (grep-mode-tool-bar-map):
2878         * progmodes/compile.el (compilation-mode-tool-bar-map):
2879         Initialize it unconditionally.
2881 2008-10-11  Romain Francoise  <romain@orebokech.com>
2883         * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
2884         * kmacro.el (kmacro-edit-lossage): Ditto.
2885         * edmacro.el (edit-kbd-macro): Ditto.
2887 2008-10-11  Ulf Jasper  <ulf.jasper@web.de>
2889         * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
2890         Fix variable names.
2892 2008-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
2894         * startup.el (command-line): Revert 2008-09-26 change, not
2895         necessary anymore.
2897 2008-10-10  Andreas Schwab  <schwab@suse.de>
2899         * simple.el (minibuffer-complete-shell-command):
2900         Bind comint-delimiter-argument-list, comint-file-name-chars and
2901         comint-file-name-quote-list like shell-mode.
2903 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
2905         * window.el (pop-to-buffer): Fix misplacement of arg norecord in
2906         call of select-window.
2908 2008-10-10  Jay Belanger  <jay.p.belanger@gmail.com>
2910         * calc/calc.el (calc-embedded-word-regexp)
2911         (calc-embedded-word-regexp-alist): New variables.
2912         (calc-embedded-open-word, calc-embedded-close-word)
2913         (calc-embedded-open-close-word-alist): Remove unused variables.
2915         * calc/calc-embed.el (calc-embedded-make-info):
2916         Use `calc-embedded-word-regexp' to find words.
2918 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
2920         * info.el (Info-extract-menu-counting): New argument no-detail to
2921         skip detailed node listings.
2922         (Info-forward-node): New argument not-up to inhibit going up.
2923         (Info-final-node): Call Info-extract-menu-counting and
2924         Info-forward-node with the new arguments set to avoid infinite
2925         looping.  (Bug#1116)
2927 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
2929         * startup.el (command-line): Don't invoke tool-bar-mode if it is
2930         not fboundp.
2932 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
2934         * startup.el (command-line): Enable tool-bar-mode as long as it is
2935         not suppressed by X resources, regardless of the terminal.
2937         * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
2938         graphical terminals.
2939         (tool-bar-setup): No-op if called on a tty.
2941 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
2943         * frame.el (make-frame-on-tty): Use "F" inside interactive.
2944         Support `pc' ``window-system''.
2946         * progmodes/compile.el (compilation-start): Resurrect the version
2947         for systems that don't support asynchronous subprocesses.
2949 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
2951         * window.el (pop-up-frames): Add choice graphic-only.
2952         (display-buffer): When pop-up-frames equals graphic-only do
2953         not pop up new frame on text-only terminals.  (Bug#1061)
2955 2008-10-09  Dan Nicolaescu  <dann@ics.uci.edu>
2957         * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
2958         (vc-cvs-dir-status): Use it.
2960 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
2962         * json.el (json-skip-whitespace): Fix last change.
2964 2008-10-08  Juanma Barranquero  <lekktu@gmail.com>
2966         * bs.el (bs-unload-function): New function.
2968 2008-10-08  Sven Joachim  <svenjoac@gmx.de>
2970         * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
2971         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
2972         For clarity, explicitly require cl.
2974 2008-10-08  Michael Olson  <mwolson@gnu.org>
2976         * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
2977         can avoid a bad interaction with programs that add functions to
2978         the window-scroll-functions hook.  This fixes Bug #858.
2980 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
2982         * startup.el (command-line): Use display-warning to warn about an
2983         init file error.
2984         (command-line-1): Remove init file error delay.
2986 2008-10-07  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2988         * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
2989         Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
2990         (rx-group-if): New function.
2991         (rx-parent): New variable.
2992         (rx-and, rx-or): Put shy groups only when necessary.
2993         (rx-bracket): Remove.
2994         (rx-anything): New function.
2995         (rx-any-delete-from-range, rx-any-condense-range)
2996         (rx-check-any-string): New functions.
2997         (rx-check-any): Return result as a list.  Don't convert chars to
2998         strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
2999         Check char category string.  Call rx-form instead of rx-to-string.
3000         (rx-any): Rebuid to complete the function.
3001         (rx-check-not): Fix char category regexp pattern string.
3002         Call rx-form instead of rx-to-string.
3003         (rx-not): Call rx-form instead of rx-to-string.  Convert "[^]" to
3004         "[^^]".  Call regexp-quote for one char string when not called from
3005         rx-not.  Add "\\w", and toggle to upcase.  Add the case of
3006         "\\[SCBW]" to toggle.
3007         (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
3008         instead of rx-to-string.
3009         (rx-kleene): Call rx-form instead of rx-to-string.
3010         Call rx-group-if to adjust putting of shy groups.
3011         (rx-atomic-p): Make check more precisely.
3012         (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
3013         (rx-regexp): Call rx-group-if.
3014         (rx-form): New function.
3015         (rx-to-string): Call rx-form, rx-group-if.
3016         Refine definition of NO-GROUP.
3018 2008-10-07  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
3020         * json.el (json-advance): Use forward-char.
3021         (json-skip-whitespace): Use skip-syntax-forward.
3023 2008-10-07  Alan Mackenzie  <acm@muc.de>
3025         * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
3026         indenting a macro followed by blank lines doesn't backslash the
3027         following non-blank line into the macro.
3029 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
3031         * startup.el (before-init-time, after-init-time): Move into emacs.c.
3032         (command-line): Set after-init-time to nil before initialization.
3034 2008-10-06  Jay Belanger  <jay.p.belanger@gmail.com>
3036         * calc/calc-units.el (math-standard-units): Update the values
3037         of the units.
3039 2008-10-06  Juanma Barranquero  <lekktu@gmail.com>
3041         * bookmark.el (bookmark-unload-function): New function.
3043 2008-10-06  Andreas Schwab  <schwab@suse.de>
3045         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
3047 2008-10-06  Martin Rudalics  <rudalics@gmx.at>
3049         * mail/footnote.el: Remove * in defcustom docstrings and tell
3050         for most options that customizing them doesn't affect buffers
3051         already displaying footnotes.
3052         (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
3053         Fix handling of text properties and identical start/end tags.
3054         Do not use format when renumbering.
3055         (Footnote-set-style): Make it work.
3056         (Footnote-insert-numbered-footnote): Simplify.
3057         (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
3058         (Footnote-goto-footnote): Fix handling of empty section tag.
3059         (Footnote-delete-footnote): Fix handling of identical start/end
3060         tags, empty section tag, and spaced footnotes.  Do not use
3061         kill-region.
3062         (footnote-mode): Make most options buffer-local to avoid that
3063         customizing messes up handling of footnotes in buffers that
3064         already display them.
3066 2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
3068         * faces.el (x-create-frame-with-faces): Undo previous change.
3070         * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
3071         existent files.
3073 2008-10-05  Chong Yidong  <cyd@stupidchicken.com>
3075         * international/mule-cmds.el (universal-coding-system-argument):
3076         Handle digit-argument too.
3078 2008-10-05  Mario Lang  <mlang@delysid.org>
3080         * xml.el (xml-parse-string): Use skip-chars-forward.
3082 2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
3084         * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
3085         existent files.
3086         (vc-bzr-dir-status-files): New function.
3088 2008-10-04  Glenn Morris  <rgm@gnu.org>
3090         * files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)
3092         * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
3093         (vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)
3095         * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
3096         (vc-cvs-dir-status): Respect vc-stay-local-p.  (Bug#1046)
3098 2008-10-04  David J. Biesack  <David.Biesack@sas.com>  (tiny change)
3100         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
3101         Fix typo.  (Bug#1074)
3103 2008-10-04  Martin Rudalics  <rudalics@gmx.at>
3105         * progmodes/compile.el (compilation-start): Make sure to move to
3106         point-max only when we are in the compilation buffer.  (Bug#1073)
3108 2008-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
3110         * faces.el (x-create-frame-with-faces): Only setup the toolbar if
3111         tool-bar-mode is on.
3113         * vc-svn.el (vc-svn-dir-status-files):
3114         * vc-cvs.el (vc-cvs-dir-status-files): New function.
3116 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
3118         * vc-hg.el (vc-hg-dir-status-files): New function.
3120 2008-10-03  Martin Rudalics  <rudalics@gmx.at>
3122         * window.el (window--display-buffer-1): Don't care about
3123         visibility since raise-frame does.
3125 2008-10-03  Mario Lang  <mlang@delysid.org>
3127         * nxml/xmltok.el (xmltok-forward): Simplify.
3129 2008-10-03  Glenn Morris  <rgm@gnu.org>
3131         * Makefile.in (ELCFILES): Update.
3133         * frame.el (set-default-font): Make obsolete.
3134         * mouse.el (mouse-set-font): Use set-frame-font.
3136         * jka-cmpr-hook.el (jka-compr-compression-info-list)
3137         (jka-compr-mode-alist-additions): Also match `.tbz2'.
3139         * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
3140         * files.el (auto-mode-alist): Add .PRO as per above autoload.
3142 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
3144         * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
3145         (vc-dir-refresh): Set it here instead.  (Bug#1067)
3147 2008-10-02  Chong Yidong  <cyd@stupidchicken.com>
3149         * faces.el (inhibit-frame-set-background-mode): New var.
3150         (frame-set-background-mode): Use it to avoid a loop in
3151         face-spec-recalc.
3153 2008-10-02  Glenn Morris  <rgm@gnu.org>
3155         * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
3156         vc-diff-switches.
3158 2008-10-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3160         * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
3161         that is, to take some action when a buffer is killed.  Suggested by
3162         Stefan Monnier <monnier@iro.umontreal.ca>.  Doc fix.  New version
3163         11.2.2.
3164         (whitespace-action): Docstring and :type fix.
3165         (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
3166         Code fix.
3167         (whitespace-add-local-hook, whitespace-remove-local-hook)
3168         (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
3170 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3172         * net/tls.el (open-tls-stream): Show the actual command being
3173         executed, instead of the format string.
3175 2008-10-01  Eli Zaretskii  <eliz@gnu.org>
3177         * term/internal.el (dos-locale-alist): New alist.
3178         (dos-codepage-setup): Use it to compute a value of locale with
3179         which to call set-locale-environment.  Remove code to set
3180         terminal, keyboard, and file-name encoding (done by
3181         set-locale-environment).
3183         * international/mule-cmds.el
3184         (set-language-environment-nonascii-translation): Fix nonascii
3185         value for `pc' ``window-system''.
3186         (set-display-table-and-terminal-coding-system)
3187         (set-default-coding-systems): Don't special-case `pc'.
3189 2008-10-01  Glenn Morris  <rgm@gnu.org>
3191         * filesets.el (filesets-menu-name): Fix type.
3192         (filesets-menu-path, filesets-menu-before): Fix types.
3193         Change defaults to be consistent with recentf.  (Bug#1056)
3195 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3197         * term/xterm.el (xterm-turn-on-modify-other-keys)
3198         (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
3199         Don't forget to pass `terminal' to `send-string-to-terminal'.
3201 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
3203         * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
3204         (vc-file-not-found-hook): Check, that `buffer-file-name' is
3205         non-nil.  It is not clear, whether this is only fixing symptoms on
3206         an error.  OTOH, in all other cases, the call of `vc-file-clearprops'
3207         is embedded by that check.  So it might be TRT.  Suggested by Dan
3208         Nicolaescu <dann@ics.uci.edu>.
3210 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
3212         * Makefile.in (ELCFILES): Remove codepage.elc.
3214         * international/codepage.el: File removed, as even ms-dos doesn't
3215         need it anymore.
3217         * loadup.el [ms-dos]: Don't load ccl and codepage.
3219         * term/internal.el: Remove coding: cookie and no-byte-compile flag.
3220         (IT-character-translations, cjk-codepages-alist): Remove variables.
3221         (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
3222         (IT-unicode-translations): Remove charset and base elements.
3223         Add translations for Latin-1 characters.
3224         (IT-setup-unicode-display): Accept a CODING argument.  Don't use
3225         base and chset elements of IT-unicode-translations.  Don't wrap
3226         translation in "{...}".  Set up translations only for characters
3227         for which unencodable-char-position returns non-nil.
3228         (dos-codepage-setup): Don't use special-case codepages in
3229         cjk-codepages-alist.
3231         * files.el (locate-dominating-file): Wrap directory-files with
3232         condition-case, instead of calling file-directory-p, which stats
3233         the directory one more time.
3235         * mail/mail-utils.el (mail-unquote-printable-region):
3236         Use insert-byte instead of insert-char, when the UNIBYTE arg is
3237         non-nil.
3239 2008-09-30  Daiki Ueno  <ueno@unixuser.org>
3241         * epa-file.el (epa-file-insert-file-contents): Fix typo.
3243 2008-09-30  Glenn Morris  <rgm@gnu.org>
3245         * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
3247 2008-09-30  Daniel Colascione  <danc@merrillpress.com>
3249         * progmodes/which-func.el (which-func-imenu-joiner-function): New.
3250         (which-function): Handle nested imenu trees.
3252         * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
3253         some nested menu items.
3255 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
3257         * calc/calc-units.el (math-standard-units): Add entries used to
3258         display the the values in the units buffer.
3259         (math-build-units-table): Add entries to the units table to be used
3260         to display the values in the units buffer.
3261         (math-build-units-table-buffer): Use the display entry of the units
3262         table when non-nil.
3263         (calc-define-unit): Add option to enter display value of unit.
3265 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
3267         * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
3269 2008-09-29  Eli Zaretskii  <eliz@gnu.org>
3271         * files.el (locate-dominating-file): Take file-attributes of
3272         `dir', not of `file' (which never changes).
3274 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
3276         * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
3277         also be `localname'.
3279         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
3280         IDENTIFICATION.
3282 2008-09-28  Glenn Morris  <rgm@gnu.org>
3284         * vc.el (vc-switches): Give it a doc string.
3286 2008-09-28  Romain Francoise  <romain@orebokech.com>
3288         * comint.el (comint-show-output): Adjust to stickiness changes of
3289         the output field.
3291         * startup.el (command-line): Start the daemon server later.
3293 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
3295         * subr.el (read-quoted-char): Call char-resolve-modifiers
3296         instead of char-resolve-modifers.
3298 2008-09-27  Glenn Morris  <rgm@gnu.org>
3300         * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
3301         than [return].  (Bug#1031)
3303 2008-09-27  Peter Dyballa  <Peter_Dyballa@Freenet.DE>
3305         * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
3307 2008-09-27  Daiki Ueno  <ueno@unixuser.org>
3309         * epg.el (epg-wait-for-status): Check if there is no pending status.
3310         Reported by Ted Romer <ted@romerfamily.com>.
3312 2008-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
3314         * startup.el (command-line): Turn on menu-bar-mode and
3315         tool-bar-mode when running as a daemon.
3317 2008-09-26  Eli Zaretskii  <eliz@gnu.org>
3319         * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
3320         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
3321         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
3322         ($(lisp)/progmodes/cc-engine.elc)
3323         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
3324         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
3325         ($(lisp)/progmodes/cc-subword.elc)
3326         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
3328         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
3329         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
3330         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
3331         ($(lisp)/progmodes/cc-engine.elc)
3332         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
3333         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
3334         ($(lisp)/progmodes/cc-subword.elc)
3335         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
3337 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3339         * informat.el (Info-split-threshold): New variable.
3340         (Info-split): Use it.
3342         * textmodes/texinfmt.el (texinfo-format-buffer):
3343         Use Info-split-threshold to decide whether to split Info files.
3345 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
3347         * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
3348         quoting.
3350         * comint.el (comint-dynamic-complete-as-filename): Quote directory
3351         name when reinserting it.
3353         * isearch.el (isearch-search-fun): Use word-search-forward-lax and
3354         word-search-backward-lax for incremental word search.
3356 2008-09-25  Juanma Barranquero  <lekktu@gmail.com>
3358         * generic-x.el (generic-other-modes): Fix typo in docstring.
3359         (generic-use-find-file-hook, generic-lines-to-scan)
3360         (generic-find-file-regexp, generic-ignore-files-regexp)
3361         (generic-define-mswindows-modes, generic-define-unix-modes):
3362         Remove `*' from docstring.
3363         (generic-mode-find-file-hook): Use `string-match-p'.
3364         (apache-log-generic-mode, mailagent-rules-generic-mode)
3365         (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
3366         (java-manifest-generic-mode, java-properties-generic-mode)
3367         (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
3368         for consistency with other modes in generic-x.el.
3370 2008-09-25  Martin Rudalics  <rudalics@gmx.at>
3372         * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
3373         (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
3374         parens specially only if latex-handle-escaped-parens is non-nil.
3375         (latex-indent-within-escaped-parens): New option.
3376         (latex-find-indent): Bind latex-handle-escaped-parens to
3377         latex-indent-within-escaped-parens.  Do not treat escaped parens
3378         specially when this is nil.  (Bug#954)
3380 2008-09-25  Glenn Morris  <rgm@gnu.org>
3382         * ffap.el (ffap-fixup-url): Don't call url-normalize-url.  (Bug#898)
3384 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
3386         * vc.el (vc-mark-resolved): Move message here from
3387         vc-default-mark-resolved.
3388         (vc-default-mark-resolved): Change to an alias for ignore.
3390 2008-09-24  Andreas Politz  <politza@fh-trier.de>  (tiny change)
3392         * term.el (term-emulate-terminal): Encode input string before
3393         checking its length.
3395 2008-09-24  Chong Yidong  <cyd@stupidchicken.com>
3397         * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
3398         is loaded.
3400         * server.el (server-buffer-done): Avoid changing the buffer when
3401         deleting the client's frame (bug#640).
3403         * vc.el (vc-default-mark-resolved): New function.
3405 2008-09-24  Stephen Berman  <stephen.berman@gmx.net>
3407         * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
3408         from raising a wrong-type-argument error.
3410 2008-09-24  Martin Rudalics  <rudalics@gmx.at>
3412         * help-fns.el (describe-function-1, describe-variable): Print
3413         relative file name in help buffer.
3414         * faces.el (describe-face): Print relative file name in help
3415         buffer.
3417 2008-09-23  Romain Francoise  <romain@orebokech.com>
3419         * subr.el (with-output-to-string): Make sure that the temporary
3420         buffer gets killed.
3422 2008-09-23  Markus Sauermann  <markus@sauermann-consulting.de>  (tiny change)
3424         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
3425         indentation problem with keyword symbols when a list starts with
3426         ,@ or spaces.  (Bug#1012)
3428 2008-09-23  Martin Rudalics  <rudalics@gmx.at>
3430         * textmodes/tex-mode.el (latex-find-indent): Try to handle
3431         escaped close parens correctly.  (Bug#954)
3433 2008-09-22  Tassilo Horn  <tassilo@member.fsf.org>
3435         * play/fortune.el (fortune-in-buffer): Fix a bug which forced
3436         usage of `fortune-file' even though a FILE argument was passed to
3437         the function.
3439 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3441         * startup.el (command-line): Start the server when in daemon mode.
3442         Remove always true test.
3444         * frame.el (frame-initialize): Remove spurious setting of
3445         special-display-function with the default value.
3447 2008-09-20  Vincent Belaïche  <vincent.b.1@hotmail.fr>
3449         * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
3451 2008-09-20  Glenn Morris  <rgm@gnu.org>
3453         * emacs-lisp/lisp-mode.el (lisp-indent-offset):
3454         Fix custom type.  (Bug#1011)
3456 2008-09-20  David De La Harpe Golden  <david@harpegolden.net>
3458         * files.el (move-file-to-trash): Avoid recursive trashing if
3459         rename-file calls delete-file.
3461 2008-09-20  Glenn Morris  <rgm@gnu.org>
3463         * play/fortune.el: Remove leading `*' from defcustom docs.
3464         (fortune-program-options): Doc fix.  Allow to be a string again.
3465         Add :version.
3466         (fortune-in-buffer): Handle fortune-program-options as a string.
3467         Don't rely on fortune program accepting options after fortune file.
3469 2008-09-20  Justin Bogner  <mail@justinbogner.com>  (tiny change)
3471         * play/fortune.el (fortune-program-options): Change to a list.
3472         (fortune-in-buffer): Use apply.
3474 2008-09-20  Ulrich Mueller  <ulm@kph.uni-mainz.de>
3476         * emacs-lisp/authors.el: Change encoding of file to utf-8.
3477         (authors-coding-system): Likewise.
3479 2008-09-20  Ami Fischman  <ami@fischman.org>
3481         * savehist.el (savehist-save): Handle errors in writing as well as
3482         reading.
3484 2008-09-20  Michael Olson  <mwolson@gnu.org>
3486         * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
3487         to provide a minimal performance boost.
3489 2008-09-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3491         * proced.el (proced-grammar-alist, proced-custom-attributes)
3492         (proced-format-alist, proced-format, proced-filter-alist)
3493         (proced-filter, proced-sort): Use defcustom.
3494         (proced-mode): Fix docstring.
3495         (proced-process-attributes): Handle return value nil of functions
3496         in proced-custom-attributes.
3498 2008-09-19  Martin Rudalics  <rudalics@gmx.at>
3500         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
3501         flag from "'" entry in sgml-tag-syntax-table.  (Bug#946)
3503 2008-09-19  Miles Bader  <miles@gnu.org>
3505         * comint.el (comint-output-filter): Make field properties for
3506         output text front-sticky.
3508 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
3510         * vc-bzr.el (vc-bzr-show-log-entry):
3511         * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
3512         C-x v l for a directory uses that.
3514 2008-09-18  Simon Josefsson  <simon@josefsson.org>
3516         * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
3517         .sieve files.
3519 2008-09-18  Martin Rudalics  <rudalics@gmx.at>
3521         * help-macro.el (make-help-screen): Preserve key bindings
3522         established in help-mode call when exiting this macro.
3524 2008-09-17  Kenichi Handa  <handa@m17n.org>
3526         * language/burmese.el: Fix setting of composition-function-table.
3528 2008-09-17  Martin Rudalics  <rudalics@gmx.at>
3530         * info.el (Info-follow-nearest-node): Don't raise an error for
3531         mouse-1 clicks.
3533 2008-09-17  Jay Belanger  <jay.p.belanger@gmail.com>
3535         * calc/calc-units.el (calc-convert-temperature): Use default
3536         units when appropriate.
3538 2008-09-16  Markus Triska  <markus.triska@gmx.at>
3540         * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
3541         catch errors raised in `texmathp'.
3542         (flyspell-tex-math-initialized): Remove.
3544 2008-09-16  Martin Rudalics  <rudalics@gmx.at>
3546         * frame.el (select-frame-set-input-focus): With non-nil
3547         mouse-autoselect-window always move mouse cursor to frame's
3548         selected window.  Otherwise restore pre 2008-09-13 behavior.
3549         (select-frame-by-name): Use select-frame-set-input-focus.
3551         * files.el (switch-to-buffer-other-frame): Don't raise frame since
3552         pop-to-buffer already does it.
3553         (display-buffer-other-frame): Fix doc-string.
3555 2008-09-16  Glenn Morris  <rgm@gnu.org>
3557         * add-log.el (diff-find-source-location): Update declaration.
3559         * progmodes/make-mode.el (makefile-match-function-end):
3560         Move point.  (Bug#983)
3562 2008-09-16  Daiki Ueno  <ueno@unixuser.org>
3564         * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
3566 2008-09-15  Juanma Barranquero  <lekktu@gmail.com>
3568         * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
3569         (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
3571 2008-09-15  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
3573         * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
3575 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
3577         * files.el (file-truename): Don't raise args-out-of-range error
3578         when filename has no separator on windows-nt.  (Bug#982)
3580 2008-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3582         * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
3583         be more honest when we don't know.
3584         (diff-tell-file-name): Don't prompt before the actual prompt.
3585         (diff-mode): Don't prompt in add-log-buffer-file-name-function.
3586         (diff-find-source-location): Add `noprompt' argument.
3587         (diff-current-defun): Don't prompt.
3589 2008-09-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3591         * proced.el (proced-mark-face, proced-marked-face)
3592         (proced-sort-header-face): Remove.
3593         (proced-font-lock-keywords): Simplify.
3594         (proced-format): Use face proced-sort-header.
3595         (proced-format-interactive, proced-sort-interactive)
3596         (proced-filter-interactive): Only call proced-update if the scheme
3597         has changed.
3598         (proced-sort-header): Use posn-actual-col-row.
3600 2008-09-14  Martin Rudalics  <rudalics@gmx.at>
3602         * add-log.el (change-log-find-window): New variable.
3603         (change-log-goto-source-1, change-log-goto-source):
3604         Set change-log-find-window to window displaying source.
3605         (change-log-next-error): Select window specified by
3606         change-log-find-window.
3608 2008-09-13  Martin Rudalics  <rudalics@gmx.at>
3610         * frame.el (select-frame-set-input-focus): With focus follows
3611         mouse move mouse cursor to right window.
3612         * window.el (pop-to-buffer): Select window before calling
3613         select-frame-set-input-focus.
3615 2008-09-12  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3617         * proced.el (proced-sort-header): New face.
3618         (proced-sort-header-face): New variable.
3619         (proced-format): Allow format value nil.
3620         Use proced-sort-header-face for header of sort column.
3621         (proced-format-args): New function.
3622         (proced-grammar-alist, proced-timer-flag, proced-process-alist)
3623         (proced-header-help-echo, proced-field-help-echo, proced-timer)
3624         (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
3625         (proced-refine): Rename from proced-filter-attribute.  Doc fix.
3626         (proced-sort-header): Bind also to mouse-1.
3627         (proced-move-to-goal-column): Return position of point.
3628         (proced-filter-interactive): Always revert listing.
3629         (proced-format-ttname): Simplify.
3630         (proced-update): Do not keep undo information.  Put point at
3631         beginning of buffer if we generate the first listing.
3633 2008-09-12  Tassilo Horn  <tassilo@member.fsf.org>
3635         * doc-view.el (doc-view-scroll-up-or-next-page)
3636         (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
3637         vertically split windows.
3639 2008-09-12  Glenn Morris  <rgm@gnu.org>
3641         * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
3643         * indent.el (indent-line-function): Doc fix.
3644         * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
3646 2008-09-11  Martin Rudalics  <rudalics@gmx.at>
3648         * window.el (pop-to-buffer): If the window for buffer-or-name is
3649         not on the selected frame, raise that window's frame and give it
3650         input focus.  (Bug#745)
3652 2008-09-11  Glenn Morris  <rgm@gnu.org>
3654         * ido.el (ido-mode): Initialize with custom-initialize-default,
3655         rather than a set function.  (Bug#947)
3657 2008-09-10  Chong Yidong  <cyd@stupidchicken.com>
3659         * replace.el (perform-replace): Don't set inhibit-read-only using
3660         query-replace-skip-read-only (bug#956).
3662         * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
3663         of the <<foo>> form.
3665 2008-09-10  Martin Rudalics  <rudalics@gmx.at>
3667         * window.el (display-buffer): Fix doc-string typo.
3669 2008-09-10  Kenichi Handa  <handa@m17n.org>
3671         * composite.el (compose-gstring-for-graphic): Fix previous change.
3673 2008-09-10  Glenn Morris  <rgm@gnu.org>
3675         * info.el (Info-try-follow-nearest-node): Fix doc typo.
3677 2008-09-10  Stephen Berman  <stephen.berman@gmx.net>
3679         * info.el (Info-mouse-follow-nearest-node): Follow links to different
3680         manuals.  (Bug#886)
3682 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
3684         * ido.el (ido-unload-function): New function.
3686 2008-09-08  Juanma Barranquero  <lekktu@gmail.com>
3688         * ido.el (ido-file-internal): Fix typo in prompt.
3689         (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
3690         (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
3691         (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
3692         (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
3693         Fix typos in docstrings.
3695 2008-09-08  Martin Rudalics  <rudalics@gmx.at>
3697         * help-fns.el (describe-function-1): Don't print extra newline
3698         after filling.
3700 2008-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3702         * help-fns.el (find-lisp-object-file-name): Handle case where
3703         library is compressed.
3705 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
3707         * complete.el (PC-do-completion): Don't replace buffer
3708         contents (bug#227).
3710 2008-09-07  Juanma Barranquero  <lekktu@gmail.com>
3712         * loadhist.el (unload-feature-special-hooks):
3713         Add `choose-completion-string-functions'.
3715 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3717         * vc-svn.el (vc-svn-root):
3718         * vc-sccs.el (vc-sccs-root):
3719         * vc-rcs.el (vc-rcs-root):
3720         * vc-cvs.el (vc-cvs-root): Delete.
3721         * vc-hooks.el (vc-find-root): Remove `invert' argument.
3723 2008-09-07  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
3725         * progmodes/flymake.el (flymake-parse-err-lines): Filter out
3726         errors occurring in different files.
3728 2008-09-07  Dan Nicolaescu  <dann@ics.uci.edu>
3730         * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
3731         (vc-bzr-status-printer): New function.
3732         (vc-bzr-after-dir-status): Deal with renamed files.
3734 2008-09-07  Johan Euphrosine  <proppy@aminche.com>  (tiny change)
3736         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
3737         buffer's filename.
3739 2008-09-07  Martin Rudalics  <rudalics@gmx.at>
3741         * subr.el (cancel-change-group): Widen buffer temporarily when
3742         undoing changes.  (Bug#810)
3744 2008-09-07  Nick Roberts  <nickrob@snap.net.nz>
3746         * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
3747         with gud-stop-subjob rather than exit debugger.
3749 2008-09-07  Kenichi Handa  <handa@m17n.org>
3751         * composite.el: Compose combining characters only when it
3752         follows a character matching with "[[:alpha:]]".
3754 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3756         * proced.el: Require time-date.
3757         (proced-command-alist, proced-command, proced-goal-header-re)
3758         (proced-sorting-schemes-alist, proced-sorting-scheme)
3759         (proced-header-alist, proced-sorting-schemes-re)
3760         (proced-skip-regexp, proced-next-line, proced-previous-line)
3761         (proced-listing-type, proced-sorting-scheme-p): Remove.
3762         (proced-grammar-alist, proced-custom-attributes)
3763         (proced-format-alist, proced-format, proced-filter-alist)
3764         (proced-filter, proced-sort, proced-goal-attribute)
3765         (proced-timer-interval, proced-timer-flag, proced-timer)
3766         (proced-process-alist, proced-sort-internal, proced-process-tree)
3767         (proced-header-help-echo, proced-field-help-echo): New variables.
3768         (proced-pid-at-point, proced-timer, proced-mark-process-alist)
3769         (proced-omit-process, proced-filter, proced-process-tree)
3770         (proced-filter-children, proced-children-pids)
3771         (proced-filter-parents, proced-<, proced-string-lessp)
3772         (proced-time-lessp, proced-xor, proced-sort-p)
3773         (proced-format-time, proced-format-start, proced-format-ttname)
3774         (proced-format, proced-process-attributes): New functions.
3775         (proced-toggle-timer-flag, proced-mark-children)
3776         (proced-mark-parents, proced-filter-interactive)
3777         (proced-filter-attribute, proced-sort-interactive)
3778         (proced-sort-header, proced-format-interactive): New commands.
3779         (proced-move-to-goal-column): Use goal-column.
3780         (proced-mode): Use proced-timer.
3781         (proced-do-mark-all): Display process count.  Use use-region-p.
3782         Simplify.
3783         (proced-omit-processes): Use use-region-p.
3784         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
3785         (proced-sort-start, proced-sort-time, proced-sort-user):
3786         Use proced-sort-interactive.
3787         (proced-sort): Make it a function that performs the actual sort.
3788         (proced-update): New arg revert.  Use proced-process-alist,
3789         proced-filter, proced-sort, proced-format, and
3790         proced-grammar-alist.  Preserve position of point based on fields.
3791         Make header line and fields clickable.
3792         (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
3793         (proced-why): Use save-selected-window.
3794         (proced-log): Use buffer-read-only.
3796 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
3798         * tooltip.el (tooltip-mode): Initialize unconditionally to t.
3800 2008-09-06  Glenn Morris  <rgm@gnu.org>
3802         * add-log.el (diff-find-source-location): Declare.
3803         (find-change-log): If called from a diff buffer, try to switch to the
3804         source buffer (e.g. to respect change-log-default-name there).
3806         * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
3807         unallowed characters; added 2006-10-10 without comment.  (Bug#753)
3809         * Makefile.in (ELCFILES): Update.
3811 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
3813         * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
3814         user enters a mouse event in another frame, or a special event.
3816         * server.el (server-switch-buffer): New arg.
3817         (server-execute): If reusing an existing window, set file position
3818         if required.
3820 2008-09-06  Kenichi Handa  <handa@m17n.org>
3822         * language/lao.el: Fix setting of composition-function-table.
3824 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
3826         * term/pc-win.el (msdos-show-help): Don't truncate lines while
3827         displaying help echo messages.
3829 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
3831         * subr.el (symbol-file): Fix doc-string.
3833 2008-09-06  Glenn Morris  <rgm@gnu.org>
3835         * help-mode.el (help-xref-forward-stack): Doc fix.
3837         * add-log.el (change-log-default-name): Autoload safety.
3839 2008-09-05  Wilson Snyder  <wsnyder@wsnyder.org>
3841         * verilog-mode.el (verilog-library-extensions): Enable .sv
3842         filename extensions to call verilog-mode.
3843         (verilog-auto, verilog-auto-inst, verilog-faq)
3844         (verilog-submit-bug-report): Update author support URLs.
3845         (verilog-delete-auto, verilog-auto-inout-module)
3846         (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
3847         creating complemented testbench modules.  Suggested by Yishay Belkind.
3848         (verilog-auto-inst-port, verilog-simplify-range-expression):
3849         When verilog-auto-inst-param-value is set, don't require a
3850         AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
3851         Yishay Belkind.
3852         (verilog-auto-inst-param-value): Add safe variable.
3853         (verilog-re-search-forward, verilog-re-search-backward):
3854         Fix returning wrong search results on Emacs 22.1.
3855         (verilog-modi-cache-results, verilog-auto): Fix warning message
3856         about "toggling font-lock-mode."
3857         (verilog-auto): Fix losing font-lock on errors.
3858         (verilog-auto-inst-param-value, verilog-mode-version)
3859         (verilog-mode-version-date, verilog-read-inst-param-value)
3860         (verilog-auto-inst, verilog-auto-inst-param)
3861         (verilog-auto-inst-port, verilog-simplify-range-expression):
3862         Allow parameters to be replaced with their values, on the expansion of
3863         an AUTOINST with Verilog 2001 style parameter settings.
3864         Suggested by David Rogoff.
3866 2008-09-05  Michael McNamara  <mac@mail.brushroad.com>
3868         * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
3869         Better support for the property statement.  Sometimes this keyword
3870         introduces a statement which requires an endproperty keyword, and
3871         sometimes it doesn't, depending on the work before the property
3872         word.  If property is prefixed with assert, assume or cover
3873         keyword, then the statement is ended with a ';'.  Otherwise,
3874         property is like task or specify, and is followed by some number
3875         of statements, which are ended with an endproperty keyword.
3876         (electric-verilog-tab): Support Emacs 22.2 style handling of tab
3877         in a highlighted region: indent each line in region according to
3878         mode.  Supply this so it works in XEmacs and older Emacs.
3880 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3882         * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
3883         Don't clean up a buffer when killing it.
3885 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3887         * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
3888         buffers (bug#360).  New version 11.2.1.
3889         (whitespace-action): New value `warn-read-only' to give a warning when
3890         buffer is read-only and whitespace action is cleanup or auto-cleanup.
3891         (whitespace-cleanup, whitespace-cleanup-region): Code fix.
3892         (whitespace-warn-read-only): New fun.
3894 2008-09-05  Chong Yidong  <cyd@stupidchicken.com>
3896         * international/quail.el: Require help-mode.
3897         (quail-help-init): Function removed.
3898         (quail-keyboard-layout-button, quail-keyboard-customize-button):
3899         Define directly.
3901         * dired.el (dired-get-filename): Rewrite octal escape character
3902         processor (bug#885).
3904 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
3906         * cus-edit.el (custom-button-pressed): Default to inverse-video.
3908         * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
3909         not just for terminal-frame.
3911 2008-09-05  Martin Rudalics  <rudalics@gmx.at>
3913         * window.el (window--try-to-split-window): Don't split when window
3914         is not splittable in last disjunct.  (Bug#888)
3916 2008-09-05  Kenichi Handa  <handa@m17n.org>
3918         * language/tibetan.el: Fix setting of composition-function-table.
3920         * composite.el (find-composition): Mention about the automatic
3921         composition in the docstring.
3922         (compose-gstring-for-graphic): Fix handling "above" marks.
3924         * descr-text.el (describe-char): Fix handling of automatic composition.
3926 2008-09-04  Juanma Barranquero  <lekktu@gmail.com>
3928         * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
3929         (tramp-parse-connection-properties): Reflow docstring.
3931 2008-09-04  Kim F. Storm  <storm@cua.dk>
3933         * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
3934         and other-frame methods when switching between file and buffer modes.
3936 2008-09-04  Martin Rudalics  <rudalics@gmx.at>
3938         * info.el (Info-dir-remove-duplicates): Narrow buffer when
3939         removing duplicate entries under same heading.  Don't skip char
3940         matching anything but a space or tab at bol.  (Bug#864)
3942 2008-09-03  Alan Mackenzie  <acm@muc.de>
3944         * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
3946 2008-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3948         * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
3949         (completion-pcm--all-completions): Move the case-fold-search binding to
3950         it also applies to completion-regexp-list (used in all-completions).
3951         (completion-pcm--hilit-commonality): Add missing case-fold-search.
3953 2008-09-03  Martin Rudalics  <rudalics@gmx.at>
3955         * window.el (pop-up-frame-function): Move ...
3956         * frame.el (pop-up-frame-function): ... here, to avoid
3957         "CHANGED outside Customize;".
3959 2008-09-03  Glenn Morris  <rgm@gnu.org>
3961         * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
3963 2008-09-03  Chong Yidong  <cyd@stupidchicken.com>
3965         * isearch.el (isearch-highlight-regexp): Fix last change, quoting
3966         non-alphabetical characters properly.
3968 2008-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
3970         * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
3972 2008-09-02  Martin Rudalics  <rudalics@gmx.at>
3974         * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
3975         control-prefixed keys.  (Bug#835)
3977 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
3979         * image-mode.el (image-mode): Fix 2008-07-19 change.
3981 2008-09-02  Juanma Barranquero  <lekktu@gmail.com>
3983         * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
3985         * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
3987 2008-09-02  Glenn Morris  <rgm@gnu.org>
3989         * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
3991         * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
3993 2008-09-01  Glenn Morris  <rgm@gnu.org>
3995         * vc-hooks.el (vc-previous-version): Move alias to vc.el.
3996         * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
3997         and fix name typos.  (Bug#856)
3999 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
4001         * minibuffer.el (completion-pcm--pattern->regex):
4002         When completion-ignore-case is non-nil, generate a regexp that
4003         ignores case.
4005         * window.el (recenter-top-bottom): Doc fix.
4007 2008-09-01  Simon South  <ssouth@member.fsf.org>
4009         * progmodes/delphi.el: New maintainer.
4010         (delphi-interface-types): New var.
4011         (delphi-composite-types): Use it.
4012         (delphi-enclosing-indent-of): Distinguish between "interface"
4013         keyword as a unit separator and used like a class declaration.
4015 2008-09-01  Martin Rudalics  <rudalics@gmx.at>
4017         * help-fns.el (describe-simplify-lib-file-name)
4018         (find-source-lisp-file): Remove.
4019         (find-lisp-object-file-name): New function giving preference to
4020         files found via load-path instead of loaddefs.el.
4021         (describe-function-1): Use new function instead of the removed
4022         ones.  (Bugs #587, #669, #690)
4023         * faces.el (describe-face): Use find-lisp-object-file-name instead
4024         of describe-simplify-lib-file-name.
4026 2008-09-01  Kenichi Handa  <handa@m17n.org>
4028         * international/mule-diag.el (font-show-log): Fix previous change.
4030         * international/mule-cmds.el (set-language-environment):
4031         Don't overwrite current-iso639-language if the current language
4032         environment doesn't provide that data.
4033         (set-locale-environment): Set current-iso639-language from the
4034         locale name.
4036         * international/fontset.el (script-representative-chars): Re-add
4037         the entry for symbol, but with vector of characters.
4038         (setup-default-fontset): Cancel previous change.
4040 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
4042         * ido.el: Move provide statement to the end of the file.
4044 2008-08-30  Markus Triska  <markus.triska@gmx.at>
4046         * linum.el (linum-mode): `window-size-change-functions' can now be
4047         buffer-local.
4048         (linum-update-window): Use result of `move-overlay'.
4050 2008-08-30  Glenn Morris  <rgm@gnu.org>
4052         * subr.el (make-variable-frame-local): Tweak obsolescence message.
4054         * info.el (Info-hide-note-references, Info-refill-paragraphs):
4055         Doc fixes.
4057         * apropos.el (apropos-command): Report documentation errors.
4058         * help-fns.el (describe-function-1): Handle broken aliases.  (Bug#825)
4060 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
4062         * isearch.el (isearch-highlight-regexp): Fix case of highlighted
4063         string.
4065 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
4067         * bindings.el (mode-line-frame-identification): Fix last change.
4069 2008-08-29  Kenichi Handa  <handa@m17n.org>
4071         These changes are to adjust the automatic composition for the new
4072         implementation (avoid using text property).
4074         * composite.el (composition-function-table): Move declaration to
4075         composite.c.
4076         (terminal-composition-base-character-p): Delete it.
4077         (terminal-composition-function): Delete it.
4078         (terminal-composition-function-table): Delete it.
4079         (lgstring-header, lgstring-set-header, lgstring-font)
4080         (lgstring-char, lgstring-char-len, lgstring-shaped-p)
4081         (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
4082         (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
4083         (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
4084         (lglyph-ascent, lglyph-descent, lglyph-adjustment)
4085         (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
4086         (compose-glyph-string, compose-glyph-string-relative)
4087         (compose-gstring-for-graphic, compose-gstring-for-terminal):
4088         New functions.
4089         (auto-compose-chars): Argument changed.
4091         * language/european.el: Don't setup composition-function-table.
4092         (diacritic-composition-pattern, diacritic-compose-region)
4093         (diacritic-compose-string, diacritic-compose-buffer)
4094         (diacritic-composition-function): Delete them.
4096         * language/lao-util.el (lao-composition-function): Argument changed.
4098         * language/sinhala.el: Fix setting up of composition-function-table.
4100         * language/thai.el: Fix setting up of composition-function-table.
4102         * language/thai-util.el: Encoding changed to utf-8.
4103         (thai-composition-function): Argument changed.
4105         * language/indian.el: Fix setting up of composition-function-table.
4106         (devanagari-composable-pattern)
4107         (tamil-composable-pattern, kannada-composable-pattern)
4108         (malayalam-composable-pattern): New variables.
4110         * international/characters.el (unicode-category-table):
4111         Setup unicode-category-table.
4113         * international/fontset.el (setup-default-fontset): Prepend
4114         iso10646-1 fonts to the fallback font groups instead of appending.
4116 2008-08-29  Glenn Morris  <rgm@gnu.org>
4118         * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
4120 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
4122         * term/x-win.el (x-win-suspend-error): Don't signal error if there
4123         are no X frames active.
4125 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
4127         * net/xesam.el (xesam-kill-buffer-function): Wrap code by
4128         `ignore-errors' (the function must succeed always).
4130 2008-08-28  Edward O'Connor  <hober0@gmail.com>
4132         * json.el (json-read-number): New arg.  Handle explicitly signed
4133         numbers.
4134         (json-readtable): Add `+' and `.'.
4136 2008-08-28  Eli Zaretskii  <eliz@gnu.org>
4138         * term/pc-win.el (msdos-previous-message): New variable.
4139         (msdos-show-help): New function.
4140         (msdos-initialize-window-system): Set show-help-function to
4141         msdos-show-help.
4143 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
4145         * emacs-lisp/debug.el (debug): When killing a noninteractive
4146         Emacs, give an exit status of -1.
4148 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
4150         * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
4152 2008-08-27  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
4154         * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
4155         not the same as the last modification time, fall back on the
4156         backend-specific check.
4158 2008-08-27  Teodor Zlatanov  <tzz@lifelogs.com>
4160         * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
4161         to go to the position of interest.
4163 2008-08-27  Tomas Abrahamsson  <tab@lysator.liu.se>
4165         * textmodes/artist.el (artist-mode-init): Add comment on the
4166         setting up of the `artist-replacement-table' array.
4167         (artist-get-replacement-char): New defsubst.
4168         (artist-get-char-at-xy-conv, artist-replace-char)
4169         (artist-replace-chars, artist-replace-string): Use it instead of
4170         accessing `artist-replacement-table' directly.
4171         Reported by Rubén Berenguel <ruben@maia.ub.es>.
4173         (artist-mt): Fix structures for cut and copy operations.
4175 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
4177         * shell.el (shell-file-name-quote-list): Quote `$'.
4179         * comint.el (comint-dynamic-complete-as-filename): Generalize last
4180         change to allow quoting of characters before point.
4181         (comint-dynamic-list-filename-completions): Quote common substring.
4183 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
4185         * comint.el (comint-dynamic-complete-as-filename): If case is
4186         ignored while matching, replace the entire filename with completion.
4188         * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
4189         flyspell-pre-point is valid to avoid signalling an error in
4190         post-command-hook.
4192 2008-08-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
4194         * linum.el (linum): Inherit remaining face attributes from default
4195         face.
4197 2008-08-26  Markus Triska  <markus.triska@gmx.at>
4199         * linum.el (linum-delay): Disable - it should no longer be
4200         necessary, and can lead to longer delays.
4201         (linum-update-window): Renumber if margin width has changed.
4203 2008-08-26  Daiki Ueno  <ueno@unixuser.org>
4205         * epa.el (epa--key-widget-action): Save the selected window to
4206         make `widget-button-click-moves-point' work.  (Bug#733).
4208 2008-08-26  Glenn Morris  <rgm@gnu.org>
4210         * calendar/holidays.el (calendar-holidays): Doc fix.
4212         * progmodes/gud.el (tramp-file-name-localname)
4213         (tramp-dissect-file-name): Declare.
4215         * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
4217 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
4219         * bindings.el (mode-line-frame-control): New function, caters to
4220         `pc' ``window system''.
4221         (mode-line-frame-identification): Use it instead of accessing
4222         window-system directly.
4224 2008-08-25  Juri Linkov  <juri@jurta.org>
4226         * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
4227         `center-line' and "\eS" from `center-paragraph'.
4228         (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
4229         `center-paragraph'.
4231 2008-08-25  Ulf Jasper  <ulf.jasper@web.de>
4233         * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
4234         (newsticker-treeview-treewindow-width): New.
4235         (newsticker-treeview-listwindow-height): New.
4236         (newsticker-treeview-browse-url-item): New.
4237         (newsticker-treeview-mode-map):
4238         Add newsticker-treeview-browse-url-item.
4239         (newsticker--treeview-window-init):
4240         Use newsticker-treeview-treewindow-width and
4241         newsticker-treeview-listwindow-height.
4243         * net/newst-reader.el (newsticker-browse-url-item): New.
4245 2008-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
4247         * vc-dir.el (vc-dir-marked-only-files-and-states):
4248         (vc-dir-child-files-and-states): Reverse the list before returning it.
4250 2008-08-24  Michael Albinus  <michael.albinus@gmx.de>
4252         * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
4254 2008-08-24  Romain Francoise  <romain@orebokech.com>
4256         * progmodes/python.el (run-python): Remove '' from sys.path.
4258 2008-08-23  Glenn Morris  <rgm@gnu.org>
4260         * progmodes/fortran.el (fortran-tab-mode-string)
4261         (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
4263 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
4265         * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
4266         Add declare-function.
4268         * startup.el (command-line): Don't call tty-register-default-colors
4269         if initial-window-system is `pc'.
4271         * term/internal.el (local-function-key-map): Fix unbalanced parens.
4272         (msdos-key-remapping-map): New variable.  Move here all the special
4273         keys we will be remapping via local-function-key-map.
4274         (msdos-setup-keyboard): New function.
4276         * term/pc-win.el (msdos-create-frame-with-faces): Rename from
4277         make-msdos-frame.
4278         (terminal-init-internal): New function, errors out if called.
4279         (msdos-initialize-window-system): New function.
4280         (msdos-create-frame-with-faces): Set the terminal's
4281         `terminal-initted' (sic!) parameter.
4282         (frame-creation-function-alist): Add msdos-create-frame-with-faces.
4283         (window-system-initialization-alist):
4284         Add msdos-initialize-window-system.
4285         (handle-args-function-alist): Use tty-handle-args for `pc'
4286         ``window system'' as well.
4287         (pc-win): Provide.
4289         * term/tty-colors.el (tty-register-default-colors): Remove bogus
4290         code for using msdos-color-values.
4292         * loadup.el [ms-dos]: Load term/pc-win.
4294 2008-08-23  Dan Nicolaescu  <dann@ics.uci.edu>
4296         * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
4297         directory name.
4299 2008-08-23  Nick Roberts  <nickrob@snap.net.nz>
4301         * progmodes/gud.el (gud-common-init): Use absolute file so that
4302         perldb works with tramp (sudo).
4304         * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
4305         match data in process filters.
4307 2008-08-23  Martin Rudalics  <rudalics@gmx.at>
4309         * dired.el (dired-buffer-stale-p): Do not revert buffer that
4310         can be written.
4312 2008-08-23  Glenn Morris  <rgm@gnu.org>
4314         * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
4315         (dired-guess-shell-alist-user): Doc fix.  (Bug#417).
4317 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
4319         * subr.el (temp-buffer-show-hook): Doc fix.
4321 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
4323         * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
4324         and "INSIDE_EMACS=...".  Reported by Tassilo Horn
4325         <tassilo@member.fsf.org>.
4327         * net/trampver.el: Update release number.
4329         * net/xesam.el (xesam-minor-mode): New minor mode.
4330         (xesam-highlight-buffer): Remove.  Code moved to
4331         `xesam-minor-mode'.
4332         (xesam-refresh-entry): Use `xesam-minor-mode'.
4334 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
4336         * minibuffer.el (completion--try-word-completion):
4337         Disable partial-completion when considering the addition of a space
4338         or hyphen.
4340 2008-08-21  John Paul Wallington  <jpw@pobox.com>
4342         * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
4343         filename of `tofile' doesn't contain any colons on Windows,
4344         Cygwin, and MS-DOS systems.
4346 2008-08-21  Daiki Ueno  <ueno@unixuser.org>
4348         * epg.el (epg-make-context, epg-context-set-passphrase-callback)
4349         (epg-context-set-progress-callback): Make sure the callback is a
4350         cons of a function and a handback.  Update all callers.
4352 2008-08-20  David Reitter  <david.reitter@gmail.com>
4354         * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
4355         Patch applied by Adrian Robert.
4357 2008-08-20  Kevin Ryde  <user42@zip.com.au>
4359         * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
4360         directive lines.
4362 2008-08-20  Michael Albinus  <michael.albinus@gmx.de>
4364         * net/xesam.el (xesam-highlight-string): Precise doc string.
4365         (xesam-highlight-buffer): New defun.
4366         (xesam-refresh-entry): Use it.  Better check for sourceModified.
4368 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
4370         * edmacro.el (edmacro-parse-keys): Catch events with spaces in
4371         their names.
4373 2008-08-19  Kenichi Handa  <handa@m17n.org>
4375         * language/european.el ("Esperanto"): Change the preferred
4376         charsets to iso-8859-3.
4378         * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
4380         * international/fontset.el (script-representative-chars):
4381         Delete the entry for symbol.
4382         (setup-default-fontset): For symbol characters, don't specify
4383         :script property.
4385 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
4387         * minibuffer.el (completion-table-dynamic): Doc fix.
4389         * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
4390         saved.
4392 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
4394         * emulation/edt.el (edt-default-emulation-setup):
4395         Share global-buffers-menu-map with the emulated global map.
4397 2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
4399         * term/ns-win.el (global): Uncomment "put backspace
4400         ascii-character..." and friends, they are needed for tramp.  (Bug#725)
4402 2008-08-18  Kenichi Handa  <handa@m17n.org>
4404         * international/mule-diag.el (font-show-log): Add optional arg N
4405         to control the limit of font listing.
4407 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
4409         * window.el (recenter-top-bottom): Determine top and bottom
4410         positions using scroll-margin instead of scroll-conservatively.
4412 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4414         * proced.el (proced-send-signal): Use beginning-of-line.
4416 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4418         * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
4419         (proced-mode-map): Add tooltips for menus.  Use radio buttons for
4420         listing types.
4421         (proced-log-buffer): New variable.
4422         (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
4423         region if transient-mark-mode is turned on and the region is active.
4424         (proced-omit-processes): Rename from proced-hide-processes to
4425         avoid key clash with describe-mode (bound to h).  Search for
4426         marked processes starting from point-min.
4427         (proced-header-space): Remove.
4428         (proced-send-signal): Handle errors.  Operate on current process
4429         if no process is marked.
4430         (proced-why): New command.
4431         (proced-log, proced-log-summary): New functions.
4432         (proced-help): Use proced-why.
4433         * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
4434         (bibtex-autokey-year-title-separator): Fix docstring.
4436 2008-08-17  Michael Albinus  <michael.albinus@gmx.de>
4438         * net/xesam.el (xesam-vendor, xesam-notify-function):
4439         New local variables.
4440         (xesam-mode): Extend docstring.  Initialize `xesam-notify-function'.
4441         (xesam-refresh-entry): Use `xesam-notify-function' if set.  Remove
4442         Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
4443         (xesam-new-search): Initialize `xesam-vendor'.
4445 2008-08-15  Glenn Morris  <rgm@gnu.org>
4447         * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
4448         a pipeline.
4449         * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
4450         unless at the end of the pipeline.  (Bug#699).
4452 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
4454         * minibuffer.el (completion-boundaries): Doc fix.
4455         (display-completion-list): Only default base-size to zero if
4456         completing in the minibuffer.
4458         * simple.el (completion-base-size): Doc fix.
4459         (choose-completion): Try reselecting completion-reference-buffer.
4461 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
4463         * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
4464         also for remote directories.
4466 2008-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4468         * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
4469         since those precomputed values aren't used any more.
4470         (easy-menu-precalculate-equivalent-keybindings): Obsolete.
4472 2008-08-14  Martin Rudalics  <rudalics@gmx.at>
4474         * help.el (with-help-window): Return last value in BODY.
4476 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
4478         * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
4479         notify function of the URL.
4480         (xesam-new-search): Encode special characters in the query string.
4482 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
4484         * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
4486 2008-08-13  Andreas Schwab  <schwab@suse.de>
4488         * net/tramp.el (tramp-handle-shell-command): Handle output going
4489         to current buffer like shell-command.  Don't disable undo.
4491 2008-08-13  Glenn Morris  <rgm@gnu.org>
4493         * eshell/esh-cmd.el (eshell/which): Handle the case where no
4494         description is found.
4496 2008-08-12  Alan Mackenzie  <acm@muc.de>
4498         * progmodes/cc-defs.el (c-emacs-features):
4499         argumentative-bod-function: bind mark-ring to avoid accumulating a
4500         spurious mark.
4502 2008-08-12  Chong Yidong  <cyd@stupidchicken.com>
4504         * simple.el (visual-line--saved-state): New var.
4505         (visual-line-mode): Save local values of variables, and restore
4506         them when visual-line-mode is disabled.
4508 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
4510         * net/ldap.el (ldap-search-internal): Tweak URL regexp.
4512 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
4514         * progmodes/cc-defs.el (c-emacs-features):
4515         Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
4516         moving point during the test.
4518         * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
4520 2008-08-11  Glenn Morris  <rgm@gnu.org>
4522         * term/ns-win.el (x-parse-geometry): Doc fix.
4524         * dired.el (x-popup-menu):
4525         * hi-lock.el (x-popup-menu):
4526         * mouse.el (font-face-attributes):
4527         * calendar/cal-menu.el (x-popup-menu):
4528         * calendar/calendar.el (x-popup-menu):
4529         * calendar/holidays.el (x-popup-menu):
4530         * progmodes/cperl-mode.el (x-popup-menu):
4531         * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
4532         (x-open-connection):
4533         * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
4534         (x-command-line-resources):
4535         * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
4536         (x-display-name, x-command-line-resources):
4537         Add declarations for builds without X.
4539 2008-08-10  Glenn Morris  <rgm@gnu.org>
4541         * calendar/cal-bahai.el (holiday-bahai): Doc fix.
4543 2008-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
4545         * vc-bzr.el (vc-bzr-find-revision): Rename from
4546         vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
4548 2008-08-10  Michael Albinus  <michael.albinus@gmx.de>
4550         * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
4551         (xesam-refresh-entry): Add Debbugs handling.  Insert a widget
4552         "DONE", when all hits are retrieved.
4553         (xesam-search): Autoload it.
4555 2008-08-11  John Paul Wallington  <jpw@pobox.com>
4557         * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
4558         empty string when no filename.
4559         (define-ibuffer-column filename): Accommodate that change.
4561         * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
4562         `buffer-file-name' instead of `ibuffer-buffer-file-name'.
4564 2008-08-10  Glenn Morris  <rgm@gnu.org>
4566         * Makefile.in (ELCFILES): Update.
4568 2008-08-10  John Paul Wallington  <jpw@pobox.com>
4570         * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
4572 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
4574         * battery.el (battery-echo-area-format, battery-status-function):
4575         Handle new Linux sysfs format for battery reporting.
4576         (battery-linux-sysfs): New function.
4578 2008-08-07  Martin Rudalics  <rudalics@gmx.at>
4580         * add-log.el (change-log-search-tag-name)
4581         (change-log-goto-source): Fix behavior when point is not on tag.
4583 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
4585         * startup.el (command-line-ns-option-alist): Use ignore instead of
4586         ns-ignore-0-arg.
4588         * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
4589         (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
4590         (ns-alternatives-map): New variable.
4591         (x-set-up-function-keys): Use it.
4592         (global): Comment out "put backspace ascii-character..." and friends.
4593         Move function-key-map into ns-alternatives-map.  Don't call
4594         precompute-menubar-bindings.  Don't set anything connected with
4595         browse-url.
4596         (after-make-frame-functions): Clarify comment why a hook is added.
4598 2008-08-06  Joakim Verona  <joakim@verona.se>
4600         * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
4601         in url:s.
4603 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
4605         * vc-svn.el (vc-svn-parse-status): Use when instead of if.
4606         Fix 2008-01-01 change: use a shy group to not affect subsequent
4607         match calls.
4609 2008-08-06  Reto Zimmermann  <reto@gnu.org>
4611         * progmodes/vera-mode.el (vera-electric-tab):
4612         * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
4613         region when active.
4615 2008-08-06  Kenichi Handa  <handa@m17n.org>
4617         * faces.el (face-valid-attribute-values): Fix handling the value
4618         of (font-family-list) and font-XXX-table.
4620 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
4622         * proced.el (proced-menu): Bind the correct function to for toggling.
4624         * vc-dir.el (vc-dir-mode): Fix typo.
4626 2008-08-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4628         * whitespace.el (whitespace-newline-mode)
4629         (global-whitespace-newline-mode, whitespace-mode)
4630         (global-whitespace-mode): Improve docstring.
4632 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
4634         * kmacro.el (kmacro-exec-ring-item): Add autoload.
4636         * files.el (auto-save-visited-file-name): Move definition to fileio.c.
4638         * cus-start.el (all): Handle auto-save-visited-file-name.
4640 2008-08-05  Alex Shinn  <alexshinn@gmail.com>  (tiny change)
4642         * files.el (hack-one-local-variable-eval-safep): Handle
4643         lisp-indent-function and scheme-indent-function in addition to the
4644         deprecated lisp-indent-hook.
4646 2008-08-05  Michael Albinus  <michael.albinus@gmx.de>
4648         * net/xesam.el (top): Require `wid-edit' always.
4649         (xesam-mode-line, xesam-highlight): New deffaces.
4650         (xesam-objects): New local variable.
4651         (xesam-search-engines): Fix error in field list.
4652         (xesam-mode): Use `xesam-mode-line' instead of
4653         `font-lock-type-face'.  Apply `xesam-mode' to a temp buffer, for
4654         proper initialization (why?).
4655         (xesam-highlight-string, xesam-get-hits)
4656         (xesam-kill-buffer-function): New defuns.
4657         (xesam-refresh-entry): Move code to `xesam-get-hits'.  Check
4658         result of "hit.fields", it isn't a string only.  Wrap an error of
4659         the strigi search engine ("xesam:size" is returned as string).
4660         Highlight search items.
4661         (xesam-refresh-search-buffer): Make logic of counters more simple.
4662         Prefetch next hits.
4663         (xesam-signal-handler): Use `xesam-mode-line' instead of
4664         `font-lock-type-face'.
4665         (xesam-new-search): Add `xesam-kill-buffer-function' to
4666         `kill-buffer-hook'.
4668 2008-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
4670         * add-log.el (change-log-next-error, change-log-mode): Add support
4671         for `next-error' to call `change-log-goto-source' on named files
4672         in a ChangeLog.
4674 2008-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
4676         * calc/calc.el (math-read-number): Handle all C-like languages
4677         properly.
4679 2008-08-04  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4681         * calc/calc.el (math-read-number): Handle C numbers beginning with
4682         0 correctly.
4684 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4686         * term/ns-win.el ([ns-new-frame]): New global key.
4688 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
4690         * international/mule-cmds.el (read-char-by-name):
4691         Check UCS names with `assoc-string' and case folding.
4693 2008-08-04  Michael Albinus  <michael.albinus@gmx.de>
4695         * net/dbus.el (dbus-call-method-asynchronously)
4696         (dbus-method-return-internal, dbus-method-error-internal):
4697         Declare them with `declare-function'.
4699 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
4701         * descr-text.el (describe-char-display): Fix last change:
4702         don't pass CHARSET to `encoded-string-description'.
4704 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
4706         * vc.el (vc-next-action): Update list var correctly after delete.
4708 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4710         * ido.el (ido-mode): Add toggle notification.
4712         * cus-edit.el (custom-save-all): Avoid destroying symlink if
4713         already visiting the custom file.
4715         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4716         pending output coming after the status change.
4718 2008-08-02  Jason Rumney  <jasonr@gnu.org>
4720         * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
4722 2008-08-01  Kenichi Handa  <handa@m17n.org>
4724         * international/mule-cmds.el (encode-coding-char):
4725         New optional arg CHARSET.
4727         * descr-text.el (describe-char-display): Call encode-coding-char
4728         with the arg CHARSET.
4729         (describe-char): Pay attention to the text-property `charset'.
4731 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
4733         * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
4734         error messages.
4735         (dbus-set-property): Call `dbus-introspect-get-property' instead
4736         of `dbus-get-property'.
4738         * net/xesam.el (xesam-all-fields): Remove source and content
4739         identifiers.
4740         (xesam-dbus-unique-names): New defvar.
4741         (xesam-dbus-call-method): New defun.  Replace all calls of
4742         `dbus-call-method' by `xesam-dbus-call-method'.
4743         (xesam-get-cached-property, xesam-set-cached-property):
4744         New defuns.
4745         (xesam-get-property, xesam-set-property, xesam-refresh-entry)
4746         (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
4747         (xesam-search-engines): Make it an association list.  Take changed
4748         layout into account in the corresponding function.
4749         (xesam-delete-search-engine): Remove check for consistency of
4750         `xesam-search-engines', not needed anymore.
4751         (xesam-mode): Show XML query string only in the debug case.
4753 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
4755         * files.el (read-file-modes): Fix typo in docstring.
4757 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
4759         * Makefile.in: Avoid maintainer warning for autogenerated unicode
4760         files.
4762         * apropos.el (apropos-symbol): Don't set button skip by default.
4763         (apropos-print): Set button skip iff searching for multiple types.
4764         (apropos-print-doc): Insert blank label button when searching for
4765         a single type.
4767         * button.el (forward-button): Avoid infloop.
4769         * minibuffer.el (read-file-name-completion-ignore-case):
4770         Add cygwin to the list.
4772 2008-07-31  Sven Joachim  <svenjoac@gmx.de>
4774         * files.el (abbreviate-file-name): When replacing $HOME with ~,
4775         turn off case-fold-search.
4777 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
4779         * net/dbus.el (top): Don't register for "NameOwnerChanged".
4780         (dbus-message-type-invalid, dbus-message-type-method-call)
4781         (dbus-message-type-method-return, dbus-message-type-error)
4782         (dbus-message-type-signal): New defconst.
4783         (dbus-ignore-errors): Fix `edebug-form-spec' property.
4784         (dbus-return-values-table): New defvar.
4785         (dbus-call-method-non-blocking-handler, dbus-event-message-type):
4786         New defun.
4787         (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
4788         Extend docstring.  Adapt implementation according to new
4789         `dbus-event' layout.
4790         (dbus-event-service-name, dbus-event-path-name)
4791         (dbus-event-interface-name, dbus-event-member-name):
4792         Adapt implementation according to new `dbus-event' layout.
4793         (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
4795         * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
4796         (xesam-mode): Rework implementation.
4797         (xesam-new-search): Additional parameter TYPE.
4798         (xesam-search): Adapt call of `xesam-new-search'.
4800 2008-07-31  Juri Linkov  <juri@jurta.org>
4802         * dired-aux.el (dired-do-chmod): Set default value to the original
4803         mode string using absolute notation like u=rwx,g=rx,o=rx.
4804         Use it as a new arg `default' of `dired-mark-read-string'.
4805         (dired-mark-read-string): Add new optional arg `default'.
4807         * files.el (read-file-modes): Set default value to the original
4808         mode string using absolute notation like u=rwx,g=rx,o=rx.
4809         Use it as the `default' arg of `read-string'.
4811         * filesets.el (filesets-cmd-isearch-getargs): Check if the
4812         variable `files' is bound to avoid warnings.
4814         * isearch.el (isearch-forward-regexp, isearch-forward-word)
4815         (isearch-backward, isearch-backward-regexp): Doc fix - make a link
4816         to the command `isearch-forward' instead of displaying "See C-s".
4817         (isearch-highlight-regexp): Remove arguments `regexp' and `face'
4818         with their interactive specifications.  Move reading the face name to
4819         the main body after calls to isearch-done and isearch-clean-overlays.
4821         * mb-depth.el: Unify all names under one common name prefix
4822         `minibuffer-depth-'.
4823         (minibuffer-depth-indicator-function): Rename from
4824         `minibuf-depth-indicator-function'.
4825         (minibuffer-depth-overlay): Rename from
4826         `minibuf-depth-overlay'.
4827         (minibuffer-depth-setup): Rename from
4828         `minibuf-depth-setup-minibuffer'.
4829         (minibuffer-depth-indicate-mode): Rename from
4830         `minibuffer-indicate-depth-mode'.
4832 2008-07-31  Juri Linkov  <juri@jurta.org>
4834         * dired-aux.el (dired-isearch-filenames-toggle): New command.
4835         (dired-isearch-filenames-setup): Bind "\M-sf" to
4836         dired-isearch-filenames-toggle in isearch-mode-map.
4837         (dired-isearch-filenames-end): Bind "\M-sf" to nil
4838         in isearch-mode-map.
4840         * isearch.el (isearch-edit-string-set-word): New command.
4841         (minibuffer-local-isearch-map): Bind "\C-w" to
4842         isearch-edit-string-set-word.
4843         (isearch-new-word): Temporary internal variable.
4844         (isearch-edit-string): Remove special case of reading the
4845         first character and checking it for C-w.
4847         * simple.el (read-shell-command, shell-command):
4848         Move code that uses minibuffer-with-setup-hook to set
4849         minibuffer-default-add-function to minibuffer-default-add-shell-commands
4850         from the interactive spec of `shell-command' to `read-shell-command'.
4852         * international/mule-cmds.el (read-char-by-name):
4853         Accept hash notation.  Doc fix.
4854         (ucs-insert): Doc fix.  Convert to number only when `arg' is
4855         a string.  Use separate error message when `arg' is not an integer.
4856         Bind `ucs-insert' to `C-x 8 RET'.
4858 2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
4860         * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
4861         move the (arglist-cont-nonempty) from c-offsets-alist to
4862         c-hanging-braces-alist like other styles already have.
4864 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4866         * textmodes/texinfmt.el:
4867         * nxml/nxml-enc.el:
4868         * mail/feedmail.el:
4869         * international/mule.el:
4870         * international/latexenc.el:
4871         * emulation/viper-util.el:
4872         * emulation/viper-init.el:
4873         * emulation/viper-ex.el:
4874         * emacs-lisp/bytecomp.el:
4875         * version.el:
4876         * subr.el:
4877         * startup.el:
4878         * sort.el:
4879         * shadowfile.el:
4880         * recentf.el:
4881         * printing.el:
4882         * paths.el:
4883         * minibuffer.el:
4884         * ls-lisp.el:
4885         * loadup.el:
4886         * hippie-exp.el:
4887         * finder.el:
4888         * files.el:
4889         * ediff-util.el:
4890         * ediff-ptch.el:
4891         * ediff-init.el:
4892         * ediff-diff.el:
4893         * dired.el:
4894         * dired-aux.el:
4895         * cus-edit.el:
4896         * bindings.el:
4897         * arc-mode.el:
4898         * add-log.el: Remove VMS support.
4899         * obsolete/vmsproc.el:
4900         * obsolete/vms-pmail.el:
4901         * obsolete/vms-patch.el: Remove file.
4903 2008-07-31  Alan Mackenzie  <acm@muc.de>
4905         * progmodes/cc-mode.el (c-before-hack-hook): New function
4906         (Top Level): Install c-before-hack-hook on
4907         before-hack-local-variables-hook, rather than
4908         c-postprocess-file-styles on hack-local-variables-hook.
4910 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
4912         * files.el (normal-mode): Move call to hack-project-variables into
4913         hack-local-variables.
4914         (file-local-variables-alist, before-hack-local-variables-hook):
4915         New vars.
4916         (ignored-local-variables): Add file-local-variables-alist.
4917         (hack-local-variables-filter): Renamed from
4918         hack-local-variables-apply.  Add the result to
4919         file-local-variables-alist, without applying them.
4920         (hack-local-variables): Set file-local-variables-alist to nil.
4921         Call hack-project-variables and before-hack-local-variables-hook.
4922         Apply variables here, instead of hack-local-variables-apply.
4923         Based on a patch by Alan Mackenzie.
4925 2008-07-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
4927         * info-look.el (autoconf-mode :doc-spec): For
4928         "(autoconf)M4 Macro Index", if the item already
4929         begins with "AS_", don't prefix that string again.
4931 2008-07-30  Juri Linkov  <juri@jurta.org>
4933         * info.el (info, Info-mode): Doc fix.
4935         * isearch.el (isearch-mode-map): Bind `M-s r' to
4936         `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
4937         (search-map): Bind `M-s w' to `isearch-forward-word' globally
4938         in the global map `search-map'.
4939         (isearch-forward): Doc fix.
4940         (isearch-forward-word, isearch-toggle-case-fold): New commands.
4942         * simple.el (quoted-insert): Comment out code that treats
4943         0240-0377 specially.
4945 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
4947         * cus-start.el: Add customization info for
4948         read-buffer-completion-ignore-case.
4950 2008-07-30  Sam Steingold  <sds@gnu.org>
4952         * vc-dir.el (vc-dir): Call file-truename on the dir argument.
4954 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
4956         * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
4957         (vc-dir-mode): Improve docstring.
4959 2008-07-30  Juri Linkov  <juri@jurta.org>
4961         * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
4962         for the sake of isearch-mode-hook in dired-mode in dired.el.
4964 2008-07-19  Markus Triska  <markus.triska@gmx.at>
4966         * image-mode.el (image-mode): Set image-mode-text-map when image
4967         cannot be displayed.
4969 2008-07-30  Stephen Leake  <stephen_leake@stephe-leake.org>
4971         * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
4972         ada-xref-set-default-prj-values.
4973         (ada-prj-display-page): Ditto.
4975         * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
4976         (ada-make-filename-from-adaname): Fix free variable.
4978 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
4980         * vc-git.el (vc-git-status-printer): Synchronize with the default.
4982 2008-07-30  Michael McNamara  <mac@mail.brushroad.com>
4984         * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
4985         for declarations inside a parenthetical list.  The code is ill-advised,
4986         and doesn't work given user defined types.
4987         (verilog-set-auto-endcomments): Enhance function automatic
4988         endcomment to support functions that return user defined types.
4989         (verilog-mode): Add code to tell which-function-mode minor mode
4990         that Verilog supports this feature.
4991         (verilog-beg-block-re-ordered, verilog-indent-re)
4992         (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
4993         (verilog-leap-to-head): Support the new virtual and/or protected
4994         tasks, as well as extern declarations of tasks for indenting and
4995         for forward/backward expression.
4997 2008-07-30  Wilson Snyder  <wsnyder@wsnyder.org>
4999         * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
5000         to work with SV 'logic' signals.  Suggested by Julian Gorfajn.
5001         (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
5002         (verilog-string-replace-matches): Avoid recursion with small
5003         replacements.
5004         (verilog-auto-inst-param-value, verilog-mode-version)
5005         (verilog-mode-version-date, verilog-read-inst-param-value)
5006         (verilog-auto-inst, verilog-auto-inst-param)
5007         (verilog-auto-inst-port, verilog-simplify-range-expression): Add
5008         verilog-auto-inst-param-value option for AUTOINST.  Suggested by
5009         David Rogoff.  This allows parameters to be replaced with their
5010         values, on the expansion of an AUTOINST with Verilog 2001 style
5011         parameter settings.
5013 2008-07-30  David Lord  <david.lord@phonecoop.coop>  (tiny change)
5015         * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
5016         to `cddr'.
5018 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
5020         * Makefile.in (ELCFILES): Add mairix.elc.
5022 2008-07-29  David Engster  <deng@randomsample.de>
5024         * net/mairix.el: New file.
5026 2008-07-29  Juri Linkov  <juri@jurta.org>
5028         * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
5029         instead of variable-pitch with bold and 1.2 height.
5031         * dired-aux.el (dired-do-async-shell-command): New command.
5033         * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
5034         from `&' to `%&'.  Bind `&' to `dired-do-async-shell-command'.
5036 2008-07-29  Juri Linkov  <juri@jurta.org>
5038         * international/mule-cmds.el (ucs-names): New internal variable.
5039         (ucs-names): New function.
5040         (ucs-completions): New lazy completion variable.
5041         (read-char-by-name): New function.
5042         (ucs-insert): Replace interactive spec letter "s" with the call to
5043         `read-char-by-name'.
5045         * replace.el (read-regexp): Add second arg `default'.  Doc fix.
5047         * replace.el (occur-read-primary-args):
5048         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
5049         (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
5050         second arg of `read-regexp'.
5052         * dired-aux.el (dired-isearch-filenames): New user option.
5053         (dired-isearch-orig-success-function): New internal variable.
5054         (dired-isearch-filenames-setup, dired-isearch-filenames-end)
5055         (dired-isearch-success-function): New functions.
5056         (dired-isearch-filenames, dired-isearch-filenames-regexp):
5057         New commands.
5059         * dired.el (dired-insert-set-properties): Add new text property
5060         `dired-filename' to put on file names.
5061         (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
5062         and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
5063         Add menu items.
5064         (dired-mode): Add hook `dired-isearch-filenames-setup' to
5065         buffer-local `isearch-mode-hook'.
5067 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
5069         * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
5070         (ada-create-case-exception): Fix typo in docstring.
5071         (ada-no-auto-case): Return nil, not the docstring.
5072         (ada-indent-current): Reflow docstring.
5074         * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
5075         (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
5076         (ada-prj-load-from-file): Reflow docstring.
5077         (ada-prj-display-page): Fix typo in widget.
5079         * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
5080         Fix typos in docstrings.
5082         * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
5083         (ada-compile-current, ada-check-current, ada-run-application)
5084         (ada-get-ali-file-name): Fix typos in docstrings.
5085         (ada-xref-confirm-compile, ada-find-references)
5086         (ada-find-local-references, ada-find-any-references): Doc fixes.
5087         (ada-get-all-references): Fix typo in error message.
5088         (ada-xref-current-project): Use `let', not `let*'.
5089         (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
5091 2008-07-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5093         * whitespace.el (whitespace-newline): Change initialization to have a
5094         low contrast relative to the background color.  Suggested by David
5095         Reitter <david.reitter@gmail.com>.
5097 2008-07-28  Juri Linkov  <juri@jurta.org>
5099         * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
5100         New functions.
5102         * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
5103         and dired-do-isearch-regexp to `M-s a M-C-s'.  Add menu items.
5105 2008-07-28  Seiji Zenitani  <zenitani@mac.com>
5107         * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
5108         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
5110 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
5112         * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
5113         Add support for add-log.
5114         (ada-end-stmt-re): Fix bug - allow comment after 'when'.
5116         * progmodes/ada-prj.el: Delete 'main_unit' project variable.
5117         (ada-prj-save): Prompt for file name if not given.
5118         (ada-prj-display-page): Display casing exceptions.
5120         * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
5121         Ada mode project files.  Delete 'main_unit' project variable;
5122         only need 'main'.  Simplify handling of default project values.
5123         Use cross-prefix consistently.
5124         (ada-find-executable): Throw error if not found.
5125         (ada-initialize-runtime-library): Improve error handling when
5126         gnatls not found.
5127         (ada-gnat-parse-gpr): New.
5128         (ada-treat-cmd-string): Allow process environment variables.
5129         (ada-xref-set-default-prj-values): Delete; replace with
5130         ada-default-prj-properties.
5131         (ada-parse-prj-file): Handle GNAT project files.
5132         (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
5133         (ada-select-prj-file): New.
5134         (ada-get-absolute-dir-list): Allow project and environment variables.
5136 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
5138         Sync with Tramp 2.1.14.
5140         * net/tramp.el (tramp-perl-directory-files-and-attributes)
5141         (tramp-get-device): Make device number a cons cell.
5142         (tramp-convert-file-attributes): Make inode a cons cell.
5144         * net/trampver.el: Update release number.
5146 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
5148         * faces.el (face-set-after-frame-default): Treat 'ns as all other
5149         window systems.
5151 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
5153         * term/ns-win.el (do-applescript): New alias in carbon-compat section.
5155 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
5157         Remove support for Mac Carbon.
5158         * term/mac-win.el: Remove file
5159         * international/mule-cmds.el:
5160         * version.el:
5161         * startup.el:
5162         * simple.el:
5163         * mwheel.el:
5164         * mouse.el:
5165         * loadup.el:
5166         * isearch.el:
5167         * info.el:
5168         * frame.el:
5169         * faces.el:
5170         * disp-table.el:
5171         * cus-start.el:
5172         * cus-face.el:
5173         * cus-edit.el:
5174         * Makefile.in: Remove code for Carbon.
5176 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
5178         * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
5179         bindings for functions deleted by Dan N. 2008-07-21.  Set
5180         where-is-preferred-modifier.  Add show-manual option to Help menu.
5182 2008-07-26  Michael Albinus  <michael.albinus@gmx.de>
5184         * net/tramp.el (tramp-handle-start-file-process):
5185         Set query-on-exit flag.  Kill temporary buffer.
5186         (tramp-process-sentinel): Remove defun.
5187         (tramp-do-copy-or-rename-file-out-of-band)
5188         (tramp-maybe-open-connection): Don't call it.
5190         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
5191         `tramp-process-sentinel'.
5193         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
5194         `tramp-process-sentinel'.
5196         * net/xesam.el (xesam-from): Remove defvar.
5197         (xesam-mode): Derive from `special-mode'.  Extend `xesam-mode-map'
5198         and `mode-line-position'.
5199         (xesam-refresh-entry): Remove argument `hit-number'.  Add debug
5200         information to the widgets.  Don't set `mode-line-position'.
5201         (xesam-refresh-search-buffer): Correct hit number computing.
5202         Don't set `mode-line-position'.
5203         (xesam-new-search): Add debug information to the mode line.
5205 2008-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5207         * diff-mode.el (diff-show-trailing-blanks): Renamed to
5208         diff-show-trailing-whitespaces.
5210 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
5212         * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
5213         invalid filename strings when parsing tex errors (bug#376).
5215 2008-07-25  Dan Nicolaescu  <dann@ics.uci.edu>
5217         * menu-bar.el (menu-bar-file-menu): Fix typo.
5219 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
5221         * play/solitaire.el (solitaire-mode-map): Define within defvar.
5222         (solitaire-mode): Define with `define-derived-mode'.
5223         (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
5224         (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
5225         (solitaire-undo, solitaire-check): Use `when'.
5226         (solitaire-solve): Err out if the solitaire is already in progress.
5227         Use `when'.
5229         * descr-text.el (describe-char): Don't overwrite local variable char
5230         when describing characters with display-table entries.  Display font
5231         backend when describing composed characters.  Simplify: use `let'
5232         instead of `let*', and `or x y' instead of `if x x y'.
5234 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
5236         * image-mode.el (image-minor-mode): Set up winprops.
5238 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5240         * diff-mode.el (diff-show-trailing-blanks): New fun.
5241         Show trailing blanks in modified lines for diff-mode.
5243 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
5245         * Makefile.in (ELCFILES): Add net/xesam.el.
5247         * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
5248         process name.  Reported by Markus Triska <markus.triska@gmx.at>.
5250         * net/xesam.el: New file.
5252 2008-07-24  Sven Joachim  <svenjoac@gmx.de>
5254         * dired-aux.el (dired-copy-file-recursive): Avoid calling
5255         set-file-modes when creating target directories.
5257 2008-07-24  Juanma Barranquero  <lekktu@gmail.com>
5259         * play/solitaire.el (solitaire-mode): Fix typo in docstring.
5260         Set `show-trailing-whitespace' to nil.
5261         (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
5262         Fix typos in docstrings.
5264 2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
5266         * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
5267         key remapping, not directly.
5269 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5271         * whitespace.el: New version 11.2.
5272         (whitespace-newline-mode, global-whitespace-newline-mode): New newline
5273         minor mode visualization.
5275 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
5277         * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
5279         * Makefile.in (ELCFILES): Add term/common-win.elc.
5281         * vc-dir.el (vc-dir-search, vc-dir-isearch)
5282         (vc-dir-isearch-regexp): New functions.
5283         (vc-dir-mode-map, vc-dir-menu-map): Bind them.
5285 2008-07-23  Juri Linkov  <juri@jurta.org>
5287         * isearch-multi.el: Remove file to avoid dos file name clashes
5288         with isearch-x.el.  Move most content to misearch.el.
5290         * misearch.el: New file with most content from isearch-multi.el.
5291         Rename `isearch-buffers' name prefixes to `multi-isearch'.
5292         Remove `isearch-buffers-minor-mode'.  Add new function
5293         `multi-isearch-setup' to `isearch-mode-hook'.  New top-level
5294         commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
5295         `multi-isearch-files', `multi-isearch-files-regexp'.
5297         * Makefile.in (ELCFILES): Remove isearch-multi.elc.  Add misearch.elc.
5299         * isearch.el (isearch-message-prefix): Display "Multi" when
5300         `multi-isearch-next-buffer-current-function' is non-nil.
5301         (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
5302         with `multi-isearch-next-buffer-current-function', and
5303         `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
5305         * add-log.el (change-log-mode): Set `change-log-next-buffer' to
5306         `multi-isearch-next-buffer-function' instead of
5307         `isearch-buffers-next-buffer-function'.  Remove call to
5308         `isearch-buffers-minor-mode'.
5310         * buff-menu.el (Buffer-menu-marked-buffers)
5311         (Buffer-menu-isearch-buffers)
5312         (Buffer-menu-isearch-buffers-regexp): New functions.
5313         (Buffer-menu-mode-map): Bind "M-s a C-s" to
5314         `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
5315         `Buffer-menu-isearch-buffers-regexp'.
5316         (Buffer-menu-mode): Document new commands in docstring.
5317         (list-buffers-noselect): Add one space after Info file name
5318         according to the Info address convention.
5320         * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
5321         New functions.
5323         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
5324         `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
5325         (ibuffer-mode): Document new commands in docstring.
5327         * filesets.el (filesets-commands): Add commands for "Isearch" and
5328         "Isearch (regexp)".  Replace `query-replace' and `query-replace-regexp'
5329         with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
5330         (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
5331         or `multi-isearch-files-regexp'.
5332         (filesets-cmd-query-replace-getargs): Call standard function
5333         `query-replace-read-args' to read `query-replace' arguments.
5334         Add `multi-query-replace-map'.
5335         (filesets-cmd-query-replace-regexp-getargs)
5336         (filesets-cmd-isearch-getargs): New functions.
5338 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
5340         * international/mule.el (recode-region): Deactivate mark at the end.
5342 2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
5344         * progmodes/flymake.el (flymake-errline, flymake-warnline):
5345         Use more suitable colors on dark displays.
5347 2008-07-23  Michael Albinus  <michael.albinus@gmx.de>
5349         * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
5350         "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
5351         (tramp-temp-buffer-name): New defconst.
5352         (tramp-handle-start-file-process): Use it.  Apply "exec", for the
5353         command.  No trailing prompt.
5354         (tramp-process-sentinel): Remove temporary buffer, if existing.
5355         Don't handle trailing prompt.
5356         (tramp-open-connection-setup-interactive-shell):
5357         Use `tramp-temp-buffer-name'.
5359 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
5361         * shell.el (shell-dynamic-complete-functions):
5362         Use comint-dynamic-complete-filename as well (bug#361).
5364 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
5366         * term/ns-win.el:
5367         * version.el (emacs-version):
5368         * loadup.el:
5369         * frame.el (make-frame-on-display): Check for ns instead of
5370         ns-windowing.
5372         * dired.el (dired-mode-map): Show the key binding for wdired.
5374         * menu-bar.el (menu-bar-file-menu): Show the key binding for
5375         exiting Emacs.
5377 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
5379         * term/ns-win.el (x-list-fonts): Drop alias.
5381 2008-07-23  Juri Linkov  <juri@jurta.org>
5383         * replace.el (multi-query-replace-map): New variable.
5384         (perform-replace): Add processing of new multi-buffer keys bound
5385         to `automatic-all' and `exit-current'.  Set `query-flag' to nil
5386         if last input char was `automatic-all'.  Set new local variable
5387         `multi-buffer' to t when one of new two keys were typed.  Return
5388         non-nil value of `multi-buffer' that tells to calling functions
5389         to continue replacement on the next file.
5391         * progmodes/etags.el (tags-query-replace): Set arg `map' of
5392         `perform-replace' to `multi-query-replace-map'.
5394 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5396         * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
5397         otherwise displayed in every buffer.
5399         * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
5400         (vc-arch-trim-one-revlib): Delete temp directories as well.
5402 2008-07-22  Stephen Eglen  <stephen@gnu.org>
5404         * iswitchb.el (iswitchb-delim): New variable.  Suggested by Ted Roden.
5406 2008-07-22  Sven Joachim  <svenjoac@gmx.de>
5408         * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
5410 2008-07-22  Miles Bader  <miles@gnu.org>
5412         * progmodes/sh-script.el (sh-newline-and-indent): Remove.
5413         (sh-mode-map): Remove remapping of newline-and-indent.
5415 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
5417         * vc.el (Todo): Update.
5419         * vc-hooks.el: Remove obsolete comment.
5421         * vc-git.el (vc-git-status-printer): Update the directory display
5422         to match the default.
5424         * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
5426 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
5428         * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
5429         for "word wrap" command.
5431         * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
5433 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5435         * term/ns-win.el: Rename ns- functions/variables to the
5436         corresponding x- versions.
5437         (x-select-text, x-cut-buffer-or-selection-value)
5438         (x-disown-selection-internal, x-get-selection-internal)
5439         (x-own-selection-internal, x-defined-colors, xw-defined-colors)
5440         (x-display-mm-width, x-display-mm-height)
5441         (x-display-backing-store, x-display-save-under)
5442         (x-display-visual-class, x-display-screens, x-focus-frame): Remove
5443         defaliases.
5445         * frame.el (ns-display-name): Remove declaration.
5446         (make-frame-on-display): Use x-display-name instead
5447         ns-display-name.  Use unless.
5449         * startup.el (command-line-1): Fix indentation.
5451         * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
5452         checked in inadvertently.
5454 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
5456         * term/ns-win.el: Standardize references to "Nextstep" in
5457         comments, messages, and docstrings.
5458         (ns-handle-args, x-parse-geometry)
5459         (ns-extended-platform-support-mode, x-setup-function-keys)
5460         (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
5461         (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
5462         (ns-initialized, ns-initialize-window-system): Doc fixes.
5464 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5466         * diff-mode.el (diff-auto-refine): Delete defcustom.
5467         (diff-auto-refine-mode): New func/var via define-minor-mode.
5468         Update var ref to use diff-auto-refine-mode.
5469         * smerge-mode.el (diff-mode): Require when compiling.
5470         (smerge-auto-refine): Delete defcustom.
5471         Update smerge-auto-refine ref to use diff-auto-refine-mode.
5473 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
5475         * simple.el (visual-line): New custom group.
5476         (visual-line-fringe-indicators): New var.
5477         (visual-line-mode): Set fringe-indicator-alist based on
5478         visual-line-fringe-indicators.  Add lighter.
5480 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
5482         * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
5483         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
5484         (x-handle-geometry, x-handle-name-switch, x-display-name)
5485         (x-handle-display, x-handle-args, x-colors): Move ...
5486         * term/common-win.el: ... here.  New file.
5487         * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
5488         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
5489         (x-handle-geometry, x-handle-name-switch, x-display-name)
5490         (x-handle-display, x-handle-args, x-colors): Remove.
5491         * loadup.el: Load term/common-win before term/x-win and term/w32-win.
5493 2008-07-19  Juri Linkov  <juri@jurta.org>
5495         * startup.el (fancy-startup-text): Move the line "To quit
5496         a partially entered command, type Control-g" a few lines below
5497         to be after the line "To start".  Add text "at gnu.org" to
5498         "Overview of Emacs features".
5500         * dired.el (dired-mode-map): Fix menu text of
5501         image-dired-display-thumbs.
5503         * image-dired.el (image-dired-cmd-create-thumbnail-options)
5504         (image-dired-cmd-create-temp-image-options)
5505         (image-dired-cmd-create-standard-thumbnail-command): Add > to the
5506         ImageMagick command line to change the dimensions of the image
5507         only if its width or height exceeds the geometry specification.
5509         * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
5511         * proced.el (proced-mode, proced): Add \\<proced-mode-map>
5512         to docstrings.
5514 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
5516         * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
5517         Vinicius Jose Latorre.
5519 2008-07-19  Glenn Morris  <rgm@gnu.org>
5521         * term/ns-win.el (ns-make-command-string): Use mapconcat.
5522         (ns-save-preferences): Fix typo in previous change.  (Bug#573)
5524 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
5526         * net/dbus.el (dbus-interface-properties): New defconst.
5527         (dbus-introspect): Update docstring.
5528         (dbus-introspect-xml, dbus-introspect-get-attribute)
5529         (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
5530         (dbus-introspect-get-interface-names)
5531         (dbus-introspect-get-interface, dbus-introspect-get-method-names)
5532         (dbus-introspect-get-method, dbus-introspect-get-signal-names)
5533         (dbus-introspect-get-signal, dbus-introspect-get-property-names)
5534         (dbus-introspect-get-property)
5535         (dbus-introspect-get-annotation-names)
5536         (dbus-introspect-get-annotation)
5537         (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
5538         (dbus-introspect-get-signature, dbus-get-property)
5539         (dbus-set-property, dbus-get-all-properties): New defuns.
5541 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
5543         * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
5544         ns-grabenv.elc.
5546         * ns-carbon-compat.el: File removed.
5548         * ns-grabenv.el: File removed.
5550         * term/ns-win.el: Contents of ns-carbon-compat.el and
5551         ns-grabenv.el moved here.
5552         (ns-grabenv, ns-open-file-select-line): Doc fixes.
5553         (ns-submit-bug-report): Function removed.  Reports go to the main
5554         Emacs bug list.
5555         (ns-handle-args, ns-spi-service-call): Doc fixes.
5556         (info-ns-emacs): Function removed.  Nextstep port manual will be
5557         merged into the Emacs manual, so no separate link needed.
5559 2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
5561         * startup.el (fancy-splash-head): Fix change of 2008-07-02.
5563 2008-07-18  Glenn Morris  <rgm@gnu.org>
5565         * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
5566         to XEmacs, since it does nothing for Emacs.
5568 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5570         * net/tls.el (open-tls-stream): Make it work with the 2nd argument
5571         BUFFER that is a string but does not exist as a buffer object, as
5572         mentioned in the doc-string.
5574 2008-07-17  Chong Yidong  <cyd@stupidchicken.com>
5576         * simple.el (line-move-visual): Make it a defcustom.
5577         (line-move-1): Convert temporary-goal-column back to an integer if
5578         it was set as a float by a previous call to line-move-visual.
5579         (end-of-visual-line, beginning-of-visual-line)
5580         (next-logical-line, previous-logical-line): New functions.
5582 2008-07-17  David Reitter  <david.reitter@gmail.com>
5584         * simple.el (kill-visual-line, turn-on-visual-line-mode): New
5585         functions.
5586         (visual-line-mode, global-visual-line-mode): New minor mode.
5587         (visual-line-mode-map): New variable.
5589 2008-07-17  Glenn Morris  <rgm@gnu.org>
5591         * term/ns-win.el (parameters): Declare for compiler.
5593 2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
5595         * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
5596         for Windows.
5598 2008-07-17  Daiki Ueno  <ueno@unixuser.org>
5600         * epa.el (epa-key-list-mode): Use run-mode-hooks.
5601         (epa-key-mode): Ditto.
5602         (epa-info-mode): Ditto.
5604 2008-07-17  Glenn Morris  <rgm@gnu.org>
5606         * term/ns-win.el (ns-handle-switch): Simplify.  Handle the numeric case.
5607         (ns-handle-numeric-switch): Just call ns-handle-switch.
5608         (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
5609         (ns-handle-args): Simplify using `pop'.
5610         (ns-display-name): Define (used in frame.el).
5611         (menu-bar-select-frame): Add (ignored) arg to more closely match the
5612         original definition.
5613         (ns-perform-service): Declare.
5614         (ns-save-preferences): Use fewer `let's.
5616         * frame.el (ns-display-name): Declare for compiler.
5618 2008-07-17  Kenichi Handa  <handa@m17n.org>
5620         * descr-text.el (describe-char-unidata-list): Initialize to the
5621         list of name, general-category, decomposition, and old-name.
5623 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
5625         * startup.el (command-line-1): Update processing of NS long options to
5626         mimic recent changes to processing of X long options.
5628 2008-07-16  Nick Roberts  <nickrob@snap.net.nz>
5630         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
5631         list of #defines for remote files.
5632         (gdb-source-info): Only show main if it has been found.
5634 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5636         * term/ns-win.el: Require CL; fix up comment style; reindent.
5637         (ns-define-service): Use subst-char-in-string.  Avoid `eval'.
5638         (ns-save-preferences): Use `case'.
5639         (ns-initialize-window-system): Use `dolist'.
5641 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
5643         * loadup.el: Remove load of easy-mmode prior to ns-win when NS
5644         windowing is used.
5645         * term/ns-win.el (ns-extended-platform-support-mode):
5646         Correct/improve documentation.
5648 2008-07-16  Glenn Morris  <rgm@gnu.org>
5650         * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
5651         Simply require 'cl (see comment in cl-compat.el).
5652         * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
5653         * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
5654         (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
5655         directly rather by subterfuge.  Provide cl before loading cl-macs.
5657         * paths.el (rmail-spool-directory): Remove settings for systems that are
5658         no longer supported.
5660         * frame.el (ns-initialize-window-system): Declare for compiler.
5662         * term/ns-win.el: Add numerous declarations for compiler.
5663         (ns-pop-up-frames): Move definition before use.  Doc fix.
5665         * emacs-lisp/check-declare.el (check-declare-locate)
5666         (check-declare-verify): Handle .m files.
5668 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
5670         * ns-carbon-compat.el: New file: user-visible compatibility of
5671         NeXTstep port with Carbon port.
5672         * ns-grabenv.el: New file: functionality useful on OS X platform to
5673         expose environment variables inside Emacs started from icon.
5674         * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
5675         * cus-edit.el:
5676         * cus-face.el:
5677         * disp-table.el:
5678         * faces.el:
5679         * info.el:
5680         * mouse.el:
5681         * mwheel.el:
5682         * simple.el: Add ns to window systems treated as GUIs.
5683         * facemenu.el (facemenu-read-color): Don't require a name match under
5684         NS, to allow numeric color entry.
5685         * frame.el (make-frame-on-display): Follow code for 'x in initializing
5686         'ns window system if need be.
5687         (various): Add 'ns as described above.
5688         * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
5689         ns-windowing is active.
5690         * startup.el (command-line-ns-option-alist): New constant to handle NS
5691         windowing system specific command line args analogous to how they are
5692         handled for X windows.
5693         (command-line-1): Use the above where appropriate.
5694         * version.el: Add NS port version.
5695         * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
5696         Darwin (usually OS X) systems.
5697         (woman-use-own-frame): Include 'ns in list of GUI window systems.
5698         * emulation/viper-util.el (ns-display-color-p)
5699         (ns-color-defined-p): Remove these (caustically-commented) outdated
5700         compensations for a port that was never itself integrated until now.
5701         * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
5702         for NS window system.
5703         * international/mule-cmds.el: Add 'ns to list of special-cased window
5704         systems (probably most of these, x/w32/mac/ns could be changed to
5705         window-system non-nil).
5706         * term/ns-win.el: New file: lisp-side support for NS windowing system.
5708 2008-07-14  Jason Rumney  <jasonr@gnu.org>
5710         * term/w32-win.el (x-handle-switch, x-handle-name-switch)
5711         (x-handle-numeric-switch, x-handle-initial-switch)
5712         (x-handle-xrm-switch, x-handle-args, x-handle-display)
5713         (xw-defined-colors, w32-initialize-window-system):
5714         Avoid use of cl pop and push macros.
5716 2008-07-14  Martin Rudalics  <rudalics@gmx.at>
5718         * add-log.el (change-log-goto-source): Avoid wrong-type-argument
5719         error when change-log-search-file-name returns nil.
5721 2008-07-13  Martin Rudalics  <rudalics@gmx.at>
5723         * add-log.el (change-log-search-file-name):
5724         Use match-string-no-properties.
5725         (change-log-search-tag-name-1, change-log-search-tag-name)
5726         (change-log-goto-source-1, change-log-goto-source): New functions.
5727         (change-log-tag-re, change-log-find-head, change-log-find-tail):
5728         New variables.
5729         (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
5731 2008-07-13  Jay Belanger  <jay.p.belanger@gmail.com>
5733         * calc/calc-help.el (calc-describe-key): Add angles to special key
5734         descriptions.
5736 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
5738         * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
5739         search for regexp.
5741 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
5743         * simple.el (line-move-visual): Handle null pixel position gracefully.
5745 2008-07-11  Jason Rumney  <jasonr@gnu.org>
5747         * files.el (file-truename): Get truename of ancestors if file does
5748         not exist on Windows.
5750 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
5752         * simple.el (line-move-visual): Obey goal-column and no-error arg.
5753         (track-eol, temporary-goal-column, previous-line, next-line):
5754         Update docstring.
5755         (move-end-of-line, move-beginning-of-line): Bind line-move-visual
5756         to nil.
5758 2008-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5760         * simple.el (line-move-visual): New var.
5761         (line-move-visual): New function.
5762         (line-move): Call line-move-visual.
5764 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
5766         * progmodes/grep.el (grep-files-aliases): Improve the C++ source
5767         pattern and add patterns for C++ header files.
5769 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
5771         * window.el (truncated-partial-width-window-p): New function.
5773         * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.
5775         * faces.el (x-create-frame-with-faces): Don't pass parameters that
5776         are set later to x-create-frame.
5777         (face-set-after-frame-default): Apply X resources for non-default
5778         faces.
5780 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
5782         * faces.el (face-set-after-frame-default): Simplify.  Don't apply
5783         frame-specific X resource settings.  Set faces using a list of
5784         frame parameters explicitly passed to the calling
5785         function (e.g. make-frame).
5786         (x-create-frame-with-faces, tty-create-frame-with-faces):
5787         Supply explicit frame parameter list to face-set-after-frame-default.
5789 2008-07-08  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
5791         * net/browse-url.el (browse-url-default-browser):
5792         Fix argument list in lambda.
5794 2008-07-07  Ulf Jasper  <ulf.jasper@web.de>
5796         * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
5797         from url-retrieve.
5798         (newsticker--sentinel-work): Fix xerror typo.
5800 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
5802         * vc-dir.el (vc-dir-refresh): Only update files.
5804         * vc-git.el (vc-git--ls-files-state): Remove unused function.
5806         * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
5808 2008-07-06  John Paul Wallington  <jpw@pobox.com>
5810         * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
5812 2008-07-05  Alexandre Julliard  <julliard@winehq.org>
5814         * vc-git.el (vc-git-registered): Return true for removed files.
5815         (vc-git-print-log, vc-git-log-view-mode): Print a single log for
5816         all the files instead of one per file.
5817         (vc-git-previous-revision): Add support for project-wide previous
5818         revision when specified file is nil.
5820 2008-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
5822         * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
5824         * vc-dir.el (vc-dir-find-child-files): New function.
5825         (vc-dir-resync-directory-files): New function.
5826         (vc-dir-recompute-file-state): New function, broken out of ...
5827         (vc-dir-resynch-file): ... here.  Also deal with directories.
5828         * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
5829         (vc-resynch-buffer): Use it.
5831         * vc-hg.el (vc-hg-registered): Do not set vc-state.
5833         * vc-annotate.el (vc-annotate-mode-menu): Add separator.
5835 2008-07-05  Nick Roberts  <nickrob@snap.net.nz>
5837         * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
5838         if it's not part of gdb-ui, e.g, at start.
5840         * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
5841         filenames in stack trace (text command mode).
5843 2008-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5845         * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
5847         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
5848         Use syntax-ppss on a position *before* the char we want to change.
5850 2008-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
5852         * vc-dir.el (vc-dir-query-replace-regexp): New function.
5853         (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
5854         (vc-dir-mode-map): Likewise.
5856 2008-07-03  Juanma Barranquero  <lekktu@gmail.com>
5858         * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
5859         (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
5860         (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
5861         Remove spurious * in defcustom docstrings.
5863         * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
5864         (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
5865         (adaptive-fill-mode, adaptive-fill-first-line-regexp)
5866         (default-justification): Remove spurious * in defcustom docstrings.
5868         * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
5869         (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
5870         (rst-compare-decorations, rst-default-indent, rst-update-section)
5871         (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
5872         (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
5873         (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
5874         Fix typos in docstrings.
5875         (rst-mode-lazy): Fix typo in docstring.  Remove spurious *.
5876         (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
5877         (rst-get-decorations-around, rst-section-tree-point)
5878         (rst-font-lock-adornment-point): Reflow docstrings.
5879         (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
5880         Doc fixes.
5881         (rst-re-enumerations): Comment out.
5883         * nxml/nxml-glyph.el (nxml-glyph-set-hook):
5884         * nxml/nxml-uchnm.el (nxml-unicode-blocks)
5885         (nxml-unicode-block-char-name-set):
5886         * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
5887         * nxml/rng-nxml.el (rng-set-state-after):
5888         * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
5890         * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
5891         (rng-c-parse-annotation-body):
5892         * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
5894         * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
5895         (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
5896         (nxml-forward-balanced-item, nxml-dynamic-markup-word)
5897         (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
5898         Fix typos in docstrings.
5899         (nxml-attribute-indent): Reflow docstring.
5900         (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
5901         (nxml-default-buffer-file-coding-system): Doc fixes.
5903         * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
5904         (nxml-ns-set-prefix): Fix typos in docstrings.
5905         (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
5906         Reflow docstring.
5907         (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
5909         * nxml/nxml-outln.el (nxml-hide-all-text-content)
5910         (nxml-show-direct-text-content, nxml-show-direct-subheadings)
5911         (nxml-hide-direct-text-content, nxml-hide-subheadings)
5912         (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
5913         (nxml-outline-display-rest, nxml-outline-set-overlay)
5914         (nxml-section-tag-forward, nxml-section-tag-backward)
5915         (nxml-back-to-section-start): Fix typos in docstrings.
5917         * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
5918         Doc fixes.
5920         * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
5921         (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
5922         (nxml-scan-after-change): Fix typo in docstring.
5924         * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
5925         (rng-name-class-possible-names): Doc fixes.
5926         (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
5927         (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
5928         Fix typos in docstrings.
5929         (rng-intern-group-shortcut, rng-intern-choice-shortcut):
5930         Reflow docstrings.
5932         * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
5933         (rng-substq, rng-complete-before-point): Fix typos in docstrings.
5935         * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
5936         (rng-xsd-convert-date-time): Reflow docstrings.
5937         (rng-xsd-compile): Fix typo in docstring.
5939         * nxml/rng-loc.el (rng-current-schema-file-name)
5940         (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
5941         Doc fixes.
5942         (rng-set-schema-file): Fix typo in docstring.
5944         * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
5945         (rng-do-some-validation, rng-process-start-tag, rng-process-text):
5946         Fix typos in docstrings.
5947         (rng-message-overlay, rng-conditional-up-to-date-start)
5948         (rng-conditional-up-to-date-end): Doc fixes.
5949         (rng-next-error, rng-previous-error): Reflow docstrings.
5951         * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
5952         (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
5953         (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
5954         (xmltok-merge-attributes): Fix typos in docstrings.
5955         (xmltok-make-attribute, xmltok-forward-special)
5956         (xmltok-get-declared-encoding-position): Reflow docstrings.
5958         * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
5959         (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
5960         Fix typos in docstrings.
5962 2008-07-02  John Paul Wallington  <jpw@pobox.com>
5964         * ibuffer.el (ibuffer-buffer-file-name):
5965         Use `list-buffers-directory'.  Remove special-casing for `cvs-mode'
5966         and `vc-dir-mode'.  Suggested by Dan Nicolaescu.
5968 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
5970         * files.el (backup-extract-version): Handle versioned directories.
5971         (trash-directory): New variable.
5972         (move-file-to-trash): New function.
5974         * cus-start.el (delete-by-moving-to-trash): Declare for custom.
5976 2008-07-02  Magnus Henoch  <mange@freemail.hu>
5978         * vc-git.el (vc-git-annotate-command): Use proper option for
5979         specifying revision.
5981 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5983         * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
5984         if available.
5986 2008-07-01  Dan Nicolaescu  <dann@ics.uci.edu>
5988         * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
5990         * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
5991         Add binding for vc-annotate-show-changeset-diff-revision-at-line.
5993         * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
5995 2008-07-01  Nick Roberts  <nickrob@snap.net.nz>
5997         * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
5998         (gdb-init-2): Use it.  Don't run gdb-mode-hook again.
5999         (gdb-var-list-children-regexp, gdb-var-update-regexp)
6000         (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
6001         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
6002         (gdb-stack-list-locals-regexp): Future proof regexps better.
6004 2008-06-30  Juri Linkov  <juri@jurta.org>
6006         * faces.el (face-name-history): New variable.
6007         (make-face, make-empty-face): Replace interactive spec "S"
6008         with `read-from-minibuffer' where `read' arg is t and
6009         `hist' arg is `face-name-history'.
6010         (read-face-name): Set `hist' arg of `completing-read-multiple'
6011         to `face-name-history'.
6012         (list-faces-display): Use `read-regexp' instead of `read-string'
6013         to read regexp.
6015         * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
6016         to `regexp-history'.
6017         (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
6018         make it an obsolete alias to it.
6019         (hi-lock-face-defaults): New variable renamed from
6020         `hi-lock-face-history'.
6021         (hi-lock-line-face-buffer, hi-lock-face-buffer)
6022         (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
6023         `read-from-minibuffer'.  Doc fix.
6024         (hi-lock-read-face-name): Replace `hi-lock-face-history' with
6025         `hi-lock-face-defaults'.  Remove `mapcar (lambda (f) (cons f f))'.
6026         Set `hist' arg of `completing-read' to `face-name-history'.
6027         Put a list of default faces to `default' arg instead of `hist' arg.
6029         * bindings.el (abbrev-map, narrow-map): New variables.
6030         Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
6031         Rebind related commands to these new maps.
6032         (ctl-x-r-map): New variable for rectangle, register and bookmark
6033         keys.  Move rectangle keybindings to rect.el and register
6034         keybindings to register.el.
6035         (next-buffer, previous-buffer): Remove C-x prefix and move
6036         keybindings to ctl-x-map.
6038         * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
6039         to the new map `ctl-x-r-map' in autoload cookies.
6041         * expand.el: Rebind two global `C-x a' keys "n", "p"
6042         to the new map `abbrev-map' in autoload cookies.
6044         * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
6046         * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
6048 2008-06-30  Miles Bader  <miles@gnu.org>
6050         * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
6051         after processing an escape sequence.
6053 2008-06-29  Michael Albinus  <michael.albinus@gmx.de>
6055         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
6056         from 2008-06-28.  It does not work on W32.
6058 2008-06-29  Juri Linkov  <juri@jurta.org>
6060         * replace.el (read-regexp): New function.
6061         (keep-lines-read-args, occur-read-primary-args):
6062         Call `read-regexp' instead of code moved to new function.
6063         (keep-lines, flush-lines, how-many): Remove parenthesis and colon
6064         from the end of prompt.
6065         (replace-re-search-function): Doc fix.
6067 2008-06-29  Kenichi Handa  <handa@m17n.org>
6069         * descr-text.el (describe-char-display): Always return a string.
6070         (describe-char-padded-string): New function.
6071         (describe-char): Adjusted for the change of
6072         describe-char-display.  Use describe-char-padded-string.
6074 2008-06-29  Andreas Schwab  <schwab@suse.de>
6076         * vc-dir.el (vc-dir): Make backend argument optional and use
6077         vc-responsible-backend when nil.  Interactively pass nil for
6078         backend instead of using the backend of what happens to be
6079         default-directory at the time of the call.
6081         * find-dired.el (find-dired-filter): Preserve point.
6083 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
6085         * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
6086         (sasl-find-mechanism, sasl-next-step):
6087         * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
6088         (sasl-ntlm-response): Fix typos in docstrings.
6090 2008-06-28  robert marshall  <robert@capuchin.co.uk>  (tiny change)
6092         * international/mule-cmds.el (view-hello-file): Doc fix.
6094 2008-06-28  Chong Yidong  <cyd@stupidchicken.com>
6096         * faces.el (inhibit-face-set-after-frame-default): Var deleted.
6097         (set-face-attribute, face-set-after-frame-default)): Don't use it.
6099 2008-06-28  John Paul Wallington  <jpw@pobox.com>
6101         * calc/calc.el (defmath): Add `doc-string' decl.  Add docstring.
6103 2008-06-28  Michael Albinus  <michael.albinus@gmx.de>
6105         * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
6106         (tramp-convert-file-attributes): Convert symlinks only when
6107         returned from `tramp-handle-file-attributes-with-stat'.
6109         * net/tramp-ftp.el (top): Delete 'ange-ftp property from
6110         `substitute-in-file-name' when unloading.
6111         (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
6113 2008-06-28  Dan Nicolaescu  <dann@ics.uci.edu>
6115         * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
6116         (vc-string-prefix-p): Move function ...
6117         * vc.el (vc-string-prefix-p): ... here.
6119 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
6121         * vc-dir.el (vc-dir): Complete only directory names.
6123 2008-06-27  Jason Rumney  <jasonr@gnu.org>
6125         * w32-fns.el (top-level): Unconditionally define all charsets.
6127 2008-06-27  Alan Mackenzie  <acm@muc.de>
6129         * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
6130         the CC Mode specific functions; this is no longer needed, since
6131         {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
6133         * progmodes/cc-defs.el (c-emacs-features): New feature
6134         'argumentative-bod-function.
6136 2008-06-27  John Paul Wallington  <jpw@pobox.com>
6138         * chistory.el (list-command-history): Use `bound-and-true-p'.
6139         (command-history-map): Define within defvar.  Add docstring.
6141 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
6143         * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
6144         to unibyte; just assume it is not a JPEG.  Use `string-match-p'.
6145         (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
6146         (image-type-from-buffer): Use `looking-at-p'.
6148 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
6150         * ibuf-ext.el (diff-sentinel): Declare.
6152 2008-06-27  Glenn Morris  <rgm@gnu.org>
6154         * calendar/lunar.el (calendar-lunar-phases): Rename from
6155         calendar-phases-of-moon.  Keep old name as alias, update callers.
6156         (lunar-phases): Rename from phases-of-moon.  Keep old name as alias.
6157         (diary-lunar-phases): Rename from diary-phases-of-moon.
6158         Keep old name as alias.
6159         * calendar/cal-menu.el (cal-menu-sunmoon-menu)
6160         (cal-menu-global-mouse-menu): Update for lunar name changes.
6161         * calendar/calendar.el (calendar-mode-map): Update for name change.
6162         * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
6164 2008-06-26  Glenn Morris  <rgm@gnu.org>
6166         * calendar/solar.el (solar-sunrise-sunset-string): Add optional
6167         argument `nolocation'.
6168         (calendar-sunrise-sunset-month): New function.
6169         * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
6170         cal-menu-moon-menu.  Add calendar-sunrise-sunset-month.
6171         (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
6172         * calendar/calendar.el (solar-sunrises-buffer): New constant.
6173         (calendar-mode-map): Use cal-menu-sunmoon-menu.
6174         (calendar-buffer-list): Add solar-sunrises-buffer.
6176         * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
6178 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
6180         * cus-start.el: Add customization types for word-wrap and
6181         shift-select-mode.
6183 2008-06-26  John Paul Wallington  <jpw@pobox.com>
6185         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
6186         (ibuffer-diff-with-file): Use it.  Do diff on marked buffers.
6187         (ibuffer-mark-on-buffer): Don't display message when removing marks.
6188         (ibuffer-mark-by-mode): Use `buffer-local-value'.
6190 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
6192         * vc-dir.el (tool-bar): Require.
6194         * vc.el (ewoc, tool-bar): Do not require.
6196 2008-06-26  Kenichi Handa  <handa@m17n.org>
6198         * international/mule-cmds.el (encode-coding-char): Fix for ASCII
6199         characters.
6201         * composite.el (terminal-composition-base-character-p): New function.
6202         (terminal-composition-function):
6203         Use terminal-composition-base-character-p.  Include the base character
6204         in the composition.
6205         (auto-compose-chars): Don't check font-object for terminal display.
6207 2008-06-26  Glenn Morris  <rgm@gnu.org>
6209         * doc-view.el (bookmark-make-record-default):
6210         * image-mode.el (bookmark-make-record-default): Fix declaration.
6212         * calendar/calendar.el (calendar-date-echo-text): Doc fix.
6213         Add default :value for sexp type.
6214         (calendar-month-edges): New variable.
6215         (calendar-month-edges): New function.
6216         (calendar-recompute-layout-variables): Set calendar-month-edges.
6217         (calendar-intermonth-header, calendar-intermonth-text): New options.
6218         (calendar-insert-at-column): New function.
6219         (calendar-generate-month): Use calendar-insert-at-column.
6220         Handle intermonth text.  Add 'date property.
6221         (calendar-column-to-month): Remove function.
6222         (calendar-column-to-segment): New function.
6223         (calendar-cursor-to-date): Use calendar-column-to-segment.
6224         Check 'date property.
6226         * calendar/calendar.el (calendar-print-other-dates):
6227         Handle mouse events.
6228         * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
6229         (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
6231         * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
6232         * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
6233         (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
6235         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
6236         Use calendar-column-to-segment, calendar-month-edges, and
6237         the 'date property to handle intermonth text.
6239         * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
6241         * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
6242         (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
6243         Add doc strings.
6244         (cal-menu-context-mouse-menu): Add some :keys.
6245         (calendar-check-holidays): Declare rather than autoloading.
6246         (diary-show-holidays-flag): Remove unneeded declaration.
6248         * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
6249         * calendar/calendar.el (calendar-cursor-to-date): Handle case where
6250         event-start is nil.
6252 2008-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6254         * minibuffer.el (completion-basic-try-completion): Use the text after
6255         point to constrain the completion candidates.
6256         (completion-basic-all-completions): Adjust accordingly.
6258 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
6260         * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
6261         courier.
6263         * faces.el (set-face-attribute): Doc fix.
6265 2008-06-25  Juri Linkov  <juri@jurta.org>
6267         * bindings.el (goto-map): New variable.  Rebind goto-related
6268         commands to this `M-g' prefix keymap.
6269         (search-map): New variable for `M-s' prefix keymap.
6270         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
6271         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
6272         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
6273         `M-shw' to `hi-lock-write-interactive-patterns'.
6275         * isearch.el (isearch-mode-map): Bind `M-s h r' to
6276         `isearch-highlight-regexp'.
6277         (isearch-highlight-regexp): New function.
6279 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6281         * info.el (Info-bookmark-make-record):
6282         Use bookmark-make-record-default.
6283         (Info-bookmark-jump): Use bookmark-default-handler.
6285         * image-mode.el (image-bookmark-make-record):
6286         Use bookmark-make-record-default.
6287         (image-bookmark-jump): Use bookmark-default-handler.
6289         * doc-view.el (doc-view-bookmark-make-record):
6290         Use bookmark-make-record-default.
6291         (doc-view-bookmark-jump): Use bookmark-default-handler.
6293         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
6294         used until now in bookmark.el's code.
6295         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
6296         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
6297         used until now in bookmark.el's code.
6298         (bookmark-set-filename): Remove special code, moved to its only caller.
6299         (bookmark-store): Use the newer format.
6300         (bookmark-make-record-default): Add arg `point-only'.
6301         Rename from bookmark-make-record-for-text-file.
6302         (bookmark--jump-via): New function.
6303         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
6304         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
6305         Use it.
6306         (bookmark-jump-noselect, bookmark-default-handler):
6307         Don't return an alist, instead return the data implicitly by changing
6308         current buffer and point.  Signal an error if the file doesn't exist.
6310         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
6311         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
6313         * bs.el: Use with-current-buffer.  Simplify.
6314         (bs-toggle-readonly): Avoid vc-toggle-read-only.
6316         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
6317         is bound before using it.
6319 2008-06-25  Kenichi Handa  <handa@m17n.org>
6321         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
6323 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
6325         * vc-hg.el:
6326         * vc-git.el: Require vc-dir when compiling.
6328         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
6329         vc-dir-marked-only-files.  Change the return value.
6330         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
6331         Change the return value.
6332         (vc-dir-deduce-fileset): New function broken out from ...
6333         * vc.el (vc-deduce-fileset): ... here and ...
6334         (vc-deduce-fileset): ... here.
6336         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
6337         (vc-svn-parse-status): Do not set the vc-backend property.
6339 2008-06-25  Andreas Schwab  <schwab@suse.de>
6341         * faces.el (face-font-family-alternatives, variable-pitch):
6342         Use "Sans Serif", not "Sans-Serif".
6344 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
6346         * faces.el (face-font-family-alternatives, variable-pitch):
6347         Change "Sans" to the canonical name "Sans-Serif".
6349 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
6351         * calc/calc.el (calc-mode-map): Add extra keybindings to
6352         `calc-missing-key'.
6353         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
6354         `kill-ring-save'.
6356 2008-06-24  Miles Bader  <miles@gnu.org>
6358         * mouse.el (mouse-appearance-menu): Don't do anything if the user
6359         pops up the menu but doesn't select anything.
6361 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
6363         * add-log.el (add-change-log-entry): Add new arg to force each new
6364         entry to be on a new line.
6365         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
6367         * vc-dir.el (vc-client-object): Remove.
6368         (vc-dir-prepare-status-buffer): Take a backend as an argument and
6369         use it when looking for a buffer.
6370         (vc-dir): Add a backend argument.  Set revert-buffer-function.
6371         Don't create a client object.  Move bindings ...
6372         (vc-dir-menu-map, vc-dir-mode-map): ... here.
6373         (vc-dir-revert-buffer-function): New function.
6374         (vc-generic-status-printer): Rename to ...
6375         (vc-dir-status-printer): ... this.
6376         (vc-generic-state, vc-generic-status-fileinfo-extra)
6377         (vc-dir-extra-menu, vc-make-backend-object): Remove.
6378         (vc-default-status-printer): Use a different face for
6379         directories.  Don't display any text for directories in the state
6380         column.  Add tooltips.
6382         * vc.el (Todo): Update.
6384         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
6385         * vc-rcs.el (vc-annotate-convert-time):
6386         * vc-mtn.el (vc-annotate-convert-time):
6387         * vc-git.el (vc-annotate-convert-time):
6388         * vc-cvs.el (vc-annotate-convert-time):
6389         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
6391 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
6393         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
6394         instead of using view-mode.
6396 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6398         * Makefile.in (distclean): Don't delete *.elc and autogen files.
6400 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
6402         * vc.el:
6403         * vc-hooks.el:
6404         * vc-dispatcher.el: Move vc-dir variables and functions ...
6405         * vc-dir.el: ... here.  New file.
6406         * Makefile.in (ELCFILES): Add vc-dir.elc.
6408         * vc.el: Move vc-annotate variables and functions ...
6409         * vc-annotate.el: ... here.  New file.
6410         * Makefile.in (ELCFILES): Add vc-annotate.elc.
6412         * vc-dav.el: Move here from url/vc-dav.el.
6413         (Todo): Note work needed to make this backend functional.
6415         * Makefile.in (ELCFILES): Update vc-dav.el location.
6417 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6419         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
6421 2008-06-21  John Paul Wallington  <jpw@pobox.com>
6423         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
6425         * textmodes/rst.el (rst-mode): Put docstring in right place.
6427 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
6429         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
6430         size for legibility.
6432         * faces.el (fixed-pitch): Use "Monospace" family.
6433         (variable-pitch): Use "Sans" family.
6434         (face-font-family-alternatives): Define alternatives for "Sans"
6435         and "Monospace".
6437 2008-06-21  Glenn Morris  <rgm@gnu.org>
6439         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
6440         Require 'cl when compiling.
6442         * emacs-lisp/debug.el (help-xref-interned): Declare.
6444         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
6445         Evaluate definition when compiling.
6447         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
6448         rather than mouse-1.
6449         (bug-reference-url-format): Autoload safe if string.
6450         (bug-reference-bug-regexp): Make space after "bug" optional.
6452         * Makefile.in (all): Explicitly pass EMACS to sub-make,
6453         for some non-GNU makes.
6455         * cus-dep.el (custom-dependencies-no-scan-regexp):
6456         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
6458         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
6459         increments.
6461         * calendar/calendar.el: Factor out the magic numbers controlling the
6462         calendar layout.
6463         (calendar-month-digit-width, calendar-month-width)
6464         (calendar-right-margin): New variables.
6465         (calendar-recompute-layout-variables, calendar-set-layout-variable):
6466         New functions.
6467         (calendar-left-margin, calendar-intermonth-spacing)
6468         (calendar-column-width, calendar-day-header-width)
6469         (calendar-day-digit-width): New options.
6470         (calendar-first-date-row): New constant.
6471         (calendar-move-to-column, calendar-ensure-newline): New functions,
6472         replacing calendar-insert-indented.
6473         (calendar-insert-indented): Remove function.
6474         (calendar-generate-month): Use calendar-move-to-column and
6475         calendar-ensure-newline.  Use layout variables.
6476         (calendar-generate, calendar-update-mode-line)
6477         (calendar-font-lock-keywords): Use layout variables.
6478         (calendar-column-to-month): New function.
6479         (calendar-cursor-to-date): Use calendar-column-to-month.
6480         Use layout variables.
6481         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
6482         Use layout variables.  Use calendar-column-to-month.
6483         (calendar-cursor-to-visible-date): Use layout variables.
6485 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6487         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
6488         (all): Run compile-last.
6489         (compile-onefile): New target.
6490         (compile-first): Simplify.
6491         (compile-last): Don't treat COMPILE_FIRST specially.
6492         (COMPILE_FIRST): List the elc files rather than the el files.
6493         (ELCFILES): Update.
6495 2008-06-21  Ulf Jasper  <ulf.jasper@web.de>
6497         * net/newst-treeview.el: Remove dead code.
6498         (newsticker--window-config): Remove.
6499         (newsticker-treeview-quit): Do not save window config.
6500         (newsticker-treeview): Do not try to restore window config.
6501         (newsticker-groups, newsticker--treeview-list-sort-by-column)
6502         (newsticker--treeview-list-new-items)
6503         (newsticker--treeview-list-immortal-items)
6504         (newsticker--treeview-list-obsolete-items)
6505         (newsticker--treeview-list-all-items)
6506         (newsticker--treeview-list-feed-items): Fix documentation.
6508 2008-06-21  Miles Bader  <miles@gnu.org>
6510         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
6512 2008-06-21  Alan Mackenzie  <acm@muc.de>
6514         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
6515         infinite loop on invalid syntax.
6517 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6519         * textmodes/rst.el: Run rst-define-level-faces when loading.
6520         (rst-mode): Don't set the font-lock-multiline var.
6521         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
6522         Set the font-lock-multiline property by hand.
6524         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
6526         * Makefile.in (emacs-deps): Remove.
6527         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
6528         (all): Use them.
6529         (autogen-clean): Remove.
6531 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6533         * Makefile.in (all): New target.
6534         (bootstrap-prepare): Remove.
6536         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
6537         the .elc file to batch-byte-compile.
6539         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
6540         set-keymap-parents if set-keymap-parent doesn't exist.
6542         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
6543         Allow more than one space before the |.
6545         * textmodes/rst.el: Fix up docstring conventions.
6546         Move vars to before their first use.
6547         (rst-mode): Don't mess with font-lock-support-mode.
6548         (rst-suggest-new-decoration, rst-adjust-decoration):
6549         Avoid CL's copy-list.
6550         (rst-delete-entire-line): Use line-beginning-position.
6551         (rst-position): New fun.
6552         (rst-straighten-decorations): Use it instead of CL's position.
6553         (rst-straighten-bullets-region): Avoid CL's mapcar*.
6554         (rst-toc-mode): Use define-derived-mode.
6555         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
6556         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
6557         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
6558         (rst-replace-lines): Simplify.
6559         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
6561         * simple.el (special-mode-map): New var.
6562         (special-mode): New major mode.
6564 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
6566         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
6567         log-view-file-re.
6569         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
6570         (vc-switch-backend): Simplify.
6571         (Todo): Remove solved items.
6573         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
6574         the vc-backend property.
6576 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6578         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
6579         Bind inhibit-read-only since the buffer is always read-only.
6581 2008-06-20  Ulf Jasper  <ulf.jasper@web.de>
6583         * net/newst-treeview.el (newsticker-treeview-own-frame):
6584         Change default value to nil.
6585         (newsticker--treeview-list-add-item)
6586         (newsticker--treeview-propertize-tag): Show item title in tooltip.
6588 2008-06-20  Martin Blais  <blais@furius.ca>
6589             Stefan Merten  <smerten@oekonux.de>
6590             David Goodger  <goodger@python.org>
6592         * textmodes/rst.el: New file.
6594 2008-06-20  Sam Steingold  <sds@gnu.org>
6596         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
6597         remove DIRECTORY entries.
6599 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
6601         * makefile.w32-in (distclean): Depend on `clean'.
6602         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
6603         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
6604         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
6605         empty cus-load.el with `echo', and include "Local Variables"
6606         section to prevent the empty file from being compiled.
6607         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
6608         that generate an empty cus-load.el.
6610 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
6612         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6613         Don't copy ldefs-boot.el over loaddefs.el.
6614         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
6615         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
6616         to loaddefs.el; they are not needed now.  Add coding cookie.
6618 2008-06-20  Miles Bader  <miles@gnu.org>
6620         * face-remap.el (face-remap-add-relative, face-remap-set-base):
6621         Strip unnecessary list levels from SPECS.
6622         (buffer-face-set, buffer-face-toggle):
6623         Change argument from FACE to &rest SPECS, and strip unnecessary
6624         list levels from SPECS.
6625         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
6627 2008-06-20  Jason Rumney  <jasonr@gnu.org>
6629         * international/fontset.el (setup-default-fontset): Specify script
6630         for latin use of iso10646-1.  Fix use of lang tags.
6632 2008-06-19  Miles Bader  <miles@gnu.org>
6634         * face-remap.el (text-scale-increase): Start from zero if
6635         text-scale-mode isn't enabled.
6637 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6639         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
6640         frame parameters after setting up the `default' face.
6642 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6644         * faces.el (face-set-after-frame-default): Don't exclude `default'.
6646 2008-06-18  Glenn Morris  <rgm@gnu.org>
6648         * mouse.el (buffer-face-mode-invoke): Declare.
6650         * Makefile.in (ELCFILES): Add org/org-id.elc.
6652         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
6653         * calendar/cal-menu.el (cal-menu-holidays-menu):
6654         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
6655         (cal-menu-today-holidays): Remove function.
6657         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
6658         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
6659         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
6660         Remove unused functions.
6661         (calendar-mouse-view-diary-entries): Use format rather than concat.
6663         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
6664         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6665         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
6667         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
6668         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6669         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
6670         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
6671         cal-menu-event-to-date.
6673         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
6674         Handle mouse events.
6675         * calendar/cal-tex.el (cal-tex-cursor-year)
6676         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
6677         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6678         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6679         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
6680         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
6681         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
6682         (cal-tex-cursor-month): Mark N as optional.
6683         * calendar/cal-menu.el (calendar-mouse-tex-day)
6684         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
6685         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
6686         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
6687         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
6688         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
6689         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
6690         Remove functions.
6691         (cal-menu-context-mouse-menu): Replace the above functions with the
6692         cal-tex versions.  Add HTML submenu.
6694 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
6696         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
6697         text command mode.
6698         (gdb): Explain that gud-gdb is needed for text command mode.
6700 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
6702         * window.el (split-height-threshold): Remove spurious extra line.
6704 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6706         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
6707         (calendar-set-mark):
6708         * calendar/diary-lib.el (diary-insert-entry):
6709         * calendar/solar.el (calendar-sunrise-sunset): Use it.
6710         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
6711         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
6712         (cal-menu-context-mouse-menu): Use calendar-set-mark,
6713         diary-insert-entry, and calendar-sunrise-sunset instead.
6715         * vc.el (vc-deduce-fileset): Add arg `only-files'.
6716         (vc-next-action): Pass the new arg.
6717         (vc-register): Don't use `only-files'.
6718         Don't set `backup-inhibited' in the current buffer.
6720 2008-06-17  Miles Bader  <miles@gnu.org>
6722         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
6724         * face-remap.el (buffer-face-mode-face)
6725         (buffer-face-mode-remapping): New variables.
6726         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
6727         (buffer-face-mode-invoke): New functions.
6728         (variable-pitch-mode-remapping): Variable removed.
6729         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
6731         * face-remap.el (internal-lisp-face-attributes): New variable.
6732         (face-attrs-more-relative-p, face-remap-order): New functions.
6733         (face-remap-add-relative): Use `face-remap-order'.
6735 2008-06-17  Glenn Morris  <rgm@gnu.org>
6737         * mouse.el (x-select-font): Declare.
6739         * calendar/calendar.el (calendar-move-hook):
6740         Add calendar-update-mode-line as an option.
6741         (calendar-date-echo-text): New user option.
6742         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
6743         (calendar-insert-indented): Simplify newline insertion.
6744         (calendar-describe-mode): Remove unused function.
6745         (calendar-mode-line-entry): New function.
6746         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
6747         Mark as risky.
6748         (calendar-mouse-other-month): Remove function.
6749         (calendar-other-month): Handle mouse events.
6750         (calendar-goto-info-node): Call fit-window-to-buffer.
6751         (calendar-mode): Use define-derived-mode.  Doc fix.
6752         (calendar-update-mode-line): Tweak whitespace.
6754 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6756         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
6757         (vc-dir-marked-only-files): vc-string-prefix-p.
6759 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
6761         * progmodes/gdb-ui.el (gdb-memory-set-address)
6762         (gdb-memory-set-repeat-count): Allow keyboard bindings.
6763         (gdb-memory-mode-map): Bind above functions respectively
6764         to 'S' and 'N'.
6766 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
6768         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
6770 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
6772         * log-view.el (vc-diff-internal): Declare for compiler.
6774         * vc-bzr.el (log-view-per-file-logs):
6775         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
6777 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
6779         * mouse.el (mouse-appearance-menu-map): New var.
6780         (mouse-appearance-menu): New function.
6781         Bind it to S-down-mouse-1.
6783 2008-06-15  Juri Linkov  <juri@jurta.org>
6785         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
6786         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
6787         as the second element.
6788         (Info-build-toc): Add PARENT element extracted from the Up pointer.
6789         Don't print progress messages.
6790         (Info-toc-nodes): New variable and function.
6791         (Info-index-nodes): Optimize non-string file name case.
6792         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
6793         (Info-insert-breadcrumbs): Use the cached document structure instead
6794         of visiting all ancestor nodes.  Remove the initial `>'.
6796 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
6798         * log-view.el (log-view-diff-changeset): New function.
6799         (log-view-mode-map, log-view-mode-menu): Bind it.
6800         (log-view-per-file-logs, log-view-vc-fileset)
6801         (log-view-vc-backend): New variables.
6802         (log-view-find-revision, log-view-modify-change-comment)
6803         (log-view-annotate-version): Throw an error if the log is for more
6804         than one file and we can't find the current file.  Get the current
6805         file from log-view-vc-fileset if necessary.
6806         (log-view-diff): Get the current file from log-view-vc-fileset if
6807         necessary.
6809         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
6811         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
6812         (vc-hg-log-view-mode): Declare for compiler.
6813         (vc-hg-log-view-mode): Set log-view-per-file-logs and
6814         log-view-file-re.
6815         (vc-hg-diff): If no file is passed, use default-directory for cwd.
6817         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
6819         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
6821 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
6823         * net/tramp.el (tramp-handle-start-file-process):
6824         Clear modification time of the connection buffer.
6825         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
6826         (tramp-open-connection-setup-interactive-shell): Flush cache, and
6827         restart `tramp-maybe-open-connection' when the remote system has
6828         been changed.  Throw 'uname-changed event.
6829         (tramp-maybe-open-connection): Catch it.
6831         * net/tramp-cmds.el (tramp-cleanup-all-connections):
6832         Reset `tramp-locked'.
6834 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
6836         * net/newst-treeview.el (newsticker--treeview-list-update)
6837         (newsticker--treeview-item-update)
6838         (newsticker--treeview-tree-update)
6839         (newsticker-treeview-jump, newsticker-group-add-group)
6840         (newsticker-group-move-feed, newsticker-group-delete-group):
6841         Remove window dedication.
6842         (newsticker--group-manage-orphan-feeds): Handle ill-valued
6843         newsticker-groups.
6844         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
6846 2008-06-15  Andreas Schwab  <schwab@suse.de>
6848         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
6849         when parsing CVS/Repository.
6851         * wdired.el (wdired-search-and-rename): Fix undocumented change.
6853 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
6855         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
6856         (newsticker-extra-face, newsticker-enclosure-face): Moved to
6857         net/newst-reader.el.
6859         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
6860         (newsticker-extra-face, newsticker-enclosure-face): Moved from
6861         net/newst-reader.el.
6863 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6865         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
6866         Catch and recover from case when the bytes we thought we were reading
6867         turn out to be something else entirely, such as latin-1 chars from
6868         quail.  See bug#396.
6870 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
6872         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
6873         (vc-register): Call the backend function only once, instead of
6874         once for each file.
6875         (vc-next-action): Update call to vc-register.
6876         (vc-dir-register): Remove function.
6877         (vc-dir): Bind vc-register instead of vc-dir-register.
6879 2008-06-14  Glenn Morris  <rgm@gnu.org>
6881         * Makefile.in (ELCFILES): Add net/newst-*.el.
6883 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6885         * wdired.el (wdired-do-renames): New function.
6886         (wdired-finish-edit): Use it to.
6887         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
6889 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6891         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
6893 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
6895         * window.el (window--even-window-heights): Even window heights
6896         only if the selected window is higher than WINDOW.
6897         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6899 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6901         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
6903 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6905         * term/linux.el (terminal-init-linux): Load t-mouse.
6907 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6908             Drew Adams  <drew.adams@oracle.com>
6910         * info.el (Info-breadcrumbs-depth): New var.
6911         (Info-insert-breadcrumbs): New function.
6912         (Info-fontify-node): Use it.
6913         (Info-mode-map): Move initialization into declaration.
6915 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
6917         Rename net/newsticker-*.el to net/newst-*.el.
6918         * net/newst-backend.el: Rename from net/newsticker-backend.el.
6919         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
6920         * net/newst-reader.el: Rename from net/newsticker-reader.el.
6921         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
6922         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
6923         * net/newsticker-backend.el: Rename to net/newst-backend.el.
6924         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
6925         * net/newsticker-reader.el: Rename to net/newst-reader.el.
6926         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
6927         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
6929 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6931         * progmodes/compile.el (compilation-start): Don't disable undo in
6932         comint buffer.  Don't override the comint-filter with our own.
6933         (compilation-filter): Change point's insertion-type.
6935         * comint.el (comint-output-filter): Use copy-marker.
6937 2008-06-13  David Reitter  <david.reitter@gmail.com>
6939         * textmodes/flyspell.el (mail-mode-flyspell-verify):
6940         Check message-signature-separator exists before using it.
6942 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
6944         * vc.el (vc-delete-file): Bind default-directory before calling
6945         the backend.
6946         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
6947         (vc-annotate-show-diff-revision-at-line-internal): ... here.
6948         New function.
6949         (vc-annotate-show-changeset-diff-revision-at-line): New function.
6950         (vc-annotate-mode-menu): Bind it.
6952 2008-06-13  Jason Rumney  <jasonr@gnu.org>
6954         * term/w32-win.el (mouse-set-font): Remove overridden function.
6955         (w32-select-font): Declare as obsolete alias for x-select-font.
6957 2008-06-13  Daniel Engeler  <engeler@gmail.com>
6959         These changes add serial port access.
6960         * term.el (term-update-mode-line): Modify.
6961         (serial-port-is-file-p, serial-nice-speed-history)
6962         (serial-no-speed, serial-mode-line-speed-menu)
6963         (serial-mode-line-config-menu): New variables and constants.
6964         (serial-name-history, serial-speed-history)
6965         (serial-supported-or-barf, serial-read-name, serial-read-speed)
6966         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
6967         (serial-mode-line-speed-menu, serial-update-speed-menu)
6968         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
6969         (serial-update-config-menu): New functions.
6971 2008-06-13  Glenn Morris  <rgm@gnu.org>
6973         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
6975         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
6977 2008-06-13  Kenichi Handa  <handa@m17n.org>
6979         * cus-face.el (custom-face-attributes): Add :foundry.
6981         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
6982         (face-x-resources): Add :foundry.
6983         (face-valid-attribute-values): Likewise.
6984         (face-attribute-name-alist): Likewise.
6985         (describe-face): Likewise.
6987 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6989         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
6991 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
6993         * longlines.el (longlines-search-forward, longlines-search-backward)
6994         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
6996 2008-06-12  Sam Steingold  <sds@gnu.org>
6998         * vc.el (vc-rename-file): DTRT when the destination is a directory
6999         name and the source is a file.
7001 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
7003         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
7005 2008-06-12  Glenn Morris  <rgm@gnu.org>
7007         * progmodes/f90.el (f90-beginning-of-subprogram)
7008         (f90-end-of-subprogram): Only give a message when interactive.
7010         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
7012         * progmodes/cperl-mode.el (cperl-info-on-command):
7013         Use display-pixel-height rather than x-display-pixel-height.
7015         * mail/rmailedit.el (rmail-cease-edit):
7016         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
7018         * emulation/edt.el (edt-xserver):
7019         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
7021         * emulation/edt-mapper.el: Drop test for Emacs < 19.
7023         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
7024         Evaluate definitions when compiling.  Reverse tests.
7026         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
7027         use unless.
7029         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
7031         * textmodes/artist.el (x-pointer-shape):
7032         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
7033         (x-open-connection, x-server-max-request-size, x-get-resource):
7034         * term/w32console.el (x-setup-function-keys):
7035         * term/w32-win.el (x-parse-geometry, x-resource-name)
7036         (generate-fontset-menu, image-library-alist, x-open-connection)
7037         (setup-default-fontset, set-fontset-font, setup-default-fontset)
7038         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
7039         (x-get-resource):
7040         * term/mac-win.el (x-parse-geometry, x-resource-name)
7041         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
7042         (new-fontset, x-display-list, x-open-connection, x-get-resource):
7043         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
7044         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
7045         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
7046         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
7047         (tooltip-identifier-from-point, define-fringe-bitmap):
7048         * play/gamegrid.el (image-size):
7049         * play/bubbles.el (image-size):
7050         * mail/emacsbug.el (x-server-vendor, x-server-version):
7051         * international/mule-util.el (internal-char-font):
7052         * international/mule-diag.el (font-info, query-fontset, fontset-info)
7053         (fontset-alias-alist, fontset-list, fontset-plain-name):
7054         * international/mule-cmds.el (x-server-vendor, x-server-version):
7055         * international/fontset.el (font-encoding-charset-alist)
7056         (otf-script-alist, new-fontset, set-fontset-font)
7057         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
7058         (fontset-list, query-fontset, x-get-resource):
7059         * emulation/edt.el (x-server-vendor):
7060         * emulation/edt-mapper.el (x-server-vendor):
7061         * emacs-lisp/map-ynp.el (x-popup-dialog):
7062         * emacs-lisp/lmenu.el (x-popup-dialog):
7063         * x-dnd.el (x-window-property, x-change-window-property)
7064         (x-get-selection-internal):
7065         * woman.el (x-list-fonts):
7066         * w32-fns.el (x-server-version):
7067         * tooltip.el (x-show-tip, x-hide-tip):
7068         * tool-bar.el (image-mask-p):
7069         * thumbs.el (image-size):
7070         * term.el (overflow-newline-into-fringe):
7071         * subr.el (scroll-bar-scale):
7072         * startup.el (x-get-resource, tool-bar-mode, image-size):
7073         * select.el (x-get-selection-internal, x-own-selection-internal)
7074         (x-disown-selection-internal):
7075         * mouse.el (generate-fontset-menu):
7076         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
7077         * image.el (image-library-alist):
7078         * image-mode.el (image-size, image-refresh):
7079         * image-dired.el (clear-image-cache):
7080         * gs.el (x-display-mm-width, x-display-pixel-width)
7081         (x-display-mm-height, x-display-pixel-height)
7082         (x-change-window-property, x-display-grayscale-p, x-window-property):
7083         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
7084         (x-focus-frame, x-list-fonts, x-display-screens)
7085         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
7086         (x-display-mm-width, x-display-backing-store, x-display-save-under)
7087         (x-display-planes, x-display-color-cells, x-display-visual-class):
7088         * faces.el (internal-face-x-get-resource)
7089         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
7090         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
7091         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
7092         (x-parse-geometry, x-create-frame, x-setup-function-keys)
7093         (tool-bar-setup):
7094         * doc-view.el (clear-image-cache, image-size, tooltip-show):
7095         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
7096         * dframe.el (x-display-pixel-width, x-display-pixel-height):
7097         * descr-text.el (internal-char-font):
7098         Define for compiler, for builds without X.
7100 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7102         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
7104 2008-06-11  Glenn Morris  <rgm@gnu.org>
7106         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
7107         before trying to move there.
7108         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
7109         is non-nil, indent most terminating statements like loop body.
7111         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
7112         Gregorian date, and add it, not the local date, to diary-entries-list.
7113         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
7115 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7117         * progmodes/compile.el (compilation-filter): Fix up last change.
7119         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
7121         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
7122         (gpm-mouse-mode): Make it into a proper global minor mode.
7124         * files.el (save-some-buffers-action-alist): Only use recursive-edit
7125         if the user enabled recursive-minibuffers.
7127         * emacs-lisp/map-ynp.el (map-y-or-n-p):
7128         Add support for scroll-other-window.
7130 2008-06-11  Jason Rumney  <jasonr@gnu.org>
7132         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
7133         Use tmm-menubar if menu is disabled in this frame.
7135         * menu-bar.el (menu-bar-open): Determine how to open menu bar
7136         from frame type, per documentation.  Add w32 case.
7138 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7140         * minibuffer.el (completion--merge-suffix): New function.
7141         (completion-basic-try-completion): Use it.
7142         (completion-pcm--find-all-completions): Add argument `filter'.
7143         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
7144         New functions.
7145         (completion-pcm-try-completion): Use them.
7147         * xt-mouse.el (turn-on-xterm-mouse-tracking)
7148         (turn-off-xterm-mouse-tracking): Use terminal-list.
7150         * cus-start.el (underline-minimum-offset): Rename from
7151         x-underline-minimum-display-offset.
7153 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
7155         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
7157 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
7159         * mouse.el (mouse-select-font): New function.
7161         * faces.el (face-spec-recalc): When the face is set using
7162         Customize, avoid recalculating it twice.
7164         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
7165         Font" menu item to it.  Apply selected font to all frames, and
7166         make it savable.
7167         (menu-bar-options-save): Save `default' font if changed.
7169 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7171         * ffap.el (ffap-string-at-point-mode-alist):
7172         Use alpha rather than lower.
7174         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
7176         * subr.el (momentary-string-display): Use an overlay.
7178         * progmodes/compile.el (compilation-mode):
7179         Set window-point-insertion-type.
7180         (compilation-filter): Don't use insert-before-markers any more.
7181         * emacs-lisp/trace.el (trace-make-advice):
7182         Set window-point-insertion-type in the trace buffer.
7183         * startup.el (normal-top-level): Set window-point-insertion-type in
7184         *Messages*.
7185         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
7186         (telnet-filter): Don't use insert-before-markers any more.
7187         * comint.el (comint-mode): Set window-point-insertion-type.
7188         (comint-output-filter): Don't use insert-before-markers any more.
7189         * button.el (make-text-button): Allow `start' to be a string.
7191 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
7193         * emacs-lisp/autoload.el (autoload-rubric):
7194         Fix coding cookie not to force Unix EOL.
7196 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
7198         * window.el (window--splittable-p, window--try-to-split-window):
7199         Don't use with-selected-window to avoid messing up get-lru-window.
7200         Reported by David Hansen <david.hansen@gmx.net>.
7202 2008-06-10  Glenn Morris  <rgm@gnu.org>
7204         * subr.el (locate-library): Doc fix.
7206         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
7207         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
7208         Check tool-bar-map is bound, for non-X builds.
7210         * net/newsticker-reader.el (newsticker--next-item-image)
7211         (newsticker--previous-item-image, newsticker--previous-feed-image)
7212         (newsticker--next-feed-image, newsticker--mark-read-image)
7213         (ewsticker--mark-immortal-image, newsticker--narrow-image)
7214         (newsticker--get-all-image, newsticker--update-image)
7215         (newsticker--browse-image): Check xpm images are available.
7216         (newsticker--mark-read-image, newsticker--mark-immortal-image)
7217         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
7219         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
7220         (newsticker--plainview-tool-bar-map, newsticker-mode):
7221         Check tool-bar-map is bound, for non-X builds.
7222         (w3m-toggle-inline-image): Declare.
7224         * net/newsticker-backend.el (tool-bar-map): Don't declare.
7226         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
7228         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
7229         (finder-compile-keywords): Move let to where needed.
7230         (finder-mouse-face-on-line): Go back one more line if needed.
7231         (finder-list-matches): Use cadr.
7232         (finder-goto-xref): New function.
7233         (finder-commentary): Add buttons to jump to foo.el libraries.
7235 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7237         * apropos.el (apropos-function, apropos-macro, apropos-command)
7238         (apropos-variable, apropos-face, apropos-group, apropos-widget)
7239         (apropos-plist): Add apropos-short-label property.
7240         (apropos-multi-type): New variables.
7241         (apropos-command, apropos-value): Set it.
7242         (apropos-compact-layout): New custom.
7243         (apropos-print, apropos-print-doc): Use it.
7244         (apropos-print): Truncate lines.
7246 2008-06-09  Kenichi Handa  <handa@m17n.org>
7248         * international/fontset.el (font-encoding-alist):
7249         Add an entry for "ascii-0".
7251 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
7253         * language/hanja-util.el (hanja-init-load): Show the message only
7254         when loading a table.
7256 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
7258         * net/newsticker-treeview.el (newsticker-treeview):
7259         * net/newsticker-plainview.el (newsticker-plainview):
7260         Add autoload cookie.
7262 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
7264         * net/newsticker.el: Split up into newsticker-backend, -ticker,
7265         -reader, -plainview, and -treeview.
7266         (newsticker-version): Change to 1.99.
7268         * net/newsticker-backend.el: New.  Move backend functionality from
7269         newsticker.el to newsticker-backend.el.
7270         (newsticker--download-logos): New.
7271         (newsticker--sentinel-callback): New.
7272         (newsticker--set-customvar): Remove.  Split up into specific
7273         functions related to retrieval, ticker, buffer, and display.
7274         (newsticker--set-customvar-retrieval): New.  Extracted from
7275         `newsticker--set-customvar'.
7276         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
7277         (newsticker-url-list-defaults):
7278         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
7279         (newsticker-url-list): Doc changed.  URL can be a function.
7280         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
7281         (newsticker-retrieval-method): New.
7282         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
7283         (newsticker-retrieval-interval):
7284         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
7285         (newsticker-desc-comp-max): Change :group.
7286         (newsticker--cache): Doc changed.
7287         (newsticker--guid-to-string): New.
7288         (newsticker--guid): Use `newsticker--guid-to-string'.
7289         (newsticker--real-feed-name): New.
7290         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
7291         (newsticker-start): Use `insert-file-contents' for reading cache.
7292         Use `newsticker--start-feed'.
7293         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
7294         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
7295         Use `newsticker--stop-feed'.
7296         (newsticker-save-item): New.
7297         (newsticker--get-news-by-funcall): New.
7298         (newsticker-get-news): Handle new retrieval methods.
7299         (newsticker--sentinel): Use `newsticker--sentinel-work'.
7300         (newsticker--sentinel-work): New.  Extracted from
7301         `newsticker--sentinel'.  Use `newsticker--download-logos',
7302         `newsticker--sentinel-callback'.
7303         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
7304         (newsticker--parse-atom-1.0): Fix link determination.
7305         (newsticker--parse-rss-0.91): Fix time determination.
7306         (newsticker--parse-rss-0.92): Fix time determination.
7307         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
7308         (newsticker--parse-generic-feed): New arg order in
7309         `newsticker--cache-add'.
7310         (newsticker--parse-generic-items): Fix for multiple items.
7311         New arg order in `newsticker--cache-add'.
7312         (newsticker--forget-preformatted): Check whether
7313         `newsticker--buffer-set-uptodate' is fbound.
7314         (newsticker--decode-iso8601-date): Handle fractions of seconds.
7315         (newsticker--decode-rfc822-date): Partial timezone handling.
7316         (newsticker--cache-contains): Fix guid problem.
7317         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
7318         (newsticker--cache-save): New.
7319         (newsticker--cache-update): Use temp buffer.
7320         (newsticker--stat-num-items): Allow multiple AGE args.
7321         (newsticker--stat-num-items-total): New.
7322         (newsticker--opml-import-outlines): New.
7323         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
7324         (newsticker--do-run-auto-mark-filter): Doc changed.
7325         (newsticker-retrieve-random-message): New.
7327         * net/newsticker-ticker.el: New.  Move ticker functionality from
7328         net/newsticker.el to net/newsticker-ticker.el.
7329         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
7330         `newsticker--ticker-timer'.
7331         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
7332         to `newsticker--ticker-timer'.
7333         (newsticker--set-customvar-ticker): New.  Extracted from
7334         `newsticker--set-customvar'.
7335         (newsticker-ticker-interval): Rename `newsticker-display-interval'
7336         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
7337         for :set.  Change :group.
7338         (newsticker-scroll-smoothly): Doc changed.  Change :group.
7339         (newsticker-hide-immortal-items-in-echo-area)
7340         (newsticker-hide-old-items-in-echo-area)
7341         (newsticker-hide-obsolete-items-in-echo-area):
7342         Use `newsticker--set-customvar-ticker for :set.  Change :group.
7343         (newsticker-start-ticker): Rename `newsticker--display-timer' to
7344         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
7345         to `newsticker-ticker-interval'.
7346         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
7347         `newsticker--ticker-timer'.
7349         * net/newsticker-reader.el: New.  Move reader functionality from
7350         net/newsticker.el to net/newsticker-reader.el.
7351         (newsticker--set-customvar-formatting): New.  Extracted from
7352         `newsticker--set-customvar'.
7353         (newsticker-reader, newsticker-frontend): New.
7354         (newsticker-enable-logo-manipulations): Change :group.
7355         (newsticker-justification): Use `newsticker--set-customvar-formatting'
7356         for :set.  Change :group.
7357         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
7358         for :set.  Change :group.
7359         (newsticker-html-renderer): Doc changed.
7360         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
7361         (newsticker-date-format):
7362         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
7363         (newsticker--insert-enclosure):
7364         Rename `newsticker--buffer-insert-enclosure' to
7365         `newsticker--insert-enclosure'.  Add keymap arg.
7366         (newsticker--print-extra-elements):
7367         Rename `newsticker--buffer-print-extra-elements' to
7368         `newsticker--print-extra-elements'.  Add keymap arg.
7369         (newsticker--do-print-extra-element):
7370         Rename `newsticker--buffer-do-print-extra-element' to
7371         `newsticker--do-print-extra-element'.  Add keymap arg.
7372         (newsticker-show-news): Use `newsticker-frontend'.
7374         * net/newsticker-plainview.el: New.  Move plainview functionality
7375         from net/newsticker.el to net/newsticker-reader.el.
7376         (newsticker-plainview): New.
7377         (newsticker--set-customvar-sorting): New.  Extracted from
7378         `newsticker--set-customvar'.
7379         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
7380         for :set.  Changed :group.
7381         (newsticker-heading-format, newsticker-item-format)
7382         (newsticker-desc-format, newsticker-statistics-format):
7383         Use `newsticker--set-customvar-formatting for :set.  Change :group.
7384         (newsticker-faces): Change :group.
7385         (newsticker-default-face): Enable again.
7386         (newsticker-hide-old-items-in-newsticker-buffer)
7387         (newsticker-show-descriptions-of-new-items):
7388         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
7389         (newsticker-show-all-news-elements): Change :group.
7390         (newsticker-plainview-hooks): New.
7391         (newsticker-select-item-hook, newsticker-select-feed-hook)
7392         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
7393         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
7394         to `newsticker--plainview-tool-bar-map'.
7395         (newsticker--url-keymap): Add mouse-1 binding.
7396         (newsticker-plainview): New.
7397         (newsticker-mark-all-items-of-feed-as-read): Change doc.
7398         (newsticker--buffer-do-insert-text): Use renamed
7399         newsticker--[buffer-]insert-enclosure and
7400         newsticker--[buffer-]print-extra-elements.
7401         (newsticker--buffer-set-faces): Use newsticker-default-face.
7403         * net/newsticker-treeview.el: New.
7405 2008-06-08  Andreas Schwab  <schwab@suse.de>
7407         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
7409         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
7411         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
7412         empty line.
7414         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
7416 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
7418         * window.el (split-height-threshold, split-width-threshold):
7419         Add choice nil.
7420         (split-window-preferred-function): Allow either nil or a function.
7421         (window--splittable-p, window--try-to-split-window):
7422         Handle changed option values.
7424         (window--frame-usable-p): Handle nil argument.
7426         (display-buffer): Call get-lru-window when pop-up-windows is nil
7427         and window can't be split.
7429 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7431         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
7433         * net/tramp.el (top): Quote feature names.  Remove
7434         `tramp-rfn-eshadow-setup-minibuffer' from
7435         `rfn-eshadow-setup-minibuffer-hook' when unloading.
7436         (tramp-read-passwd): There is only one call to
7437         `auth-source-user-or-password' needed.  Pacify byte compiler.
7439 2008-06-08  Andreas Schwab  <schwab@suse.de>
7441         * window.el (display-buffer): Use lru window if current window
7442         cannot be split.
7444 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7446         * apropos.el (apropos-library): New command and new button.
7447         (apropos-library-button): New function.
7449         * apropos.el: Remove spurious * in docstrings.
7450         (apropos-label-face): Use variable pitch.
7451         (apropos-print): Use dolist and with-current-buffer.
7452         (apropos-print-doc): Use when.
7454         * window.el (special-display-p, display-buffer):
7455         Fix up C->Elisp transcription error.
7457 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7459         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
7460         (byte-compile-file): Initialize it.
7461         (byte-compile-nogroup-warn): Keep track of the current group.
7463 2008-06-08  Glenn Morris  <rgm@gnu.org>
7465         * Makefile.in (compile, compile-always, bootstrap-prepare):
7466         Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
7468 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
7470         * language/hanja-util.el (hanja-init-load): Use a char-table for
7471         hanja-table.
7472         (hangul-to-hanja-char): Adjust for the above change.
7474 2008-06-07  Glenn Morris  <rgm@gnu.org>
7476         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
7477         lm-keywords.
7479         * mail/sendmail.el (mail-interactive): Add :version.
7481         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
7482         obsolete alias.
7484         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
7485         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
7486         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
7487         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
7488         * eshell/esh-util.el, international/mule-cmds.el:
7489         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
7490         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
7491         Remove unnecessary eval-when-compiles and eval-and-compiles.
7493         * Makefile.in (bootstrap-clean): Run autogen-clean.
7494         (maintainer-clean): No need to run autogen-clean now it is included in
7495         bootstrap-clean.
7497 2008-06-06  Miles Bader  <miles@gnu.org>
7499         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
7501 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
7503         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
7504         longlines mode.
7506         * replace.el (replace-search-function)
7507         (replace-re-search-function): New vars.
7508         (perform-replace): Use them.
7510         * longlines.el (longlines-re-search-forward): New function.
7511         (longlines-mode): Bind replace-search-function and
7512         replace-re-search-function, to ensure that replacement commands
7513         treat newlines as spaces.
7514         (longlines-show-effect): Default to a pilcrow sign.
7516 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7518         * help.el (function-called-at-point):
7519         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
7520         even when calling find-tag-default.
7522 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
7524         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
7525         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
7526         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
7527         (nxml-fontify-buffer, nxml-do-fontify):
7528         Remove obsolete variables and functions.
7529         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
7530         (nxml-degrade, nxml-after-change, nxml-after-change1)
7531         (nxml-extend-region, nxml-extend-after-change-region)
7532         (nxml-extend-after-change-region1, nxml-fontify-matcher)
7533         (nxml-toggle-char-ref-extra-display): Use font-lock, and
7534         font-lock-extend-region-functions in particular, to fontify
7535         nxml-mode buffers.
7536         (nxml-debug-region): New debugging helper function.
7538         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
7539         (nxml-scan-after-change, nxml-move-tag-backwards):
7540         Adapt for font-lock changes.
7542         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
7543         (nxml-debug-set-inside, nxml-debug-clear-inside):
7544         New debugging functions.
7545         (nxml-with-degradation-on-error): New helper macro.
7547 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
7549         * window.el (display-buffer): Remove dead call to get-lru-window.
7551 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7553         * mail/sendmail.el (mail-interactive): Change default.
7555 2008-06-05  John Paul Wallington  <jpw@pobox.com>
7557         * bindings.el (completion-ignored-extensions):
7558         Add .p64fsl, .d64fsl, and .dx64fsl.
7560 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7562         * ffap.el (ffap-prompter): Don't use the region.
7564 2008-06-05  Sam Steingold  <sds@gnu.org>
7566         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
7567         subdirectory to be registered.
7569 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
7571         * window.el (display-buffer-function, special-display-p)
7572         (special-display-buffer-names, special-display-regexps)
7573         (special-display-function, same-window-p, same-window-buffer-names)
7574         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
7575         (pop-up-frame-function, pop-up-windows, even-window-heights)
7576         (split-window-preferred-function, split-height-threshold)
7577         (window--display-buffer-1, display-buffer, pop-to-buffer):
7578         Move from window.c and buffer.c.
7579         (window--splittable-p, window--try-to-split-window)
7580         (window--frame-usable-p, window--display-buffer-2)
7581         (window--even-window-heights): New functions.
7582         (split-width-threshold): New option.
7583         (split-window-preferred-horizontally): Remove.
7585         * cus-start.el: Remove corresponding declarations.
7587 2008-06-05  Sam Steingold  <sds@gnu.org>
7589         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
7590         an error on modified buffers.
7592 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7594         * progmodes/etags.el (tags-verify-table): Be careful to use and update
7595         tags-file-name and tags-table-list from the right buffer.
7596         (tags-table-check-computed-list, tags-table-extend-computed-list)
7597         (find-tag-noselect): Use with-current-buffer.
7599         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
7600         Use print-circle.
7602         * minibuffer.el (minibuffer-local-must-match-filename-map):
7603         Declare obsolete alias for the old name.
7605         * abbrev.el (unexpand-abbrev): Better preserve markers.
7607 2008-06-05  Glenn Morris  <rgm@gnu.org>
7609         * emacs-lisp/autoload.el (autoload-rubric): New function,
7610         extracted from autoload-ensure-default-file.
7611         (autoload-ensure-default-file): Use autoload-rubric.
7613         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
7614         (custom-dependencies-no-scan-regexp): New variable.
7615         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
7616         Don't scan files matching custom-dependencies-no-scan-regexp.
7617         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
7619         * finder.el (finder-headmark): Initialize and add doc string.
7620         (generated-finder-keywords-file): Doc fix.
7621         (finder-no-scan-regexp): New variable.
7622         (finder-compile-keywords): Use a single let binding.
7623         Disable undo in the output buffer.  Use autoload-rubric.
7624         Use mapc rather than mapcar.  Don't scan files matching
7625         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
7626         rather than concat.  Use directory-files to do regexp matching.
7627         No need to require jka-compr.
7628         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
7629         (finder-list-matches): Disable undo.
7630         (finder-commentary): Use let rather than let*.  Disable undo.
7631         (finder-current-item): Use zerop.
7632         (finder-mode): Use define-derived-mode.
7633         (finder-exit): Doc fix.  Use dolist.
7635         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
7636         (custom-deps): Don't require $(lisp)/cus-load.el.
7637         (custom-deps, finder-data): Don't depend on autoloads.
7638         Should not be needed now, and doing so was causing make install to
7639         re-dump emacs post-bootstrap.
7640         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
7641         mid-build forces some things to be rebuilt.
7643 2008-06-05  Miles Bader  <miles@gnu.org>
7645         * face-remap.el
7646         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
7647         (face-remap-remove-relative): Renamed from
7648         `remove-relative-face-remapping'.
7649         (face-remap-reset-base): Renamed from
7650         `set-default-base-face-remapping'.
7651         (face-remap-set-base): Renamed from `set-base-face-remapping'.
7652         (text-scale-increase): Renamed from `increase-buffer-face-height'.
7653         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
7654         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
7656         * face-remap.el (variable-pitch-mode): Autoload.
7658 2008-06-04  Sam Steingold  <sds@gnu.org>
7660         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
7661         Generate extra status headers for a Mercurial tree.
7663 2008-06-04  John Paul Wallington  <jpw@pobox.com>
7665         * echistory.el (electric-history-map): Define within defvar.
7666         Add docstring.
7668         * font-lock.el (font-lock-turn-off-thing-lock)
7669         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
7670         Use `bound-and-true-p'.
7671         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
7672         Doc fixes.
7674         * international/ccl.el (define-ccl-program): Add `doc-string'
7675         declaration.
7677 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
7679         * face-remap.el (variable-pitch-mode): Reflow docstrings.
7680         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
7682 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
7684         * emacs-lisp/rx.el (rx): Doc fix.
7686 2008-06-04  Markus Triska  <markus.triska@gmx.at>
7688         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
7690 2008-06-04  Miles Bader  <miles@gnu.org>
7692         * face-remap.el (adjust-buffer-face-height): New function.
7693         Add autoloaded keybindings in ctl-x-map.
7694         (increase-buffer-face-height, decrease-buffer-face-height):
7695         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
7697 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
7699         * simple.el (line-move-1): If we did not move as far as desired,
7700         ensure that point-left and point-entered hooks are called.
7702 2008-06-03  Sam Steingold  <sds@gnu.org>
7704         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
7706 2008-06-03  John Paul Wallington  <jpw@pobox.com>
7708         * progmodes/make-mode.el (makefile-cleanup-continuations)
7709         (makefile-warn-suspicious-lines, makefile-warn-continuations):
7710         Use `derived-mode-p'.
7712 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7714         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
7715         (ELCFILES): Update.
7717 2008-06-03  Miles Bader  <miles@gnu.org>
7719         * face-remap.el: New file.
7720         * Makefile.in (ELCFILES): Add face-remap.elc.
7722 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7724         * progmodes/flymake.el (flymake-process-filter): Make sure the source
7725         buffer isn't dead.
7727         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
7728         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
7729         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
7730         * obsolete/auto-show.el, obsolete/hscroll.el:
7731         Remove packages that were obsolete in Emacs-20, or that were obsolete
7732         in Emacs-21 and do not contain any more code.
7734         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
7735         vc-client-mode is not set.
7737         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
7738         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
7740         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
7741         yet a bit more clever at distinguishing / from /.
7743 2008-06-03  Kenichi Handa  <handa@m17n.org>
7745         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
7747 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
7749         * language/hanja-util.el: New file.
7751 2008-06-03  Glenn Morris  <rgm@gnu.org>
7753         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
7754         Check that end-of-word follows "type".
7756 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
7758         * epa-file.el (epa-file-write-region): Write the entire buffer
7759         content if START is nil.
7761 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
7763         * select.el (x-get-selection): Fix typo.
7765 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
7767         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
7768         (describe-char): Use `looking-at-p', `string-match-p' when possible.
7770 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7772         * tar-mode.el (tar-header-block-summarize): Ensure one space around
7773         user&group.
7775 2008-05-31  John Paul Wallington  <jpw@pobox.com>
7777         * help-fns.el (describe-variable-custom-version-info):
7778         Handle dotted `package-version' info.
7780 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
7782         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
7784 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
7786         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
7787         names and improve support for unregistered files.
7789 2008-05-31  Glenn Morris  <rgm@gnu.org>
7791         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
7792         Remove shell variable `elc'.  Split tests to hopefully be more portable.
7793         Fix `sel' assignment.
7795 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
7797         * minibuffer.el (completion-table-dynamic): Doc fix.
7799 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7801         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
7802         Try and return `unregistered' when applicable.
7804         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7805         Don't encourage naming variables with "-flag".
7807 2008-05-30  Glenn Morris  <rgm@gnu.org>
7809         * Makefile.in (update-elclist): Hide the warning when it does not apply,
7810         make it milder when it does.
7811         (autogen-clean): New target.
7812         (maintainer-clean): Use autogen-clean.
7814         * calendar/diary-lib.el (diary-display-function): New name for
7815         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
7816         Change custom type and version.
7817         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
7818         (diary-fancy-display): Doc fixes.
7819         (diary-list-entries, diary-include-other-diary-files)
7820         (diary-mail-entries):
7821         Use diary-display-function rather than diary-display-hook.
7823         * calendar/appt.el (appt-check): Use diary-display-function rather than
7824         diary-display-hook.
7825         * calendar/cal-x.el (calendar-dedicate-diary): Update for
7826         diary-display-function replacing diary-display-hook.
7827         * org/org-agenda.el (org-get-entries-from-diary): Also set
7828         diary-display-function.
7830         * calendar/cal-html.el (cal-html-list-diary-entries):
7831         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
7832         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
7833         argument of diary-list-entries rather than setting diary-display-hook.
7835 2008-05-30  Kenichi Handa  <handa@m17n.org>
7837         * international/mule-conf.el (utf-8-with-signature): Renamed from
7838         utf-8-sig.
7839         (utf-8-auto): Adjusted for the above change.
7841         * international/mule-diag.el (describe-font): Don't check fontset
7842         here, and just call font-info.  Get the default font by from the
7843         default face.
7845 2008-05-29  Kenichi Handa  <handa@m17n.org>
7847         * international/mule-conf.el (utf-8-sig, utf-8-auto):
7848         New coding systems.
7850         * international/mule.el (define-coding-system): Accept :bom for utf-8.
7852 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
7854         * international/utf-7.el (utf-7-encode): Use the right escape char
7855         depending on imap/nonimap encoding.
7857 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7859         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
7861 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
7863         * icomplete.el (icomplete-prospects-height): Add :group.
7865 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7867         * icomplete.el (icomplete-prospects-length): Make obsolete.
7868         (icomplete-prospects-height): New var.
7869         (icomplete-completions): Use it.
7871 2008-05-29  David Kastrup  <dak@gnu.org>
7873         * autoinsert.el (auto-insert): Add :link.
7875 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7877         * tar-mode.el (tar-header): New field `header-start'.
7878         (tar-header-block-tokenize): Set it when useful.
7879         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
7880         (tar-header-data-end): New function.
7881         (tar-summarize-buffer): Use it.
7882         (tar-next-line): Fix goal column for long usernames.
7883         (tar-expunge-internal): Use header-start.
7884         (tar-rename-entry): Handle ustar-style long names.
7885         (tar-alter-one-field): Add optional `descriptor' argument.
7886         (tar-subfile-save-buffer): Use it.
7888 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7890         * tar-mode.el (tar-header): New field `header-start'.
7891         (tar-header-block-tokenize): Set header-start for longlink entries.
7892         (tar-expunge-internal): Use header-start to expunge longlink entries.
7894         * files.el (hack-local-variables): Don't signal an error if the local
7895         variable section is not properly terminated.
7897         * emacs-lisp/easymenu.el (easy-menu-convert-item)
7898         (easy-menu-convert-item-1): Move the duplicate-generation outside of
7899         the caching so it also works for identical entries.
7901         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
7902         (tar-mode): Use write-region-annotate-functions rather than
7903         write-contents-functions.
7904         (tar-extract): Remove unused var `pos'.
7905         (tar-subfile-save-buffer): Remove unused var `following-descs'.
7906         (tar-mode-write-file): Remove.
7907         (tar-write-region-annotate): New function.
7909         * progmodes/flymake.el (flymake-save-buffer-in-file):
7910         * shadowfile.el (shadow-copy-file):
7911         * arc-mode.el (archive-*-write-file-member):
7912         * files.el (diff-buffer-with-file):
7913         * subr.el (with-temp-file): Pass nil to write-region.
7914         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
7916         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
7917         the custom.
7919         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
7920         to write-region.
7922 2008-05-28  Glenn Morris  <rgm@gnu.org>
7924         * Makefile.in (update-elclist): Work around non-portability of "\"
7925         in various implementations of echo.
7927 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7929         * international/mule-diag.el (describe-current-coding-system):
7930         Don't assume selection-coding-system is always defined.
7932         * tar-mode.el: Use defstruct and markers.
7933         (tar-setf): Remove.
7934         (tar-header): Use defstruct.  Add `data-start' field.
7935         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
7936         (tar-desc-data-start): Remove (now called tar-header-data-start).
7937         (tar-roundup-512): New fun.
7938         (tar-header-block-tokenize): Receive a buffer position rather than
7939         a string.  Handle @longLink here, be more careful about it.
7940         Create a marker for data-start.
7941         (tar-summarize-buffer): Don't handle @LongLink here any more.
7942         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
7943         data-start on the following entries any more.
7944         (tar-chown-entry, tar-chgrp-entry): Use read-number.
7946         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
7947         (tar-header-offset): Remove.
7948         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
7949         Not permanent any more.
7950         (tar-data-buffer): New var.
7951         (tar-data-swapped-p, tar-change-major-mode-hook)
7952         (tar-mode-kill-buffer-hook): New funs.
7953         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
7954         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
7955         (tar-clear-modification-flags, tar-alter-one-field)
7956         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
7957         Change accordingly.
7959 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
7961         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
7962         (vc-dir-resynch-file): ... this.  Update callers.
7963         Use vc-string-prefix-p.  Ignore directory args.
7964         (vc-string-prefix-p): CSE.
7965         (vc-resynch-buffer): Restore conditional.
7967         * vc-hooks.el (vc-after-save): Improve test.
7968         (vc-mode-line): Fix indentation.
7970 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7972         * calendar/parse-time.el (parse-time-months)
7973         (parse-time-weekdays): Add long-form month and day names.
7975 2008-05-27  Glenn Morris  <rgm@gnu.org>
7977         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
7979 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7981         * vc-dispatcher.el (vc-string-prefix-p): New function.
7982         (vc-dir-parent-marked-p): Use it.
7984 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
7986         * vc.el (Problems): Remove fixed issues.
7987         (vc-expand-dirs): Avoid returning directories.
7988         (vc-dir): Fix C-x v v binding.
7989         (vc-make-backend-object): Fix name.
7990         (vc-dir-show-fileentry): Fix docstring.
7991         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
7992         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
7993         Reset the state for directories.
7994         (vc-dir-headers): Align labels.
7995         (vc-default-status-printer): Do no call prettify-state-info.
7996         (vc-deduce-fileset): Replace implementation with one based on a
7997         working older version.
7998         (vc-next-action): Use the new form of vc-deduce-fileset.
7999         Fix dealing with unregistered files.
8001         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
8002         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
8003         (vc-dir-child-files): New function.
8004         (vc-dir-node-directory): New function.
8005         (vc-dir-update, vc-dir-parent-marked-p)
8006         (vc-dir-children-marked-p, vc-dir-mark-all-files)
8007         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
8009         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
8011 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8013         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
8014         (diff-font-lock-keywords, diff-context->unified)
8015         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
8016         (diff-hunk-text, diff-find-source-location): Use it.
8017         (diff-post-command-hook): Let the user edit the hunk headers.
8019 2008-05-26  Andreas Schwab  <schwab@suse.de>
8021         * vc.el (vc-default-prettify-state-info): Fix formatting of an
8022         unknown state.
8024         * tar-mode.el (tar-summarize-buffer): Comment fix.
8026 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8028         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
8030 2008-05-26  Glenn Morris  <rgm@gnu.org>
8032         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
8034 2008-05-25  John Paul Wallington  <jpw@pobox.com>
8036         * proced.el (proced-next-line, proced-previous-line):
8037         Avoid calling `next-line' and `previous-line' from Lisp code.
8039 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
8041         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
8042         Use diary-ordinal-suffix.
8044 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
8046         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
8047         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
8048         (edebug-save-displayed-buffer-points, edebug-initial-mode)
8049         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
8050         (edebug-print-length, edebug-print-level, edebug-print-circle)
8051         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
8052         (edebug-global-break-condition, edebug-sit-for-seconds):
8053         Remove spurious * from defcustom docstrings.
8054         (edebug-unwrap*, edebug-signal, edebug-eval-display):
8055         Improve argument/docstring consistency.
8056         (edebug-test-coverage, edebug-gensym, edebug-read)
8057         (edebug-top-level-nonstop, edebug-eval-result-list)
8058         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
8059         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
8060         (edebug-display-freq-count): Reflow docstrings.
8061         (edebug-restore-status): Doc fix.
8063 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8065         * proced.el (proced-header-line): Use the :align-to 0 feature
8066         rather than computing the corresponding position manually.
8067         (proced-update): Don't hardcode point-min==1.
8069 2008-05-24  Alan Mackenzie  <acm@muc.de>
8071         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
8072         if c-file-style is set to a non-string.
8074         (c-neutralize-CPP-line): Surround by `save-excursion'.
8075         (c-neutralize-syntax-in-CPP): Optimize for speed.
8077 2008-05-24  Glenn Morris  <rgm@gnu.org>
8079         * Makefile.in (update-elclist): New target, to update ELCFILES.
8080         (bootstrap-after): Run update-elclist.
8082 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
8084         * icalendar.el (icalendar-version): Increase to "0.19".
8085         (icalendar--date-style): New function.
8086         (icalendar--datetime-to-diary-date): Doc fix.
8087         Use icalendar--date-style.
8088         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
8089         (icalendar--convert-yearly-to-ical)
8090         (icalendar--convert-recurring-to-diary): Handle iso date style,
8091         use icalendar-date-style.
8093 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
8095         * vc.el (vc-delete-file): Make sure the buffer is deleted and
8096         vc-dir buffers are updated.
8098 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8100         * vc.el (vc-delete-file): Don't try to resynch the buffer.
8102 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
8104         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
8105         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
8106         (reftex-extra-bindings): Use it.
8108         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
8109         away from the user-reserved keys.
8111         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
8112         New vars.
8113         (ada-create-keymap): Use them.
8115 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8117         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
8118         a properly-grouped regexp.
8120 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
8122         * progmodes/cap-words.el (capitalized-words-mode):
8123         Fix typos in docstring.
8125 2008-05-23  Kenichi Handa  <handa@m17n.org>
8127         * international/mule-conf.el: Don't define the charset `emacs'
8128         here, just put :docstring, :short-name, and :long-name.
8130 2008-05-22  Kenichi Handa  <handa@m17n.org>
8132         * international/mule-diag.el (font-show-log): Limit each listing
8133         to 20 items.
8135 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
8137         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
8138         (gdb-annotation-rules): New entry for "thread-changed".
8139         (gdb-thread-changed): New function.
8141 2008-05-23  Glenn Morris  <rgm@gnu.org>
8143         * Makefile.in (SOURCES): Remove, unused.
8144         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
8145         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
8146         Exclude more '*loaddefs' files.
8147         (compile-always): Simplify '.elc' deletion.
8149 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8151         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
8152         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
8154         * minibuffer.el (completion-boundaries): Change calling
8155         convention, so `string' has the same semantics as in
8156         try-completion and all-completions.
8157         (completion-table-with-context, completion--embedded-envvar-table)
8158         (completion--file-name-table)
8159         (completion-pcm--find-all-completions): Adjust code accordingly.
8161 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
8163         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
8164         prune image-mode-winprops-alist, preventing it from growing
8165         indefinitely.
8166         (image-mode-reapply-winprops): Use it.
8168 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
8170         * net/netrc.el (netrc-machine): Always match if the port is not given.
8172 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8174         * minibuffer.el (completion-pcm--find-all-completions):
8175         Don't add pseudo-completions.
8177         * icomplete.el (icomplete-eoinput): Remove.
8178         (icomplete-overlay): New var to replace it.
8179         (icomplete-tidy): Rewrite.
8180         (icomplete-exhibit): Use an overlay.
8181         (icomplete-completions): Use completion-all-sorted-completions.
8182         Obey completion-ignore-case.
8184         * files.el (locate-dominating-file): Accept non-existing argument.
8185         (project-find-settings-file): Rewrite, using locate-dominating-file.
8187 2008-05-22  Kenichi Handa  <handa@m17n.org>
8189         * faces.el (font-weight-table, font-slant-table, font-width-table):
8190         Delete them.  Don't call internal-set-font-style-table.
8192         * international/mule-diag.el (font-show-log): New function.
8194         * international/fontset.el (script-representative-chars): Add more
8195         chars for latin.  Add data for symbol.
8196         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
8198 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8200         * minibuffer.el (completion-all-sorted-completions): New var.
8201         (completion--flush-all-sorted-completions)
8202         (completion-all-sorted-completions): New functions.
8203         (minibuffer-force-complete): New command.
8205 2008-05-21  Glenn Morris  <rgm@gnu.org>
8207         * files.el (c-postprocess-file-styles): Declare for compiler.
8209         * Makefile.in: Allow for parallel byte-compiling.
8210         (ELCFILES): New variable.
8211         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
8212         (compile-first, compile-main, compile-last): New targets.
8213         (compile-always): Simplify - delete .elc files, then `make compile'.
8215         * Makefile.in (compile-calc): Use glob rather than find.
8216         ($(lisp)/progmodes/cc-mode.elc): Use $@.
8218         * eshell/esh-module.el: No need for cl when compiling.
8220         * eshell/eshell.el (eshell-defgroup): New alias.
8221         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8222         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
8223         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
8224         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
8225         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
8226         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
8227         Autoload the custom group.  Set generated-autoload-file.
8228         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
8229         for eshell-defgroup.
8230         * eshell/esh-module.el (eshell-load-defgroups): Remove.
8231         Require esh-groups rather than loading it.
8233 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8235         * proced.el (proced-header-line): New variable and new function.
8236         (proced-mode): Set header-line-format.
8237         (proced-update): Set proced-header-line.
8238         (proced-send-signal): Use proced-header-line.
8240 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8242         * macros.el (insert-kbd-macro): Use prin1-char.
8244 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8246         * minibuffer.el (completion-boundaries): New function.
8247         (completion--some): Delay errors.
8248         (complete-with-action, completion-table-with-context):
8249         Handle `boundaries' case.
8250         (completion--try-word-completion): Avoid partial-completion
8251         when the user hasn't entered anything yet.
8252         (minibuffer-local-map, minibuffer-local-filename-completion-map)
8253         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
8254         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
8255         Setup default keybindings.
8256         (completion--embedded-envvar-re): New var.
8257         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
8258         (completion--file-name-table): Handle `boundaries' case.
8259         (completion-pcm--pattern->regex): Avoid pathological backtracking.
8260         (completion-pcm--all-completions): Add a `prefix' arg.
8261         (completion-pcm--find-all-completions): New function.
8262         (completion-pcm-all-completions, completion-pcm-try-completion):
8263         Use it.
8265         * icomplete.el (icomplete-completions): Don't use `predicate' with
8266         a table of a different type than `candidates'.
8268 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8270         * proced.el (proced-goal-column): Rename from proced-procname-column.
8271         (proced-goal-header-re): Rename from proced-procname-column-regexp.
8272         (proced-move-to-goal-column): Rename from proced-move-to-procname.
8273         (proced-header-face, proced-header-regexp): Remove.
8274         (proced-font-lock-keywords): Remove proced-header-face.
8275         (proced-header-alist, proced-sorting-schemes-re): New variables.
8276         (proced): Rename Proced buffer to *Proced*.
8277         (proced-next-line, proced-previous-line): New commands.
8278         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
8279         (proced-hide-processes): Do not treat first line as special.
8280         (proced-header-space): New function.
8281         (proced-update): Use header-line-format.
8282         Initialize proced-header-alist and proced-sorting-schemes-re.
8283         Set proced-goal-column.  Include proced-command in mode-name.
8284         (proced-send-signal): Use header-line-format for *Marked
8285         Processes* buffer.
8286         (proced-sort): Restrict minibuffer completion to applicable
8287         sorting schemes.
8288         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
8290 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8292         * icomplete.el (icomplete-simple-completing-p):
8293         Allow icomplete-with-completion-tables to say "use it everywhere".
8294         (icomplete-completions): Obey completion-styles.  Try to accommodate
8295         partial-completion style.
8297 2008-05-20  Michael Olson  <mwolson@gnu.org>
8299         * files.el (project-find-settings-file): Change concat to
8300         expand-file-name.
8302 2008-05-19  Tom Tromey  <tromey@redhat.com>
8304         * files.el (normal-mode): Call hack-project-variables.
8305         (hack-local-variables-confirm): Add 'project' argument.
8306         (hack-local-variables-apply): New function.
8307         (hack-local-variables): Use it.
8308         (project-class-alist, project-directory-alist): New variables.
8309         (project-get-alist): New function.
8310         (project-collect-bindings-from-alist)
8311         (project-collect-binding-list, set-directory-project)
8312         (project-find-settings-file, project-define-from-project-file)
8313         (hack-project-variables): New functions.
8315 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8317         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
8319 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
8321         * faces.el (font-weight-table): Fix typo in docstring.
8323 2008-05-18  David Hull  <david@snap.com>  (tiny change)
8325         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
8326         (vc-hg-annotate-command): Allow white space before version number.
8328 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
8330         * calc/calc-yank.el (calc-register-alist): New variable.
8331         (calc-set-register, calc-get-register, calc-copy-to-register)
8332         (calc-insert-register, calc-add-to-register, calc-append-to-register)
8333         (calc-prepend-to-register): New functions.
8335         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
8336         `calc-copy-to-register' and `calc-insert-register'.
8337         Autoload new register functions.
8339         * calc/calc-help.el (calc-r-prefix-help): Add help for register
8340         functions.
8342 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
8344         * vc.el (Todo): Add known problems.
8345         (vc-dir-backend): New variable.
8346         (vc-dir): Set it.
8347         (vc-make-backend-object, vc-generic-status-printer)
8348         (vc-generic-state, vc-generic-status-fileinfo-extra)
8349         (vc-dir-extra-menu): Use it.
8350         (vc-generic-dir-headers): Remove, unused.
8352         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
8353         vc-dir-prev-directory for consistency with vc-dir-previous-line.
8354         (vc-dir-mode-map): Fix bindings.
8356         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
8358 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
8360         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
8361         operated on.
8362         (calc-kill-region): Kill entire lines.
8364 2008-05-17  Glenn Morris  <rgm@gnu.org>
8366         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
8367         simplify initial value.
8368         (defezimage): Drop support for Emacs without defimage, use a featurep
8369         test rather than fboundp when defining, drop with-no-warnings.
8370         (ezimage-insert-over-text): Move featurep test inside
8371         add-text-properties.
8373         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
8375         * net/tramp.el (top-level): Load auth-source when compiling.
8377         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
8379 2008-05-17  Andreas Schwab  <schwab@suse.de>
8381         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
8383 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
8385         * vc.el (vc-annotate-show-diff-revision-at-line): Change
8386         vc-diff-internal arg to match what vc-deduce-fileset returns now.
8388 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8390         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
8392 2008-05-17  Jim Meyering  <meyering@redhat.com>
8394         * ido.el (ido-save-history): Do not emit a trailing newline at the
8395         end of the ido history file.
8397 2008-05-16  John Paul Wallington  <jpw@pobox.com>
8399         * vc-dispatcher.el (top-level): Revert previous change: require cl
8400         when compiling.
8402 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
8404         * vc.el (vc-default-status-printer)
8405         (vc-default-prettify-state-info): Enhance the state prettyprinter
8406         to deal better with unknown states and indirect through it when
8407         painting vc-dir buffers.
8409 2008-05-16  John Paul Wallington  <jpw@pobox.com>
8411         * vc-dispatcher.el (top-level): Don't require cl when compiling.
8412         (vc-dir-mode-map): Fix backquote.
8413         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
8415 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
8417         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
8418         Reported by Glenn Morris <rgm@gnu.org>.
8420 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
8422         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
8423         the end of the file, it was good work at one time but has been
8424         stale since 1995 and may now be actively misleading.
8425         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
8426         CVS repository and module (assumptions for the latter a bit iffy).
8427         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
8428         SVN repository.
8430 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
8432         * vc-rcs.el (vc-rcs-create-tag):
8433         * vc-sccs.el (vc-sccs-create-tag):
8434         Fix typo in error message and pass backend arg.
8436 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
8438         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
8440 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
8442         * net/tramp.el: Load auth-source library.
8443         (tramp-read-passwd): Use it for password, not login.
8445 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
8447         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
8448         (ses-print-cell): Use string-width, truncate-string-to-width,
8449         delete-region rather than length, substring, delete-char.
8450         (ses-setup): Set inhibit-point-motion-hooks to t.
8451         Calculate position by actually moving point rather than just using
8452         unibyte character length.
8453         (ses-mode): Set indent-tabs-mode to nil.
8454         (ses-center): Use string-width rather than length.
8456 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
8458         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
8459         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
8460         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
8461         vc-*-create-tag and vc-*-retrieve-tag respectively.
8463         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
8464         unneeded defalias.
8466         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
8468         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
8469         about buffer names.
8471 2008-05-15  Glenn Morris  <rgm@gnu.org>
8473         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
8475         * org/org-exp.el (org-infojs-options-inbuffer-template):
8476         Fix declaration.
8478         * progmodes/cc-mode.el (declare-function): Add compat definition.
8479         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
8481 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
8483         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
8484         list to a cons so the caller can get back both expanded and
8485         unexpanded filesets.
8486         * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
8487         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
8488         Change handling of selection-set returns as required.
8490 2008-05-15  John Paul Wallington  <jpw@pobox.com>
8492         * add-log.el (top-level): Don't require cl when compiling.
8494         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
8495         (archive-*-extract): Use `zerop'.
8496         (archive-*-write-file-member): Use `or', use `zerop'.
8498         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
8500         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
8501         (ibuffer-mark-interactive, ibuffer-set-mark)
8502         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
8503         (ibuffer-map-lines, ibuffer-switch-format)
8504         (ibuffer-update-title-and-summary)
8505         (ibuffer-redisplay-engine): Use it.
8507         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
8508         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
8509         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
8510         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
8511         (ibuffer-mark-read-only-buffers)
8512         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
8514         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
8515         (define-ibuffer-column, define-ibuffer-sorter)
8516         (define-ibuffer-op, define-ibuffer-filter): Add declarations
8517         containing indentation specs, replacing equivalent top-level
8518         forms that set `lisp-indent-function' properties.
8519         (define-ibuffer-op): Use `derived-mode-p'.
8520         (define-ibuffer-filter): Remove redundant `concat' call.
8522 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
8524         * net/tramp.el (tramp-echo-mark): Update docstring.
8525         (tramp-echo-mark-marker): New defconst.
8526         (tramp-check-for-regexp): Use it.
8528 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
8530         * vc.el (vc-deduce-fileset): Do the right thing when visiting a
8531         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
8532         as parent.
8534 2008-05-14  John Paul Wallington  <jpw@pobox.com>
8536         * international/mule.el (convert-define-charset-argument):
8537         Remove period from end of error message.
8538         (coding-system-mnemonic): Doc fix.
8539         (ctext-pre-write-conversion): Doc fix.
8541 2008-05-14  Simon Marshall  <simon@gnu.org>
8543         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
8544         from its default value and give it the risky-local-variable
8545         property (CVE-2008-2142).
8547 2008-05-14  Kenichi Handa  <handa@m17n.org>
8549         * language/korean.el ("Korean"): Set `iso639-language'
8550         property to `ko'.
8552         * language/japanese.el ("Japanese"): Set `iso639-language'
8553         property to `ja'.
8555         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8556         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
8557         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
8559         * international/mule-cmds.el (set-language-environment):
8560         Set current-iso639-language.
8562         * international/fontset.el (setup-default-fontset): For kana, han,
8563         hangul, and cjk-misc, move an entry with font-spec at the end.
8564         (generate-fontset-menu): Exclude fontset-auto* from the list.
8566         * composite.el (compose-chars-after): Assume that WINDOW is always
8567         non-nil.
8569         * faces.el (font-weight-table, font-slant-table)
8570         (font-swidth-table): Declare them by defconst.  Change the format
8571         of elements.  Call internal-set-font-style-table after their
8572         declaration.
8573         (face-valid-attribute-values): Call font-family-list.  Get values
8574         for width, weight, and slant from font-xxx-table.
8576         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
8578 2008-05-13  John Paul Wallington  <jpw@pobox.com>
8580         * ibuffer.el (ibuffer-buffer-file-name): New function.
8581         (define-ibuffer-column filename): Use it.
8583         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
8585 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
8587         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
8588         as a string.
8589         (talk-add-display): Simplify.  Accept only string args.
8591 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
8593         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
8595 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8597         * Makefile.in (bootstrap-prepare): Don't chmod files.
8598         (autoloads): Do it here instead, where it's actually needed.
8600 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
8602         * tool-bar.el (tool-bar-make-keymap): Account for the optional
8603         KEY-BINDING-DATA field in menu-item list.
8605 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8607         * dired.el (dired-read-dir-and-switches): Move things about to use less
8608         recursion during macroexpansion.
8610         * dired.el (dired-read-dir-and-switches): Use read-file-name.
8612         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
8613         completion-ignored-extension directories if there's something else.
8614         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
8615         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
8616         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
8617         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
8618         buffer-read-only -> inhibit-read-only.
8620 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
8622         * vc.el (vc-expand-dirs): Stop this function from tossing out
8623         explicitly specified files.
8625 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8627         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
8628         to `insert'.
8630 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
8632         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
8633         cons.  Use vc-annotate-backend.
8634         (with-vc-file, edit-vc-file): Remove unused macros.
8636 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
8638         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
8639         (smtpmail-try-auth-methods): Use it.
8641 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8643         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
8644         (setf (nthcdr ..) ..) doesn't require CL at runtime.
8646 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
8648         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
8650 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8652         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
8653         (vc-bzr-revision-completion-table): Use process-file.
8654         (vc-bzr-working-revision): Pass relative file names.
8656         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
8658 2008-05-11  Juri Linkov  <juri@jurta.org>
8660         * wid-edit.el (widget-image-directory): Change default image data
8661         subdirectory from "custom" to "images/custom".
8663         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
8664         before recursive call to `Info-next-preorder' to not add
8665         intermediate nodes to the history.
8667         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
8669         * emulation/cua-base.el: Put isearch-scroll property
8670         on cua-scroll-up and cua-scroll-down.
8672 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
8674         * vc-hooks.el (vc-recompute-state): Remove (dead code).
8676 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
8678         * vc-dispatcher.el (ewoc): Require.
8679         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
8681         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
8683 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
8685         * term/w32-win.el (x-colors):
8686         * term/mac-win.el (x-colors):
8687         * term/x-win.el (x-colors): Re-order colors.
8689 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
8691         * smerge-mode.el (smerge-command-prefix): Fix custom type.
8693 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
8695         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
8696         New functions implementing motion to next and previous directory.
8698         * vc-arch.el (vc-arch-command):
8699         * vc-bzr.el (vc-bzr-command):
8700         * vc-cvs.el (vc-cvs-command):
8701         * vc-dispatcher.el (vc-do-command):
8702         * vc-git.el (vc-git-command):
8703         * vc-hg.el (vc-hg-command):
8704         * vc-mcvs.el (vc-mvcs-command):
8705         * vc-mtn.el (vc-mtn-command):
8706         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
8707         (vc-sccs-workfile-unchanged-p):
8708         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
8709         * vc-rcs.el (all methods): Remove assumption about what a nil
8710         argument to vc-do-command means.  This means no buffer name needs
8711         to be hardcoded into the dispatcher layer, and it's better to be
8712         explicit anyway.
8714         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
8716 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
8718         * vc.el: Update todo.
8720         * vc-sccs.el (vc-sccs-dir-status):
8721         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
8722         backends and returning up to date files.
8724         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
8726 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
8728         * vc.el (vc-dir):
8729         * vc-hooks.el: Tweak the VC directory bindings.  These are now
8730         documented in the manual.
8732         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
8733         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
8734         (vc-dispatcher-selection-set): Allow callers to pass in an
8735         observer flag that says no buffer sync is required.
8736         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
8737         Use the observer flag.
8739 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
8741         * simple.el (start-file-process): Clarify docstring.
8743 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
8745         * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
8746         Remove stub implementations of, and references to, wash-log.
8747         * vc-rcs.el (vc-rcs-comment-history):
8748         * vc-cvs.el (vc-cvs-comment-history):
8749         Inline the code that used to be wash-log.
8751         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
8752         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
8753         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
8754         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
8755         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
8756         (vc-rcs-print-log): Grok directories.
8758 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8760         * vc.el (vc-mark-resolved): Add `backend' argument.
8761         (vc-next-action): Pass it the backend.
8762         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
8763         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
8764         (vc-default-comment-history, vc-default-create-snapshot)
8765         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
8766         (vc-annotate-revision-previous-to-line)
8767         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
8768         * vc-svn.el (vc-svn-checkout):
8769         * vc-mcvs.el (vc-mcvs-checkout):
8770         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
8771         (vc-working-revision, vc-before-save, vc-mode-line):
8772         Prefer vc-call-backend to vc-call so as not to recompute the backend.
8774         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
8775         state to be consistent since it's often an unwarranted restriction.
8776         Don't return the state either.
8777         (vc-next-action): Check that the state is consistent.
8778         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
8779         (vc-rollback, vc-update): Adapt to new return value of
8780         vc-deduce-fileset.
8782         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
8783         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
8784         (vc-dispatcher-in-fileset-p): New fun.
8785         (vc-dispatcher-selection-set): Use it to properly handle directories.
8787 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
8789         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
8790         (vc-update): Remove unused let bindings.
8792 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
8794         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
8795         (vc-diff, vc-revert, vc-rollback, vc-update):
8796         * vc-dispatcher.el (vc-dispatcher-selection-set):
8797         Get rid of 4 special cases in fileset selection.  This involved
8798         changing the return value of (vc-deduce-fileset) so that it passes
8799         back a deduced state as well as a deduced back end.
8801 2008-05-08  Sam Steingold  <sds@gnu.org>
8803         * progmodes/compile.el (compilation-minor-mode-map)
8804         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
8805         * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
8806         it to `compilation-minor-mode-map' (instead of an explicit `cons').
8808 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8810         * org/org.el (org-modules, org-format-latex-options):
8811         * org/org-archive.el (org-archive-stamp-time)
8812         (org-archive-save-context-info):
8813         * org/org-faces.el (org-hide):
8814         * org/org-irc.el (org-irc-parse-link):
8815         * org/org-macs.el (org-call-with-arg, org-autoload):
8816         * org/org-mew.el (org-mew-store-link):
8817         * org/org-remember.el (org-remember-store-without-prompt)
8818         (org-remember-templates): Fix typos in docstrings.
8820         * org/org-info.el (org-info-store-link): Remove leftover docstring.
8822         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
8823         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
8824         (org-bbdb-anniv-split): Fix typos in docstrings.
8826         * org/org-publish.el (org-publish-project-alist): Doc fixes.
8827         (org-publish-use-timestamps-flag): Reflow docstring.
8828         (org-publish-files-alist): Fix typos in docstring.
8830 2008-05-07  Sam Steingold  <sds@gnu.org>
8832         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
8833         appears to be too aggressive with window removal.
8835 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
8837         * progmodes/verilog-mode.el (verilog-type-font-keywords):
8838         Add leda and 0in as pragma keywords.
8839         (verilog-pretty-expr): Support lining up assignments which include
8840         part selects.
8841         (verilog-mode): More portable check for the availability of
8842         hideshow support.
8843         (verilog-do-indent): Remove special indent for declarations inside
8844         a parenthetical list.  The code is ill-advised, and doesn't work
8845         given the new user defined types.
8846         (verilog-set-auto-endcomments): Enhance function automatic
8847         endcomment to support functions that return user defined types.
8848         (verilog-mode): Add code to tell which-function-mode minor mode
8849         that Verilog supports this feature.
8851 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
8853         * epa-file.el: Require epa-hook.
8855         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
8857         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
8858         file-names clashes on 8+3 filesystems.  Provide epa-hook.
8860         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
8861         file-names clashes on 8+3 filesystems.
8863 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
8865         * org/org.el (org-read-date-get-relative): Interpret lone
8866         weekday abbreviation as relative to today.
8868 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8870         * abbrev.el (define-abbrev-table):
8871         * composite.el (toggle-auto-composition):
8872         * json.el (json-alist-p, json-plist-p):
8873         * minibuffer.el (completion-table-with-predicate):
8874         * ps-mule.el (ps-mule-external-libraries):
8875         * emacs-lisp/advice.el (ad-special-form-p):
8876         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8877         * eshell/em-smart.el (eshell-review-quick-commands):
8878         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
8879         (python-skip-out, python-check-comint-prompt):
8880         Don't use `iff' in docstrings.
8882         * international/robin.el (robin-package-alist): Fix typo in docstring.
8883         (robin-current-package-name): Doc fix.
8884         (robin-activate): Don't use `iff' in docstring.
8886 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
8888         * vc.el, vc-dispatcher.el: VC-Dired support removed.
8889         The code uses a ewoc-based implementation now.
8890         * vc-hooks.el: Support for Meta-CVS has been removed.
8892 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8894         * tool-bar.el: Choose images dynamically.
8895         (tool-bar-make-keymap, tool-bar-find-image): New function.
8896         (tool-bar-find-image-cache): New var.
8897         (tool-bar-local-item, tool-bar-local-item-from-menu):
8898         Don't select the image yet, do it later in tool-bar-make-keymap.
8900 2008-05-07  Andreas Schwab  <schwab@suse.de>
8902         * window.el: Require 'cl when compiling.
8904 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
8906         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
8908 2008-05-07  Glenn Morris  <rgm@gnu.org>
8910         * subr.el (ignore-errors): Move here from cl-macs.el.
8911         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
8913         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
8914         oddness.
8916 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
8918         * vc-hooks.el (vc-find-file-hook):
8919         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
8920         further from vc.el.
8921         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
8923 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
8925         * progmodes/verilog-mode.el (verilog-getopt-file):
8926         Cleanup warning message format.
8927         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
8928         (verilog-auto-inout, verilog-auto-inout-module)
8929         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
8930         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8931         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
8932         (verilog-auto-sense-sigs, verilog-auto-tieoff)
8933         (verilog-auto-unused, verilog-auto-wire)
8934         (verilog-decls-get-assigns, verilog-decls-get-consts)
8935         (verilog-decls-get-gparams, verilog-decls-get-inouts)
8936         (verilog-decls-get-inputs, verilog-decls-get-outputs)
8937         (verilog-decls-get-ports, verilog-decls-get-regs)
8938         (verilog-decls-get-signals, verilog-decls-get-wires)
8939         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
8940         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
8941         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
8942         (verilog-inject-sense, verilog-library-filenames)
8943         (verilog-mode-release-date, verilog-mode-version)
8944         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
8945         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
8946         (verilog-modi-get-assigns, verilog-modi-get-consts)
8947         (verilog-modi-get-gparams, verilog-modi-get-inouts)
8948         (verilog-modi-get-inputs, verilog-modi-get-outputs)
8949         (verilog-modi-get-ports, verilog-modi-get-regs)
8950         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
8951         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
8952         (verilog-modi-get-wires, verilog-preserve-cache)
8953         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
8954         (verilog-read-sub-decls, verilog-read-sub-decls-line)
8955         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
8956         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
8957         Add caching of additional state, and rework signal extraction
8958         routines to improve AUTO expansion performance by 300%++.
8960 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
8962         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8963         Tweak Open Watcom regexp to distinguish between errors and warnings.
8965 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8967         * dired.el (dired-read-dir-and-switches): Fix up last change.
8969 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
8971         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
8972         out of this function, move it to vc-dispatcher-selection-set.
8974 2008-05-05  Sam Steingold  <sds@gnu.org>
8976         * window.el (delete-other-windows-vertically): New function.
8978 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8980         * dired.el (dired-read-dir-and-switches):
8981         Obey read-file-name-completion-ignore-case.
8983 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
8985         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8986         Add regexp for Open Watcom compiler output.
8988 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
8990         * progmodes/python.el (python-block-pairs): Align finally with except.
8992 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8994         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
8996 2008-05-05  Tom Tromey  <tromey@redhat.com>
8998         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
8999         looking at conflict marker.
9001 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9003         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
9004         client-mode -> vc-client-object, and guess `funcall' was meant.
9005         (vc-dir-mode): Rename client-mode -> vc-client-mode.
9007 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
9009         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
9010         (dbus-debug): Move declarations outside eval-when-compile.
9012 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9014         * proced.el (proced-command-alist): Fix system-type values.
9015         Fix defcustom.
9016         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
9017         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
9018         (proced-sort-start, proced-sort, proced-sort-time): New commands.
9019         (proced-update): Use proced-sorting-scheme.  Update modeline.
9020         (proced-send-signal): Use nreverse.
9021         (proced-sorting-scheme-p): New function.
9023 2008-05-04  Andreas Schwab  <schwab@suse.de>
9025         * vc.el: Require dired when compiling.
9027         * minibuffer.el (completion--insert-strings): Don't delete past bol.
9029 2008-05-03  Glenn Morris  <rgm@gnu.org>
9031         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
9032         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
9033         Simplify compilation requirements.
9034         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
9035         declarations.
9037 2008-05-03  Dave Love  <fx@gnu.org>
9039         * progmodes/python.el (python-beginning-of-statement):
9040         Loop at least once (fixes 2008-02-21 change).
9042 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
9044         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
9045         instead of `length' for comparing length of user and group names.
9047 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
9049         * vc-dispatcher.el: New file, separates out the UI and command
9050         execution machinery from VCS-specific logic left in vc.el.
9051         The separation is not yet completely clean, but it's a good start.
9052         * vc.el: This file is about 1700 lines shorter now.
9053         Remove obsolete logentry-check from the backend API.
9054         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
9055         implementation of the logentry-check method, and it guarded against
9056         a log length limit that has probably been obsolete for 15 years (!).
9058 2008-05-02  Sam Steingold  <sds@gnu.org>
9060         * progmodes/compile.el (compilation-start): Move setting of
9061         compilation-directory after (funcall mode) as that resets local
9062         variables, this fixes recompile in grep buffers.
9063         * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
9064         in dired &c).
9066 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
9068         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
9069         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
9070         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
9071         has one of these and that all are called in compatible ways.
9072         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
9073         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
9074         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
9075         backend has one of these.
9077 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9079         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
9080         initialization into define-abbrev-table.  Use :regexp.
9081         (octave-mode-syntax-table): Don't set word syntax for `.
9083         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
9084         than only value.
9086         * dired.el (dired-read-dir-and-switches):
9087         Set minibuffer-completing-file-name and call substitute-in-file-name.
9088         (dired-format-columns-of-files): Use completion--insert-strings.
9090         * minibuffer.el (completion-hilit-commonality): Revert last change:
9091         the leftover code was actually useful.
9092         (completion--insert-strings): Use string-width rather than length.
9094 2008-05-02  Sam Steingold  <sds@gnu.org>
9096         * vc.el (vc-dir-mode-map): Enable mouse bindings.
9097         (vc-at-event): New macro: run the body at the even location.
9098         (vc-dir-menu, vc-dir-toggle-mark): Use it.
9099         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
9100         * subr.el (mouse-event-p): Check if the event is mouse-related.
9102 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
9104         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
9105         Don't throw error if no file is found.
9107 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9109         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
9110         (vc-default-state-heuristic): Doc fix.
9112 2008-05-02  Richard Sharman  <rsharman@pobox.com>
9114         * hilit-chg.el (highlight-changes-mode): Remove references to
9115         hooks that no longer exist.  Because define-minor-mode is used the
9116         hook highlight-changes-mode-hook exists and can do what both the
9117         old hooks used to do.  The documentation at the top of the file
9118         was updated to demonstrate this.
9119         (highlight-changes-mode): Remove commented out call to a hook
9120         function that is no longer there.
9121         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
9123 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
9125         * vc.el (vc-default-dired-state-info): Change name of primitive
9126         to prettify-state-info, in preparation for ripping out dired mode.
9127         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
9128         to prettify-state-info, in preparation for ripping out dired mode.
9129         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
9130         tries this on a version-controlled buffer.  It will do useless or
9131         actively bad things on any version control system newer than RCS.
9132         * vc-hooks.el (vc-dired-resynch-file):
9133         * vc.el (vc-dired-resynch-file): Change name of primitive to
9134         vc-directory-resynch-file, preparing to remove dired.
9136 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
9138         * vc-rcs.el (vc-rcs-state): Fix typos.
9140         * vc.el (vc-register): Change argument order so that the prefix
9141         argument is assigned correctly.
9142         (vc-next-action, vc-dir-register): Update for the above change.
9144 2008-05-01  Juri Linkov  <juri@jurta.org>
9146         * replace.el (occur-read-primary-args): Set default to the car of
9147         regexp-history and display it in the prompt, but don't add to the
9148         list of minibuffer defaults.  Bind history-add-new-input to nil to
9149         not add automatically `default'.  For empty input return `default'.
9150         Otherwise, add `input' to regexp-history and return it.
9151         (occur-1): Signal an error for the empty regexp.
9153         * progmodes/compile.el (compilation-auto-jump):
9154         Set window point to `pos' explicitly.
9156 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
9158         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
9159         when appropriate.
9160         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
9161         we report the 'unregistered state reliably.
9162         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
9163         we report the 'unregistered state reliably.
9164         * vc-git.el (vc-git-state): Call vc-git-unregistered so
9165         we report the 'unregistered state reliably.
9166         * vc-hooks.el (vc-state): Document that vc-unregistered is
9167         now expected to be returned reliably.
9168         * vc.el (vc-default-dired-state): Change needs-patch state to
9169         needs-update, since the name now shows up in dir-status listings
9170         and was somewhat misleading.
9171         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
9172         immediately after removing the file.
9173         * vc.el (vc-next-action): More informative messages when a fileset
9174         is in a mixed state or files are missing.
9176 2008-05-01  Sam Steingold  <sds@gnu.org>
9178         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
9180 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9182         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
9184 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
9186         * epa-file-hook.el: New file split from epa-file.el.
9187         * epa-file.el: Require 'epa-file-hook.
9188         (epa-file-handler): Add autoload cookie.
9189         * loadup.el: Load epa-file-hook.
9190         * startup.el (command-line): Eval the body of auto-encryption-mode.
9192 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
9194         * vc.el (vc-dir-mode-map): Don't bind "r".
9196         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
9197         (vc-hg-status-printer): New function.
9198         (vc-hg-after-dir-status): Deal with copied and renamed files.
9199         (vc-hg-dir-status): Add flag to show copied files.
9201 2008-05-01  John Paul Wallington  <jpw@pobox.com>
9203         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
9204         (ibuffer-do-sort-by-recency): Reverse sorting order if last
9205         sorting mode was recency.
9207         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
9208         reverse sorting order if last sorting mode was the sorter's.
9210 2008-05-01  Jason Rumney  <jasonr@gnu.org>
9212         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
9214 2008-04-30  John Paul Wallington  <jpw@pobox.com>
9216         * ibuffer.el (define-ibuffer-column filename): When the major mode
9217         is `vc-dir-mode' show the buffer's default directory.
9219         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
9220         major mode is `vc-dir-mode' use the buffer's default directory.
9222 2008-04-30  Sam Steingold  <sds@gnu.org>
9224         * vc.el (vc-dir-delete-file): Add.
9225         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
9226         (vc-delete-file): Do not barf when the file has been already deleted.
9228 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
9230         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
9232 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9234         * progmodes/octave-mod.el (octave-help): New function.
9235         * progmodes/octave-hlp.el: Delete.
9236         * info-look.el (octave-mode): Add operator index.
9238         * vc.el (vc-checkout): Typo.
9240 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
9242         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
9243         Add "..." in the appropriate places.
9245         * epa.el (epa-key-list-mode-map): Add more menu entries.
9246         Add "..." in the appropriate places.
9248         * dired.el (dired-mode-map): Add :help.
9250         * vc.el (vc-deduce-fileset): Add new parameter.
9251         (vc-dir-marked-only-files): New function.
9252         (vc-next-action): Don't ignore directories, look at the files
9253         inside them.
9254         (vc-dir-mode): Document how the mark/unmark commands work.
9256 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9258         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9259         Rule out trailing spaces in file and directory names as well.
9261         * minibuffer.el (completion--do-completion): Move point even if the
9262         completion makes no change.
9263         (completion-pcm-try-completion): Fix computation of new point.
9265 2008-04-30  David Hansen  <david.hansen@gmx.net>
9267         * dired.el: Require 'cl.
9269 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
9271         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
9272         hollow if not in innermost frame.
9274 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9275         Make `checkout-model' apply to filesets.
9276         * vc-hooks.el (vc-checkout-model): Rewrite.
9277         (vc-before-save, vc-after-save): Adjust callers accordingly.
9278         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
9279         (vc-transfer-file): Adjust callers accordingly.
9280         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
9281         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
9282         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
9283         instead of vc-checkout-model.
9284         * vc-mcvs.el (vc-mcvs-revert):
9285         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
9286         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
9287         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
9288         * vc-svn.el (vc-svn-checkout-model):
9289         * vc-hg.el (vc-hg-checkout-model):
9290         * vc-git.el (vc-git-checkout-model):
9291         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
9293         * dired.el (dired-read-dir-and-switches): Replace last change with
9294         a new approach that mixes read-file-name and read-directory-name.
9296         * files.el (read-buffer-to-switch):
9297         Avoid making assumptions about `other-buffer'.
9299 2008-04-29  Sam Steingold  <sds@gnu.org>
9301         * vc.el (vc-dir-mode-hook): Add normal hook.
9302         (vc-dir-mode): Run it.
9304 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
9306         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
9307         Always split windows.
9308         (gdb-speedbar-timer-fn): Only raise frame after user input.
9309         (gdb-same-frame): Reverse initial value.
9310         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
9312         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
9313         gdb-speedbar-timer-fn.
9315 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9317         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
9319 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
9321         * epa.el (epa-key-list-mode-map): Add menu.
9322         (epa-delete-keys, epa-import-keys): Fix typo.
9324 2008-04-29  Glenn Morris  <rgm@gnu.org>
9326         * find-cmd.el (top-level): Does not need cl when compiling.
9328 2008-04-29  Philip Jackson  <phil@shellarchive.co.uk>
9330         * find-cmd.el: New file.
9332 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9334         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
9335         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
9336         (completion-pcm--hilit-commonality): New function.
9337         (completion-pcm-all-completions): Use it.
9339         * minibuffer.el (completion-common-substring): Mark obsolete.
9340         (completions-first-difference, completions-common-part):
9341         Move from simple.el.
9342         (completion-hilit-commonality): New fun.
9343         (display-completion-list, completion-emacs21-all-completions)
9344         (completion-emacs22-all-completions): Use it.
9345         * simple.el (completions-first-difference, completions-common-part):
9346         Move to minibuffer.el.
9347         (choose-completion-string): Use field functions and minibufferp.
9348         (completion-setup-function): Don't set completions faces.
9350 2008-04-29  Glenn Morris  <rgm@gnu.org>
9352         * calendar/calendar.el (calendar-nth-named-absday)
9353         (calendar-nth-named-day):
9354         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
9355         * calendar/holidays.el (holiday-float): Doc fixes.
9357         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
9358         the `full' case.
9360         * org/org-agenda.el (calendar-iso-from-absolute):
9361         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
9362         Fix declarations.
9364 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
9366         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
9367         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
9368         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
9369         (gdb-assembler-custom): Be careful not to match other addresses.
9371 2008-04-29  Jason Rumney  <jasonr@gnu.org>
9373         * battery.el (battery-status-function): Use w32-battery-status
9374         on Windows.
9375         (battery-echo-area-format): Make apm format the general case.
9376         (battery-mode-line-format): Merge apm and pmset formats as the
9377         general case.
9379 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
9381         * progmodes/gdb-ui.el (gdb-info-stack-custom):
9382         Use gud-tool-bar-item-visible-no-fringe.
9383         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
9384         is already visible in frame.  Remove optional size parameter
9385         and add optional frame parameter.
9387         * progmodes/gud.el (gud-display-line): Only consider visible
9388         frames when looking for source buffer.
9390 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
9392         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
9393         argument to get-char-property, in case the current buffer hasn't
9394         been assigned to that window yet.
9395         (doc-view-display): Default to selected window if the current
9396         buffer hasn't been assigned to a window yet.
9398 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
9400         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
9402 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
9404         * net/tramp.el (tramp-mode): New defcustom.
9405         (tramp-file-name-handler, tramp-completion-file-name-handler):
9406         Use it.
9407         (tramp-replace-environment-variables): Handle "$$".
9409 2008-04-28  Sam Steingold  <sds@gnu.org>
9411         * vc-hg.el (vc-hg-rename-file): Fix argument order.
9413 2008-04-28  Bastien Guerry  <bzg@altern.org>
9415         * whitespace.el (whitespace-trailing): Fix typo.
9417 2008-04-28  Sam Steingold  <sds@gnu.org>
9419         * textmodes/remember.el (diary-make-entry): Update the autoload.
9421 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9423         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
9424         all-completions.
9426 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
9428         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
9430 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
9432         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
9433         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
9434         (vc-dir-mark-file): Add an optional argument.
9435         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
9437 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
9439         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
9440         rather than obsolete alias find-file-hooks.
9441         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
9442         Use find-file-hook rather than obsolete alias find-file-hooks.
9443         Add to find-file-not-found-functions.
9444         (epa-file-handler): Put 'safe-magic and 'operations properties.
9446         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
9447         (epa-menu-items): Remove.
9449         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
9450         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
9451         (epa-dired-mode, epa-global-dired-mode): Remove.
9453         * dired.el (dired-mode-map): Bind encryption/decryption commands.
9455         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
9457         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
9459 2008-04-27  Glenn Morris  <rgm@gnu.org>
9461         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
9462         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
9464 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
9466         * org/org.el (org-html-level-start): Always have id's in HTML.
9467         (org-export-as-html): Use `org-link-protocols' to
9468         retrieve the export form of the link.
9469         (org-add-link-type): Final parameter renamed from PUBLISH.
9470         Better documentation of how it is to be used.  Avoid double entries for
9471         the same link type.
9472         (org-add-link-props): New function.
9473         (org-modules-loaded): New variable.
9474         (org-load-modules-maybe, org-set-modules): New function.
9475         (org-modules): New option.
9476         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
9477         (orgtbl-mode, org-store-link, org-insert-link-global)
9478         (org-open-at-point): Call `org-load-modules-maybe'.
9479         (org-search-view): Add more text properties.
9480         (org-agenda-schedule, org-agenda-deadline): Allow also in
9481         search-type agendas.
9482         (org-search-view): Order of arguments has been changed.
9483         Interpret prefix-arg as TODO-ONLY.
9484         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
9485         Take new argument order of `org-search-view' into account.
9486         (org-todo-only): New variable.
9487         (org-search-syntax-table): New variable and function.
9488         (org-search-view): Do the search with the special syntax table.
9489         (define-obsolete-function-alias): Make work with XEmacs.
9490         (org-add-planning-info): Use old date as default when modifying an
9491         existing deadline or scheduled item.
9492         (org-agenda-compute-time-span): Make argument N optional.
9493         (org-agenda-format-date-aligned): Require `cal-iso'.
9494         (org-agenda-list): Include week into agenda heading, don't
9495         list it at each date (only on Mondays).
9496         (org-read-date-analyze): Define local variable `iso-date'.
9497         (org-agenda-format-date-aligned): Remove dependency on
9498         `calendar-time-from-absolute'.
9499         (org-remember-apply-template, org-go-to-remember-target):
9500         Interpret filenames relative to `org-directory'.
9501         (org-complete): Silently fail when trying to complete
9502         keywords that don't have a default value.
9503         (org-get-current-options): Add a #+DATE: option.
9504         (org-additional-option-like-keywords): Remove "DATE:" from the
9505         list of additional keywords.
9506         (org-export-as-html): Remove (current-time) as unnecessary second
9507         argument of `format-time-string'.
9508         (org-clock-find-position): Handle special case at end of buffer.
9509         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
9510         `org-agenda-change-time-span'.
9511         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
9512         `org-agenda-change-time-span'.
9513         (org-agenda-month-view): New argument MONTH, pass it on to
9514         `org-agenda-change-time-span'.
9515         (org-agenda-year-view): New argument YEAR, pass it on to
9516         `org-agenda-change-time-span'.
9517         (org-agenda-change-time-span): New optional argument N, pass it on
9518         to `org-agenda-compute-time-span'.
9519         (org-agenda-compute-time-span): New argument N, interpret it by
9520         changing the starting day.
9521         (org-small-year-to-year): New function.
9522         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
9523         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
9524         into the future, and that the shift is at least one interval, never 0.
9525         (org-update-checkbox-count): Fix bug with checkbox counting.
9526         (org-add-note): New command.
9527         (org-add-log-setup): Rename from `org-add-log-maybe'.
9528         (org-log-note-headings): New entry for plain notes (i.e. notes not
9529         related to state changes or clocking).
9530         (org-get-org-file): Check for availability of `remember-data-file'.
9531         (org-cached-entry-get): Allow a regexp value for
9532         `org-use-property-inheritance'.
9533         (org-use-property-inheritance): Allow regexp value.  Fix bug in
9534         customization type.
9535         (org-use-tag-inheritance): Allow a list and a regexp value for
9536         this variable.
9537         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
9538         (org-entry-get): Respect value `selective' for the INHERIT argument.
9539         (org-tag-inherit-p, org-property-inherit-p): New functions.
9540         (org-agenda-format-date-aligned): Allow 10 characters for
9541         weekday, to accommodate German locale.
9542         (org-add-archive-files): New function.
9543         (org-agenda-files): New argument `ext', to get archive files as well.
9544         (org-tbl-menu): Protect the use of variables that
9545         are only available when org-table.el gets loaded.
9546         (org-read-agenda-file-list): Error if `org-agenda-files' is a
9547         single directory.
9548         (org-open-file): Allow a batch process to trigger
9549         waiting after executing a system command.
9550         (org-store-link): Link to headline when there is not
9551         target and no region in an org-mode buffer when creating a link.
9552         (org-link-types-re): New variable.
9553         (org-make-link-regexps): Compute `org-link-types-re'.
9554         (org-make-link-description-function): New option.
9555         (org-agenda-date, org-agenda-date-weekend): New faces.
9556         (org-archive-sibling-heading): New option.
9557         (org-archive-to-archive-sibling): New function.
9558         (org-iswitchb): New command.
9559         (org-buffer-list): New function.
9560         (org-agenda-columns): Also try the #+COLUMNS line in
9561         the buffer associated with the entry at point (or with the first
9562         entry in the agenda view).
9563         (org-modules): Add entry for org-bibtex.el.
9564         (org-completion-fallback-command): Move into `org-completion' group.
9565         (org-clock-heading-function): Move to `org-progress' group.
9566         (org-auto-repeat-maybe): Make sure that a note can
9567         be enforces if `org-log-repeat' is `note'.
9568         (org-modules): Allow additional symbols for external packages.
9569         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
9570         (org-clock-goto): Hide drawers after showing an
9571         entry with `org-clock-goto'.
9572         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
9573         Try also a clocktable block shift.
9574         (org-clocktable-try-shift): New function.
9575         (org-columns-hscoll-title): New function.
9576         (org-columns-previous-hscroll): New variable.
9577         (org-columns-full-header-line-format): New variable.
9578         (org-columns-display-here-title, org-columns-remove-overlays):
9579         Install `org-columns-hscoll-title' in post-command-hook.
9581         * org/org.el: Split into many small files.
9583         * org/org-agenda.el: New file, split off from org.el.
9585         * org/org-archive.el: New file, split off from org.el.
9587         * org/org-bbdb.el: New file.
9589         * org/org-bibtex.el: New file, split off from org.el.
9591         * org/org-clock.el: New file, split off from org.el.
9593         * org/org-colview.el: New file, split off from org.el.
9595         * org/org-compat.el: New file, split off from org.el.
9597         * org/org-exp.el: New file, split off from org.el.
9599         * org/org-faces.el: New file, split off from org.el.
9601         * org/org-gnus.el: New file, split off from org.el.
9603         * org/org-info.el: New file, split off from org.el.
9605         * org/org-infojs.el: New file.
9607         * org/org-irc.el: New file.
9609         * org/org-macs.el: New file, split off from org.el.
9611         * org/org-mew.el: New file.
9613         * org/org-mhe.el: New file, split off from org.el.
9615         * org/org-publish.el: New file, split off from org.el.
9617         * org/org-remember.el: New file, split off from org.el.
9619         * org/org-rmail.el: New file, split off from org.el.
9621         * org/org-table.el: New file, split off from org.el.
9623         * org/org-vm.el: New file, split off from org.el.
9625         * org/org-wl.el: New file, split off from org.el.
9627 2008-04-27  Jason Riedy  <jason@acm.org>
9629         * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
9630         parameter that suppresses lines that evaluate to NIL.
9631         (orgtbl-get-fmt): New inline function for
9632         picking apart formats that may be lists.
9633         (orgtbl-apply-fmt): New inline function for applying formats that
9634         may be functions.
9635         (orgtbl-eval-str): New inline function for strings that may be
9636         functions.
9637         (orgtbl-format-line, orgtbl-to-generic): Use and document.
9638         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
9639         (*orgtbl-llfmt*, *orgtbl-llstart*)
9640         (*orgtbl-llend*): Dynamic variables for last-line formatting.
9641         (orgtbl-format-section): Shift formatting to support detecting the
9642         last line and formatting it specially.
9643         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
9644         formats unless overridden.
9645         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
9646         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
9647         bound variables to hold the input collection of lines and output
9648         formatted text.
9649         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
9650         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
9651         format parameters.
9652         (orgtbl-format-line): New function encapsulating formatting for a
9653         single line.
9654         (orgtbl-format-section): Similar for each section.  Rebinding the
9655         dynamic vars customizes the formatting for each section.
9656         (orgtbl-to-generic): Use orgtbl-format-line and
9657         orgtbl-format-section.
9658         (org-get-param): Now unused, so delete.
9659         (orgtbl-gather-send-defs): New function to
9660         gather all the SEND definitions before a table.
9661         (orgtbl-send-replace-tbl): New function to find the RECEIVE
9662         corresponding to the current name.
9663         (orgtbl-send-table): Use the previous two functions and implement
9664         multiple destinations for each table.
9666         * doc/org.texi (A LaTeX example): Note that fmt may be a
9667         one-argument function, and efmt may be a two-argument function.
9668         (Radio tables): Document multiple destinations.
9670 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
9672         * org/org-agenda.el (org-add-to-diary-list): New function.
9673         (org-prefix-has-effort): New variable.
9674         (org-sort-agenda-noeffort-is-high): New option.
9675         (org-agenda-columns-show-summaries)
9676         (org-agenda-columns-compute-summary-properties): New options.
9677         (org-format-agenda-item): Compute the duration of the item.
9678         (org-agenda-weekend-days): New variable.
9679         (org-agenda-list, org-timeline): Use the proper faces for dates in
9680         the agenda and timeline buffers.
9681         (org-agenda-archive-to-archive-sibling): New command.
9682         (org-agenda-start-with-clockreport-mode): New option.
9683         (org-agenda-clockreport-parameter-plist): New option.
9684         (org-agenda-clocktable-mode): New variable.
9685         (org-agenda-deadline-leaders): Allow a function value for the
9686         deadline leader.
9687         (org-agenda-get-deadlines): Deal with new function value.
9689         * org/org-clock.el (org-clock): New customization group.
9690         (org-clock-into-drawer, org-clock-out-when-done)
9691         (org-clock-in-switch-to-state, org-clock-heading-function):
9692         Move into the new group.
9693         (org-clock-out-remove-zero-time-clocks): New option.
9694         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
9695         (org-dblock-write:clocktable): Allow a Lisp form for the scope
9696         parameter.
9697         (org-dblock-write:clocktable): Fix bug with total time calculation.
9698         (org-dblock-write:clocktable): Request the unrestricted list of files.
9699         (org-get-clocktable): New function.
9700         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
9701         be strings but also integers (an absolute day number) and lists (m d y).
9703         * org/org-colview.el (org-columns-next-allowed-value)
9704         (org-columns-edit-value): Limit the effort for updating in the
9705         agenda to recomputing a single file.
9706         (org-columns-compute): Only write property value if it has changed.
9707         This avoids raising the buffer-change-flag unnecessarily.
9708         (org-agenda-colview-summarize)
9709         (org-agenda-colview-compute): New functions.
9710         (org-agenda-columns): Call `org-agenda-colview-summarize'.
9712         * org/org-exp.el (org-export-run-in-background): New option.
9713         (org-export-icalendar): Allow a batch process to trigger waiting
9714         after executing a system command.
9715         (org-export-preprocess-string): Rename from
9716         `org-cleaned-string-for-export'.
9717         (org-export-html-style): Made target class look like normal text.
9718         (org-export-as-html): Make use of the better preprocessing in
9719         `org-cleaned-string-for-export'.
9720         (org-cleaned-string-for-export): Better treatment of heuristic
9721         targets, many more internal links will now work in HTML export.
9722         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
9723         (org-export-inbuffer-options-extra): New variable.
9724         (org-export-options-filters): New hook.
9725         (org-infile-export-plist): Find also the settings keywords in
9726         `org-export-inbuffer-options-extra'.
9727         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
9728         multiple #+INFOJS_OPT lines.
9729         (org-export-html-handle-js-options): New function.
9730         (org-export-html-infojs-setup): New option.
9731         (org-export-as-html): Call `org-export-html-handle-js-options'.
9732         Add autoload to all entry points.
9733         (org-skip-comments): Function removed.
9735         * org/org-table.el (org-table-make-reference): Extra parenthesis
9736         around single fields, to make sure that algebraic formulas get
9737         correctly interpreted by calc.
9738         (org-table-current-column): No longer interactive.
9740         * org/org-export-latex.el (org-export-latex-preprocess):
9741         Rename from `org-export-latex-cleaned-string'.
9743 2008-04-27  Bastien Guerry  <bzg@altern.org>
9745         * org/org-publish.el (org-publish-get-base-files-1): New function.
9746         (org-publish-get-base-files): Use it.
9747         (org-publish-temp-files): New variable.
9748         Don't require 'dired-aux anymore.
9749         (org-publish-initial-buffer): New variable.
9750         (org-publish-org-to, org-publish): Use it.
9751         (org-publish-get-base-files-1): Bug fix: get
9752         the proper list of files when recursing thru a directory.
9753         (org-publish-get-base-files): Use the :exclude property to skip
9754         both files and directories.
9756 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
9758         * net/tramp.el (tramp-handle-make-symbolic-link)
9759         (tramp-handle-file-name-directory)
9760         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
9761         (tramp-do-copy-or-rename-file-directly)
9762         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
9763         (tramp-handle-substitute-in-file-name)
9764         (tramp-handle-insert-file-contents, tramp-handle-write-region)
9765         * net/tramp-cache.el (tramp-get-file-property)
9766         (tramp-set-file-property, tramp-flush-file-property)
9767         (tramp-flush-directory-property)
9768         * net/tramp-compat.el (tramp-compat-make-temp-file)
9769         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
9770         Disable `file-name-handler-alist' when handling localname.
9771         It could have a remote file syntax, like a VMS file name.
9773 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9775         * whitespace.el: New version 11.1.
9776         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
9777         enclosed by \\( and \\)$.  Docstring fix.
9778         (whitespace-trailing-regexp): Fun removed.
9779         (whitespace-report-list): Const initialization fix.
9780         (whitespace-color-on): Code fix.
9782 2008-04-27  Andreas Schwab  <schwab@suse.de>
9784         * Makefile.el: Unbreak bootstrap.
9786 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
9788         * net/tramp.el (tramp-replace-environment-variables): New defun.
9789         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
9790         Use it.
9792 2008-04-27  Glenn Morris  <rgm@gnu.org>
9794         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
9796         * calculator.el (calculator-expt): Replace cl function `oddp'.
9798 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
9800         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
9801         Simplify.  Collect `defun' and `autoload' entries.
9802         Avoid modifying load-history.
9804 2008-04-26  Glenn Morris  <rgm@gnu.org>
9806         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
9808         * simple.el (quoted-insert, zap-to-char): Revert previous change.
9810 2008-04-26  John Paul Wallington  <jpw@pobox.com>
9812         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
9813         `hexl-mode-old-eldoc-documentation-function'.
9814         (hexl-mode-exit): Restore it.
9815         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
9817         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
9819 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
9821         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
9822         (completion-pcm--all-completions): Doc fix.
9823         (completion-styles-alist, completion-all-completions):
9824         Fix typos in docstrings.
9826 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9828         * whitespace.el: There is now only one variable (whitespace-style) to
9829         specify which kind of blank is visualized.  Doc and docstring fix.
9830         New version 11.0.
9831         (whitespace-style): New option, replace whitespace-style-mark and
9832         whitespace-style-color.
9833         (whitespace-style-mark, whitespace-style-color): Options removed.
9834         (whitespace-hspace, whitespace-tab, whitespace-newline)
9835         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
9836         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
9837         (whitespace-hspace-regexp, whitespace-space-regexp)
9838         (whitespace-tab-regexp, whitespace-trailing-regexp)
9839         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9840         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
9841         (whitespace-space-after-tab-regexp, whitespace-line-column)
9842         (whitespace-display-mappings, whitespace-report): Docstring fix.
9843         (whitespace-color-value-list, whitespace-mark-value-list)
9844         (whitespace-active-color, whitespace-active-mark)
9845         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
9846         (whitespace-style-value-list, whitespace-active-style)
9847         (whitespace-toggle-style): New vars.
9848         (whitespace-toggle-option-alist, whitespace-help-text):
9849         Var initialization and docstring fix.
9850         (whitespace-toggle-options, global-whitespace-toggle-options)
9851         (whitespace-cleanup, whitespace-cleanup-region)
9852         (whitespace-report-region, whitespace-interactive-char)
9853         (whitespace-toggle-list): Docstring and code fix.
9854         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
9855         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
9856         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
9857         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
9859 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9861         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
9862         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
9863         (diff-sanity-check-hunk): Adjust code accordingly.
9865 2008-04-26  Glenn Morris  <rgm@gnu.org>
9867         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
9869         * forms-d2.dat: Move to ../etc.
9870         * forms-d2.el (forms-file): Adapt for above change.
9872         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
9873         `translation-table-for-input'.
9875         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
9876         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
9878         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
9879         to punctuation now it's not needed for abbrevs.
9880         (fortran-mode-abbrev-table): Remove defvar, make use of new
9881         define-abbrev-table :regexp feature.
9883         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
9884         insert, now that translation-table-for-input is not needed.
9886 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
9888         * emacs-lisp/pp.el (pp-display-expression): New function,
9889         extracted from pp-eval-expression.
9890         (pp-eval-expression): Use pp-display-expression.
9891         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
9892         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
9893         (pp-eval-last-sexp): Use pp-last-sexp.
9895 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9897         * abbrev.el (define-abbrev-table): Apply props even if the table
9898         exists already.
9900         * minibuffer.el (completion-table-with-context): Fix `pred' for the
9901         various kinds of completion tables.
9902         (completion-emacs22-try-completion): Place cursor after the /, as was
9903         done in Emacs-22's minibuffer-complete-word.
9904         Fix bug reported by David Hansen <david.hansen@gmx.net>.
9905         (completion-emacs22-try-completion): Merge all mergeable text rather
9906         than just /.
9907         (completion-pcm--delim-wild-regex): New var.
9908         (completion-pcm-word-delimiters): New custom.
9909         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
9910         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
9911         (completion-pcm--all-completions, completion-pcm-all-completions)
9912         (completion-pcm--merge-completions, completion-pcm--pattern->string)
9913         (completion-pcm-try-completion): New functions.
9914         (completion-styles-alist): Add them.
9915         (completion-styles): Add it to the default.
9917 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
9919         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
9920         (gdb-var-create-handler): ...until here when there are values.
9921         (gdb-post-prompt): Don't do -var-update with no watch expressions.
9922         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
9924 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
9926         * ls-lisp.el (ls-lisp-format): Fix last change.
9927         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
9928         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
9929         (ls-lisp-filesize-f-fmt): New defvars.
9930         (ls-lisp-insert-directory): Dynamically compute format specifiers
9931         for displaying UID, GID, and file size, and store them in the
9932         above variables.
9933         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
9934         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
9935         instead of constant format strings.
9936         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
9937         ls-lisp-filesize-d-fmt instead of constant format strings.
9939 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
9941         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
9942         value of addresses rather than (partial) string value.
9943         (gdb-frame-handler): Change regexp according to above change.
9944         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
9945         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
9946         (gdb-assembler-mode): Disable undo in these buffers.
9948 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
9950         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
9951         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
9953 2008-04-24  Sam Steingold  <sds@gnu.org>
9955         * textmodes/remember.el (remember-diary-extract-entries): Use
9956         diary-make-entry instead of the obsolete make-diary-entry.
9958 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9960         * subr.el (translation-table-for-input): Mark as obsolete.
9962         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
9964         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
9966         * textmodes/ispell.el (ispell-dictionary-alist-1)
9967         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
9968         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
9969         (ispell-dictionary-alist-6): Remove.
9970         (ispell-dictionary-base-alist): New var, merges the above.
9971         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
9972         Use it.
9973         (ispell-dictionary-alist): Default to nil.  Remove autoload.
9974         (ispell-local-dictionary-alist): Remove autoload.
9976         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
9977         (f90-mode-abbrev-table): Use the new :regexp feature.
9978         Merge defvar and mapc into define-abbrev-table.
9979         (f90-imenu-type-matcher): Remove unused `l'.
9980         (f90-imenu-generic-expression): Remove unused `not-ib'.
9981         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
9982         (f90-change-keywords): Use restore-buffer-modified-p.
9984 2008-04-24  Glenn Morris  <rgm@gnu.org>
9986         * net/goto-addr.el (goto-address-prog-mode):
9987         * progmodes/bug-reference.el (bug-reference-prog-mode):
9988         Define for compiler.
9990         * minibuffer.el (x-file-dialog): Declare as function.
9992         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
9993         dframe-update-speed rather than obsolete alias speedbar-update-speed.
9995         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
9996         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
9997         work with easymenu.  Add :keys where needed.
9999         * calendar/cal-move.el (calendar-scroll-left): Handle case when
10000         event-start is nil.
10002         * calendar/calendar.el (calendar-mode-map): Fix typo.
10004 2008-04-24  Tom Tromey  <tromey@redhat.com>
10006         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10007         Document keywords.  Add :suppress.
10008         * pcvs-defs.el (cvs-mode-map): Use :suppress.
10010         * net/goto-addr.el (goto-address-unfontify): New function.
10011         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
10012         (goto-address-fontify-region, goto-address-mode)
10013         (goto-address-prog-mode): New functions.
10015         * progmodes/bug-reference.el: New file.
10017 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10019         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
10021 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10023         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
10024         macros within lambdas.
10026 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10028         * minibuffer.el (completion-try-completion): Add `point' argument.
10029         Change return value.
10030         (completion-all-completions): Add `point' argument.
10031         (minibuffer-completion-help): Pass the new `point' argument.
10032         (completion--do-completion): Pass the whole field to try-completion.
10033         (completion--try-word-completion): Rewrite, making fewer assumptions.
10034         (completion-emacs21-try-completion, completion-emacs21-all-completions)
10035         (completion-emacs22-try-completion, completion-emacs22-all-completions)
10036         (completion-basic-try-completion, completion-basic-all-completions):
10037         New functions.
10038         (completion-styles-alist): Use them.
10040 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
10042         * textmodes/ispell.el (ispell-set-spellchecker-params):
10043         New function to make sure right params and dictionary alists are used
10044         after spellchecker changes.
10045         (ispell-aspell-dictionary-alist, ispell-last-program-name)
10046         (ispell-initialize-spellchecker-hook): New variables and hook.
10047         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
10048         (ispell-maybe-find-aspell-dictionaries): Remove.
10049         Calls replaced by (ispell-set-spellchecker-params) calls.
10050         (ispell-have-aspell-dictionaries): Remove.
10052         * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
10053         by ispell-set-spellchecker-params.
10055 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10057         * complete.el (PC-do-completion): Be more robust in the presence of
10058         unexpected values in minibuffer-completion-predicate.
10060         * minibuffer.el (read-file-name): Don't let-bind default-directory.
10061         Only abbreviate default-filename if it's a file.
10063         * minibuffer.el (read-file-name-function, read-file-name-predicate)
10064         (read-file-name-completion-ignore-case, insert-default-directory):
10065         New vars, moved from fileio.c.
10066         (read-file-name): New fun, moved from fileio.c.
10067         * cus-start.el: Remove insert-default-directory and
10068         read-file-name-completion-ignore-case.
10070 2008-04-23  Magnus Henoch  <mange@freemail.hu>
10072         * tar-mode.el (tar-untar-buffer): If the entry has directory
10073         link type, extract it as a directory even if its file name doesn't
10074         end with a slash.  Fixes extraction of NetBSD tar archives.
10076 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10078         * server.el (server-start): Also don't get confused by CRs since we
10079         don't quote them.
10081 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
10083         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
10084         (gdb-set-gud-minor-mode-existing-buffers)
10085         (gdb-info-breakpoints-custom, gdb-get-location)
10086         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
10087         Previously gdb-create-define-alist wasn't always run and added to
10088         after-save-hook.
10090         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
10092 2008-04-23  Kevin Ryde  <user42@zip.com.au>
10094         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
10095         comments like unindented ones.
10097 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10099         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
10100         parameter origins.
10102 2008-04-23  Kevin Ryde  <user42@zip.com.au>
10104         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10105         Bind print-level to ensure output forms aren't truncated if
10106         print-level is set to eval-expression-print-level when going via
10107         eval-defun and friends, or has been otherwise fiddled with.
10109 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10111         * progmodes/cc-mode.el (c-basic-common-init): Don't set
10112         font-lock-extend-after-change-region-function globally.
10114 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
10116         * speedbar.el (speedbar-use-tool-tips-flag)
10117         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
10118         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
10119         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
10120         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
10121         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
10122         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
10123         (speedbar-separator-face): Fix typos in docstrings.
10124         (speedbar-stealthy-function-list, speedbar-verbosity-level)
10125         (speedbar-supported-extension-expressions, speedbar-update-current-file)
10126         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
10127         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
10128         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
10129         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
10130         (speedbar-check-vc-this-line, speedbar-files-line-directory)
10131         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10132         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
10133         (speedbar-recenter): Doc fixes.
10134         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
10135         declaration and remove redundant info in docstring.
10137 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
10139         * vc-git.el (vc-git-status-printer): Deal with directories.
10141         * vc.el (vc-next-action): Look at more than the first file to
10142         determine the state.
10144 2008-04-23  Glenn Morris  <rgm@gnu.org>
10146         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
10147         timers.  Doc fix.
10148         (dframe-update-speed): Drop support for XEmacs < 20.
10149         (dframe-frame-mode): Drop support for Emacs < 20.
10150         (dframe-set-timer-internal): Drop support for Emacs without timers.
10151         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
10153         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
10154         versions.  Add doc-string.  Mark as obsolete.
10156         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
10158         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
10159         rather than using an Emacs version test.
10161         * tree-widget.el (tree-widget-image-enable): Use display-images-p
10162         rather than an Emacs version test.
10164         * calendar/cal-china.el (holiday-chinese-qingming)
10165         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
10166         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
10167         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
10169         * calendar/cal-islam.el (holiday-islamic): Doc fix.
10171         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
10172         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
10173         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
10175 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
10177         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
10178         (gdb-previous-frame-pc-address): ...to this.
10179         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
10180         of "info frame" with Gdb 6.4+.
10181         (gdb-stack-list-frames-regexp): New regexp.
10182         (gdb-frame-handler-1): Parse output of -stack-info-frame.
10184 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
10186         * tar-mode.el (tar-prefix-offset): New constant.
10187         (tar-header-block-tokenize): Support paths with long names
10188         which use the "ustar" standard.
10190 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
10192         * image-dired.el (image-dired-track-original-file)
10193         (image-dired-modify-mark-on-thumb-original-file):
10194         Use `dired-goto-file' instead of `search-forward'.  This solves
10195         a bug with finding files where the file name is a subset of other
10196         file names.  Doc fix.
10198 2008-04-22  Juri Linkov  <juri@jurta.org>
10200         * menu-bar.el (buffers-menu-max-size): Move its definition down to
10201         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
10202         (yank-menu-length): Change group name `mouse' to `menu'.
10203         (buffers-menu-buffer-name-length): New user option.
10204         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
10205         instead of the hard-coded number 27.
10207 2008-04-22  Juri Linkov  <juri@jurta.org>
10209         * isearch.el (eval-when-compile): Require `help-macro'.
10210         (isearch-help-for-help-internal): Isearch specific Help screen
10211         created by `make-help-screen'.
10212         (isearch-help-map): New variable that binds "b", "k", "m" to
10213         isearch-specific commands, and binds other keys to
10214         isearch-other-control-char, thus allowing other Help keys to
10215         exit isearch mode and execute their global definitions.
10216         (isearch-help-for-help, isearch-describe-bindings)
10217         (isearch-describe-key, isearch-describe-mode): New commands.
10218         (isearch-mode-help): Define alias to isearch-describe-mode
10219         and remove its old function definition.
10220         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
10221         Remove old comments because this issue is settled now.
10222         (isearch-forward): Describe three new Help commands in the docstring.
10223         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
10224         leave the single sentence at the first line of the docstring,
10225         and prepend the word "function" before `isearch-forward'
10226         to make the Help link to the function instead of variable.
10228 2008-04-22  Juri Linkov  <juri@jurta.org>
10230         * isearch.el (isearch-success-function): New variable with default
10231         to `isearch-success-function-default'.
10232         (isearch-search): Call a function from `isearch-success-function'
10233         instead of calling the hard-coded `isearch-range-invisible'.
10234         (isearch-success-function-default): New function that calls
10235         `isearch-range-invisible' and inverts its return value.
10237         * info.el (Info-search): In two similar places that skip
10238         undesired search matches move code to Info-search-success-function,
10239         and call `isearch-success-function' instead.
10240         (Info-search-success-function): New function copied from code
10241         in Info-search.  Replace isearch-range-invisible with
10242         text-property-not-all that checks for 'invisible and 'display
10243         properties to skip partially invisible matches (whose display
10244         properties were set by Info-fontify-node).
10245         (Info-mode): Set buffer-local isearch-success-function
10246         to Info-search-success-function.
10248 2008-04-22  Juri Linkov  <juri@jurta.org>
10250         * minibuffer.el (internal-complete-buffer-except): New function.
10252         * files.el (read-buffer-to-switch): New function.
10253         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10254         Change interactive spec to call read-buffer-to-switch instead of
10255         using the letter "B".
10257         * simple.el (minibuffer-default-add-shell-commands): New function.
10258         Use declare-function for mailcap-file-default-commands from "mailcap".
10259         (shell-command): Set local minibuffer-default-add-function to
10260         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
10261         before calling read-shell-command.  Set 4th arg default-value of
10262         read-shell-command to relative buffer-file-name in file buffers.
10264         * dired-aux.el (dired-read-shell-command-default): Move it to
10265         gnus/mailcap.el and change its name to more general name
10266         mailcap-file-default-commands.
10267         (minibuffer-default-add-dired-shell-commands): New function.
10268         Use declare-function for mailcap-file-default-commands from "mailcap".
10269         (dired-read-shell-command): Set local minibuffer-default-add-function
10270         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
10271         before calling read-shell-command.  Remove dired-read-shell-command-default
10272         from the default value arg because default values are not set in
10273         minibuffer-default-add-dired-shell-commands.  Doc fix.
10275         * dired-x.el (dired-smart-shell-command): Sync arguments and
10276         interactive spec with changes in `shell-command'.
10277         Use dired-get-filename to get the dired file name at point
10278         as the default value in dired mode.
10280 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
10282         * info.el (Info-complete-menu-item): Add missing parenthesis.
10284 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10286         * info.el (Info-complete-menu-item): Save point.
10288 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
10290         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
10292 2008-04-22  Andreas Schwab  <schwab@suse.de>
10294         * Makefile.in (emacs-deps): Define.
10295         Use it instead of $(lisp)/subdirs.el.
10297 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
10299         * vc.el (vc-next-action): Do not consider directories when
10300         checking for state compatibility.
10301         (vc-transfer-file): Use when not if.
10302         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
10303         (vc-dir-mark-file): Use them.
10304         (vc-deduce-fileset): Also return the backend.
10305         (vc-diff-internal): Take as argument the value returned by
10306         vc-deduce-fileset instead of just the fileset.
10307         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
10308         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
10309         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
10311 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
10313         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
10314         set-window-vscroll but image-scroll-down.  Fixes a bug where a
10315         command following SPC scrolled up again.
10317 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
10319         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
10320         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
10321         (gud-watch): Add "$" prefix when in registers buffer.
10323 2008-04-22  Glenn Morris  <rgm@gnu.org>
10325         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
10327         * whitespace.el (whitespace-display-table)
10328         (whitespace-display-table-was-local): Move definitions before use.
10330         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
10331         (copyright-limit): Respect copyright-at-end-flag.
10332         (copyright-re-search, copyright-start-point)
10333         (copyright-offset-too-large-p): New functions.
10334         (copyright-update-year): Use copyright-re-search.
10335         (copyright-update, copyright-fix-years): Use copyright-start-point,
10336         and copyright-re-search.
10337         (copyright): Use copyright-offset-too-large-p.
10338         * add-log.el (change-log-mode): Set copyright-at-end-flag.
10340         * add-log.el (top-level): Require 'cl when compiling.
10342 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10344         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
10345         Treat minibuffer-completion-predicate as a predicate.
10347         * minibuffer.el (completion--file-name-table): Accept both the old
10348         `dir' arg or the new `pred' arg.
10350         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
10351         `predicate' argument to pass non-predicate data.
10352         (ffap-read-url-internal, ffap-read-file-or-url-internal):
10353         Use second arg as proper predicate.
10355         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
10356         (vc-bzr-revision-completion-table): Use completion-table-with-context
10357         instead.
10359         * simple.el (choose-completion-string): Use minibuffer-completion-table.
10361 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
10363         * term.el (term-emulate-terminal): Perform redisplay after the
10364         process filter has finished running.
10366 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10368         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
10370         * minibuffer.el (completion-try-completion): Change magic symbol
10371         property name.  Rename from minibuffer-try-completion.
10372         (completion-all-completions): Rename from minibuffer-all-completions.
10373         Remove hide-spaces argument.
10374         (completion--do-completion): Rename from minibuffer--do-completion.
10375         (minibuffer-complete-and-exit): Call just try-completion rather than
10376         completion-try-completion to fix up the case.
10377         (completion--try-word-completion): Try to add space or hyphen before
10378         making `string' a prefix of `completion'.
10379         (completion--insert-strings): Rename from minibuffer--insert-strings.
10381 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
10383         * net/tls.el (tls-program): Add -ign_eof argument to call the
10384         openssl commands.
10385         (tls-checktrust): Ditto.
10387 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
10389         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
10391         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
10392         (vc-check-master-templates, vc-file-not-found-hook)
10393         (vc-kill-buffer-hook):
10394         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
10395         (vc-find-position-by-context, vc-buffer-context)
10396         (vc-restore-buffer-context, vc-responsible-backend)
10397         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
10398         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
10399         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
10400         (vc-version-diff, vc-diff, vc-insert-headers)
10401         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
10402         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
10403         (vc-revert, vc-rollback, vc-version-backup-file)
10404         (vc-rename-master, vc-delete-file, vc-rename-file)
10405         (vc-branch-part, vc-default-retrieve-snapshot)
10406         (vc-annotate-display-autoscale, vc-annotate-display-select)
10407         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
10408         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
10409         (vc-dir-update): Handle directories.
10410         (vc-default-status-printer): Simplify.
10412         * progmodes/asm-mode.el (asm-mode-map):
10413         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
10415         * progmodes/m4-mode.el (m4-mode-map): Add menu.
10417 2008-04-21  Kenichi Handa  <handa@m17n.org>
10419         * select.el (xselect-convert-to-string): Send a C_STRING only if
10420         the polymorphic target TEXT is requested.
10422 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
10424         * minibuffer.el (completion-setup-hook, display-completion-list)
10425         (completion--file-name-table): Fix typos in docstrings.
10426         (completion-table-dynamic): Fix typo, and reflow docstring.
10428 2008-04-20  Andreas Schwab  <schwab@suse.de>
10430         * server.el (server-switch-buffer): Also consider clients in the
10431         selected frame.
10433 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
10435         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
10436         Select window clicked on first.
10437         (gdb): Display thread number in mode-line.
10438         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
10439         (gdb-breakpoints-header): New variable.
10440         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
10442 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10444         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
10445         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
10446         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
10447         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
10448         (vc-sccs-print-log): Use it.
10450         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
10452         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
10453         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
10455         * tooltip.el (tooltip-previous-message): New var.
10456         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
10457         the C code (avoid overwriting a minibuffer, restore previous echo
10458         message, ...).
10459         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
10460         Simplify.
10462 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
10464         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
10465         (gdb-init-1): Initialise it.
10466         (gdb-annotation-rules): New entry for "new-thread".
10467         (gdb-thread-identification): New function to customize
10468         mode-line-buffer-identification.
10469         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
10470         (gdb-assembler-mode): Use it.
10471         (gdb-threads-mode): Force "info threads" onto queue.
10473 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10475         * files.el (locate-file-completion-table): Rename from
10476         locate-file-completion and make it use `pred' in the normal way.
10477         (locate-file-completion): New compatibility wrapper.
10478         (load-library): Use locate-file-completion-table.
10479         * finder.el (finder-commentary):
10480         * subr.el (locate-library):
10481         * emacs-lisp/find-func.el (find-library): Likewise.
10482         * info.el: Use with-current-buffer and inhibit-read-only.
10483         (Info-read-node-name-2): Change to use `predicate' in the normal way.
10484         (Info-read-node-name-1): Adjust uses accordingly.
10486         * minibuffer.el (completion-table-with-context): Add support for `pred'.
10487         (completion-table-with-terminator): Don't use complete-with-action
10488         since we have to distinguish all three cases anyway.
10489         (completion-table-with-predicate): New function.
10490         (dynamic-completion-table): Add obsolete alias.
10492         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
10494 2008-04-18  Sam Steingold  <sds@gnu.org>
10496         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
10497         Use quit-window instead of bury-buffer.
10499 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10501         * minibuffer.el (completion-table-with-terminator): Fix last fix.
10503 2008-04-18  Andreas Schwab  <schwab@suse.de>
10505         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
10506         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
10507         Depend on $(lisp)/subdirs.el.
10509 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
10511         * descr-text.el (describe-char-after):
10512         Use `define-obsolete-function-alias'.
10514         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
10516         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
10518         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
10519         Remove redundant obsolescence info in docstring.
10521         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
10522         (vc-header-alist): Add WHEN to obsolescence declaration.
10523         (vc-state): Fix typo in docstring.
10525         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
10526         Use `define-obsolete-variable-alias'.
10528         * emulation/tpu-edt.el (tpu-have-ispell):
10529         * international/codepage.el (codepage-setup):
10530         Fix typo in obsolescence declaration.
10532         * international/mule.el (char-coding-system-table):
10533         Remove redundant obsolescence info in docstring.
10534         (charset-list, generic-char-p, set-char-table-default):
10535         Fix typos in obsolescence declarations.
10537         * international/mule-diag.el (non-iso-charset-alist):
10538         Fix typo in obsolescence declaration.
10539         (decode-codepage-char): Remove redundant obsolescence info in docstring.
10541         * font-core.el (font-lock-defaults-alist):
10542         * font-lock.el (font-lock-reference-face):
10543         * frame.el (screen-height, screen-width, set-screen-width)
10544         (set-screen-height):
10545         * hilit-chg.el (highlight-changes-initial-state):
10546         * isearch.el (isearch-return-char):
10547         * log-edit.el (cvs-commit-buffer-require-final-newline)
10548         (cvs-changelog-full-paragraphs):
10549         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
10550         (mouse-popup-menubar-stuff):
10551         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
10552         (mouse-wheel-click-button):
10553         * outline.el (outline-visible):
10554         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
10555         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
10556         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
10557         * progmodes/compile.el (compile-internal):
10558         Add WHEN to obsolescence declarations.
10560 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10562         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
10563         is not better anyway.
10565 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10567         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
10568         properly.
10570 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10572         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
10573         (python-use-skeletons): Remove, unused.
10574         (python-skeletons): Remove.  Use the abbrev table instead.
10575         (python-mode-abbrev-table): Fix regexp;
10576         add enable-function and case-fixed.
10577         (def-python-skeleton): Simplify.
10578         (python-expand-template): Use the abbrev-table and abbrev-insert.
10579         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
10580         Remove.
10581         (python-mode): Don't set pre-abbrev-expand-hook.
10583         * skeleton.el: Set coding-tag.
10585         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
10586         (expand-abbrev): Use it.
10587         (abbrev-table-menu): New function.
10589         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
10591         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
10593 2008-04-17  Sam Steingold  <sds@gnu.org>
10595         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
10596         idiosyncratic bury-buffer/delete-window logic.
10598 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
10600         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
10601         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
10603 2008-04-17  Kenichi Handa  <handa@m17n.org>
10605         * international/characters.el: Don't make the width of U+00AD to 0.
10607 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
10609         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
10610         (gdb, gdb-starting, gdb-frames-mode): Use it.
10611         (gdb-invalidate-frames): Advise to call "info stack" only if
10612         execution has occurred.
10613         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
10614         selected frame if no execution has occurred.
10615         (gdb-frames-force-update): New interactive function.
10616         (gdb-frames-mode-map): Bind it to "F".
10618 2008-04-17  Michael Olson  <mwolson@gnu.org>
10620         * textmodes/remember.el (remember-version): Release Remember 2.0.
10622 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
10624         * textmodes/artist.el:
10625         * progmodes/vhdl-mode.el:
10626         * progmodes/verilog-mode.el:
10627         * progmodes/vera-mode.el:
10628         * progmodes/simula.el:
10629         * progmodes/ps-mode.el:
10630         * progmodes/cmacexp.el:
10631         * obsolete/hilit19.el:
10632         * emulation/viper.el:
10633         * ediff.el: Cleanup the bug-report email addresses and make sure the
10634         maintainer is still willing to handle bug reports.
10636 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
10638         * vc.el (vc-dir-kill-query): Fix thinko.
10640 2008-04-16  Glenn Morris  <rgm@gnu.org>
10642         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
10643         by diary-sexp-entry.
10645 2008-04-16  Markus Triska  <markus.triska@gmx.at>
10647         * proced.el (proced-command-alist): Add support for darwin.
10649 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10651         * proced.el (proced-mode): Redefine as just the major-mode.
10652         (proced): Separate it from proced-mode.
10654         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
10656 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10658         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
10659         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
10660         `tab-width' setting from user.  New version 10.0.  Doc and docstring
10661         fix.
10662         (whitespace-style, whitespace-chars): Remove options.
10663         (whitespace-style-mark): New option, replace whitespace-style deleted
10664         option.  Fix docstring.
10665         (whitespace-style-color): New option, replace whitespace-chars deleted
10666         option.  Fix docstring.
10667         (whitespace-space, whitespace-hspace, whitespace-tab)
10668         (whitespace-newline, whitespace-trailing, whitespace-line)
10669         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
10670         (whitespace-space-after-tab, whitespace-hspace-regexp)
10671         (whitespace-space-regexp, whitespace-tab-regexp)
10672         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
10673         (whitespace-empty-at-eob-regexp, whitespace-line-column)
10674         (whitespace-toggle-option-alist): Fix docstring.
10675         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
10676         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
10677         docstring and initialization.
10678         (global-whitespace-mode): Autoloaded global minor mode.
10679         (whitespace-chars-value-list, whitespace-style-value-list)
10680         (whitespace-active-chars, whitespace-active-style)
10681         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
10682         (whitespace-color-value-list): New var, replace
10683         whitespace-chars-value-list removed var.
10684         (whitespace-mark-value-list): New var, replace
10685         whitespace-style-value-list removed var.
10686         (whitespace-active-color): New var, replace whitespace-active-chars
10687         removed var.
10688         (whitespace-active-mark): New var, replace whitespace-active-style
10689         removed var.
10690         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
10691         removed var.
10692         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
10693         removed var.
10694         (whitespace-toggle-option-alist, whitespace-report-list)
10695         (whitespace-report-text, whitespace-help-text): Fix initialization.
10696         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
10697         (whitespace-toggle-options, global-whitespace-toggle-options)
10698         (whitespace-cleanup-region, whitespace-report-region)
10699         (whitespace-interactive-char): Fix docstring and code.
10700         (whitespace-cleanup, whitespace-report): Fix docstring.
10701         (whitespace-replace-spaces-by-tabs): Remove fun.
10702         (whitespace-replace-action): New fun, replace
10703         whitespace-replace-spaces-by-tabs removed fun.
10704         (whitespace-regexp, whitespace-indentation-regexp)
10705         (whitespace-space-after-tab-regexp, whitespace-insert-value)
10706         (whitespace-kill-buffer): New funs.
10707         (whitespace-insert-option-mark, whitespace-help-on)
10708         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
10709         (whitespace-color-on, whitespace-color-off)
10710         (whitespace-display-char-on): Fix code.
10712 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10714         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
10715         (mouse-throw-magnifier-with-mouse-movement): Remove.
10716         (mouse-throw-magnifier-base): New const.
10717         (mouse-drag-scroll-delta): New fun.
10718         (mouse-drag-throw): Use it.
10720 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
10722         * international/uni-bidi.el, international/uni-category.el:
10723         * international/uni-combining.el, international/uni-comment.el:
10724         * international/uni-decimal.el, international/uni-decomposition.el:
10725         * international/uni-digit.el, international/uni-lowercase.el:
10726         * international/uni-mirrored.el, international/uni-name.el:
10727         * international/uni-numeric.el, international/uni-old-name.el:
10728         * international/uni-titlecase.el, international/uni-uppercase.el:
10729         * international/charprop.el: Regenerate.
10731 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
10733         * vc.el (vc-status-fileinfo): Add new member directoryp.
10734         (vc-default-status-printer): Print directories.
10735         (vc-status-update): Sort files before subdirectories.
10737         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
10738         Add alternative implementation based on "cvs update".
10740 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
10742         * doc-view.el: Changed requirements section to tell that only one
10743         of dvipdf or dvipdfm is needed.
10744         (doc-view-already-converted-p): Fix bug that forced reconversion
10745         if doc was already converted.
10747 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10749         * minibuffer.el (minibuffer-message):
10750         Make sure we can put-text-property.
10752         * emacs-lisp/crm.el: Complete rewrite.
10754         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
10755         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
10756         case of an error in display-completion-list.
10758         * filecache.el (file-cache-completions-keymap): Move init from
10759         file-cache-completion-setup-function into declaration.
10760         (file-cache-minibuffer-complete): Simplify.
10761         (file-cache-completion-setup-function): Use standard-output,
10762         preserve current-buffer.
10764         * vc.el (vc-status-update): Fix typo.
10765         (vc-status-update): Set needs-update.
10766         (vc-status-refresh): Î·-reduce.
10768 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
10770         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
10771         to image-eol.
10773 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
10775         * vc.el (vc-status-update): Undo the previous revert.
10777 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10779         * minibuffer.el (completion-table-with-terminator): Those completions
10780         are never valid w.r.t test-completion.
10781         (completion--file-name-table):
10782         Check completion-all-completions-with-base-size.
10784 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
10786         * doc-view.el (doc-view-dvipdf-program): New variable.
10787         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
10788         (doc-view-mode-p): Check for doc-view-dvipdf-program as
10789         alternative for doc-view-dvipdfm-program.
10790         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
10792         * doc-view.el (doc-view-start-process): Don't set
10793         default-directory to "~/" if the current value is valid.
10794         This broke PS files that run other files in the same directory.
10796 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
10798         * vc.el (vc-status-kill-query): New function.
10799         (vc-status-mode): Add it to kill-buffer-query-functions.
10800         (vc-status-show-fileentry): New function.
10801         (vc-status-menu-map): Bind it.  Bind vc-next-action.
10803 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10805         * minibuffer.el (minibuffer-message): Put cursor at the right place.
10807 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10809         * proced.el (proced-send-signal): Fix error recognition.
10811 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10813         * proced.el (proced-command-alist): Remove sort column.
10814         (proced-command, proced-procname-column):
10815         Use make-variable-buffer-local.
10816         (proced-signal-function): Rename from proced-kill-program.
10817         Allow for elisp symbols and string values representing system calls.
10818         (proced-marker-regexp, proced-success-message): New functions.
10819         (proced): Use defalias.  Add autoload cookie.
10820         (proced-unmark-backward, proced-toggle-marks)
10821         (proced-hide-processes): New commands.
10822         (proced-do-mark): Simplify code.
10823         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
10824         (proced-update): Remove sorting.
10825         (proced-send-signal): Display number of processes to operate on.
10826         Allow for system calls or elisp functions to send signals.
10827         Check if signal was sent successfully.
10829 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10831         * minibuffer.el (completion-all-completion-with-base-size): New var.
10832         (completion--some): New function.
10833         (completion-table-with-context, completion--file-name-table):
10834         Return the base-size if requested.
10835         (completion-table-in-turn): Generalize to multiple arguments.
10836         (complete-in-turn): Compatibility alias.
10837         (completion-styles-alist): New var.
10838         (completion-styles): New customization.
10839         (minibuffer-try-completion, minibuffer-all-completions):
10840         New functions.
10841         (minibuffer--do-completion, minibuffer-complete-and-exit)
10842         (minibuffer-try-word-completion): Use them.
10843         (display-completion-list, minibuffer-completion-help): Use them.
10844         Handle all-completions's new base-size info to set completion-base-size.
10845         * info.el (Info-read-node-name-1): Use completion-table-with-context,
10846         completion-table-with-terminator and complete-with-action.
10847         Remove the now obsolete completion-base-size-function property.
10848         * simple.el (completion-list-mode-map): Move init into declaration.
10849         (completion-list-mode): Use define-derived-mode.
10850         (completion-setup-function): Use any completion-base-size that may
10851         have been set before.  Remove handling of completion-base-size-function.
10852         * loadup.el: Move abbrev.el up earlier.
10854 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
10856         * vc-git.el (vc-git-after-dir-status-stage)
10857         (vc-git-dir-status-goto-stage): New functions.
10858         (vc-git-after-dir-status-stage1)
10859         (vc-git-after-dir-status-stage1-empty-db)
10860         (vc-git-after-dir-status-stage2): Remove, functionality moved
10861         into the new generic stage functions.
10862         (vc-git-dir-status-files): New function.
10864         * vc.el (vc-status-update): Revert an incorrect rewrite.
10865         Add some comments.
10866         (vc-status-refresh-files): New function.
10867         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
10868         state of up-to-date files.
10869         (vc-default-dir-status-files): New function.
10871 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
10873         * minibuffer.el (completion--embedded-envvar-table)
10874         (read-file-name-internal): Fix typos in 2008-04-11 change.
10876         * faces.el (read-face-name): Use `completion-table-in-turn',
10877         not `complete-in-turn'.
10879 2008-04-13  Andreas Schwab  <schwab@suse.de>
10881         * progmodes/etags.el: Require 'cl when compiling.
10883 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
10885         * progmodes/gud.el (gud-menu-map): Expand tooltip.
10887         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
10888         (menu): Add/expand menu tooltips.
10890 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
10892         * progmodes/sh-script.el (sh-show-indent): Fix typo.
10893         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
10895         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
10896         considered registered.
10898 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10900         * emacs-lisp/copyright.el (copyright-update-directory): New command.
10902         * ediff-wind.el (ediff-split-window-function)
10903         (ediff-merge-split-window-function): Improve custom type.
10905 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
10907         * loadup.el ("minibuffer"): Move after "faces".
10909 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10911         * progmodes/hideif.el (hif-factor): Handle unary minus.
10913 2008-04-12  Glenn Morris  <rgm@gnu.org>
10915         * calendar/cal-china.el (chinese-calendar-time-zone):
10916         Mark obsolete name as risky too.
10918         * calendar/calendar.el (calendar-faces): New custom group.
10919         (calendar-today, diary, holiday): Doc fix.
10920         Move to calendar-faces group.
10921         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
10922         (diary-button): Doc fix.  Move to calendar-faces group.
10924         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
10925         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
10926         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
10927         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
10928         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
10929         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
10930         not in dumped files before the associated defcustom.
10932 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
10934         * minibuffer.el (lazy-completion-table): Fix debug spec.
10936 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10938         * minibuffer.el (complete-with-action, lazy-completion-table):
10939         Move from subr.el.
10940         (apply-partially, completion-table-dynamic)
10941         (completion-table-with-context, completion-table-with-terminator)
10942         (completion-table-in-turn): New funs.
10943         (completion--make-envvar-table, completion--embedded-envvar-table):
10944         New funs.
10945         (read-file-name-internal): Use them.
10946         (completion-setup-hook): Move from simple.el.
10947         * subr.el (complete-with-action, lazy-completion-table):
10948         * simple.el (completion-setup-hook): Move to minibuffer.el.
10950 2008-04-11  Glenn Morris  <rgm@gnu.org>
10952         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
10954 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10956         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
10958         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
10960         * textmodes/fill.el (fill-forward-paragraph-function): New var.
10961         (fill-forward-paragraph): New fun.
10962         (fill-paragraph, fill-region): Use it.
10964         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
10965         (vc-status-create-fileinfo): Make `extra' optional.
10966         (vc-status-busy): New fun.
10967         (vc-status-menu-map): Use it.
10968         (vc-status-crt-marked): Remove.
10969         (vc-status-update): Rename from vc-status-add-entries.
10970         Add argument so as to prevent addition of entries.  Rewrite.
10971         (vc-update-vc-status-buffer): Remove.
10972         (vc-status-refresh): Don't remove old entries, set them to
10973         up-to-date instead.  Also do it after the update is complete.
10974         (vc-status-marked-files): Î·-reduce.
10976         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
10977         for non-dialogs.
10979         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
10981         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
10983 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
10985         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
10986         to t and don't truncate msg.
10988 2008-04-11  Glenn Morris  <rgm@gnu.org>
10990         * calendar/calendar.el (diary, holidays):
10991         Move custom groups to other files.
10992         (holiday-general-holidays, holiday-oriental-holidays)
10993         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
10994         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
10995         (holiday-hebrew-holidays, holiday-christian-holidays)
10996         (holiday-islamic-holidays, holiday-bahai-holidays)
10997         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
10998         * calendar/diary-lib.el: Move custom group here from calendar.el.
10999         * calendar/holidays.el: Move custom group and variables here
11000         from calendar.el.
11002         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
11004         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
11005         Fix custom group.
11006         (calendar-current-time-zone-cache): Autoload riskiness.
11008         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
11010 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
11012         * woman.el (woman2-TH): Use string-equal instead of string-match.
11014 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11016         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
11017         (smerge-resolve): Merge the "2-way refinement" case with one half of
11018         the "mere whitespace" resolution.
11020 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
11022         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
11024 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
11026         * subr.el (assoc-ignore-case, assoc-ignore-representation):
11027         Add WHEN to obsolescence declaration.
11029         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
11031 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
11033         * vc-hooks.el (vc-state): Add new state `conflict'.
11034         (vc-after-save): Use when not if.
11035         (vc-default-mode-line-string): Deal with the conflict state.
11036         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
11038         * vc.el (vc-editable-p, vc-default-status-printer)
11039         (vc-next-action): Deal with the conflict state.
11040         (vc-mark-resolved): New function.
11041         (vc-status-mode): Fix mode name.
11042         (vc-default-comment-history): Use when not if.
11043         (Todo): Add new entries, remove old ones.
11045         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
11046         (vc-cvs-parse-status, vc-cvs-after-dir-status):
11047         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
11048         Detect the conflict state.
11050         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
11052 2008-04-10  Glenn Morris  <rgm@gnu.org>
11054         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
11055         Respect truncate-partial-width-windows in non-full windows,
11056         with regards to :toggle and :enable state.
11058         * simple.el (toggle-truncate-lines): Doc fix.
11060         * Makefile.in (MH_E_DIR): New variable.
11061         (MH_E_SRC): Restore variable removed 2008-03-13.
11062         (mh-loaddefs.el): Depend on $MH_E_SRC.
11063         (CAL_DIR, CAL_SRC): New variables.
11064         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
11065         Depend on CAL_SRC.
11067         * calendar/calendar.el (calendar, diary): Add :prefix.
11068         (holidays): Change :prefix.
11069         (calendar-today, holiday, calendar-holiday-marker)
11070         (european-calendar-style): Change custom groups.
11072         * calendar/calendar.el (diary-hook, diary-display-hook):
11073         Move to diary-lib.el.
11074         * calendar/diary-lib.el (diary-hook, diary-display-hook):
11075         Move here from calendar.el.
11076         * calendar/appt.el: Require diary-lib rather than calendar.
11077         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
11079         * calendar/appt.el (appt): Add :prefix.
11081         * calendar/diary-lib.el (diary-hook): Doc fix.
11082         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
11084 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11086         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
11087         New functions.
11089         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
11090         the arg to recursive calls.
11092 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
11094         * minibuffer.el (completion-auto-help): Fix typo.
11096 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11098         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
11100 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
11102         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
11103         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
11105 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11107         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
11109         * minibuffer.el (minibuffer): Move group from cus-edit.el.
11110         (completion-auto-help): Move from C code.
11111         (minibuffer--maybe-completion-help): Remove.
11112         (minibuffer--bitset): New function.
11113         (minibuffer--do-completion): Rename from minibuffer-do-completion.
11114         Renumber a bit.  Really complete on string *before* point.
11115         Add argument used for word-completion.
11116         Join trailing / in completion with following text, as done in
11117         minibuffer-complete-word.
11118         Handle new value `lazy' for completion-auto-help.
11119         (minibuffer-try-word-completion): New function extracted from
11120         minibuffer-complete-word.
11121         (minibuffer-complete-word): Use minibuffer--do-completion.
11122         (minibuffer--insert-strings): Rename from
11123         minibuffer-complete-insert-strings.
11124         (exit-minibuffer): Fix typo.
11125         * cus-edit.el (minibuffer): Move group to minibuffer.el.
11126         * cus-start.el: Remove completion-auto-help.
11128 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
11130         * vc.el (vc-status-add-entries): New function.
11131         (vc-status-add-entry): Remove.
11132         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
11133         Use vc-status-add-entries.
11135         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
11136         order.
11138 2008-04-09  Jason Rumney  <jasonr@gnu.org>
11140         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
11141         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
11142         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
11143         (AUTOGENEL): New variable.
11144         (distclean, maintainer-clean): New targets.
11146 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
11148         * emacs-lisp/regexp-opt.el (regexp-opt):
11149         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
11151 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
11153         * nxml/nxml-mode.el (nxml-cleanup): New function.
11154         (nxml-mode): Add it to change-major-mode-hook.
11156 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
11158         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
11160 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
11162         * calc/.cvsignore: New file.
11164 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
11166         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
11168         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
11169         show-help-function when turning tooltip off.
11170         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
11171         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
11173 2008-04-09  Alan Mackenzie  <acm@muc.de>
11175         * font-lock.el (font-lock-extend-after-change-region-function):
11176         Make it buffer local.
11178 2008-04-09  Glenn Morris  <rgm@gnu.org>
11180         * calendar/calendar.el (diary-file, european-calendar-style):
11181         Remove autoload cookies.
11183 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
11185         * outline.el (outline-mode-menu-bar-map):
11186         * log-view.el (log-view-mode-menu):
11187         * log-edit.el (log-edit-menu): Add :help.
11189 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
11191         * emacs-lisp/regexp-opt.el (regexp-opt-group):
11192         Use substring-no-properties for correct handling of unibyte strings.
11194 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11196         * add-log.el (change-log-next-buffer): Handle the case where version<
11197         signals an error.
11199         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
11200         mouse-major-mode-menu.
11201         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
11202         (mouse-major-mode-menu, mouse-popup-menubar)
11203         (mouse-popup-menubar-stuff): Use them.
11204         (C-down-mouse-3): Bind to a dynamic map rather than to
11205         mouse-popup-menubar-stuff.
11207         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
11208         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
11210 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
11212         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
11213         file:// access method.
11215 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11217         * minibuffer.el: New file.
11218         * loadup.el: Load it.
11220 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11222         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
11223         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
11225         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
11226         (calc-mode-map, calc-digit-map, calc-dispatch-map):
11227         Move initialization into declaration.
11228         * calc/calc-yank.el:
11229         * calc/calc-misc.el:
11230         * calc/calc-embed.el:
11231         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
11233 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
11235         * ps-samp.el (ps-add-printer, ps-remove-printer)
11236         (ps-make-dynamic-printer-menu): New functions.
11238         * net/zeroconf.el: New file.
11240 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11242         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
11244 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
11246         * vc-rcs.el (vc-rcs-modify-change-comment):
11247         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
11249         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
11251 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
11253         * international/mule-cmds.el (set-locale-environment): Don't warn if
11254         coding system doesn't agree with system locale (this reverts changes
11255         by Dave Love, dated 2002-10-27 and 2002-10-09).
11257         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11258         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
11260         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
11262 2008-04-08  Glenn Morris  <rgm@gnu.org>
11264         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
11265         * textmodes/remember.el (remember-diary-convert-entry):
11266         Require calendar.
11268         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
11269         diary-file, since it is the default for make-diary-entry anyway.
11271         * calendar/cal-menu.el (cal-menu-event-to-date):
11272         Rename calendar-event-to-date.  Update callers.
11273         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
11274         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
11275         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
11276         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
11277         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
11278         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
11279         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
11280         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
11281         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
11282         (calendar-mouse-tex-month-landscape):
11283         Rename cal-tex-mouse-month-landscape.
11284         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
11285         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
11286         (calendar-mouse-tex-year-landscape):
11287         Rename cal-tex-mouse-year-landscape.
11288         (cal-menu-context-mouse-menu): Update for above name changes.
11290         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
11291         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
11292         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
11293         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
11294         * calendar/holidays.el: Replace int-to-string with number-to-string.
11296 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
11298         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
11299         region if point moves.
11301 2008-04-08  Kenichi Handa  <handa@m17n.org>
11303         * faces.el (font-slant-table): Change numeric values for `r',
11304         `roman', and `normal'.
11306 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
11308         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
11310 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
11312         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
11313         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
11315 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
11317         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
11318         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
11320 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11322         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
11324 2008-04-07  Sam Steingold  <sds@gnu.org>
11326         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
11327         Add helper functions.
11328         (lisp-do-defun): Extract the common part of lisp-eval-defun and
11329         lisp-compile-defun; DEFVAR forms reset the variables to the init
11330         values, just like in emacs-lisp mode eval-defun.
11331         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
11332         (lisp-compile-region): Use lisp-compile-string.
11334 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11336         * subr.el (combine-and-quote-strings): Also quote strings that contain
11337         the separator.
11339         * pcvs-util.el (cvs-map): Avoid recursion :-(
11341 2008-04-07  Glenn Morris  <rgm@gnu.org>
11343         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
11345         * calendar/calendar.el (diary-view-entries-initially-flag): Rename
11346         view-diary-entries-initially.  Keep old name as alias, update users.
11347         (calendar-mark-diary-entries-flag): Rename
11348         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
11349         (calendar-view-holidays-initially-flag): Rename
11350         view-calendar-holidays-initially.  Keep old name as alias, update users.
11351         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
11352         Keep old name as alias, update users.
11353         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
11354         Keep old name as alias, update users.
11355         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
11356         Keep old name as alias, update users.
11357         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
11358         Keep old name as alias, update users.
11359         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
11360         (diary-american-date-forms): Rename american-date-diary-pattern.
11361         Keep old name as alias, update users.
11362         (diary-european-date-forms): Rename european-date-diary-pattern.
11363         Keep old name as alias, update users.
11364         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
11365         Keep old name as alias, update users.
11366         (calendar-european-date-display-form): Rename
11367         european-calendar-display-form.  Keep old name as alias, update users.
11368         (calendar-american-date-display-form): Rename
11369         european-calendar-display-form.  Keep old name as alias, update users.
11370         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
11371         Keep old name as alias, update users.
11372         (holiday-general-holidays): Rename general-holidays.
11373         Keep old name as alias, update users.
11374         (holiday-oriental-holidays): Rename oriental-holidays.
11375         Keep old name as alias, update users.
11376         (holiday-local-holidays): Rename local-holidays.
11377         Keep old name as alias, update users.
11378         (holiday-other-holidays): Rename other-holidays.
11379         Keep old name as alias, update users.
11380         (holiday-hebrew-holidays): Rename hebrew-holidays.
11381         Keep old name as alias, update users.
11382         (holiday-christian-holidays): Rename christian-holidays.
11383         Keep old name as alias, update users.
11384         (holiday-islamic-holidays): Rename islamic-holidays.
11385         Keep old name as alias, update users.
11386         (holiday-bahai-holidays): Rename bahai-holidays.
11387         Keep old name as alias, update users.
11388         (holiday-solar-holidays): Rename solar-holidays.
11389         Keep old name as alias, update users.
11390         (diary-fancy-buffer): Rename fancy-diary-buffer.
11391         Keep old name as alias, update users.
11392         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
11393         Update users.
11394         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
11395         Update users.
11396         (calendar-increment-month): Rename increment-calendar-month.
11397         Keep old name as alias, update callers.
11398         (calendar-increment-month-cons): Rename old calendar-increment-month.
11399         Update callers.
11400         (calendar-extract-month): Rename extract-calendar-month.
11401         Keep old name as alias, update callers.
11402         (calendar-extract-day): Rename extract-calendar-day.
11403         Keep old name as alias, update callers.
11404         (calendar-extract-year): Rename extract-calendar-year.
11405         Keep old name as alias, update callers.
11406         (calendar-generate-window): Rename generate-calendar-window.
11407         Update callers.
11408         (calendar-generate): Rename generate-calendar.  Update callers.
11409         (calendar-generate-month): Rename generate-calendar-month.
11410         Update callers.
11411         (calendar-redraw): Rename redraw-calendar.  Update callers.
11412         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
11413         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
11414         Update callers.
11415         (calendar-update-mode-line): Rename update-calendar-mode-line.
11416         Update callers.
11417         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
11418         update callers.
11419         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
11420         Keep old name as alias, update callers.
11421         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
11422         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
11423         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
11424         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
11425         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
11426         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
11427         * calendar/solar.el: Update for calendar.el name changes.
11428         * org/org.el (org-agenda-format-date-aligned)
11429         (org-agenda-execute-calendar-command): Access date elements directly
11430         rather than using calendar functions.
11431         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
11432         Also set calendar-view-diary-initially-flag,
11433         calendar-view-holidays-initially-flag.
11434         (org-get-entries-from-diary): Also set diary-fancy-buffer.
11435         (org-agenda-execute-calendar-command): No need to set displayed-day.
11437 2008-04-06  Alan Mackenzie  <acm@muc.de>
11439         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
11440         typo in the doc string.
11442         * progmodes/cc-mode.el (c-basic-common-init):
11443         Set font-lock-extend-after-change-region-function.
11444         (c-extend-after-change-region): New function, used in
11445         font-lock-extend-after-change-region-function, thus superseding
11446         advice on the Font Lock after change functions.
11447         (c-advise-fl-for-region): Remove this macro.
11449 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11451         * textmodes/flyspell.el (flyspell-duplicate-distance):
11452         Improve custom type.
11454 2008-04-06  Glenn Morris  <rgm@gnu.org>
11456         * calendar/diary-lib.el (diary-sexp-entry-symbol):
11457         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
11458         (diary-list-entries-hook): Rename list-diary-entries-hook.
11459         Keep old name as alias, update users.
11460         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
11461         Keep old name as alias, update users.
11462         (diary-nongregorian-listing-hook): Rename
11463         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
11464         (diary-nongregorian-marking-hook): Rename
11465         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
11466         (diary-print-entries-hook): Rename print-diary-entries-hook.
11467         Keep old name as alias, update users.
11468         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
11469         Keep old name as alias, update users.
11470         (diary-number-of-entries): Rename number-of-diary-entries.
11471         Keep old name as alias, update users.
11472         (view-diary-entries, list-diary-entries, show-all-diary-entries):
11473         Give version of obsolescence.
11474         (diary-view-other-diary-entries): Rename view-other-diary-entries.
11475         Keep old name as alias, update callers.
11476         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
11477         update callers.
11478         (diary-include-other-diary-files): Rename include-other-diary-files.
11479         Keep old name as alias, update callers.
11480         (diary-simple-display): Rename simple-diary-display.
11481         Keep old name as alias, update callers.
11482         (diary-fancy-display): Rename fancy-diary-display.
11483         Keep old name as alias, update callers.
11484         (diary-print-entries): Rename print-diary-entries.
11485         Keep old name as alias, update callers.
11486         (diary-marking-entries-flag): Rename marking-diary-entries.
11487         Update users.
11488         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
11489         (diary-mark-entries): Rename mark-diary-entries.
11490         Keep old name as alias, update callers.
11491         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
11492         Keep old name as alias, update callers.
11493         (diary-mark-included-diary-files): Rename mark-included-diary-files.
11494         Keep old name as alias, update callers.
11495         (calendar-mark-days-named): Rename mark-calendar-days-named.
11496         Keep old name as alias, update callers.
11497         (calendar-mark-month): Rename mark-calendar-month.
11498         Keep old name as alias, update callers.
11499         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
11500         Keep old name as alias, update callers.
11501         (diary-sort-entries): Rename sort-diary-entries.
11502         Keep old name as alias, update callers.
11503         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
11504         Keep old name as alias, update callers.
11505         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
11506         update callers.
11507         (diary-insert-entry): Rename insert-diary-entry.
11508         Keep old name as alias.
11509         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
11510         Keep old name as alias.
11511         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
11512         Keep old name as alias.
11513         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
11514         Keep old name as alias.
11515         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
11516         Keep old name as alias.
11517         (diary-insert-block-entry): Rename insert-block-diary-entry.
11518         Keep old name as alias.
11519         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
11520         Keep old name as alias.
11521         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
11522         Keep old name as alias, update users.
11523         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
11524         Keep old name as alias, update callers.
11525         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
11526         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
11527         * calendar/icalendar.el: Update for diary-lib name changes.
11529 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
11531         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
11533         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
11534         for copy, move, and link operations.
11536 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
11538         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
11539         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
11541         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
11542         'require' statements with 1-argument ones (wrapped in if's).
11543         For compatibility with the current stable version of XEmacs.
11545 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
11547         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
11549 2008-04-06  Jason Rumney  <jasonr@gnu.org>
11551         * language/burmese.el ("Burmese"): Make sample text consistent with
11552         language name.
11554 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
11556         * progmodes/gdb-ui.el (gdb): New group.
11557         (gdb-debug-log-max, gdb-enable-debug)
11558         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
11559         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
11560         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
11561         (gdb-show-changed-values, gdb-max-children)
11562         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
11563         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
11564         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
11565         (gdb-memory-unit): Move to new group from GUD group.
11566         (menu): Allow customization from GDB-UI menu-item.
11568 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
11570         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
11572 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11574         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
11575         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
11576         Revision numbers can include ".".
11578         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
11579         "+" lines not accounted for by counting "-" and context lines.
11581 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11583         * term/mac-win.el (mac-service-open-file): Use file URL instead of
11584         file name string.
11586 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11588         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
11589         (vc-bzr-annotate-time): Accept space used to preserve alignment.
11591 2008-04-05  Richard Stallman  <rms@gnu.org>
11593         * emacs-lisp/advice.el (defadvice): Add usage pattern.
11595 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
11597         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
11598         thread in [h-e-w]).
11600 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
11602         * files.el (abort-if-file-too-large): Fix typo in docstring.
11604 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11606         * subr.el (functionp): Return nil for special forms.
11608 2008-04-05  Glenn Morris  <rgm@gnu.org>
11610         * emacs-lisp/autoload.el (autoload-ensure-default-file):
11611         Provide a feature.
11612         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
11613         Require loaddefs file rather than loading it.
11614         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
11615         autoload-ensure-default-file provides a feature.
11617         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
11618         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
11619         (compile, compile-always, recompile): Use $LOADDEFS.
11620         (cal-autoloads): Remove.
11622         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
11623         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
11625         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
11626         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
11628         * calendar/calendar.el (diary-hebrew-entry-symbol):
11629         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
11630         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
11631         Keep old name as alias.
11632         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
11633         Keep old name as alias.
11634         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
11635         to diary-bahai-entry-symbol.
11636         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
11637         to diary-hebrew-entry-symbol.
11638         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
11639         to diary-islamic-entry-symbol.
11640         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
11642         * calendar/solar.el (diary-sabbath-candles-minutes)
11643         (diary-sabbath-candles): Move to cal-hebrew.
11644         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
11645         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
11646         Doc fix.  Keep old name as alias.
11647         (diary-hebrew-sabbath-candles): Simplify.
11648         (solar-setup, solar-sunrise-sunset, calendar-latitude)
11649         (calendar-longitude, calendar-time-zone): Declare for compiler.
11650         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
11651         rename.
11653         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
11654         Rename coptic-calendar-month-name-array.  Update callers.
11655         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
11656         (calendar-coptic-name): Rename coptic-name.  Update callers.
11657         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
11658         Update callers.
11659         (calendar-coptic-last-day-of-month):
11660         Rename coptic-calendar-last-day-of-month.  Update callers.
11661         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
11662         Keep old name as alias, update callers.
11663         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
11664         Keep old name as alias, update callers.
11665         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
11666         Keep old name as alias.
11667         (calendar-ethiopic-month-name-array):
11668         Rename ethiopic-calendar-month-name-array.  Update callers.
11669         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
11670         Update callers.
11671         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
11672         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
11673         Keep old name as alias, update callers.
11674         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
11675         Keep old name as alias, update callers.
11676         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
11677         Keep old name as alias.
11679         * calendar/cal-french.el (calendar-french-epoch):
11680         Rename french-calendar-epoch.  Update callers.
11681         (calendar-french-month-name-array): Rename variable and function
11682         french-calendar-month-name-array.  Update callers.
11683         (calendar-french-multibyte-month-name-array):
11684         Rename french-calendar-multibyte-month-name-array.  Update callers.
11685         (calendar-french-day-name-array): Rename variable and function
11686         french-calendar-day-name-array.  Update callers.
11687         (calendar-french-special-days-array): Rename variable and function
11688         french-calendar-special-days-array.  Update callers.
11689         (calendar-french-multibyte-special-days-array):
11690         Rename french-calendar-multibyte-special-days-array.  Update callers.
11691         (calendar-french-accents-p): Rename french-calendar-accents.
11692         Update callers.
11693         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
11694         Update callers.
11695         (calendar-french-last-day-of-month):
11696         Rename french-calendar-last-day-of-month.  Update callers.
11697         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
11698         Keep old name as alias, update callers.
11699         (calendar-french-print-date): Rename calendar-print-french-date.
11700         Keep old name as alias, update callers.
11701         (calendar-french-goto-date): Rename calendar-goto-french-date.
11702         Keep old name as alias.
11704         * calendar/cal-menu.el, calendar/calendar.el:
11705         Update for Coptic and French name changes.
11707         * calendar/cal-china.el (calendar-chinese): Rename custom group
11708         from chinese-calendar.  Update users.
11709         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
11710         Keep old name as alias, update users.
11711         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
11712         Keep old name as alias.
11713         (calendar-chinese-daylight-time-offset):
11714         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
11715         update users.
11716         (calendar-chinese-standard-time-zone-name):
11717         Rename chinese-calendar-standard-time-zone-name.
11718         Keep old name as alias, update users.
11719         (calendar-chinese-daylight-saving-start):
11720         Rename chinese-calendar-daylight-savings-starts.
11721         Keep old name as alias, update users.
11722         (calendar-chinese-daylight-saving-end):
11723         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
11724         update users.
11725         (calendar-chinese-daylight-saving-start-time):
11726         Rename chinese-calendar-daylight-savings-starts-time.
11727         Keep old name as alias, update users.
11728         (calendar-chinese-daylight-saving-end-time):
11729         Rename chinese-calendar-daylight-savings-ends-time.
11730         Keep old name as alias, update users.
11731         (calendar-chinese-celestial-stem): Rename
11732         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
11733         (calendar-chinese-terrestrial-branch):
11734         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
11735         update users.
11736         (calendar-chinese-zodiac-sign-on-or-after):
11737         Rename chinese-zodiac-sign-on-or-after.  Update callers.
11738         (calendar-chinese-new-moon-on-or-after):
11739         Rename chinese-new-moon-on-or-after.  Update callers.
11740         (calendar-chinese-month-list): Rename chinese-month-list.
11741         Update callers.
11742         (calendar-chinese-number-months): Rename number-chinese-months.
11743         Update callers.
11744         (calendar-chinese-compute-year): Rename compute-chinese-year.
11745         Update callers.
11746         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
11747         (calendar-chinese-year): Rename chinese-year.  Update callers.
11748         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
11749         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
11750         Keep old name as alias, update callers.
11751         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
11752         Keep old name as alias, update callers.
11753         (calendar-chinese-months-to-alist):
11754         Rename make-chinese-month-assoc-list.  Update callers.
11755         (calendar-chinese-months): Rename chinese-months.  Update callers.
11756         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
11757         Keep old name as alias, update callers.
11759         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
11760         Rename hebrew-calendar-leap-year-p.  Update callers.
11761         (calendar-hebrew-last-month-of-year):
11762         Rename hebrew-calendar-last-month-of-year.  Update callers.
11763         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
11764         Update callers.
11765         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
11766         Update callers.
11767         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
11768         Update callers.
11769         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
11770         Update callers.
11771         (calendar-hebrew-last-day-of-month):
11772         Rename hebrew-calendar-last-day-of-month.  Update callers.
11773         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
11774         Keep old name as alias, update callers.
11775         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
11776         Keep old name as alias, update callers.
11777         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
11778         Keep old name as alias, update callers.
11779         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
11780         Keep old name as alias.
11781         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
11782         Keep old name as alias.
11783         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
11784         Keep old name as alias.
11785         (holiday-hebrew-passover): Rename holiday-passover-etc.
11786         Keep old name as alias.
11787         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
11788         Keep old name as alias, update callers.
11789         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
11790         Keep old name as alias.
11791         (calendar-hebrew-mark-date-pattern):
11792         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
11793         update callers.
11794         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
11795         Keep old name as alias.
11796         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
11797         Keep old name as alias.
11798         (diary-hebrew-insert-monthly-entry):
11799         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
11800         (diary-hebrew-insert-yearly-entry):
11801         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
11802         (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
11803         Keep old name as alias.
11804         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
11805         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
11806         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
11807         Keep old name as alias.
11808         (calendar-hebrew-parashiot-names):
11809         Rename hebrew-calendar-parashiot-names.  Update callers.
11810         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
11811         (calendar-hebrew-year-Saturday-incomplete-Sunday):
11812         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
11813         (calendar-hebrew-year-Saturday-complete-Tuesday):
11814         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
11815         (calendar-hebrew-year-Monday-incomplete-Tuesday):
11816         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
11817         (calendar-hebrew-year-Monday-complete-Thursday):
11818         Rename hebrew-calendar-year-Monday-complete-Thursday.
11819         (calendar-hebrew-year-Tuesday-regular-Thursday):
11820         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
11821         (calendar-hebrew-year-Thursday-regular-Saturday):
11822         Rename hebrew-calendar-year-Thursday-regular-Saturday.
11823         (calendar-hebrew-year-Thursday-complete-Sunday):
11824         Rename hebrew-calendar-year-Thursday-complete-Sunday.
11825         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
11826         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
11827         (calendar-hebrew-year-Saturday-complete-Thursday):
11828         Rename hebrew-calendar-year-Saturday-complete-Thursday.
11829         (calendar-hebrew-year-Monday-incomplete-Thursday):
11830         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
11831         (calendar-hebrew-year-Monday-complete-Saturday):
11832         Rename hebrew-calendar-year-Monday-complete-Saturday.
11833         (calendar-hebrew-year-Tuesday-regular-Saturday):
11834         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
11835         (calendar-hebrew-year-Thursday-incomplete-Sunday):
11836         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
11837         (calendar-hebrew-year-Thursday-complete-Tuesday):
11838         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
11839         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
11840         Update for above name changes of constants.
11842         * calendar/cal-menu.el, calendar/calendar.el:
11843         Update for chinese and hebrew name changes.
11844         * calendar/diary-lib.el: Update for hebrew name changes.
11846 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11848         * subr.el (keymap-canonicalize): Correct thinko.
11850         * server.el: Undo part of the multi-tty change, which is only
11851         needed if server.el is preloaded, and broke server-running-p.
11852         (server-socket-dir): Initialize in the defvar, as before.
11853         (server-start): Remove initialization of server-socket-dir.
11855 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
11857         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
11858         3-member cons cells.
11860 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
11862         * cus-face.el (custom-face-attributes): Handle roman slant.
11864         * faces.el (default): Ensure the face-defface-spec property is set.
11866 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
11868         * files.el (abort-if-file-too-large): New function.
11869         (find-file-noselect, insert-file-1): Use it.
11871 2008-04-05  Reto Zimmermann  <reto@gnu.org>
11873         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
11874         Replace C-c[a-zA-Z] key bindings.
11876 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11878         * progmodes/hideif.el (hif-token-alist): New var.
11879         (hif-token-regexp, hif-tokenize): Use it.
11880         (hif-mathify-binop): New macro.
11881         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
11882         (hif-greater-equal, hif-less-equal): Use it.
11883         (hif-logior, hif-logand): New functions.
11884         (hif-math): Accept | and & as well.
11886         * progmodes/etags.el: Fix problem with completion for buffer-local
11887         tables.  Reported by Radey Shouman <shouman@comcast.net>.
11888         (tags-complete-tag): Remove.
11889         (tags-lazy-completion-table): New function to replace it.
11890         (find-tag-tag, complete-tag): Update users.
11892 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
11894         * vc-rcs.el (vc-rcs-dir-status):
11895         * vc-sccs.el (vc-sccs-dir-status): New function.
11897         * outline.el (outline-mode-menu-bar-map):
11898         * term.el (terminal-signal-menu): Add :help.
11900         * net/eudc.el (eudc-mode-map): Declare and define in one step.
11901         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
11903         * emacs-lisp/re-builder.el (reb-mode-map):
11904         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
11906         * diff-mode.el (diff-file-junk-re): Recognize the git format for
11907         new files, deleted files and for changing permissions.
11908         (diff-mode): Set beginning-of-defun-function and
11909         end-of-defun-function.
11911         * vc-bzr.el (vc-bzr-state): Use when instead of if.
11913         * vc.el (vc-default-status-fileinfo-extra): New function.
11914         (vc-status-mark-buffer-changed): Use it.
11915         (vc-update-vc-status-buffer): Allow for partial updates.
11917 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11919         * net/tramp.el (after-init-hook): Don't wrap a lambda around
11920         tramp-register-completion-file-name-handler.
11922         * subr.el (keymap-canonicalize): New function.
11923         * mouse.el (mouse-menu-non-singleton): Use it.
11924         (mouse-major-mode-menu): Remove hack made unnecessary.
11926         * simple.el (set-fill-column): Prompt rather than error by default.
11928 2008-04-04  Andreas Schwab  <schwab@suse.de>
11930         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11931         Reset new-rules after each round.
11933         * Makefile.in (cal-autoloads): New target.
11934         (compile, compile-always, recompile): Depend on it.
11935         ($(lisp)/calendar/cal-loaddefs.el)
11936         ($(lisp)/calendar/diary-loaddefs.el)
11937         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
11939 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
11941         * ediff*.el: Replace load with require in eval-when-compile.
11943         * ediff-hook.el: Delete all invocations of (autoload ...).
11945         * ediff-util.el (ediff-setup): Make window-min-height a local variable
11946         in ediff control window, and set its min height to 2.
11947         (ediff-setup-control-buffer): Dedicate the control window.
11948         (ediff-toggle-multiframe): Undedicate control window.
11949         Work directly with ediff-setup-windows-multiframe and
11950         ediff-setup-windows-plain.
11952         * ediff-wind.el (ediff-choose-window-setup-function-automatically):
11953         New function.
11954         (ediff-window-setup-function): Change initialization.
11955         (ediff-setup-windows-automatic): Delete.
11956         (ediff-setup-windows-plain-merge): Make control window dedicated.
11957         (ediff-destroy-control-frame): Do not skip frames if working in a
11958         single frame.
11960         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
11961         eval-when-compile.
11963         * emulation/viper-util.el: Move provide's forward, prevent recursion in
11964         eval-when-compile.
11966 2008-04-04  Glenn Morris  <rgm@gnu.org>
11968         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
11969         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
11971         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
11972         Rename islamic-calendar-leap-year-p.  Update callers.
11973         (calendar-islamic-last-day-of-month):
11974         Rename islamic-calendar-last-day-of-month.  Update callers.
11975         (calendar-islamic-day-number):
11976         Rename islamic-calendar-day-number.  Update callers.
11977         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
11978         Update callers, keep old name as alias.
11979         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
11980         Update callers, keep old name as alias.
11981         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
11982         Keep old name as alias.
11983         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
11984         Update callers, keep old name as alias.
11985         (calendar-islamic-mark-date-pattern):
11986         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
11987         name as alias.
11988         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
11989         Keep old name as alias.
11990         (diary-islamic-insert-monthly-entry):
11991         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
11992         (diary-islamic-insert-yearly-entry):
11993         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
11995         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
11996         calendar-absolute-from-iso.  Update callers, keep old name as alias.
11997         (calendar-iso-print-date): Rename calendar-print-iso-date.
11998         Update callers, keep old name as alias.
11999         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
12000         Keep old name as alias.
12001         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
12002         Keep old name as alias.
12004         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
12005         calendar-absolute-from-julian.  Update callers, keep old name as alias.
12006         (calendar-julian-print-date): Rename calendar-print-julian-date.
12007         Update callers, keep old name as alias.
12008         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
12009         Update callers, keep old name as alias.
12010         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
12011         Update callers, keep old name as alias.
12012         (calendar-astro-print-day-number):
12013         Rename calendar-print-astro-day-number.  Update callers, keep old
12014         name as alias.
12015         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
12016         Update callers, keep old name as alias.
12018         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
12019         Rename calendar-string-to-mayan-long-count.  Update callers.
12020         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
12021         Update callers, keep old name as alias.
12022         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
12023         Update callers.
12024         (calendar-mayan-read-tzolkin-date):
12025         Rename calendar-read-mayan-tzolkin-date.  Update callers.
12026         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
12027         Keep old name as alias.
12028         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
12029         Keep old name as alias.
12030         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
12031         Keep old name as alias.
12032         (calendar-mayan-previous-tzolkin-date):
12033         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
12034         (calendar-mayan-next-round-date):
12035         Rename calendar-next-calendar-round-date.  Keep old name as alias.
12036         (calendar-mayan-previous-round-date):
12037         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
12038         (calendar-mayan-long-count-to-absolute): Rename
12039         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
12040         (calendar-mayan-goto-long-count-date):
12041         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
12043         * calendar/cal-persia.el (calendar-persian-month-name-array):
12044         Rename persian-calendar-month-name-array.  Update callers.
12045         (calendar-persian-epoch): Rename persian-calendar-epoch.
12046         Update callers.
12047         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
12048         Update callers.
12049         (calendar-persian-last-day-of-month):
12050         Rename persian-calendar-last-day-of-month.  Update callers.
12051         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
12052         Update callers, keep old name as alias.
12053         (calendar-persian-print-date): Rename calendar-print-persian-date.
12054         Update callers, keep old name as alias.
12055         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
12056         Keep old name as alias.
12058         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
12059         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
12060         * calendar/solar.el: Update for cal-julian name changes.
12062         * calendar/cal-dst.el: Update for persian name changes.
12064         * calendar/cal-menu.el, calendar/calendar.el:
12065         Update for islamic, iso, julian, mayan, persian name changes.
12067         * calendar/diary-lib.el: Update for islamic name changes.
12069         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
12070         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
12071         as alias.
12072         (calendar-christian-all-holidays-flag):
12073         Rename all-christian-calendar-holidays.  Update callers, keep old
12074         name as alias.
12075         (calendar-islamic-all-holidays-flag):
12076         Rename all-islamic-calendar-holidays.  Update callers, keep old
12077         name as alias.
12078         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
12079         Update callers, keep old name as alias.
12080         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
12081         Update for the above name changes.
12083 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
12085         * hilit-chg.el (global-highlight-changes-mode)
12086         (highlight-changes-passive-string, highlight-changes-active-string):
12087         Mark as obsolete since 23.1, not 22.1.
12089 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
12091         * hilit-chg.el (highlight-changes-visibility-initial-state)
12092         (hilit-chg-update, highlight-changes-mode-turn-on):
12093         Fix typos in docstrings.
12095 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
12097         * newcomment.el (comment-enter-backward): Be careful to restore
12098         position changed during narrowing.
12100 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
12102         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12103         Recognize `sub ($$)'.
12105 2008-04-03  Richard Sharman  <rsharman@pobox.com>
12107         * hilit-chg.el (highlight-changes-mode): Rename from
12108         highlight-changes; no longer uses sub-modes active and passive;
12109         implemented by define-minor-mode.
12110         (highlight-changes-toggle-visibility): New function, to replace
12111         the old passive/active submodes of global-highlight-changes-mode;
12112         implemented by define-minor-mode.
12113         (global-highlight-changes-mode): Rename from global-highlight-changes;
12114         rewrite using define-globalized-minor-mode.
12115         (hilit-chg-major-mode-hook, hilit-chg-check-global)
12116         (hilit-chg-post-command-hook, hilit-chg-check-global)
12117         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
12118         to use of define-globalized-minor-mode.
12119         (highlight-changes-global-initial-state): Change to be boolean.
12120         (highlight-changes-visible-string, highlight-changes-invisible-string):
12121         Rename from highlight-changes-active-string and
12122         highlight-changes-passive-string.
12123         (hilit-chg-update, hilit-chg-set): Use them.
12124         (global-highlight-changes-mode): Rename from global-highlight-changes.
12125         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
12126         docstring.
12127         (hilit-chg-hide-changes): Rewrite to use dolist.
12128         (hilit-chg-set-face-on-change, hilit-chg-update)
12129         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
12130         variable instead of testing highlight-changes-mode.
12131         (highlight-markup-buffers): Add require ediff-util; argument on calls
12132         to highlight-changes-mode changed.
12133         (highlight-compare-with-file): Fix problems with interactive
12134         call giving invalid default file.
12136 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
12138         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
12139         Fix in disassembly buffer (regression in 22.2).
12141 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
12143         * emulation/viper-macs.el (viper-read-fast-keysequence):
12144         Use viper-read-event instead of viper-read-key.
12146         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
12148         * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
12149         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
12150         let-statements.
12152         * emulation/viper-ex.el, emulation/viper-macs.el:
12153         * emulation/viper-mous.el:
12154         Replace load with require in eval-when-compile.
12156 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12158         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
12160         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
12161         (archive-try-jka-compr): New function.
12162         (archive-set-buffer-as-visiting-file): Use it.
12164         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
12166 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
12168         * simple.el (handle-shift-selection): New arg.
12170 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12172         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
12174         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
12176 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
12178         * shell.el (shell-dynamic-complete-filename): New fun.
12179         (shell-dynamic-complete-functions): Use it.
12181         * help-fns.el (describe-variable): Undo 2008-02-25 change.
12183 2008-04-03  Kenichi Handa  <handa@m17n.org>
12185         * international/fontset.el (create-fontset-from-x-resource):
12186         Handle the error of X resource more gracefully.
12188         * international/latin1-disp.el (latin1-display): Don't use make-char.
12189         Fix the argument to set-char-table-range.
12190         (latin1-display-identities): Don't use make-char.
12191         (latin1-display-reset): Use map-charset-chars instead of directly
12192         calling standard-display-default.
12193         (latin1-display-check-font): Don't use make-char.
12194         (latin1-display-setup): Likewise.
12195         (latin1-display-ucs-per-lynx): Likewise.
12197 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12199         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
12200         name the fields, to make the code clearer.
12201         Rewrite all `aset' and `aref' using the defined accessors.
12202         (timer--time): New pseudo-field.
12203         (timer-set-time, timer-set-idle-time, timer-inc-time)
12204         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
12205         (timer--time-less-p): New function.
12206         (timer--activate): New function, extracted from timer-activate.
12207         (timer-activate-when-idle, timer-activate): Use it.
12208         (cancel-function-timers): Use dolist.
12210 2008-04-03  Glenn Morris  <rgm@gnu.org>
12212         * add-log.el (c-beginning-of-defun, c-end-of-defun):
12213         Remove declarations; no longer used.
12214         (c-cpp-define-name, c-defun-name): Declare as functions.
12216         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
12217         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
12219         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
12220         (holiday-passover-etc, holiday-hanukkah): Doc fix.
12221         Add optional argument.  Simplify.
12222         (holiday-tisha-b-av-etc): Use memq rather than unless.
12223         (holiday-julian): Autoload it.
12224         (holiday-hebrew-misc): New function.
12226         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
12228         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
12229         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
12230         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
12231         all-hebrew-calendar-holidays.
12232         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
12233         Simplify using new functions.
12234         (calendar-holidays): Doc fix.
12235         (generate-calendar-window): Use bound-and-true-p.
12237         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
12239         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
12240         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
12241         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
12242         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
12244         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
12246 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12248         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
12250         * vc-bzr.el (vc-bzr-checkout): Simplify.
12252         * image-mode.el (image-mode-fit-frame): New command.
12254         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
12255         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
12256         (keyboard-escape-quit): Check region-active-p i.s.o
12257         transient-mark-mode.
12259 2008-04-02  Simon Josefsson  <simon@josefsson.org>
12261         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
12262         (imap-message-copyuid-1): Use it.
12263         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
12264         J. Williams in
12265         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
12267 2008-04-02  Alan Mackenzie  <acm@muc.de>
12269         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
12270         New optimised functions to get the name of the current defun/macro.
12272         * add-log.el (add-log-current-defun): Move the functionality which
12273         gets the current function name for C like modes to cc-cmds.el,
12274         thus optimising for speed.
12276 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
12278         * simple.el (deactivate-mark): When the mark is temporarily
12279         active, restore the original value of transient-mark-mode.
12280         (set-mark-command): First deactivate the mark if was temporarily active.
12281         (exchange-point-and-mark): Reactivate the mark if it was
12282         temporarily active.
12283         (handle-shift-selection): New fun.
12284         (transient-mark-mode): Move var documentation here from buffer.c.
12285         (next-line, previous-line, backward-word, move-end-of-line)
12286         (move-beginning-of-line, forward-to-indentation)
12287         (backward-to-indentation, back-to-indentation)
12288         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
12290         * mouse.el (mouse-set-region-1): Save the old value of
12291         transient-mark-mode.
12292         (mouse-drag-track): Ignore the now-obsolete value `identity' for
12293         transient-mark-mode.
12295         * textmodes/paragraphs.el (forward-paragraph)
12296         (backward-paragraph, forward-sentence, backward-sentence): Add ^
12297         interactive spec.
12299         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
12301 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
12303         * net/tramp.el (tramp-make-tramp-temp-file):
12304         Use `tramp-drop-volume-letter' for the local file name part.
12306 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
12308         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
12309         Add menu entries corresponding to all the key bindings.
12311         * emacs-lisp/debug.el (debugger-mode-map):
12312         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
12313         (conf-align-assignments): Only work on the region if it is active.
12314         (conf-quote-normal): Use when instead of if.  Remove redundant test.
12316         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12317         for tracing and re-builder.
12319 2008-04-02  Glenn Morris  <rgm@gnu.org>
12321         * calendar/appt.el (appt-disp-window-function): Doc fix.
12322         (appt-display-message): Move beep before display.
12323         (appt-check): Make interactive.  Reduce the number of lets.
12324         Use string-equal to compare mode-line strings.
12325         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
12326         read-only.
12327         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
12328         (appt-delete): Simplify.
12330         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
12332         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
12334         * calendar/cal-hebrew.el (list-yahrzeit-dates):
12335         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
12336         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
12338         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
12339         (calendar-holiday-marker, mark-visible-calendar-date):
12340         * calendar/diary-lib.el (fancy-diary-display):
12341         Check for font-lock-mode before using faces.
12343         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
12344         (calendar-gregorian-from-absolute): Reduce the number of lets.
12345         (hebrew-holidays-4, generate-calendar-window): Simplify.
12346         (calendar-for-loop): Make obsolete.
12347         (calendar-nth-named-day): Doc fix.
12349         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
12350         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
12351         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
12352         Reduce the number of lets.
12353         (mark-sexp-diary-entries, calendar-mark-complex):
12354         Expand calendar-for-loops.
12356 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
12358         * find-dired.el (find-dired-filter): Fix last patch to handle
12359         multi-line process input.  Pad link numbers too.
12361 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
12363         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
12365 2008-04-01  Jason Rumney  <jasonr@gnu.org>
12367         * international/characters.el (script-list): Add phonetic script,
12368         covering IPA (previously Latin), Phonetic Extensions and
12369         Phonetic Extensions Supplement (both previously unassigned).
12371         * international/fontset.el (setup-default-fontset): Use unicode fonts
12372         that cover bopomofo script for bopomofo.
12373         Likewise for braille and mathematical.
12374         Use unicode scripts that cover the phonetic script for IPA.
12376 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
12378         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
12379         return the assigned value.
12381 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12383         * abbrev.el (abbrev-mode): Use define-minor-mode.
12385         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
12386         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
12387         Use map-keymap.
12388         (minor-mode-menu-from-indicator): Use it.  Simplify.
12390         * bindings.el (mode-line-mode-menu): Move before (new) first use.
12391         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
12392         Bind the key directly to the menu.
12393         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
12395 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
12397         * epa.el (epa-decrypt-region): Explain the reason why this
12398         function should not be used in Lisp programs.
12399         (epa-decrypt-armor-in-region): Ditto.
12400         (epa-verify-region): Ditto.
12401         (epa-verify-cleartext-in-region): Ditto.
12402         (epa-sign-region): Ditto.
12403         (epa-encrypt-region): Ditto.
12405         * epg.el (epg-start-receive-keys): Fix typo in docstring.
12407         * epa.el (epa-select-keys): Show menu even if there is no key in
12408         GnuPG's keyring.
12410 2008-04-01  Glenn Morris  <rgm@gnu.org>
12412         * calendar/calendar.el (calendar-make-temp-face): New function.
12413         (mark-visible-calendar-date):
12414         * calendar/diary-lib.el (fancy-diary-display): Use it.
12416         * vc-hooks.el (vc-responsible-backend): Declare as function.
12418         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
12419         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
12420         * calendar/cal-julian.el (holiday-julian): Use it.
12422         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
12423         (calendar-hebrew-date-is-visible-p): Extract some common code into
12424         separate function.
12425         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
12427         * calendar/cal-menu.el (cal-menu-holidays-menu):
12428         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
12429         rather than obsolete alias.
12431         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
12432         for mark characters.
12433         (calendar-unmark): Unmark by removing all overlays, rather than
12434         redrawing.
12435         (calendar-starred-day): Remove.
12436         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
12437         (calendar-cursor-to-date): No need for special star handling now
12438         using overlays.
12439         (calendar-star-date): Use overlays.
12441         * calendar/cal-french.el (calendar-goto-french-date):
12442         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
12443         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
12444         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
12445         * calendar/cal-persia.el (calendar-persian-date-string):
12446         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12447         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
12448         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
12449         * calendar/solar.el (solar-equinoxes-solstices):
12450         Reduce nesting of some lets.
12452         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
12453         (calendar-goto-mayan-long-count-date): Simplify.
12455         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
12456         Simplify by using mapcar.
12457         (calendar-list-holidays): Return holiday-list.
12458         (list-holidays): Use let rather than let*.  Remove un-needed locals
12459         `d', `never'.
12460         (calendar-check-holidays): Return result from dolist.
12461         (holiday-float): Use a single let*.  Simplify if-and to and.
12462         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
12463         single let*.
12465 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
12467         * calc/calc.el: Autoload `calc-yank'.
12468         (calc-mode-map): Add keybindings for `calc-yank'.
12469         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
12470         assignments for `calc-yank'.
12472 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
12474         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
12475         (vc-status-mark-buffer-changed): Handle the extra field.
12477         * vc-bzr.el (vc-bzr-after-dir-status):
12478         * vc-cvs.el (vc-cvs-after-dir-status):
12479         * vc-hg.el (vc-hg-after-dir-status):
12480         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
12482 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12484         * doc-view.el: Compute displayed pages first (in PDF).
12485         (doc-view-current-converter-processes): Rename from
12486         doc-view-current-converter-process.  Update users.
12487         (doc-view-sentinel): Test buffer's liveness.
12488         (doc-view-pdf/ps->png-sentinel): Remove.
12489         (doc-view-start-process): New function.
12490         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
12491         (doc-view-ps->pdf): Use it.
12492         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
12493         New functions.
12494         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
12495         (doc-view-mode): Kill the processes when leaving the mode.
12497 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
12499         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
12500         Use `byte-compile-warning-types'.  Add docstring.
12502 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12504         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
12505         (smerge-resolve): Add various resolution heuristics.
12507         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
12508         in 3-way conflicts.
12510 2008-03-31  Glenn Morris  <rgm@gnu.org>
12512         * calendar/cal-bahai.el (diary-bahai-mark-entries):
12513         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
12514         * calendar/cal-islam.el (mark-islamic-diary-entries):
12515         Fix argument order in call to diary-mark-entries-1.
12517         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
12518         pre-Bahai dates.
12519         (holiday-bahai): Use an algorithm actually relevant to this calendar
12520         system.
12522         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
12524         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
12525         Use and.
12527         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
12528         in the last fortnight in Julian October.
12530         * calendar/calendar.el (increment-calendar-month): Optionally handle
12531         systems without 12 months per year.
12532         (calendar-date-is-visible-p): Doc fix.  Simplify.
12534         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
12535         from dolist.
12537 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
12539         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
12540         (hi-lock-unload-function): New function.
12542 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
12544         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
12545         overwriting when NEWNAME is a local file.
12547         * net/trampver.el: Update release number.
12549 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
12551         * vc-git.el: Make vc-status display information about copies,
12552         renames and permission changes.
12553         (vc-git-extra-fileinfo): New defstruct.
12554         (vc-git-escape-file-name, vc-git-file-type-as-string)
12555         (vc-git-rename-as-string, vc-git-permissions-as-string)
12556         (vc-git-status-printer): New functions.
12557         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
12558         (vc-git-after-dir-status-stage1): Look for copies, renames and
12559         permission changes.
12560         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
12561         (vc-git-dir-status): Ask for staged files and renames.
12563 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
12565         * vc.el: Allow backends to display backend specific information in
12566         the vc-status listing.
12567         (vc-status-fileinfo): Add a field for backend specific information.
12568         (vc-status-printer): Rename to ...
12569         (vc-default-status-printer): ... this.
12570         (vc-status-printer): New function.
12571         (vc-update-vc-status-buffer): Set the backend specific file info
12572         if provided.
12574 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12576         * textmodes/remember.el (remember-diary-convert-entry): Revert last
12577         change (ill-conceived).
12579 2008-03-29  Glenn Morris  <rgm@gnu.org>
12581         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
12582         * calendar/cal-julian.el (holiday-julian): Simplify.
12584         * calendar/holidays.el (list-holidays): Use or.
12586 2008-03-29  Juri Linkov  <juri@jurta.org>
12588         * window.el (split-window-preferred-horizontally): New function.
12590         * cus-start.el (split-window-preferred-function):
12591         Set choice for "vertically" to nil instead of split-window.
12592         Set choice for "horizontally" to split-window-preferred-horizontally
12593         instead of lambda.
12595 2008-03-29  Juri Linkov  <juri@jurta.org>
12597         * simple.el (minibuffer-default-add-function): New variable with
12598         the default to minibuffer-default-add-completions.
12599         (minibuffer-default-add-done): New variable.  Make it buffer-local.
12600         (minibuffer-default-add-completions): New function.
12601         (goto-history-element): Set minibuffer-default-add-done to t and
12602         call a function in minibuffer-default-add-function when the
12603         specified absolute history position is greater than the length of
12604         the minibuffer-default list and minibuffer-default-add-done is nil.
12605         Change "^End of history; no next item$" to "^End of defaults;
12606         no next item$".
12608         * bindings.el (debug-ignored-errors): Change "^End of history;
12609         no next item$" to "^End of defaults; no next item$".
12611 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12613         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
12615         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
12616         to with-no-warnings.
12618 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
12620         Sync with Tramp 2.1.13.
12622         * net/tramp-ftp.el: Require 'cl when byte-compiling.
12624         * net/trampver.el: Update release number.
12626 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
12628         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
12629         the current backend.
12631         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
12632         (vc-status-refresh): Create a temporary buffer and call the
12633         `dir-status' backend function from that buffer.
12635         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
12636         (vc-bzr-after-dir-status): Don't kill the buffer.
12638         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
12639         (vc-cvs-after-dir-status): Don't kill the buffer.
12641         * vc-git.el (vc-git-dir-status): Don't create a buffer.
12642         (vc-git-after-dir-status-stage2): Don't kill the buffer.
12644         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
12645         (vc-hg-after-dir-status): Don't kill the buffer.
12647         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
12648         (vc-svn-after-dir-status): Don't kill the buffer.
12650 2008-03-29  Glenn Morris  <rgm@gnu.org>
12652         * calendar/calendar.el (diary-file, american-date-diary-pattern)
12653         (european-date-diary-pattern, european-calendar-display-form)
12654         (american-calendar-display-form, diary-display-hook): Doc fixes.
12655         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
12656         custom :set.  Mark as obsolete.
12657         (calendar-date-style, iso-date-diary-pattern)
12658         (iso-calendar-display-form): New user variables.
12659         (diary-date-forms, calendar-date-display-form): Set using
12660         calendar-date-style.  Doc fix.
12661         (calendar-set-date-style): New command.
12662         (european-calendar, american-calendar): Use calendar-set-date-style.
12663         Mark as obsolete.
12665         * calendar/diary-lib.el (number): Move declaration where needed.
12666         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
12667         (diary-make-date): New function.
12668         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
12669         Use diary-make-date.
12670         (diary-date-display-form, diary-insert-entry-1): New functions.
12671         (insert-monthly-diary-entry, insert-yearly-diary-entry):
12672         Use diary-insert-entry-1.
12673         (insert-anniversary-diary-entry, insert-block-diary-entry)
12674         (insert-cyclic-diary-entry): Use diary-date-display-form.
12676         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
12677         Autoload diary-insert-entry-1.
12678         * calendar/cal-bahai.el (diary-bahai-insert-entry)
12679         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
12680         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
12681         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
12682         * calendar/cal-islam.el (insert-islamic-diary-entry)
12683         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
12684         Use diary-insert-entry-1.
12686         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
12687         (diary-yahrzeit): Doc fix.  Use diary-make-date.
12689         * calendar/icalendar.el (icalendar--datetime-to-american-date):
12690         New name for icalendar--datetime-to-noneuropean-date.  Make old name
12691         obsolete alias.
12692         (icalendar--datetime-to-iso-date): New function.
12693         (icalendar--datetime-to-diary-date): Doc fix.  Respect
12694         calendar-date-style if bound.
12696         * textmodes/remember.el (remember-diary-convert-entry):
12697         Respect calendar-date-style if bound.
12699 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12701         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
12702         (xterm-mouse-handle-delete-frame): Delete.
12704         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
12705         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
12706         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
12707         in xterm-modify-other-keys-terminal-list.
12709         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
12710         are conflicts.
12712 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
12714         * vc.el (vc-update): Check if the buffer is unsaved only if it
12715         actually exists.
12716         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
12717         vc-print-log.
12719 2008-03-28  Magnus Henoch  <mange@freemail.hu>
12721         * net/dns.el (dns-write): Use set-buffer-multibyte.
12723 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12725         * vc-bzr.el (vc-bzr-sha1): New fun.
12726         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
12727         (vc-bzr-registered): Use it.
12729 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
12731         * vc.el (vc-status-kill-dir-status-process): Simplify.
12732         (vc-status-refresh): Make sure the buffer is live.
12733         (ring): Don't require it, not used.
12735 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
12737         * progmodes/verilog-mode.el (verilog-auto-inout-module):
12738         Add optional regular expression to AUTOINOUTMODULE.
12739         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
12740         (verilog-auto-inst-param, verilog-auto-reg)
12741         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
12742         (verilog-auto-output-every, verilog-auto-input)
12743         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
12744         (verilog-auto-unused, verilog-auto): Update documentation to use
12745         more obvious instance module names versus cell names.
12747 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
12749         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
12750         kill if a process is running.
12752         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
12754 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
12756         * vc.el: Add new backend function 'status-extra-headers.
12757         (vc-default-status-extra-headers): New function.
12758         (vc-status-headers): Call 'status-extra-headers.  Add colors.
12760         * vc-git.el (vc-git-status-extra-headers): New function.
12762 2008-03-28  Glenn Morris  <rgm@gnu.org>
12764         * calendar/cal-menu.el (cal-menu-holidays-menu)
12765         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
12766         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
12767         holiday-list is optional.
12768         (calendar-mouse-holidays): Remove un-needed local `l'.
12770         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
12771         Remove un-needed local `date'.
12772         (calendar-cursor-to-visible-date): Use let rather than let*.
12773         Remove un-needed local `first-of-month-weekday'.
12775         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
12777         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
12778         Doc fixes.
12779         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
12780         (diary-header-line-flag, diary-header-line-format): Declare.
12781         (diary-pull-attrs): Check for multiple matches.
12782         (diary-list-entries-2): Simplify finding start of date.
12783         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
12784         pop-up-frames.
12785         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
12786         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
12788 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
12790         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
12792         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
12794 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12796         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
12798         * image-mode.el (image-mode-reapply-winprops): Fix last change.
12800 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
12802         * international/mule-conf.el (define-iso-single-byte-charset):
12803         Don't make latin-iso8859-* supplementary.
12804         (#'set-charset-priority): Don't change the priority of charsets
12805         `unicode' and `emacs'.
12807 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12809         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
12810         temp buffer.
12812 2008-03-27  Glenn Morris  <rgm@gnu.org>
12814         * calendar/cal-bahai.el (diary-bahai-list-entries):
12815         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
12816         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
12818         * calendar/calendar.el (diary-file): Doc fix.
12820         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
12821         (list-diary-entries-hook, mark-diary-entries-hook)
12822         (include-other-diary-files, diary-mail-entries)
12823         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
12824         (diary-set-header): New function.
12825         (diary-header-line-flag, diary-header-line-format):
12826         Use diary-set-header for custom :set function.
12827         (diary-set-maybe-redraw): Use symbol-value rather than eval.
12828         (diary-attrtype-convert): Use intern-soft rather than read.
12829         (diary-display-no-entries): New function.
12830         (simple-diary-display, fancy-diary-display): Use it.
12831         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
12832         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
12834         * calendar/holidays.el (list-holidays): Doc fix.
12836 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
12838         * calc/calc-store.el (calc-read-var-name-history): New variable.
12839         (calc-read-var-name): Use `calc-read-var-name-history'.
12841 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12843         * image-mode.el (image-mode-reapply-winprops): Simplify now that
12844         window-configuration-change-hook works buffer-locally.
12846 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
12848         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
12849         for Emacs Lisp, not Lisp.
12851 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
12853         * help-fns.el (describe-function-1, describe-variable):
12854         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
12856         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
12857         replacement is provided, don't print "use nil instead".
12859 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
12861         * complete.el (PC-do-completion): Use regexp-quote.
12863 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
12865         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
12866         Detect missing files.
12868         * vc-git.el (vc-git-extra-menu-map): New key map.
12869         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
12870         New functions.
12872         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
12873         and 'missing files.
12875 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12877         * calendar/holidays.el (list-holidays): Make Y2 optional.
12879         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
12880         buffers shown to the user.
12881         (appt-disp-window): Disable undo explicitly now that the leading space
12882         is gone.
12884         * simple.el (activate-mark): New function.
12885         (set-mark-command): Use it with region-active-p to clean up the code.
12886         (exchange-point-and-mark): Invert the meaning of C-u when
12887         transient-mark-mode is active.
12889         * dired-aux.el (dired-create-files): Use dolist.
12891         * bindings.el (mode-line-change-eol): Use with-selected-window.
12893         * apropos.el (apropos-command): Include macros.
12895 2008-03-26  Glenn Morris  <rgm@gnu.org>
12897         * calendar/cal-bahai.el: Require calendar, not cal-julian.
12898         (calendar-bahai-epoch): Doc fix.
12900         * calendar/cal-china.el: Explicitly require calendar.
12902         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
12903         Require calendar rather than cal-julian.
12904         Autoload calendar-absolute-from-julian.
12905         * calendar/cal-coptic.el (coptic-calendar-epoch):
12906         * calendar/cal-islam.el (calendar-islamic-epoch):
12907         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
12909         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
12911         * calendar/cal-dst.el: Don't require cal-persia.
12912         (calendar-absolute-from-persian): Autoload it.
12913         (dst-adjust-time): Doc fix.
12915         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
12916         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
12917         calendar.
12919         * calendar/cal-menu.el: Require calendar rather than declaring
12920         functions.
12921         * calendar/calendar.el: Provide calendar before requiring cal-menu.
12923         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
12924         calendar-after-frame-setup-hooks.  Update callers, make old name an
12925         obsolete alias.  Doc fix.
12926         (calendar-frame-1): Doc fix.
12928         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
12930         * calendar/calendar.el (oriental-holidays, solar-holidays):
12931         * calendar/holidays.el (list-holidays): Assume atan always bound.
12933         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
12934         Explicitly require calendar, not cal-julian.
12935         * calendar/lunar.el: Explicitly require cal-dst.
12937 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12939         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
12941         * help-fns.el (describe-function-1, describe-variable): If no
12942         replacement is provided, don't print "use nil instead".
12944 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12946         * proced.el: New file.
12948 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
12950         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
12952 2008-03-25  Juri Linkov  <juri@jurta.org>
12954         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
12955         in battery-mode-line-format.
12957         * bindings.el (minibuffer-local-map): For the command
12958         file-cache-minibuffer-complete replace keymap minibuffer-local-map
12959         with map which is already locally bound to minibuffer-local-map.
12961 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12963         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
12964         Remove `sort-first' argument.
12966         * subr.el (redisplay-end-trigger-functions)
12967         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
12968         (process-filter-multibyte-p, set-process-filter-multibyte):
12969         Mark as obsolete.
12971 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
12973         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
12974         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
12975         use the LOCAL arg of `add-hook'.
12976         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
12977         Remove spurious * from defcustom docstrings.
12978         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
12979         Fix typos in messages.
12980         (reb-mode-buffer-p): New function.
12981         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
12982         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
12983         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
12984         Use `unless', `when'.
12985         (re-builder-unload-function): New function.
12987 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
12989         * vc-hooks.el (vc-state): Add documentation for 'missing.
12991 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
12993         * progmodes/verilog-mode.el (verilog-auto-output)
12994         (verilog-auto-input, verilog-auto-inout, verilog-auto)
12995         (verilog-delete-auto): Add optional regular expression to
12996         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
12997         (verilog-signals-matching-regexp): New internal function for
12998         signal matching.
13000 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
13002         * info.el (Info-isearch-search): Always return point.
13004 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13006         * diff-mode.el (diff-remembered-defdir): New var.
13007         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
13009 2008-03-25  Glenn Morris  <rgm@gnu.org>
13011         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
13012         calendar-bahai-prompt-for-date.  Update callers, make old name an
13013         obsolete alias.  Doc fix.
13014         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
13015         coptic-prompt-for-date.  Update callers, make old name an
13016         obsolete alias.  Doc fix.
13017         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
13018         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
13019         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
13020         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
13021         * calendar/cal-iso.el (calendar-iso-read-date): New name for
13022         calendar-iso-read-args.  Update callers, make old name an obsolete
13023         alias.
13024         * calendar/cal-persia.el (calendar-persian-read-date): New name for
13025         persian-prompt-for-date.  Update callers, make old name an
13026         obsolete alias.  Doc fix.  Move definition before use.
13028         * calendar/cal-x.el (diary-frame-parameters)
13029         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
13030         (calendar-frame-1): Doc fixes.
13031         (make-fancy-diary-buffer): Remove declaration.
13032         (calendar-dedicate-diary): Replace call to deleted function
13033         make-fancy-diary-buffer.
13034         (calendar-frame-setup): New function.
13035         (calendar-one-frame-setup, calendar-only-one-frame-setup)
13036         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
13037         work, and mark as obsolete.
13038         (special-display-buffer-names): Don't mess with this; it's not our
13039         business.
13040         (cal-x-load-hook): Defvar it, and mark as obsolete.
13042         * calendar/calendar.el (calendar-remove-frame-by-deleting):
13043         Default to t.  Add to 'calendar group.
13044         (calendar): Doc fix.  Use calendar-frame-setup.
13045         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
13046         (generate-calendar-window): Doc fix.
13048 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13050         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
13052 2008-03-24  Drew Adams  <drew.adams@oracle.com>
13054         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
13055         New variables.
13056         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
13057         (finder-exit): Ignore errors rather than avoiding them.
13058         Kill *Finder-package* buffer also.
13060 2008-03-24  Andreas Schwab  <schwab@suse.de>
13062         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
13064 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
13066         * vc-hg.el (vc-hg-after-dir-status):
13067         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
13069         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
13070         Detect removed files.
13072         * vc.el (vc-status-printer): Use a different face for missing files.
13073         (vc-status-hide-up-to-date): Rename from
13074         vc-status-remove-up-to-date.  Update all callers.
13075         (vc-status-mode-map): Bind C-m.
13077 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
13079         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
13080         code ...
13081         (vc-git--state-code): ... to this new function.
13082         (vc-git-state): Use it.
13084 2008-03-24  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
13086         * textmodes/remember.el (remember-mail-date)
13087         (remember-store-in-mailbox): Write date and From line in such a
13088         way that Mutt can read it.
13090 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
13092         * simple.el (transient-mark-mode): Turn on by default.
13094 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
13096         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
13097         'unregistered for unregistered files.
13099         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
13101         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
13103         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
13104         subdirectories.
13106         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
13107         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
13108         Add :enable for vc-status-refresh.
13109         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
13110         (vc-status-tool-bar-map): Add binding for
13111         vc-status-kill-dir-status-process.
13112         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
13113         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
13114         Reset vc-status-process-buffer.
13115         (vc-status-refresh): Don't run two refreshes at a time.
13116         (vc-status): If the buffer is already in vc-status-mode only refresh.
13117         (vc-status-mark-buffer-changed): Add an optional file parameter.
13118         (vc-resynch-buffer): Use it.
13119         (vc-delete-file): Expand the file name before using it.
13120         Be careful to not create a new buffer with the old file contents.
13121         Update the VC state after performing the operation.
13123 2008-03-23  Andreas Schwab  <schwab@suse.de>
13125         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
13126         Fix radio button condition.
13127         [box]: Likewise.
13128         [customize]: Add radio button.
13130 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
13132         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
13133         (calc-user-parse-tables, calc-gnuplot-default-device)
13134         (calc-gnuplot-default-output, calc-gnuplot-print-device)
13135         (calc-gnuplot-print-output, calc-gnuplot-geometry)
13136         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
13137         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
13138         (calc-undo-list, calc-redo-list, calc-main-buffer)
13139         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
13140         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
13141         (calc-said-hello, calc-executing-macro, calc-any-selections)
13142         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
13143         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
13144         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
13145         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
13146         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
13147         (calc-create-buffer, calc-quit): Add docstrings.
13149 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
13151         * makefile.w32-in (WINS_ALMOST): Add org.
13153 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
13155         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
13156         New functions to implement vc-status support.
13158 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
13160         * vc.el (vc-status-prepare-status-buffer): New function.
13161         (vc-status): Use it.
13163         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
13164         appropriate.
13166 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
13168         * vc-git.el (vc-git--empty-db-p)
13169         (vc-git-after-dir-status-stage1-empty-db): New functions.
13170         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
13171         Add support for empty repositories.
13173 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
13175         * vc-git.el (vc-git-annotate-extract-revision-at-line):
13176         Allow "^" in a version name.
13178         * vc-mtn.el (vc-mtn-state): Support the added state.
13180 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
13182         * org: New directory for Org-mode.
13184         * org/org-export-latex.el: Moved from lisp/texmodes.
13186         * org/org-irc.el: Moved from lisp/texmodes.
13188         * org/org-mac-message.el: Moved from lisp/texmodes.
13190         * org/org-mouse.el: Moved from lisp/texmodes.
13192         * org/org-publish.el: Moved from lisp/texmodes.
13194 2008-03-21  Juri Linkov  <juri@jurta.org>
13196         * comint.el (comint-dynamic-simple-complete):
13197         Use variable `stub' for the second arg `common-substring'
13198         of `comint-dynamic-list-completions'.
13199         (comint-dynamic-list-filename-completions):
13200         Use variable `filenondir' for the second arg `common-substring'
13201         of `comint-dynamic-list-completions'.
13202         (comint-dynamic-list-completions): Add new optional arg
13203         `common-substring'.  Add `common-substring' as the second arg of
13204         the call to `display-completion-list'.  Doc fix.
13206         * comint.el (comint-dynamic-complete-as-filename)
13207         (comint-dynamic-list-filename-completions)
13208         (comint-dynamic-simple-complete): Use `minibuffer-message'
13209         to display message "No completions of %s" when a command
13210         is called in the minibuffer.
13211         (comint-dynamic-simple-complete): Don't display other
13212         completion messages when a command is called in the minibuffer.
13213         (comint-dynamic-list-completions): Use `minibuffer-message'
13214         to display message " [Type space to flush ...]" when a command
13215         is called in the minibuffer.
13217         * shell.el (shell-dynamic-complete-command)
13218         (shell-dynamic-complete-environment-variable): Don't display
13219         completion messages when command is called in the minibuffer.
13221         * emacs-lisp/lisp.el (lisp-complete-symbol):
13222         Use `minibuffer-message' to display message "No completions of %s"
13223         when this command is called in the minibuffer.
13225         * bindings.el (standard-mode-line-modes): Put special help-echo
13226         tooltip on recursive edit %[ %] mode-line constructs.
13228         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
13229         "^No dynamic expansion for .* found$" to allow error messages like
13230         "No dynamic expansion for \"%s\" found in this-buffer".
13232 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
13234         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
13235         "psftp".
13237 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13239         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
13240         * vc.el (vc-default-dired-state-info): Use just "modified".
13241         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
13242         (vc-cvs-mode-line-string): Make use of the better default.
13243         (vc-cvs-parse-entry): Use the new `added'.
13244         (vc-cvs-dired-state-info): Remove.
13245         * vc-svn.el (vc-svn-dired-state-info): Remove.
13246         * vc-hg.el (vc-hg-dired-state-info): Remove.
13247         * vc-git.el (vc-git-dired-state-info): Remove.
13249 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
13251         * vc-git.el (vc-git-status-result): New variable.
13252         (vc-git-dir-status): Split out ...
13253         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
13254         ... these new functions and work asynchronously.
13256 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
13258         * vc-git.el (vc-git-after-dir-status): Remove.
13259         (vc-git-dired-state-info): Reimplement.
13261 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
13263         * replace.el (occur-mode-map): Add :help.
13265         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
13266         for disassemble.
13268         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
13269         the 'added state.
13270         (vc-status-remove-up-to-date): New function.
13271         (vc-status-mode-map, vc-status-menu-map): Bind it.
13272         (vc-status-printer): Use a different face up-to-date files.
13273         (vc-resynch-buffer): Update the vc-status buffer if it exists.
13274         (Todo): Remove solved entries.
13276         * vc-hg.el (vc-hg-state):
13277         * vc-git.el (vc-git-state):
13278         * vc-cvs.el (vc-cvs-parse-status):
13279         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
13280         state.
13282 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13284         * progmodes/compile.el (compile):
13285         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
13287         * simple.el (minibuffer-local-shell-command-map): New var.
13288         (minibuffer-complete-shell-command, read-shell-command): New funs.
13289         (shell-command, shell-command-on-region): Use them.
13291 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
13293         * vc.el (vc-status-mark-buffer-changed): New function to implement
13294         updating of the *vc-status* buffer when a buffer is saved.
13295         (vc-status-mode): Use it for after-change-hook.
13296         (vc-add-to-vc-status-buffer): Rename to ...
13297         (vc-status-add-entry): ... this.
13298         (Todo): Add new entry.
13300 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13302         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
13304 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
13306         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
13307         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
13308         Remove spurious * from defcustom docstrings.
13309         (icomplete-compute-delay): Fix docstring and remove spurious *.
13310         (icomplete-delay-completions-threshold): Fix typo in docstring and
13311         remove spurious *.
13312         (icomplete-completions): While collecting the list of prospective
13313         candidates, don't overshoot `icomplete-prospects-length'.
13315 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
13317         * textmodes/refbib.el:
13318         * textmodes/reftex.el:
13319         * textmodes/reftex-global.el:
13320         * textmodes/reftex-vars.el:
13321         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
13322         compiler pacifying defvars.
13323         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
13324         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
13325         not needed.
13327 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
13329         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
13330         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
13331         (verilog-customize, verilog-font-customize)
13332         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
13333         (verilog-mode): Update documentation strings to match tool tips.
13334         (verilog-auto-search-do, verilog-auto-re-search-do)
13335         (verilog-skip-forward-comment-or-string): Fix verilog-auto
13336         expansion when a .* appears inside a string.
13337         (verilog-re-search-forward, verilog-re-search-backward):
13338         Add comment to recall how this works.
13339         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
13341 2008-03-20  Glenn Morris  <rgm@gnu.org>
13343         * calendar/calendar.el (calendar-other-dates): New function.
13344         (calendar-print-other-dates): Use calendar-other-dates.
13345         * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
13346         the declarations it replaces.
13347         (calendar-mouse-print-dates): Use calendar-other-dates.
13349         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
13350         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
13351         (calendar-absolute-from-bahai): Fix the leap-year case.
13352         (calendar-bahai-from-absolute): Re-use the Gregorian month.
13353         (calendar-bahai-date-string, calendar-bahai-print-date):
13354         Handle pre-Bahai dates.
13356         * calendar/cal-china.el (chinese-calendar-celestial-stem)
13357         (chinese-calendar-terrestrial-branch): Make defcustoms.
13359         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
13360         (calendar-mouse-view-diary-entries): Use or.
13361         (calendar-mouse-chinese-date): Remove unused command.
13362         (cal-menu-load-hook): Mark as obsolete.
13364         * calendar/solar.el (calendar-location-name, calendar-latitude)
13365         (calendar-longitude, solar-arctan, sunrise-sunset)
13366         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
13368 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
13370         * calc/calc.el: Remove outdated comments.
13371         (defcalcmodevar, calc-mode-var-list-restore-default-values)
13372         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
13373         Add docstrings.
13375 2008-03-19  Jason Rumney  <jasonr@gnu.org>
13377         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
13379 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13381         * net/tls.el (open-tls-stream): Reindent.
13383 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
13385         * net/tramp.el (tramp-let-maybe): Removed.
13386         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
13387         It does not exist under XEmacs.
13388         (tramp-handle-file-truename, tramp-handle-expand-file-name)
13389         (tramp-completion-file-name-handler): Let-bind
13390         `directory-sep-char'.
13392         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
13393         `directory-sep-char'.
13395 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13397         * help-fns.el (describe-function-1): Don't signal "missing arglist"
13398         for autoloaded keymaps.
13400         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
13401         (electric-verilog-terminate-line, verilog-in-struct-region-p)
13402         (verilog-backward-ws&directives, verilog-forward-ws&directives)
13403         (verilog-in-comment-p, verilog-in-star-comment-p)
13404         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
13405         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
13406         (verilog-skip-forward-comment-or-string, verilog-in-paren)
13407         (verilog-skip-forward-comment-p): Use it.
13409 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
13411         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
13412         (org-remember-templates, org-time-stamp-rounding-minutes)
13413         (org-back-over-empty-lines, org-find-base-buffer-visiting)
13414         (org-columns-new): Fix typos in docstrings.
13416 2008-03-19  Glenn Morris  <rgm@gnu.org>
13418         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
13419         (tramp-handle-shell-command): Use condition-case rather than
13420         ignore-errors.
13422 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
13424         * diff-mode.el (diff-header): Make the color louder.
13425         (diff-refine-change): Tone the color down.
13427 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
13429         * descr-text.el (describe-char): When `describe-char-unidata-list'
13430         is set to show all properties, list them in the right order.
13432 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13434         * international/mule.el (load-with-code-conversion): Avoid setting
13435         default-enable-multibyte-characters.
13437 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
13439         * vc.el (vc-annotate-background): Fix custom type.
13441 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13443         * descr-text.el (describe-char-unidata-list): Allow specifying
13444         just all properties.
13445         (describe-char): Handle that new value.
13447         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
13449 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
13451         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
13452         instead of file name extension to make docs with uncommon
13453         extensions work.
13455 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
13457         * doc-view.el (require): Require cl at compile time because
13458         `assert' needs it.
13460 2008-03-18  Glenn Morris  <rgm@gnu.org>
13462         * calendar/calendar.el (initial-calendar-window-hook)
13463         (today-visible-calendar-hook): Doc fixes.
13465 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
13467         * net/tramp.el (tramp-root-regexp): Simplify.
13468         (tramp-completion-file-name-regexp-separate): Don't insist on
13469         leading "[".  This prevents method or user or host completion.
13470         (tramp-let-maybe): Autoload it.
13471         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
13472         is an alias for `identity'.
13473         (tramp-handle-write-region): Protect `last-coding-system-used'
13474         over the trailing statements.
13475         (tramp-completion-file-name-handler-post-function): Remove.
13476         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
13477         instead of calling `tramp-drop-volume-letter'.
13479         * net/tramp.el:
13480         * net/tramp-uu.el:
13481         * net/trampver.el: Move coding cookie at the end.
13483 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13485         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
13486         elements which may be something else than characters.
13488 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
13490         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
13491         New functions to implement vc-status support.
13493         * vc.el (vc-default-extra-status-menu)
13494         (vc-add-to-vc-status-buffer): New functions.
13496         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13497         for eldoc and ielm.
13499 2008-03-17  Glenn Morris  <rgm@gnu.org>
13501         * calendar/cal-x.el (diary-frame-parameters)
13502         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
13503         Fix custom type; add options.
13504         (calendar-frame, diary-frame): Doc fixes.
13505         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
13506         new functions.
13507         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
13508         Use calendar-frame-1 and calendar-dedicate-diary.
13509         (calendar-one-frame-setup): Also handle only-one-frame case.
13510         (calendar-only-one-frame-setup): Doc fix.  Just call
13511         calendar-one-frame-setup.
13513         * calendar/diary-lib.el: Re-order some definitions before their use.
13514         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
13515         (diary-list-entries): Doc fixes.
13516         (make-fancy-diary-display): Remove function.
13518         * calendar/calendar.el (calendar-today-marker)
13519         (initial-calendar-window-hook, today-visible-calendar-hook)
13520         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
13521         (calendar-star-date, calendar-mark-today): Doc fixes.
13522         (today-visible-calendar-hook): Add options.
13523         (calendar-in-read-only-buffer): New macro.
13524         (calendar-basic-setup): Adapt for change in calendar-read-date.
13525         Place holiday let inside if.
13526         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
13527         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
13528         (calendar-print-other-dates): Use one let rather than many.
13530         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
13531         (calendar-print-other-dates):
13532         * calendar/cal-hebrew.el (list-yahrzeit-dates):
13533         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
13534         * calendar/holidays.el (calendar-list-holidays, list-holidays)
13535         (calendar-cursor-holidays):
13536         * calendar/lunar.el (calendar-phases-of-moon): Use
13537         calendar-in-read-only-buffer to replace previous code and disable undo.
13539 2008-03-16  Juri Linkov  <juri@jurta.org>
13541         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
13542         and regexp-search-ring-yank-pointer for the HISTPOS argument of
13543         read-from-minibuffer to provide the correct initial minibuffer
13544         history position in isearch-edit-string when it is called from
13545         isearch-ring-adjust.
13547         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
13548         to check if the current buffer is the minibuffer, and in this case
13549         call abort-recursive-edit to kill the minibuffer.  Doc fix.
13550         (kill-this-buffer-enabled-p): Allow this function to return non-nil
13551         when the current buffer is the minibuffer.
13553         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
13555 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
13557         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
13558         Use non-nil PARENTS attribute of make-directory instead of
13559         explicitly checking existence the current cache directory.
13561 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
13563         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
13564         M-x epa-file-select-keys.
13566 2008-03-16  Kenichi Handa  <handa@m17n.org>
13568         * international/mule.el (auto-coding-alist):
13569         Use no-conversion-multibyte for archive files.
13571 2008-03-16  Glenn Morris  <rgm@gnu.org>
13573         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
13574         New functions.
13575         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
13576         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
13577         Use calendar-mark-1.
13578         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
13579         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
13580         Use calendar-mark-complex.
13581         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
13582         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
13583         Use calendar-mark-1.
13585         * calendar/calendar.el (calendar-mod): Remove.
13586         * calendar/cal-china.el (calendar-chinese-from-absolute)
13587         (calendar-chinese-date-string): Expand calendar-mod calls.
13588         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
13589         Expand calendar-mod calls.
13591         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
13592         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
13593         (diary-bahai-insert-yearly-entry): Use let rather than let*.
13594         Move obsolete aliases after the functions that replaced them.
13596         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
13597         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
13598         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
13599         Use let rather than let*.
13600         (calendar-hebrew-prompt-for-date): New function.
13601         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
13602         (holiday-tisha-b-av-etc): Use unless, let.
13604         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
13605         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
13607         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
13609         * calendar/calendar.el (calendar-for-loop): Add indent spec.
13611         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
13612         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
13613         than concat.
13614         (diary): Remove un-needed let.
13615         (view-other-diary-entries): Rename argument.
13616         (diary-list-entries-2): New function.
13617         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
13618         (print-diary-entries): Use unless.
13619         (diary-mark-entries-1): Change argument order, make all but
13620         markfunc optional.  Handle the standard (Gregorian) case.
13621         Use match-string-no-properties.  Handle marks.
13622         (mark-diary-entries): Use diary-mark-entries-1.
13623         (diary-font-lock-keywords-1): New macro.
13624         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
13626 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
13628         * calendar/icalendar.el (icalendar-version): Increase to 0.18.
13629         (icalendar-export-hidden-diary-entries): New variable.
13630         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
13631         In case of error, insert full error-val.
13632         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
13633         Use calendar-day-of-week.  Return the day number.
13634         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
13636 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
13638         * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
13639         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
13640         (icalendar-export-region): Ignore hidden diary entries.
13641         (icalendar--convert-ordinary-to-ical): Fix case where event
13642         spans across midnight boundary.
13643         (icalendar-first-weekday-of-year): New function.
13644         (icalendar--convert-weekly-to-ical): Allow user-selectable start
13645         year for recurring events (Mozilla calendars do not propagate
13646         recurring events forever, so year 2000 start date was not working).
13647         (icalendar--convert-yearly-to-ical): Remove extra spaces in
13648         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
13650 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
13652         * net/tramp.el (tramp-root-regexp): New defconst.
13653         (tramp-completion-file-name-regexp-unified)
13654         (tramp-completion-file-name-regexp-separate)
13655         (tramp-completion-file-name-regexp-url): Use it.
13656         (tramp-do-copy-or-rename-file-via-buffer):
13657         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
13658         t for `insert-file-contents-literally'.
13659         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
13660         Autoload it.
13661         (tramp-completion-file-name-handler-post-function): New defconst.
13662         (tramp-completion-file-name-handler): Use it.
13663         (tramp-maybe-open-connection): Update calls to
13664         `tramp-flush-connection-property' for removed 2nd argument.
13666 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13668         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
13669         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
13670         New functions.
13672 2008-03-15  Glenn Morris  <rgm@gnu.org>
13674         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
13675         New functions.
13676         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
13677         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13678         (diary-list-entries-1, diary-mark-entries-1): Autoload.
13679         (diary-bahai-list-entries): Use diary-list-entries-1.
13680         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
13681         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
13682         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13683         (diary-list-entries-1, diary-mark-entries-1): Autoload.
13684         (list-hebrew-diary-entries): Use diary-list-entries-1.
13685         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
13686         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
13687         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13688         (diary-list-entries-1, diary-mark-entries-1): Autoload.
13689         (list-islamic-diary-entries): Use diary-list-entries-1.
13690         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
13692         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
13694         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
13696         * calendar/cal-china.el (number-chinese-months)
13697         (calendar-chinese-from-absolute): Use nth, caar.
13699         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
13701         * calendar/cal-french.el (french-calendar-accents): Doc fix.
13703         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
13704         (calendar-hebrew-month-name-array-leap-year)
13705         (hebrew-calendar-parashiot-names): Make constants.
13706         (diary-parasha): Move definition after constants it uses.
13708         * calendar/cal-html.el (cal-html-insert-link-yearpage)
13709         (cal-html-htmlify-list): Doc fix.
13710         (cal-html-htmlify-entry): Use nth.
13712         * calendar/cal-islam.el (calendar-islamic-month-name-array)
13713         (calendar-islamic-epoch): Make constants.
13714         (calendar-islamic-epoch): Doc fix.
13716         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
13718         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
13719         (cal-tex-month-name): Doc fix.
13720         (cal-tex-last-blank-p): Use zerop.
13722         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
13723         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
13724         (calendar-cursor-to-date): Doc fix.
13725         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
13726         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
13727         (calendar-day-number): Use when.
13728         (generate-calendar-month): Use dotimes.
13729         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
13730         (calendar-set-mark): Reverse conditional.
13731         (calendar-make-alist): Move definition before use.
13733         * calendar/diary-lib.el (diary-face-attrs)
13734         (diary-glob-file-regexp-prefix, diary-selective-display)
13735         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
13736         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
13737         (diary-anniversary, diary-cyclic)
13738         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
13739         (diary-header-line-format): Change wording.
13740         (diary-list-entries): Set `date-start' in let.
13741         (include-other-diary-files, mark-included-diary-files): Use format.
13742         (simple-diary-display, fancy-diary-display): Use cadr, unless.
13743         (mark-diary-entries): Use 1+.
13744         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
13745         (mark-calendar-month): Use dotimes.
13747         * calendar/holidays.el (displayed-month, displayed-year):
13748         Move declarations where needed.
13749         (calendar-list-holidays): Doc fix.
13751         * calendar/parse-time.el (parse-time-string): Simplify.
13753         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
13754         Make constants.
13755         (solar-sunrise-sunset): Rename some local variables for clarity.
13756         (sunrise-sunset): Use zerop.
13757         (solar-mean-equinoxes/solstices): Doc fix.
13759         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
13760         Use nth.
13761         (timeclock-completing-read, timeclock-generate-report): Use zerop.
13762         (timeclock-mean, timeclock-generate-report): Use dolist.
13764         * calendar/todo-mode.el (todo-add-category): Simplify.
13765         (todo-more-important-p, todo-delete-item, todo-file-item):
13766         Use unless, when.
13767         (todo-top-priorities): Use zerop.
13769 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
13771         * buff-menu.el (list-buffers-noselect): Display buffer name in
13772         tooltip instead of mouse binding when it doesn't fit in the list.
13774 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
13776         * faces.el (xw-defined-colors):
13777         * simple.el (widget-convert, shell-mode): Declare as functions
13778         instead of autoloading.
13780         * abbrev.el:
13781         * button.el:
13782         * cus-face.el:
13783         * ediff-hook.el:
13784         * emacs-lisp/backquote.el:
13785         * emacs-lisp/timer.el:
13786         * facemenu.el:
13787         * faces.el:
13788         * menu-bar.el:
13789         * simple.el:
13790         * subr.el:
13791         * textmodes/fill.el:
13792         * textmodes/paragraphs.el: Remove autoloads, redundant when the
13793         files are preloaded.
13795 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13797         * desktop.el (desktop-create-buffer): Don't catch errors if
13798         debug-on-error is set.
13800 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
13802         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
13803         ($(lisp)/calendar/diary-loaddefs.el)
13804         ($(lisp)/calendar/hol-loaddefs.el): New targets.
13805         (LOADDEFS): New macro.
13806         (autoloads): Depend on $(LOADDEFS).
13808 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
13810         * font-lock.el (featurep): Remove test, not useful anymore.
13811         (facemenu-keymap): Move key binding ...
13812         * facemenu.el (facemenu-keymap): ... here.
13814         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
13815         for each file in the list.
13816         (vc-bzr-log-view-mode): Recognize the file marker.
13818         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13819         for checkdoc and profiling.
13821 2008-03-14  Bastien Guerry  <bzg@altern.org>
13823         * textmodes/flyspell.el (nxml-mode): Add the right
13824         `flyspell-mode-predicate'.
13826         * wid-edit.el (link): Use 'mouse-face for :follow-link.
13828 2008-03-14  Glenn Morris  <rgm@gnu.org>
13830         * calendar/solar.el: Reorder so that functions are defined before use.
13831         (displayed-month, displayed-year): Move declarations where needed.
13832         (solar-get-number): Move definition before use.  Use unless.
13833         (solar-equatorial-coordinates): Simplify.
13834         (solar-sunrise-and-sunset): Use let rather than let*.
13835         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
13837         * startup.el (command-line-1): Rename -internal-script back to
13838         -scriptload (reverts previous change).
13840         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
13841         (calendar-bahai-leap-base): Add doc strings.
13842         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
13843         Move definition before use.
13844         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
13845         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
13846         variables outside the loop.  Use dolist.
13847         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
13849         * calendar/cal-china.el: Re-order so that functions are defined before
13850         use.
13851         (displayed-month, displayed-year): Move declarations where needed.
13852         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
13853         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
13854         Add doc strings.
13855         (chinese-year-cache): Recenter on 2010.  Doc fix.
13856         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
13857         Doc fix.  Simplify.
13858         (chinese-year-cache-init): New function.
13859         (compute-chinese-year, holiday-chinese-new-year)
13860         (calendar-chinese-date-string, calendar-goto-chinese-date)
13861         (make-chinese-month-assoc-list): Use cadr, nth.
13862         (chinese-months): Remove un-needed let.
13864         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
13865         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
13866         (coptic-prompt-for-date): Move definition before use.
13868         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
13869         (calendar-dst-find-data, calendar-daylight-time-offset)
13870         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
13871         (calendar-daylight-savings-starts-time)
13872         (calendar-daylight-savings-ends-time): Use cadr, nth.
13874         * calendar/cal-french.el (french-calendar-epoch)
13875         (calendar-goto-french-date): Doc fix.
13876         (french-calendar-month-name-array)
13877         (french-calendar-multibyte-month-name-array)
13878         (french-calendar-day-name-array, french-calendar-special-days-array):
13879         Add doc strings.
13881         * calendar/cal-hebrew.el (displayed-month, displayed-year)
13882         (original-date): Move declarations where needed.
13883         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
13884         Doc fix.
13885         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
13886         constant variables outside the loop.  Use dolist.
13888         * calendar/cal-islam.el (displayed-month, displayed-year)
13889         (original-date): Move declarations where needed.
13890         (islamic-calendar-day-number): Remove unused local variable `day'.
13891         (calendar-goto-islamic-date): Doc fix.
13892         (holiday-islamic): Use unless.
13893         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
13894         constant variables outside the loop.  Use dolist.
13895         (mark-islamic-calendar-date-pattern): Move definition before use.
13896         Use unless.
13897         (mark-islamic-diary-entries): Doc fix.
13898         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
13899         (insert-yearly-islamic-diary-entry): Use let rather than let*.
13901         * calendar/cal-julian.el (calendar-absolute-from-julian):
13902         Move definition before use.  Remove un-needed local `day'.
13903         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
13905         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
13906         (calendar-mayan-tzolkin-names-array): Add doc strings.
13907         (calendar-mayan-long-count-from-absolute): Use a single let.
13908         (calendar-string-to-mayan-long-count): Simplify.
13909         (calendar-next-haab-date, calendar-previous-haab-date)
13910         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
13911         (calendar-previous-calendar-round-date)
13912         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
13913         Doc fix.
13914         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
13915         (calendar-mayan-date-string, calendar-print-mayan-date)
13916         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
13917         (calendar-mayan-long-count-common-era): Move definitions before use.
13919         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
13920         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
13921         Doc fix.
13922         (calendar-mouse-goto-date): Move definition before use.
13924         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
13925         Move definition before use.
13926         (calendar-cursor-to-visible-date): Move definition before use.
13927         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
13928         and place inside the conditional.
13929         (calendar-forward-day): Simplify.
13930         (calendar-end-of-month): Use unless.
13931         (calendar-goto-day-of-year): Doc fix.
13932         Relocate obsolete aliases after their replacements.
13934         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
13936         * calendar/diary-lib.el (mark-diary-entries): Move some constant
13937         variables outside the diary-date-forms loop.
13939         * calendar/calendar.el (diary-file): Doc fix.
13940         (calendar-buffer-list): Return buffers rather than strings (fixes
13941         previous change).
13942         (hebrew-holidays-4): Fix typo.
13944         * calendar/holidays.el (displayed-month, displayed-year):
13945         Move declarations where needed.
13946         (calendar-holiday-list, calendar-list-holidays)
13947         (holiday-filter-visible-calendar): Move definitions before use.
13948         (list-holidays): Use cadr.
13949         Relocate obsolete aliases after their replacements.
13951         * calendar/lunar.el (date, displayed-month, displayed-year):
13952         Move declarations where needed.
13953         (lunar-phase-list): Move definition after functions it uses.
13954         (calendar-phases-of-moon, diary-phases-of-moon)
13955         (lunar-new-moon-on-or-after): Use cadr, nth.
13956         (lunar-new-moon-on-or-after): Doc fix.
13958         * textmodes/org-irc.el (top-level): CL not required when compiling.
13959         (org-irc-visit-erc): Replace runtime CL functions.
13961         * textmodes/org-publish.el (declare-function): Add compatibility stub.
13962         (org-publish-delete-dups): Declare as function.
13964 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
13966         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
13967         (vc-bzr-show-log-entry): Make regexp match more cases.
13968         (vc-diff-switches-list): Remove autoload, not needed.
13970 2008-03-14  Juri Linkov  <juri@jurta.org>
13972         * isearch.el (isearch-edit-string): Remove one call to
13973         `isearch-push-state' not to push an inconsistent state,
13974         but keep another correct call to `isearch-push-state'.
13975         (isearch-ring-adjust): Call `isearch-push-state' only when
13976         `search-ring-update' is non-nil since `isearch-edit-string'
13977         already pushes its state.
13978         (isearch-message): Improve matching the failed part by checking
13979         if the original message starts with the last successful message.
13981         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
13982         (dired-perm-write): Rename from `dired-warn-writable'.
13983         Change parent face from `font-lock-warning-face' to
13984         `font-lock-comment-delimiter-face'.
13985         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
13986         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
13987         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
13988         with `dired-perm-write-face'.
13990 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
13992         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
13993         Create cache dir only if it doesn't already exist.
13995 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13997         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
13998         of \ and '.
14000 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
14002         * net/browse-url.el (browse-url-text-xterm):
14003         Unquote browse-url-text-browser.
14005 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
14007         * textmodes/org-mouse.el: Version number change.
14009         * textmodes/org-publish.el (org-publish-expand-components):
14010         Remove null projects from the list of components.
14011         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
14012         Remove unused retrieval of the :publishing-directory property.
14013         (org-publish-file): Bugfix: when using a relative directory as the
14014         publishing directory, convert it to a directory filename.
14015         (org-publish-project): New alias.
14016         (org-publish-get-files): Protect against empty p.
14017         (org-publish-file): Send an error when file is not part of any project.
14018         (org-publish-file): Offer to refresh the list of files in known
14019         project when the current file is not part of any project.
14020         (org-publish-before-export-hook)
14021         (org-publish-after-export-hook): New hooks.
14022         (org-publish-org-to): Use new hooks and kill buffers.
14023         (org-publish-file): Remove the code for killing buffers.
14024         (org-publish-initialize-files-alist): Use interactive.
14025         (org-publish-file): If the publishing function creates a new
14026         buffer, kill it after publishing.
14027         (org-publish-timestamp-filename): Protect ":" in file name path
14028         under windows.
14030         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
14031         change that killed the LaTeX buffer.
14033         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
14034         in the decision tree.
14035         (org-select-remember-template): Clean the code.
14036         (org-prepare-dblock): Add the extra :content parameter.
14037         (org-write-agenda): New output type ".ics" files.
14038         (org-write-agenda): Call `org-icalendar-verify-function', both for
14039         time stamps and for TODO entries.
14040         (org-agenda-collect-markers, org-create-marker-find-array)
14041         (org-check-agenda-marker-table): New functions.
14042         (org-agenda-marker-table): New variable.
14043         (org-export-as-html): Revert the change that killed the html
14044         buffer.  Side effects first need to be studied carefully.
14045         (org-get-tags-at): Fix the structure of the condition-case statement.
14046         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
14047         (org-timestamp-change): Fix regular expressions to swallow the
14048         extra character for repeat-shift control.
14049         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
14050         (org-get-legal-level): Alias to `org-get-valid-level'.
14051         (org-dblock-write:clocktable): Add a :link parameter, linking
14052         headlines to their location in the Org agenda files.
14053         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
14054         throwing an error when getting tags before headlines.
14055         (org-timestamp-change, org-modify-ts-extra)
14056         (org-ts-regexp1): Fix timestamp editing.
14057         (org-agenda-custom-commands-local-options): New constant.
14058         (org-agenda-custom-commands):
14059         Use `org-agenda-custom-commands-local-options' to improve customize
14060         type.  "htmlize": Removed hack to fix face problem with htmlize,
14061         it no longer seem necessary.
14062         (org-follow-link-hook): New hook.
14063         (org-agenda-custom-commands): Add "Component" as a tag for each
14064         item in a command series.
14065         (org-open-at-point): Run `org-follow-link-hook'.
14066         (org-agenda-schedule): Bugfix: don't display marker type when it
14067         is nil.
14068         (org-store-link): org-irc required.
14069         (org-set-regexps-and-options): Parse the new logging options.
14070         (org-extract-log-state-settings): New function.
14071         (org-todo): Handle the new ways of recording state change stuff.
14072         (org-local-logging): New function.
14073         (org-columns-open-link): Fix bug with opening link in column view.
14074         (org-local-logging): New function.
14075         (org-todo): Make sure that LOGGING properties are honoured.
14076         (org-todo-keywords): Improve docstring.
14077         (org-startup-options): Cleanup startup options.
14078         (org-set-regexps-and-options): Process the "!" markers.
14079         (org-todo): Respect the new logging stuff.
14080         (org-log-note-how): New variable.
14081         (org-add-log-maybe): New parameter HOW that defines how logging
14082         should be done and also overrides PURPOSE.  Add a docstring.
14083         (org-add-log-note): Check if we really need to ask for a note.
14084         (org-get-current-options): Digest the new keyword.
14085         (org-agenda-reset-markers): Rename from
14086         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
14087         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
14088         function, without force argument.
14089         (org-buffer-property-keys): Bind local variables s and p.
14090         (org-make-tags-matcher): Allow "" to match an empty or
14091         non-existent property value.
14092         (org-export-as-html): Join unsorted lists when they directly
14093         follow each other.  Such lists may be created by headlines that
14094         are converted to lists.
14095         (org-nofm-to-completion): New function.
14096         (org-export-as-html): Use :html-extension instead of
14097         org-export-html-extension.
14098         (org-store-link): Support for links from `rmail-summary-mode'.
14099         (org-columns-new, org-complete, org-set-property): Set the
14100         `include-columns' argument in the call to
14101         `org-buffer-property-keys'.
14102         (org-buffer-property-keys): New argument `include-columns', to
14103         include properties expected by any of the COLUMNS formats in the
14104         current buffer.
14105         (org-cleaned-string-for-export): Get rid of drawers first, so that
14106         they will be removed also in the text before the first headline.
14107         (org-clock-report): Show the clocktable when found.
14108         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
14109         (org-version): With prefix argument, insert `org-version' at point.
14110         (org-agenda-goto): Recenter the window after finding the target
14111         location, to make sure the correct position will be displayed.
14112         (org-agenda-get-deadlines): Don't scale priority with the warning
14113         period.
14114         (org-insert-heading): Don't break line in the middle of the line.
14115         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
14116         be 0.
14117         (org-update-checkbox-count): Revamp to deal with hierarchical
14118         checkboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
14119         (org-remove-timestamp-with-keyword): New function.
14120         (org-schedule, org-deadline):
14121         Use `org-remove-timestamp-with-keyword' to make sure all such time
14122         stamps are removed.
14123         (org-mode): Support for `align'.
14124         (org-agenda-get-deadlines): Make sure priorities increase as the
14125         due date approaches and is passed.
14126         (org-remember-apply-template): Fix problem with tags that
14127         contain "_" or "@".
14128         (org-make-link-regexps): Improve the regular expression for plain links.
14129         (org-agenda-get-closed): List each clocking entry.
14130         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
14131         (org-special-ctrl-k): New option.
14132         (org-kill-line): New function.
14133         (org-archive-all-done): Fix incorrect number of stars in regexp.
14134         (org-refile-get-location): New function.
14135         (org-refile-goto-last-stored): New function.
14136         (org-global-tags-completion-table): Add the value of org-tag-alist
14137         in each buffer, to make sure that also unused tags will be
14138         available for completion.
14139         (org-columns-edit-value)
14140         (org-columns-next-allowed-value): Only update if not in agenda.
14141         (org-clocktable-steps): New function.
14142         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
14143         (org-archive-subtree): Add the outline tree context as a property.
14144         (org-closest-date): New optional argument `prefer'.
14145         (org-goto-auto-isearch): New option.
14146         (org-goto-map, org-get-location): Implement auto-isearch.
14147         (org-goto-local-auto-isearch-map): New variable.
14148         (org-goto-local-search-forward-headings)
14149         (org-goto-local-auto-isearch): New functions.
14151 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
14153         * textmodes/org-irc.el: New file.
14155 2008-03-13  John Wiegley  <johnw@gnu.org>
14157         * textmodes/org-mac-message.el: New file.
14159 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
14161         * font-lock.el (font-lock-comment-face): Set the foreground for
14162         the light background 8 colors case.
14164 2008-03-13  Glenn Morris  <rgm@gnu.org>
14166         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
14167         generate-autoload-cookie patterns.
14169         * startup.el (command-line-1): Rename -scriptload to -internal-script.
14171         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
14172         (MH_E_SRC): Remove variable.
14173         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
14174         Simplify file header.  Use $@ for generated-autoload-file.
14176         * Makefile.in (LOADDEFS): New variable.
14177         (AUTOGENEL): Use $LOADDEFS.
14178         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
14179         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
14180         ($(lisp)/calendar/hol-loaddefs.el): New targets.
14181         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14182         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
14183         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
14184         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
14185         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
14186         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
14187         Add calendar-specific autoload cookies, and remove any setting of
14188         generated-autoload-file.
14189         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
14190         * calendar/diary-lib.el: Replace explicit autoloads with reading of
14191         diary-loaddefs.
14192         * calendar/holidays.el: Replace explicit autoloads with reading of
14193         hol-loaddefs.
14195         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
14196         (calendar-buffer-list): Simplify.
14197         (generate-calendar-window): Use calendar-mark-holidays rather than
14198         obsolete alias.
14200         * calendar/cal-hebrew.el (list-yahrzeit-dates):
14201         Use cal-hebrew-yahrzeit-buffer.
14203         * calendar/cal-x.el (calendar-only-one-frame-setup)
14204         (calendar-two-frame-setup): Doc fixes.
14205         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
14207         * calendar/appt.el (appt-mode-string): Mark as risky.
14208         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
14210         * calendar/cal-html.el (diary-list-entries):
14211         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
14212         (calendar-iso-from-absolute): Fix autoloads.
14214         * calendar/cal-iso.el (calendar-absolute-from-iso)
14215         (calendar-iso-read-args): Simplify.
14216         (calendar-iso-date-string, calendar-iso-read-args)
14217         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
14219         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
14220         (displayed-month, displayed-year): Move declarations where needed.
14221         (calendar-print-astro-day-number): Doc fix.
14223         * calendar/cal-persia.el (persian-calendar-month-name-array)
14224         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
14225         (persian-prompt-for-date): Remove local variable `today'.
14227         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
14229         * calendar/solar.el (solar-moment, solar-exact-local-noon)
14230         (solar-sunrise-sunset, solar-sunrise-sunset-string)
14231         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
14232         (diary-sabbath-candles, solar-equinoxes/solstices)
14233         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
14234         (solar-time-equation, solar-date-to-et): Simplify.
14236         * mail/supercite.el: Remove the `function' in `(function (lambda'.
14237         Replace `(car (cdr' with cadr'.
14239         * progmodes/f90.el (f90-font-lock-n): New function.
14240         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
14241         Use f90-font-lock-n.
14242         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
14244         * progmodes/f90.el (f90-mode-abbrev-table):
14245         * progmodes/fortran.el (fortran-mode-abbrev-table):
14246         Use newer form of define-abbrev, where supported.  No need to bind
14247         abbrevs-changed for system abbrevs.
14249 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14251         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
14252         delete-frame-functions.
14254         * bookmark.el (Info-current-node): Remove.
14256 2008-03-12  Juri Linkov  <juri@jurta.org>
14258         * help.el (describe-project): Remove defaliases for view-todo and
14259         describe-project that are now unnecessary after the merge from
14260         emacs--rel--22 that added define-obsolete-function-alias.
14262         * startup.el (inhibit-startup-screen): Revert incomplete
14263         2008-03-10 merge from emacs--rel--22 that partly reverted
14264         2008-02-28 change that added initial message to *scratch* buffer
14265         regardless of the value of `inhibit-startup-screen'.
14266         Now keep this change in the trunk, but not in the 22 branch.
14268 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14270         * international/quail.el (quail-setup-completion-buf, quail-help):
14271         * mail/binhex.el (binhex-decode-region-internal):
14272         * mail/uudecode.el (uudecode-decode-region-internal):
14273         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14274         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14275         setting default-enable-multibyte-characters.
14277         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
14279         * comint.el: Fix up indentation and comment style.  Remove `function'.
14281         * international/mule-cmds.el (reset-language-environment)
14282         (set-language-environment-nonascii-translation):
14283         Don't set-unibyte-charset.
14285         * doc-view.el: Remove all cb-args, use closures instead.
14286         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
14287         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
14288         doing an incorrect check).  Update all callers to use the new name.
14289         (doc-view-doc->txt): Add missing `txt' argument.
14291 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
14293         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
14294         md5 sum calculation to single-byte.
14296 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14298         * doc-view.el (doc-view-new-window-function): Add assertion.
14299         (doc-view-doc-type): New var.
14300         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
14301         (doc-view-intersection): New fun.
14302         (doc-view-mode): Use it to set the new var.
14304 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
14306         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
14307         (doc-view-already-converted-p): New functions.
14308         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
14309         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
14310         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
14311         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
14312         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
14313         (doc-view-convert-current-doc): Don't hardwire the functions the
14314         sentinels call.  Now they're provided by two args CALLBACK and
14315         CB-ARGS to the functions.
14316         (doc-view-search): Use doc-view-doc->txt.
14317         (doc-view-initiate-display): Use doc-view-already-converted-p.
14318         Mention new binding C-c C-t if doc-view-mode doesn't work.
14320 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
14322         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
14324 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14326         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
14327         Mark " outside of tags as punctuation.
14329 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14331         * menu-bar.el (minibuffer-local-map): Use the same command for the
14332         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
14333         Prefer RET over C-j for exit-minibuffer.
14335         * files.el (display-buffer-other-frame): Eliminate problematic code.
14337         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
14338         (menu-bar-select-buffer): Remove.
14339         (menu-bar-select-frame): Make non-interactive and take a frame arg.
14340         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
14342 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
14344         * icomplete.el (icomplete-completions): Remove obsolete code.
14346         * net/net-utils.el (iwconfig-program-options): Doc fix.
14347         (net-utils-run-program, run-network-program): Define as functions.
14349 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
14351         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
14353 2008-03-11  Glenn Morris  <rgm@gnu.org>
14355         * faces.el (mode-line-emphasis): New face.
14356         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
14358         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
14360 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
14362         * simple.el (set-mark-command): Doc fix.
14364 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14366         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
14368         * emacs-lisp/autoload.el (autoload-find-destination):
14369         Don't force raw-text.
14371         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
14372         * calendar/cal-loaddefs.el: Don't version control.
14374 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
14376         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
14377         entries and add :help to the existing ones.
14379 2008-03-10  Glenn Morris  <rgm@gnu.org>
14381         * calendar/cal-hebrew.el (date, entry, number): Move declarations
14382         to where they are needed.
14384         * calendar/calendar.el (diary-file, hebrew-holidays-1)
14385         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
14386         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
14387         (calendar-version): Doc fixes.
14388         (calendar-absolute-from-gregorian): Use zerop.
14389         (calendar-mode-line-format): Make it a defcustom.
14391         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
14392         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
14393         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
14394         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
14395         (mark-included-diary-files, mark-calendar-days-named)
14396         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
14397         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
14398         (insert-monthly-diary-entry, insert-yearly-diary-entry)
14399         (insert-anniversary-diary-entry, insert-block-diary-entry)
14400         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
14401         (diary-font-lock-sexps): Doc fixes.
14402         (diary-remind-message, mark-calendar-month): Use zerop.
14403         (diary-attrtype-convert, diary-pull-attrs): Simplify.
14404         (diary-list-entries): Revert let to let* (previous change).
14406         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
14408 2008-03-10  Kim F. Storm  <storm@cua.dk>
14410         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
14411         function aliases for the old names.
14413 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
14415         * iswitchb.el (iswitchb-use-faces): Doc fix.
14416         (iswitchb-buffer-ignore, iswitchb-read-buffer):
14417         Fix typos in docstrings.
14419 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
14421         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
14422         Fix typo.
14423         (verilog-type-font-keywords): Reindent.
14425 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
14427         * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
14428         Fix bug in the grouping-keyword regular expression.
14429         (verilog-font-lock-keywords): Allow users to toggle special
14430         highlight of grouping-keywords.
14431         (verilog-highlight-grouping-keywords): The toggle for special
14432         highlighting of grouping keywords.
14434 2008-03-10  Juri Linkov  <juri@jurta.org>
14436         * startup.el: Revert 2008-02-28 change that adds initial message
14437         to *scratch* buffer regardless of the value of
14438         `inhibit-startup-screen'.
14440 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
14442         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
14443         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
14444         * progmodes/verilog-mode.el (verilog-mode):
14445         * net/socks.el (socks):
14446         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
14448 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14450         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
14451         (doc-view-bookmark-make-record): Use them.
14452         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
14453         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
14455         * bookmark.el (bookmark-make-record-function): Change expected return
14456         value to include a suggested bookmark name.
14457         (bookmark-make): Split into bookmark-make-record and bookmark-store.
14458         Fix reversed `overwrite' semantics.
14459         (bookmark-set): Call bookmark-make-record before prompting the user.
14460         Then pass the result to bookmark-store later on.
14461         (bookmark-make-name-function): Remove.
14462         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
14463         * info.el (bookmark-make-name-function): Remove.
14464         (Info-mode): Don't set it.
14465         (Info-bookmark-make-name): Remove.
14466         (Info-bookmark-make-record): Use Info-current-node as suggested default
14467         bookmark name.
14469         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
14470         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
14471         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
14472         (bookmark-annotation-buffer, bookmark-annotation-file)
14473         (bookmark-annotation-point, bookmark-send-annotation)
14474         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
14475         (bookmark-edit-annotation-text-func): Rename from
14476         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
14477         (bookmark-edit-annotation-mode-map): Move initialization into
14478         declaration.
14480         * bookmark.el: Remove spurious * in docstrings.
14481         (bookmark-minibuffer-read-name-map): New var.
14482         (bookmark-set): Use it.  Also pass the default value as it should.
14483         (bookmark-send-edited-annotation): Take no chances with text properties.
14484         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
14485         (bookmark-insert-buffer-name): Remove.
14486         (bookmark-buffer-file-name): Signal an error rather than returning nil.
14488 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
14490         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
14492 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
14494         * diff-mode.el (diff-mode-menu): Add :help.
14496 2008-03-09  Glenn Morris  <rgm@gnu.org>
14498         * calendar/calendar.el (general-holidays, oriental-holidays)
14499         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
14500         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
14501         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
14502         (calendar-holidays): Restore autoload cookies, because people are
14503         used to using these variables without loading calendar.el.
14505         * calendar/cal-islam.el (diary-islamic-date): Move to end.
14506         (date, number): Declare where needed.
14508         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
14509         (list-sexp-diary-entries): Doc fixes.
14510         (diary-list-entries): Doc fix.  Remove free variable `entry'.
14511         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
14512         Simplify setting of `date-holiday-list'.
14513         (mark-diary-entries): Remove free variable `entry'.
14514         (diary-list-entries, include-other-diary-files, fancy-diary-display):
14515         Use let where let* is not needed.
14517 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14519         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
14520         make-record function, instead paste it in afterwards.
14521         (bookmark-make-record-for-text-file):
14522         * doc-view.el (doc-view-bookmark-make-record):
14523         * info.el (Info-bookmark-make-record): Don't mess with annotations.
14525 2008-03-08  Glenn Morris  <rgm@gnu.org>
14527         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
14529 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14531         * calendar/diary-lib.el (diary-list-entries)
14532         (include-other-diary-files, mark-diary-entries)
14533         (mark-sexp-diary-entries, mark-included-diary-files)
14534         (diary-entry-time, list-sexp-diary-entries): Remove the special
14535         handling of ^M that dates back to the use of selective-display.
14536         (simple-diary-display): Obey setting of pop-up-frames.
14537         (body, entry): Remove unnecessary declarations.
14539         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
14540         (bookmark-get-annotation, bookmark-set-annotation)
14541         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
14542         (bookmark-set-position, bookmark-get-front-context-string)
14543         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
14544         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
14545         * info.el (Info-bookmark-make-record): Don't bother recording point.
14546         (bookmark-get-filename, bookmark-get-front-context-string)
14547         (bookmark-get-rear-context-string, bookmark-get-position):
14548         Don't declare any more.
14549         (bookmark-get-info-node): Remove.
14550         (bookmark-prop-get): Declare.
14551         (Info-bookmark-jump): Use it.
14553 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
14555         * subr.el (while-no-input): Don't splice BODY directly into the
14556         `or' form.
14558 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
14560         * diff-mode.el (diff-ignore-whitespace-hunk):
14561         Bind inhibit-read-only before trying to change the buffer.
14563 2008-03-08  Glenn Morris  <rgm@gnu.org>
14565         * calendar/appt.el (appt): Move custom group here from calendar.el.
14566         (appt-disp-window, appt-convert-time): Doc fixes.
14568         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
14569         (calendar-bahai-mark-date-pattern):
14570         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
14571         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
14572         * calendar/cal-julian.el (calendar-absolute-from-julian):
14573         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
14575         * calendar/cal-china.el (chinese-calendar): Move custom group here from
14576         calendar.el.
14577         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
14578         Make constants.
14579         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
14580         (chinese-calendar-daylight-savings-starts)
14581         (chinese-calendar-daylight-savings-ends)
14582         (chinese-calendar-daylight-savings-starts-time)
14583         (chinese-calendar-daylight-savings-ends-time)
14584         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
14585         Doc fixes.
14587         * calendar/cal-coptic.el (coptic-name): Add doc string.
14589         * calendar/cal-french.el (french-calendar-month-name-array)
14590         (french-calendar-day-name-array, french-calendar-special-days-array):
14591         Add doc strings.
14593         * calendar/cal-bahai.el (diary-bahai-mark-entries)
14594         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
14595         (diary-bahai-insert-yearly-entry):
14596         * calendar/cal-dst.el (calendar-next-time-zone-transition)
14597         (calendar-time-zone):
14598         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
14599         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
14600         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
14601         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
14602         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
14603         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
14604         (list-islamic-diary-entries, mark-islamic-diary-entries)
14605         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
14606         (insert-yearly-islamic-diary-entry):
14607         * calendar/cal-iso.el (calendar-iso-read-args):
14608         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
14609         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
14610         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
14611         (calendar-next-calendar-round-date)
14612         (calendar-mayan-long-count-common-era):
14613         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
14614         (cal-menu-x-popup-menu, calendar-mouse-holidays)
14615         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
14616         (calendar-mouse-goto-date):
14617         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
14618         * calendar/holidays.el (holidays):
14619         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
14620         * calendar/time-date.el (date-to-time, time-subtract, time-add)
14621         (safe-date-to-time): Doc fixes.
14623         * calendar/cal-persia.el (persian-calendar-month-name-array)
14624         (persian-calendar-epoch): Make constants.
14626         * calendar/cal-tex.el (calendar-tex): Move custom group here from
14627         calendar.el.
14629         * calendar/cal-x.el (diary-frame-parameters)
14630         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
14631         (calendar-after-frame-setup-hooks): Make defcustoms.
14632         (calendar-one-frame-setup, calendar-only-one-frame-setup)
14633         (calendar-two-frame-setup): Doc fix.
14635         * calendar/cal-loaddefs.el: New file.
14637         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14638         * calendar/cal-french.el, calendar/cal-html.el:
14639         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
14640         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
14641         * calendar/cal-tex.el, calendar/cal-x.el:
14642         Unquote lambda functions.  Add autoload cookies to functions formerly
14643         autoloaded in calendar.el.  Set `generated-autoload-file' to
14644         "cal-loaddefs.el".
14646         * calendar/calendar.el: Move many autoloads to separate file,
14647         cal-loaddefs.el.  Move defcustoms to start and re-order.
14648         (calendar-month-name-array, calendar-starred-day): No need to
14649         declare for compiler.
14650         (cal-loaddefs): Require it.
14651         (appt, chinese-calendar, calendar-tex): Move custom groups to the
14652         appropriate file.
14653         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
14654         Reverse logic.
14655         (diary-face, diary-file-name-prefix-function, diary-include-string)
14656         (diary-glob-file-regexp-prefix, diary-face-attrs)
14657         (diary-file-name-prefix, sexp-diary-entry-symbol)
14658         (print-diary-entries-hook, list-diary-entries-hook)
14659         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
14660         (nongregorian-diary-marking-hook, diary-list-include-blanks):
14661         Move to diary-lib.
14662         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
14663         (all-bahai-calendar-holidays): Doc fix.
14664         (calendar-insert-indented): Doc fix.  Use when rather than if.
14665         (exit-calendar): Use mapc rather than mapcar.
14666         (calendar-cursor-to-date): Use zerop.
14667         (calendar-mark-ring): Add doc-string.
14668         (calendar-starred-day): Defvar it.
14669         (calendar-mode): Make calendar-starred-day local.
14670         (calendar-star-date): No need to make calendar-starred-day local.
14672         * calendar/diary-lib.el: Move defcustoms to start.
14673         (diary-include-string, diary-list-include-blanks)
14674         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
14675         (diary-file-name-prefix, diary-file-name-prefix-function)
14676         (sexp-diary-entry-symbol, list-diary-entries-hook)
14677         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
14678         (nongregorian-diary-marking-hook, print-diary-entries-hook):
14679         Move here from calendar.el.
14680         (diary-file-name-prefix-function): Use 'identity.
14681         (diary-face): Make it a defcustom, and mark as obsolete.
14682         (top-level): No need to require cal-hebrew, cal-islam when compiling.
14683         (calendar-hebrew-month-name-array-leap-year)
14684         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
14685         Define for compiler.
14686         (diary-font-lock-keywords): Use format rather than concat.
14687         Add bahai-diary-entry-symbol.
14689         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
14690         * calendar/solar.el: Unquote lambda functions.
14692         * calendar/solar.el (calendar-location-name, calendar-latitude)
14693         (calendar-longitude, solar-setup, solar-sin-degrees)
14694         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
14695         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
14696         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
14697         (solar-exact-local-noon, solar-julian-ut-centuries)
14698         (solar-ephemeris-time, solar-date-next-longitude)
14699         (solar-horizontal-coordinates, solar-equatorial-coordinates)
14700         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
14701         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
14702         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
14703         Doc fixes.
14704         (solar-horizontal-coordinates, solar-equatorial-coordinates)
14705         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
14706         (solar-ecliptic-coordinates): Use unless.
14707         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
14708         Use or.
14710         * calendar/timeclock.el: Add doc-strings to all functions.
14711         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
14712         (timeclock-entry-list-length, timeclock-entry-list-projects)
14713         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
14715         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
14717         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
14718         (org-get-entries-from-diary): Require diary-lib.
14720 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
14722         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
14723         Pacify byte-compiler.
14725 2008-03-07  Alan Mackenzie  <acm@muc.de>
14727         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
14728         paren/bracket pairs parsed, to solve performance problem.
14730 2008-03-07  Bastien Guerry  <bzg@altern.org>
14732         * bookmark.el (bookmark-set): Don't check for
14733         `bookmark-make-name-function' since `bookmark-buffer-file-name'
14734         already takes care of this.
14735         (bookmark-buffer-name, bookmark-buffer-file-name):
14736         Remove Info-mode specific code.
14738         * info.el (bookmark-get-info-node): Define this function in
14739         info.el, not in bookmark.el.
14740         (Info-mode): Set `bookmark-make-name-function' to
14741         `Info-bookmark-make-name' locally.
14742         (Info-bookmark-make-name): New function.
14744         * bookmark.el (bookmark-make-name-function): New variable.
14746 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14748         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
14749         buffer-local, not `bookmark-make-cell-function' (the old name).
14751 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
14753         * doc-view.el (doc-view-bookmark-make-record):
14754         * image-mode.el (image-bookmark-make-record):
14755         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
14757 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
14759         * vc.el (vc-status-menu-map-filter): Return orig-binding if
14760         boundp 'vc-ignore-menu-filter.
14761         (vc-status-tool-bar-map): Make it defvar.
14762         (vc-status-mode): vc-status-tool-bar-map now variable.
14763         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
14765 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14767         Give a better name to part of the bookmark interface.
14769         This was originally a much larger change, but halfway through I
14770         updated and discovered that Stefan Monnier had done the rest.
14771         It looks like he anticipated the new name too, because he used
14772         `the-record' instead of `the-cell' for some internal variable names.
14774         * bookmark.el (bookmark-make-record-function): Was
14775         `bookmark-make-cell-function'.
14776         (bookmark-make, bookmark-send-annotation): Update for above.
14777         (bookmark-make-record-for-text-file):
14778         Was `bookmark-make-cell-for-text-file'.  Fix doc string re rev 1.102.
14780         * info.el: Adjust accordingly.
14781         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
14783         * image-mode.el: Adjust accordingly.
14784         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
14786         * doc-view.el: Adjust accordingly.
14787         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
14789 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14791         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
14792         Move initialization into declaration.
14793         (bookmark-get-info-node, bookmark-set-info-node): Remove.
14794         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
14795         (bookmark-info-current-node): Remove.
14796         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
14797         Add relocation fallback.  Set bookmark-current-bookmark.
14798         (bookmark-default-handler): Rename from bookmark-jump-noselect.
14799         Remove relocation fallback.  Don't set bookmark-current-bookmark.
14800         (bookmark-set): Let it be used even if there's no buffer-file-name
14801         as long as there is a bookmark-make-cell-function.
14802         * info.el (Info-bookmark-jump): Remove relocation fallback.
14803         Don't set bookmark-current-bookmark.
14805 2008-03-07  Glenn Morris  <rgm@gnu.org>
14807         * calendar/appt.el (appt-issue-message)
14808         (appt-message-warning-time, appt-audible, appt-visible)
14809         (appt-msg-window, appt-display-mode-line, appt-display-duration)
14810         (appt-display-diary): Remove autoload cookies.
14812         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
14813         Remove leading `*' from defcustom doc-strings.
14815         * calendar/cal-dst.el (calendar-dst): New custom group.
14816         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
14817         (calendar-time-zone, calendar-daylight-time-offset)
14818         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
14819         (calendar-daylight-savings-starts-time)
14820         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
14821         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
14822         Move to start.
14824         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
14826         * calendar/calendar.el (calendar-version): Use emacs-version and
14827         make it obsolete.  Move to end.
14828         (calendar-offset, view-diary-entries-initially)
14829         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
14830         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
14831         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
14832         (all-bahai-calendar-holidays, calendar-load-hook)
14833         (initial-calendar-window-hook, today-visible-calendar-hook)
14834         (today-invisible-calendar-hook, calendar-move-hook)
14835         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
14836         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
14837         (diary-include-string, sexp-diary-entry-symbol)
14838         (abbreviated-calendar-year, american-date-diary-pattern)
14839         (european-date-diary-pattern, european-calendar-display-form)
14840         (american-calendar-display-form, print-diary-entries-hook)
14841         (list-diary-entries-hook, diary-hook, diary-display-hook)
14842         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
14843         (nongregorian-diary-marking-hook, diary-list-include-blanks)
14844         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
14845         (local-holidays, other-holidays, hebrew-holidays-1)
14846         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
14847         (hebrew-holidays, christian-holidays, islamic-holidays)
14848         (bahai-holidays, solar-holidays, calendar-setup)
14849         (calendar-week-start-day): Remove autoload cookies.
14850         (diary-glob-file-regexp-prefix): Doc fix.
14851         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
14852         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
14853         (calendar-week-start-day, calendar-debug-sexp): Move to start.
14855         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
14856         (calendar-time-display-form, calendar-latitude)
14857         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
14858         cookies.
14859         (calendar-latitude, calendar-longitude): Move functions after
14860         variables.
14861         (diary-sabbath-candles-minutes): Move to start.
14862         (solar-setup): Use or rather than if.
14863         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
14864         Remove condition-case.
14865         (solar-atn2): Use zerop.
14866         (solar-equinoxes-solstices): Doc fix.
14868         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
14869         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
14871         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
14872         (calendar-longitude, calendar-latitude, calendar-location-name):
14873         Declare for compiler.
14875 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14877         * arc-mode.el (archive-ar-file-header-re): New const.
14878         (archive-ar-summarize, archive-ar-extract): New funs.
14879         (archive-find-type): Recognize ar archives.
14881         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
14882         New functions.
14884         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
14886 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
14888         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14889         Replace :enable (mark-active) with :enable mark-active.
14891 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
14893         * vms-patch.el (make-legal-file-name): New obsolete alias.
14894         (make-valid-file-name): Rename from `make-legal-file-name'.
14895         (make-auto-save-file-name): Use it.
14897         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
14898         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
14899         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
14901         * textmodes/org.el (org-export-html-style): Doc fix.
14902         (org-get-legal-level): New obsolete alias.
14903         (org-get-valid-level): Rename from `org-get-legal-level'.
14904         (org-promote, org-demote, org-archive-subtree)
14905         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
14907 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
14909         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
14911         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
14912         (vc-status-toggle-mark): New functions.
14913         (vc-status-mode): Set tool bar map.
14915 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
14917         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
14918         Reported by Drew Adams <drew.adams@oracle.com>.
14920 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
14922         * subr.el (read-quoted-char): Resolve modifiers of the character
14923         event.
14925         * comint.el (comint-exec-1): Don't change the coding-system for
14926         decoding to dos-like EOL.
14927         (comint-carriage-motion): Fully rewrite.
14929 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
14931         * epg.el (epg-context-include-certs): Reflow docstring.
14932         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
14933         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
14934         (epg-context-set-signers, epg-context-set-sig-notations)
14935         (epg-make-import-status, epg-make-import-result)
14936         (epg-start-delete-keys): Fix typos in docstrings.
14937         (epg-start-sign-keys, epg-sign-keys):
14938         Fix typos in obsolescence declarations.
14940         * iswitchb.el: Don't check for `cadr' and `last'.
14941         (iswitchb-define-mode-map, iswitchb-default-keybindings):
14942         Add obsolescence declaration and remove redundant info from docstring.
14943         (iswitchb-set-common-completion, iswitchb-set-matches)
14944         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
14945         (recentf-list, most-len, most-is-exact):
14946         Don't wrap defvars within `eval-when-compile'.
14948 2008-03-05  Glenn Morris  <rgm@gnu.org>
14950         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
14951         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
14952         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
14953         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
14954         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
14956         * ediff-hook.el (ediff-window-setup-function): Don't autoload
14957         declaration for compiler.
14958         (ediff-xemacs-init-menus): Use when rather than if.
14960         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
14961         if+and to just and.
14962         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
14963         (ediff-delete-overlay): Move the XEmacs test inside the definition.
14965         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
14967         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
14968         test inside XEmacs test.
14969         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
14970         since it was doing nothing on Emacs.
14971         (ediff-make-bullet-proof-overlay): Use when rather than if.
14973         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
14974         (ediff-setup-control-frame): Remove
14975         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
14976         a (featurep 'xemacs) test.
14978 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
14980         * calc/calc-ext.el (calc-extended-command-history): New variable.
14981         (calc-execute-extended-command): Use `calc-extended-command-history'.
14983 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
14985         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
14986         (standard-mode-line-position): Add mouse-face.
14988         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
14989         * progmodes/grep.el (grep-mode-map): Add :help.
14991         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
14992         initialize in one step.  Add :help.  Use :enable to activate menu
14993         items.  Show the key binding for edebug-defun.
14994         (lisp-interaction-mode-map): Add a menu.
14996         * term.el (term-mode-map): Define and initialize in one step.
14998         * ediff-init.el (ediff-color-display-p): Simplify.
14999         (Xor): Remove unused function.
15000         (ediff-with-syntax-table): Simplify for Emacs.
15002         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
15003         menu-bar being loaded, it always is.
15005 2008-03-05  Glenn Morris  <rgm@gnu.org>
15007         * textmodes/tex-mode.el (tex-mode): Suppress warning about
15008         multiple definitions when compiling.
15010 2008-03-04  Alan Mackenzie  <acm@muc.de>
15012         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
15014         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
15015         doc-string, "c-old-LEN" -> "c-old-END".
15017 2008-03-04  Jason Rumney  <jasonr@gnu.org>
15019         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
15020         namespaces.
15022 2008-03-04  Glenn Morris  <rgm@gnu.org>
15024         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
15026         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
15027         than mapcar.
15029 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15031         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
15032         (byte-compile-nilconstp): Can't use recursion in a defsubst.
15034         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
15035         so that M-q can fill comments.
15036         (tex-executable-exists-p, tex-compile): Extend with special syntax for
15037         commands implemented in elisp.
15038         (tex-compile-commands): Add an entry to use doc-view for pdf files.
15039         (tex-format-cmd): New function.
15040         (tex-compile): Use it to let the user specify default arguments.
15041         (tex-cmd-bibtex-args): New var.
15042         (tex-cmd-doc-view): New function.
15044 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
15046         * faces.el (face-spec-set): Fix typos in docstring.
15048 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
15050         * bindings.el (mode-line-column-line-number-mode-map): New variable.
15051         (standard-mode-line-position): Use it to add a menu for toggling
15052         column number and line number display.
15054 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15056         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15057         Remove optimization that was working around the form-code-walker bug.
15059         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
15060         Walk into the body of lambdas after byte-compile-unfold-lambda.
15062 2008-03-03  Glenn Morris  <rgm@gnu.org>
15064         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
15065         value, if set, over frame value.
15067         * simple.el (transient-mark-mode): Don't turn on by default.
15069         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
15070         accidentally removed by the 2007-12-05 merge from Gnus.
15072 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
15074         * progmodes/compile.el (compilation-menu-map): Add menu entries
15075         for useful options.
15077 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
15078             Glenn Morris  <rgm@gnu.org>
15080         * emacs-lisp/bytecomp.el (byte-recompile-directory)
15081         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
15082         Give a `bytecomp-' prefix to local variables with common names.
15084 2008-03-01  Glenn Morris  <rgm@gnu.org>
15086         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15087         Restore code commented out 2007-11-10.
15089         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
15091         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
15092         Delete macro.
15093         * emulation/viper-cmd.el, emulation/viper-ex.el:
15094         * emulation/viper-init.el, emulation/viper-keym.el:
15095         * emulation/viper-mous.el, emulation/viper-util.el:
15096         * emulation/viper.el:
15097         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
15098         featurep test.
15100         Replace obsolete frame-local variables with frame-parameters.
15101         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
15102         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
15103         (viper-vi-state-cursor-color): Only call make-variable-frame-local
15104         on XEmacs.
15105         * emulation/viper-util.el (viper-frame-value): New macro.
15106         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
15107         (viper-R-state-post-command-sentinel)
15108         (viper-replace-state-post-command-sentinel)
15109         (viper-change-state-to-insert, viper-change-state-to-emacs):
15110         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
15111         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
15112         (viper-get-saved-cursor-color-in-insert-mode)
15113         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
15114         Use viper-frame-value for viper-replace-overlay-cursor-color,
15115         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
15116         viper-vi-state-cursor-color values.
15118         * emulation/viper-cmd.el (zmacs-region-stays):
15119         * emulation/viper-util.el (zmacs-region-stays): No need to define
15120         for compiler.
15122         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
15123         mapcar on Emacs.
15125         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
15126         on XEmacs.
15128         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
15129         rather than if.
15131 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15133         * whitespace.el: New version 9.3.  As the glyph code generation was
15134         fixed, it is possible now to use character code above ?\x1FFFF in the
15135         display table.  Fix `whitespace-indentation-regexp' to not include an
15136         extra ending character.  Reported by Michael Welsh Duggan
15137         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
15138         the original whitespace package had.  Suggested by Eric Cooper
15139         <ecc@cmu.edu>.  Doc fix.
15140         (whitespace-action): New option.
15141         (whitespace-display-mappings): Changed default newline visualization to
15142         display downwards arrow, as the glyph code generation was fixed.
15143         (whitespace-unload-function): Assure that all local whitespace mode is
15144         turned off.
15145         (whitespace-global-modes): Fix type customization.
15146         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
15147         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
15148         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
15149         Fix code.
15150         (whitespace-buffer): Command removed.
15151         (whitespace-trailing-regexp, whitespace-mark-x)
15152         (whitespace-display-window, whitespace-action-when-on)
15153         (whitespace-add-local-hook, whitespace-remove-local-hook)
15154         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
15155         (whitespace-action): New funs.
15156         (whitespace-report-list, whitespace-report-text)
15157         (whitespace-report-buffer-name): New consts.
15158         (whitespace-report, whitespace-report-region): New commands.
15160 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
15162         * disp-table.el (make-glyph-code): Don't test the result of
15163         `face-id', which already signals an error for invalid faces.
15164         (glyph-face): Simplify.
15166         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
15167         running `desktop-not-loaded-hook' to allow modifying it.
15168         Don't show warning message if `desktop-dirname' was modified.
15170 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15172         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
15173         we still expect more lines.
15175         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
15176         comment-paragraph filling if the commark doesn't match
15177         comment-start-skip.
15179 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
15181         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
15182         the `imap' variant.
15184 2008-03-01  Jason Rumney  <jasonr@gnu.org>
15186         * files.el (make-auto-save-file-name): Encode more characters in
15187         non-file buffer names.  Use url-encoding.
15189 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
15191         * net/net-utils.el (ftp-program): Fix typo in docstring.
15192         (ifconfig-program-options, netstat-program-options)
15193         (arp-program-options, route-program-options, nslookup-program-options)
15194         (ftp-program-options, smbclient-program-options)
15195         (dns-lookup-program-options, arp, route): Doc fixes.
15197         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
15198         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
15199         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
15200         Fix typos in docstrings.
15201         (gdb-pending-triggers): Reflow docstring.
15202         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
15204 2008-03-01  Alan Mackenzie  <acm@muc.de>
15206         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
15207         typing "#" at EOB.
15209 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
15211         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
15213 2008-02-29  Kim F. Storm  <storm@cua.dk>
15215         * emulation/cua-base.el (cua-remap-control-v)
15216         (cua-remap-control-z): New defcustoms.
15217         (cua-mode): Add them to set-after property.
15218         (cua--init-keymaps): Use them.
15219         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
15221         * help.el (view-emacs-todo): Rename from view-todo.
15222         (describe-gnu-project): Rename from describe-project.  Users changed.
15223         (view-help-file): New helper function.
15224         (describe-distribution, describe-copying, describe-gnu-project)
15225         (view-todo, view-order-manuals, view-emacs-problems): Use it.
15226         (view-emacs-debugging, view-external-packages): New commands.
15227         (help-map): Move describe-distribution to C-h C-o (ordering).
15228         Move view-emacs-problems to C-h C-p (problems).
15229         Bind view-emacs-debugging to C-h C-d (debugging).
15230         Bind view-external-packages to C-h C-e (extras).
15231         (help-for-help-internal): Cleanup and align descriptions.
15232         Remove command names to reduce clutter.
15234 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
15236         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
15237         and quieter face (not a warning).
15239 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
15241         * vc.el (vc-status-crt-marked): New variable.
15242         (vc-status-mode): Make it local.
15243         (vc-status-refresh): Use it to save the marked files.
15244         (vc-update-vc-status-buffer): Use it to restore the marked files.
15246         * vc-svn.el (vc-svn-after-dir-status):
15247         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
15249 2008-02-29  Glenn Morris  <rgm@gnu.org>
15251         * allout.el (allout-topic-encryption-bullet)
15252         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
15253         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
15254         from 22.0 to 22.1.
15256         * net/imap.el (imap-ping-server):
15257         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
15258         Change defcustom :version from 23.0 to 23.1.
15260 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
15262         * desktop.el (desktop-save): Save the buffer name if the
15263         uniquified base name is empty.
15265 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
15267         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
15268         correctly when user has "set print address off".
15270 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
15272         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
15273         version number of the next major Emacs release, not 23.0.
15275         * longlines.el (longlines-unload-function): New function.
15277 2008-02-28  Juri Linkov  <juri@jurta.org>
15279         * startup.el (normal-splash-screen): Add argument `concise'.
15280         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
15281         to the created buffer.  If `concise' is non-nil, call
15282         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
15283         (display-startup-screen): Add argument `concise' to the call to
15284         `normal-splash-screen'.
15286 2008-02-28  Kim F. Storm  <storm@cua.dk>
15288         * startup.el (startup-echo-area-message): Check for about-emacs.
15290 2008-02-28  Juri Linkov  <juri@jurta.org>
15292         * startup.el: Always add initial message to *scratch* buffer if
15293         `initial-scratch-message' is non-nil regardless of the value of
15294         `inhibit-startup-screen'.
15295         (inhibit-startup-screen, initial-scratch-message): Doc fix.
15296         (command-line-1): Move code that inserts `initial-scratch-message'
15297         up before the if-form that checks for `inhibit-startup-screen'.
15298         Suggested by Jonathan Rockway <jon@jrock.us>.
15300 2008-02-28  Juri Linkov  <juri@jurta.org>
15302         * cus-edit.el (custom-mode-map, custom-mode-link-map):
15303         Rename `custom-mode' to `Custom-mode' in docstrings.
15304         (custom-buffer-create-internal, customize-browse):
15305         Rename `custom-mode' to `Custom-mode'.
15306         (custom-mode-hook): Rename to `Custom-mode-hook'.
15307         (Custom-mode-hook): Renamed from `custom-mode-hook'.
15308         (custom-mode): Rename to `Custom-mode'.
15309         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
15310         (custom-mode): Add backward-compatible non-interactive variant of
15311         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
15312         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
15314         * info-look.el: Rename `custom-mode' to `Custom-mode'.
15316         * emulation/viper.el (viper-emacs-state-mode-list):
15317         Rename `custom-mode' to `Custom-mode'.
15319         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
15320         Capitalize "Tagged Files".
15321         (minibuffer-local-map): Add menu items for next/previous
15322         history elements and isearch history forward/backward.
15324         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
15325         `hs-isearch-open' with t instead of `comment' in :selected
15326         for "Code and Comment blocks" menu item.
15328 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15330         * uniquify.el (uniquify-buffer-base-name): Undo last change.
15331         Should be done in desktop.el instead.
15333 2008-02-28  Glenn Morris  <rgm@gnu.org>
15335         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
15337         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
15339         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
15340         (Info-menu, Info-goto-node): Remove declarations.
15341         (report-emacs-bug-info): Use info rather than Info-goto-node.
15343         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
15344         (idlwave-convert-xml-system-routine-info): Don't require xml.
15345         (idlwave-show-commentary, idlwave-shell-show-commentary):
15346         Don't require finder.
15347         (idlwave-info): Don't require info.  Use info rather than
15348         Info-goto-node.
15350         * textmodes/org.el (Info-goto-node): Remove declaration.
15351         (org-info): Use info rather than Info-goto-node.
15353         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
15354         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
15356 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
15358         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
15359         the menu.
15361         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
15362         (vc-finish-logentry): Check for vc-status-mode, not only for
15363         vc-dired-mode.
15365 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
15367         * isearch.el (isearch-printing-char): Don't check
15368         keyboard-coding-system.
15369         Call isearch-process-search-multibyte-characters only when
15370         current-input-method is non-nil.
15372 2008-02-27  Kim F. Storm  <storm@cua.dk>
15374         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
15375         (glyph-char, glyph-face): Handle cons encoding.
15377 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
15379         * uniquify.el (uniquify-buffer-base-name): If the base name is an
15380         empty string, return nil to allow the caller to default to the
15381         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
15383         * tool-bar.el (tool-bar-setup): Doc fix.
15385         * mail/supercite.el (sc-describe):
15386         Fix typos in obsolescence declaration.
15388 2008-02-27  Glenn Morris  <rgm@gnu.org>
15390         * autoinsert.el (auto-insert-alist): Change permission text to
15391         match FSF's GPLv3 form.
15393         * mail/supercite.el (sc-cite-original): Doc fix.
15394         (sc-version): Make obsolete.
15395         (sc-describe): Show the SC info page.  Make obsolete.
15397 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15399         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
15400         when using transient-mark-mode.
15401         (default-indicate-unused-lines): Remove unused var.
15403 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
15405         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
15406         and previous.
15408         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
15410 2008-02-26  Glenn Morris  <rgm@gnu.org>
15412         * net/net-utils.el (top-level): Don't require comint when compiling.
15413         (nslookup-font-lock-keywords): Don't require font-lock.
15414         Use font-lock faces rather than variables.
15415         (nslookup, ftp, smbclient, network-service-connection):
15416         Don't require comint.
15417         (comint-prompt-regexp, comint-input-autoexpand)
15418         (comint-input-ring): Declare for compiler.
15419         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
15420         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
15422         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
15423         doc-string.
15425 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15427         * doc-view.el (doc-view-current-page): Add a `win' argument.
15429 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15431         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
15432         Demote it to plain defvar.
15433         (doc-view-conversion-refresh-interval): Reduce interval.
15434         (doc-view-goto-page): Allow moving to pages not yet rendered.
15435         (doc-view-goto-page): Construct a file name rather than extracting it
15436         from doc-view-current-files.
15437         (doc-view-kill-proc): Ignore errors from kill-process.
15438         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
15439         (doc-view-insert-image): Use appropriate text if the page hasn't been
15440         rendered yet.  Adjust scrolling so the text is displayed.
15441         (doc-view-display): Detect not just that a page is available, but also
15442         that it wasn't available before, so as to avoid refreshing all pages
15443         repeatedly.
15444         (doc-view-mode): Make doc-view-cache-directory if needed.
15446 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15448         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
15449         toggle-read-only.
15451         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
15452         refering to a missing required field with the OPT prefix.
15453         Make unwindform more robust.
15455         * textmodes/bibtex.el: Remove support for hideshow minor mode as
15456         it duplicates the bibtex support in progmodes/hideshow.el.
15457         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
15458         entries that do not start at the beginning of a line.
15460 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
15462         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
15464 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
15466         * help-fns.el (describe-variable): Add phrases about
15467         initialization file with and without customization;
15468         use new button type help-info-variable.
15470         * help-mode.el (help-info-variable):
15471         New button able to read Info files for help-fns.el.
15473 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
15475         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
15476         (grep-mode): Use grep-mode-tool-bar-map.
15478         * progmodes/compile.el (tool-bar): Require tool-bar.
15479         (compilation-mode-tool-bar-map): New variable.
15480         (compilation-mode): Use compilation-mode-tool-bar-map.
15482         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
15484 2008-02-25  Glenn Morris  <rgm@gnu.org>
15486         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
15488 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15490         * diff-mode.el (diff-file-junk-re): New const.
15491         (diff-beginning-of-file-and-junk): Use it.
15492         (diff-file-kill): Make sure we were really inside a file diff.
15494         * diff-mode.el: Make it more robust in the presence of empty context
15495         lines in unified hunks.
15496         (diff-valid-unified-empty-line): New var.
15497         (diff-unified->context, diff-sanity-check-hunk): Obey it.
15498         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
15499         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
15500         (diff-hunk-header-re-unified): New const.
15501         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
15502         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
15503         (diff-sanity-check-hunk): Use it.
15505         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
15506         Index: line, don't search backward for the previous one.
15508 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
15510         * international/fontset.el (setup-default-fontset): Add non-OTF
15511         lao font for lao script.
15513         * language/tibetan.el: Register tibetan-composition-function in
15514         composition-function-table.
15516         * language/tibet-util.el (tibetan-composition-function):
15517         Adjust for the new calling way (argument changed).  Try font-shape-text
15518         if possible.
15520         * language/lao.el: Register lao-composition-function in
15521         composition-function-table.
15523         * language/lao-util.el (lao-composition-function): Adjust for the new
15524         calling way (argument changed).  Try font-shape-text if possible.
15526 2008-02-25  Jason Rumney  <jasonr@gnu.org>
15528         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
15530 2008-02-25  Juri Linkov  <juri@jurta.org>
15532         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
15533         background, "red4" for a dark background, "red" for 16 and
15534         8 colors, "grey" for grayscale, and inverse video otherwise.
15535         Add :version tag.
15536         (isearch-message): Keep the original isearch-message intact, and
15537         add text properties to it where necessary.  Add `isearch-error' to
15538         the condition that checks if isearch is unsuccessful.
15540 2008-02-24  Juri Linkov  <juri@jurta.org>
15542         * progmodes/compile.el (compilation-handle-exit):
15543         Use compilation-error face instead of font-lock-warning-face.
15544         Display the same message in the minibuffer as is inserted
15545         at the end of the compilation buffer.
15547 2008-02-24  Glenn Morris  <rgm@gnu.org>
15549         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
15550         multiple file case.
15552         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
15554         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
15555         multiple file case.  Use a single `let' rather than two.
15557 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
15559         * progmodes/compile.el (compilation-start): Specify a face for
15560         mode-line-process.
15561         (compilation-handle-exit): Specify a face and a tooltip for
15562         mode-line-process.
15564 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15566         * hilit-chg.el: Remove spurious * in defcustom docstrings.
15567         (hilit-chg-make-ov): Simplify.
15568         (hilit-chg-fixup): Use remove-overlays.
15569         (hilit-chg-set-face-on-change): Remove redundant call to
15570         `remove-text-properties'.
15572         * dired.el (dired-mark-prompt): Don't count/display the t element.
15573         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
15575 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
15577         * progmodes/verilog-mode.el (eval-when-compile): Don't define
15578         add-submenu.
15579         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
15580         Remove.  Move contents to the only use ...
15581         (verilog-menu): ... here.
15582         (verilog-statement-menu): Remove.  Move contents to the only use ...
15583         (verilog-stmt-menu): ... here.
15584         (verilog-mark-defun): Simply call mark-defun for emacs.
15585         (occur-pos-list): Declare for byte compiler.
15586         (mode-popup-menu): Don't defvar.
15587         (verilog-add-statement-menu): Remove.
15588         (verilog-mode-hook): Don't add verilog-add-statement-menu.
15589         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
15591 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
15593         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
15594         conditional.
15595         (verilog-font-grouping-keywords-face): Make the begin..end
15596         keywords standout more than other verilog keywords.
15597         (verilog-type-font-keywords): Move the begin..end out of this list
15598         to facilitate making them to (potentially) stand out more.
15599         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
15600         function & task blocks.
15601         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
15602         initial, function & task blocks.
15603         (verilog-forward-sexp): Handle the new "disable fork" statement of
15604         IEEE-1800 Verilog.
15605         (verilog-beg-block-re-ordered): Handle the new "disable fork"
15606         statement of IEEE-1800 Verilog.
15607         (verilog-calc-1): Handle the new "disable fork" statement of
15608         IEEE-1800 Verilog.
15609         (verilog-disable-fork-re): Add const to help handle the new
15610         "disable fork" statement of IEEE-1800 Verilog.
15611         (verilog-declaration-core-re): Add port directions by themselves,
15612         with no qualification, as base item of a declaration.
15613         (verilog-pretty-declarations): Add new flag to ask it to refrain
15614         from printing to the message buffer.
15615         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
15616         printing to the message buffer.  Improve handling of the many
15617         types of expression line up.
15618         (verilog-just-one-space): Remove printing of an empty message.
15619         (verilog-get-lineup-indent): Rework to support the better handling
15620         of expression lineup for verilog-pretty-expr.
15621         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
15623 2008-02-24  Alan Mackenzie  <acm@muc.de>
15625         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
15626         yesterday's commit.
15628 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
15630         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
15631         to mouse-set-point in buffers that aren't associated with files.
15633         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
15635 2008-02-24  Alan Mackenzie  <acm@muc.de>
15637         Set of changes so that "obtrusive" syntactic elements in a
15638         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
15639         unmatched paren) don't interact syntactically with stuff outside
15640         the CPP line.
15642         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
15643         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
15644         off-by-one bug.
15645         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
15646         a bit of refactoring.
15647         (c-awk-extend-and-syntax-tablify-region): Takes some of the
15648         functionality of c-awk-advise-fl-for-awk-region, which has been
15649         refactored away.
15651         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
15652         (c-clear-char-property-with-value): New function and macro which
15653         remove text-properties `equal' to a supplied value.
15655         * progmodes/cc-engine.el: Comment about text properties amended.
15657         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
15658         parens around "error\\|warning".
15660         * progmodes/cc-langs.el (c-get-state-before-change-function)
15661         (c-before-font-lock-function, c-anchored-cpp-prefix):
15662         New language variables.
15663         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
15665         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
15666         syntax-table text properties.
15667         (c-common-init): Call language specific before/after-change
15668         functions at mode initialisation.
15669         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
15670         (c-extend-region-for-CPP, c-neutralize-CPP-line)
15671         (c-neutralize-syntax-in-CPP): New functions.
15672         (c-before-change, c-after-change): Call the new language specific
15673         change functions defined in cc-langs.el.
15674         (c-advise-fl-for-region): New macro.
15675         (awk-mode): Remove AWK specific stuff which has been refactored
15676         into language independent stuff.
15678 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
15680         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
15681         (gdb): (Re)set gdb-flush-pending-output to nil here...
15682         (gdb-init-1): ...instead of here (before gdb-prompt).
15684 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15686         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
15687         Recognize ''' just like any other char-constant.
15689 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15691         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
15692         careful enough.  Detect the uid-change all within the main loop.
15694 2008-02-24  Stefan Monnier  <monnier@pastel.home>
15696         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
15698 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15700         * hilit-chg.el (highlight-save-buffer-state): New macro.
15701         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
15702         (hilit-chg-clear): Use it to preserve the modified-p flag.
15703         (highlight-changes-rotate-faces): Don't mess with the undo-list.
15705 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15707         * font-lock.el (font-lock-set-defaults): Unset previously set variables
15708         when needed.
15710 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
15712         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
15713         from gnus-button-url-regexp.
15715 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
15717         * progmodes/compile.el (compilation-next-error): Doc fix.
15718         (compilation-find-file): Doc fix.
15720 2008-02-24  Glenn Morris  <rgm@gnu.org>
15722         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
15723         Add obsolete aliases to the old names.
15725 2008-02-24  Richard Stallman  <rms@gnu.org>
15727         * net/net-utils.el (ifconfig): Rename from ipconfig.
15728         (ipconfig): Alias to ifconfig.
15729         (ifconfig-program): Rename from ipconfig-program.
15730         (ifconfig-program-options): Rename from ipconfig-program-options.
15732 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
15734         * progmodes/verilog-mode.el (verilog-declaration-core-re):
15735         Add port directions by themselves, with no qualification, as base
15736         item of a declaration.
15737         (verilog-pretty-declarations): Add new flag that inhibits printing
15738         to the message buffer.
15739         (verilog-pretty-expr): Add new flag that inhibits printing to the
15740         message buffer.  Improve handling of the many types of expression
15741         line up.
15742         (verilog-just-one-space): Don't print an empty message.
15743         (verilog-get-lineup-indent): Rework to support the better handling
15744         of expression lineup for verilog-pretty-expr.
15745         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
15746         (verilog-mode-version, verilog-mode-release-date): Update.
15748 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15750         * subr.el (cancel-change-group): Don't move point.
15752 2008-02-23  Markus Triska  <markus.triska@gmx.at>
15754         * linum.el (linum-after-config): Update all visible windows.
15756 2008-02-23  Glenn Morris  <rgm@gnu.org>
15758         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
15759         Add :help for Solitaire and Tetris.
15761         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
15763         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
15764         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
15765         (smtpmail-queue-index-file): Make it a defcustom.
15766         (smtpmail-queue-index): Delete.
15767         (smtpmail-send-it, smtpmail-send-queued-mail):
15768         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
15769         smtpmail-queue-index.
15771         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
15772         Add :version.
15774 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
15776         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
15777         New variables.
15778         (iwconfig): New function.
15780 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
15782         * vc.el (vc-find-revision): Make vc-parent-buffer local before
15783         setting it.
15784         (vc-status-menu-map): Do not define using easy-menu.
15785         (vc-status-menu-map): New defalias.
15786         (vc-status-mode-map): Hook up the menu.
15787         (top-level): Update TODO.
15789         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
15791         * vc-bzr.el (vc-bzr-init-version): Rename to ...
15792         (vc-bzr-init-revision): ... this.
15794 2008-02-23  Jason Rumney  <jasonr@gnu.org>
15796         * makefile.w32-in (WINS_ALMOST): Remove term.
15797         (WINS): Add term here.
15798         (custom-deps, finder-data): Use WINS_ALMOST.
15800 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
15802         * faces.el (font-weight-table): Fix value of `semi-light'.
15804 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15806         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
15807         Make those tables bijective.
15809 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
15811         Finish pdbtrack integration cleanup, settling missing-functions
15812         byte compiler warnings appropriately.
15814         * progmodes/python.el (python-point): Remove this - beginning-of-line
15815         was all that was necessary for `python-pdbtrack-overlay-arrow'.
15816         (python-end-of-def-or-class, python-beginning-of-def-or-class)
15817         (python-goto-initial-line): Drop these - they were only needed for
15818         python-point.
15819         (python-comint-output-filter-function): Use condition-case and
15820         beginning-of-line directly, instead of python-mode.el functions
15821         which require all sorts of baggage.
15822         (point-safe): Unnecessary - we're using condition-case directly,
15823         instead.
15824         (python-execute-file): Include for python-shell, which I'm leaving
15825         in keeping despite it being unnecessary for pdb tracking.
15827 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
15829         * progmodes/scheme.el (scheme-font-lock-keywords-2):
15830         Add SRFI 11 support.
15831         (let-values, let*-values): Specify scheme-indent-function.
15833 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
15835         * vc.el (vc-exec-after): Move setting mode-line-process in the
15836         busy case ...
15837         (vc-set-mode-line-busy-indicator): ... in this new function.
15838         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
15839         (vc-update-vc-status-buffer): Reset mode-line-process.
15840         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
15841         mark/unmark all the files with the same state as the current one.
15842         With a prefix argument mark/unmark all files.
15843         (vc-status-mode-menu): Adjust strings.
15844         (vc-update-vc-status-buffer): Only do something when the argument
15845         is not nil.
15846         (vc-status-kill-dir-status-process): New function.
15847         (vc-status-mode-map): Bind it.
15848         (vc-status-process-buffer): New variable.
15849         (vc-status-mode): Make it local.
15850         (vc-status-refresh): Set it.
15852         * vc-hg.el (vc-hg-dir-status):
15853         * vc-git.el (vc-git-dir-status):
15854         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
15855         command is run.
15857 2008-02-22  Glenn Morris  <rgm@gnu.org>
15859         * json.el (top-level): No need to require thingatpt.
15860         (json-read-keyword): Use thing-at-point rather than word-at-point.
15862         * time.el (top-level): No need to require time-date when compiling.
15864         * emacs-lisp/copyright.el (copyright-update-year):
15865         Fix subexpression numbering for the case when years are split over
15866         lines, and for the replace case.
15868         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
15869         (tpu-caar, tpu-cadr): Delete functions.
15870         (zmacs-regions): No need to declare for compiler.
15871         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
15872         (tpu-spell-check): Rewrite, and handle mark after point.
15873         (tpu-special-insert): Use or rather than if.
15875         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
15876         rather than spell-region.
15878         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
15879         warnings about spell-region.
15881 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
15883         * ldefs-boot.el: Regenerated.
15885         * loadup.el: Don't load language/devanagari, language/kannada,
15886         language/malayalam, and language/tamil.  Load language/sinhala.
15888         * language/indian.el (indian-font-foundry)
15889         (indian-script-language-alist, indian-font-char-index-table)
15890         (indian-font-char, indian-font-char-range, indian-script-table)
15891         (indian-default-script, indian-composable-pattern): Delete them.
15892         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
15893         language environments moved to here.
15894         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
15895         New language environments.
15897         * language/devanagari.el, language/devan-util.el,
15898         * language/kannada.el, language/knd-util.el, language/malayalam.el,
15899         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
15900         Delete them.
15902         * language/sinhala.el: New file.
15904 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
15906         Update Nick Robert's port of pdb tracking from python-mode.el.
15908         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
15909         Clarify docstring.
15910         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
15911         tracking is happening.
15912         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
15913         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
15914         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
15915         Tracking is plugged in to all comint buffers once python.el is loaded.
15916         (python-pdbtrack-overlay-arrow): Toggle activation of
15917         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
15918         (python-pdbtrack-track-stack-file): Use new
15919         `python-pdbtrack-get-source-buffer' for more flexible access to
15920         debugging source files.
15921         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
15922         according to pdb stack trace, optionally using new
15923         `python-pdbtrack-grub-for-buffer' if file is not locally available.
15924         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
15925         named buffer, or having function with indicated name.
15926         (python-shell): Remove comint-output-filter-functions hook
15927         addition, it's being done elsewhere.  Wrap long line.
15929 2008-02-21  Michael Olson  <mwolson@gnu.org>
15931         * json.el: Replace XEmacs compatibility code to get rid of
15932         compiler warnings.
15934         * time.el: Fix compiler warning.
15936 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
15938         * json.el: New file (JavaScript Object Notation parser / generator).
15940 2008-02-21  Dave Love  <fx@gnu.org>
15942         * progmodes/sym-comp.el: New file.
15944         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
15945         Require sym-comp.  Add Python buffer to same-window-buffer-names.
15946         Fixup whitespaces.
15947         (python-font-lock-keywords): Add highlighting for Python builtins.
15948         (python-font-lock-syntactic-keywords): Rewrite.
15949         (python-quote-syntax): Use syntax-ppss-context instead of parsing
15950         ppss directly.
15951         (python-mode-map): Add binding for python-find-function.
15952         (python-calculate-indentation): Clean up the logic.
15953         (python-beginning-of-defun): Explicitly set return value.
15954         (python-beginning-of-statement): Stop looping if we get stuck
15955         going backwards.
15956         (python-next-statement): Stop looping if we somehow end up inside
15957         a string while advancing.
15958         (python-preoutput-continuation, python-version-checked): New vars.
15959         (python-check-version): New function.
15960         (run-python): Set default command to python-command instead of
15961         python-python-command.
15962         (run-python): Use python-check-version.  Give PYTHONPATH
15963         precedence over data-directory in the process environment.
15964         Load function definitions in python process after.
15965         (python-check-comint-prompt): New function.
15966         (python-send-command, python-send-receive): Use it.
15967         (python-complete-symbol, python-try-complete): Functions deleted.
15968         Use symbol-complete instead of python-complete-symbol throughout.
15969         (python-fill-paragraph): Further refine the fenced-string regexp.
15970         (def-python-skeleton): Expand to the original abbrev instead if in
15971         a comment or string.  Tweak skeletons for `if', `while', `for',
15972         `try/except', `try/finally', `name'.
15973         (python-pea-hook, python-abbrev-pc-hook): New functions.
15974         (python-abbrev-syntax-table): New var.
15975         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
15976         Use symbol-completion-try-complete for hippie expansion.
15977         Turn on font lock unconditionally.
15978         (python-mode-hook): Defcustom it.  No need to use make-local
15979         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
15980         option, since it's buffer-local.
15982 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
15984         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
15986 2008-02-21  Drew Adams  <drew.adams@oracle.com>
15988         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
15989         "Turn off" and a "Help" entry when the minor mode has no menu.
15991 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
15993         * vc.el (vc-status-mark, vc-status-unmark): New functions.
15994         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
15995         vc-status-mark-file and vc-status-unmark-file.
15996         (vc-status-mark-unmark): New function.
15997         (vc-status-previous-line, vc-status-next-line): No longer interactive.
15999 2008-02-21  Glenn Morris  <rgm@gnu.org>
16001         * composite.el (encode-composition-rule): Fix typo in error message.
16002         (composition-function-table, auto-composition-mode): Doc fixes.
16004         * subr.el (sit-for): Fix obsolete form for nil second argument.
16006         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
16007         (spell-string): Make obsolete, in favor of ispell.
16009 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
16011         * language/devanagari.el: Don't setup composition-function-table
16012         here.
16013         ("Devanagari"): Change charset, coding-system, coding-priority to
16014         Unicode-based ones.  Don't require the feature devan-util.
16016         * composite.el (compose-chars-after): Fix arguments for a function
16017         in composition-function-table.
16018         (auto-compose-region): Likewise.
16020         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
16021         for Ethiopic.
16022         (ps-mule-plot-string): Ignore glyph-string based compositions.
16024 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16026         * doc-view.el: Allow different windows to show different pages.
16027         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
16028         (doc-view-current-image, doc-view-current-overlay): Remove variables,
16029         add them back as macros instead, using image-mode-winprops instead.
16030         Update all users of those variables.
16031         (doc-view-new-window-function): New function to create a new overlay
16032         for each new window.
16033         (doc-view-mode): Use it and image-mode-setup-winprops.
16034         (doc-view-clone-buffer-hook): Rewrite accordingly.
16036         * image-mode.el: Extend [hv]scroll support to per-window properties.
16037         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
16038         (image-mode-winprops-alist): New var to replace them.
16039         (image-mode-new-window-functions): New hook.
16040         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
16041         New funs.
16042         (image-set-window-vscroll, image-set-window-hscroll): Use them.
16043         Remove the `window' argument, update callers.
16044         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
16045         Use the new functions.
16046         (image-mode-reapply-winprops): New fun.
16047         (image-mode): Use it.
16049 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
16051         * calc/calc-math.el (math-sin-raw): Add optional argument
16052         to keep track of original argument.
16053         (math-cos-raw): Use optional argument when calling math-sin-raw.
16054         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
16055         with close to original precision.
16057 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16059         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
16060         args in calls of sit-for.
16062 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
16064         * vc-svn.el (vc-svn-program): Fix typo in docstring.
16065         (vc-svn-checkin): Fix typo in error message.
16067         * help-mode.el: Require easymenu when compiling.
16069 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
16071         * help-mode.el (help-mode-menu): New menu.
16073 2008-02-20  Glenn Morris  <rgm@gnu.org>
16075         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
16076         on Windows.
16078 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
16080         * ps-mule.el (ps-mule-encode-region): Return a single string.
16081         (ps-mule-plot-string): Adjust for the above change.
16082         (ps-mule-encode-header-string): Likewise.
16084         * international/latin1-disp.el (latin1-display): Don't use
16085         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
16086         standard-display-table.
16087         (latin1-display-identities): Adjust for the change of what is
16088         returned by (get-language-info charset 'charset).
16090         * international/mule-util.el (char-displayable-p): Fix for Latin-1
16091         characters and terminal case.
16093 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
16095         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
16097         * progmodes/python.el: Also require comint when loading.
16098         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
16099         Replace python-shell with run-python on menu bar.
16100         (python-shell-map): New map.
16101         (python-default-interpreter, python-python-command-args)
16102         (python-jython-command-args, python-pdbtrack-do-tracking-p):
16103         New options.
16104         (python-which-shell, python-which-args, python-which-bufname):
16105         New buffer local variables.
16106         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
16108         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
16109         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
16110         New constants.
16112         Pdbtrack features:
16114         (python-point, python-end-of-def-or-class)
16115         (python-beginning-of-def-or-class, python-goto-initial-line)
16116         (python-comint-output-filter-function)
16117         (python-pdbtrack-overlay-arrow)
16118         (python-pdbtrack-track-stack-file, python-toggle-shells)
16119         (python-shell, python-pdbtrack-toggle-stack-tracking)
16120         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
16121         New functions.
16123 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16125         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
16126         when the argument is nil.
16128 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
16130         * vc.el (dir-status): Add a brief description.
16132 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
16134         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
16135         If non-nil, reverse the sense of the check.
16137         * vc-rcs.el (vc-rcs-root): New func.
16138         * vc-cvs.el (vc-cvs-root): New func.
16139         * vc-svn.el (vc-svn-root): New func.
16140         * vc-sccs.el (vc-sccs-root): New func.
16142 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
16144         * language/japan-util.el (setup-japanese-environment-internal):
16145         Call use-cjk-char-width-table.
16147         * language/japanese.el ("Japanese"): Set exit-function to
16148         use-default-char-width-table.
16150         * international/characters.el: Delete occurrences of non-Unicode
16151         tibetan and ethiopic characters.
16152         (cjk-char-width-table): New variable.
16153         (use-cjk-char-width-table, use-default-char-width-table):
16154         New functions.
16156 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
16158         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
16159         (vc-status-mode-menu): Add a :filter.
16160         (vc-status-printer): Add faces.
16162         * vc-hg.el (vc-hg-extra-status-menu): New function.
16163         (vc-hg-dir-status): Clean up the buffer before using it.
16165 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16167         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
16168         (gdb): Initialize it here instead.
16170         * files.el (locate-dominating-file): Fix thinko in last change.
16171         Reported by Bruce Stephens <bruce.stephens@isode.com>.
16173 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
16175         * vc.el (vc-status-mode-menu): New menu for vc-status.
16177 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
16179         * progmodes/verilog-mode.el (customize): Fix typo in error message.
16180         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
16181         (verilog-mode-auto, verilog-indent-level-module)
16182         (verilog-minimum-comment-distance, verilog-library-flags)
16183         (verilog-library-directories, verilog-library-files)
16184         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
16185         (verilog-xemacs-menu, verilog-set-compile-command)
16186         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
16187         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
16188         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
16189         (verilog-batch-inject-auto, verilog-batch-indent)
16190         (verilog-continued-line, verilog-type-keywords)
16191         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
16192         (verilog-read-inst-pins, verilog-read-arg-pins)
16193         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
16194         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
16195         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
16196         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
16197         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
16198         (verilog-mode-version, verilog-mode-release-date)
16199         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
16200         (verilog-simulator, verilog-compiler)
16201         (verilog-auto-sense-defines-constant, verilog-company)
16202         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
16203         Fix typos in docstrings.
16204         (verilog-set-auto-endcomments, verilog-calculate-indent)
16205         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
16206         Reflow docstrings.
16207         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
16208         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
16209         (electric-verilog-forward-sexp, verilog-in-case-region-p)
16210         (verilog-in-struct-region-p, verilog-in-generate-region-p)
16211         (verilog-leap-to-head, verilog-current-indent-level)
16212         (verilog-case-indent-level, verilog-cpp-keywords)
16213         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
16214         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
16215         (verilog-signals-not-in, verilog-symbol-detick-text)
16216         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
16217         (verilog-forward-close-paren, verilog-backward-open-paren)
16218         (verilog-backward-open-bracket): Doc fixes.
16220         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
16221         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
16222         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
16223         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
16224         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
16225         Fix typos in docstrings.
16227         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
16229 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
16231         * info.el (Info-read-node-name): Removed unused `default' arg.
16233 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
16235         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
16237 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16239         * image-mode.el (image-get-display-property): New fun.
16240         (image-forward-hscroll, image-next-line, image-eol, image-eob)
16241         (image-mode, image-minor-mode, image-toggle-display-text)
16242         (image-toggle-display): Use it.
16244 2008-02-18  Jason Rumney  <jasonr@gnu.org>
16246         * international/mule.el (xml-find-file-coding-system): Don't warn
16247         about utf-16 with BOM.
16249         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
16251         * international/mule.el (sgml-xml-auto-coding-function): Detect and
16252         warn if file encoding is not utf-8 and encoding not specified.
16253         (xml-find-file-coding-system): New function.
16254         * international/mule-conf.el (file-coding-system-alist): Use it.
16256 2008-02-17  Glenn Morris  <rgm@gnu.org>
16258         * international/mule-cmds.el (set-locale-environment):
16259         Pass `frame' to getenv for LC_MESSAGES.
16261 2008-02-17  Juri Linkov  <juri@jurta.org>
16263         * time.el (emacs-init-time): Use format instead of format-seconds.
16265 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16267         * textmodes/bibtex.el (bibtex-search-entry): Rename from
16268         bibtex-find-entry.  Add autoload cookie.
16269         (bibtex-find-entry): Alias for bibtex-search-entry.
16270         (bibtex-search-crossref): Rename from bibtex-find-crossref.
16271         (bibtex-find-crossref): Alias for bibtex-search-crossref.
16272         (bibtex-clean-entry): atomic-change-group removed.
16273         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
16274         to locate buffer location where error occurred.
16275         Make error messages more specific.
16276         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
16278 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
16280         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
16281         top level.
16283         * simple.el (transient-mark-mode): Add an :init-value.
16285         * startup.el (command-line): Use custom-reevaluate-setting for
16286         transient-mark-mode.
16288 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
16290         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
16292 2008-02-16  Juri Linkov  <juri@jurta.org>
16294         * startup.el (after-init-time): New variable.
16295         (command-line): Set `after-init-time' to the current time.
16297         * time.el (emacs-init-time): New function.
16299 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16301         * files.el (locate-dominating-file): Remove initial loop because it's
16302         not careful enough.  Detect the uid-change all within the main loop.
16304 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
16306         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
16308 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
16310         * vc.el (vc-annotate): Add new argument.
16311         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
16313         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
16314         Move make-variable-buffer-local code after the corresponding defvar.
16315         (hs-minor-mode-map): Define and initialize in one step.
16316         (hs-minor-mode): Change from defun to define-minor-mode.
16318 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
16320         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
16321         (gdb-ready): Move declaration...
16323         * progmodes/gdb-ui.el (gdb-ready): ...to here.
16324         (gdb-early-user-input): New variable.
16325         (gdb): Reset gdb-flush-pending-output to nil and set
16326         comint-input-sender here (before gdb-prompt), instead of...
16327         (gdb-init-1): ...here.
16328         (gdb-send): If Emacs is not ready, defer user input to...
16329         (gdb-prompt): ...here.
16331 2008-02-16  Glenn Morris  <rgm@gnu.org>
16333         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
16335         * startup.el (emacs-startup-time): Rename to `before-init-time'.
16336         (before-init-time): New name for `emacs-startup-time'.
16337         (command-line): Use before-init-time rather than emacs-startup-time.
16338         * time.el (emacs-uptime): Use before-init-time rather than
16339         emacs-startup-time.
16341         * composite.el (composition-function-table): Doc fix.
16343         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
16344         in favor of `%z' specifier.
16345         (emacs-uptime): Move to time.el.
16346         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
16347         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
16348         argument of format-seconds.
16350 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
16352         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
16354 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
16356         * ielm.el (ielm-is-whitespace): Remove.
16357         (ielm-is-whitespace-or-comment): New function.
16358         (ielm-eval-input): Use it.
16360 2008-02-15  Jason Rumney  <jasonr@gnu.org>
16362         * term/mac-win.el: Fix coding tag.
16364 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
16366         * vc-hooks.el (vc-menu-map):
16367         * bindings.el (mode-line-mode-menu): Add tooltips.
16369         * bindings.el (help-echo): Add more tooltips.  Use a less
16370         telegraphic style for existing tooltips.
16372 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16374         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
16375         from the auto-generated one.
16377 2008-02-14  Glenn Morris  <rgm@gnu.org>
16379         * mail/rmail-spam-filter.el (rmail-spam-filter):
16380         Let-bind message-spam-status.
16382         * mail/smtpmail.el (password-cache-add): Declare as function.
16384 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
16386         * mail/smtpmail.el: Use password-cache.
16388 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
16390         * uniquify.el (uniquify-buffer-base-name): New function.
16391         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16393         * desktop.el (uniquify-managed): Don't defvar.
16394         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
16395         `uniquify-managed'.  Return also the buffer's base name.
16396         (desktop-save): When saving the buffer info, filter out the base name,
16397         and save it as buffer name if the buffer is managed by uniquify.
16398         (uniquify-item-base): Don't declare; not called anymore.
16400 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
16402         * vc.el (vc-annotate-find-revision-at-line): New function.
16403         (vc-annotate-mode-map): Bind it.
16404         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
16405         some entries.
16407 2008-02-14  Glenn Morris  <rgm@gnu.org>
16409         * calendar/time-date.el (format-seconds): New function.
16410         (emacs-uptime): Use format-seconds.
16412         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
16413         Remove `LC_ALL=C', since it's included in $(emacs) now.
16415 2008-02-14  Zhang Wei  <id.brep@gmail.com>
16417         * textmodes/org-publish.el (org-publish-timestamp-filename):
16418         Replace colon characters in filename too.
16420 2008-02-13  Bastien Guerry  <bzg@altern.org>
16422         * mail/rmail.el (rmail-header-name): New face.
16423         (rmail-font-lock-keywords): Use rmail-header-name.
16425         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
16426         against X-Spam-Status header field.
16427         (rmail-spam-filter): Also check X-Spam-Status header field.
16429 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
16431         * progmodes/flymake.el (flymake-allowed-file-name-masks):
16432         Add support for .pm files and .php files.
16433         (flymake-err-line-patterns): Add pattern for PHP errors.
16434         (flymake-php-init): New function.  PHP support for flymake.
16436         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16437         Add regular expression for PHP errors.
16439 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
16441         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
16442         This DTRT even on w32 machines.
16443         (ange-ftp-cf1): Quote FILENAME.
16445 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16447         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
16448         (smerge-auto-combine): New fun.
16450 2008-02-12  Juri Linkov  <juri@jurta.org>
16452         * startup.el (fancy-startup-screen, normal-splash-screen):
16453         Set default-directory to command-line-default-directory.
16455         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
16456         after reading the desktop.
16458         * progmodes/compile.el (compilation-auto-jump):
16459         Call compile-goto-error only when compilation-auto-jump-to-first-error
16460         is non-nil.
16461         (compilation-scroll-output): Replace :type 'boolean with a choice
16462         that has three options including a third option `first-error'.
16463         Doc fix.
16464         (compilation-start, compilation-forget-errors): Add an alternate
16465         condition comparing compilation-scroll-output with `first-error'
16466         in addition to compilation-auto-jump-to-first-error (to call
16467         compilation-auto-jump in the proper place).
16469 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16471         * international/mule.el (sgml-html-meta-auto-coding-function):
16472         Make sure the search limit is ahead.
16474         * tar-mode.el: Fix broken indentation.
16475         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
16476         Use with-current-buffer.
16478 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
16480         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
16481         it is already automatically buffer-local.
16483 2008-02-12  Drew Adams  <drew.adams@oracle.com>
16485         * help.el (describe-key): Join some split lines to facilitate filling.
16486         * help-fns.el (describe-function-1): Fill text of overlong lines.
16488 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
16490         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
16491         Use unibyte-string instead of string-make-unibyte.
16493         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
16495 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16497         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
16498         works also for buffers w/o buffer-file-name.  Update callers.
16499         (doc-view-clone-buffer-hook): New fun.
16500         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
16501         the `doc-view' property so they can be recognized.
16503         * simple.el (clone-indirect-buffer-hook): New hook.
16504         (clone-indirect-buffer): Run it.
16506 2008-02-11  Michael Olson  <mwolson@gnu.org>
16508         * epa-setup.el:
16509         * epg-package-info.el: Files removed.
16511 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
16513         * epa.el (epa-menu-mode): Merge into epa-mode.
16514         (epa-menu-items): Rename the label "EasyPG Assistant" to
16515         "Encryption/Decryption".
16517         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
16518         (epa-dired-mode-map): Rename from epa-dired-map.
16519         (epa-global-dired-mode): Rename the global minor mode.
16521 2008-02-11  Drew Adams  <drew.adams@oracle.com>
16523         * isearch.el (isearch-fail): New face.
16524         (isearch-message): Highlight failure part of input.
16526 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16528         * ibuffer.el (ibuffer-header-line-format): New var.
16529         (ibuffer-mode): Set it instead of header-line-format.
16530         (ibuffer-update): Use it to set header-line-format.
16532         * international/mule-cmds.el (ucs-insert): Inherit surrounding
16533         properties like self-insert-command.
16535 2008-02-11  Drew Adams  <drew.adams@oracle.com>
16537         * progmodes/etags.el: Add many doc strings.
16539 2008-02-11  Jason Rumney  <jasonr@gnu.org>
16541         * ldefs-boot.el: Regenerated.
16543 2008-02-11  Glenn Morris  <rgm@gnu.org>
16545         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16546         Shorten some names.
16548         * ffap.el (ffap-rfc-directories): Add :version.
16550 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
16552         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
16553         files, and backup files of same.
16555 2008-02-11  Kevin Ryde  <user42@zip.com.au>
16557         * ffap.el (ffap-rfc-directories): New variable.
16558         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
16560         * info.el (Info-next-reference, Info-prev-reference)
16561         (Info-try-follow-nearest-node): Move to and follow https:// links too.
16563         * simple.el (completion-list-mode): Show full completion-list-mode-map
16564         in the docstring.
16566 2008-02-11  Sam Steingold  <sds@gnu.org>
16568         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
16570 2008-02-11  Glenn Morris  <rgm@gnu.org>
16572         * startup.el (emacs-startup-time): New variable.
16573         (command-line): Set emacs-startup-time.
16575         * calendar/time-date.el (emacs-uptime): New function.
16577 2008-02-10  Bastien Guerry  <bzg@altern.org>
16579         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
16580         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
16581         it is nil.
16583 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16585         * epg-config.el: Expand the contents of epg-package-info.el.
16586         (epg-package-name): New constant.
16587         (epg-version-number): New constant.
16588         (epg-bug-report-address): New constant.
16590         * epa-mail.el (epa-mail-mode): Add autoload cookie.
16591         (epa-global-mail-mode): New global minor mode.
16593         * epa-file.el (epa-file-mode): New global minor mode.
16595         * epa-dired.el (epa-dired-mode): New global minor mode.
16597         * epa.el (epa-menu): New variable.
16598         (epa-menu-items): New variable.
16599         (epa-menu-mode): New global minor mode.
16600         (epa-global-minor-modes): New user option.
16601         (epa-mode): New global minor mode.
16603 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
16605         * net/dbus.el: Remove `no-byte-compile' cookie.
16606         (dbus-call-method, dbus-register-signal, dbus-debug)
16607         (dbus-registered-functions-table): Declare them with
16608         `declare-function' or `defvar', respectively.
16609         (top): Don't assert any longer.  Require 'cl when compiling.
16610         Apply `ignore-errors' but `dbus-ignore-errors'.
16612 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
16614         * diff-mode.el (diff-add-change-log-entries-other-window):
16615         Use add-change-log-entry.
16617 2008-02-09  Jason Rumney  <jasonr@gnu.org>
16619         * button.el (button-map):
16620         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
16621         * ldefs-boot.el: Regenerate.
16623 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
16625         * epa.el (epa-faces, epa):
16626         * epa-file.el (epa-file):
16627         * epg-config.el (epg): Add :version.
16629 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
16631         * vc.el (vc-exec-after): Append CODE to previous fragments.
16632         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
16633         take MESSAGES instead of VERBOSE; use it when non-nil.
16634         (vc-diff-internal): Compute messages once; use them;
16635         update call to vc-diff-finish.
16637 2008-02-09  Michael Olson  <mwolson@gnu.org>
16639         * net/tramp.el (tramp-process-sentinel): Avoid error when process
16640         buffer has been killed, such as by
16641         `tramp-cleanup-all-connections'.
16643 2008-02-09  Miles Bader  <miles@gnu.org>
16645         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
16647 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16649         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
16650         splitter in context hunks.
16652 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
16654         * international/fontset.el (setup-default-fontset): Fix arabic otf
16655         font specification.
16657 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
16659         * epa-dired.el:
16660         * epa-file.el:
16661         * epa-mail.el:
16662         * epa-setup.el:
16663         * epa.el:
16664         * epg-config.el:
16665         * epg-package-info.el:
16666         * epg.el: Initial check-in of EasyPG.
16668 2008-02-08  Glenn Morris  <rgm@gnu.org>
16670         * woman.el (woman-locale): New defcustom.
16671         (woman-expand-locale, woman-manpath-add-locales): New functions.
16672         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
16674         * international/mule-cmds.el (locale-translate): New function,
16675         with old code extracted from set-locale-environment.
16676         (set-locale-environment): Use locale-translate.  Set woman-locale.
16678         * cus-start.el (selection-coding-system): Remove, since it's now
16679         defined in select.el rather than in xselect.c.
16680         * select.el (selection-coding-system): Make it a defcustom, and
16681         add the properties from cus-start.el.  Bump :version.
16683         * custom.el (custom-theme-set-variables): Sort symbols that are
16684         dependencies before symbols that depend on them.
16685         (custom-enabled-themes): Set after custom-theme-directory.
16687         * pcmpl-unix.el (top-level): Move provide statement to end.
16688         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
16689         `*' from doc-string.  Allow to be nil.
16690         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
16691         Allow to be nil.  Add :version.
16692         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
16693         without hostnames, and multiple hostnames per line.
16695         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
16697 2008-02-08  Phil Hagelberg  <phil@evri.com>
16699         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
16700         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
16702 2008-02-07  Timo Savola  <timo.savola@iki.fi>
16704         * startup.el (command-line-x-option-alist): Add --parent-id.
16706         * term/x-win.el (x-handle-parent-id): New function.
16708 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
16710         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
16711         "Font Menu".
16713 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
16715         * net/dbus.el (dbus-interface-peer): New defconst.
16716         (dbus-ping): New defun.
16718 2008-02-06  Sam Steingold  <sds@gnu.org>
16720         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
16722 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16724         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
16725         Just return nil and let the C code provide a fallback.
16727 2008-02-05  Glenn Morris  <rgm@gnu.org>
16729         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
16730         tramp-flush-connection-property for removed 2nd argument.
16732 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16734         * diff-mode.el (diff-add-change-log-entries-other-window):
16735         Rename from diff-create-changelog.  Change users.
16736         Minor change to hopefully work with plain diffs.
16737         (diff-mode-map): Add binding for it.
16739 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
16741         * diff-mode.el: Add new TODO entry.
16742         (diff-create-changelog): New function.
16743         (diff-mode-menu): Bind it.
16745 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
16747         * international/mule-diag.el (print-fontset-element): Handle the
16748         case of inhibiting the fallback fonts.
16750 2008-02-04  Kim F. Storm  <storm@cua.dk>
16752         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16753         (ido-magic-delete-char): Use prefix arg.
16755 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
16757         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
16758         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
16759         of today, the most recent libpng is 1.2.24).
16761 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
16763         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
16765         * net/dbus.el (top): Check (featurep 'dbusbind).
16767         * net/tramp.el (tramp-process-sentinel): New defun.
16768         (tramp-do-copy-or-rename-file-out-of-band)
16769         (tramp-maybe-open-connection): Use it as process sentinel.
16770         (tramp-handle-delete-directory): Don't use the "-f" option; it
16771         isn't portable.
16772         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
16773         after the command.
16774         (tramp-handle-shell-command): Set `mode-line-process' in the
16775         asynchronous case.
16777         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
16779         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
16780         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
16781         Use `tramp-process-sentinel' as process sentinel.
16783 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
16785         * whitespace.el (global-whitespace-mode): Revert last change.
16786         (whitespace-unload-function): Force `global-whitespace-mode'
16787         to deactivate local modes in a slightly less intrusive way.
16789 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
16791         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
16793 2008-02-02  Glenn Morris  <rgm@gnu.org>
16795         * international/latin1-disp.el (latin1-display):
16796         * progmodes/fortran.el (fortran-comment-indent-char):
16797         * progmodes/idlw-shell.el (top-level):
16798         * term/mac-win.el (mac-keyboard-translate-char):
16799         * whitespace.el (whitespace-char-valid-p):
16800         * wid-edit.el (widget-key-sequence-read-event):
16801         Use characterp rather than char-valid-p.
16803         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
16804         to capitalized-find-word-boundary.  Doc fix.  Update callers.
16805         (capitalized-next-word-boundary-function-table): Rename to
16806         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
16808         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
16809         string-to-int.
16811         * ps-def.el (declare-function): Add compatibility definition.
16812         (ps-plot-with-face, ps-plot-string): Declare as functions.
16813         (ps-bold-faces, ps-italic-faces): Declare variables.
16815         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
16816         (ps-mule-end-job): Declare as functions.
16818         * wid-edit.el (widget-string-complete): Use assoc-string rather
16819         than assoc-ignore-case.
16821 See ChangeLog.13 for earlier changes.
16823 ;; Local Variables:
16824 ;; coding: utf-8
16825 ;; add-log-time-zone-rule: t
16826 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
16827 ;; End:
16829     Copyright (C) 2008, 2009  Free Software Foundation, Inc.
16831   This file is part of GNU Emacs.
16833   GNU Emacs is free software: you can redistribute it and/or modify
16834   it under the terms of the GNU General Public License as published by
16835   the Free Software Foundation, either version 3 of the License, or
16836   (at your option) any later version.
16838   GNU Emacs is distributed in the hope that it will be useful,
16839   but WITHOUT ANY WARRANTY; without even the implied warranty of
16840   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16841   GNU General Public License for more details.
16843   You should have received a copy of the GNU General Public License
16844   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16846 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc