Add obsolescence info.
[emacs.git] / lisp / ChangeLog
blob933c44580e6cf5912423cfcad9277d94e8fa642a
1 2008-12-23  Daiki Ueno  <ueno@unixuser.org>
3         * pgg.el: Add obsolescence info.
5 2008-12-22  Richard M Stallman  <rms@gnu.org>
7         * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
9         * files.el (buffer-swapped-with): New variable.
10         (basic-save-buffer-0): Most of basic-save-buffer moved here.
11         (basic-save-buffer): Unswap the buffer temporarily if nec.
13         * dired.el (dired-readin): Inhibit modification hooks.
15 2008-12-22  Ulf Jasper  <ulf.jasper@web.de>
17         * net/newst-backend.el (newst-backend): Removed wrong duplicate provide statement.
19 2008-12-22  Michael Albinus  <michael.albinus@gmx.de>
21         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
22         end, before updating.
23         (tramp-convert-file-attributes): Add "l" indicator to file modes.
24         (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
26 2008-12-21  Martin Rudalics  <rudalics@gmx.at>
28         * window.el (set-window-text-height): Fix doc-string.
30 2008-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
32         * minibuffer.el (completion-all-completions-with-base-size): Remove.
33         (completion-all-completions): Don't set it.
34         (completion-table-with-context, completion--file-name-table):
35         Don't add base-size in last cdr.
36         (completion-hilit-commonality): Add argument `base-size'.
37         (display-completion-list, completion-emacs21-all-completions)
38         (completion-emacs22-all-completions, completion-basic-all-completions):
39         Provide it.
40         (completion-pcm--all-completions): Don't need to remove the base-size
41         in last-cdr any more.
43 2008-12-20  Agustin Martin <agustin.martin@hispalinux.es>
45         * textmodes/ispell.el (ispell-check-minver): New function.
46         (ispell-check-version): Rewrite spellchecker and version checking.
47         Use (ispell-check-minver). Handle hunspell versions.
49 2008-12-20  Chong Yidong  <cyd@stupidchicken.com>
51         * ido.el (ido-read-internal): Handle `confirm' and
52         `confirm-after-completion' values for the require-match argument.
54 2008-12-20  Jason Rumney  <jasonr@gnu.org>
56         * international/mule.el (auto-coding-regexp-alist):
57         Use utf-8-with-signature for files starting with UTF-8 BOM.
59 2008-12-20  Ami Fischman  <ami@fischman.org>
61         * bindings.el (mode-line-eol-desc): Use assoc to query
62         mode-line-eol-desc-cache.
64 2008-12-20  Glenn Morris  <rgm@gnu.org>
66         * comint.el (comint-save-input-ring-index): Add missing initial value.
68 2008-12-19  Juanma Barranquero  <lekktu@gmail.com>
70         * proced.el (proced-grammar-alist): Doc fix.
71         (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
72         (proced-filter-parents, proced-sort-header, proced-update, proced-help)
73         (proced-undo): Fix typos in docstrings.
75 2008-12-19  Glenn Morris  <rgm@gnu.org>
77         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
78         (authors-fixed-case): New constant.
79         (authors-public-domain-files, authors-ignored-files):
80         (authors-valid-file-names, authors-renamed-files-alist): Update lists.
81         (authors-renamed-files-regexps): Add some new entries.
82         (authors-canonical-file-name): Don't complain about ignored files.
83         (authors-canonical-author-name): Doc fix.  Respect authors-fixed-case.
84         (authors): Ensure error buffer is writable.
86 2008-12-18  Agustin Martin  <agustin.martin@hispalinux.es>
88         (ispell-really-hunspell): New variable to signal hunspell.
89         (ispell-check-version):
90         Check if hunspell and set ispell-really-hunspell if needed.
91         (ispell-send-string, ispell-start-process, flyspell-large-region):
92         Pass right options for hunspell if needed.
94 2008-12-18  Kenichi Handa  <handa@m17n.org>
96         * international/fontset.el (script-representative-chars)
97         (setup-default-fontset): Add more scripts.
99         * international/characters.el: Add more scripts.
101 2008-12-19  Juri Linkov  <juri@jurta.org>
103         * info.el (Info-isearch-search): Implement lax version of
104         incremental word search in Info.
105         (Info-isearch-start): Set Info-isearch-initial-node to the
106         current node when search is nonincremental to not stop at the
107         initial node in this case.
108         (Info-mode-map): Unbind "\M-s" from `Info-search'.
110 2008-12-18  Juanma Barranquero  <lekktu@gmail.com>
112         * textmodes/rst.el (rst-promote-region): Reflow docstring.
113         (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
114         (rst-repeat-last-character): Fix typos in docstrings.
115         (rst-mode, rst-backward-section): Doc fixes.
117 2008-12-18  Ulf Jasper  <ulf.jasper@web.de>
119         * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
120         (newsticker-treeview-quit): Call `newsticker-treeview-save'.
121         (newsticker--treeview-load): Check whether groups file exists.
123         * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
124         (newsticker-dir): Use `locate-user-emacs-file'.
126 2008-12-18  Martin Rudalics  <rudalics@gmx.at>
128         * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
129         end-of-visual-line to CUA's recognized commands.  (Bug#1549)
131 2008-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
133         * newcomment.el (comment-style): Default to `indent'.  (Bug#1153)
135         * startup.el (command-line): Do not mention the server name in
136         case the user has not mentioned it, print a more explicit message.
138         * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.  Change
139         all callers.
141 2008-12-18  Sam Steingold  <sds@gnu.org>
143         * vc-dir.el (vc-at-event): Handle (tool-bar) events.  Fix bug#1585.
145 2008-12-18  Juri Linkov  <juri@jurta.org>
147         * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
148         `isearch-edit-string-set-word'.
149         (isearch-edit-string-set-word): Remove.
150         (isearch-occur): Imitate the C function `wordify' by replacing
151         non-word character with the \\W+ regexp.
152         (isearch-search-fun): Add `isearch-nonincremental' to the
153         condition of using a non-lax version of `word-search-forward'.
155 2008-12-17  Daiki Ueno  <ueno@unixuser.org>
157         * epa-file.el (epa-file-insert-file-contents): Set
158         buffer-file-name before decrypting a file.
160 2008-12-16  Juanma Barranquero  <lekktu@gmail.com>
162         * server.el (server-start): If unable to start the server,
163         display a warning instead of raising an error.
165         * startup.el (server-process): Add defvar.
166         (command-line): If the daemon is unable to start the server,
167         display a message and exit Emacs.
169 2008-12-15  Sam Steingold  <sds@gnu.org>
171         * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
172         mostly for CLISP modules, but could also be useful elsewhere.
174 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
176         * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
177         * icomplete.el (icomplete-prospects-height):
178         * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
180 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
182         * international/mule.el (find-auto-coding): Fix typo in docstring.
184         * international/mule-cmds.el (select-safe-coding-system):
185         * mail/rmail.el (rmail-require-mime-maybe):
186         Fix arguments of `display-warning'.
188         * simple.el (bad-package-check): Fix arguments of `display-warning',
189         using the package name as TYPE.  Use `string-match-p'.
191 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
193         * proced.el (proced-sort-interactive, proced-sort-pcpu)
194         (proced-sort-pmem, proced-sort-start, proced-sort-time)
195         (proced-sort-user, proced-sort-header): Prefix arg determines
196         sorting order.  Suggested by Dan Nicolaescu.
197         (proced-revert): Doc fix.
199 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
201         * proced.el (proced-grammar-alist): Allow refiner elements that
202         are cons pairs (function . help-echo) or nil.
203         (proced-refine): Use them.
204         (proced-format-alist): Allow alternatives.
205         (proced-descend): New variable.
206         (proced-sort): New arg descend.
207         (proced-sort-interactive): Repeated calls toggle sort order.
208         (proced-format): Accomodate changes of proced-format-alist.
209         Undefined attributes are displayed as "?".
210         (proced-process-attributes): New optional arg pid-list.
211         Ignore processes with empty attribute list.
213 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
215         * proced.el (proced-auto-update-interval): Renamed from
216         proced-timer-interval.
217         (proced-auto-update-flag): Renamed from proced-timer-flag.
218         (proced-auto-update-timer): Renamed from proced-timer.
219         (proced-toggle-auto-update): Renamed from
220         proced-toggle-timer-flag.
221         (proced-available): Initialize appropriately.
223 2008-12-13  Glenn Morris  <rgm@gnu.org>
225         * subr.el (declare-function): Doc fix.
227         * font-core.el (font-lock-defaults): Doc fix: mention levels;
228         refer to elisp manual.
230 2008-12-12  Martin Rudalics  <rudalics@gmx.at>
232         * window.el (fit-window-to-buffer): Return non-nil when height
233         was orderly adjusted, nil otherwise.
235 2008-12-12  Juanma Barranquero  <lekktu@gmail.com>
236             Stefan Monnier  <monnier@iro.umontreal.ca>
238         * server.el (server-sentinel): Uncomment code to delete connection file.
239         (server-start): Save the connection file in the server property list.
240         Delete it only when we are reasonably convinced that it is not owned by
241         a running server.
242         (server-force-delete): New command to force-delete the connection file,
243         and stop the server if it is running.
244         (server-running-p): Return t also for local TCP servers when we find a
245         process with a matching PID, and :other for undecided cases.
247 2008-12-11  Martin Rudalics  <rudalics@gmx.at>
249         * window.el (fit-window-to-buffer): Use with-selected-window and
250         condition-case.  Do not delete more windows than necessary in
251         the shrinking (delta < 0) case.  Do not raise an error when the
252         containing frame is too small to show all of buffer.  (Bug#1488)
253         * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
254         min-height arg 1 to make sure that small buffers are shown.
256 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
258         * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
259         (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
260         (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
261         (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
262         (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
263         (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
264         (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
265         (ruby-backward-sexp, ruby-add-log-current-method)
266         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
267         (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
268         (ruby-deep-indent-paren): Doc fix.
269         (ruby-insert-encoding-magic-comment): Remove * from docstring.
270         (ruby-here-doc-find-end): Reflow docstring.
272 2008-12-11  Stephen Berman  <Stephen.Berman@rub.de>
274         * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
275         dired-shrink-to-fit is non-nil.  (Bug#1488)
277 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
279         * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
280         decoding of long locale info is now done in `w32-get-locale-info'.
282 2008-12-11  Chong Yidong  <cyd@stupidchicken.com>
284         * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
286 2008-12-10  Chong Yidong  <cyd@stupidchicken.com>
288         * Makefile.in (ELCFILES): Add ruby-mode.elc.
290         * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
291         terminal variable assignment.
293 2008-12-10  Yukihiro Matsumoto  <matz@ruby-lang.org>
294             Nobuyoshi Nakada  <nobu@ruby-lang.org>
296         * progmodes/ruby-mode.el: New file.
298 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
300         * net/tramp.el (top): Don't fail if there is no current message.
301         [Ulrich Mueller sent a patch, which I saw too late.]  (Bug#1514)
303 2008-12-10  Kenichi Handa  <handa@m17n.org>
305         * international/fontset.el (setup-default-fontset): Add an entry
306         for characters in the Unicode SIP area.
308 2008-12-10  Glenn Morris  <rgm@gnu.org>
310         * vc-mcvs.el: Move to obsolete/, with warning comment.
311         * Makefile.in (ELCFILES): Update.
313 2008-12-10  Daiki Ueno  <ueno@unixuser.org>
315         * epa-hook.el (epa-file-find-file-hook): Don't mark the current
316         buffer unmodified.  (Bug#1509)
317         * epa-file.el (epa-file-insert-file-contents): Set buffer's
318         modification time if visiting a file and the content is
319         successfully decrypted.
321 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
323         * files.el (save-some-buffers): At each map-y-or-n-p iteration,
324         check whether the buffer is still alive.
326 2008-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
328         * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
330 2008-12-09  Glenn Morris  <rgm@gnu.org>
332         * Makefile.in (ELCFILES): Update.
334 2008-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
336         * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
337         Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
339 2008-12-06  Chong Yidong  <cyd@stupidchicken.com>
341         * term/xterm.el (terminal-init-xterm): Discard pending input
342         before reading a reply to the terminal attributes query.
344 2008-12-05  Andreas Schwab  <schwab@suse.de>
346         * dired.el (dired-font-lock-keywords): Fix last change.
348 2008-12-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
350         * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
351         into (defcustom ... "..." :type ... :group...).
353 2008-12-05  Juanma Barranquero  <lekktu@gmail.com>
355         * international/mule-diag.el (mule-diag): Display the window
356         system version in a less laconic way.
358 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
360         * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
361         if the sorting functions are not loaded.  (Bug#1432)
363 2008-12-04  Sam Steingold  <sds@gnu.org>
365         * progmodes/compile.el (compilation-read-command): Extract from
366         compile.
367         (compile): Use it.
368         (recompile): Accept an optional argument to enable editing the
369         command line.
371 2008-12-04  Michael Albinus  <michael.albinus@gmx.de>
373         * net/tramp.el (top): Write a message, when loading Tramp.
375         * net/tramp-cache.el (tramp-dump-connection-properties):
376         Polish the check, whether to dump the data.
378 2008-12-04  Lute Kamstra  <lute@gnu.org>
380         * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
381         check if the file "CVS/Entries" exists.
383 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
385         * international/mule-diag.el (list-character-sets): Doc fix.
386         (list-character-sets-2): Fix info in header.  Simplify.
387         (print-coding-system): Simplify.
388         (list-input-methods-1): Simplify.
389         (mule-diag): Display current font/fontset for all window systems,
390         not just X.  Simplify.
392 2008-12-04  Glenn Morris  <rgm@gnu.org>
394         * vc-cvs.el (vc-cvs-register-switches): Doc fix.  Add t as option.
395         (vc-cvs-register): Doc fix.
396         * vc-mcvs.el (vc-mcvs-register-switches): Doc fix.  Add t as option.
397         (vc-mcvs-register): Doc fix.
398         * vc-rcs.el (vc-rcs-register-switches): Doc fix.  Add t as option.
399         (vc-rcs-register): Doc fix.
400         * vc-sccs.el (vc-sccs-register-switches): Doc fix.  Add t as option.
401         (vc-sccs-register): Doc fix.
402         * vc-svn.el (vc-svn-register-switches): Doc fix.  Add t as option.
403         (vc-svn-register): Doc fix.
405         * files.el (toggle-read-only): Doc fix.
407 2008-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
409         * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
410         be used in compact layout and vice-versa.
412 2008-12-03  Juanma Barranquero  <lekktu@gmail.com>
414         * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
415         like most list-* commands.
417         * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
418         They already exist in descr-text.el as `describe-char-unicodedata-file'
419         and `describe-char-unicode-data'.
420         (print-list): Simplify.
421         (read-charset): Reflow docstring.
422         (list-coding-systems): Doc fix.
424 2008-12-03  Glenn Morris  <rgm@gnu.org>
426         * vc.el (vc-diff-switches): Doc fix.
427         * vc-bzr.el (vc-bzr-diff-switches): Doc fix.  Add t as option.
428         (vc-bzr-log-switches): Doc fix.
429         * vc-cvs.el (vc-cvs-diff-switches): Doc fix.  Add t as option.
430         * vc-git.el (vc-git-diff-switches): Doc fix.
431         * vc-hg.el (vc-hg-diff-switches): Doc fix.
432         * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
433         * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
434         * vc-rcs.el (vc-rcs-diff-switches): Doc fix.  Add t as option.
435         * vc-sccs.el (vc-sccs-diff-switches): Doc fix.  Add t as option.
437         * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
438         other backends.
439         (vc-arch-diff): Apply switches.
441         * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
442         than appending.
444         * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
446 2008-12-03  Daiki Ueno  <ueno@unixuser.org>
448         * epa.el (epa--show-key): Use past tense of "expire" if the key
449         has already been expired.  Thanks to Peter BARABAS.
451 2008-12-03  Lute Kamstra  <lute@gnu.org>
453         * align.el:
454         * allout.el:
455         * apropos.el:
456         * arc-mode.el:
457         * autoinsert.el:
458         * avoid.el:
459         * battery.el:
460         * bookmark.el:
461         * buff-menu.el:
462         * calculator.el:
463         * chistory.el:
464         * cmuscheme.el:
465         * comint.el:
466         * compare-w.el:
467         * dabbrev.el:
468         * delim-col.el:
469         * desktop.el:
470         * diff-mode.el:
471         * diff.el:
472         * dired-aux.el:
473         * dired-x.el:
474         * dired.el:
475         * dos-vars.el:
476         * ediff-diff.el:
477         * ediff-help.el:
478         * ediff-init.el:
479         * ediff-merg.el:
480         * ediff-mult.el:
481         * ediff-ptch.el:
482         * ediff-vers.el:
483         * ediff-wind.el:
484         * ediff.el:
485         * emerge.el:
486         * facemenu.el:
487         * faces.el:
488         * ffap.el:
489         * filecache.el:
490         * find-dired.el:
491         * font-core.el:
492         * font-lock.el:
493         * forms.el:
494         * fringe.el:
495         * help-at-pt.el:
496         * hippie-exp.el:
497         * ido.el:
498         * image-file.el:
499         * imenu.el:
500         * indent.el:
501         * info.el:
502         * isearchb.el:
503         * iswitchb.el:
504         * jit-lock.el:
505         * jka-compr.el:
506         * log-edit.el:
507         * lpr.el:
508         * ls-lisp.el:
509         * man.el:
510         * menu-bar.el:
511         * midnight.el:
512         * mouse-sel.el:
513         * mouse.el:
514         * msb.el:
515         * outline.el:
516         * paren.el:
517         * pcmpl-cvs.el:
518         * pcmpl-gnu.el:
519         * pcomplete.el:
520         * pcvs-info.el:
521         * pcvs-parse.el:
522         * printing.el:
523         * ps-mule.el:
524         * ps-print.el:
525         * replace.el:
526         * ruler-mode.el:
527         * saveplace.el:
528         * sb-image.el:
529         * scroll-bar.el:
530         * sha1.el:
531         * shadowfile.el:
532         * shell.el:
533         * sort.el:
534         * speedbar.el:
535         * strokes.el:
536         * tempo.el:
537         * term.el:
538         * terminal.el:
539         * time-stamp.el:
540         * time.el:
541         * tree-widget.el:
542         * type-break.el:
543         * vc-cvs.el:
544         * vc-hg.el:
545         * vc-mcvs.el:
546         * vc-rcs.el:
547         * vc-sccs.el:
548         * vc.el:
549         * view.el:
550         * w32-vars.el:
551         * whitespace.el:
552         * wid-edit.el: Remove leading * from docstrings of defcustoms,
553         deffaces, defconsts and defuns.
555 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
557         * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
558         the prompt was added to the minibuffer.
560 2008-12-02  Glenn Morris  <rgm@gnu.org>
562         * format.el (format-write-file): Rewrite doc yet again.
564         * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
565         Doc fix.  (Bug#1368)
567         * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
569 2008-12-02  Aaron S. Hawley  <aaronh@garden.org>
571         * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
572         case where point is at the beginning of the buffer.  (Bug#1239)
574 2008-12-02  Lennart Borgman  <lennart.borgman@gmail.com>
576         * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
577         already have the correct indentation.  (Bug#859)
579 2008-12-02  Kenichi Handa  <handa@m17n.org>
581         * international/uni-decomposition.el: Re-generated.
583 2008-12-01  Andreas Schwab  <schwab@suse.de>
585         * dired.el (dired-font-lock-keywords): Avoid fontifying file names
586         ending in a colon as directory header.
588 2008-12-01  Kenichi Handa  <handa@m17n.org>
590         * international/uni-numeric.el: Re-generated.
592         * international/charprop.el: Re-generated.
594 2008-12-01  Juanma Barranquero  <lekktu@gmail.com>
596         * international/mule-cmds.el (locale-preferred-coding-systems):
597         Fix alist item.
599 2008-12-01  Michael Albinus  <michael.albinus@gmx.de>
601         * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
602         (tramp-set-connection-property, tramp-flush-connection-property)
603         (tramp-dump-connection-properties): Use it.
605 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
607         * wdired.el (wdired-finish-edit): If displaying a single file,
608         change dired-directory if that file was renamed.
610         * emacs-lisp/byte-run.el (macro-declaration-function):
611         Disallow declare specs with lengths of 3 or more.
613         * dirtrack.el (dirtrack): Fix error message.
615 2008-11-30  Glenn Morris  <rgm@gnu.org>
617         * vc-svn.el (vc-svn-diff-switches): Doc fix.
618         (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
620         * vc-git.el (vc-git-diff):
621         * vc-hg.el (vc-hg-diff):
622         * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
624         * eshell/esh-proc.el (eshell-needs-pipe): New variable.
625         (eshell-needs-pipe-p): New function.
626         (eshell-gather-process-output): Set process-connection-type according to
627         eshell-needs-pipe-p.  (Bug#1388)
629 2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
631         * calendar/diary-lib.el (diary-cyclic): Doc fix.
632         (diary-remind-message, diary-number-of-entries)
633         (diary-include-other-diary-files, diary-mark-included-diary-files)
634         (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
635         (diary-font-lock-keywords-1): Reflow docstrings.
636         (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
637         (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
639         * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
640         (timer-duration): Use `string-match-p'.
642 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
644         * complete.el (PC-do-complete-and-exit):
645         Use minibuffer-confirm-exit-commands.
647         * minibuffer.el (minibuffer-confirm-exit-commands):
648         Add PC-complete and PC-complete-word to the list.
650 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
652         * files.el (break-hardlink-on-save): Fix typo in docstring.
653         Add :version tag.
655         * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
656         (reb-mode): Define with `define-derived-mode'.
658 2008-11-29  Karl Fogel  <kfogel@red-bean.com>
660         * files.el (break-hardlink-on-save): New variable.
661         (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
662         (file-precious-flag): Mention it in doc string.
664 2008-11-29  Miles Bader  <miles@gnu.org>
666         * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
667         (minibuffer-complete-and-exit): Use it.
669 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
671         * term/x-win.el (x-gtk-stock-cache): New hash table.
672         (x-gtk-map-stock): Perform caching to prevent excess consing
673         during redisplay.
675 2008-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
677         * minibuffer.el (completion--try-word-completion): Don't ignore
678         partial-completion if it's the only style.
680 2008-11-28  Juanma Barranquero  <lekktu@gmail.com>
682         * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
683         (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
684         (reb-initialize-buffer): Update matches, in case we're reentering
685         RE Builder mode.
687 2008-11-28  Chong Yidong  <cyd@stupidchicken.com>
689         * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
690         to minibuffer.el; recognize `confirm' and `confirm-after-completion'
691         values for minibuffer-completion-confirm.
693 2008-11-28  Martin Rudalics  <rudalics@gmx.at>
695         * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
696         any but the first "*" in a doc-string.
698 2008-11-28  Glenn Morris  <rgm@gnu.org>
700         * format.el (format-write-file): Improve previous doc fix.
702 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
704         * simple.el (use-empty-active-region, use-region-p)
705         (region-active-p): Doc fix.
707 2008-11-27  Martin Rudalics  <rudalics@gmx.at>
709         * window.el (display-buffer): Fix handling of not-this-window
710         argument.  (Bug#1415)
712 2008-11-27  Kenichi Handa  <handa@m17n.org>
714         * international/characters.el: Set category 'C' to characters
715         #x20000..#x2AFFF, #x2F800..#x2FFFF.
717         * loadup.el: Set inhibit-load-charset-map to t while preloading files.
719 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
721         * tool-bar.el (tool-bar-find-image-cache): Var deleted.
722         (tool-bar-find-image): Function deleted.
723         (tool-bar-local-item, tool-bar-local-item-from-menu):
724         Use find-image instead of tool-bar-find-image.
725         (tool-bar-keymap-cache): New hash table.
726         (tool-bar-make-keymap): Use it.
727         (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
729 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
731         * net/dbus.el (dbus-handle-event): The result of a message call
732         handler can also be an object, which is not a consp.
734 2008-11-25  Alan Mackenzie  <acm@muc.de>
736         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
737         (forward-list, backward-list, down-list, backward-up-list)
738         (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
739         (insert-pair, insert-parentheses): State that the command assumes
740         that point is not in a string or comment.
742 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
744         * net/dbus.el (dbus-string-to-byte-array)
745         (dbus-byte-array-to-string, dbus-escape-as-identifier)
746         (dbus-unescape-from-identifier): New defuns.
747         (dbus-handle-event): The result of a message call is a list of
748         arguments, which must be expanded when passing to
749         `dbus-method-return-internal'.
751         * net/tramp.el (tramp-handle-write-region): Improve the check for
752         calling direct copy.
753         (tramp-find-inline-encoding): Don't raise an error but a warning,
754         when no inline encoding is found.
755         (tramp-get-remote-coding): Check for a symbol.  The negative check
756         for a string fails, when there is an empty string.
758 2008-11-26  Glenn Morris  <rgm@gnu.org>
760         * vc-git.el (vc-git-diff-switches): New option.
761         (vc-git-diff): Apply diff switches.  (Bug#1386)
762         Give it a basic doc string.
764         * term/pc-win.el (x-font-family-list): Replace redefinition with
765         ifdef in src/xfaces.c, since it confuses make-docfile.  (Bug#1383)
767 2008-11-26  Vincent Belaïche  <vincent.b.1@hotmail.fr>
769         * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
770         of the polynomial rather than the whole polynomial.
772 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
774         * mail/mailabbrev.el (define-mail-abbrev): When reading from
775         mailrc, recognize string quoting.  When reading from Lisp, accept
776         rfc822-like addresses.
778         * mail/mailalias.el (define-mail-alias): Sync code with
779         define-mail-abbrev.
781 2008-11-25  Glenn Morris  <rgm@gnu.org>
783         * eshell/esh-proc.el (eshell-gather-process-output):
784         Revert previous change.  (re-opens Bug#1388)
786         * select.el (x-set-cut-buffer): Fix signal arguments.
788         * speedbar.el (speedbar-restricted-move): Fix signal arguments.
790 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
792         * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
793         (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
794         (bubbles--empty-char): Use "\s".
796 2008-11-25  Jay Belanger  <jay.p.belanger@gmail.com>
798         * calc/calc.el (calc-settings-file, calc-language-alist)
799         (calc-embedded-announce-formula)
800         (calc-embedded-announce-formula-alist)
801         (calc-embedded-open-formula, calc-embedded-close-formula)
802         (calc-embedded-open-close-formula-alist)
803         (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
804         (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
805         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
806         (calc-embedded-open-close-new-formula-alist)
807         (calc-embedded-open-mode, calc-embedded-close-mode)
808         (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
809         (calc-gnuplot-plot-command, calc-gnuplot-print-command)
810         (calc-multiplication-has-precedence): Remove unnecessary asterisks
811         from docstrings.
813 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
815         * calculator.el (calculator-op-or-exp): Reflow docstring.
816         (calculator-remove-zeros, calculator-repR, calculator-repL):
817         Fix typos in docstrings.
819 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
821         * log-view.el (log-view-annotate-version): Let vc-annotate manage
822         windows instead of calling switch-to-buffer.
824         * diff.el (diff-sentinel): Take note of diff error return value.
826 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
828         * calendar/appt.el (appt-disp-window): Do a set-buffer when the
829         frame can't be split.
831 2008-11-24  Ulf Jasper  <ulf.jasper@web.de>
833         * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
834         (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
835         (newsticker--treeview-tree-update-tag): Remove dead code.
836         (newsticker-treeview-update): Don't update cache.
837         (newsticker-treeview-quit): Don't save cache.
838         (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
839         (newsticker-treeview-save): Use `newsticker-dir'.
840         (newsticker--treeview-load): Use `newsticker-dir'.
841         (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
842         Update tags.
843         (newsticker-treeview-tree-do-click): Slightly simplified.
845         * net/newst-backend.el (newsticker-dir): New.
846         (newsticker-start): Use `newsticker--cache-read'.
847         (newsticker-stop): Use `newsticker--cache-save'.
848         (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
849         (newsticker--images-dir): New.
850         (newsticker--image-get, newsticker--image-sentinel):
851         Use `newsticker--images-dir'.
852         (newsticker--cache-save-version1): Backup version of
853         `newsticker--cache-save'.
854         (newsticker--cache-update): Create newsticker-dir if necessary.
855         (newsticker--cache-dir): New.
856         (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
857         (newsticker--cache-save-feed): New.
858         (newsticker--cache-read-version1): New. Backuped version for reading
859         cache data..
860         (newsticker--cache-read, newsticker--cache-do-read): New.
862         * net/newst-reader.el (newsticker--image-read):
863         Use `newsticker--images-dir'.
865 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
867         * files.el (confirm-nonexistent-file-or-buffer):
868         Allow `after-completion' value to request confirm only after TAB.
869         (confirm-nonexistent-file-or-buffer): New function.
870         (read-buffer-to-switch, find-file, find-file-other-window)
871         (find-file-other-frame, find-file-read-only)
872         (find-file-read-only-other-window)
873         (find-file-read-only-other-frame): Use it.
874         (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
875         Thanks to Alan Mackenzie for suggesting the new behavior.
877         * minibuffer.el (minibuffer-complete-and-exit):
878         Change `confirm-only' value of minibuffer-completion-confirm to
879         `confirm', and handle a `confirm-after-completion' value.
881 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
883         * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
885 2008-11-24  Andreas Schwab  <schwab@suse.de>
887         * image.el (image-type-header-regexps): Recognize more xbm format
888         variants.
890 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
892         * textmodes/artist.el (artist-charlist-to-string): Simplify.
893         (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
894         (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
895         (artist-replace-string, artist-draw-rect, artist-draw-line)
896         (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
897         (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
898         (artist-pen, artist-pen-line, artist-text-insert-common)
899         (artist-text-overwrite, artist-spray-get-interval)
900         (artist-spray-clear-circle, artist-erase-char)
901         (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
902         (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
903         (artist-key-draw-1point, artist-key-draw-2points)
904         (artist-mouse-draw-continously): Fix typos in docstrings.
905         (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
906         (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
907         (artist-backward-char, artist-forward-char): Doc fixes.
908         (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
909         Reflow docstrings.
911 2008-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
913         * international/quail.el (quail-vunion): New function.
914         (quail-defrule-internal): Use it to prevent accumulating redundant
915         alternatives when `append' is set.
916         (quail-insert-decode-map): Simplify computation of the max-key-width.
917         Compute it right for multiple-list.
919 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
921         * emacs-lisp/elp.el (elp-instrument-list): Check argument type
922         explicitly.  Doc fix.
924 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
926         * calendar/appt.el (appt-disp-window): Move minibuffer check
927         after binding this-window and do not set-buffer to make sure we
928         won't deselect the minibuffer.  (Bug#1413)
930 2008-11-24  Dan Nicolaescu  <dann@ics.uci.edu>
932         * vc-hg.el (vc-hg-program): Remove.
933         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
934         Undo previous change.
936 2008-11-23  Martin Rudalics  <rudalics@gmx.at>
938         * info-look.el (info-lookup): When Info buffer is visible on
939         another frame, raise that frame.
941 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
943         * allout.el (allout-mode): Fix typo in docstring.
945         * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
946         (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
948 2008-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
950         * vc-hooks.el (vc-follow-link): Complete last change.
952 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
954         * textmodes/remember.el (remember-region): Doc fix.
955         (remember-filter-functions, remember-handler-functions)
956         (remember-save-after-remembering, remember-mailbox)
957         (remember-default-priority, remember-data-file, remember-leader-text)
958         (remember-diary-file): Remove * from defcustom docstrings.
959         (remember-run-all-annotation-functions-flag)
960         (remember-all-handler-functions): Reflow docstrings.
961         (remember-store-in-mailbox): Fix typo in docstring.
962         (remember-mode): Define with `define-derived-mode'.  Doc fix.
964 2008-11-23  Glenn Morris  <rgm@gnu.org>
966         * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
967         (eshell-do-pipelines): Add optional argument to distinguish recursive
968         calls.  Use to set eshell-in-pipeline-p to 'first for the first command
969         in a pipeline.
971         * eshell/esh-proc.el (eshell-gather-process-output):
972         Set process-connection-type nil for all but the first element of a
973         pipeline.  (Bug#1388)
975 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
977         * ediff-hook.el: Add tooltips to Emacs menus.
979         * ediff.el: Change date of last update.
981 2008-11-22  Juri Linkov  <juri@jurta.org>
983         * dired-aux.el (dired-isearch-filenames): Add new context-dependent
984         option `dwim'.  Change non-dwim option from `dired-filename' to `t'.
985         Doc fix.
986         (dired-isearch-filenames-setup): Run filename Isearch only when
987         dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
988         and the text property `dired-filename' at point is non-nil.
989         In this case also set isearch-message-prefix-add to "filename ".
990         (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
991         (dired-isearch-filenames, dired-isearch-filenames-regexp):
992         Don't let-bind isearch-message-prefix-add since this is done now
993         in dired-isearch-filenames-setup.
995         * isearch.el (isearch-mode): Change the order of calling
996         `isearch-update' and running the `isearch-mode-hook' to call
997         `isearch-update' with Isearch parameters set in this hook.
999         * progmodes/compile.el (compilation-auto-jump-to-first-error):
1000         Fix docstring - change "during `compile'" to "during compilation".
1002         * descr-text.el (describe-char-unidata-list): Move `old-name' to
1003         be immediately after `name'.
1005         * startup.el (initial-buffer-choice): Change an abstract file name
1006         "file.txt" to more reasonable default file name value "~/.emacs".
1008 2008-11-22  Juri Linkov  <juri@jurta.org>
1010         * files.el (hack-local-variables-confirm): Rename arg `project' to
1011         `dir-name'.  Move `(or dir-name name)' to let-binding of `name'.
1012         (hack-local-variables-filter): Rename arg `project' to `dir-name'.
1013         (hack-local-variables): Rename call of `hack-project-variables' to
1014         `hack-dir-local-variables'.  Change error text to "Directory-local
1015         variables error".
1016         (dir-locals-class-alist): Rename from `project-class-alist'.
1017         (dir-locals-directory-alist): Rename from `project-directory-alist'.
1018         (dir-locals-get-class-variables): Rename from `project-get-alist'.
1019         (dir-locals-collect-mode-variables): Rename from
1020         `project-collect-bindings-from-alist'.  Rename arg `mode-alist' to
1021         `mode-variables', and arg `settings' to `variables'.
1022         (dir-locals-collect-variables): Rename from
1023         `project-collect-binding-list'.  Rename arg `binding-list' to
1024         `class-variables', and arg `settings' to `variables'.
1025         (dir-locals-set-directory-class): Rename from `set-directory-project'.
1026         (dir-locals-set-class-variables): Rename from `define-project-bindings'.
1027         Rename arg `settings' to `variables'.
1028         (dir-locals-file): New defconst.
1029         (dir-locals-find-file): Rename from `project-find-settings-file'.
1030         Use `dir-locals-file'.  Rename let-bound `settings' to `locals-file',
1031         and `pda' to `dir-elt'.
1032         (dir-locals-read-from-file): Rename from
1033         `project-define-from-project-file'.  Rename arg `settings-file'
1034         to `file'.  Rename let-bound `list' to `variables'.
1035         (hack-dir-local-variables): Rename from `hack-project-variables'.
1036         Rename let-bound `settings' to `variables-file', `root-dir'
1037         to `dir-name', and `bindings' to `variables'.
1039 2008-11-22  Lute Kamstra  <lute@gnu.org>
1041         * simple.el (goto-line): Rename argument.
1043 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
1045         * makefile.w32-in (compile-first): New target.
1046         (recompile): Depend on compile-first.
1048         * Makefile.in (recompile): Depend on compile-first.
1050 2008-11-22  Martin Rudalics  <rudalics@gmx.at>
1052         * files.el (switch-to-buffer-other-window)
1053         (switch-to-buffer-other-frame): Rename buffer argument to
1054         buffer-or-name.  Reword and mention new option
1055         confirm-nonexistent-file-or-buffer in doc-string.
1057 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
1059         * emulation/viper.el: Date change.
1061         * emulation/viper-cmd.el (viper-envelop-ESC-key):
1062         viper-translate-all-ESC-keysequences is now a function.
1064         * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
1065         Make this variable.
1067 2008-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1069         * vc-hooks.el (vc-follow-link, vc-find-file-hook):
1070         Use buffer-file-truename to handle symlinks in any part of the filename.
1072 2008-11-22  Glenn Morris  <rgm@gnu.org>
1074         * vc-mtn.el (vc-mtn-diff-switches): New option.
1075         (vc-mtn-program): Rename from vc-mtn-command, for
1076         consistency with other backends.  Keep old name as alias.
1077         Update callers.  Make it a defcustom.
1078         (vc-mtn-diff): Give it a doc string.  Apply diff switches.
1080         * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
1081         consistency with other backends.  Keep old name as alias.
1082         Make it a defcustom.
1083         (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
1085         * vc-hg.el (vc-hg-program): New option.
1086         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
1087         Use vc-hg-program rather than hard-coded "hg".
1089         * vc-svn.el: Remove leading `*' from defcustom doc-strings.
1090         (vc-svn-program): Move defcustom to start.
1091         (vc-svn-create-repo, vc-svn-modify-change-comment):
1092         Use vc-svn-program rather than hard-coded "svn".
1094         * menu-bar.el: Stylistic consistency fixes for various menu and
1095         help texts.
1097         * kmacro.el (kmacro-insert-counter): Doc fix.
1099 2008-11-21  Ivan Shmakov  <oneingray@gmail.com>  (tiny change)
1101         * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
1103 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1105         * international/quail.el (quail-indent-to): New function.
1106         (quail-completion-1, quail-completion-list-translations)
1107         (quail-insert-decode-map): Use it to improve alignment.
1108         (quail-build-decode-map): Don't ignore latin-1 chars.
1109         (quail-help): Increase the max decode-map size so that even the TeX map
1110         gets printed.
1112         * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
1113         Signal error for invalid bookmark.
1114         (bookmark-get-bookmark-record): Undo last change.
1115         (bookmark-store, bookmark-delete): Use new arg `noerror'.
1117         * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
1118         Suggested by Toru TSUNEYOSHI.
1120 2008-11-21  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1122         * byte-opt.el (byte-compile-butlast): Move up in file.
1123         (byte-optimize-plus): Don't call
1124         byte-optimize-delay-constants-math (bug#1334).
1125         Use byte-optimize-predicate to optimize constants.
1126         (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
1127         Remove zero arguments first
1128         if possible.  Call byte-optimize-predicate to optimize constants.
1129         (byte-optimize-multiply): Remove optimizations for arguments of 0
1130         and 2, which may be inaccurate.  Optimize (* x -1) to (- x).
1131         Call byte-optimize-predicate.
1132         (byte-optimize-divide): Leave runtime errors unchanged.
1133         Optimize (/ x 1) to (+ x 0).  Remove optimizations for arguments of
1134         0 and 2.0, which may be inaccurate.  Call byte-optimize-predicate.
1136 2008-11-21  Juanma Barranquero  <lekktu@gmail.com>
1138         * bookmark.el (bookmark-jump-noselect): Add obsolescence
1139         declaration and remove redundant info from docstring.
1141         * isearch.el (isearch-search-string): Doc fix.
1142         (search-exit-option, search-slow-window-lines, search-slow-speed)
1143         (search-upper-case, search-nonincremental-instead)
1144         (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
1145         (search-ring-update, search-highlight, isearch-lazy-highlight)
1146         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1147         (lazy-highlight-interval): Remove * from defcustom docstrings.
1148         (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
1149         Remove * from defcustom docstrings; fix typos.
1150         (isearch-push-state-function, isearch-help-for-help-internal)
1151         (isearch-help-for-help, isearch-describe-bindings)
1152         (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
1153         (isearch-pop-fun-state, isearch-search-fun-function)
1154         (isearch-lazy-highlight-search): Fix typos in docstrings.
1155         (isearch-yank-internal, isearch-fallback): Reflow docstrings.
1156         (isearch-forward): Fix typo and reflow docstring.
1157         (isearch-help-map): Remove unused `i' binding.  Fix typos in docstring.
1158         (isearch-mode-map): Don't use `let*'.
1160 2008-11-21  Chong Yidong  <cyd@stupidchicken.com>
1162         * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
1164 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1166         * isearch.el (isearch-search-string): Simplify and convert docstring.
1168         * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
1170 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
1172         * international/mule-util.el (set-nested-alist): Doc fix.  Use `when'.
1173         (lookup-nested-alist): Doc fix.
1174         (with-coding-priority): Reflow docstring.
1175         (detect-coding-with-priority): Fix typos in obsolescence declaration.
1176         (char-displayable-p): Reflow docstring.  Use `when'.
1178 2008-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
1180         * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
1181         week forward/backward.
1183 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
1185         * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
1186         (with-electric-help): Fix typo and reflow docstring.
1188 2008-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1190         * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
1191         (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
1192         (list-buffers-noselect): Don't need to pad.
1194 2008-11-20  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1196         * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
1197         Pay attention to char widths when computing string sizes.
1199 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
1201         * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
1202         (byte-compile-output-docform): Reflow docstrings.
1203         (no-byte-compile): Fix typo in docstring.
1204         (byte-recompile-directory, compile-defun): Doc fixes.
1205         (emacs-lisp-file-regexp, byte-compile-verbose)
1206         (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
1207         (byte-compile-dynamic-docstrings, byte-optimize-log)
1208         (byte-compile-error-on-warn, byte-compile-warnings)
1209         (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
1210         Remove * from defcustom docstrings.
1212 2008-11-20  Glenn Morris  <rgm@gnu.org>
1214         * format.el (format-alist, format-write-file): Doc fix.
1216         * proced.el (proced-available): New variable.
1217         (proced-process-attributes): Move availability check from previous
1218         change from here...
1219         (proced): ... to here.
1221         * vc-hg.el (vc-hg-diff-switches): New option.
1222         (vc-hg-diff): Apply diff switches.  (Bug#1017)
1224         * calc/calc-units.el (math-additional-units): Doc fix (active voice).
1226         * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
1228 2008-11-20  Stephen Berman  <Stephen.Berman@gmx.net>
1230         * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
1232 2008-11-19  Juanma Barranquero  <lekktu@gmail.com>
1234         * calc/calc-units.el (math-units-table): Doc fix.
1235         (math-standard-units): Fix typo in constant's description.
1236         (math-additional-units): Fix typo in docstring.
1238 2008-11-19  Ulrich Mueller  <ulm@kph.uni-mainz.de>
1240         * calc/calc-units.el (math-standard-units): Add eps0,
1241         permittivity of vacuum.
1243 2008-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
1245         * files.el (project-settings-file): Remove.
1246         (project-find-settings-file): Undo previous change that added the
1247         use of project-settings-file.
1249 2008-11-19  Glenn Morris  <rgm@gnu.org>
1251         * proced.el (proced, proced-format-time): Doc fixes.
1252         (proced-process-attributes): Signal an error if unsupported.  (Bug#1314)
1254 2008-11-19  Karl Fogel  <kfogel@red-bean.com>
1256         * bookmark.el (bookmark-jump-noselect): Move the deprecation
1257         notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
1259 2008-11-19  Lute Kamstra  <lute@gnu.org>
1261         * autoinsert.el (auto-insert-alist): Don't use match data.
1263 2008-11-19  Glenn Morris  <rgm@gnu.org>
1265         * progmodes/f90.el (f90-mode-map): Add some menu :help.
1267         * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
1269         * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
1270         * term/w32-win.el (x-select-font): Declare.
1272         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
1273         Use the imperative for all help strings.
1275 2008-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1277         * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
1278         case where the default dictionary is French, Spanish, younameit.
1280         * window.el (window--frame-usable-p): Consider dedicated windows
1281         as usable.
1283         * files.el (confirm-nonexistent-file-or-buffer):
1284         Rename from find-file-confirm-nonexistent-file.
1285         (read-buffer-to-switch): Use it.
1287 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
1289         * server.el (server-temp-file-p): Use `string-match-p'.
1290         (server-socket-dir): Set to nil if local sockets are unsupported.
1291         (server-start): Don't try to delete local socket if unsupported.
1292         (server-kill-new-buffers): Reflow docstring.
1293         (server-delete-client, server-handle-delete-frame)
1294         (server-save-buffers-kill-terminal): Doc fixes.
1295         (server-send-string): Fix typo in docstring.
1297 2008-11-18  Sam Steingold  <sds@gnu.org>
1299         * progmodes/compile.el (compilation-start-hook): New hook.
1300         (compilation-start): Run it on the compilation process.
1302 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
1304         * international/mule-cmds.el (update-leim-list-file): Simplify.
1305         (prefer-coding-system, find-coding-systems-for-charsets):
1306         Fix docstring typos.
1307         (select-safe-coding-system, input-method-exit-on-first-char)
1308         (language-info-alist, language-info-custom-alist): Reflow docstrings.
1309         (toggle-input-method, read-multilingual-string): Doc fixes.
1310         Reflow docstrings.
1311         (locale-name-match, sort-coding-systems, find-multibyte-characters)
1312         (read-char-by-name): Use `string-match-p'.
1313         (get-char-code-property, put-char-code-property)
1314         (char-code-property-description): Be silent while loading uni-* files.
1315         (ucs-names): Use `dotimes-with-progress-reporter', because loading
1316         the Unicode character names is *slow*.
1318 2008-11-17  Chong Yidong  <cyd@stupidchicken.com>
1320         * wid-edit.el (widget-image-insert): Don't add a mouse-face.
1322         * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
1324 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
1326         * international/mule-cmds.el (ucs-completions): Mark as risky.
1328 2008-11-17  Martin Rudalics  <rudalics@gmx.at>
1330         * help-macro.el (three-step-help): Remove * from defcustom.
1331         (make-help-screen): Don't iconify selected frame.  (Bug#1322)
1332         Use when instead of if and cond within condition-case.
1334         * window.el (quit-window): Bind window to selected window when
1335         trying to delete it.
1337 2008-11-17  Glenn Morris  <rgm@gnu.org>
1339         * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
1340         definition of 'ignore, rather than nil.  (Bug#1353)
1342 2008-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1344         * window.el (window--frame-usable-p): Allow use for soft-dedication.
1346 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
1348         * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
1350         * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
1351         (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
1352         (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
1353         (kill-word, backward-kill-word, zap-to-char): Doc fixes.
1354         (shell-command, repeat-complex-command): Reflow docstrings.
1355         (pop-to-mark-command): Fix typos in docstring.
1357 2008-11-17  Juri Linkov  <juri@jurta.org>
1359         * isearch.el (isearch-filter-predicate): Rename from
1360         `isearch-success-function'.  Rename default value from
1361         `isearch-success-function-default' to
1362         `isearch-filter-invisible'.  Doc fix.
1363         (isearch-filter-invisible): Rename from
1364         `isearch-success-function-default'.  Doc fix.
1365         (isearch-search, isearch-lazy-highlight-search):
1366         Rename `isearch-success-function' to `isearch-filter-predicate'.
1368         * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
1369         `dired-isearch-orig-success-function'.
1370         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
1371         (dired-isearch-filenames-end): Rename `isearch-success-function' to
1372         `isearch-filter-predicate'.  Doc fix.
1373         (dired-isearch-filter-filenames): Rename from
1374         `dired-isearch-success-function'.
1376         * info.el (Info-search, Info-mode):
1377         Rename `isearch-success-function' to `isearch-filter-predicate'.
1378         (Info-isearch-filter-predicate): Rename from
1379         `Info-search-success-function'.
1381         * simple.el (minibuffer-default-add-function): Fix docstring to
1382         use clear text "default values" instead of obscure references to
1383         the dynamic variable `minibuffer-default'.
1385 2008-11-16  Glenn Morris  <rgm@gnu.org>
1387         * term/ns-win.el (ns-extended-platform-support-mode):
1388         Tweak menu entry from previous change.
1390         * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
1392         * cus-edit.el (custom-buffer-create-internal): Always insert the
1393         in-buffer buttons, regardless of tool-bar.  (Bug#1326)
1395 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
1397         * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
1399 2008-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1401         * ielm.el (ielm-eval-input): Fix thinko in last change.
1403 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
1405         * subr.el (read-passwd): Yank current kill if the user enters C-y.
1407 2008-11-16  Michael Albinus  <michael.albinus@gmx.de>
1409         * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
1410         (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
1412         * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
1413         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1414         Handle `file-name-as-directory'.
1416 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
1418         * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
1419         usual variable-pitch face.
1421 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
1423         * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
1424         (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
1425         (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
1426         (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
1427         (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
1428         (ange-ftp-quote-string, ange-ftp-process-handle-line)
1429         (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
1430         (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
1431         (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
1432         (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
1433         (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
1434         (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
1435         (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
1436         (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
1437         (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
1438         (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
1439         (ange-ftp-default-user, ange-ftp-default-password)
1440         (ange-ftp-default-account, ange-ftp-netrc-default-password)
1441         (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
1442         (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
1443         (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
1444         (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
1445         (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
1446         (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
1447         (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
1448         (ange-ftp-make-backup-files, ange-ftp-retry-time)
1449         (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
1450         (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
1451         (ange-ftp-gateway-tmp-name-template)
1452         (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
1453         (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
1454         (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
1455         (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
1456         (ange-ftp-gateway-program): Remove * from docstring and reflow.
1457         (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
1458         (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
1459         (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
1460         (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
1461         (ange-ftp-rename-local-to-remote): Doc fixes.
1462         (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
1463         Use `when', `unless'.
1464         (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
1465         (ange-ftp-process-handle-hash): Rename arg STR to STRING.
1466         (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
1467         (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
1468         (ange-ftp-normal-login): Rename arg PASS to PASSWORD.  Fix typo.
1469         (ange-ftp-process-sentinel): Use `when'.  Fix typo.
1470         (ange-ftp-gwp-start): Use `let', not `let*'; use `when'.  Fix typo.
1471         (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
1472         (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
1473         (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
1474         (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
1475         (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
1476         (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
1477         (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
1478         `(save-match-data (string-match ...))'.
1479         (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
1480         (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
1481         Use `string-match-p' instead of `(save-match-data (string-match ...))'.
1482         Doc fixes.
1484 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
1486         * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
1487         function instead of a variable.
1489         * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
1490         viper-ESC-keyseq-timeout as a function.
1491         (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
1492         defsubst.
1494         * emulation/viper-cmd.el: Let line-move-visual to nil when using
1495         next-line or previous-line.
1496         (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
1498         * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
1500         * ediff-util.el (ediff-toggle-multiframe): Check if control window is
1501         live.
1502         (ediff-save-buffer): Let window-min-height to 2.
1504         * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
1505         the minibuffer.
1507 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
1509         * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
1510         (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
1511         (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
1512         (ielm-map): Define within defvar.  Add docstring.
1513         (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
1514         (ielm-complete-filename): Use `when', `unless'.
1515         (ielm-is-whitespace-or-comment): Use `string-match-p'.
1516         (ielm-return, ielm-get-old-input): Use `looking-at-p'.
1517         (ielm-change-working-buffer): Check that the buffer is live.
1518         (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
1519         Simplify.  Reflow docstring.
1520         (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
1521         New aliases, to satisfy `define-derived-mode' expectations.
1523 2008-11-15  Glenn Morris  <rgm@gnu.org>
1524             Martin Rudalics  <rudalics@gmx.at>
1526         * emacs-lisp/find-func.el (find-function-advised-original): New.
1527         (find-function-C-source, find-function-noselect):
1528         Use find-function-advised-original to handle advised funcs.  (Bug#789)
1530 2008-11-15  Glenn Morris  <rgm@gnu.org>
1532         * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
1533         alias message.
1535         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
1536         Remove uniquify-after-kill-buffer-p dependency.
1537         (uniquify-kill-buffer-function): New function.
1538         (kill-buffer-hook): Use uniquify-kill-buffer-function.  (Bug#1315)
1540         * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
1541         (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
1542         main Emacs manual.
1544 2008-11-15  Martin Rudalics  <rudalics@gmx.at>
1546         * window.el (quit-window): Restore delete window with second
1547         arg non-nil behavior as of before 2008-10-30 change.
1549 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
1551         * help-fns.el (describe-function-1): Do char-range check for
1552         self-insert-command.
1554 2008-11-14  Karl Fogel  <kfogel@red-bean.com>
1556         * files.el (file-precious-flag): Document that this flag is advisory.
1558 2008-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1560         * emacs-lisp/bytecomp.el (byte-compile-associative)
1561         (byte-compile-minus, byte-compile-quo): If there are more than two
1562         operands, don't use binary operation code (bug#1334).
1564 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
1566         * w32-fns.el (w32-shell-dos-semantics):
1567         * calendar/diary-lib.el (diary-face-attrs):
1568         * international/mule-cmds.el (set-default-coding-systems)
1569         (prefer-coding-system):
1570         * net/tramp.el (tramp-set-completion-function):
1571         * progmodes/vhdl-mode.el (vhdl-file-header):
1572         * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
1574         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
1576         * files.el (enable-local-eval, not-modified, kill-buffer-ask)
1577         (kill-matching-buffers, save-buffers-kill-emacs)
1578         (save-buffers-kill-terminal): Fix typos in docstrings.
1579         (switch-to-buffer-other-window): Reflow docstring.
1580         (revert-buffer): Doc fix.
1581         (define-project-bindings): Rename arg LIST to SETTINGS.
1582         (project-find-settings-file): Use `let', not `let*'.
1583         Use `when'.
1585 2008-11-13  Juanma Barranquero  <lekktu@gmail.com>
1587         * files.el (project-settings-file, locate-dominating-file):
1588         Fix typos in docstrings.
1589         (find-file-visit-truename): Remove * from defcustom docstring.
1591 2008-11-13  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
1593         * files.el (project-settings-file): New variable.
1594         (project-find-settings-file): Use it, instead of hardcoding
1595         .dir.settings.el.
1597 2008-11-13  Glenn Morris  <rgm@gnu.org>
1599         * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
1601 2008-11-13  Henry Weller  <hweller0@gmail.com>  (tiny change)
1603         * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
1604         in mail bodies.
1606 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
1608         * international/mule.el (autoload-coding-system, with-category-table)
1609         (ctext-non-standard-encodings-alist): Fix typos in docstrings.
1610         (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
1611         (set-buffer-file-coding-system, revert-buffer-with-coding-system)
1612         (set-file-name-coding-system, ctext-pre-write-conversion)
1613         (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
1614         Reflow docstrings.
1615         (charset-list, set-coding-priority): Remove redundant obsolescence info.
1616         (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
1617         (char-valid-p): Define with `define-obsolete-function-alias'.
1619         * textmodes/artist.el (artist-mode): Fix typos in docstring.
1621 2008-11-12  Sam Steingold  <sds@gnu.org>
1623         * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
1624         between hostname and path.
1626 2008-11-11  Juri Linkov  <juri@jurta.org>
1628         * dired-aux.el (dired-isearch-filenames)
1629         (dired-isearch-filenames-regexp):
1630         Let-bind isearch-message-prefix-add to "filename ".
1632         * isearch.el (isearch-message-prefix-add)
1633         (isearch-message-suffix-add): New variables.
1634         (isearch-message-prefix): Show additional text from
1635         `isearch-message-prefix-add' before "I-search".
1636         (isearch-message-suffix): Show additional text from
1637         `isearch-message-suffix-add' at the end.
1639         * isearch.el (isearch-lazy-highlight-search): Use a loop like in
1640         `isearch-search'.  Call isearch-success-function to skip matches
1641         outside the current isearch scope.  Let-bind search-invisible to
1642         nil to not match invisible text.
1644         * isearch.el (isearch-query-replace, isearch-highlight-regexp):
1645         Let-bind `isearch-recursive-edit' to nil to prevent calling
1646         `exit-recursive-edit' in `isearch-done' that terminates the
1647         execution of these commands when it is non-nil.  Call
1648         `exit-recursive-edit' explicitly at the end.
1649         (isearch-occur): For word search construct the correct regexp
1650         with word boundaries to proceed with occur.
1652         * isearch.el (isearch-search-fun): Compare the length of the
1653         current search string with the length of the string from the
1654         previous search state to detect the situation when the user
1655         adds or removes characters in the search string.
1656         Use word-search-forward-lax and word-search-backward-lax in this
1657         case, and otherwise word-search-forward and word-search-backward.
1659 2008-11-11  Sam Steingold  <sds@gnu.org>
1661         * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
1662         the "Version Control" group (for C-x v g).
1664 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
1666         * server.el (server-process-filter): Fix typos and reflow docstring.
1668 2008-11-11  Martin Rudalics  <rudalics@gmx.at>
1670         * mail/footnote.el (footnote-mode): Improve doc-string.
1671         Suggested by <jidanni@jidanni.org>.  (Bug#1318)
1673 2008-11-11  Chong Yidong  <cyd@stupidchicken.com>
1675         * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
1677 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1679         * mail/smtpmail.el (smtpmail-open-stream): Use
1680         `starttls-any-program-available'.  Auto-load starttls.el for it.
1682 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
1684         * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
1685         version (bug@1285).
1687 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
1689         * startup.el (command-line): Ignore init-file-user when checking
1690         user's home directory on MS-DOS as well.
1692 2008-11-07  Sam Steingold  <sds@gnu.org>
1694         * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
1696 2008-11-07  Juanma Barranquero  <lekktu@gmail.com>
1698         * frame.el (make-frame-on-display): Use `string-match-p'.
1700 2008-11-07  Glenn Morris  <rgm@gnu.org>
1702         * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
1704 2008-11-07  Dan Nicolaescu  <dann@ics.uci.edu>
1706         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
1707         to initialize font-lock keyword case sensitivity.
1708         (lisp-mode): Use it.
1710 2008-11-06  Glenn Morris  <rgm@gnu.org>
1712         * eshell/esh-maint.el: Remove unused file.
1714         * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
1716         * cus-edit.el (custom-comment-tag): Doc fix.
1717         (custom-comment, custom-variable-value-create, custom-face):
1718         Use face names sans -face suffix rather than aliases.
1720 2008-11-05  Jay Belanger  <jay.p.belanger@gmail.com>
1722         * calc/calc.el (calc-quit): Use `window-full-width-p' to check
1723         window width.
1725 2008-11-05  Chong Yidong  <cyd@stupidchicken.com>
1727         * server.el (server-process-filter): Only default to emacsclient's
1728         terminal in daemon mode.
1730 2008-11-05  Martin Rudalics  <rudalics@gmx.at>
1732         * window.el (quit-window): Restore prefix argument behavior
1733         removed in 2008-10-30 change.  (Bug#1308)
1735 2008-11-05  Tassilo Horn  <tassilo@member.fsf.org>
1737         * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
1738         function to kill-buffer-hook, not to kill-buffer.
1739         Reported by Markus Triska <markus.triska@gmx.at>
1741 2008-11-04  Jay Belanger  <jay.p.belanger@gmail.com>
1743         * calc/calc.el (calc-quit): Make sure that the keypad buffer
1744         exists before deleting its windows.
1746 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
1748         * server.el (server-process-filter): Don't call
1749         server-create-tty-frame when no tty name is specified.
1751 2008-11-04  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
1753         * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
1755 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
1757         * international/mule-cmds.el (toggle-enable-multibyte-characters)
1758         (define-char-code-property):
1759         * textmodes/reftex.el (reftex-index):
1760         * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
1762 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
1764         * vc-bzr.el (vc-bzr-dir-printer): Rename from
1765         vc-bzr-status-printer.
1767         * startup.el (startup-echo-area-message): Display a different
1768         message in daemon mode.  Suggested by Stephen Turnbull.
1770         * frame.el (make-frame-on-display): Ignore DISPLAY argument on
1771         Windows.
1773 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
1775         * dframe.el (dframe-mouse-position-function)
1776         (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
1777         (dframe-mouse-set-point): Fix typos in docstrings.
1779 2008-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
1781         * vc-dir.el (vc-dir-headers): Undo previous change.
1783 2008-11-04  Nick Roberts  <nickrob@snap.net.nz>
1785         * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
1786         * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
1788 2008-11-04  Martin Rudalics  <rudalics@gmx.at>
1790         * subr.el (looking-back): Fix doc-string typo.
1792         * electric.el (Electric-pop-up-window): Call window-end with
1793         UPDATE set to t.
1795         * window.el (save-selected-window): Make it behave like
1796         save-selected-window-norecord.
1797         (save-selected-window-norecord): Remove, since functionality
1798         fully taken over by save-selected-window.
1799         (walk-windows, set-window-text-height, fit-window-to-buffer):
1800         Use save-selected-window instead of save-selected-window-norecord.
1801         * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
1802         save-selected-window-norecord.
1803         * emacs-lisp/lisp-mode.el (save-selected-window): Remove
1804         indent-function for save-selected-window-norecord.
1806 2008-11-03  Alan Mackenzie  <acm@muc.de>
1808         * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
1810 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
1812         * subr.el (looking-back): Doc fix.
1814         * term/x-win.el (x-initialize-window-system):
1815         Call x-wm-set-size-hint after initialization.
1817         * eshell/em-hist.el (eshell-save-history-on-exit): Change default
1818         to t.
1820         * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
1821         2000-12-08 (bug#1297).
1823         * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
1825 2008-11-03  Vincent Belaïche  <vincent.b.1@hotmail.fr>
1827         * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
1828         when appropriate.
1830 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
1832         * window.el (save-selected-window-norecord): New macro.
1833         (walk-windows): Use save-selected-window-norecord and call
1834         select-window with NORECORD set.  (Bug#1237)
1835         (set-window-text-height, fit-window-to-buffer):
1836         Use save-selected-window-norecord and call select-window with
1837         NORECORD set.
1838         * subr.el (with-selected-window): Call set-frame-selected-window
1839         with new argument NORECORD set.  Update doc-string.
1840         (with-selected-frame): Call select-frame with new argument
1841         NORECORD set.  Update doc-string.
1842         * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
1843         Put indent-function for save-selected-window-norecord.
1844         * font-lock.el (lisp-font-lock-keywords-2):
1845         Add save-selected-window-norecord.
1847 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1849         * cus-edit.el (customize-apropos-options, custom-comment)
1850         (custom-comment-tag, custom-face-edit-attribute-tag):
1851         Fix typos in docstrings.
1852         (custom-buffer-done-kill): Remove * from defcustom docstring.
1853         (custom-file): Fix typo in doc of defcustom choice.
1855         * frame.el (display-visual-class): Fix typo in docstring.
1856         (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
1857         (special-display-frame-alist, show-trailing-whitespace)
1858         (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
1859         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
1860         Remove * from defcustom docstrings.
1862         * md4.el (md4-buffer): Fix typo in docstring.
1863         (md4, md4-64): Doc fixes.
1864         (md4-pack-int32): Reflow docstring.
1866         * paths.el (rmail-file-name): Remove * from defcustom docstring.
1867         (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
1869         * rect.el (open-rectangle): Reflow docstring.
1870         (spaces-string): Fix docstring typo.  Use "?\s" instead of "? ".
1872         * select.el (x-get-cut-buffer): Fix typo in docstring.
1874         * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
1875         (timezone-time-zone-from-absolute, timezone-leap-year-p):
1876         Fix typos in docstrings.
1878         * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
1879         Fix typos in docstrings.
1881 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1883         * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
1885         * net/newst-treeview.el (newsticker--treeview-list-update-faces)
1886         (newsticker--treeview-list-update, newsticker--treeview-item-show)
1887         (newsticker--treeview-tree-update)
1888         (newsticker--treeview-tree-update-highlight)
1889         (newsticker-treeview-update)
1890         (newsticker-treeview-next-item, newsticker-treeview-prev-item)
1891         (newsticker-treeview-next-new-or-immortal-item)
1892         (newsticker-treeview-prev-new-or-immortal-item)
1893         (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
1894         (newsticker-treeview-tree-click): Watch for layout changes.
1895         (newsticker--treeview-set-current-node): Cleanup.
1896         (newsticker--treeview-restore-layout): Rename from
1897         newsticker--treeview-restore-buffers.
1898         (newsticker--treeview-mark-item): Update cache file.
1900 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1902         * calendar/icalendar.el (icalendar--uid-count): New.
1903         (icalendar--create-uid): New.  Extracted from
1904         `icalendar-export-region' and add uid counter.
1905         (icalendar-export-region): Use `icalendar--create-uid'.
1907 2008-10-31  Juanma Barranquero  <lekktu@gmail.com>
1909         * tooltip.el (tooltip-frame-parameters): Doc fix.
1911 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
1913         * window.el (window-body-height, window-current-scroll-bars)
1914         (walk-windows, get-window-with-predicate, get-buffer-window-list)
1915         (minibuffer-window-active-p, count-windows)
1916         (window-safely-shrinkable-p, window--splittable-p)
1917         (window--try-to-split-window, window--frame-usable-p)
1918         (window--even-window-heights, window--display-buffer-1)
1919         (window--display-buffer-2, set-window-text-height)
1920         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
1921         (truncated-partial-width-window-p): Rewrite doc-string.
1922         (window-fixed-size-p): Simplify code.  Rewrite doc-string.
1923         (split-window-vertically, split-window-horizontally):
1924         Rename args, rewrite doc-string, and simplify code.
1925         (split-window-save-restore-data): Rename args and use
1926         when instead of if.
1928 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
1930         * indent.el (indent-for-tab-command): Use use-region-p.
1932         * vc.el (vc-revert): Limit the length of the query string.
1934 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
1936         * simple.el (idle-update-delay, next-error-highlight)
1937         (next-error-highlight-no-select, next-error-recenter, next-error-hook)
1938         (minibuffer-history-case-insensitive-variables, kill-ring-max)
1939         (kill-read-only-ok, backward-delete-char-untabify-method)
1940         (kill-whole-line, mark-ring-max, global-mark-ring-max)
1941         (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
1942         (goal-column, line-move-ignore-invisible, fill-prefix)
1943         (auto-fill-inhibit-regexp, blink-matching-paren)
1944         (blink-matching-paren-on-screen, blink-matching-paren-distance)
1945         (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
1946         (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
1947         (minibuffer-history-isearch-wrap, transient-mark-mode)
1948         (next-logical-line, auto-fill-mode, line-number-mode)
1949         (column-number-mode, size-indication-mode, clone-indirect-buffer)
1950         (normal-erase-is-backspace-mode): Doc fixes.
1951         (current-kill, transient-mark-mode, toggle-truncate-lines)
1952         (visible-mode): Reflow docstrings.
1953         (minibuffer-local-shell-command-map, interprogram-paste-function):
1954         Fix typos in docstrings.
1956 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
1958         * server.el (server-process-filter): In daemon mode, default to
1959         emacsclient's tty if not opening a new frame and only the
1960         terminal-frame is available.
1962 2008-10-30  Martin Rudalics  <rudalics@gmx.at>
1964         * window.el (quit-window): Simplify code.  Say in doc-string
1965         that it operates on the selected window's buffer.  (Bug#1259)
1967 2008-10-30  Nick Roberts  <nickrob@snap.net.nz>
1969         * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
1970         nil so that log-view-diff-changeset works.
1972 2008-10-30  Glenn Morris  <rgm@gnu.org>
1974         * files.el (locate-dominating-stop-dir-regexp): Fix typo.
1976         * resume.el: Move to obsolete/.
1977         * Makefile.in (ELCFILES): Update.
1979 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
1981         * electric.el (Electric-pop-up-window): Don't shrink the window if
1982         it's already big enough.
1984         * minibuffer.el (delete-minibuffer-contents): Delete all
1985         minibuffer contents instead of just the current field.
1987         * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
1989         * bookmark.el (bookmark-handle-bookmark): Rename from
1990         bookmark-jump-noselect.
1991         (bookmark--jump-via, bookmark-insert): Callers changed.
1992         (bookmark-jump-noselect): Wrapper function for
1993         bookmark-handle-bookmark.
1994         (bookmark-get-bookmark-record): Signal error for invalid bookmark.
1996         * textmodes/ispell.el (ispell-word): Use use-region-p.
1998 2008-10-29  Juanma Barranquero  <lekktu@gmail.com>
2000         * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
2001         to follow naming conventions for abnormal hooks.  Doc fix.
2002         (tooltip-mode, tooltip-timeout): Use it.
2003         (tooltip-hook): New obsolete alias.
2004         (tooltip-help-tips): Doc fix.
2006         * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
2008 2008-10-29  Ulrich Mueller  <ulm@gentoo.org>
2010         * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
2011         of hardcoded /tmp.
2013 2008-10-29  Glenn Morris  <rgm@gnu.org>
2015         * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
2017         * vc-hooks.el (vc-find-root): Remove bogus alias.
2019 2008-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2021         * international/quail.el (quail-show-guidance): Don't create
2022         a guidance-frame if current buffer is not a minibuffer, since even if
2023         selected-window is mini-p, the buffer will never be displayed in it, so
2024         it wil be usable for guidance.
2026 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2028         * smerge-mode.el: Require diff-mode at run-time as well.
2030 2008-10-28  Martin Rudalics  <rudalics@gmx.at>
2032         * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
2033         * vc-hooks.el (vc-stay-local): Likewise.
2035 2008-10-28  Phil Sung  <psung@mit.edu>
2037         * follow.el (follow-scroll-down, follow-calc-win-end)
2038         (follow-estimate-first-window-start): Reduce effective window
2039         height when header line is present.  (Bug#925)
2041 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
2043         * subr.el (locate-user-emacs-file): Simplify.  Don't create
2044         `user-emacs-directory' when Emacs is running in batch mode.
2046         * startup.el (inhibit-startup-screen): Reflow docstring.
2047         (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
2049 2008-10-27  Kenichi Handa  <handa@m17n.org>
2051         * descr-text.el (describe-char): Fix terminal case (where font is nil).
2053 2008-10-27  Juanma Barranquero  <lekktu@gmail.com>
2055         * face-remap.el (text-scale-increase, text-scale-decrease)
2056         (text-scale-adjust): Remove &optional keyword from the arg list;
2057         the INC argument is not really optional, if the functions happen
2058         to be called from elisp.
2060 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
2062         * vc.el: Rename VC methods that were missed when vc-status was
2063         renamed to vc-dir.
2064         * vc-svn.el (vc-svn-dir-extra-headers): Rename from
2065         vc-svn-status-extra-headers.
2066         * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
2067         (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
2068         * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
2069         (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
2070         * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
2071         vc-dir-status-printer.
2072         (vc-dir-headers): Use `dir-extra-headers' instead of
2073         `status-extra-headers'.
2074         (vc-dir-printer): Rename from vc-dir-status-printer.
2075         (vc-default-dir-extra-headers): Rename from
2076         vc-default-status-extra-headers.
2077         * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
2078         vc-cvs-status-extra-headers.
2080         * startup.el (server-name): Pacify byte compiler.
2081         (command-line): If --daemon=SERVER_NAME was used, set server-name
2082         before calling server-start.
2084 2008-10-26  Romain Francoise  <romain@orebokech.com>
2086         * startup.el (command-line): Call daemon-initialized after
2087         starting the server.
2089 2008-10-26  Kenichi Handa  <handa@m17n.org>
2091         * help-fns.el (describe-categories): Display the terse legend at
2092         the head.
2094         * international/characters.el: Docstrings of categories improved.
2096 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2098         * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
2100         * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
2101         to the courier family.
2102         * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
2103         usually not serif'd and hence rather unlike verbatim's printed output.
2105 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
2107         * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
2108         when reporting the module.
2110         * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
2112         * wid-edit.el (widget-color-complete): Sort completions alphabetically.
2114 2008-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2116         * files.el (locate-dominating-stop-dir-regexp): New var.
2117         (locate-dominating-file): Change arg from a regexp to a file name.
2118         Rewrite using the vc-find-root code to avoid directory-files which is
2119         too slow.  Obey locate-dominating-stop-dir-regexp.
2120         Don't pay attention to changes in owner.
2121         (project-find-settings-file): Adjust call to locate-dominating-file.
2123         * progmodes/flymake.el (flymake-find-buildfile):
2124         Adjust call to locate-dominating-file.
2126         * vc-hooks.el (vc-find-root): Use locate-dominating-file.
2127         (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
2129 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
2131         * subr.el (with-current-buffer): Rename buffer argument to
2132         buffer-or-name.
2133         * window.el (get-buffer-window-list): Rename buffer argument to
2134         buffer-or-name and make it optional.
2136 2008-10-25  Juanma Barranquero  <lekktu@gmail.com>
2138         * completion.el (add-completion-to-head, add-completion): Doc fixes.
2139         (completion-search-next, add-completions-from-file):
2140         Fix typos in docstrings.
2142         * filesets.el (filesets-menu-ensure-use-cached)
2143         (filesets-ingroup-patterns, filesets-filetype-property):
2144         * tutorial.el (get-lang-string):
2145         * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
2146         Fix typos in docstrings.
2148         * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
2149         (image-dired-line-up-method, image-dired-thumb-size)
2150         (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
2151         (image-dired-track-original-file, image-dired-track-thumbnail)
2152         (image-dired-dired-next-line, image-dired-dired-previous-line)
2153         (image-dired-write-comments): Reflow docstrings.
2154         (image-dired-show-all-from-dir-max-files)
2155         (image-dired-format-properties-string, image-dired-create-thumbs)
2156         (image-dired-mark-tagged-files, image-dired-gallery-generate):
2157         Fix typos in docstrings.
2159         * savehist.el (savehist-save-minibuffer-history, savehist-file)
2160         (savehist-additional-variables, savehist-ignored-variables)
2161         (savehist-file-modes, savehist-autosave-interval):
2162         * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
2163         (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
2164         (fancy-splash-image):
2165         * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
2166         (thumbs-conversion-program, thumbs-margin):
2167         Remove spurious * in docstrings.
2169 2008-10-25  Aaron S. Hawley  <aaronh@garden.org>
2171         * thingatpt.el (end-of-sexp, beginning-of-sexp)
2172         (forward-same-syntax): Omit default arguments to char-after and
2173         char-before.
2175 2008-10-24  Juanma Barranquero  <lekktu@gmail.com>
2177         * subr.el (locate-user-emacs-file): New function.
2178         (user-emacs-directory): Mention it in docstring.
2180         * completion.el (save-completions-file-name):
2181         * filesets.el (filesets-menu-cache-file):
2182         * image-dired.el (image-dired-dir, image-dired-db-file)
2183         (image-dired-temp-image-file, image-dired-gallery-dir)
2184         (image-dired-temp-rotate-image-file):
2185         * savehist.el (savehist-file):
2186         * server.el (server-auth-dir):
2187         * thumbs.el (thumbs-thumbsdir):
2188         * tutorial.el (tutorial--saved-dir):
2189         * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
2191 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
2193         * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
2194         (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
2196 2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
2198         * filesets.el: Update author email.
2199         (filesets-data): Doc fix.
2201 2008-10-23  Jens Petersen  <petersen@redhat.com>  (tiny change)
2203         * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
2205 2008-10-23  Ulrich Mueller  <ulm@kph.uni-mainz.de>
2207         * international/mule-cmds.el (describe-language-environment):
2208         Indent sample text.
2210 2008-10-23  Glenn Morris  <rgm@gnu.org>
2212         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
2214         * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
2215         byte-compile a redefinition of a function with special byte-compile
2216         handling.  (Bug#411)
2218 2008-10-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2220         * ps-print.el: Deal with page sizes for label printes.  Suggested by
2221         Friedrich Delgado Friedrichs <friedel@nomaden.org>.
2222         (ps-print-version): New version 7.3.3.
2223         (ps-page-dimensions-database): New page sizes for label printers.
2224         (ps-n-up-printing): Fix code.
2226 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
2228         * frame.el (make-frame-command): Doc fix.  Use display-graphic-p.
2230         * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
2231         (list-at-point): Add docstrings.
2233         * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
2235         * dired-aux.el (dired-do-create-files): Doc fix.
2237 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
2239         * version.el (emacs-version): Change '*Step' to 'NS' for consistency
2240         with other documentation.
2242 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
2244         * replace.el (how-many): Fix typo in docstring.
2245         Reported by Leo <sdl.web@gmail.com>.
2247 2008-10-22  Glenn Morris  <rgm@gnu.org>
2249         * international/mule-cmds.el (universal-coding-system-argument):
2250         Check for C-g.  (Bug#1205)
2252 2008-10-22  Kenichi Handa  <handa@m17n.org>
2254         * international/characters.el: Don't setup
2255         find-word-boundary-function-table.
2256         (next-word-boundary-han, next-word-boundary-kana): Delete them.
2257         (word-combining-categories, word-separating-categories):
2258         Adjust to the change of the docstrings.
2260 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
2262         * simple.el (region-active-p): Doc fix.
2264 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
2266         * subr.el (apply-partially): Move from here...
2268         * simple.el (apply-partially): ...to here.
2270 2008-10-20  Andreas Schwab  <schwab@suse.de>
2272         * subr.el (split-string-and-unquote): Simplify regexp.
2274 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
2276         * subr.el (top-level): Require `cl' when compiling.
2278 2008-10-20  David Reitter  <david.reitter@gmail.com>
2280         * info.el (Info-mode): Do not remove an existing header line if
2281         `Info-use-header-line' is nil.
2283 2008-10-19  Juri Linkov  <juri@jurta.org>
2285         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
2286         Add arg `delimited' as in `query-replace' for the case when
2287         isearch-allow-scroll=t and the user types C-u M-%.  Doc fix.
2288         Add more indicators to the prompt ("word" and "in region").
2290         * replace.el (query-replace, query-replace-regexp)
2291         (replace-string, replace-regexp, perform-replace): Add "word"
2292         indicatiors to the prompt for word delimited replacements.
2294         * replace.el (read-regexp): Rename arg `default' to `default-value'.
2295         Doc fix.
2297 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
2299         * subr.el (apply-partially): Move here from minibuffer.el.  Doc fix.
2301         * simple.el (minibuffer-default-add-shell-commands): Doc fix.
2303 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
2305         * window.el (enlarge-window-horizontally, shrink-window-horizontally):
2306         Make argument names follow Elisp manual.
2308 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
2310         * textmodes/remember.el (remember-data-file):
2311         * shadowfile.el (shadow-initialize)
2312         <shadow-info-file, shadow-todo-file>:
2313         * savehist.el (savehist-file):
2314         * recentf.el (recentf-save-file):
2315         * pcvs-defs.el (cvs-cvsrc-file):
2316         * international/kkc.el (kkc-init-file-name):
2317         * ido.el (ido-save-directory-list-file):
2318         * calendar/todo-mode.el (todo-file-do, todo-file-done)
2319         (todo-file-top): Run file names that begin with a period thru
2320         `convert-standard-filename'.
2322         * dos-fns.el (dos-reevaluate-defcustoms): New function.  Add it to
2323         before-init-hook.
2325         Fix Bug #1183:
2327         * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
2328         coding-system-for-read to ediff-coding-system-for-write.
2330         * ediff-util.el (ediff-make-temp-file): Unconditionally bind
2331         coding-system-for-write to ediff-coding-system-for-write.
2333         * ediff-init.el (ediff-coding-system-for-read): Doc fix.
2334         (ediff-coding-system-for-write): Set to emacs-internal.
2336 2008-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2338         * international/mule-conf.el (emacs-internal): New coding system alias.
2340 2008-10-18  Juri Linkov  <juri@jurta.org>
2342         * info.el (Info-file-supports-index-cookies-list): New variable.
2343         (Info-file-supports-index-cookies): New function.
2344         (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
2345         (Info-index-nodes): Let-bind Info-point-loc to nil for files
2346         without an index cookie to ignore it when Info-index-nodes is
2347         called during navigating from an index node with line numbers.
2348         (Info-index-node): Set file to Info-current-file if nil.  (Bug#1118)
2350         * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
2351         variable definition section.
2353         * info.el (Info-find-node-2): Put initial point below the header line
2354         and breadcrumbs line.
2356 2008-10-18  Glenn Morris  <rgm@gnu.org>
2358         * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
2359         the needed external programs were not found.
2361 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
2363         * files.el (trash-directory): Run thru `convert-standard-filename'.
2364         (file-modes-char-to-who, file-modes-char-to-right)
2365         (file-modes-rights-to-number, file-modes-symbolic-to-number)
2366         (read-file-modes): Doc fixes.
2368 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
2370         * abbrev.el (define-abbrev): Doc fix.
2372 2008-10-17  Alan Mackenzie  <acm@muc.de>
2374         * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
2375         foo bar [] = { ...".
2377 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
2379         * faces.el (face-spec-set-2): Don't pass invalid attributes to
2380         set-face-attribute.
2382 2008-10-17  Juanma Barranquero  <lekktu@gmail.com>
2384         * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
2385         according to `locale-coding-system'.  (This fixes trivial bug reported
2386         as part of bug#1179).
2387         Sort list of valid locale ids (EnumSystemLocales does not guarantee any
2388         particular order).  Use `when'.
2390 2008-10-16  Juanma Barranquero  <lekktu@gmail.com>
2392         * w32-fns.el (w32-check-shell-configuration): Doc fix.
2393         (w32-add-charset-info): Fix typo in docstring.
2395 2008-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2397         * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
2398         after discussion.
2400 2008-10-16  Magnus Henoch  <mange@freemail.hu>
2402         * vc-arch.el (vc-arch-dir-status): New function.
2403         (vc-arch-after-dir-status): New function.
2405 2008-10-16  Glenn Morris  <rgm@gnu.org>
2407         * man.el (Man-getpage-in-background): Force recent `man's to output
2408         escape sequences even when stdout is not a tty.  (Bug#1142)
2410 2008-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
2412         * international/mule-conf.el: Add `utf8' and `UTF8' as
2413         aliases for the `utf-8' coding system.
2415 2008-10-15  Juanma Barranquero  <lekktu@gmail.com>
2417         * find-file.el (ff-get-file): Doc fix.
2418         (ff-get-file-name): Use `let', not `let*'.
2419         (ff-search-directories): Fix typo in docstring.
2420         (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
2421         (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
2422         (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
2423         (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
2424         (cc-other-file-alist, modula2-other-file-alist):
2425         Remove spurious * in docstrings.
2427 2008-10-14  Chong Yidong  <cyd@stupidchicken.com>
2429         * faces.el (set-face-attribute): Set family and foundry before
2430         other attributes.
2431         (face-spec-set-2): Pass unmodified args to set-face-attribute.
2433 2008-10-14  Juanma Barranquero  <lekktu@gmail.com>
2435         * hl-line.el (hl-line-unload-function): New function.
2436         (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
2437         (hl-line-sticky-flag): Remove spurious * in docstring.
2439 2008-10-14  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
2441         * vc-git.el (vc-git-show-log-entry): Include the revision in the
2442         search string.
2444 2008-10-14  Michael Albinus  <michael.albinus@gmx.de>
2446         * net/tramp.el (tramp-process-one-action): Embed regexp in
2447         parentheses, before adding end-of-buffer construct.  Suggested by
2448         Markus Triska <markus.triska@gmx.at>.
2450 2008-10-13  Ulf Jasper  <ulf.jasper@web.de>
2452         * net/newst-plainview.el (w3m-toggle-inline-image):
2453         Define 'declare-function if necessary, for compatibility.
2455         * net/newst-treeview.el (w3m-toggle-inline-images):
2456         Define 'declare-function if necessary, for compatibility.
2458 2008-10-13  Alan Mackenzie  <acm@muc.de>
2460         * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
2461         so that the function works on one-line macros.
2463         * progmodes/cc-engine.el: Amend several doc strings and comments.
2465 2008-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
2467         * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
2469         * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
2470         (vc-cvs-stay-local): Add a new choice and default to it.
2471         (vc-cvs-dir-status): Use the new vc-stay-local choice.
2473         * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
2475 2008-10-12  Stephen Leake  <stephen_leake@member.fsf.org>
2477         * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
2478         Add support for extended return statement.
2480         * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
2481         and obj-dir; keep user order.
2483 2008-10-12  Glenn Morris  <rgm@gnu.org>
2485         * Makefile.in (ELCFILES): Update.
2487         * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
2488         (shell-file-name-quote-list): Declare.
2490 2008-10-12  Michael Albinus  <michael.albinus@gmx.de>
2492         * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
2494 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
2496         * startup.el (command-line): If toolbar is disabled but ought to
2497         be initialized, call tool-bar-setup.
2499         * tool-bar.el (tool-bar-setup): Variable deleted.
2500         (tool-bar-setup): Set it up unconditionally.
2502         * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
2504         * progmodes/grep.el (grep-mode-tool-bar-map): Check if
2505         tool-bar-map has been initialized before setting it up.
2507         * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
2508         tool-bar-map has been initialized before setting it up.
2510 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
2512         * emacs-lisp/warnings.el (display-warning): Issue a message if
2513         called during daemon initialization.
2515         * tool-bar.el (tool-bar-local-item)
2516         (tool-bar-local-item-from-menu): Put the check for number of
2517         display colors into the image expression.
2518         (tool-bar-setup): Don't be a no-op on ttys.
2520         * info.el (info-tool-bar-map):
2521         * progmodes/gud.el (gud-tool-bar-map):
2522         * progmodes/grep.el (grep-mode-tool-bar-map):
2523         * progmodes/compile.el (compilation-mode-tool-bar-map):
2524         Initialize it unconditionally.
2526 2008-10-11  Romain Francoise  <romain@orebokech.com>
2528         * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
2529         * kmacro.el (kmacro-edit-lossage): Ditto.
2530         * edmacro.el (edit-kbd-macro): Ditto.
2532 2008-10-11  Ulf Jasper  <ulf.jasper@web.de>
2534         * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
2535         Fix variable names.
2537 2008-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
2539         * startup.el (command-line): Revert 2008-09-26 change, not
2540         necessary anymore.
2542 2008-10-10  Andreas Schwab  <schwab@suse.de>
2544         * simple.el (minibuffer-complete-shell-command):
2545         Bind comint-delimiter-argument-list, comint-file-name-chars and
2546         comint-file-name-quote-list like shell-mode.
2548 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
2550         * window.el (pop-to-buffer): Fix misplacement of arg norecord in
2551         call of select-window.
2553 2008-10-10  Jay Belanger  <jay.p.belanger@gmail.com>
2555         * calc/calc.el (calc-embedded-word-regexp)
2556         (calc-embedded-word-regexp-alist): New variables.
2557         (calc-embedded-open-word, calc-embedded-close-word)
2558         (calc-embedded-open-close-word-alist): Remove unused variables.
2560         * calc/calc-embed.el (calc-embedded-make-info):
2561         Use `calc-embedded-word-regexp' to find words.
2563 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
2565         * info.el (Info-extract-menu-counting): New argument no-detail to
2566         skip detailed node listings.
2567         (Info-forward-node): New argument not-up to inhibit going up.
2568         (Info-final-node): Call Info-extract-menu-counting and
2569         Info-forward-node with the new arguments set to avoid infinite
2570         looping.  (Bug#1116)
2572 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
2574         * startup.el (command-line): Don't invoke tool-bar-mode if it is
2575         not fboundp.
2577 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
2579         * startup.el (command-line): Enable tool-bar-mode as long as it is
2580         not suppressed by X resources, regardless of the terminal.
2582         * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
2583         graphical terminals.
2584         (tool-bar-setup): No-op if called on a tty.
2586 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
2588         * frame.el (make-frame-on-tty): Use "F" inside interactive.
2589         Support `pc' ``window-system''.
2591         * progmodes/compile.el (compilation-start): Resurrect the version
2592         for systems that don't support asynchronous subprocesses.
2594 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
2596         * window.el (pop-up-frames): Add choice graphic-only.
2597         (display-buffer): When pop-up-frames equals graphic-only do
2598         not pop up new frame on text-only terminals.  (Bug#1061)
2600 2008-10-09  Dan Nicolaescu  <dann@ics.uci.edu>
2602         * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
2603         (vc-cvs-dir-status): Use it.
2605 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
2607         * json.el (json-skip-whitespace): Fix last change.
2609 2008-10-08  Juanma Barranquero  <lekktu@gmail.com>
2611         * bs.el (bs-unload-function): New function.
2613 2008-10-08  Sven Joachim  <svenjoac@gmx.de>
2615         * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
2616         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
2617         For clarity, explicitly require cl.
2619 2008-10-08  Michael Olson  <mwolson@gnu.org>
2621         * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
2622         can avoid a bad interaction with programs that add functions to
2623         the window-scroll-functions hook.  This fixes Bug #858.
2625 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
2627         * startup.el (command-line): Use display-warning to warn about an
2628         init file error.
2629         (command-line-1): Remove init file error delay.
2631 2008-10-07  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2633         * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
2634         Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
2635         (rx-group-if): New function.
2636         (rx-parent): New variable.
2637         (rx-and, rx-or): Put shy groups only when necessary.
2638         (rx-bracket): Remove.
2639         (rx-anything): New function.
2640         (rx-any-delete-from-range, rx-any-condense-range)
2641         (rx-check-any-string): New functions.
2642         (rx-check-any): Return result as a list.  Don't convert chars to
2643         strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
2644         Check char category string.  Call rx-form instead of rx-to-string.
2645         (rx-any): Rebuid to complete the function.
2646         (rx-check-not): Fix char category regexp pattern string.
2647         Call rx-form instead of rx-to-string.
2648         (rx-not): Call rx-form instead of rx-to-string.  Convert "[^]" to
2649         "[^^]".  Call regexp-quote for one char string when not called from
2650         rx-not.  Add "\\w", and toggle to upcase.  Add the case of
2651         "\\[SCBW]" to toggle.
2652         (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
2653         instead of rx-to-string.
2654         (rx-kleene): Call rx-form instead of rx-to-string.
2655         Call rx-group-if to adjust putting of shy groups.
2656         (rx-atomic-p): Make check more precisely.
2657         (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
2658         (rx-regexp): Call rx-group-if.
2659         (rx-form): New function.
2660         (rx-to-string): Call rx-form, rx-group-if.
2661         Refine definition of NO-GROUP.
2663 2008-10-07  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
2665         * json.el (json-advance): Use forward-char.
2666         (json-skip-whitespace): Use skip-syntax-forward.
2668 2008-10-07  Alan Mackenzie  <acm@muc.de>
2670         * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
2671         indenting a macro followed by blank lines doesn't backslash the
2672         following non-blank line into the macro.
2674 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
2676         * startup.el (before-init-time, after-init-time): Move into emacs.c.
2677         (command-line): Set after-init-time to nil before initialization.
2679 2008-10-06  Jay Belanger  <jay.p.belanger@gmail.com>
2681         * calc/calc-units.el (math-standard-units): Update the values
2682         of the units.
2684 2008-10-06  Juanma Barranquero  <lekktu@gmail.com>
2686         * bookmark.el (bookmark-unload-function): New function.
2688 2008-10-06  Andreas Schwab  <schwab@suse.de>
2690         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2692 2008-10-06  Martin Rudalics  <rudalics@gmx.at>
2694         * mail/footnote.el: Remove * in defcustom docstrings and tell
2695         for most options that customizing them doesn't affect buffers
2696         already displaying footnotes.
2697         (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
2698         Fix handling of text properties and identical start/end tags.
2699         Do not use format when renumbering.
2700         (Footnote-set-style): Make it work.
2701         (Footnote-insert-numbered-footnote): Simplify.
2702         (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
2703         (Footnote-goto-footnote): Fix handling of empty section tag.
2704         (Footnote-delete-footnote): Fix handling of identical start/end
2705         tags, empty section tag, and spaced footnotes.  Do not use
2706         kill-region.
2707         (footnote-mode): Make most options buffer-local to avoid that
2708         customizing messes up handling of footnotes in buffers that
2709         already display them.
2711 2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
2713         * faces.el (x-create-frame-with-faces): Undo previous change.
2715         * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
2716         existent files.
2718 2008-10-05  Chong Yidong  <cyd@stupidchicken.com>
2720         * international/mule-cmds.el (universal-coding-system-argument):
2721         Handle digit-argument too.
2723 2008-10-05  Mario Lang  <mlang@delysid.org>
2725         * xml.el (xml-parse-string): Use skip-chars-forward.
2727 2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
2729         * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
2730         existent files.
2731         (vc-bzr-dir-status-files): New function.
2733 2008-10-04  Glenn Morris  <rgm@gnu.org>
2735         * files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)
2737         * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
2738         (vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)
2740         * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
2741         (vc-cvs-dir-status): Respect vc-stay-local-p.  (Bug#1046)
2743 2008-10-04  David J. Biesack  <David.Biesack@sas.com>  (tiny change)
2745         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
2746         Fix typo.  (Bug#1074)
2748 2008-10-04  Martin Rudalics  <rudalics@gmx.at>
2750         * progmodes/compile.el (compilation-start): Make sure to move to
2751         point-max only when we are in the compilation buffer.  (Bug#1073)
2753 2008-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
2755         * faces.el (x-create-frame-with-faces): Only setup the toolbar if
2756         tool-bar-mode is on.
2758         * vc-svn.el (vc-svn-dir-status-files):
2759         * vc-cvs.el (vc-cvs-dir-status-files): New function.
2761 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
2763         * vc-hg.el (vc-hg-dir-status-files): New function.
2765 2008-10-03  Martin Rudalics  <rudalics@gmx.at>
2767         * window.el (window--display-buffer-1): Don't care about
2768         visibility since raise-frame does.
2770 2008-10-03  Mario Lang  <mlang@delysid.org>
2772         * nxml/xmltok.el (xmltok-forward): Simplify.
2774 2008-10-03  Glenn Morris  <rgm@gnu.org>
2776         * Makefile.in (ELCFILES): Update.
2778         * frame.el (set-default-font): Make obsolete.
2779         * mouse.el (mouse-set-font): Use set-frame-font.
2781         * jka-cmpr-hook.el (jka-compr-compression-info-list)
2782         (jka-compr-mode-alist-additions): Also match `.tbz2'.
2784         * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
2785         * files.el (auto-mode-alist): Add .PRO as per above autoload.
2787 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
2789         * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
2790         (vc-dir-refresh): Set it here instead.  (Bug#1067)
2792 2008-10-02  Chong Yidong  <cyd@stupidchicken.com>
2794         * faces.el (inhibit-frame-set-background-mode): New var.
2795         (frame-set-background-mode): Use it to avoid a loop in
2796         face-spec-recalc.
2798 2008-10-02  Glenn Morris  <rgm@gnu.org>
2800         * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
2801         vc-diff-switches.
2803 2008-10-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2805         * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
2806         that is, to take some action when a buffer is killed.  Suggested by
2807         Stefan Monnier <monnier@iro.umontreal.ca>.  Doc fix.  New version
2808         11.2.2.
2809         (whitespace-action): Docstring and :type fix.
2810         (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
2811         Code fix.
2812         (whitespace-add-local-hook, whitespace-remove-local-hook)
2813         (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
2815 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2817         * net/tls.el (open-tls-stream): Show the actual command being
2818         executed, instead of the format string.
2820 2008-10-01  Eli Zaretskii  <eliz@gnu.org>
2822         * term/internal.el (dos-locale-alist): New alist.
2823         (dos-codepage-setup): Use it to compute a value of locale with
2824         which to call set-locale-environment.  Remove code to set
2825         terminal, keyboard, and file-name encoding (done by
2826         set-locale-environment).
2828         * international/mule-cmds.el
2829         (set-language-environment-nonascii-translation): Fix nonascii
2830         value for `pc' ``window-system''.
2831         (set-display-table-and-terminal-coding-system)
2832         (set-default-coding-systems): Don't special-case `pc'.
2834 2008-10-01  Glenn Morris  <rgm@gnu.org>
2836         * filesets.el (filesets-menu-name): Fix type.
2837         (filesets-menu-path, filesets-menu-before): Fix types.
2838         Change defaults to be consistent with recentf.  (Bug#1056)
2840 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2842         * term/xterm.el (xterm-turn-on-modify-other-keys)
2843         (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
2844         Don't forget to pass `terminal' to `send-string-to-terminal'.
2846 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
2848         * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
2849         (vc-file-not-found-hook): Check, that `buffer-file-name' is
2850         non-nil.  It is not clear, whether this is only fixing symptoms on
2851         an error.  OTOH, in all other cases, the call of `vc-file-clearprops'
2852         is embedded by that check.  So it might be TRT.  Suggested by Dan
2853         Nicolaescu <dann@ics.uci.edu>.
2855 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
2857         * Makefile.in (ELCFILES): Remove codepage.elc.
2859         * international/codepage.el: File removed, as even ms-dos doesn't
2860         need it anymore.
2862         * loadup.el [ms-dos]: Don't load ccl and codepage.
2864         * term/internal.el: Remove coding: cookie and no-byte-compile flag.
2865         (IT-character-translations, cjk-codepages-alist): Remove variables.
2866         (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
2867         (IT-unicode-translations): Remove charset and base elements.
2868         Add translations for Latin-1 characters.
2869         (IT-setup-unicode-display): Accept a CODING argument.  Don't use
2870         base and chset elements of IT-unicode-translations.  Don't wrap
2871         translation in "{...}".  Set up translations only for characters
2872         for which unencodable-char-position returns non-nil.
2873         (dos-codepage-setup): Don't use special-case codepages in
2874         cjk-codepages-alist.
2876         * files.el (locate-dominating-file): Wrap directory-files with
2877         condition-case, instead of calling file-directory-p, which stats
2878         the directory one more time.
2880         * mail/mail-utils.el (mail-unquote-printable-region):
2881         Use insert-byte instead of insert-char, when the UNIBYTE arg is
2882         non-nil.
2884 2008-09-30  Daiki Ueno  <ueno@unixuser.org>
2886         * epa-file.el (epa-file-insert-file-contents): Fix typo.
2888 2008-09-30  Glenn Morris  <rgm@gnu.org>
2890         * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
2892 2008-09-30  Daniel Colascione  <danc@merrillpress.com>
2894         * progmodes/which-func.el (which-func-imenu-joiner-function): New.
2895         (which-function): Handle nested imenu trees.
2897         * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
2898         some nested menu items.
2900 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
2902         * calc/calc-units.el (math-standard-units): Add entries used to
2903         display the the values in the units buffer.
2904         (math-build-units-table): Add entries to the units table to be used
2905         to display the values in the units buffer.
2906         (math-build-units-table-buffer): Use the display entry of the units
2907         table when non-nil.
2908         (calc-define-unit): Add option to enter display value of unit.
2910 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
2912         * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
2914 2008-09-29  Eli Zaretskii  <eliz@gnu.org>
2916         * files.el (locate-dominating-file): Take file-attributes of
2917         `dir', not of `file' (which never changes).
2919 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
2921         * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
2922         also be `localname'.
2924         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
2925         IDENTIFICATION.
2927 2008-09-28  Glenn Morris  <rgm@gnu.org>
2929         * vc.el (vc-switches): Give it a doc string.
2931 2008-09-28  Romain Francoise  <romain@orebokech.com>
2933         * comint.el (comint-show-output): Adjust to stickiness changes of
2934         the output field.
2936         * startup.el (command-line): Start the daemon server later.
2938 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
2940         * subr.el (read-quoted-char): Call char-resolve-modifiers
2941         instead of char-resolve-modifers.
2943 2008-09-27  Glenn Morris  <rgm@gnu.org>
2945         * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
2946         than [return].  (Bug#1031)
2948 2008-09-27  Peter Dyballa  <Peter_Dyballa@Freenet.DE>
2950         * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
2952 2008-09-27  Daiki Ueno  <ueno@unixuser.org>
2954         * epg.el (epg-wait-for-status): Check if there is no pending status.
2955         Reported by Ted Romer <ted@romerfamily.com>.
2957 2008-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
2959         * startup.el (command-line): Turn on menu-bar-mode and
2960         tool-bar-mode when running as a daemon.
2962 2008-09-26  Eli Zaretskii  <eliz@gnu.org>
2964         * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
2965         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
2966         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
2967         ($(lisp)/progmodes/cc-engine.elc)
2968         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
2969         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
2970         ($(lisp)/progmodes/cc-subword.elc)
2971         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
2973         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
2974         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
2975         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
2976         ($(lisp)/progmodes/cc-engine.elc)
2977         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
2978         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
2979         ($(lisp)/progmodes/cc-subword.elc)
2980         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
2982 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2984         * informat.el (Info-split-threshold): New variable.
2985         (Info-split): Use it.
2987         * textmodes/texinfmt.el (texinfo-format-buffer):
2988         Use Info-split-threshold to decide whether to split Info files.
2990 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
2992         * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
2993         quoting.
2995         * comint.el (comint-dynamic-complete-as-filename): Quote directory
2996         name when reinserting it.
2998         * isearch.el (isearch-search-fun): Use word-search-forward-lax and
2999         word-search-backward-lax for incremental word search.
3001 2008-09-25  Juanma Barranquero  <lekktu@gmail.com>
3003         * generic-x.el (generic-other-modes): Fix typo in docstring.
3004         (generic-use-find-file-hook, generic-lines-to-scan)
3005         (generic-find-file-regexp, generic-ignore-files-regexp)
3006         (generic-define-mswindows-modes, generic-define-unix-modes):
3007         Remove `*' from docstring.
3008         (generic-mode-find-file-hook): Use `string-match-p'.
3009         (apache-log-generic-mode, mailagent-rules-generic-mode)
3010         (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
3011         (java-manifest-generic-mode, java-properties-generic-mode)
3012         (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
3013         for consistency with other modes in generic-x.el.
3015 2008-09-25  Martin Rudalics  <rudalics@gmx.at>
3017         * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
3018         (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
3019         parens specially only if latex-handle-escaped-parens is non-nil.
3020         (latex-indent-within-escaped-parens): New option.
3021         (latex-find-indent): Bind latex-handle-escaped-parens to
3022         latex-indent-within-escaped-parens.  Do not treat escaped parens
3023         specially when this is nil.  (Bug#954)
3025 2008-09-25  Glenn Morris  <rgm@gnu.org>
3027         * ffap.el (ffap-fixup-url): Don't call url-normalize-url.  (Bug#898)
3029 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
3031         * vc.el (vc-mark-resolved): Move message here from
3032         vc-default-mark-resolved.
3033         (vc-default-mark-resolved): Change to an alias for ignore.
3035 2008-09-24  Andreas Politz  <politza@fh-trier.de>  (tiny change)
3037         * term.el (term-emulate-terminal): Encode input string before
3038         checking its length.
3040 2008-09-24  Chong Yidong  <cyd@stupidchicken.com>
3042         * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
3043         is loaded.
3045         * server.el (server-buffer-done): Avoid changing the buffer when
3046         deleting the client's frame (bug#640).
3048         * vc.el (vc-default-mark-resolved): New function.
3050 2008-09-24  Stephen Berman  <stephen.berman@gmx.net>
3052         * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
3053         from raising a wrong-type-argument error.
3055 2008-09-24  Martin Rudalics  <rudalics@gmx.at>
3057         * help-fns.el (describe-function-1, describe-variable): Print
3058         relative file name in help buffer.
3059         * faces.el (describe-face): Print relative file name in help
3060         buffer.
3062 2008-09-23  Romain Francoise  <romain@orebokech.com>
3064         * subr.el (with-output-to-string): Make sure that the temporary
3065         buffer gets killed.
3067 2008-09-23  Markus Sauermann  <markus@sauermann-consulting.de>  (tiny change)
3069         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
3070         indentation problem with keyword symbols when a list starts with
3071         ,@ or spaces.  (Bug#1012)
3073 2008-09-23  Martin Rudalics  <rudalics@gmx.at>
3075         * textmodes/tex-mode.el (latex-find-indent): Try to handle
3076         escaped close parens correctly.  (Bug#954)
3078 2008-09-22  Tassilo Horn  <tassilo@member.fsf.org>
3080         * play/fortune.el (fortune-in-buffer): Fix a bug which forced
3081         usage of `fortune-file' even though a FILE argument was passed to
3082         the function.
3084 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3086         * startup.el (command-line): Start the server when in daemon mode.
3087         Remove always true test.
3089         * frame.el (frame-initialize): Remove spurious setting of
3090         special-display-function with the default value.
3092 2008-09-20  Vincent Belaïche  <vincent.b.1@hotmail.fr>
3094         * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
3096 2008-09-20  Glenn Morris  <rgm@gnu.org>
3098         * emacs-lisp/lisp-mode.el (lisp-indent-offset):
3099         Fix custom type.  (Bug#1011)
3101 2008-09-20  David De La Harpe Golden  <david@harpegolden.net>
3103         * files.el (move-file-to-trash): Avoid recursive trashing if
3104         rename-file calls delete-file.
3106 2008-09-20  Glenn Morris  <rgm@gnu.org>
3108         * play/fortune.el: Remove leading `*' from defcustom docs.
3109         (fortune-program-options): Doc fix.  Allow to be a string again.
3110         Add :version.
3111         (fortune-in-buffer): Handle fortune-program-options as a string.
3112         Don't rely on fortune program accepting options after fortune file.
3114 2008-09-20  Justin Bogner  <mail@justinbogner.com>  (tiny change)
3116         * play/fortune.el (fortune-program-options): Change to a list.
3117         (fortune-in-buffer): Use apply.
3119 2008-09-20  Ulrich Mueller  <ulm@kph.uni-mainz.de>
3121         * emacs-lisp/authors.el: Change encoding of file to utf-8.
3122         (authors-coding-system): Likewise.
3124 2008-09-20  Ami Fischman  <ami@fischman.org>
3126         * savehist.el (savehist-save): Handle errors in writing as well as
3127         reading.
3129 2008-09-20  Michael Olson  <mwolson@gnu.org>
3131         * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
3132         to provide a minimal performance boost.
3134 2008-09-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3136         * proced.el (proced-grammar-alist, proced-custom-attributes)
3137         (proced-format-alist, proced-format, proced-filter-alist)
3138         (proced-filter, proced-sort): Use defcustom.
3139         (proced-mode): Fix docstring.
3140         (proced-process-attributes): Handle return value nil of functions
3141         in proced-custom-attributes.
3143 2008-09-19  Martin Rudalics  <rudalics@gmx.at>
3145         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
3146         flag from "'" entry in sgml-tag-syntax-table.  (Bug#946)
3148 2008-09-19  Miles Bader  <miles@gnu.org>
3150         * comint.el (comint-output-filter): Make field properties for
3151         output text front-sticky.
3153 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
3155         * vc-bzr.el (vc-bzr-show-log-entry):
3156         * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
3157         C-x v l for a directory uses that.
3159 2008-09-18  Simon Josefsson  <simon@josefsson.org>
3161         * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
3162         .sieve files.
3164 2008-09-18  Martin Rudalics  <rudalics@gmx.at>
3166         * help-macro.el (make-help-screen): Preserve key bindings
3167         established in help-mode call when exiting this macro.
3169 2008-09-17  Kenichi Handa  <handa@m17n.org>
3171         * language/burmese.el: Fix setting of composition-function-table.
3173 2008-09-17  Martin Rudalics  <rudalics@gmx.at>
3175         * info.el (Info-follow-nearest-node): Don't raise an error for
3176         mouse-1 clicks.
3178 2008-09-17  Jay Belanger  <jay.p.belanger@gmail.com>
3180         * calc/calc-units.el (calc-convert-temperature): Use default
3181         units when appropriate.
3183 2008-09-16  Markus Triska  <markus.triska@gmx.at>
3185         * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
3186         catch errors raised in `texmathp'.
3187         (flyspell-tex-math-initialized): Remove.
3189 2008-09-16  Martin Rudalics  <rudalics@gmx.at>
3191         * frame.el (select-frame-set-input-focus): With non-nil
3192         mouse-autoselect-window always move mouse cursor to frame's
3193         selected window.  Otherwise restore pre 2008-09-13 behavior.
3194         (select-frame-by-name): Use select-frame-set-input-focus.
3196         * files.el (switch-to-buffer-other-frame): Don't raise frame since
3197         pop-to-buffer already does it.
3198         (display-buffer-other-frame): Fix doc-string.
3200 2008-09-16  Glenn Morris  <rgm@gnu.org>
3202         * add-log.el (diff-find-source-location): Update declaration.
3204         * progmodes/make-mode.el (makefile-match-function-end):
3205         Move point.  (Bug#983)
3207 2008-09-16  Daiki Ueno  <ueno@unixuser.org>
3209         * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
3211 2008-09-15  Juanma Barranquero  <lekktu@gmail.com>
3213         * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
3214         (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
3216 2008-09-15  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
3218         * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
3220 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
3222         * files.el (file-truename): Don't raise args-out-of-range error
3223         when filename has no separator on windows-nt.  (Bug#982)
3225 2008-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3227         * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
3228         be more honest when we don't know.
3229         (diff-tell-file-name): Don't prompt before the actual prompt.
3230         (diff-mode): Don't prompt in add-log-buffer-file-name-function.
3231         (diff-find-source-location): Add `noprompt' argument.
3232         (diff-current-defun): Don't prompt.
3234 2008-09-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3236         * proced.el (proced-mark-face, proced-marked-face)
3237         (proced-sort-header-face): Remove.
3238         (proced-font-lock-keywords): Simplify.
3239         (proced-format): Use face proced-sort-header.
3240         (proced-format-interactive, proced-sort-interactive)
3241         (proced-filter-interactive): Only call proced-update if the scheme
3242         has changed.
3243         (proced-sort-header): Use posn-actual-col-row.
3245 2008-09-14  Martin Rudalics  <rudalics@gmx.at>
3247         * add-log.el (change-log-find-window): New variable.
3248         (change-log-goto-source-1, change-log-goto-source):
3249         Set change-log-find-window to window displaying source.
3250         (change-log-next-error): Select window specified by
3251         change-log-find-window.
3253 2008-09-13  Martin Rudalics  <rudalics@gmx.at>
3255         * frame.el (select-frame-set-input-focus): With focus follows
3256         mouse move mouse cursor to right window.
3257         * window.el (pop-to-buffer): Select window before calling
3258         select-frame-set-input-focus.
3260 2008-09-12  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3262         * proced.el (proced-sort-header): New face.
3263         (proced-sort-header-face): New variable.
3264         (proced-format): Allow format value nil.
3265         Use proced-sort-header-face for header of sort column.
3266         (proced-format-args): New function.
3267         (proced-grammar-alist, proced-timer-flag, proced-process-alist)
3268         (proced-header-help-echo, proced-field-help-echo, proced-timer)
3269         (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
3270         (proced-refine): Rename from proced-filter-attribute.  Doc fix.
3271         (proced-sort-header): Bind also to mouse-1.
3272         (proced-move-to-goal-column): Return position of point.
3273         (proced-filter-interactive): Always revert listing.
3274         (proced-format-ttname): Simplify.
3275         (proced-update): Do not keep undo information.  Put point at
3276         beginning of buffer if we generate the first listing.
3278 2008-09-12  Tassilo Horn  <tassilo@member.fsf.org>
3280         * doc-view.el (doc-view-scroll-up-or-next-page)
3281         (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
3282         vertically split windows.
3284 2008-09-12  Glenn Morris  <rgm@gnu.org>
3286         * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
3288         * indent.el (indent-line-function): Doc fix.
3289         * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
3291 2008-09-11  Martin Rudalics  <rudalics@gmx.at>
3293         * window.el (pop-to-buffer): If the window for buffer-or-name is
3294         not on the selected frame, raise that window's frame and give it
3295         input focus.  (Bug#745)
3297 2008-09-11  Glenn Morris  <rgm@gnu.org>
3299         * ido.el (ido-mode): Initialize with custom-initialize-default,
3300         rather than a set function.  (Bug#947)
3302 2008-09-10  Chong Yidong  <cyd@stupidchicken.com>
3304         * replace.el (perform-replace): Don't set inhibit-read-only using
3305         query-replace-skip-read-only (bug#956).
3307         * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
3308         of the <<foo>> form.
3310 2008-09-10  Martin Rudalics  <rudalics@gmx.at>
3312         * window.el (display-buffer): Fix doc-string typo.
3314 2008-09-10  Kenichi Handa  <handa@m17n.org>
3316         * composite.el (compose-gstring-for-graphic): Fix previous change.
3318 2008-09-10  Glenn Morris  <rgm@gnu.org>
3320         * info.el (Info-try-follow-nearest-node): Fix doc typo.
3322 2008-09-10  Stephen Berman  <stephen.berman@gmx.net>
3324         * info.el (Info-mouse-follow-nearest-node): Follow links to different
3325         manuals.  (Bug#886)
3327 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
3329         * ido.el (ido-unload-function): New function.
3331 2008-09-08  Juanma Barranquero  <lekktu@gmail.com>
3333         * ido.el (ido-file-internal): Fix typo in prompt.
3334         (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
3335         (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
3336         (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
3337         (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
3338         Fix typos in docstrings.
3340 2008-09-08  Martin Rudalics  <rudalics@gmx.at>
3342         * help-fns.el (describe-function-1): Don't print extra newline
3343         after filling.
3345 2008-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3347         * help-fns.el (find-lisp-object-file-name): Handle case where
3348         library is compressed.
3350 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
3352         * complete.el (PC-do-completion): Don't replace buffer
3353         contents (bug#227).
3355 2008-09-07  Juanma Barranquero  <lekktu@gmail.com>
3357         * loadhist.el (unload-feature-special-hooks):
3358         Add `choose-completion-string-functions'.
3360 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3362         * vc-svn.el (vc-svn-root):
3363         * vc-sccs.el (vc-sccs-root):
3364         * vc-rcs.el (vc-rcs-root):
3365         * vc-cvs.el (vc-cvs-root): Delete.
3366         * vc-hooks.el (vc-find-root): Remove `invert' argument.
3368 2008-09-07  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
3370         * progmodes/flymake.el (flymake-parse-err-lines): Filter out
3371         errors occurring in different files.
3373 2008-09-07  Dan Nicolaescu  <dann@ics.uci.edu>
3375         * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
3376         (vc-bzr-status-printer): New function.
3377         (vc-bzr-after-dir-status): Deal with renamed files.
3379 2008-09-07  Johan Euphrosine  <proppy@aminche.com>  (tiny change)
3381         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
3382         buffer's filename.
3384 2008-09-07  Martin Rudalics  <rudalics@gmx.at>
3386         * subr.el (cancel-change-group): Widen buffer temporarily when
3387         undoing changes.  (Bug#810)
3389 2008-09-07  Nick Roberts  <nickrob@snap.net.nz>
3391         * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
3392         with gud-stop-subjob rather than exit debugger.
3394 2008-09-07  Kenichi Handa  <handa@m17n.org>
3396         * composite.el: Compose combining characters only when it
3397         follows a character matching with "[[:alpha:]]".
3399 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3401         * proced.el: Require time-date.
3402         (proced-command-alist, proced-command, proced-goal-header-re)
3403         (proced-sorting-schemes-alist, proced-sorting-scheme)
3404         (proced-header-alist, proced-sorting-schemes-re)
3405         (proced-skip-regexp, proced-next-line, proced-previous-line)
3406         (proced-listing-type, proced-sorting-scheme-p): Remove.
3407         (proced-grammar-alist, proced-custom-attributes)
3408         (proced-format-alist, proced-format, proced-filter-alist)
3409         (proced-filter, proced-sort, proced-goal-attribute)
3410         (proced-timer-interval, proced-timer-flag, proced-timer)
3411         (proced-process-alist, proced-sort-internal, proced-process-tree)
3412         (proced-header-help-echo, proced-field-help-echo): New variables.
3413         (proced-pid-at-point, proced-timer, proced-mark-process-alist)
3414         (proced-omit-process, proced-filter, proced-process-tree)
3415         (proced-filter-children, proced-children-pids)
3416         (proced-filter-parents, proced-<, proced-string-lessp)
3417         (proced-time-lessp, proced-xor, proced-sort-p)
3418         (proced-format-time, proced-format-start, proced-format-ttname)
3419         (proced-format, proced-process-attributes): New functions.
3420         (proced-toggle-timer-flag, proced-mark-children)
3421         (proced-mark-parents, proced-filter-interactive)
3422         (proced-filter-attribute, proced-sort-interactive)
3423         (proced-sort-header, proced-format-interactive): New commands.
3424         (proced-move-to-goal-column): Use goal-column.
3425         (proced-mode): Use proced-timer.
3426         (proced-do-mark-all): Display process count.  Use use-region-p.
3427         Simplify.
3428         (proced-omit-processes): Use use-region-p.
3429         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
3430         (proced-sort-start, proced-sort-time, proced-sort-user):
3431         Use proced-sort-interactive.
3432         (proced-sort): Make it a function that performs the actual sort.
3433         (proced-update): New arg revert.  Use proced-process-alist,
3434         proced-filter, proced-sort, proced-format, and
3435         proced-grammar-alist.  Preserve position of point based on fields.
3436         Make header line and fields clickable.
3437         (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
3438         (proced-why): Use save-selected-window.
3439         (proced-log): Use buffer-read-only.
3441 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
3443         * tooltip.el (tooltip-mode): Initialize unconditionally to t.
3445 2008-09-06  Glenn Morris  <rgm@gnu.org>
3447         * add-log.el (diff-find-source-location): Declare.
3448         (find-change-log): If called from a diff buffer, try to switch to the
3449         source buffer (e.g. to respect change-log-default-name there).
3451         * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
3452         unallowed characters; added 2006-10-10 without comment.  (Bug#753)
3454         * Makefile.in (ELCFILES): Update.
3456 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
3458         * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
3459         user enters a mouse event in another frame, or a special event.
3461         * server.el (server-switch-buffer): New arg.
3462         (server-execute): If reusing an existing window, set file position
3463         if required.
3465 2008-09-06  Kenichi Handa  <handa@m17n.org>
3467         * language/lao.el: Fix setting of composition-function-table.
3469 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
3471         * term/pc-win.el (msdos-show-help): Don't truncate lines while
3472         displaying help echo messages.
3474 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
3476         * subr.el (symbol-file): Fix doc-string.
3478 2008-09-06  Glenn Morris  <rgm@gnu.org>
3480         * help-mode.el (help-xref-forward-stack): Doc fix.
3482         * add-log.el (change-log-default-name): Autoload safety.
3484 2008-09-05  Wilson Snyder  <wsnyder@wsnyder.org>
3486         * verilog-mode.el (verilog-library-extensions): Enable .sv
3487         filename extensions to call verilog-mode.
3488         (verilog-auto, verilog-auto-inst, verilog-faq)
3489         (verilog-submit-bug-report): Update author support URLs.
3490         (verilog-delete-auto, verilog-auto-inout-module)
3491         (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
3492         creating complemented testbench modules.  Suggested by Yishay Belkind.
3493         (verilog-auto-inst-port, verilog-simplify-range-expression):
3494         When verilog-auto-inst-param-value is set, don't require a
3495         AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
3496         Yishay Belkind.
3497         (verilog-auto-inst-param-value): Add safe variable.
3498         (verilog-re-search-forward, verilog-re-search-backward):
3499         Fix returning wrong search results on Emacs 22.1.
3500         (verilog-modi-cache-results, verilog-auto): Fix warning message
3501         about "toggling font-lock-mode."
3502         (verilog-auto): Fix losing font-lock on errors.
3503         (verilog-auto-inst-param-value, verilog-mode-version)
3504         (verilog-mode-version-date, verilog-read-inst-param-value)
3505         (verilog-auto-inst, verilog-auto-inst-param)
3506         (verilog-auto-inst-port, verilog-simplify-range-expression):
3507         Allow parameters to be replaced with their values, on the expansion of
3508         an AUTOINST with Verilog 2001 style parameter settings.
3509         Suggested by David Rogoff.
3511 2008-09-05  Michael McNamara  <mac@mail.brushroad.com>
3513         * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
3514         Better support for the property statement.  Sometimes this keyword
3515         introduces a statement which requires an endproperty keyword, and
3516         sometimes it doesn't, depending on the work before the property
3517         word.  If property is prefixed with assert, assume or cover
3518         keyword, then the statement is ended with a ';'.  Otherwise,
3519         property is like task or specify, and is followed by some number
3520         of statements, which are ended with an endproperty keyword.
3521         (electric-verilog-tab): Support Emacs 22.2 style handling of tab
3522         in a highlighted region: indent each line in region according to
3523         mode.  Supply this so it works in XEmacs and older Emacs.
3525 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3527         * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
3528         Don't clean up a buffer when killing it.
3530 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3532         * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
3533         buffers (bug#360).  New version 11.2.1.
3534         (whitespace-action): New value `warn-read-only' to give a warning when
3535         buffer is read-only and whitespace action is cleanup or auto-cleanup.
3536         (whitespace-cleanup, whitespace-cleanup-region): Code fix.
3537         (whitespace-warn-read-only): New fun.
3539 2008-09-05  Chong Yidong  <cyd@stupidchicken.com>
3541         * international/quail.el: Require help-mode.
3542         (quail-help-init): Function removed.
3543         (quail-keyboard-layout-button, quail-keyboard-customize-button):
3544         Define directly.
3546         * dired.el (dired-get-filename): Rewrite octal escape character
3547         processor (bug#885).
3549 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
3551         * cus-edit.el (custom-button-pressed): Default to inverse-video.
3553         * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
3554         not just for terminal-frame.
3556 2008-09-05  Martin Rudalics  <rudalics@gmx.at>
3558         * window.el (window--try-to-split-window): Don't split when window
3559         is not splittable in last disjunct.  (Bug#888)
3561 2008-09-05  Kenichi Handa  <handa@m17n.org>
3563         * language/tibetan.el: Fix setting of composition-function-table.
3565         * composite.el (find-composition): Mention about the automatic
3566         composition in the docstring.
3567         (compose-gstring-for-graphic): Fix handling "above" marks.
3569         * descr-text.el (describe-char): Fix handling of automatic composition.
3571 2008-09-04  Juanma Barranquero  <lekktu@gmail.com>
3573         * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
3574         (tramp-parse-connection-properties): Reflow docstring.
3576 2008-09-04  Kim F. Storm  <storm@cua.dk>
3578         * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
3579         and other-frame methods when switching between file and buffer modes.
3581 2008-09-04  Martin Rudalics  <rudalics@gmx.at>
3583         * info.el (Info-dir-remove-duplicates): Narrow buffer when
3584         removing duplicate entries under same heading.  Don't skip char
3585         matching anything but a space or tab at bol.  (Bug#864)
3587 2008-09-03  Alan Mackenzie  <acm@muc.de>
3589         * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
3591 2008-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3593         * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
3594         (completion-pcm--all-completions): Move the case-fold-search binding to
3595         it also applies to completion-regexp-list (used in all-completions).
3596         (completion-pcm--hilit-commonality): Add missing case-fold-search.
3598 2008-09-03  Martin Rudalics  <rudalics@gmx.at>
3600         * window.el (pop-up-frame-function): Move ...
3601         * frame.el (pop-up-frame-function): ... here, to avoid
3602         "CHANGED outside Customize;".
3604 2008-09-03  Glenn Morris  <rgm@gnu.org>
3606         * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
3608 2008-09-03  Chong Yidong  <cyd@stupidchicken.com>
3610         * isearch.el (isearch-highlight-regexp): Fix last change, quoting
3611         non-alphabetical characters properly.
3613 2008-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
3615         * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
3617 2008-09-02  Martin Rudalics  <rudalics@gmx.at>
3619         * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
3620         control-prefixed keys.  (Bug#835)
3622 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
3624         * image-mode.el (image-mode): Fix 2008-07-19 change.
3626 2008-09-02  Juanma Barranquero  <lekktu@gmail.com>
3628         * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
3630         * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
3632 2008-09-02  Glenn Morris  <rgm@gnu.org>
3634         * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
3636         * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
3638 2008-09-01  Glenn Morris  <rgm@gnu.org>
3640         * vc-hooks.el (vc-previous-version): Move alias to vc.el.
3641         * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
3642         and fix name typos.  (Bug#856)
3644 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
3646         * minibuffer.el (completion-pcm--pattern->regex):
3647         When completion-ignore-case is non-nil, generate a regexp that
3648         ignores case.
3650         * window.el (recenter-top-bottom): Doc fix.
3652 2008-09-01  Simon South  <ssouth@member.fsf.org>
3654         * progmodes/delphi.el: New maintainer.
3655         (delphi-interface-types): New var.
3656         (delphi-composite-types): Use it.
3657         (delphi-enclosing-indent-of): Distinguish between "interface"
3658         keyword as a unit separator and used like a class declaration.
3660 2008-09-01  Martin Rudalics  <rudalics@gmx.at>
3662         * help-fns.el (describe-simplify-lib-file-name)
3663         (find-source-lisp-file): Remove.
3664         (find-lisp-object-file-name): New function giving preference to
3665         files found via load-path instead of loaddefs.el.
3666         (describe-function-1): Use new function instead of the removed
3667         ones.  (Bugs #587, #669, #690)
3668         * faces.el (describe-face): Use find-lisp-object-file-name instead
3669         of describe-simplify-lib-file-name.
3671 2008-09-01  Kenichi Handa  <handa@m17n.org>
3673         * international/mule-diag.el (font-show-log): Fix previous change.
3675         * international/mule-cmds.el (set-language-environment):
3676         Don't overwrite current-iso639-language if the current language
3677         environment doesn't provide that data.
3678         (set-locale-environment): Set current-iso639-language from the
3679         locale name.
3681         * international/fontset.el (script-representative-chars): Re-add
3682         the entry for symbol, but with vector of characters.
3683         (setup-default-fontset): Cancel previous change.
3685 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
3687         * ido.el: Move provide statement to the end of the file.
3689 2008-08-30  Markus Triska  <markus.triska@gmx.at>
3691         * linum.el (linum-mode): `window-size-change-functions' can now be
3692         buffer-local.
3693         (linum-update-window): Use result of `move-overlay'.
3695 2008-08-30  Glenn Morris  <rgm@gnu.org>
3697         * subr.el (make-variable-frame-local): Tweak obsolescence message.
3699         * info.el (Info-hide-note-references, Info-refill-paragraphs):
3700         Doc fixes.
3702         * apropos.el (apropos-command): Report documentation errors.
3703         * help-fns.el (describe-function-1): Handle broken aliases.  (Bug#825)
3705 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
3707         * isearch.el (isearch-highlight-regexp): Fix case of highlighted
3708         string.
3710 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
3712         * bindings.el (mode-line-frame-identification): Fix last change.
3714 2008-08-29  Kenichi Handa  <handa@m17n.org>
3716         These changes are to adjust the automatic composition for the new
3717         implementation (avoid using text property).
3719         * composite.el (composition-function-table): Move declaration to
3720         composite.c.
3721         (terminal-composition-base-character-p): Delete it.
3722         (terminal-composition-function): Delete it.
3723         (terminal-composition-function-table): Delete it.
3724         (lgstring-header, lgstring-set-header, lgstring-font)
3725         (lgstring-char, lgstring-char-len, lgstring-shaped-p)
3726         (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
3727         (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
3728         (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
3729         (lglyph-ascent, lglyph-descent, lglyph-adjustment)
3730         (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
3731         (compose-glyph-string, compose-glyph-string-relative)
3732         (compose-gstring-for-graphic, compose-gstring-for-terminal):
3733         New functions.
3734         (auto-compose-chars): Argument changed.
3736         * language/european.el: Don't setup composition-function-table.
3737         (diacritic-composition-pattern, diacritic-compose-region)
3738         (diacritic-compose-string, diacritic-compose-buffer)
3739         (diacritic-composition-function): Delete them.
3741         * language/lao-util.el (lao-composition-function): Argument changed.
3743         * language/sinhala.el: Fix setting up of composition-function-table.
3745         * language/thai.el: Fix setting up of composition-function-table.
3747         * language/thai-util.el: Encoding changed to utf-8.
3748         (thai-composition-function): Argument changed.
3750         * language/indian.el: Fix setting up of composition-function-table.
3751         (devanagari-composable-pattern)
3752         (tamil-composable-pattern, kannada-composable-pattern)
3753         (malayalam-composable-pattern): New variables.
3755         * international/characters.el (unicode-category-table):
3756         Setup unicode-category-table.
3758         * international/fontset.el (setup-default-fontset): Prepend
3759         iso10646-1 fonts to the fallback font groups instead of appending.
3761 2008-08-29  Glenn Morris  <rgm@gnu.org>
3763         * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
3765 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
3767         * term/x-win.el (x-win-suspend-error): Don't signal error if there
3768         are no X frames active.
3770 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
3772         * net/xesam.el (xesam-kill-buffer-function): Wrap code by
3773         `ignore-errors' (the function must succeed always).
3775 2008-08-28  Edward O'Connor  <hober0@gmail.com>
3777         * json.el (json-read-number): New arg.  Handle explicitly signed
3778         numbers.
3779         (json-readtable): Add `+' and `.'.
3781 2008-08-28  Eli Zaretskii  <eliz@gnu.org>
3783         * term/pc-win.el (msdos-previous-message): New variable.
3784         (msdos-show-help): New function.
3785         (msdos-initialize-window-system): Set show-help-function to
3786         msdos-show-help.
3788 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
3790         * emacs-lisp/debug.el (debug): When killing a noninteractive
3791         Emacs, give an exit status of -1.
3793 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
3795         * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
3797 2008-08-27  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
3799         * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
3800         not the same as the last modification time, fall back on the
3801         backend-specific check.
3803 2008-08-27  Teodor Zlatanov  <tzz@lifelogs.com>
3805         * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
3806         to go to the position of interest.
3808 2008-08-27  Tomas Abrahamsson  <tab@lysator.liu.se>
3810         * textmodes/artist.el (artist-mode-init): Add comment on the
3811         setting up of the `artist-replacement-table' array.
3812         (artist-get-replacement-char): New defsubst.
3813         (artist-get-char-at-xy-conv, artist-replace-char)
3814         (artist-replace-chars, artist-replace-string): Use it instead of
3815         accessing `artist-replacement-table' directly.
3816         Reported by Rubén Berenguel <ruben@maia.ub.es>.
3818         (artist-mt): Fix structures for cut and copy operations.
3820 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
3822         * shell.el (shell-file-name-quote-list): Quote `$'.
3824         * comint.el (comint-dynamic-complete-as-filename): Generalize last
3825         change to allow quoting of characters before point.
3826         (comint-dynamic-list-filename-completions): Quote common substring.
3828 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
3830         * comint.el (comint-dynamic-complete-as-filename): If case is
3831         ignored while matching, replace the entire filename with completion.
3833         * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
3834         flyspell-pre-point is valid to avoid signalling an error in
3835         post-command-hook.
3837 2008-08-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
3839         * linum.el (linum): Inherit remaining face attributes from default
3840         face.
3842 2008-08-26  Markus Triska  <markus.triska@gmx.at>
3844         * linum.el (linum-delay): Disable - it should no longer be
3845         necessary, and can lead to longer delays.
3846         (linum-update-window): Renumber if margin width has changed.
3848 2008-08-26  Daiki Ueno  <ueno@unixuser.org>
3850         * epa.el (epa--key-widget-action): Save the selected window to
3851         make `widget-button-click-moves-point' work.  (Bug#733).
3853 2008-08-26  Glenn Morris  <rgm@gnu.org>
3855         * calendar/holidays.el (calendar-holidays): Doc fix.
3857         * progmodes/gud.el (tramp-file-name-localname)
3858         (tramp-dissect-file-name): Declare.
3860         * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
3862 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
3864         * bindings.el (mode-line-frame-control): New function, caters to
3865         `pc' ``window system''.
3866         (mode-line-frame-identification): Use it instead of accessing
3867         window-system directly.
3869 2008-08-25  Juri Linkov  <juri@jurta.org>
3871         * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
3872         `center-line' and "\eS" from `center-paragraph'.
3873         (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
3874         `center-paragraph'.
3876 2008-08-25  Ulf Jasper  <ulf.jasper@web.de>
3878         * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
3879         (newsticker-treeview-treewindow-width): New.
3880         (newsticker-treeview-listwindow-height): New.
3881         (newsticker-treeview-browse-url-item): New.
3882         (newsticker-treeview-mode-map):
3883         Add newsticker-treeview-browse-url-item.
3884         (newsticker--treeview-window-init):
3885         Use newsticker-treeview-treewindow-width and
3886         newsticker-treeview-listwindow-height.
3888         * net/newst-reader.el (newsticker-browse-url-item): New.
3890 2008-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
3892         * vc-dir.el (vc-dir-marked-only-files-and-states):
3893         (vc-dir-child-files-and-states): Reverse the list before returning it.
3895 2008-08-24  Michael Albinus  <michael.albinus@gmx.de>
3897         * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
3899 2008-08-24  Romain Francoise  <romain@orebokech.com>
3901         * progmodes/python.el (run-python): Remove '' from sys.path.
3903 2008-08-23  Glenn Morris  <rgm@gnu.org>
3905         * progmodes/fortran.el (fortran-tab-mode-string)
3906         (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
3908 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
3910         * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
3911         Add declare-function.
3913         * startup.el (command-line): Don't call tty-register-default-colors
3914         if initial-window-system is `pc'.
3916         * term/internal.el (local-function-key-map): Fix unbalanced parens.
3917         (msdos-key-remapping-map): New variable.  Move here all the special
3918         keys we will be remapping via local-function-key-map.
3919         (msdos-setup-keyboard): New function.
3921         * term/pc-win.el (msdos-create-frame-with-faces): Rename from
3922         make-msdos-frame.
3923         (terminal-init-internal): New function, errors out if called.
3924         (msdos-initialize-window-system): New function.
3925         (msdos-create-frame-with-faces): Set the terminal's
3926         `terminal-initted' (sic!) parameter.
3927         (frame-creation-function-alist): Add msdos-create-frame-with-faces.
3928         (window-system-initialization-alist):
3929         Add msdos-initialize-window-system.
3930         (handle-args-function-alist): Use tty-handle-args for `pc'
3931         ``window system'' as well.
3932         (pc-win): Provide.
3934         * term/tty-colors.el (tty-register-default-colors): Remove bogus
3935         code for using msdos-color-values.
3937         * loadup.el [ms-dos]: Load term/pc-win.
3939 2008-08-23  Dan Nicolaescu  <dann@ics.uci.edu>
3941         * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
3942         directory name.
3944 2008-08-23  Nick Roberts  <nickrob@snap.net.nz>
3946         * progmodes/gud.el (gud-common-init): Use absolute file so that
3947         perldb works with tramp (sudo).
3949         * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
3950         match data in process filters.
3952 2008-08-23  Martin Rudalics  <rudalics@gmx.at>
3954         * dired.el (dired-buffer-stale-p): Do not revert buffer that
3955         can be written.
3957 2008-08-23  Glenn Morris  <rgm@gnu.org>
3959         * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
3960         (dired-guess-shell-alist-user): Doc fix.  (Bug#417).
3962 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
3964         * subr.el (temp-buffer-show-hook): Doc fix.
3966 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
3968         * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
3969         and "INSIDE_EMACS=...".  Reported by Tassilo Horn
3970         <tassilo@member.fsf.org>.
3972         * net/trampver.el: Update release number.
3974         * net/xesam.el (xesam-minor-mode): New minor mode.
3975         (xesam-highlight-buffer): Remove.  Code moved to
3976         `xesam-minor-mode'.
3977         (xesam-refresh-entry): Use `xesam-minor-mode'.
3979 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
3981         * minibuffer.el (completion--try-word-completion):
3982         Disable partial-completion when considering the addition of a space
3983         or hyphen.
3985 2008-08-21  John Paul Wallington  <jpw@pobox.com>
3987         * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
3988         filename of `tofile' doesn't contain any colons on Windows,
3989         Cygwin, and MS-DOS systems.
3991 2008-08-21  Daiki Ueno  <ueno@unixuser.org>
3993         * epg.el (epg-make-context, epg-context-set-passphrase-callback)
3994         (epg-context-set-progress-callback): Make sure the callback is a
3995         cons of a function and a handback.  Update all callers.
3997 2008-08-20  David Reitter  <david.reitter@gmail.com>
3999         * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
4000         Patch applied by Adrian Robert.
4002 2008-08-20  Kevin Ryde  <user42@zip.com.au>
4004         * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
4005         directive lines.
4007 2008-08-20  Michael Albinus  <michael.albinus@gmx.de>
4009         * net/xesam.el (xesam-highlight-string): Precise doc string.
4010         (xesam-highlight-buffer): New defun.
4011         (xesam-refresh-entry): Use it.  Better check for sourceModified.
4013 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
4015         * edmacro.el (edmacro-parse-keys): Catch events with spaces in
4016         their names.
4018 2008-08-19  Kenichi Handa  <handa@m17n.org>
4020         * language/european.el ("Esperanto"): Change the preferred
4021         charsets to iso-8859-3.
4023         * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
4025         * international/fontset.el (script-representative-chars):
4026         Delete the entry for symbol.
4027         (setup-default-fontset): For symbol characters, don't specify
4028         :script property.
4030 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
4032         * minibuffer.el (completion-table-dynamic): Doc fix.
4034         * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
4035         saved.
4037 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
4039         * emulation/edt.el (edt-default-emulation-setup):
4040         Share global-buffers-menu-map with the emulated global map.
4042 2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
4044         * term/ns-win.el (global): Uncomment "put backspace
4045         ascii-character..." and friends, they are needed for tramp.  (Bug#725)
4047 2008-08-18  Kenichi Handa  <handa@m17n.org>
4049         * international/mule-diag.el (font-show-log): Add optional arg N
4050         to control the limit of font listing.
4052 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
4054         * window.el (recenter-top-bottom): Determine top and bottom
4055         positions using scroll-margin instead of scroll-conservatively.
4057 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4059         * proced.el (proced-send-signal): Use beginning-of-line.
4061 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4063         * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
4064         (proced-mode-map): Add tooltips for menus.  Use radio buttons for
4065         listing types.
4066         (proced-log-buffer): New variable.
4067         (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
4068         region if transient-mark-mode is turned on and the region is active.
4069         (proced-omit-processes): Rename from proced-hide-processes to
4070         avoid key clash with describe-mode (bound to h).  Search for
4071         marked processes starting from point-min.
4072         (proced-header-space): Remove.
4073         (proced-send-signal): Handle errors.  Operate on current process
4074         if no process is marked.
4075         (proced-why): New command.
4076         (proced-log, proced-log-summary): New functions.
4077         (proced-help): Use proced-why.
4078         * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
4079         (bibtex-autokey-year-title-separator): Fix docstring.
4081 2008-08-17  Michael Albinus  <michael.albinus@gmx.de>
4083         * net/xesam.el (xesam-vendor, xesam-notify-function):
4084         New local variables.
4085         (xesam-mode): Extend docstring.  Initialize `xesam-notify-function'.
4086         (xesam-refresh-entry): Use `xesam-notify-function' if set.  Remove
4087         Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
4088         (xesam-new-search): Initialize `xesam-vendor'.
4090 2008-08-15  Glenn Morris  <rgm@gnu.org>
4092         * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
4093         a pipeline.
4094         * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
4095         unless at the end of the pipeline.  (Bug#699).
4097 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
4099         * minibuffer.el (completion-boundaries): Doc fix.
4100         (display-completion-list): Only default base-size to zero if
4101         completing in the minibuffer.
4103         * simple.el (completion-base-size): Doc fix.
4104         (choose-completion): Try reselecting completion-reference-buffer.
4106 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
4108         * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
4109         also for remote directories.
4111 2008-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4113         * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
4114         since those precomputed values aren't used any more.
4115         (easy-menu-precalculate-equivalent-keybindings): Obsolete.
4117 2008-08-14  Martin Rudalics  <rudalics@gmx.at>
4119         * help.el (with-help-window): Return last value in BODY.
4121 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
4123         * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
4124         notify function of the URL.
4125         (xesam-new-search): Encode special characters in the query string.
4127 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
4129         * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
4131 2008-08-13  Andreas Schwab  <schwab@suse.de>
4133         * net/tramp.el (tramp-handle-shell-command): Handle output going
4134         to current buffer like shell-command.  Don't disable undo.
4136 2008-08-13  Glenn Morris  <rgm@gnu.org>
4138         * eshell/esh-cmd.el (eshell/which): Handle the case where no
4139         description is found.
4141 2008-08-12  Alan Mackenzie  <acm@muc.de>
4143         * progmodes/cc-defs.el (c-emacs-features):
4144         argumentative-bod-function: bind mark-ring to avoid accumulating a
4145         spurious mark.
4147 2008-08-12  Chong Yidong  <cyd@stupidchicken.com>
4149         * simple.el (visual-line--saved-state): New var.
4150         (visual-line-mode): Save local values of variables, and restore
4151         them when visual-line-mode is disabled.
4153 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
4155         * net/ldap.el (ldap-search-internal): Tweak URL regexp.
4157 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
4159         * progmodes/cc-defs.el (c-emacs-features):
4160         Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
4161         moving point during the test.
4163         * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
4165 2008-08-11  Glenn Morris  <rgm@gnu.org>
4167         * term/ns-win.el (x-parse-geometry): Doc fix.
4169         * dired.el (x-popup-menu):
4170         * hi-lock.el (x-popup-menu):
4171         * mouse.el (font-face-attributes):
4172         * calendar/cal-menu.el (x-popup-menu):
4173         * calendar/calendar.el (x-popup-menu):
4174         * calendar/holidays.el (x-popup-menu):
4175         * progmodes/cperl-mode.el (x-popup-menu):
4176         * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
4177         (x-open-connection):
4178         * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
4179         (x-command-line-resources):
4180         * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
4181         (x-display-name, x-command-line-resources):
4182         Add declarations for builds without X.
4184 2008-08-10  Glenn Morris  <rgm@gnu.org>
4186         * calendar/cal-bahai.el (holiday-bahai): Doc fix.
4188 2008-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
4190         * vc-bzr.el (vc-bzr-find-revision): Rename from
4191         vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
4193 2008-08-10  Michael Albinus  <michael.albinus@gmx.de>
4195         * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
4196         (xesam-refresh-entry): Add Debbugs handling.  Insert a widget
4197         "DONE", when all hits are retrieved.
4198         (xesam-search): Autoload it.
4200 2008-08-11  John Paul Wallington  <jpw@pobox.com>
4202         * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
4203         empty string when no filename.
4204         (define-ibuffer-column filename): Accommodate that change.
4206         * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
4207         `buffer-file-name' instead of `ibuffer-buffer-file-name'.
4209 2008-08-10  Glenn Morris  <rgm@gnu.org>
4211         * Makefile.in (ELCFILES): Update.
4213 2008-08-10  John Paul Wallington  <jpw@pobox.com>
4215         * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
4217 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
4219         * battery.el (battery-echo-area-format, battery-status-function):
4220         Handle new Linux sysfs format for battery reporting.
4221         (battery-linux-sysfs): New function.
4223 2008-08-07  Martin Rudalics  <rudalics@gmx.at>
4225         * add-log.el (change-log-search-tag-name)
4226         (change-log-goto-source): Fix behavior when point is not on tag.
4228 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
4230         * startup.el (command-line-ns-option-alist): Use ignore instead of
4231         ns-ignore-0-arg.
4233         * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
4234         (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
4235         (ns-alternatives-map): New variable.
4236         (x-set-up-function-keys): Use it.
4237         (global): Comment out "put backspace ascii-character..." and friends.
4238         Move function-key-map into ns-alternatives-map.  Don't call
4239         precompute-menubar-bindings.  Don't set anything connected with
4240         browse-url.
4241         (after-make-frame-functions): Clarify comment why a hook is added.
4243 2008-08-06  Joakim Verona  <joakim@verona.se>
4245         * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
4246         in url:s.
4248 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
4250         * vc-svn.el (vc-svn-parse-status): Use when instead of if.
4251         Fix 2008-01-01 change: use a shy group to not affect subsequent
4252         match calls.
4254 2008-08-06  Reto Zimmermann  <reto@gnu.org>
4256         * progmodes/vera-mode.el (vera-electric-tab):
4257         * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
4258         region when active.
4260 2008-08-06  Kenichi Handa  <handa@m17n.org>
4262         * faces.el (face-valid-attribute-values): Fix handling the value
4263         of (font-family-list) and font-XXX-table.
4265 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
4267         * proced.el (proced-menu): Bind the correct function to for toggling.
4269         * vc-dir.el (vc-dir-mode): Fix typo.
4271 2008-08-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4273         * whitespace.el (whitespace-newline-mode)
4274         (global-whitespace-newline-mode, whitespace-mode)
4275         (global-whitespace-mode): Improve docstring.
4277 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
4279         * kmacro.el (kmacro-exec-ring-item): Add autoload.
4281         * files.el (auto-save-visited-file-name): Move definition to fileio.c.
4283         * cus-start.el (all): Handle auto-save-visited-file-name.
4285 2008-08-05  Alex Shinn  <alexshinn@gmail.com>  (tiny change)
4287         * files.el (hack-one-local-variable-eval-safep): Handle
4288         lisp-indent-function and scheme-indent-function in addition to the
4289         deprecated lisp-indent-hook.
4291 2008-08-05  Michael Albinus  <michael.albinus@gmx.de>
4293         * net/xesam.el (top): Require `wid-edit' always.
4294         (xesam-mode-line, xesam-highlight): New deffaces.
4295         (xesam-objects): New local variable.
4296         (xesam-search-engines): Fix error in field list.
4297         (xesam-mode): Use `xesam-mode-line' instead of
4298         `font-lock-type-face'.  Apply `xesam-mode' to a temp buffer, for
4299         proper initialization (why?).
4300         (xesam-highlight-string, xesam-get-hits)
4301         (xesam-kill-buffer-function): New defuns.
4302         (xesam-refresh-entry): Move code to `xesam-get-hits'.  Check
4303         result of "hit.fields", it isn't a string only.  Wrap an error of
4304         the strigi search engine ("xesam:size" is returned as string).
4305         Highlight search items.
4306         (xesam-refresh-search-buffer): Make logic of counters more simple.
4307         Prefetch next hits.
4308         (xesam-signal-handler): Use `xesam-mode-line' instead of
4309         `font-lock-type-face'.
4310         (xesam-new-search): Add `xesam-kill-buffer-function' to
4311         `kill-buffer-hook'.
4313 2008-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
4315         * add-log.el (change-log-next-error, change-log-mode): Add support
4316         for `next-error' to call `change-log-goto-source' on named files
4317         in a ChangeLog.
4319 2008-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
4321         * calc/calc.el (math-read-number): Handle all C-like languages
4322         properly.
4324 2008-08-04  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4326         * calc/calc.el (math-read-number): Handle C numbers beginning with
4327         0 correctly.
4329 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4331         * term/ns-win.el ([ns-new-frame]): New global key.
4333 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
4335         * international/mule-cmds.el (read-char-by-name):
4336         Check UCS names with `assoc-string' and case folding.
4338 2008-08-04  Michael Albinus  <michael.albinus@gmx.de>
4340         * net/dbus.el (dbus-call-method-asynchronously)
4341         (dbus-method-return-internal, dbus-method-error-internal):
4342         Declare them with `declare-function'.
4344 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
4346         * descr-text.el (describe-char-display): Fix last change:
4347         don't pass CHARSET to `encoded-string-description'.
4349 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
4351         * vc.el (vc-next-action): Update list var correctly after delete.
4353 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4355         * ido.el (ido-mode): Add toggle notification.
4357         * cus-edit.el (custom-save-all): Avoid destroying symlink if
4358         already visiting the custom file.
4360         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4361         pending output coming after the status change.
4363 2008-08-02  Jason Rumney  <jasonr@gnu.org>
4365         * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
4367 2008-08-01  Kenichi Handa  <handa@m17n.org>
4369         * international/mule-cmds.el (encode-coding-char):
4370         New optional arg CHARSET.
4372         * descr-text.el (describe-char-display): Call encode-coding-char
4373         with the arg CHARSET.
4374         (describe-char): Pay attention to the text-property `charset'.
4376 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
4378         * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
4379         error messages.
4380         (dbus-set-property): Call `dbus-introspect-get-property' instead
4381         of `dbus-get-property'.
4383         * net/xesam.el (xesam-all-fields): Remove source and content
4384         identifiers.
4385         (xesam-dbus-unique-names): New defvar.
4386         (xesam-dbus-call-method): New defun.  Replace all calls of
4387         `dbus-call-method' by `xesam-dbus-call-method'.
4388         (xesam-get-cached-property, xesam-set-cached-property):
4389         New defuns.
4390         (xesam-get-property, xesam-set-property, xesam-refresh-entry)
4391         (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
4392         (xesam-search-engines): Make it an association list.  Take changed
4393         layout into account in the corresponding function.
4394         (xesam-delete-search-engine): Remove check for consistency of
4395         `xesam-search-engines', not needed anymore.
4396         (xesam-mode): Show XML query string only in the debug case.
4398 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
4400         * files.el (read-file-modes): Fix typo in docstring.
4402 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
4404         * Makefile.in: Avoid maintainer warning for autogenerated unicode
4405         files.
4407         * apropos.el (apropos-symbol): Don't set button skip by default.
4408         (apropos-print): Set button skip iff searching for multiple types.
4409         (apropos-print-doc): Insert blank label button when searching for
4410         a single type.
4412         * button.el (forward-button): Avoid infloop.
4414         * minibuffer.el (read-file-name-completion-ignore-case):
4415         Add cygwin to the list.
4417 2008-07-31  Sven Joachim  <svenjoac@gmx.de>
4419         * files.el (abbreviate-file-name): When replacing $HOME with ~,
4420         turn off case-fold-search.
4422 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
4424         * net/dbus.el (top): Don't register for "NameOwnerChanged".
4425         (dbus-message-type-invalid, dbus-message-type-method-call)
4426         (dbus-message-type-method-return, dbus-message-type-error)
4427         (dbus-message-type-signal): New defconst.
4428         (dbus-ignore-errors): Fix `edebug-form-spec' property.
4429         (dbus-return-values-table): New defvar.
4430         (dbus-call-method-non-blocking-handler, dbus-event-message-type):
4431         New defun.
4432         (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
4433         Extend docstring.  Adapt implementation according to new
4434         `dbus-event' layout.
4435         (dbus-event-service-name, dbus-event-path-name)
4436         (dbus-event-interface-name, dbus-event-member-name):
4437         Adapt implementation according to new `dbus-event' layout.
4438         (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
4440         * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
4441         (xesam-mode): Rework implementation.
4442         (xesam-new-search): Additional parameter TYPE.
4443         (xesam-search): Adapt call of `xesam-new-search'.
4445 2008-07-31  Juri Linkov  <juri@jurta.org>
4447         * dired-aux.el (dired-do-chmod): Set default value to the original
4448         mode string using absolute notation like u=rwx,g=rx,o=rx.
4449         Use it as a new arg `default' of `dired-mark-read-string'.
4450         (dired-mark-read-string): Add new optional arg `default'.
4452         * files.el (read-file-modes): Set default value to the original
4453         mode string using absolute notation like u=rwx,g=rx,o=rx.
4454         Use it as the `default' arg of `read-string'.
4456         * filesets.el (filesets-cmd-isearch-getargs): Check if the
4457         variable `files' is bound to avoid warnings.
4459         * isearch.el (isearch-forward-regexp, isearch-forward-word)
4460         (isearch-backward, isearch-backward-regexp): Doc fix - make a link
4461         to the command `isearch-forward' instead of displaying "See C-s".
4462         (isearch-highlight-regexp): Remove arguments `regexp' and `face'
4463         with their interactive specifications.  Move reading the face name to
4464         the main body after calls to isearch-done and isearch-clean-overlays.
4466         * mb-depth.el: Unify all names under one common name prefix
4467         `minibuffer-depth-'.
4468         (minibuffer-depth-indicator-function): Rename from
4469         `minibuf-depth-indicator-function'.
4470         (minibuffer-depth-overlay): Rename from
4471         `minibuf-depth-overlay'.
4472         (minibuffer-depth-setup): Rename from
4473         `minibuf-depth-setup-minibuffer'.
4474         (minibuffer-depth-indicate-mode): Rename from
4475         `minibuffer-indicate-depth-mode'.
4477 2008-07-31  Juri Linkov  <juri@jurta.org>
4479         * dired-aux.el (dired-isearch-filenames-toggle): New command.
4480         (dired-isearch-filenames-setup): Bind "\M-sf" to
4481         dired-isearch-filenames-toggle in isearch-mode-map.
4482         (dired-isearch-filenames-end): Bind "\M-sf" to nil
4483         in isearch-mode-map.
4485         * isearch.el (isearch-edit-string-set-word): New command.
4486         (minibuffer-local-isearch-map): Bind "\C-w" to
4487         isearch-edit-string-set-word.
4488         (isearch-new-word): Temporary internal variable.
4489         (isearch-edit-string): Remove special case of reading the
4490         first character and checking it for C-w.
4492         * simple.el (read-shell-command, shell-command):
4493         Move code that uses minibuffer-with-setup-hook to set
4494         minibuffer-default-add-function to minibuffer-default-add-shell-commands
4495         from the interactive spec of `shell-command' to `read-shell-command'.
4497         * international/mule-cmds.el (read-char-by-name):
4498         Accept hash notation.  Doc fix.
4499         (ucs-insert): Doc fix.  Convert to number only when `arg' is
4500         a string.  Use separate error message when `arg' is not an integer.
4501         Bind `ucs-insert' to `C-x 8 RET'.
4503 2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
4505         * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
4506         move the (arglist-cont-nonempty) from c-offsets-alist to
4507         c-hanging-braces-alist like other styles already have.
4509 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4511         * textmodes/texinfmt.el:
4512         * nxml/nxml-enc.el:
4513         * mail/feedmail.el:
4514         * international/mule.el:
4515         * international/latexenc.el:
4516         * emulation/viper-util.el:
4517         * emulation/viper-init.el:
4518         * emulation/viper-ex.el:
4519         * emacs-lisp/bytecomp.el:
4520         * version.el:
4521         * subr.el:
4522         * startup.el:
4523         * sort.el:
4524         * shadowfile.el:
4525         * recentf.el:
4526         * printing.el:
4527         * paths.el:
4528         * minibuffer.el:
4529         * ls-lisp.el:
4530         * loadup.el:
4531         * hippie-exp.el:
4532         * finder.el:
4533         * files.el:
4534         * ediff-util.el:
4535         * ediff-ptch.el:
4536         * ediff-init.el:
4537         * ediff-diff.el:
4538         * dired.el:
4539         * dired-aux.el:
4540         * cus-edit.el:
4541         * bindings.el:
4542         * arc-mode.el:
4543         * add-log.el: Remove VMS support.
4544         * obsolete/vmsproc.el:
4545         * obsolete/vms-pmail.el:
4546         * obsolete/vms-patch.el: Remove file.
4548 2008-07-31  Alan Mackenzie  <acm@muc.de>
4550         * progmodes/cc-mode.el (c-before-hack-hook): New function
4551         (Top Level): Install c-before-hack-hook on
4552         before-hack-local-variables-hook, rather than
4553         c-postprocess-file-styles on hack-local-variables-hook.
4555 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
4557         * files.el (normal-mode): Move call to hack-project-variables into
4558         hack-local-variables.
4559         (file-local-variables-alist, before-hack-local-variables-hook):
4560         New vars.
4561         (ignored-local-variables): Add file-local-variables-alist.
4562         (hack-local-variables-filter): Renamed from
4563         hack-local-variables-apply.  Add the result to
4564         file-local-variables-alist, without applying them.
4565         (hack-local-variables): Set file-local-variables-alist to nil.
4566         Call hack-project-variables and before-hack-local-variables-hook.
4567         Apply variables here, instead of hack-local-variables-apply.
4568         Based on a patch by Alan Mackenzie.
4570 2008-07-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
4572         * info-look.el (autoconf-mode :doc-spec): For
4573         "(autoconf)M4 Macro Index", if the item already
4574         begins with "AS_", don't prefix that string again.
4576 2008-07-30  Juri Linkov  <juri@jurta.org>
4578         * info.el (info, Info-mode): Doc fix.
4580         * isearch.el (isearch-mode-map): Bind `M-s r' to
4581         `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
4582         (search-map): Bind `M-s w' to `isearch-forward-word' globally
4583         in the global map `search-map'.
4584         (isearch-forward): Doc fix.
4585         (isearch-forward-word, isearch-toggle-case-fold): New commands.
4587         * simple.el (quoted-insert): Comment out code that treats
4588         0240-0377 specially.
4590 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
4592         * cus-start.el: Add customization info for
4593         read-buffer-completion-ignore-case.
4595 2008-07-30  Sam Steingold  <sds@gnu.org>
4597         * vc-dir.el (vc-dir): Call file-truename on the dir argument.
4599 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
4601         * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
4602         (vc-dir-mode): Improve docstring.
4604 2008-07-30  Juri Linkov  <juri@jurta.org>
4606         * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
4607         for the sake of isearch-mode-hook in dired-mode in dired.el.
4609 2008-07-19  Markus Triska  <markus.triska@gmx.at>
4611         * image-mode.el (image-mode): Set image-mode-text-map when image
4612         cannot be displayed.
4614 2008-07-30  Stephen Leake  <stephen_leake@stephe-leake.org>
4616         * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
4617         ada-xref-set-default-prj-values.
4618         (ada-prj-display-page): Ditto.
4620         * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
4621         (ada-make-filename-from-adaname): Fix free variable.
4623 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
4625         * vc-git.el (vc-git-status-printer): Synchronize with the default.
4627 2008-07-30  Michael McNamara  <mac@mail.brushroad.com>
4629         * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
4630         for declarations inside a parenthetical list.  The code is ill-advised,
4631         and doesn't work given user defined types.
4632         (verilog-set-auto-endcomments): Enhance function automatic
4633         endcomment to support functions that return user defined types.
4634         (verilog-mode): Add code to tell which-function-mode minor mode
4635         that Verilog supports this feature.
4636         (verilog-beg-block-re-ordered, verilog-indent-re)
4637         (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
4638         (verilog-leap-to-head): Support the new virtual and/or protected
4639         tasks, as well as extern declarations of tasks for indenting and
4640         for forward/backward expression.
4642 2008-07-30  Wilson Snyder  <wsnyder@wsnyder.org>
4644         * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
4645         to work with SV 'logic' signals.  Suggested by Julian Gorfajn.
4646         (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
4647         (verilog-string-replace-matches): Avoid recursion with small
4648         replacements.
4649         (verilog-auto-inst-param-value, verilog-mode-version)
4650         (verilog-mode-version-date, verilog-read-inst-param-value)
4651         (verilog-auto-inst, verilog-auto-inst-param)
4652         (verilog-auto-inst-port, verilog-simplify-range-expression): Add
4653         verilog-auto-inst-param-value option for AUTOINST.  Suggested by
4654         David Rogoff.  This allows parameters to be replaced with their
4655         values, on the expansion of an AUTOINST with Verilog 2001 style
4656         parameter settings.
4658 2008-07-30  David Lord  <david.lord@phonecoop.coop>  (tiny change)
4660         * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
4661         to `cddr'.
4663 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
4665         * Makefile.in (ELCFILES): Add mairix.elc.
4667 2008-07-29  David Engster  <deng@randomsample.de>
4669         * net/mairix.el: New file.
4671 2008-07-29  Juri Linkov  <juri@jurta.org>
4673         * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
4674         instead of variable-pitch with bold and 1.2 height.
4676         * dired-aux.el (dired-do-async-shell-command): New command.
4678         * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
4679         from `&' to `%&'.  Bind `&' to `dired-do-async-shell-command'.
4681 2008-07-29  Juri Linkov  <juri@jurta.org>
4683         * international/mule-cmds.el (ucs-names): New internal variable.
4684         (ucs-names): New function.
4685         (ucs-completions): New lazy completion variable.
4686         (read-char-by-name): New function.
4687         (ucs-insert): Replace interactive spec letter "s" with the call to
4688         `read-char-by-name'.
4690         * replace.el (read-regexp): Add second arg `default'.  Doc fix.
4692         * replace.el (occur-read-primary-args):
4693         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
4694         (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
4695         second arg of `read-regexp'.
4697         * dired-aux.el (dired-isearch-filenames): New user option.
4698         (dired-isearch-orig-success-function): New internal variable.
4699         (dired-isearch-filenames-setup, dired-isearch-filenames-end)
4700         (dired-isearch-success-function): New functions.
4701         (dired-isearch-filenames, dired-isearch-filenames-regexp):
4702         New commands.
4704         * dired.el (dired-insert-set-properties): Add new text property
4705         `dired-filename' to put on file names.
4706         (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
4707         and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
4708         Add menu items.
4709         (dired-mode): Add hook `dired-isearch-filenames-setup' to
4710         buffer-local `isearch-mode-hook'.
4712 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
4714         * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
4715         (ada-create-case-exception): Fix typo in docstring.
4716         (ada-no-auto-case): Return nil, not the docstring.
4717         (ada-indent-current): Reflow docstring.
4719         * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
4720         (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
4721         (ada-prj-load-from-file): Reflow docstring.
4722         (ada-prj-display-page): Fix typo in widget.
4724         * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
4725         Fix typos in docstrings.
4727         * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
4728         (ada-compile-current, ada-check-current, ada-run-application)
4729         (ada-get-ali-file-name): Fix typos in docstrings.
4730         (ada-xref-confirm-compile, ada-find-references)
4731         (ada-find-local-references, ada-find-any-references): Doc fixes.
4732         (ada-get-all-references): Fix typo in error message.
4733         (ada-xref-current-project): Use `let', not `let*'.
4734         (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
4736 2008-07-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4738         * whitespace.el (whitespace-newline): Change initialization to have a
4739         low contrast relative to the background color.  Suggested by David
4740         Reitter <david.reitter@gmail.com>.
4742 2008-07-28  Juri Linkov  <juri@jurta.org>
4744         * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
4745         New functions.
4747         * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
4748         and dired-do-isearch-regexp to `M-s a M-C-s'.  Add menu items.
4750 2008-07-28  Seiji Zenitani  <zenitani@mac.com>
4752         * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
4753         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
4755 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
4757         * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
4758         Add support for add-log.
4759         (ada-end-stmt-re): Fix bug - allow comment after 'when'.
4761         * progmodes/ada-prj.el: Delete 'main_unit' project variable.
4762         (ada-prj-save): Prompt for file name if not given.
4763         (ada-prj-display-page): Display casing exceptions.
4765         * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
4766         Ada mode project files.  Delete 'main_unit' project variable;
4767         only need 'main'.  Simplify handling of default project values.
4768         Use cross-prefix consistently.
4769         (ada-find-executable): Throw error if not found.
4770         (ada-initialize-runtime-library): Improve error handling when
4771         gnatls not found.
4772         (ada-gnat-parse-gpr): New.
4773         (ada-treat-cmd-string): Allow process environment variables.
4774         (ada-xref-set-default-prj-values): Delete; replace with
4775         ada-default-prj-properties.
4776         (ada-parse-prj-file): Handle GNAT project files.
4777         (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
4778         (ada-select-prj-file): New.
4779         (ada-get-absolute-dir-list): Allow project and environment variables.
4781 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
4783         Sync with Tramp 2.1.14.
4785         * net/tramp.el (tramp-perl-directory-files-and-attributes)
4786         (tramp-get-device): Make device number a cons cell.
4787         (tramp-convert-file-attributes): Make inode a cons cell.
4789         * net/trampver.el: Update release number.
4791 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4793         * faces.el (face-set-after-frame-default): Treat 'ns as all other
4794         window systems.
4796 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4798         * term/ns-win.el (do-applescript): New alias in carbon-compat section.
4800 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4802         Remove support for Mac Carbon.
4803         * term/mac-win.el: Remove file
4804         * international/mule-cmds.el:
4805         * version.el:
4806         * startup.el:
4807         * simple.el:
4808         * mwheel.el:
4809         * mouse.el:
4810         * loadup.el:
4811         * isearch.el:
4812         * info.el:
4813         * frame.el:
4814         * faces.el:
4815         * disp-table.el:
4816         * cus-start.el:
4817         * cus-face.el:
4818         * cus-edit.el:
4819         * Makefile.in: Remove code for Carbon.
4821 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
4823         * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
4824         bindings for functions deleted by Dan N. 2008-07-21.  Set
4825         where-is-preferred-modifier.  Add show-manual option to Help menu.
4827 2008-07-26  Michael Albinus  <michael.albinus@gmx.de>
4829         * net/tramp.el (tramp-handle-start-file-process):
4830         Set query-on-exit flag.  Kill temporary buffer.
4831         (tramp-process-sentinel): Remove defun.
4832         (tramp-do-copy-or-rename-file-out-of-band)
4833         (tramp-maybe-open-connection): Don't call it.
4835         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
4836         `tramp-process-sentinel'.
4838         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
4839         `tramp-process-sentinel'.
4841         * net/xesam.el (xesam-from): Remove defvar.
4842         (xesam-mode): Derive from `special-mode'.  Extend `xesam-mode-map'
4843         and `mode-line-position'.
4844         (xesam-refresh-entry): Remove argument `hit-number'.  Add debug
4845         information to the widgets.  Don't set `mode-line-position'.
4846         (xesam-refresh-search-buffer): Correct hit number computing.
4847         Don't set `mode-line-position'.
4848         (xesam-new-search): Add debug information to the mode line.
4850 2008-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4852         * diff-mode.el (diff-show-trailing-blanks): Renamed to
4853         diff-show-trailing-whitespaces.
4855 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
4857         * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
4858         invalid filename strings when parsing tex errors (bug#376).
4860 2008-07-25  Dan Nicolaescu  <dann@ics.uci.edu>
4862         * menu-bar.el (menu-bar-file-menu): Fix typo.
4864 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
4866         * play/solitaire.el (solitaire-mode-map): Define within defvar.
4867         (solitaire-mode): Define with `define-derived-mode'.
4868         (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
4869         (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
4870         (solitaire-undo, solitaire-check): Use `when'.
4871         (solitaire-solve): Err out if the solitaire is already in progress.
4872         Use `when'.
4874         * descr-text.el (describe-char): Don't overwrite local variable char
4875         when describing characters with display-table entries.  Display font
4876         backend when describing composed characters.  Simplify: use `let'
4877         instead of `let*', and `or x y' instead of `if x x y'.
4879 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
4881         * image-mode.el (image-minor-mode): Set up winprops.
4883 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4885         * diff-mode.el (diff-show-trailing-blanks): New fun.
4886         Show trailing blanks in modified lines for diff-mode.
4888 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
4890         * Makefile.in (ELCFILES): Add net/xesam.el.
4892         * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
4893         process name.  Reported by Markus Triska <markus.triska@gmx.at>.
4895         * net/xesam.el: New file.
4897 2008-07-24  Sven Joachim  <svenjoac@gmx.de>
4899         * dired-aux.el (dired-copy-file-recursive): Avoid calling
4900         set-file-modes when creating target directories.
4902 2008-07-24  Juanma Barranquero  <lekktu@gmail.com>
4904         * play/solitaire.el (solitaire-mode): Fix typo in docstring.
4905         Set `show-trailing-whitespace' to nil.
4906         (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
4907         Fix typos in docstrings.
4909 2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
4911         * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
4912         key remapping, not directly.
4914 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4916         * whitespace.el: New version 11.2.
4917         (whitespace-newline-mode, global-whitespace-newline-mode): New newline
4918         minor mode visualization.
4920 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
4922         * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
4924         * Makefile.in (ELCFILES): Add term/common-win.elc.
4926         * vc-dir.el (vc-dir-search, vc-dir-isearch)
4927         (vc-dir-isearch-regexp): New functions.
4928         (vc-dir-mode-map, vc-dir-menu-map): Bind them.
4930 2008-07-23  Juri Linkov  <juri@jurta.org>
4932         * isearch-multi.el: Remove file to avoid dos file name clashes
4933         with isearch-x.el.  Move most content to misearch.el.
4935         * misearch.el: New file with most content from isearch-multi.el.
4936         Rename `isearch-buffers' name prefixes to `multi-isearch'.
4937         Remove `isearch-buffers-minor-mode'.  Add new function
4938         `multi-isearch-setup' to `isearch-mode-hook'.  New top-level
4939         commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
4940         `multi-isearch-files', `multi-isearch-files-regexp'.
4942         * Makefile.in (ELCFILES): Remove isearch-multi.elc.  Add misearch.elc.
4944         * isearch.el (isearch-message-prefix): Display "Multi" when
4945         `multi-isearch-next-buffer-current-function' is non-nil.
4946         (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
4947         with `multi-isearch-next-buffer-current-function', and
4948         `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
4950         * add-log.el (change-log-mode): Set `change-log-next-buffer' to
4951         `multi-isearch-next-buffer-function' instead of
4952         `isearch-buffers-next-buffer-function'.  Remove call to
4953         `isearch-buffers-minor-mode'.
4955         * buff-menu.el (Buffer-menu-marked-buffers)
4956         (Buffer-menu-isearch-buffers)
4957         (Buffer-menu-isearch-buffers-regexp): New functions.
4958         (Buffer-menu-mode-map): Bind "M-s a C-s" to
4959         `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
4960         `Buffer-menu-isearch-buffers-regexp'.
4961         (Buffer-menu-mode): Document new commands in docstring.
4962         (list-buffers-noselect): Add one space after Info file name
4963         according to the Info address convention.
4965         * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
4966         New functions.
4968         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
4969         `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
4970         (ibuffer-mode): Document new commands in docstring.
4972         * filesets.el (filesets-commands): Add commands for "Isearch" and
4973         "Isearch (regexp)".  Replace `query-replace' and `query-replace-regexp'
4974         with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
4975         (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
4976         or `multi-isearch-files-regexp'.
4977         (filesets-cmd-query-replace-getargs): Call standard function
4978         `query-replace-read-args' to read `query-replace' arguments.
4979         Add `multi-query-replace-map'.
4980         (filesets-cmd-query-replace-regexp-getargs)
4981         (filesets-cmd-isearch-getargs): New functions.
4983 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
4985         * international/mule.el (recode-region): Deactivate mark at the end.
4987 2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
4989         * progmodes/flymake.el (flymake-errline, flymake-warnline):
4990         Use more suitable colors on dark displays.
4992 2008-07-23  Michael Albinus  <michael.albinus@gmx.de>
4994         * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
4995         "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
4996         (tramp-temp-buffer-name): New defconst.
4997         (tramp-handle-start-file-process): Use it.  Apply "exec", for the
4998         command.  No trailing prompt.
4999         (tramp-process-sentinel): Remove temporary buffer, if existing.
5000         Don't handle trailing prompt.
5001         (tramp-open-connection-setup-interactive-shell):
5002         Use `tramp-temp-buffer-name'.
5004 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
5006         * shell.el (shell-dynamic-complete-functions):
5007         Use comint-dynamic-complete-filename as well (bug#361).
5009 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
5011         * term/ns-win.el:
5012         * version.el (emacs-version):
5013         * loadup.el:
5014         * frame.el (make-frame-on-display): Check for ns instead of
5015         ns-windowing.
5017         * dired.el (dired-mode-map): Show the key binding for wdired.
5019         * menu-bar.el (menu-bar-file-menu): Show the key binding for
5020         exiting Emacs.
5022 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
5024         * term/ns-win.el (x-list-fonts): Drop alias.
5026 2008-07-23  Juri Linkov  <juri@jurta.org>
5028         * replace.el (multi-query-replace-map): New variable.
5029         (perform-replace): Add processing of new multi-buffer keys bound
5030         to `automatic-all' and `exit-current'.  Set `query-flag' to nil
5031         if last input char was `automatic-all'.  Set new local variable
5032         `multi-buffer' to t when one of new two keys were typed.  Return
5033         non-nil value of `multi-buffer' that tells to calling functions
5034         to continue replacement on the next file.
5036         * progmodes/etags.el (tags-query-replace): Set arg `map' of
5037         `perform-replace' to `multi-query-replace-map'.
5039 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5041         * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
5042         otherwise displayed in every buffer.
5044         * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
5045         (vc-arch-trim-one-revlib): Delete temp directories as well.
5047 2008-07-22  Stephen Eglen  <stephen@gnu.org>
5049         * iswitchb.el (iswitchb-delim): New variable.  Suggested by Ted Roden.
5051 2008-07-22  Sven Joachim  <svenjoac@gmx.de>
5053         * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
5055 2008-07-22  Miles Bader  <miles@gnu.org>
5057         * progmodes/sh-script.el (sh-newline-and-indent): Remove.
5058         (sh-mode-map): Remove remapping of newline-and-indent.
5060 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
5062         * vc.el (Todo): Update.
5064         * vc-hooks.el: Remove obsolete comment.
5066         * vc-git.el (vc-git-status-printer): Update the directory display
5067         to match the default.
5069         * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
5071 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
5073         * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
5074         for "word wrap" command.
5076         * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
5078 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5080         * term/ns-win.el: Rename ns- functions/variables to the
5081         corresponding x- versions.
5082         (x-select-text, x-cut-buffer-or-selection-value)
5083         (x-disown-selection-internal, x-get-selection-internal)
5084         (x-own-selection-internal, x-defined-colors, xw-defined-colors)
5085         (x-display-mm-width, x-display-mm-height)
5086         (x-display-backing-store, x-display-save-under)
5087         (x-display-visual-class, x-display-screens, x-focus-frame): Remove
5088         defaliases.
5090         * frame.el (ns-display-name): Remove declaration.
5091         (make-frame-on-display): Use x-display-name instead
5092         ns-display-name.  Use unless.
5094         * startup.el (command-line-1): Fix indentation.
5096         * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
5097         checked in inadvertently.
5099 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
5101         * term/ns-win.el: Standardize references to "Nextstep" in
5102         comments, messages, and docstrings.
5103         (ns-handle-args, x-parse-geometry)
5104         (ns-extended-platform-support-mode, x-setup-function-keys)
5105         (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
5106         (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
5107         (ns-initialized, ns-initialize-window-system): Doc fixes.
5109 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5111         * diff-mode.el (diff-auto-refine): Delete defcustom.
5112         (diff-auto-refine-mode): New func/var via define-minor-mode.
5113         Update var ref to use diff-auto-refine-mode.
5114         * smerge-mode.el (diff-mode): Require when compiling.
5115         (smerge-auto-refine): Delete defcustom.
5116         Update smerge-auto-refine ref to use diff-auto-refine-mode.
5118 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
5120         * simple.el (visual-line): New custom group.
5121         (visual-line-fringe-indicators): New var.
5122         (visual-line-mode): Set fringe-indicator-alist based on
5123         visual-line-fringe-indicators.  Add lighter.
5125 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
5127         * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
5128         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
5129         (x-handle-geometry, x-handle-name-switch, x-display-name)
5130         (x-handle-display, x-handle-args, x-colors): Move ...
5131         * term/common-win.el: ... here.  New file.
5132         * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
5133         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
5134         (x-handle-geometry, x-handle-name-switch, x-display-name)
5135         (x-handle-display, x-handle-args, x-colors): Remove.
5136         * loadup.el: Load term/common-win before term/x-win and term/w32-win.
5138 2008-07-19  Juri Linkov  <juri@jurta.org>
5140         * startup.el (fancy-startup-text): Move the line "To quit
5141         a partially entered command, type Control-g" a few lines below
5142         to be after the line "To start".  Add text "at gnu.org" to
5143         "Overview of Emacs features".
5145         * dired.el (dired-mode-map): Fix menu text of
5146         image-dired-display-thumbs.
5148         * image-dired.el (image-dired-cmd-create-thumbnail-options)
5149         (image-dired-cmd-create-temp-image-options)
5150         (image-dired-cmd-create-standard-thumbnail-command): Add > to the
5151         ImageMagick command line to change the dimensions of the image
5152         only if its width or height exceeds the geometry specification.
5154         * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
5156         * proced.el (proced-mode, proced): Add \\<proced-mode-map>
5157         to docstrings.
5159 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
5161         * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
5162         Vinicius Jose Latorre.
5164 2008-07-19  Glenn Morris  <rgm@gnu.org>
5166         * term/ns-win.el (ns-make-command-string): Use mapconcat.
5167         (ns-save-preferences): Fix typo in previous change.  (Bug#573)
5169 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
5171         * net/dbus.el (dbus-interface-properties): New defconst.
5172         (dbus-introspect): Update docstring.
5173         (dbus-introspect-xml, dbus-introspect-get-attribute)
5174         (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
5175         (dbus-introspect-get-interface-names)
5176         (dbus-introspect-get-interface, dbus-introspect-get-method-names)
5177         (dbus-introspect-get-method, dbus-introspect-get-signal-names)
5178         (dbus-introspect-get-signal, dbus-introspect-get-property-names)
5179         (dbus-introspect-get-property)
5180         (dbus-introspect-get-annotation-names)
5181         (dbus-introspect-get-annotation)
5182         (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
5183         (dbus-introspect-get-signature, dbus-get-property)
5184         (dbus-set-property, dbus-get-all-properties): New defuns.
5186 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
5188         * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
5189         ns-grabenv.elc.
5191         * ns-carbon-compat.el: File removed.
5193         * ns-grabenv.el: File removed.
5195         * term/ns-win.el: Contents of ns-carbon-compat.el and
5196         ns-grabenv.el moved here.
5197         (ns-grabenv, ns-open-file-select-line): Doc fixes.
5198         (ns-submit-bug-report): Function removed.  Reports go to the main
5199         Emacs bug list.
5200         (ns-handle-args, ns-spi-service-call): Doc fixes.
5201         (info-ns-emacs): Function removed.  Nextstep port manual will be
5202         merged into the Emacs manual, so no separate link needed.
5204 2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
5206         * startup.el (fancy-splash-head): Fix change of 2008-07-02.
5208 2008-07-18  Glenn Morris  <rgm@gnu.org>
5210         * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
5211         to XEmacs, since it does nothing for Emacs.
5213 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5215         * net/tls.el (open-tls-stream): Make it work with the 2nd argument
5216         BUFFER that is a string but does not exist as a buffer object, as
5217         mentioned in the doc-string.
5219 2008-07-17  Chong Yidong  <cyd@stupidchicken.com>
5221         * simple.el (line-move-visual): Make it a defcustom.
5222         (line-move-1): Convert temporary-goal-column back to an integer if
5223         it was set as a float by a previous call to line-move-visual.
5224         (end-of-visual-line, beginning-of-visual-line)
5225         (next-logical-line, previous-logical-line): New functions.
5227 2008-07-17  David Reitter  <david.reitter@gmail.com>
5229         * simple.el (kill-visual-line, turn-on-visual-line-mode): New
5230         functions.
5231         (visual-line-mode, global-visual-line-mode): New minor mode.
5232         (visual-line-mode-map): New variable.
5234 2008-07-17  Glenn Morris  <rgm@gnu.org>
5236         * term/ns-win.el (parameters): Declare for compiler.
5238 2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
5240         * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
5241         for Windows.
5243 2008-07-17  Daiki Ueno  <ueno@unixuser.org>
5245         * epa.el (epa-key-list-mode): Use run-mode-hooks.
5246         (epa-key-mode): Ditto.
5247         (epa-info-mode): Ditto.
5249 2008-07-17  Glenn Morris  <rgm@gnu.org>
5251         * term/ns-win.el (ns-handle-switch): Simplify.  Handle the numeric case.
5252         (ns-handle-numeric-switch): Just call ns-handle-switch.
5253         (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
5254         (ns-handle-args): Simplify using `pop'.
5255         (ns-display-name): Define (used in frame.el).
5256         (menu-bar-select-frame): Add (ignored) arg to more closely match the
5257         original definition.
5258         (ns-perform-service): Declare.
5259         (ns-save-preferences): Use fewer `let's.
5261         * frame.el (ns-display-name): Declare for compiler.
5263 2008-07-17  Kenichi Handa  <handa@m17n.org>
5265         * descr-text.el (describe-char-unidata-list): Initialize to the
5266         list of name, general-category, decomposition, and old-name.
5268 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
5270         * startup.el (command-line-1): Update processing of NS long options to
5271         mimic recent changes to processing of X long options.
5273 2008-07-16  Nick Roberts  <nickrob@snap.net.nz>
5275         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
5276         list of #defines for remote files.
5277         (gdb-source-info): Only show main if it has been found.
5279 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5281         * term/ns-win.el: Require CL; fix up comment style; reindent.
5282         (ns-define-service): Use subst-char-in-string.  Avoid `eval'.
5283         (ns-save-preferences): Use `case'.
5284         (ns-initialize-window-system): Use `dolist'.
5286 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
5288         * loadup.el: Remove load of easy-mmode prior to ns-win when NS
5289         windowing is used.
5290         * term/ns-win.el (ns-extended-platform-support-mode):
5291         Correct/improve documentation.
5293 2008-07-16  Glenn Morris  <rgm@gnu.org>
5295         * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
5296         Simply require 'cl (see comment in cl-compat.el).
5297         * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
5298         * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
5299         (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
5300         directly rather by subterfuge.  Provide cl before loading cl-macs.
5302         * paths.el (rmail-spool-directory): Remove settings for systems that are
5303         no longer supported.
5305         * frame.el (ns-initialize-window-system): Declare for compiler.
5307         * term/ns-win.el: Add numerous declarations for compiler.
5308         (ns-pop-up-frames): Move definition before use.  Doc fix.
5310         * emacs-lisp/check-declare.el (check-declare-locate)
5311         (check-declare-verify): Handle .m files.
5313 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
5315         * ns-carbon-compat.el: New file: user-visible compatibility of
5316         NeXTstep port with Carbon port.
5317         * ns-grabenv.el: New file: functionality useful on OS X platform to
5318         expose environment variables inside Emacs started from icon.
5319         * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
5320         * cus-edit.el:
5321         * cus-face.el:
5322         * disp-table.el:
5323         * faces.el:
5324         * info.el:
5325         * mouse.el:
5326         * mwheel.el:
5327         * simple.el: Add ns to window systems treated as GUIs.
5328         * facemenu.el (facemenu-read-color): Don't require a name match under
5329         NS, to allow numeric color entry.
5330         * frame.el (make-frame-on-display): Follow code for 'x in initializing
5331         'ns window system if need be.
5332         (various): Add 'ns as described above.
5333         * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
5334         ns-windowing is active.
5335         * startup.el (command-line-ns-option-alist): New constant to handle NS
5336         windowing system specific command line args analogous to how they are
5337         handled for X windows.
5338         (command-line-1): Use the above where appropriate.
5339         * version.el: Add NS port version.
5340         * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
5341         Darwin (usually OS X) systems.
5342         (woman-use-own-frame): Include 'ns in list of GUI window systems.
5343         * emulation/viper-util.el (ns-display-color-p)
5344         (ns-color-defined-p): Remove these (caustically-commented) outdated
5345         compensations for a port that was never itself integrated until now.
5346         * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
5347         for NS window system.
5348         * international/mule-cmds.el: Add 'ns to list of special-cased window
5349         systems (probably most of these, x/w32/mac/ns could be changed to
5350         window-system non-nil).
5351         * term/ns-win.el: New file: lisp-side support for NS windowing system.
5353 2008-07-14  Jason Rumney  <jasonr@gnu.org>
5355         * term/w32-win.el (x-handle-switch, x-handle-name-switch)
5356         (x-handle-numeric-switch, x-handle-initial-switch)
5357         (x-handle-xrm-switch, x-handle-args, x-handle-display)
5358         (xw-defined-colors, w32-initialize-window-system):
5359         Avoid use of cl pop and push macros.
5361 2008-07-14  Martin Rudalics  <rudalics@gmx.at>
5363         * add-log.el (change-log-goto-source): Avoid wrong-type-argument
5364         error when change-log-search-file-name returns nil.
5366 2008-07-13  Martin Rudalics  <rudalics@gmx.at>
5368         * add-log.el (change-log-search-file-name):
5369         Use match-string-no-properties.
5370         (change-log-search-tag-name-1, change-log-search-tag-name)
5371         (change-log-goto-source-1, change-log-goto-source): New functions.
5372         (change-log-tag-re, change-log-find-head, change-log-find-tail):
5373         New variables.
5374         (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
5376 2008-07-13  Jay Belanger  <jay.p.belanger@gmail.com>
5378         * calc/calc-help.el (calc-describe-key): Add angles to special key
5379         descriptions.
5381 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
5383         * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
5384         search for regexp.
5386 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
5388         * simple.el (line-move-visual): Handle null pixel position gracefully.
5390 2008-07-11  Jason Rumney  <jasonr@gnu.org>
5392         * files.el (file-truename): Get truename of ancestors if file does
5393         not exist on Windows.
5395 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
5397         * simple.el (line-move-visual): Obey goal-column and no-error arg.
5398         (track-eol, temporary-goal-column, previous-line, next-line):
5399         Update docstring.
5400         (move-end-of-line, move-beginning-of-line): Bind line-move-visual
5401         to nil.
5403 2008-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5405         * simple.el (line-move-visual): New var.
5406         (line-move-visual): New function.
5407         (line-move): Call line-move-visual.
5409 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
5411         * progmodes/grep.el (grep-files-aliases): Improve the C++ source
5412         pattern and add patterns for C++ header files.
5414 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
5416         * window.el (truncated-partial-width-window-p): New function.
5418         * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.
5420         * faces.el (x-create-frame-with-faces): Don't pass parameters that
5421         are set later to x-create-frame.
5422         (face-set-after-frame-default): Apply X resources for non-default
5423         faces.
5425 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
5427         * faces.el (face-set-after-frame-default): Simplify.  Don't apply
5428         frame-specific X resource settings.  Set faces using a list of
5429         frame parameters explicitly passed to the calling
5430         function (e.g. make-frame).
5431         (x-create-frame-with-faces, tty-create-frame-with-faces):
5432         Supply explicit frame parameter list to face-set-after-frame-default.
5434 2008-07-08  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
5436         * net/browse-url.el (browse-url-default-browser):
5437         Fix argument list in lambda.
5439 2008-07-07  Ulf Jasper  <ulf.jasper@web.de>
5441         * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
5442         from url-retrieve.
5443         (newsticker--sentinel-work): Fix xerror typo.
5445 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
5447         * vc-dir.el (vc-dir-refresh): Only update files.
5449         * vc-git.el (vc-git--ls-files-state): Remove unused function.
5451         * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
5453 2008-07-06  John Paul Wallington  <jpw@pobox.com>
5455         * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
5457 2008-07-05  Alexandre Julliard  <julliard@winehq.org>
5459         * vc-git.el (vc-git-registered): Return true for removed files.
5460         (vc-git-print-log, vc-git-log-view-mode): Print a single log for
5461         all the files instead of one per file.
5462         (vc-git-previous-revision): Add support for project-wide previous
5463         revision when specified file is nil.
5465 2008-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
5467         * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
5469         * vc-dir.el (vc-dir-find-child-files): New function.
5470         (vc-dir-resync-directory-files): New function.
5471         (vc-dir-recompute-file-state): New function, broken out of ...
5472         (vc-dir-resynch-file): ... here.  Also deal with directories.
5473         * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
5474         (vc-resynch-buffer): Use it.
5476         * vc-hg.el (vc-hg-registered): Do not set vc-state.
5478         * vc-annotate.el (vc-annotate-mode-menu): Add separator.
5480 2008-07-05  Nick Roberts  <nickrob@snap.net.nz>
5482         * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
5483         if it's not part of gdb-ui, e.g, at start.
5485         * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
5486         filenames in stack trace (text command mode).
5488 2008-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5490         * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
5492         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
5493         Use syntax-ppss on a position *before* the char we want to change.
5495 2008-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
5497         * vc-dir.el (vc-dir-query-replace-regexp): New function.
5498         (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
5499         (vc-dir-mode-map): Likewise.
5501 2008-07-03  Juanma Barranquero  <lekktu@gmail.com>
5503         * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
5504         (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
5505         (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
5506         Remove spurious * in defcustom docstrings.
5508         * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
5509         (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
5510         (adaptive-fill-mode, adaptive-fill-first-line-regexp)
5511         (default-justification): Remove spurious * in defcustom docstrings.
5513         * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
5514         (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
5515         (rst-compare-decorations, rst-default-indent, rst-update-section)
5516         (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
5517         (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
5518         (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
5519         Fix typos in docstrings.
5520         (rst-mode-lazy): Fix typo in docstring.  Remove spurious *.
5521         (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
5522         (rst-get-decorations-around, rst-section-tree-point)
5523         (rst-font-lock-adornment-point): Reflow docstrings.
5524         (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
5525         Doc fixes.
5526         (rst-re-enumerations): Comment out.
5528         * nxml/nxml-glyph.el (nxml-glyph-set-hook):
5529         * nxml/nxml-uchnm.el (nxml-unicode-blocks)
5530         (nxml-unicode-block-char-name-set):
5531         * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
5532         * nxml/rng-nxml.el (rng-set-state-after):
5533         * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
5535         * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
5536         (rng-c-parse-annotation-body):
5537         * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
5539         * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
5540         (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
5541         (nxml-forward-balanced-item, nxml-dynamic-markup-word)
5542         (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
5543         Fix typos in docstrings.
5544         (nxml-attribute-indent): Reflow docstring.
5545         (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
5546         (nxml-default-buffer-file-coding-system): Doc fixes.
5548         * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
5549         (nxml-ns-set-prefix): Fix typos in docstrings.
5550         (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
5551         Reflow docstring.
5552         (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
5554         * nxml/nxml-outln.el (nxml-hide-all-text-content)
5555         (nxml-show-direct-text-content, nxml-show-direct-subheadings)
5556         (nxml-hide-direct-text-content, nxml-hide-subheadings)
5557         (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
5558         (nxml-outline-display-rest, nxml-outline-set-overlay)
5559         (nxml-section-tag-forward, nxml-section-tag-backward)
5560         (nxml-back-to-section-start): Fix typos in docstrings.
5562         * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
5563         Doc fixes.
5565         * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
5566         (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
5567         (nxml-scan-after-change): Fix typo in docstring.
5569         * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
5570         (rng-name-class-possible-names): Doc fixes.
5571         (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
5572         (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
5573         Fix typos in docstrings.
5574         (rng-intern-group-shortcut, rng-intern-choice-shortcut):
5575         Reflow docstrings.
5577         * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
5578         (rng-substq, rng-complete-before-point): Fix typos in docstrings.
5580         * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
5581         (rng-xsd-convert-date-time): Reflow docstrings.
5582         (rng-xsd-compile): Fix typo in docstring.
5584         * nxml/rng-loc.el (rng-current-schema-file-name)
5585         (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
5586         Doc fixes.
5587         (rng-set-schema-file): Fix typo in docstring.
5589         * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
5590         (rng-do-some-validation, rng-process-start-tag, rng-process-text):
5591         Fix typos in docstrings.
5592         (rng-message-overlay, rng-conditional-up-to-date-start)
5593         (rng-conditional-up-to-date-end): Doc fixes.
5594         (rng-next-error, rng-previous-error): Reflow docstrings.
5596         * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
5597         (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
5598         (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
5599         (xmltok-merge-attributes): Fix typos in docstrings.
5600         (xmltok-make-attribute, xmltok-forward-special)
5601         (xmltok-get-declared-encoding-position): Reflow docstrings.
5603         * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
5604         (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
5605         Fix typos in docstrings.
5607 2008-07-02  John Paul Wallington  <jpw@pobox.com>
5609         * ibuffer.el (ibuffer-buffer-file-name):
5610         Use `list-buffers-directory'.  Remove special-casing for `cvs-mode'
5611         and `vc-dir-mode'.  Suggested by Dan Nicolaescu.
5613 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
5615         * files.el (backup-extract-version): Handle versioned directories.
5616         (trash-directory): New variable.
5617         (move-file-to-trash): New function.
5619         * cus-start.el (delete-by-moving-to-trash): Declare for custom.
5621 2008-07-02  Magnus Henoch  <mange@freemail.hu>
5623         * vc-git.el (vc-git-annotate-command): Use proper option for
5624         specifying revision.
5626 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5628         * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
5629         if available.
5631 2008-07-01  Dan Nicolaescu  <dann@ics.uci.edu>
5633         * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
5635         * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
5636         Add binding for vc-annotate-show-changeset-diff-revision-at-line.
5638         * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
5640 2008-07-01  Nick Roberts  <nickrob@snap.net.nz>
5642         * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
5643         (gdb-init-2): Use it.  Don't run gdb-mode-hook again.
5644         (gdb-var-list-children-regexp, gdb-var-update-regexp)
5645         (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
5646         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
5647         (gdb-stack-list-locals-regexp): Future proof regexps better.
5649 2008-06-30  Juri Linkov  <juri@jurta.org>
5651         * faces.el (face-name-history): New variable.
5652         (make-face, make-empty-face): Replace interactive spec "S"
5653         with `read-from-minibuffer' where `read' arg is t and
5654         `hist' arg is `face-name-history'.
5655         (read-face-name): Set `hist' arg of `completing-read-multiple'
5656         to `face-name-history'.
5657         (list-faces-display): Use `read-regexp' instead of `read-string'
5658         to read regexp.
5660         * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
5661         to `regexp-history'.
5662         (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
5663         make it an obsolete alias to it.
5664         (hi-lock-face-defaults): New variable renamed from
5665         `hi-lock-face-history'.
5666         (hi-lock-line-face-buffer, hi-lock-face-buffer)
5667         (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
5668         `read-from-minibuffer'.  Doc fix.
5669         (hi-lock-read-face-name): Replace `hi-lock-face-history' with
5670         `hi-lock-face-defaults'.  Remove `mapcar (lambda (f) (cons f f))'.
5671         Set `hist' arg of `completing-read' to `face-name-history'.
5672         Put a list of default faces to `default' arg instead of `hist' arg.
5674         * bindings.el (abbrev-map, narrow-map): New variables.
5675         Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
5676         Rebind related commands to these new maps.
5677         (ctl-x-r-map): New variable for rectangle, register and bookmark
5678         keys.  Move rectangle keybindings to rect.el and register
5679         keybindings to register.el.
5680         (next-buffer, previous-buffer): Remove C-x prefix and move
5681         keybindings to ctl-x-map.
5683         * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
5684         to the new map `ctl-x-r-map' in autoload cookies.
5686         * expand.el: Rebind two global `C-x a' keys "n", "p"
5687         to the new map `abbrev-map' in autoload cookies.
5689         * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
5691         * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
5693 2008-06-30  Miles Bader  <miles@gnu.org>
5695         * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
5696         after processing an escape sequence.
5698 2008-06-29  Michael Albinus  <michael.albinus@gmx.de>
5700         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
5701         from 2008-06-28.  It does not work on W32.
5703 2008-06-29  Juri Linkov  <juri@jurta.org>
5705         * replace.el (read-regexp): New function.
5706         (keep-lines-read-args, occur-read-primary-args):
5707         Call `read-regexp' instead of code moved to new function.
5708         (keep-lines, flush-lines, how-many): Remove parenthesis and colon
5709         from the end of prompt.
5710         (replace-re-search-function): Doc fix.
5712 2008-06-29  Kenichi Handa  <handa@m17n.org>
5714         * descr-text.el (describe-char-display): Always return a string.
5715         (describe-char-padded-string): New function.
5716         (describe-char): Adjusted for the change of
5717         describe-char-display.  Use describe-char-padded-string.
5719 2008-06-29  Andreas Schwab  <schwab@suse.de>
5721         * vc-dir.el (vc-dir): Make backend argument optional and use
5722         vc-responsible-backend when nil.  Interactively pass nil for
5723         backend instead of using the backend of what happens to be
5724         default-directory at the time of the call.
5726         * find-dired.el (find-dired-filter): Preserve point.
5728 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
5730         * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
5731         (sasl-find-mechanism, sasl-next-step):
5732         * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
5733         (sasl-ntlm-response): Fix typos in docstrings.
5735 2008-06-28  robert marshall  <robert@capuchin.co.uk>  (tiny change)
5737         * international/mule-cmds.el (view-hello-file): Doc fix.
5739 2008-06-28  Chong Yidong  <cyd@stupidchicken.com>
5741         * faces.el (inhibit-face-set-after-frame-default): Var deleted.
5742         (set-face-attribute, face-set-after-frame-default)): Don't use it.
5744 2008-06-28  John Paul Wallington  <jpw@pobox.com>
5746         * calc/calc.el (defmath): Add `doc-string' decl.  Add docstring.
5748 2008-06-28  Michael Albinus  <michael.albinus@gmx.de>
5750         * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
5751         (tramp-convert-file-attributes): Convert symlinks only when
5752         returned from `tramp-handle-file-attributes-with-stat'.
5754         * net/tramp-ftp.el (top): Delete 'ange-ftp property from
5755         `substitute-in-file-name' when unloading.
5756         (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
5758 2008-06-28  Dan Nicolaescu  <dann@ics.uci.edu>
5760         * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
5761         (vc-string-prefix-p): Move function ...
5762         * vc.el (vc-string-prefix-p): ... here.
5764 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
5766         * vc-dir.el (vc-dir): Complete only directory names.
5768 2008-06-27  Jason Rumney  <jasonr@gnu.org>
5770         * w32-fns.el (top-level): Unconditionally define all charsets.
5772 2008-06-27  Alan Mackenzie  <acm@muc.de>
5774         * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
5775         the CC Mode specific functions; this is no longer needed, since
5776         {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
5778         * progmodes/cc-defs.el (c-emacs-features): New feature
5779         'argumentative-bod-function.
5781 2008-06-27  John Paul Wallington  <jpw@pobox.com>
5783         * chistory.el (list-command-history): Use `bound-and-true-p'.
5784         (command-history-map): Define within defvar.  Add docstring.
5786 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
5788         * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
5789         to unibyte; just assume it is not a JPEG.  Use `string-match-p'.
5790         (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
5791         (image-type-from-buffer): Use `looking-at-p'.
5793 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
5795         * ibuf-ext.el (diff-sentinel): Declare.
5797 2008-06-27  Glenn Morris  <rgm@gnu.org>
5799         * calendar/lunar.el (calendar-lunar-phases): Rename from
5800         calendar-phases-of-moon.  Keep old name as alias, update callers.
5801         (lunar-phases): Rename from phases-of-moon.  Keep old name as alias.
5802         (diary-lunar-phases): Rename from diary-phases-of-moon.
5803         Keep old name as alias.
5804         * calendar/cal-menu.el (cal-menu-sunmoon-menu)
5805         (cal-menu-global-mouse-menu): Update for lunar name changes.
5806         * calendar/calendar.el (calendar-mode-map): Update for name change.
5807         * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
5809 2008-06-26  Glenn Morris  <rgm@gnu.org>
5811         * calendar/solar.el (solar-sunrise-sunset-string): Add optional
5812         argument `nolocation'.
5813         (calendar-sunrise-sunset-month): New function.
5814         * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
5815         cal-menu-moon-menu.  Add calendar-sunrise-sunset-month.
5816         (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
5817         * calendar/calendar.el (solar-sunrises-buffer): New constant.
5818         (calendar-mode-map): Use cal-menu-sunmoon-menu.
5819         (calendar-buffer-list): Add solar-sunrises-buffer.
5821         * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
5823 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
5825         * cus-start.el: Add customization types for word-wrap and
5826         shift-select-mode.
5828 2008-06-26  John Paul Wallington  <jpw@pobox.com>
5830         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
5831         (ibuffer-diff-with-file): Use it.  Do diff on marked buffers.
5832         (ibuffer-mark-on-buffer): Don't display message when removing marks.
5833         (ibuffer-mark-by-mode): Use `buffer-local-value'.
5835 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
5837         * vc-dir.el (tool-bar): Require.
5839         * vc.el (ewoc, tool-bar): Do not require.
5841 2008-06-26  Kenichi Handa  <handa@m17n.org>
5843         * international/mule-cmds.el (encode-coding-char): Fix for ASCII
5844         characters.
5846         * composite.el (terminal-composition-base-character-p): New function.
5847         (terminal-composition-function):
5848         Use terminal-composition-base-character-p.  Include the base character
5849         in the composition.
5850         (auto-compose-chars): Don't check font-object for terminal display.
5852 2008-06-26  Glenn Morris  <rgm@gnu.org>
5854         * doc-view.el (bookmark-make-record-default):
5855         * image-mode.el (bookmark-make-record-default): Fix declaration.
5857         * calendar/calendar.el (calendar-date-echo-text): Doc fix.
5858         Add default :value for sexp type.
5859         (calendar-month-edges): New variable.
5860         (calendar-month-edges): New function.
5861         (calendar-recompute-layout-variables): Set calendar-month-edges.
5862         (calendar-intermonth-header, calendar-intermonth-text): New options.
5863         (calendar-insert-at-column): New function.
5864         (calendar-generate-month): Use calendar-insert-at-column.
5865         Handle intermonth text.  Add 'date property.
5866         (calendar-column-to-month): Remove function.
5867         (calendar-column-to-segment): New function.
5868         (calendar-cursor-to-date): Use calendar-column-to-segment.
5869         Check 'date property.
5871         * calendar/calendar.el (calendar-print-other-dates):
5872         Handle mouse events.
5873         * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
5874         (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
5876         * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
5877         * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
5878         (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
5880         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5881         Use calendar-column-to-segment, calendar-month-edges, and
5882         the 'date property to handle intermonth text.
5884         * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
5886         * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
5887         (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
5888         Add doc strings.
5889         (cal-menu-context-mouse-menu): Add some :keys.
5890         (calendar-check-holidays): Declare rather than autoloading.
5891         (diary-show-holidays-flag): Remove unneeded declaration.
5893         * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
5894         * calendar/calendar.el (calendar-cursor-to-date): Handle case where
5895         event-start is nil.
5897 2008-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5899         * minibuffer.el (completion-basic-try-completion): Use the text after
5900         point to constrain the completion candidates.
5901         (completion-basic-all-completions): Adjust accordingly.
5903 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
5905         * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
5906         courier.
5908         * faces.el (set-face-attribute): Doc fix.
5910 2008-06-25  Juri Linkov  <juri@jurta.org>
5912         * bindings.el (goto-map): New variable.  Rebind goto-related
5913         commands to this `M-g' prefix keymap.
5914         (search-map): New variable for `M-s' prefix keymap.
5915         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
5916         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
5917         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
5918         `M-shw' to `hi-lock-write-interactive-patterns'.
5920         * isearch.el (isearch-mode-map): Bind `M-s h r' to
5921         `isearch-highlight-regexp'.
5922         (isearch-highlight-regexp): New function.
5924 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5926         * info.el (Info-bookmark-make-record):
5927         Use bookmark-make-record-default.
5928         (Info-bookmark-jump): Use bookmark-default-handler.
5930         * image-mode.el (image-bookmark-make-record):
5931         Use bookmark-make-record-default.
5932         (image-bookmark-jump): Use bookmark-default-handler.
5934         * doc-view.el (doc-view-bookmark-make-record):
5935         Use bookmark-make-record-default.
5936         (doc-view-bookmark-jump): Use bookmark-default-handler.
5938         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
5939         used until now in bookmark.el's code.
5940         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
5941         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
5942         used until now in bookmark.el's code.
5943         (bookmark-set-filename): Remove special code, moved to its only caller.
5944         (bookmark-store): Use the newer format.
5945         (bookmark-make-record-default): Add arg `point-only'.
5946         Rename from bookmark-make-record-for-text-file.
5947         (bookmark--jump-via): New function.
5948         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
5949         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
5950         Use it.
5951         (bookmark-jump-noselect, bookmark-default-handler):
5952         Don't return an alist, instead return the data implicitly by changing
5953         current buffer and point.  Signal an error if the file doesn't exist.
5955         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
5956         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
5958         * bs.el: Use with-current-buffer.  Simplify.
5959         (bs-toggle-readonly): Avoid vc-toggle-read-only.
5961         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
5962         is bound before using it.
5964 2008-06-25  Kenichi Handa  <handa@m17n.org>
5966         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
5968 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
5970         * vc-hg.el:
5971         * vc-git.el: Require vc-dir when compiling.
5973         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
5974         vc-dir-marked-only-files.  Change the return value.
5975         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
5976         Change the return value.
5977         (vc-dir-deduce-fileset): New function broken out from ...
5978         * vc.el (vc-deduce-fileset): ... here and ...
5979         (vc-deduce-fileset): ... here.
5981         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
5982         (vc-svn-parse-status): Do not set the vc-backend property.
5984 2008-06-25  Andreas Schwab  <schwab@suse.de>
5986         * faces.el (face-font-family-alternatives, variable-pitch):
5987         Use "Sans Serif", not "Sans-Serif".
5989 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
5991         * faces.el (face-font-family-alternatives, variable-pitch):
5992         Change "Sans" to the canonical name "Sans-Serif".
5994 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
5996         * calc/calc.el (calc-mode-map): Add extra keybindings to
5997         `calc-missing-key'.
5998         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
5999         `kill-ring-save'.
6001 2008-06-24  Miles Bader  <miles@gnu.org>
6003         * mouse.el (mouse-appearance-menu): Don't do anything if the user
6004         pops up the menu but doesn't select anything.
6006 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
6008         * add-log.el (add-change-log-entry): Add new arg to force each new
6009         entry to be on a new line.
6010         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
6012         * vc-dir.el (vc-client-object): Remove.
6013         (vc-dir-prepare-status-buffer): Take a backend as an argument and
6014         use it when looking for a buffer.
6015         (vc-dir): Add a backend argument.  Set revert-buffer-function.
6016         Don't create a client object.  Move bindings ...
6017         (vc-dir-menu-map, vc-dir-mode-map): ... here.
6018         (vc-dir-revert-buffer-function): New function.
6019         (vc-generic-status-printer): Rename to ...
6020         (vc-dir-status-printer): ... this.
6021         (vc-generic-state, vc-generic-status-fileinfo-extra)
6022         (vc-dir-extra-menu, vc-make-backend-object): Remove.
6023         (vc-default-status-printer): Use a different face for
6024         directories.  Don't display any text for directories in the state
6025         column.  Add tooltips.
6027         * vc.el (Todo): Update.
6029         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
6030         * vc-rcs.el (vc-annotate-convert-time):
6031         * vc-mtn.el (vc-annotate-convert-time):
6032         * vc-git.el (vc-annotate-convert-time):
6033         * vc-cvs.el (vc-annotate-convert-time):
6034         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
6036 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
6038         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
6039         instead of using view-mode.
6041 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6043         * Makefile.in (distclean): Don't delete *.elc and autogen files.
6045 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
6047         * vc.el:
6048         * vc-hooks.el:
6049         * vc-dispatcher.el: Move vc-dir variables and functions ...
6050         * vc-dir.el: ... here.  New file.
6051         * Makefile.in (ELCFILES): Add vc-dir.elc.
6053         * vc.el: Move vc-annotate variables and functions ...
6054         * vc-annotate.el: ... here.  New file.
6055         * Makefile.in (ELCFILES): Add vc-annotate.elc.
6057         * vc-dav.el: Move here from url/vc-dav.el.
6058         (Todo): Note work needed to make this backend functional.
6060         * Makefile.in (ELCFILES): Update vc-dav.el location.
6062 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6064         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
6066 2008-06-21  John Paul Wallington  <jpw@pobox.com>
6068         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
6070         * textmodes/rst.el (rst-mode): Put docstring in right place.
6072 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
6074         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
6075         size for legibility.
6077         * faces.el (fixed-pitch): Use "Monospace" family.
6078         (variable-pitch): Use "Sans" family.
6079         (face-font-family-alternatives): Define alternatives for "Sans"
6080         and "Monospace".
6082 2008-06-21  Glenn Morris  <rgm@gnu.org>
6084         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
6085         Require 'cl when compiling.
6087         * emacs-lisp/debug.el (help-xref-interned): Declare.
6089         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
6090         Evaluate definition when compiling.
6092         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
6093         rather than mouse-1.
6094         (bug-reference-url-format): Autoload safe if string.
6095         (bug-reference-bug-regexp): Make space after "bug" optional.
6097         * Makefile.in (all): Explicitly pass EMACS to sub-make,
6098         for some non-GNU makes.
6100         * cus-dep.el (custom-dependencies-no-scan-regexp):
6101         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
6103         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
6104         increments.
6106         * calendar/calendar.el: Factor out the magic numbers controlling the
6107         calendar layout.
6108         (calendar-month-digit-width, calendar-month-width)
6109         (calendar-right-margin): New variables.
6110         (calendar-recompute-layout-variables, calendar-set-layout-variable):
6111         New functions.
6112         (calendar-left-margin, calendar-intermonth-spacing)
6113         (calendar-column-width, calendar-day-header-width)
6114         (calendar-day-digit-width): New options.
6115         (calendar-first-date-row): New constant.
6116         (calendar-move-to-column, calendar-ensure-newline): New functions,
6117         replacing calendar-insert-indented.
6118         (calendar-insert-indented): Remove function.
6119         (calendar-generate-month): Use calendar-move-to-column and
6120         calendar-ensure-newline.  Use layout variables.
6121         (calendar-generate, calendar-update-mode-line)
6122         (calendar-font-lock-keywords): Use layout variables.
6123         (calendar-column-to-month): New function.
6124         (calendar-cursor-to-date): Use calendar-column-to-month.
6125         Use layout variables.
6126         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
6127         Use layout variables.  Use calendar-column-to-month.
6128         (calendar-cursor-to-visible-date): Use layout variables.
6130 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6132         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
6133         (all): Run compile-last.
6134         (compile-onefile): New target.
6135         (compile-first): Simplify.
6136         (compile-last): Don't treat COMPILE_FIRST specially.
6137         (COMPILE_FIRST): List the elc files rather than the el files.
6138         (ELCFILES): Update.
6140 2008-06-21  Ulf Jasper  <ulf.jasper@web.de>
6142         * net/newst-treeview.el: Remove dead code.
6143         (newsticker--window-config): Remove.
6144         (newsticker-treeview-quit): Do not save window config.
6145         (newsticker-treeview): Do not try to restore window config.
6146         (newsticker-groups, newsticker--treeview-list-sort-by-column)
6147         (newsticker--treeview-list-new-items)
6148         (newsticker--treeview-list-immortal-items)
6149         (newsticker--treeview-list-obsolete-items)
6150         (newsticker--treeview-list-all-items)
6151         (newsticker--treeview-list-feed-items): Fix documentation.
6153 2008-06-21  Miles Bader  <miles@gnu.org>
6155         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
6157 2008-06-21  Alan Mackenzie  <acm@muc.de>
6159         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
6160         infinite loop on invalid syntax.
6162 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6164         * textmodes/rst.el: Run rst-define-level-faces when loading.
6165         (rst-mode): Don't set the font-lock-multiline var.
6166         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
6167         Set the font-lock-multiline property by hand.
6169         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
6171         * Makefile.in (emacs-deps): Remove.
6172         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
6173         (all): Use them.
6174         (autogen-clean): Remove.
6176 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6178         * Makefile.in (all): New target.
6179         (bootstrap-prepare): Remove.
6181         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
6182         the .elc file to batch-byte-compile.
6184         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
6185         set-keymap-parents if set-keymap-parent doesn't exist.
6187         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
6188         Allow more than one space before the |.
6190         * textmodes/rst.el: Fix up docstring conventions.
6191         Move vars to before their first use.
6192         (rst-mode): Don't mess with font-lock-support-mode.
6193         (rst-suggest-new-decoration, rst-adjust-decoration):
6194         Avoid CL's copy-list.
6195         (rst-delete-entire-line): Use line-beginning-position.
6196         (rst-position): New fun.
6197         (rst-straighten-decorations): Use it instead of CL's position.
6198         (rst-straighten-bullets-region): Avoid CL's mapcar*.
6199         (rst-toc-mode): Use define-derived-mode.
6200         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
6201         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
6202         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
6203         (rst-replace-lines): Simplify.
6204         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
6206         * simple.el (special-mode-map): New var.
6207         (special-mode): New major mode.
6209 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
6211         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
6212         log-view-file-re.
6214         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
6215         (vc-switch-backend): Simplify.
6216         (Todo): Remove solved items.
6218         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
6219         the vc-backend property.
6221 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6223         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
6224         Bind inhibit-read-only since the buffer is always read-only.
6226 2008-06-20  Ulf Jasper  <ulf.jasper@web.de>
6228         * net/newst-treeview.el (newsticker-treeview-own-frame):
6229         Change default value to nil.
6230         (newsticker--treeview-list-add-item)
6231         (newsticker--treeview-propertize-tag): Show item title in tooltip.
6233 2008-06-20  Martin Blais  <blais@furius.ca>
6234             Stefan Merten  <smerten@oekonux.de>
6235             David Goodger  <goodger@python.org>
6237         * textmodes/rst.el: New file.
6239 2008-06-20  Sam Steingold  <sds@gnu.org>
6241         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
6242         remove DIRECTORY entries.
6244 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
6246         * makefile.w32-in (distclean): Depend on `clean'.
6247         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
6248         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
6249         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
6250         empty cus-load.el with `echo', and include "Local Variables"
6251         section to prevent the empty file from being compiled.
6252         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
6253         that generate an empty cus-load.el.
6255 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
6257         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6258         Don't copy ldefs-boot.el over loaddefs.el.
6259         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
6260         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
6261         to loaddefs.el; they are not needed now.  Add coding cookie.
6263 2008-06-20  Miles Bader  <miles@gnu.org>
6265         * face-remap.el (face-remap-add-relative, face-remap-set-base):
6266         Strip unnecessary list levels from SPECS.
6267         (buffer-face-set, buffer-face-toggle):
6268         Change argument from FACE to &rest SPECS, and strip unnecessary
6269         list levels from SPECS.
6270         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
6272 2008-06-20  Jason Rumney  <jasonr@gnu.org>
6274         * international/fontset.el (setup-default-fontset): Specify script
6275         for latin use of iso10646-1.  Fix use of lang tags.
6277 2008-06-19  Miles Bader  <miles@gnu.org>
6279         * face-remap.el (text-scale-increase): Start from zero if
6280         text-scale-mode isn't enabled.
6282 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6284         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
6285         frame parameters after setting up the `default' face.
6287 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6289         * faces.el (face-set-after-frame-default): Don't exclude `default'.
6291 2008-06-18  Glenn Morris  <rgm@gnu.org>
6293         * mouse.el (buffer-face-mode-invoke): Declare.
6295         * Makefile.in (ELCFILES): Add org/org-id.elc.
6297         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
6298         * calendar/cal-menu.el (cal-menu-holidays-menu):
6299         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
6300         (cal-menu-today-holidays): Remove function.
6302         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
6303         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
6304         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
6305         Remove unused functions.
6306         (calendar-mouse-view-diary-entries): Use format rather than concat.
6308         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
6309         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6310         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
6312         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
6313         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6314         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
6315         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
6316         cal-menu-event-to-date.
6318         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
6319         Handle mouse events.
6320         * calendar/cal-tex.el (cal-tex-cursor-year)
6321         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
6322         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6323         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6324         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
6325         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
6326         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
6327         (cal-tex-cursor-month): Mark N as optional.
6328         * calendar/cal-menu.el (calendar-mouse-tex-day)
6329         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
6330         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
6331         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
6332         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
6333         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
6334         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
6335         Remove functions.
6336         (cal-menu-context-mouse-menu): Replace the above functions with the
6337         cal-tex versions.  Add HTML submenu.
6339 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
6341         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
6342         text command mode.
6343         (gdb): Explain that gud-gdb is needed for text command mode.
6345 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
6347         * window.el (split-height-threshold): Remove spurious extra line.
6349 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6351         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
6352         (calendar-set-mark):
6353         * calendar/diary-lib.el (diary-insert-entry):
6354         * calendar/solar.el (calendar-sunrise-sunset): Use it.
6355         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
6356         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
6357         (cal-menu-context-mouse-menu): Use calendar-set-mark,
6358         diary-insert-entry, and calendar-sunrise-sunset instead.
6360         * vc.el (vc-deduce-fileset): Add arg `only-files'.
6361         (vc-next-action): Pass the new arg.
6362         (vc-register): Don't use `only-files'.
6363         Don't set `backup-inhibited' in the current buffer.
6365 2008-06-17  Miles Bader  <miles@gnu.org>
6367         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
6369         * face-remap.el (buffer-face-mode-face)
6370         (buffer-face-mode-remapping): New variables.
6371         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
6372         (buffer-face-mode-invoke): New functions.
6373         (variable-pitch-mode-remapping): Variable removed.
6374         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
6376         * face-remap.el (internal-lisp-face-attributes): New variable.
6377         (face-attrs-more-relative-p, face-remap-order): New functions.
6378         (face-remap-add-relative): Use `face-remap-order'.
6380 2008-06-17  Glenn Morris  <rgm@gnu.org>
6382         * mouse.el (x-select-font): Declare.
6384         * calendar/calendar.el (calendar-move-hook):
6385         Add calendar-update-mode-line as an option.
6386         (calendar-date-echo-text): New user option.
6387         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
6388         (calendar-insert-indented): Simplify newline insertion.
6389         (calendar-describe-mode): Remove unused function.
6390         (calendar-mode-line-entry): New function.
6391         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
6392         Mark as risky.
6393         (calendar-mouse-other-month): Remove function.
6394         (calendar-other-month): Handle mouse events.
6395         (calendar-goto-info-node): Call fit-window-to-buffer.
6396         (calendar-mode): Use define-derived-mode.  Doc fix.
6397         (calendar-update-mode-line): Tweak whitespace.
6399 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6401         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
6402         (vc-dir-marked-only-files): vc-string-prefix-p.
6404 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
6406         * progmodes/gdb-ui.el (gdb-memory-set-address)
6407         (gdb-memory-set-repeat-count): Allow keyboard bindings.
6408         (gdb-memory-mode-map): Bind above functions respectively
6409         to 'S' and 'N'.
6411 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
6413         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
6415 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
6417         * log-view.el (vc-diff-internal): Declare for compiler.
6419         * vc-bzr.el (log-view-per-file-logs):
6420         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
6422 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
6424         * mouse.el (mouse-appearance-menu-map): New var.
6425         (mouse-appearance-menu): New function.
6426         Bind it to S-down-mouse-1.
6428 2008-06-15  Juri Linkov  <juri@jurta.org>
6430         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
6431         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
6432         as the second element.
6433         (Info-build-toc): Add PARENT element extracted from the Up pointer.
6434         Don't print progress messages.
6435         (Info-toc-nodes): New variable and function.
6436         (Info-index-nodes): Optimize non-string file name case.
6437         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
6438         (Info-insert-breadcrumbs): Use the cached document structure instead
6439         of visiting all ancestor nodes.  Remove the initial `>'.
6441 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
6443         * log-view.el (log-view-diff-changeset): New function.
6444         (log-view-mode-map, log-view-mode-menu): Bind it.
6445         (log-view-per-file-logs, log-view-vc-fileset)
6446         (log-view-vc-backend): New variables.
6447         (log-view-find-revision, log-view-modify-change-comment)
6448         (log-view-annotate-version): Throw an error if the log is for more
6449         than one file and we can't find the current file.  Get the current
6450         file from log-view-vc-fileset if necessary.
6451         (log-view-diff): Get the current file from log-view-vc-fileset if
6452         necessary.
6454         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
6456         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
6457         (vc-hg-log-view-mode): Declare for compiler.
6458         (vc-hg-log-view-mode): Set log-view-per-file-logs and
6459         log-view-file-re.
6460         (vc-hg-diff): If no file is passed, use default-directory for cwd.
6462         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
6464         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
6466 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
6468         * net/tramp.el (tramp-handle-start-file-process):
6469         Clear modification time of the connection buffer.
6470         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
6471         (tramp-open-connection-setup-interactive-shell): Flush cache, and
6472         restart `tramp-maybe-open-connection' when the remote system has
6473         been changed.  Throw 'uname-changed event.
6474         (tramp-maybe-open-connection): Catch it.
6476         * net/tramp-cmds.el (tramp-cleanup-all-connections):
6477         Reset `tramp-locked'.
6479 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
6481         * net/newst-treeview.el (newsticker--treeview-list-update)
6482         (newsticker--treeview-item-update)
6483         (newsticker--treeview-tree-update)
6484         (newsticker-treeview-jump, newsticker-group-add-group)
6485         (newsticker-group-move-feed, newsticker-group-delete-group):
6486         Remove window dedication.
6487         (newsticker--group-manage-orphan-feeds): Handle ill-valued
6488         newsticker-groups.
6489         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
6491 2008-06-15  Andreas Schwab  <schwab@suse.de>
6493         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
6494         when parsing CVS/Repository.
6496         * wdired.el (wdired-search-and-rename): Fix undocumented change.
6498 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
6500         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
6501         (newsticker-extra-face, newsticker-enclosure-face): Moved to
6502         net/newst-reader.el.
6504         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
6505         (newsticker-extra-face, newsticker-enclosure-face): Moved from
6506         net/newst-reader.el.
6508 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6510         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
6511         Catch and recover from case when the bytes we thought we were reading
6512         turn out to be something else entirely, such as latin-1 chars from
6513         quail.  See bug#396.
6515 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
6517         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
6518         (vc-register): Call the backend function only once, instead of
6519         once for each file.
6520         (vc-next-action): Update call to vc-register.
6521         (vc-dir-register): Remove function.
6522         (vc-dir): Bind vc-register instead of vc-dir-register.
6524 2008-06-14  Glenn Morris  <rgm@gnu.org>
6526         * Makefile.in (ELCFILES): Add net/newst-*.el.
6528 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6530         * wdired.el (wdired-do-renames): New function.
6531         (wdired-finish-edit): Use it to.
6532         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
6534 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6536         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
6538 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
6540         * window.el (window--even-window-heights): Even window heights
6541         only if the selected window is higher than WINDOW.
6542         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6544 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6546         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
6548 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6550         * term/linux.el (terminal-init-linux): Load t-mouse.
6552 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6553             Drew Adams  <drew.adams@oracle.com>
6555         * info.el (Info-breadcrumbs-depth): New var.
6556         (Info-insert-breadcrumbs): New function.
6557         (Info-fontify-node): Use it.
6558         (Info-mode-map): Move initialization into declaration.
6560 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
6562         Rename net/newsticker-*.el to net/newst-*.el.
6563         * net/newst-backend.el: Rename from net/newsticker-backend.el.
6564         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
6565         * net/newst-reader.el: Rename from net/newsticker-reader.el.
6566         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
6567         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
6568         * net/newsticker-backend.el: Rename to net/newst-backend.el.
6569         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
6570         * net/newsticker-reader.el: Rename to net/newst-reader.el.
6571         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
6572         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
6574 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6576         * progmodes/compile.el (compilation-start): Don't disable undo in
6577         comint buffer.  Don't override the comint-filter with our own.
6578         (compilation-filter): Change point's insertion-type.
6580         * comint.el (comint-output-filter): Use copy-marker.
6582 2008-06-13  David Reitter  <david.reitter@gmail.com>
6584         * textmodes/flyspell.el (mail-mode-flyspell-verify):
6585         Check message-signature-separator exists before using it.
6587 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
6589         * vc.el (vc-delete-file): Bind default-directory before calling
6590         the backend.
6591         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
6592         (vc-annotate-show-diff-revision-at-line-internal): ... here.
6593         New function.
6594         (vc-annotate-show-changeset-diff-revision-at-line): New function.
6595         (vc-annotate-mode-menu): Bind it.
6597 2008-06-13  Jason Rumney  <jasonr@gnu.org>
6599         * term/w32-win.el (mouse-set-font): Remove overridden function.
6600         (w32-select-font): Declare as obsolete alias for x-select-font.
6602 2008-06-13  Daniel Engeler  <engeler@gmail.com>
6604         These changes add serial port access.
6605         * term.el (term-update-mode-line): Modify.
6606         (serial-port-is-file-p, serial-nice-speed-history)
6607         (serial-no-speed, serial-mode-line-speed-menu)
6608         (serial-mode-line-config-menu): New variables and constants.
6609         (serial-name-history, serial-speed-history)
6610         (serial-supported-or-barf, serial-read-name, serial-read-speed)
6611         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
6612         (serial-mode-line-speed-menu, serial-update-speed-menu)
6613         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
6614         (serial-update-config-menu): New functions.
6616 2008-06-13  Glenn Morris  <rgm@gnu.org>
6618         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
6620         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
6622 2008-06-13  Kenichi Handa  <handa@m17n.org>
6624         * cus-face.el (custom-face-attributes): Add :foundry.
6626         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
6627         (face-x-resources): Add :foundry.
6628         (face-valid-attribute-values): Likewise.
6629         (face-attribute-name-alist): Likewise.
6630         (describe-face): Likewise.
6632 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6634         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
6636 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
6638         * longlines.el (longlines-search-forward, longlines-search-backward)
6639         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
6641 2008-06-12  Sam Steingold  <sds@gnu.org>
6643         * vc.el (vc-rename-file): DTRT when the destination is a directory
6644         name and the source is a file.
6646 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
6648         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
6650 2008-06-12  Glenn Morris  <rgm@gnu.org>
6652         * progmodes/f90.el (f90-beginning-of-subprogram)
6653         (f90-end-of-subprogram): Only give a message when interactive.
6655         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
6657         * progmodes/cperl-mode.el (cperl-info-on-command):
6658         Use display-pixel-height rather than x-display-pixel-height.
6660         * mail/rmailedit.el (rmail-cease-edit):
6661         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
6663         * emulation/edt.el (edt-xserver):
6664         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
6666         * emulation/edt-mapper.el: Drop test for Emacs < 19.
6668         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
6669         Evaluate definitions when compiling.  Reverse tests.
6671         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
6672         use unless.
6674         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
6676         * textmodes/artist.el (x-pointer-shape):
6677         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
6678         (x-open-connection, x-server-max-request-size, x-get-resource):
6679         * term/w32console.el (x-setup-function-keys):
6680         * term/w32-win.el (x-parse-geometry, x-resource-name)
6681         (generate-fontset-menu, image-library-alist, x-open-connection)
6682         (setup-default-fontset, set-fontset-font, setup-default-fontset)
6683         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
6684         (x-get-resource):
6685         * term/mac-win.el (x-parse-geometry, x-resource-name)
6686         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
6687         (new-fontset, x-display-list, x-open-connection, x-get-resource):
6688         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
6689         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
6690         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
6691         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
6692         (tooltip-identifier-from-point, define-fringe-bitmap):
6693         * play/gamegrid.el (image-size):
6694         * play/bubbles.el (image-size):
6695         * mail/emacsbug.el (x-server-vendor, x-server-version):
6696         * international/mule-util.el (internal-char-font):
6697         * international/mule-diag.el (font-info, query-fontset, fontset-info)
6698         (fontset-alias-alist, fontset-list, fontset-plain-name):
6699         * international/mule-cmds.el (x-server-vendor, x-server-version):
6700         * international/fontset.el (font-encoding-charset-alist)
6701         (otf-script-alist, new-fontset, set-fontset-font)
6702         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
6703         (fontset-list, query-fontset, x-get-resource):
6704         * emulation/edt.el (x-server-vendor):
6705         * emulation/edt-mapper.el (x-server-vendor):
6706         * emacs-lisp/map-ynp.el (x-popup-dialog):
6707         * emacs-lisp/lmenu.el (x-popup-dialog):
6708         * x-dnd.el (x-window-property, x-change-window-property)
6709         (x-get-selection-internal):
6710         * woman.el (x-list-fonts):
6711         * w32-fns.el (x-server-version):
6712         * tooltip.el (x-show-tip, x-hide-tip):
6713         * tool-bar.el (image-mask-p):
6714         * thumbs.el (image-size):
6715         * term.el (overflow-newline-into-fringe):
6716         * subr.el (scroll-bar-scale):
6717         * startup.el (x-get-resource, tool-bar-mode, image-size):
6718         * select.el (x-get-selection-internal, x-own-selection-internal)
6719         (x-disown-selection-internal):
6720         * mouse.el (generate-fontset-menu):
6721         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
6722         * image.el (image-library-alist):
6723         * image-mode.el (image-size, image-refresh):
6724         * image-dired.el (clear-image-cache):
6725         * gs.el (x-display-mm-width, x-display-pixel-width)
6726         (x-display-mm-height, x-display-pixel-height)
6727         (x-change-window-property, x-display-grayscale-p, x-window-property):
6728         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
6729         (x-focus-frame, x-list-fonts, x-display-screens)
6730         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
6731         (x-display-mm-width, x-display-backing-store, x-display-save-under)
6732         (x-display-planes, x-display-color-cells, x-display-visual-class):
6733         * faces.el (internal-face-x-get-resource)
6734         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
6735         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
6736         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
6737         (x-parse-geometry, x-create-frame, x-setup-function-keys)
6738         (tool-bar-setup):
6739         * doc-view.el (clear-image-cache, image-size, tooltip-show):
6740         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
6741         * dframe.el (x-display-pixel-width, x-display-pixel-height):
6742         * descr-text.el (internal-char-font):
6743         Define for compiler, for builds without X.
6745 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6747         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
6749 2008-06-11  Glenn Morris  <rgm@gnu.org>
6751         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
6752         before trying to move there.
6753         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
6754         is non-nil, indent most terminating statements like loop body.
6756         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
6757         Gregorian date, and add it, not the local date, to diary-entries-list.
6758         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
6760 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6762         * progmodes/compile.el (compilation-filter): Fix up last change.
6764         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
6766         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
6767         (gpm-mouse-mode): Make it into a proper global minor mode.
6769         * files.el (save-some-buffers-action-alist): Only use recursive-edit
6770         if the user enabled recursive-minibuffers.
6772         * emacs-lisp/map-ynp.el (map-y-or-n-p):
6773         Add support for scroll-other-window.
6775 2008-06-11  Jason Rumney  <jasonr@gnu.org>
6777         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
6778         Use tmm-menubar if menu is disabled in this frame.
6780         * menu-bar.el (menu-bar-open): Determine how to open menu bar
6781         from frame type, per documentation.  Add w32 case.
6783 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6785         * minibuffer.el (completion--merge-suffix): New function.
6786         (completion-basic-try-completion): Use it.
6787         (completion-pcm--find-all-completions): Add argument `filter'.
6788         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
6789         New functions.
6790         (completion-pcm-try-completion): Use them.
6792         * xt-mouse.el (turn-on-xterm-mouse-tracking)
6793         (turn-off-xterm-mouse-tracking): Use terminal-list.
6795         * cus-start.el (underline-minimum-offset): Rename from
6796         x-underline-minimum-display-offset.
6798 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
6800         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
6802 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
6804         * mouse.el (mouse-select-font): New function.
6806         * faces.el (face-spec-recalc): When the face is set using
6807         Customize, avoid recalculating it twice.
6809         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
6810         Font" menu item to it.  Apply selected font to all frames, and
6811         make it savable.
6812         (menu-bar-options-save): Save `default' font if changed.
6814 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6816         * ffap.el (ffap-string-at-point-mode-alist):
6817         Use alpha rather than lower.
6819         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
6821         * subr.el (momentary-string-display): Use an overlay.
6823         * progmodes/compile.el (compilation-mode):
6824         Set window-point-insertion-type.
6825         (compilation-filter): Don't use insert-before-markers any more.
6826         * emacs-lisp/trace.el (trace-make-advice):
6827         Set window-point-insertion-type in the trace buffer.
6828         * startup.el (normal-top-level): Set window-point-insertion-type in
6829         *Messages*.
6830         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
6831         (telnet-filter): Don't use insert-before-markers any more.
6832         * comint.el (comint-mode): Set window-point-insertion-type.
6833         (comint-output-filter): Don't use insert-before-markers any more.
6834         * button.el (make-text-button): Allow `start' to be a string.
6836 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
6838         * emacs-lisp/autoload.el (autoload-rubric):
6839         Fix coding cookie not to force Unix EOL.
6841 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
6843         * window.el (window--splittable-p, window--try-to-split-window):
6844         Don't use with-selected-window to avoid messing up get-lru-window.
6845         Reported by David Hansen <david.hansen@gmx.net>.
6847 2008-06-10  Glenn Morris  <rgm@gnu.org>
6849         * subr.el (locate-library): Doc fix.
6851         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
6852         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
6853         Check tool-bar-map is bound, for non-X builds.
6855         * net/newsticker-reader.el (newsticker--next-item-image)
6856         (newsticker--previous-item-image, newsticker--previous-feed-image)
6857         (newsticker--next-feed-image, newsticker--mark-read-image)
6858         (ewsticker--mark-immortal-image, newsticker--narrow-image)
6859         (newsticker--get-all-image, newsticker--update-image)
6860         (newsticker--browse-image): Check xpm images are available.
6861         (newsticker--mark-read-image, newsticker--mark-immortal-image)
6862         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
6864         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
6865         (newsticker--plainview-tool-bar-map, newsticker-mode):
6866         Check tool-bar-map is bound, for non-X builds.
6867         (w3m-toggle-inline-image): Declare.
6869         * net/newsticker-backend.el (tool-bar-map): Don't declare.
6871         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
6873         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
6874         (finder-compile-keywords): Move let to where needed.
6875         (finder-mouse-face-on-line): Go back one more line if needed.
6876         (finder-list-matches): Use cadr.
6877         (finder-goto-xref): New function.
6878         (finder-commentary): Add buttons to jump to foo.el libraries.
6880 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6882         * apropos.el (apropos-function, apropos-macro, apropos-command)
6883         (apropos-variable, apropos-face, apropos-group, apropos-widget)
6884         (apropos-plist): Add apropos-short-label property.
6885         (apropos-multi-type): New variables.
6886         (apropos-command, apropos-value): Set it.
6887         (apropos-compact-layout): New custom.
6888         (apropos-print, apropos-print-doc): Use it.
6889         (apropos-print): Truncate lines.
6891 2008-06-09  Kenichi Handa  <handa@m17n.org>
6893         * international/fontset.el (font-encoding-alist):
6894         Add an entry for "ascii-0".
6896 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
6898         * language/hanja-util.el (hanja-init-load): Show the message only
6899         when loading a table.
6901 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
6903         * net/newsticker-treeview.el (newsticker-treeview):
6904         * net/newsticker-plainview.el (newsticker-plainview):
6905         Add autoload cookie.
6907 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
6909         * net/newsticker.el: Split up into newsticker-backend, -ticker,
6910         -reader, -plainview, and -treeview.
6911         (newsticker-version): Change to 1.99.
6913         * net/newsticker-backend.el: New.  Move backend functionality from
6914         newsticker.el to newsticker-backend.el.
6915         (newsticker--download-logos): New.
6916         (newsticker--sentinel-callback): New.
6917         (newsticker--set-customvar): Remove.  Split up into specific
6918         functions related to retrieval, ticker, buffer, and display.
6919         (newsticker--set-customvar-retrieval): New.  Extracted from
6920         `newsticker--set-customvar'.
6921         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
6922         (newsticker-url-list-defaults):
6923         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
6924         (newsticker-url-list): Doc changed.  URL can be a function.
6925         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
6926         (newsticker-retrieval-method): New.
6927         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
6928         (newsticker-retrieval-interval):
6929         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
6930         (newsticker-desc-comp-max): Change :group.
6931         (newsticker--cache): Doc changed.
6932         (newsticker--guid-to-string): New.
6933         (newsticker--guid): Use `newsticker--guid-to-string'.
6934         (newsticker--real-feed-name): New.
6935         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
6936         (newsticker-start): Use `insert-file-contents' for reading cache.
6937         Use `newsticker--start-feed'.
6938         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
6939         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
6940         Use `newsticker--stop-feed'.
6941         (newsticker-save-item): New.
6942         (newsticker--get-news-by-funcall): New.
6943         (newsticker-get-news): Handle new retrieval methods.
6944         (newsticker--sentinel): Use `newsticker--sentinel-work'.
6945         (newsticker--sentinel-work): New.  Extracted from
6946         `newsticker--sentinel'.  Use `newsticker--download-logos',
6947         `newsticker--sentinel-callback'.
6948         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
6949         (newsticker--parse-atom-1.0): Fix link determination.
6950         (newsticker--parse-rss-0.91): Fix time determination.
6951         (newsticker--parse-rss-0.92): Fix time determination.
6952         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
6953         (newsticker--parse-generic-feed): New arg order in
6954         `newsticker--cache-add'.
6955         (newsticker--parse-generic-items): Fix for multiple items.
6956         New arg order in `newsticker--cache-add'.
6957         (newsticker--forget-preformatted): Check whether
6958         `newsticker--buffer-set-uptodate' is fbound.
6959         (newsticker--decode-iso8601-date): Handle fractions of seconds.
6960         (newsticker--decode-rfc822-date): Partial timezone handling.
6961         (newsticker--cache-contains): Fix guid problem.
6962         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
6963         (newsticker--cache-save): New.
6964         (newsticker--cache-update): Use temp buffer.
6965         (newsticker--stat-num-items): Allow multiple AGE args.
6966         (newsticker--stat-num-items-total): New.
6967         (newsticker--opml-import-outlines): New.
6968         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
6969         (newsticker--do-run-auto-mark-filter): Doc changed.
6970         (newsticker-retrieve-random-message): New.
6972         * net/newsticker-ticker.el: New.  Move ticker functionality from
6973         net/newsticker.el to net/newsticker-ticker.el.
6974         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
6975         `newsticker--ticker-timer'.
6976         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
6977         to `newsticker--ticker-timer'.
6978         (newsticker--set-customvar-ticker): New.  Extracted from
6979         `newsticker--set-customvar'.
6980         (newsticker-ticker-interval): Rename `newsticker-display-interval'
6981         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
6982         for :set.  Change :group.
6983         (newsticker-scroll-smoothly): Doc changed.  Change :group.
6984         (newsticker-hide-immortal-items-in-echo-area)
6985         (newsticker-hide-old-items-in-echo-area)
6986         (newsticker-hide-obsolete-items-in-echo-area):
6987         Use `newsticker--set-customvar-ticker for :set.  Change :group.
6988         (newsticker-start-ticker): Rename `newsticker--display-timer' to
6989         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
6990         to `newsticker-ticker-interval'.
6991         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
6992         `newsticker--ticker-timer'.
6994         * net/newsticker-reader.el: New.  Move reader functionality from
6995         net/newsticker.el to net/newsticker-reader.el.
6996         (newsticker--set-customvar-formatting): New.  Extracted from
6997         `newsticker--set-customvar'.
6998         (newsticker-reader, newsticker-frontend): New.
6999         (newsticker-enable-logo-manipulations): Change :group.
7000         (newsticker-justification): Use `newsticker--set-customvar-formatting'
7001         for :set.  Change :group.
7002         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
7003         for :set.  Change :group.
7004         (newsticker-html-renderer): Doc changed.
7005         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
7006         (newsticker-date-format):
7007         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
7008         (newsticker--insert-enclosure):
7009         Rename `newsticker--buffer-insert-enclosure' to
7010         `newsticker--insert-enclosure'.  Add keymap arg.
7011         (newsticker--print-extra-elements):
7012         Rename `newsticker--buffer-print-extra-elements' to
7013         `newsticker--print-extra-elements'.  Add keymap arg.
7014         (newsticker--do-print-extra-element):
7015         Rename `newsticker--buffer-do-print-extra-element' to
7016         `newsticker--do-print-extra-element'.  Add keymap arg.
7017         (newsticker-show-news): Use `newsticker-frontend'.
7019         * net/newsticker-plainview.el: New.  Move plainview functionality
7020         from net/newsticker.el to net/newsticker-reader.el.
7021         (newsticker-plainview): New.
7022         (newsticker--set-customvar-sorting): New.  Extracted from
7023         `newsticker--set-customvar'.
7024         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
7025         for :set.  Changed :group.
7026         (newsticker-heading-format, newsticker-item-format)
7027         (newsticker-desc-format, newsticker-statistics-format):
7028         Use `newsticker--set-customvar-formatting for :set.  Change :group.
7029         (newsticker-faces): Change :group.
7030         (newsticker-default-face): Enable again.
7031         (newsticker-hide-old-items-in-newsticker-buffer)
7032         (newsticker-show-descriptions-of-new-items):
7033         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
7034         (newsticker-show-all-news-elements): Change :group.
7035         (newsticker-plainview-hooks): New.
7036         (newsticker-select-item-hook, newsticker-select-feed-hook)
7037         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
7038         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
7039         to `newsticker--plainview-tool-bar-map'.
7040         (newsticker--url-keymap): Add mouse-1 binding.
7041         (newsticker-plainview): New.
7042         (newsticker-mark-all-items-of-feed-as-read): Change doc.
7043         (newsticker--buffer-do-insert-text): Use renamed
7044         newsticker--[buffer-]insert-enclosure and
7045         newsticker--[buffer-]print-extra-elements.
7046         (newsticker--buffer-set-faces): Use newsticker-default-face.
7048         * net/newsticker-treeview.el: New.
7050 2008-06-08  Andreas Schwab  <schwab@suse.de>
7052         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
7054         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
7056         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
7057         empty line.
7059         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
7061 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
7063         * window.el (split-height-threshold, split-width-threshold):
7064         Add choice nil.
7065         (split-window-preferred-function): Allow either nil or a function.
7066         (window--splittable-p, window--try-to-split-window):
7067         Handle changed option values.
7069         (window--frame-usable-p): Handle nil argument.
7071         (display-buffer): Call get-lru-window when pop-up-windows is nil
7072         and window can't be split.
7074 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7076         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
7078         * net/tramp.el (top): Quote feature names.  Remove
7079         `tramp-rfn-eshadow-setup-minibuffer' from
7080         `rfn-eshadow-setup-minibuffer-hook' when unloading.
7081         (tramp-read-passwd): There is only one call to
7082         `auth-source-user-or-password' needed.  Pacify byte compiler.
7084 2008-06-08  Andreas Schwab  <schwab@suse.de>
7086         * window.el (display-buffer): Use lru window if current window
7087         cannot be split.
7089 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7091         * apropos.el (apropos-library): New command and new button.
7092         (apropos-library-button): New function.
7094         * apropos.el: Remove spurious * in docstrings.
7095         (apropos-label-face): Use variable pitch.
7096         (apropos-print): Use dolist and with-current-buffer.
7097         (apropos-print-doc): Use when.
7099         * window.el (special-display-p, display-buffer):
7100         Fix up C->Elisp transcription error.
7102 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7104         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
7105         (byte-compile-file): Initialize it.
7106         (byte-compile-nogroup-warn): Keep track of the current group.
7108 2008-06-08  Glenn Morris  <rgm@gnu.org>
7110         * Makefile.in (compile, compile-always, bootstrap-prepare):
7111         Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
7113 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
7115         * language/hanja-util.el (hanja-init-load): Use a char-table for
7116         hanja-table.
7117         (hangul-to-hanja-char): Adjust for the above change.
7119 2008-06-07  Glenn Morris  <rgm@gnu.org>
7121         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
7122         lm-keywords.
7124         * mail/sendmail.el (mail-interactive): Add :version.
7126         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
7127         obsolete alias.
7129         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
7130         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
7131         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
7132         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
7133         * eshell/esh-util.el, international/mule-cmds.el:
7134         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
7135         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
7136         Remove unnecessary eval-when-compiles and eval-and-compiles.
7138         * Makefile.in (bootstrap-clean): Run autogen-clean.
7139         (maintainer-clean): No need to run autogen-clean now it is included in
7140         bootstrap-clean.
7142 2008-06-06  Miles Bader  <miles@gnu.org>
7144         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
7146 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
7148         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
7149         longlines mode.
7151         * replace.el (replace-search-function)
7152         (replace-re-search-function): New vars.
7153         (perform-replace): Use them.
7155         * longlines.el (longlines-re-search-forward): New function.
7156         (longlines-mode): Bind replace-search-function and
7157         replace-re-search-function, to ensure that replacement commands
7158         treat newlines as spaces.
7159         (longlines-show-effect): Default to a pilcrow sign.
7161 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7163         * help.el (function-called-at-point):
7164         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
7165         even when calling find-tag-default.
7167 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
7169         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
7170         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
7171         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
7172         (nxml-fontify-buffer, nxml-do-fontify):
7173         Remove obsolete variables and functions.
7174         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
7175         (nxml-degrade, nxml-after-change, nxml-after-change1)
7176         (nxml-extend-region, nxml-extend-after-change-region)
7177         (nxml-extend-after-change-region1, nxml-fontify-matcher)
7178         (nxml-toggle-char-ref-extra-display): Use font-lock, and
7179         font-lock-extend-region-functions in particular, to fontify
7180         nxml-mode buffers.
7181         (nxml-debug-region): New debugging helper function.
7183         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
7184         (nxml-scan-after-change, nxml-move-tag-backwards):
7185         Adapt for font-lock changes.
7187         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
7188         (nxml-debug-set-inside, nxml-debug-clear-inside):
7189         New debugging functions.
7190         (nxml-with-degradation-on-error): New helper macro.
7192 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
7194         * window.el (display-buffer): Remove dead call to get-lru-window.
7196 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7198         * mail/sendmail.el (mail-interactive): Change default.
7200 2008-06-05  John Paul Wallington  <jpw@pobox.com>
7202         * bindings.el (completion-ignored-extensions):
7203         Add .p64fsl, .d64fsl, and .dx64fsl.
7205 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7207         * ffap.el (ffap-prompter): Don't use the region.
7209 2008-06-05  Sam Steingold  <sds@gnu.org>
7211         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
7212         subdirectory to be registered.
7214 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
7216         * window.el (display-buffer-function, special-display-p)
7217         (special-display-buffer-names, special-display-regexps)
7218         (special-display-function, same-window-p, same-window-buffer-names)
7219         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
7220         (pop-up-frame-function, pop-up-windows, even-window-heights)
7221         (split-window-preferred-function, split-height-threshold)
7222         (window--display-buffer-1, display-buffer, pop-to-buffer):
7223         Move from window.c and buffer.c.
7224         (window--splittable-p, window--try-to-split-window)
7225         (window--frame-usable-p, window--display-buffer-2)
7226         (window--even-window-heights): New functions.
7227         (split-width-threshold): New option.
7228         (split-window-preferred-horizontally): Remove.
7230         * cus-start.el: Remove corresponding declarations.
7232 2008-06-05  Sam Steingold  <sds@gnu.org>
7234         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
7235         an error on modified buffers.
7237 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7239         * progmodes/etags.el (tags-verify-table): Be careful to use and update
7240         tags-file-name and tags-table-list from the right buffer.
7241         (tags-table-check-computed-list, tags-table-extend-computed-list)
7242         (find-tag-noselect): Use with-current-buffer.
7244         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
7245         Use print-circle.
7247         * minibuffer.el (minibuffer-local-must-match-filename-map):
7248         Declare obsolete alias for the old name.
7250         * abbrev.el (unexpand-abbrev): Better preserve markers.
7252 2008-06-05  Glenn Morris  <rgm@gnu.org>
7254         * emacs-lisp/autoload.el (autoload-rubric): New function,
7255         extracted from autoload-ensure-default-file.
7256         (autoload-ensure-default-file): Use autoload-rubric.
7258         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
7259         (custom-dependencies-no-scan-regexp): New variable.
7260         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
7261         Don't scan files matching custom-dependencies-no-scan-regexp.
7262         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
7264         * finder.el (finder-headmark): Initialize and add doc string.
7265         (generated-finder-keywords-file): Doc fix.
7266         (finder-no-scan-regexp): New variable.
7267         (finder-compile-keywords): Use a single let binding.
7268         Disable undo in the output buffer.  Use autoload-rubric.
7269         Use mapc rather than mapcar.  Don't scan files matching
7270         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
7271         rather than concat.  Use directory-files to do regexp matching.
7272         No need to require jka-compr.
7273         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
7274         (finder-list-matches): Disable undo.
7275         (finder-commentary): Use let rather than let*.  Disable undo.
7276         (finder-current-item): Use zerop.
7277         (finder-mode): Use define-derived-mode.
7278         (finder-exit): Doc fix.  Use dolist.
7280         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
7281         (custom-deps): Don't require $(lisp)/cus-load.el.
7282         (custom-deps, finder-data): Don't depend on autoloads.
7283         Should not be needed now, and doing so was causing make install to
7284         re-dump emacs post-bootstrap.
7285         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
7286         mid-build forces some things to be rebuilt.
7288 2008-06-05  Miles Bader  <miles@gnu.org>
7290         * face-remap.el
7291         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
7292         (face-remap-remove-relative): Renamed from
7293         `remove-relative-face-remapping'.
7294         (face-remap-reset-base): Renamed from
7295         `set-default-base-face-remapping'.
7296         (face-remap-set-base): Renamed from `set-base-face-remapping'.
7297         (text-scale-increase): Renamed from `increase-buffer-face-height'.
7298         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
7299         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
7301         * face-remap.el (variable-pitch-mode): Autoload.
7303 2008-06-04  Sam Steingold  <sds@gnu.org>
7305         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
7306         Generate extra status headers for a Mercurial tree.
7308 2008-06-04  John Paul Wallington  <jpw@pobox.com>
7310         * echistory.el (electric-history-map): Define within defvar.
7311         Add docstring.
7313         * font-lock.el (font-lock-turn-off-thing-lock)
7314         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
7315         Use `bound-and-true-p'.
7316         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
7317         Doc fixes.
7319         * international/ccl.el (define-ccl-program): Add `doc-string'
7320         declaration.
7322 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
7324         * face-remap.el (variable-pitch-mode): Reflow docstrings.
7325         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
7327 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
7329         * emacs-lisp/rx.el (rx): Doc fix.
7331 2008-06-04  Markus Triska  <markus.triska@gmx.at>
7333         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
7335 2008-06-04  Miles Bader  <miles@gnu.org>
7337         * face-remap.el (adjust-buffer-face-height): New function.
7338         Add autoloaded keybindings in ctl-x-map.
7339         (increase-buffer-face-height, decrease-buffer-face-height):
7340         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
7342 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
7344         * simple.el (line-move-1): If we did not move as far as desired,
7345         ensure that point-left and point-entered hooks are called.
7347 2008-06-03  Sam Steingold  <sds@gnu.org>
7349         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
7351 2008-06-03  John Paul Wallington  <jpw@pobox.com>
7353         * progmodes/make-mode.el (makefile-cleanup-continuations)
7354         (makefile-warn-suspicious-lines, makefile-warn-continuations):
7355         Use `derived-mode-p'.
7357 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7359         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
7360         (ELCFILES): Update.
7362 2008-06-03  Miles Bader  <miles@gnu.org>
7364         * face-remap.el: New file.
7365         * Makefile.in (ELCFILES): Add face-remap.elc.
7367 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7369         * progmodes/flymake.el (flymake-process-filter): Make sure the source
7370         buffer isn't dead.
7372         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
7373         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
7374         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
7375         * obsolete/auto-show.el, obsolete/hscroll.el:
7376         Remove packages that were obsolete in Emacs-20, or that were obsolete
7377         in Emacs-21 and do not contain any more code.
7379         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
7380         vc-client-mode is not set.
7382         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
7383         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
7385         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
7386         yet a bit more clever at distinguishing / from /.
7388 2008-06-03  Kenichi Handa  <handa@m17n.org>
7390         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
7392 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
7394         * language/hanja-util.el: New file.
7396 2008-06-03  Glenn Morris  <rgm@gnu.org>
7398         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
7399         Check that end-of-word follows "type".
7401 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
7403         * epa-file.el (epa-file-write-region): Write the entire buffer
7404         content if START is nil.
7406 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
7408         * select.el (x-get-selection): Fix typo.
7410 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
7412         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
7413         (describe-char): Use `looking-at-p', `string-match-p' when possible.
7415 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7417         * tar-mode.el (tar-header-block-summarize): Ensure one space around
7418         user&group.
7420 2008-05-31  John Paul Wallington  <jpw@pobox.com>
7422         * help-fns.el (describe-variable-custom-version-info):
7423         Handle dotted `package-version' info.
7425 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
7427         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
7429 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
7431         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
7432         names and improve support for unregistered files.
7434 2008-05-31  Glenn Morris  <rgm@gnu.org>
7436         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
7437         Remove shell variable `elc'.  Split tests to hopefully be more portable.
7438         Fix `sel' assignment.
7440 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
7442         * minibuffer.el (completion-table-dynamic): Doc fix.
7444 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7446         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
7447         Try and return `unregistered' when applicable.
7449         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7450         Don't encourage naming variables with "-flag".
7452 2008-05-30  Glenn Morris  <rgm@gnu.org>
7454         * Makefile.in (update-elclist): Hide the warning when it does not apply,
7455         make it milder when it does.
7456         (autogen-clean): New target.
7457         (maintainer-clean): Use autogen-clean.
7459         * calendar/diary-lib.el (diary-display-function): New name for
7460         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
7461         Change custom type and version.
7462         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
7463         (diary-fancy-display): Doc fixes.
7464         (diary-list-entries, diary-include-other-diary-files)
7465         (diary-mail-entries):
7466         Use diary-display-function rather than diary-display-hook.
7468         * calendar/appt.el (appt-check): Use diary-display-function rather than
7469         diary-display-hook.
7470         * calendar/cal-x.el (calendar-dedicate-diary): Update for
7471         diary-display-function replacing diary-display-hook.
7472         * org/org-agenda.el (org-get-entries-from-diary): Also set
7473         diary-display-function.
7475         * calendar/cal-html.el (cal-html-list-diary-entries):
7476         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
7477         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
7478         argument of diary-list-entries rather than setting diary-display-hook.
7480 2008-05-30  Kenichi Handa  <handa@m17n.org>
7482         * international/mule-conf.el (utf-8-with-signature): Renamed from
7483         utf-8-sig.
7484         (utf-8-auto): Adjusted for the above change.
7486         * international/mule-diag.el (describe-font): Don't check fontset
7487         here, and just call font-info.  Get the default font by from the
7488         default face.
7490 2008-05-29  Kenichi Handa  <handa@m17n.org>
7492         * international/mule-conf.el (utf-8-sig, utf-8-auto):
7493         New coding systems.
7495         * international/mule.el (define-coding-system): Accept :bom for utf-8.
7497 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
7499         * international/utf-7.el (utf-7-encode): Use the right escape char
7500         depending on imap/nonimap encoding.
7502 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7504         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
7506 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
7508         * icomplete.el (icomplete-prospects-height): Add :group.
7510 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7512         * icomplete.el (icomplete-prospects-length): Make obsolete.
7513         (icomplete-prospects-height): New var.
7514         (icomplete-completions): Use it.
7516 2008-05-29  David Kastrup  <dak@gnu.org>
7518         * autoinsert.el (auto-insert): Add :link.
7520 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7522         * tar-mode.el (tar-header): New field `header-start'.
7523         (tar-header-block-tokenize): Set it when useful.
7524         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
7525         (tar-header-data-end): New function.
7526         (tar-summarize-buffer): Use it.
7527         (tar-next-line): Fix goal column for long usernames.
7528         (tar-expunge-internal): Use header-start.
7529         (tar-rename-entry): Handle ustar-style long names.
7530         (tar-alter-one-field): Add optional `descriptor' argument.
7531         (tar-subfile-save-buffer): Use it.
7533 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7535         * tar-mode.el (tar-header): New field `header-start'.
7536         (tar-header-block-tokenize): Set header-start for longlink entries.
7537         (tar-expunge-internal): Use header-start to expunge longlink entries.
7539         * files.el (hack-local-variables): Don't signal an error if the local
7540         variable section is not properly terminated.
7542         * emacs-lisp/easymenu.el (easy-menu-convert-item)
7543         (easy-menu-convert-item-1): Move the duplicate-generation outside of
7544         the caching so it also works for identical entries.
7546         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
7547         (tar-mode): Use write-region-annotate-functions rather than
7548         write-contents-functions.
7549         (tar-extract): Remove unused var `pos'.
7550         (tar-subfile-save-buffer): Remove unused var `following-descs'.
7551         (tar-mode-write-file): Remove.
7552         (tar-write-region-annotate): New function.
7554         * progmodes/flymake.el (flymake-save-buffer-in-file):
7555         * shadowfile.el (shadow-copy-file):
7556         * arc-mode.el (archive-*-write-file-member):
7557         * files.el (diff-buffer-with-file):
7558         * subr.el (with-temp-file): Pass nil to write-region.
7559         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
7561         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
7562         the custom.
7564         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
7565         to write-region.
7567 2008-05-28  Glenn Morris  <rgm@gnu.org>
7569         * Makefile.in (update-elclist): Work around non-portability of "\"
7570         in various implementations of echo.
7572 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7574         * international/mule-diag.el (describe-current-coding-system):
7575         Don't assume selection-coding-system is always defined.
7577         * tar-mode.el: Use defstruct and markers.
7578         (tar-setf): Remove.
7579         (tar-header): Use defstruct.  Add `data-start' field.
7580         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
7581         (tar-desc-data-start): Remove (now called tar-header-data-start).
7582         (tar-roundup-512): New fun.
7583         (tar-header-block-tokenize): Receive a buffer position rather than
7584         a string.  Handle @longLink here, be more careful about it.
7585         Create a marker for data-start.
7586         (tar-summarize-buffer): Don't handle @LongLink here any more.
7587         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
7588         data-start on the following entries any more.
7589         (tar-chown-entry, tar-chgrp-entry): Use read-number.
7591         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
7592         (tar-header-offset): Remove.
7593         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
7594         Not permanent any more.
7595         (tar-data-buffer): New var.
7596         (tar-data-swapped-p, tar-change-major-mode-hook)
7597         (tar-mode-kill-buffer-hook): New funs.
7598         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
7599         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
7600         (tar-clear-modification-flags, tar-alter-one-field)
7601         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
7602         Change accordingly.
7604 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
7606         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
7607         (vc-dir-resynch-file): ... this.  Update callers.
7608         Use vc-string-prefix-p.  Ignore directory args.
7609         (vc-string-prefix-p): CSE.
7610         (vc-resynch-buffer): Restore conditional.
7612         * vc-hooks.el (vc-after-save): Improve test.
7613         (vc-mode-line): Fix indentation.
7615 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7617         * calendar/parse-time.el (parse-time-months)
7618         (parse-time-weekdays): Add long-form month and day names.
7620 2008-05-27  Glenn Morris  <rgm@gnu.org>
7622         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
7624 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7626         * vc-dispatcher.el (vc-string-prefix-p): New function.
7627         (vc-dir-parent-marked-p): Use it.
7629 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
7631         * vc.el (Problems): Remove fixed issues.
7632         (vc-expand-dirs): Avoid returning directories.
7633         (vc-dir): Fix C-x v v binding.
7634         (vc-make-backend-object): Fix name.
7635         (vc-dir-show-fileentry): Fix docstring.
7636         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
7637         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
7638         Reset the state for directories.
7639         (vc-dir-headers): Align labels.
7640         (vc-default-status-printer): Do no call prettify-state-info.
7641         (vc-deduce-fileset): Replace implementation with one based on a
7642         working older version.
7643         (vc-next-action): Use the new form of vc-deduce-fileset.
7644         Fix dealing with unregistered files.
7646         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
7647         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
7648         (vc-dir-child-files): New function.
7649         (vc-dir-node-directory): New function.
7650         (vc-dir-update, vc-dir-parent-marked-p)
7651         (vc-dir-children-marked-p, vc-dir-mark-all-files)
7652         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
7654         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
7656 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7658         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
7659         (diff-font-lock-keywords, diff-context->unified)
7660         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
7661         (diff-hunk-text, diff-find-source-location): Use it.
7662         (diff-post-command-hook): Let the user edit the hunk headers.
7664 2008-05-26  Andreas Schwab  <schwab@suse.de>
7666         * vc.el (vc-default-prettify-state-info): Fix formatting of an
7667         unknown state.
7669         * tar-mode.el (tar-summarize-buffer): Comment fix.
7671 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7673         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
7675 2008-05-26  Glenn Morris  <rgm@gnu.org>
7677         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
7679 2008-05-25  John Paul Wallington  <jpw@pobox.com>
7681         * proced.el (proced-next-line, proced-previous-line):
7682         Avoid calling `next-line' and `previous-line' from Lisp code.
7684 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
7686         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
7687         Use diary-ordinal-suffix.
7689 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
7691         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
7692         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
7693         (edebug-save-displayed-buffer-points, edebug-initial-mode)
7694         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
7695         (edebug-print-length, edebug-print-level, edebug-print-circle)
7696         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
7697         (edebug-global-break-condition, edebug-sit-for-seconds):
7698         Remove spurious * from defcustom docstrings.
7699         (edebug-unwrap*, edebug-signal, edebug-eval-display):
7700         Improve argument/docstring consistency.
7701         (edebug-test-coverage, edebug-gensym, edebug-read)
7702         (edebug-top-level-nonstop, edebug-eval-result-list)
7703         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
7704         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
7705         (edebug-display-freq-count): Reflow docstrings.
7706         (edebug-restore-status): Doc fix.
7708 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7710         * proced.el (proced-header-line): Use the :align-to 0 feature
7711         rather than computing the corresponding position manually.
7712         (proced-update): Don't hardcode point-min==1.
7714 2008-05-24  Alan Mackenzie  <acm@muc.de>
7716         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
7717         if c-file-style is set to a non-string.
7719         (c-neutralize-CPP-line): Surround by `save-excursion'.
7720         (c-neutralize-syntax-in-CPP): Optimize for speed.
7722 2008-05-24  Glenn Morris  <rgm@gnu.org>
7724         * Makefile.in (update-elclist): New target, to update ELCFILES.
7725         (bootstrap-after): Run update-elclist.
7727 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
7729         * icalendar.el (icalendar-version): Increase to "0.19".
7730         (icalendar--date-style): New function.
7731         (icalendar--datetime-to-diary-date): Doc fix.
7732         Use icalendar--date-style.
7733         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
7734         (icalendar--convert-yearly-to-ical)
7735         (icalendar--convert-recurring-to-diary): Handle iso date style,
7736         use icalendar-date-style.
7738 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
7740         * vc.el (vc-delete-file): Make sure the buffer is deleted and
7741         vc-dir buffers are updated.
7743 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7745         * vc.el (vc-delete-file): Don't try to resynch the buffer.
7747 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
7749         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
7750         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
7751         (reftex-extra-bindings): Use it.
7753         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
7754         away from the user-reserved keys.
7756         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
7757         New vars.
7758         (ada-create-keymap): Use them.
7760 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7762         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
7763         a properly-grouped regexp.
7765 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
7767         * progmodes/cap-words.el (capitalized-words-mode):
7768         Fix typos in docstring.
7770 2008-05-23  Kenichi Handa  <handa@m17n.org>
7772         * international/mule-conf.el: Don't define the charset `emacs'
7773         here, just put :docstring, :short-name, and :long-name.
7775 2008-05-22  Kenichi Handa  <handa@m17n.org>
7777         * international/mule-diag.el (font-show-log): Limit each listing
7778         to 20 items.
7780 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
7782         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
7783         (gdb-annotation-rules): New entry for "thread-changed".
7784         (gdb-thread-changed): New function.
7786 2008-05-23  Glenn Morris  <rgm@gnu.org>
7788         * Makefile.in (SOURCES): Remove, unused.
7789         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
7790         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
7791         Exclude more '*loaddefs' files.
7792         (compile-always): Simplify '.elc' deletion.
7794 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7796         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
7797         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
7799         * minibuffer.el (completion-boundaries): Change calling
7800         convention, so `string' has the same semantics as in
7801         try-completion and all-completions.
7802         (completion-table-with-context, completion--embedded-envvar-table)
7803         (completion--file-name-table)
7804         (completion-pcm--find-all-completions): Adjust code accordingly.
7806 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
7808         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
7809         prune image-mode-winprops-alist, preventing it from growing
7810         indefinitely.
7811         (image-mode-reapply-winprops): Use it.
7813 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
7815         * net/netrc.el (netrc-machine): Always match if the port is not given.
7817 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7819         * minibuffer.el (completion-pcm--find-all-completions):
7820         Don't add pseudo-completions.
7822         * icomplete.el (icomplete-eoinput): Remove.
7823         (icomplete-overlay): New var to replace it.
7824         (icomplete-tidy): Rewrite.
7825         (icomplete-exhibit): Use an overlay.
7826         (icomplete-completions): Use completion-all-sorted-completions.
7827         Obey completion-ignore-case.
7829         * files.el (locate-dominating-file): Accept non-existing argument.
7830         (project-find-settings-file): Rewrite, using locate-dominating-file.
7832 2008-05-22  Kenichi Handa  <handa@m17n.org>
7834         * faces.el (font-weight-table, font-slant-table, font-width-table):
7835         Delete them.  Don't call internal-set-font-style-table.
7837         * international/mule-diag.el (font-show-log): New function.
7839         * international/fontset.el (script-representative-chars): Add more
7840         chars for latin.  Add data for symbol.
7841         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
7843 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7845         * minibuffer.el (completion-all-sorted-completions): New var.
7846         (completion--flush-all-sorted-completions)
7847         (completion-all-sorted-completions): New functions.
7848         (minibuffer-force-complete): New command.
7850 2008-05-21  Glenn Morris  <rgm@gnu.org>
7852         * files.el (c-postprocess-file-styles): Declare for compiler.
7854         * Makefile.in: Allow for parallel byte-compiling.
7855         (ELCFILES): New variable.
7856         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
7857         (compile-first, compile-main, compile-last): New targets.
7858         (compile-always): Simplify - delete .elc files, then `make compile'.
7860         * Makefile.in (compile-calc): Use glob rather than find.
7861         ($(lisp)/progmodes/cc-mode.elc): Use $@.
7863         * eshell/esh-module.el: No need for cl when compiling.
7865         * eshell/eshell.el (eshell-defgroup): New alias.
7866         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7867         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
7868         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
7869         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
7870         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
7871         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
7872         Autoload the custom group.  Set generated-autoload-file.
7873         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
7874         for eshell-defgroup.
7875         * eshell/esh-module.el (eshell-load-defgroups): Remove.
7876         Require esh-groups rather than loading it.
7878 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7880         * proced.el (proced-header-line): New variable and new function.
7881         (proced-mode): Set header-line-format.
7882         (proced-update): Set proced-header-line.
7883         (proced-send-signal): Use proced-header-line.
7885 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7887         * macros.el (insert-kbd-macro): Use prin1-char.
7889 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7891         * minibuffer.el (completion-boundaries): New function.
7892         (completion--some): Delay errors.
7893         (complete-with-action, completion-table-with-context):
7894         Handle `boundaries' case.
7895         (completion--try-word-completion): Avoid partial-completion
7896         when the user hasn't entered anything yet.
7897         (minibuffer-local-map, minibuffer-local-filename-completion-map)
7898         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
7899         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
7900         Setup default keybindings.
7901         (completion--embedded-envvar-re): New var.
7902         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
7903         (completion--file-name-table): Handle `boundaries' case.
7904         (completion-pcm--pattern->regex): Avoid pathological backtracking.
7905         (completion-pcm--all-completions): Add a `prefix' arg.
7906         (completion-pcm--find-all-completions): New function.
7907         (completion-pcm-all-completions, completion-pcm-try-completion):
7908         Use it.
7910         * icomplete.el (icomplete-completions): Don't use `predicate' with
7911         a table of a different type than `candidates'.
7913 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7915         * proced.el (proced-goal-column): Rename from proced-procname-column.
7916         (proced-goal-header-re): Rename from proced-procname-column-regexp.
7917         (proced-move-to-goal-column): Rename from proced-move-to-procname.
7918         (proced-header-face, proced-header-regexp): Remove.
7919         (proced-font-lock-keywords): Remove proced-header-face.
7920         (proced-header-alist, proced-sorting-schemes-re): New variables.
7921         (proced): Rename Proced buffer to *Proced*.
7922         (proced-next-line, proced-previous-line): New commands.
7923         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
7924         (proced-hide-processes): Do not treat first line as special.
7925         (proced-header-space): New function.
7926         (proced-update): Use header-line-format.
7927         Initialize proced-header-alist and proced-sorting-schemes-re.
7928         Set proced-goal-column.  Include proced-command in mode-name.
7929         (proced-send-signal): Use header-line-format for *Marked
7930         Processes* buffer.
7931         (proced-sort): Restrict minibuffer completion to applicable
7932         sorting schemes.
7933         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
7935 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7937         * icomplete.el (icomplete-simple-completing-p):
7938         Allow icomplete-with-completion-tables to say "use it everywhere".
7939         (icomplete-completions): Obey completion-styles.  Try to accommodate
7940         partial-completion style.
7942 2008-05-20  Michael Olson  <mwolson@gnu.org>
7944         * files.el (project-find-settings-file): Change concat to
7945         expand-file-name.
7947 2008-05-19  Tom Tromey  <tromey@redhat.com>
7949         * files.el (normal-mode): Call hack-project-variables.
7950         (hack-local-variables-confirm): Add 'project' argument.
7951         (hack-local-variables-apply): New function.
7952         (hack-local-variables): Use it.
7953         (project-class-alist, project-directory-alist): New variables.
7954         (project-get-alist): New function.
7955         (project-collect-bindings-from-alist)
7956         (project-collect-binding-list, set-directory-project)
7957         (project-find-settings-file, project-define-from-project-file)
7958         (hack-project-variables): New functions.
7960 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7962         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
7964 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
7966         * faces.el (font-weight-table): Fix typo in docstring.
7968 2008-05-18  David Hull  <david@snap.com>  (tiny change)
7970         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
7971         (vc-hg-annotate-command): Allow white space before version number.
7973 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
7975         * calc/calc-yank.el (calc-register-alist): New variable.
7976         (calc-set-register, calc-get-register, calc-copy-to-register)
7977         (calc-insert-register, calc-add-to-register, calc-append-to-register)
7978         (calc-prepend-to-register): New functions.
7980         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
7981         `calc-copy-to-register' and `calc-insert-register'.
7982         Autoload new register functions.
7984         * calc/calc-help.el (calc-r-prefix-help): Add help for register
7985         functions.
7987 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
7989         * vc.el (Todo): Add known problems.
7990         (vc-dir-backend): New variable.
7991         (vc-dir): Set it.
7992         (vc-make-backend-object, vc-generic-status-printer)
7993         (vc-generic-state, vc-generic-status-fileinfo-extra)
7994         (vc-dir-extra-menu): Use it.
7995         (vc-generic-dir-headers): Remove, unused.
7997         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
7998         vc-dir-prev-directory for consistency with vc-dir-previous-line.
7999         (vc-dir-mode-map): Fix bindings.
8001         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
8003 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
8005         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
8006         operated on.
8007         (calc-kill-region): Kill entire lines.
8009 2008-05-17  Glenn Morris  <rgm@gnu.org>
8011         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
8012         simplify initial value.
8013         (defezimage): Drop support for Emacs without defimage, use a featurep
8014         test rather than fboundp when defining, drop with-no-warnings.
8015         (ezimage-insert-over-text): Move featurep test inside
8016         add-text-properties.
8018         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
8020         * net/tramp.el (top-level): Load auth-source when compiling.
8022         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
8024 2008-05-17  Andreas Schwab  <schwab@suse.de>
8026         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
8028 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
8030         * vc.el (vc-annotate-show-diff-revision-at-line): Change
8031         vc-diff-internal arg to match what vc-deduce-fileset returns now.
8033 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8035         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
8037 2008-05-17  Jim Meyering  <meyering@redhat.com>
8039         * ido.el (ido-save-history): Do not emit a trailing newline at the
8040         end of the ido history file.
8042 2008-05-16  John Paul Wallington  <jpw@pobox.com>
8044         * vc-dispatcher.el (top-level): Revert previous change: require cl
8045         when compiling.
8047 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
8049         * vc.el (vc-default-status-printer)
8050         (vc-default-prettify-state-info): Enhance the state prettyprinter
8051         to deal better with unknown states and indirect through it when
8052         painting vc-dir buffers.
8054 2008-05-16  John Paul Wallington  <jpw@pobox.com>
8056         * vc-dispatcher.el (top-level): Don't require cl when compiling.
8057         (vc-dir-mode-map): Fix backquote.
8058         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
8060 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
8062         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
8063         Reported by Glenn Morris <rgm@gnu.org>.
8065 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
8067         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
8068         the end of the file, it was good work at one time but has been
8069         stale since 1995 and may now be actively misleading.
8070         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
8071         CVS repository and module (assumptions for the latter a bit iffy).
8072         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
8073         SVN repository.
8075 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
8077         * vc-rcs.el (vc-rcs-create-tag):
8078         * vc-sccs.el (vc-sccs-create-tag):
8079         Fix typo in error message and pass backend arg.
8081 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
8083         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
8085 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
8087         * net/tramp.el: Load auth-source library.
8088         (tramp-read-passwd): Use it for password, not login.
8090 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
8092         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
8093         (ses-print-cell): Use string-width, truncate-string-to-width,
8094         delete-region rather than length, substring, delete-char.
8095         (ses-setup): Set inhibit-point-motion-hooks to t.
8096         Calculate position by actually moving point rather than just using
8097         unibyte character length.
8098         (ses-mode): Set indent-tabs-mode to nil.
8099         (ses-center): Use string-width rather than length.
8101 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
8103         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
8104         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
8105         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
8106         vc-*-create-tag and vc-*-retrieve-tag respectively.
8108         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
8109         unneeded defalias.
8111         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
8113         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
8114         about buffer names.
8116 2008-05-15  Glenn Morris  <rgm@gnu.org>
8118         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
8120         * org/org-exp.el (org-infojs-options-inbuffer-template):
8121         Fix declaration.
8123         * progmodes/cc-mode.el (declare-function): Add compat definition.
8124         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
8126 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
8128         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
8129         list to a cons so the caller can get back both expanded and
8130         unexpanded filesets.
8131         * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
8132         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
8133         Change handling of selection-set returns as required.
8135 2008-05-15  John Paul Wallington  <jpw@pobox.com>
8137         * add-log.el (top-level): Don't require cl when compiling.
8139         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
8140         (archive-*-extract): Use `zerop'.
8141         (archive-*-write-file-member): Use `or', use `zerop'.
8143         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
8145         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
8146         (ibuffer-mark-interactive, ibuffer-set-mark)
8147         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
8148         (ibuffer-map-lines, ibuffer-switch-format)
8149         (ibuffer-update-title-and-summary)
8150         (ibuffer-redisplay-engine): Use it.
8152         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
8153         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
8154         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
8155         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
8156         (ibuffer-mark-read-only-buffers)
8157         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
8159         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
8160         (define-ibuffer-column, define-ibuffer-sorter)
8161         (define-ibuffer-op, define-ibuffer-filter): Add declarations
8162         containing indentation specs, replacing equivalent top-level
8163         forms that set `lisp-indent-function' properties.
8164         (define-ibuffer-op): Use `derived-mode-p'.
8165         (define-ibuffer-filter): Remove redundant `concat' call.
8167 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
8169         * net/tramp.el (tramp-echo-mark): Update docstring.
8170         (tramp-echo-mark-marker): New defconst.
8171         (tramp-check-for-regexp): Use it.
8173 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
8175         * vc.el (vc-deduce-fileset): Do the right thing when visiting a
8176         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
8177         as parent.
8179 2008-05-14  John Paul Wallington  <jpw@pobox.com>
8181         * international/mule.el (convert-define-charset-argument):
8182         Remove period from end of error message.
8183         (coding-system-mnemonic): Doc fix.
8184         (ctext-pre-write-conversion): Doc fix.
8186 2008-05-14  Simon Marshall  <simon@gnu.org>
8188         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
8189         from its default value and give it the risky-local-variable
8190         property (CVE-2008-2142).
8192 2008-05-14  Kenichi Handa  <handa@m17n.org>
8194         * language/korean.el ("Korean"): Set `iso639-language'
8195         property to `ko'.
8197         * language/japanese.el ("Japanese"): Set `iso639-language'
8198         property to `ja'.
8200         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8201         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
8202         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
8204         * international/mule-cmds.el (set-language-environment):
8205         Set current-iso639-language.
8207         * international/fontset.el (setup-default-fontset): For kana, han,
8208         hangul, and cjk-misc, move an entry with font-spec at the end.
8209         (generate-fontset-menu): Exclude fontset-auto* from the list.
8211         * composite.el (compose-chars-after): Assume that WINDOW is always
8212         non-nil.
8214         * faces.el (font-weight-table, font-slant-table)
8215         (font-swidth-table): Declare them by defconst.  Change the format
8216         of elements.  Call internal-set-font-style-table after their
8217         declaration.
8218         (face-valid-attribute-values): Call font-family-list.  Get values
8219         for width, weight, and slant from font-xxx-table.
8221         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
8223 2008-05-13  John Paul Wallington  <jpw@pobox.com>
8225         * ibuffer.el (ibuffer-buffer-file-name): New function.
8226         (define-ibuffer-column filename): Use it.
8228         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
8230 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
8232         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
8233         as a string.
8234         (talk-add-display): Simplify.  Accept only string args.
8236 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
8238         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
8240 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8242         * Makefile.in (bootstrap-prepare): Don't chmod files.
8243         (autoloads): Do it here instead, where it's actually needed.
8245 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
8247         * tool-bar.el (tool-bar-make-keymap): Account for the optional
8248         KEY-BINDING-DATA field in menu-item list.
8250 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8252         * dired.el (dired-read-dir-and-switches): Move things about to use less
8253         recursion during macroexpansion.
8255         * dired.el (dired-read-dir-and-switches): Use read-file-name.
8257         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
8258         completion-ignored-extension directories if there's something else.
8259         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
8260         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
8261         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
8262         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
8263         buffer-read-only -> inhibit-read-only.
8265 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
8267         * vc.el (vc-expand-dirs): Stop this function from tossing out
8268         explicitly specified files.
8270 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8272         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
8273         to `insert'.
8275 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
8277         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
8278         cons.  Use vc-annotate-backend.
8279         (with-vc-file, edit-vc-file): Remove unused macros.
8281 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
8283         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
8284         (smtpmail-try-auth-methods): Use it.
8286 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8288         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
8289         (setf (nthcdr ..) ..) doesn't require CL at runtime.
8291 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
8293         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
8295 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8297         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
8298         (vc-bzr-revision-completion-table): Use process-file.
8299         (vc-bzr-working-revision): Pass relative file names.
8301         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
8303 2008-05-11  Juri Linkov  <juri@jurta.org>
8305         * wid-edit.el (widget-image-directory): Change default image data
8306         subdirectory from "custom" to "images/custom".
8308         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
8309         before recursive call to `Info-next-preorder' to not add
8310         intermediate nodes to the history.
8312         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
8314         * emulation/cua-base.el: Put isearch-scroll property
8315         on cua-scroll-up and cua-scroll-down.
8317 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
8319         * vc-hooks.el (vc-recompute-state): Remove (dead code).
8321 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
8323         * vc-dispatcher.el (ewoc): Require.
8324         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
8326         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
8328 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
8330         * term/w32-win.el (x-colors):
8331         * term/mac-win.el (x-colors):
8332         * term/x-win.el (x-colors): Re-order colors.
8334 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
8336         * smerge-mode.el (smerge-command-prefix): Fix custom type.
8338 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
8340         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
8341         New functions implementing motion to next and previous directory.
8343         * vc-arch.el (vc-arch-command):
8344         * vc-bzr.el (vc-bzr-command):
8345         * vc-cvs.el (vc-cvs-command):
8346         * vc-dispatcher.el (vc-do-command):
8347         * vc-git.el (vc-git-command):
8348         * vc-hg.el (vc-hg-command):
8349         * vc-mcvs.el (vc-mvcs-command):
8350         * vc-mtn.el (vc-mtn-command):
8351         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
8352         (vc-sccs-workfile-unchanged-p):
8353         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
8354         * vc-rcs.el (all methods): Remove assumption about what a nil
8355         argument to vc-do-command means.  This means no buffer name needs
8356         to be hardcoded into the dispatcher layer, and it's better to be
8357         explicit anyway.
8359         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
8361 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
8363         * vc.el: Update todo.
8365         * vc-sccs.el (vc-sccs-dir-status):
8366         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
8367         backends and returning up to date files.
8369         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
8371 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
8373         * vc.el (vc-dir):
8374         * vc-hooks.el: Tweak the VC directory bindings.  These are now
8375         documented in the manual.
8377         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
8378         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
8379         (vc-dispatcher-selection-set): Allow callers to pass in an
8380         observer flag that says no buffer sync is required.
8381         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
8382         Use the observer flag.
8384 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
8386         * simple.el (start-file-process): Clarify docstring.
8388 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
8390         * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
8391         Remove stub implementations of, and references to, wash-log.
8392         * vc-rcs.el (vc-rcs-comment-history):
8393         * vc-cvs.el (vc-cvs-comment-history):
8394         Inline the code that used to be wash-log.
8396         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
8397         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
8398         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
8399         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
8400         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
8401         (vc-rcs-print-log): Grok directories.
8403 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8405         * vc.el (vc-mark-resolved): Add `backend' argument.
8406         (vc-next-action): Pass it the backend.
8407         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
8408         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
8409         (vc-default-comment-history, vc-default-create-snapshot)
8410         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
8411         (vc-annotate-revision-previous-to-line)
8412         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
8413         * vc-svn.el (vc-svn-checkout):
8414         * vc-mcvs.el (vc-mcvs-checkout):
8415         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
8416         (vc-working-revision, vc-before-save, vc-mode-line):
8417         Prefer vc-call-backend to vc-call so as not to recompute the backend.
8419         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
8420         state to be consistent since it's often an unwarranted restriction.
8421         Don't return the state either.
8422         (vc-next-action): Check that the state is consistent.
8423         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
8424         (vc-rollback, vc-update): Adapt to new return value of
8425         vc-deduce-fileset.
8427         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
8428         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
8429         (vc-dispatcher-in-fileset-p): New fun.
8430         (vc-dispatcher-selection-set): Use it to properly handle directories.
8432 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
8434         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
8435         (vc-update): Remove unused let bindings.
8437 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
8439         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
8440         (vc-diff, vc-revert, vc-rollback, vc-update):
8441         * vc-dispatcher.el (vc-dispatcher-selection-set):
8442         Get rid of 4 special cases in fileset selection.  This involved
8443         changing the return value of (vc-deduce-fileset) so that it passes
8444         back a deduced state as well as a deduced back end.
8446 2008-05-08  Sam Steingold  <sds@gnu.org>
8448         * progmodes/compile.el (compilation-minor-mode-map)
8449         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
8450         * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
8451         it to `compilation-minor-mode-map' (instead of an explicit `cons').
8453 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8455         * org/org.el (org-modules, org-format-latex-options):
8456         * org/org-archive.el (org-archive-stamp-time)
8457         (org-archive-save-context-info):
8458         * org/org-faces.el (org-hide):
8459         * org/org-irc.el (org-irc-parse-link):
8460         * org/org-macs.el (org-call-with-arg, org-autoload):
8461         * org/org-mew.el (org-mew-store-link):
8462         * org/org-remember.el (org-remember-store-without-prompt)
8463         (org-remember-templates): Fix typos in docstrings.
8465         * org/org-info.el (org-info-store-link): Remove leftover docstring.
8467         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
8468         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
8469         (org-bbdb-anniv-split): Fix typos in docstrings.
8471         * org/org-publish.el (org-publish-project-alist): Doc fixes.
8472         (org-publish-use-timestamps-flag): Reflow docstring.
8473         (org-publish-files-alist): Fix typos in docstring.
8475 2008-05-07  Sam Steingold  <sds@gnu.org>
8477         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
8478         appears to be too aggressive with window removal.
8480 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
8482         * progmodes/verilog-mode.el (verilog-type-font-keywords):
8483         Add leda and 0in as pragma keywords.
8484         (verilog-pretty-expr): Support lining up assignments which include
8485         part selects.
8486         (verilog-mode): More portable check for the availability of
8487         hideshow support.
8488         (verilog-do-indent): Remove special indent for declarations inside
8489         a parenthetical list.  The code is ill-advised, and doesn't work
8490         given the new user defined types.
8491         (verilog-set-auto-endcomments): Enhance function automatic
8492         endcomment to support functions that return user defined types.
8493         (verilog-mode): Add code to tell which-function-mode minor mode
8494         that Verilog supports this feature.
8496 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
8498         * epa-file.el: Require epa-hook.
8500         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
8502         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
8503         file-names clashes on 8+3 filesystems.  Provide epa-hook.
8505         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
8506         file-names clashes on 8+3 filesystems.
8508 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
8510         * org/org.el (org-read-date-get-relative): Interpret lone
8511         weekday abbreviation as relative to today.
8513 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8515         * abbrev.el (define-abbrev-table):
8516         * composite.el (toggle-auto-composition):
8517         * json.el (json-alist-p, json-plist-p):
8518         * minibuffer.el (completion-table-with-predicate):
8519         * ps-mule.el (ps-mule-external-libraries):
8520         * emacs-lisp/advice.el (ad-special-form-p):
8521         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8522         * eshell/em-smart.el (eshell-review-quick-commands):
8523         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
8524         (python-skip-out, python-check-comint-prompt):
8525         Don't use `iff' in docstrings.
8527         * international/robin.el (robin-package-alist): Fix typo in docstring.
8528         (robin-current-package-name): Doc fix.
8529         (robin-activate): Don't use `iff' in docstring.
8531 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
8533         * vc.el, vc-dispatcher.el: VC-Dired support removed.
8534         The code uses a ewoc-based implementation now.
8535         * vc-hooks.el: Support for Meta-CVS has been removed.
8537 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8539         * tool-bar.el: Choose images dynamically.
8540         (tool-bar-make-keymap, tool-bar-find-image): New function.
8541         (tool-bar-find-image-cache): New var.
8542         (tool-bar-local-item, tool-bar-local-item-from-menu):
8543         Don't select the image yet, do it later in tool-bar-make-keymap.
8545 2008-05-07  Andreas Schwab  <schwab@suse.de>
8547         * window.el: Require 'cl when compiling.
8549 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
8551         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
8553 2008-05-07  Glenn Morris  <rgm@gnu.org>
8555         * subr.el (ignore-errors): Move here from cl-macs.el.
8556         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
8558         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
8559         oddness.
8561 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
8563         * vc-hooks.el (vc-find-file-hook):
8564         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
8565         further from vc.el.
8566         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
8568 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
8570         * progmodes/verilog-mode.el (verilog-getopt-file):
8571         Cleanup warning message format.
8572         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
8573         (verilog-auto-inout, verilog-auto-inout-module)
8574         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
8575         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8576         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
8577         (verilog-auto-sense-sigs, verilog-auto-tieoff)
8578         (verilog-auto-unused, verilog-auto-wire)
8579         (verilog-decls-get-assigns, verilog-decls-get-consts)
8580         (verilog-decls-get-gparams, verilog-decls-get-inouts)
8581         (verilog-decls-get-inputs, verilog-decls-get-outputs)
8582         (verilog-decls-get-ports, verilog-decls-get-regs)
8583         (verilog-decls-get-signals, verilog-decls-get-wires)
8584         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
8585         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
8586         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
8587         (verilog-inject-sense, verilog-library-filenames)
8588         (verilog-mode-release-date, verilog-mode-version)
8589         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
8590         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
8591         (verilog-modi-get-assigns, verilog-modi-get-consts)
8592         (verilog-modi-get-gparams, verilog-modi-get-inouts)
8593         (verilog-modi-get-inputs, verilog-modi-get-outputs)
8594         (verilog-modi-get-ports, verilog-modi-get-regs)
8595         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
8596         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
8597         (verilog-modi-get-wires, verilog-preserve-cache)
8598         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
8599         (verilog-read-sub-decls, verilog-read-sub-decls-line)
8600         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
8601         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
8602         Add caching of additional state, and rework signal extraction
8603         routines to improve AUTO expansion performance by 300%++.
8605 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
8607         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8608         Tweak Open Watcom regexp to distinguish between errors and warnings.
8610 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8612         * dired.el (dired-read-dir-and-switches): Fix up last change.
8614 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
8616         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
8617         out of this function, move it to vc-dispatcher-selection-set.
8619 2008-05-05  Sam Steingold  <sds@gnu.org>
8621         * window.el (delete-other-windows-vertically): New function.
8623 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8625         * dired.el (dired-read-dir-and-switches):
8626         Obey read-file-name-completion-ignore-case.
8628 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
8630         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8631         Add regexp for Open Watcom compiler output.
8633 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
8635         * progmodes/python.el (python-block-pairs): Align finally with except.
8637 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8639         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
8641 2008-05-05  Tom Tromey  <tromey@redhat.com>
8643         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
8644         looking at conflict marker.
8646 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8648         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
8649         client-mode -> vc-client-object, and guess `funcall' was meant.
8650         (vc-dir-mode): Rename client-mode -> vc-client-mode.
8652 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
8654         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
8655         (dbus-debug): Move declarations outside eval-when-compile.
8657 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8659         * proced.el (proced-command-alist): Fix system-type values.
8660         Fix defcustom.
8661         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
8662         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
8663         (proced-sort-start, proced-sort, proced-sort-time): New commands.
8664         (proced-update): Use proced-sorting-scheme.  Update modeline.
8665         (proced-send-signal): Use nreverse.
8666         (proced-sorting-scheme-p): New function.
8668 2008-05-04  Andreas Schwab  <schwab@suse.de>
8670         * vc.el: Require dired when compiling.
8672         * minibuffer.el (completion--insert-strings): Don't delete past bol.
8674 2008-05-03  Glenn Morris  <rgm@gnu.org>
8676         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
8677         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
8678         Simplify compilation requirements.
8679         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
8680         declarations.
8682 2008-05-03  Dave Love  <fx@gnu.org>
8684         * progmodes/python.el (python-beginning-of-statement):
8685         Loop at least once (fixes 2008-02-21 change).
8687 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
8689         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
8690         instead of `length' for comparing length of user and group names.
8692 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
8694         * vc-dispatcher.el: New file, separates out the UI and command
8695         execution machinery from VCS-specific logic left in vc.el.
8696         The separation is not yet completely clean, but it's a good start.
8697         * vc.el: This file is about 1700 lines shorter now.
8698         Remove obsolete logentry-check from the backend API.
8699         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
8700         implementation of the logentry-check method, and it guarded against
8701         a log length limit that has probably been obsolete for 15 years (!).
8703 2008-05-02  Sam Steingold  <sds@gnu.org>
8705         * progmodes/compile.el (compilation-start): Move setting of
8706         compilation-directory after (funcall mode) as that resets local
8707         variables, this fixes recompile in grep buffers.
8708         * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
8709         in dired &c).
8711 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
8713         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8714         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8715         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
8716         has one of these and that all are called in compatible ways.
8717         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8718         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8719         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
8720         backend has one of these.
8722 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8724         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
8725         initialization into define-abbrev-table.  Use :regexp.
8726         (octave-mode-syntax-table): Don't set word syntax for `.
8728         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
8729         than only value.
8731         * dired.el (dired-read-dir-and-switches):
8732         Set minibuffer-completing-file-name and call substitute-in-file-name.
8733         (dired-format-columns-of-files): Use completion--insert-strings.
8735         * minibuffer.el (completion-hilit-commonality): Revert last change:
8736         the leftover code was actually useful.
8737         (completion--insert-strings): Use string-width rather than length.
8739 2008-05-02  Sam Steingold  <sds@gnu.org>
8741         * vc.el (vc-dir-mode-map): Enable mouse bindings.
8742         (vc-at-event): New macro: run the body at the even location.
8743         (vc-dir-menu, vc-dir-toggle-mark): Use it.
8744         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
8745         * subr.el (mouse-event-p): Check if the event is mouse-related.
8747 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
8749         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8750         Don't throw error if no file is found.
8752 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8754         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
8755         (vc-default-state-heuristic): Doc fix.
8757 2008-05-02  Richard Sharman  <rsharman@pobox.com>
8759         * hilit-chg.el (highlight-changes-mode): Remove references to
8760         hooks that no longer exist.  Because define-minor-mode is used the
8761         hook highlight-changes-mode-hook exists and can do what both the
8762         old hooks used to do.  The documentation at the top of the file
8763         was updated to demonstrate this.
8764         (highlight-changes-mode): Remove commented out call to a hook
8765         function that is no longer there.
8766         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
8768 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
8770         * vc.el (vc-default-dired-state-info): Change name of primitive
8771         to prettify-state-info, in preparation for ripping out dired mode.
8772         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
8773         to prettify-state-info, in preparation for ripping out dired mode.
8774         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
8775         tries this on a version-controlled buffer.  It will do useless or
8776         actively bad things on any version control system newer than RCS.
8777         * vc-hooks.el (vc-dired-resynch-file):
8778         * vc.el (vc-dired-resynch-file): Change name of primitive to
8779         vc-directory-resynch-file, preparing to remove dired.
8781 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
8783         * vc-rcs.el (vc-rcs-state): Fix typos.
8785         * vc.el (vc-register): Change argument order so that the prefix
8786         argument is assigned correctly.
8787         (vc-next-action, vc-dir-register): Update for the above change.
8789 2008-05-01  Juri Linkov  <juri@jurta.org>
8791         * replace.el (occur-read-primary-args): Set default to the car of
8792         regexp-history and display it in the prompt, but don't add to the
8793         list of minibuffer defaults.  Bind history-add-new-input to nil to
8794         not add automatically `default'.  For empty input return `default'.
8795         Otherwise, add `input' to regexp-history and return it.
8796         (occur-1): Signal an error for the empty regexp.
8798         * progmodes/compile.el (compilation-auto-jump):
8799         Set window point to `pos' explicitly.
8801 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
8803         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
8804         when appropriate.
8805         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
8806         we report the 'unregistered state reliably.
8807         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
8808         we report the 'unregistered state reliably.
8809         * vc-git.el (vc-git-state): Call vc-git-unregistered so
8810         we report the 'unregistered state reliably.
8811         * vc-hooks.el (vc-state): Document that vc-unregistered is
8812         now expected to be returned reliably.
8813         * vc.el (vc-default-dired-state): Change needs-patch state to
8814         needs-update, since the name now shows up in dir-status listings
8815         and was somewhat misleading.
8816         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
8817         immediately after removing the file.
8818         * vc.el (vc-next-action): More informative messages when a fileset
8819         is in a mixed state or files are missing.
8821 2008-05-01  Sam Steingold  <sds@gnu.org>
8823         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
8825 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8827         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
8829 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
8831         * epa-file-hook.el: New file split from epa-file.el.
8832         * epa-file.el: Require 'epa-file-hook.
8833         (epa-file-handler): Add autoload cookie.
8834         * loadup.el: Load epa-file-hook.
8835         * startup.el (command-line): Eval the body of auto-encryption-mode.
8837 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
8839         * vc.el (vc-dir-mode-map): Don't bind "r".
8841         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
8842         (vc-hg-status-printer): New function.
8843         (vc-hg-after-dir-status): Deal with copied and renamed files.
8844         (vc-hg-dir-status): Add flag to show copied files.
8846 2008-05-01  John Paul Wallington  <jpw@pobox.com>
8848         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
8849         (ibuffer-do-sort-by-recency): Reverse sorting order if last
8850         sorting mode was recency.
8852         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
8853         reverse sorting order if last sorting mode was the sorter's.
8855 2008-05-01  Jason Rumney  <jasonr@gnu.org>
8857         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
8859 2008-04-30  John Paul Wallington  <jpw@pobox.com>
8861         * ibuffer.el (define-ibuffer-column filename): When the major mode
8862         is `vc-dir-mode' show the buffer's default directory.
8864         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
8865         major mode is `vc-dir-mode' use the buffer's default directory.
8867 2008-04-30  Sam Steingold  <sds@gnu.org>
8869         * vc.el (vc-dir-delete-file): Add.
8870         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
8871         (vc-delete-file): Do not barf when the file has been already deleted.
8873 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
8875         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
8877 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8879         * progmodes/octave-mod.el (octave-help): New function.
8880         * progmodes/octave-hlp.el: Delete.
8881         * info-look.el (octave-mode): Add operator index.
8883         * vc.el (vc-checkout): Typo.
8885 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
8887         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
8888         Add "..." in the appropriate places.
8890         * epa.el (epa-key-list-mode-map): Add more menu entries.
8891         Add "..." in the appropriate places.
8893         * dired.el (dired-mode-map): Add :help.
8895         * vc.el (vc-deduce-fileset): Add new parameter.
8896         (vc-dir-marked-only-files): New function.
8897         (vc-next-action): Don't ignore directories, look at the files
8898         inside them.
8899         (vc-dir-mode): Document how the mark/unmark commands work.
8901 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8903         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8904         Rule out trailing spaces in file and directory names as well.
8906         * minibuffer.el (completion--do-completion): Move point even if the
8907         completion makes no change.
8908         (completion-pcm-try-completion): Fix computation of new point.
8910 2008-04-30  David Hansen  <david.hansen@gmx.net>
8912         * dired.el: Require 'cl.
8914 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
8916         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
8917         hollow if not in innermost frame.
8919 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8920         Make `checkout-model' apply to filesets.
8921         * vc-hooks.el (vc-checkout-model): Rewrite.
8922         (vc-before-save, vc-after-save): Adjust callers accordingly.
8923         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
8924         (vc-transfer-file): Adjust callers accordingly.
8925         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
8926         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
8927         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
8928         instead of vc-checkout-model.
8929         * vc-mcvs.el (vc-mcvs-revert):
8930         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
8931         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
8932         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
8933         * vc-svn.el (vc-svn-checkout-model):
8934         * vc-hg.el (vc-hg-checkout-model):
8935         * vc-git.el (vc-git-checkout-model):
8936         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
8938         * dired.el (dired-read-dir-and-switches): Replace last change with
8939         a new approach that mixes read-file-name and read-directory-name.
8941         * files.el (read-buffer-to-switch):
8942         Avoid making assumptions about `other-buffer'.
8944 2008-04-29  Sam Steingold  <sds@gnu.org>
8946         * vc.el (vc-dir-mode-hook): Add normal hook.
8947         (vc-dir-mode): Run it.
8949 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
8951         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
8952         Always split windows.
8953         (gdb-speedbar-timer-fn): Only raise frame after user input.
8954         (gdb-same-frame): Reverse initial value.
8955         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
8957         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
8958         gdb-speedbar-timer-fn.
8960 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8962         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
8964 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
8966         * epa.el (epa-key-list-mode-map): Add menu.
8967         (epa-delete-keys, epa-import-keys): Fix typo.
8969 2008-04-29  Glenn Morris  <rgm@gnu.org>
8971         * find-cmd.el (top-level): Does not need cl when compiling.
8973 2008-04-29  Philip Jackson  <phil@shellarchive.co.uk>
8975         * find-cmd.el: New file.
8977 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8979         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
8980         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
8981         (completion-pcm--hilit-commonality): New function.
8982         (completion-pcm-all-completions): Use it.
8984         * minibuffer.el (completion-common-substring): Mark obsolete.
8985         (completions-first-difference, completions-common-part):
8986         Move from simple.el.
8987         (completion-hilit-commonality): New fun.
8988         (display-completion-list, completion-emacs21-all-completions)
8989         (completion-emacs22-all-completions): Use it.
8990         * simple.el (completions-first-difference, completions-common-part):
8991         Move to minibuffer.el.
8992         (choose-completion-string): Use field functions and minibufferp.
8993         (completion-setup-function): Don't set completions faces.
8995 2008-04-29  Glenn Morris  <rgm@gnu.org>
8997         * calendar/calendar.el (calendar-nth-named-absday)
8998         (calendar-nth-named-day):
8999         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
9000         * calendar/holidays.el (holiday-float): Doc fixes.
9002         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
9003         the `full' case.
9005         * org/org-agenda.el (calendar-iso-from-absolute):
9006         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
9007         Fix declarations.
9009 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
9011         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
9012         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
9013         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
9014         (gdb-assembler-custom): Be careful not to match other addresses.
9016 2008-04-29  Jason Rumney  <jasonr@gnu.org>
9018         * battery.el (battery-status-function): Use w32-battery-status
9019         on Windows.
9020         (battery-echo-area-format): Make apm format the general case.
9021         (battery-mode-line-format): Merge apm and pmset formats as the
9022         general case.
9024 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
9026         * progmodes/gdb-ui.el (gdb-info-stack-custom):
9027         Use gud-tool-bar-item-visible-no-fringe.
9028         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
9029         is already visible in frame.  Remove optional size parameter
9030         and add optional frame parameter.
9032         * progmodes/gud.el (gud-display-line): Only consider visible
9033         frames when looking for source buffer.
9035 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
9037         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
9038         argument to get-char-property, in case the current buffer hasn't
9039         been assigned to that window yet.
9040         (doc-view-display): Default to selected window if the current
9041         buffer hasn't been assigned to a window yet.
9043 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
9045         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
9047 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
9049         * net/tramp.el (tramp-mode): New defcustom.
9050         (tramp-file-name-handler, tramp-completion-file-name-handler):
9051         Use it.
9052         (tramp-replace-environment-variables): Handle "$$".
9054 2008-04-28  Sam Steingold  <sds@gnu.org>
9056         * vc-hg.el (vc-hg-rename-file): Fix argument order.
9058 2008-04-28  Bastien Guerry  <bzg@altern.org>
9060         * whitespace.el (whitespace-trailing): Fix typo.
9062 2008-04-28  Sam Steingold  <sds@gnu.org>
9064         * textmodes/remember.el (diary-make-entry): Update the autoload.
9066 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9068         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
9069         all-completions.
9071 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
9073         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
9075 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
9077         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
9078         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
9079         (vc-dir-mark-file): Add an optional argument.
9080         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
9082 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
9084         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
9085         rather than obsolete alias find-file-hooks.
9086         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
9087         Use find-file-hook rather than obsolete alias find-file-hooks.
9088         Add to find-file-not-found-functions.
9089         (epa-file-handler): Put 'safe-magic and 'operations properties.
9091         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
9092         (epa-menu-items): Remove.
9094         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
9095         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
9096         (epa-dired-mode, epa-global-dired-mode): Remove.
9098         * dired.el (dired-mode-map): Bind encryption/decryption commands.
9100         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
9102         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
9104 2008-04-27  Glenn Morris  <rgm@gnu.org>
9106         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
9107         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
9109 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
9111         * org/org.el (org-html-level-start): Always have id's in HTML.
9112         (org-export-as-html): Use `org-link-protocols' to
9113         retrieve the export form of the link.
9114         (org-add-link-type): Final parameter renamed from PUBLISH.
9115         Better documentation of how it is to be used.  Avoid double entries for
9116         the same link type.
9117         (org-add-link-props): New function.
9118         (org-modules-loaded): New variable.
9119         (org-load-modules-maybe, org-set-modules): New function.
9120         (org-modules): New option.
9121         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
9122         (orgtbl-mode, org-store-link, org-insert-link-global)
9123         (org-open-at-point): Call `org-load-modules-maybe'.
9124         (org-search-view): Add more text properties.
9125         (org-agenda-schedule, org-agenda-deadline): Allow also in
9126         search-type agendas.
9127         (org-search-view): Order of arguments has been changed.
9128         Interpret prefix-arg as TODO-ONLY.
9129         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
9130         Take new argument order of `org-search-view' into account.
9131         (org-todo-only): New variable.
9132         (org-search-syntax-table): New variable and function.
9133         (org-search-view): Do the search with the special syntax table.
9134         (define-obsolete-function-alias): Make work with XEmacs.
9135         (org-add-planning-info): Use old date as default when modifying an
9136         existing deadline or scheduled item.
9137         (org-agenda-compute-time-span): Make argument N optional.
9138         (org-agenda-format-date-aligned): Require `cal-iso'.
9139         (org-agenda-list): Include week into agenda heading, don't
9140         list it at each date (only on Mondays).
9141         (org-read-date-analyze): Define local variable `iso-date'.
9142         (org-agenda-format-date-aligned): Remove dependency on
9143         `calendar-time-from-absolute'.
9144         (org-remember-apply-template, org-go-to-remember-target):
9145         Interpret filenames relative to `org-directory'.
9146         (org-complete): Silently fail when trying to complete
9147         keywords that don't have a default value.
9148         (org-get-current-options): Add a #+DATE: option.
9149         (org-additional-option-like-keywords): Remove "DATE:" from the
9150         list of additional keywords.
9151         (org-export-as-html): Remove (current-time) as unnecessary second
9152         argument of `format-time-string'.
9153         (org-clock-find-position): Handle special case at end of buffer.
9154         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
9155         `org-agenda-change-time-span'.
9156         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
9157         `org-agenda-change-time-span'.
9158         (org-agenda-month-view): New argument MONTH, pass it on to
9159         `org-agenda-change-time-span'.
9160         (org-agenda-year-view): New argument YEAR, pass it on to
9161         `org-agenda-change-time-span'.
9162         (org-agenda-change-time-span): New optional argument N, pass it on
9163         to `org-agenda-compute-time-span'.
9164         (org-agenda-compute-time-span): New argument N, interpret it by
9165         changing the starting day.
9166         (org-small-year-to-year): New function.
9167         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
9168         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
9169         into the future, and that the shift is at least one interval, never 0.
9170         (org-update-checkbox-count): Fix bug with checkbox counting.
9171         (org-add-note): New command.
9172         (org-add-log-setup): Rename from `org-add-log-maybe'.
9173         (org-log-note-headings): New entry for plain notes (i.e. notes not
9174         related to state changes or clocking).
9175         (org-get-org-file): Check for availability of `remember-data-file'.
9176         (org-cached-entry-get): Allow a regexp value for
9177         `org-use-property-inheritance'.
9178         (org-use-property-inheritance): Allow regexp value.  Fix bug in
9179         customization type.
9180         (org-use-tag-inheritance): Allow a list and a regexp value for
9181         this variable.
9182         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
9183         (org-entry-get): Respect value `selective' for the INHERIT argument.
9184         (org-tag-inherit-p, org-property-inherit-p): New functions.
9185         (org-agenda-format-date-aligned): Allow 10 characters for
9186         weekday, to accommodate German locale.
9187         (org-add-archive-files): New function.
9188         (org-agenda-files): New argument `ext', to get archive files as well.
9189         (org-tbl-menu): Protect the use of variables that
9190         are only available when org-table.el gets loaded.
9191         (org-read-agenda-file-list): Error if `org-agenda-files' is a
9192         single directory.
9193         (org-open-file): Allow a batch process to trigger
9194         waiting after executing a system command.
9195         (org-store-link): Link to headline when there is not
9196         target and no region in an org-mode buffer when creating a link.
9197         (org-link-types-re): New variable.
9198         (org-make-link-regexps): Compute `org-link-types-re'.
9199         (org-make-link-description-function): New option.
9200         (org-agenda-date, org-agenda-date-weekend): New faces.
9201         (org-archive-sibling-heading): New option.
9202         (org-archive-to-archive-sibling): New function.
9203         (org-iswitchb): New command.
9204         (org-buffer-list): New function.
9205         (org-agenda-columns): Also try the #+COLUMNS line in
9206         the buffer associated with the entry at point (or with the first
9207         entry in the agenda view).
9208         (org-modules): Add entry for org-bibtex.el.
9209         (org-completion-fallback-command): Move into `org-completion' group.
9210         (org-clock-heading-function): Move to `org-progress' group.
9211         (org-auto-repeat-maybe): Make sure that a note can
9212         be enforces if `org-log-repeat' is `note'.
9213         (org-modules): Allow additional symbols for external packages.
9214         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
9215         (org-clock-goto): Hide drawers after showing an
9216         entry with `org-clock-goto'.
9217         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
9218         Try also a clocktable block shift.
9219         (org-clocktable-try-shift): New function.
9220         (org-columns-hscoll-title): New function.
9221         (org-columns-previous-hscroll): New variable.
9222         (org-columns-full-header-line-format): New variable.
9223         (org-columns-display-here-title, org-columns-remove-overlays):
9224         Install `org-columns-hscoll-title' in post-command-hook.
9226         * org/org.el: Split into many small files.
9228         * org/org-agenda.el: New file, split off from org.el.
9230         * org/org-archive.el: New file, split off from org.el.
9232         * org/org-bbdb.el: New file.
9234         * org/org-bibtex.el: New file, split off from org.el.
9236         * org/org-clock.el: New file, split off from org.el.
9238         * org/org-colview.el: New file, split off from org.el.
9240         * org/org-compat.el: New file, split off from org.el.
9242         * org/org-exp.el: New file, split off from org.el.
9244         * org/org-faces.el: New file, split off from org.el.
9246         * org/org-gnus.el: New file, split off from org.el.
9248         * org/org-info.el: New file, split off from org.el.
9250         * org/org-infojs.el: New file.
9252         * org/org-irc.el: New file.
9254         * org/org-macs.el: New file, split off from org.el.
9256         * org/org-mew.el: New file.
9258         * org/org-mhe.el: New file, split off from org.el.
9260         * org/org-publish.el: New file, split off from org.el.
9262         * org/org-remember.el: New file, split off from org.el.
9264         * org/org-rmail.el: New file, split off from org.el.
9266         * org/org-table.el: New file, split off from org.el.
9268         * org/org-vm.el: New file, split off from org.el.
9270         * org/org-wl.el: New file, split off from org.el.
9272 2008-04-27  Jason Riedy  <jason@acm.org>
9274         * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
9275         parameter that suppresses lines that evaluate to NIL.
9276         (orgtbl-get-fmt): New inline function for
9277         picking apart formats that may be lists.
9278         (orgtbl-apply-fmt): New inline function for applying formats that
9279         may be functions.
9280         (orgtbl-eval-str): New inline function for strings that may be
9281         functions.
9282         (orgtbl-format-line, orgtbl-to-generic): Use and document.
9283         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
9284         (*orgtbl-llfmt*, *orgtbl-llstart*)
9285         (*orgtbl-llend*): Dynamic variables for last-line formatting.
9286         (orgtbl-format-section): Shift formatting to support detecting the
9287         last line and formatting it specially.
9288         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
9289         formats unless overridden.
9290         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
9291         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
9292         bound variables to hold the input collection of lines and output
9293         formatted text.
9294         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
9295         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
9296         format parameters.
9297         (orgtbl-format-line): New function encapsulating formatting for a
9298         single line.
9299         (orgtbl-format-section): Similar for each section.  Rebinding the
9300         dynamic vars customizes the formatting for each section.
9301         (orgtbl-to-generic): Use orgtbl-format-line and
9302         orgtbl-format-section.
9303         (org-get-param): Now unused, so delete.
9304         (orgtbl-gather-send-defs): New function to
9305         gather all the SEND definitions before a table.
9306         (orgtbl-send-replace-tbl): New function to find the RECEIVE
9307         corresponding to the current name.
9308         (orgtbl-send-table): Use the previous two functions and implement
9309         multiple destinations for each table.
9311         * doc/org.texi (A LaTeX example): Note that fmt may be a
9312         one-argument function, and efmt may be a two-argument function.
9313         (Radio tables): Document multiple destinations.
9315 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
9317         * org/org-agenda.el (org-add-to-diary-list): New function.
9318         (org-prefix-has-effort): New variable.
9319         (org-sort-agenda-noeffort-is-high): New option.
9320         (org-agenda-columns-show-summaries)
9321         (org-agenda-columns-compute-summary-properties): New options.
9322         (org-format-agenda-item): Compute the duration of the item.
9323         (org-agenda-weekend-days): New variable.
9324         (org-agenda-list, org-timeline): Use the proper faces for dates in
9325         the agenda and timeline buffers.
9326         (org-agenda-archive-to-archive-sibling): New command.
9327         (org-agenda-start-with-clockreport-mode): New option.
9328         (org-agenda-clockreport-parameter-plist): New option.
9329         (org-agenda-clocktable-mode): New variable.
9330         (org-agenda-deadline-leaders): Allow a function value for the
9331         deadline leader.
9332         (org-agenda-get-deadlines): Deal with new function value.
9334         * org/org-clock.el (org-clock): New customization group.
9335         (org-clock-into-drawer, org-clock-out-when-done)
9336         (org-clock-in-switch-to-state, org-clock-heading-function):
9337         Move into the new group.
9338         (org-clock-out-remove-zero-time-clocks): New option.
9339         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
9340         (org-dblock-write:clocktable): Allow a Lisp form for the scope
9341         parameter.
9342         (org-dblock-write:clocktable): Fix bug with total time calculation.
9343         (org-dblock-write:clocktable): Request the unrestricted list of files.
9344         (org-get-clocktable): New function.
9345         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
9346         be strings but also integers (an absolute day number) and lists (m d y).
9348         * org/org-colview.el (org-columns-next-allowed-value)
9349         (org-columns-edit-value): Limit the effort for updating in the
9350         agenda to recomputing a single file.
9351         (org-columns-compute): Only write property value if it has changed.
9352         This avoids raising the buffer-change-flag unnecessarily.
9353         (org-agenda-colview-summarize)
9354         (org-agenda-colview-compute): New functions.
9355         (org-agenda-columns): Call `org-agenda-colview-summarize'.
9357         * org/org-exp.el (org-export-run-in-background): New option.
9358         (org-export-icalendar): Allow a batch process to trigger waiting
9359         after executing a system command.
9360         (org-export-preprocess-string): Rename from
9361         `org-cleaned-string-for-export'.
9362         (org-export-html-style): Made target class look like normal text.
9363         (org-export-as-html): Make use of the better preprocessing in
9364         `org-cleaned-string-for-export'.
9365         (org-cleaned-string-for-export): Better treatment of heuristic
9366         targets, many more internal links will now work in HTML export.
9367         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
9368         (org-export-inbuffer-options-extra): New variable.
9369         (org-export-options-filters): New hook.
9370         (org-infile-export-plist): Find also the settings keywords in
9371         `org-export-inbuffer-options-extra'.
9372         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
9373         multiple #+INFOJS_OPT lines.
9374         (org-export-html-handle-js-options): New function.
9375         (org-export-html-infojs-setup): New option.
9376         (org-export-as-html): Call `org-export-html-handle-js-options'.
9377         Add autoload to all entry points.
9378         (org-skip-comments): Function removed.
9380         * org/org-table.el (org-table-make-reference): Extra parenthesis
9381         around single fields, to make sure that algebraic formulas get
9382         correctly interpreted by calc.
9383         (org-table-current-column): No longer interactive.
9385         * org/org-export-latex.el (org-export-latex-preprocess):
9386         Rename from `org-export-latex-cleaned-string'.
9388 2008-04-27  Bastien Guerry  <bzg@altern.org>
9390         * org/org-publish.el (org-publish-get-base-files-1): New function.
9391         (org-publish-get-base-files): Use it.
9392         (org-publish-temp-files): New variable.
9393         Don't require 'dired-aux anymore.
9394         (org-publish-initial-buffer): New variable.
9395         (org-publish-org-to, org-publish): Use it.
9396         (org-publish-get-base-files-1): Bug fix: get
9397         the proper list of files when recursing thru a directory.
9398         (org-publish-get-base-files): Use the :exclude property to skip
9399         both files and directories.
9401 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
9403         * net/tramp.el (tramp-handle-make-symbolic-link)
9404         (tramp-handle-file-name-directory)
9405         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
9406         (tramp-do-copy-or-rename-file-directly)
9407         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
9408         (tramp-handle-substitute-in-file-name)
9409         (tramp-handle-insert-file-contents, tramp-handle-write-region)
9410         * net/tramp-cache.el (tramp-get-file-property)
9411         (tramp-set-file-property, tramp-flush-file-property)
9412         (tramp-flush-directory-property)
9413         * net/tramp-compat.el (tramp-compat-make-temp-file)
9414         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
9415         Disable `file-name-handler-alist' when handling localname.
9416         It could have a remote file syntax, like a VMS file name.
9418 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9420         * whitespace.el: New version 11.1.
9421         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
9422         enclosed by \\( and \\)$.  Docstring fix.
9423         (whitespace-trailing-regexp): Fun removed.
9424         (whitespace-report-list): Const initialization fix.
9425         (whitespace-color-on): Code fix.
9427 2008-04-27  Andreas Schwab  <schwab@suse.de>
9429         * Makefile.el: Unbreak bootstrap.
9431 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
9433         * net/tramp.el (tramp-replace-environment-variables): New defun.
9434         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
9435         Use it.
9437 2008-04-27  Glenn Morris  <rgm@gnu.org>
9439         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
9441         * calculator.el (calculator-expt): Replace cl function `oddp'.
9443 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
9445         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
9446         Simplify.  Collect `defun' and `autoload' entries.
9447         Avoid modifying load-history.
9449 2008-04-26  Glenn Morris  <rgm@gnu.org>
9451         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
9453         * simple.el (quoted-insert, zap-to-char): Revert previous change.
9455 2008-04-26  John Paul Wallington  <jpw@pobox.com>
9457         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
9458         `hexl-mode-old-eldoc-documentation-function'.
9459         (hexl-mode-exit): Restore it.
9460         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
9462         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
9464 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
9466         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
9467         (completion-pcm--all-completions): Doc fix.
9468         (completion-styles-alist, completion-all-completions):
9469         Fix typos in docstrings.
9471 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9473         * whitespace.el: There is now only one variable (whitespace-style) to
9474         specify which kind of blank is visualized.  Doc and docstring fix.
9475         New version 11.0.
9476         (whitespace-style): New option, replace whitespace-style-mark and
9477         whitespace-style-color.
9478         (whitespace-style-mark, whitespace-style-color): Options removed.
9479         (whitespace-hspace, whitespace-tab, whitespace-newline)
9480         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
9481         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
9482         (whitespace-hspace-regexp, whitespace-space-regexp)
9483         (whitespace-tab-regexp, whitespace-trailing-regexp)
9484         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9485         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
9486         (whitespace-space-after-tab-regexp, whitespace-line-column)
9487         (whitespace-display-mappings, whitespace-report): Docstring fix.
9488         (whitespace-color-value-list, whitespace-mark-value-list)
9489         (whitespace-active-color, whitespace-active-mark)
9490         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
9491         (whitespace-style-value-list, whitespace-active-style)
9492         (whitespace-toggle-style): New vars.
9493         (whitespace-toggle-option-alist, whitespace-help-text):
9494         Var initialization and docstring fix.
9495         (whitespace-toggle-options, global-whitespace-toggle-options)
9496         (whitespace-cleanup, whitespace-cleanup-region)
9497         (whitespace-report-region, whitespace-interactive-char)
9498         (whitespace-toggle-list): Docstring and code fix.
9499         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
9500         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
9501         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
9502         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
9504 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9506         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
9507         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
9508         (diff-sanity-check-hunk): Adjust code accordingly.
9510 2008-04-26  Glenn Morris  <rgm@gnu.org>
9512         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
9514         * forms-d2.dat: Move to ../etc.
9515         * forms-d2.el (forms-file): Adapt for above change.
9517         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
9518         `translation-table-for-input'.
9520         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
9521         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
9523         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
9524         to punctuation now it's not needed for abbrevs.
9525         (fortran-mode-abbrev-table): Remove defvar, make use of new
9526         define-abbrev-table :regexp feature.
9528         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
9529         insert, now that translation-table-for-input is not needed.
9531 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
9533         * emacs-lisp/pp.el (pp-display-expression): New function,
9534         extracted from pp-eval-expression.
9535         (pp-eval-expression): Use pp-display-expression.
9536         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
9537         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
9538         (pp-eval-last-sexp): Use pp-last-sexp.
9540 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9542         * abbrev.el (define-abbrev-table): Apply props even if the table
9543         exists already.
9545         * minibuffer.el (completion-table-with-context): Fix `pred' for the
9546         various kinds of completion tables.
9547         (completion-emacs22-try-completion): Place cursor after the /, as was
9548         done in Emacs-22's minibuffer-complete-word.
9549         Fix bug reported by David Hansen <david.hansen@gmx.net>.
9550         (completion-emacs22-try-completion): Merge all mergeable text rather
9551         than just /.
9552         (completion-pcm--delim-wild-regex): New var.
9553         (completion-pcm-word-delimiters): New custom.
9554         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
9555         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
9556         (completion-pcm--all-completions, completion-pcm-all-completions)
9557         (completion-pcm--merge-completions, completion-pcm--pattern->string)
9558         (completion-pcm-try-completion): New functions.
9559         (completion-styles-alist): Add them.
9560         (completion-styles): Add it to the default.
9562 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
9564         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
9565         (gdb-var-create-handler): ...until here when there are values.
9566         (gdb-post-prompt): Don't do -var-update with no watch expressions.
9567         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
9569 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
9571         * ls-lisp.el (ls-lisp-format): Fix last change.
9572         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
9573         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
9574         (ls-lisp-filesize-f-fmt): New defvars.
9575         (ls-lisp-insert-directory): Dynamically compute format specifiers
9576         for displaying UID, GID, and file size, and store them in the
9577         above variables.
9578         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
9579         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
9580         instead of constant format strings.
9581         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
9582         ls-lisp-filesize-d-fmt instead of constant format strings.
9584 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
9586         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
9587         value of addresses rather than (partial) string value.
9588         (gdb-frame-handler): Change regexp according to above change.
9589         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
9590         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
9591         (gdb-assembler-mode): Disable undo in these buffers.
9593 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
9595         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
9596         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
9598 2008-04-24  Sam Steingold  <sds@gnu.org>
9600         * textmodes/remember.el (remember-diary-extract-entries): Use
9601         diary-make-entry instead of the obsolete make-diary-entry.
9603 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9605         * subr.el (translation-table-for-input): Mark as obsolete.
9607         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
9609         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
9611         * textmodes/ispell.el (ispell-dictionary-alist-1)
9612         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
9613         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
9614         (ispell-dictionary-alist-6): Remove.
9615         (ispell-dictionary-base-alist): New var, merges the above.
9616         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
9617         Use it.
9618         (ispell-dictionary-alist): Default to nil.  Remove autoload.
9619         (ispell-local-dictionary-alist): Remove autoload.
9621         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
9622         (f90-mode-abbrev-table): Use the new :regexp feature.
9623         Merge defvar and mapc into define-abbrev-table.
9624         (f90-imenu-type-matcher): Remove unused `l'.
9625         (f90-imenu-generic-expression): Remove unused `not-ib'.
9626         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
9627         (f90-change-keywords): Use restore-buffer-modified-p.
9629 2008-04-24  Glenn Morris  <rgm@gnu.org>
9631         * net/goto-addr.el (goto-address-prog-mode):
9632         * progmodes/bug-reference.el (bug-reference-prog-mode):
9633         Define for compiler.
9635         * minibuffer.el (x-file-dialog): Declare as function.
9637         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
9638         dframe-update-speed rather than obsolete alias speedbar-update-speed.
9640         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
9641         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
9642         work with easymenu.  Add :keys where needed.
9644         * calendar/cal-move.el (calendar-scroll-left): Handle case when
9645         event-start is nil.
9647         * calendar/calendar.el (calendar-mode-map): Fix typo.
9649 2008-04-24  Tom Tromey  <tromey@redhat.com>
9651         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
9652         Document keywords.  Add :suppress.
9653         * pcvs-defs.el (cvs-mode-map): Use :suppress.
9655         * net/goto-addr.el (goto-address-unfontify): New function.
9656         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
9657         (goto-address-fontify-region, goto-address-mode)
9658         (goto-address-prog-mode): New functions.
9660         * progmodes/bug-reference.el: New file.
9662 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9664         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
9666 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9668         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
9669         macros within lambdas.
9671 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9673         * minibuffer.el (completion-try-completion): Add `point' argument.
9674         Change return value.
9675         (completion-all-completions): Add `point' argument.
9676         (minibuffer-completion-help): Pass the new `point' argument.
9677         (completion--do-completion): Pass the whole field to try-completion.
9678         (completion--try-word-completion): Rewrite, making fewer assumptions.
9679         (completion-emacs21-try-completion, completion-emacs21-all-completions)
9680         (completion-emacs22-try-completion, completion-emacs22-all-completions)
9681         (completion-basic-try-completion, completion-basic-all-completions):
9682         New functions.
9683         (completion-styles-alist): Use them.
9685 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
9687         * textmodes/ispell.el (ispell-set-spellchecker-params):
9688         New function to make sure right params and dictionary alists are used
9689         after spellchecker changes.
9690         (ispell-aspell-dictionary-alist, ispell-last-program-name)
9691         (ispell-initialize-spellchecker-hook): New variables and hook.
9692         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
9693         (ispell-maybe-find-aspell-dictionaries): Remove.
9694         Calls replaced by (ispell-set-spellchecker-params) calls.
9695         (ispell-have-aspell-dictionaries): Remove.
9697         * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
9698         by ispell-set-spellchecker-params.
9700 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9702         * complete.el (PC-do-completion): Be more robust in the presence of
9703         unexpected values in minibuffer-completion-predicate.
9705         * minibuffer.el (read-file-name): Don't let-bind default-directory.
9706         Only abbreviate default-filename if it's a file.
9708         * minibuffer.el (read-file-name-function, read-file-name-predicate)
9709         (read-file-name-completion-ignore-case, insert-default-directory):
9710         New vars, moved from fileio.c.
9711         (read-file-name): New fun, moved from fileio.c.
9712         * cus-start.el: Remove insert-default-directory and
9713         read-file-name-completion-ignore-case.
9715 2008-04-23  Magnus Henoch  <mange@freemail.hu>
9717         * tar-mode.el (tar-untar-buffer): If the entry has directory
9718         link type, extract it as a directory even if its file name doesn't
9719         end with a slash.  Fixes extraction of NetBSD tar archives.
9721 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9723         * server.el (server-start): Also don't get confused by CRs since we
9724         don't quote them.
9726 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
9728         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
9729         (gdb-set-gud-minor-mode-existing-buffers)
9730         (gdb-info-breakpoints-custom, gdb-get-location)
9731         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9732         Previously gdb-create-define-alist wasn't always run and added to
9733         after-save-hook.
9735         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
9737 2008-04-23  Kevin Ryde  <user42@zip.com.au>
9739         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
9740         comments like unindented ones.
9742 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9744         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
9745         parameter origins.
9747 2008-04-23  Kevin Ryde  <user42@zip.com.au>
9749         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9750         Bind print-level to ensure output forms aren't truncated if
9751         print-level is set to eval-expression-print-level when going via
9752         eval-defun and friends, or has been otherwise fiddled with.
9754 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9756         * progmodes/cc-mode.el (c-basic-common-init): Don't set
9757         font-lock-extend-after-change-region-function globally.
9759 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
9761         * speedbar.el (speedbar-use-tool-tips-flag)
9762         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
9763         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
9764         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
9765         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
9766         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
9767         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
9768         (speedbar-separator-face): Fix typos in docstrings.
9769         (speedbar-stealthy-function-list, speedbar-verbosity-level)
9770         (speedbar-supported-extension-expressions, speedbar-update-current-file)
9771         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
9772         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
9773         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
9774         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
9775         (speedbar-check-vc-this-line, speedbar-files-line-directory)
9776         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
9777         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
9778         (speedbar-recenter): Doc fixes.
9779         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
9780         declaration and remove redundant info in docstring.
9782 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
9784         * vc-git.el (vc-git-status-printer): Deal with directories.
9786         * vc.el (vc-next-action): Look at more than the first file to
9787         determine the state.
9789 2008-04-23  Glenn Morris  <rgm@gnu.org>
9791         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
9792         timers.  Doc fix.
9793         (dframe-update-speed): Drop support for XEmacs < 20.
9794         (dframe-frame-mode): Drop support for Emacs < 20.
9795         (dframe-set-timer-internal): Drop support for Emacs without timers.
9796         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
9798         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
9799         versions.  Add doc-string.  Mark as obsolete.
9801         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
9803         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
9804         rather than using an Emacs version test.
9806         * tree-widget.el (tree-widget-image-enable): Use display-images-p
9807         rather than an Emacs version test.
9809         * calendar/cal-china.el (holiday-chinese-qingming)
9810         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
9811         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
9812         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
9814         * calendar/cal-islam.el (holiday-islamic): Doc fix.
9816         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
9817         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
9818         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
9820 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
9822         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
9823         (gdb-previous-frame-pc-address): ...to this.
9824         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
9825         of "info frame" with Gdb 6.4+.
9826         (gdb-stack-list-frames-regexp): New regexp.
9827         (gdb-frame-handler-1): Parse output of -stack-info-frame.
9829 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
9831         * tar-mode.el (tar-prefix-offset): New constant.
9832         (tar-header-block-tokenize): Support paths with long names
9833         which use the "ustar" standard.
9835 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
9837         * image-dired.el (image-dired-track-original-file)
9838         (image-dired-modify-mark-on-thumb-original-file):
9839         Use `dired-goto-file' instead of `search-forward'.  This solves
9840         a bug with finding files where the file name is a subset of other
9841         file names.  Doc fix.
9843 2008-04-22  Juri Linkov  <juri@jurta.org>
9845         * menu-bar.el (buffers-menu-max-size): Move its definition down to
9846         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
9847         (yank-menu-length): Change group name `mouse' to `menu'.
9848         (buffers-menu-buffer-name-length): New user option.
9849         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
9850         instead of the hard-coded number 27.
9852 2008-04-22  Juri Linkov  <juri@jurta.org>
9854         * isearch.el (eval-when-compile): Require `help-macro'.
9855         (isearch-help-for-help-internal): Isearch specific Help screen
9856         created by `make-help-screen'.
9857         (isearch-help-map): New variable that binds "b", "k", "m" to
9858         isearch-specific commands, and binds other keys to
9859         isearch-other-control-char, thus allowing other Help keys to
9860         exit isearch mode and execute their global definitions.
9861         (isearch-help-for-help, isearch-describe-bindings)
9862         (isearch-describe-key, isearch-describe-mode): New commands.
9863         (isearch-mode-help): Define alias to isearch-describe-mode
9864         and remove its old function definition.
9865         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
9866         Remove old comments because this issue is settled now.
9867         (isearch-forward): Describe three new Help commands in the docstring.
9868         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
9869         leave the single sentence at the first line of the docstring,
9870         and prepend the word "function" before `isearch-forward'
9871         to make the Help link to the function instead of variable.
9873 2008-04-22  Juri Linkov  <juri@jurta.org>
9875         * isearch.el (isearch-success-function): New variable with default
9876         to `isearch-success-function-default'.
9877         (isearch-search): Call a function from `isearch-success-function'
9878         instead of calling the hard-coded `isearch-range-invisible'.
9879         (isearch-success-function-default): New function that calls
9880         `isearch-range-invisible' and inverts its return value.
9882         * info.el (Info-search): In two similar places that skip
9883         undesired search matches move code to Info-search-success-function,
9884         and call `isearch-success-function' instead.
9885         (Info-search-success-function): New function copied from code
9886         in Info-search.  Replace isearch-range-invisible with
9887         text-property-not-all that checks for 'invisible and 'display
9888         properties to skip partially invisible matches (whose display
9889         properties were set by Info-fontify-node).
9890         (Info-mode): Set buffer-local isearch-success-function
9891         to Info-search-success-function.
9893 2008-04-22  Juri Linkov  <juri@jurta.org>
9895         * minibuffer.el (internal-complete-buffer-except): New function.
9897         * files.el (read-buffer-to-switch): New function.
9898         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9899         Change interactive spec to call read-buffer-to-switch instead of
9900         using the letter "B".
9902         * simple.el (minibuffer-default-add-shell-commands): New function.
9903         Use declare-function for mailcap-file-default-commands from "mailcap".
9904         (shell-command): Set local minibuffer-default-add-function to
9905         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
9906         before calling read-shell-command.  Set 4th arg default-value of
9907         read-shell-command to relative buffer-file-name in file buffers.
9909         * dired-aux.el (dired-read-shell-command-default): Move it to
9910         gnus/mailcap.el and change its name to more general name
9911         mailcap-file-default-commands.
9912         (minibuffer-default-add-dired-shell-commands): New function.
9913         Use declare-function for mailcap-file-default-commands from "mailcap".
9914         (dired-read-shell-command): Set local minibuffer-default-add-function
9915         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
9916         before calling read-shell-command.  Remove dired-read-shell-command-default
9917         from the default value arg because default values are not set in
9918         minibuffer-default-add-dired-shell-commands.  Doc fix.
9920         * dired-x.el (dired-smart-shell-command): Sync arguments and
9921         interactive spec with changes in `shell-command'.
9922         Use dired-get-filename to get the dired file name at point
9923         as the default value in dired mode.
9925 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
9927         * info.el (Info-complete-menu-item): Add missing parenthesis.
9929 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9931         * info.el (Info-complete-menu-item): Save point.
9933 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
9935         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
9937 2008-04-22  Andreas Schwab  <schwab@suse.de>
9939         * Makefile.in (emacs-deps): Define.
9940         Use it instead of $(lisp)/subdirs.el.
9942 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
9944         * vc.el (vc-next-action): Do not consider directories when
9945         checking for state compatibility.
9946         (vc-transfer-file): Use when not if.
9947         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
9948         (vc-dir-mark-file): Use them.
9949         (vc-deduce-fileset): Also return the backend.
9950         (vc-diff-internal): Take as argument the value returned by
9951         vc-deduce-fileset instead of just the fileset.
9952         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
9953         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
9954         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
9956 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
9958         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
9959         set-window-vscroll but image-scroll-down.  Fixes a bug where a
9960         command following SPC scrolled up again.
9962 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
9964         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
9965         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
9966         (gud-watch): Add "$" prefix when in registers buffer.
9968 2008-04-22  Glenn Morris  <rgm@gnu.org>
9970         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
9972         * whitespace.el (whitespace-display-table)
9973         (whitespace-display-table-was-local): Move definitions before use.
9975         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
9976         (copyright-limit): Respect copyright-at-end-flag.
9977         (copyright-re-search, copyright-start-point)
9978         (copyright-offset-too-large-p): New functions.
9979         (copyright-update-year): Use copyright-re-search.
9980         (copyright-update, copyright-fix-years): Use copyright-start-point,
9981         and copyright-re-search.
9982         (copyright): Use copyright-offset-too-large-p.
9983         * add-log.el (change-log-mode): Set copyright-at-end-flag.
9985         * add-log.el (top-level): Require 'cl when compiling.
9987 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9989         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
9990         Treat minibuffer-completion-predicate as a predicate.
9992         * minibuffer.el (completion--file-name-table): Accept both the old
9993         `dir' arg or the new `pred' arg.
9995         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
9996         `predicate' argument to pass non-predicate data.
9997         (ffap-read-url-internal, ffap-read-file-or-url-internal):
9998         Use second arg as proper predicate.
10000         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
10001         (vc-bzr-revision-completion-table): Use completion-table-with-context
10002         instead.
10004         * simple.el (choose-completion-string): Use minibuffer-completion-table.
10006 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
10008         * term.el (term-emulate-terminal): Perform redisplay after the
10009         process filter has finished running.
10011 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10013         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
10015         * minibuffer.el (completion-try-completion): Change magic symbol
10016         property name.  Rename from minibuffer-try-completion.
10017         (completion-all-completions): Rename from minibuffer-all-completions.
10018         Remove hide-spaces argument.
10019         (completion--do-completion): Rename from minibuffer--do-completion.
10020         (minibuffer-complete-and-exit): Call just try-completion rather than
10021         completion-try-completion to fix up the case.
10022         (completion--try-word-completion): Try to add space or hyphen before
10023         making `string' a prefix of `completion'.
10024         (completion--insert-strings): Rename from minibuffer--insert-strings.
10026 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
10028         * net/tls.el (tls-program): Add -ign_eof argument to call the
10029         openssl commands.
10030         (tls-checktrust): Ditto.
10032 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
10034         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
10036         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
10037         (vc-check-master-templates, vc-file-not-found-hook)
10038         (vc-kill-buffer-hook):
10039         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
10040         (vc-find-position-by-context, vc-buffer-context)
10041         (vc-restore-buffer-context, vc-responsible-backend)
10042         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
10043         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
10044         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
10045         (vc-version-diff, vc-diff, vc-insert-headers)
10046         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
10047         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
10048         (vc-revert, vc-rollback, vc-version-backup-file)
10049         (vc-rename-master, vc-delete-file, vc-rename-file)
10050         (vc-branch-part, vc-default-retrieve-snapshot)
10051         (vc-annotate-display-autoscale, vc-annotate-display-select)
10052         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
10053         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
10054         (vc-dir-update): Handle directories.
10055         (vc-default-status-printer): Simplify.
10057         * progmodes/asm-mode.el (asm-mode-map):
10058         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
10060         * progmodes/m4-mode.el (m4-mode-map): Add menu.
10062 2008-04-21  Kenichi Handa  <handa@m17n.org>
10064         * select.el (xselect-convert-to-string): Send a C_STRING only if
10065         the polymorphic target TEXT is requested.
10067 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
10069         * minibuffer.el (completion-setup-hook, display-completion-list)
10070         (completion--file-name-table): Fix typos in docstrings.
10071         (completion-table-dynamic): Fix typo, and reflow docstring.
10073 2008-04-20  Andreas Schwab  <schwab@suse.de>
10075         * server.el (server-switch-buffer): Also consider clients in the
10076         selected frame.
10078 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
10080         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
10081         Select window clicked on first.
10082         (gdb): Display thread number in mode-line.
10083         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
10084         (gdb-breakpoints-header): New variable.
10085         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
10087 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10089         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
10090         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
10091         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
10092         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
10093         (vc-sccs-print-log): Use it.
10095         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
10097         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
10098         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
10100         * tooltip.el (tooltip-previous-message): New var.
10101         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
10102         the C code (avoid overwriting a minibuffer, restore previous echo
10103         message, ...).
10104         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
10105         Simplify.
10107 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
10109         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
10110         (gdb-init-1): Initialise it.
10111         (gdb-annotation-rules): New entry for "new-thread".
10112         (gdb-thread-identification): New function to customize
10113         mode-line-buffer-identification.
10114         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
10115         (gdb-assembler-mode): Use it.
10116         (gdb-threads-mode): Force "info threads" onto queue.
10118 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10120         * files.el (locate-file-completion-table): Rename from
10121         locate-file-completion and make it use `pred' in the normal way.
10122         (locate-file-completion): New compatibility wrapper.
10123         (load-library): Use locate-file-completion-table.
10124         * finder.el (finder-commentary):
10125         * subr.el (locate-library):
10126         * emacs-lisp/find-func.el (find-library): Likewise.
10127         * info.el: Use with-current-buffer and inhibit-read-only.
10128         (Info-read-node-name-2): Change to use `predicate' in the normal way.
10129         (Info-read-node-name-1): Adjust uses accordingly.
10131         * minibuffer.el (completion-table-with-context): Add support for `pred'.
10132         (completion-table-with-terminator): Don't use complete-with-action
10133         since we have to distinguish all three cases anyway.
10134         (completion-table-with-predicate): New function.
10135         (dynamic-completion-table): Add obsolete alias.
10137         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
10139 2008-04-18  Sam Steingold  <sds@gnu.org>
10141         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
10142         Use quit-window instead of bury-buffer.
10144 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10146         * minibuffer.el (completion-table-with-terminator): Fix last fix.
10148 2008-04-18  Andreas Schwab  <schwab@suse.de>
10150         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
10151         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
10152         Depend on $(lisp)/subdirs.el.
10154 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
10156         * descr-text.el (describe-char-after):
10157         Use `define-obsolete-function-alias'.
10159         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
10161         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
10163         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
10164         Remove redundant obsolescence info in docstring.
10166         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
10167         (vc-header-alist): Add WHEN to obsolescence declaration.
10168         (vc-state): Fix typo in docstring.
10170         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
10171         Use `define-obsolete-variable-alias'.
10173         * emulation/tpu-edt.el (tpu-have-ispell):
10174         * international/codepage.el (codepage-setup):
10175         Fix typo in obsolescence declaration.
10177         * international/mule.el (char-coding-system-table):
10178         Remove redundant obsolescence info in docstring.
10179         (charset-list, generic-char-p, set-char-table-default):
10180         Fix typos in obsolescence declarations.
10182         * international/mule-diag.el (non-iso-charset-alist):
10183         Fix typo in obsolescence declaration.
10184         (decode-codepage-char): Remove redundant obsolescence info in docstring.
10186         * font-core.el (font-lock-defaults-alist):
10187         * font-lock.el (font-lock-reference-face):
10188         * frame.el (screen-height, screen-width, set-screen-width)
10189         (set-screen-height):
10190         * hilit-chg.el (highlight-changes-initial-state):
10191         * isearch.el (isearch-return-char):
10192         * log-edit.el (cvs-commit-buffer-require-final-newline)
10193         (cvs-changelog-full-paragraphs):
10194         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
10195         (mouse-popup-menubar-stuff):
10196         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
10197         (mouse-wheel-click-button):
10198         * outline.el (outline-visible):
10199         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
10200         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
10201         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
10202         * progmodes/compile.el (compile-internal):
10203         Add WHEN to obsolescence declarations.
10205 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10207         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
10208         is not better anyway.
10210 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10212         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
10213         properly.
10215 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10217         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
10218         (python-use-skeletons): Remove, unused.
10219         (python-skeletons): Remove.  Use the abbrev table instead.
10220         (python-mode-abbrev-table): Fix regexp;
10221         add enable-function and case-fixed.
10222         (def-python-skeleton): Simplify.
10223         (python-expand-template): Use the abbrev-table and abbrev-insert.
10224         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
10225         Remove.
10226         (python-mode): Don't set pre-abbrev-expand-hook.
10228         * skeleton.el: Set coding-tag.
10230         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
10231         (expand-abbrev): Use it.
10232         (abbrev-table-menu): New function.
10234         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
10236         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
10238 2008-04-17  Sam Steingold  <sds@gnu.org>
10240         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
10241         idiosyncratic bury-buffer/delete-window logic.
10243 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
10245         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
10246         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
10248 2008-04-17  Kenichi Handa  <handa@m17n.org>
10250         * international/characters.el: Don't make the width of U+00AD to 0.
10252 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
10254         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
10255         (gdb, gdb-starting, gdb-frames-mode): Use it.
10256         (gdb-invalidate-frames): Advise to call "info stack" only if
10257         execution has occurred.
10258         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
10259         selected frame if no execution has occurred.
10260         (gdb-frames-force-update): New interactive function.
10261         (gdb-frames-mode-map): Bind it to "F".
10263 2008-04-17  Michael Olson  <mwolson@gnu.org>
10265         * textmodes/remember.el (remember-version): Release Remember 2.0.
10267 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
10269         * textmodes/artist.el:
10270         * progmodes/vhdl-mode.el:
10271         * progmodes/verilog-mode.el:
10272         * progmodes/vera-mode.el:
10273         * progmodes/simula.el:
10274         * progmodes/ps-mode.el:
10275         * progmodes/cmacexp.el:
10276         * obsolete/hilit19.el:
10277         * emulation/viper.el:
10278         * ediff.el: Cleanup the bug-report email addresses and make sure the
10279         maintainer is still willing to handle bug reports.
10281 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
10283         * vc.el (vc-dir-kill-query): Fix thinko.
10285 2008-04-16  Glenn Morris  <rgm@gnu.org>
10287         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
10288         by diary-sexp-entry.
10290 2008-04-16  Markus Triska  <markus.triska@gmx.at>
10292         * proced.el (proced-command-alist): Add support for darwin.
10294 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10296         * proced.el (proced-mode): Redefine as just the major-mode.
10297         (proced): Separate it from proced-mode.
10299         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
10301 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10303         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
10304         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
10305         `tab-width' setting from user.  New version 10.0.  Doc and docstring
10306         fix.
10307         (whitespace-style, whitespace-chars): Remove options.
10308         (whitespace-style-mark): New option, replace whitespace-style deleted
10309         option.  Fix docstring.
10310         (whitespace-style-color): New option, replace whitespace-chars deleted
10311         option.  Fix docstring.
10312         (whitespace-space, whitespace-hspace, whitespace-tab)
10313         (whitespace-newline, whitespace-trailing, whitespace-line)
10314         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
10315         (whitespace-space-after-tab, whitespace-hspace-regexp)
10316         (whitespace-space-regexp, whitespace-tab-regexp)
10317         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
10318         (whitespace-empty-at-eob-regexp, whitespace-line-column)
10319         (whitespace-toggle-option-alist): Fix docstring.
10320         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
10321         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
10322         docstring and initialization.
10323         (global-whitespace-mode): Autoloaded global minor mode.
10324         (whitespace-chars-value-list, whitespace-style-value-list)
10325         (whitespace-active-chars, whitespace-active-style)
10326         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
10327         (whitespace-color-value-list): New var, replace
10328         whitespace-chars-value-list removed var.
10329         (whitespace-mark-value-list): New var, replace
10330         whitespace-style-value-list removed var.
10331         (whitespace-active-color): New var, replace whitespace-active-chars
10332         removed var.
10333         (whitespace-active-mark): New var, replace whitespace-active-style
10334         removed var.
10335         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
10336         removed var.
10337         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
10338         removed var.
10339         (whitespace-toggle-option-alist, whitespace-report-list)
10340         (whitespace-report-text, whitespace-help-text): Fix initialization.
10341         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
10342         (whitespace-toggle-options, global-whitespace-toggle-options)
10343         (whitespace-cleanup-region, whitespace-report-region)
10344         (whitespace-interactive-char): Fix docstring and code.
10345         (whitespace-cleanup, whitespace-report): Fix docstring.
10346         (whitespace-replace-spaces-by-tabs): Remove fun.
10347         (whitespace-replace-action): New fun, replace
10348         whitespace-replace-spaces-by-tabs removed fun.
10349         (whitespace-regexp, whitespace-indentation-regexp)
10350         (whitespace-space-after-tab-regexp, whitespace-insert-value)
10351         (whitespace-kill-buffer): New funs.
10352         (whitespace-insert-option-mark, whitespace-help-on)
10353         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
10354         (whitespace-color-on, whitespace-color-off)
10355         (whitespace-display-char-on): Fix code.
10357 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10359         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
10360         (mouse-throw-magnifier-with-mouse-movement): Remove.
10361         (mouse-throw-magnifier-base): New const.
10362         (mouse-drag-scroll-delta): New fun.
10363         (mouse-drag-throw): Use it.
10365 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
10367         * international/uni-bidi.el, international/uni-category.el:
10368         * international/uni-combining.el, international/uni-comment.el:
10369         * international/uni-decimal.el, international/uni-decomposition.el:
10370         * international/uni-digit.el, international/uni-lowercase.el:
10371         * international/uni-mirrored.el, international/uni-name.el:
10372         * international/uni-numeric.el, international/uni-old-name.el:
10373         * international/uni-titlecase.el, international/uni-uppercase.el:
10374         * international/charprop.el: Regenerate.
10376 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
10378         * vc.el (vc-status-fileinfo): Add new member directoryp.
10379         (vc-default-status-printer): Print directories.
10380         (vc-status-update): Sort files before subdirectories.
10382         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
10383         Add alternative implementation based on "cvs update".
10385 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
10387         * doc-view.el: Changed requirements section to tell that only one
10388         of dvipdf or dvipdfm is needed.
10389         (doc-view-already-converted-p): Fix bug that forced reconversion
10390         if doc was already converted.
10392 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10394         * minibuffer.el (minibuffer-message):
10395         Make sure we can put-text-property.
10397         * emacs-lisp/crm.el: Complete rewrite.
10399         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
10400         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
10401         case of an error in display-completion-list.
10403         * filecache.el (file-cache-completions-keymap): Move init from
10404         file-cache-completion-setup-function into declaration.
10405         (file-cache-minibuffer-complete): Simplify.
10406         (file-cache-completion-setup-function): Use standard-output,
10407         preserve current-buffer.
10409         * vc.el (vc-status-update): Fix typo.
10410         (vc-status-update): Set needs-update.
10411         (vc-status-refresh): Î·-reduce.
10413 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
10415         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
10416         to image-eol.
10418 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
10420         * vc.el (vc-status-update): Undo the previous revert.
10422 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10424         * minibuffer.el (completion-table-with-terminator): Those completions
10425         are never valid w.r.t test-completion.
10426         (completion--file-name-table):
10427         Check completion-all-completions-with-base-size.
10429 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
10431         * doc-view.el (doc-view-dvipdf-program): New variable.
10432         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
10433         (doc-view-mode-p): Check for doc-view-dvipdf-program as
10434         alternative for doc-view-dvipdfm-program.
10435         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
10437         * doc-view.el (doc-view-start-process): Don't set
10438         default-directory to "~/" if the current value is valid.
10439         This broke PS files that run other files in the same directory.
10441 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
10443         * vc.el (vc-status-kill-query): New function.
10444         (vc-status-mode): Add it to kill-buffer-query-functions.
10445         (vc-status-show-fileentry): New function.
10446         (vc-status-menu-map): Bind it.  Bind vc-next-action.
10448 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10450         * minibuffer.el (minibuffer-message): Put cursor at the right place.
10452 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10454         * proced.el (proced-send-signal): Fix error recognition.
10456 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10458         * proced.el (proced-command-alist): Remove sort column.
10459         (proced-command, proced-procname-column):
10460         Use make-variable-buffer-local.
10461         (proced-signal-function): Rename from proced-kill-program.
10462         Allow for elisp symbols and string values representing system calls.
10463         (proced-marker-regexp, proced-success-message): New functions.
10464         (proced): Use defalias.  Add autoload cookie.
10465         (proced-unmark-backward, proced-toggle-marks)
10466         (proced-hide-processes): New commands.
10467         (proced-do-mark): Simplify code.
10468         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
10469         (proced-update): Remove sorting.
10470         (proced-send-signal): Display number of processes to operate on.
10471         Allow for system calls or elisp functions to send signals.
10472         Check if signal was sent successfully.
10474 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10476         * minibuffer.el (completion-all-completion-with-base-size): New var.
10477         (completion--some): New function.
10478         (completion-table-with-context, completion--file-name-table):
10479         Return the base-size if requested.
10480         (completion-table-in-turn): Generalize to multiple arguments.
10481         (complete-in-turn): Compatibility alias.
10482         (completion-styles-alist): New var.
10483         (completion-styles): New customization.
10484         (minibuffer-try-completion, minibuffer-all-completions):
10485         New functions.
10486         (minibuffer--do-completion, minibuffer-complete-and-exit)
10487         (minibuffer-try-word-completion): Use them.
10488         (display-completion-list, minibuffer-completion-help): Use them.
10489         Handle all-completions's new base-size info to set completion-base-size.
10490         * info.el (Info-read-node-name-1): Use completion-table-with-context,
10491         completion-table-with-terminator and complete-with-action.
10492         Remove the now obsolete completion-base-size-function property.
10493         * simple.el (completion-list-mode-map): Move init into declaration.
10494         (completion-list-mode): Use define-derived-mode.
10495         (completion-setup-function): Use any completion-base-size that may
10496         have been set before.  Remove handling of completion-base-size-function.
10497         * loadup.el: Move abbrev.el up earlier.
10499 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
10501         * vc-git.el (vc-git-after-dir-status-stage)
10502         (vc-git-dir-status-goto-stage): New functions.
10503         (vc-git-after-dir-status-stage1)
10504         (vc-git-after-dir-status-stage1-empty-db)
10505         (vc-git-after-dir-status-stage2): Remove, functionality moved
10506         into the new generic stage functions.
10507         (vc-git-dir-status-files): New function.
10509         * vc.el (vc-status-update): Revert an incorrect rewrite.
10510         Add some comments.
10511         (vc-status-refresh-files): New function.
10512         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
10513         state of up-to-date files.
10514         (vc-default-dir-status-files): New function.
10516 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
10518         * minibuffer.el (completion--embedded-envvar-table)
10519         (read-file-name-internal): Fix typos in 2008-04-11 change.
10521         * faces.el (read-face-name): Use `completion-table-in-turn',
10522         not `complete-in-turn'.
10524 2008-04-13  Andreas Schwab  <schwab@suse.de>
10526         * progmodes/etags.el: Require 'cl when compiling.
10528 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
10530         * progmodes/gud.el (gud-menu-map): Expand tooltip.
10532         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
10533         (menu): Add/expand menu tooltips.
10535 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
10537         * progmodes/sh-script.el (sh-show-indent): Fix typo.
10538         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
10540         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
10541         considered registered.
10543 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10545         * emacs-lisp/copyright.el (copyright-update-directory): New command.
10547         * ediff-wind.el (ediff-split-window-function)
10548         (ediff-merge-split-window-function): Improve custom type.
10550 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
10552         * loadup.el ("minibuffer"): Move after "faces".
10554 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10556         * progmodes/hideif.el (hif-factor): Handle unary minus.
10558 2008-04-12  Glenn Morris  <rgm@gnu.org>
10560         * calendar/cal-china.el (chinese-calendar-time-zone):
10561         Mark obsolete name as risky too.
10563         * calendar/calendar.el (calendar-faces): New custom group.
10564         (calendar-today, diary, holiday): Doc fix.
10565         Move to calendar-faces group.
10566         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
10567         (diary-button): Doc fix.  Move to calendar-faces group.
10569         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
10570         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
10571         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
10572         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
10573         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
10574         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
10575         not in dumped files before the associated defcustom.
10577 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
10579         * minibuffer.el (lazy-completion-table): Fix debug spec.
10581 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10583         * minibuffer.el (complete-with-action, lazy-completion-table):
10584         Move from subr.el.
10585         (apply-partially, completion-table-dynamic)
10586         (completion-table-with-context, completion-table-with-terminator)
10587         (completion-table-in-turn): New funs.
10588         (completion--make-envvar-table, completion--embedded-envvar-table):
10589         New funs.
10590         (read-file-name-internal): Use them.
10591         (completion-setup-hook): Move from simple.el.
10592         * subr.el (complete-with-action, lazy-completion-table):
10593         * simple.el (completion-setup-hook): Move to minibuffer.el.
10595 2008-04-11  Glenn Morris  <rgm@gnu.org>
10597         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
10599 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10601         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
10603         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
10605         * textmodes/fill.el (fill-forward-paragraph-function): New var.
10606         (fill-forward-paragraph): New fun.
10607         (fill-paragraph, fill-region): Use it.
10609         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
10610         (vc-status-create-fileinfo): Make `extra' optional.
10611         (vc-status-busy): New fun.
10612         (vc-status-menu-map): Use it.
10613         (vc-status-crt-marked): Remove.
10614         (vc-status-update): Rename from vc-status-add-entries.
10615         Add argument so as to prevent addition of entries.  Rewrite.
10616         (vc-update-vc-status-buffer): Remove.
10617         (vc-status-refresh): Don't remove old entries, set them to
10618         up-to-date instead.  Also do it after the update is complete.
10619         (vc-status-marked-files): Î·-reduce.
10621         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
10622         for non-dialogs.
10624         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
10626         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
10628 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
10630         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
10631         to t and don't truncate msg.
10633 2008-04-11  Glenn Morris  <rgm@gnu.org>
10635         * calendar/calendar.el (diary, holidays):
10636         Move custom groups to other files.
10637         (holiday-general-holidays, holiday-oriental-holidays)
10638         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
10639         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
10640         (holiday-hebrew-holidays, holiday-christian-holidays)
10641         (holiday-islamic-holidays, holiday-bahai-holidays)
10642         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
10643         * calendar/diary-lib.el: Move custom group here from calendar.el.
10644         * calendar/holidays.el: Move custom group and variables here
10645         from calendar.el.
10647         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
10649         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
10650         Fix custom group.
10651         (calendar-current-time-zone-cache): Autoload riskiness.
10653         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
10655 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
10657         * woman.el (woman2-TH): Use string-equal instead of string-match.
10659 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10661         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
10662         (smerge-resolve): Merge the "2-way refinement" case with one half of
10663         the "mere whitespace" resolution.
10665 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
10667         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
10669 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
10671         * subr.el (assoc-ignore-case, assoc-ignore-representation):
10672         Add WHEN to obsolescence declaration.
10674         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
10676 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
10678         * vc-hooks.el (vc-state): Add new state `conflict'.
10679         (vc-after-save): Use when not if.
10680         (vc-default-mode-line-string): Deal with the conflict state.
10681         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
10683         * vc.el (vc-editable-p, vc-default-status-printer)
10684         (vc-next-action): Deal with the conflict state.
10685         (vc-mark-resolved): New function.
10686         (vc-status-mode): Fix mode name.
10687         (vc-default-comment-history): Use when not if.
10688         (Todo): Add new entries, remove old ones.
10690         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
10691         (vc-cvs-parse-status, vc-cvs-after-dir-status):
10692         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
10693         Detect the conflict state.
10695         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
10697 2008-04-10  Glenn Morris  <rgm@gnu.org>
10699         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
10700         Respect truncate-partial-width-windows in non-full windows,
10701         with regards to :toggle and :enable state.
10703         * simple.el (toggle-truncate-lines): Doc fix.
10705         * Makefile.in (MH_E_DIR): New variable.
10706         (MH_E_SRC): Restore variable removed 2008-03-13.
10707         (mh-loaddefs.el): Depend on $MH_E_SRC.
10708         (CAL_DIR, CAL_SRC): New variables.
10709         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
10710         Depend on CAL_SRC.
10712         * calendar/calendar.el (calendar, diary): Add :prefix.
10713         (holidays): Change :prefix.
10714         (calendar-today, holiday, calendar-holiday-marker)
10715         (european-calendar-style): Change custom groups.
10717         * calendar/calendar.el (diary-hook, diary-display-hook):
10718         Move to diary-lib.el.
10719         * calendar/diary-lib.el (diary-hook, diary-display-hook):
10720         Move here from calendar.el.
10721         * calendar/appt.el: Require diary-lib rather than calendar.
10722         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
10724         * calendar/appt.el (appt): Add :prefix.
10726         * calendar/diary-lib.el (diary-hook): Doc fix.
10727         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
10729 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10731         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
10732         New functions.
10734         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
10735         the arg to recursive calls.
10737 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
10739         * minibuffer.el (completion-auto-help): Fix typo.
10741 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10743         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
10745 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
10747         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
10748         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
10750 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10752         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
10754         * minibuffer.el (minibuffer): Move group from cus-edit.el.
10755         (completion-auto-help): Move from C code.
10756         (minibuffer--maybe-completion-help): Remove.
10757         (minibuffer--bitset): New function.
10758         (minibuffer--do-completion): Rename from minibuffer-do-completion.
10759         Renumber a bit.  Really complete on string *before* point.
10760         Add argument used for word-completion.
10761         Join trailing / in completion with following text, as done in
10762         minibuffer-complete-word.
10763         Handle new value `lazy' for completion-auto-help.
10764         (minibuffer-try-word-completion): New function extracted from
10765         minibuffer-complete-word.
10766         (minibuffer-complete-word): Use minibuffer--do-completion.
10767         (minibuffer--insert-strings): Rename from
10768         minibuffer-complete-insert-strings.
10769         (exit-minibuffer): Fix typo.
10770         * cus-edit.el (minibuffer): Move group to minibuffer.el.
10771         * cus-start.el: Remove completion-auto-help.
10773 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
10775         * vc.el (vc-status-add-entries): New function.
10776         (vc-status-add-entry): Remove.
10777         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
10778         Use vc-status-add-entries.
10780         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
10781         order.
10783 2008-04-09  Jason Rumney  <jasonr@gnu.org>
10785         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
10786         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
10787         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
10788         (AUTOGENEL): New variable.
10789         (distclean, maintainer-clean): New targets.
10791 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
10793         * emacs-lisp/regexp-opt.el (regexp-opt):
10794         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
10796 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
10798         * nxml/nxml-mode.el (nxml-cleanup): New function.
10799         (nxml-mode): Add it to change-major-mode-hook.
10801 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
10803         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
10805 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
10807         * calc/.cvsignore: New file.
10809 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
10811         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
10813         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
10814         show-help-function when turning tooltip off.
10815         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
10816         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
10818 2008-04-09  Alan Mackenzie  <acm@muc.de>
10820         * font-lock.el (font-lock-extend-after-change-region-function):
10821         Make it buffer local.
10823 2008-04-09  Glenn Morris  <rgm@gnu.org>
10825         * calendar/calendar.el (diary-file, european-calendar-style):
10826         Remove autoload cookies.
10828 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
10830         * outline.el (outline-mode-menu-bar-map):
10831         * log-view.el (log-view-mode-menu):
10832         * log-edit.el (log-edit-menu): Add :help.
10834 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
10836         * emacs-lisp/regexp-opt.el (regexp-opt-group):
10837         Use substring-no-properties for correct handling of unibyte strings.
10839 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10841         * add-log.el (change-log-next-buffer): Handle the case where version<
10842         signals an error.
10844         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
10845         mouse-major-mode-menu.
10846         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
10847         (mouse-major-mode-menu, mouse-popup-menubar)
10848         (mouse-popup-menubar-stuff): Use them.
10849         (C-down-mouse-3): Bind to a dynamic map rather than to
10850         mouse-popup-menubar-stuff.
10852         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
10853         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
10855 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
10857         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
10858         file:// access method.
10860 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10862         * minibuffer.el: New file.
10863         * loadup.el: Load it.
10865 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10867         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
10868         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
10870         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
10871         (calc-mode-map, calc-digit-map, calc-dispatch-map):
10872         Move initialization into declaration.
10873         * calc/calc-yank.el:
10874         * calc/calc-misc.el:
10875         * calc/calc-embed.el:
10876         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
10878 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
10880         * ps-samp.el (ps-add-printer, ps-remove-printer)
10881         (ps-make-dynamic-printer-menu): New functions.
10883         * net/zeroconf.el: New file.
10885 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10887         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
10889 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
10891         * vc-rcs.el (vc-rcs-modify-change-comment):
10892         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
10894         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
10896 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
10898         * international/mule-cmds.el (set-locale-environment): Don't warn if
10899         coding system doesn't agree with system locale (this reverts changes
10900         by Dave Love, dated 2002-10-27 and 2002-10-09).
10902         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10903         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
10905         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
10907 2008-04-08  Glenn Morris  <rgm@gnu.org>
10909         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
10910         * textmodes/remember.el (remember-diary-convert-entry):
10911         Require calendar.
10913         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
10914         diary-file, since it is the default for make-diary-entry anyway.
10916         * calendar/cal-menu.el (cal-menu-event-to-date):
10917         Rename calendar-event-to-date.  Update callers.
10918         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
10919         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
10920         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
10921         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
10922         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
10923         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
10924         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
10925         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
10926         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
10927         (calendar-mouse-tex-month-landscape):
10928         Rename cal-tex-mouse-month-landscape.
10929         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
10930         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
10931         (calendar-mouse-tex-year-landscape):
10932         Rename cal-tex-mouse-year-landscape.
10933         (cal-menu-context-mouse-menu): Update for above name changes.
10935         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10936         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
10937         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
10938         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
10939         * calendar/holidays.el: Replace int-to-string with number-to-string.
10941 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
10943         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
10944         region if point moves.
10946 2008-04-08  Kenichi Handa  <handa@m17n.org>
10948         * faces.el (font-slant-table): Change numeric values for `r',
10949         `roman', and `normal'.
10951 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
10953         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
10955 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
10957         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
10958         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
10960 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
10962         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
10963         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
10965 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10967         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
10969 2008-04-07  Sam Steingold  <sds@gnu.org>
10971         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
10972         Add helper functions.
10973         (lisp-do-defun): Extract the common part of lisp-eval-defun and
10974         lisp-compile-defun; DEFVAR forms reset the variables to the init
10975         values, just like in emacs-lisp mode eval-defun.
10976         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
10977         (lisp-compile-region): Use lisp-compile-string.
10979 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10981         * subr.el (combine-and-quote-strings): Also quote strings that contain
10982         the separator.
10984         * pcvs-util.el (cvs-map): Avoid recursion :-(
10986 2008-04-07  Glenn Morris  <rgm@gnu.org>
10988         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
10990         * calendar/calendar.el (diary-view-entries-initially-flag): Rename
10991         view-diary-entries-initially.  Keep old name as alias, update users.
10992         (calendar-mark-diary-entries-flag): Rename
10993         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
10994         (calendar-view-holidays-initially-flag): Rename
10995         view-calendar-holidays-initially.  Keep old name as alias, update users.
10996         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
10997         Keep old name as alias, update users.
10998         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
10999         Keep old name as alias, update users.
11000         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
11001         Keep old name as alias, update users.
11002         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
11003         Keep old name as alias, update users.
11004         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
11005         (diary-american-date-forms): Rename american-date-diary-pattern.
11006         Keep old name as alias, update users.
11007         (diary-european-date-forms): Rename european-date-diary-pattern.
11008         Keep old name as alias, update users.
11009         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
11010         Keep old name as alias, update users.
11011         (calendar-european-date-display-form): Rename
11012         european-calendar-display-form.  Keep old name as alias, update users.
11013         (calendar-american-date-display-form): Rename
11014         european-calendar-display-form.  Keep old name as alias, update users.
11015         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
11016         Keep old name as alias, update users.
11017         (holiday-general-holidays): Rename general-holidays.
11018         Keep old name as alias, update users.
11019         (holiday-oriental-holidays): Rename oriental-holidays.
11020         Keep old name as alias, update users.
11021         (holiday-local-holidays): Rename local-holidays.
11022         Keep old name as alias, update users.
11023         (holiday-other-holidays): Rename other-holidays.
11024         Keep old name as alias, update users.
11025         (holiday-hebrew-holidays): Rename hebrew-holidays.
11026         Keep old name as alias, update users.
11027         (holiday-christian-holidays): Rename christian-holidays.
11028         Keep old name as alias, update users.
11029         (holiday-islamic-holidays): Rename islamic-holidays.
11030         Keep old name as alias, update users.
11031         (holiday-bahai-holidays): Rename bahai-holidays.
11032         Keep old name as alias, update users.
11033         (holiday-solar-holidays): Rename solar-holidays.
11034         Keep old name as alias, update users.
11035         (diary-fancy-buffer): Rename fancy-diary-buffer.
11036         Keep old name as alias, update users.
11037         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
11038         Update users.
11039         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
11040         Update users.
11041         (calendar-increment-month): Rename increment-calendar-month.
11042         Keep old name as alias, update callers.
11043         (calendar-increment-month-cons): Rename old calendar-increment-month.
11044         Update callers.
11045         (calendar-extract-month): Rename extract-calendar-month.
11046         Keep old name as alias, update callers.
11047         (calendar-extract-day): Rename extract-calendar-day.
11048         Keep old name as alias, update callers.
11049         (calendar-extract-year): Rename extract-calendar-year.
11050         Keep old name as alias, update callers.
11051         (calendar-generate-window): Rename generate-calendar-window.
11052         Update callers.
11053         (calendar-generate): Rename generate-calendar.  Update callers.
11054         (calendar-generate-month): Rename generate-calendar-month.
11055         Update callers.
11056         (calendar-redraw): Rename redraw-calendar.  Update callers.
11057         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
11058         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
11059         Update callers.
11060         (calendar-update-mode-line): Rename update-calendar-mode-line.
11061         Update callers.
11062         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
11063         update callers.
11064         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
11065         Keep old name as alias, update callers.
11066         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
11067         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
11068         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
11069         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
11070         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
11071         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
11072         * calendar/solar.el: Update for calendar.el name changes.
11073         * org/org.el (org-agenda-format-date-aligned)
11074         (org-agenda-execute-calendar-command): Access date elements directly
11075         rather than using calendar functions.
11076         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
11077         Also set calendar-view-diary-initially-flag,
11078         calendar-view-holidays-initially-flag.
11079         (org-get-entries-from-diary): Also set diary-fancy-buffer.
11080         (org-agenda-execute-calendar-command): No need to set displayed-day.
11082 2008-04-06  Alan Mackenzie  <acm@muc.de>
11084         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
11085         typo in the doc string.
11087         * progmodes/cc-mode.el (c-basic-common-init):
11088         Set font-lock-extend-after-change-region-function.
11089         (c-extend-after-change-region): New function, used in
11090         font-lock-extend-after-change-region-function, thus superseding
11091         advice on the Font Lock after change functions.
11092         (c-advise-fl-for-region): Remove this macro.
11094 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11096         * textmodes/flyspell.el (flyspell-duplicate-distance):
11097         Improve custom type.
11099 2008-04-06  Glenn Morris  <rgm@gnu.org>
11101         * calendar/diary-lib.el (diary-sexp-entry-symbol):
11102         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
11103         (diary-list-entries-hook): Rename list-diary-entries-hook.
11104         Keep old name as alias, update users.
11105         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
11106         Keep old name as alias, update users.
11107         (diary-nongregorian-listing-hook): Rename
11108         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
11109         (diary-nongregorian-marking-hook): Rename
11110         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
11111         (diary-print-entries-hook): Rename print-diary-entries-hook.
11112         Keep old name as alias, update users.
11113         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
11114         Keep old name as alias, update users.
11115         (diary-number-of-entries): Rename number-of-diary-entries.
11116         Keep old name as alias, update users.
11117         (view-diary-entries, list-diary-entries, show-all-diary-entries):
11118         Give version of obsolescence.
11119         (diary-view-other-diary-entries): Rename view-other-diary-entries.
11120         Keep old name as alias, update callers.
11121         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
11122         update callers.
11123         (diary-include-other-diary-files): Rename include-other-diary-files.
11124         Keep old name as alias, update callers.
11125         (diary-simple-display): Rename simple-diary-display.
11126         Keep old name as alias, update callers.
11127         (diary-fancy-display): Rename fancy-diary-display.
11128         Keep old name as alias, update callers.
11129         (diary-print-entries): Rename print-diary-entries.
11130         Keep old name as alias, update callers.
11131         (diary-marking-entries-flag): Rename marking-diary-entries.
11132         Update users.
11133         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
11134         (diary-mark-entries): Rename mark-diary-entries.
11135         Keep old name as alias, update callers.
11136         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
11137         Keep old name as alias, update callers.
11138         (diary-mark-included-diary-files): Rename mark-included-diary-files.
11139         Keep old name as alias, update callers.
11140         (calendar-mark-days-named): Rename mark-calendar-days-named.
11141         Keep old name as alias, update callers.
11142         (calendar-mark-month): Rename mark-calendar-month.
11143         Keep old name as alias, update callers.
11144         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
11145         Keep old name as alias, update callers.
11146         (diary-sort-entries): Rename sort-diary-entries.
11147         Keep old name as alias, update callers.
11148         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
11149         Keep old name as alias, update callers.
11150         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
11151         update callers.
11152         (diary-insert-entry): Rename insert-diary-entry.
11153         Keep old name as alias.
11154         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
11155         Keep old name as alias.
11156         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
11157         Keep old name as alias.
11158         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
11159         Keep old name as alias.
11160         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
11161         Keep old name as alias.
11162         (diary-insert-block-entry): Rename insert-block-diary-entry.
11163         Keep old name as alias.
11164         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
11165         Keep old name as alias.
11166         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
11167         Keep old name as alias, update users.
11168         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
11169         Keep old name as alias, update callers.
11170         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
11171         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
11172         * calendar/icalendar.el: Update for diary-lib name changes.
11174 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
11176         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
11178         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
11179         for copy, move, and link operations.
11181 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
11183         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
11184         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
11186         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
11187         'require' statements with 1-argument ones (wrapped in if's).
11188         For compatibility with the current stable version of XEmacs.
11190 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
11192         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
11194 2008-04-06  Jason Rumney  <jasonr@gnu.org>
11196         * language/burmese.el ("Burmese"): Make sample text consistent with
11197         language name.
11199 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
11201         * progmodes/gdb-ui.el (gdb): New group.
11202         (gdb-debug-log-max, gdb-enable-debug)
11203         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
11204         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
11205         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
11206         (gdb-show-changed-values, gdb-max-children)
11207         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
11208         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
11209         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
11210         (gdb-memory-unit): Move to new group from GUD group.
11211         (menu): Allow customization from GDB-UI menu-item.
11213 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
11215         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
11217 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11219         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
11220         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
11221         Revision numbers can include ".".
11223         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
11224         "+" lines not accounted for by counting "-" and context lines.
11226 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11228         * term/mac-win.el (mac-service-open-file): Use file URL instead of
11229         file name string.
11231 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11233         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
11234         (vc-bzr-annotate-time): Accept space used to preserve alignment.
11236 2008-04-05  Richard Stallman  <rms@gnu.org>
11238         * emacs-lisp/advice.el (defadvice): Add usage pattern.
11240 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
11242         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
11243         thread in [h-e-w]).
11245 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
11247         * files.el (abort-if-file-too-large): Fix typo in docstring.
11249 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11251         * subr.el (functionp): Return nil for special forms.
11253 2008-04-05  Glenn Morris  <rgm@gnu.org>
11255         * emacs-lisp/autoload.el (autoload-ensure-default-file):
11256         Provide a feature.
11257         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
11258         Require loaddefs file rather than loading it.
11259         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
11260         autoload-ensure-default-file provides a feature.
11262         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
11263         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
11264         (compile, compile-always, recompile): Use $LOADDEFS.
11265         (cal-autoloads): Remove.
11267         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
11268         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
11270         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
11271         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
11273         * calendar/calendar.el (diary-hebrew-entry-symbol):
11274         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
11275         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
11276         Keep old name as alias.
11277         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
11278         Keep old name as alias.
11279         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
11280         to diary-bahai-entry-symbol.
11281         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
11282         to diary-hebrew-entry-symbol.
11283         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
11284         to diary-islamic-entry-symbol.
11285         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
11287         * calendar/solar.el (diary-sabbath-candles-minutes)
11288         (diary-sabbath-candles): Move to cal-hebrew.
11289         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
11290         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
11291         Doc fix.  Keep old name as alias.
11292         (diary-hebrew-sabbath-candles): Simplify.
11293         (solar-setup, solar-sunrise-sunset, calendar-latitude)
11294         (calendar-longitude, calendar-time-zone): Declare for compiler.
11295         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
11296         rename.
11298         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
11299         Rename coptic-calendar-month-name-array.  Update callers.
11300         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
11301         (calendar-coptic-name): Rename coptic-name.  Update callers.
11302         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
11303         Update callers.
11304         (calendar-coptic-last-day-of-month):
11305         Rename coptic-calendar-last-day-of-month.  Update callers.
11306         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
11307         Keep old name as alias, update callers.
11308         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
11309         Keep old name as alias, update callers.
11310         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
11311         Keep old name as alias.
11312         (calendar-ethiopic-month-name-array):
11313         Rename ethiopic-calendar-month-name-array.  Update callers.
11314         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
11315         Update callers.
11316         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
11317         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
11318         Keep old name as alias, update callers.
11319         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
11320         Keep old name as alias, update callers.
11321         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
11322         Keep old name as alias.
11324         * calendar/cal-french.el (calendar-french-epoch):
11325         Rename french-calendar-epoch.  Update callers.
11326         (calendar-french-month-name-array): Rename variable and function
11327         french-calendar-month-name-array.  Update callers.
11328         (calendar-french-multibyte-month-name-array):
11329         Rename french-calendar-multibyte-month-name-array.  Update callers.
11330         (calendar-french-day-name-array): Rename variable and function
11331         french-calendar-day-name-array.  Update callers.
11332         (calendar-french-special-days-array): Rename variable and function
11333         french-calendar-special-days-array.  Update callers.
11334         (calendar-french-multibyte-special-days-array):
11335         Rename french-calendar-multibyte-special-days-array.  Update callers.
11336         (calendar-french-accents-p): Rename french-calendar-accents.
11337         Update callers.
11338         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
11339         Update callers.
11340         (calendar-french-last-day-of-month):
11341         Rename french-calendar-last-day-of-month.  Update callers.
11342         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
11343         Keep old name as alias, update callers.
11344         (calendar-french-print-date): Rename calendar-print-french-date.
11345         Keep old name as alias, update callers.
11346         (calendar-french-goto-date): Rename calendar-goto-french-date.
11347         Keep old name as alias.
11349         * calendar/cal-menu.el, calendar/calendar.el:
11350         Update for Coptic and French name changes.
11352         * calendar/cal-china.el (calendar-chinese): Rename custom group
11353         from chinese-calendar.  Update users.
11354         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
11355         Keep old name as alias, update users.
11356         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
11357         Keep old name as alias.
11358         (calendar-chinese-daylight-time-offset):
11359         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
11360         update users.
11361         (calendar-chinese-standard-time-zone-name):
11362         Rename chinese-calendar-standard-time-zone-name.
11363         Keep old name as alias, update users.
11364         (calendar-chinese-daylight-saving-start):
11365         Rename chinese-calendar-daylight-savings-starts.
11366         Keep old name as alias, update users.
11367         (calendar-chinese-daylight-saving-end):
11368         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
11369         update users.
11370         (calendar-chinese-daylight-saving-start-time):
11371         Rename chinese-calendar-daylight-savings-starts-time.
11372         Keep old name as alias, update users.
11373         (calendar-chinese-daylight-saving-end-time):
11374         Rename chinese-calendar-daylight-savings-ends-time.
11375         Keep old name as alias, update users.
11376         (calendar-chinese-celestial-stem): Rename
11377         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
11378         (calendar-chinese-terrestrial-branch):
11379         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
11380         update users.
11381         (calendar-chinese-zodiac-sign-on-or-after):
11382         Rename chinese-zodiac-sign-on-or-after.  Update callers.
11383         (calendar-chinese-new-moon-on-or-after):
11384         Rename chinese-new-moon-on-or-after.  Update callers.
11385         (calendar-chinese-month-list): Rename chinese-month-list.
11386         Update callers.
11387         (calendar-chinese-number-months): Rename number-chinese-months.
11388         Update callers.
11389         (calendar-chinese-compute-year): Rename compute-chinese-year.
11390         Update callers.
11391         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
11392         (calendar-chinese-year): Rename chinese-year.  Update callers.
11393         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
11394         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
11395         Keep old name as alias, update callers.
11396         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
11397         Keep old name as alias, update callers.
11398         (calendar-chinese-months-to-alist):
11399         Rename make-chinese-month-assoc-list.  Update callers.
11400         (calendar-chinese-months): Rename chinese-months.  Update callers.
11401         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
11402         Keep old name as alias, update callers.
11404         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
11405         Rename hebrew-calendar-leap-year-p.  Update callers.
11406         (calendar-hebrew-last-month-of-year):
11407         Rename hebrew-calendar-last-month-of-year.  Update callers.
11408         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
11409         Update callers.
11410         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
11411         Update callers.
11412         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
11413         Update callers.
11414         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
11415         Update callers.
11416         (calendar-hebrew-last-day-of-month):
11417         Rename hebrew-calendar-last-day-of-month.  Update callers.
11418         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
11419         Keep old name as alias, update callers.
11420         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
11421         Keep old name as alias, update callers.
11422         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
11423         Keep old name as alias, update callers.
11424         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
11425         Keep old name as alias.
11426         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
11427         Keep old name as alias.
11428         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
11429         Keep old name as alias.
11430         (holiday-hebrew-passover): Rename holiday-passover-etc.
11431         Keep old name as alias.
11432         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
11433         Keep old name as alias, update callers.
11434         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
11435         Keep old name as alias.
11436         (calendar-hebrew-mark-date-pattern):
11437         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
11438         update callers.
11439         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
11440         Keep old name as alias.
11441         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
11442         Keep old name as alias.
11443         (diary-hebrew-insert-monthly-entry):
11444         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
11445         (diary-hebrew-insert-yearly-entry):
11446         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
11447         (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
11448         Keep old name as alias.
11449         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
11450         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
11451         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
11452         Keep old name as alias.
11453         (calendar-hebrew-parashiot-names):
11454         Rename hebrew-calendar-parashiot-names.  Update callers.
11455         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
11456         (calendar-hebrew-year-Saturday-incomplete-Sunday):
11457         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
11458         (calendar-hebrew-year-Saturday-complete-Tuesday):
11459         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
11460         (calendar-hebrew-year-Monday-incomplete-Tuesday):
11461         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
11462         (calendar-hebrew-year-Monday-complete-Thursday):
11463         Rename hebrew-calendar-year-Monday-complete-Thursday.
11464         (calendar-hebrew-year-Tuesday-regular-Thursday):
11465         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
11466         (calendar-hebrew-year-Thursday-regular-Saturday):
11467         Rename hebrew-calendar-year-Thursday-regular-Saturday.
11468         (calendar-hebrew-year-Thursday-complete-Sunday):
11469         Rename hebrew-calendar-year-Thursday-complete-Sunday.
11470         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
11471         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
11472         (calendar-hebrew-year-Saturday-complete-Thursday):
11473         Rename hebrew-calendar-year-Saturday-complete-Thursday.
11474         (calendar-hebrew-year-Monday-incomplete-Thursday):
11475         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
11476         (calendar-hebrew-year-Monday-complete-Saturday):
11477         Rename hebrew-calendar-year-Monday-complete-Saturday.
11478         (calendar-hebrew-year-Tuesday-regular-Saturday):
11479         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
11480         (calendar-hebrew-year-Thursday-incomplete-Sunday):
11481         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
11482         (calendar-hebrew-year-Thursday-complete-Tuesday):
11483         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
11484         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
11485         Update for above name changes of constants.
11487         * calendar/cal-menu.el, calendar/calendar.el:
11488         Update for chinese and hebrew name changes.
11489         * calendar/diary-lib.el: Update for hebrew name changes.
11491 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11493         * subr.el (keymap-canonicalize): Correct thinko.
11495         * server.el: Undo part of the multi-tty change, which is only
11496         needed if server.el is preloaded, and broke server-running-p.
11497         (server-socket-dir): Initialize in the defvar, as before.
11498         (server-start): Remove initialization of server-socket-dir.
11500 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
11502         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
11503         3-member cons cells.
11505 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
11507         * cus-face.el (custom-face-attributes): Handle roman slant.
11509         * faces.el (default): Ensure the face-defface-spec property is set.
11511 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
11513         * files.el (abort-if-file-too-large): New function.
11514         (find-file-noselect, insert-file-1): Use it.
11516 2008-04-05  Reto Zimmermann  <reto@gnu.org>
11518         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
11519         Replace C-c[a-zA-Z] key bindings.
11521 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11523         * progmodes/hideif.el (hif-token-alist): New var.
11524         (hif-token-regexp, hif-tokenize): Use it.
11525         (hif-mathify-binop): New macro.
11526         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
11527         (hif-greater-equal, hif-less-equal): Use it.
11528         (hif-logior, hif-logand): New functions.
11529         (hif-math): Accept | and & as well.
11531         * progmodes/etags.el: Fix problem with completion for buffer-local
11532         tables.  Reported by Radey Shouman <shouman@comcast.net>.
11533         (tags-complete-tag): Remove.
11534         (tags-lazy-completion-table): New function to replace it.
11535         (find-tag-tag, complete-tag): Update users.
11537 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
11539         * vc-rcs.el (vc-rcs-dir-status):
11540         * vc-sccs.el (vc-sccs-dir-status): New function.
11542         * outline.el (outline-mode-menu-bar-map):
11543         * term.el (terminal-signal-menu): Add :help.
11545         * net/eudc.el (eudc-mode-map): Declare and define in one step.
11546         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
11548         * emacs-lisp/re-builder.el (reb-mode-map):
11549         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
11551         * diff-mode.el (diff-file-junk-re): Recognize the git format for
11552         new files, deleted files and for changing permissions.
11553         (diff-mode): Set beginning-of-defun-function and
11554         end-of-defun-function.
11556         * vc-bzr.el (vc-bzr-state): Use when instead of if.
11558         * vc.el (vc-default-status-fileinfo-extra): New function.
11559         (vc-status-mark-buffer-changed): Use it.
11560         (vc-update-vc-status-buffer): Allow for partial updates.
11562 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11564         * net/tramp.el (after-init-hook): Don't wrap a lambda around
11565         tramp-register-completion-file-name-handler.
11567         * subr.el (keymap-canonicalize): New function.
11568         * mouse.el (mouse-menu-non-singleton): Use it.
11569         (mouse-major-mode-menu): Remove hack made unnecessary.
11571         * simple.el (set-fill-column): Prompt rather than error by default.
11573 2008-04-04  Andreas Schwab  <schwab@suse.de>
11575         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11576         Reset new-rules after each round.
11578         * Makefile.in (cal-autoloads): New target.
11579         (compile, compile-always, recompile): Depend on it.
11580         ($(lisp)/calendar/cal-loaddefs.el)
11581         ($(lisp)/calendar/diary-loaddefs.el)
11582         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
11584 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
11586         * ediff*.el: Replace load with require in eval-when-compile.
11588         * ediff-hook.el: Delete all invocations of (autoload ...).
11590         * ediff-util.el (ediff-setup): Make window-min-height a local variable
11591         in ediff control window, and set its min height to 2.
11592         (ediff-setup-control-buffer): Dedicate the control window.
11593         (ediff-toggle-multiframe): Undedicate control window.
11594         Work directly with ediff-setup-windows-multiframe and
11595         ediff-setup-windows-plain.
11597         * ediff-wind.el (ediff-choose-window-setup-function-automatically):
11598         New function.
11599         (ediff-window-setup-function): Change initialization.
11600         (ediff-setup-windows-automatic): Delete.
11601         (ediff-setup-windows-plain-merge): Make control window dedicated.
11602         (ediff-destroy-control-frame): Do not skip frames if working in a
11603         single frame.
11605         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
11606         eval-when-compile.
11608         * emulation/viper-util.el: Move provide's forward, prevent recursion in
11609         eval-when-compile.
11611 2008-04-04  Glenn Morris  <rgm@gnu.org>
11613         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
11614         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
11616         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
11617         Rename islamic-calendar-leap-year-p.  Update callers.
11618         (calendar-islamic-last-day-of-month):
11619         Rename islamic-calendar-last-day-of-month.  Update callers.
11620         (calendar-islamic-day-number):
11621         Rename islamic-calendar-day-number.  Update callers.
11622         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
11623         Update callers, keep old name as alias.
11624         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
11625         Update callers, keep old name as alias.
11626         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
11627         Keep old name as alias.
11628         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
11629         Update callers, keep old name as alias.
11630         (calendar-islamic-mark-date-pattern):
11631         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
11632         name as alias.
11633         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
11634         Keep old name as alias.
11635         (diary-islamic-insert-monthly-entry):
11636         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
11637         (diary-islamic-insert-yearly-entry):
11638         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
11640         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
11641         calendar-absolute-from-iso.  Update callers, keep old name as alias.
11642         (calendar-iso-print-date): Rename calendar-print-iso-date.
11643         Update callers, keep old name as alias.
11644         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
11645         Keep old name as alias.
11646         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
11647         Keep old name as alias.
11649         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
11650         calendar-absolute-from-julian.  Update callers, keep old name as alias.
11651         (calendar-julian-print-date): Rename calendar-print-julian-date.
11652         Update callers, keep old name as alias.
11653         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
11654         Update callers, keep old name as alias.
11655         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
11656         Update callers, keep old name as alias.
11657         (calendar-astro-print-day-number):
11658         Rename calendar-print-astro-day-number.  Update callers, keep old
11659         name as alias.
11660         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
11661         Update callers, keep old name as alias.
11663         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
11664         Rename calendar-string-to-mayan-long-count.  Update callers.
11665         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
11666         Update callers, keep old name as alias.
11667         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
11668         Update callers.
11669         (calendar-mayan-read-tzolkin-date):
11670         Rename calendar-read-mayan-tzolkin-date.  Update callers.
11671         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
11672         Keep old name as alias.
11673         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
11674         Keep old name as alias.
11675         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
11676         Keep old name as alias.
11677         (calendar-mayan-previous-tzolkin-date):
11678         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
11679         (calendar-mayan-next-round-date):
11680         Rename calendar-next-calendar-round-date.  Keep old name as alias.
11681         (calendar-mayan-previous-round-date):
11682         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
11683         (calendar-mayan-long-count-to-absolute): Rename
11684         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
11685         (calendar-mayan-goto-long-count-date):
11686         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
11688         * calendar/cal-persia.el (calendar-persian-month-name-array):
11689         Rename persian-calendar-month-name-array.  Update callers.
11690         (calendar-persian-epoch): Rename persian-calendar-epoch.
11691         Update callers.
11692         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
11693         Update callers.
11694         (calendar-persian-last-day-of-month):
11695         Rename persian-calendar-last-day-of-month.  Update callers.
11696         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
11697         Update callers, keep old name as alias.
11698         (calendar-persian-print-date): Rename calendar-print-persian-date.
11699         Update callers, keep old name as alias.
11700         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
11701         Keep old name as alias.
11703         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
11704         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
11705         * calendar/solar.el: Update for cal-julian name changes.
11707         * calendar/cal-dst.el: Update for persian name changes.
11709         * calendar/cal-menu.el, calendar/calendar.el:
11710         Update for islamic, iso, julian, mayan, persian name changes.
11712         * calendar/diary-lib.el: Update for islamic name changes.
11714         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
11715         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
11716         as alias.
11717         (calendar-christian-all-holidays-flag):
11718         Rename all-christian-calendar-holidays.  Update callers, keep old
11719         name as alias.
11720         (calendar-islamic-all-holidays-flag):
11721         Rename all-islamic-calendar-holidays.  Update callers, keep old
11722         name as alias.
11723         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
11724         Update callers, keep old name as alias.
11725         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
11726         Update for the above name changes.
11728 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
11730         * hilit-chg.el (global-highlight-changes-mode)
11731         (highlight-changes-passive-string, highlight-changes-active-string):
11732         Mark as obsolete since 23.1, not 22.1.
11734 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
11736         * hilit-chg.el (highlight-changes-visibility-initial-state)
11737         (hilit-chg-update, highlight-changes-mode-turn-on):
11738         Fix typos in docstrings.
11740 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
11742         * newcomment.el (comment-enter-backward): Be careful to restore
11743         position changed during narrowing.
11745 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
11747         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11748         Recognize `sub ($$)'.
11750 2008-04-03  Richard Sharman  <rsharman@pobox.com>
11752         * hilit-chg.el (highlight-changes-mode): Rename from
11753         highlight-changes; no longer uses sub-modes active and passive;
11754         implemented by define-minor-mode.
11755         (highlight-changes-toggle-visibility): New function, to replace
11756         the old passive/active submodes of global-highlight-changes-mode;
11757         implemented by define-minor-mode.
11758         (global-highlight-changes-mode): Rename from global-highlight-changes;
11759         rewrite using define-globalized-minor-mode.
11760         (hilit-chg-major-mode-hook, hilit-chg-check-global)
11761         (hilit-chg-post-command-hook, hilit-chg-check-global)
11762         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
11763         to use of define-globalized-minor-mode.
11764         (highlight-changes-global-initial-state): Change to be boolean.
11765         (highlight-changes-visible-string, highlight-changes-invisible-string):
11766         Rename from highlight-changes-active-string and
11767         highlight-changes-passive-string.
11768         (hilit-chg-update, hilit-chg-set): Use them.
11769         (global-highlight-changes-mode): Rename from global-highlight-changes.
11770         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
11771         docstring.
11772         (hilit-chg-hide-changes): Rewrite to use dolist.
11773         (hilit-chg-set-face-on-change, hilit-chg-update)
11774         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
11775         variable instead of testing highlight-changes-mode.
11776         (highlight-markup-buffers): Add require ediff-util; argument on calls
11777         to highlight-changes-mode changed.
11778         (highlight-compare-with-file): Fix problems with interactive
11779         call giving invalid default file.
11781 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
11783         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
11784         Fix in disassembly buffer (regression in 22.2).
11786 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
11788         * emulation/viper-macs.el (viper-read-fast-keysequence):
11789         Use viper-read-event instead of viper-read-key.
11791         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
11793         * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
11794         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
11795         let-statements.
11797         * emulation/viper-ex.el, emulation/viper-macs.el:
11798         * emulation/viper-mous.el:
11799         Replace load with require in eval-when-compile.
11801 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11803         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
11805         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
11806         (archive-try-jka-compr): New function.
11807         (archive-set-buffer-as-visiting-file): Use it.
11809         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
11811 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
11813         * simple.el (handle-shift-selection): New arg.
11815 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11817         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
11819         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
11821 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
11823         * shell.el (shell-dynamic-complete-filename): New fun.
11824         (shell-dynamic-complete-functions): Use it.
11826         * help-fns.el (describe-variable): Undo 2008-02-25 change.
11828 2008-04-03  Kenichi Handa  <handa@m17n.org>
11830         * international/fontset.el (create-fontset-from-x-resource):
11831         Handle the error of X resource more gracefully.
11833         * international/latin1-disp.el (latin1-display): Don't use make-char.
11834         Fix the argument to set-char-table-range.
11835         (latin1-display-identities): Don't use make-char.
11836         (latin1-display-reset): Use map-charset-chars instead of directly
11837         calling standard-display-default.
11838         (latin1-display-check-font): Don't use make-char.
11839         (latin1-display-setup): Likewise.
11840         (latin1-display-ucs-per-lynx): Likewise.
11842 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11844         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
11845         name the fields, to make the code clearer.
11846         Rewrite all `aset' and `aref' using the defined accessors.
11847         (timer--time): New pseudo-field.
11848         (timer-set-time, timer-set-idle-time, timer-inc-time)
11849         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
11850         (timer--time-less-p): New function.
11851         (timer--activate): New function, extracted from timer-activate.
11852         (timer-activate-when-idle, timer-activate): Use it.
11853         (cancel-function-timers): Use dolist.
11855 2008-04-03  Glenn Morris  <rgm@gnu.org>
11857         * add-log.el (c-beginning-of-defun, c-end-of-defun):
11858         Remove declarations; no longer used.
11859         (c-cpp-define-name, c-defun-name): Declare as functions.
11861         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
11862         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
11864         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
11865         (holiday-passover-etc, holiday-hanukkah): Doc fix.
11866         Add optional argument.  Simplify.
11867         (holiday-tisha-b-av-etc): Use memq rather than unless.
11868         (holiday-julian): Autoload it.
11869         (holiday-hebrew-misc): New function.
11871         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
11873         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
11874         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
11875         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
11876         all-hebrew-calendar-holidays.
11877         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
11878         Simplify using new functions.
11879         (calendar-holidays): Doc fix.
11880         (generate-calendar-window): Use bound-and-true-p.
11882         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
11884         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
11885         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
11886         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
11887         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
11889         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
11891 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11893         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
11895         * vc-bzr.el (vc-bzr-checkout): Simplify.
11897         * image-mode.el (image-mode-fit-frame): New command.
11899         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
11900         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
11901         (keyboard-escape-quit): Check region-active-p i.s.o
11902         transient-mark-mode.
11904 2008-04-02  Simon Josefsson  <simon@josefsson.org>
11906         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
11907         (imap-message-copyuid-1): Use it.
11908         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
11909         J. Williams in
11910         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
11912 2008-04-02  Alan Mackenzie  <acm@muc.de>
11914         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
11915         New optimised functions to get the name of the current defun/macro.
11917         * add-log.el (add-log-current-defun): Move the functionality which
11918         gets the current function name for C like modes to cc-cmds.el,
11919         thus optimising for speed.
11921 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
11923         * simple.el (deactivate-mark): When the mark is temporarily
11924         active, restore the original value of transient-mark-mode.
11925         (set-mark-command): First deactivate the mark if was temporarily active.
11926         (exchange-point-and-mark): Reactivate the mark if it was
11927         temporarily active.
11928         (handle-shift-selection): New fun.
11929         (transient-mark-mode): Move var documentation here from buffer.c.
11930         (next-line, previous-line, backward-word, move-end-of-line)
11931         (move-beginning-of-line, forward-to-indentation)
11932         (backward-to-indentation, back-to-indentation)
11933         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
11935         * mouse.el (mouse-set-region-1): Save the old value of
11936         transient-mark-mode.
11937         (mouse-drag-track): Ignore the now-obsolete value `identity' for
11938         transient-mark-mode.
11940         * textmodes/paragraphs.el (forward-paragraph)
11941         (backward-paragraph, forward-sentence, backward-sentence): Add ^
11942         interactive spec.
11944         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
11946 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
11948         * net/tramp.el (tramp-make-tramp-temp-file):
11949         Use `tramp-drop-volume-letter' for the local file name part.
11951 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
11953         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
11954         Add menu entries corresponding to all the key bindings.
11956         * emacs-lisp/debug.el (debugger-mode-map):
11957         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
11958         (conf-align-assignments): Only work on the region if it is active.
11959         (conf-quote-normal): Use when instead of if.  Remove redundant test.
11961         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11962         for tracing and re-builder.
11964 2008-04-02  Glenn Morris  <rgm@gnu.org>
11966         * calendar/appt.el (appt-disp-window-function): Doc fix.
11967         (appt-display-message): Move beep before display.
11968         (appt-check): Make interactive.  Reduce the number of lets.
11969         Use string-equal to compare mode-line strings.
11970         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
11971         read-only.
11972         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
11973         (appt-delete): Simplify.
11975         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
11977         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
11979         * calendar/cal-hebrew.el (list-yahrzeit-dates):
11980         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
11981         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
11983         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
11984         (calendar-holiday-marker, mark-visible-calendar-date):
11985         * calendar/diary-lib.el (fancy-diary-display):
11986         Check for font-lock-mode before using faces.
11988         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
11989         (calendar-gregorian-from-absolute): Reduce the number of lets.
11990         (hebrew-holidays-4, generate-calendar-window): Simplify.
11991         (calendar-for-loop): Make obsolete.
11992         (calendar-nth-named-day): Doc fix.
11994         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
11995         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
11996         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
11997         Reduce the number of lets.
11998         (mark-sexp-diary-entries, calendar-mark-complex):
11999         Expand calendar-for-loops.
12001 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
12003         * find-dired.el (find-dired-filter): Fix last patch to handle
12004         multi-line process input.  Pad link numbers too.
12006 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
12008         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
12010 2008-04-01  Jason Rumney  <jasonr@gnu.org>
12012         * international/characters.el (script-list): Add phonetic script,
12013         covering IPA (previously Latin), Phonetic Extensions and
12014         Phonetic Extensions Supplement (both previously unassigned).
12016         * international/fontset.el (setup-default-fontset): Use unicode fonts
12017         that cover bopomofo script for bopomofo.
12018         Likewise for braille and mathematical.
12019         Use unicode scripts that cover the phonetic script for IPA.
12021 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
12023         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
12024         return the assigned value.
12026 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12028         * abbrev.el (abbrev-mode): Use define-minor-mode.
12030         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
12031         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
12032         Use map-keymap.
12033         (minor-mode-menu-from-indicator): Use it.  Simplify.
12035         * bindings.el (mode-line-mode-menu): Move before (new) first use.
12036         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
12037         Bind the key directly to the menu.
12038         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
12040 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
12042         * epa.el (epa-decrypt-region): Explain the reason why this
12043         function should not be used in Lisp programs.
12044         (epa-decrypt-armor-in-region): Ditto.
12045         (epa-verify-region): Ditto.
12046         (epa-verify-cleartext-in-region): Ditto.
12047         (epa-sign-region): Ditto.
12048         (epa-encrypt-region): Ditto.
12050         * epg.el (epg-start-receive-keys): Fix typo in docstring.
12052         * epa.el (epa-select-keys): Show menu even if there is no key in
12053         GnuPG's keyring.
12055 2008-04-01  Glenn Morris  <rgm@gnu.org>
12057         * calendar/calendar.el (calendar-make-temp-face): New function.
12058         (mark-visible-calendar-date):
12059         * calendar/diary-lib.el (fancy-diary-display): Use it.
12061         * vc-hooks.el (vc-responsible-backend): Declare as function.
12063         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
12064         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
12065         * calendar/cal-julian.el (holiday-julian): Use it.
12067         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
12068         (calendar-hebrew-date-is-visible-p): Extract some common code into
12069         separate function.
12070         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
12072         * calendar/cal-menu.el (cal-menu-holidays-menu):
12073         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
12074         rather than obsolete alias.
12076         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
12077         for mark characters.
12078         (calendar-unmark): Unmark by removing all overlays, rather than
12079         redrawing.
12080         (calendar-starred-day): Remove.
12081         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
12082         (calendar-cursor-to-date): No need for special star handling now
12083         using overlays.
12084         (calendar-star-date): Use overlays.
12086         * calendar/cal-french.el (calendar-goto-french-date):
12087         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
12088         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
12089         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
12090         * calendar/cal-persia.el (calendar-persian-date-string):
12091         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12092         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
12093         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
12094         * calendar/solar.el (solar-equinoxes-solstices):
12095         Reduce nesting of some lets.
12097         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
12098         (calendar-goto-mayan-long-count-date): Simplify.
12100         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
12101         Simplify by using mapcar.
12102         (calendar-list-holidays): Return holiday-list.
12103         (list-holidays): Use let rather than let*.  Remove un-needed locals
12104         `d', `never'.
12105         (calendar-check-holidays): Return result from dolist.
12106         (holiday-float): Use a single let*.  Simplify if-and to and.
12107         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
12108         single let*.
12110 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
12112         * calc/calc.el: Autoload `calc-yank'.
12113         (calc-mode-map): Add keybindings for `calc-yank'.
12114         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
12115         assignments for `calc-yank'.
12117 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
12119         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
12120         (vc-status-mark-buffer-changed): Handle the extra field.
12122         * vc-bzr.el (vc-bzr-after-dir-status):
12123         * vc-cvs.el (vc-cvs-after-dir-status):
12124         * vc-hg.el (vc-hg-after-dir-status):
12125         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
12127 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12129         * doc-view.el: Compute displayed pages first (in PDF).
12130         (doc-view-current-converter-processes): Rename from
12131         doc-view-current-converter-process.  Update users.
12132         (doc-view-sentinel): Test buffer's liveness.
12133         (doc-view-pdf/ps->png-sentinel): Remove.
12134         (doc-view-start-process): New function.
12135         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
12136         (doc-view-ps->pdf): Use it.
12137         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
12138         New functions.
12139         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
12140         (doc-view-mode): Kill the processes when leaving the mode.
12142 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
12144         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
12145         Use `byte-compile-warning-types'.  Add docstring.
12147 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12149         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
12150         (smerge-resolve): Add various resolution heuristics.
12152         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
12153         in 3-way conflicts.
12155 2008-03-31  Glenn Morris  <rgm@gnu.org>
12157         * calendar/cal-bahai.el (diary-bahai-mark-entries):
12158         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
12159         * calendar/cal-islam.el (mark-islamic-diary-entries):
12160         Fix argument order in call to diary-mark-entries-1.
12162         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
12163         pre-Bahai dates.
12164         (holiday-bahai): Use an algorithm actually relevant to this calendar
12165         system.
12167         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
12169         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
12170         Use and.
12172         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
12173         in the last fortnight in Julian October.
12175         * calendar/calendar.el (increment-calendar-month): Optionally handle
12176         systems without 12 months per year.
12177         (calendar-date-is-visible-p): Doc fix.  Simplify.
12179         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
12180         from dolist.
12182 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
12184         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
12185         (hi-lock-unload-function): New function.
12187 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
12189         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
12190         overwriting when NEWNAME is a local file.
12192         * net/trampver.el: Update release number.
12194 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
12196         * vc-git.el: Make vc-status display information about copies,
12197         renames and permission changes.
12198         (vc-git-extra-fileinfo): New defstruct.
12199         (vc-git-escape-file-name, vc-git-file-type-as-string)
12200         (vc-git-rename-as-string, vc-git-permissions-as-string)
12201         (vc-git-status-printer): New functions.
12202         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
12203         (vc-git-after-dir-status-stage1): Look for copies, renames and
12204         permission changes.
12205         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
12206         (vc-git-dir-status): Ask for staged files and renames.
12208 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
12210         * vc.el: Allow backends to display backend specific information in
12211         the vc-status listing.
12212         (vc-status-fileinfo): Add a field for backend specific information.
12213         (vc-status-printer): Rename to ...
12214         (vc-default-status-printer): ... this.
12215         (vc-status-printer): New function.
12216         (vc-update-vc-status-buffer): Set the backend specific file info
12217         if provided.
12219 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12221         * textmodes/remember.el (remember-diary-convert-entry): Revert last
12222         change (ill-conceived).
12224 2008-03-29  Glenn Morris  <rgm@gnu.org>
12226         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
12227         * calendar/cal-julian.el (holiday-julian): Simplify.
12229         * calendar/holidays.el (list-holidays): Use or.
12231 2008-03-29  Juri Linkov  <juri@jurta.org>
12233         * window.el (split-window-preferred-horizontally): New function.
12235         * cus-start.el (split-window-preferred-function):
12236         Set choice for "vertically" to nil instead of split-window.
12237         Set choice for "horizontally" to split-window-preferred-horizontally
12238         instead of lambda.
12240 2008-03-29  Juri Linkov  <juri@jurta.org>
12242         * simple.el (minibuffer-default-add-function): New variable with
12243         the default to minibuffer-default-add-completions.
12244         (minibuffer-default-add-done): New variable.  Make it buffer-local.
12245         (minibuffer-default-add-completions): New function.
12246         (goto-history-element): Set minibuffer-default-add-done to t and
12247         call a function in minibuffer-default-add-function when the
12248         specified absolute history position is greater than the length of
12249         the minibuffer-default list and minibuffer-default-add-done is nil.
12250         Change "^End of history; no next item$" to "^End of defaults;
12251         no next item$".
12253         * bindings.el (debug-ignored-errors): Change "^End of history;
12254         no next item$" to "^End of defaults; no next item$".
12256 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12258         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
12260         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
12261         to with-no-warnings.
12263 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
12265         Sync with Tramp 2.1.13.
12267         * net/tramp-ftp.el: Require 'cl when byte-compiling.
12269         * net/trampver.el: Update release number.
12271 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
12273         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
12274         the current backend.
12276         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
12277         (vc-status-refresh): Create a temporary buffer and call the
12278         `dir-status' backend function from that buffer.
12280         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
12281         (vc-bzr-after-dir-status): Don't kill the buffer.
12283         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
12284         (vc-cvs-after-dir-status): Don't kill the buffer.
12286         * vc-git.el (vc-git-dir-status): Don't create a buffer.
12287         (vc-git-after-dir-status-stage2): Don't kill the buffer.
12289         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
12290         (vc-hg-after-dir-status): Don't kill the buffer.
12292         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
12293         (vc-svn-after-dir-status): Don't kill the buffer.
12295 2008-03-29  Glenn Morris  <rgm@gnu.org>
12297         * calendar/calendar.el (diary-file, american-date-diary-pattern)
12298         (european-date-diary-pattern, european-calendar-display-form)
12299         (american-calendar-display-form, diary-display-hook): Doc fixes.
12300         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
12301         custom :set.  Mark as obsolete.
12302         (calendar-date-style, iso-date-diary-pattern)
12303         (iso-calendar-display-form): New user variables.
12304         (diary-date-forms, calendar-date-display-form): Set using
12305         calendar-date-style.  Doc fix.
12306         (calendar-set-date-style): New command.
12307         (european-calendar, american-calendar): Use calendar-set-date-style.
12308         Mark as obsolete.
12310         * calendar/diary-lib.el (number): Move declaration where needed.
12311         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
12312         (diary-make-date): New function.
12313         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
12314         Use diary-make-date.
12315         (diary-date-display-form, diary-insert-entry-1): New functions.
12316         (insert-monthly-diary-entry, insert-yearly-diary-entry):
12317         Use diary-insert-entry-1.
12318         (insert-anniversary-diary-entry, insert-block-diary-entry)
12319         (insert-cyclic-diary-entry): Use diary-date-display-form.
12321         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
12322         Autoload diary-insert-entry-1.
12323         * calendar/cal-bahai.el (diary-bahai-insert-entry)
12324         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
12325         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
12326         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
12327         * calendar/cal-islam.el (insert-islamic-diary-entry)
12328         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
12329         Use diary-insert-entry-1.
12331         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
12332         (diary-yahrzeit): Doc fix.  Use diary-make-date.
12334         * calendar/icalendar.el (icalendar--datetime-to-american-date):
12335         New name for icalendar--datetime-to-noneuropean-date.  Make old name
12336         obsolete alias.
12337         (icalendar--datetime-to-iso-date): New function.
12338         (icalendar--datetime-to-diary-date): Doc fix.  Respect
12339         calendar-date-style if bound.
12341         * textmodes/remember.el (remember-diary-convert-entry):
12342         Respect calendar-date-style if bound.
12344 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12346         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
12347         (xterm-mouse-handle-delete-frame): Delete.
12349         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
12350         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
12351         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
12352         in xterm-modify-other-keys-terminal-list.
12354         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
12355         are conflicts.
12357 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
12359         * vc.el (vc-update): Check if the buffer is unsaved only if it
12360         actually exists.
12361         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
12362         vc-print-log.
12364 2008-03-28  Magnus Henoch  <mange@freemail.hu>
12366         * net/dns.el (dns-write): Use set-buffer-multibyte.
12368 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12370         * vc-bzr.el (vc-bzr-sha1): New fun.
12371         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
12372         (vc-bzr-registered): Use it.
12374 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
12376         * vc.el (vc-status-kill-dir-status-process): Simplify.
12377         (vc-status-refresh): Make sure the buffer is live.
12378         (ring): Don't require it, not used.
12380 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
12382         * progmodes/verilog-mode.el (verilog-auto-inout-module):
12383         Add optional regular expression to AUTOINOUTMODULE.
12384         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
12385         (verilog-auto-inst-param, verilog-auto-reg)
12386         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
12387         (verilog-auto-output-every, verilog-auto-input)
12388         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
12389         (verilog-auto-unused, verilog-auto): Update documentation to use
12390         more obvious instance module names versus cell names.
12392 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
12394         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
12395         kill if a process is running.
12397         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
12399 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
12401         * vc.el: Add new backend function 'status-extra-headers.
12402         (vc-default-status-extra-headers): New function.
12403         (vc-status-headers): Call 'status-extra-headers.  Add colors.
12405         * vc-git.el (vc-git-status-extra-headers): New function.
12407 2008-03-28  Glenn Morris  <rgm@gnu.org>
12409         * calendar/cal-menu.el (cal-menu-holidays-menu)
12410         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
12411         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
12412         holiday-list is optional.
12413         (calendar-mouse-holidays): Remove un-needed local `l'.
12415         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
12416         Remove un-needed local `date'.
12417         (calendar-cursor-to-visible-date): Use let rather than let*.
12418         Remove un-needed local `first-of-month-weekday'.
12420         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
12422         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
12423         Doc fixes.
12424         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
12425         (diary-header-line-flag, diary-header-line-format): Declare.
12426         (diary-pull-attrs): Check for multiple matches.
12427         (diary-list-entries-2): Simplify finding start of date.
12428         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
12429         pop-up-frames.
12430         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
12431         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
12433 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
12435         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
12437         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
12439 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12441         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
12443         * image-mode.el (image-mode-reapply-winprops): Fix last change.
12445 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
12447         * international/mule-conf.el (define-iso-single-byte-charset):
12448         Don't make latin-iso8859-* supplementary.
12449         (#'set-charset-priority): Don't change the priority of charsets
12450         `unicode' and `emacs'.
12452 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12454         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
12455         temp buffer.
12457 2008-03-27  Glenn Morris  <rgm@gnu.org>
12459         * calendar/cal-bahai.el (diary-bahai-list-entries):
12460         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
12461         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
12463         * calendar/calendar.el (diary-file): Doc fix.
12465         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
12466         (list-diary-entries-hook, mark-diary-entries-hook)
12467         (include-other-diary-files, diary-mail-entries)
12468         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
12469         (diary-set-header): New function.
12470         (diary-header-line-flag, diary-header-line-format):
12471         Use diary-set-header for custom :set function.
12472         (diary-set-maybe-redraw): Use symbol-value rather than eval.
12473         (diary-attrtype-convert): Use intern-soft rather than read.
12474         (diary-display-no-entries): New function.
12475         (simple-diary-display, fancy-diary-display): Use it.
12476         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
12477         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
12479         * calendar/holidays.el (list-holidays): Doc fix.
12481 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
12483         * calc/calc-store.el (calc-read-var-name-history): New variable.
12484         (calc-read-var-name): Use `calc-read-var-name-history'.
12486 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12488         * image-mode.el (image-mode-reapply-winprops): Simplify now that
12489         window-configuration-change-hook works buffer-locally.
12491 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
12493         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
12494         for Emacs Lisp, not Lisp.
12496 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
12498         * help-fns.el (describe-function-1, describe-variable):
12499         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
12501         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
12502         replacement is provided, don't print "use nil instead".
12504 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
12506         * complete.el (PC-do-completion): Use regexp-quote.
12508 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
12510         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
12511         Detect missing files.
12513         * vc-git.el (vc-git-extra-menu-map): New key map.
12514         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
12515         New functions.
12517         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
12518         and 'missing files.
12520 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12522         * calendar/holidays.el (list-holidays): Make Y2 optional.
12524         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
12525         buffers shown to the user.
12526         (appt-disp-window): Disable undo explicitly now that the leading space
12527         is gone.
12529         * simple.el (activate-mark): New function.
12530         (set-mark-command): Use it with region-active-p to clean up the code.
12531         (exchange-point-and-mark): Invert the meaning of C-u when
12532         transient-mark-mode is active.
12534         * dired-aux.el (dired-create-files): Use dolist.
12536         * bindings.el (mode-line-change-eol): Use with-selected-window.
12538         * apropos.el (apropos-command): Include macros.
12540 2008-03-26  Glenn Morris  <rgm@gnu.org>
12542         * calendar/cal-bahai.el: Require calendar, not cal-julian.
12543         (calendar-bahai-epoch): Doc fix.
12545         * calendar/cal-china.el: Explicitly require calendar.
12547         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
12548         Require calendar rather than cal-julian.
12549         Autoload calendar-absolute-from-julian.
12550         * calendar/cal-coptic.el (coptic-calendar-epoch):
12551         * calendar/cal-islam.el (calendar-islamic-epoch):
12552         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
12554         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
12556         * calendar/cal-dst.el: Don't require cal-persia.
12557         (calendar-absolute-from-persian): Autoload it.
12558         (dst-adjust-time): Doc fix.
12560         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
12561         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
12562         calendar.
12564         * calendar/cal-menu.el: Require calendar rather than declaring
12565         functions.
12566         * calendar/calendar.el: Provide calendar before requiring cal-menu.
12568         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
12569         calendar-after-frame-setup-hooks.  Update callers, make old name an
12570         obsolete alias.  Doc fix.
12571         (calendar-frame-1): Doc fix.
12573         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
12575         * calendar/calendar.el (oriental-holidays, solar-holidays):
12576         * calendar/holidays.el (list-holidays): Assume atan always bound.
12578         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
12579         Explicitly require calendar, not cal-julian.
12580         * calendar/lunar.el: Explicitly require cal-dst.
12582 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12584         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
12586         * help-fns.el (describe-function-1, describe-variable): If no
12587         replacement is provided, don't print "use nil instead".
12589 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12591         * proced.el: New file.
12593 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
12595         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
12597 2008-03-25  Juri Linkov  <juri@jurta.org>
12599         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
12600         in battery-mode-line-format.
12602         * bindings.el (minibuffer-local-map): For the command
12603         file-cache-minibuffer-complete replace keymap minibuffer-local-map
12604         with map which is already locally bound to minibuffer-local-map.
12606 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12608         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
12609         Remove `sort-first' argument.
12611         * subr.el (redisplay-end-trigger-functions)
12612         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
12613         (process-filter-multibyte-p, set-process-filter-multibyte):
12614         Mark as obsolete.
12616 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
12618         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
12619         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
12620         use the LOCAL arg of `add-hook'.
12621         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
12622         Remove spurious * from defcustom docstrings.
12623         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
12624         Fix typos in messages.
12625         (reb-mode-buffer-p): New function.
12626         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
12627         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
12628         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
12629         Use `unless', `when'.
12630         (re-builder-unload-function): New function.
12632 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
12634         * vc-hooks.el (vc-state): Add documentation for 'missing.
12636 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
12638         * progmodes/verilog-mode.el (verilog-auto-output)
12639         (verilog-auto-input, verilog-auto-inout, verilog-auto)
12640         (verilog-delete-auto): Add optional regular expression to
12641         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
12642         (verilog-signals-matching-regexp): New internal function for
12643         signal matching.
12645 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
12647         * info.el (Info-isearch-search): Always return point.
12649 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12651         * diff-mode.el (diff-remembered-defdir): New var.
12652         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
12654 2008-03-25  Glenn Morris  <rgm@gnu.org>
12656         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
12657         calendar-bahai-prompt-for-date.  Update callers, make old name an
12658         obsolete alias.  Doc fix.
12659         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
12660         coptic-prompt-for-date.  Update callers, make old name an
12661         obsolete alias.  Doc fix.
12662         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
12663         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
12664         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
12665         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
12666         * calendar/cal-iso.el (calendar-iso-read-date): New name for
12667         calendar-iso-read-args.  Update callers, make old name an obsolete
12668         alias.
12669         * calendar/cal-persia.el (calendar-persian-read-date): New name for
12670         persian-prompt-for-date.  Update callers, make old name an
12671         obsolete alias.  Doc fix.  Move definition before use.
12673         * calendar/cal-x.el (diary-frame-parameters)
12674         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
12675         (calendar-frame-1): Doc fixes.
12676         (make-fancy-diary-buffer): Remove declaration.
12677         (calendar-dedicate-diary): Replace call to deleted function
12678         make-fancy-diary-buffer.
12679         (calendar-frame-setup): New function.
12680         (calendar-one-frame-setup, calendar-only-one-frame-setup)
12681         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
12682         work, and mark as obsolete.
12683         (special-display-buffer-names): Don't mess with this; it's not our
12684         business.
12685         (cal-x-load-hook): Defvar it, and mark as obsolete.
12687         * calendar/calendar.el (calendar-remove-frame-by-deleting):
12688         Default to t.  Add to 'calendar group.
12689         (calendar): Doc fix.  Use calendar-frame-setup.
12690         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
12691         (generate-calendar-window): Doc fix.
12693 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12695         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
12697 2008-03-24  Drew Adams  <drew.adams@oracle.com>
12699         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
12700         New variables.
12701         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
12702         (finder-exit): Ignore errors rather than avoiding them.
12703         Kill *Finder-package* buffer also.
12705 2008-03-24  Andreas Schwab  <schwab@suse.de>
12707         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
12709 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
12711         * vc-hg.el (vc-hg-after-dir-status):
12712         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
12714         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
12715         Detect removed files.
12717         * vc.el (vc-status-printer): Use a different face for missing files.
12718         (vc-status-hide-up-to-date): Rename from
12719         vc-status-remove-up-to-date.  Update all callers.
12720         (vc-status-mode-map): Bind C-m.
12722 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
12724         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
12725         code ...
12726         (vc-git--state-code): ... to this new function.
12727         (vc-git-state): Use it.
12729 2008-03-24  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
12731         * textmodes/remember.el (remember-mail-date)
12732         (remember-store-in-mailbox): Write date and From line in such a
12733         way that Mutt can read it.
12735 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
12737         * simple.el (transient-mark-mode): Turn on by default.
12739 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
12741         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
12742         'unregistered for unregistered files.
12744         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
12746         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
12748         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
12749         subdirectories.
12751         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
12752         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
12753         Add :enable for vc-status-refresh.
12754         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
12755         (vc-status-tool-bar-map): Add binding for
12756         vc-status-kill-dir-status-process.
12757         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
12758         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
12759         Reset vc-status-process-buffer.
12760         (vc-status-refresh): Don't run two refreshes at a time.
12761         (vc-status): If the buffer is already in vc-status-mode only refresh.
12762         (vc-status-mark-buffer-changed): Add an optional file parameter.
12763         (vc-resynch-buffer): Use it.
12764         (vc-delete-file): Expand the file name before using it.
12765         Be careful to not create a new buffer with the old file contents.
12766         Update the VC state after performing the operation.
12768 2008-03-23  Andreas Schwab  <schwab@suse.de>
12770         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
12771         Fix radio button condition.
12772         [box]: Likewise.
12773         [customize]: Add radio button.
12775 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
12777         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
12778         (calc-user-parse-tables, calc-gnuplot-default-device)
12779         (calc-gnuplot-default-output, calc-gnuplot-print-device)
12780         (calc-gnuplot-print-output, calc-gnuplot-geometry)
12781         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
12782         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
12783         (calc-undo-list, calc-redo-list, calc-main-buffer)
12784         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
12785         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
12786         (calc-said-hello, calc-executing-macro, calc-any-selections)
12787         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
12788         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
12789         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
12790         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
12791         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
12792         (calc-create-buffer, calc-quit): Add docstrings.
12794 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
12796         * makefile.w32-in (WINS_ALMOST): Add org.
12798 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
12800         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
12801         New functions to implement vc-status support.
12803 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
12805         * vc.el (vc-status-prepare-status-buffer): New function.
12806         (vc-status): Use it.
12808         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
12809         appropriate.
12811 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
12813         * vc-git.el (vc-git--empty-db-p)
12814         (vc-git-after-dir-status-stage1-empty-db): New functions.
12815         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
12816         Add support for empty repositories.
12818 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
12820         * vc-git.el (vc-git-annotate-extract-revision-at-line):
12821         Allow "^" in a version name.
12823         * vc-mtn.el (vc-mtn-state): Support the added state.
12825 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
12827         * org: New directory for Org-mode.
12829         * org/org-export-latex.el: Moved from lisp/texmodes.
12831         * org/org-irc.el: Moved from lisp/texmodes.
12833         * org/org-mac-message.el: Moved from lisp/texmodes.
12835         * org/org-mouse.el: Moved from lisp/texmodes.
12837         * org/org-publish.el: Moved from lisp/texmodes.
12839 2008-03-21  Juri Linkov  <juri@jurta.org>
12841         * comint.el (comint-dynamic-simple-complete):
12842         Use variable `stub' for the second arg `common-substring'
12843         of `comint-dynamic-list-completions'.
12844         (comint-dynamic-list-filename-completions):
12845         Use variable `filenondir' for the second arg `common-substring'
12846         of `comint-dynamic-list-completions'.
12847         (comint-dynamic-list-completions): Add new optional arg
12848         `common-substring'.  Add `common-substring' as the second arg of
12849         the call to `display-completion-list'.  Doc fix.
12851         * comint.el (comint-dynamic-complete-as-filename)
12852         (comint-dynamic-list-filename-completions)
12853         (comint-dynamic-simple-complete): Use `minibuffer-message'
12854         to display message "No completions of %s" when a command
12855         is called in the minibuffer.
12856         (comint-dynamic-simple-complete): Don't display other
12857         completion messages when a command is called in the minibuffer.
12858         (comint-dynamic-list-completions): Use `minibuffer-message'
12859         to display message " [Type space to flush ...]" when a command
12860         is called in the minibuffer.
12862         * shell.el (shell-dynamic-complete-command)
12863         (shell-dynamic-complete-environment-variable): Don't display
12864         completion messages when command is called in the minibuffer.
12866         * emacs-lisp/lisp.el (lisp-complete-symbol):
12867         Use `minibuffer-message' to display message "No completions of %s"
12868         when this command is called in the minibuffer.
12870         * bindings.el (standard-mode-line-modes): Put special help-echo
12871         tooltip on recursive edit %[ %] mode-line constructs.
12873         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
12874         "^No dynamic expansion for .* found$" to allow error messages like
12875         "No dynamic expansion for \"%s\" found in this-buffer".
12877 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
12879         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
12880         "psftp".
12882 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12884         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
12885         * vc.el (vc-default-dired-state-info): Use just "modified".
12886         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
12887         (vc-cvs-mode-line-string): Make use of the better default.
12888         (vc-cvs-parse-entry): Use the new `added'.
12889         (vc-cvs-dired-state-info): Remove.
12890         * vc-svn.el (vc-svn-dired-state-info): Remove.
12891         * vc-hg.el (vc-hg-dired-state-info): Remove.
12892         * vc-git.el (vc-git-dired-state-info): Remove.
12894 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
12896         * vc-git.el (vc-git-status-result): New variable.
12897         (vc-git-dir-status): Split out ...
12898         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
12899         ... these new functions and work asynchronously.
12901 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
12903         * vc-git.el (vc-git-after-dir-status): Remove.
12904         (vc-git-dired-state-info): Reimplement.
12906 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
12908         * replace.el (occur-mode-map): Add :help.
12910         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
12911         for disassemble.
12913         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
12914         the 'added state.
12915         (vc-status-remove-up-to-date): New function.
12916         (vc-status-mode-map, vc-status-menu-map): Bind it.
12917         (vc-status-printer): Use a different face up-to-date files.
12918         (vc-resynch-buffer): Update the vc-status buffer if it exists.
12919         (Todo): Remove solved entries.
12921         * vc-hg.el (vc-hg-state):
12922         * vc-git.el (vc-git-state):
12923         * vc-cvs.el (vc-cvs-parse-status):
12924         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
12925         state.
12927 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12929         * progmodes/compile.el (compile):
12930         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
12932         * simple.el (minibuffer-local-shell-command-map): New var.
12933         (minibuffer-complete-shell-command, read-shell-command): New funs.
12934         (shell-command, shell-command-on-region): Use them.
12936 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
12938         * vc.el (vc-status-mark-buffer-changed): New function to implement
12939         updating of the *vc-status* buffer when a buffer is saved.
12940         (vc-status-mode): Use it for after-change-hook.
12941         (vc-add-to-vc-status-buffer): Rename to ...
12942         (vc-status-add-entry): ... this.
12943         (Todo): Add new entry.
12945 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12947         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
12949 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
12951         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
12952         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
12953         Remove spurious * from defcustom docstrings.
12954         (icomplete-compute-delay): Fix docstring and remove spurious *.
12955         (icomplete-delay-completions-threshold): Fix typo in docstring and
12956         remove spurious *.
12957         (icomplete-completions): While collecting the list of prospective
12958         candidates, don't overshoot `icomplete-prospects-length'.
12960 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
12962         * textmodes/refbib.el:
12963         * textmodes/reftex.el:
12964         * textmodes/reftex-global.el:
12965         * textmodes/reftex-vars.el:
12966         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
12967         compiler pacifying defvars.
12968         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
12969         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
12970         not needed.
12972 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
12974         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
12975         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
12976         (verilog-customize, verilog-font-customize)
12977         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
12978         (verilog-mode): Update documentation strings to match tool tips.
12979         (verilog-auto-search-do, verilog-auto-re-search-do)
12980         (verilog-skip-forward-comment-or-string): Fix verilog-auto
12981         expansion when a .* appears inside a string.
12982         (verilog-re-search-forward, verilog-re-search-backward):
12983         Add comment to recall how this works.
12984         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
12986 2008-03-20  Glenn Morris  <rgm@gnu.org>
12988         * calendar/calendar.el (calendar-other-dates): New function.
12989         (calendar-print-other-dates): Use calendar-other-dates.
12990         * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
12991         the declarations it replaces.
12992         (calendar-mouse-print-dates): Use calendar-other-dates.
12994         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
12995         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
12996         (calendar-absolute-from-bahai): Fix the leap-year case.
12997         (calendar-bahai-from-absolute): Re-use the Gregorian month.
12998         (calendar-bahai-date-string, calendar-bahai-print-date):
12999         Handle pre-Bahai dates.
13001         * calendar/cal-china.el (chinese-calendar-celestial-stem)
13002         (chinese-calendar-terrestrial-branch): Make defcustoms.
13004         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
13005         (calendar-mouse-view-diary-entries): Use or.
13006         (calendar-mouse-chinese-date): Remove unused command.
13007         (cal-menu-load-hook): Mark as obsolete.
13009         * calendar/solar.el (calendar-location-name, calendar-latitude)
13010         (calendar-longitude, solar-arctan, sunrise-sunset)
13011         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
13013 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
13015         * calc/calc.el: Remove outdated comments.
13016         (defcalcmodevar, calc-mode-var-list-restore-default-values)
13017         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
13018         Add docstrings.
13020 2008-03-19  Jason Rumney  <jasonr@gnu.org>
13022         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
13024 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13026         * net/tls.el (open-tls-stream): Reindent.
13028 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
13030         * net/tramp.el (tramp-let-maybe): Removed.
13031         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
13032         It does not exist under XEmacs.
13033         (tramp-handle-file-truename, tramp-handle-expand-file-name)
13034         (tramp-completion-file-name-handler): Let-bind
13035         `directory-sep-char'.
13037         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
13038         `directory-sep-char'.
13040 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13042         * help-fns.el (describe-function-1): Don't signal "missing arglist"
13043         for autoloaded keymaps.
13045         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
13046         (electric-verilog-terminate-line, verilog-in-struct-region-p)
13047         (verilog-backward-ws&directives, verilog-forward-ws&directives)
13048         (verilog-in-comment-p, verilog-in-star-comment-p)
13049         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
13050         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
13051         (verilog-skip-forward-comment-or-string, verilog-in-paren)
13052         (verilog-skip-forward-comment-p): Use it.
13054 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
13056         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
13057         (org-remember-templates, org-time-stamp-rounding-minutes)
13058         (org-back-over-empty-lines, org-find-base-buffer-visiting)
13059         (org-columns-new): Fix typos in docstrings.
13061 2008-03-19  Glenn Morris  <rgm@gnu.org>
13063         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
13064         (tramp-handle-shell-command): Use condition-case rather than
13065         ignore-errors.
13067 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
13069         * diff-mode.el (diff-header): Make the color louder.
13070         (diff-refine-change): Tone the color down.
13072 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
13074         * descr-text.el (describe-char): When `describe-char-unidata-list'
13075         is set to show all properties, list them in the right order.
13077 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13079         * international/mule.el (load-with-code-conversion): Avoid setting
13080         default-enable-multibyte-characters.
13082 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
13084         * vc.el (vc-annotate-background): Fix custom type.
13086 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13088         * descr-text.el (describe-char-unidata-list): Allow specifying
13089         just all properties.
13090         (describe-char): Handle that new value.
13092         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
13094 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
13096         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
13097         instead of file name extension to make docs with uncommon
13098         extensions work.
13100 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
13102         * doc-view.el (require): Require cl at compile time because
13103         `assert' needs it.
13105 2008-03-18  Glenn Morris  <rgm@gnu.org>
13107         * calendar/calendar.el (initial-calendar-window-hook)
13108         (today-visible-calendar-hook): Doc fixes.
13110 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
13112         * net/tramp.el (tramp-root-regexp): Simplify.
13113         (tramp-completion-file-name-regexp-separate): Don't insist on
13114         leading "[".  This prevents method or user or host completion.
13115         (tramp-let-maybe): Autoload it.
13116         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
13117         is an alias for `identity'.
13118         (tramp-handle-write-region): Protect `last-coding-system-used'
13119         over the trailing statements.
13120         (tramp-completion-file-name-handler-post-function): Remove.
13121         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
13122         instead of calling `tramp-drop-volume-letter'.
13124         * net/tramp.el:
13125         * net/tramp-uu.el:
13126         * net/trampver.el: Move coding cookie at the end.
13128 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13130         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
13131         elements which may be something else than characters.
13133 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
13135         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
13136         New functions to implement vc-status support.
13138         * vc.el (vc-default-extra-status-menu)
13139         (vc-add-to-vc-status-buffer): New functions.
13141         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13142         for eldoc and ielm.
13144 2008-03-17  Glenn Morris  <rgm@gnu.org>
13146         * calendar/cal-x.el (diary-frame-parameters)
13147         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
13148         Fix custom type; add options.
13149         (calendar-frame, diary-frame): Doc fixes.
13150         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
13151         new functions.
13152         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
13153         Use calendar-frame-1 and calendar-dedicate-diary.
13154         (calendar-one-frame-setup): Also handle only-one-frame case.
13155         (calendar-only-one-frame-setup): Doc fix.  Just call
13156         calendar-one-frame-setup.
13158         * calendar/diary-lib.el: Re-order some definitions before their use.
13159         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
13160         (diary-list-entries): Doc fixes.
13161         (make-fancy-diary-display): Remove function.
13163         * calendar/calendar.el (calendar-today-marker)
13164         (initial-calendar-window-hook, today-visible-calendar-hook)
13165         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
13166         (calendar-star-date, calendar-mark-today): Doc fixes.
13167         (today-visible-calendar-hook): Add options.
13168         (calendar-in-read-only-buffer): New macro.
13169         (calendar-basic-setup): Adapt for change in calendar-read-date.
13170         Place holiday let inside if.
13171         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
13172         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
13173         (calendar-print-other-dates): Use one let rather than many.
13175         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
13176         (calendar-print-other-dates):
13177         * calendar/cal-hebrew.el (list-yahrzeit-dates):
13178         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
13179         * calendar/holidays.el (calendar-list-holidays, list-holidays)
13180         (calendar-cursor-holidays):
13181         * calendar/lunar.el (calendar-phases-of-moon): Use
13182         calendar-in-read-only-buffer to replace previous code and disable undo.
13184 2008-03-16  Juri Linkov  <juri@jurta.org>
13186         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
13187         and regexp-search-ring-yank-pointer for the HISTPOS argument of
13188         read-from-minibuffer to provide the correct initial minibuffer
13189         history position in isearch-edit-string when it is called from
13190         isearch-ring-adjust.
13192         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
13193         to check if the current buffer is the minibuffer, and in this case
13194         call abort-recursive-edit to kill the minibuffer.  Doc fix.
13195         (kill-this-buffer-enabled-p): Allow this function to return non-nil
13196         when the current buffer is the minibuffer.
13198         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
13200 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
13202         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
13203         Use non-nil PARENTS attribute of make-directory instead of
13204         explicitly checking existence the current cache directory.
13206 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
13208         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
13209         M-x epa-file-select-keys.
13211 2008-03-16  Kenichi Handa  <handa@m17n.org>
13213         * international/mule.el (auto-coding-alist):
13214         Use no-conversion-multibyte for archive files.
13216 2008-03-16  Glenn Morris  <rgm@gnu.org>
13218         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
13219         New functions.
13220         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
13221         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
13222         Use calendar-mark-1.
13223         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
13224         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
13225         Use calendar-mark-complex.
13226         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
13227         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
13228         Use calendar-mark-1.
13230         * calendar/calendar.el (calendar-mod): Remove.
13231         * calendar/cal-china.el (calendar-chinese-from-absolute)
13232         (calendar-chinese-date-string): Expand calendar-mod calls.
13233         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
13234         Expand calendar-mod calls.
13236         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
13237         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
13238         (diary-bahai-insert-yearly-entry): Use let rather than let*.
13239         Move obsolete aliases after the functions that replaced them.
13241         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
13242         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
13243         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
13244         Use let rather than let*.
13245         (calendar-hebrew-prompt-for-date): New function.
13246         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
13247         (holiday-tisha-b-av-etc): Use unless, let.
13249         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
13250         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
13252         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
13254         * calendar/calendar.el (calendar-for-loop): Add indent spec.
13256         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
13257         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
13258         than concat.
13259         (diary): Remove un-needed let.
13260         (view-other-diary-entries): Rename argument.
13261         (diary-list-entries-2): New function.
13262         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
13263         (print-diary-entries): Use unless.
13264         (diary-mark-entries-1): Change argument order, make all but
13265         markfunc optional.  Handle the standard (Gregorian) case.
13266         Use match-string-no-properties.  Handle marks.
13267         (mark-diary-entries): Use diary-mark-entries-1.
13268         (diary-font-lock-keywords-1): New macro.
13269         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
13271 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
13273         * calendar/icalendar.el (icalendar-version): Increase to 0.18.
13274         (icalendar-export-hidden-diary-entries): New variable.
13275         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
13276         In case of error, insert full error-val.
13277         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
13278         Use calendar-day-of-week.  Return the day number.
13279         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
13281 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
13283         * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
13284         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
13285         (icalendar-export-region): Ignore hidden diary entries.
13286         (icalendar--convert-ordinary-to-ical): Fix case where event
13287         spans across midnight boundary.
13288         (icalendar-first-weekday-of-year): New function.
13289         (icalendar--convert-weekly-to-ical): Allow user-selectable start
13290         year for recurring events (Mozilla calendars do not propagate
13291         recurring events forever, so year 2000 start date was not working).
13292         (icalendar--convert-yearly-to-ical): Remove extra spaces in
13293         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
13295 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
13297         * net/tramp.el (tramp-root-regexp): New defconst.
13298         (tramp-completion-file-name-regexp-unified)
13299         (tramp-completion-file-name-regexp-separate)
13300         (tramp-completion-file-name-regexp-url): Use it.
13301         (tramp-do-copy-or-rename-file-via-buffer):
13302         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
13303         t for `insert-file-contents-literally'.
13304         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
13305         Autoload it.
13306         (tramp-completion-file-name-handler-post-function): New defconst.
13307         (tramp-completion-file-name-handler): Use it.
13308         (tramp-maybe-open-connection): Update calls to
13309         `tramp-flush-connection-property' for removed 2nd argument.
13311 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13313         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
13314         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
13315         New functions.
13317 2008-03-15  Glenn Morris  <rgm@gnu.org>
13319         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
13320         New functions.
13321         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
13322         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13323         (diary-list-entries-1, diary-mark-entries-1): Autoload.
13324         (diary-bahai-list-entries): Use diary-list-entries-1.
13325         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
13326         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
13327         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13328         (diary-list-entries-1, diary-mark-entries-1): Autoload.
13329         (list-hebrew-diary-entries): Use diary-list-entries-1.
13330         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
13331         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
13332         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13333         (diary-list-entries-1, diary-mark-entries-1): Autoload.
13334         (list-islamic-diary-entries): Use diary-list-entries-1.
13335         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
13337         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
13339         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
13341         * calendar/cal-china.el (number-chinese-months)
13342         (calendar-chinese-from-absolute): Use nth, caar.
13344         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
13346         * calendar/cal-french.el (french-calendar-accents): Doc fix.
13348         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
13349         (calendar-hebrew-month-name-array-leap-year)
13350         (hebrew-calendar-parashiot-names): Make constants.
13351         (diary-parasha): Move definition after constants it uses.
13353         * calendar/cal-html.el (cal-html-insert-link-yearpage)
13354         (cal-html-htmlify-list): Doc fix.
13355         (cal-html-htmlify-entry): Use nth.
13357         * calendar/cal-islam.el (calendar-islamic-month-name-array)
13358         (calendar-islamic-epoch): Make constants.
13359         (calendar-islamic-epoch): Doc fix.
13361         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
13363         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
13364         (cal-tex-month-name): Doc fix.
13365         (cal-tex-last-blank-p): Use zerop.
13367         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
13368         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
13369         (calendar-cursor-to-date): Doc fix.
13370         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
13371         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
13372         (calendar-day-number): Use when.
13373         (generate-calendar-month): Use dotimes.
13374         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
13375         (calendar-set-mark): Reverse conditional.
13376         (calendar-make-alist): Move definition before use.
13378         * calendar/diary-lib.el (diary-face-attrs)
13379         (diary-glob-file-regexp-prefix, diary-selective-display)
13380         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
13381         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
13382         (diary-anniversary, diary-cyclic)
13383         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
13384         (diary-header-line-format): Change wording.
13385         (diary-list-entries): Set `date-start' in let.
13386         (include-other-diary-files, mark-included-diary-files): Use format.
13387         (simple-diary-display, fancy-diary-display): Use cadr, unless.
13388         (mark-diary-entries): Use 1+.
13389         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
13390         (mark-calendar-month): Use dotimes.
13392         * calendar/holidays.el (displayed-month, displayed-year):
13393         Move declarations where needed.
13394         (calendar-list-holidays): Doc fix.
13396         * calendar/parse-time.el (parse-time-string): Simplify.
13398         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
13399         Make constants.
13400         (solar-sunrise-sunset): Rename some local variables for clarity.
13401         (sunrise-sunset): Use zerop.
13402         (solar-mean-equinoxes/solstices): Doc fix.
13404         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
13405         Use nth.
13406         (timeclock-completing-read, timeclock-generate-report): Use zerop.
13407         (timeclock-mean, timeclock-generate-report): Use dolist.
13409         * calendar/todo-mode.el (todo-add-category): Simplify.
13410         (todo-more-important-p, todo-delete-item, todo-file-item):
13411         Use unless, when.
13412         (todo-top-priorities): Use zerop.
13414 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
13416         * buff-menu.el (list-buffers-noselect): Display buffer name in
13417         tooltip instead of mouse binding when it doesn't fit in the list.
13419 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
13421         * faces.el (xw-defined-colors):
13422         * simple.el (widget-convert, shell-mode): Declare as functions
13423         instead of autoloading.
13425         * abbrev.el:
13426         * button.el:
13427         * cus-face.el:
13428         * ediff-hook.el:
13429         * emacs-lisp/backquote.el:
13430         * emacs-lisp/timer.el:
13431         * facemenu.el:
13432         * faces.el:
13433         * menu-bar.el:
13434         * simple.el:
13435         * subr.el:
13436         * textmodes/fill.el:
13437         * textmodes/paragraphs.el: Remove autoloads, redundant when the
13438         files are preloaded.
13440 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13442         * desktop.el (desktop-create-buffer): Don't catch errors if
13443         debug-on-error is set.
13445 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
13447         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
13448         ($(lisp)/calendar/diary-loaddefs.el)
13449         ($(lisp)/calendar/hol-loaddefs.el): New targets.
13450         (LOADDEFS): New macro.
13451         (autoloads): Depend on $(LOADDEFS).
13453 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
13455         * font-lock.el (featurep): Remove test, not useful anymore.
13456         (facemenu-keymap): Move key binding ...
13457         * facemenu.el (facemenu-keymap): ... here.
13459         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
13460         for each file in the list.
13461         (vc-bzr-log-view-mode): Recognize the file marker.
13463         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13464         for checkdoc and profiling.
13466 2008-03-14  Bastien Guerry  <bzg@altern.org>
13468         * textmodes/flyspell.el (nxml-mode): Add the right
13469         `flyspell-mode-predicate'.
13471         * wid-edit.el (link): Use 'mouse-face for :follow-link.
13473 2008-03-14  Glenn Morris  <rgm@gnu.org>
13475         * calendar/solar.el: Reorder so that functions are defined before use.
13476         (displayed-month, displayed-year): Move declarations where needed.
13477         (solar-get-number): Move definition before use.  Use unless.
13478         (solar-equatorial-coordinates): Simplify.
13479         (solar-sunrise-and-sunset): Use let rather than let*.
13480         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
13482         * startup.el (command-line-1): Rename -internal-script back to
13483         -scriptload (reverts previous change).
13485         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
13486         (calendar-bahai-leap-base): Add doc strings.
13487         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
13488         Move definition before use.
13489         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
13490         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
13491         variables outside the loop.  Use dolist.
13492         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
13494         * calendar/cal-china.el: Re-order so that functions are defined before
13495         use.
13496         (displayed-month, displayed-year): Move declarations where needed.
13497         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
13498         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
13499         Add doc strings.
13500         (chinese-year-cache): Recenter on 2010.  Doc fix.
13501         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
13502         Doc fix.  Simplify.
13503         (chinese-year-cache-init): New function.
13504         (compute-chinese-year, holiday-chinese-new-year)
13505         (calendar-chinese-date-string, calendar-goto-chinese-date)
13506         (make-chinese-month-assoc-list): Use cadr, nth.
13507         (chinese-months): Remove un-needed let.
13509         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
13510         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
13511         (coptic-prompt-for-date): Move definition before use.
13513         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
13514         (calendar-dst-find-data, calendar-daylight-time-offset)
13515         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
13516         (calendar-daylight-savings-starts-time)
13517         (calendar-daylight-savings-ends-time): Use cadr, nth.
13519         * calendar/cal-french.el (french-calendar-epoch)
13520         (calendar-goto-french-date): Doc fix.
13521         (french-calendar-month-name-array)
13522         (french-calendar-multibyte-month-name-array)
13523         (french-calendar-day-name-array, french-calendar-special-days-array):
13524         Add doc strings.
13526         * calendar/cal-hebrew.el (displayed-month, displayed-year)
13527         (original-date): Move declarations where needed.
13528         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
13529         Doc fix.
13530         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
13531         constant variables outside the loop.  Use dolist.
13533         * calendar/cal-islam.el (displayed-month, displayed-year)
13534         (original-date): Move declarations where needed.
13535         (islamic-calendar-day-number): Remove unused local variable `day'.
13536         (calendar-goto-islamic-date): Doc fix.
13537         (holiday-islamic): Use unless.
13538         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
13539         constant variables outside the loop.  Use dolist.
13540         (mark-islamic-calendar-date-pattern): Move definition before use.
13541         Use unless.
13542         (mark-islamic-diary-entries): Doc fix.
13543         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
13544         (insert-yearly-islamic-diary-entry): Use let rather than let*.
13546         * calendar/cal-julian.el (calendar-absolute-from-julian):
13547         Move definition before use.  Remove un-needed local `day'.
13548         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
13550         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
13551         (calendar-mayan-tzolkin-names-array): Add doc strings.
13552         (calendar-mayan-long-count-from-absolute): Use a single let.
13553         (calendar-string-to-mayan-long-count): Simplify.
13554         (calendar-next-haab-date, calendar-previous-haab-date)
13555         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
13556         (calendar-previous-calendar-round-date)
13557         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
13558         Doc fix.
13559         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
13560         (calendar-mayan-date-string, calendar-print-mayan-date)
13561         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
13562         (calendar-mayan-long-count-common-era): Move definitions before use.
13564         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
13565         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
13566         Doc fix.
13567         (calendar-mouse-goto-date): Move definition before use.
13569         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
13570         Move definition before use.
13571         (calendar-cursor-to-visible-date): Move definition before use.
13572         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
13573         and place inside the conditional.
13574         (calendar-forward-day): Simplify.
13575         (calendar-end-of-month): Use unless.
13576         (calendar-goto-day-of-year): Doc fix.
13577         Relocate obsolete aliases after their replacements.
13579         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
13581         * calendar/diary-lib.el (mark-diary-entries): Move some constant
13582         variables outside the diary-date-forms loop.
13584         * calendar/calendar.el (diary-file): Doc fix.
13585         (calendar-buffer-list): Return buffers rather than strings (fixes
13586         previous change).
13587         (hebrew-holidays-4): Fix typo.
13589         * calendar/holidays.el (displayed-month, displayed-year):
13590         Move declarations where needed.
13591         (calendar-holiday-list, calendar-list-holidays)
13592         (holiday-filter-visible-calendar): Move definitions before use.
13593         (list-holidays): Use cadr.
13594         Relocate obsolete aliases after their replacements.
13596         * calendar/lunar.el (date, displayed-month, displayed-year):
13597         Move declarations where needed.
13598         (lunar-phase-list): Move definition after functions it uses.
13599         (calendar-phases-of-moon, diary-phases-of-moon)
13600         (lunar-new-moon-on-or-after): Use cadr, nth.
13601         (lunar-new-moon-on-or-after): Doc fix.
13603         * textmodes/org-irc.el (top-level): CL not required when compiling.
13604         (org-irc-visit-erc): Replace runtime CL functions.
13606         * textmodes/org-publish.el (declare-function): Add compatibility stub.
13607         (org-publish-delete-dups): Declare as function.
13609 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
13611         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
13612         (vc-bzr-show-log-entry): Make regexp match more cases.
13613         (vc-diff-switches-list): Remove autoload, not needed.
13615 2008-03-14  Juri Linkov  <juri@jurta.org>
13617         * isearch.el (isearch-edit-string): Remove one call to
13618         `isearch-push-state' not to push an inconsistent state,
13619         but keep another correct call to `isearch-push-state'.
13620         (isearch-ring-adjust): Call `isearch-push-state' only when
13621         `search-ring-update' is non-nil since `isearch-edit-string'
13622         already pushes its state.
13623         (isearch-message): Improve matching the failed part by checking
13624         if the original message starts with the last successful message.
13626         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
13627         (dired-perm-write): Rename from `dired-warn-writable'.
13628         Change parent face from `font-lock-warning-face' to
13629         `font-lock-comment-delimiter-face'.
13630         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
13631         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
13632         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
13633         with `dired-perm-write-face'.
13635 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
13637         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
13638         Create cache dir only if it doesn't already exist.
13640 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13642         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
13643         of \ and '.
13645 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
13647         * net/browse-url.el (browse-url-text-xterm):
13648         Unquote browse-url-text-browser.
13650 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
13652         * textmodes/org-mouse.el: Version number change.
13654         * textmodes/org-publish.el (org-publish-expand-components):
13655         Remove null projects from the list of components.
13656         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
13657         Remove unused retrieval of the :publishing-directory property.
13658         (org-publish-file): Bugfix: when using a relative directory as the
13659         publishing directory, convert it to a directory filename.
13660         (org-publish-project): New alias.
13661         (org-publish-get-files): Protect against empty p.
13662         (org-publish-file): Send an error when file is not part of any project.
13663         (org-publish-file): Offer to refresh the list of files in known
13664         project when the current file is not part of any project.
13665         (org-publish-before-export-hook)
13666         (org-publish-after-export-hook): New hooks.
13667         (org-publish-org-to): Use new hooks and kill buffers.
13668         (org-publish-file): Remove the code for killing buffers.
13669         (org-publish-initialize-files-alist): Use interactive.
13670         (org-publish-file): If the publishing function creates a new
13671         buffer, kill it after publishing.
13672         (org-publish-timestamp-filename): Protect ":" in file name path
13673         under windows.
13675         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
13676         change that killed the LaTeX buffer.
13678         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
13679         in the decision tree.
13680         (org-select-remember-template): Clean the code.
13681         (org-prepare-dblock): Add the extra :content parameter.
13682         (org-write-agenda): New output type ".ics" files.
13683         (org-write-agenda): Call `org-icalendar-verify-function', both for
13684         time stamps and for TODO entries.
13685         (org-agenda-collect-markers, org-create-marker-find-array)
13686         (org-check-agenda-marker-table): New functions.
13687         (org-agenda-marker-table): New variable.
13688         (org-export-as-html): Revert the change that killed the html
13689         buffer.  Side effects first need to be studied carefully.
13690         (org-get-tags-at): Fix the structure of the condition-case statement.
13691         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
13692         (org-timestamp-change): Fix regular expressions to swallow the
13693         extra character for repeat-shift control.
13694         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
13695         (org-get-legal-level): Alias to `org-get-valid-level'.
13696         (org-dblock-write:clocktable): Add a :link parameter, linking
13697         headlines to their location in the Org agenda files.
13698         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
13699         throwing an error when getting tags before headlines.
13700         (org-timestamp-change, org-modify-ts-extra)
13701         (org-ts-regexp1): Fix timestamp editing.
13702         (org-agenda-custom-commands-local-options): New constant.
13703         (org-agenda-custom-commands):
13704         Use `org-agenda-custom-commands-local-options' to improve customize
13705         type.  "htmlize": Removed hack to fix face problem with htmlize,
13706         it no longer seem necessary.
13707         (org-follow-link-hook): New hook.
13708         (org-agenda-custom-commands): Add "Component" as a tag for each
13709         item in a command series.
13710         (org-open-at-point): Run `org-follow-link-hook'.
13711         (org-agenda-schedule): Bugfix: don't display marker type when it
13712         is nil.
13713         (org-store-link): org-irc required.
13714         (org-set-regexps-and-options): Parse the new logging options.
13715         (org-extract-log-state-settings): New function.
13716         (org-todo): Handle the new ways of recording state change stuff.
13717         (org-local-logging): New function.
13718         (org-columns-open-link): Fix bug with opening link in column view.
13719         (org-local-logging): New function.
13720         (org-todo): Make sure that LOGGING properties are honoured.
13721         (org-todo-keywords): Improve docstring.
13722         (org-startup-options): Cleanup startup options.
13723         (org-set-regexps-and-options): Process the "!" markers.
13724         (org-todo): Respect the new logging stuff.
13725         (org-log-note-how): New variable.
13726         (org-add-log-maybe): New parameter HOW that defines how logging
13727         should be done and also overrides PURPOSE.  Add a docstring.
13728         (org-add-log-note): Check if we really need to ask for a note.
13729         (org-get-current-options): Digest the new keyword.
13730         (org-agenda-reset-markers): Rename from
13731         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
13732         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
13733         function, without force argument.
13734         (org-buffer-property-keys): Bind local variables s and p.
13735         (org-make-tags-matcher): Allow "" to match an empty or
13736         non-existent property value.
13737         (org-export-as-html): Join unsorted lists when they directly
13738         follow each other.  Such lists may be created by headlines that
13739         are converted to lists.
13740         (org-nofm-to-completion): New function.
13741         (org-export-as-html): Use :html-extension instead of
13742         org-export-html-extension.
13743         (org-store-link): Support for links from `rmail-summary-mode'.
13744         (org-columns-new, org-complete, org-set-property): Set the
13745         `include-columns' argument in the call to
13746         `org-buffer-property-keys'.
13747         (org-buffer-property-keys): New argument `include-columns', to
13748         include properties expected by any of the COLUMNS formats in the
13749         current buffer.
13750         (org-cleaned-string-for-export): Get rid of drawers first, so that
13751         they will be removed also in the text before the first headline.
13752         (org-clock-report): Show the clocktable when found.
13753         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
13754         (org-version): With prefix argument, insert `org-version' at point.
13755         (org-agenda-goto): Recenter the window after finding the target
13756         location, to make sure the correct position will be displayed.
13757         (org-agenda-get-deadlines): Don't scale priority with the warning
13758         period.
13759         (org-insert-heading): Don't break line in the middle of the line.
13760         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
13761         be 0.
13762         (org-update-checkbox-count): Revamp to deal with hierarchical
13763         checkboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
13764         (org-remove-timestamp-with-keyword): New function.
13765         (org-schedule, org-deadline):
13766         Use `org-remove-timestamp-with-keyword' to make sure all such time
13767         stamps are removed.
13768         (org-mode): Support for `align'.
13769         (org-agenda-get-deadlines): Make sure priorities increase as the
13770         due date approaches and is passed.
13771         (org-remember-apply-template): Fix problem with tags that
13772         contain "_" or "@".
13773         (org-make-link-regexps): Improve the regular expression for plain links.
13774         (org-agenda-get-closed): List each clocking entry.
13775         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
13776         (org-special-ctrl-k): New option.
13777         (org-kill-line): New function.
13778         (org-archive-all-done): Fix incorrect number of stars in regexp.
13779         (org-refile-get-location): New function.
13780         (org-refile-goto-last-stored): New function.
13781         (org-global-tags-completion-table): Add the value of org-tag-alist
13782         in each buffer, to make sure that also unused tags will be
13783         available for completion.
13784         (org-columns-edit-value)
13785         (org-columns-next-allowed-value): Only update if not in agenda.
13786         (org-clocktable-steps): New function.
13787         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
13788         (org-archive-subtree): Add the outline tree context as a property.
13789         (org-closest-date): New optional argument `prefer'.
13790         (org-goto-auto-isearch): New option.
13791         (org-goto-map, org-get-location): Implement auto-isearch.
13792         (org-goto-local-auto-isearch-map): New variable.
13793         (org-goto-local-search-forward-headings)
13794         (org-goto-local-auto-isearch): New functions.
13796 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
13798         * textmodes/org-irc.el: New file.
13800 2008-03-13  John Wiegley  <johnw@gnu.org>
13802         * textmodes/org-mac-message.el: New file.
13804 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
13806         * font-lock.el (font-lock-comment-face): Set the foreground for
13807         the light background 8 colors case.
13809 2008-03-13  Glenn Morris  <rgm@gnu.org>
13811         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
13812         generate-autoload-cookie patterns.
13814         * startup.el (command-line-1): Rename -scriptload to -internal-script.
13816         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
13817         (MH_E_SRC): Remove variable.
13818         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
13819         Simplify file header.  Use $@ for generated-autoload-file.
13821         * Makefile.in (LOADDEFS): New variable.
13822         (AUTOGENEL): Use $LOADDEFS.
13823         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
13824         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
13825         ($(lisp)/calendar/hol-loaddefs.el): New targets.
13826         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13827         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
13828         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
13829         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
13830         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
13831         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
13832         Add calendar-specific autoload cookies, and remove any setting of
13833         generated-autoload-file.
13834         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
13835         * calendar/diary-lib.el: Replace explicit autoloads with reading of
13836         diary-loaddefs.
13837         * calendar/holidays.el: Replace explicit autoloads with reading of
13838         hol-loaddefs.
13840         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
13841         (calendar-buffer-list): Simplify.
13842         (generate-calendar-window): Use calendar-mark-holidays rather than
13843         obsolete alias.
13845         * calendar/cal-hebrew.el (list-yahrzeit-dates):
13846         Use cal-hebrew-yahrzeit-buffer.
13848         * calendar/cal-x.el (calendar-only-one-frame-setup)
13849         (calendar-two-frame-setup): Doc fixes.
13850         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
13852         * calendar/appt.el (appt-mode-string): Mark as risky.
13853         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
13855         * calendar/cal-html.el (diary-list-entries):
13856         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
13857         (calendar-iso-from-absolute): Fix autoloads.
13859         * calendar/cal-iso.el (calendar-absolute-from-iso)
13860         (calendar-iso-read-args): Simplify.
13861         (calendar-iso-date-string, calendar-iso-read-args)
13862         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
13864         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
13865         (displayed-month, displayed-year): Move declarations where needed.
13866         (calendar-print-astro-day-number): Doc fix.
13868         * calendar/cal-persia.el (persian-calendar-month-name-array)
13869         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
13870         (persian-prompt-for-date): Remove local variable `today'.
13872         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
13874         * calendar/solar.el (solar-moment, solar-exact-local-noon)
13875         (solar-sunrise-sunset, solar-sunrise-sunset-string)
13876         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
13877         (diary-sabbath-candles, solar-equinoxes/solstices)
13878         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
13879         (solar-time-equation, solar-date-to-et): Simplify.
13881         * mail/supercite.el: Remove the `function' in `(function (lambda'.
13882         Replace `(car (cdr' with cadr'.
13884         * progmodes/f90.el (f90-font-lock-n): New function.
13885         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
13886         Use f90-font-lock-n.
13887         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
13889         * progmodes/f90.el (f90-mode-abbrev-table):
13890         * progmodes/fortran.el (fortran-mode-abbrev-table):
13891         Use newer form of define-abbrev, where supported.  No need to bind
13892         abbrevs-changed for system abbrevs.
13894 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13896         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
13897         delete-frame-functions.
13899         * bookmark.el (Info-current-node): Remove.
13901 2008-03-12  Juri Linkov  <juri@jurta.org>
13903         * help.el (describe-project): Remove defaliases for view-todo and
13904         describe-project that are now unnecessary after the merge from
13905         emacs--rel--22 that added define-obsolete-function-alias.
13907         * startup.el (inhibit-startup-screen): Revert incomplete
13908         2008-03-10 merge from emacs--rel--22 that partly reverted
13909         2008-02-28 change that added initial message to *scratch* buffer
13910         regardless of the value of `inhibit-startup-screen'.
13911         Now keep this change in the trunk, but not in the 22 branch.
13913 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13915         * international/quail.el (quail-setup-completion-buf, quail-help):
13916         * mail/binhex.el (binhex-decode-region-internal):
13917         * mail/uudecode.el (uudecode-decode-region-internal):
13918         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13919         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13920         setting default-enable-multibyte-characters.
13922         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
13924         * comint.el: Fix up indentation and comment style.  Remove `function'.
13926         * international/mule-cmds.el (reset-language-environment)
13927         (set-language-environment-nonascii-translation):
13928         Don't set-unibyte-charset.
13930         * doc-view.el: Remove all cb-args, use closures instead.
13931         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
13932         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
13933         doing an incorrect check).  Update all callers to use the new name.
13934         (doc-view-doc->txt): Add missing `txt' argument.
13936 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
13938         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
13939         md5 sum calculation to single-byte.
13941 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13943         * doc-view.el (doc-view-new-window-function): Add assertion.
13944         (doc-view-doc-type): New var.
13945         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
13946         (doc-view-intersection): New fun.
13947         (doc-view-mode): Use it to set the new var.
13949 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
13951         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
13952         (doc-view-already-converted-p): New functions.
13953         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
13954         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
13955         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
13956         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
13957         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
13958         (doc-view-convert-current-doc): Don't hardwire the functions the
13959         sentinels call.  Now they're provided by two args CALLBACK and
13960         CB-ARGS to the functions.
13961         (doc-view-search): Use doc-view-doc->txt.
13962         (doc-view-initiate-display): Use doc-view-already-converted-p.
13963         Mention new binding C-c C-t if doc-view-mode doesn't work.
13965 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
13967         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
13969 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13971         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
13972         Mark " outside of tags as punctuation.
13974 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13976         * menu-bar.el (minibuffer-local-map): Use the same command for the
13977         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
13978         Prefer RET over C-j for exit-minibuffer.
13980         * files.el (display-buffer-other-frame): Eliminate problematic code.
13982         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
13983         (menu-bar-select-buffer): Remove.
13984         (menu-bar-select-frame): Make non-interactive and take a frame arg.
13985         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
13987 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
13989         * icomplete.el (icomplete-completions): Remove obsolete code.
13991         * net/net-utils.el (iwconfig-program-options): Doc fix.
13992         (net-utils-run-program, run-network-program): Define as functions.
13994 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
13996         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
13998 2008-03-11  Glenn Morris  <rgm@gnu.org>
14000         * faces.el (mode-line-emphasis): New face.
14001         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
14003         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
14005 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
14007         * simple.el (set-mark-command): Doc fix.
14009 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14011         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
14013         * emacs-lisp/autoload.el (autoload-find-destination):
14014         Don't force raw-text.
14016         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
14017         * calendar/cal-loaddefs.el: Don't version control.
14019 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
14021         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
14022         entries and add :help to the existing ones.
14024 2008-03-10  Glenn Morris  <rgm@gnu.org>
14026         * calendar/cal-hebrew.el (date, entry, number): Move declarations
14027         to where they are needed.
14029         * calendar/calendar.el (diary-file, hebrew-holidays-1)
14030         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
14031         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
14032         (calendar-version): Doc fixes.
14033         (calendar-absolute-from-gregorian): Use zerop.
14034         (calendar-mode-line-format): Make it a defcustom.
14036         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
14037         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
14038         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
14039         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
14040         (mark-included-diary-files, mark-calendar-days-named)
14041         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
14042         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
14043         (insert-monthly-diary-entry, insert-yearly-diary-entry)
14044         (insert-anniversary-diary-entry, insert-block-diary-entry)
14045         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
14046         (diary-font-lock-sexps): Doc fixes.
14047         (diary-remind-message, mark-calendar-month): Use zerop.
14048         (diary-attrtype-convert, diary-pull-attrs): Simplify.
14049         (diary-list-entries): Revert let to let* (previous change).
14051         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
14053 2008-03-10  Kim F. Storm  <storm@cua.dk>
14055         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
14056         function aliases for the old names.
14058 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
14060         * iswitchb.el (iswitchb-use-faces): Doc fix.
14061         (iswitchb-buffer-ignore, iswitchb-read-buffer):
14062         Fix typos in docstrings.
14064 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
14066         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
14067         Fix typo.
14068         (verilog-type-font-keywords): Reindent.
14070 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
14072         * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
14073         Fix bug in the grouping-keyword regular expression.
14074         (verilog-font-lock-keywords): Allow users to toggle special
14075         highlight of grouping-keywords.
14076         (verilog-highlight-grouping-keywords): The toggle for special
14077         highlighting of grouping keywords.
14079 2008-03-10  Juri Linkov  <juri@jurta.org>
14081         * startup.el: Revert 2008-02-28 change that adds initial message
14082         to *scratch* buffer regardless of the value of
14083         `inhibit-startup-screen'.
14085 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
14087         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
14088         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
14089         * progmodes/verilog-mode.el (verilog-mode):
14090         * net/socks.el (socks):
14091         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
14093 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14095         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
14096         (doc-view-bookmark-make-record): Use them.
14097         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
14098         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
14100         * bookmark.el (bookmark-make-record-function): Change expected return
14101         value to include a suggested bookmark name.
14102         (bookmark-make): Split into bookmark-make-record and bookmark-store.
14103         Fix reversed `overwrite' semantics.
14104         (bookmark-set): Call bookmark-make-record before prompting the user.
14105         Then pass the result to bookmark-store later on.
14106         (bookmark-make-name-function): Remove.
14107         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
14108         * info.el (bookmark-make-name-function): Remove.
14109         (Info-mode): Don't set it.
14110         (Info-bookmark-make-name): Remove.
14111         (Info-bookmark-make-record): Use Info-current-node as suggested default
14112         bookmark name.
14114         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
14115         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
14116         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
14117         (bookmark-annotation-buffer, bookmark-annotation-file)
14118         (bookmark-annotation-point, bookmark-send-annotation)
14119         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
14120         (bookmark-edit-annotation-text-func): Rename from
14121         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
14122         (bookmark-edit-annotation-mode-map): Move initialization into
14123         declaration.
14125         * bookmark.el: Remove spurious * in docstrings.
14126         (bookmark-minibuffer-read-name-map): New var.
14127         (bookmark-set): Use it.  Also pass the default value as it should.
14128         (bookmark-send-edited-annotation): Take no chances with text properties.
14129         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
14130         (bookmark-insert-buffer-name): Remove.
14131         (bookmark-buffer-file-name): Signal an error rather than returning nil.
14133 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
14135         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
14137 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
14139         * diff-mode.el (diff-mode-menu): Add :help.
14141 2008-03-09  Glenn Morris  <rgm@gnu.org>
14143         * calendar/calendar.el (general-holidays, oriental-holidays)
14144         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
14145         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
14146         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
14147         (calendar-holidays): Restore autoload cookies, because people are
14148         used to using these variables without loading calendar.el.
14150         * calendar/cal-islam.el (diary-islamic-date): Move to end.
14151         (date, number): Declare where needed.
14153         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
14154         (list-sexp-diary-entries): Doc fixes.
14155         (diary-list-entries): Doc fix.  Remove free variable `entry'.
14156         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
14157         Simplify setting of `date-holiday-list'.
14158         (mark-diary-entries): Remove free variable `entry'.
14159         (diary-list-entries, include-other-diary-files, fancy-diary-display):
14160         Use let where let* is not needed.
14162 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14164         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
14165         make-record function, instead paste it in afterwards.
14166         (bookmark-make-record-for-text-file):
14167         * doc-view.el (doc-view-bookmark-make-record):
14168         * info.el (Info-bookmark-make-record): Don't mess with annotations.
14170 2008-03-08  Glenn Morris  <rgm@gnu.org>
14172         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
14174 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14176         * calendar/diary-lib.el (diary-list-entries)
14177         (include-other-diary-files, mark-diary-entries)
14178         (mark-sexp-diary-entries, mark-included-diary-files)
14179         (diary-entry-time, list-sexp-diary-entries): Remove the special
14180         handling of ^M that dates back to the use of selective-display.
14181         (simple-diary-display): Obey setting of pop-up-frames.
14182         (body, entry): Remove unnecessary declarations.
14184         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
14185         (bookmark-get-annotation, bookmark-set-annotation)
14186         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
14187         (bookmark-set-position, bookmark-get-front-context-string)
14188         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
14189         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
14190         * info.el (Info-bookmark-make-record): Don't bother recording point.
14191         (bookmark-get-filename, bookmark-get-front-context-string)
14192         (bookmark-get-rear-context-string, bookmark-get-position):
14193         Don't declare any more.
14194         (bookmark-get-info-node): Remove.
14195         (bookmark-prop-get): Declare.
14196         (Info-bookmark-jump): Use it.
14198 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
14200         * subr.el (while-no-input): Don't splice BODY directly into the
14201         `or' form.
14203 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
14205         * diff-mode.el (diff-ignore-whitespace-hunk):
14206         Bind inhibit-read-only before trying to change the buffer.
14208 2008-03-08  Glenn Morris  <rgm@gnu.org>
14210         * calendar/appt.el (appt): Move custom group here from calendar.el.
14211         (appt-disp-window, appt-convert-time): Doc fixes.
14213         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
14214         (calendar-bahai-mark-date-pattern):
14215         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
14216         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
14217         * calendar/cal-julian.el (calendar-absolute-from-julian):
14218         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
14220         * calendar/cal-china.el (chinese-calendar): Move custom group here from
14221         calendar.el.
14222         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
14223         Make constants.
14224         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
14225         (chinese-calendar-daylight-savings-starts)
14226         (chinese-calendar-daylight-savings-ends)
14227         (chinese-calendar-daylight-savings-starts-time)
14228         (chinese-calendar-daylight-savings-ends-time)
14229         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
14230         Doc fixes.
14232         * calendar/cal-coptic.el (coptic-name): Add doc string.
14234         * calendar/cal-french.el (french-calendar-month-name-array)
14235         (french-calendar-day-name-array, french-calendar-special-days-array):
14236         Add doc strings.
14238         * calendar/cal-bahai.el (diary-bahai-mark-entries)
14239         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
14240         (diary-bahai-insert-yearly-entry):
14241         * calendar/cal-dst.el (calendar-next-time-zone-transition)
14242         (calendar-time-zone):
14243         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
14244         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
14245         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
14246         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
14247         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
14248         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
14249         (list-islamic-diary-entries, mark-islamic-diary-entries)
14250         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
14251         (insert-yearly-islamic-diary-entry):
14252         * calendar/cal-iso.el (calendar-iso-read-args):
14253         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
14254         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
14255         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
14256         (calendar-next-calendar-round-date)
14257         (calendar-mayan-long-count-common-era):
14258         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
14259         (cal-menu-x-popup-menu, calendar-mouse-holidays)
14260         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
14261         (calendar-mouse-goto-date):
14262         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
14263         * calendar/holidays.el (holidays):
14264         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
14265         * calendar/time-date.el (date-to-time, time-subtract, time-add)
14266         (safe-date-to-time): Doc fixes.
14268         * calendar/cal-persia.el (persian-calendar-month-name-array)
14269         (persian-calendar-epoch): Make constants.
14271         * calendar/cal-tex.el (calendar-tex): Move custom group here from
14272         calendar.el.
14274         * calendar/cal-x.el (diary-frame-parameters)
14275         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
14276         (calendar-after-frame-setup-hooks): Make defcustoms.
14277         (calendar-one-frame-setup, calendar-only-one-frame-setup)
14278         (calendar-two-frame-setup): Doc fix.
14280         * calendar/cal-loaddefs.el: New file.
14282         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14283         * calendar/cal-french.el, calendar/cal-html.el:
14284         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
14285         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
14286         * calendar/cal-tex.el, calendar/cal-x.el:
14287         Unquote lambda functions.  Add autoload cookies to functions formerly
14288         autoloaded in calendar.el.  Set `generated-autoload-file' to
14289         "cal-loaddefs.el".
14291         * calendar/calendar.el: Move many autoloads to separate file,
14292         cal-loaddefs.el.  Move defcustoms to start and re-order.
14293         (calendar-month-name-array, calendar-starred-day): No need to
14294         declare for compiler.
14295         (cal-loaddefs): Require it.
14296         (appt, chinese-calendar, calendar-tex): Move custom groups to the
14297         appropriate file.
14298         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
14299         Reverse logic.
14300         (diary-face, diary-file-name-prefix-function, diary-include-string)
14301         (diary-glob-file-regexp-prefix, diary-face-attrs)
14302         (diary-file-name-prefix, sexp-diary-entry-symbol)
14303         (print-diary-entries-hook, list-diary-entries-hook)
14304         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
14305         (nongregorian-diary-marking-hook, diary-list-include-blanks):
14306         Move to diary-lib.
14307         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
14308         (all-bahai-calendar-holidays): Doc fix.
14309         (calendar-insert-indented): Doc fix.  Use when rather than if.
14310         (exit-calendar): Use mapc rather than mapcar.
14311         (calendar-cursor-to-date): Use zerop.
14312         (calendar-mark-ring): Add doc-string.
14313         (calendar-starred-day): Defvar it.
14314         (calendar-mode): Make calendar-starred-day local.
14315         (calendar-star-date): No need to make calendar-starred-day local.
14317         * calendar/diary-lib.el: Move defcustoms to start.
14318         (diary-include-string, diary-list-include-blanks)
14319         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
14320         (diary-file-name-prefix, diary-file-name-prefix-function)
14321         (sexp-diary-entry-symbol, list-diary-entries-hook)
14322         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
14323         (nongregorian-diary-marking-hook, print-diary-entries-hook):
14324         Move here from calendar.el.
14325         (diary-file-name-prefix-function): Use 'identity.
14326         (diary-face): Make it a defcustom, and mark as obsolete.
14327         (top-level): No need to require cal-hebrew, cal-islam when compiling.
14328         (calendar-hebrew-month-name-array-leap-year)
14329         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
14330         Define for compiler.
14331         (diary-font-lock-keywords): Use format rather than concat.
14332         Add bahai-diary-entry-symbol.
14334         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
14335         * calendar/solar.el: Unquote lambda functions.
14337         * calendar/solar.el (calendar-location-name, calendar-latitude)
14338         (calendar-longitude, solar-setup, solar-sin-degrees)
14339         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
14340         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
14341         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
14342         (solar-exact-local-noon, solar-julian-ut-centuries)
14343         (solar-ephemeris-time, solar-date-next-longitude)
14344         (solar-horizontal-coordinates, solar-equatorial-coordinates)
14345         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
14346         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
14347         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
14348         Doc fixes.
14349         (solar-horizontal-coordinates, solar-equatorial-coordinates)
14350         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
14351         (solar-ecliptic-coordinates): Use unless.
14352         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
14353         Use or.
14355         * calendar/timeclock.el: Add doc-strings to all functions.
14356         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
14357         (timeclock-entry-list-length, timeclock-entry-list-projects)
14358         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
14360         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
14362         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
14363         (org-get-entries-from-diary): Require diary-lib.
14365 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
14367         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
14368         Pacify byte-compiler.
14370 2008-03-07  Alan Mackenzie  <acm@muc.de>
14372         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
14373         paren/bracket pairs parsed, to solve performance problem.
14375 2008-03-07  Bastien Guerry  <bzg@altern.org>
14377         * bookmark.el (bookmark-set): Don't check for
14378         `bookmark-make-name-function' since `bookmark-buffer-file-name'
14379         already takes care of this.
14380         (bookmark-buffer-name, bookmark-buffer-file-name):
14381         Remove Info-mode specific code.
14383         * info.el (bookmark-get-info-node): Define this function in
14384         info.el, not in bookmark.el.
14385         (Info-mode): Set `bookmark-make-name-function' to
14386         `Info-bookmark-make-name' locally.
14387         (Info-bookmark-make-name): New function.
14389         * bookmark.el (bookmark-make-name-function): New variable.
14391 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14393         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
14394         buffer-local, not `bookmark-make-cell-function' (the old name).
14396 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
14398         * doc-view.el (doc-view-bookmark-make-record):
14399         * image-mode.el (image-bookmark-make-record):
14400         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
14402 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
14404         * vc.el (vc-status-menu-map-filter): Return orig-binding if
14405         boundp 'vc-ignore-menu-filter.
14406         (vc-status-tool-bar-map): Make it defvar.
14407         (vc-status-mode): vc-status-tool-bar-map now variable.
14408         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
14410 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14412         Give a better name to part of the bookmark interface.
14414         This was originally a much larger change, but halfway through I
14415         updated and discovered that Stefan Monnier had done the rest.
14416         It looks like he anticipated the new name too, because he used
14417         `the-record' instead of `the-cell' for some internal variable names.
14419         * bookmark.el (bookmark-make-record-function): Was
14420         `bookmark-make-cell-function'.
14421         (bookmark-make, bookmark-send-annotation): Update for above.
14422         (bookmark-make-record-for-text-file):
14423         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
14425         * info.el: Adjust accordingly.
14426         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
14428         * image-mode.el: Adjust accordingly.
14429         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
14431         * doc-view.el: Adjust accordingly.
14432         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
14434 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14436         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
14437         Move initialization into declaration.
14438         (bookmark-get-info-node, bookmark-set-info-node): Remove.
14439         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
14440         (bookmark-info-current-node): Remove.
14441         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
14442         Add relocation fallback.  Set bookmark-current-bookmark.
14443         (bookmark-default-handler): Rename from bookmark-jump-noselect.
14444         Remove relocation fallback.  Don't set bookmark-current-bookmark.
14445         (bookmark-set): Let it be used even if there's no buffer-file-name
14446         as long as there is a bookmark-make-cell-function.
14447         * info.el (Info-bookmark-jump): Remove relocation fallback.
14448         Don't set bookmark-current-bookmark.
14450 2008-03-07  Glenn Morris  <rgm@gnu.org>
14452         * calendar/appt.el (appt-issue-message)
14453         (appt-message-warning-time, appt-audible, appt-visible)
14454         (appt-msg-window, appt-display-mode-line, appt-display-duration)
14455         (appt-display-diary): Remove autoload cookies.
14457         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
14458         Remove leading `*' from defcustom doc-strings.
14460         * calendar/cal-dst.el (calendar-dst): New custom group.
14461         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
14462         (calendar-time-zone, calendar-daylight-time-offset)
14463         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
14464         (calendar-daylight-savings-starts-time)
14465         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
14466         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
14467         Move to start.
14469         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
14471         * calendar/calendar.el (calendar-version): Use emacs-version and
14472         make it obsolete.  Move to end.
14473         (calendar-offset, view-diary-entries-initially)
14474         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
14475         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
14476         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
14477         (all-bahai-calendar-holidays, calendar-load-hook)
14478         (initial-calendar-window-hook, today-visible-calendar-hook)
14479         (today-invisible-calendar-hook, calendar-move-hook)
14480         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
14481         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
14482         (diary-include-string, sexp-diary-entry-symbol)
14483         (abbreviated-calendar-year, american-date-diary-pattern)
14484         (european-date-diary-pattern, european-calendar-display-form)
14485         (american-calendar-display-form, print-diary-entries-hook)
14486         (list-diary-entries-hook, diary-hook, diary-display-hook)
14487         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
14488         (nongregorian-diary-marking-hook, diary-list-include-blanks)
14489         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
14490         (local-holidays, other-holidays, hebrew-holidays-1)
14491         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
14492         (hebrew-holidays, christian-holidays, islamic-holidays)
14493         (bahai-holidays, solar-holidays, calendar-setup)
14494         (calendar-week-start-day): Remove autoload cookies.
14495         (diary-glob-file-regexp-prefix): Doc fix.
14496         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
14497         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
14498         (calendar-week-start-day, calendar-debug-sexp): Move to start.
14500         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
14501         (calendar-time-display-form, calendar-latitude)
14502         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
14503         cookies.
14504         (calendar-latitude, calendar-longitude): Move functions after
14505         variables.
14506         (diary-sabbath-candles-minutes): Move to start.
14507         (solar-setup): Use or rather than if.
14508         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
14509         Remove condition-case.
14510         (solar-atn2): Use zerop.
14511         (solar-equinoxes-solstices): Doc fix.
14513         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
14514         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
14516         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
14517         (calendar-longitude, calendar-latitude, calendar-location-name):
14518         Declare for compiler.
14520 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14522         * arc-mode.el (archive-ar-file-header-re): New const.
14523         (archive-ar-summarize, archive-ar-extract): New funs.
14524         (archive-find-type): Recognize ar archives.
14526         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
14527         New functions.
14529         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
14531 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
14533         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14534         Replace :enable (mark-active) with :enable mark-active.
14536 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
14538         * vms-patch.el (make-legal-file-name): New obsolete alias.
14539         (make-valid-file-name): Rename from `make-legal-file-name'.
14540         (make-auto-save-file-name): Use it.
14542         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
14543         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
14544         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
14546         * textmodes/org.el (org-export-html-style): Doc fix.
14547         (org-get-legal-level): New obsolete alias.
14548         (org-get-valid-level): Rename from `org-get-legal-level'.
14549         (org-promote, org-demote, org-archive-subtree)
14550         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
14552 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
14554         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
14556         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
14557         (vc-status-toggle-mark): New functions.
14558         (vc-status-mode): Set tool bar map.
14560 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
14562         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
14563         Reported by Drew Adams <drew.adams@oracle.com>.
14565 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
14567         * subr.el (read-quoted-char): Resolve modifiers of the character
14568         event.
14570         * comint.el (comint-exec-1): Don't change the coding-system for
14571         decoding to dos-like EOL.
14572         (comint-carriage-motion): Fully rewrite.
14574 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
14576         * epg.el (epg-context-include-certs): Reflow docstring.
14577         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
14578         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
14579         (epg-context-set-signers, epg-context-set-sig-notations)
14580         (epg-make-import-status, epg-make-import-result)
14581         (epg-start-delete-keys): Fix typos in docstrings.
14582         (epg-start-sign-keys, epg-sign-keys):
14583         Fix typos in obsolescence declarations.
14585         * iswitchb.el: Don't check for `cadr' and `last'.
14586         (iswitchb-define-mode-map, iswitchb-default-keybindings):
14587         Add obsolescence declaration and remove redundant info from docstring.
14588         (iswitchb-set-common-completion, iswitchb-set-matches)
14589         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
14590         (recentf-list, most-len, most-is-exact):
14591         Don't wrap defvars within `eval-when-compile'.
14593 2008-03-05  Glenn Morris  <rgm@gnu.org>
14595         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
14596         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
14597         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
14598         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
14599         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
14601         * ediff-hook.el (ediff-window-setup-function): Don't autoload
14602         declaration for compiler.
14603         (ediff-xemacs-init-menus): Use when rather than if.
14605         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
14606         if+and to just and.
14607         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
14608         (ediff-delete-overlay): Move the XEmacs test inside the definition.
14610         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
14612         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
14613         test inside XEmacs test.
14614         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
14615         since it was doing nothing on Emacs.
14616         (ediff-make-bullet-proof-overlay): Use when rather than if.
14618         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
14619         (ediff-setup-control-frame): Remove
14620         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
14621         a (featurep 'xemacs) test.
14623 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
14625         * calc/calc-ext.el (calc-extended-command-history): New variable.
14626         (calc-execute-extended-command): Use `calc-extended-command-history'.
14628 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
14630         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
14631         (standard-mode-line-position): Add mouse-face.
14633         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
14634         * progmodes/grep.el (grep-mode-map): Add :help.
14636         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
14637         initialize in one step.  Add :help.  Use :enable to activate menu
14638         items.  Show the key binding for edebug-defun.
14639         (lisp-interaction-mode-map): Add a menu.
14641         * term.el (term-mode-map): Define and initialize in one step.
14643         * ediff-init.el (ediff-color-display-p): Simplify.
14644         (Xor): Remove unused function.
14645         (ediff-with-syntax-table): Simplify for Emacs.
14647         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
14648         menu-bar being loaded, it always is.
14650 2008-03-05  Glenn Morris  <rgm@gnu.org>
14652         * textmodes/tex-mode.el (tex-mode): Suppress warning about
14653         multiple definitions when compiling.
14655 2008-03-04  Alan Mackenzie  <acm@muc.de>
14657         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
14659         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
14660         doc-string, "c-old-LEN" -> "c-old-END".
14662 2008-03-04  Jason Rumney  <jasonr@gnu.org>
14664         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
14665         namespaces.
14667 2008-03-04  Glenn Morris  <rgm@gnu.org>
14669         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
14671         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
14672         than mapcar.
14674 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14676         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
14677         (byte-compile-nilconstp): Can't use recursion in a defsubst.
14679         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
14680         so that M-q can fill comments.
14681         (tex-executable-exists-p, tex-compile): Extend with special syntax for
14682         commands implemented in elisp.
14683         (tex-compile-commands): Add an entry to use doc-view for pdf files.
14684         (tex-format-cmd): New function.
14685         (tex-compile): Use it to let the user specify default arguments.
14686         (tex-cmd-bibtex-args): New var.
14687         (tex-cmd-doc-view): New function.
14689 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
14691         * faces.el (face-spec-set): Fix typos in docstring.
14693 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
14695         * bindings.el (mode-line-column-line-number-mode-map): New variable.
14696         (standard-mode-line-position): Use it to add a menu for toggling
14697         column number and line number display.
14699 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14701         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14702         Remove optimization that was working around the form-code-walker bug.
14704         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14705         Walk into the body of lambdas after byte-compile-unfold-lambda.
14707 2008-03-03  Glenn Morris  <rgm@gnu.org>
14709         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
14710         value, if set, over frame value.
14712         * simple.el (transient-mark-mode): Don't turn on by default.
14714         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
14715         accidentally removed by the 2007-12-05 merge from Gnus.
14717 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
14719         * progmodes/compile.el (compilation-menu-map): Add menu entries
14720         for useful options.
14722 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
14723             Glenn Morris  <rgm@gnu.org>
14725         * emacs-lisp/bytecomp.el (byte-recompile-directory)
14726         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
14727         Give a `bytecomp-' prefix to local variables with common names.
14729 2008-03-01  Glenn Morris  <rgm@gnu.org>
14731         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14732         Restore code commented out 2007-11-10.
14734         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
14736         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
14737         Delete macro.
14738         * emulation/viper-cmd.el, emulation/viper-ex.el:
14739         * emulation/viper-init.el, emulation/viper-keym.el:
14740         * emulation/viper-mous.el, emulation/viper-util.el:
14741         * emulation/viper.el:
14742         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
14743         featurep test.
14745         Replace obsolete frame-local variables with frame-parameters.
14746         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
14747         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
14748         (viper-vi-state-cursor-color): Only call make-variable-frame-local
14749         on XEmacs.
14750         * emulation/viper-util.el (viper-frame-value): New macro.
14751         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
14752         (viper-R-state-post-command-sentinel)
14753         (viper-replace-state-post-command-sentinel)
14754         (viper-change-state-to-insert, viper-change-state-to-emacs):
14755         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
14756         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
14757         (viper-get-saved-cursor-color-in-insert-mode)
14758         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
14759         Use viper-frame-value for viper-replace-overlay-cursor-color,
14760         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
14761         viper-vi-state-cursor-color values.
14763         * emulation/viper-cmd.el (zmacs-region-stays):
14764         * emulation/viper-util.el (zmacs-region-stays): No need to define
14765         for compiler.
14767         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
14768         mapcar on Emacs.
14770         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
14771         on XEmacs.
14773         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
14774         rather than if.
14776 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14778         * whitespace.el: New version 9.3.  As the glyph code generation was
14779         fixed, it is possible now to use character code above ?\x1FFFF in the
14780         display table.  Fix `whitespace-indentation-regexp' to not include an
14781         extra ending character.  Reported by Michael Welsh Duggan
14782         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
14783         the original whitespace package had.  Suggested by Eric Cooper
14784         <ecc@cmu.edu>.  Doc fix.
14785         (whitespace-action): New option.
14786         (whitespace-display-mappings): Changed default newline visualization to
14787         display downwards arrow, as the glyph code generation was fixed.
14788         (whitespace-unload-function): Assure that all local whitespace mode is
14789         turned off.
14790         (whitespace-global-modes): Fix type customization.
14791         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
14792         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
14793         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
14794         Fix code.
14795         (whitespace-buffer): Command removed.
14796         (whitespace-trailing-regexp, whitespace-mark-x)
14797         (whitespace-display-window, whitespace-action-when-on)
14798         (whitespace-add-local-hook, whitespace-remove-local-hook)
14799         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
14800         (whitespace-action): New funs.
14801         (whitespace-report-list, whitespace-report-text)
14802         (whitespace-report-buffer-name): New consts.
14803         (whitespace-report, whitespace-report-region): New commands.
14805 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
14807         * disp-table.el (make-glyph-code): Don't test the result of
14808         `face-id', which already signals an error for invalid faces.
14809         (glyph-face): Simplify.
14811         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
14812         running `desktop-not-loaded-hook' to allow modifying it.
14813         Don't show warning message if `desktop-dirname' was modified.
14815 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14817         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
14818         we still expect more lines.
14820         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
14821         comment-paragraph filling if the commark doesn't match
14822         comment-start-skip.
14824 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
14826         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
14827         the `imap' variant.
14829 2008-03-01  Jason Rumney  <jasonr@gnu.org>
14831         * files.el (make-auto-save-file-name): Encode more characters in
14832         non-file buffer names.  Use url-encoding.
14834 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
14836         * net/net-utils.el (ftp-program): Fix typo in docstring.
14837         (ifconfig-program-options, netstat-program-options)
14838         (arp-program-options, route-program-options, nslookup-program-options)
14839         (ftp-program-options, smbclient-program-options)
14840         (dns-lookup-program-options, arp, route): Doc fixes.
14842         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
14843         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
14844         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
14845         Fix typos in docstrings.
14846         (gdb-pending-triggers): Reflow docstring.
14847         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
14849 2008-03-01  Alan Mackenzie  <acm@muc.de>
14851         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
14852         typing "#" at EOB.
14854 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
14856         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
14858 2008-02-29  Kim F. Storm  <storm@cua.dk>
14860         * emulation/cua-base.el (cua-remap-control-v)
14861         (cua-remap-control-z): New defcustoms.
14862         (cua-mode): Add them to set-after property.
14863         (cua--init-keymaps): Use them.
14864         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
14866         * help.el (view-emacs-todo): Rename from view-todo.
14867         (describe-gnu-project): Rename from describe-project.  Users changed.
14868         (view-help-file): New helper function.
14869         (describe-distribution, describe-copying, describe-gnu-project)
14870         (view-todo, view-order-manuals, view-emacs-problems): Use it.
14871         (view-emacs-debugging, view-external-packages): New commands.
14872         (help-map): Move describe-distribution to C-h C-o (ordering).
14873         Move view-emacs-problems to C-h C-p (problems).
14874         Bind view-emacs-debugging to C-h C-d (debugging).
14875         Bind view-external-packages to C-h C-e (extras).
14876         (help-for-help-internal): Cleanup and align descriptions.
14877         Remove command names to reduce clutter.
14879 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
14881         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
14882         and quieter face (not a warning).
14884 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
14886         * vc.el (vc-status-crt-marked): New variable.
14887         (vc-status-mode): Make it local.
14888         (vc-status-refresh): Use it to save the marked files.
14889         (vc-update-vc-status-buffer): Use it to restore the marked files.
14891         * vc-svn.el (vc-svn-after-dir-status):
14892         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
14894 2008-02-29  Glenn Morris  <rgm@gnu.org>
14896         * allout.el (allout-topic-encryption-bullet)
14897         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
14898         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
14899         from 22.0 to 22.1.
14901         * net/imap.el (imap-ping-server):
14902         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
14903         Change defcustom :version from 23.0 to 23.1.
14905 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
14907         * desktop.el (desktop-save): Save the buffer name if the
14908         uniquified base name is empty.
14910 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
14912         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
14913         correctly when user has "set print address off".
14915 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
14917         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
14918         version number of the next major Emacs release, not 23.0.
14920         * longlines.el (longlines-unload-function): New function.
14922 2008-02-28  Juri Linkov  <juri@jurta.org>
14924         * startup.el (normal-splash-screen): Add argument `concise'.
14925         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
14926         to the created buffer.  If `concise' is non-nil, call
14927         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
14928         (display-startup-screen): Add argument `concise' to the call to
14929         `normal-splash-screen'.
14931 2008-02-28  Kim F. Storm  <storm@cua.dk>
14933         * startup.el (startup-echo-area-message): Check for about-emacs.
14935 2008-02-28  Juri Linkov  <juri@jurta.org>
14937         * startup.el: Always add initial message to *scratch* buffer if
14938         `initial-scratch-message' is non-nil regardless of the value of
14939         `inhibit-startup-screen'.
14940         (inhibit-startup-screen, initial-scratch-message): Doc fix.
14941         (command-line-1): Move code that inserts `initial-scratch-message'
14942         up before the if-form that checks for `inhibit-startup-screen'.
14943         Suggested by Jonathan Rockway <jon@jrock.us>.
14945 2008-02-28  Juri Linkov  <juri@jurta.org>
14947         * cus-edit.el (custom-mode-map, custom-mode-link-map):
14948         Rename `custom-mode' to `Custom-mode' in docstrings.
14949         (custom-buffer-create-internal, customize-browse):
14950         Rename `custom-mode' to `Custom-mode'.
14951         (custom-mode-hook): Rename to `Custom-mode-hook'.
14952         (Custom-mode-hook): Renamed from `custom-mode-hook'.
14953         (custom-mode): Rename to `Custom-mode'.
14954         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
14955         (custom-mode): Add backward-compatible non-interactive variant of
14956         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
14957         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
14959         * info-look.el: Rename `custom-mode' to `Custom-mode'.
14961         * emulation/viper.el (viper-emacs-state-mode-list):
14962         Rename `custom-mode' to `Custom-mode'.
14964         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
14965         Capitalize "Tagged Files".
14966         (minibuffer-local-map): Add menu items for next/previous
14967         history elements and isearch history forward/backward.
14969         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
14970         `hs-isearch-open' with t instead of `comment' in :selected
14971         for "Code and Comment blocks" menu item.
14973 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14975         * uniquify.el (uniquify-buffer-base-name): Undo last change.
14976         Should be done in desktop.el instead.
14978 2008-02-28  Glenn Morris  <rgm@gnu.org>
14980         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
14982         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
14984         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
14985         (Info-menu, Info-goto-node): Remove declarations.
14986         (report-emacs-bug-info): Use info rather than Info-goto-node.
14988         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
14989         (idlwave-convert-xml-system-routine-info): Don't require xml.
14990         (idlwave-show-commentary, idlwave-shell-show-commentary):
14991         Don't require finder.
14992         (idlwave-info): Don't require info.  Use info rather than
14993         Info-goto-node.
14995         * textmodes/org.el (Info-goto-node): Remove declaration.
14996         (org-info): Use info rather than Info-goto-node.
14998         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
14999         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
15001 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
15003         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
15004         the menu.
15006         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
15007         (vc-finish-logentry): Check for vc-status-mode, not only for
15008         vc-dired-mode.
15010 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
15012         * isearch.el (isearch-printing-char): Don't check
15013         keyboard-coding-system.
15014         Call isearch-process-search-multibyte-characters only when
15015         current-input-method is non-nil.
15017 2008-02-27  Kim F. Storm  <storm@cua.dk>
15019         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
15020         (glyph-char, glyph-face): Handle cons encoding.
15022 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
15024         * uniquify.el (uniquify-buffer-base-name): If the base name is an
15025         empty string, return nil to allow the caller to default to the
15026         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
15028         * tool-bar.el (tool-bar-setup): Doc fix.
15030         * mail/supercite.el (sc-describe):
15031         Fix typos in obsolescence declaration.
15033 2008-02-27  Glenn Morris  <rgm@gnu.org>
15035         * autoinsert.el (auto-insert-alist): Change permission text to
15036         match FSF's GPLv3 form.
15038         * mail/supercite.el (sc-cite-original): Doc fix.
15039         (sc-version): Make obsolete.
15040         (sc-describe): Show the SC info page.  Make obsolete.
15042 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15044         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
15045         when using transient-mark-mode.
15046         (default-indicate-unused-lines): Remove unused var.
15048 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
15050         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
15051         and previous.
15053         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
15055 2008-02-26  Glenn Morris  <rgm@gnu.org>
15057         * net/net-utils.el (top-level): Don't require comint when compiling.
15058         (nslookup-font-lock-keywords): Don't require font-lock.
15059         Use font-lock faces rather than variables.
15060         (nslookup, ftp, smbclient, network-service-connection):
15061         Don't require comint.
15062         (comint-prompt-regexp, comint-input-autoexpand)
15063         (comint-input-ring): Declare for compiler.
15064         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
15065         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
15067         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
15068         doc-string.
15070 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15072         * doc-view.el (doc-view-current-page): Add a `win' argument.
15074 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15076         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
15077         Demote it to plain defvar.
15078         (doc-view-conversion-refresh-interval): Reduce interval.
15079         (doc-view-goto-page): Allow moving to pages not yet rendered.
15080         (doc-view-goto-page): Construct a file name rather than extracting it
15081         from doc-view-current-files.
15082         (doc-view-kill-proc): Ignore errors from kill-process.
15083         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
15084         (doc-view-insert-image): Use appropriate text if the page hasn't been
15085         rendered yet.  Adjust scrolling so the text is displayed.
15086         (doc-view-display): Detect not just that a page is available, but also
15087         that it wasn't available before, so as to avoid refreshing all pages
15088         repeatedly.
15089         (doc-view-mode): Make doc-view-cache-directory if needed.
15091 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15093         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
15094         toggle-read-only.
15096         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
15097         refering to a missing required field with the OPT prefix.
15098         Make unwindform more robust.
15100         * textmodes/bibtex.el: Remove support for hideshow minor mode as
15101         it duplicates the bibtex support in progmodes/hideshow.el.
15102         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
15103         entries that do not start at the beginning of a line.
15105 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
15107         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
15109 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
15111         * help-fns.el (describe-variable): Add phrases about
15112         initialization file with and without customization;
15113         use new button type help-info-variable.
15115         * help-mode.el (help-info-variable):
15116         New button able to read Info files for help-fns.el.
15118 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
15120         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
15121         (grep-mode): Use grep-mode-tool-bar-map.
15123         * progmodes/compile.el (tool-bar): Require tool-bar.
15124         (compilation-mode-tool-bar-map): New variable.
15125         (compilation-mode): Use compilation-mode-tool-bar-map.
15127         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
15129 2008-02-25  Glenn Morris  <rgm@gnu.org>
15131         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
15133 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15135         * diff-mode.el (diff-file-junk-re): New const.
15136         (diff-beginning-of-file-and-junk): Use it.
15137         (diff-file-kill): Make sure we were really inside a file diff.
15139         * diff-mode.el: Make it more robust in the presence of empty context
15140         lines in unified hunks.
15141         (diff-valid-unified-empty-line): New var.
15142         (diff-unified->context, diff-sanity-check-hunk): Obey it.
15143         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
15144         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
15145         (diff-hunk-header-re-unified): New const.
15146         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
15147         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
15148         (diff-sanity-check-hunk): Use it.
15150         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
15151         Index: line, don't search backward for the previous one.
15153 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
15155         * international/fontset.el (setup-default-fontset): Add non-OTF
15156         lao font for lao script.
15158         * language/tibetan.el: Register tibetan-composition-function in
15159         composition-function-table.
15161         * language/tibet-util.el (tibetan-composition-function):
15162         Adjust for the new calling way (argument changed).  Try font-shape-text
15163         if possible.
15165         * language/lao.el: Register lao-composition-function in
15166         composition-function-table.
15168         * language/lao-util.el (lao-composition-function): Adjust for the new
15169         calling way (argument changed).  Try font-shape-text if possible.
15171 2008-02-25  Jason Rumney  <jasonr@gnu.org>
15173         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
15175 2008-02-25  Juri Linkov  <juri@jurta.org>
15177         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
15178         background, "red4" for a dark background, "red" for 16 and
15179         8 colors, "grey" for grayscale, and inverse video otherwise.
15180         Add :version tag.
15181         (isearch-message): Keep the original isearch-message intact, and
15182         add text properties to it where necessary.  Add `isearch-error' to
15183         the condition that checks if isearch is unsuccessful.
15185 2008-02-24  Juri Linkov  <juri@jurta.org>
15187         * progmodes/compile.el (compilation-handle-exit):
15188         Use compilation-error face instead of font-lock-warning-face.
15189         Display the same message in the minibuffer as is inserted
15190         at the end of the compilation buffer.
15192 2008-02-24  Glenn Morris  <rgm@gnu.org>
15194         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
15195         multiple file case.
15197         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
15199         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
15200         multiple file case.  Use a single `let' rather than two.
15202 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
15204         * progmodes/compile.el (compilation-start): Specify a face for
15205         mode-line-process.
15206         (compilation-handle-exit): Specify a face and a tooltip for
15207         mode-line-process.
15209 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15211         * hilit-chg.el: Remove spurious * in defcustom docstrings.
15212         (hilit-chg-make-ov): Simplify.
15213         (hilit-chg-fixup): Use remove-overlays.
15214         (hilit-chg-set-face-on-change): Remove redundant call to
15215         `remove-text-properties'.
15217         * dired.el (dired-mark-prompt): Don't count/display the t element.
15218         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
15220 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
15222         * progmodes/verilog-mode.el (eval-when-compile): Don't define
15223         add-submenu.
15224         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
15225         Remove.  Move contents to the only use ...
15226         (verilog-menu): ... here.
15227         (verilog-statement-menu): Remove.  Move contents to the only use ...
15228         (verilog-stmt-menu): ... here.
15229         (verilog-mark-defun): Simply call mark-defun for emacs.
15230         (occur-pos-list): Declare for byte compiler.
15231         (mode-popup-menu): Don't defvar.
15232         (verilog-add-statement-menu): Remove.
15233         (verilog-mode-hook): Don't add verilog-add-statement-menu.
15234         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
15236 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
15238         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
15239         conditional.
15240         (verilog-font-grouping-keywords-face): Make the begin..end
15241         keywords standout more than other verilog keywords.
15242         (verilog-type-font-keywords): Move the begin..end out of this list
15243         to facilitate making them to (potentially) stand out more.
15244         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
15245         function & task blocks.
15246         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
15247         initial, function & task blocks.
15248         (verilog-forward-sexp): Handle the new "disable fork" statement of
15249         IEEE-1800 Verilog.
15250         (verilog-beg-block-re-ordered): Handle the new "disable fork"
15251         statement of IEEE-1800 Verilog.
15252         (verilog-calc-1): Handle the new "disable fork" statement of
15253         IEEE-1800 Verilog.
15254         (verilog-disable-fork-re): Add const to help handle the new
15255         "disable fork" statement of IEEE-1800 Verilog.
15256         (verilog-declaration-core-re): Add port directions by themselves,
15257         with no qualification, as base item of a declaration.
15258         (verilog-pretty-declarations): Add new flag to ask it to refrain
15259         from printing to the message buffer.
15260         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
15261         printing to the message buffer.  Improve handling of the many
15262         types of expression line up.
15263         (verilog-just-one-space): Remove printing of an empty message.
15264         (verilog-get-lineup-indent): Rework to support the better handling
15265         of expression lineup for verilog-pretty-expr.
15266         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
15268 2008-02-24  Alan Mackenzie  <acm@muc.de>
15270         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
15271         yesterday's commit.
15273 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
15275         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
15276         to mouse-set-point in buffers that aren't associated with files.
15278         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
15280 2008-02-24  Alan Mackenzie  <acm@muc.de>
15282         Set of changes so that "obtrusive" syntactic elements in a
15283         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
15284         unmatched paren) don't interact syntactically with stuff outside
15285         the CPP line.
15287         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
15288         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
15289         off-by-one bug.
15290         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
15291         a bit of refactoring.
15292         (c-awk-extend-and-syntax-tablify-region): Takes some of the
15293         functionality of c-awk-advise-fl-for-awk-region, which has been
15294         refactored away.
15296         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
15297         (c-clear-char-property-with-value): New function and macro which
15298         remove text-properties `equal' to a supplied value.
15300         * progmodes/cc-engine.el: Comment about text properties amended.
15302         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
15303         parens around "error\\|warning".
15305         * progmodes/cc-langs.el (c-get-state-before-change-function)
15306         (c-before-font-lock-function, c-anchored-cpp-prefix):
15307         New language variables.
15308         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
15310         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
15311         syntax-table text properties.
15312         (c-common-init): Call language specific before/after-change
15313         functions at mode initialisation.
15314         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
15315         (c-extend-region-for-CPP, c-neutralize-CPP-line)
15316         (c-neutralize-syntax-in-CPP): New functions.
15317         (c-before-change, c-after-change): Call the new language specific
15318         change functions defined in cc-langs.el.
15319         (c-advise-fl-for-region): New macro.
15320         (awk-mode): Remove AWK specific stuff which has been refactored
15321         into language independent stuff.
15323 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
15325         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
15326         (gdb): (Re)set gdb-flush-pending-output to nil here...
15327         (gdb-init-1): ...instead of here (before gdb-prompt).
15329 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15331         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
15332         Recognize ''' just like any other char-constant.
15334 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15336         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
15337         careful enough.  Detect the uid-change all within the main loop.
15339 2008-02-24  Stefan Monnier  <monnier@pastel.home>
15341         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
15343 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15345         * hilit-chg.el (highlight-save-buffer-state): New macro.
15346         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
15347         (hilit-chg-clear): Use it to preserve the modified-p flag.
15348         (highlight-changes-rotate-faces): Don't mess with the undo-list.
15350 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15352         * font-lock.el (font-lock-set-defaults): Unset previously set variables
15353         when needed.
15355 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
15357         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
15358         from gnus-button-url-regexp.
15360 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
15362         * progmodes/compile.el (compilation-next-error): Doc fix.
15363         (compilation-find-file): Doc fix.
15365 2008-02-24  Glenn Morris  <rgm@gnu.org>
15367         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
15368         Add obsolete aliases to the old names.
15370 2008-02-24  Richard Stallman  <rms@gnu.org>
15372         * net/net-utils.el (ifconfig): Rename from ipconfig.
15373         (ipconfig): Alias to ifconfig.
15374         (ifconfig-program): Rename from ipconfig-program.
15375         (ifconfig-program-options): Rename from ipconfig-program-options.
15377 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
15379         * progmodes/verilog-mode.el (verilog-declaration-core-re):
15380         Add port directions by themselves, with no qualification, as base
15381         item of a declaration.
15382         (verilog-pretty-declarations): Add new flag that inhibits printing
15383         to the message buffer.
15384         (verilog-pretty-expr): Add new flag that inhibits printing to the
15385         message buffer.  Improve handling of the many types of expression
15386         line up.
15387         (verilog-just-one-space): Don't print an empty message.
15388         (verilog-get-lineup-indent): Rework to support the better handling
15389         of expression lineup for verilog-pretty-expr.
15390         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
15391         (verilog-mode-version, verilog-mode-release-date): Update.
15393 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15395         * subr.el (cancel-change-group): Don't move point.
15397 2008-02-23  Markus Triska  <markus.triska@gmx.at>
15399         * linum.el (linum-after-config): Update all visible windows.
15401 2008-02-23  Glenn Morris  <rgm@gnu.org>
15403         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
15404         Add :help for Solitaire and Tetris.
15406         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
15408         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
15409         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
15410         (smtpmail-queue-index-file): Make it a defcustom.
15411         (smtpmail-queue-index): Delete.
15412         (smtpmail-send-it, smtpmail-send-queued-mail):
15413         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
15414         smtpmail-queue-index.
15416         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
15417         Add :version.
15419 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
15421         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
15422         New variables.
15423         (iwconfig): New function.
15425 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
15427         * vc.el (vc-find-revision): Make vc-parent-buffer local before
15428         setting it.
15429         (vc-status-menu-map): Do not define using easy-menu.
15430         (vc-status-menu-map): New defalias.
15431         (vc-status-mode-map): Hook up the menu.
15432         (top-level): Update TODO.
15434         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
15436         * vc-bzr.el (vc-bzr-init-version): Rename to ...
15437         (vc-bzr-init-revision): ... this.
15439 2008-02-23  Jason Rumney  <jasonr@gnu.org>
15441         * makefile.w32-in (WINS_ALMOST): Remove term.
15442         (WINS): Add term here.
15443         (custom-deps, finder-data): Use WINS_ALMOST.
15445 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
15447         * faces.el (font-weight-table): Fix value of `semi-light'.
15449 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15451         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
15452         Make those tables bijective.
15454 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
15456         Finish pdbtrack integration cleanup, settling missing-functions
15457         byte compiler warnings appropriately.
15459         * progmodes/python.el (python-point): Remove this - beginning-of-line
15460         was all that was necessary for `python-pdbtrack-overlay-arrow'.
15461         (python-end-of-def-or-class, python-beginning-of-def-or-class)
15462         (python-goto-initial-line): Drop these - they were only needed for
15463         python-point.
15464         (python-comint-output-filter-function): Use condition-case and
15465         beginning-of-line directly, instead of python-mode.el functions
15466         which require all sorts of baggage.
15467         (point-safe): Unnecessary - we're using condition-case directly,
15468         instead.
15469         (python-execute-file): Include for python-shell, which I'm leaving
15470         in keeping despite it being unnecessary for pdb tracking.
15472 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
15474         * progmodes/scheme.el (scheme-font-lock-keywords-2):
15475         Add SRFI 11 support.
15476         (let-values, let*-values): Specify scheme-indent-function.
15478 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
15480         * vc.el (vc-exec-after): Move setting mode-line-process in the
15481         busy case ...
15482         (vc-set-mode-line-busy-indicator): ... in this new function.
15483         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
15484         (vc-update-vc-status-buffer): Reset mode-line-process.
15485         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
15486         mark/unmark all the files with the same state as the current one.
15487         With a prefix argument mark/unmark all files.
15488         (vc-status-mode-menu): Adjust strings.
15489         (vc-update-vc-status-buffer): Only do something when the argument
15490         is not nil.
15491         (vc-status-kill-dir-status-process): New function.
15492         (vc-status-mode-map): Bind it.
15493         (vc-status-process-buffer): New variable.
15494         (vc-status-mode): Make it local.
15495         (vc-status-refresh): Set it.
15497         * vc-hg.el (vc-hg-dir-status):
15498         * vc-git.el (vc-git-dir-status):
15499         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
15500         command is run.
15502 2008-02-22  Glenn Morris  <rgm@gnu.org>
15504         * json.el (top-level): No need to require thingatpt.
15505         (json-read-keyword): Use thing-at-point rather than word-at-point.
15507         * time.el (top-level): No need to require time-date when compiling.
15509         * emacs-lisp/copyright.el (copyright-update-year):
15510         Fix subexpression numbering for the case when years are split over
15511         lines, and for the replace case.
15513         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
15514         (tpu-caar, tpu-cadr): Delete functions.
15515         (zmacs-regions): No need to declare for compiler.
15516         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
15517         (tpu-spell-check): Rewrite, and handle mark after point.
15518         (tpu-special-insert): Use or rather than if.
15520         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
15521         rather than spell-region.
15523         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
15524         warnings about spell-region.
15526 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
15528         * ldefs-boot.el: Regenerated.
15530         * loadup.el: Don't load language/devanagari, language/kannada,
15531         language/malayalam, and language/tamil.  Load language/sinhala.
15533         * language/indian.el (indian-font-foundry)
15534         (indian-script-language-alist, indian-font-char-index-table)
15535         (indian-font-char, indian-font-char-range, indian-script-table)
15536         (indian-default-script, indian-composable-pattern): Delete them.
15537         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
15538         language environments moved to here.
15539         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
15540         New language environments.
15542         * language/devanagari.el, language/devan-util.el,
15543         * language/kannada.el, language/knd-util.el, language/malayalam.el,
15544         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
15545         Delete them.
15547         * language/sinhala.el: New file.
15549 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
15551         Update Nick Robert's port of pdb tracking from python-mode.el.
15553         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
15554         Clarify docstring.
15555         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
15556         tracking is happening.
15557         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
15558         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
15559         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
15560         Tracking is plugged in to all comint buffers once python.el is loaded.
15561         (python-pdbtrack-overlay-arrow): Toggle activation of
15562         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
15563         (python-pdbtrack-track-stack-file): Use new
15564         `python-pdbtrack-get-source-buffer' for more flexible access to
15565         debugging source files.
15566         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
15567         according to pdb stack trace, optionally using new
15568         `python-pdbtrack-grub-for-buffer' if file is not locally available.
15569         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
15570         named buffer, or having function with indicated name.
15571         (python-shell): Remove comint-output-filter-functions hook
15572         addition, it's being done elsewhere.  Wrap long line.
15574 2008-02-21  Michael Olson  <mwolson@gnu.org>
15576         * json.el: Replace XEmacs compatibility code to get rid of
15577         compiler warnings.
15579         * time.el: Fix compiler warning.
15581 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
15583         * json.el: New file (JavaScript Object Notation parser / generator).
15585 2008-02-21  Dave Love  <fx@gnu.org>
15587         * progmodes/sym-comp.el: New file.
15589         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
15590         Require sym-comp.  Add Python buffer to same-window-buffer-names.
15591         Fixup whitespaces.
15592         (python-font-lock-keywords): Add highlighting for Python builtins.
15593         (python-font-lock-syntactic-keywords): Rewrite.
15594         (python-quote-syntax): Use syntax-ppss-context instead of parsing
15595         ppss directly.
15596         (python-mode-map): Add binding for python-find-function.
15597         (python-calculate-indentation): Clean up the logic.
15598         (python-beginning-of-defun): Explicitly set return value.
15599         (python-beginning-of-statement): Stop looping if we get stuck
15600         going backwards.
15601         (python-next-statement): Stop looping if we somehow end up inside
15602         a string while advancing.
15603         (python-preoutput-continuation, python-version-checked): New vars.
15604         (python-check-version): New function.
15605         (run-python): Set default command to python-command instead of
15606         python-python-command.
15607         (run-python): Use python-check-version.  Give PYTHONPATH
15608         precedence over data-directory in the process environment.
15609         Load function definitions in python process after.
15610         (python-check-comint-prompt): New function.
15611         (python-send-command, python-send-receive): Use it.
15612         (python-complete-symbol, python-try-complete): Functions deleted.
15613         Use symbol-complete instead of python-complete-symbol throughout.
15614         (python-fill-paragraph): Further refine the fenced-string regexp.
15615         (def-python-skeleton): Expand to the original abbrev instead if in
15616         a comment or string.  Tweak skeletons for `if', `while', `for',
15617         `try/except', `try/finally', `name'.
15618         (python-pea-hook, python-abbrev-pc-hook): New functions.
15619         (python-abbrev-syntax-table): New var.
15620         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
15621         Use symbol-completion-try-complete for hippie expansion.
15622         Turn on font lock unconditionally.
15623         (python-mode-hook): Defcustom it.  No need to use make-local
15624         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
15625         option, since it's buffer-local.
15627 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
15629         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
15631 2008-02-21  Drew Adams  <drew.adams@oracle.com>
15633         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
15634         "Turn off" and a "Help" entry when the minor mode has no menu.
15636 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
15638         * vc.el (vc-status-mark, vc-status-unmark): New functions.
15639         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
15640         vc-status-mark-file and vc-status-unmark-file.
15641         (vc-status-mark-unmark): New function.
15642         (vc-status-previous-line, vc-status-next-line): No longer interactive.
15644 2008-02-21  Glenn Morris  <rgm@gnu.org>
15646         * composite.el (encode-composition-rule): Fix typo in error message.
15647         (composition-function-table, auto-composition-mode): Doc fixes.
15649         * subr.el (sit-for): Fix obsolete form for nil second argument.
15651         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
15652         (spell-string): Make obsolete, in favor of ispell.
15654 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
15656         * language/devanagari.el: Don't setup composition-function-table
15657         here.
15658         ("Devanagari"): Change charset, coding-system, coding-priority to
15659         Unicode-based ones.  Don't require the feature devan-util.
15661         * composite.el (compose-chars-after): Fix arguments for a function
15662         in composition-function-table.
15663         (auto-compose-region): Likewise.
15665         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
15666         for Ethiopic.
15667         (ps-mule-plot-string): Ignore glyph-string based compositions.
15669 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15671         * doc-view.el: Allow different windows to show different pages.
15672         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
15673         (doc-view-current-image, doc-view-current-overlay): Remove variables,
15674         add them back as macros instead, using image-mode-winprops instead.
15675         Update all users of those variables.
15676         (doc-view-new-window-function): New function to create a new overlay
15677         for each new window.
15678         (doc-view-mode): Use it and image-mode-setup-winprops.
15679         (doc-view-clone-buffer-hook): Rewrite accordingly.
15681         * image-mode.el: Extend [hv]scroll support to per-window properties.
15682         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
15683         (image-mode-winprops-alist): New var to replace them.
15684         (image-mode-new-window-functions): New hook.
15685         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
15686         New funs.
15687         (image-set-window-vscroll, image-set-window-hscroll): Use them.
15688         Remove the `window' argument, update callers.
15689         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
15690         Use the new functions.
15691         (image-mode-reapply-winprops): New fun.
15692         (image-mode): Use it.
15694 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
15696         * calc/calc-math.el (math-sin-raw): Add optional argument
15697         to keep track of original argument.
15698         (math-cos-raw): Use optional argument when calling math-sin-raw.
15699         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
15700         with close to original precision.
15702 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15704         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
15705         args in calls of sit-for.
15707 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
15709         * vc-svn.el (vc-svn-program): Fix typo in docstring.
15710         (vc-svn-checkin): Fix typo in error message.
15712         * help-mode.el: Require easymenu when compiling.
15714 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
15716         * help-mode.el (help-mode-menu): New menu.
15718 2008-02-20  Glenn Morris  <rgm@gnu.org>
15720         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
15721         on Windows.
15723 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
15725         * ps-mule.el (ps-mule-encode-region): Return a single string.
15726         (ps-mule-plot-string): Adjust for the above change.
15727         (ps-mule-encode-header-string): Likewise.
15729         * international/latin1-disp.el (latin1-display): Don't use
15730         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
15731         standard-display-table.
15732         (latin1-display-identities): Adjust for the change of what is
15733         returned by (get-language-info charset 'charset).
15735         * international/mule-util.el (char-displayable-p): Fix for Latin-1
15736         characters and terminal case.
15738 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
15740         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
15742         * progmodes/python.el: Also require comint when loading.
15743         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
15744         Replace python-shell with run-python on menu bar.
15745         (python-shell-map): New map.
15746         (python-default-interpreter, python-python-command-args)
15747         (python-jython-command-args, python-pdbtrack-do-tracking-p):
15748         New options.
15749         (python-which-shell, python-which-args, python-which-bufname):
15750         New buffer local variables.
15751         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
15753         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
15754         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
15755         New constants.
15757         Pdbtrack features:
15759         (python-point, python-end-of-def-or-class)
15760         (python-beginning-of-def-or-class, python-goto-initial-line)
15761         (python-comint-output-filter-function)
15762         (python-pdbtrack-overlay-arrow)
15763         (python-pdbtrack-track-stack-file, python-toggle-shells)
15764         (python-shell, python-pdbtrack-toggle-stack-tracking)
15765         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
15766         New functions.
15768 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15770         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
15771         when the argument is nil.
15773 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
15775         * vc.el (dir-status): Add a brief description.
15777 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
15779         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
15780         If non-nil, reverse the sense of the check.
15782         * vc-rcs.el (vc-rcs-root): New func.
15783         * vc-cvs.el (vc-cvs-root): New func.
15784         * vc-svn.el (vc-svn-root): New func.
15785         * vc-sccs.el (vc-sccs-root): New func.
15787 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
15789         * language/japan-util.el (setup-japanese-environment-internal):
15790         Call use-cjk-char-width-table.
15792         * language/japanese.el ("Japanese"): Set exit-function to
15793         use-default-char-width-table.
15795         * international/characters.el: Delete occurrences of non-Unicode
15796         tibetan and ethiopic characters.
15797         (cjk-char-width-table): New variable.
15798         (use-cjk-char-width-table, use-default-char-width-table):
15799         New functions.
15801 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
15803         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
15804         (vc-status-mode-menu): Add a :filter.
15805         (vc-status-printer): Add faces.
15807         * vc-hg.el (vc-hg-extra-status-menu): New function.
15808         (vc-hg-dir-status): Clean up the buffer before using it.
15810 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15812         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
15813         (gdb): Initialize it here instead.
15815         * files.el (locate-dominating-file): Fix thinko in last change.
15816         Reported by Bruce Stephens <bruce.stephens@isode.com>.
15818 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
15820         * vc.el (vc-status-mode-menu): New menu for vc-status.
15822 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
15824         * progmodes/verilog-mode.el (customize): Fix typo in error message.
15825         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
15826         (verilog-mode-auto, verilog-indent-level-module)
15827         (verilog-minimum-comment-distance, verilog-library-flags)
15828         (verilog-library-directories, verilog-library-files)
15829         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
15830         (verilog-xemacs-menu, verilog-set-compile-command)
15831         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
15832         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
15833         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
15834         (verilog-batch-inject-auto, verilog-batch-indent)
15835         (verilog-continued-line, verilog-type-keywords)
15836         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
15837         (verilog-read-inst-pins, verilog-read-arg-pins)
15838         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
15839         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
15840         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
15841         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
15842         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
15843         (verilog-mode-version, verilog-mode-release-date)
15844         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
15845         (verilog-simulator, verilog-compiler)
15846         (verilog-auto-sense-defines-constant, verilog-company)
15847         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
15848         Fix typos in docstrings.
15849         (verilog-set-auto-endcomments, verilog-calculate-indent)
15850         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
15851         Reflow docstrings.
15852         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
15853         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
15854         (electric-verilog-forward-sexp, verilog-in-case-region-p)
15855         (verilog-in-struct-region-p, verilog-in-generate-region-p)
15856         (verilog-leap-to-head, verilog-current-indent-level)
15857         (verilog-case-indent-level, verilog-cpp-keywords)
15858         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
15859         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
15860         (verilog-signals-not-in, verilog-symbol-detick-text)
15861         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
15862         (verilog-forward-close-paren, verilog-backward-open-paren)
15863         (verilog-backward-open-bracket): Doc fixes.
15865         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
15866         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
15867         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
15868         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
15869         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
15870         Fix typos in docstrings.
15872         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
15874 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
15876         * info.el (Info-read-node-name): Removed unused `default' arg.
15878 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
15880         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
15882 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15884         * image-mode.el (image-get-display-property): New fun.
15885         (image-forward-hscroll, image-next-line, image-eol, image-eob)
15886         (image-mode, image-minor-mode, image-toggle-display-text)
15887         (image-toggle-display): Use it.
15889 2008-02-18  Jason Rumney  <jasonr@gnu.org>
15891         * international/mule.el (xml-find-file-coding-system): Don't warn
15892         about utf-16 with BOM.
15894         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
15896         * international/mule.el (sgml-xml-auto-coding-function): Detect and
15897         warn if file encoding is not utf-8 and encoding not specified.
15898         (xml-find-file-coding-system): New function.
15899         * international/mule-conf.el (file-coding-system-alist): Use it.
15901 2008-02-17  Glenn Morris  <rgm@gnu.org>
15903         * international/mule-cmds.el (set-locale-environment):
15904         Pass `frame' to getenv for LC_MESSAGES.
15906 2008-02-17  Juri Linkov  <juri@jurta.org>
15908         * time.el (emacs-init-time): Use format instead of format-seconds.
15910 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15912         * textmodes/bibtex.el (bibtex-search-entry): Rename from
15913         bibtex-find-entry.  Add autoload cookie.
15914         (bibtex-find-entry): Alias for bibtex-search-entry.
15915         (bibtex-search-crossref): Rename from bibtex-find-crossref.
15916         (bibtex-find-crossref): Alias for bibtex-search-crossref.
15917         (bibtex-clean-entry): atomic-change-group removed.
15918         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
15919         to locate buffer location where error occurred.
15920         Make error messages more specific.
15921         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
15923 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
15925         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
15926         top level.
15928         * simple.el (transient-mark-mode): Add an :init-value.
15930         * startup.el (command-line): Use custom-reevaluate-setting for
15931         transient-mark-mode.
15933 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
15935         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
15937 2008-02-16  Juri Linkov  <juri@jurta.org>
15939         * startup.el (after-init-time): New variable.
15940         (command-line): Set `after-init-time' to the current time.
15942         * time.el (emacs-init-time): New function.
15944 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15946         * files.el (locate-dominating-file): Remove initial loop because it's
15947         not careful enough.  Detect the uid-change all within the main loop.
15949 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
15951         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
15953 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
15955         * vc.el (vc-annotate): Add new argument.
15956         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
15958         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
15959         Move make-variable-buffer-local code after the corresponding defvar.
15960         (hs-minor-mode-map): Define and initialize in one step.
15961         (hs-minor-mode): Change from defun to define-minor-mode.
15963 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
15965         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
15966         (gdb-ready): Move declaration...
15968         * progmodes/gdb-ui.el (gdb-ready): ...to here.
15969         (gdb-early-user-input): New variable.
15970         (gdb): Reset gdb-flush-pending-output to nil and set
15971         comint-input-sender here (before gdb-prompt), instead of...
15972         (gdb-init-1): ...here.
15973         (gdb-send): If Emacs is not ready, defer user input to...
15974         (gdb-prompt): ...here.
15976 2008-02-16  Glenn Morris  <rgm@gnu.org>
15978         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
15980         * startup.el (emacs-startup-time): Rename to `before-init-time'.
15981         (before-init-time): New name for `emacs-startup-time'.
15982         (command-line): Use before-init-time rather than emacs-startup-time.
15983         * time.el (emacs-uptime): Use before-init-time rather than
15984         emacs-startup-time.
15986         * composite.el (composition-function-table): Doc fix.
15988         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
15989         in favor of `%z' specifier.
15990         (emacs-uptime): Move to time.el.
15991         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
15992         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
15993         argument of format-seconds.
15995 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
15997         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
15999 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
16001         * ielm.el (ielm-is-whitespace): Remove.
16002         (ielm-is-whitespace-or-comment): New function.
16003         (ielm-eval-input): Use it.
16005 2008-02-15  Jason Rumney  <jasonr@gnu.org>
16007         * term/mac-win.el: Fix coding tag.
16009 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
16011         * vc-hooks.el (vc-menu-map):
16012         * bindings.el (mode-line-mode-menu): Add tooltips.
16014         * bindings.el (help-echo): Add more tooltips.  Use a less
16015         telegraphic style for existing tooltips.
16017 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16019         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
16020         from the auto-generated one.
16022 2008-02-14  Glenn Morris  <rgm@gnu.org>
16024         * mail/rmail-spam-filter.el (rmail-spam-filter):
16025         Let-bind message-spam-status.
16027         * mail/smtpmail.el (password-cache-add): Declare as function.
16029 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
16031         * mail/smtpmail.el: Use password-cache.
16033 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
16035         * uniquify.el (uniquify-buffer-base-name): New function.
16036         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16038         * desktop.el (uniquify-managed): Don't defvar.
16039         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
16040         `uniquify-managed'.  Return also the buffer's base name.
16041         (desktop-save): When saving the buffer info, filter out the base name,
16042         and save it as buffer name if the buffer is managed by uniquify.
16043         (uniquify-item-base): Don't declare; not called anymore.
16045 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
16047         * vc.el (vc-annotate-find-revision-at-line): New function.
16048         (vc-annotate-mode-map): Bind it.
16049         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
16050         some entries.
16052 2008-02-14  Glenn Morris  <rgm@gnu.org>
16054         * calendar/time-date.el (format-seconds): New function.
16055         (emacs-uptime): Use format-seconds.
16057         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
16058         Remove `LC_ALL=C', since it's included in $(emacs) now.
16060 2008-02-14  Zhang Wei  <id.brep@gmail.com>
16062         * textmodes/org-publish.el (org-publish-timestamp-filename):
16063         Replace colon characters in filename too.
16065 2008-02-13  Bastien Guerry  <bzg@altern.org>
16067         * mail/rmail.el (rmail-header-name): New face.
16068         (rmail-font-lock-keywords): Use rmail-header-name.
16070         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
16071         against X-Spam-Status header field.
16072         (rmail-spam-filter): Also check X-Spam-Status header field.
16074 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
16076         * progmodes/flymake.el (flymake-allowed-file-name-masks):
16077         Add support for .pm files and .php files.
16078         (flymake-err-line-patterns): Add pattern for PHP errors.
16079         (flymake-php-init): New function.  PHP support for flymake.
16081         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16082         Add regular expression for PHP errors.
16084 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
16086         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
16087         This DTRT even on w32 machines.
16088         (ange-ftp-cf1): Quote FILENAME.
16090 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16092         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
16093         (smerge-auto-combine): New fun.
16095 2008-02-12  Juri Linkov  <juri@jurta.org>
16097         * startup.el (fancy-startup-screen, normal-splash-screen):
16098         Set default-directory to command-line-default-directory.
16100         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
16101         after reading the desktop.
16103         * progmodes/compile.el (compilation-auto-jump):
16104         Call compile-goto-error only when compilation-auto-jump-to-first-error
16105         is non-nil.
16106         (compilation-scroll-output): Replace :type 'boolean with a choice
16107         that has three options including a third option `first-error'.
16108         Doc fix.
16109         (compilation-start, compilation-forget-errors): Add an alternate
16110         condition comparing compilation-scroll-output with `first-error'
16111         in addition to compilation-auto-jump-to-first-error (to call
16112         compilation-auto-jump in the proper place).
16114 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16116         * international/mule.el (sgml-html-meta-auto-coding-function):
16117         Make sure the search limit is ahead.
16119         * tar-mode.el: Fix broken indentation.
16120         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
16121         Use with-current-buffer.
16123 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
16125         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
16126         it is already automatically buffer-local.
16128 2008-02-12  Drew Adams  <drew.adams@oracle.com>
16130         * help.el (describe-key): Join some split lines to facilitate filling.
16131         * help-fns.el (describe-function-1): Fill text of overlong lines.
16133 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
16135         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
16136         Use unibyte-string instead of string-make-unibyte.
16138         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
16140 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16142         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
16143         works also for buffers w/o buffer-file-name.  Update callers.
16144         (doc-view-clone-buffer-hook): New fun.
16145         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
16146         the `doc-view' property so they can be recognized.
16148         * simple.el (clone-indirect-buffer-hook): New hook.
16149         (clone-indirect-buffer): Run it.
16151 2008-02-11  Michael Olson  <mwolson@gnu.org>
16153         * epa-setup.el:
16154         * epg-package-info.el: Files removed.
16156 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
16158         * epa.el (epa-menu-mode): Merge into epa-mode.
16159         (epa-menu-items): Rename the label "EasyPG Assistant" to
16160         "Encryption/Decryption".
16162         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
16163         (epa-dired-mode-map): Rename from epa-dired-map.
16164         (epa-global-dired-mode): Rename the global minor mode.
16166 2008-02-11  Drew Adams  <drew.adams@oracle.com>
16168         * isearch.el (isearch-fail): New face.
16169         (isearch-message): Highlight failure part of input.
16171 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16173         * ibuffer.el (ibuffer-header-line-format): New var.
16174         (ibuffer-mode): Set it instead of header-line-format.
16175         (ibuffer-update): Use it to set header-line-format.
16177         * international/mule-cmds.el (ucs-insert): Inherit surrounding
16178         properties like self-insert-command.
16180 2008-02-11  Drew Adams  <drew.adams@oracle.com>
16182         * progmodes/etags.el: Add many doc strings.
16184 2008-02-11  Jason Rumney  <jasonr@gnu.org>
16186         * ldefs-boot.el: Regenerated.
16188 2008-02-11  Glenn Morris  <rgm@gnu.org>
16190         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16191         Shorten some names.
16193         * ffap.el (ffap-rfc-directories): Add :version.
16195 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
16197         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
16198         files, and backup files of same.
16200 2008-02-11  Kevin Ryde  <user42@zip.com.au>
16202         * ffap.el (ffap-rfc-directories): New variable.
16203         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
16205         * info.el (Info-next-reference, Info-prev-reference)
16206         (Info-try-follow-nearest-node): Move to and follow https:// links too.
16208         * simple.el (completion-list-mode): Show full completion-list-mode-map
16209         in the docstring.
16211 2008-02-11  Sam Steingold  <sds@gnu.org>
16213         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
16215 2008-02-11  Glenn Morris  <rgm@gnu.org>
16217         * startup.el (emacs-startup-time): New variable.
16218         (command-line): Set emacs-startup-time.
16220         * calendar/time-date.el (emacs-uptime): New function.
16222 2008-02-10  Bastien Guerry  <bzg@altern.org>
16224         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
16225         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
16226         it is nil.
16228 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16230         * epg-config.el: Expand the contents of epg-package-info.el.
16231         (epg-package-name): New constant.
16232         (epg-version-number): New constant.
16233         (epg-bug-report-address): New constant.
16235         * epa-mail.el (epa-mail-mode): Add autoload cookie.
16236         (epa-global-mail-mode): New global minor mode.
16238         * epa-file.el (epa-file-mode): New global minor mode.
16240         * epa-dired.el (epa-dired-mode): New global minor mode.
16242         * epa.el (epa-menu): New variable.
16243         (epa-menu-items): New variable.
16244         (epa-menu-mode): New global minor mode.
16245         (epa-global-minor-modes): New user option.
16246         (epa-mode): New global minor mode.
16248 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
16250         * net/dbus.el: Remove `no-byte-compile' cookie.
16251         (dbus-call-method, dbus-register-signal, dbus-debug)
16252         (dbus-registered-functions-table): Declare them with
16253         `declare-function' or `defvar', respectively.
16254         (top): Don't assert any longer.  Require 'cl when compiling.
16255         Apply `ignore-errors' but `dbus-ignore-errors'.
16257 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
16259         * diff-mode.el (diff-add-change-log-entries-other-window):
16260         Use add-change-log-entry.
16262 2008-02-09  Jason Rumney  <jasonr@gnu.org>
16264         * button.el (button-map):
16265         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
16266         * ldefs-boot.el: Regenerate.
16268 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
16270         * epa.el (epa-faces, epa):
16271         * epa-file.el (epa-file):
16272         * epg-config.el (epg): Add :version.
16274 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
16276         * vc.el (vc-exec-after): Append CODE to previous fragments.
16277         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
16278         take MESSAGES instead of VERBOSE; use it when non-nil.
16279         (vc-diff-internal): Compute messages once; use them;
16280         update call to vc-diff-finish.
16282 2008-02-09  Michael Olson  <mwolson@gnu.org>
16284         * net/tramp.el (tramp-process-sentinel): Avoid error when process
16285         buffer has been killed, such as by
16286         `tramp-cleanup-all-connections'.
16288 2008-02-09  Miles Bader  <miles@gnu.org>
16290         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
16292 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16294         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
16295         splitter in context hunks.
16297 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
16299         * international/fontset.el (setup-default-fontset): Fix arabic otf
16300         font specification.
16302 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
16304         * epa-dired.el:
16305         * epa-file.el:
16306         * epa-mail.el:
16307         * epa-setup.el:
16308         * epa.el:
16309         * epg-config.el:
16310         * epg-package-info.el:
16311         * epg.el: Initial check-in of EasyPG.
16313 2008-02-08  Glenn Morris  <rgm@gnu.org>
16315         * woman.el (woman-locale): New defcustom.
16316         (woman-expand-locale, woman-manpath-add-locales): New functions.
16317         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
16319         * international/mule-cmds.el (locale-translate): New function,
16320         with old code extracted from set-locale-environment.
16321         (set-locale-environment): Use locale-translate.  Set woman-locale.
16323         * cus-start.el (selection-coding-system): Remove, since it's now
16324         defined in select.el rather than in xselect.c.
16325         * select.el (selection-coding-system): Make it a defcustom, and
16326         add the properties from cus-start.el.  Bump :version.
16328         * custom.el (custom-theme-set-variables): Sort symbols that are
16329         dependencies before symbols that depend on them.
16330         (custom-enabled-themes): Set after custom-theme-directory.
16332         * pcmpl-unix.el (top-level): Move provide statement to end.
16333         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
16334         `*' from doc-string.  Allow to be nil.
16335         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
16336         Allow to be nil.  Add :version.
16337         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
16338         without hostnames, and multiple hostnames per line.
16340         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
16342 2008-02-08  Phil Hagelberg  <phil@evri.com>
16344         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
16345         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
16347 2008-02-07  Timo Savola  <timo.savola@iki.fi>
16349         * startup.el (command-line-x-option-alist): Add --parent-id.
16351         * term/x-win.el (x-handle-parent-id): New function.
16353 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
16355         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
16356         "Font Menu".
16358 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
16360         * net/dbus.el (dbus-interface-peer): New defconst.
16361         (dbus-ping): New defun.
16363 2008-02-06  Sam Steingold  <sds@gnu.org>
16365         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
16367 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16369         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
16370         Just return nil and let the C code provide a fallback.
16372 2008-02-05  Glenn Morris  <rgm@gnu.org>
16374         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
16375         tramp-flush-connection-property for removed 2nd argument.
16377 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16379         * diff-mode.el (diff-add-change-log-entries-other-window):
16380         Rename from diff-create-changelog.  Change users.
16381         Minor change to hopefully work with plain diffs.
16382         (diff-mode-map): Add binding for it.
16384 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
16386         * diff-mode.el: Add new TODO entry.
16387         (diff-create-changelog): New function.
16388         (diff-mode-menu): Bind it.
16390 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
16392         * international/mule-diag.el (print-fontset-element): Handle the
16393         case of inhibiting the fallback fonts.
16395 2008-02-04  Kim F. Storm  <storm@cua.dk>
16397         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16398         (ido-magic-delete-char): Use prefix arg.
16400 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
16402         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
16403         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
16404         of today, the most recent libpng is 1.2.24).
16406 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
16408         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
16410         * net/dbus.el (top): Check (featurep 'dbusbind).
16412         * net/tramp.el (tramp-process-sentinel): New defun.
16413         (tramp-do-copy-or-rename-file-out-of-band)
16414         (tramp-maybe-open-connection): Use it as process sentinel.
16415         (tramp-handle-delete-directory): Don't use the "-f" option; it
16416         isn't portable.
16417         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
16418         after the command.
16419         (tramp-handle-shell-command): Set `mode-line-process' in the
16420         asynchronous case.
16422         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
16424         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
16425         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
16426         Use `tramp-process-sentinel' as process sentinel.
16428 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
16430         * whitespace.el (global-whitespace-mode): Revert last change.
16431         (whitespace-unload-function): Force `global-whitespace-mode'
16432         to deactivate local modes in a slightly less intrusive way.
16434 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
16436         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
16438 2008-02-02  Glenn Morris  <rgm@gnu.org>
16440         * international/latin1-disp.el (latin1-display):
16441         * progmodes/fortran.el (fortran-comment-indent-char):
16442         * progmodes/idlw-shell.el (top-level):
16443         * term/mac-win.el (mac-keyboard-translate-char):
16444         * whitespace.el (whitespace-char-valid-p):
16445         * wid-edit.el (widget-key-sequence-read-event):
16446         Use characterp rather than char-valid-p.
16448         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
16449         to capitalized-find-word-boundary.  Doc fix.  Update callers.
16450         (capitalized-next-word-boundary-function-table): Rename to
16451         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
16453         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
16454         string-to-int.
16456         * ps-def.el (declare-function): Add compatibility definition.
16457         (ps-plot-with-face, ps-plot-string): Declare as functions.
16458         (ps-bold-faces, ps-italic-faces): Declare variables.
16460         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
16461         (ps-mule-end-job): Declare as functions.
16463         * wid-edit.el (widget-string-complete): Use assoc-string rather
16464         than assoc-ignore-case.
16466 See ChangeLog.13 for earlier changes.
16468 ;; Local Variables:
16469 ;; coding: utf-8
16470 ;; add-log-time-zone-rule: t
16471 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
16472 ;; End:
16474     Copyright (C) 2008  Free Software Foundation, Inc.
16476   This file is part of GNU Emacs.
16478   GNU Emacs is free software: you can redistribute it and/or modify
16479   it under the terms of the GNU General Public License as published by
16480   the Free Software Foundation, either version 3 of the License, or
16481   (at your option) any later version.
16483   GNU Emacs is distributed in the hope that it will be useful,
16484   but WITHOUT ANY WARRANTY; without even the implied warranty of
16485   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16486   GNU General Public License for more details.
16488   You should have received a copy of the GNU General Public License
16489   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16491 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc