*** empty log message ***
[emacs.git] / lisp / ChangeLog
blobdb1c1b01d3d382d16ed37b2e52c3c4043238aa24
1 2008-10-10  Jay Belanger  <jay.p.belanger@gmail.com>
3         * calc/calc.el (calc-embedded-word-regexp)
4         (calc-embedded-word-regexp-alist): New variables.
5         (calc-embedded-open-word, calc-embedded-close-word)
6         (calc-embedded-open-close-word-alist): Remove unused variables.
8         * calc/calc-embed.el (calc-embedded-make-info): Use
9         `calc-embedded-word-regexp' to find words.
11 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
13         * info.el (Info-extract-menu-counting): New argment no-detail to
14         skip detailed node listings.
15         (Info-forward-node): New argument not-up to inhibit going up.
16         (Info-final-node): Call Info-extract-menu-counting and
17         Info-forward-node with the new arguments set to avoid infinite
18         looping.  (Bug#1116)
20 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
22         * startup.el (command-line): Don't invoke tool-bar-mode if it is
23         not fboundp.
25 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
27         * startup.el (command-line): Enable tool-bar-mode as long as it is
28         not suppressed by X resources, regardless of the terminal.
30         * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
31         graphical terminals.
32         (tool-bar-setup): No-op if called on a tty.
34 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
36         * frame.el (make-frame-on-tty): Use "F" inside interactive.  Support
37         `pc' ``window-system''.
39         * progmodes/compile.el (compilation-start): Resurrect the version
40         for systems that don't support asynchronous subprocesses.
42 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
44         * window.el (pop-up-frames): Add choice graphic-only.
45         (display-buffer): When pop-up-frames equals graphic-only do
46         not pop up new frame on text-only terminals.  (Bug#1061)
48 2008-10-09  Dan Nicolaescu  <dann@ics.uci.edu>
50         * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
51         (vc-cvs-dir-status): Use it.
53 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
55         * json.el (json-skip-whitespace): Fix last change.
57 2008-10-08  Juanma Barranquero  <lekktu@gmail.com>
59         * bs.el (bs-unload-function): New function.
61 2008-10-08  Sven Joachim  <svenjoac@gmx.de>
63         * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
64         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
65         For clarity, explicitly require cl.
67 2008-10-08  Michael Olson  <mwolson@gnu.org>
69         * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
70         can avoid a bad interaction with programs that add functions to
71         the window-scroll-functions hook.  This fixes Bug #858.
73 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
75         * startup.el (command-line): Use display-warning to warn about an
76         init file error.
77         (command-line-1): Remove init file error delay.
79 2008-10-07  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
81         * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
82         Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
83         (rx-group-if): New function.
84         (rx-parent): New variable.
85         (rx-and, rx-or): Put shy groups only when necessary.
86         (rx-bracket): Remove.
87         (rx-anything): New function.
88         (rx-any-delete-from-range, rx-any-condense-range)
89         (rx-check-any-string): New functions.
90         (rx-check-any): Return result as a list.  Don't convert chars to
91         strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
92         Check char category string.  Call rx-form instead of rx-to-string.
93         (rx-any): Rebuid to complete the function.
94         (rx-check-not): Fix char category regexp pattern string.
95         Call rx-form instead of rx-to-string.
96         (rx-not): Call rx-form instead of rx-to-string.  Convert "[^]" to
97         "[^^]".  Call regexp-quote for one char string when not called from
98         rx-not.  Add "\\w", and toggle to upcase.  Add the case of
99         "\\[SCBW]" to toggle.
100         (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
101         instead of rx-to-string.
102         (rx-kleene): Call rx-form instead of rx-to-string.
103         Call rx-group-if to adjust putting of shy groups.
104         (rx-atomic-p): Make check more precisely.
105         (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
106         (rx-regexp): Call rx-group-if.
107         (rx-form): New function.
108         (rx-to-string): Call rx-form, rx-group-if.
109         Refine definition of NO-GROUP.
111 2008-10-07  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
113         * json.el (json-advance): Use forward-char.
114         (json-skip-whitespace): Use skip-syntax-forward.
116 2008-10-07  Alan Mackenzie  <acm@muc.de>
118         * progmodes/cc-engine.el: Amend several doc strings and comments.
120         * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
121         indenting a macro followed by blank lines doesn't backslash the
122         following non-blank line into the macro.
124 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
126         * startup.el (before-init-time, after-init-time): Move into emacs.c.
127         (command-line): Set after-init-time to nil before initialization.
129 2008-10-06  Jay Belanger  <jay.p.belanger@gmail.com>
131         * calc/calc-units.el (math-standard-units): Update the values
132         of the units.
134 2008-10-06  Juanma Barranquero  <lekktu@gmail.com>
136         * bookmark.el (bookmark-unload-function): New function.
138 2008-10-06  Andreas Schwab  <schwab@suse.de>
140         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
142 2008-10-06  Martin Rudalics  <rudalics@gmx.at>
144         * mail/footnote.el: Remove * in defcustom docstrings and tell
145         for most options that customizing them doesn't affect buffers
146         already displaying footnotes.
147         (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
148         Fix handling of text properties and identical start/end tags.
149         Do not use format when renumbering.
150         (Footnote-set-style): Make it work.
151         (Footnote-insert-numbered-footnote): Simplify.
152         (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
153         (Footnote-goto-footnote): Fix handling of empty section tag.
154         (Footnote-delete-footnote): Fix handling of identical start/end
155         tags, empty section tag, and spaced footnotes.  Do not use
156         kill-region.
157         (footnote-mode): Make most options buffer-local to avoid that
158         customizing messes up handling of footnotes in buffers that
159         already display them.
161 2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
163         * faces.el (x-create-frame-with-faces): Undo previous change.
165         * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
166         existent files.
168 2008-10-05  Chong Yidong  <cyd@stupidchicken.com>
170         * international/mule-cmds.el (universal-coding-system-argument):
171         Handle digit-argument too.
173 2008-10-05  Mario Lang  <mlang@delysid.org>
175         * xml.el (xml-parse-string): Use skip-chars-forward.
177 2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
179         * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
180         existent files.
181         (vc-bzr-dir-status-files): New function.
183 2008-10-04  Glenn Morris  <rgm@gnu.org>
185         * files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)
187         * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
188         (vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)
190         * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
191         (vc-cvs-dir-status): Respect vc-stay-local-p.  (Bug#1046)
193 2008-10-04  David J. Biesack  <David.Biesack@sas.com>  (tiny change)
195         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
196         Fix typo.  (Bug#1074)
198 2008-10-04  Martin Rudalics  <rudalics@gmx.at>
200         * progmodes/compile.el (compilation-start): Make sure to move to
201         point-max only when we are in the compilation buffer.  (Bug#1073)
203 2008-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
205         * faces.el (x-create-frame-with-faces): Only setup the toolbar if
206         tool-bar-mode is on.
208         * vc-svn.el (vc-svn-dir-status-files):
209         * vc-cvs.el (vc-cvs-dir-status-files): New function.
211 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
213         * vc-hg.el (vc-hg-dir-status-files): New function.
215 2008-10-03  Martin Rudalics  <rudalics@gmx.at>
217         * window.el (window--display-buffer-1): Don't care about
218         visibility since raise-frame does.
220 2008-10-03  Mario Lang  <mlang@delysid.org>
222         * nxml/xmltok.el (xmltok-forward): Simplify.
224 2008-10-03  Glenn Morris  <rgm@gnu.org>
226         * Makefile.in (ELCFILES): Update.
228         * frame.el (set-default-font): Make obsolete.
229         * mouse.el (mouse-set-font): Use set-frame-font.
231         * jka-cmpr-hook.el (jka-compr-compression-info-list)
232         (jka-compr-mode-alist-additions): Also match `.tbz2'.
234         * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
235         * files.el (auto-mode-alist): Add .PRO as per above autoload.
237 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
239         * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
240         (vc-dir-refresh): Set it here instead.  (Bug#1067)
242 2008-10-02  Chong Yidong  <cyd@stupidchicken.com>
244         * faces.el (inhibit-frame-set-background-mode): New var.
245         (frame-set-background-mode): Use it to avoid a loop in
246         face-spec-recalc.
248 2008-10-02  Glenn Morris  <rgm@gnu.org>
250         * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
251         vc-diff-switches.
253 2008-10-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
255         * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
256         that is, to take some action when a buffer is killed.  Suggested by
257         Stefan Monnier <monnier@iro.umontreal.ca>.  Doc fix.  New version
258         11.2.2.
259         (whitespace-action): Docstring and :type fix.
260         (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
261         Code fix.
262         (whitespace-add-local-hook, whitespace-remove-local-hook)
263         (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
265 2008-10-01  Magnus Henoch  <mange@freemail.hu>
267         * net/tls.el (open-tls-stream): Show the actual command being
268         executed, instead of the format string.
270 2008-10-01  Eli Zaretskii  <eliz@gnu.org>
272         * term/internal.el (dos-locale-alist): New alist.
273         (dos-codepage-setup): Use it to compute a value of locale with
274         which to call set-locale-environment.  Remove code to set
275         terminal, keyboard, and file-name encoding (done by
276         set-locale-environment).
278         * international/mule-cmds.el
279         (set-language-environment-nonascii-translation): Fix nonascii
280         value for `pc' ``window-system''.
281         (set-display-table-and-terminal-coding-system)
282         (set-default-coding-systems): Don't special-case `pc'.
284 2008-10-01  Glenn Morris  <rgm@gnu.org>
286         * filesets.el (filesets-menu-name): Fix type.
287         (filesets-menu-path, filesets-menu-before): Fix types.
288         Change defaults to be consistent with recentf.  (Bug#1056)
290 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
292         * term/xterm.el (xterm-turn-on-modify-other-keys)
293         (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
294         Don't forget to pass `terminal' to `send-string-to-terminal'.
296 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
298         * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
299         (vc-file-not-found-hook): Check, that `buffer-file-name' is
300         non-nil.  It is not clear, whether this is only fixing symptoms on
301         an error.  OTOH, in all other cases, the call of `vc-file-clearprops'
302         is embedded by that check.  So it might be TRT.  Suggested by Dan
303         Nicolaescu <dann@ics.uci.edu>.
305 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
307         * Makefile.in (ELCFILES): Remove codepage.elc.
309         * international/codepage.el: File removed, as even ms-dos doesn't
310         need it anymore.
312         * loadup.el [ms-dos]: Don't load ccl and codepage.
314         * term/internal.el: Remove coding: cookie and no-byte-compile flag.
315         (IT-character-translations, cjk-codepages-alist): Remove variables.
316         (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
317         (IT-unicode-translations): Remove charset and base elements.
318         Add translations for Latin-1 characters.
319         (IT-setup-unicode-display): Accept a CODING argument.  Don't use
320         base and chset elements of IT-unicode-translations.  Don't wrap
321         translation in "{...}".  Set up translations only for characters
322         for which unencodable-char-position returns non-nil.
323         (dos-codepage-setup): Don't use special-case codepages in
324         cjk-codepages-alist.
326         * files.el (locate-dominating-file): Wrap directory-files with
327         condition-case, instead of calling file-directory-p, which stats
328         the directory one more time.
330         * mail/mail-utils.el (mail-unquote-printable-region):
331         Use insert-byte instead of insert-char, when the UNIBYTE arg is
332         non-nil.
334 2008-09-30  Daiki Ueno  <ueno@unixuser.org>
336         * epa-file.el (epa-file-insert-file-contents): Fix typo.
338 2008-09-30  Glenn Morris  <rgm@gnu.org>
340         * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
342 2008-09-30  Daniel Colascione  <danc@merrillpress.com>
344         * progmodes/which-func.el (which-func-imenu-joiner-function): New.
345         (which-function): Handle nested imenu trees.
347         * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
348         some nested menu items.
350 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
352         * calc/calc-units.el (math-standard-units): Add entries used to
353         display the the values in the units buffer.
354         (math-build-units-table): Add entries to the units table to be used
355         to display the values in the units buffer.
356         (math-build-units-table-buffer): Use the display entry of the units
357         table when non-nil.
358         (calc-define-unit): Add option to enter display value of unit.
360 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
362         * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
364 2008-09-29  Eli Zaretskii  <eliz@gnu.org>
366         * files.el (locate-dominating-file): Take file-attributes of
367         `dir', not of `file' (which never changes).
369 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
371         * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
372         also be `localname'.
374         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
375         IDENTIFICATION.
377 2008-09-28  Glenn Morris  <rgm@gnu.org>
379         * vc.el (vc-switches): Give it a doc string.
381 2008-09-28  Romain Francoise  <romain@orebokech.com>
383         * comint.el (comint-show-output): Adjust to stickiness changes of
384         the output field.
386         * startup.el (command-line): Start the daemon server later.
388 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
390         * subr.el (read-quoted-char): Call char-resolve-modifiers
391         instead of char-resolve-modifers.
393 2008-09-27  Glenn Morris  <rgm@gnu.org>
395         * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
396         than [return].  (Bug#1031)
398 2008-09-27  Peter Dyballa  <Peter_Dyballa@Freenet.DE>
400         * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
402 2008-09-27  Daiki Ueno  <ueno@unixuser.org>
404         * epg.el (epg-wait-for-status): Check if there is no pending status.
405         Reported by Ted Romer <ted@romerfamily.com>.
407 2008-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
409         * startup.el (command-line): Turn on menu-bar-mode and
410         tool-bar-mode when running as a daemon.
412 2008-09-26  Eli Zaretskii  <eliz@gnu.org>
414         * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
415         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
416         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
417         ($(lisp)/progmodes/cc-engine.elc)
418         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
419         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
420         ($(lisp)/progmodes/cc-subword.elc)
421         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
423         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
424         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
425         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
426         ($(lisp)/progmodes/cc-engine.elc)
427         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
428         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
429         ($(lisp)/progmodes/cc-subword.elc)
430         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
432 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
434         * informat.el (Info-split-threshold): New variable.
435         (Info-split): Use it.
437         * textmodes/texinfmt.el (texinfo-format-buffer):
438         Use Info-split-threshold to decide whether to split Info files.
440 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
442         * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
443         quoting.
445         * comint.el (comint-dynamic-complete-as-filename): Quote directory
446         name when reinserting it.
448         * isearch.el (isearch-search-fun): Use word-search-forward-lax and
449         word-search-backward-lax for incremental word search.
451 2008-09-25  Juanma Barranquero  <lekktu@gmail.com>
453         * generic-x.el (generic-other-modes): Fix typo in docstring.
454         (generic-use-find-file-hook, generic-lines-to-scan)
455         (generic-find-file-regexp, generic-ignore-files-regexp)
456         (generic-define-mswindows-modes, generic-define-unix-modes):
457         Remove `*' from docstring.
458         (generic-mode-find-file-hook): Use `string-match-p'.
459         (apache-log-generic-mode, mailagent-rules-generic-mode)
460         (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
461         (java-manifest-generic-mode, java-properties-generic-mode)
462         (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
463         for consistency with other modes in generic-x.el.
465 2008-09-25  Martin Rudalics  <rudalics@gmx.at>
467         * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
468         (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
469         parens specially only if latex-handle-escaped-parens is non-nil.
470         (latex-indent-within-escaped-parens): New option.
471         (latex-find-indent): Bind latex-handle-escaped-parens to
472         latex-indent-within-escaped-parens.  Do not treat escaped parens
473         specially when this is nil.  (Bug#954)
475 2008-09-25  Glenn Morris  <rgm@gnu.org>
477         * ffap.el (ffap-fixup-url): Don't call url-normalize-url.  (Bug#898)
479 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
481         * vc.el (vc-mark-resolved): Move message here from
482         vc-default-mark-resolved.
483         (vc-default-mark-resolved): Change to an alias for ignore.
485 2008-09-24  Andreas Politz  <politza@fh-trier.de>  (tiny change)
487         * term.el (term-emulate-terminal): Encode input string before
488         checking its length.
490 2008-09-24  Chong Yidong  <cyd@stupidchicken.com>
492         * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
493         is loaded.
495         * server.el (server-buffer-done): Avoid changing the buffer when
496         deleting the client's frame (bug#640).
498         * vc.el (vc-default-mark-resolved): New function.
500 2008-09-24  Stephen Berman  <stephen.berman@gmx.net>
502         * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
503         from raising a wrong-type-argument error.
505 2008-09-24  Martin Rudalics  <rudalics@gmx.at>
507         * help-fns.el (describe-function-1, describe-variable): Print
508         relative file name in help buffer.
509         * faces.el (describe-face): Print relative file name in help
510         buffer.
512 2008-09-23  Romain Francoise  <romain@orebokech.com>
514         * subr.el (with-output-to-string): Make sure that the temporary
515         buffer gets killed.
517 2008-09-23  Markus Sauermann  <markus@sauermann-consulting.de>  (tiny change)
519         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
520         indentation problem with keyword symbols when a list starts with
521         ,@ or spaces.  (Bug#1012)
523 2008-09-23  Martin Rudalics  <rudalics@gmx.at>
525         * textmodes/tex-mode.el (latex-find-indent): Try to handle
526         escaped close parens correctly.  (Bug#954)
528 2008-09-22  Tassilo Horn  <tassilo@member.fsf.org>
530         * play/fortune.el (fortune-in-buffer): Fix a bug which forced
531         usage of `fortune-file' even though a FILE argument was passed to
532         the function.
534 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
536         * startup.el (command-line): Start the server when in daemon mode.
537         Remove always true test.
539         * frame.el (frame-initialize): Remove spurious setting of
540         special-display-function with the default value.
542 2008-09-20  Vincent Belaïche  <vincent.b.1@hotmail.fr>
544         * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
546 2008-09-20  Glenn Morris  <rgm@gnu.org>
548         * emacs-lisp/lisp-mode.el (lisp-indent-offset):
549         Fix custom type.  (Bug#1011)
551 2008-09-20  David De La Harpe Golden  <david@harpegolden.net>
553         * files.el (move-file-to-trash): Avoid recursive trashing if
554         rename-file calls delete-file.
556 2008-09-20  Glenn Morris  <rgm@gnu.org>
558         * play/fortune.el: Remove leading `*' from defcustom docs.
559         (fortune-program-options): Doc fix.  Allow to be a string again.
560         Add :version.
561         (fortune-in-buffer): Handle fortune-program-options as a string.
562         Don't rely on fortune program accepting options after fortune file.
564 2008-09-20  Justin Bogner  <mail@justinbogner.com>  (tiny change)
566         * play/fortune.el (fortune-program-options): Change to a list.
567         (fortune-in-buffer): Use apply.
569 2008-09-20  Ulrich Mueller  <ulm@kph.uni-mainz.de>
571         * emacs-lisp/authors.el: Change encoding of file to utf-8.
572         (authors-coding-system): Likewise.
574 2008-09-20  Ami Fischman  <ami@fischman.org>
576         * savehist.el (savehist-save): Handle errors in writing as well as
577         reading.
579 2008-09-20  Michael Olson  <mwolson@gnu.org>
581         * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
582         to provide a minimal performance boost.
584 2008-09-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
586         * proced.el (proced-grammar-alist, proced-custom-attributes)
587         (proced-format-alist, proced-format, proced-filter-alist)
588         (proced-filter, proced-sort): Use defcustom.
589         (proced-mode): Fix docstring.
590         (proced-process-attributes): Handle return value nil of functions
591         in proced-custom-attributes.
593 2008-09-19  Martin Rudalics  <rudalics@gmx.at>
595         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
596         flag from "'" entry in sgml-tag-syntax-table.  (Bug#946)
598 2008-09-19  Miles Bader  <miles@gnu.org>
600         * comint.el (comint-output-filter): Make field properties for
601         output text front-sticky.
603 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
605         * vc-bzr.el (vc-bzr-show-log-entry):
606         * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
607         C-x v l for a directory uses that.
609 2008-09-18  Simon Josefsson  <simon@josefsson.org>
611         * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
612         .sieve files.
614 2008-09-18  Martin Rudalics  <rudalics@gmx.at>
616         * help-macro.el (make-help-screen): Preserve key bindings
617         established in help-mode call when exiting this macro.
619 2008-09-17  Kenichi Handa  <handa@m17n.org>
621         * language/burmese.el: Fix setting of composition-function-table.
623 2008-09-17  Martin Rudalics  <rudalics@gmx.at>
625         * info.el (Info-follow-nearest-node): Don't raise an error for
626         mouse-1 clicks.
628 2008-09-17  Jay Belanger  <jay.p.belanger@gmail.com>
630         * calc/calc-units.el (calc-convert-temperature): Use default
631         units when appropriate.
633 2008-09-16  Markus Triska  <markus.triska@gmx.at>
635         * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
636         catch errors raised in `texmathp'.
637         (flyspell-tex-math-initialized): Remove.
639 2008-09-16  Martin Rudalics  <rudalics@gmx.at>
641         * frame.el (select-frame-set-input-focus): With non-nil
642         mouse-autoselect-window always move mouse cursor to frame's
643         selected window.  Otherwise restore pre 2008-09-13 behavior.
644         (select-frame-by-name): Use select-frame-set-input-focus.
646         * files.el (switch-to-buffer-other-frame): Don't raise frame since
647         pop-to-buffer already does it.
648         (display-buffer-other-frame): Fix doc-string.
650 2008-09-16  Glenn Morris  <rgm@gnu.org>
652         * add-log.el (diff-find-source-location): Update declaration.
654         * progmodes/make-mode.el (makefile-match-function-end):
655         Move point.  (Bug#983)
657 2008-09-16  Daiki Ueno  <ueno@unixuser.org>
659         * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
661 2008-09-15  Juanma Barranquero  <lekktu@gmail.com>
663         * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
664         (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
666 2008-09-15  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
668         * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
670 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
672         * files.el (file-truename): Don't raise args-out-of-range error
673         when filename has no separator on windows-nt.  (Bug#982)
675 2008-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
677         * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
678         be more honest when we don't know.
679         (diff-tell-file-name): Don't prompt before the actual prompt.
680         (diff-mode): Don't prompt in add-log-buffer-file-name-function.
681         (diff-find-source-location): Add `noprompt' argument.
682         (diff-current-defun): Don't prompt.
684 2008-09-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
686         * proced.el (proced-mark-face, proced-marked-face)
687         (proced-sort-header-face): Remove.
688         (proced-font-lock-keywords): Simplify.
689         (proced-format): Use face proced-sort-header.
690         (proced-format-interactive, proced-sort-interactive)
691         (proced-filter-interactive): Only call proced-update if the scheme
692         has changed.
693         (proced-sort-header): Use posn-actual-col-row.
695 2008-09-14  Martin Rudalics  <rudalics@gmx.at>
697         * add-log.el (change-log-find-window): New variable.
698         (change-log-goto-source-1, change-log-goto-source):
699         Set change-log-find-window to window displaying source.
700         (change-log-next-error): Select window specified by
701         change-log-find-window.
703 2008-09-13  Martin Rudalics  <rudalics@gmx.at>
705         * frame.el (select-frame-set-input-focus): With focus follows
706         mouse move mouse cursor to right window.
707         * window.el (pop-to-buffer): Select window before calling
708         select-frame-set-input-focus.
710 2008-09-12  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
712         * proced.el (proced-sort-header): New face.
713         (proced-sort-header-face): New variable.
714         (proced-format): Allow format value nil.
715         Use proced-sort-header-face for header of sort column.
716         (proced-format-args): New function.
717         (proced-grammar-alist, proced-timer-flag, proced-process-alist)
718         (proced-header-help-echo, proced-field-help-echo, proced-timer)
719         (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
720         (proced-refine): Rename from proced-filter-attribute.  Doc fix.
721         (proced-sort-header): Bind also to mouse-1.
722         (proced-move-to-goal-column): Return position of point.
723         (proced-filter-interactive): Always revert listing.
724         (proced-format-ttname): Simplify.
725         (proced-update): Do not keep undo information.  Put point at
726         beginning of buffer if we generate the first listing.
728 2008-09-12  Tassilo Horn  <tassilo@member.fsf.org>
730         * doc-view.el (doc-view-scroll-up-or-next-page)
731         (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
732         vertically split windows.
734 2008-09-12  Glenn Morris  <rgm@gnu.org>
736         * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
738         * indent.el (indent-line-function): Doc fix.
739         * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
741 2008-09-11  Martin Rudalics  <rudalics@gmx.at>
743         * window.el (pop-to-buffer): If the window for buffer-or-name is
744         not on the selected frame, raise that window's frame and give it
745         input focus.  (Bug#745)
747 2008-09-11  Glenn Morris  <rgm@gnu.org>
749         * ido.el (ido-mode): Initialize with custom-initialize-default,
750         rather than a set function.  (Bug#947)
752 2008-09-10  Chong Yidong  <cyd@stupidchicken.com>
754         * replace.el (perform-replace): Don't set inhibit-read-only using
755         query-replace-skip-read-only (bug#956).
757         * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
758         of the <<foo>> form.
760 2008-09-10  Martin Rudalics  <rudalics@gmx.at>
762         * window.el (display-buffer): Fix doc-string typo.
764 2008-09-10  Kenichi Handa  <handa@m17n.org>
766         * composite.el (compose-gstring-for-graphic): Fix previous change.
768 2008-09-10  Glenn Morris  <rgm@gnu.org>
770         * info.el (Info-try-follow-nearest-node): Fix doc typo.
772 2008-09-10  Stephen Berman  <stephen.berman@gmx.net>
774         * info.el (Info-mouse-follow-nearest-node): Follow links to different
775         manuals.  (Bug#886)
777 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
779         * ido.el (ido-unload-function): New function.
781 2008-09-08  Juanma Barranquero  <lekktu@gmail.com>
783         * ido.el (ido-file-internal): Fix typo in prompt.
784         (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
785         (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
786         (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
787         (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
788         Fix typos in docstrings.
790 2008-09-08  Martin Rudalics  <rudalics@gmx.at>
792         * help-fns.el (describe-function-1): Don't print extra newline
793         after filling.
795 2008-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>
797         * help-fns.el (find-lisp-object-file-name): Handle case where
798         library is compressed.
800 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
802         * complete.el (PC-do-completion): Don't replace buffer
803         contents (bug#227).
805 2008-09-07  Juanma Barranquero  <lekktu@gmail.com>
807         * loadhist.el (unload-feature-special-hooks):
808         Add `choose-completion-string-functions'.
810 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
812         * vc-svn.el (vc-svn-root):
813         * vc-sccs.el (vc-sccs-root):
814         * vc-rcs.el (vc-rcs-root):
815         * vc-cvs.el (vc-cvs-root): Delete.
816         * vc-hooks.el (vc-find-root): Remove `invert' argument.
818 2008-09-07  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
820         * progmodes/flymake.el (flymake-parse-err-lines): Filter out
821         errors occurring in different files.
823 2008-09-07  Dan Nicolaescu  <dann@ics.uci.edu>
825         * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
826         (vc-bzr-status-printer): New function.
827         (vc-bzr-after-dir-status): Deal with renamed files.
829 2008-09-07  Johan Euphrosine  <proppy@aminche.com>  (tiny change)
831         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
832         buffer's filename.
834 2008-09-07  Martin Rudalics  <rudalics@gmx.at>
836         * subr.el (cancel-change-group): Widen buffer temporarily when
837         undoing changes.  (Bug#810)
839 2008-09-07  Nick Roberts  <nickrob@snap.net.nz>
841         * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
842         with gud-stop-subjob rather than exit debugger.
844 2008-09-07  Kenichi Handa  <handa@m17n.org>
846         * composite.el: Compose combining characters only when it
847         follows a character matching with "[[:alpha:]]".
849 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
851         * proced.el: Require time-date.
852         (proced-command-alist, proced-command, proced-goal-header-re)
853         (proced-sorting-schemes-alist, proced-sorting-scheme)
854         (proced-header-alist, proced-sorting-schemes-re)
855         (proced-skip-regexp, proced-next-line, proced-previous-line)
856         (proced-listing-type, proced-sorting-scheme-p): Remove.
857         (proced-grammar-alist, proced-custom-attributes)
858         (proced-format-alist, proced-format, proced-filter-alist)
859         (proced-filter, proced-sort, proced-goal-attribute)
860         (proced-timer-interval, proced-timer-flag, proced-timer)
861         (proced-process-alist, proced-sort-internal, proced-process-tree)
862         (proced-header-help-echo, proced-field-help-echo): New variables.
863         (proced-pid-at-point, proced-timer, proced-mark-process-alist)
864         (proced-omit-process, proced-filter, proced-process-tree)
865         (proced-filter-children, proced-children-pids)
866         (proced-filter-parents, proced-<, proced-string-lessp)
867         (proced-time-lessp, proced-xor, proced-sort-p)
868         (proced-format-time, proced-format-start, proced-format-ttname)
869         (proced-format, proced-process-attributes): New functions.
870         (proced-toggle-timer-flag, proced-mark-children)
871         (proced-mark-parents, proced-filter-interactive)
872         (proced-filter-attribute, proced-sort-interactive)
873         (proced-sort-header, proced-format-interactive): New commands.
874         (proced-move-to-goal-column): Use goal-column.
875         (proced-mode): Use proced-timer.
876         (proced-do-mark-all): Display process count.  Use use-region-p.
877         Simplify.
878         (proced-omit-processes): Use use-region-p.
879         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
880         (proced-sort-start, proced-sort-time, proced-sort-user):
881         Use proced-sort-interactive.
882         (proced-sort): Make it a function that performs the actual sort.
883         (proced-update): New arg revert.  Use proced-process-alist,
884         proced-filter, proced-sort, proced-format, and
885         proced-grammar-alist.  Preserve position of point based on fields.
886         Make header line and fields clickable.
887         (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
888         (proced-why): Use save-selected-window.
889         (proced-log): Use buffer-read-only.
891 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
893         * tooltip.el (tooltip-mode): Initialize unconditionally to t.
895 2008-09-06  Glenn Morris  <rgm@gnu.org>
897         * add-log.el (diff-find-source-location): Declare.
898         (find-change-log): If called from a diff buffer, try to switch to the
899         source buffer (e.g. to respect change-log-default-name there).
901         * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
902         unallowed characters; added 2006-10-10 without comment.  (Bug#753)
904         * Makefile.in (ELCFILES): Update.
906 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
908         * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
909         user enters a mouse event in another frame, or a special event.
911         * server.el (server-switch-buffer): New arg.
912         (server-execute): If reusing an existing window, set file position
913         if required.
915 2008-09-06  Kenichi Handa  <handa@m17n.org>
917         * language/lao.el: Fix setting of composition-function-table.
919 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
921         * term/pc-win.el (msdos-show-help): Don't truncate lines while
922         displaying help echo messages.
924 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
926         * subr.el (symbol-file): Fix doc-string.
928 2008-09-06  Glenn Morris  <rgm@gnu.org>
930         * help-mode.el (help-xref-forward-stack): Doc fix.
932         * add-log.el (change-log-default-name): Autoload safety.
934 2008-09-05 Wilson Snyder  <wsnyder@wsnyder.org>
936         * verilog-mode.el (verilog-library-extensions): Enable .sv
937         filename extensions to call verilog-mode.
938         (verilog-auto, verilog-auto-inst, verilog-faq)
939         (verilog-submit-bug-report): Update author support URLs.
940         (verilog-delete-auto, verilog-auto-inout-module)
941         (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
942         creating complemented testbench modules.  Suggested by Yishay Belkind.
943         (verilog-auto-inst-port, verilog-simplify-range-expression):
944         When verilog-auto-inst-param-value is set, don't require a
945         AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
946         Yishay Belkind.
947         (verilog-auto-inst-param-value): Add safe variable.
948         (verilog-re-search-forward, verilog-re-search-backward):
949         Fix returning wrong search results on Emacs 22.1.
950         (verilog-modi-cache-results, verilog-auto): Fix warning message
951         about "toggling font-lock-mode."
952         (verilog-auto): Fix losing font-lock on errors.
953         (verilog-auto-inst-param-value, verilog-mode-version)
954         (verilog-mode-version-date, verilog-read-inst-param-value)
955         (verilog-auto-inst, verilog-auto-inst-param)
956         (verilog-auto-inst-port, verilog-simplify-range-expression):
957         Allow parameters to be replaced with their values, on the expansion of
958         an AUTOINST with Verilog 2001 style parameter settings.
959         Suggested by David Rogoff.
961 2008-09-05  Michael McNamara  <mac@mail.brushroad.com>
963         * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
964         Better support for the property statement.  Sometimes this keyword
965         introduces a statement which requires an endproperty keyword, and
966         sometimes it doesn't, depending on the work before the property
967         word.  If property is prefixed with assert, assume or cover
968         keyword, then the statement is ended with a ';'.  Otherwise,
969         property is like task or specify, and is followed by some number
970         of statements, which are ended with an endproperty keyword.
971         (electric-verilog-tab): Support Emacs 22.2 style handling of tab
972         in a highlighted region: indent each line in region according to
973         mode.  Supply this so it works in XEmacs and older Emacs.
975 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
977         * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
978         Don't clean up a buffer when killing it.
980 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
982         * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
983         buffers (bug#360).  New version 11.2.1.
984         (whitespace-action): New value `warn-read-only' to give a warning when
985         buffer is read-only and whitespace action is cleanup or auto-cleanup.
986         (whitespace-cleanup, whitespace-cleanup-region): Code fix.
987         (whitespace-warn-read-only): New fun.
989 2008-09-05  Chong Yidong  <cyd@stupidchicken.com>
991         * international/quail.el: Require help-mode.
992         (quail-help-init): Function removed.
993         (quail-keyboard-layout-button, quail-keyboard-customize-button):
994         Define directly.
996         * dired.el (dired-get-filename): Rewrite octal escape character
997         processor (bug#885).
999 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
1001         * cus-edit.el (custom-button-pressed): Default to inverse-video.
1003         * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
1004         not just for terminal-frame.
1006 2008-09-05  Martin Rudalics  <rudalics@gmx.at>
1008         * window.el (window--try-to-split-window): Don't split when window
1009         is not splittable in last disjunct.  (Bug#888)
1011 2008-09-05  Kenichi Handa  <handa@m17n.org>
1013         * language/tibetan.el: Fix setting of composition-function-table.
1015         * composite.el (find-composition): Mention about the automatic
1016         composition in the docstring.
1017         (compose-gstring-for-graphic): Fix handling "above" marks.
1019         * descr-text.el (describe-char): Fix handling of automatic composition.
1021 2008-09-04  Juanma Barranquero  <lekktu@gmail.com>
1023         * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
1024         (tramp-parse-connection-properties): Reflow docstring.
1026 2008-09-04  Kim F. Storm  <storm@cua.dk>
1028         * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
1029         and other-frame methods when switching between file and buffer modes.
1031 2008-09-04  Martin Rudalics  <rudalics@gmx.at>
1033         * info.el (Info-dir-remove-duplicates): Narrow buffer when
1034         removing duplicate entries under same heading.  Don't skip char
1035         matching anything but a space or tab at bol.  (Bug#864)
1037 2008-09-03  Alan Mackenzie  <acm@muc.de>
1039         * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
1041 2008-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1043         * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
1044         (completion-pcm--all-completions): Move the case-fold-search binding to
1045         it also applies to completion-regexp-list (used in all-completions).
1046         (completion-pcm--hilit-commonality): Add missing case-fold-search.
1048 2008-09-03  Martin Rudalics  <rudalics@gmx.at>
1050         * window.el (pop-up-frame-function): Move ...
1051         * frame.el (pop-up-frame-function): ... here, to avoid
1052         "CHANGED outside Customize;".
1054 2008-09-03  Glenn Morris  <rgm@gnu.org>
1056         * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
1058 2008-09-03  Chong Yidong  <cyd@stupidchicken.com>
1060         * isearch.el (isearch-highlight-regexp): Fix last change, quoting
1061         non-alphabetical characters properly.
1063 2008-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
1065         * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
1067 2008-09-02  Martin Rudalics  <rudalics@gmx.at>
1069         * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
1070         control-prefixed keys.  (Bug#835)
1072 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
1074         * image-mode.el (image-mode): Fix 2008-07-19 change.
1076 2008-09-02  Juanma Barranquero  <lekktu@gmail.com>
1078         * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
1080         * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
1082 2008-09-02  Glenn Morris  <rgm@gnu.org>
1084         * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
1086         * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
1088 2008-09-01  Glenn Morris  <rgm@gnu.org>
1090         * vc-hooks.el (vc-previous-version): Move alias to vc.el.
1091         * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
1092         and fix name typos.  (Bug#856)
1094 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
1096         * minibuffer.el (completion-pcm--pattern->regex):
1097         When completion-ignore-case is non-nil, generate a regexp that
1098         ignores case.
1100         * window.el (recenter-top-bottom): Doc fix.
1102 2008-09-01  Simon South  <ssouth@member.fsf.org>
1104         * progmodes/delphi.el: New maintainer.
1105         (delphi-interface-types): New var.
1106         (delphi-composite-types): Use it.
1107         (delphi-enclosing-indent-of): Distinguish between "interface"
1108         keyword as a unit separator and used like a class declaration.
1110 2008-09-01  Martin Rudalics  <rudalics@gmx.at>
1112         * help-fns.el (describe-simplify-lib-file-name)
1113         (find-source-lisp-file): Remove.
1114         (find-lisp-object-file-name): New function giving preference to
1115         files found via load-path instead of loaddefs.el.
1116         (describe-function-1): Use new function instead of the removed
1117         ones.  (Bugs #587, #669, #690)
1118         * faces.el (describe-face): Use find-lisp-object-file-name instead
1119         of describe-simplify-lib-file-name.
1121 2008-09-01  Kenichi Handa  <handa@m17n.org>
1123         * international/mule-diag.el (font-show-log): Fix previous change.
1125         * international/mule-cmds.el (set-language-environment):
1126         Don't overwrite current-iso639-language if the current language
1127         environment doesn't provide that data.
1128         (set-locale-environment): Set current-iso639-language from the
1129         locale name.
1131         * international/fontset.el (script-representative-chars): Re-add
1132         the entry for symbol, but with vector of characters.
1133         (setup-default-fontset): Cancel previous change.
1135 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
1137         * ido.el: Move provide statement to the end of the file.
1139 2008-08-30  Markus Triska  <markus.triska@gmx.at>
1141         * linum.el (linum-mode): `window-size-change-functions' can now be
1142         buffer-local.
1143         (linum-update-window): Use result of `move-overlay'.
1145 2008-08-30  Glenn Morris  <rgm@gnu.org>
1147         * subr.el (make-variable-frame-local): Tweak obsolescence message.
1149         * info.el (Info-hide-note-references, Info-refill-paragraphs):
1150         Doc fixes.
1152         * apropos.el (apropos-command): Report documentation errors.
1153         * help-fns.el (describe-function-1): Handle broken aliases.  (Bug#825)
1155 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
1157         * isearch.el (isearch-highlight-regexp): Fix case of highlighted
1158         string.
1160 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
1162         * bindings.el (mode-line-frame-identification): Fix last change.
1164 2008-08-29  Kenichi Handa  <handa@m17n.org>
1166         These changes are to adjust the automatic composition for the new
1167         implementation (avoid using text property).
1169         * composite.el (composition-function-table): Move declaration to
1170         composite.c.
1171         (terminal-composition-base-character-p): Delete it.
1172         (terminal-composition-function): Delete it.
1173         (terminal-composition-function-table): Delete it.
1174         (lgstring-header, lgstring-set-header, lgstring-font)
1175         (lgstring-char, lgstring-char-len, lgstring-shaped-p)
1176         (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
1177         (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
1178         (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
1179         (lglyph-ascent, lglyph-descent, lglyph-adjustment)
1180         (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
1181         (compose-glyph-string, compose-glyph-string-relative)
1182         (compose-gstring-for-graphic, compose-gstring-for-terminal):
1183         New functions.
1184         (auto-compose-chars): Argument changed.
1186         * language/european.el: Don't setup composition-function-table.
1187         (diacritic-composition-pattern, diacritic-compose-region)
1188         (diacritic-compose-string, diacritic-compose-buffer)
1189         (diacritic-composition-function): Delete them.
1191         * language/lao-util.el (lao-composition-function): Argument changed.
1193         * language/sinhala.el: Fix setting up of composition-function-table.
1195         * language/thai.el: Fix setting up of composition-function-table.
1197         * language/thai-util.el: Encoding changed to utf-8.
1198         (thai-composition-function): Argument changed.
1200         * language/indian.el: Fix setting up of composition-function-table.
1201         (devanagari-composable-pattern)
1202         (tamil-composable-pattern, kannada-composable-pattern)
1203         (malayalam-composable-pattern): New variables.
1205         * international/characters.el (unicode-category-table):
1206         Setup unicode-category-table.
1208         * international/fontset.el (setup-default-fontset): Prepend
1209         iso10646-1 fonts to the fallback font groups instead of appending.
1211 2008-08-29  Glenn Morris  <rgm@gnu.org>
1213         * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
1215 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
1217         * term/x-win.el (x-win-suspend-error): Don't signal error if there
1218         are no X frames active.
1220 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
1222         * net/xesam.el (xesam-kill-buffer-function): Wrap code by
1223         `ignore-errors' (the function must succeed always).
1225 2008-08-28  "Edward O'Connor"  <hober0@gmail.com>
1227         * json.el (json-read-number): New arg.  Handle explicitly signed
1228         numbers.
1229         (json-readtable): Add `+' and `.'.
1231 2008-08-28  Eli Zaretskii  <eliz@gnu.org>
1233         * term/pc-win.el (msdos-previous-message): New variable.
1234         (msdos-show-help): New function.
1235         (msdos-initialize-window-system): Set show-help-function to
1236         msdos-show-help.
1238 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
1240         * emacs-lisp/debug.el (debug): When killing a noninteractive
1241         Emacs, give an exit status of -1.
1243 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
1245         * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
1247 2008-08-27  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
1249         * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
1250         not the same as the last modification time, fall back on the
1251         backend-specific check.
1253 2008-08-27  Teodor Zlatanov  <tzz@lifelogs.com>
1255         * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
1256         to go to the position of interest.
1258 2008-08-27  Tomas Abrahamsson  <tab@lysator.liu.se>
1260         * textmodes/artist.el (artist-mode-init): Add comment on the
1261         setting up of the `artist-replacement-table' array.
1262         (artist-get-replacement-char): New defsubst.
1263         (artist-get-char-at-xy-conv, artist-replace-char)
1264         (artist-replace-chars, artist-replace-string): Use it instead of
1265         accessing `artist-replacement-table' directly.
1266         Reported by Rubén Berenguel <ruben@maia.ub.es>.
1268         (artist-mt): Fix structures for cut and copy operations.
1270 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
1272         * shell.el (shell-file-name-quote-list): Quote `$'.
1274         * comint.el (comint-dynamic-complete-as-filename): Generalize last
1275         change to allow quoting of characters before point.
1276         (comint-dynamic-list-filename-completions): Quote common substring.
1278 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
1280         * comint.el (comint-dynamic-complete-as-filename): If case is
1281         ignored while matching, replace the entire filename with completion.
1283         * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
1284         flyspell-pre-point is valid to avoid signalling an error in
1285         post-command-hook.
1287 2008-08-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
1289         * linum.el (linum): Inherit remaining face attributes from default
1290         face.
1292 2008-08-26  Markus Triska  <markus.triska@gmx.at>
1294         * linum.el (linum-delay): Disable - it should no longer be
1295         necessary, and can lead to longer delays.
1296         (linum-update-window): Renumber if margin width has changed.
1298 2008-08-26  Daiki Ueno  <ueno@unixuser.org>
1300         * epa.el (epa--key-widget-action): Save the selected window to
1301         make `widget-button-click-moves-point' work.  (Bug#733).
1303 2008-08-26  Glenn Morris  <rgm@gnu.org>
1305         * calendar/holidays.el (calendar-holidays): Doc fix.
1307         * progmodes/gud.el (tramp-file-name-localname)
1308         (tramp-dissect-file-name): Declare.
1310         * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
1312 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
1314         * bindings.el (mode-line-frame-control): New function, caters to
1315         `pc' ``window system''.
1316         (mode-line-frame-identification): Use it instead of accessing
1317         window-system directly.
1319 2008-08-25  Juri Linkov  <juri@jurta.org>
1321         * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
1322         `center-line' and "\eS" from `center-paragraph'.
1323         (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
1324         `center-paragraph'.
1326 2008-08-25  Ulf Jasper  <ulf@web.de>
1328         * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
1329         (newsticker-treeview-treewindow-width): New.
1330         (newsticker-treeview-listwindow-height): New.
1331         (newsticker-treeview-browse-url-item): New.
1332         (newsticker-treeview-mode-map):
1333         Add newsticker-treeview-browse-url-item.
1334         (newsticker--treeview-window-init):
1335         Use newsticker-treeview-treewindow-width and
1336         newsticker-treeview-listwindow-height.
1338         * net/newst-reader.el (newsticker-browse-url-item): New.
1340 2008-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
1342         * vc-dir.el (vc-dir-marked-only-files-and-states):
1343         (vc-dir-child-files-and-states): Reverse the list before returning it.
1345 2008-08-24  Michael Albinus  <michael.albinus@gmx.de>
1347         * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
1349 2008-08-24  Romain Francoise  <romain@orebokech.com>
1351         * progmodes/python.el (run-python): Remove '' from sys.path.
1353 2008-08-23  Glenn Morris  <rgm@gnu.org>
1355         * progmodes/fortran.el (fortran-tab-mode-string)
1356         (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
1358 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
1360         * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
1361         Add declare-function.
1363         * startup.el (command-line): Don't call tty-register-default-colors
1364         if initial-window-system is `pc'.
1366         * term/internal.el (local-function-key-map): Fix unbalanced parens.
1367         (msdos-key-remapping-map): New variable.  Move here all the special
1368         keys we will be remapping via local-function-key-map.
1369         (msdos-setup-keyboard): New function.
1371         * term/pc-win.el (msdos-create-frame-with-faces): Rename from
1372         make-msdos-frame.
1373         (terminal-init-internal): New function, errors out if called.
1374         (msdos-initialize-window-system): New function.
1375         (msdos-create-frame-with-faces): Set the terminal's
1376         `terminal-initted' (sic!) parameter.
1377         (frame-creation-function-alist): Add msdos-create-frame-with-faces.
1378         (window-system-initialization-alist):
1379         Add msdos-initialize-window-system.
1380         (handle-args-function-alist): Use tty-handle-args for `pc'
1381         ``window system'' as well.
1382         (pc-win): Provide.
1384         * term/tty-colors.el (tty-register-default-colors): Remove bogus
1385         code for using msdos-color-values.
1387         * loadup.el [ms-dos]: Load term/pc-win.
1389 2008-08-23  Dan Nicolaescu  <dann@ics.uci.edu>
1391         * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
1392         directory name.
1394 2008-08-23  Nick Roberts  <nickrob@snap.net.nz>
1396         * progmodes/gud.el (gud-common-init): Use absolute file so that
1397         perldb works with tramp (sudo).
1399         * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
1400         match data in process filters.
1402 2008-08-23  Martin Rudalics  <rudalics@gmx.at>
1404         * dired.el (dired-buffer-stale-p): Do not revert buffer that
1405         can be written.
1407 2008-08-23  Glenn Morris  <rgm@gnu.org>
1409         * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
1410         (dired-guess-shell-alist-user): Doc fix.  (Bug#417).
1412 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
1414         * subr.el (temp-buffer-show-hook): Doc fix.
1416 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
1418         * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
1419         and "INSIDE_EMACS=...".  Reported by Tassilo Horn
1420         <tassilo@member.fsf.org>.
1422         * net/trampver.el: Update release number.
1424         * net/xesam.el (xesam-minor-mode): New minor mode.
1425         (xesam-highlight-buffer): Remove.  Code moved to
1426         `xesam-minor-mode'.
1427         (xesam-refresh-entry): Use `xesam-minor-mode'.
1429 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
1431         * minibuffer.el (completion--try-word-completion):
1432         Disable partial-completion when considering the addition of a space
1433         or hyphen.
1435 2008-08-21  John Paul Wallington  <jpw@pobox.com>
1437         * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
1438         filename of `tofile' doesn't contain any colons on Windows,
1439         Cygwin, and MS-DOS systems.
1441 2008-08-21  Daiki Ueno  <ueno@unixuser.org>
1443         * epg.el (epg-make-context, epg-context-set-passphrase-callback)
1444         (epg-context-set-progress-callback): Make sure the callback is a
1445         cons of a function and a handback.  Update all callers.
1447 2008-08-20  David Reitter  <david.reitter@gmail.com>
1449         * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
1450         Patch applied by Adrian Robert.
1452 2008-08-20  Kevin Ryde  <user42@zip.com.au>
1454         * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
1455         directive lines.
1457 2008-08-20  Michael Albinus  <michael.albinus@gmx.de>
1459         * net/xesam.el (xesam-highlight-string): Precise doc string.
1460         (xesam-highlight-buffer): New defun.
1461         (xesam-refresh-entry): Use it.  Better check for sourceModified.
1463 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
1465         * edmacro.el (edmacro-parse-keys): Catch events with spaces in
1466         their names.
1468 2008-08-19  Kenichi Handa  <handa@m17n.org>
1470         * language/european.el ("Esperanto"): Change the preferred
1471         charsets to iso-8859-3.
1473         * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
1475         * international/fontset.el (script-representative-chars):
1476         Delete the entry for symbol.
1477         (setup-default-fontset): For symbol characters, don't specify
1478         :script property.
1480 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
1482         * minibuffer.el (completion-table-dynamic): Doc fix.
1484         * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
1485         saved.
1487 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
1489         * emulation/edt.el (edt-default-emulation-setup):
1490         Share global-buffers-menu-map with the emulated global map.
1492 2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
1494         * term/ns-win.el (global): Uncomment "put backspace
1495         ascii-character..." and friends, they are needed for tramp.  (Bug#725)
1497 2008-08-18  Kenichi Handa  <handa@m17n.org>
1499         * international/mule-diag.el (font-show-log): Add optional arg N
1500         to control the limit of font listing.
1502 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
1504         * window.el (recenter-top-bottom): Determine top and bottom
1505         positions using scroll-margin instead of scroll-conservatively.
1507 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1509         * proced.el (proced-send-signal): Use beginning-of-line.
1511 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1513         * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
1514         (proced-mode-map): Add tooltips for menus.  Use radio buttons for
1515         listing types.
1516         (proced-log-buffer): New variable.
1517         (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
1518         region if transient-mark-mode is turned on and the region is active.
1519         (proced-omit-processes): Rename from proced-hide-processes to
1520         avoid key clash with describe-mode (bound to h).  Search for
1521         marked processes starting from point-min.
1522         (proced-header-space): Remove.
1523         (proced-send-signal): Handle errors.  Operate on current process
1524         if no process is marked.
1525         (proced-why): New command.
1526         (proced-log, proced-log-summary): New functions.
1527         (proced-help): Use proced-why.
1528         * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
1529         (bibtex-autokey-year-title-separator): Fix docstring.
1531 2008-08-17  Michael Albinus  <michael.albinus@gmx.de>
1533         * net/xesam.el (xesam-vendor, xesam-notify-function):
1534         New local variables.
1535         (xesam-mode): Extend docstring.  Initialize `xesam-notify-function'.
1536         (xesam-refresh-entry): Use `xesam-notify-function' if set.  Remove
1537         Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
1538         (xesam-new-search): Initialize `xesam-vendor'.
1540 2008-08-15  Glenn Morris  <rgm@gnu.org>
1542         * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
1543         a pipeline.
1544         * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
1545         unless at the end of the pipeline.  (Bug#699).
1547 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
1549         * minibuffer.el (completion-boundaries): Doc fix.
1550         (display-completion-list): Only default base-size to zero if
1551         completing in the minibuffer.
1553         * simple.el (completion-base-size): Doc fix.
1554         (choose-completion): Try reselecting completion-reference-buffer.
1556 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
1558         * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
1559         also for remote directories.
1561 2008-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1563         * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
1564         since those precomputed values aren't used any more.
1565         (easy-menu-precalculate-equivalent-keybindings): Obsolete.
1567 2008-08-14  Martin Rudalics  <rudalics@gmx.at>
1569         * help.el (with-help-window): Return last value in BODY.
1571 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
1573         * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
1574         notify function of the URL.
1575         (xesam-new-search): Encode special characters in the query string.
1577 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
1579         * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
1581 2008-08-13  Andreas Schwab  <schwab@suse.de>
1583         * net/tramp.el (tramp-handle-shell-command): Handle output going
1584         to current buffer like shell-command.  Don't disable undo.
1586 2008-08-13  Glenn Morris  <rgm@gnu.org>
1588         * eshell/esh-cmd.el (eshell/which): Handle the case where no
1589         description is found.
1591 2008-08-12  Alan Mackenzie  <acm@muc.de>
1593         * progmodes/cc-defs.el (c-emacs-features):
1594         argumentative-bod-function: bind mark-ring to avoid accumulating a
1595         spurious mark.
1597 2008-08-12  Chong Yidong  <cyd@stupidchicken.com>
1599         * simple.el (visual-line--saved-state): New var.
1600         (visual-line-mode): Save local values of variables, and restore
1601         them when visual-line-mode is disabled.
1603 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
1605         * net/ldap.el (ldap-search-internal): Tweak URL regexp.
1607 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
1609         * progmodes/cc-defs.el (c-emacs-features):
1610         Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
1611         moving point during the test.
1613         * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
1615 2008-08-11  Glenn Morris  <rgm@gnu.org>
1617         * term/ns-win.el (x-parse-geometry): Doc fix.
1619         * dired.el (x-popup-menu):
1620         * hi-lock.el (x-popup-menu):
1621         * mouse.el (font-face-attributes):
1622         * calendar/cal-menu.el (x-popup-menu):
1623         * calendar/calendar.el (x-popup-menu):
1624         * calendar/holidays.el (x-popup-menu):
1625         * progmodes/cperl-mode.el (x-popup-menu):
1626         * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
1627         (x-open-connection):
1628         * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
1629         (x-command-line-resources):
1630         * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
1631         (x-display-name, x-command-line-resources):
1632         Add declarations for builds without X.
1634 2008-08-10  Glenn Morris  <rgm@gnu.org>
1636         * calendar/cal-bahai.el (holiday-bahai): Doc fix.
1638 2008-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
1640         * vc-bzr.el (vc-bzr-find-revision): Rename from
1641         vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
1643 2008-08-10  Michael Albinus  <michael.albinus@gmx.de>
1645         * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
1646         (xesam-refresh-entry): Add Debbugs handling.  Insert a widget
1647         "DONE", when all hits are retrieved.
1648         (xesam-search): Autoload it.
1650 2008-08-11  John Paul Wallington  <jpw@pobox.com>
1652         * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
1653         empty string when no filename.
1654         (define-ibuffer-column filename): Accommodate that change.
1656         * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
1657         `buffer-file-name' instead of `ibuffer-buffer-file-name'.
1659 2008-08-10  Glenn Morris  <rgm@gnu.org>
1661         * Makefile.in (ELCFILES): Update.
1663 2008-08-10  John Paul Wallington  <jpw@pobox.com>
1665         * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
1667 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
1669         * battery.el (battery-echo-area-format, battery-status-function):
1670         Handle new Linux sysfs format for battery reporting.
1671         (battery-linux-sysfs): New function.
1673 2008-08-07  Martin Rudalics  <rudalics@gmx.at>
1675         * add-log.el (change-log-search-tag-name)
1676         (change-log-goto-source): Fix behavior when point is not on tag.
1678 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
1680         * startup.el (command-line-ns-option-alist): Use ignore instead of
1681         ns-ignore-0-arg.
1683         * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
1684         (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
1685         (ns-alternatives-map): New variable.
1686         (x-set-up-function-keys): Use it.
1687         (global): Comment out "put backspace ascii-character..." and friends.
1688         Move function-key-map into ns-alternatives-map.  Don't call
1689         precompute-menubar-bindings.  Don't set anything connected with
1690         browse-url.
1691         (after-make-frame-functions): Clarify comment why a hook is added.
1693 2008-08-06  Joakim Verona  <joakim@verona.se>
1695         * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
1696         in url:s.
1698 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
1700         * vc-svn.el (vc-svn-parse-status): Use when instead of if.
1701         Fix 2008-01-01 change: use a shy group to not affect subsequent
1702         match calls.
1704 2008-08-06  Reto Zimmermann  <reto@gnu.org>
1706         * progmodes/vera-mode.el (vera-electric-tab):
1707         * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
1708         region when active.
1710 2008-08-06  Kenichi Handa  <handa@m17n.org>
1712         * faces.el (face-valid-attribute-values): Fix handling the value
1713         of (font-family-list) and font-XXX-table.
1715 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
1717         * proced.el (proced-menu): Bind the correct function to for toggling.
1719         * vc-dir.el (vc-dir-mode): Fix typo.
1721 2008-08-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1723         * whitespace.el (whitespace-newline-mode)
1724         (global-whitespace-newline-mode, whitespace-mode)
1725         (global-whitespace-mode): Improve docstring.
1727 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
1729         * kmacro.el (kmacro-exec-ring-item): Add autoload.
1731         * files.el (auto-save-visited-file-name): Move definition to fileio.c.
1733         * cus-start.el (all): Handle auto-save-visited-file-name.
1735 2008-08-05  Alex Shinn  <alexshinn@gmail.com>  (tiny change)
1737         * files.el (hack-one-local-variable-eval-safep): Handle
1738         lisp-indent-function and scheme-indent-function in addition to the
1739         deprecated lisp-indent-hook.
1741 2008-08-05  Michael Albinus  <michael.albinus@gmx.de>
1743         * net/xesam.el (top): Require `wid-edit' always.
1744         (xesam-mode-line, xesam-highlight): New deffaces.
1745         (xesam-objects): New local variable.
1746         (xesam-search-engines): Fix error in field list.
1747         (xesam-mode): Use `xesam-mode-line' instead of
1748         `font-lock-type-face'.  Apply `xesam-mode' to a temp buffer, for
1749         proper initialization (why?).
1750         (xesam-highlight-string, xesam-get-hits)
1751         (xesam-kill-buffer-function): New defuns.
1752         (xesam-refresh-entry): Move code to `xesam-get-hits'.  Check
1753         result of "hit.fields", it isn't a string only.  Wrap an error of
1754         the strigi search engine ("xesam:size" is returned as string).
1755         Highlight search items.
1756         (xesam-refresh-search-buffer): Make logic of counters more simple.
1757         Prefetch next hits.
1758         (xesam-signal-handler): Use `xesam-mode-line' instead of
1759         `font-lock-type-face'.
1760         (xesam-new-search): Add `xesam-kill-buffer-function' to
1761         `kill-buffer-hook'.
1763 2008-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
1765         * add-log.el (change-log-next-error, change-log-mode): Add support
1766         for `next-error' to call `change-log-goto-source' on named files
1767         in a ChangeLog.
1769 2008-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
1771         * calc/calc.el (math-read-number): Handle all C-like languages
1772         properly.
1774 2008-08-04  Vincent Belaïche  <vincent.b.1@hotmail.fr>
1776         * calc/calc.el (math-read-number): Handle C numbers beginning with
1777         0 correctly.
1779 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
1781         * term/ns-win.el ([ns-new-frame]): New global key.
1783 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
1785         * international/mule-cmds.el (read-char-by-name):
1786         Check UCS names with `assoc-string' and case folding.
1788 2008-08-04  Michael Albinus  <michael.albinus@gmx.de>
1790         * net/dbus.el (dbus-call-method-asynchronously)
1791         (dbus-method-return-internal, dbus-method-error-internal):
1792         Declare them with `declare-function'.
1794 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
1796         * descr-text.el (describe-char-display): Fix last change:
1797         don't pass CHARSET to `encoded-string-description'.
1799 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
1801         * vc.el (vc-next-action): Update list var correctly after delete.
1803 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
1805         * ido.el (ido-mode): Add toggle notification.
1807         * cus-edit.el (custom-save-all): Avoid destroying symlink if
1808         already visiting the custom file.
1810         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
1811         pending output coming after the status change.
1813 2008-08-02  Jason Rumney  <jasonr@gnu.org>
1815         * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
1817 2008-08-01  Kenichi Handa  <handa@m17n.org>
1819         * international/mule-cmds.el (encode-coding-char):
1820         New optional arg CHARSET.
1822         * descr-text.el (describe-char-display): Call encode-coding-char
1823         with the arg CHARSET.
1824         (describe-char): Pay attention to the text-property `charset'.
1826 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
1828         * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
1829         error messages.
1830         (dbus-set-property): Call `dbus-introspect-get-property' instead
1831         of `dbus-get-property'.
1833         * net/xesam.el (xesam-all-fields): Remove source and content
1834         identifiers.
1835         (xesam-dbus-unique-names): New defvar.
1836         (xesam-dbus-call-method): New defun.  Replace all calls of
1837         `dbus-call-method' by `xesam-dbus-call-method'.
1838         (xesam-get-cached-property, xesam-set-cached-property):
1839         New defuns.
1840         (xesam-get-property, xesam-set-property, xesam-refresh-entry)
1841         (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
1842         (xesam-search-engines): Make it an association list.  Take changed
1843         layout into account in the corresponding function.
1844         (xesam-delete-search-engine): Remove check for consistency of
1845         `xesam-search-engines', not needed anymore.
1846         (xesam-mode): Show XML query string only in the debug case.
1848 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
1850         * files.el (read-file-modes): Fix typo in docstring.
1852 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
1854         * Makefile.in: Avoid maintainer warning for autogenerated unicode
1855         files.
1857         * apropos.el (apropos-symbol): Don't set button skip by default.
1858         (apropos-print): Set button skip iff searching for multiple types.
1859         (apropos-print-doc): Insert blank label button when searching for
1860         a single type.
1862         * button.el (forward-button): Avoid infloop.
1864         * minibuffer.el (read-file-name-completion-ignore-case):
1865         Add cygwin to the list.
1867 2008-07-31  Sven Joachim  <svenjoac@gmx.de>
1869         * files.el (abbreviate-file-name): When replacing $HOME with ~,
1870         turn off case-fold-search.
1872 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
1874         * net/dbus.el (top): Don't register for "NameOwnerChanged".
1875         (dbus-message-type-invalid, dbus-message-type-method-call)
1876         (dbus-message-type-method-return, dbus-message-type-error)
1877         (dbus-message-type-signal): New defconst.
1878         (dbus-ignore-errors): Fix `edebug-form-spec' property.
1879         (dbus-return-values-table): New defvar.
1880         (dbus-call-method-non-blocking-handler, dbus-event-message-type):
1881         New defun.
1882         (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
1883         Extend docstring.  Adapt implementation according to new
1884         `dbus-event' layout.
1885         (dbus-event-service-name, dbus-event-path-name)
1886         (dbus-event-interface-name, dbus-event-member-name):
1887         Adapt implementation according to new `dbus-event' layout.
1888         (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
1890         * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
1891         (xesam-mode): Rework implementation.
1892         (xesam-new-search): Additional parameter TYPE.
1893         (xesam-search): Adapt call of `xesam-new-search'.
1895 2008-07-31  Juri Linkov  <juri@jurta.org>
1897         * dired-aux.el (dired-do-chmod): Set default value to the original
1898         mode string using absolute notation like u=rwx,g=rx,o=rx.
1899         Use it as a new arg `default' of `dired-mark-read-string'.
1900         (dired-mark-read-string): Add new optional arg `default'.
1902         * files.el (read-file-modes): Set default value to the original
1903         mode string using absolute notation like u=rwx,g=rx,o=rx.
1904         Use it as the `default' arg of `read-string'.
1906         * filesets.el (filesets-cmd-isearch-getargs): Check if the
1907         variable `files' is bound to avoid warnings.
1909         * isearch.el (isearch-forward-regexp, isearch-forward-word)
1910         (isearch-backward, isearch-backward-regexp): Doc fix - make a link
1911         to the command `isearch-forward' instead of displaying "See C-s".
1912         (isearch-highlight-regexp): Remove arguments `regexp' and `face'
1913         with their interactive specifications.  Move reading the face name to
1914         the main body after calls to isearch-done and isearch-clean-overlays.
1916         * mb-depth.el: Unify all names under one common name prefix
1917         `minibuffer-depth-'.
1918         (minibuffer-depth-indicator-function): Rename from
1919         `minibuf-depth-indicator-function'.
1920         (minibuffer-depth-overlay): Rename from
1921         `minibuf-depth-overlay'.
1922         (minibuffer-depth-setup): Rename from
1923         `minibuf-depth-setup-minibuffer'.
1924         (minibuffer-depth-indicate-mode): Rename from
1925         `minibuffer-indicate-depth-mode'.
1927 2008-07-31  Juri Linkov  <juri@jurta.org>
1929         * dired-aux.el (dired-isearch-filenames-toggle): New command.
1930         (dired-isearch-filenames-setup): Bind "\M-sf" to
1931         dired-isearch-filenames-toggle in isearch-mode-map.
1932         (dired-isearch-filenames-end): Bind "\M-sf" to nil
1933         in isearch-mode-map.
1935         * isearch.el (isearch-edit-string-set-word): New command.
1936         (minibuffer-local-isearch-map): Bind "\C-w" to
1937         isearch-edit-string-set-word.
1938         (isearch-new-word): Temporary internal variable.
1939         (isearch-edit-string): Remove special case of reading the
1940         first character and checking it for C-w.
1942         * simple.el (read-shell-command, shell-command):
1943         Move code that uses minibuffer-with-setup-hook to set
1944         minibuffer-default-add-function to minibuffer-default-add-shell-commands
1945         from the interactive spec of `shell-command' to `read-shell-command'.
1947         * international/mule-cmds.el (read-char-by-name):
1948         Accept hash notation.  Doc fix.
1949         (ucs-insert): Doc fix.  Convert to number only when `arg' is
1950         a string.  Use separate error message when `arg' is not an integer.
1951         Bind `ucs-insert' to `C-x 8 RET'.
1953 2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
1955         * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
1956         move the (arglist-cont-nonempty) from c-offsets-alist to
1957         c-hanging-braces-alist like other styles already have.
1959 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1961         * textmodes/texinfmt.el:
1962         * nxml/nxml-enc.el:
1963         * mail/feedmail.el:
1964         * international/mule.el:
1965         * international/latexenc.el:
1966         * emulation/viper-util.el:
1967         * emulation/viper-init.el:
1968         * emulation/viper-ex.el:
1969         * emacs-lisp/bytecomp.el:
1970         * version.el:
1971         * subr.el:
1972         * startup.el:
1973         * sort.el:
1974         * shadowfile.el:
1975         * recentf.el:
1976         * printing.el:
1977         * paths.el:
1978         * minibuffer.el:
1979         * ls-lisp.el:
1980         * loadup.el:
1981         * hippie-exp.el:
1982         * finder.el:
1983         * files.el:
1984         * ediff-util.el:
1985         * ediff-ptch.el:
1986         * ediff-init.el:
1987         * ediff-diff.el:
1988         * dired.el:
1989         * dired-aux.el:
1990         * cus-edit.el:
1991         * bindings.el:
1992         * arc-mode.el:
1993         * add-log.el: Remove VMS support.
1994         * obsolete/vmsproc.el:
1995         * obsolete/vms-pmail.el:
1996         * obsolete/vms-patch.el: Remove file.
1998 2008-07-31  Alan Mackenzie  <acm@muc.de>
2000         * progmodes/cc-mode.el (c-before-hack-hook): New function
2001         (Top Level): Install c-before-hack-hook on
2002         before-hack-local-variables-hook, rather than
2003         c-postprocess-file-styles on hack-local-variables-hook.
2005 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
2007         * files.el (normal-mode): Move call to hack-project-variables into
2008         hack-local-variables.
2009         (file-local-variables-alist, before-hack-local-variables-hook):
2010         New vars.
2011         (ignored-local-variables): Add file-local-variables-alist.
2012         (hack-local-variables-filter): Renamed from
2013         hack-local-variables-apply.  Add the result to
2014         file-local-variables-alist, without applying them.
2015         (hack-local-variables): Set file-local-variables-alist to nil.
2016         Call hack-project-variables and before-hack-local-variables-hook.
2017         Apply variables here, instead of hack-local-variables-apply.
2018         Based on a patch by Alan Mackenzie.
2020 2008-07-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
2022         * info-look.el (autoconf-mode :doc-spec): For
2023         "(autoconf)M4 Macro Index", if the item already
2024         begins with "AS_", don't prefix that string again.
2026 2008-07-30  Juri Linkov  <juri@jurta.org>
2028         * info.el (info, Info-mode): Doc fix.
2030         * isearch.el (isearch-mode-map): Bind `M-s r' to
2031         `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
2032         (search-map): Bind `M-s w' to `isearch-forward-word' globally
2033         in the global map `search-map'.
2034         (isearch-forward): Doc fix.
2035         (isearch-forward-word, isearch-toggle-case-fold): New commands.
2037         * simple.el (quoted-insert): Comment out code that treats
2038         0240-0377 specially.
2040 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
2042         * cus-start.el: Add customization info for
2043         read-buffer-completion-ignore-case.
2045 2008-07-30  Sam Steingold  <sds@gnu.org>
2047         * vc-dir.el (vc-dir): Call file-truename on the dir argument.
2049 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
2051         * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
2052         (vc-dir-mode): Improve docstring.
2054 2008-07-30  Juri Linkov  <juri@jurta.org>
2056         * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
2057         for the sake of isearch-mode-hook in dired-mode in dired.el.
2059 2008-07-19  Markus Triska  <markus.triska@gmx.at>
2061         * image-mode.el (image-mode): Set image-mode-text-map when image
2062         cannot be displayed.
2064 2008-07-30  Stephen Leake  <stephen_leake@stephe-leake.org>
2066         * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
2067         ada-xref-set-default-prj-values.
2068         (ada-prj-display-page): Ditto.
2070         * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
2071         (ada-make-filename-from-adaname): Fix free variable.
2073 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
2075         * vc-git.el (vc-git-status-printer): Synchronize with the default.
2077 2008-07-30  Michael McNamara  <mac@mail.brushroad.com>
2079         * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
2080         for declarations inside a parenthetical list.  The code is ill-advised,
2081         and doesn't work given user defined types.
2082         (verilog-set-auto-endcomments): Enhance function automatic
2083         endcomment to support functions that return user defined types.
2084         (verilog-mode): Add code to tell which-function-mode minor mode
2085         that Verilog supports this feature.
2086         (verilog-beg-block-re-ordered, verilog-indent-re)
2087         (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
2088         (verilog-leap-to-head): Support the new virtual and/or protected
2089         tasks, as well as extern declarations of tasks for indenting and
2090         for forward/backward expression.
2092 2008-07-30  Wilson Snyder  <wsnyder@wsnyder.org>
2094         * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
2095         to work with SV 'logic' signals.  Suggested by Julian Gorfajn.
2096         (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
2097         (verilog-string-replace-matches): Avoid recursion with small
2098         replacements.
2099         (verilog-auto-inst-param-value, verilog-mode-version)
2100         (verilog-mode-version-date, verilog-read-inst-param-value)
2101         (verilog-auto-inst, verilog-auto-inst-param)
2102         (verilog-auto-inst-port, verilog-simplify-range-expression): Add
2103         verilog-auto-inst-param-value option for AUTOINST.  Suggested by
2104         David Rogoff.  This allows parameters to be replaced with their
2105         values, on the expansion of an AUTOINST with Verilog 2001 style
2106         parameter settings.
2108 2008-07-30  David Lord  <david.lord@phonecoop.coop>  (tiny change)
2110         * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
2111         to `cddr'.
2113 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
2115         * Makefile.in (ELCFILES): Add mairix.elc.
2117 2008-07-29  David Engster  <deng@randomsample.de>
2119         * net/mairix.el: New file.
2121 2008-07-29  Juri Linkov  <juri@jurta.org>
2123         * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
2124         instead of variable-pitch with bold and 1.2 height.
2126         * dired-aux.el (dired-do-async-shell-command): New command.
2128         * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
2129         from `&' to `%&'.  Bind `&' to `dired-do-async-shell-command'.
2131 2008-07-29  Juri Linkov  <juri@jurta.org>
2133         * international/mule-cmds.el (ucs-names): New internal variable.
2134         (ucs-names): New function.
2135         (ucs-completions): New lazy completion variable.
2136         (read-char-by-name): New function.
2137         (ucs-insert): Replace interactive spec letter "s" with the call to
2138         `read-char-by-name'.
2140         * replace.el (read-regexp): Add second arg `default'.  Doc fix.
2142         * replace.el (occur-read-primary-args):
2143         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
2144         (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
2145         second arg of `read-regexp'.
2147         * dired-aux.el (dired-isearch-filenames): New user option.
2148         (dired-isearch-orig-success-function): New internal variable.
2149         (dired-isearch-filenames-setup, dired-isearch-filenames-end)
2150         (dired-isearch-success-function): New functions.
2151         (dired-isearch-filenames, dired-isearch-filenames-regexp):
2152         New commands.
2154         * dired.el (dired-insert-set-properties): Add new text property
2155         `dired-filename' to put on file names.
2156         (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
2157         and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
2158         Add menu items.
2159         (dired-mode): Add hook `dired-isearch-filenames-setup' to
2160         buffer-local `isearch-mode-hook'.
2162 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
2164         * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
2165         (ada-create-case-exception): Fix typo in docstring.
2166         (ada-no-auto-case): Return nil, not the docstring.
2167         (ada-indent-current): Reflow docstring.
2169         * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
2170         (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
2171         (ada-prj-load-from-file): Reflow docstring.
2172         (ada-prj-display-page): Fix typo in widget.
2174         * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
2175         Fix typos in docstrings.
2177         * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
2178         (ada-compile-current, ada-check-current, ada-run-application)
2179         (ada-get-ali-file-name): Fix typos in docstrings.
2180         (ada-xref-confirm-compile, ada-find-references)
2181         (ada-find-local-references, ada-find-any-references): Doc fixes.
2182         (ada-get-all-references): Fix typo in error message.
2183         (ada-xref-current-project): Use `let', not `let*'.
2184         (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
2186 2008-07-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2188         * whitespace.el (whitespace-newline): Change initialization to have a
2189         low contrast relative to the background color.  Suggested by David
2190         Reitter <david.reitter@gmail.com>.
2192 2008-07-28  Juri Linkov  <juri@jurta.org>
2194         * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
2195         New functions.
2197         * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
2198         and dired-do-isearch-regexp to `M-s a M-C-s'.  Add menu items.
2200 2008-07-28  Seiji Zenitani  <zenitani@mac.com>
2202         * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
2203         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
2205 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
2207         * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
2208         Add support for add-log.
2209         (ada-end-stmt-re): Fix bug - allow comment after 'when'.
2211         * progmodes/ada-prj.el: Delete 'main_unit' project variable.
2212         (ada-prj-save): Prompt for file name if not given.
2213         (ada-prj-display-page): Display casing exceptions.
2215         * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
2216         Ada mode project files.  Delete 'main_unit' project variable;
2217         only need 'main'.  Simplify handling of default project values.
2218         Use cross-prefix consistently.
2219         (ada-find-executable): Throw error if not found.
2220         (ada-initialize-runtime-library): Improve error handling when
2221         gnatls not found.
2222         (ada-gnat-parse-gpr): New.
2223         (ada-treat-cmd-string): Allow process environment variables.
2224         (ada-xref-set-default-prj-values): Delete; replace with
2225         ada-default-prj-properties.
2226         (ada-parse-prj-file): Handle GNAT project files.
2227         (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
2228         (ada-select-prj-file): New.
2229         (ada-get-absolute-dir-list): Allow project and environment variables.
2231 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
2233         Sync with Tramp 2.1.14.
2235         * net/tramp.el (tramp-perl-directory-files-and-attributes)
2236         (tramp-get-device): Make device number a cons cell.
2237         (tramp-convert-file-attributes): Make inode a cons cell.
2239         * net/trampver.el: Update release number.
2241 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
2243         * faces.el (face-set-after-frame-default): Treat 'ns as all other
2244         window systems.
2246 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
2248         * term/ns-win.el (do-applescript): New alias in carbon-compat section.
2250 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
2252         Remove support for Mac Carbon.
2253         * term/mac-win.el: Remove file
2254         * international/mule-cmds.el:
2255         * version.el:
2256         * startup.el:
2257         * simple.el:
2258         * mwheel.el:
2259         * mouse.el:
2260         * loadup.el:
2261         * isearch.el:
2262         * info.el:
2263         * frame.el:
2264         * faces.el:
2265         * disp-table.el:
2266         * cus-start.el:
2267         * cus-face.el:
2268         * cus-edit.el:
2269         * Makefile.in: Remove code for Carbon.
2271 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
2273         * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
2274         bindings for functions deleted by Dan N. 2008-07-21.  Set
2275         where-is-preferred-modifier.  Add show-manual option to Help menu.
2277 2008-07-26  Michael Albinus  <michael.albinus@gmx.de>
2279         * net/tramp.el (tramp-handle-start-file-process):
2280         Set query-on-exit flag.  Kill temporary buffer.
2281         (tramp-process-sentinel): Remove defun.
2282         (tramp-do-copy-or-rename-file-out-of-band)
2283         (tramp-maybe-open-connection): Don't call it.
2285         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
2286         `tramp-process-sentinel'.
2288         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
2289         `tramp-process-sentinel'.
2291         * net/xesam.el (xesam-from): Remove defvar.
2292         (xesam-mode): Derive from `special-mode'.  Extend `xesam-mode-map'
2293         and `mode-line-position'.
2294         (xesam-refresh-entry): Remove argument `hit-number'.  Add debug
2295         information to the widgets.  Don't set `mode-line-position'.
2296         (xesam-refresh-search-buffer): Correct hit number computing.
2297         Don't set `mode-line-position'.
2298         (xesam-new-search): Add debug information to the mode line.
2300 2008-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2302         * diff-mode.el (diff-show-trailing-blanks): Renamed to
2303         diff-show-trailing-whitespaces.
2305 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
2307         * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
2308         invalid filename strings when parsing tex errors (bug#376).
2310 2008-07-25  Dan Nicolaescu  <dann@ics.uci.edu>
2312         * menu-bar.el (menu-bar-file-menu): Fix typo.
2314 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
2316         * play/solitaire.el (solitaire-mode-map): Define within defvar.
2317         (solitaire-mode): Define with `define-derived-mode'.
2318         (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
2319         (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
2320         (solitaire-undo, solitaire-check): Use `when'.
2321         (solitaire-solve): Err out if the solitaire is already in progress.
2322         Use `when'.
2324         * descr-text.el (describe-char): Don't overwrite local variable char
2325         when describing characters with display-table entries.  Display font
2326         backend when describing composed characters.  Simplify: use `let'
2327         instead of `let*', and `or x y' instead of `if x x y'.
2329 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
2331         * image-mode.el (image-minor-mode): Set up winprops.
2333 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2335         * diff-mode.el (diff-show-trailing-blanks): New fun.
2336         Show trailing blanks in modified lines for diff-mode.
2338 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
2340         * Makefile.in (ELCFILES): Add net/xesam.el.
2342         * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
2343         process name.  Reported by Markus Triska <markus.triska@gmx.at>.
2345         * net/xesam.el: New file.
2347 2008-07-24  Sven Joachim  <svenjoac@gmx.de>
2349         * dired-aux.el (dired-copy-file-recursive): Avoid calling
2350         set-file-modes when creating target directories.
2352 2008-07-24  Juanma Barranquero  <lekktu@gmail.com>
2354         * play/solitaire.el (solitaire-mode): Fix typo in docstring.
2355         Set `show-trailing-whitespace' to nil.
2356         (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
2357         Fix typos in docstrings.
2359 2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
2361         * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
2362         key remapping, not directly.
2364 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2366         * whitespace.el: New version 11.2.
2367         (whitespace-newline-mode, global-whitespace-newline-mode): New newline
2368         minor mode visualization.
2370 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
2372         * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
2374         * Makefile.in (ELCFILES): Add term/common-win.elc.
2376         * vc-dir.el (vc-dir-search, vc-dir-isearch)
2377         (vc-dir-isearch-regexp): New functions.
2378         (vc-dir-mode-map, vc-dir-menu-map): Bind them.
2380 2008-07-23  Juri Linkov  <juri@jurta.org>
2382         * isearch-multi.el: Remove file to avoid dos file name clashes
2383         with isearch-x.el.  Move most content to misearch.el.
2385         * misearch.el: New file with most content from isearch-multi.el.
2386         Rename `isearch-buffers' name prefixes to `multi-isearch'.
2387         Remove `isearch-buffers-minor-mode'.  Add new function
2388         `multi-isearch-setup' to `isearch-mode-hook'.  New top-level
2389         commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
2390         `multi-isearch-files', `multi-isearch-files-regexp'.
2392         * Makefile.in (ELCFILES): Remove isearch-multi.elc.  Add misearch.elc.
2394         * isearch.el (isearch-message-prefix): Display "Multi" when
2395         `multi-isearch-next-buffer-current-function' is non-nil.
2396         (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
2397         with `multi-isearch-next-buffer-current-function', and
2398         `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
2400         * add-log.el (change-log-mode): Set `change-log-next-buffer' to
2401         `multi-isearch-next-buffer-function' instead of
2402         `isearch-buffers-next-buffer-function'.  Remove call to
2403         `isearch-buffers-minor-mode'.
2405         * buff-menu.el (Buffer-menu-marked-buffers)
2406         (Buffer-menu-isearch-buffers)
2407         (Buffer-menu-isearch-buffers-regexp): New functions.
2408         (Buffer-menu-mode-map): Bind "M-s a C-s" to
2409         `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
2410         `Buffer-menu-isearch-buffers-regexp'.
2411         (Buffer-menu-mode): Document new commands in docstring.
2412         (list-buffers-noselect): Add one space after Info file name
2413         according to the Info address convention.
2415         * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
2416         New functions.
2418         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
2419         `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
2420         (ibuffer-mode): Document new commands in docstring.
2422         * filesets.el (filesets-commands): Add commands for "Isearch" and
2423         "Isearch (regexp)".  Replace `query-replace' and `query-replace-regexp'
2424         with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
2425         (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
2426         or `multi-isearch-files-regexp'.
2427         (filesets-cmd-query-replace-getargs): Call standard function
2428         `query-replace-read-args' to read `query-replace' arguments.
2429         Add `multi-query-replace-map'.
2430         (filesets-cmd-query-replace-regexp-getargs)
2431         (filesets-cmd-isearch-getargs): New functions.
2433 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
2435         * international/mule.el (recode-region): Deactivate mark at the end.
2437 2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2439         * progmodes/flymake.el (flymake-errline, flymake-warnline):
2440         Use more suitable colors on dark displays.
2442 2008-07-23  Michael Albinus  <michael.albinus@gmx.de>
2444         * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
2445         "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
2446         (tramp-temp-buffer-name): New defconst.
2447         (tramp-handle-start-file-process): Use it.  Apply "exec", for the
2448         command.  No trailing prompt.
2449         (tramp-process-sentinel): Remove temporary buffer, if existing.
2450         Don't handle trailing prompt.
2451         (tramp-open-connection-setup-interactive-shell):
2452         Use `tramp-temp-buffer-name'.
2454 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
2456         * shell.el (shell-dynamic-complete-functions):
2457         Use comint-dynamic-complete-filename as well (bug#361).
2459 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
2461         * term/ns-win.el:
2462         * version.el (emacs-version):
2463         * loadup.el:
2464         * frame.el (make-frame-on-display): Check for ns instead of
2465         ns-windowing.
2467         * dired.el (dired-mode-map): Show the key binding for wdired.
2469         * menu-bar.el (menu-bar-file-menu): Show the key binding for
2470         exiting Emacs.
2472 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
2474         * term/ns-win.el (x-list-fonts): Drop alias.
2476 2008-07-23  Juri Linkov  <juri@jurta.org>
2478         * replace.el (multi-query-replace-map): New variable.
2479         (perform-replace): Add processing of new multi-buffer keys bound
2480         to `automatic-all' and `exit-current'.  Set `query-flag' to nil
2481         if last input char was `automatic-all'.  Set new local variable
2482         `multi-buffer' to t when one of new two keys were typed.  Return
2483         non-nil value of `multi-buffer' that tells to calling functions
2484         to continue replacement on the next file.
2486         * progmodes/etags.el (tags-query-replace): Set arg `map' of
2487         `perform-replace' to `multi-query-replace-map'.
2489 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2491         * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
2492         otherwise displayed in every buffer.
2494         * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
2495         (vc-arch-trim-one-revlib): Delete temp directories as well.
2497 2008-07-22  Stephen Eglen  <stephen@gnu.org>
2499         * iswitchb.el (iswitchb-delim): New variable.  Suggested by Ted Roden.
2501 2008-07-22  Sven Joachim  <svenjoac@gmx.de>
2503         * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
2505 2008-07-22  Miles Bader  <miles@gnu.org>
2507         * progmodes/sh-script.el (sh-newline-and-indent): Remove.
2508         (sh-mode-map): Remove remapping of newline-and-indent.
2510 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
2512         * vc.el (Todo): Update.
2514         * vc-hooks.el: Remove obsolete comment.
2516         * vc-git.el (vc-git-status-printer): Update the directory display
2517         to match the default.
2519         * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
2521 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
2523         * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
2524         for "word wrap" command.
2526         * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
2528 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2530         * term/ns-win.el: Rename ns- functions/variables to the
2531         corresponding x- versions.
2532         (x-select-text, x-cut-buffer-or-selection-value)
2533         (x-disown-selection-internal, x-get-selection-internal)
2534         (x-own-selection-internal, x-defined-colors, xw-defined-colors)
2535         (x-display-mm-width, x-display-mm-height)
2536         (x-display-backing-store, x-display-save-under)
2537         (x-display-visual-class, x-display-screens, x-focus-frame): Remove
2538         defaliases.
2540         * frame.el (ns-display-name): Remove declaration.
2541         (make-frame-on-display): Use x-display-name instead
2542         ns-display-name.  Use unless.
2544         * startup.el (command-line-1): Fix indentation.
2546         * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
2547         checked in inadvertently.
2549 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
2551         * term/ns-win.el: Standardize references to "Nextstep" in
2552         comments, messages, and docstrings.
2553         (ns-handle-args, x-parse-geometry)
2554         (ns-extended-platform-support-mode, x-setup-function-keys)
2555         (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
2556         (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
2557         (ns-initialized, ns-initialize-window-system): Doc fixes.
2559 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2561         * diff-mode.el (diff-auto-refine): Delete defcustom.
2562         (diff-auto-refine-mode): New func/var via define-minor-mode.
2563         Update var ref to use diff-auto-refine-mode.
2564         * smerge-mode.el (diff-mode): Require when compiling.
2565         (smerge-auto-refine): Delete defcustom.
2566         Update smerge-auto-refine ref to use diff-auto-refine-mode.
2568 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
2570         * simple.el (visual-line): New custom group.
2571         (visual-line-fringe-indicators): New var.
2572         (visual-line-mode): Set fringe-indicator-alist based on
2573         visual-line-fringe-indicators.  Add lighter.
2575 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
2577         * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
2578         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
2579         (x-handle-geometry, x-handle-name-switch, x-display-name)
2580         (x-handle-display, x-handle-args, x-colors): Move ...
2581         * term/common-win.el: ... here.  New file.
2582         * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
2583         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
2584         (x-handle-geometry, x-handle-name-switch, x-display-name)
2585         (x-handle-display, x-handle-args, x-colors): Remove.
2586         * loadup.el: Load term/common-win before term/x-win and term/w32-win.
2588 2008-07-19  Juri Linkov  <juri@jurta.org>
2590         * startup.el (fancy-startup-text): Move the line "To quit
2591         a partially entered command, type Control-g" a few lines below
2592         to be after the line "To start".  Add text "at gnu.org" to
2593         "Overview of Emacs features".
2595         * dired.el (dired-mode-map): Fix menu text of
2596         image-dired-display-thumbs.
2598         * image-dired.el (image-dired-cmd-create-thumbnail-options)
2599         (image-dired-cmd-create-temp-image-options)
2600         (image-dired-cmd-create-standard-thumbnail-command): Add > to the
2601         ImageMagick command line to change the dimensions of the image
2602         only if its width or height exceeds the geometry specification.
2604         * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
2606         * proced.el (proced-mode, proced): Add \\<proced-mode-map>
2607         to docstrings.
2609 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
2611         * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
2612         Vinicius Jose Latorre.
2614 2008-07-19  Glenn Morris  <rgm@gnu.org>
2616         * term/ns-win.el (ns-make-command-string): Use mapconcat.
2617         (ns-save-preferences): Fix typo in previous change.  (Bug#573)
2619 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
2621         * net/dbus.el (dbus-interface-properties): New defconst.
2622         (dbus-introspect): Update docstring.
2623         (dbus-introspect-xml, dbus-introspect-get-attribute)
2624         (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
2625         (dbus-introspect-get-interface-names)
2626         (dbus-introspect-get-interface, dbus-introspect-get-method-names)
2627         (dbus-introspect-get-method, dbus-introspect-get-signal-names)
2628         (dbus-introspect-get-signal, dbus-introspect-get-property-names)
2629         (dbus-introspect-get-property)
2630         (dbus-introspect-get-annotation-names)
2631         (dbus-introspect-get-annotation)
2632         (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
2633         (dbus-introspect-get-signature, dbus-get-property)
2634         (dbus-set-property, dbus-get-all-properties): New defuns.
2636 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
2638         * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
2639         ns-grabenv.elc.
2641         * ns-carbon-compat.el: File removed.
2643         * ns-grabenv.el: File removed.
2645         * term/ns-win.el: Contents of ns-carbon-compat.el and
2646         ns-grabenv.el moved here.
2647         (ns-grabenv, ns-open-file-select-line): Doc fixes.
2648         (ns-submit-bug-report): Function removed.  Reports go to the main
2649         Emacs bug list.
2650         (ns-handle-args, ns-spi-service-call): Doc fixes.
2651         (info-ns-emacs): Function removed.  Nextstep port manual will be
2652         merged into the Emacs manual, so no separate link needed.
2654 2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
2656         * startup.el (fancy-splash-head): Fix change of 2008-07-02.
2658 2008-07-18  Glenn Morris  <rgm@gnu.org>
2660         * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
2661         to XEmacs, since it does nothing for Emacs.
2663 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2665         * net/tls.el (open-tls-stream): Make it work with the 2nd argument
2666         BUFFER that is a string but does not exist as a buffer object, as
2667         mentioned in the doc-string.
2669 2008-07-17  Chong Yidong  <cyd@stupidchicken.com>
2671         * simple.el (line-move-visual): Make it a defcustom.
2672         (line-move-1): Convert temporary-goal-column back to an integer if
2673         it was set as a float by a previous call to line-move-visual.
2674         (end-of-visual-line, beginning-of-visual-line)
2675         (next-logical-line, previous-logical-line): New functions.
2677 2008-07-17  David Reitter  <david.reitter@gmail.com>
2679         * simple.el (kill-visual-line, turn-on-visual-line-mode): New
2680         functions.
2681         (visual-line-mode, global-visual-line-mode): New minor mode.
2682         (visual-line-mode-map): New variable.
2684 2008-07-17  Glenn Morris  <rgm@gnu.org>
2686         * term/ns-win.el (parameters): Declare for compiler.
2688 2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
2690         * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
2691         for Windows.
2693 2008-07-17  Daiki Ueno  <ueno@unixuser.org>
2695         * epa.el (epa-key-list-mode): Use run-mode-hooks.
2696         (epa-key-mode): Ditto.
2697         (epa-info-mode): Ditto.
2699 2008-07-17  Glenn Morris  <rgm@gnu.org>
2701         * term/ns-win.el (ns-handle-switch): Simplify.  Handle the numeric case.
2702         (ns-handle-numeric-switch): Just call ns-handle-switch.
2703         (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
2704         (ns-handle-args): Simplify using `pop'.
2705         (ns-display-name): Define (used in frame.el).
2706         (menu-bar-select-frame): Add (ignored) arg to more closely match the
2707         original definition.
2708         (ns-perform-service): Declare.
2709         (ns-save-preferences): Use fewer `let's.
2711         * frame.el (ns-display-name): Declare for compiler.
2713 2008-07-17  Kenichi Handa  <handa@m17n.org>
2715         * descr-text.el (describe-char-unidata-list): Initialize to the
2716         list of name, general-category, decomposition, and old-name.
2718 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
2720         * startup.el (command-line-1): Update processing of NS long options to
2721         mimic recent changes to processing of X long options.
2723 2008-07-16  Nick Roberts  <nickrob@snap.net.nz>
2725         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
2726         list of #defines for remote files.
2727         (gdb-source-info): Only show main if it has been found.
2729 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2731         * term/ns-win.el: Require CL; fix up comment style; reindent.
2732         (ns-define-service): Use subst-char-in-string.  Avoid `eval'.
2733         (ns-save-preferences): Use `case'.
2734         (ns-initialize-window-system): Use `dolist'.
2736 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
2738         * loadup.el: Remove load of easy-mmode prior to ns-win when NS
2739         windowing is used.
2740         * term/ns-win.el (ns-extended-platform-support-mode):
2741         Correct/improve documentation.
2743 2008-07-16  Glenn Morris  <rgm@gnu.org>
2745         * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
2746         Simply require 'cl (see comment in cl-compat.el).
2747         * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
2748         * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
2749         (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
2750         directly rather by subterfuge.  Provide cl before loading cl-macs.
2752         * paths.el (rmail-spool-directory): Remove settings for systems that are
2753         no longer supported.
2755         * frame.el (ns-initialize-window-system): Declare for compiler.
2757         * term/ns-win.el: Add numerous declarations for compiler.
2758         (ns-pop-up-frames): Move definition before use.  Doc fix.
2760         * emacs-lisp/check-declare.el (check-declare-locate)
2761         (check-declare-verify): Handle .m files.
2763 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
2765         * ns-carbon-compat.el: New file: user-visible compatibility of
2766         NeXTstep port with Carbon port.
2767         * ns-grabenv.el: New file: functionality useful on OS X platform to
2768         expose environment variables inside Emacs started from icon.
2769         * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
2770         * cus-edit.el:
2771         * cus-face.el:
2772         * disp-table.el:
2773         * faces.el:
2774         * info.el:
2775         * mouse.el:
2776         * mwheel.el:
2777         * simple.el: Add ns to window systems treated as GUIs.
2778         * facemenu.el (facemenu-read-color): Don't require a name match under
2779         NS, to allow numeric color entry.
2780         * frame.el (make-frame-on-display): Follow code for 'x in initializing
2781         'ns window system if need be.
2782         (various): Add 'ns as described above.
2783         * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
2784         ns-windowing is active.
2785         * startup.el (command-line-ns-option-alist): New constant to handle NS
2786         windowing system specific command line args analogous to how they are
2787         handled for X windows.
2788         (command-line-1): Use the above where appropriate.
2789         * version.el: Add NS port version.
2790         * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
2791         Darwin (usually OS X) systems.
2792         (woman-use-own-frame): Include 'ns in list of GUI window systems.
2793         * emulation/viper-util.el (ns-display-color-p)
2794         (ns-color-defined-p): Remove these (caustically-commented) outdated
2795         compensations for a port that was never itself integrated until now.
2796         * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
2797         for NS window system.
2798         * international/mule-cmds.el: Add 'ns to list of special-cased window
2799         systems (probably most of these, x/w32/mac/ns could be changed to
2800         window-system non-nil).
2801         * term/ns-win.el: New file: lisp-side support for NS windowing system.
2803 2008-07-14  Jason Rumney  <jasonr@gnu.org>
2805         * term/w32-win.el (x-handle-switch, x-handle-name-switch)
2806         (x-handle-numeric-switch, x-handle-initial-switch)
2807         (x-handle-xrm-switch, x-handle-args, x-handle-display)
2808         (xw-defined-colors, w32-initialize-window-system):
2809         Avoid use of cl pop and push macros.
2811 2008-07-14  Martin Rudalics  <rudalics@gmx.at>
2813         * add-log.el (change-log-goto-source): Avoid wrong-type-argument
2814         error when change-log-search-file-name returns nil.
2816 2008-07-13  Martin Rudalics  <rudalics@gmx.at>
2818         * add-log.el (change-log-search-file-name):
2819         Use match-string-no-properties.
2820         (change-log-search-tag-name-1, change-log-search-tag-name)
2821         (change-log-goto-source-1, change-log-goto-source): New functions.
2822         (change-log-tag-re, change-log-find-head, change-log-find-tail):
2823         New variables.
2824         (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
2826 2008-07-13  Jay Belanger  <jay.p.belanger@gmail.com>
2828         * calc/calc-help.el (calc-describe-key): Add angles to special key
2829         descriptions.
2831 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
2833         * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
2834         search for regexp.
2836 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
2838         * simple.el (line-move-visual): Handle null pixel position gracefully.
2840 2008-07-11  Jason Rumney  <jasonr@gnu.org>
2842         * files.el (file-truename): Get truename of ancestors if file does
2843         not exist on Windows.
2845 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
2847         * simple.el (line-move-visual): Obey goal-column and no-error arg.
2848         (track-eol, temporary-goal-column, previous-line, next-line):
2849         Update docstring.
2850         (move-end-of-line, move-beginning-of-line): Bind line-move-visual
2851         to nil.
2853 2008-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2855         * simple.el (line-move-visual): New var.
2856         (line-move-visual): New function.
2857         (line-move): Call line-move-visual.
2859 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
2861         * progmodes/grep.el (grep-files-aliases): Improve the C++ source
2862         pattern and add patterns for C++ header files.
2864 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
2866         * window.el (truncated-partial-width-window-p): New function.
2868         * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.
2870         * faces.el (x-create-frame-with-faces): Don't pass parameters that
2871         are set later to x-create-frame.
2872         (face-set-after-frame-default): Apply X resources for non-default
2873         faces.
2875 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
2877         * faces.el (face-set-after-frame-default): Simplify.  Don't apply
2878         frame-specific X resource settings.  Set faces using a list of
2879         frame parameters explicitly passed to the calling
2880         function (e.g. make-frame).
2881         (x-create-frame-with-faces, tty-create-frame-with-faces): Supply
2882         explicit frame parameter list to face-set-after-frame-default.
2884 2008-07-08  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
2886         * net/browse-url.el (browse-url-default-browser):
2887         Fix argument list in lambda.
2889 2008-07-07  Ulf Jasper  <ulf@web.de>
2891         * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
2892         from url-retrieve.
2893         (newsticker--sentinel-work): Fix xerror typo.
2895 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
2897         * vc-dir.el (vc-dir-refresh): Only update files.
2899         * vc-git.el (vc-git--ls-files-state): Remove unused function.
2901         * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
2903 2008-07-06  John Paul Wallington  <jpw@pobox.com>
2905         * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
2907 2008-07-05  Alexandre Julliard  <julliard@winehq.org>
2909         * vc-git.el (vc-git-registered): Return true for removed files.
2910         (vc-git-print-log, vc-git-log-view-mode): Print a single log for
2911         all the files instead of one per file.
2912         (vc-git-previous-revision): Add support for project-wide previous
2913         revision when specified file is nil.
2915 2008-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
2917         * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
2919         * vc-dir.el (vc-dir-find-child-files): New function.
2920         (vc-dir-resync-directory-files): New function.
2921         (vc-dir-recompute-file-state): New function, broken out of ...
2922         (vc-dir-resynch-file): ... here.  Also deal with directories.
2923         * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
2924         (vc-resynch-buffer): Use it.
2926         * vc-hg.el (vc-hg-registered): Do not set vc-state.
2928         * vc-annotate.el (vc-annotate-mode-menu): Add separator.
2930 2008-07-05  Nick Roberts  <nickrob@snap.net.nz>
2932         * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
2933         if it's not part of gdb-ui, e.g, at start.
2935         * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
2936         filenames in stack trace (text command mode).
2938 2008-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2940         * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
2942         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
2943         Use syntax-ppss on a position *before* the char we want to change.
2945 2008-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
2947         * vc-dir.el (vc-dir-query-replace-regexp): New function.
2948         (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
2949         (vc-dir-mode-map): Likewise.
2951 2008-07-03  Juanma Barranquero  <lekktu@gmail.com>
2953         * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
2954         (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
2955         (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
2956         Remove spurious * in defcustom docstrings.
2958         * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
2959         (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
2960         (adaptive-fill-mode, adaptive-fill-first-line-regexp)
2961         (default-justification): Remove spurious * in defcustom docstrings.
2963         * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
2964         (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
2965         (rst-compare-decorations, rst-default-indent, rst-update-section)
2966         (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
2967         (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
2968         (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
2969         Fix typos in docstrings.
2970         (rst-mode-lazy): Fix typo in docstring.  Remove spurious *.
2971         (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
2972         (rst-get-decorations-around, rst-section-tree-point)
2973         (rst-font-lock-adornment-point): Reflow docstrings.
2974         (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
2975         Doc fixes.
2976         (rst-re-enumerations): Comment out.
2978         * nxml/nxml-glyph.el (nxml-glyph-set-hook):
2979         * nxml/nxml-uchnm.el (nxml-unicode-blocks)
2980         (nxml-unicode-block-char-name-set):
2981         * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
2982         * nxml/rng-nxml.el (rng-set-state-after):
2983         * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
2985         * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
2986         (rng-c-parse-annotation-body):
2987         * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
2989         * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
2990         (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
2991         (nxml-forward-balanced-item, nxml-dynamic-markup-word)
2992         (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
2993         Fix typos in docstrings.
2994         (nxml-attribute-indent): Reflow docstring.
2995         (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
2996         (nxml-default-buffer-file-coding-system): Doc fixes.
2998         * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
2999         (nxml-ns-set-prefix): Fix typos in docstrings.
3000         (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
3001         Reflow docstring.
3002         (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
3004         * nxml/nxml-outln.el (nxml-hide-all-text-content)
3005         (nxml-show-direct-text-content, nxml-show-direct-subheadings)
3006         (nxml-hide-direct-text-content, nxml-hide-subheadings)
3007         (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
3008         (nxml-outline-display-rest, nxml-outline-set-overlay)
3009         (nxml-section-tag-forward, nxml-section-tag-backward)
3010         (nxml-back-to-section-start): Fix typos in docstrings.
3012         * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
3013         Doc fixes.
3015         * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
3016         (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
3017         (nxml-scan-after-change): Fix typo in docstring.
3019         * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
3020         (rng-name-class-possible-names): Doc fixes.
3021         (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
3022         (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
3023         Fix typos in docstrings.
3024         (rng-intern-group-shortcut, rng-intern-choice-shortcut):
3025         Reflow docstrings.
3027         * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
3028         (rng-substq, rng-complete-before-point): Fix typos in docstrings.
3030         * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
3031         (rng-xsd-convert-date-time): Reflow docstrings.
3032         (rng-xsd-compile): Fix typo in docstring.
3034         * nxml/rng-loc.el (rng-current-schema-file-name)
3035         (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
3036         Doc fixes.
3037         (rng-set-schema-file): Fix typo in docstring.
3039         * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
3040         (rng-do-some-validation, rng-process-start-tag, rng-process-text):
3041         Fix typos in docstrings.
3042         (rng-message-overlay, rng-conditional-up-to-date-start)
3043         (rng-conditional-up-to-date-end): Doc fixes.
3044         (rng-next-error, rng-previous-error): Reflow docstrings.
3046         * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
3047         (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
3048         (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
3049         (xmltok-merge-attributes): Fix typos in docstrings.
3050         (xmltok-make-attribute, xmltok-forward-special)
3051         (xmltok-get-declared-encoding-position): Reflow docstrings.
3053         * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
3054         (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
3055         Fix typos in docstrings.
3057 2008-07-02  John Paul Wallington  <jpw@pobox.com>
3059         * ibuffer.el (ibuffer-buffer-file-name):
3060         Use `list-buffers-directory'.  Remove special-casing for `cvs-mode'
3061         and `vc-dir-mode'.  Suggested by Dan Nicolaescu.
3063 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
3065         * files.el (backup-extract-version): Handle versioned directories.
3066         (trash-directory): New variable.
3067         (move-file-to-trash): New function.
3069         * cus-start.el (delete-by-moving-to-trash): Declare for custom.
3071 2008-07-02  Magnus Henoch  <mange@freemail.hu>
3073         * vc-git.el (vc-git-annotate-command): Use proper option for
3074         specifying revision.
3076 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3078         * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
3079         if available.
3081 2008-07-01  Dan Nicolaescu  <dann@ics.uci.edu>
3083         * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
3085         * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
3086         Add binding for vc-annotate-show-changeset-diff-revision-at-line.
3088         * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
3090 2008-07-01  Nick Roberts  <nickrob@snap.net.nz>
3092         * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
3093         (gdb-init-2): Use it.  Don't run gdb-mode-hook again.
3094         (gdb-var-list-children-regexp, gdb-var-update-regexp)
3095         (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
3096         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
3097         (gdb-stack-list-locals-regexp): Future proof regexps better.
3099 2008-06-30  Juri Linkov  <juri@jurta.org>
3101         * faces.el (face-name-history): New variable.
3102         (make-face, make-empty-face): Replace interactive spec "S"
3103         with `read-from-minibuffer' where `read' arg is t and
3104         `hist' arg is `face-name-history'.
3105         (read-face-name): Set `hist' arg of `completing-read-multiple'
3106         to `face-name-history'.
3107         (list-faces-display): Use `read-regexp' instead of `read-string'
3108         to read regexp.
3110         * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
3111         to `regexp-history'.
3112         (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
3113         make it an obsolete alias to it.
3114         (hi-lock-face-defaults): New variable renamed from
3115         `hi-lock-face-history'.
3116         (hi-lock-line-face-buffer, hi-lock-face-buffer)
3117         (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
3118         `read-from-minibuffer'.  Doc fix.
3119         (hi-lock-read-face-name): Replace `hi-lock-face-history' with
3120         `hi-lock-face-defaults'.  Remove `mapcar (lambda (f) (cons f f))'.
3121         Set `hist' arg of `completing-read' to `face-name-history'.
3122         Put a list of default faces to `default' arg instead of `hist' arg.
3124         * bindings.el (abbrev-map, narrow-map): New variables.
3125         Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
3126         Rebind related commands to these new maps.
3127         (ctl-x-r-map): New variable for rectangle, register and bookmark
3128         keys.  Move rectangle keybindings to rect.el and register
3129         keybindings to register.el.
3130         (next-buffer, previous-buffer): Remove C-x prefix and move
3131         keybindings to ctl-x-map.
3133         * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
3134         to the new map `ctl-x-r-map' in autoload cookies.
3136         * expand.el: Rebind two global `C-x a' keys "n", "p"
3137         to the new map `abbrev-map' in autoload cookies.
3139         * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
3141         * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
3143 2008-06-30  Miles Bader  <miles@gnu.org>
3145         * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
3146         after processing an escape sequence.
3148 2008-06-29  Michael Albinus  <michael.albinus@gmx.de>
3150         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
3151         from 2008-06-28.  It does not work on W32.
3153 2008-06-29  Juri Linkov  <juri@jurta.org>
3155         * replace.el (read-regexp): New function.
3156         (keep-lines-read-args, occur-read-primary-args):
3157         Call `read-regexp' instead of code moved to new function.
3158         (keep-lines, flush-lines, how-many): Remove parenthesis and colon
3159         from the end of prompt.
3160         (replace-re-search-function): Doc fix.
3162 2008-06-29  Kenichi Handa  <handa@m17n.org>
3164         * descr-text.el (describe-char-display): Always return a string.
3165         (describe-char-padded-string): New function.
3166         (describe-char): Adjusted for the change of
3167         describe-char-display.  Use describe-char-padded-string.
3169 2008-06-29  Andreas Schwab  <schwab@suse.de>
3171         * vc-dir.el (vc-dir): Make backend argument optional and use
3172         vc-responsible-backend when nil.  Interactively pass nil for
3173         backend instead of using the backend of what happens to be
3174         default-directory at the time of the call.
3176         * find-dired.el (find-dired-filter): Preserve point.
3178 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
3180         * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
3181         (sasl-find-mechanism, sasl-next-step):
3182         * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
3183         (sasl-ntlm-response): Fix typos in docstrings.
3185 2008-06-28  robert marshall  <robert@capuchin.co.uk>  (tiny change)
3187         * international/mule-cmds.el (view-hello-file): Doc fix.
3189 2008-06-28  Chong Yidong  <cyd@stupidchicken.com>
3191         * faces.el (inhibit-face-set-after-frame-default): Var deleted.
3192         (set-face-attribute, face-set-after-frame-default)): Don't use it.
3194 2008-06-28  John Paul Wallington  <jpw@pobox.com>
3196         * calc/calc.el (defmath): Add `doc-string' decl.  Add docstring.
3198 2008-06-28  Michael Albinus  <michael.albinus@gmx.de>
3200         * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
3201         (tramp-convert-file-attributes): Convert symlinks only when
3202         returned from `tramp-handle-file-attributes-with-stat'.
3204         * net/tramp-ftp.el (top): Delete 'ange-ftp property from
3205         `substitute-in-file-name' when unloading.
3206         (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
3208 2008-06-28  Dan Nicolaescu  <dann@ics.uci.edu>
3210         * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
3211         (vc-string-prefix-p): Move function ...
3212         * vc.el (vc-string-prefix-p): ... here.
3214 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
3216         * vc-dir.el (vc-dir): Complete only directory names.
3218 2008-06-27  Jason Rumney  <jasonr@gnu.org>
3220         * w32-fns.el (top-level): Unconditionally define all charsets.
3222 2008-06-27  Alan Mackenzie  <acm@muc.de>
3224         * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
3225         the CC Mode specific functions; this is no longer needed, since
3226         {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
3228         * progmodes/cc-defs.el (c-emacs-features): New feature
3229         'argumentative-bod-function.
3231 2008-06-27  John Paul Wallington  <jpw@pobox.com>
3233         * chistory.el (list-command-history): Use `bound-and-true-p'.
3234         (command-history-map): Define within defvar.  Add docstring.
3236 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
3238         * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
3239         to unibyte; just assume it is not a JPEG.  Use `string-match-p'.
3240         (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
3241         (image-type-from-buffer): Use `looking-at-p'.
3243 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
3245         * ibuf-ext.el (diff-sentinel): Declare.
3247 2008-06-27  Glenn Morris  <rgm@gnu.org>
3249         * calendar/lunar.el (calendar-lunar-phases): Rename from
3250         calendar-phases-of-moon.  Keep old name as alias, update callers.
3251         (lunar-phases): Rename from phases-of-moon.  Keep old name as alias.
3252         (diary-lunar-phases): Rename from diary-phases-of-moon.
3253         Keep old name as alias.
3254         * calendar/cal-menu.el (cal-menu-sunmoon-menu)
3255         (cal-menu-global-mouse-menu): Update for lunar name changes.
3256         * calendar/calendar.el (calendar-mode-map): Update for name change.
3257         * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
3259 2008-06-26  Glenn Morris  <rgm@gnu.org>
3261         * calendar/solar.el (solar-sunrise-sunset-string): Add optional
3262         argument `nolocation'.
3263         (calendar-sunrise-sunset-month): New function.
3264         * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
3265         cal-menu-moon-menu.  Add calendar-sunrise-sunset-month.
3266         (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
3267         * calendar/calendar.el (solar-sunrises-buffer): New constant.
3268         (calendar-mode-map): Use cal-menu-sunmoon-menu.
3269         (calendar-buffer-list): Add solar-sunrises-buffer.
3271         * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
3273 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
3275         * cus-start.el: Add customization types for word-wrap and
3276         shift-select-mode.
3278 2008-06-26  John Paul Wallington  <jpw@pobox.com>
3280         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
3281         (ibuffer-diff-with-file): Use it.  Do diff on marked buffers.
3282         (ibuffer-mark-on-buffer): Don't display message when removing marks.
3283         (ibuffer-mark-by-mode): Use `buffer-local-value'.
3285 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
3287         * vc-dir.el (tool-bar): Require.
3289         * vc.el (ewoc, tool-bar): Do not require.
3291 2008-06-26  Kenichi Handa  <handa@m17n.org>
3293         * international/mule-cmds.el (encode-coding-char): Fix for ASCII
3294         characters.
3296         * composite.el (terminal-composition-base-character-p): New function.
3297         (terminal-composition-function):
3298         Use terminal-composition-base-character-p.  Include the base character
3299         in the composition.
3300         (auto-compose-chars): Don't check font-object for terminal display.
3302 2008-06-26  Glenn Morris  <rgm@gnu.org>
3304         * doc-view.el (bookmark-make-record-default):
3305         * image-mode.el (bookmark-make-record-default): Fix declaration.
3307         * calendar/calendar.el (calendar-date-echo-text): Doc fix.
3308         Add default :value for sexp type.
3309         (calendar-month-edges): New variable.
3310         (calendar-month-edges): New function.
3311         (calendar-recompute-layout-variables): Set calendar-month-edges.
3312         (calendar-intermonth-header, calendar-intermonth-text): New options.
3313         (calendar-insert-at-column): New function.
3314         (calendar-generate-month): Use calendar-insert-at-column.
3315         Handle intermonth text.  Add 'date property.
3316         (calendar-column-to-month): Remove function.
3317         (calendar-column-to-segment): New function.
3318         (calendar-cursor-to-date): Use calendar-column-to-segment.
3319         Check 'date property.
3321         * calendar/calendar.el (calendar-print-other-dates):
3322         Handle mouse events.
3323         * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
3324         (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
3326         * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
3327         * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
3328         (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
3330         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
3331         Use calendar-column-to-segment, calendar-month-edges, and
3332         the 'date property to handle intermonth text.
3334         * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
3336         * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
3337         (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
3338         Add doc strings.
3339         (cal-menu-context-mouse-menu): Add some :keys.
3340         (calendar-check-holidays): Declare rather than autoloading.
3341         (diary-show-holidays-flag): Remove unneeded declaration.
3343         * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
3344         * calendar/calendar.el (calendar-cursor-to-date): Handle case where
3345         event-start is nil.
3347 2008-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3349         * minibuffer.el (completion-basic-try-completion): Use the text after
3350         point to constrain the completion candidates.
3351         (completion-basic-all-completions): Adjust accordingly.
3353 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
3355         * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
3356         courier.
3358         * faces.el (set-face-attribute): Doc fix.
3360 2008-06-25  Juri Linkov  <juri@jurta.org>
3362         * bindings.el (goto-map): New variable.  Rebind goto-related
3363         commands to this `M-g' prefix keymap.
3364         (search-map): New variable for `M-s' prefix keymap.
3365         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
3366         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
3367         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
3368         `M-shw' to `hi-lock-write-interactive-patterns'.
3370         * isearch.el (isearch-mode-map): Bind `M-s h r' to
3371         `isearch-highlight-regexp'.
3372         (isearch-highlight-regexp): New function.
3374 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3376         * info.el (Info-bookmark-make-record):
3377         Use bookmark-make-record-default.
3378         (Info-bookmark-jump): Use bookmark-default-handler.
3380         * image-mode.el (image-bookmark-make-record):
3381         Use bookmark-make-record-default.
3382         (image-bookmark-jump): Use bookmark-default-handler.
3384         * doc-view.el (doc-view-bookmark-make-record):
3385         Use bookmark-make-record-default.
3386         (doc-view-bookmark-jump): Use bookmark-default-handler.
3388         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
3389         used until now in bookmark.el's code.
3390         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
3391         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
3392         used until now in bookmark.el's code.
3393         (bookmark-set-filename): Remove special code, moved to its only caller.
3394         (bookmark-store): Use the newer format.
3395         (bookmark-make-record-default): Add arg `point-only'.
3396         Rename from bookmark-make-record-for-text-file.
3397         (bookmark--jump-via): New function.
3398         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
3399         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
3400         Use it.
3401         (bookmark-jump-noselect, bookmark-default-handler):
3402         Don't return an alist, instead return the data implicitly by changing
3403         current buffer and point.  Signal an error if the file doesn't exist.
3405         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
3406         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
3408         * bs.el: Use with-current-buffer.  Simplify.
3409         (bs-toggle-readonly): Avoid vc-toggle-read-only.
3411         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
3412         is bound before using it.
3414 2008-06-25  Kenichi Handa  <handa@m17n.org>
3416         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
3418 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
3420         * vc-hg.el:
3421         * vc-git.el: Require vc-dir when compiling.
3423         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
3424         vc-dir-marked-only-files.  Change the return value.
3425         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
3426         Change the return value.
3427         (vc-dir-deduce-fileset): New function broken out from ...
3428         * vc.el (vc-deduce-fileset): ... here and ...
3429         (vc-deduce-fileset): ... here.
3431         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
3432         (vc-svn-parse-status): Do not set the vc-backend property.
3434 2008-06-25  Andreas Schwab  <schwab@suse.de>
3436         * faces.el (face-font-family-alternatives, variable-pitch):
3437         Use "Sans Serif", not "Sans-Serif".
3439 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
3441         * faces.el (face-font-family-alternatives, variable-pitch):
3442         Change "Sans" to the canonical name "Sans-Serif".
3444 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
3446         * calc/calc.el (calc-mode-map): Add extra keybindings to
3447         `calc-missing-key'.
3448         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
3449         `kill-ring-save'.
3451 2008-06-24  Miles Bader  <miles@gnu.org>
3453         * mouse.el (mouse-appearance-menu): Don't do anything if the user
3454         pops up the menu but doesn't select anything.
3456 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
3458         * add-log.el (add-change-log-entry): Add new arg to force each new
3459         entry to be on a new line.
3460         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
3462         * vc-dir.el (vc-client-object): Remove.
3463         (vc-dir-prepare-status-buffer): Take a backend as an argument and
3464         use it when looking for a buffer.
3465         (vc-dir): Add a backend argument.  Set revert-buffer-function.
3466         Don't create a client object.  Move bindings ...
3467         (vc-dir-menu-map, vc-dir-mode-map): ... here.
3468         (vc-dir-revert-buffer-function): New function.
3469         (vc-generic-status-printer): Rename to ...
3470         (vc-dir-status-printer): ... this.
3471         (vc-generic-state, vc-generic-status-fileinfo-extra)
3472         (vc-dir-extra-menu, vc-make-backend-object): Remove.
3473         (vc-default-status-printer): Use a different face for
3474         directories.  Don't display any text for directories in the state
3475         column.  Add tooltips.
3477         * vc.el (Todo): Update.
3479         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
3480         * vc-rcs.el (vc-annotate-convert-time):
3481         * vc-mtn.el (vc-annotate-convert-time):
3482         * vc-git.el (vc-annotate-convert-time):
3483         * vc-cvs.el (vc-annotate-convert-time):
3484         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
3486 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
3488         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
3489         instead of using view-mode.
3491 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3493         * Makefile.in (distclean): Don't delete *.elc and autogen files.
3495 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
3497         * vc.el:
3498         * vc-hooks.el:
3499         * vc-dispatcher.el: Move vc-dir variables and functions ...
3500         * vc-dir.el: ... here.  New file.
3501         * Makefile.in (ELCFILES): Add vc-dir.elc.
3503         * vc.el: Move vc-annotate variables and functions ...
3504         * vc-annotate.el: ... here.  New file.
3505         * Makefile.in (ELCFILES): Add vc-annotate.elc.
3507         * vc-dav.el: Move here from url/vc-dav.el.
3508         (Todo): Note work needed to make this backend functional.
3510         * Makefile.in (ELCFILES): Update vc-dav.el location.
3512 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3514         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
3516 2008-06-21  John Paul Wallington  <jpw@pobox.com>
3518         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
3520         * textmodes/rst.el (rst-mode): Put docstring in right place.
3522 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
3524         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
3525         size for legibility.
3527         * faces.el (fixed-pitch): Use "Monospace" family.
3528         (variable-pitch): Use "Sans" family.
3529         (face-font-family-alternatives): Define alternatives for "Sans"
3530         and "Monospace".
3532 2008-06-21  Glenn Morris  <rgm@gnu.org>
3534         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
3535         Require 'cl when compiling.
3537         * emacs-lisp/debug.el (help-xref-interned): Declare.
3539         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
3540         Evaluate definition when compiling.
3542         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
3543         rather than mouse-1.
3544         (bug-reference-url-format): Autoload safe if string.
3545         (bug-reference-bug-regexp): Make space after "bug" optional.
3547         * Makefile.in (all): Explicitly pass EMACS to sub-make,
3548         for some non-GNU makes.
3550         * cus-dep.el (custom-dependencies-no-scan-regexp):
3551         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
3553         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
3554         increments.
3556         * calendar/calendar.el: Factor out the magic numbers controlling the
3557         calendar layout.
3558         (calendar-month-digit-width, calendar-month-width)
3559         (calendar-right-margin): New variables.
3560         (calendar-recompute-layout-variables, calendar-set-layout-variable):
3561         New functions.
3562         (calendar-left-margin, calendar-intermonth-spacing)
3563         (calendar-column-width, calendar-day-header-width)
3564         (calendar-day-digit-width): New options.
3565         (calendar-first-date-row): New constant.
3566         (calendar-move-to-column, calendar-ensure-newline): New functions,
3567         replacing calendar-insert-indented.
3568         (calendar-insert-indented): Remove function.
3569         (calendar-generate-month): Use calendar-move-to-column and
3570         calendar-ensure-newline.  Use layout variables.
3571         (calendar-generate, calendar-update-mode-line)
3572         (calendar-font-lock-keywords): Use layout variables.
3573         (calendar-column-to-month): New function.
3574         (calendar-cursor-to-date): Use calendar-column-to-month.
3575         Use layout variables.
3576         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
3577         Use layout variables.  Use calendar-column-to-month.
3578         (calendar-cursor-to-visible-date): Use layout variables.
3580 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3582         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
3583         (all): Run compile-last.
3584         (compile-onefile): New target.
3585         (compile-first): Simplify.
3586         (compile-last): Don't treat COMPILE_FIRST specially.
3587         (COMPILE_FIRST): List the elc files rather than the el files.
3588         (ELCFILES): Update.
3590 2008-06-21  Ulf Jasper  <ulf@web.de>
3592         * net/newst-treeview.el: Remove dead code.
3593         (newsticker--window-config): Remove.
3594         (newsticker-treeview-quit): Do not save window config.
3595         (newsticker-treeview): Do not try to restore window config.
3596         (newsticker-groups, newsticker--treeview-list-sort-by-column)
3597         (newsticker--treeview-list-new-items)
3598         (newsticker--treeview-list-immortal-items)
3599         (newsticker--treeview-list-obsolete-items)
3600         (newsticker--treeview-list-all-items)
3601         (newsticker--treeview-list-feed-items): Fix documentation.
3603 2008-06-21  Miles Bader  <miles@gnu.org>
3605         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
3607 2008-06-21  Alan Mackenzie  <acm@muc.de>
3609         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
3610         infinite loop on invalid syntax.
3612 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3614         * textmodes/rst.el: Run rst-define-level-faces when loading.
3615         (rst-mode): Don't set the font-lock-multiline var.
3616         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
3617         Set the font-lock-multiline property by hand.
3619         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
3621         * Makefile.in (emacs-deps): Remove.
3622         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
3623         (all): Use them.
3624         (autogen-clean): Remove.
3626 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3628         * Makefile.in (all): New target.
3629         (bootstrap-prepare): Remove.
3631         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
3632         the .elc file to batch-byte-compile.
3634         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
3635         set-keymap-parents if set-keymap-parent doesn't exist.
3637         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
3638         Allow more than one space before the |.
3640         * textmodes/rst.el: Fix up docstring conventions.
3641         Move vars to before their first use.
3642         (rst-mode): Don't mess with font-lock-support-mode.
3643         (rst-suggest-new-decoration, rst-adjust-decoration):
3644         Avoid CL's copy-list.
3645         (rst-delete-entire-line): Use line-beginning-position.
3646         (rst-position): New fun.
3647         (rst-straighten-decorations): Use it instead of CL's position.
3648         (rst-straighten-bullets-region): Avoid CL's mapcar*.
3649         (rst-toc-mode): Use define-derived-mode.
3650         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
3651         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
3652         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
3653         (rst-replace-lines): Simplify.
3654         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
3656         * simple.el (special-mode-map): New var.
3657         (special-mode): New major mode.
3659 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
3661         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
3662         log-view-file-re.
3664         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
3665         (vc-switch-backend): Simplify.
3666         (Todo): Remove solved items.
3668         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
3669         the vc-backend property.
3671 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3673         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
3674         Bind inhibit-read-only since the buffer is always read-only.
3676 2008-06-20  Ulf Jasper  <ulf@web.de>
3678         * net/newst-treeview.el (newsticker-treeview-own-frame):
3679         Change default value to nil.
3680         (newsticker--treeview-list-add-item)
3681         (newsticker--treeview-propertize-tag): Show item title in tooltip.
3683 2008-06-20  Martin Blais  <blais@furius.ca>
3684             Stefan Merten  <smerten@oekonux.de>
3685             David Goodger  <goodger@python.org>
3687         * textmodes/rst.el: New file.
3689 2008-06-20  Sam Steingold  <sds@gnu.org>
3691         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
3692         remove DIRECTORY entries.
3694 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
3696         * makefile.w32-in (distclean): Depend on `clean'.
3697         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
3698         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
3699         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
3700         empty cus-load.el with `echo', and include "Local Variables"
3701         section to prevent the empty file from being compiled.
3702         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
3703         that generate an empty cus-load.el.
3705 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
3707         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
3708         Don't copy ldefs-boot.el over loaddefs.el.
3709         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
3710         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
3711         to loaddefs.el; they are not needed now.  Add coding cookie.
3713 2008-06-20  Miles Bader  <miles@gnu.org>
3715         * face-remap.el (face-remap-add-relative, face-remap-set-base):
3716         Strip unnecessary list levels from SPECS.
3717         (buffer-face-set, buffer-face-toggle):
3718         Change argument from FACE to &rest SPECS, and strip unnecessary
3719         list levels from SPECS.
3720         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
3722 2008-06-20  Jason Rumney  <jasonr@gnu.org>
3724         * international/fontset.el (setup-default-fontset): Specify script
3725         for latin use of iso10646-1.  Fix use of lang tags.
3727 2008-06-19  Miles Bader  <miles@gnu.org>
3729         * face-remap.el (text-scale-increase): Start from zero if
3730         text-scale-mode isn't enabled.
3732 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3734         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
3735         frame parameters after setting up the `default' face.
3737 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3739         * faces.el (face-set-after-frame-default): Don't exclude `default'.
3741 2008-06-18  Glenn Morris  <rgm@gnu.org>
3743         * mouse.el (buffer-face-mode-invoke): Declare.
3745         * Makefile.in (ELCFILES): Add org/org-id.elc.
3747         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
3748         * calendar/cal-menu.el (cal-menu-holidays-menu):
3749         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
3750         (cal-menu-today-holidays): Remove function.
3752         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
3753         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
3754         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
3755         Remove unused functions.
3756         (calendar-mouse-view-diary-entries): Use format rather than concat.
3758         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
3759         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3760         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
3762         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
3763         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3764         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
3765         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
3766         cal-menu-event-to-date.
3768         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
3769         Handle mouse events.
3770         * calendar/cal-tex.el (cal-tex-cursor-year)
3771         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
3772         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
3773         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
3774         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
3775         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
3776         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
3777         (cal-tex-cursor-month): Mark N as optional.
3778         * calendar/cal-menu.el (calendar-mouse-tex-day)
3779         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
3780         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
3781         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
3782         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
3783         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
3784         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
3785         Remove functions.
3786         (cal-menu-context-mouse-menu): Replace the above functions with the
3787         cal-tex versions.  Add HTML submenu.
3789 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
3791         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
3792         text command mode.
3793         (gdb): Explain that gud-gdb is needed for text command mode.
3795 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
3797         * window.el (split-height-threshold): Remove spurious extra line.
3799 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3801         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
3802         (calendar-set-mark):
3803         * calendar/diary-lib.el (diary-insert-entry):
3804         * calendar/solar.el (calendar-sunrise-sunset): Use it.
3805         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
3806         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
3807         (cal-menu-context-mouse-menu): Use calendar-set-mark,
3808         diary-insert-entry, and calendar-sunrise-sunset instead.
3810         * vc.el (vc-deduce-fileset): Add arg `only-files'.
3811         (vc-next-action): Pass the new arg.
3812         (vc-register): Don't use `only-files'.
3813         Don't set `backup-inhibited' in the current buffer.
3815 2008-06-17  Miles Bader  <miles@gnu.org>
3817         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
3819         * face-remap.el (buffer-face-mode-face)
3820         (buffer-face-mode-remapping): New variables.
3821         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
3822         (buffer-face-mode-invoke): New functions.
3823         (variable-pitch-mode-remapping): Variable removed.
3824         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
3826         * face-remap.el (internal-lisp-face-attributes): New variable.
3827         (face-attrs-more-relative-p, face-remap-order): New functions.
3828         (face-remap-add-relative): Use `face-remap-order'.
3830 2008-06-17  Glenn Morris  <rgm@gnu.org>
3832         * mouse.el (x-select-font): Declare.
3834         * calendar/calendar.el (calendar-move-hook):
3835         Add calendar-update-mode-line as an option.
3836         (calendar-date-echo-text): New user option.
3837         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
3838         (calendar-insert-indented): Simplify newline insertion.
3839         (calendar-describe-mode): Remove unused function.
3840         (calendar-mode-line-entry): New function.
3841         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
3842         Mark as risky.
3843         (calendar-mouse-other-month): Remove function.
3844         (calendar-other-month): Handle mouse events.
3845         (calendar-goto-info-node): Call fit-window-to-buffer.
3846         (calendar-mode): Use define-derived-mode.  Doc fix.
3847         (calendar-update-mode-line): Tweak whitespace.
3849 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3851         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
3852         (vc-dir-marked-only-files): vc-string-prefix-p.
3854 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
3856         * progmodes/gdb-ui.el (gdb-memory-set-address)
3857         (gdb-memory-set-repeat-count): Allow keyboard bindings.
3858         (gdb-memory-mode-map): Bind above functions respectively
3859         to 'S' and 'N'.
3861 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
3863         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
3865 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
3867         * log-view.el (vc-diff-internal): Declare for compiler.
3869         * vc-bzr.el (log-view-per-file-logs):
3870         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
3872 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
3874         * mouse.el (mouse-appearance-menu-map): New var.
3875         (mouse-appearance-menu): New function.
3876         Bind it to S-down-mouse-1.
3878 2008-06-15  Juri Linkov  <juri@jurta.org>
3880         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
3881         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
3882         as the second element.
3883         (Info-build-toc): Add PARENT element extracted from the Up pointer.
3884         Don't print progress messages.
3885         (Info-toc-nodes): New variable and function.
3886         (Info-index-nodes): Optimize non-string file name case.
3887         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
3888         (Info-insert-breadcrumbs): Use the cached document structure instead
3889         of visiting all ancestor nodes.  Remove the initial `>'.
3891 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
3893         * log-view.el (log-view-diff-changeset): New function.
3894         (log-view-mode-map, log-view-mode-menu): Bind it.
3895         (log-view-per-file-logs, log-view-vc-fileset)
3896         (log-view-vc-backend): New variables.
3897         (log-view-find-revision, log-view-modify-change-comment)
3898         (log-view-annotate-version): Throw an error if the log is for more
3899         than one file and we can't find the current file.  Get the current
3900         file from log-view-vc-fileset if necessary.
3901         (log-view-diff): Get the current file from log-view-vc-fileset if
3902         necessary.
3904         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
3906         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
3907         (vc-hg-log-view-mode): Declare for compiler.
3908         (vc-hg-log-view-mode): Set log-view-per-file-logs and
3909         log-view-file-re.
3910         (vc-hg-diff): If no file is passed, use default-directory for cwd.
3912         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
3914         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
3916 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
3918         * net/tramp.el (tramp-handle-start-file-process):
3919         Clear modification time of the connection buffer.
3920         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
3921         (tramp-open-connection-setup-interactive-shell): Flush cache, and
3922         restart `tramp-maybe-open-connection' when the remote system has
3923         been changed.  Throw 'uname-changed event.
3924         (tramp-maybe-open-connection): Catch it.
3926         * net/tramp-cmds.el (tramp-cleanup-all-connections):
3927         Reset `tramp-locked'.
3929 2008-06-15  Ulf Jasper  <ulf@web.de>
3931         * net/newst-treeview.el (newsticker--treeview-list-update)
3932         (newsticker--treeview-item-update)
3933         (newsticker--treeview-tree-update)
3934         (newsticker-treeview-jump, newsticker-group-add-group)
3935         (newsticker-group-move-feed, newsticker-group-delete-group):
3936         Remove window dedication.
3937         (newsticker--group-manage-orphan-feeds): Handle ill-valued
3938         newsticker-groups.
3939         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
3941 2008-06-15  Andreas Schwab  <schwab@suse.de>
3943         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
3944         when parsing CVS/Repository.
3946         * wdired.el (wdired-search-and-rename): Fix undocumented change.
3948 2008-06-15  Ulf Jasper  <ulf@web.de>
3950         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
3951         (newsticker-extra-face, newsticker-enclosure-face): Moved to
3952         net/newst-reader.el.
3954         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
3955         (newsticker-extra-face, newsticker-enclosure-face): Moved from
3956         net/newst-reader.el.
3958 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3960         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
3961         Catch and recover from case when the bytes we thought we were reading
3962         turn out to be something else entirely, such as latin-1 chars from
3963         quail.  See bug#396.
3965 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
3967         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
3968         (vc-register): Call the backend function only once, instead of
3969         once for each file.
3970         (vc-next-action): Update call to vc-register.
3971         (vc-dir-register): Remove function.
3972         (vc-dir): Bind vc-register instead of vc-dir-register.
3974 2008-06-14  Glenn Morris  <rgm@gnu.org>
3976         * Makefile.in (ELCFILES): Add net/newst-*.el.
3978 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3980         * wdired.el (wdired-do-renames): New function.
3981         (wdired-finish-edit): Use it to.
3982         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
3984 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3986         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
3988 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
3990         * window.el (window--even-window-heights): Even window heights
3991         only if the selected window is higher than WINDOW.
3992         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
3994 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3996         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
3998 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4000         * term/linux.el (terminal-init-linux): Load t-mouse.
4002 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4003             Drew Adams  <drew.adams@oracle.com>
4005         * info.el (Info-breadcrumbs-depth): New var.
4006         (Info-insert-breadcrumbs): New function.
4007         (Info-fontify-node): Use it.
4008         (Info-mode-map): Move initialization into declaration.
4010 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
4012         Rename net/newsticker-*.el to net/newst-*.el.
4013         * net/newst-backend.el: Rename from net/newsticker-backend.el.
4014         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
4015         * net/newst-reader.el: Rename from net/newsticker-reader.el.
4016         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
4017         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
4018         * net/newsticker-backend.el: Rename to net/newst-backend.el.
4019         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
4020         * net/newsticker-reader.el: Rename to net/newst-reader.el.
4021         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
4022         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
4024 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4026         * progmodes/compile.el (compilation-start): Don't disable undo in
4027         comint buffer.  Don't override the comint-filter with our own.
4028         (compilation-filter): Change point's insertion-type.
4030         * comint.el (comint-output-filter): Use copy-marker.
4032 2008-06-13  David Reitter  <david.reitter@gmail.com>
4034         * textmodes/flyspell.el (mail-mode-flyspell-verify):
4035         Check message-signature-separator exists before using it.
4037 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
4039         * vc.el (vc-delete-file): Bind default-directory before calling
4040         the backend.
4041         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
4042         (vc-annotate-show-diff-revision-at-line-internal): ... here.
4043         New function.
4044         (vc-annotate-show-changeset-diff-revision-at-line): New function.
4045         (vc-annotate-mode-menu): Bind it.
4047 2008-06-13  Jason Rumney  <jasonr@gnu.org>
4049         * term/w32-win.el (mouse-set-font): Remove overridden function.
4050         (w32-select-font): Declare as obsolete alias for x-select-font.
4052 2008-06-13  Daniel Engeler  <engeler@gmail.com>
4054         These changes add serial port access.
4055         * term.el (term-update-mode-line): Modify.
4056         (serial-port-is-file-p, serial-nice-speed-history)
4057         (serial-no-speed, serial-mode-line-speed-menu)
4058         (serial-mode-line-config-menu): New variables and constants.
4059         (serial-name-history, serial-speed-history)
4060         (serial-supported-or-barf, serial-read-name, serial-read-speed)
4061         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
4062         (serial-mode-line-speed-menu, serial-update-speed-menu)
4063         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
4064         (serial-update-config-menu): New functions.
4066 2008-06-13  Glenn Morris  <rgm@gnu.org>
4068         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
4070         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
4072 2008-06-13  Kenichi Handa  <handa@m17n.org>
4074         * cus-face.el (custom-face-attributes): Add :foundry.
4076         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
4077         (face-x-resources): Add :foundry.
4078         (face-valid-attribute-values): Likewise.
4079         (face-attribute-name-alist): Likewise.
4080         (describe-face): Likewise.
4082 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4084         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
4086 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
4088         * longlines.el (longlines-search-forward, longlines-search-backward)
4089         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
4091 2008-06-12  Sam Steingold  <sds@gnu.org>
4093         * vc.el (vc-rename-file): DTRT when the destination is a directory
4094         name and the source is a file.
4096 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
4098         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
4100 2008-06-12  Glenn Morris  <rgm@gnu.org>
4102         * progmodes/f90.el (f90-beginning-of-subprogram)
4103         (f90-end-of-subprogram): Only give a message when interactive.
4105         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
4107         * progmodes/cperl-mode.el (cperl-info-on-command):
4108         Use display-pixel-height rather than x-display-pixel-height.
4110         * mail/rmailedit.el (rmail-cease-edit):
4111         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
4113         * emulation/edt.el (edt-xserver):
4114         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
4116         * emulation/edt-mapper.el: Drop test for Emacs < 19.
4118         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
4119         Evaluate definitions when compiling.  Reverse tests.
4121         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
4122         use unless.
4124         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
4126         * textmodes/artist.el (x-pointer-shape):
4127         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
4128         (x-open-connection, x-server-max-request-size, x-get-resource):
4129         * term/w32console.el (x-setup-function-keys):
4130         * term/w32-win.el (x-parse-geometry, x-resource-name)
4131         (generate-fontset-menu, image-library-alist, x-open-connection)
4132         (setup-default-fontset, set-fontset-font, setup-default-fontset)
4133         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
4134         (x-get-resource):
4135         * term/mac-win.el (x-parse-geometry, x-resource-name)
4136         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
4137         (new-fontset, x-display-list, x-open-connection, x-get-resource):
4138         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
4139         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
4140         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
4141         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
4142         (tooltip-identifier-from-point, define-fringe-bitmap):
4143         * play/gamegrid.el (image-size):
4144         * play/bubbles.el (image-size):
4145         * mail/emacsbug.el (x-server-vendor, x-server-version):
4146         * international/mule-util.el (internal-char-font):
4147         * international/mule-diag.el (font-info, query-fontset, fontset-info)
4148         (fontset-alias-alist, fontset-list, fontset-plain-name):
4149         * international/mule-cmds.el (x-server-vendor, x-server-version):
4150         * international/fontset.el (font-encoding-charset-alist)
4151         (otf-script-alist, new-fontset, set-fontset-font)
4152         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
4153         (fontset-list, query-fontset, x-get-resource):
4154         * emulation/edt.el (x-server-vendor):
4155         * emulation/edt-mapper.el (x-server-vendor):
4156         * emacs-lisp/map-ynp.el (x-popup-dialog):
4157         * emacs-lisp/lmenu.el (x-popup-dialog):
4158         * x-dnd.el (x-window-property, x-change-window-property)
4159         (x-get-selection-internal):
4160         * woman.el (x-list-fonts):
4161         * w32-fns.el (x-server-version):
4162         * tooltip.el (x-show-tip, x-hide-tip):
4163         * tool-bar.el (image-mask-p):
4164         * thumbs.el (image-size):
4165         * term.el (overflow-newline-into-fringe):
4166         * subr.el (scroll-bar-scale):
4167         * startup.el (x-get-resource, tool-bar-mode, image-size):
4168         * select.el (x-get-selection-internal, x-own-selection-internal)
4169         (x-disown-selection-internal):
4170         * mouse.el (generate-fontset-menu):
4171         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
4172         * image.el (image-library-alist):
4173         * image-mode.el (image-size, image-refresh):
4174         * image-dired.el (clear-image-cache):
4175         * gs.el (x-display-mm-width, x-display-pixel-width)
4176         (x-display-mm-height, x-display-pixel-height)
4177         (x-change-window-property, x-display-grayscale-p, x-window-property):
4178         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
4179         (x-focus-frame, x-list-fonts, x-display-screens)
4180         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
4181         (x-display-mm-width, x-display-backing-store, x-display-save-under)
4182         (x-display-planes, x-display-color-cells, x-display-visual-class):
4183         * faces.el (internal-face-x-get-resource)
4184         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
4185         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
4186         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
4187         (x-parse-geometry, x-create-frame, x-setup-function-keys)
4188         (tool-bar-setup):
4189         * doc-view.el (clear-image-cache, image-size, tooltip-show):
4190         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
4191         * dframe.el (x-display-pixel-width, x-display-pixel-height):
4192         * descr-text.el (internal-char-font):
4193         Define for compiler, for builds without X.
4195 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4197         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
4199 2008-06-11  Glenn Morris  <rgm@gnu.org>
4201         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
4202         before trying to move there.
4203         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
4204         is non-nil, indent most terminating statements like loop body.
4206         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
4207         Gregorian date, and add it, not the local date, to diary-entries-list.
4208         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
4210 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4212         * progmodes/compile.el (compilation-filter): Fix up last change.
4214         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
4216         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
4217         (gpm-mouse-mode): Make it into a proper global minor mode.
4219         * files.el (save-some-buffers-action-alist): Only use recursive-edit
4220         if the user enabled recursive-minibuffers.
4222         * emacs-lisp/map-ynp.el (map-y-or-n-p):
4223         Add support for scroll-other-window.
4225 2008-06-11  Jason Rumney  <jasonr@gnu.org>
4227         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
4228         Use tmm-menubar if menu is disabled in this frame.
4230         * menu-bar.el (menu-bar-open): Determine how to open menu bar
4231         from frame type, per documentation.  Add w32 case.
4233 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4235         * minibuffer.el (completion--merge-suffix): New function.
4236         (completion-basic-try-completion): Use it.
4237         (completion-pcm--find-all-completions): Add argument `filter'.
4238         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
4239         New functions.
4240         (completion-pcm-try-completion): Use them.
4242         * xt-mouse.el (turn-on-xterm-mouse-tracking)
4243         (turn-off-xterm-mouse-tracking): Use terminal-list.
4245         * cus-start.el (underline-minimum-offset): Rename from
4246         x-underline-minimum-display-offset.
4248 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
4250         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
4252 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
4254         * mouse.el (mouse-select-font): New function.
4256         * faces.el (face-spec-recalc): When the face is set using
4257         Customize, avoid recalculating it twice.
4259         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
4260         Font" menu item to it.  Apply selected font to all frames, and
4261         make it savable.
4262         (menu-bar-options-save): Save `default' font if changed.
4264 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4266         * ffap.el (ffap-string-at-point-mode-alist):
4267         Use alpha rather than lower.
4269         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
4271         * subr.el (momentary-string-display): Use an overlay.
4273         * progmodes/compile.el (compilation-mode):
4274         Set window-point-insertion-type.
4275         (compilation-filter): Don't use insert-before-markers any more.
4276         * emacs-lisp/trace.el (trace-make-advice):
4277         Set window-point-insertion-type in the trace buffer.
4278         * startup.el (normal-top-level): Set window-point-insertion-type in
4279         *Messages*.
4280         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
4281         (telnet-filter): Don't use insert-before-markers any more.
4282         * comint.el (comint-mode): Set window-point-insertion-type.
4283         (comint-output-filter): Don't use insert-before-markers any more.
4284         * button.el (make-text-button): Allow `start' to be a string.
4286 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
4288         * emacs-lisp/autoload.el (autoload-rubric):
4289         Fix coding cookie not to force Unix EOL.
4291 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
4293         * window.el (window--splittable-p, window--try-to-split-window):
4294         Don't use with-selected-window to avoid messing up get-lru-window.
4295         Reported by David Hansen <david.hansen@gmx.net>.
4297 2008-06-10  Glenn Morris  <rgm@gnu.org>
4299         * subr.el (locate-library): Doc fix.
4301         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
4302         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
4303         Check tool-bar-map is bound, for non-X builds.
4305         * net/newsticker-reader.el (newsticker--next-item-image)
4306         (newsticker--previous-item-image, newsticker--previous-feed-image)
4307         (newsticker--next-feed-image, newsticker--mark-read-image)
4308         (ewsticker--mark-immortal-image, newsticker--narrow-image)
4309         (newsticker--get-all-image, newsticker--update-image)
4310         (newsticker--browse-image): Check xpm images are available.
4311         (newsticker--mark-read-image, newsticker--mark-immortal-image)
4312         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
4314         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
4315         (newsticker--plainview-tool-bar-map, newsticker-mode):
4316         Check tool-bar-map is bound, for non-X builds.
4317         (w3m-toggle-inline-image): Declare.
4319         * net/newsticker-backend.el (tool-bar-map): Don't declare.
4321         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
4323         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
4324         (finder-compile-keywords): Move let to where needed.
4325         (finder-mouse-face-on-line): Go back one more line if needed.
4326         (finder-list-matches): Use cadr.
4327         (finder-goto-xref): New function.
4328         (finder-commentary): Add buttons to jump to foo.el libraries.
4330 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4332         * apropos.el (apropos-function, apropos-macro, apropos-command)
4333         (apropos-variable, apropos-face, apropos-group, apropos-widget)
4334         (apropos-plist): Add apropos-short-label property.
4335         (apropos-multi-type): New variables.
4336         (apropos-command, apropos-value): Set it.
4337         (apropos-compact-layout): New custom.
4338         (apropos-print, apropos-print-doc): Use it.
4339         (apropos-print): Truncate lines.
4341 2008-06-09  Kenichi Handa  <handa@m17n.org>
4343         * international/fontset.el (font-encoding-alist):
4344         Add an entry for "ascii-0".
4346 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
4348         * language/hanja-util.el (hanja-init-load): Show the message only
4349         when loading a table.
4351 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
4353         * net/newsticker-treeview.el (newsticker-treeview):
4354         * net/newsticker-plainview.el (newsticker-plainview):
4355         Add autoload cookie.
4357 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
4359         * net/newsticker.el: Split up into newsticker-backend, -ticker,
4360         -reader, -plainview, and -treeview.
4361         (newsticker-version): Change to 1.99.
4363         * net/newsticker-backend.el: New.  Move backend functionality from
4364         newsticker.el to newsticker-backend.el.
4365         (newsticker--download-logos): New.
4366         (newsticker--sentinel-callback): New.
4367         (newsticker--set-customvar): Remove.  Split up into specific
4368         functions related to retrieval, ticker, buffer, and display.
4369         (newsticker--set-customvar-retrieval): New.  Extracted from
4370         `newsticker--set-customvar'.
4371         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
4372         (newsticker-url-list-defaults):
4373         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
4374         (newsticker-url-list): Doc changed.  URL can be a function.
4375         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
4376         (newsticker-retrieval-method): New.
4377         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
4378         (newsticker-retrieval-interval):
4379         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
4380         (newsticker-desc-comp-max): Change :group.
4381         (newsticker--cache): Doc changed.
4382         (newsticker--guid-to-string): New.
4383         (newsticker--guid): Use `newsticker--guid-to-string'.
4384         (newsticker--real-feed-name): New.
4385         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
4386         (newsticker-start): Use `insert-file-contents' for reading cache.
4387         Use `newsticker--start-feed'.
4388         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
4389         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
4390         Use `newsticker--stop-feed'.
4391         (newsticker-save-item): New.
4392         (newsticker--get-news-by-funcall): New.
4393         (newsticker-get-news): Handle new retrieval methods.
4394         (newsticker--sentinel): Use `newsticker--sentinel-work'.
4395         (newsticker--sentinel-work): New.  Extracted from
4396         `newsticker--sentinel'.  Use `newsticker--download-logos',
4397         `newsticker--sentinel-callback'.
4398         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
4399         (newsticker--parse-atom-1.0): Fix link determination.
4400         (newsticker--parse-rss-0.91): Fix time determination.
4401         (newsticker--parse-rss-0.92): Fix time determination.
4402         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
4403         (newsticker--parse-generic-feed): New arg order in
4404         `newsticker--cache-add'.
4405         (newsticker--parse-generic-items): Fix for multiple items.
4406         New arg order in `newsticker--cache-add'.
4407         (newsticker--forget-preformatted): Check whether
4408         `newsticker--buffer-set-uptodate' is fbound.
4409         (newsticker--decode-iso8601-date): Handle fractions of seconds.
4410         (newsticker--decode-rfc822-date): Partial timezone handling.
4411         (newsticker--cache-contains): Fix guid problem.
4412         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
4413         (newsticker--cache-save): New.
4414         (newsticker--cache-update): Use temp buffer.
4415         (newsticker--stat-num-items): Allow multiple AGE args.
4416         (newsticker--stat-num-items-total): New.
4417         (newsticker--opml-import-outlines): New.
4418         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
4419         (newsticker--do-run-auto-mark-filter): Doc changed.
4420         (newsticker-retrieve-random-message): New.
4422         * net/newsticker-ticker.el: New.  Move ticker functionality from
4423         net/newsticker.el to net/newsticker-ticker.el.
4424         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
4425         `newsticker--ticker-timer'.
4426         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
4427         to `newsticker--ticker-timer'.
4428         (newsticker--set-customvar-ticker): New.  Extracted from
4429         `newsticker--set-customvar'.
4430         (newsticker-ticker-interval): Rename `newsticker-display-interval'
4431         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
4432         for :set.  Change :group.
4433         (newsticker-scroll-smoothly): Doc changed.  Change :group.
4434         (newsticker-hide-immortal-items-in-echo-area)
4435         (newsticker-hide-old-items-in-echo-area)
4436         (newsticker-hide-obsolete-items-in-echo-area):
4437         Use `newsticker--set-customvar-ticker for :set.  Change :group.
4438         (newsticker-start-ticker): Rename `newsticker--display-timer' to
4439         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
4440         to `newsticker-ticker-interval'.
4441         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
4442         `newsticker--ticker-timer'.
4444         * net/newsticker-reader.el: New.  Move reader functionality from
4445         net/newsticker.el to net/newsticker-reader.el.
4446         (newsticker--set-customvar-formatting): New.  Extracted from
4447         `newsticker--set-customvar'.
4448         (newsticker-reader, newsticker-frontend): New.
4449         (newsticker-enable-logo-manipulations): Change :group.
4450         (newsticker-justification): Use `newsticker--set-customvar-formatting'
4451         for :set.  Change :group.
4452         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
4453         for :set.  Change :group.
4454         (newsticker-html-renderer): Doc changed.
4455         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
4456         (newsticker-date-format):
4457         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
4458         (newsticker--insert-enclosure):
4459         Rename `newsticker--buffer-insert-enclosure' to
4460         `newsticker--insert-enclosure'.  Add keymap arg.
4461         (newsticker--print-extra-elements):
4462         Rename `newsticker--buffer-print-extra-elements' to
4463         `newsticker--print-extra-elements'.  Add keymap arg.
4464         (newsticker--do-print-extra-element):
4465         Rename `newsticker--buffer-do-print-extra-element' to
4466         `newsticker--do-print-extra-element'.  Add keymap arg.
4467         (newsticker-show-news): Use `newsticker-frontend'.
4469         * net/newsticker-plainview.el: New.  Move plainview functionality
4470         from net/newsticker.el to net/newsticker-reader.el.
4471         (newsticker-plainview): New.
4472         (newsticker--set-customvar-sorting): New.  Extracted from
4473         `newsticker--set-customvar'.
4474         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
4475         for :set.  Changed :group.
4476         (newsticker-heading-format, newsticker-item-format)
4477         (newsticker-desc-format, newsticker-statistics-format):
4478         Use `newsticker--set-customvar-formatting for :set.  Change :group.
4479         (newsticker-faces): Change :group.
4480         (newsticker-default-face): Enable again.
4481         (newsticker-hide-old-items-in-newsticker-buffer)
4482         (newsticker-show-descriptions-of-new-items):
4483         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
4484         (newsticker-show-all-news-elements): Change :group.
4485         (newsticker-plainview-hooks): New.
4486         (newsticker-select-item-hook, newsticker-select-feed-hook)
4487         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
4488         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
4489         to `newsticker--plainview-tool-bar-map'.
4490         (newsticker--url-keymap): Add mouse-1 binding.
4491         (newsticker-plainview): New.
4492         (newsticker-mark-all-items-of-feed-as-read): Change doc.
4493         (newsticker--buffer-do-insert-text): Use renamed
4494         newsticker--[buffer-]insert-enclosure and
4495         newsticker--[buffer-]print-extra-elements.
4496         (newsticker--buffer-set-faces): Use newsticker-default-face.
4498         * net/newsticker-treeview.el: New.
4500 2008-06-08  Andreas Schwab  <schwab@suse.de>
4502         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
4504         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
4506         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
4507         empty line.
4509         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
4511 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
4513         * window.el (split-height-threshold, split-width-threshold):
4514         Add choice nil.
4515         (split-window-preferred-function): Allow either nil or a function.
4516         (window--splittable-p, window--try-to-split-window):
4517         Handle changed option values.
4519         (window--frame-usable-p): Handle nil argument.
4521         (display-buffer): Call get-lru-window when pop-up-windows is nil
4522         and window can't be split.
4524 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4526         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
4528         * net/tramp.el (top): Quote feature names.  Remove
4529         `tramp-rfn-eshadow-setup-minibuffer' from
4530         `rfn-eshadow-setup-minibuffer-hook' when unloading.
4531         (tramp-read-passwd): There is only one call to
4532         `auth-source-user-or-password' needed.  Pacify byte compiler.
4534 2008-06-08  Andreas Schwab  <schwab@suse.de>
4536         * window.el (display-buffer): Use lru window if current window
4537         cannot be split.
4539 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4541         * apropos.el (apropos-library): New command and new button.
4542         (apropos-library-button): New function.
4544         * apropos.el: Remove spurious * in docstrings.
4545         (apropos-label-face): Use variable pitch.
4546         (apropos-print): Use dolist and with-current-buffer.
4547         (apropos-print-doc): Use when.
4549         * window.el (special-display-p, display-buffer):
4550         Fix up C->Elisp transcription error.
4552 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4554         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
4555         (byte-compile-file): Initialize it.
4556         (byte-compile-nogroup-warn): Keep track of the current group.
4558 2008-06-08  Glenn Morris  <rgm@gnu.org>
4560         * Makefile.in (compile, compile-always, bootstrap-prepare):
4561         Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
4563 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
4565         * language/hanja-util.el (hanja-init-load): Use a char-table for
4566         hanja-table.
4567         (hangul-to-hanja-char): Adjust for the above change.
4569 2008-06-07  Glenn Morris  <rgm@gnu.org>
4571         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
4572         lm-keywords.
4574         * mail/sendmail.el (mail-interactive): Add :version.
4576         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
4577         obsolete alias.
4579         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
4580         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
4581         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
4582         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
4583         * eshell/esh-util.el, international/mule-cmds.el:
4584         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
4585         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
4586         Remove unnecessary eval-when-compiles and eval-and-compiles.
4588         * Makefile.in (bootstrap-clean): Run autogen-clean.
4589         (maintainer-clean): No need to run autogen-clean now it is included in
4590         bootstrap-clean.
4592 2008-06-06  Miles Bader  <miles@gnu.org>
4594         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
4596 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
4598         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
4599         longlines mode.
4601         * replace.el (replace-search-function)
4602         (replace-re-search-function): New vars.
4603         (perform-replace): Use them.
4605         * longlines.el (longlines-re-search-forward): New function.
4606         (longlines-mode): Bind replace-search-function and
4607         replace-re-search-function, to ensure that replacement commands
4608         treat newlines as spaces.
4609         (longlines-show-effect): Default to a pilcrow sign.
4611 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4613         * help.el (function-called-at-point):
4614         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
4615         even when calling find-tag-default.
4617 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
4619         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
4620         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
4621         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
4622         (nxml-fontify-buffer, nxml-do-fontify):
4623         Remove obsolete variables and functions.
4624         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
4625         (nxml-degrade, nxml-after-change, nxml-after-change1)
4626         (nxml-extend-region, nxml-extend-after-change-region)
4627         (nxml-extend-after-change-region1, nxml-fontify-matcher)
4628         (nxml-toggle-char-ref-extra-display): Use font-lock, and
4629         font-lock-extend-region-functions in particular, to fontify
4630         nxml-mode buffers.
4631         (nxml-debug-region): New debugging helper function.
4633         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
4634         (nxml-scan-after-change, nxml-move-tag-backwards):
4635         Adapt for font-lock changes.
4637         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
4638         (nxml-debug-set-inside, nxml-debug-clear-inside):
4639         New debugging functions.
4640         (nxml-with-degradation-on-error): New helper macro.
4642 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
4644         * window.el (display-buffer): Remove dead call to get-lru-window.
4646 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4648         * mail/sendmail.el (mail-interactive): Change default.
4650 2008-06-05  John Paul Wallington  <jpw@pobox.com>
4652         * bindings.el (completion-ignored-extensions):
4653         Add .p64fsl, .d64fsl, and .dx64fsl.
4655 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4657         * ffap.el (ffap-prompter): Don't use the region.
4659 2008-06-05  Sam Steingold  <sds@gnu.org>
4661         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
4662         subdirectory to be registered.
4664 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
4666         * window.el (display-buffer-function, special-display-p)
4667         (special-display-buffer-names, special-display-regexps)
4668         (special-display-function, same-window-p, same-window-buffer-names)
4669         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
4670         (pop-up-frame-function, pop-up-windows, even-window-heights)
4671         (split-window-preferred-function, split-height-threshold)
4672         (window--display-buffer-1, display-buffer, pop-to-buffer):
4673         Move from window.c and buffer.c.
4674         (window--splittable-p, window--try-to-split-window)
4675         (window--frame-usable-p, window--display-buffer-2)
4676         (window--even-window-heights): New functions.
4677         (split-width-threshold): New option.
4678         (split-window-preferred-horizontally): Remove.
4680         * cus-start.el: Remove corresponding declarations.
4682 2008-06-05  Sam Steingold  <sds@gnu.org>
4684         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
4685         an error on modified buffers.
4687 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4689         * progmodes/etags.el (tags-verify-table): Be careful to use and update
4690         tags-file-name and tags-table-list from the right buffer.
4691         (tags-table-check-computed-list, tags-table-extend-computed-list)
4692         (find-tag-noselect): Use with-current-buffer.
4694         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
4695         Use print-circle.
4697         * minibuffer.el (minibuffer-local-must-match-filename-map):
4698         Declare obsolete alias for the old name.
4700         * abbrev.el (unexpand-abbrev): Better preserve markers.
4702 2008-06-05  Glenn Morris  <rgm@gnu.org>
4704         * emacs-lisp/autoload.el (autoload-rubric): New function,
4705         extracted from autoload-ensure-default-file.
4706         (autoload-ensure-default-file): Use autoload-rubric.
4708         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
4709         (custom-dependencies-no-scan-regexp): New variable.
4710         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
4711         Don't scan files matching custom-dependencies-no-scan-regexp.
4712         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
4714         * finder.el (finder-headmark): Initialize and add doc string.
4715         (generated-finder-keywords-file): Doc fix.
4716         (finder-no-scan-regexp): New variable.
4717         (finder-compile-keywords): Use a single let binding.
4718         Disable undo in the output buffer.  Use autoload-rubric.
4719         Use mapc rather than mapcar.  Don't scan files matching
4720         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
4721         rather than concat.  Use directory-files to do regexp matching.
4722         No need to require jka-compr.
4723         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
4724         (finder-list-matches): Disable undo.
4725         (finder-commentary): Use let rather than let*.  Disable undo.
4726         (finder-current-item): Use zerop.
4727         (finder-mode): Use define-derived-mode.
4728         (finder-exit): Doc fix.  Use dolist.
4730         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
4731         (custom-deps): Don't require $(lisp)/cus-load.el.
4732         (custom-deps, finder-data): Don't depend on autoloads.
4733         Should not be needed now, and doing so was causing make install to
4734         re-dump emacs post-bootstrap.
4735         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
4736         mid-build forces some things to be rebuilt.
4738 2008-06-05  Miles Bader  <miles@gnu.org>
4740         * face-remap.el
4741         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
4742         (face-remap-remove-relative): Renamed from
4743         `remove-relative-face-remapping'.
4744         (face-remap-reset-base): Renamed from
4745         `set-default-base-face-remapping'.
4746         (face-remap-set-base): Renamed from `set-base-face-remapping'.
4747         (text-scale-increase): Renamed from `increase-buffer-face-height'.
4748         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
4749         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
4751         * face-remap.el (variable-pitch-mode): Autoload.
4753 2008-06-04  Sam Steingold  <sds@gnu.org>
4755         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
4756         Generate extra status headers for a Mercurial tree.
4758 2008-06-04  John Paul Wallington  <jpw@pobox.com>
4760         * echistory.el (electric-history-map): Define within defvar.
4761         Add docstring.
4763         * font-lock.el (font-lock-turn-off-thing-lock)
4764         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
4765         Use `bound-and-true-p'.
4766         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
4767         Doc fixes.
4769         * international/ccl.el (define-ccl-program): Add `doc-string'
4770         declaration.
4772 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
4774         * face-remap.el (variable-pitch-mode): Reflow docstrings.
4775         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
4777 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
4779         * emacs-lisp/rx.el (rx): Doc fix.
4781 2008-06-04  Markus Triska  <markus.triska@gmx.at>
4783         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
4785 2008-06-04  Miles Bader  <miles@gnu.org>
4787         * face-remap.el (adjust-buffer-face-height): New function.
4788         Add autoloaded keybindings in ctl-x-map.
4789         (increase-buffer-face-height, decrease-buffer-face-height):
4790         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
4792 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
4794         * simple.el (line-move-1): If we did not move as far as desired,
4795         ensure that point-left and point-entered hooks are called.
4797 2008-06-03  Sam Steingold  <sds@gnu.org>
4799         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
4801 2008-06-03  John Paul Wallington  <jpw@pobox.com>
4803         * progmodes/make-mode.el (makefile-cleanup-continuations)
4804         (makefile-warn-suspicious-lines, makefile-warn-continuations):
4805         Use `derived-mode-p'.
4807 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4809         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
4810         (ELCFILES): Update.
4812 2008-06-03  Miles Bader  <miles@gnu.org>
4814         * face-remap.el: New file.
4815         * Makefile.in (ELCFILES): Add face-remap.elc.
4817 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4819         * progmodes/flymake.el (flymake-process-filter): Make sure the source
4820         buffer isn't dead.
4822         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
4823         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
4824         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
4825         * obsolete/auto-show.el, obsolete/hscroll.el:
4826         Remove packages that were obsolete in Emacs-20, or that were obsolete
4827         in Emacs-21 and do not contain any more code.
4829         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
4830         vc-client-mode is not set.
4832         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
4833         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
4835         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
4836         yet a bit more clever at distinguishing / from /.
4838 2008-06-03  Kenichi Handa  <handa@m17n.org>
4840         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
4842 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
4844         * language/hanja-util.el: New file.
4846 2008-06-03  Glenn Morris  <rgm@gnu.org>
4848         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
4849         Check that end-of-word follows "type".
4851 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
4853         * epa-file.el (epa-file-write-region): Write the entire buffer
4854         content if START is nil.
4856 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
4858         * select.el (x-get-selection): Fix typo.
4860 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
4862         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
4863         (describe-char): Use `looking-at-p', `string-match-p' when possible.
4865 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4867         * tar-mode.el (tar-header-block-summarize): Ensure one space around
4868         user&group.
4870 2008-05-31  John Paul Wallington  <jpw@pobox.com>
4872         * help-fns.el (describe-variable-custom-version-info):
4873         Handle dotted `package-version' info.
4875 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
4877         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
4879 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
4881         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
4882         names and improve support for unregistered files.
4884 2008-05-31  Glenn Morris  <rgm@gnu.org>
4886         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
4887         Remove shell variable `elc'.  Split tests to hopefully be more portable.
4888         Fix `sel' assignment.
4890 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
4892         * minibuffer.el (completion-table-dynamic): Doc fix.
4894 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4896         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
4897         Try and return `unregistered' when applicable.
4899         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4900         Don't encourage naming variables with "-flag".
4902 2008-05-30  Glenn Morris  <rgm@gnu.org>
4904         * Makefile.in (update-elclist): Hide the warning when it does not apply,
4905         make it milder when it does.
4906         (autogen-clean): New target.
4907         (maintainer-clean): Use autogen-clean.
4909         * calendar/diary-lib.el (diary-display-function): New name for
4910         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
4911         Change custom type and version.
4912         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
4913         (diary-fancy-display): Doc fixes.
4914         (diary-list-entries, diary-include-other-diary-files)
4915         (diary-mail-entries):
4916         Use diary-display-function rather than diary-display-hook.
4918         * calendar/appt.el (appt-check): Use diary-display-function rather than
4919         diary-display-hook.
4920         * calendar/cal-x.el (calendar-dedicate-diary): Update for
4921         diary-display-function replacing diary-display-hook.
4922         * org/org-agenda.el (org-get-entries-from-diary): Also set
4923         diary-display-function.
4925         * calendar/cal-html.el (cal-html-list-diary-entries):
4926         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
4927         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
4928         argument of diary-list-entries rather than setting diary-display-hook.
4930 2008-05-30  Kenichi Handa  <handa@m17n.org>
4932         * international/mule-conf.el (utf-8-with-signature): Renamed from
4933         utf-8-sig.
4934         (utf-8-auto): Adjusted for the above change.
4936         * international/mule-diag.el (describe-font): Don't check fontset
4937         here, and just call font-info.  Get the default font by from the
4938         default face.
4940 2008-05-29  Kenichi Handa  <handa@m17n.org>
4942         * international/mule-conf.el (utf-8-sig, utf-8-auto):
4943         New coding systems.
4945         * international/mule.el (define-coding-system): Accept :bom for utf-8.
4947 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
4949         * international/utf-7.el (utf-7-encode): Use the right escape char
4950         depending on imap/nonimap encoding.
4952 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4954         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
4956 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
4958         * icomplete.el (icomplete-prospects-height): Add :group.
4960 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4962         * icomplete.el (icomplete-prospects-length): Make obsolete.
4963         (icomplete-prospects-height): New var.
4964         (icomplete-completions): Use it.
4966 2008-05-29  David Kastrup  <dak@gnu.org>
4968         * autoinsert.el (auto-insert): Add :link.
4970 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4972         * tar-mode.el (tar-header): New field `header-start'.
4973         (tar-header-block-tokenize): Set it when useful.
4974         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
4975         (tar-header-data-end): New function.
4976         (tar-summarize-buffer): Use it.
4977         (tar-next-line): Fix goal column for long usernames.
4978         (tar-expunge-internal): Use header-start.
4979         (tar-rename-entry): Handle ustar-style long names.
4980         (tar-alter-one-field): Add optional `descriptor' argument.
4981         (tar-subfile-save-buffer): Use it.
4983 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4985         * tar-mode.el (tar-header): New field `header-start'.
4986         (tar-header-block-tokenize): Set header-start for longlink entries.
4987         (tar-expunge-internal): Use header-start to expunge longlink entries.
4989         * files.el (hack-local-variables): Don't signal an error if the local
4990         variable section is not properly terminated.
4992         * emacs-lisp/easymenu.el (easy-menu-convert-item)
4993         (easy-menu-convert-item-1): Move the duplicate-generation outside of
4994         the caching so it also works for identical entries.
4996         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
4997         (tar-mode): Use write-region-annotate-functions rather than
4998         write-contents-functions.
4999         (tar-extract): Remove unused var `pos'.
5000         (tar-subfile-save-buffer): Remove unused var `following-descs'.
5001         (tar-mode-write-file): Remove.
5002         (tar-write-region-annotate): New function.
5004         * progmodes/flymake.el (flymake-save-buffer-in-file):
5005         * shadowfile.el (shadow-copy-file):
5006         * arc-mode.el (archive-*-write-file-member):
5007         * files.el (diff-buffer-with-file):
5008         * subr.el (with-temp-file): Pass nil to write-region.
5009         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
5011         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
5012         the custom.
5014         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
5015         to write-region.
5017 2008-05-28  Glenn Morris  <rgm@gnu.org>
5019         * Makefile.in (update-elclist): Work around non-portability of "\"
5020         in various implementations of echo.
5022 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5024         * international/mule-diag.el (describe-current-coding-system):
5025         Don't assume selection-coding-system is always defined.
5027         * tar-mode.el: Use defstruct and markers.
5028         (tar-setf): Remove.
5029         (tar-header): Use defstruct.  Add `data-start' field.
5030         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
5031         (tar-desc-data-start): Remove (now called tar-header-data-start).
5032         (tar-roundup-512): New fun.
5033         (tar-header-block-tokenize): Receive a buffer position rather than
5034         a string.  Handle @longLink here, be more careful about it.
5035         Create a marker for data-start.
5036         (tar-summarize-buffer): Don't handle @LongLink here any more.
5037         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
5038         data-start on the following entries any more.
5039         (tar-chown-entry, tar-chgrp-entry): Use read-number.
5041         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
5042         (tar-header-offset): Remove.
5043         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
5044         Not permanent any more.
5045         (tar-data-buffer): New var.
5046         (tar-data-swapped-p, tar-change-major-mode-hook)
5047         (tar-mode-kill-buffer-hook): New funs.
5048         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
5049         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
5050         (tar-clear-modification-flags, tar-alter-one-field)
5051         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
5052         Change accordingly.
5054 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
5056         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
5057         (vc-dir-resynch-file): ... this.  Update callers.
5058         Use vc-string-prefix-p.  Ignore directory args.
5059         (vc-string-prefix-p): CSE.
5060         (vc-resynch-buffer): Restore conditional.
5062         * vc-hooks.el (vc-after-save): Improve test.
5063         (vc-mode-line): Fix indentation.
5065 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5067         * calendar/parse-time.el (parse-time-months)
5068         (parse-time-weekdays): Add long-form month and day names.
5070 2008-05-27  Glenn Morris  <rgm@gnu.org>
5072         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
5074 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5076         * vc-dispatcher.el (vc-string-prefix-p): New function.
5077         (vc-dir-parent-marked-p): Use it.
5079 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
5081         * vc.el (Problems): Remove fixed issues.
5082         (vc-expand-dirs): Avoid returning directories.
5083         (vc-dir): Fix C-x v v binding.
5084         (vc-make-backend-object): Fix name.
5085         (vc-dir-show-fileentry): Fix docstring.
5086         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
5087         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
5088         Reset the state for directories.
5089         (vc-dir-headers): Align labels.
5090         (vc-default-status-printer): Do no call prettify-state-info.
5091         (vc-deduce-fileset): Replace implementation with one based on a
5092         working older version.
5093         (vc-next-action): Use the new form of vc-deduce-fileset.
5094         Fix dealing with unregistered files.
5096         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
5097         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
5098         (vc-dir-child-files): New function.
5099         (vc-dir-node-directory): New function.
5100         (vc-dir-update, vc-dir-parent-marked-p)
5101         (vc-dir-children-marked-p, vc-dir-mark-all-files)
5102         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
5104         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
5106 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5108         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
5109         (diff-font-lock-keywords, diff-context->unified)
5110         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
5111         (diff-hunk-text, diff-find-source-location): Use it.
5112         (diff-post-command-hook): Let the user edit the hunk headers.
5114 2008-05-26  Andreas Schwab  <schwab@suse.de>
5116         * vc.el (vc-default-prettify-state-info): Fix formatting of an
5117         unknown state.
5119         * tar-mode.el (tar-summarize-buffer): Comment fix.
5121 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5123         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
5125 2008-05-26  Glenn Morris  <rgm@gnu.org>
5127         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
5129 2008-05-25  John Paul Wallington  <jpw@pobox.com>
5131         * proced.el (proced-next-line, proced-previous-line):
5132         Avoid calling `next-line' and `previous-line' from Lisp code.
5134 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
5136         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
5137         Use diary-ordinal-suffix.
5139 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
5141         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
5142         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
5143         (edebug-save-displayed-buffer-points, edebug-initial-mode)
5144         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
5145         (edebug-print-length, edebug-print-level, edebug-print-circle)
5146         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
5147         (edebug-global-break-condition, edebug-sit-for-seconds):
5148         Remove spurious * from defcustom docstrings.
5149         (edebug-unwrap*, edebug-signal, edebug-eval-display):
5150         Improve argument/docstring consistency.
5151         (edebug-test-coverage, edebug-gensym, edebug-read)
5152         (edebug-top-level-nonstop, edebug-eval-result-list)
5153         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
5154         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
5155         (edebug-display-freq-count): Reflow docstrings.
5156         (edebug-restore-status): Doc fix.
5158 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5160         * proced.el (proced-header-line): Use the :align-to 0 feature
5161         rather than computing the corresponding position manually.
5162         (proced-update): Don't hardcode point-min==1.
5164 2008-05-24  Alan Mackenzie  <acm@muc.de>
5166         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
5167         if c-file-style is set to a non-string.
5169         (c-neutralize-CPP-line): Surround by `save-excursion'.
5170         (c-neutralize-syntax-in-CPP): Optimize for speed.
5172 2008-05-24  Glenn Morris  <rgm@gnu.org>
5174         * Makefile.in (update-elclist): New target, to update ELCFILES.
5175         (bootstrap-after): Run update-elclist.
5177 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
5179         * icalendar.el (icalendar-version): Increase to "0.19".
5180         (icalendar--date-style): New function.
5181         (icalendar--datetime-to-diary-date): Doc fix.
5182         Use icalendar--date-style.
5183         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
5184         (icalendar--convert-yearly-to-ical)
5185         (icalendar--convert-recurring-to-diary): Handle iso date style,
5186         use icalendar-date-style.
5188 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
5190         * vc.el (vc-delete-file): Make sure the buffer is deleted and
5191         vc-dir buffers are updated.
5193 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5195         * vc.el (vc-delete-file): Don't try to resynch the buffer.
5197 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
5199         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
5200         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
5201         (reftex-extra-bindings): Use it.
5203         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
5204         away from the user-reserved keys.
5206         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
5207         New vars.
5208         (ada-create-keymap): Use them.
5210 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5212         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
5213         a properly-grouped regexp.
5215 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
5217         * progmodes/cap-words.el (capitalized-words-mode):
5218         Fix typos in docstring.
5220 2008-05-23  Kenichi Handa  <handa@m17n.org>
5222         * international/mule-conf.el: Don't define the charset `emacs'
5223         here, just put :docstring, :short-name, and :long-name.
5225 2008-05-22  Kenichi Handa  <handa@m17n.org>
5227         * international/mule-diag.el (font-show-log): Limit each listing
5228         to 20 items.
5230 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
5232         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
5233         (gdb-annotation-rules): New entry for "thread-changed".
5234         (gdb-thread-changed): New function.
5236 2008-05-23  Glenn Morris  <rgm@gnu.org>
5238         * Makefile.in (SOURCES): Remove, unused.
5239         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
5240         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
5241         Exclude more '*loaddefs' files.
5242         (compile-always): Simplify '.elc' deletion.
5244 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5246         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
5247         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
5249         * minibuffer.el (completion-boundaries): Change calling
5250         convention, so `string' has the same semantics as in
5251         try-completion and all-completions.
5252         (completion-table-with-context, completion--embedded-envvar-table)
5253         (completion--file-name-table)
5254         (completion-pcm--find-all-completions): Adjust code accordingly.
5256 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
5258         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
5259         prune image-mode-winprops-alist, preventing it from growing
5260         indefinitely.
5261         (image-mode-reapply-winprops): Use it.
5263 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
5265         * net/netrc.el (netrc-machine): Always match if the port is not given.
5267 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5269         * minibuffer.el (completion-pcm--find-all-completions):
5270         Don't add pseudo-completions.
5272         * icomplete.el (icomplete-eoinput): Remove.
5273         (icomplete-overlay): New var to replace it.
5274         (icomplete-tidy): Rewrite.
5275         (icomplete-exhibit): Use an overlay.
5276         (icomplete-completions): Use completion-all-sorted-completions.
5277         Obey completion-ignore-case.
5279         * files.el (locate-dominating-file): Accept non-existing argument.
5280         (project-find-settings-file): Rewrite, using locate-dominating-file.
5282 2008-05-22  Kenichi Handa  <handa@m17n.org>
5284         * faces.el (font-weight-table, font-slant-table, font-width-table):
5285         Delete them.  Don't call internal-set-font-style-table.
5287         * international/mule-diag.el (font-show-log): New function.
5289         * international/fontset.el (script-representative-chars): Add more
5290         chars for latin.  Add data for symbol.
5291         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
5293 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5295         * minibuffer.el (completion-all-sorted-completions): New var.
5296         (completion--flush-all-sorted-completions)
5297         (completion-all-sorted-completions): New functions.
5298         (minibuffer-force-complete): New command.
5300 2008-05-21  Glenn Morris  <rgm@gnu.org>
5302         * files.el (c-postprocess-file-styles): Declare for compiler.
5304         * Makefile.in: Allow for parallel byte-compiling.
5305         (ELCFILES): New variable.
5306         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
5307         (compile-first, compile-main, compile-last): New targets.
5308         (compile-always): Simplify - delete .elc files, then `make compile'.
5310         * Makefile.in (compile-calc): Use glob rather than find.
5311         ($(lisp)/progmodes/cc-mode.elc): Use $@.
5313         * eshell/esh-module.el: No need for cl when compiling.
5315         * eshell/eshell.el (eshell-defgroup): New alias.
5316         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5317         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5318         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5319         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5320         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5321         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
5322         Autoload the custom group.  Set generated-autoload-file.
5323         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
5324         for eshell-defgroup.
5325         * eshell/esh-module.el (eshell-load-defgroups): Remove.
5326         Require esh-groups rather than loading it.
5328 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5330         * proced.el (proced-header-line): New variable and new function.
5331         (proced-mode): Set header-line-format.
5332         (proced-update): Set proced-header-line.
5333         (proced-send-signal): Use proced-header-line.
5335 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5337         * macros.el (insert-kbd-macro): Use prin1-char.
5339 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5341         * minibuffer.el (completion-boundaries): New function.
5342         (completion--some): Delay errors.
5343         (complete-with-action, completion-table-with-context):
5344         Handle `boundaries' case.
5345         (completion--try-word-completion): Avoid partial-completion
5346         when the user hasn't entered anything yet.
5347         (minibuffer-local-map, minibuffer-local-filename-completion-map)
5348         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
5349         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
5350         Setup default keybindings.
5351         (completion--embedded-envvar-re): New var.
5352         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
5353         (completion--file-name-table): Handle `boundaries' case.
5354         (completion-pcm--pattern->regex): Avoid pathological backtracking.
5355         (completion-pcm--all-completions): Add a `prefix' arg.
5356         (completion-pcm--find-all-completions): New function.
5357         (completion-pcm-all-completions, completion-pcm-try-completion):
5358         Use it.
5360         * icomplete.el (icomplete-completions): Don't use `predicate' with
5361         a table of a different type than `candidates'.
5363 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5365         * proced.el (proced-goal-column): Rename from proced-procname-column.
5366         (proced-goal-header-re): Rename from proced-procname-column-regexp.
5367         (proced-move-to-goal-column): Rename from proced-move-to-procname.
5368         (proced-header-face, proced-header-regexp): Remove.
5369         (proced-font-lock-keywords): Remove proced-header-face.
5370         (proced-header-alist, proced-sorting-schemes-re): New variables.
5371         (proced): Rename Proced buffer to *Proced*.
5372         (proced-next-line, proced-previous-line): New commands.
5373         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
5374         (proced-hide-processes): Do not treat first line as special.
5375         (proced-header-space): New function.
5376         (proced-update): Use header-line-format.
5377         Initialize proced-header-alist and proced-sorting-schemes-re.
5378         Set proced-goal-column.  Include proced-command in mode-name.
5379         (proced-send-signal): Use header-line-format for *Marked
5380         Processes* buffer.
5381         (proced-sort): Restrict minibuffer completion to applicable
5382         sorting schemes.
5383         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
5385 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5387         * icomplete.el (icomplete-simple-completing-p):
5388         Allow icomplete-with-completion-tables to say "use it everywhere".
5389         (icomplete-completions): Obey completion-styles.  Try to accommodate
5390         partial-completion style.
5392 2008-05-20  Michael Olson  <mwolson@gnu.org>
5394         * files.el (project-find-settings-file): Change concat to
5395         expand-file-name.
5397 2008-05-19  Tom Tromey  <tromey@redhat.com>
5399         * files.el (normal-mode): Call hack-project-variables.
5400         (hack-local-variables-confirm): Add 'project' argument.
5401         (hack-local-variables-apply): New function.
5402         (hack-local-variables): Use it.
5403         (project-class-alist, project-directory-alist): New variables.
5404         (project-get-alist): New function.
5405         (project-collect-bindings-from-alist)
5406         (project-collect-binding-list, set-directory-project)
5407         (project-find-settings-file, project-define-from-project-file)
5408         (hack-project-variables): New functions.
5410 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5412         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
5414 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
5416         * faces.el (font-weight-table): Fix typo in docstring.
5418 2008-05-18  David Hull  <david@snap.com>  (tiny change)
5420         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
5421         (vc-hg-annotate-command): Allow white space before version number.
5423 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
5425         * calc/calc-yank.el (calc-register-alist): New variable.
5426         (calc-set-register, calc-get-register, calc-copy-to-register)
5427         (calc-insert-register, calc-add-to-register, calc-append-to-register)
5428         (calc-prepend-to-register): New functions.
5430         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
5431         `calc-copy-to-register' and `calc-insert-register'.
5432         Autoload new register functions.
5434         * calc/calc-help.el (calc-r-prefix-help): Add help for register
5435         functions.
5437 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
5439         * vc.el (Todo): Add known problems.
5440         (vc-dir-backend): New variable.
5441         (vc-dir): Set it.
5442         (vc-make-backend-object, vc-generic-status-printer)
5443         (vc-generic-state, vc-generic-status-fileinfo-extra)
5444         (vc-dir-extra-menu): Use it.
5445         (vc-generic-dir-headers): Remove, unused.
5447         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
5448         vc-dir-prev-directory for consistency with vc-dir-previous-line.
5449         (vc-dir-mode-map): Fix bindings.
5451         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
5453 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
5455         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
5456         operated on.
5457         (calc-kill-region): Kill entire lines.
5459 2008-05-17  Glenn Morris  <rgm@gnu.org>
5461         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
5462         simplify initial value.
5463         (defezimage): Drop support for Emacs without defimage, use a featurep
5464         test rather than fboundp when defining, drop with-no-warnings.
5465         (ezimage-insert-over-text): Move featurep test inside
5466         add-text-properties.
5468         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
5470         * net/tramp.el (top-level): Load auth-source when compiling.
5472         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
5474 2008-05-17  Andreas Schwab  <schwab@suse.de>
5476         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
5478 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
5480         * vc.el (vc-annotate-show-diff-revision-at-line): Change
5481         vc-diff-internal arg to match what vc-deduce-fileset returns now.
5483 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5485         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
5487 2008-05-17  Jim Meyering  <meyering@redhat.com>
5489         * ido.el (ido-save-history): Do not emit a trailing newline at the
5490         end of the ido history file.
5492 2008-05-16  John Paul Wallington  <jpw@pobox.com>
5494         * vc-dispatcher.el (top-level): Revert previous change: require cl
5495         when compiling.
5497 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
5499         * vc.el (vc-default-status-printer)
5500         (vc-default-prettify-state-info): Enhance the state prettyprinter
5501         to deal better with unknown states and indirect through it when
5502         painting vc-dir buffers.
5504 2008-05-16  John Paul Wallington  <jpw@pobox.com>
5506         * vc-dispatcher.el (top-level): Don't require cl when compiling.
5507         (vc-dir-mode-map): Fix backquote.
5508         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
5510 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
5512         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
5513         Reported by Glenn Morris <rgm@gnu.org>.
5515 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
5517         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
5518         the end of the file, it was good work at one time but has been
5519         stale since 1995 and may now be actively misleading.
5520         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
5521         CVS repository and module (assumptions for the latter a bit iffy).
5522         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
5523         SVN repository.
5525 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
5527         * vc-rcs.el (vc-rcs-create-tag):
5528         * vc-sccs.el (vc-sccs-create-tag):
5529         Fix typo in error message and pass backend arg.
5531 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
5533         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
5535 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
5537         * net/tramp.el: Load auth-source library.
5538         (tramp-read-passwd): Use it for password, not login.
5540 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
5542         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
5543         (ses-print-cell): Use string-width, truncate-string-to-width,
5544         delete-region rather than length, substring, delete-char.
5545         (ses-setup): Set inhibit-point-motion-hooks to t.
5546         Calculate position by actually moving point rather than just using
5547         unibyte character length.
5548         (ses-mode): Set indent-tabs-mode to nil.
5549         (ses-center): Use string-width rather than length.
5551 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
5553         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
5554         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
5555         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
5556         vc-*-create-tag and vc-*-retrieve-tag respectively.
5558         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
5559         unneeded defalias.
5561         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
5563         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
5564         about buffer names.
5566 2008-05-15  Glenn Morris  <rgm@gnu.org>
5568         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
5570         * org/org-exp.el (org-infojs-options-inbuffer-template):
5571         Fix declaration.
5573         * progmodes/cc-mode.el (declare-function): Add compat definition.
5574         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
5576 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
5578         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
5579         list to a cons so the caller can get back both expanded and
5580         unexpanded filesets.
5581         * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
5582         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
5583         Change handling of selection-set returns as required.
5585 2008-05-15  John Paul Wallington  <jpw@pobox.com>
5587         * add-log.el (top-level): Don't require cl when compiling.
5589         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
5590         (archive-*-extract): Use `zerop'.
5591         (archive-*-write-file-member): Use `or', use `zerop'.
5593         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
5595         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
5596         (ibuffer-mark-interactive, ibuffer-set-mark)
5597         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
5598         (ibuffer-map-lines, ibuffer-switch-format)
5599         (ibuffer-update-title-and-summary)
5600         (ibuffer-redisplay-engine): Use it.
5602         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
5603         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
5604         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
5605         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
5606         (ibuffer-mark-read-only-buffers)
5607         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
5609         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
5610         (define-ibuffer-column, define-ibuffer-sorter)
5611         (define-ibuffer-op, define-ibuffer-filter): Add declarations
5612         containing indentation specs, replacing equivalent top-level
5613         forms that set `lisp-indent-function' properties.
5614         (define-ibuffer-op): Use `derived-mode-p'.
5615         (define-ibuffer-filter): Remove redundant `concat' call.
5617 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
5619         * net/tramp.el (tramp-echo-mark): Update docstring.
5620         (tramp-echo-mark-marker): New defconst.
5621         (tramp-check-for-regexp): Use it.
5623 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
5625         * vc.el (vc-deduce-fileset): Do the right thing when visiting a
5626         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
5627         as parent.
5629 2008-05-14  John Paul Wallington  <jpw@pobox.com>
5631         * international/mule.el (convert-define-charset-argument):
5632         Remove period from end of error message.
5633         (coding-system-mnemonic): Doc fix.
5634         (ctext-pre-write-conversion): Doc fix.
5636 2008-05-14  Simon Marshall  <simon@gnu.org>
5638         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
5639         from its default value and give it the risky-local-variable
5640         property (CVE-2008-2142).
5642 2008-05-14  Kenichi Handa  <handa@m17n.org>
5644         * language/korean.el ("Korean"): Set `iso639-language'
5645         property to `ko'.
5647         * language/japanese.el ("Japanese"): Set `iso639-language'
5648         property to `ja'.
5650         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
5651         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
5652         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
5654         * international/mule-cmds.el (set-language-environment):
5655         Set current-iso639-language.
5657         * international/fontset.el (setup-default-fontset): For kana, han,
5658         hangul, and cjk-misc, move an entry with font-spec at the end.
5659         (generate-fontset-menu): Exclude fontset-auto* from the list.
5661         * composite.el (compose-chars-after): Assume that WINDOW is always
5662         non-nil.
5664         * faces.el (font-weight-table, font-slant-table)
5665         (font-swidth-table): Declare them by defconst.  Change the format
5666         of elements.  Call internal-set-font-style-table after their
5667         declaration.
5668         (face-valid-attribute-values): Call font-family-list.  Get values
5669         for width, weight, and slant from font-xxx-table.
5671         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
5673 2008-05-13  John Paul Wallington  <jpw@pobox.com>
5675         * ibuffer.el (ibuffer-buffer-file-name): New function.
5676         (define-ibuffer-column filename): Use it.
5678         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
5680 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
5682         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
5683         as a string.
5684         (talk-add-display): Simplify.  Accept only string args.
5686 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
5688         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
5690 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5692         * Makefile.in (bootstrap-prepare): Don't chmod files.
5693         (autoloads): Do it here instead, where it's actually needed.
5695 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
5697         * tool-bar.el (tool-bar-make-keymap): Account for the optional
5698         KEY-BINDING-DATA field in menu-item list.
5700 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5702         * dired.el (dired-read-dir-and-switches): Move things about to use less
5703         recursion during macroexpansion.
5705         * dired.el (dired-read-dir-and-switches): Use read-file-name.
5707         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
5708         completion-ignored-extension directories if there's something else.
5709         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
5710         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
5711         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
5712         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
5713         buffer-read-only -> inhibit-read-only.
5715 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
5717         * vc.el (vc-expand-dirs): Stop this function from tossing out
5718         explicitly specified files.
5720 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5722         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
5723         to `insert'.
5725 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
5727         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
5728         cons.  Use vc-annotate-backend.
5729         (with-vc-file, edit-vc-file): Remove unused macros.
5731 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
5733         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
5734         (smtpmail-try-auth-methods): Use it.
5736 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5738         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
5739         (setf (nthcdr ..) ..) doesn't require CL at runtime.
5741 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
5743         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
5745 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5747         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
5748         (vc-bzr-revision-completion-table): Use process-file.
5749         (vc-bzr-working-revision): Pass relative file names.
5751         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
5753 2008-05-11  Juri Linkov  <juri@jurta.org>
5755         * wid-edit.el (widget-image-directory): Change default image data
5756         subdirectory from "custom" to "images/custom".
5758         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
5759         before recursive call to `Info-next-preorder' to not add
5760         intermediate nodes to the history.
5762         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
5764         * emulation/cua-base.el: Put isearch-scroll property
5765         on cua-scroll-up and cua-scroll-down.
5767 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
5769         * vc-hooks.el (vc-recompute-state): Remove (dead code).
5771 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
5773         * vc-dispatcher.el (ewoc): Require.
5774         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
5776         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
5778 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
5780         * term/w32-win.el (x-colors):
5781         * term/mac-win.el (x-colors):
5782         * term/x-win.el (x-colors): Re-order colors.
5784 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
5786         * smerge-mode.el (smerge-command-prefix): Fix custom type.
5788 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
5790         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
5791         New functions implementing motion to next and previous directory.
5793         * vc-arch.el (vc-arch-command):
5794         * vc-bzr.el (vc-bzr-command):
5795         * vc-cvs.el (vc-cvs-command):
5796         * vc-dispatcher.el (vc-do-command):
5797         * vc-git.el (vc-git-command):
5798         * vc-hg.el (vc-hg-command):
5799         * vc-mcvs.el (vc-mvcs-command):
5800         * vc-mtn.el (vc-mtn-command):
5801         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
5802         (vc-sccs-workfile-unchanged-p):
5803         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
5804         * vc-rcs.el (all methods): Remove assumption about what a nil
5805         argument to vc-do-command means.  This means no buffer name needs
5806         to be hardcoded into the dispatcher layer, and it's better to be
5807         explicit anyway.
5809         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
5811 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
5813         * vc.el: Update todo.
5815         * vc-sccs.el (vc-sccs-dir-status):
5816         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
5817         backends and returning up to date files.
5819         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
5821 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
5823         * vc.el (vc-dir):
5824         * vc-hooks.el: Tweak the VC directory bindings.  These are now
5825         documented in the manual.
5827         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
5828         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
5829         (vc-dispatcher-selection-set): Allow callers to pass in an
5830         observer flag that says no buffer sync is required.
5831         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
5832         Use the observer flag.
5834 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
5836         * simple.el (start-file-process): Clarify docstring.
5838 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
5840         * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
5841         Remove stub implementations of, and references to, wash-log.
5842         * vc-rcs.el (vc-rcs-comment-history):
5843         * vc-cvs.el (vc-cvs-comment-history):
5844         Inline the code that used to be wash-log.
5846         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
5847         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
5848         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
5849         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
5850         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
5851         (vc-rcs-print-log): Grok directories.
5853 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5855         * vc.el (vc-mark-resolved): Add `backend' argument.
5856         (vc-next-action): Pass it the backend.
5857         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
5858         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
5859         (vc-default-comment-history, vc-default-create-snapshot)
5860         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
5861         (vc-annotate-revision-previous-to-line)
5862         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
5863         * vc-svn.el (vc-svn-checkout):
5864         * vc-mcvs.el (vc-mcvs-checkout):
5865         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
5866         (vc-working-revision, vc-before-save, vc-mode-line):
5867         Prefer vc-call-backend to vc-call so as not to recompute the backend.
5869         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
5870         state to be consistent since it's often an unwarranted restriction.
5871         Don't return the state either.
5872         (vc-next-action): Check that the state is consistent.
5873         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
5874         (vc-rollback, vc-update): Adapt to new return value of
5875         vc-deduce-fileset.
5877         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
5878         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
5879         (vc-dispatcher-in-fileset-p): New fun.
5880         (vc-dispatcher-selection-set): Use it to properly handle directories.
5882 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
5884         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
5885         (vc-update): Remove unused let bindings.
5887 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
5889         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
5890         (vc-diff, vc-revert, vc-rollback, vc-update):
5891         * vc-dispatcher.el (vc-dispatcher-selection-set):
5892         Get rid of 4 special cases in fileset selection.  This involved
5893         changing the return value of (vc-deduce-fileset) so that it passes
5894         back a deduced state as well as a deduced back end.
5896 2008-05-08  Sam Steingold  <sds@gnu.org>
5898         * progmodes/compile.el (compilation-minor-mode-map)
5899         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
5900         * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
5901         it to `compilation-minor-mode-map' (instead of an explicit `cons').
5903 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5905         * org/org.el (org-modules, org-format-latex-options):
5906         * org/org-archive.el (org-archive-stamp-time)
5907         (org-archive-save-context-info):
5908         * org/org-faces.el (org-hide):
5909         * org/org-irc.el (org-irc-parse-link):
5910         * org/org-macs.el (org-call-with-arg, org-autoload):
5911         * org/org-mew.el (org-mew-store-link):
5912         * org/org-remember.el (org-remember-store-without-prompt)
5913         (org-remember-templates): Fix typos in docstrings.
5915         * org/org-info.el (org-info-store-link): Remove leftover docstring.
5917         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
5918         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
5919         (org-bbdb-anniv-split): Fix typos in docstrings.
5921         * org/org-publish.el (org-publish-project-alist): Doc fixes.
5922         (org-publish-use-timestamps-flag): Reflow docstring.
5923         (org-publish-files-alist): Fix typos in docstring.
5925 2008-05-07  Sam Steingold  <sds@gnu.org>
5927         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
5928         appears to be too aggressive with window removal.
5930 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
5932         * progmodes/verilog-mode.el (verilog-type-font-keywords):
5933         Add leda and 0in as pragma keywords.
5934         (verilog-pretty-expr): Support lining up assignments which include
5935         part selects.
5936         (verilog-mode): More portable check for the availability of
5937         hideshow support.
5938         (verilog-do-indent): Remove special indent for declarations inside
5939         a parenthetical list.  The code is ill-advised, and doesn't work
5940         given the new user defined types.
5941         (verilog-set-auto-endcomments): Enhance function automatic
5942         endcomment to support functions that return user defined types.
5943         (verilog-mode): Add code to tell which-function-mode minor mode
5944         that Verilog supports this feature.
5946 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
5948         * epa-file.el: Require epa-hook.
5950         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
5952         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
5953         file-names clashes on 8+3 filesystems.  Provide epa-hook.
5955         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
5956         file-names clashes on 8+3 filesystems.
5958 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
5960         * org/org.el (org-read-date-get-relative): Interpret lone
5961         weekday abbreviation as relative to today.
5963 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5965         * abbrev.el (define-abbrev-table):
5966         * composite.el (toggle-auto-composition):
5967         * json.el (json-alist-p, json-plist-p):
5968         * minibuffer.el (completion-table-with-predicate):
5969         * ps-mule.el (ps-mule-external-libraries):
5970         * emacs-lisp/advice.el (ad-special-form-p):
5971         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5972         * eshell/em-smart.el (eshell-review-quick-commands):
5973         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
5974         (python-skip-out, python-check-comint-prompt):
5975         Don't use `iff' in docstrings.
5977         * international/robin.el (robin-package-alist): Fix typo in docstring.
5978         (robin-current-package-name): Doc fix.
5979         (robin-activate): Don't use `iff' in docstring.
5981 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
5983         * vc.el, vc-dispatcher.el: VC-Dired support removed.
5984         The code uses a ewoc-based implementation now.
5985         * vc-hooks.el: Support for Meta-CVS has been removed.
5987 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5989         * tool-bar.el: Choose images dynamically.
5990         (tool-bar-make-keymap, tool-bar-find-image): New function.
5991         (tool-bar-find-image-cache): New var.
5992         (tool-bar-local-item, tool-bar-local-item-from-menu):
5993         Don't select the image yet, do it later in tool-bar-make-keymap.
5995 2008-05-07  Andreas Schwab  <schwab@suse.de>
5997         * window.el: Require 'cl when compiling.
5999 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
6001         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
6003 2008-05-07  Glenn Morris  <rgm@gnu.org>
6005         * subr.el (ignore-errors): Move here from cl-macs.el.
6006         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
6008         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
6009         oddness.
6011 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
6013         * vc-hooks.el (vc-find-file-hook):
6014         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
6015         further from vc.el.
6016         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
6018 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
6020         * progmodes/verilog-mode.el (verilog-getopt-file):
6021         Cleanup warning message format.
6022         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
6023         (verilog-auto-inout, verilog-auto-inout-module)
6024         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
6025         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
6026         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
6027         (verilog-auto-sense-sigs, verilog-auto-tieoff)
6028         (verilog-auto-unused, verilog-auto-wire)
6029         (verilog-decls-get-assigns, verilog-decls-get-consts)
6030         (verilog-decls-get-gparams, verilog-decls-get-inouts)
6031         (verilog-decls-get-inputs, verilog-decls-get-outputs)
6032         (verilog-decls-get-ports, verilog-decls-get-regs)
6033         (verilog-decls-get-signals, verilog-decls-get-wires)
6034         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
6035         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
6036         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
6037         (verilog-inject-sense, verilog-library-filenames)
6038         (verilog-mode-release-date, verilog-mode-version)
6039         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
6040         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
6041         (verilog-modi-get-assigns, verilog-modi-get-consts)
6042         (verilog-modi-get-gparams, verilog-modi-get-inouts)
6043         (verilog-modi-get-inputs, verilog-modi-get-outputs)
6044         (verilog-modi-get-ports, verilog-modi-get-regs)
6045         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
6046         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
6047         (verilog-modi-get-wires, verilog-preserve-cache)
6048         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
6049         (verilog-read-sub-decls, verilog-read-sub-decls-line)
6050         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
6051         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
6052         Add caching of additional state, and rework signal extraction
6053         routines to improve AUTO expansion performance by 300%++.
6055 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
6057         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6058         Tweak Open Watcom regexp to distinguish between errors and warnings.
6060 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6062         * dired.el (dired-read-dir-and-switches): Fix up last change.
6064 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
6066         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
6067         out of this function, move it to vc-dispatcher-selection-set.
6069 2008-05-05  Sam Steingold  <sds@gnu.org>
6071         * window.el (delete-other-windows-vertically): New function.
6073 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6075         * dired.el (dired-read-dir-and-switches):
6076         Obey read-file-name-completion-ignore-case.
6078 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
6080         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6081         Add regexp for Open Watcom compiler output.
6083 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
6085         * progmodes/python.el (python-block-pairs): Align finally with except.
6087 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6089         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
6091 2008-05-05  Tom Tromey  <tromey@redhat.com>
6093         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
6094         looking at conflict marker.
6096 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6098         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
6099         client-mode -> vc-client-object, and guess `funcall' was meant.
6100         (vc-dir-mode): Rename client-mode -> vc-client-mode.
6102 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
6104         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
6105         (dbus-debug): Move declarations outside eval-when-compile.
6107 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6109         * proced.el (proced-command-alist): Fix system-type values.
6110         Fix defcustom.
6111         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
6112         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
6113         (proced-sort-start, proced-sort, proced-sort-time): New commands.
6114         (proced-update): Use proced-sorting-scheme.  Update modeline.
6115         (proced-send-signal): Use nreverse.
6116         (proced-sorting-scheme-p): New function.
6118 2008-05-04  Andreas Schwab  <schwab@suse.de>
6120         * vc.el: Require dired when compiling.
6122         * minibuffer.el (completion--insert-strings): Don't delete past bol.
6124 2008-05-03  Glenn Morris  <rgm@gnu.org>
6126         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
6127         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
6128         Simplify compilation requirements.
6129         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
6130         declarations.
6132 2008-05-03  Dave Love  <fx@gnu.org>
6134         * progmodes/python.el (python-beginning-of-statement):
6135         Loop at least once (fixes 2008-02-21 change).
6137 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
6139         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
6140         instead of `length' for comparing length of user and group names.
6142 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
6144         * vc-dispatcher.el: New file, separates out the UI and command
6145         execution machinery from VCS-specific logic left in vc.el.
6146         The separation is not yet completely clean, but it's a good start.
6147         * vc.el: This file is about 1700 lines shorter now.
6148         Remove obsolete logentry-check from the backend API.
6149         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
6150         implementation of the logentry-check method, and it guarded against
6151         a log length limit that has probably been obsolete for 15 years (!).
6153 2008-05-02  Sam Steingold  <sds@gnu.org>
6155         * progmodes/compile.el (compilation-start): Move setting of
6156         compilation-directory after (funcall mode) as that resets local
6157         variables, this fixes recompile in grep buffers.
6158         * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
6159         in dired &c).
6161 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
6163         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
6164         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
6165         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
6166         has one of these and that all are called in compatible ways.
6167         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
6168         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
6169         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
6170         backend has one of these.
6172 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6174         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
6175         initialization into define-abbrev-table.  Use :regexp.
6176         (octave-mode-syntax-table): Don't set word syntax for `.
6178         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
6179         than only value.
6181         * dired.el (dired-read-dir-and-switches):
6182         Set minibuffer-completing-file-name and call substitute-in-file-name.
6183         (dired-format-columns-of-files): Use completion--insert-strings.
6185         * minibuffer.el (completion-hilit-commonality): Revert last change:
6186         the leftover code was actually useful.
6187         (completion--insert-strings): Use string-width rather than length.
6189 2008-05-02  Sam Steingold  <sds@gnu.org>
6191         * vc.el (vc-dir-mode-map): Enable mouse bindings.
6192         (vc-at-event): New macro: run the body at the even location.
6193         (vc-dir-menu, vc-dir-toggle-mark): Use it.
6194         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
6195         * subr.el (mouse-event-p): Check if the event is mouse-related.
6197 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
6199         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
6200         Don't throw error if no file is found.
6202 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6204         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
6205         (vc-default-state-heuristic): Doc fix.
6207 2008-05-02  Richard Sharman  <rsharman@pobox.com>
6209         * hilit-chg.el (highlight-changes-mode): Remove references to
6210         hooks that no longer exist.  Because define-minor-mode is used the
6211         hook highlight-changes-mode-hook exists and can do what both the
6212         old hooks used to do.  The documentation at the top of the file
6213         was updated to demonstrate this.
6214         (highlight-changes-mode): Remove commented out call to a hook
6215         function that is no longer there.
6216         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
6218 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
6220         * vc.el (vc-default-dired-state-info): Change name of primitive
6221         to prettify-state-info, in preparation for ripping out dired mode.
6222         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
6223         to prettify-state-info, in preparation for ripping out dired mode.
6224         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
6225         tries this on a version-controlled buffer.  It will do useless or
6226         actively bad things on any version control system newer than RCS.
6227         * vc-hooks.el (vc-dired-resynch-file):
6228         * vc.el (vc-dired-resynch-file): Change name of primitive to
6229         vc-directory-resynch-file, preparing to remove dired.
6231 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
6233         * vc-rcs.el (vc-rcs-state): Fix typos.
6235         * vc.el (vc-register): Change argument order so that the prefix
6236         argument is assigned correctly.
6237         (vc-next-action, vc-dir-register): Update for the above change.
6239 2008-05-01  Juri Linkov  <juri@jurta.org>
6241         * replace.el (occur-read-primary-args): Set default to the car of
6242         regexp-history and display it in the prompt, but don't add to the
6243         list of minibuffer defaults.  Bind history-add-new-input to nil to
6244         not add automatically `default'.  For empty input return `default'.
6245         Otherwise, add `input' to regexp-history and return it.
6246         (occur-1): Signal an error for the empty regexp.
6248         * progmodes/compile.el (compilation-auto-jump):
6249         Set window point to `pos' explicitly.
6251 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
6253         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
6254         when appropriate.
6255         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
6256         we report the 'unregistered state reliably.
6257         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
6258         we report the 'unregistered state reliably.
6259         * vc-git.el (vc-git-state): Call vc-git-unregistered so
6260         we report the 'unregistered state reliably.
6261         * vc-hooks.el (vc-state): Document that vc-unregistered is
6262         now expected to be returned reliably.
6263         * vc.el (vc-default-dired-state): Change needs-patch state to
6264         needs-update, since the name now shows up in dir-status listings
6265         and was somewhat misleading.
6266         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
6267         immediately after removing the file.
6268         * vc.el (vc-next-action): More informative messages when a fileset
6269         is in a mixed state or files are missing.
6271 2008-05-01  Sam Steingold  <sds@gnu.org>
6273         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
6275 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6277         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
6279 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
6281         * epa-file-hook.el: New file split from epa-file.el.
6282         * epa-file.el: Require 'epa-file-hook.
6283         (epa-file-handler): Add autoload cookie.
6284         * loadup.el: Load epa-file-hook.
6285         * startup.el (command-line): Eval the body of auto-encryption-mode.
6287 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
6289         * vc.el (vc-dir-mode-map): Don't bind "r".
6291         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
6292         (vc-hg-status-printer): New function.
6293         (vc-hg-after-dir-status): Deal with copied and renamed files.
6294         (vc-hg-dir-status): Add flag to show copied files.
6296 2008-05-01  John Paul Wallington  <jpw@pobox.com>
6298         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
6299         (ibuffer-do-sort-by-recency): Reverse sorting order if last
6300         sorting mode was recency.
6302         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
6303         reverse sorting order if last sorting mode was the sorter's.
6305 2008-05-01  Jason Rumney  <jasonr@gnu.org>
6307         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
6309 2008-04-30  John Paul Wallington  <jpw@pobox.com>
6311         * ibuffer.el (define-ibuffer-column filename): When the major mode
6312         is `vc-dir-mode' show the buffer's default directory.
6314         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
6315         major mode is `vc-dir-mode' use the buffer's default directory.
6317 2008-04-30  Sam Steingold  <sds@gnu.org>
6319         * vc.el (vc-dir-delete-file): Add.
6320         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
6321         (vc-delete-file): Do not barf when the file has been already deleted.
6323 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
6325         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
6327 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6329         * progmodes/octave-mod.el (octave-help): New function.
6330         * progmodes/octave-hlp.el: Delete.
6331         * info-look.el (octave-mode): Add operator index.
6333         * vc.el (vc-checkout): Typo.
6335 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
6337         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
6338         Add "..." in the appropriate places.
6340         * epa.el (epa-key-list-mode-map): Add more menu entries.
6341         Add "..." in the appropriate places.
6343         * dired.el (dired-mode-map): Add :help.
6345         * vc.el (vc-deduce-fileset): Add new parameter.
6346         (vc-dir-marked-only-files): New function.
6347         (vc-next-action): Don't ignore directories, look at the files
6348         inside them.
6349         (vc-dir-mode): Document how the mark/unmark commands work.
6351 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6353         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
6354         Rule out trailing spaces in file and directory names as well.
6356         * minibuffer.el (completion--do-completion): Move point even if the
6357         completion makes no change.
6358         (completion-pcm-try-completion): Fix computation of new point.
6360 2008-04-30  David Hansen  <david.hansen@gmx.net>
6362         * dired.el: Require 'cl.
6364 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
6366         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
6367         hollow if not in innermost frame.
6369 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6370         Make `checkout-model' apply to filesets.
6371         * vc-hooks.el (vc-checkout-model): Rewrite.
6372         (vc-before-save, vc-after-save): Adjust callers accordingly.
6373         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
6374         (vc-transfer-file): Adjust callers accordingly.
6375         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
6376         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
6377         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
6378         instead of vc-checkout-model.
6379         * vc-mcvs.el (vc-mcvs-revert):
6380         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
6381         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
6382         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
6383         * vc-svn.el (vc-svn-checkout-model):
6384         * vc-hg.el (vc-hg-checkout-model):
6385         * vc-git.el (vc-git-checkout-model):
6386         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
6388         * dired.el (dired-read-dir-and-switches): Replace last change with
6389         a new approach that mixes read-file-name and read-directory-name.
6391         * files.el (read-buffer-to-switch):
6392         Avoid making assumptions about `other-buffer'.
6394 2008-04-29  Sam Steingold  <sds@gnu.org>
6396         * vc.el (vc-dir-mode-hook): Add normal hook.
6397         (vc-dir-mode): Run it.
6399 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
6401         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
6402         Always split windows.
6403         (gdb-speedbar-timer-fn): Only raise frame after user input.
6404         (gdb-same-frame): Reverse initial value.
6405         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
6407         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
6408         gdb-speedbar-timer-fn.
6410 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6412         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
6414 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
6416         * epa.el (epa-key-list-mode-map): Add menu.
6417         (epa-delete-keys, epa-import-keys): Fix typo.
6419 2008-04-29  Glenn Morris  <rgm@gnu.org>
6421         * find-cmd.el (top-level): Does not need cl when compiling.
6423 2008-04-29  Phil Jackson  <phil@shellarchive.co.uk>
6425         * find-cmd.el: New file.
6427 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6429         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
6430         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
6431         (completion-pcm--hilit-commonality): New function.
6432         (completion-pcm-all-completions): Use it.
6434         * minibuffer.el (completion-common-substring): Mark obsolete.
6435         (completions-first-difference, completions-common-part):
6436         Move from simple.el.
6437         (completion-hilit-commonality): New fun.
6438         (display-completion-list, completion-emacs21-all-completions)
6439         (completion-emacs22-all-completions): Use it.
6440         * simple.el (completions-first-difference, completions-common-part):
6441         Move to minibuffer.el.
6442         (choose-completion-string): Use field functions and minibufferp.
6443         (completion-setup-function): Don't set completions faces.
6445 2008-04-29  Glenn Morris  <rgm@gnu.org>
6447         * calendar/calendar.el (calendar-nth-named-absday)
6448         (calendar-nth-named-day):
6449         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
6450         * calendar/holidays.el (holiday-float): Doc fixes.
6452         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
6453         the `full' case.
6455         * org/org-agenda.el (calendar-iso-from-absolute):
6456         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
6457         Fix declarations.
6459 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
6461         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
6462         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
6463         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
6464         (gdb-assembler-custom): Be careful not to match other addresses.
6466 2008-04-29  Jason Rumney  <jasonr@gnu.org>
6468         * battery.el (battery-status-function): Use w32-battery-status
6469         on Windows.
6470         (battery-echo-area-format): Make apm format the general case.
6471         (battery-mode-line-format): Merge apm and pmset formats as the
6472         general case.
6474 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
6476         * progmodes/gdb-ui.el (gdb-info-stack-custom):
6477         Use gud-tool-bar-item-visible-no-fringe.
6478         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
6479         is already visible in frame.  Remove optional size parameter
6480         and add optional frame parameter.
6482         * progmodes/gud.el (gud-display-line): Only consider visible
6483         frames when looking for source buffer.
6485 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
6487         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
6488         argument to get-char-property, in case the current buffer hasn't
6489         been assigned to that window yet.
6490         (doc-view-display): Default to selected window if the current
6491         buffer hasn't been assigned to a window yet.
6493 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
6495         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
6497 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
6499         * net/tramp.el (tramp-mode): New defcustom.
6500         (tramp-file-name-handler, tramp-completion-file-name-handler):
6501         Use it.
6502         (tramp-replace-environment-variables): Handle "$$".
6504 2008-04-28  Sam Steingold  <sds@gnu.org>
6506         * vc-hg.el (vc-hg-rename-file): Fix argument order.
6508 2008-04-28  Bastien Guerry  <bzg@altern.org>
6510         * whitespace.el (whitespace-trailing): Fix typo.
6512 2008-04-28  Sam Steingold  <sds@gnu.org>
6514         * textmodes/remember.el (diary-make-entry): Update the autoload.
6516 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6518         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
6519         all-completions.
6521 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
6523         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
6525 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
6527         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
6528         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
6529         (vc-dir-mark-file): Add an optional argument.
6530         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
6532 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
6534         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
6535         rather than obsolete alias find-file-hooks.
6536         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
6537         Use find-file-hook rather than obsolete alias find-file-hooks.
6538         Add to find-file-not-found-functions.
6539         (epa-file-handler): Put 'safe-magic and 'operations properties.
6541         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
6542         (epa-menu-items): Remove.
6544         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
6545         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
6546         (epa-dired-mode, epa-global-dired-mode): Remove.
6548         * dired.el (dired-mode-map): Bind encryption/decryption commands.
6550         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
6552         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
6554 2008-04-27  Glenn Morris  <rgm@gnu.org>
6556         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
6557         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
6559 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
6561         * org/org.el (org-html-level-start): Always have id's in HTML.
6562         (org-export-as-html): Use `org-link-protocols' to
6563         retrieve the export form of the link.
6564         (org-add-link-type): Final parameter renamed from PUBLISH.
6565         Better documentation of how it is to be used.  Avoid double entries for
6566         the same link type.
6567         (org-add-link-props): New function.
6568         (org-modules-loaded): New variable.
6569         (org-load-modules-maybe, org-set-modules): New function.
6570         (org-modules): New option.
6571         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
6572         (orgtbl-mode, org-store-link, org-insert-link-global)
6573         (org-open-at-point): Call `org-load-modules-maybe'.
6574         (org-search-view): Add more text properties.
6575         (org-agenda-schedule, org-agenda-deadline): Allow also in
6576         search-type agendas.
6577         (org-search-view): Order of arguments has been changed.
6578         Interpret prefix-arg as TODO-ONLY.
6579         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
6580         Take new argument order of `org-search-view' into account.
6581         (org-todo-only): New variable.
6582         (org-search-syntax-table): New variable and function.
6583         (org-search-view): Do the search with the special syntax table.
6584         (define-obsolete-function-alias): Make work with XEmacs.
6585         (org-add-planning-info): Use old date as default when modifying an
6586         existing deadline or scheduled item.
6587         (org-agenda-compute-time-span): Make argument N optional.
6588         (org-agenda-format-date-aligned): Require `cal-iso'.
6589         (org-agenda-list): Include week into agenda heading, don't
6590         list it at each date (only on Mondays).
6591         (org-read-date-analyze): Define local variable `iso-date'.
6592         (org-agenda-format-date-aligned): Remove dependency on
6593         `calendar-time-from-absolute'.
6594         (org-remember-apply-template, org-go-to-remember-target):
6595         Interpret filenames relative to `org-directory'.
6596         (org-complete): Silently fail when trying to complete
6597         keywords that don't have a default value.
6598         (org-get-current-options): Add a #+DATE: option.
6599         (org-additional-option-like-keywords): Remove "DATE:" from the
6600         list of additional keywords.
6601         (org-export-as-html): Remove (current-time) as unnecessary second
6602         argument of `format-time-string'.
6603         (org-clock-find-position): Handle special case at end of buffer.
6604         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
6605         `org-agenda-change-time-span'.
6606         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
6607         `org-agenda-change-time-span'.
6608         (org-agenda-month-view): New argument MONTH, pass it on to
6609         `org-agenda-change-time-span'.
6610         (org-agenda-year-view): New argument YEAR, pass it on to
6611         `org-agenda-change-time-span'.
6612         (org-agenda-change-time-span): New optional argument N, pass it on
6613         to `org-agenda-compute-time-span'.
6614         (org-agenda-compute-time-span): New argument N, interpret it by
6615         changing the starting day.
6616         (org-small-year-to-year): New function.
6617         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
6618         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
6619         into the future, and that the shift is at least one interval, never 0.
6620         (org-update-checkbox-count): Fix bug with checkbox counting.
6621         (org-add-note): New command.
6622         (org-add-log-setup): Rename from `org-add-log-maybe'.
6623         (org-log-note-headings): New entry for plain notes (i.e. notes not
6624         related to state changes or clocking).
6625         (org-get-org-file): Check for availability of `remember-data-file'.
6626         (org-cached-entry-get): Allow a regexp value for
6627         `org-use-property-inheritance'.
6628         (org-use-property-inheritance): Allow regexp value.  Fix bug in
6629         customization type.
6630         (org-use-tag-inheritance): Allow a list and a regexp value for
6631         this variable.
6632         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
6633         (org-entry-get): Respect value `selective' for the INHERIT argument.
6634         (org-tag-inherit-p, org-property-inherit-p): New functions.
6635         (org-agenda-format-date-aligned): Allow 10 characters for
6636         weekday, to accommodate German locale.
6637         (org-add-archive-files): New function.
6638         (org-agenda-files): New argument `ext', to get archive files as well.
6639         (org-tbl-menu): Protect the use of variables that
6640         are only available when org-table.el gets loaded.
6641         (org-read-agenda-file-list): Error if `org-agenda-files' is a
6642         single directory.
6643         (org-open-file): Allow a batch process to trigger
6644         waiting after executing a system command.
6645         (org-store-link): Link to headline when there is not
6646         target and no region in an org-mode buffer when creating a link.
6647         (org-link-types-re): New variable.
6648         (org-make-link-regexps): Compute `org-link-types-re'.
6649         (org-make-link-description-function): New option.
6650         (org-agenda-date, org-agenda-date-weekend): New faces.
6651         (org-archive-sibling-heading): New option.
6652         (org-archive-to-archive-sibling): New function.
6653         (org-iswitchb): New command.
6654         (org-buffer-list): New function.
6655         (org-agenda-columns): Also try the #+COLUMNS line in
6656         the buffer associated with the entry at point (or with the first
6657         entry in the agenda view).
6658         (org-modules): Add entry for org-bibtex.el.
6659         (org-completion-fallback-command): Move into `org-completion' group.
6660         (org-clock-heading-function): Move to `org-progress' group.
6661         (org-auto-repeat-maybe): Make sure that a note can
6662         be enforces if `org-log-repeat' is `note'.
6663         (org-modules): Allow additional symbols for external packages.
6664         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
6665         (org-clock-goto): Hide drawers after showing an
6666         entry with `org-clock-goto'.
6667         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
6668         Try also a clocktable block shift.
6669         (org-clocktable-try-shift): New function.
6670         (org-columns-hscoll-title): New function.
6671         (org-columns-previous-hscroll): New variable.
6672         (org-columns-full-header-line-format): New variable.
6673         (org-columns-display-here-title, org-columns-remove-overlays):
6674         Install `org-columns-hscoll-title' in post-command-hook.
6676         * org/org.el: Split into many small files.
6678         * org/org-agenda.el: New file, split off from org.el.
6680         * org/org-archive.el: New file, split off from org.el.
6682         * org/org-bbdb.el: New file.
6684         * org/org-bibtex.el: New file, split off from org.el.
6686         * org/org-clock.el: New file, split off from org.el.
6688         * org/org-colview.el: New file, split off from org.el.
6690         * org/org-compat.el: New file, split off from org.el.
6692         * org/org-exp.el: New file, split off from org.el.
6694         * org/org-faces.el: New file, split off from org.el.
6696         * org/org-gnus.el: New file, split off from org.el.
6698         * org/org-info.el: New file, split off from org.el.
6700         * org/org-infojs.el: New file.
6702         * org/org-irc.el: New file.
6704         * org/org-macs.el: New file, split off from org.el.
6706         * org/org-mew.el: New file.
6708         * org/org-mhe.el: New file, split off from org.el.
6710         * org/org-publish.el: New file, split off from org.el.
6712         * org/org-remember.el: New file, split off from org.el.
6714         * org/org-rmail.el: New file, split off from org.el.
6716         * org/org-table.el: New file, split off from org.el.
6718         * org/org-vm.el: New file, split off from org.el.
6720         * org/org-wl.el: New file, split off from org.el.
6722 2008-04-27  Jason Riedy  <jason@acm.org>
6724         * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
6725         parameter that suppresses lines that evaluate to NIL.
6726         (orgtbl-get-fmt): New inline function for
6727         picking apart formats that may be lists.
6728         (orgtbl-apply-fmt): New inline function for applying formats that
6729         may be functions.
6730         (orgtbl-eval-str): New inline function for strings that may be
6731         functions.
6732         (orgtbl-format-line, orgtbl-to-generic): Use and document.
6733         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
6734         (*orgtbl-llfmt*, *orgtbl-llstart*)
6735         (*orgtbl-llend*): Dynamic variables for last-line formatting.
6736         (orgtbl-format-section): Shift formatting to support detecting the
6737         last line and formatting it specially.
6738         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
6739         formats unless overridden.
6740         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
6741         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
6742         bound variables to hold the input collection of lines and output
6743         formatted text.
6744         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
6745         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
6746         format parameters.
6747         (orgtbl-format-line): New function encapsulating formatting for a
6748         single line.
6749         (orgtbl-format-section): Similar for each section.  Rebinding the
6750         dynamic vars customizes the formatting for each section.
6751         (orgtbl-to-generic): Use orgtbl-format-line and
6752         orgtbl-format-section.
6753         (org-get-param): Now unused, so delete.
6754         (orgtbl-gather-send-defs): New function to
6755         gather all the SEND definitions before a table.
6756         (orgtbl-send-replace-tbl): New function to find the RECEIVE
6757         corresponding to the current name.
6758         (orgtbl-send-table): Use the previous two functions and implement
6759         multiple destinations for each table.
6761         * doc/org.texi (A LaTeX example): Note that fmt may be a
6762         one-argument function, and efmt may be a two-argument function.
6763         (Radio tables): Document multiple destinations.
6765 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
6767         * org/org-agenda.el (org-add-to-diary-list): New function.
6768         (org-prefix-has-effort): New variable.
6769         (org-sort-agenda-noeffort-is-high): New option.
6770         (org-agenda-columns-show-summaries)
6771         (org-agenda-columns-compute-summary-properties): New options.
6772         (org-format-agenda-item): Compute the duration of the item.
6773         (org-agenda-weekend-days): New variable.
6774         (org-agenda-list, org-timeline): Use the proper faces for dates in
6775         the agenda and timeline buffers.
6776         (org-agenda-archive-to-archive-sibling): New command.
6777         (org-agenda-start-with-clockreport-mode): New option.
6778         (org-agenda-clockreport-parameter-plist): New option.
6779         (org-agenda-clocktable-mode): New variable.
6780         (org-agenda-deadline-leaders): Allow a function value for the
6781         deadline leader.
6782         (org-agenda-get-deadlines): Deal with new function value.
6784         * org/org-clock.el (org-clock): New customization group.
6785         (org-clock-into-drawer, org-clock-out-when-done)
6786         (org-clock-in-switch-to-state, org-clock-heading-function):
6787         Move into the new group.
6788         (org-clock-out-remove-zero-time-clocks): New option.
6789         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
6790         (org-dblock-write:clocktable): Allow a Lisp form for the scope
6791         parameter.
6792         (org-dblock-write:clocktable): Fix bug with total time calculation.
6793         (org-dblock-write:clocktable): Request the unrestricted list of files.
6794         (org-get-clocktable): New function.
6795         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
6796         be strings but also integers (an absolute day number) and lists (m d y).
6798         * org/org-colview.el (org-columns-next-allowed-value)
6799         (org-columns-edit-value): Limit the effort for updating in the
6800         agenda to recomputing a single file.
6801         (org-columns-compute): Only write property value if it has changed.
6802         This avoids raising the buffer-change-flag unnecessarily.
6803         (org-agenda-colview-summarize)
6804         (org-agenda-colview-compute): New functions.
6805         (org-agenda-columns): Call `org-agenda-colview-summarize'.
6807         * org/org-exp.el (org-export-run-in-background): New option.
6808         (org-export-icalendar): Allow a batch process to trigger waiting
6809         after executing a system command.
6810         (org-export-preprocess-string): Rename from
6811         `org-cleaned-string-for-export'.
6812         (org-export-html-style): Made target class look like normal text.
6813         (org-export-as-html): Make use of the better preprocessing in
6814         `org-cleaned-string-for-export'.
6815         (org-cleaned-string-for-export): Better treatment of heuristic
6816         targets, many more internal links will now work in HTML export.
6817         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
6818         (org-export-inbuffer-options-extra): New variable.
6819         (org-export-options-filters): New hook.
6820         (org-infile-export-plist): Find also the settings keywords in
6821         `org-export-inbuffer-options-extra'.
6822         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
6823         multiple #+INFOJS_OPT lines.
6824         (org-export-html-handle-js-options): New function.
6825         (org-export-html-infojs-setup): New option.
6826         (org-export-as-html): Call `org-export-html-handle-js-options'.
6827         Add autoload to all entry points.
6828         (org-skip-comments): Function removed.
6830         * org/org-table.el (org-table-make-reference): Extra parenthesis
6831         around single fields, to make sure that algebraic formulas get
6832         correctly interpreted by calc.
6833         (org-table-current-column): No longer interactive.
6835         * org/org-export-latex.el (org-export-latex-preprocess):
6836         Rename from `org-export-latex-cleaned-string'.
6838 2008-04-27  Bastien Guerry  <bzg@altern.org>
6840         * org/org-publish.el (org-publish-get-base-files-1): New function.
6841         (org-publish-get-base-files): Use it.
6842         (org-publish-temp-files): New variable.
6843         Don't require 'dired-aux anymore.
6844         (org-publish-initial-buffer): New variable.
6845         (org-publish-org-to, org-publish): Use it.
6846         (org-publish-get-base-files-1): Bug fix: get
6847         the proper list of files when recursing thru a directory.
6848         (org-publish-get-base-files): Use the :exclude property to skip
6849         both files and directories.
6851 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
6853         * net/tramp.el (tramp-handle-make-symbolic-link)
6854         (tramp-handle-file-name-directory)
6855         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
6856         (tramp-do-copy-or-rename-file-directly)
6857         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
6858         (tramp-handle-substitute-in-file-name)
6859         (tramp-handle-insert-file-contents, tramp-handle-write-region)
6860         * net/tramp-cache.el (tramp-get-file-property)
6861         (tramp-set-file-property, tramp-flush-file-property)
6862         (tramp-flush-directory-property)
6863         * net/tramp-compat.el (tramp-compat-make-temp-file)
6864         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
6865         Disable `file-name-handler-alist' when handling localname.
6866         It could have a remote file syntax, like a VMS file name.
6868 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6870         * whitespace.el: New version 11.1.
6871         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
6872         enclosed by \\( and \\)$.  Docstring fix.
6873         (whitespace-trailing-regexp): Fun removed.
6874         (whitespace-report-list): Const initialization fix.
6875         (whitespace-color-on): Code fix.
6877 2008-04-27  Andreas Schwab  <schwab@suse.de>
6879         * Makefile.el: Unbreak bootstrap.
6881 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
6883         * net/tramp.el (tramp-replace-environment-variables): New defun.
6884         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
6885         Use it.
6887 2008-04-27  Glenn Morris  <rgm@gnu.org>
6889         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
6891         * calculator.el (calculator-expt): Replace cl function `oddp'.
6893 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
6895         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
6896         Simplify.  Collect `defun' and `autoload' entries.
6897         Avoid modifying load-history.
6899 2008-04-26  Glenn Morris  <rgm@gnu.org>
6901         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
6903         * simple.el (quoted-insert, zap-to-char): Revert previous change.
6905 2008-04-26  John Paul Wallington  <jpw@pobox.com>
6907         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
6908         `hexl-mode-old-eldoc-documentation-function'.
6909         (hexl-mode-exit): Restore it.
6910         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
6912         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
6914 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
6916         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
6917         (completion-pcm--all-completions): Doc fix.
6918         (completion-styles-alist, completion-all-completions):
6919         Fix typos in docstrings.
6921 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6923         * whitespace.el: There is now only one variable (whitespace-style) to
6924         specify which kind of blank is visualized.  Doc and docstring fix.
6925         New version 11.0.
6926         (whitespace-style): New option, replace whitespace-style-mark and
6927         whitespace-style-color.
6928         (whitespace-style-mark, whitespace-style-color): Options removed.
6929         (whitespace-hspace, whitespace-tab, whitespace-newline)
6930         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
6931         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
6932         (whitespace-hspace-regexp, whitespace-space-regexp)
6933         (whitespace-tab-regexp, whitespace-trailing-regexp)
6934         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
6935         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
6936         (whitespace-space-after-tab-regexp, whitespace-line-column)
6937         (whitespace-display-mappings, whitespace-report): Docstring fix.
6938         (whitespace-color-value-list, whitespace-mark-value-list)
6939         (whitespace-active-color, whitespace-active-mark)
6940         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
6941         (whitespace-style-value-list, whitespace-active-style)
6942         (whitespace-toggle-style): New vars.
6943         (whitespace-toggle-option-alist, whitespace-help-text):
6944         Var initialization and docstring fix.
6945         (whitespace-toggle-options, global-whitespace-toggle-options)
6946         (whitespace-cleanup, whitespace-cleanup-region)
6947         (whitespace-report-region, whitespace-interactive-char)
6948         (whitespace-toggle-list): Docstring and code fix.
6949         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
6950         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
6951         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
6952         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
6954 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6956         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
6957         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
6958         (diff-sanity-check-hunk): Adjust code accordingly.
6960 2008-04-26  Glenn Morris  <rgm@gnu.org>
6962         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
6964         * forms-d2.dat: Move to ../etc.
6965         * forms-d2.el (forms-file): Adapt for above change.
6967         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
6968         `translation-table-for-input'.
6970         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
6971         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
6973         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
6974         to punctuation now it's not needed for abbrevs.
6975         (fortran-mode-abbrev-table): Remove defvar, make use of new
6976         define-abbrev-table :regexp feature.
6978         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
6979         insert, now that translation-table-for-input is not needed.
6981 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
6983         * emacs-lisp/pp.el (pp-display-expression): New function,
6984         extracted from pp-eval-expression.
6985         (pp-eval-expression): Use pp-display-expression.
6986         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
6987         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
6988         (pp-eval-last-sexp): Use pp-last-sexp.
6990 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6992         * abbrev.el (define-abbrev-table): Apply props even if the table
6993         exists already.
6995         * minibuffer.el (completion-table-with-context): Fix `pred' for the
6996         various kinds of completion tables.
6997         (completion-emacs22-try-completion): Place cursor after the /, as was
6998         done in Emacs-22's minibuffer-complete-word.
6999         Fix bug reported by David Hansen <david.hansen@gmx.net>.
7000         (completion-emacs22-try-completion): Merge all mergeable text rather
7001         than just /.
7002         (completion-pcm--delim-wild-regex): New var.
7003         (completion-pcm-word-delimiters): New custom.
7004         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
7005         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
7006         (completion-pcm--all-completions, completion-pcm-all-completions)
7007         (completion-pcm--merge-completions, completion-pcm--pattern->string)
7008         (completion-pcm-try-completion): New functions.
7009         (completion-styles-alist): Add them.
7010         (completion-styles): Add it to the default.
7012 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
7014         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
7015         (gdb-var-create-handler): ...until here when there are values.
7016         (gdb-post-prompt): Don't do -var-update with no watch expressions.
7017         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
7019 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
7021         * ls-lisp.el (ls-lisp-format): Fix last change.
7022         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
7023         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
7024         (ls-lisp-filesize-f-fmt): New defvars.
7025         (ls-lisp-insert-directory): Dynamically compute format specifiers
7026         for displaying UID, GID, and file size, and store them in the
7027         above variables.
7028         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
7029         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
7030         instead of constant format strings.
7031         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
7032         ls-lisp-filesize-d-fmt instead of constant format strings.
7034 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
7036         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
7037         value of addresses rather than (partial) string value.
7038         (gdb-frame-handler): Change regexp according to above change.
7039         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
7040         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
7041         (gdb-assembler-mode): Disable undo in these buffers.
7043 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
7045         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
7046         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
7048 2008-04-24  Sam Steingold  <sds@gnu.org>
7050         * textmodes/remember.el (remember-diary-extract-entries): Use
7051         diary-make-entry instead of the obsolete make-diary-entry.
7053 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7055         * subr.el (translation-table-for-input): Mark as obsolete.
7057         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
7059         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
7061         * textmodes/ispell.el (ispell-dictionary-alist-1)
7062         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
7063         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
7064         (ispell-dictionary-alist-6): Remove.
7065         (ispell-dictionary-base-alist): New var, merges the above.
7066         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
7067         Use it.
7068         (ispell-dictionary-alist): Default to nil.  Remove autoload.
7069         (ispell-local-dictionary-alist): Remove autoload.
7071         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
7072         (f90-mode-abbrev-table): Use the new :regexp feature.
7073         Merge defvar and mapc into define-abbrev-table.
7074         (f90-imenu-type-matcher): Remove unused `l'.
7075         (f90-imenu-generic-expression): Remove unused `not-ib'.
7076         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
7077         (f90-change-keywords): Use restore-buffer-modified-p.
7079 2008-04-24  Glenn Morris  <rgm@gnu.org>
7081         * net/goto-addr.el (goto-address-prog-mode):
7082         * progmodes/bug-reference.el (bug-reference-prog-mode):
7083         Define for compiler.
7085         * minibuffer.el (x-file-dialog): Declare as function.
7087         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
7088         dframe-update-speed rather than obsolete alias speedbar-update-speed.
7090         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
7091         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
7092         work with easymenu.  Add :keys where needed.
7094         * calendar/cal-move.el (calendar-scroll-left): Handle case when
7095         event-start is nil.
7097         * calendar/calendar.el (calendar-mode-map): Fix typo.
7099 2008-04-24  Tom Tromey  <tromey@redhat.com>
7101         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7102         Document keywords.  Add :suppress.
7103         * pcvs-defs.el (cvs-mode-map): Use :suppress.
7105         * net/goto-addr.el (goto-address-unfontify): New function.
7106         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
7107         (goto-address-fontify-region, goto-address-mode)
7108         (goto-address-prog-mode): New functions.
7110         * progmodes/bug-reference.el: New file.
7112 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7114         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
7116 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7118         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
7119         macros within lambdas.
7121 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7123         * minibuffer.el (completion-try-completion): Add `point' argument.
7124         Change return value.
7125         (completion-all-completions): Add `point' argument.
7126         (minibuffer-completion-help): Pass the new `point' argument.
7127         (completion--do-completion): Pass the whole field to try-completion.
7128         (completion--try-word-completion): Rewrite, making fewer assumptions.
7129         (completion-emacs21-try-completion, completion-emacs21-all-completions)
7130         (completion-emacs22-try-completion, completion-emacs22-all-completions)
7131         (completion-basic-try-completion, completion-basic-all-completions):
7132         New functions.
7133         (completion-styles-alist): Use them.
7135 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
7137         * textmodes/ispell.el (ispell-set-spellchecker-params):
7138         New function to make sure right params and dictionary alists are used
7139         after spellchecker changes.
7140         (ispell-aspell-dictionary-alist, ispell-last-program-name)
7141         (ispell-initialize-spellchecker-hook): New variables and hook.
7142         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
7143         (ispell-maybe-find-aspell-dictionaries): Remove.
7144         Calls replaced by (ispell-set-spellchecker-params) calls.
7145         (ispell-have-aspell-dictionaries): Remove.
7147         * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
7148         by ispell-set-spellchecker-params.
7150 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7152         * complete.el (PC-do-completion): Be more robust in the presence of
7153         unexpected values in minibuffer-completion-predicate.
7155         * minibuffer.el (read-file-name): Don't let-bind default-directory.
7156         Only abbreviate default-filename if it's a file.
7158         * minibuffer.el (read-file-name-function, read-file-name-predicate)
7159         (read-file-name-completion-ignore-case, insert-default-directory):
7160         New vars, moved from fileio.c.
7161         (read-file-name): New fun, moved from fileio.c.
7162         * cus-start.el: Remove insert-default-directory and
7163         read-file-name-completion-ignore-case.
7165 2008-04-23  Magnus Henoch  <mange@freemail.hu>
7167         * tar-mode.el (tar-untar-buffer): If the entry has directory
7168         link type, extract it as a directory even if its file name doesn't
7169         end with a slash.  Fixes extraction of NetBSD tar archives.
7171 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7173         * server.el (server-start): Also don't get confused by CRs since we
7174         don't quote them.
7176 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
7178         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
7179         (gdb-set-gud-minor-mode-existing-buffers)
7180         (gdb-info-breakpoints-custom, gdb-get-location)
7181         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
7182         Previously gdb-create-define-alist wasn't always run and added to
7183         after-save-hook.
7185         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
7187 2008-04-23  Kevin Ryde  <user42@zip.com.au>
7189         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
7190         comments like unindented ones.
7192 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7194         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
7195         parameter origins.
7197 2008-04-23  Kevin Ryde  <user42@zip.com.au>
7199         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7200         Bind print-level to ensure output forms aren't truncated if
7201         print-level is set to eval-expression-print-level when going via
7202         eval-defun and friends, or has been otherwise fiddled with.
7204 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7206         * progmodes/cc-mode.el (c-basic-common-init): Don't set
7207         font-lock-extend-after-change-region-function globally.
7209 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
7211         * speedbar.el (speedbar-use-tool-tips-flag)
7212         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
7213         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
7214         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
7215         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
7216         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
7217         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
7218         (speedbar-separator-face): Fix typos in docstrings.
7219         (speedbar-stealthy-function-list, speedbar-verbosity-level)
7220         (speedbar-supported-extension-expressions, speedbar-update-current-file)
7221         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
7222         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
7223         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
7224         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
7225         (speedbar-check-vc-this-line, speedbar-files-line-directory)
7226         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
7227         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
7228         (speedbar-recenter): Doc fixes.
7229         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
7230         declaration and remove redundant info in docstring.
7232 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
7234         * vc-git.el (vc-git-status-printer): Deal with directories.
7236         * vc.el (vc-next-action): Look at more than the first file to
7237         determine the state.
7239 2008-04-23  Glenn Morris  <rgm@gnu.org>
7241         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
7242         timers.  Doc fix.
7243         (dframe-update-speed): Drop support for XEmacs < 20.
7244         (dframe-frame-mode): Drop support for Emacs < 20.
7245         (dframe-set-timer-internal): Drop support for Emacs without timers.
7246         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
7248         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
7249         versions.  Add doc-string.  Mark as obsolete.
7251         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
7253         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
7254         rather than using an Emacs version test.
7256         * tree-widget.el (tree-widget-image-enable): Use display-images-p
7257         rather than an Emacs version test.
7259         * calendar/cal-china.el (holiday-chinese-qingming)
7260         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
7261         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
7262         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
7264         * calendar/cal-islam.el (holiday-islamic): Doc fix.
7266         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
7267         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
7268         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
7270 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
7272         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
7273         (gdb-previous-frame-pc-address): ...to this.
7274         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
7275         of "info frame" with Gdb 6.4+.
7276         (gdb-stack-list-frames-regexp): New regexp.
7277         (gdb-frame-handler-1): Parse output of -stack-info-frame.
7279 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
7281         * tar-mode.el (tar-prefix-offset): New constant.
7282         (tar-header-block-tokenize): Support paths with long names
7283         which use the "ustar" standard.
7285 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
7287         * image-dired.el (image-dired-track-original-file)
7288         (image-dired-modify-mark-on-thumb-original-file):
7289         Use `dired-goto-file' instead of `search-forward'.  This solves
7290         a bug with finding files where the file name is a subset of other
7291         file names.  Doc fix.
7293 2008-04-22  Juri Linkov  <juri@jurta.org>
7295         * menu-bar.el (buffers-menu-max-size): Move its definition down to
7296         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
7297         (yank-menu-length): Change group name `mouse' to `menu'.
7298         (buffers-menu-buffer-name-length): New user option.
7299         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
7300         instead of the hard-coded number 27.
7302 2008-04-22  Juri Linkov  <juri@jurta.org>
7304         * isearch.el (eval-when-compile): Require `help-macro'.
7305         (isearch-help-for-help-internal): Isearch specific Help screen
7306         created by `make-help-screen'.
7307         (isearch-help-map): New variable that binds "b", "k", "m" to
7308         isearch-specific commands, and binds other keys to
7309         isearch-other-control-char, thus allowing other Help keys to
7310         exit isearch mode and execute their global definitions.
7311         (isearch-help-for-help, isearch-describe-bindings)
7312         (isearch-describe-key, isearch-describe-mode): New commands.
7313         (isearch-mode-help): Define alias to isearch-describe-mode
7314         and remove its old function definition.
7315         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
7316         Remove old comments because this issue is settled now.
7317         (isearch-forward): Describe three new Help commands in the docstring.
7318         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
7319         leave the single sentence at the first line of the docstring,
7320         and prepend the word "function" before `isearch-forward'
7321         to make the Help link to the function instead of variable.
7323 2008-04-22  Juri Linkov  <juri@jurta.org>
7325         * isearch.el (isearch-success-function): New variable with default
7326         to `isearch-success-function-default'.
7327         (isearch-search): Call a function from `isearch-success-function'
7328         instead of calling the hard-coded `isearch-range-invisible'.
7329         (isearch-success-function-default): New function that calls
7330         `isearch-range-invisible' and inverts its return value.
7332         * info.el (Info-search): In two similar places that skip
7333         undesired search matches move code to Info-search-success-function,
7334         and call `isearch-success-function' instead.
7335         (Info-search-success-function): New function copied from code
7336         in Info-search.  Replace isearch-range-invisible with
7337         text-property-not-all that checks for 'invisible and 'display
7338         properties to skip partially invisible matches (whose display
7339         properties were set by Info-fontify-node).
7340         (Info-mode): Set buffer-local isearch-success-function
7341         to Info-search-success-function.
7343 2008-04-22  Juri Linkov  <juri@jurta.org>
7345         * minibuffer.el (internal-complete-buffer-except): New function.
7347         * files.el (read-buffer-to-switch): New function.
7348         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
7349         Change interactive spec to call read-buffer-to-switch instead of
7350         using the letter "B".
7352         * simple.el (minibuffer-default-add-shell-commands): New function.
7353         Use declare-function for mailcap-file-default-commands from "mailcap".
7354         (shell-command): Set local minibuffer-default-add-function to
7355         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
7356         before calling read-shell-command.  Set 4th arg default-value of
7357         read-shell-command to relative buffer-file-name in file buffers.
7359         * dired-aux.el (dired-read-shell-command-default): Move it to
7360         gnus/mailcap.el and change its name to more general name
7361         mailcap-file-default-commands.
7362         (minibuffer-default-add-dired-shell-commands): New function.
7363         Use declare-function for mailcap-file-default-commands from "mailcap".
7364         (dired-read-shell-command): Set local minibuffer-default-add-function
7365         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
7366         before calling read-shell-command.  Remove dired-read-shell-command-default
7367         from the default value arg because default values are not set in
7368         minibuffer-default-add-dired-shell-commands.  Doc fix.
7370         * dired-x.el (dired-smart-shell-command): Sync arguments and
7371         interactive spec with changes in `shell-command'.
7372         Use dired-get-filename to get the dired file name at point
7373         as the default value in dired mode.
7375 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
7377         * info.el (Info-complete-menu-item): Add missing parenthesis.
7379 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7381         * info.el (Info-complete-menu-item): Save point.
7383 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
7385         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
7387 2008-04-22  Andreas Schwab  <schwab@suse.de>
7389         * Makefile.in (emacs-deps): Define.
7390         Use it instead of $(lisp)/subdirs.el.
7392 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
7394         * vc.el (vc-next-action): Do not consider directories when
7395         checking for state compatibility.
7396         (vc-transfer-file): Use when not if.
7397         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
7398         (vc-dir-mark-file): Use them.
7399         (vc-deduce-fileset): Also return the backend.
7400         (vc-diff-internal): Take as argument the value returned by
7401         vc-deduce-fileset instead of just the fileset.
7402         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
7403         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
7404         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
7406 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
7408         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
7409         set-window-vscroll but image-scroll-down.  Fixes a bug where a
7410         command following SPC scrolled up again.
7412 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
7414         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
7415         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
7416         (gud-watch): Add "$" prefix when in registers buffer.
7418 2008-04-22  Glenn Morris  <rgm@gnu.org>
7420         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
7422         * whitespace.el (whitespace-display-table)
7423         (whitespace-display-table-was-local): Move definitions before use.
7425         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
7426         (copyright-limit): Respect copyright-at-end-flag.
7427         (copyright-re-search, copyright-start-point)
7428         (copyright-offset-too-large-p): New functions.
7429         (copyright-update-year): Use copyright-re-search.
7430         (copyright-update, copyright-fix-years): Use copyright-start-point,
7431         and copyright-re-search.
7432         (copyright): Use copyright-offset-too-large-p.
7433         * add-log.el (change-log-mode): Set copyright-at-end-flag.
7435         * add-log.el (top-level): Require 'cl when compiling.
7437 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7439         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
7440         Treat minibuffer-completion-predicate as a predicate.
7442         * minibuffer.el (completion--file-name-table): Accept both the old
7443         `dir' arg or the new `pred' arg.
7445         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
7446         `predicate' argument to pass non-predicate data.
7447         (ffap-read-url-internal, ffap-read-file-or-url-internal):
7448         Use second arg as proper predicate.
7450         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
7451         (vc-bzr-revision-completion-table): Use completion-table-with-context
7452         instead.
7454         * simple.el (choose-completion-string): Use minibuffer-completion-table.
7456 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
7458         * term.el (term-emulate-terminal): Perform redisplay after the
7459         process filter has finished running.
7461 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7463         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
7465         * minibuffer.el (completion-try-completion): Change magic symbol
7466         property name.  Rename from minibuffer-try-completion.
7467         (completion-all-completions): Rename from minibuffer-all-completions.
7468         Remove hide-spaces argument.
7469         (completion--do-completion): Rename from minibuffer--do-completion.
7470         (minibuffer-complete-and-exit): Call just try-completion rather than
7471         completion-try-completion to fix up the case.
7472         (completion--try-word-completion): Try to add space or hyphen before
7473         making `string' a prefix of `completion'.
7474         (completion--insert-strings): Rename from minibuffer--insert-strings.
7476 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7478         * net/tls.el (tls-program): Add -ign_eof argument to call the
7479         openssl commands.
7480         (tls-checktrust): Ditto.
7482 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
7484         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
7486         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
7487         (vc-check-master-templates, vc-file-not-found-hook)
7488         (vc-kill-buffer-hook):
7489         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
7490         (vc-find-position-by-context, vc-buffer-context)
7491         (vc-restore-buffer-context, vc-responsible-backend)
7492         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
7493         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
7494         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
7495         (vc-version-diff, vc-diff, vc-insert-headers)
7496         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
7497         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
7498         (vc-revert, vc-rollback, vc-version-backup-file)
7499         (vc-rename-master, vc-delete-file, vc-rename-file)
7500         (vc-branch-part, vc-default-retrieve-snapshot)
7501         (vc-annotate-display-autoscale, vc-annotate-display-select)
7502         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
7503         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
7504         (vc-dir-update): Handle directories.
7505         (vc-default-status-printer): Simplify.
7507         * progmodes/asm-mode.el (asm-mode-map):
7508         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
7510         * progmodes/m4-mode.el (m4-mode-map): Add menu.
7512 2008-04-21  Kenichi Handa  <handa@m17n.org>
7514         * select.el (xselect-convert-to-string): Send a C_STRING only if
7515         the polymorphic target TEXT is requested.
7517 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
7519         * minibuffer.el (completion-setup-hook, display-completion-list)
7520         (completion--file-name-table): Fix typos in docstrings.
7521         (completion-table-dynamic): Fix typo, and reflow docstring.
7523 2008-04-20  Andreas Schwab  <schwab@suse.de>
7525         * server.el (server-switch-buffer): Also consider clients in the
7526         selected frame.
7528 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
7530         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
7531         Select window clicked on first.
7532         (gdb): Display thread number in mode-line.
7533         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
7534         (gdb-breakpoints-header): New variable.
7535         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
7537 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7539         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
7540         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
7541         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
7542         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
7543         (vc-sccs-print-log): Use it.
7545         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
7547         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
7548         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
7550         * tooltip.el (tooltip-previous-message): New var.
7551         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
7552         the C code (avoid overwriting a minibuffer, restore previous echo
7553         message, ...).
7554         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
7555         Simplify.
7557 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
7559         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
7560         (gdb-init-1): Initialise it.
7561         (gdb-annotation-rules): New entry for "new-thread".
7562         (gdb-thread-identification): New function to customize
7563         mode-line-buffer-identification.
7564         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
7565         (gdb-assembler-mode): Use it.
7566         (gdb-threads-mode): Force "info threads" onto queue.
7568 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7570         * files.el (locate-file-completion-table): Rename from
7571         locate-file-completion and make it use `pred' in the normal way.
7572         (locate-file-completion): New compatibility wrapper.
7573         (load-library): Use locate-file-completion-table.
7574         * finder.el (finder-commentary):
7575         * subr.el (locate-library):
7576         * emacs-lisp/find-func.el (find-library): Likewise.
7577         * info.el: Use with-current-buffer and inhibit-read-only.
7578         (Info-read-node-name-2): Change to use `predicate' in the normal way.
7579         (Info-read-node-name-1): Adjust uses accordingly.
7581         * minibuffer.el (completion-table-with-context): Add support for `pred'.
7582         (completion-table-with-terminator): Don't use complete-with-action
7583         since we have to distinguish all three cases anyway.
7584         (completion-table-with-predicate): New function.
7585         (dynamic-completion-table): Add obsolete alias.
7587         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
7589 2008-04-18  Sam Steingold  <sds@gnu.org>
7591         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
7592         Use quit-window instead of bury-buffer.
7594 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7596         * minibuffer.el (completion-table-with-terminator): Fix last fix.
7598 2008-04-18  Andreas Schwab  <schwab@suse.de>
7600         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
7601         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
7602         Depend on $(lisp)/subdirs.el.
7604 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
7606         * descr-text.el (describe-char-after):
7607         Use `define-obsolete-function-alias'.
7609         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
7611         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
7613         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
7614         Remove redundant obsolescence info in docstring.
7616         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7617         (vc-header-alist): Add WHEN to obsolescence declaration.
7618         (vc-state): Fix typo in docstring.
7620         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
7621         Use `define-obsolete-variable-alias'.
7623         * emulation/tpu-edt.el (tpu-have-ispell):
7624         * international/codepage.el (codepage-setup):
7625         Fix typo in obsolescence declaration.
7627         * international/mule.el (char-coding-system-table):
7628         Remove redundant obsolescence info in docstring.
7629         (charset-list, generic-char-p, set-char-table-default):
7630         Fix typos in obsolescence declarations.
7632         * international/mule-diag.el (non-iso-charset-alist):
7633         Fix typo in obsolescence declaration.
7634         (decode-codepage-char): Remove redundant obsolescence info in docstring.
7636         * font-core.el (font-lock-defaults-alist):
7637         * font-lock.el (font-lock-reference-face):
7638         * frame.el (screen-height, screen-width, set-screen-width)
7639         (set-screen-height):
7640         * hilit-chg.el (highlight-changes-initial-state):
7641         * isearch.el (isearch-return-char):
7642         * log-edit.el (cvs-commit-buffer-require-final-newline)
7643         (cvs-changelog-full-paragraphs):
7644         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
7645         (mouse-popup-menubar-stuff):
7646         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
7647         (mouse-wheel-click-button):
7648         * outline.el (outline-visible):
7649         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
7650         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
7651         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
7652         * progmodes/compile.el (compile-internal):
7653         Add WHEN to obsolescence declarations.
7655 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7657         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
7658         is not better anyway.
7660 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7662         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
7663         properly.
7665 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7667         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
7668         (python-use-skeletons): Remove, unused.
7669         (python-skeletons): Remove.  Use the abbrev table instead.
7670         (python-mode-abbrev-table): Fix regexp;
7671         add enable-function and case-fixed.
7672         (def-python-skeleton): Simplify.
7673         (python-expand-template): Use the abbrev-table and abbrev-insert.
7674         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
7675         Remove.
7676         (python-mode): Don't set pre-abbrev-expand-hook.
7678         * skeleton.el: Set coding-tag.
7680         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
7681         (expand-abbrev): Use it.
7682         (abbrev-table-menu): New function.
7684         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
7686         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
7688 2008-04-17  Sam Steingold  <sds@gnu.org>
7690         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
7691         idiosyncratic bury-buffer/delete-window logic.
7693 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
7695         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
7696         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
7698 2008-04-17  Kenichi Handa  <handa@m17n.org>
7700         * international/characters.el: Don't make the width of U+00AD to 0.
7702 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
7704         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
7705         (gdb, gdb-starting, gdb-frames-mode): Use it.
7706         (gdb-invalidate-frames): Advise to call "info stack" only if
7707         execution has occurred.
7708         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
7709         selected frame if no execution has occurred.
7710         (gdb-frames-force-update): New interactive function.
7711         (gdb-frames-mode-map): Bind it to "F".
7713 2008-04-17  Michael Olson  <mwolson@gnu.org>
7715         * textmodes/remember.el (remember-version): Release Remember 2.0.
7717 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
7719         * textmodes/artist.el:
7720         * progmodes/vhdl-mode.el:
7721         * progmodes/verilog-mode.el:
7722         * progmodes/vera-mode.el:
7723         * progmodes/simula.el:
7724         * progmodes/ps-mode.el:
7725         * progmodes/cmacexp.el:
7726         * obsolete/hilit19.el:
7727         * emulation/viper.el:
7728         * ediff.el: Cleanup the bug-report email addresses and make sure the
7729         maintainer is still willing to handle bug reports.
7731 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
7733         * vc.el (vc-dir-kill-query): Fix thinko.
7735 2008-04-16  Glenn Morris  <rgm@gnu.org>
7737         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
7738         by diary-sexp-entry.
7740 2008-04-16  Markus Triska  <markus.triska@gmx.at>
7742         * proced.el (proced-command-alist): Add support for darwin.
7744 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7746         * proced.el (proced-mode): Redefine as just the major-mode.
7747         (proced): Separate it from proced-mode.
7749         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
7751 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7753         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
7754         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
7755         `tab-width' setting from user.  New version 10.0.  Doc and docstring
7756         fix.
7757         (whitespace-style, whitespace-chars): Remove options.
7758         (whitespace-style-mark): New option, replace whitespace-style deleted
7759         option.  Fix docstring.
7760         (whitespace-style-color): New option, replace whitespace-chars deleted
7761         option.  Fix docstring.
7762         (whitespace-space, whitespace-hspace, whitespace-tab)
7763         (whitespace-newline, whitespace-trailing, whitespace-line)
7764         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
7765         (whitespace-space-after-tab, whitespace-hspace-regexp)
7766         (whitespace-space-regexp, whitespace-tab-regexp)
7767         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7768         (whitespace-empty-at-eob-regexp, whitespace-line-column)
7769         (whitespace-toggle-option-alist): Fix docstring.
7770         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
7771         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
7772         docstring and initialization.
7773         (global-whitespace-mode): Autoloaded global minor mode.
7774         (whitespace-chars-value-list, whitespace-style-value-list)
7775         (whitespace-active-chars, whitespace-active-style)
7776         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
7777         (whitespace-color-value-list): New var, replace
7778         whitespace-chars-value-list removed var.
7779         (whitespace-mark-value-list): New var, replace
7780         whitespace-style-value-list removed var.
7781         (whitespace-active-color): New var, replace whitespace-active-chars
7782         removed var.
7783         (whitespace-active-mark): New var, replace whitespace-active-style
7784         removed var.
7785         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
7786         removed var.
7787         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
7788         removed var.
7789         (whitespace-toggle-option-alist, whitespace-report-list)
7790         (whitespace-report-text, whitespace-help-text): Fix initialization.
7791         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
7792         (whitespace-toggle-options, global-whitespace-toggle-options)
7793         (whitespace-cleanup-region, whitespace-report-region)
7794         (whitespace-interactive-char): Fix docstring and code.
7795         (whitespace-cleanup, whitespace-report): Fix docstring.
7796         (whitespace-replace-spaces-by-tabs): Remove fun.
7797         (whitespace-replace-action): New fun, replace
7798         whitespace-replace-spaces-by-tabs removed fun.
7799         (whitespace-regexp, whitespace-indentation-regexp)
7800         (whitespace-space-after-tab-regexp, whitespace-insert-value)
7801         (whitespace-kill-buffer): New funs.
7802         (whitespace-insert-option-mark, whitespace-help-on)
7803         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
7804         (whitespace-color-on, whitespace-color-off)
7805         (whitespace-display-char-on): Fix code.
7807 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7809         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
7810         (mouse-throw-magnifier-with-mouse-movement): Remove.
7811         (mouse-throw-magnifier-base): New const.
7812         (mouse-drag-scroll-delta): New fun.
7813         (mouse-drag-throw): Use it.
7815 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
7817         * international/uni-bidi.el, international/uni-category.el:
7818         * international/uni-combining.el, international/uni-comment.el:
7819         * international/uni-decimal.el, international/uni-decomposition.el:
7820         * international/uni-digit.el, international/uni-lowercase.el:
7821         * international/uni-mirrored.el, international/uni-name.el:
7822         * international/uni-numeric.el, international/uni-old-name.el:
7823         * international/uni-titlecase.el, international/uni-uppercase.el:
7824         * international/charprop.el: Regenerate.
7826 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
7828         * vc.el (vc-status-fileinfo): Add new member directoryp.
7829         (vc-default-status-printer): Print directories.
7830         (vc-status-update): Sort files before subdirectories.
7832         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
7833         Add alternative implementation based on "cvs update".
7835 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
7837         * doc-view.el: Changed requirements section to tell that only one
7838         of dvipdf or dvipdfm is needed.
7839         (doc-view-already-converted-p): Fix bug that forced reconversion
7840         if doc was already converted.
7842 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7844         * minibuffer.el (minibuffer-message):
7845         Make sure we can put-text-property.
7847         * emacs-lisp/crm.el: Complete rewrite.
7849         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
7850         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
7851         case of an error in display-completion-list.
7853         * filecache.el (file-cache-completions-keymap): Move init from
7854         file-cache-completion-setup-function into declaration.
7855         (file-cache-minibuffer-complete): Simplify.
7856         (file-cache-completion-setup-function): Use standard-output,
7857         preserve current-buffer.
7859         * vc.el (vc-status-update): Fix typo.
7860         (vc-status-update): Set needs-update.
7861         (vc-status-refresh): Î·-reduce.
7863 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
7865         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
7866         to image-eol.
7868 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
7870         * vc.el (vc-status-update): Undo the previous revert.
7872 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7874         * minibuffer.el (completion-table-with-terminator): Those completions
7875         are never valid w.r.t test-completion.
7876         (completion--file-name-table):
7877         Check completion-all-completions-with-base-size.
7879 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
7881         * doc-view.el (doc-view-dvipdf-program): New variable.
7882         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
7883         (doc-view-mode-p): Check for doc-view-dvipdf-program as
7884         alternative for doc-view-dvipdfm-program.
7885         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
7887         * doc-view.el (doc-view-start-process): Don't set
7888         default-directory to "~/" if the current value is valid.
7889         This broke PS files that run other files in the same directory.
7891 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
7893         * vc.el (vc-status-kill-query): New function.
7894         (vc-status-mode): Add it to kill-buffer-query-functions.
7895         (vc-status-show-fileentry): New function.
7896         (vc-status-menu-map): Bind it.  Bind vc-next-action.
7898 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7900         * minibuffer.el (minibuffer-message): Put cursor at the right place.
7902 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7904         * proced.el (proced-send-signal): Fix error recognition.
7906 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7908         * proced.el (proced-command-alist): Remove sort column.
7909         (proced-command, proced-procname-column):
7910         Use make-variable-buffer-local.
7911         (proced-signal-function): Rename from proced-kill-program.
7912         Allow for elisp symbols and string values representing system calls.
7913         (proced-marker-regexp, proced-success-message): New functions.
7914         (proced): Use defalias.  Add autoload cookie.
7915         (proced-unmark-backward, proced-toggle-marks)
7916         (proced-hide-processes): New commands.
7917         (proced-do-mark): Simplify code.
7918         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
7919         (proced-update): Remove sorting.
7920         (proced-send-signal): Display number of processes to operate on.
7921         Allow for system calls or elisp functions to send signals.
7922         Check if signal was sent successfully.
7924 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7926         * minibuffer.el (completion-all-completion-with-base-size): New var.
7927         (completion--some): New function.
7928         (completion-table-with-context, completion--file-name-table):
7929         Return the base-size if requested.
7930         (completion-table-in-turn): Generalize to multiple arguments.
7931         (complete-in-turn): Compatibility alias.
7932         (completion-styles-alist): New var.
7933         (completion-styles): New customization.
7934         (minibuffer-try-completion, minibuffer-all-completions):
7935         New functions.
7936         (minibuffer--do-completion, minibuffer-complete-and-exit)
7937         (minibuffer-try-word-completion): Use them.
7938         (display-completion-list, minibuffer-completion-help): Use them.
7939         Handle all-completions's new base-size info to set completion-base-size.
7940         * info.el (Info-read-node-name-1): Use completion-table-with-context,
7941         completion-table-with-terminator and complete-with-action.
7942         Remove the now obsolete completion-base-size-function property.
7943         * simple.el (completion-list-mode-map): Move init into declaration.
7944         (completion-list-mode): Use define-derived-mode.
7945         (completion-setup-function): Use any completion-base-size that may
7946         have been set before.  Remove handling of completion-base-size-function.
7947         * loadup.el: Move abbrev.el up earlier.
7949 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
7951         * vc-git.el (vc-git-after-dir-status-stage)
7952         (vc-git-dir-status-goto-stage): New functions.
7953         (vc-git-after-dir-status-stage1)
7954         (vc-git-after-dir-status-stage1-empty-db)
7955         (vc-git-after-dir-status-stage2): Remove, functionality moved
7956         into the new generic stage functions.
7957         (vc-git-dir-status-files): New function.
7959         * vc.el (vc-status-update): Revert an incorrect rewrite.
7960         Add some comments.
7961         (vc-status-refresh-files): New function.
7962         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
7963         state of up-to-date files.
7964         (vc-default-dir-status-files): New function.
7966 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
7968         * minibuffer.el (completion--embedded-envvar-table)
7969         (read-file-name-internal): Fix typos in 2008-04-11 change.
7971         * faces.el (read-face-name): Use `completion-table-in-turn',
7972         not `complete-in-turn'.
7974 2008-04-13  Andreas Schwab  <schwab@suse.de>
7976         * progmodes/etags.el: Require 'cl when compiling.
7978 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
7980         * progmodes/gud.el (gud-menu-map): Expand tooltip.
7982         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
7983         (menu): Add/expand menu tooltips.
7985 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
7987         * progmodes/sh-script.el (sh-show-indent): Fix typo.
7988         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
7990         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
7991         considered registered.
7993 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7995         * emacs-lisp/copyright.el (copyright-update-directory): New command.
7997         * ediff-wind.el (ediff-split-window-function)
7998         (ediff-merge-split-window-function): Improve custom type.
8000 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
8002         * loadup.el ("minibuffer"): Move after "faces".
8004 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8006         * progmodes/hideif.el (hif-factor): Handle unary minus.
8008 2008-04-12  Glenn Morris  <rgm@gnu.org>
8010         * calendar/cal-china.el (chinese-calendar-time-zone):
8011         Mark obsolete name as risky too.
8013         * calendar/calendar.el (calendar-faces): New custom group.
8014         (calendar-today, diary, holiday): Doc fix.
8015         Move to calendar-faces group.
8016         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
8017         (diary-button): Doc fix.  Move to calendar-faces group.
8019         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
8020         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
8021         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
8022         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
8023         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
8024         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
8025         not in dumped files before the associated defcustom.
8027 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
8029         * minibuffer.el (lazy-completion-table): Fix debug spec.
8031 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8033         * minibuffer.el (complete-with-action, lazy-completion-table):
8034         Move from subr.el.
8035         (apply-partially, completion-table-dynamic)
8036         (completion-table-with-context, completion-table-with-terminator)
8037         (completion-table-in-turn): New funs.
8038         (completion--make-envvar-table, completion--embedded-envvar-table):
8039         New funs.
8040         (read-file-name-internal): Use them.
8041         (completion-setup-hook): Move from simple.el.
8042         * subr.el (complete-with-action, lazy-completion-table):
8043         * simple.el (completion-setup-hook): Move to minibuffer.el.
8045 2008-04-11  Glenn Morris  <rgm@gnu.org>
8047         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
8049 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8051         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
8053         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
8055         * textmodes/fill.el (fill-forward-paragraph-function): New var.
8056         (fill-forward-paragraph): New fun.
8057         (fill-paragraph, fill-region): Use it.
8059         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
8060         (vc-status-create-fileinfo): Make `extra' optional.
8061         (vc-status-busy): New fun.
8062         (vc-status-menu-map): Use it.
8063         (vc-status-crt-marked): Remove.
8064         (vc-status-update): Rename from vc-status-add-entries.
8065         Add argument so as to prevent addition of entries.  Rewrite.
8066         (vc-update-vc-status-buffer): Remove.
8067         (vc-status-refresh): Don't remove old entries, set them to
8068         up-to-date instead.  Also do it after the update is complete.
8069         (vc-status-marked-files): Î·-reduce.
8071         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
8072         for non-dialogs.
8074         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
8076         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
8078 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
8080         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
8081         to t and don't truncate msg.
8083 2008-04-11  Glenn Morris  <rgm@gnu.org>
8085         * calendar/calendar.el (diary, holidays):
8086         Move custom groups to other files.
8087         (holiday-general-holidays, holiday-oriental-holidays)
8088         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
8089         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
8090         (holiday-hebrew-holidays, holiday-christian-holidays)
8091         (holiday-islamic-holidays, holiday-bahai-holidays)
8092         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
8093         * calendar/diary-lib.el: Move custom group here from calendar.el.
8094         * calendar/holidays.el: Move custom group and variables here
8095         from calendar.el.
8097         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
8099         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
8100         Fix custom group.
8101         (calendar-current-time-zone-cache): Autoload riskiness.
8103         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
8105 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
8107         * woman.el (woman2-TH): Use string-equal instead of string-match.
8109 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8111         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
8112         (smerge-resolve): Merge the "2-way refinement" case with one half of
8113         the "mere whitespace" resolution.
8115 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
8117         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
8119 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
8121         * subr.el (assoc-ignore-case, assoc-ignore-representation):
8122         Add WHEN to obsolescence declaration.
8124         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
8126 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
8128         * vc-hooks.el (vc-state): Add new state `conflict'.
8129         (vc-after-save): Use when not if.
8130         (vc-default-mode-line-string): Deal with the conflict state.
8131         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
8133         * vc.el (vc-editable-p, vc-default-status-printer)
8134         (vc-next-action): Deal with the conflict state.
8135         (vc-mark-resolved): New function.
8136         (vc-status-mode): Fix mode name.
8137         (vc-default-comment-history): Use when not if.
8138         (Todo): Add new entries, remove old ones.
8140         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
8141         (vc-cvs-parse-status, vc-cvs-after-dir-status):
8142         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
8143         Detect the conflict state.
8145         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
8147 2008-04-10  Glenn Morris  <rgm@gnu.org>
8149         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
8150         Respect truncate-partial-width-windows in non-full windows,
8151         with regards to :toggle and :enable state.
8153         * simple.el (toggle-truncate-lines): Doc fix.
8155         * Makefile.in (MH_E_DIR): New variable.
8156         (MH_E_SRC): Restore variable removed 2008-03-13.
8157         (mh-loaddefs.el): Depend on $MH_E_SRC.
8158         (CAL_DIR, CAL_SRC): New variables.
8159         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
8160         Depend on CAL_SRC.
8162         * calendar/calendar.el (calendar, diary): Add :prefix.
8163         (holidays): Change :prefix.
8164         (calendar-today, holiday, calendar-holiday-marker)
8165         (european-calendar-style): Change custom groups.
8167         * calendar/calendar.el (diary-hook, diary-display-hook):
8168         Move to diary-lib.el.
8169         * calendar/diary-lib.el (diary-hook, diary-display-hook):
8170         Move here from calendar.el.
8171         * calendar/appt.el: Require diary-lib rather than calendar.
8172         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
8174         * calendar/appt.el (appt): Add :prefix.
8176         * calendar/diary-lib.el (diary-hook): Doc fix.
8177         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
8179 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8181         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
8182         New functions.
8184         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
8185         the arg to recursive calls.
8187 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
8189         * minibuffer.el (completion-auto-help): Fix typo.
8191 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8193         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
8195 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
8197         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
8198         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
8200 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8202         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
8204         * minibuffer.el (minibuffer): Move group from cus-edit.el.
8205         (completion-auto-help): Move from C code.
8206         (minibuffer--maybe-completion-help): Remove.
8207         (minibuffer--bitset): New function.
8208         (minibuffer--do-completion): Rename from minibuffer-do-completion.
8209         Renumber a bit.  Really complete on string *before* point.
8210         Add argument used for word-completion.
8211         Join trailing / in completion with following text, as done in
8212         minibuffer-complete-word.
8213         Handle new value `lazy' for completion-auto-help.
8214         (minibuffer-try-word-completion): New function extracted from
8215         minibuffer-complete-word.
8216         (minibuffer-complete-word): Use minibuffer--do-completion.
8217         (minibuffer--insert-strings): Rename from
8218         minibuffer-complete-insert-strings.
8219         (exit-minibuffer): Fix typo.
8220         * cus-edit.el (minibuffer): Move group to minibuffer.el.
8221         * cus-start.el: Remove completion-auto-help.
8223 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
8225         * vc.el (vc-status-add-entries): New function.
8226         (vc-status-add-entry): Remove.
8227         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
8228         Use vc-status-add-entries.
8230         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
8231         order.
8233 2008-04-09  Jason Rumney  <jasonr@gnu.org>
8235         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
8236         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
8237         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
8238         (AUTOGENEL): New variable.
8239         (distclean, maintainer-clean): New targets.
8241 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
8243         * emacs-lisp/regexp-opt.el (regexp-opt):
8244         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
8246 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
8248         * nxml/nxml-mode.el (nxml-cleanup): New function.
8249         (nxml-mode): Add it to change-major-mode-hook.
8251 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
8253         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
8255 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
8257         * calc/.cvsignore: New file.
8259 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
8261         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
8263         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
8264         show-help-function when turning tooltip off.
8265         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
8266         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
8268 2008-04-09  Alan Mackenzie  <acm@muc.de>
8270         * font-lock.el (font-lock-extend-after-change-region-function):
8271         Make it buffer local.
8273 2008-04-09  Glenn Morris  <rgm@gnu.org>
8275         * calendar/calendar.el (diary-file, european-calendar-style):
8276         Remove autoload cookies.
8278 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
8280         * outline.el (outline-mode-menu-bar-map):
8281         * log-view.el (log-view-mode-menu):
8282         * log-edit.el (log-edit-menu): Add :help.
8284 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
8286         * emacs-lisp/regexp-opt.el (regexp-opt-group):
8287         Use substring-no-properties for correct handling of unibyte strings.
8289 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8291         * add-log.el (change-log-next-buffer): Handle the case where version<
8292         signals an error.
8294         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
8295         mouse-major-mode-menu.
8296         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
8297         (mouse-major-mode-menu, mouse-popup-menubar)
8298         (mouse-popup-menubar-stuff): Use them.
8299         (C-down-mouse-3): Bind to a dynamic map rather than to
8300         mouse-popup-menubar-stuff.
8302         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
8303         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
8305 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
8307         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
8308         file:// access method.
8310 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8312         * minibuffer.el: New file.
8313         * loadup.el: Load it.
8315 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8317         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
8318         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
8320         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
8321         (calc-mode-map, calc-digit-map, calc-dispatch-map):
8322         Move initialization into declaration.
8323         * calc/calc-yank.el:
8324         * calc/calc-misc.el:
8325         * calc/calc-embed.el:
8326         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
8328 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
8330         * ps-samp.el (ps-add-printer, ps-remove-printer)
8331         (ps-make-dynamic-printer-menu): New functions.
8333         * net/zeroconf.el: New file.
8335 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8337         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
8339 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
8341         * vc-rcs.el (vc-rcs-modify-change-comment):
8342         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
8344         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
8346 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
8348         * international/mule-cmds.el (set-locale-environment): Don't warn if
8349         coding system doesn't agree with system locale (this reverts changes
8350         by Dave Love, dated 2002-10-27 and 2002-10-09).
8352         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
8353         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
8355         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
8357 2008-04-08  Glenn Morris  <rgm@gnu.org>
8359         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
8360         * textmodes/remember.el (remember-diary-convert-entry):
8361         Require calendar.
8363         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
8364         diary-file, since it is the default for make-diary-entry anyway.
8366         * calendar/cal-menu.el (cal-menu-event-to-date):
8367         Rename calendar-event-to-date.  Update callers.
8368         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
8369         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
8370         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
8371         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
8372         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
8373         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
8374         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
8375         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
8376         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
8377         (calendar-mouse-tex-month-landscape):
8378         Rename cal-tex-mouse-month-landscape.
8379         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
8380         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
8381         (calendar-mouse-tex-year-landscape):
8382         Rename cal-tex-mouse-year-landscape.
8383         (cal-menu-context-mouse-menu): Update for above name changes.
8385         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
8386         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
8387         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
8388         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
8389         * calendar/holidays.el: Replace int-to-string with number-to-string.
8391 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
8393         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
8394         region if point moves.
8396 2008-04-08  Kenichi Handa  <handa@m17n.org>
8398         * faces.el (font-slant-table): Change numeric values for `r',
8399         `roman', and `normal'.
8401 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
8403         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
8405 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
8407         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
8408         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
8410 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
8412         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
8413         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
8415 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8417         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
8419 2008-04-07  Sam Steingold  <sds@gnu.org>
8421         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
8422         Add helper functions.
8423         (lisp-do-defun): Extract the common part of lisp-eval-defun and
8424         lisp-compile-defun; DEFVAR forms reset the variables to the init
8425         values, just like in emacs-lisp mode eval-defun.
8426         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
8427         (lisp-compile-region): Use lisp-compile-string.
8429 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8431         * subr.el (combine-and-quote-strings): Also quote strings that contain
8432         the separator.
8434         * pcvs-util.el (cvs-map): Avoid recursion :-(
8436 2008-04-07  Glenn Morris  <rgm@gnu.org>
8438         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
8440         * calendar/calendar.el (diary-view-entries-initially-flag): Rename
8441         view-diary-entries-initially.  Keep old name as alias, update users.
8442         (calendar-mark-diary-entries-flag): Rename
8443         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
8444         (calendar-view-holidays-initially-flag): Rename
8445         view-calendar-holidays-initially.  Keep old name as alias, update users.
8446         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
8447         Keep old name as alias, update users.
8448         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
8449         Keep old name as alias, update users.
8450         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
8451         Keep old name as alias, update users.
8452         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
8453         Keep old name as alias, update users.
8454         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
8455         (diary-american-date-forms): Rename american-date-diary-pattern.
8456         Keep old name as alias, update users.
8457         (diary-european-date-forms): Rename european-date-diary-pattern.
8458         Keep old name as alias, update users.
8459         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
8460         Keep old name as alias, update users.
8461         (calendar-european-date-display-form): Rename
8462         european-calendar-display-form.  Keep old name as alias, update users.
8463         (calendar-american-date-display-form): Rename
8464         european-calendar-display-form.  Keep old name as alias, update users.
8465         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
8466         Keep old name as alias, update users.
8467         (holiday-general-holidays): Rename general-holidays.
8468         Keep old name as alias, update users.
8469         (holiday-oriental-holidays): Rename oriental-holidays.
8470         Keep old name as alias, update users.
8471         (holiday-local-holidays): Rename local-holidays.
8472         Keep old name as alias, update users.
8473         (holiday-other-holidays): Rename other-holidays.
8474         Keep old name as alias, update users.
8475         (holiday-hebrew-holidays): Rename hebrew-holidays.
8476         Keep old name as alias, update users.
8477         (holiday-christian-holidays): Rename christian-holidays.
8478         Keep old name as alias, update users.
8479         (holiday-islamic-holidays): Rename islamic-holidays.
8480         Keep old name as alias, update users.
8481         (holiday-bahai-holidays): Rename bahai-holidays.
8482         Keep old name as alias, update users.
8483         (holiday-solar-holidays): Rename solar-holidays.
8484         Keep old name as alias, update users.
8485         (diary-fancy-buffer): Rename fancy-diary-buffer.
8486         Keep old name as alias, update users.
8487         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
8488         Update users.
8489         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
8490         Update users.
8491         (calendar-increment-month): Rename increment-calendar-month.
8492         Keep old name as alias, update callers.
8493         (calendar-increment-month-cons): Rename old calendar-increment-month.
8494         Update callers.
8495         (calendar-extract-month): Rename extract-calendar-month.
8496         Keep old name as alias, update callers.
8497         (calendar-extract-day): Rename extract-calendar-day.
8498         Keep old name as alias, update callers.
8499         (calendar-extract-year): Rename extract-calendar-year.
8500         Keep old name as alias, update callers.
8501         (calendar-generate-window): Rename generate-calendar-window.
8502         Update callers.
8503         (calendar-generate): Rename generate-calendar.  Update callers.
8504         (calendar-generate-month): Rename generate-calendar-month.
8505         Update callers.
8506         (calendar-redraw): Rename redraw-calendar.  Update callers.
8507         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
8508         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
8509         Update callers.
8510         (calendar-update-mode-line): Rename update-calendar-mode-line.
8511         Update callers.
8512         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
8513         update callers.
8514         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
8515         Keep old name as alias, update callers.
8516         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
8517         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
8518         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
8519         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
8520         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
8521         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
8522         * calendar/solar.el: Update for calendar.el name changes.
8523         * org/org.el (org-agenda-format-date-aligned)
8524         (org-agenda-execute-calendar-command): Access date elements directly
8525         rather than using calendar functions.
8526         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
8527         Also set calendar-view-diary-initially-flag,
8528         calendar-view-holidays-initially-flag.
8529         (org-get-entries-from-diary): Also set diary-fancy-buffer.
8530         (org-agenda-execute-calendar-command): No need to set displayed-day.
8532 2008-04-06  Alan Mackenzie  <acm@muc.de>
8534         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
8535         typo in the doc string.
8537         * progmodes/cc-mode.el (c-basic-common-init):
8538         Set font-lock-extend-after-change-region-function.
8539         (c-extend-after-change-region): New function, used in
8540         font-lock-extend-after-change-region-function, thus superseding
8541         advice on the Font Lock after change functions.
8542         (c-advise-fl-for-region): Remove this macro.
8544 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8546         * textmodes/flyspell.el (flyspell-duplicate-distance):
8547         Improve custom type.
8549 2008-04-06  Glenn Morris  <rgm@gnu.org>
8551         * calendar/diary-lib.el (diary-sexp-entry-symbol):
8552         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
8553         (diary-list-entries-hook): Rename list-diary-entries-hook.
8554         Keep old name as alias, update users.
8555         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
8556         Keep old name as alias, update users.
8557         (diary-nongregorian-listing-hook): Rename
8558         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
8559         (diary-nongregorian-marking-hook): Rename
8560         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
8561         (diary-print-entries-hook): Rename print-diary-entries-hook.
8562         Keep old name as alias, update users.
8563         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
8564         Keep old name as alias, update users.
8565         (diary-number-of-entries): Rename number-of-diary-entries.
8566         Keep old name as alias, update users.
8567         (view-diary-entries, list-diary-entries, show-all-diary-entries):
8568         Give version of obsolescence.
8569         (diary-view-other-diary-entries): Rename view-other-diary-entries.
8570         Keep old name as alias, update callers.
8571         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
8572         update callers.
8573         (diary-include-other-diary-files): Rename include-other-diary-files.
8574         Keep old name as alias, update callers.
8575         (diary-simple-display): Rename simple-diary-display.
8576         Keep old name as alias, update callers.
8577         (diary-fancy-display): Rename fancy-diary-display.
8578         Keep old name as alias, update callers.
8579         (diary-print-entries): Rename print-diary-entries.
8580         Keep old name as alias, update callers.
8581         (diary-marking-entries-flag): Rename marking-diary-entries.
8582         Update users.
8583         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
8584         (diary-mark-entries): Rename mark-diary-entries.
8585         Keep old name as alias, update callers.
8586         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
8587         Keep old name as alias, update callers.
8588         (diary-mark-included-diary-files): Rename mark-included-diary-files.
8589         Keep old name as alias, update callers.
8590         (calendar-mark-days-named): Rename mark-calendar-days-named.
8591         Keep old name as alias, update callers.
8592         (calendar-mark-month): Rename mark-calendar-month.
8593         Keep old name as alias, update callers.
8594         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
8595         Keep old name as alias, update callers.
8596         (diary-sort-entries): Rename sort-diary-entries.
8597         Keep old name as alias, update callers.
8598         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
8599         Keep old name as alias, update callers.
8600         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
8601         update callers.
8602         (diary-insert-entry): Rename insert-diary-entry.
8603         Keep old name as alias.
8604         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
8605         Keep old name as alias.
8606         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
8607         Keep old name as alias.
8608         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
8609         Keep old name as alias.
8610         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
8611         Keep old name as alias.
8612         (diary-insert-block-entry): Rename insert-block-diary-entry.
8613         Keep old name as alias.
8614         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
8615         Keep old name as alias.
8616         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
8617         Keep old name as alias, update users.
8618         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
8619         Keep old name as alias, update callers.
8620         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
8621         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
8622         * calendar/icalendar.el: Update for diary-lib name changes.
8624 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
8626         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
8628         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
8629         for copy, move, and link operations.
8631 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
8633         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
8634         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
8636         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
8637         'require' statements with 1-argument ones (wrapped in if's).
8638         For compatibility with the current stable version of XEmacs.
8640 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
8642         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
8644 2008-04-06  Jason Rumney  <jasonr@gnu.org>
8646         * language/burmese.el ("Burmese"): Make sample text consistent with
8647         language name.
8649 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
8651         * progmodes/gdb-ui.el (gdb): New group.
8652         (gdb-debug-log-max, gdb-enable-debug)
8653         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
8654         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
8655         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
8656         (gdb-show-changed-values, gdb-max-children)
8657         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
8658         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
8659         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
8660         (gdb-memory-unit): Move to new group from GUD group.
8661         (menu): Allow customization from GDB-UI menu-item.
8663 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
8665         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
8667 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8669         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
8670         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
8671         Revision numbers can include ".".
8673         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
8674         "+" lines not accounted for by counting "-" and context lines.
8676 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8678         * term/mac-win.el (mac-service-open-file): Use file URL instead of
8679         file name string.
8681 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8683         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
8684         (vc-bzr-annotate-time): Accept space used to preserve alignment.
8686 2008-04-05  Richard Stallman  <rms@gnu.org>
8688         * emacs-lisp/advice.el (defadvice): Add usage pattern.
8690 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
8692         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
8693         thread in [h-e-w]).
8695 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
8697         * files.el (abort-if-file-too-large): Fix typo in docstring.
8699 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8701         * subr.el (functionp): Return nil for special forms.
8703 2008-04-05  Glenn Morris  <rgm@gnu.org>
8705         * emacs-lisp/autoload.el (autoload-ensure-default-file):
8706         Provide a feature.
8707         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
8708         Require loaddefs file rather than loading it.
8709         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
8710         autoload-ensure-default-file provides a feature.
8712         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
8713         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
8714         (compile, compile-always, recompile): Use $LOADDEFS.
8715         (cal-autoloads): Remove.
8717         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
8718         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
8720         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
8721         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
8723         * calendar/calendar.el (diary-hebrew-entry-symbol):
8724         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
8725         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
8726         Keep old name as alias.
8727         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
8728         Keep old name as alias.
8729         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
8730         to diary-bahai-entry-symbol.
8731         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
8732         to diary-hebrew-entry-symbol.
8733         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
8734         to diary-islamic-entry-symbol.
8735         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
8737         * calendar/solar.el (diary-sabbath-candles-minutes)
8738         (diary-sabbath-candles): Move to cal-hebrew.
8739         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
8740         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
8741         Doc fix.  Keep old name as alias.
8742         (diary-hebrew-sabbath-candles): Simplify.
8743         (solar-setup, solar-sunrise-sunset, calendar-latitude)
8744         (calendar-longitude, calendar-time-zone): Declare for compiler.
8745         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
8746         rename.
8748         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
8749         Rename coptic-calendar-month-name-array.  Update callers.
8750         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
8751         (calendar-coptic-name): Rename coptic-name.  Update callers.
8752         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
8753         Update callers.
8754         (calendar-coptic-last-day-of-month):
8755         Rename coptic-calendar-last-day-of-month.  Update callers.
8756         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
8757         Keep old name as alias, update callers.
8758         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
8759         Keep old name as alias, update callers.
8760         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
8761         Keep old name as alias.
8762         (calendar-ethiopic-month-name-array):
8763         Rename ethiopic-calendar-month-name-array.  Update callers.
8764         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
8765         Update callers.
8766         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
8767         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
8768         Keep old name as alias, update callers.
8769         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
8770         Keep old name as alias, update callers.
8771         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
8772         Keep old name as alias.
8774         * calendar/cal-french.el (calendar-french-epoch):
8775         Rename french-calendar-epoch.  Update callers.
8776         (calendar-french-month-name-array): Rename variable and function
8777         french-calendar-month-name-array.  Update callers.
8778         (calendar-french-multibyte-month-name-array):
8779         Rename french-calendar-multibyte-month-name-array.  Update callers.
8780         (calendar-french-day-name-array): Rename variable and function
8781         french-calendar-day-name-array.  Update callers.
8782         (calendar-french-special-days-array): Rename variable and function
8783         french-calendar-special-days-array.  Update callers.
8784         (calendar-french-multibyte-special-days-array):
8785         Rename french-calendar-multibyte-special-days-array.  Update callers.
8786         (calendar-french-accents-p): Rename french-calendar-accents.
8787         Update callers.
8788         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
8789         Update callers.
8790         (calendar-french-last-day-of-month):
8791         Rename french-calendar-last-day-of-month.  Update callers.
8792         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
8793         Keep old name as alias, update callers.
8794         (calendar-french-print-date): Rename calendar-print-french-date.
8795         Keep old name as alias, update callers.
8796         (calendar-french-goto-date): Rename calendar-goto-french-date.
8797         Keep old name as alias.
8799         * calendar/cal-menu.el, calendar/calendar.el:
8800         Update for Coptic and French name changes.
8802         * calendar/cal-china.el (calendar-chinese): Rename custom group
8803         from chinese-calendar.  Update users.
8804         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
8805         Keep old name as alias, update users.
8806         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
8807         Keep old name as alias.
8808         (calendar-chinese-daylight-time-offset):
8809         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
8810         update users.
8811         (calendar-chinese-standard-time-zone-name):
8812         Rename chinese-calendar-standard-time-zone-name.
8813         Keep old name as alias, update users.
8814         (calendar-chinese-daylight-saving-start):
8815         Rename chinese-calendar-daylight-savings-starts.
8816         Keep old name as alias, update users.
8817         (calendar-chinese-daylight-saving-end):
8818         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
8819         update users.
8820         (calendar-chinese-daylight-saving-start-time):
8821         Rename chinese-calendar-daylight-savings-starts-time.
8822         Keep old name as alias, update users.
8823         (calendar-chinese-daylight-saving-end-time):
8824         Rename chinese-calendar-daylight-savings-ends-time.
8825         Keep old name as alias, update users.
8826         (calendar-chinese-celestial-stem): Rename
8827         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
8828         (calendar-chinese-terrestrial-branch):
8829         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
8830         update users.
8831         (calendar-chinese-zodiac-sign-on-or-after):
8832         Rename chinese-zodiac-sign-on-or-after.  Update callers.
8833         (calendar-chinese-new-moon-on-or-after):
8834         Rename chinese-new-moon-on-or-after.  Update callers.
8835         (calendar-chinese-month-list): Rename chinese-month-list.
8836         Update callers.
8837         (calendar-chinese-number-months): Rename number-chinese-months.
8838         Update callers.
8839         (calendar-chinese-compute-year): Rename compute-chinese-year.
8840         Update callers.
8841         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
8842         (calendar-chinese-year): Rename chinese-year.  Update callers.
8843         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
8844         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
8845         Keep old name as alias, update callers.
8846         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
8847         Keep old name as alias, update callers.
8848         (calendar-chinese-months-to-alist):
8849         Rename make-chinese-month-assoc-list.  Update callers.
8850         (calendar-chinese-months): Rename chinese-months.  Update callers.
8851         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
8852         Keep old name as alias, update callers.
8854         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
8855         Rename hebrew-calendar-leap-year-p.  Update callers.
8856         (calendar-hebrew-last-month-of-year):
8857         Rename hebrew-calendar-last-month-of-year.  Update callers.
8858         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
8859         Update callers.
8860         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
8861         Update callers.
8862         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
8863         Update callers.
8864         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
8865         Update callers.
8866         (calendar-hebrew-last-day-of-month):
8867         Rename hebrew-calendar-last-day-of-month.  Update callers.
8868         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
8869         Keep old name as alias, update callers.
8870         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
8871         Keep old name as alias, update callers.
8872         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
8873         Keep old name as alias, update callers.
8874         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
8875         Keep old name as alias.
8876         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
8877         Keep old name as alias.
8878         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
8879         Keep old name as alias.
8880         (holiday-hebrew-passover): Rename holiday-passover-etc.
8881         Keep old name as alias.
8882         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
8883         Keep old name as alias, update callers.
8884         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
8885         Keep old name as alias.
8886         (calendar-hebrew-mark-date-pattern):
8887         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
8888         update callers.
8889         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
8890         Keep old name as alias.
8891         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
8892         Keep old name as alias.
8893         (diary-hebrew-insert-monthly-entry):
8894         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
8895         (diary-hebrew-insert-yearly-entry):
8896         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
8897         (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
8898         Keep old name as alias.
8899         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
8900         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
8901         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
8902         Keep old name as alias.
8903         (calendar-hebrew-parashiot-names):
8904         Rename hebrew-calendar-parashiot-names.  Update callers.
8905         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
8906         (calendar-hebrew-year-Saturday-incomplete-Sunday):
8907         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
8908         (calendar-hebrew-year-Saturday-complete-Tuesday):
8909         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
8910         (calendar-hebrew-year-Monday-incomplete-Tuesday):
8911         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
8912         (calendar-hebrew-year-Monday-complete-Thursday):
8913         Rename hebrew-calendar-year-Monday-complete-Thursday.
8914         (calendar-hebrew-year-Tuesday-regular-Thursday):
8915         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
8916         (calendar-hebrew-year-Thursday-regular-Saturday):
8917         Rename hebrew-calendar-year-Thursday-regular-Saturday.
8918         (calendar-hebrew-year-Thursday-complete-Sunday):
8919         Rename hebrew-calendar-year-Thursday-complete-Sunday.
8920         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
8921         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
8922         (calendar-hebrew-year-Saturday-complete-Thursday):
8923         Rename hebrew-calendar-year-Saturday-complete-Thursday.
8924         (calendar-hebrew-year-Monday-incomplete-Thursday):
8925         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
8926         (calendar-hebrew-year-Monday-complete-Saturday):
8927         Rename hebrew-calendar-year-Monday-complete-Saturday.
8928         (calendar-hebrew-year-Tuesday-regular-Saturday):
8929         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
8930         (calendar-hebrew-year-Thursday-incomplete-Sunday):
8931         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
8932         (calendar-hebrew-year-Thursday-complete-Tuesday):
8933         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
8934         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
8935         Update for above name changes of constants.
8937         * calendar/cal-menu.el, calendar/calendar.el:
8938         Update for chinese and hebrew name changes.
8939         * calendar/diary-lib.el: Update for hebrew name changes.
8941 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8943         * subr.el (keymap-canonicalize): Correct thinko.
8945         * server.el: Undo part of the multi-tty change, which is only
8946         needed if server.el is preloaded, and broke server-running-p.
8947         (server-socket-dir): Initialize in the defvar, as before.
8948         (server-start): Remove initialization of server-socket-dir.
8950 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
8952         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
8953         3-member cons cells.
8955 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
8957         * cus-face.el (custom-face-attributes): Handle roman slant.
8959         * faces.el (default): Ensure the face-defface-spec property is set.
8961 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
8963         * files.el (abort-if-file-too-large): New function.
8964         (find-file-noselect, insert-file-1): Use it.
8966 2008-04-05  Reto Zimmermann  <reto@gnu.org>
8968         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
8969         Replace C-c[a-zA-Z] key bindings.
8971 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8973         * progmodes/hideif.el (hif-token-alist): New var.
8974         (hif-token-regexp, hif-tokenize): Use it.
8975         (hif-mathify-binop): New macro.
8976         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
8977         (hif-greater-equal, hif-less-equal): Use it.
8978         (hif-logior, hif-logand): New functions.
8979         (hif-math): Accept | and & as well.
8981         * progmodes/etags.el: Fix problem with completion for buffer-local
8982         tables.  Reported by Radey Shouman <shouman@comcast.net>.
8983         (tags-complete-tag): Remove.
8984         (tags-lazy-completion-table): New function to replace it.
8985         (find-tag-tag, complete-tag): Update users.
8987 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
8989         * vc-rcs.el (vc-rcs-dir-status):
8990         * vc-sccs.el (vc-sccs-dir-status): New function.
8992         * outline.el (outline-mode-menu-bar-map):
8993         * term.el (terminal-signal-menu): Add :help.
8995         * net/eudc.el (eudc-mode-map): Declare and define in one step.
8996         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
8998         * emacs-lisp/re-builder.el (reb-mode-map):
8999         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
9001         * diff-mode.el (diff-file-junk-re): Recognize the git format for
9002         new files, deleted files and for changing permissions.
9003         (diff-mode): Set beginning-of-defun-function and
9004         end-of-defun-function.
9006         * vc-bzr.el (vc-bzr-state): Use when instead of if.
9008         * vc.el (vc-default-status-fileinfo-extra): New function.
9009         (vc-status-mark-buffer-changed): Use it.
9010         (vc-update-vc-status-buffer): Allow for partial updates.
9012 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9014         * net/tramp.el (after-init-hook): Don't wrap a lambda around
9015         tramp-register-completion-file-name-handler.
9017         * subr.el (keymap-canonicalize): New function.
9018         * mouse.el (mouse-menu-non-singleton): Use it.
9019         (mouse-major-mode-menu): Remove hack made unnecessary.
9021         * simple.el (set-fill-column): Prompt rather than error by default.
9023 2008-04-04  Andreas Schwab  <schwab@suse.de>
9025         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
9026         Reset new-rules after each round.
9028         * Makefile.in (cal-autoloads): New target.
9029         (compile, compile-always, recompile): Depend on it.
9030         ($(lisp)/calendar/cal-loaddefs.el)
9031         ($(lisp)/calendar/diary-loaddefs.el)
9032         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
9034 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
9036         * ediff*.el: Replace load with require in eval-when-compile.
9038         * ediff-hook.el: Delete all invocations of (autoload ...).
9040         * ediff-util.el (ediff-setup): Make window-min-height a local variable
9041         in ediff control window, and set its min height to 2.
9042         (ediff-setup-control-buffer): Dedicate the control window.
9043         (ediff-toggle-multiframe): Undedicate control window.
9044         Work directly with ediff-setup-windows-multiframe and
9045         ediff-setup-windows-plain.
9047         * ediff-wind.el (ediff-choose-window-setup-function-automatically):
9048         New function.
9049         (ediff-window-setup-function): Change initialization.
9050         (ediff-setup-windows-automatic): Delete.
9051         (ediff-setup-windows-plain-merge): Make control window dedicated.
9052         (ediff-destroy-control-frame): Do not skip frames if working in a
9053         single frame.
9055         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
9056         eval-when-compile.
9058         * emulation/viper-util.el: Move provide's forward, prevent recursion in
9059         eval-when-compile.
9061 2008-04-04  Glenn Morris  <rgm@gnu.org>
9063         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
9064         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
9066         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
9067         Rename islamic-calendar-leap-year-p.  Update callers.
9068         (calendar-islamic-last-day-of-month):
9069         Rename islamic-calendar-last-day-of-month.  Update callers.
9070         (calendar-islamic-day-number):
9071         Rename islamic-calendar-day-number.  Update callers.
9072         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
9073         Update callers, keep old name as alias.
9074         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
9075         Update callers, keep old name as alias.
9076         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
9077         Keep old name as alias.
9078         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
9079         Update callers, keep old name as alias.
9080         (calendar-islamic-mark-date-pattern):
9081         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
9082         name as alias.
9083         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
9084         Keep old name as alias.
9085         (diary-islamic-insert-monthly-entry):
9086         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
9087         (diary-islamic-insert-yearly-entry):
9088         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
9090         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
9091         calendar-absolute-from-iso.  Update callers, keep old name as alias.
9092         (calendar-iso-print-date): Rename calendar-print-iso-date.
9093         Update callers, keep old name as alias.
9094         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
9095         Keep old name as alias.
9096         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
9097         Keep old name as alias.
9099         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
9100         calendar-absolute-from-julian.  Update callers, keep old name as alias.
9101         (calendar-julian-print-date): Rename calendar-print-julian-date.
9102         Update callers, keep old name as alias.
9103         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
9104         Update callers, keep old name as alias.
9105         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
9106         Update callers, keep old name as alias.
9107         (calendar-astro-print-day-number):
9108         Rename calendar-print-astro-day-number.  Update callers, keep old
9109         name as alias.
9110         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
9111         Update callers, keep old name as alias.
9113         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
9114         Rename calendar-string-to-mayan-long-count.  Update callers.
9115         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
9116         Update callers, keep old name as alias.
9117         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
9118         Update callers.
9119         (calendar-mayan-read-tzolkin-date):
9120         Rename calendar-read-mayan-tzolkin-date.  Update callers.
9121         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
9122         Keep old name as alias.
9123         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
9124         Keep old name as alias.
9125         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
9126         Keep old name as alias.
9127         (calendar-mayan-previous-tzolkin-date):
9128         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
9129         (calendar-mayan-next-round-date):
9130         Rename calendar-next-calendar-round-date.  Keep old name as alias.
9131         (calendar-mayan-previous-round-date):
9132         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
9133         (calendar-mayan-long-count-to-absolute): Rename
9134         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
9135         (calendar-mayan-goto-long-count-date):
9136         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
9138         * calendar/cal-persia.el (calendar-persian-month-name-array):
9139         Rename persian-calendar-month-name-array.  Update callers.
9140         (calendar-persian-epoch): Rename persian-calendar-epoch.
9141         Update callers.
9142         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
9143         Update callers.
9144         (calendar-persian-last-day-of-month):
9145         Rename persian-calendar-last-day-of-month.  Update callers.
9146         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
9147         Update callers, keep old name as alias.
9148         (calendar-persian-print-date): Rename calendar-print-persian-date.
9149         Update callers, keep old name as alias.
9150         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
9151         Keep old name as alias.
9153         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
9154         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
9155         * calendar/solar.el: Update for cal-julian name changes.
9157         * calendar/cal-dst.el: Update for persian name changes.
9159         * calendar/cal-menu.el, calendar/calendar.el:
9160         Update for islamic, iso, julian, mayan, persian name changes.
9162         * calendar/diary-lib.el: Update for islamic name changes.
9164         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
9165         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
9166         as alias.
9167         (calendar-christian-all-holidays-flag):
9168         Rename all-christian-calendar-holidays.  Update callers, keep old
9169         name as alias.
9170         (calendar-islamic-all-holidays-flag):
9171         Rename all-islamic-calendar-holidays.  Update callers, keep old
9172         name as alias.
9173         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
9174         Update callers, keep old name as alias.
9175         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
9176         Update for the above name changes.
9178 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
9180         * hilit-chg.el (global-highlight-changes-mode)
9181         (highlight-changes-passive-string, highlight-changes-active-string):
9182         Mark as obsolete since 23.1, not 22.1.
9184 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
9186         * hilit-chg.el (highlight-changes-visibility-initial-state)
9187         (hilit-chg-update, highlight-changes-mode-turn-on):
9188         Fix typos in docstrings.
9190 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
9192         * newcomment.el (comment-enter-backward): Be careful to restore
9193         position changed during narrowing.
9195 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
9197         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9198         Recognize `sub ($$)'.
9200 2008-04-03  Richard Sharman  <rsharman@pobox.com>
9202         * hilit-chg.el (highlight-changes-mode): Rename from
9203         highlight-changes; no longer uses sub-modes active and passive;
9204         implemented by define-minor-mode.
9205         (highlight-changes-toggle-visibility): New function, to replace
9206         the old passive/active submodes of global-highlight-changes-mode;
9207         implemented by define-minor-mode.
9208         (global-highlight-changes-mode): Rename from global-highlight-changes;
9209         rewrite using define-globalized-minor-mode.
9210         (hilit-chg-major-mode-hook, hilit-chg-check-global)
9211         (hilit-chg-post-command-hook, hilit-chg-check-global)
9212         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
9213         to use of define-globalized-minor-mode.
9214         (highlight-changes-global-initial-state): Change to be boolean.
9215         (highlight-changes-visible-string, highlight-changes-invisible-string):
9216         Rename from highlight-changes-active-string and
9217         highlight-changes-passive-string.
9218         (hilit-chg-update, hilit-chg-set): Use them.
9219         (global-highlight-changes-mode): Rename from global-highlight-changes.
9220         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
9221         docstring.
9222         (hilit-chg-hide-changes): Rewrite to use dolist.
9223         (hilit-chg-set-face-on-change, hilit-chg-update)
9224         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
9225         variable instead of testing highlight-changes-mode.
9226         (highlight-markup-buffers): Add require ediff-util; argument on calls
9227         to highlight-changes-mode changed.
9228         (highlight-compare-with-file): Fix problems with interactive
9229         call giving invalid default file.
9231 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
9233         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
9234         Fix in disassembly buffer (regression in 22.2).
9236 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
9238         * emulation/viper-macs.el (viper-read-fast-keysequence):
9239         Use viper-read-event instead of viper-read-key.
9241         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
9243         * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
9244         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
9245         let-statements.
9247         * emulation/viper-ex.el, emulation/viper-macs.el:
9248         * emulation/viper-mous.el:
9249         Replace load with require in eval-when-compile.
9251 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9253         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
9255         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
9256         (archive-try-jka-compr): New function.
9257         (archive-set-buffer-as-visiting-file): Use it.
9259         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
9261 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
9263         * simple.el (handle-shift-selection): New arg.
9265 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9267         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
9269         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
9271 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
9273         * shell.el (shell-dynamic-complete-filename): New fun.
9274         (shell-dynamic-complete-functions): Use it.
9276         * help-fns.el (describe-variable): Undo 2008-02-25 change.
9278 2008-04-03  Kenichi Handa  <handa@m17n.org>
9280         * international/fontset.el (create-fontset-from-x-resource):
9281         Handle the error of X resource more gracefully.
9283         * international/latin1-disp.el (latin1-display): Don't use make-char.
9284         Fix the argument to set-char-table-range.
9285         (latin1-display-identities): Don't use make-char.
9286         (latin1-display-reset): Use map-charset-chars instead of directly
9287         calling standard-display-default.
9288         (latin1-display-check-font): Don't use make-char.
9289         (latin1-display-setup): Likewise.
9290         (latin1-display-ucs-per-lynx): Likewise.
9292 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9294         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
9295         name the fields, to make the code clearer.
9296         Rewrite all `aset' and `aref' using the defined accessors.
9297         (timer--time): New pseudo-field.
9298         (timer-set-time, timer-set-idle-time, timer-inc-time)
9299         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
9300         (timer--time-less-p): New function.
9301         (timer--activate): New function, extracted from timer-activate.
9302         (timer-activate-when-idle, timer-activate): Use it.
9303         (cancel-function-timers): Use dolist.
9305 2008-04-03  Glenn Morris  <rgm@gnu.org>
9307         * add-log.el (c-beginning-of-defun, c-end-of-defun):
9308         Remove declarations; no longer used.
9309         (c-cpp-define-name, c-defun-name): Declare as functions.
9311         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
9312         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
9314         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
9315         (holiday-passover-etc, holiday-hanukkah): Doc fix.
9316         Add optional argument.  Simplify.
9317         (holiday-tisha-b-av-etc): Use memq rather than unless.
9318         (holiday-julian): Autoload it.
9319         (holiday-hebrew-misc): New function.
9321         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
9323         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
9324         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
9325         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
9326         all-hebrew-calendar-holidays.
9327         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
9328         Simplify using new functions.
9329         (calendar-holidays): Doc fix.
9330         (generate-calendar-window): Use bound-and-true-p.
9332         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
9334         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
9335         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
9336         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
9337         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
9339         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
9341 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9343         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
9345         * vc-bzr.el (vc-bzr-checkout): Simplify.
9347         * image-mode.el (image-mode-fit-frame): New command.
9349         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
9350         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
9351         (keyboard-escape-quit): Check region-active-p i.s.o
9352         transient-mark-mode.
9354 2008-04-02  Simon Josefsson  <simon@josefsson.org>
9356         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
9357         (imap-message-copyuid-1): Use it.
9358         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
9359         J. Williams in
9360         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
9362 2008-04-02  Alan Mackenzie  <acm@muc.de>
9364         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
9365         New optimised functions to get the name of the current defun/macro.
9367         * add-log.el (add-log-current-defun): Move the functionality which
9368         gets the current function name for C like modes to cc-cmds.el,
9369         thus optimising for speed.
9371 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
9373         * simple.el (deactivate-mark): When the mark is temporarily
9374         active, restore the original value of transient-mark-mode.
9375         (set-mark-command): First deactivate the mark if was temporarily active.
9376         (exchange-point-and-mark): Reactivate the mark if it was
9377         temporarily active.
9378         (handle-shift-selection): New fun.
9379         (transient-mark-mode): Move var documentation here from buffer.c.
9380         (next-line, previous-line, backward-word, move-end-of-line)
9381         (move-beginning-of-line, forward-to-indentation)
9382         (backward-to-indentation, back-to-indentation)
9383         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
9385         * mouse.el (mouse-set-region-1): Save the old value of
9386         transient-mark-mode.
9387         (mouse-drag-track): Ignore the now-obsolete value `identity' for
9388         transient-mark-mode.
9390         * textmodes/paragraphs.el (forward-paragraph)
9391         (backward-paragraph, forward-sentence, backward-sentence): Add ^
9392         interactive spec.
9394         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
9396 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
9398         * net/tramp.el (tramp-make-tramp-temp-file):
9399         Use `tramp-drop-volume-letter' for the local file name part.
9401 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
9403         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
9404         Add menu entries corresponding to all the key bindings.
9406         * emacs-lisp/debug.el (debugger-mode-map):
9407         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
9408         (conf-align-assignments): Only work on the region if it is active.
9409         (conf-quote-normal): Use when instead of if.  Remove redundant test.
9411         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9412         for tracing and re-builder.
9414 2008-04-02  Glenn Morris  <rgm@gnu.org>
9416         * calendar/appt.el (appt-disp-window-function): Doc fix.
9417         (appt-display-message): Move beep before display.
9418         (appt-check): Make interactive.  Reduce the number of lets.
9419         Use string-equal to compare mode-line strings.
9420         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
9421         read-only.
9422         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
9423         (appt-delete): Simplify.
9425         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
9427         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
9429         * calendar/cal-hebrew.el (list-yahrzeit-dates):
9430         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
9431         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
9433         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
9434         (calendar-holiday-marker, mark-visible-calendar-date):
9435         * calendar/diary-lib.el (fancy-diary-display):
9436         Check for font-lock-mode before using faces.
9438         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
9439         (calendar-gregorian-from-absolute): Reduce the number of lets.
9440         (hebrew-holidays-4, generate-calendar-window): Simplify.
9441         (calendar-for-loop): Make obsolete.
9442         (calendar-nth-named-day): Doc fix.
9444         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
9445         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
9446         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
9447         Reduce the number of lets.
9448         (mark-sexp-diary-entries, calendar-mark-complex):
9449         Expand calendar-for-loops.
9451 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
9453         * find-dired.el (find-dired-filter): Fix last patch to handle
9454         multi-line process input.  Pad link numbers too.
9456 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
9458         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
9460 2008-04-01  Jason Rumney  <jasonr@gnu.org>
9462         * international/characters.el (script-list): Add phonetic script,
9463         covering IPA (previously Latin), Phonetic Extensions and
9464         Phonetic Extensions Supplement (both previously unassigned).
9466         * international/fontset.el (setup-default-fontset): Use unicode fonts
9467         that cover bopomofo script for bopomofo.
9468         Likewise for braille and mathematical.
9469         Use unicode scripts that cover the phonetic script for IPA.
9471 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
9473         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
9474         return the assigned value.
9476 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9478         * abbrev.el (abbrev-mode): Use define-minor-mode.
9480         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
9481         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
9482         Use map-keymap.
9483         (minor-mode-menu-from-indicator): Use it.  Simplify.
9485         * bindings.el (mode-line-mode-menu): Move before (new) first use.
9486         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
9487         Bind the key directly to the menu.
9488         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
9490 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
9492         * epa.el (epa-decrypt-region): Explain the reason why this
9493         function should not be used in Lisp programs.
9494         (epa-decrypt-armor-in-region): Ditto.
9495         (epa-verify-region): Ditto.
9496         (epa-verify-cleartext-in-region): Ditto.
9497         (epa-sign-region): Ditto.
9498         (epa-encrypt-region): Ditto.
9500         * epg.el (epg-start-receive-keys): Fix typo in docstring.
9502         * epa.el (epa-select-keys): Show menu even if there is no key in
9503         GnuPG's keyring.
9505 2008-04-01  Glenn Morris  <rgm@gnu.org>
9507         * calendar/calendar.el (calendar-make-temp-face): New function.
9508         (mark-visible-calendar-date):
9509         * calendar/diary-lib.el (fancy-diary-display): Use it.
9511         * vc-hooks.el (vc-responsible-backend): Declare as function.
9513         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
9514         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
9515         * calendar/cal-julian.el (holiday-julian): Use it.
9517         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
9518         (calendar-hebrew-date-is-visible-p): Extract some common code into
9519         separate function.
9520         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
9522         * calendar/cal-menu.el (cal-menu-holidays-menu):
9523         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
9524         rather than obsolete alias.
9526         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
9527         for mark characters.
9528         (calendar-unmark): Unmark by removing all overlays, rather than
9529         redrawing.
9530         (calendar-starred-day): Remove.
9531         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
9532         (calendar-cursor-to-date): No need for special star handling now
9533         using overlays.
9534         (calendar-star-date): Use overlays.
9536         * calendar/cal-french.el (calendar-goto-french-date):
9537         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
9538         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
9539         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
9540         * calendar/cal-persia.el (calendar-persian-date-string):
9541         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
9542         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
9543         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
9544         * calendar/solar.el (solar-equinoxes-solstices):
9545         Reduce nesting of some lets.
9547         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
9548         (calendar-goto-mayan-long-count-date): Simplify.
9550         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
9551         Simplify by using mapcar.
9552         (calendar-list-holidays): Return holiday-list.
9553         (list-holidays): Use let rather than let*.  Remove un-needed locals
9554         `d', `never'.
9555         (calendar-check-holidays): Return result from dolist.
9556         (holiday-float): Use a single let*.  Simplify if-and to and.
9557         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
9558         single let*.
9560 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
9562         * calc/calc.el: Autoload `calc-yank'.
9563         (calc-mode-map): Add keybindings for `calc-yank'.
9564         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
9565         assignments for `calc-yank'.
9567 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
9569         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
9570         (vc-status-mark-buffer-changed): Handle the extra field.
9572         * vc-bzr.el (vc-bzr-after-dir-status):
9573         * vc-cvs.el (vc-cvs-after-dir-status):
9574         * vc-hg.el (vc-hg-after-dir-status):
9575         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
9577 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9579         * doc-view.el: Compute displayed pages first (in PDF).
9580         (doc-view-current-converter-processes): Rename from
9581         doc-view-current-converter-process.  Update users.
9582         (doc-view-sentinel): Test buffer's liveness.
9583         (doc-view-pdf/ps->png-sentinel): Remove.
9584         (doc-view-start-process): New function.
9585         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
9586         (doc-view-ps->pdf): Use it.
9587         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
9588         New functions.
9589         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
9590         (doc-view-mode): Kill the processes when leaving the mode.
9592 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
9594         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
9595         Use `byte-compile-warning-types'.  Add docstring.
9597 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9599         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
9600         (smerge-resolve): Add various resolution heuristics.
9602         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
9603         in 3-way conflicts.
9605 2008-03-31  Glenn Morris  <rgm@gnu.org>
9607         * calendar/cal-bahai.el (diary-bahai-mark-entries):
9608         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
9609         * calendar/cal-islam.el (mark-islamic-diary-entries):
9610         Fix argument order in call to diary-mark-entries-1.
9612         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
9613         pre-Bahai dates.
9614         (holiday-bahai): Use an algorithm actually relevant to this calendar
9615         system.
9617         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
9619         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
9620         Use and.
9622         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
9623         in the last fortnight in Julian October.
9625         * calendar/calendar.el (increment-calendar-month): Optionally handle
9626         systems without 12 months per year.
9628         (calendar-date-is-visible-p): Doc fix.  Simplify.
9630         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
9631         from dolist.
9633 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
9635         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
9636         (hi-lock-unload-function): New function.
9638 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
9640         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
9641         overwriting when NEWNAME is a local file.
9643         * net/trampver.el: Update release number.
9645 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
9647         * vc-git.el: Make vc-status display information about copies,
9648         renames and permission changes.
9649         (vc-git-extra-fileinfo): New defstruct.
9650         (vc-git-escape-file-name, vc-git-file-type-as-string)
9651         (vc-git-rename-as-string, vc-git-permissions-as-string)
9652         (vc-git-status-printer): New functions.
9653         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
9654         (vc-git-after-dir-status-stage1): Look for copies, renames and
9655         permission changes.
9656         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
9657         (vc-git-dir-status): Ask for staged files and renames.
9659 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
9661         * vc.el: Allow backends to display backend specific information in
9662         the vc-status listing.
9663         (vc-status-fileinfo): Add a field for backend specific information.
9664         (vc-status-printer): Rename to ...
9665         (vc-default-status-printer): ... this.
9666         (vc-status-printer): New function.
9667         (vc-update-vc-status-buffer): Set the backend specific file info
9668         if provided.
9670 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9672         * textmodes/remember.el (remember-diary-convert-entry): Revert last
9673         change (ill-conceived).
9675 2008-03-29  Glenn Morris  <rgm@gnu.org>
9677         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
9678         * calendar/cal-julian.el (holiday-julian): Simplify.
9680         * calendar/holidays.el (list-holidays): Use or.
9682 2008-03-29  Juri Linkov  <juri@jurta.org>
9684         * window.el (split-window-preferred-horizontally): New function.
9686         * cus-start.el (split-window-preferred-function):
9687         Set choice for "vertically" to nil instead of split-window.
9688         Set choice for "horizontally" to split-window-preferred-horizontally
9689         instead of lambda.
9691 2008-03-29  Juri Linkov  <juri@jurta.org>
9693         * simple.el (minibuffer-default-add-function): New variable with
9694         the default to minibuffer-default-add-completions.
9695         (minibuffer-default-add-done): New variable.  Make it buffer-local.
9696         (minibuffer-default-add-completions): New function.
9697         (goto-history-element): Set minibuffer-default-add-done to t and
9698         call a function in minibuffer-default-add-function when the
9699         specified absolute history position is greater than the length of
9700         the minibuffer-default list and minibuffer-default-add-done is nil.
9701         Change "^End of history; no next item$" to "^End of defaults;
9702         no next item$".
9704         * bindings.el (debug-ignored-errors): Change "^End of history;
9705         no next item$" to "^End of defaults; no next item$".
9707 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9709         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
9711         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
9712         to with-no-warnings.
9714 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
9716         Sync with Tramp 2.1.13.
9718         * net/tramp-ftp.el: Require 'cl when byte-compiling.
9720         * net/trampver.el: Update release number.
9722 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
9724         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
9725         the current backend.
9727         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
9728         (vc-status-refresh): Create a temporary buffer and call the
9729         `dir-status' backend function from that buffer.
9731         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
9732         (vc-bzr-after-dir-status): Don't kill the buffer.
9734         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
9735         (vc-cvs-after-dir-status): Don't kill the buffer.
9737         * vc-git.el (vc-git-dir-status): Don't create a buffer.
9738         (vc-git-after-dir-status-stage2): Don't kill the buffer.
9740         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
9741         (vc-hg-after-dir-status): Don't kill the buffer.
9743         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
9744         (vc-svn-after-dir-status): Don't kill the buffer.
9746 2008-03-29  Glenn Morris  <rgm@gnu.org>
9748         * calendar/calendar.el (diary-file, american-date-diary-pattern)
9749         (european-date-diary-pattern, european-calendar-display-form)
9750         (american-calendar-display-form, diary-display-hook): Doc fixes.
9751         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
9752         custom :set.  Mark as obsolete.
9753         (calendar-date-style, iso-date-diary-pattern)
9754         (iso-calendar-display-form): New user variables.
9755         (diary-date-forms, calendar-date-display-form): Set using
9756         calendar-date-style.  Doc fix.
9757         (calendar-set-date-style): New command.
9758         (european-calendar, american-calendar): Use calendar-set-date-style.
9759         Mark as obsolete.
9761         * calendar/diary-lib.el (number): Move declaration where needed.
9762         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
9763         (diary-make-date): New function.
9764         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
9765         Use diary-make-date.
9766         (diary-date-display-form, diary-insert-entry-1): New functions.
9767         (insert-monthly-diary-entry, insert-yearly-diary-entry):
9768         Use diary-insert-entry-1.
9769         (insert-anniversary-diary-entry, insert-block-diary-entry)
9770         (insert-cyclic-diary-entry): Use diary-date-display-form.
9772         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
9773         Autoload diary-insert-entry-1.
9774         * calendar/cal-bahai.el (diary-bahai-insert-entry)
9775         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
9776         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
9777         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
9778         * calendar/cal-islam.el (insert-islamic-diary-entry)
9779         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
9780         Use diary-insert-entry-1.
9782         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
9783         (diary-yahrzeit): Doc fix.  Use diary-make-date.
9785         * calendar/icalendar.el (icalendar--datetime-to-american-date):
9786         New name for icalendar--datetime-to-noneuropean-date.  Make old name
9787         obsolete alias.
9788         (icalendar--datetime-to-iso-date): New function.
9789         (icalendar--datetime-to-diary-date): Doc fix.  Respect
9790         calendar-date-style if bound.
9792         * textmodes/remember.el (remember-diary-convert-entry):
9793         Respect calendar-date-style if bound.
9795 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9797         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
9798         (xterm-mouse-handle-delete-frame): Delete.
9800         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
9801         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
9802         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
9803         in xterm-modify-other-keys-terminal-list.
9805         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
9806         are conflicts.
9808 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
9810         * vc.el (vc-update): Check if the buffer is unsaved only if it
9811         actually exists.
9812         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
9813         vc-print-log.
9815 2008-03-28  Magnus Henoch  <mange@freemail.hu>
9817         * net/dns.el (dns-write): Use set-buffer-multibyte.
9819 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9821         * vc-bzr.el (vc-bzr-sha1): New fun.
9822         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
9823         (vc-bzr-registered): Use it.
9825 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
9827         * vc.el (vc-status-kill-dir-status-process): Simplify.
9828         (vc-status-refresh): Make sure the buffer is live.
9829         (ring): Don't require it, not used.
9831 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
9833         * progmodes/verilog-mode.el (verilog-auto-inout-module):
9834         Add optional regular expression to AUTOINOUTMODULE.
9835         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
9836         (verilog-auto-inst-param, verilog-auto-reg)
9837         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
9838         (verilog-auto-output-every, verilog-auto-input)
9839         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
9840         (verilog-auto-unused, verilog-auto): Update documentation to use
9841         more obvious instance module names versus cell names.
9843 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
9845         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
9846         kill if a process is running.
9848         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
9850 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
9852         * vc.el: Add new backend function 'status-extra-headers.
9853         (vc-default-status-extra-headers): New function.
9854         (vc-status-headers): Call 'status-extra-headers.  Add colors.
9856         * vc-git.el (vc-git-status-extra-headers): New function.
9858 2008-03-28  Glenn Morris  <rgm@gnu.org>
9860         * calendar/cal-menu.el (cal-menu-holidays-menu)
9861         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
9862         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
9863         holiday-list is optional.
9864         (calendar-mouse-holidays): Remove un-needed local `l'.
9866         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
9867         Remove un-needed local `date'.
9868         (calendar-cursor-to-visible-date): Use let rather than let*.
9869         Remove un-needed local `first-of-month-weekday'.
9871         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
9873         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
9874         Doc fixes.
9875         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
9876         (diary-header-line-flag, diary-header-line-format): Declare.
9877         (diary-pull-attrs): Check for multiple matches.
9878         (diary-list-entries-2): Simplify finding start of date.
9879         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
9880         pop-up-frames.
9881         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
9882         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
9884 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
9886         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
9888         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
9890 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9892         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
9894         * image-mode.el (image-mode-reapply-winprops): Fix last change.
9896 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
9898         * international/mule-conf.el (define-iso-single-byte-charset):
9899         Don't make latin-iso8859-* supplementary.
9900         (#'set-charset-priority): Don't change the priority of charsets
9901         `unicode' and `emacs'.
9903 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9905         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
9906         temp buffer.
9908 2008-03-27  Glenn Morris  <rgm@gnu.org>
9910         * calendar/cal-bahai.el (diary-bahai-list-entries):
9911         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
9912         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
9914         * calendar/calendar.el (diary-file): Doc fix.
9916         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
9917         (list-diary-entries-hook, mark-diary-entries-hook)
9918         (include-other-diary-files, diary-mail-entries)
9919         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
9920         (diary-set-header): New function.
9921         (diary-header-line-flag, diary-header-line-format):
9922         Use diary-set-header for custom :set function.
9923         (diary-set-maybe-redraw): Use symbol-value rather than eval.
9924         (diary-attrtype-convert): Use intern-soft rather than read.
9925         (diary-display-no-entries): New function.
9926         (simple-diary-display, fancy-diary-display): Use it.
9927         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
9928         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
9930         * calendar/holidays.el (list-holidays): Doc fix.
9932 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
9934         * calc/calc-store.el (calc-read-var-name-history): New variable.
9935         (calc-read-var-name): Use `calc-read-var-name-history'.
9937 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9939         * image-mode.el (image-mode-reapply-winprops): Simplify now that
9940         window-configuration-change-hook works buffer-locally.
9942 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
9944         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
9945         for Emacs Lisp, not Lisp.
9947 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
9949         * help-fns.el (describe-function-1, describe-variable):
9950         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
9952         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
9953         replacement is provided, don't print "use nil instead".
9955 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
9957         * complete.el (PC-do-completion): Use regexp-quote.
9959 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
9961         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
9962         Detect missing files.
9964         * vc-git.el (vc-git-extra-menu-map): New key map.
9965         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
9966         New functions.
9968         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
9969         and 'missing files.
9971 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9973         * calendar/holidays.el (list-holidays): Make Y2 optional.
9975         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
9976         buffers shown to the user.
9977         (appt-disp-window): Disable undo explicitly now that the leading space
9978         is gone.
9980         * simple.el (activate-mark): New function.
9981         (set-mark-command): Use it with region-active-p to clean up the code.
9982         (exchange-point-and-mark): Invert the meaning of C-u when
9983         transient-mark-mode is active.
9985         * dired-aux.el (dired-create-files): Use dolist.
9987         * bindings.el (mode-line-change-eol): Use with-selected-window.
9989         * apropos.el (apropos-command): Include macros.
9991 2008-03-26  Glenn Morris  <rgm@gnu.org>
9993         * calendar/cal-bahai.el: Require calendar, not cal-julian.
9994         (calendar-bahai-epoch): Doc fix.
9996         * calendar/cal-china.el: Explicitly require calendar.
9998         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
9999         Require calendar rather than cal-julian.
10000         Autoload calendar-absolute-from-julian.
10001         * calendar/cal-coptic.el (coptic-calendar-epoch):
10002         * calendar/cal-islam.el (calendar-islamic-epoch):
10003         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
10005         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
10007         * calendar/cal-dst.el: Don't require cal-persia.
10008         (calendar-absolute-from-persian): Autoload it.
10009         (dst-adjust-time): Doc fix.
10011         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
10012         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
10013         calendar.
10015         * calendar/cal-menu.el: Require calendar rather than declaring
10016         functions.
10017         * calendar/calendar.el: Provide calendar before requiring cal-menu.
10019         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
10020         calendar-after-frame-setup-hooks.  Update callers, make old name an
10021         obsolete alias.  Doc fix.
10022         (calendar-frame-1): Doc fix.
10024         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
10026         * calendar/calendar.el (oriental-holidays, solar-holidays):
10027         * calendar/holidays.el (list-holidays): Assume atan always bound.
10029         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
10030         Explicitly require calendar, not cal-julian.
10031         * calendar/lunar.el: Explicitly require cal-dst.
10033 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10035         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
10037         * help-fns.el (describe-function-1, describe-variable): If no
10038         replacement is provided, don't print "use nil instead".
10040 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10042         * proced.el: New file.
10044 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
10046         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
10048 2008-03-25  Juri Linkov  <juri@jurta.org>
10050         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
10051         in battery-mode-line-format.
10053         * bindings.el (minibuffer-local-map): For the command
10054         file-cache-minibuffer-complete replace keymap minibuffer-local-map
10055         with map which is already locally bound to minibuffer-local-map.
10057 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10059         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
10060         Remove `sort-first' argument.
10062         * subr.el (redisplay-end-trigger-functions)
10063         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
10064         (process-filter-multibyte-p, set-process-filter-multibyte):
10065         Mark as obsolete.
10067 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
10069         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
10070         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
10071         use the LOCAL arg of `add-hook'.
10072         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
10073         Remove spurious * from defcustom docstrings.
10074         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
10075         Fix typos in messages.
10076         (reb-mode-buffer-p): New function.
10077         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
10078         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
10079         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
10080         Use `unless', `when'.
10081         (re-builder-unload-function): New function.
10083 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
10085         * vc-hooks.el (vc-state): Add documentation for 'missing.
10087 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
10089         * progmodes/verilog-mode.el (verilog-auto-output)
10090         (verilog-auto-input, verilog-auto-inout, verilog-auto)
10091         (verilog-delete-auto): Add optional regular expression to
10092         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
10093         (verilog-signals-matching-regexp): New internal function for
10094         signal matching.
10096 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
10098         * info.el (Info-isearch-search): Always return point.
10100 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10102         * diff-mode.el (diff-remembered-defdir): New var.
10103         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
10105 2008-03-25  Glenn Morris  <rgm@gnu.org>
10107         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
10108         calendar-bahai-prompt-for-date.  Update callers, make old name an
10109         obsolete alias.  Doc fix.
10110         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
10111         coptic-prompt-for-date.  Update callers, make old name an
10112         obsolete alias.  Doc fix.
10113         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
10114         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
10115         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
10116         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
10117         * calendar/cal-iso.el (calendar-iso-read-date): New name for
10118         calendar-iso-read-args.  Update callers, make old name an obsolete
10119         alias.
10120         * calendar/cal-persia.el (calendar-persian-read-date): New name for
10121         persian-prompt-for-date.  Update callers, make old name an
10122         obsolete alias.  Doc fix.  Move definition before use.
10124         * calendar/cal-x.el (diary-frame-parameters)
10125         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
10126         (calendar-frame-1): Doc fixes.
10127         (make-fancy-diary-buffer): Remove declaration.
10128         (calendar-dedicate-diary): Replace call to deleted function
10129         make-fancy-diary-buffer.
10130         (calendar-frame-setup): New function.
10131         (calendar-one-frame-setup, calendar-only-one-frame-setup)
10132         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
10133         work, and mark as obsolete.
10134         (special-display-buffer-names): Don't mess with this; it's not our
10135         business.
10136         (cal-x-load-hook): Defvar it, and mark as obsolete.
10138         * calendar/calendar.el (calendar-remove-frame-by-deleting):
10139         Default to t.  Add to 'calendar group.
10140         (calendar): Doc fix.  Use calendar-frame-setup.
10141         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
10142         (generate-calendar-window): Doc fix.
10144 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10146         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
10148 2008-03-24  Drew Adams  <drew.adams@oracle.com>
10150         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
10151         New variables.
10152         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
10153         (finder-exit): Ignore errors rather than avoiding them.
10154         Kill *Finder-package* buffer also.
10156 2008-03-24  Andreas Schwab  <schwab@suse.de>
10158         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
10160 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
10162         * vc-hg.el (vc-hg-after-dir-status):
10163         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
10165         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
10166         Detect removed files.
10168         * vc.el (vc-status-printer): Use a different face for missing files.
10169         (vc-status-hide-up-to-date): Rename from
10170         vc-status-remove-up-to-date.  Update all callers.
10171         (vc-status-mode-map): Bind C-m.
10173 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
10175         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
10176         code ...
10177         (vc-git--state-code): ... to this new function.
10178         (vc-git-state): Use it.
10180 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
10182         * textmodes/remember.el (remember-mail-date)
10183         (remember-store-in-mailbox): Write date and From line in such a
10184         way that Mutt can read it.
10186 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
10188         * simple.el (transient-mark-mode): Turn on by default.
10190 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
10192         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
10193         'unregistered for unregistered files.
10195         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
10197         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
10199         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
10200         subdirectories.
10202         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
10203         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
10204         Add :enable for vc-status-refresh.
10205         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
10206         (vc-status-tool-bar-map): Add binding for
10207         vc-status-kill-dir-status-process.
10208         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
10209         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
10210         Reset vc-status-process-buffer.
10211         (vc-status-refresh): Don't run two refreshes at a time.
10212         (vc-status): If the buffer is already in vc-status-mode only refresh.
10213         (vc-status-mark-buffer-changed): Add an optional file parameter.
10214         (vc-resynch-buffer): Use it.
10215         (vc-delete-file): Expand the file name before using it.
10216         Be careful to not create a new buffer with the old file contents.
10217         Update the VC state after performing the operation.
10219 2008-03-23  Andreas Schwab  <schwab@suse.de>
10221         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
10222         Fix radio button condition.
10223         [box]: Likewise.
10224         [customize]: Add radio button.
10226 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
10228         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
10229         (calc-user-parse-tables, calc-gnuplot-default-device)
10230         (calc-gnuplot-default-output, calc-gnuplot-print-device)
10231         (calc-gnuplot-print-output, calc-gnuplot-geometry)
10232         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
10233         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
10234         (calc-undo-list, calc-redo-list, calc-main-buffer)
10235         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
10236         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
10237         (calc-said-hello, calc-executing-macro, calc-any-selections)
10238         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
10239         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
10240         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
10241         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
10242         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
10243         (calc-create-buffer, calc-quit): Add docstrings.
10245 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
10247         * makefile.w32-in (WINS_ALMOST): Add org.
10249 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
10251         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
10252         New functions to implement vc-status support.
10254 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
10256         * vc.el (vc-status-prepare-status-buffer): New function.
10257         (vc-status): Use it.
10259         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
10260         appropriate.
10262 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
10264         * vc-git.el (vc-git--empty-db-p)
10265         (vc-git-after-dir-status-stage1-empty-db): New functions.
10266         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
10267         Add support for empty repositories.
10269 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
10271         * vc-git.el (vc-git-annotate-extract-revision-at-line):
10272         Allow "^" in a version name.
10274         * vc-mtn.el (vc-mtn-state): Support the added state.
10276 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
10278         * org: New directory for Org-mode.
10280         * org/org-export-latex.el: Moved from lisp/texmodes.
10282         * org/org-irc.el: Moved from lisp/texmodes.
10284         * org/org-mac-message.el: Moved from lisp/texmodes.
10286         * org/org-mouse.el: Moved from lisp/texmodes.
10288         * org/org-publish.el: Moved from lisp/texmodes.
10290 2008-03-21  Juri Linkov  <juri@jurta.org>
10292         * comint.el (comint-dynamic-simple-complete):
10293         Use variable `stub' for the second arg `common-substring'
10294         of `comint-dynamic-list-completions'.
10295         (comint-dynamic-list-filename-completions):
10296         Use variable `filenondir' for the second arg `common-substring'
10297         of `comint-dynamic-list-completions'.
10298         (comint-dynamic-list-completions): Add new optional arg
10299         `common-substring'.  Add `common-substring' as the second arg of
10300         the call to `display-completion-list'.  Doc fix.
10302         * comint.el (comint-dynamic-complete-as-filename)
10303         (comint-dynamic-list-filename-completions)
10304         (comint-dynamic-simple-complete): Use `minibuffer-message'
10305         to display message "No completions of %s" when a command
10306         is called in the minibuffer.
10307         (comint-dynamic-simple-complete): Don't display other
10308         completion messages when a command is called in the minibuffer.
10309         (comint-dynamic-list-completions): Use `minibuffer-message'
10310         to display message " [Type space to flush ...]" when a command
10311         is called in the minibuffer.
10313         * shell.el (shell-dynamic-complete-command)
10314         (shell-dynamic-complete-environment-variable): Don't display
10315         completion messages when command is called in the minibuffer.
10317         * emacs-lisp/lisp.el (lisp-complete-symbol):
10318         Use `minibuffer-message' to display message "No completions of %s"
10319         when this command is called in the minibuffer.
10321         * bindings.el (standard-mode-line-modes): Put special help-echo
10322         tooltip on recursive edit %[ %] mode-line constructs.
10324         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
10325         "^No dynamic expansion for .* found$" to allow error messages like
10326         "No dynamic expansion for \"%s\" found in this-buffer".
10328 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
10330         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
10331         "psftp".
10333 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10335         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
10336         * vc.el (vc-default-dired-state-info): Use just "modified".
10337         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
10338         (vc-cvs-mode-line-string): Make use of the better default.
10339         (vc-cvs-parse-entry): Use the new `added'.
10340         (vc-cvs-dired-state-info): Remove.
10341         * vc-svn.el (vc-svn-dired-state-info): Remove.
10342         * vc-hg.el (vc-hg-dired-state-info): Remove.
10343         * vc-git.el (vc-git-dired-state-info): Remove.
10345 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
10347         * vc-git.el (vc-git-status-result): New variable.
10348         (vc-git-dir-status): Split out ...
10349         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
10350         ... these new functions and work asynchronously.
10352 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
10354         * vc-git.el (vc-git-after-dir-status): Remove.
10355         (vc-git-dired-state-info): Reimplement.
10357 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
10359         * replace.el (occur-mode-map): Add :help.
10361         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
10362         for disassemble.
10364         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
10365         the 'added state.
10366         (vc-status-remove-up-to-date): New function.
10367         (vc-status-mode-map, vc-status-menu-map): Bind it.
10368         (vc-status-printer): Use a different face up-to-date files.
10369         (vc-resynch-buffer): Update the vc-status buffer if it exists.
10370         (Todo): Remove solved entries.
10372         * vc-hg.el (vc-hg-state):
10373         * vc-git.el (vc-git-state):
10374         * vc-cvs.el (vc-cvs-parse-status):
10375         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
10376         state.
10378 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10380         * progmodes/compile.el (compile):
10381         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
10383         * simple.el (minibuffer-local-shell-command-map): New var.
10384         (minibuffer-complete-shell-command, read-shell-command): New funs.
10385         (shell-command, shell-command-on-region): Use them.
10387 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
10389         * vc.el (vc-status-mark-buffer-changed): New function to implement
10390         updating of the *vc-status* buffer when a buffer is saved.
10391         (vc-status-mode): Use it for after-change-hook.
10392         (vc-add-to-vc-status-buffer): Rename to ...
10393         (vc-status-add-entry): ... this.
10394         (Todo): Add new entry.
10396 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10398         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
10400 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
10402         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
10403         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
10404         Remove spurious * from defcustom docstrings.
10405         (icomplete-compute-delay): Fix docstring and remove spurious *.
10406         (icomplete-delay-completions-threshold): Fix typo in docstring and
10407         remove spurious *.
10408         (icomplete-completions): While collecting the list of prospective
10409         candidates, don't overshoot `icomplete-prospects-length'.
10411 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
10413         * textmodes/refbib.el:
10414         * textmodes/reftex.el:
10415         * textmodes/reftex-global.el:
10416         * textmodes/reftex-vars.el:
10417         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
10418         compiler pacifying defvars.
10419         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
10420         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
10421         not needed.
10423 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
10425         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
10426         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
10427         (verilog-customize, verilog-font-customize)
10428         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
10429         (verilog-mode): Update documentation strings to match tool tips.
10430         (verilog-auto-search-do, verilog-auto-re-search-do)
10431         (verilog-skip-forward-comment-or-string): Fix verilog-auto
10432         expansion when a .* appears inside a string.
10433         (verilog-re-search-forward, verilog-re-search-backward):
10434         Add comment to recall how this works.
10435         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
10437 2008-03-20  Glenn Morris  <rgm@gnu.org>
10439         * calendar/calendar.el (calendar-other-dates): New function.
10440         (calendar-print-other-dates): Use calendar-other-dates.
10441         * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
10442         the declarations it replaces.
10443         (calendar-mouse-print-dates): Use calendar-other-dates.
10445         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
10446         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
10447         (calendar-absolute-from-bahai): Fix the leap-year case.
10448         (calendar-bahai-from-absolute): Re-use the Gregorian month.
10449         (calendar-bahai-date-string, calendar-bahai-print-date):
10450         Handle pre-Bahai dates.
10452         * calendar/cal-china.el (chinese-calendar-celestial-stem)
10453         (chinese-calendar-terrestrial-branch): Make defcustoms.
10455         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
10456         (calendar-mouse-view-diary-entries): Use or.
10457         (calendar-mouse-chinese-date): Remove unused command.
10458         (cal-menu-load-hook): Mark as obsolete.
10460         * calendar/solar.el (calendar-location-name, calendar-latitude)
10461         (calendar-longitude, solar-arctan, sunrise-sunset)
10462         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
10464 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
10466         * calc/calc.el: Remove outdated comments.
10467         (defcalcmodevar, calc-mode-var-list-restore-default-values)
10468         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
10469         Add docstrings.
10471 2008-03-19  Jason Rumney  <jasonr@gnu.org>
10473         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
10475 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
10477         * net/tls.el (open-tls-stream): Reindent.
10479 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
10481         * net/tramp.el (tramp-let-maybe): Removed.
10482         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
10483         It does not exist under XEmacs.
10484         (tramp-handle-file-truename, tramp-handle-expand-file-name)
10485         (tramp-completion-file-name-handler): Let-bind
10486         `directory-sep-char'.
10488         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
10489         `directory-sep-char'.
10491 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10493         * help-fns.el (describe-function-1): Don't signal "missing arglist"
10494         for autoloaded keymaps.
10496         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
10497         (electric-verilog-terminate-line, verilog-in-struct-region-p)
10498         (verilog-backward-ws&directives, verilog-forward-ws&directives)
10499         (verilog-in-comment-p, verilog-in-star-comment-p)
10500         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
10501         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
10502         (verilog-skip-forward-comment-or-string, verilog-in-paren)
10503         (verilog-skip-forward-comment-p): Use it.
10505 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
10507         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
10508         (org-remember-templates, org-time-stamp-rounding-minutes)
10509         (org-back-over-empty-lines, org-find-base-buffer-visiting)
10510         (org-columns-new): Fix typos in docstrings.
10512 2008-03-19  Glenn Morris  <rgm@gnu.org>
10514         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
10515         (tramp-handle-shell-command): Use condition-case rather than
10516         ignore-errors.
10518 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
10520         * diff-mode.el (diff-header): Make the color louder.
10521         (diff-refine-change): Tone the color down.
10523 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
10525         * descr-text.el (describe-char): When `describe-char-unidata-list'
10526         is set to show all properties, list them in the right order.
10528 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10530         * international/mule.el (load-with-code-conversion): Avoid setting
10531         default-enable-multibyte-characters.
10533 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
10535         * vc.el (vc-annotate-background): Fix custom type.
10537 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10539         * descr-text.el (describe-char-unidata-list): Allow specifying
10540         just all properties.
10541         (describe-char): Handle that new value.
10543         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
10545 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
10547         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
10548         instead of file name extension to make docs with uncommon
10549         extensions work.
10551 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
10553         * doc-view.el (require): Require cl at compile time because
10554         `assert' needs it.
10556 2008-03-18  Glenn Morris  <rgm@gnu.org>
10558         * calendar/calendar.el (initial-calendar-window-hook)
10559         (today-visible-calendar-hook): Doc fixes.
10561 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
10563         * net/tramp.el (tramp-root-regexp): Simplify.
10564         (tramp-completion-file-name-regexp-separate): Don't insist on
10565         leading "[".  This prevents method or user or host completion.
10566         (tramp-let-maybe): Autoload it.
10567         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
10568         is an alias for `identity'.
10569         (tramp-handle-write-region): Protect `last-coding-system-used'
10570         over the trailing statements.
10571         (tramp-completion-file-name-handler-post-function): Remove.
10572         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
10573         instead of calling `tramp-drop-volume-letter'.
10575         * net/tramp.el:
10576         * net/tramp-uu.el:
10577         * net/trampver.el: Move coding cookie at the end.
10579 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10581         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
10582         elements which may be something else than characters.
10584 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
10586         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
10587         New functions to implement vc-status support.
10589         * vc.el (vc-default-extra-status-menu)
10590         (vc-add-to-vc-status-buffer): New functions.
10592         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10593         for eldoc and ielm.
10595 2008-03-17  Glenn Morris  <rgm@gnu.org>
10597         * calendar/cal-x.el (diary-frame-parameters)
10598         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
10599         Fix custom type; add options.
10600         (calendar-frame, diary-frame): Doc fixes.
10601         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
10602         new functions.
10603         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
10604         Use calendar-frame-1 and calendar-dedicate-diary.
10605         (calendar-one-frame-setup): Also handle only-one-frame case.
10606         (calendar-only-one-frame-setup): Doc fix.  Just call
10607         calendar-one-frame-setup.
10609         * calendar/diary-lib.el: Re-order some definitions before their use.
10610         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
10611         (diary-list-entries): Doc fixes.
10612         (make-fancy-diary-display): Remove function.
10614         * calendar/calendar.el (calendar-today-marker)
10615         (initial-calendar-window-hook, today-visible-calendar-hook)
10616         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
10617         (calendar-star-date, calendar-mark-today): Doc fixes.
10618         (today-visible-calendar-hook): Add options.
10619         (calendar-in-read-only-buffer): New macro.
10620         (calendar-basic-setup): Adapt for change in calendar-read-date.
10621         Place holiday let inside if.
10622         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
10623         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
10624         (calendar-print-other-dates): Use one let rather than many.
10626         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
10627         (calendar-print-other-dates):
10628         * calendar/cal-hebrew.el (list-yahrzeit-dates):
10629         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
10630         * calendar/holidays.el (calendar-list-holidays, list-holidays)
10631         (calendar-cursor-holidays):
10632         * calendar/lunar.el (calendar-phases-of-moon): Use
10633         calendar-in-read-only-buffer to replace previous code and disable undo.
10635 2008-03-16  Juri Linkov  <juri@jurta.org>
10637         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
10638         and regexp-search-ring-yank-pointer for the HISTPOS argument of
10639         read-from-minibuffer to provide the correct initial minibuffer
10640         history position in isearch-edit-string when it is called from
10641         isearch-ring-adjust.
10643         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
10644         to check if the current buffer is the minibuffer, and in this case
10645         call abort-recursive-edit to kill the minibuffer.  Doc fix.
10646         (kill-this-buffer-enabled-p): Allow this function to return non-nil
10647         when the current buffer is the minibuffer.
10649         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
10651 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
10653         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
10654         Use non-nil PARENTS attribute of make-directory instead of
10655         explicitly checking existence the current cache directory.
10657 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
10659         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
10660         M-x epa-file-select-keys.
10662 2008-03-16  Kenichi Handa  <handa@m17n.org>
10664         * international/mule.el (auto-coding-alist):
10665         Use no-conversion-multibyte for archive files.
10667 2008-03-16  Glenn Morris  <rgm@gnu.org>
10669         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
10670         New functions.
10671         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
10672         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
10673         Use calendar-mark-1.
10674         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
10675         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
10676         Use calendar-mark-complex.
10677         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
10678         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
10679         Use calendar-mark-1.
10681         * calendar/calendar.el (calendar-mod): Remove.
10682         * calendar/cal-china.el (calendar-chinese-from-absolute)
10683         (calendar-chinese-date-string): Expand calendar-mod calls.
10684         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
10685         Expand calendar-mod calls.
10687         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
10688         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
10689         (diary-bahai-insert-yearly-entry): Use let rather than let*.
10690         Move obsolete aliases after the functions that replaced them.
10692         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
10693         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
10694         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
10695         Use let rather than let*.
10696         (calendar-hebrew-prompt-for-date): New function.
10697         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
10698         (holiday-tisha-b-av-etc): Use unless, let.
10700         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
10701         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
10703         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
10705         * calendar/calendar.el (calendar-for-loop): Add indent spec.
10707         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
10708         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
10709         than concat.
10710         (diary): Remove un-needed let.
10711         (view-other-diary-entries): Rename argument.
10712         (diary-list-entries-2): New function.
10713         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
10714         (print-diary-entries): Use unless.
10715         (diary-mark-entries-1): Change argument order, make all but
10716         markfunc optional.  Handle the standard (Gregorian) case.
10717         Use match-string-no-properties.  Handle marks.
10718         (mark-diary-entries): Use diary-mark-entries-1.
10719         (diary-font-lock-keywords-1): New macro.
10720         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
10722 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
10724         * calendar/icalendar.el (icalendar-version): Increase to 0.18.
10725         (icalendar-export-hidden-diary-entries): New variable.
10726         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
10727         In case of error, insert full error-val.
10728         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
10729         Use calendar-day-of-week.  Return the day number.
10730         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
10732 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
10734         * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
10735         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
10736         (icalendar-export-region): Ignore hidden diary entries.
10737         (icalendar--convert-ordinary-to-ical): Fix case where event
10738         spans across midnight boundary.
10739         (icalendar-first-weekday-of-year): New function.
10740         (icalendar--convert-weekly-to-ical): Allow user-selectable start
10741         year for recurring events (Mozilla calendars do not propagate
10742         recurring events forever, so year 2000 start date was not working).
10743         (icalendar--convert-yearly-to-ical): Remove extra spaces in
10744         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
10746 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
10748         * net/tramp.el (tramp-root-regexp): New defconst.
10749         (tramp-completion-file-name-regexp-unified)
10750         (tramp-completion-file-name-regexp-separate)
10751         (tramp-completion-file-name-regexp-url): Use it.
10752         (tramp-do-copy-or-rename-file-via-buffer):
10753         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
10754         t for `insert-file-contents-literally'.
10755         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
10756         Autoload it.
10757         (tramp-completion-file-name-handler-post-function): New defconst.
10758         (tramp-completion-file-name-handler): Use it.
10759         (tramp-maybe-open-connection): Update calls to
10760         `tramp-flush-connection-property' for removed 2nd argument.
10762 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10764         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
10765         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
10766         New functions.
10768 2008-03-15  Glenn Morris  <rgm@gnu.org>
10770         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
10771         New functions.
10772         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
10773         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
10774         (diary-list-entries-1, diary-mark-entries-1): Autoload.
10775         (diary-bahai-list-entries): Use diary-list-entries-1.
10776         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
10777         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
10778         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
10779         (diary-list-entries-1, diary-mark-entries-1): Autoload.
10780         (list-hebrew-diary-entries): Use diary-list-entries-1.
10781         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
10782         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
10783         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
10784         (diary-list-entries-1, diary-mark-entries-1): Autoload.
10785         (list-islamic-diary-entries): Use diary-list-entries-1.
10786         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
10788         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
10790         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
10792         * calendar/cal-china.el (number-chinese-months)
10793         (calendar-chinese-from-absolute): Use nth, caar.
10795         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
10797         * calendar/cal-french.el (french-calendar-accents): Doc fix.
10799         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
10800         (calendar-hebrew-month-name-array-leap-year)
10801         (hebrew-calendar-parashiot-names): Make constants.
10802         (diary-parasha): Move definition after constants it uses.
10804         * calendar/cal-html.el (cal-html-insert-link-yearpage)
10805         (cal-html-htmlify-list): Doc fix.
10806         (cal-html-htmlify-entry): Use nth.
10808         * calendar/cal-islam.el (calendar-islamic-month-name-array)
10809         (calendar-islamic-epoch): Make constants.
10810         (calendar-islamic-epoch): Doc fix.
10812         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
10814         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
10815         (cal-tex-month-name): Doc fix.
10816         (cal-tex-last-blank-p): Use zerop.
10818         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
10819         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
10820         (calendar-cursor-to-date): Doc fix.
10821         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
10822         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
10823         (calendar-day-number): Use when.
10824         (generate-calendar-month): Use dotimes.
10825         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
10826         (calendar-set-mark): Reverse conditional.
10827         (calendar-make-alist): Move definition before use.
10829         * calendar/diary-lib.el (diary-face-attrs)
10830         (diary-glob-file-regexp-prefix, diary-selective-display)
10831         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
10832         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
10833         (diary-anniversary, diary-cyclic)
10834         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
10835         (diary-header-line-format): Change wording.
10836         (diary-list-entries): Set `date-start' in let.
10837         (include-other-diary-files, mark-included-diary-files): Use format.
10838         (simple-diary-display, fancy-diary-display): Use cadr, unless.
10839         (mark-diary-entries): Use 1+.
10840         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
10841         (mark-calendar-month): Use dotimes.
10843         * calendar/holidays.el (displayed-month, displayed-year):
10844         Move declarations where needed.
10845         (calendar-list-holidays): Doc fix.
10847         * calendar/parse-time.el (parse-time-string): Simplify.
10849         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
10850         Make constants.
10851         (solar-sunrise-sunset): Rename some local variables for clarity.
10852         (sunrise-sunset): Use zerop.
10853         (solar-mean-equinoxes/solstices): Doc fix.
10855         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
10856         Use nth.
10857         (timeclock-completing-read, timeclock-generate-report): Use zerop.
10858         (timeclock-mean, timeclock-generate-report): Use dolist.
10860         * calendar/todo-mode.el (todo-add-category): Simplify.
10861         (todo-more-important-p, todo-delete-item, todo-file-item):
10862         Use unless, when.
10863         (todo-top-priorities): Use zerop.
10865 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
10867         * buff-menu.el (list-buffers-noselect): Display buffer name in
10868         tooltip instead of mouse binding when it doesn't fit in the list.
10870 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
10872         * faces.el (xw-defined-colors):
10873         * simple.el (widget-convert, shell-mode): Declare as functions
10874         instead of autoloading.
10876         * abbrev.el:
10877         * button.el:
10878         * cus-face.el:
10879         * ediff-hook.el:
10880         * emacs-lisp/backquote.el:
10881         * emacs-lisp/timer.el:
10882         * facemenu.el:
10883         * faces.el:
10884         * menu-bar.el:
10885         * simple.el:
10886         * subr.el:
10887         * textmodes/fill.el:
10888         * textmodes/paragraphs.el: Remove autoloads, redundant when the
10889         files are preloaded.
10891 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10893         * desktop.el (desktop-create-buffer): Don't catch errors if
10894         debug-on-error is set.
10896 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
10898         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
10899         ($(lisp)/calendar/diary-loaddefs.el)
10900         ($(lisp)/calendar/hol-loaddefs.el): New targets.
10901         (LOADDEFS): New macro.
10902         (autoloads): Depend on $(LOADDEFS).
10904 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
10906         * font-lock.el (featurep): Remove test, not useful anymore.
10907         (facemenu-keymap): Move key binding ...
10908         * facemenu.el (facemenu-keymap): ... here.
10910         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
10911         for each file in the list.
10912         (vc-bzr-log-view-mode): Recognize the file marker.
10914         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10915         for checkdoc and profiling.
10917 2008-03-14  Bastien Guerry  <bzg@altern.org>
10919         * textmodes/flyspell.el (nxml-mode): Add the right
10920         `flyspell-mode-predicate'.
10922         * wid-edit.el (link): Use 'mouse-face for :follow-link.
10924 2008-03-14  Glenn Morris  <rgm@gnu.org>
10926         * calendar/solar.el: Reorder so that functions are defined before use.
10927         (displayed-month, displayed-year): Move declarations where needed.
10928         (solar-get-number): Move definition before use.  Use unless.
10929         (solar-equatorial-coordinates): Simplify.
10930         (solar-sunrise-and-sunset): Use let rather than let*.
10931         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
10933         * startup.el (command-line-1): Rename -internal-script back to
10934         -scriptload (reverts previous change).
10936         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
10937         (calendar-bahai-leap-base): Add doc strings.
10938         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
10939         Move definition before use.
10940         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
10941         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
10942         variables outside the loop.  Use dolist.
10943         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
10945         * calendar/cal-china.el: Re-order so that functions are defined before
10946         use.
10947         (displayed-month, displayed-year): Move declarations where needed.
10948         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
10949         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
10950         Add doc strings.
10951         (chinese-year-cache): Recenter on 2010.  Doc fix.
10952         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
10953         Doc fix.  Simplify.
10954         (chinese-year-cache-init): New function.
10955         (compute-chinese-year, holiday-chinese-new-year)
10956         (calendar-chinese-date-string, calendar-goto-chinese-date)
10957         (make-chinese-month-assoc-list): Use cadr, nth.
10958         (chinese-months): Remove un-needed let.
10960         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
10961         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
10962         (coptic-prompt-for-date): Move definition before use.
10964         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
10965         (calendar-dst-find-data, calendar-daylight-time-offset)
10966         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
10967         (calendar-daylight-savings-starts-time)
10968         (calendar-daylight-savings-ends-time): Use cadr, nth.
10970         * calendar/cal-french.el (french-calendar-epoch)
10971         (calendar-goto-french-date): Doc fix.
10972         (french-calendar-month-name-array)
10973         (french-calendar-multibyte-month-name-array)
10974         (french-calendar-day-name-array, french-calendar-special-days-array):
10975         Add doc strings.
10977         * calendar/cal-hebrew.el (displayed-month, displayed-year)
10978         (original-date): Move declarations where needed.
10979         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
10980         Doc fix.
10981         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
10982         constant variables outside the loop.  Use dolist.
10984         * calendar/cal-islam.el (displayed-month, displayed-year)
10985         (original-date): Move declarations where needed.
10986         (islamic-calendar-day-number): Remove unused local variable `day'.
10987         (calendar-goto-islamic-date): Doc fix.
10988         (holiday-islamic): Use unless.
10989         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
10990         constant variables outside the loop.  Use dolist.
10991         (mark-islamic-calendar-date-pattern): Move definition before use.
10992         Use unless.
10993         (mark-islamic-diary-entries): Doc fix.
10994         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
10995         (insert-yearly-islamic-diary-entry): Use let rather than let*.
10997         * calendar/cal-julian.el (calendar-absolute-from-julian):
10998         Move definition before use.  Remove un-needed local `day'.
10999         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
11001         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
11002         (calendar-mayan-tzolkin-names-array): Add doc strings.
11003         (calendar-mayan-long-count-from-absolute): Use a single let.
11004         (calendar-string-to-mayan-long-count): Simplify.
11005         (calendar-next-haab-date, calendar-previous-haab-date)
11006         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
11007         (calendar-previous-calendar-round-date)
11008         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
11009         Doc fix.
11010         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
11011         (calendar-mayan-date-string, calendar-print-mayan-date)
11012         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
11013         (calendar-mayan-long-count-common-era): Move definitions before use.
11015         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
11016         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
11017         Doc fix.
11018         (calendar-mouse-goto-date): Move definition before use.
11020         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
11021         Move definition before use.
11022         (calendar-cursor-to-visible-date): Move definition before use.
11023         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
11024         and place inside the conditional.
11025         (calendar-forward-day): Simplify.
11026         (calendar-end-of-month): Use unless.
11027         (calendar-goto-day-of-year): Doc fix.
11028         Relocate obsolete aliases after their replacements.
11030         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
11032         * calendar/diary-lib.el (mark-diary-entries): Move some constant
11033         variables outside the diary-date-forms loop.
11035         * calendar/calendar.el (diary-file): Doc fix.
11036         (calendar-buffer-list): Return buffers rather than strings (fixes
11037         previous change).
11038         (hebrew-holidays-4): Fix typo.
11040         * calendar/holidays.el (displayed-month, displayed-year):
11041         Move declarations where needed.
11042         (calendar-holiday-list, calendar-list-holidays)
11043         (holiday-filter-visible-calendar): Move definitions before use.
11044         (list-holidays): Use cadr.
11045         Relocate obsolete aliases after their replacements.
11047         * calendar/lunar.el (date, displayed-month, displayed-year):
11048         Move declarations where needed.
11049         (lunar-phase-list): Move definition after functions it uses.
11050         (calendar-phases-of-moon, diary-phases-of-moon)
11051         (lunar-new-moon-on-or-after): Use cadr, nth.
11052         (lunar-new-moon-on-or-after): Doc fix.
11054         * textmodes/org-irc.el (top-level): CL not required when compiling.
11055         (org-irc-visit-erc): Replace runtime CL functions.
11057         * textmodes/org-publish.el (declare-function): Add compatibility stub.
11058         (org-publish-delete-dups): Declare as function.
11060 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
11062         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
11063         (vc-bzr-show-log-entry): Make regexp match more cases.
11064         (vc-diff-switches-list): Remove autoload, not needed.
11066 2008-03-14  Juri Linkov  <juri@jurta.org>
11068         * isearch.el (isearch-edit-string): Remove one call to
11069         `isearch-push-state' not to push an inconsistent state,
11070         but keep another correct call to `isearch-push-state'.
11071         (isearch-ring-adjust): Call `isearch-push-state' only when
11072         `search-ring-update' is non-nil since `isearch-edit-string'
11073         already pushes its state.
11074         (isearch-message): Improve matching the failed part by checking
11075         if the original message starts with the last successful message.
11077         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
11078         (dired-perm-write): Rename from `dired-warn-writable'.
11079         Change parent face from `font-lock-warning-face' to
11080         `font-lock-comment-delimiter-face'.
11081         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
11082         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
11083         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
11084         with `dired-perm-write-face'.
11086 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
11088         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
11089         Create cache dir only if it doesn't already exist.
11091 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11093         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
11094         of \ and '.
11096 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
11098         * net/browse-url.el (browse-url-text-xterm):
11099         Unquote browse-url-text-browser.
11101 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
11103         * textmodes/org-mouse.el: Version number change.
11105         * textmodes/org-publish.el (org-publish-expand-components):
11106         Remove null projects from the list of components.
11107         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
11108         Remove unused retrieval of the :publishing-directory property.
11109         (org-publish-file): Bugfix: when using a relative directory as the
11110         publishing directory, convert it to a directory filename.
11111         (org-publish-project): New alias.
11112         (org-publish-get-files): Protect against empty p.
11113         (org-publish-file): Send an error when file is not part of any project.
11114         (org-publish-file): Offer to refresh the list of files in known
11115         project when the current file is not part of any project.
11116         (org-publish-before-export-hook)
11117         (org-publish-after-export-hook): New hooks.
11118         (org-publish-org-to): Use new hooks and kill buffers.
11119         (org-publish-file): Remove the code for killing buffers.
11120         (org-publish-initialize-files-alist): Use interactive.
11121         (org-publish-file): If the publishing function creates a new
11122         buffer, kill it after publishing.
11123         (org-publish-timestamp-filename): Protect ":" in file name path
11124         under windows.
11126         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
11127         change that killed the LaTeX buffer.
11129         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
11130         in the decision tree.
11131         (org-select-remember-template): Clean the code.
11132         (org-prepare-dblock): Add the extra :content parameter.
11133         (org-write-agenda): New output type ".ics" files.
11134         (org-write-agenda): Call `org-icalendar-verify-function', both for
11135         time stamps and for TODO entries.
11136         (org-agenda-collect-markers, org-create-marker-find-array)
11137         (org-check-agenda-marker-table): New functions.
11138         (org-agenda-marker-table): New variable.
11139         (org-export-as-html): Revert the change that killed the html
11140         buffer.  Side effects first need to be studied carefully.
11141         (org-get-tags-at): Fix the structure of the condition-case statement.
11142         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
11143         (org-timestamp-change): Fix regular expressions to swallow the
11144         extra character for repeat-shift control.
11145         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
11146         (org-get-legal-level): Alias to `org-get-valid-level'.
11147         (org-dblock-write:clocktable): Add a :link parameter, linking
11148         headlines to their location in the Org agenda files.
11149         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
11150         throwing an error when getting tags before headlines.
11151         (org-timestamp-change, org-modify-ts-extra)
11152         (org-ts-regexp1): Fix timestamp editing.
11153         (org-agenda-custom-commands-local-options): New constant.
11154         (org-agenda-custom-commands):
11155         Use `org-agenda-custom-commands-local-options' to improve customize
11156         type.  "htmlize": Removed hack to fix face problem with htmlize,
11157         it no longer seem necessary.
11158         (org-follow-link-hook): New hook.
11159         (org-agenda-custom-commands): Add "Component" as a tag for each
11160         item in a command series.
11161         (org-open-at-point): Run `org-follow-link-hook'.
11162         (org-agenda-schedule): Bugfix: don't display marker type when it
11163         is nil.
11164         (org-store-link): org-irc required.
11165         (org-set-regexps-and-options): Parse the new logging options.
11166         (org-extract-log-state-settings): New function.
11167         (org-todo): Handle the new ways of recording state change stuff.
11168         (org-local-logging): New function.
11169         (org-columns-open-link): Fix bug with opening link in column view.
11170         (org-local-logging): New function.
11171         (org-todo): Make sure that LOGGING properties are honoured.
11172         (org-todo-keywords): Improve docstring.
11173         (org-startup-options): Cleanup startup options.
11174         (org-set-regexps-and-options): Process the "!" markers.
11175         (org-todo): Respect the new logging stuff.
11176         (org-log-note-how): New variable.
11177         (org-add-log-maybe): New parameter HOW that defines how logging
11178         should be done and also overrides PURPOSE.  Add a docstring.
11179         (org-add-log-note): Check if we really need to ask for a note.
11180         (org-get-current-options): Digest the new keyword.
11181         (org-agenda-reset-markers): Rename from
11182         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
11183         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
11184         function, without force argument.
11185         (org-buffer-property-keys): Bind local variables s and p.
11186         (org-make-tags-matcher): Allow "" to match an empty or
11187         non-existent property value.
11188         (org-export-as-html): Join unsorted lists when they directly
11189         follow each other.  Such lists may be created by headlines that
11190         are converted to lists.
11191         (org-nofm-to-completion): New function.
11192         (org-export-as-html): Use :html-extension instead of
11193         org-export-html-extension.
11194         (org-store-link): Support for links from `rmail-summary-mode'.
11195         (org-columns-new, org-complete, org-set-property): Set the
11196         `include-columns' argument in the call to
11197         `org-buffer-property-keys'.
11198         (org-buffer-property-keys): New argument `include-columns', to
11199         include properties expected by any of the COLUMNS formats in the
11200         current buffer.
11201         (org-cleaned-string-for-export): Get rid of drawers first, so that
11202         they will be removed also in the text before the first headline.
11203         (org-clock-report): Show the clocktable when found.
11204         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
11205         (org-version): With prefix argument, insert `org-version' at point.
11206         (org-agenda-goto): Recenter the window after finding the target
11207         location, to make sure the correct position will be displayed.
11208         (org-agenda-get-deadlines): Don't scale priority with the warning
11209         period.
11210         (org-insert-heading): Don't break line in the middle of the line.
11211         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
11212         be 0.
11213         (org-update-checkbox-count): Revamp to deal with hierarchical
11214         checkboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
11215         (org-remove-timestamp-with-keyword): New function.
11216         (org-schedule, org-deadline):
11217         Use `org-remove-timestamp-with-keyword' to make sure all such time
11218         stamps are removed.
11219         (org-mode): Support for `align'.
11220         (org-agenda-get-deadlines): Make sure priorities increase as the
11221         due date approaches and is passed.
11222         (org-remember-apply-template): Fix problem with tags that
11223         contain "_" or "@".
11224         (org-make-link-regexps): Improve the regular expression for plain links.
11225         (org-agenda-get-closed): List each clocking entry.
11226         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
11227         (org-special-ctrl-k): New option.
11228         (org-kill-line): New function.
11229         (org-archive-all-done): Fix incorrect number of stars in regexp.
11230         (org-refile-get-location): New function.
11231         (org-refile-goto-last-stored): New function.
11232         (org-global-tags-completion-table): Add the value of org-tag-alist
11233         in each buffer, to make sure that also unused tags will be
11234         available for completion.
11235         (org-columns-edit-value)
11236         (org-columns-next-allowed-value): Only update if not in agenda.
11237         (org-clocktable-steps): New function.
11238         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
11239         (org-archive-subtree): Add the outline tree context as a property.
11240         (org-closest-date): New optional argument `prefer'.
11241         (org-goto-auto-isearch): New option.
11242         (org-goto-map, org-get-location): Implement auto-isearch.
11243         (org-goto-local-auto-isearch-map): New variable.
11244         (org-goto-local-search-forward-headings)
11245         (org-goto-local-auto-isearch): New functions.
11247 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
11249         * textmodes/org-irc.el: New file.
11251 2008-03-13  John Wiegley  <johnw@gnu.org>
11253         * textmodes/org-mac-message.el: New file.
11255 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
11257         * font-lock.el (font-lock-comment-face): Set the foreground for
11258         the light background 8 colors case.
11260 2008-03-13  Glenn Morris  <rgm@gnu.org>
11262         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
11263         generate-autoload-cookie patterns.
11265         * startup.el (command-line-1): Rename -scriptload to -internal-script.
11267         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
11268         (MH_E_SRC): Remove variable.
11269         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
11270         Simplify file header.  Use $@ for generated-autoload-file.
11272         * Makefile.in (LOADDEFS): New variable.
11273         (AUTOGENEL): Use $LOADDEFS.
11274         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
11275         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
11276         ($(lisp)/calendar/hol-loaddefs.el): New targets.
11277         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
11278         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
11279         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
11280         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
11281         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
11282         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
11283         Add calendar-specific autoload cookies, and remove any setting of
11284         generated-autoload-file.
11285         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
11286         * calendar/diary-lib.el: Replace explicit autoloads with reading of
11287         diary-loaddefs.
11288         * calendar/holidays.el: Replace explicit autoloads with reading of
11289         hol-loaddefs.
11291         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
11292         (calendar-buffer-list): Simplify.
11293         (generate-calendar-window): Use calendar-mark-holidays rather than
11294         obsolete alias.
11296         * calendar/cal-hebrew.el (list-yahrzeit-dates):
11297         Use cal-hebrew-yahrzeit-buffer.
11299         * calendar/cal-x.el (calendar-only-one-frame-setup)
11300         (calendar-two-frame-setup): Doc fixes.
11301         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
11303         * calendar/appt.el (appt-mode-string): Mark as risky.
11304         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
11306         * calendar/cal-html.el (diary-list-entries):
11307         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
11308         (calendar-iso-from-absolute): Fix autoloads.
11310         * calendar/cal-iso.el (calendar-absolute-from-iso)
11311         (calendar-iso-read-args): Simplify.
11312         (calendar-iso-date-string, calendar-iso-read-args)
11313         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
11315         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
11316         (displayed-month, displayed-year): Move declarations where needed.
11317         (calendar-print-astro-day-number): Doc fix.
11319         * calendar/cal-persia.el (persian-calendar-month-name-array)
11320         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
11321         (persian-prompt-for-date): Remove local variable `today'.
11323         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
11325         * calendar/solar.el (solar-moment, solar-exact-local-noon)
11326         (solar-sunrise-sunset, solar-sunrise-sunset-string)
11327         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
11328         (diary-sabbath-candles, solar-equinoxes/solstices)
11329         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
11330         (solar-time-equation, solar-date-to-et): Simplify.
11332         * mail/supercite.el: Remove the `function' in `(function (lambda'.
11333         Replace `(car (cdr' with cadr'.
11335         * progmodes/f90.el (f90-font-lock-n): New function.
11336         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
11337         Use f90-font-lock-n.
11338         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
11340         * progmodes/f90.el (f90-mode-abbrev-table):
11341         * progmodes/fortran.el (fortran-mode-abbrev-table):
11342         Use newer form of define-abbrev, where supported.  No need to bind
11343         abbrevs-changed for system abbrevs.
11345 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11347         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
11348         delete-frame-functions.
11350         * bookmark.el (Info-current-node): Remove.
11352 2008-03-12  Juri Linkov  <juri@jurta.org>
11354         * help.el (describe-project): Remove defaliases for view-todo and
11355         describe-project that are now unnecessary after the merge from
11356         emacs--rel--22 that added define-obsolete-function-alias.
11358         * startup.el (inhibit-startup-screen): Revert incomplete
11359         2008-03-10 merge from emacs--rel--22 that partly reverted
11360         2008-02-28 change that added initial message to *scratch* buffer
11361         regardless of the value of `inhibit-startup-screen'.
11362         Now keep this change in the trunk, but not in the 22 branch.
11364 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11366         * international/quail.el (quail-setup-completion-buf, quail-help):
11367         * mail/binhex.el (binhex-decode-region-internal):
11368         * mail/uudecode.el (uudecode-decode-region-internal):
11369         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
11370         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
11371         setting default-enable-multibyte-characters.
11373         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
11375         * comint.el: Fix up indentation and comment style.  Remove `function'.
11377         * international/mule-cmds.el (reset-language-environment)
11378         (set-language-environment-nonascii-translation):
11379         Don't set-unibyte-charset.
11381         * doc-view.el: Remove all cb-args, use closures instead.
11382         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
11383         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
11384         doing an incorrect check).  Update all callers to use the new name.
11385         (doc-view-doc->txt): Add missing `txt' argument.
11387 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
11389         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
11390         md5 sum calculation to single-byte.
11392 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11394         * doc-view.el (doc-view-new-window-function): Add assertion.
11395         (doc-view-doc-type): New var.
11396         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
11397         (doc-view-intersection): New fun.
11398         (doc-view-mode): Use it to set the new var.
11400 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
11402         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
11403         (doc-view-already-converted-p): New functions.
11404         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
11405         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
11406         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
11407         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
11408         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
11409         (doc-view-convert-current-doc): Don't hardwire the functions the
11410         sentinels call.  Now they're provided by two args CALLBACK and
11411         CB-ARGS to the functions.
11412         (doc-view-search): Use doc-view-doc->txt.
11413         (doc-view-initiate-display): Use doc-view-already-converted-p.
11414         Mention new binding C-c C-t if doc-view-mode doesn't work.
11416 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
11418         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
11420 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11422         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
11423         Mark " outside of tags as punctuation.
11425 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11427         * menu-bar.el (minibuffer-local-map): Use the same command for the
11428         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
11429         Prefer RET over C-j for exit-minibuffer.
11431         * files.el (display-buffer-other-frame): Eliminate problematic code.
11433         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
11434         (menu-bar-select-buffer): Remove.
11435         (menu-bar-select-frame): Make non-interactive and take a frame arg.
11436         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
11438 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
11440         * icomplete.el (icomplete-completions): Remove obsolete code.
11442         * net/net-utils.el (iwconfig-program-options): Doc fix.
11443         (net-utils-run-program, run-network-program): Define as functions.
11445 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
11447         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
11449 2008-03-11  Glenn Morris  <rgm@gnu.org>
11451         * faces.el (mode-line-emphasis): New face.
11452         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
11454         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
11456 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
11458         * simple.el (set-mark-command): Doc fix.
11460 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11462         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
11464         * emacs-lisp/autoload.el (autoload-find-destination):
11465         Don't force raw-text.
11467         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
11468         * calendar/cal-loaddefs.el: Don't version control.
11470 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
11472         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
11473         entries and add :help to the existing ones.
11475 2008-03-10  Glenn Morris  <rgm@gnu.org>
11477         * calendar/cal-hebrew.el (date, entry, number): Move declarations
11478         to where they are needed.
11480         * calendar/calendar.el (diary-file, hebrew-holidays-1)
11481         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
11482         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
11483         (calendar-version): Doc fixes.
11484         (calendar-absolute-from-gregorian): Use zerop.
11485         (calendar-mode-line-format): Make it a defcustom.
11487         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
11488         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
11489         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
11490         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
11491         (mark-included-diary-files, mark-calendar-days-named)
11492         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
11493         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
11494         (insert-monthly-diary-entry, insert-yearly-diary-entry)
11495         (insert-anniversary-diary-entry, insert-block-diary-entry)
11496         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
11497         (diary-font-lock-sexps): Doc fixes.
11498         (diary-remind-message, mark-calendar-month): Use zerop.
11499         (diary-attrtype-convert, diary-pull-attrs): Simplify.
11500         (diary-list-entries): Revert let to let* (previous change).
11502         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
11504 2008-03-10  Kim F. Storm  <storm@cua.dk>
11506         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
11507         function aliases for the old names.
11509 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
11511         * iswitchb.el (iswitchb-use-faces): Doc fix.
11512         (iswitchb-buffer-ignore, iswitchb-read-buffer):
11513         Fix typos in docstrings.
11515 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
11517         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
11518         Fix typo.
11519         (verilog-type-font-keywords): Reindent.
11521 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
11523         * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
11524         Fix bug in the grouping-keyword regular expression.
11525         (verilog-font-lock-keywords): Allow users to toggle special
11526         highlight of grouping-keywords.
11527         (verilog-highlight-grouping-keywords): The toggle for special
11528         highlighting of grouping keywords.
11530 2008-03-10  Juri Linkov  <juri@jurta.org>
11532         * startup.el: Revert 2008-02-28 change that adds initial message
11533         to *scratch* buffer regardless of the value of
11534         `inhibit-startup-screen'.
11536 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
11538         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
11539         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
11540         * progmodes/verilog-mode.el (verilog-mode):
11541         * net/socks.el (socks):
11542         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
11544 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11546         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
11547         (doc-view-bookmark-make-record): Use them.
11548         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
11549         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
11551         * bookmark.el (bookmark-make-record-function): Change expected return
11552         value to include a suggested bookmark name.
11553         (bookmark-make): Split into bookmark-make-record and bookmark-store.
11554         Fix reversed `overwrite' semantics.
11555         (bookmark-set): Call bookmark-make-record before prompting the user.
11556         Then pass the result to bookmark-store later on.
11557         (bookmark-make-name-function): Remove.
11558         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
11559         * info.el (bookmark-make-name-function): Remove.
11560         (Info-mode): Don't set it.
11561         (Info-bookmark-make-name): Remove.
11562         (Info-bookmark-make-record): Use Info-current-node as suggested default
11563         bookmark name.
11565         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
11566         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
11567         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
11568         (bookmark-annotation-buffer, bookmark-annotation-file)
11569         (bookmark-annotation-point, bookmark-send-annotation)
11570         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
11571         (bookmark-edit-annotation-text-func): Rename from
11572         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
11573         (bookmark-edit-annotation-mode-map): Move initialization into
11574         declaration.
11576         * bookmark.el: Remove spurious * in docstrings.
11577         (bookmark-minibuffer-read-name-map): New var.
11578         (bookmark-set): Use it.  Also pass the default value as it should.
11579         (bookmark-send-edited-annotation): Take no chances with text properties.
11580         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
11581         (bookmark-insert-buffer-name): Remove.
11582         (bookmark-buffer-file-name): Signal an error rather than returning nil.
11584 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
11586         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
11588 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
11590         * diff-mode.el (diff-mode-menu): Add :help.
11592 2008-03-09  Glenn Morris  <rgm@gnu.org>
11594         * calendar/calendar.el (general-holidays, oriental-holidays)
11595         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
11596         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
11597         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
11598         (calendar-holidays): Restore autoload cookies, because people are
11599         used to using these variables without loading calendar.el.
11601         * calendar/cal-islam.el (diary-islamic-date): Move to end.
11602         (date, number): Declare where needed.
11604         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
11605         (list-sexp-diary-entries): Doc fixes.
11606         (diary-list-entries): Doc fix.  Remove free variable `entry'.
11607         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
11608         Simplify setting of `date-holiday-list'.
11609         (mark-diary-entries): Remove free variable `entry'.
11610         (diary-list-entries, include-other-diary-files, fancy-diary-display):
11611         Use let where let* is not needed.
11613 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11615         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
11616         make-record function, instead paste it in afterwards.
11617         (bookmark-make-record-for-text-file):
11618         * doc-view.el (doc-view-bookmark-make-record):
11619         * info.el (Info-bookmark-make-record): Don't mess with annotations.
11621 2008-03-08  Glenn Morris  <rgm@gnu.org>
11623         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
11625 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11627         * calendar/diary-lib.el (diary-list-entries)
11628         (include-other-diary-files, mark-diary-entries)
11629         (mark-sexp-diary-entries, mark-included-diary-files)
11630         (diary-entry-time, list-sexp-diary-entries): Remove the special
11631         handling of ^M that dates back to the use of selective-display.
11632         (simple-diary-display): Obey setting of pop-up-frames.
11633         (body, entry): Remove unnecessary declarations.
11635         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
11636         (bookmark-get-annotation, bookmark-set-annotation)
11637         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
11638         (bookmark-set-position, bookmark-get-front-context-string)
11639         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
11640         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
11641         * info.el (Info-bookmark-make-record): Don't bother recording point.
11642         (bookmark-get-filename, bookmark-get-front-context-string)
11643         (bookmark-get-rear-context-string, bookmark-get-position):
11644         Don't declare any more.
11645         (bookmark-get-info-node): Remove.
11646         (bookmark-prop-get): Declare.
11647         (Info-bookmark-jump): Use it.
11649 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
11651         * subr.el (while-no-input): Don't splice BODY directly into the
11652         `or' form.
11654 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
11656         * diff-mode.el (diff-ignore-whitespace-hunk):
11657         Bind inhibit-read-only before trying to change the buffer.
11659 2008-03-08  Glenn Morris  <rgm@gnu.org>
11661         * calendar/appt.el (appt): Move custom group here from calendar.el.
11662         (appt-disp-window, appt-convert-time): Doc fixes.
11664         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
11665         (calendar-bahai-mark-date-pattern):
11666         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
11667         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
11668         * calendar/cal-julian.el (calendar-absolute-from-julian):
11669         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
11671         * calendar/cal-china.el (chinese-calendar): Move custom group here from
11672         calendar.el.
11673         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
11674         Make constants.
11675         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
11676         (chinese-calendar-daylight-savings-starts)
11677         (chinese-calendar-daylight-savings-ends)
11678         (chinese-calendar-daylight-savings-starts-time)
11679         (chinese-calendar-daylight-savings-ends-time)
11680         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
11681         Doc fixes.
11683         * calendar/cal-coptic.el (coptic-name): Add doc string.
11685         * calendar/cal-french.el (french-calendar-month-name-array)
11686         (french-calendar-day-name-array, french-calendar-special-days-array):
11687         Add doc strings.
11689         * calendar/cal-bahai.el (diary-bahai-mark-entries)
11690         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
11691         (diary-bahai-insert-yearly-entry):
11692         * calendar/cal-dst.el (calendar-next-time-zone-transition)
11693         (calendar-time-zone):
11694         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
11695         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
11696         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
11697         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
11698         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
11699         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
11700         (list-islamic-diary-entries, mark-islamic-diary-entries)
11701         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
11702         (insert-yearly-islamic-diary-entry):
11703         * calendar/cal-iso.el (calendar-iso-read-args):
11704         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
11705         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
11706         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
11707         (calendar-next-calendar-round-date)
11708         (calendar-mayan-long-count-common-era):
11709         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
11710         (cal-menu-x-popup-menu, calendar-mouse-holidays)
11711         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
11712         (calendar-mouse-goto-date):
11713         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
11714         * calendar/holidays.el (holidays):
11715         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
11716         * calendar/time-date.el (date-to-time, time-subtract, time-add)
11717         (safe-date-to-time): Doc fixes.
11719         * calendar/cal-persia.el (persian-calendar-month-name-array)
11720         (persian-calendar-epoch): Make constants.
11722         * calendar/cal-tex.el (calendar-tex): Move custom group here from
11723         calendar.el.
11725         * calendar/cal-x.el (diary-frame-parameters)
11726         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
11727         (calendar-after-frame-setup-hooks): Make defcustoms.
11728         (calendar-one-frame-setup, calendar-only-one-frame-setup)
11729         (calendar-two-frame-setup): Doc fix.
11731         * calendar/cal-loaddefs.el: New file.
11733         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
11734         * calendar/cal-french.el, calendar/cal-html.el:
11735         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
11736         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
11737         * calendar/cal-tex.el, calendar/cal-x.el:
11738         Unquote lambda functions.  Add autoload cookies to functions formerly
11739         autoloaded in calendar.el.  Set `generated-autoload-file' to
11740         "cal-loaddefs.el".
11742         * calendar/calendar.el: Move many autoloads to separate file,
11743         cal-loaddefs.el.  Move defcustoms to start and re-order.
11744         (calendar-month-name-array, calendar-starred-day): No need to
11745         declare for compiler.
11746         (cal-loaddefs): Require it.
11747         (appt, chinese-calendar, calendar-tex): Move custom groups to the
11748         appropriate file.
11749         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
11750         Reverse logic.
11751         (diary-face, diary-file-name-prefix-function, diary-include-string)
11752         (diary-glob-file-regexp-prefix, diary-face-attrs)
11753         (diary-file-name-prefix, sexp-diary-entry-symbol)
11754         (print-diary-entries-hook, list-diary-entries-hook)
11755         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
11756         (nongregorian-diary-marking-hook, diary-list-include-blanks):
11757         Move to diary-lib.
11758         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
11759         (all-bahai-calendar-holidays): Doc fix.
11760         (calendar-insert-indented): Doc fix.  Use when rather than if.
11761         (exit-calendar): Use mapc rather than mapcar.
11762         (calendar-cursor-to-date): Use zerop.
11763         (calendar-mark-ring): Add doc-string.
11764         (calendar-starred-day): Defvar it.
11765         (calendar-mode): Make calendar-starred-day local.
11766         (calendar-star-date): No need to make calendar-starred-day local.
11768         * calendar/diary-lib.el: Move defcustoms to start.
11769         (diary-include-string, diary-list-include-blanks)
11770         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
11771         (diary-file-name-prefix, diary-file-name-prefix-function)
11772         (sexp-diary-entry-symbol, list-diary-entries-hook)
11773         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
11774         (nongregorian-diary-marking-hook, print-diary-entries-hook):
11775         Move here from calendar.el.
11776         (diary-file-name-prefix-function): Use 'identity.
11777         (diary-face): Make it a defcustom, and mark as obsolete.
11778         (top-level): No need to require cal-hebrew, cal-islam when compiling.
11779         (calendar-hebrew-month-name-array-leap-year)
11780         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
11781         Define for compiler.
11782         (diary-font-lock-keywords): Use format rather than concat.
11783         Add bahai-diary-entry-symbol.
11785         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
11786         * calendar/solar.el: Unquote lambda functions.
11788         * calendar/solar.el (calendar-location-name, calendar-latitude)
11789         (calendar-longitude, solar-setup, solar-sin-degrees)
11790         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
11791         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
11792         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
11793         (solar-exact-local-noon, solar-julian-ut-centuries)
11794         (solar-ephemeris-time, solar-date-next-longitude)
11795         (solar-horizontal-coordinates, solar-equatorial-coordinates)
11796         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
11797         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
11798         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
11799         Doc fixes.
11800         (solar-horizontal-coordinates, solar-equatorial-coordinates)
11801         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
11802         (solar-ecliptic-coordinates): Use unless.
11803         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
11804         Use or.
11806         * calendar/timeclock.el: Add doc-strings to all functions.
11807         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
11808         (timeclock-entry-list-length, timeclock-entry-list-projects)
11809         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
11811         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
11813         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
11814         (org-get-entries-from-diary): Require diary-lib.
11816 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
11818         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
11819         Pacify byte-compiler.
11821 2008-03-07  Alan Mackenzie  <acm@muc.de>
11823         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
11824         paren/bracket pairs parsed, to solve performance problem.
11826 2008-03-07  Bastien Guerry  <bzg@altern.org>
11828         * bookmark.el (bookmark-set): Don't check for
11829         `bookmark-make-name-function' since `bookmark-buffer-file-name'
11830         already takes care of this.
11831         (bookmark-buffer-name, bookmark-buffer-file-name):
11832         Remove Info-mode specific code.
11834         * info.el (bookmark-get-info-node): Define this function in
11835         info.el, not in bookmark.el.
11836         (Info-mode): Set `bookmark-make-name-function' to
11837         `Info-bookmark-make-name' locally.
11838         (Info-bookmark-make-name): New function.
11840         * bookmark.el (bookmark-make-name-function): New variable.
11842 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
11844         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
11845         buffer-local, not `bookmark-make-cell-function' (the old name).
11847 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
11849         * doc-view.el (doc-view-bookmark-make-record):
11850         * image-mode.el (image-bookmark-make-record):
11851         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
11853 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
11855         * vc.el (vc-status-menu-map-filter): Return orig-binding if
11856         boundp 'vc-ignore-menu-filter.
11857         (vc-status-tool-bar-map): Make it defvar.
11858         (vc-status-mode): vc-status-tool-bar-map now variable.
11859         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
11861 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
11863         Give a better name to part of the bookmark interface.
11865         This was originally a much larger change, but halfway through I
11866         updated and discovered that Stefan Monnier had done the rest.
11867         It looks like he anticipated the new name too, because he used
11868         `the-record' instead of `the-cell' for some internal variable names.
11870         * bookmark.el (bookmark-make-record-function): Was
11871         `bookmark-make-cell-function'.
11872         (bookmark-make, bookmark-send-annotation): Update for above.
11873         (bookmark-make-record-for-text-file):
11874         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
11876         * info.el: Adjust accordingly.
11877         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
11879         * image-mode.el: Adjust accordingly.
11880         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
11882         * doc-view.el: Adjust accordingly.
11883         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
11885 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11887         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
11888         Move initialization into declaration.
11889         (bookmark-get-info-node, bookmark-set-info-node): Remove.
11890         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
11891         (bookmark-info-current-node): Remove.
11892         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
11893         Add relocation fallback.  Set bookmark-current-bookmark.
11894         (bookmark-default-handler): Rename from bookmark-jump-noselect.
11895         Remove relocation fallback.  Don't set bookmark-current-bookmark.
11896         (bookmark-set): Let it be used even if there's no buffer-file-name
11897         as long as there is a bookmark-make-cell-function.
11898         * info.el (Info-bookmark-jump): Remove relocation fallback.
11899         Don't set bookmark-current-bookmark.
11901 2008-03-07  Glenn Morris  <rgm@gnu.org>
11903         * calendar/appt.el (appt-issue-message)
11904         (appt-message-warning-time, appt-audible, appt-visible)
11905         (appt-msg-window, appt-display-mode-line, appt-display-duration)
11906         (appt-display-diary): Remove autoload cookies.
11908         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
11909         Remove leading `*' from defcustom doc-strings.
11911         * calendar/cal-dst.el (calendar-dst): New custom group.
11912         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
11913         (calendar-time-zone, calendar-daylight-time-offset)
11914         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
11915         (calendar-daylight-savings-starts-time)
11916         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
11917         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
11918         Move to start.
11920         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
11922         * calendar/calendar.el (calendar-version): Use emacs-version and
11923         make it obsolete.  Move to end.
11924         (calendar-offset, view-diary-entries-initially)
11925         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
11926         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
11927         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
11928         (all-bahai-calendar-holidays, calendar-load-hook)
11929         (initial-calendar-window-hook, today-visible-calendar-hook)
11930         (today-invisible-calendar-hook, calendar-move-hook)
11931         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
11932         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
11933         (diary-include-string, sexp-diary-entry-symbol)
11934         (abbreviated-calendar-year, american-date-diary-pattern)
11935         (european-date-diary-pattern, european-calendar-display-form)
11936         (american-calendar-display-form, print-diary-entries-hook)
11937         (list-diary-entries-hook, diary-hook, diary-display-hook)
11938         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
11939         (nongregorian-diary-marking-hook, diary-list-include-blanks)
11940         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
11941         (local-holidays, other-holidays, hebrew-holidays-1)
11942         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
11943         (hebrew-holidays, christian-holidays, islamic-holidays)
11944         (bahai-holidays, solar-holidays, calendar-setup)
11945         (calendar-week-start-day): Remove autoload cookies.
11946         (diary-glob-file-regexp-prefix): Doc fix.
11947         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
11948         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
11949         (calendar-week-start-day, calendar-debug-sexp): Move to start.
11951         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
11952         (calendar-time-display-form, calendar-latitude)
11953         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
11954         cookies.
11955         (calendar-latitude, calendar-longitude): Move functions after
11956         variables.
11957         (diary-sabbath-candles-minutes): Move to start.
11958         (solar-setup): Use or rather than if.
11959         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
11960         Remove condition-case.
11961         (solar-atn2): Use zerop.
11962         (solar-equinoxes-solstices): Doc fix.
11964         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
11965         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
11967         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
11968         (calendar-longitude, calendar-latitude, calendar-location-name):
11969         Declare for compiler.
11971 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11973         * arc-mode.el (archive-ar-file-header-re): New const.
11974         (archive-ar-summarize, archive-ar-extract): New funs.
11975         (archive-find-type): Recognize ar archives.
11977         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
11978         New functions.
11980         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
11982 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
11984         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11985         Replace :enable (mark-active) with :enable mark-active.
11987 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
11989         * vms-patch.el (make-legal-file-name): New obsolete alias.
11990         (make-valid-file-name): Rename from `make-legal-file-name'.
11991         (make-auto-save-file-name): Use it.
11993         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
11994         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
11995         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
11997         * textmodes/org.el (org-export-html-style): Doc fix.
11998         (org-get-legal-level): New obsolete alias.
11999         (org-get-valid-level): Rename from `org-get-legal-level'.
12000         (org-promote, org-demote, org-archive-subtree)
12001         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
12003 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
12005         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
12007         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
12008         (vc-status-toggle-mark): New functions.
12009         (vc-status-mode): Set tool bar map.
12011 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
12013         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
12014         Reported by Drew Adams <drew.adams@oracle.com>.
12016 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
12018         * subr.el (read-quoted-char): Resolve modifiers of the character
12019         event.
12021         * comint.el (comint-exec-1): Don't change the coding-system for
12022         decoding to dos-like EOL.
12023         (comint-carriage-motion): Fully rewrite.
12025 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
12027         * epg.el (epg-context-include-certs): Reflow docstring.
12028         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
12029         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
12030         (epg-context-set-signers, epg-context-set-sig-notations)
12031         (epg-make-import-status, epg-make-import-result)
12032         (epg-start-delete-keys): Fix typos in docstrings.
12033         (epg-start-sign-keys, epg-sign-keys):
12034         Fix typos in obsolescence declarations.
12036         * iswitchb.el: Don't check for `cadr' and `last'.
12037         (iswitchb-define-mode-map, iswitchb-default-keybindings):
12038         Add obsolescence declaration and remove redundant info from docstring.
12039         (iswitchb-set-common-completion, iswitchb-set-matches)
12040         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
12041         (recentf-list, most-len, most-is-exact):
12042         Don't wrap defvars within `eval-when-compile'.
12044 2008-03-05  Glenn Morris  <rgm@gnu.org>
12046         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
12047         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
12048         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
12049         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
12050         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
12052         * ediff-hook.el (ediff-window-setup-function): Don't autoload
12053         declaration for compiler.
12054         (ediff-xemacs-init-menus): Use when rather than if.
12056         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
12057         if+and to just and.
12058         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
12059         (ediff-delete-overlay): Move the XEmacs test inside the definition.
12061         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
12063         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
12064         test inside XEmacs test.
12065         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
12066         since it was doing nothing on Emacs.
12067         (ediff-make-bullet-proof-overlay): Use when rather than if.
12069         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
12070         (ediff-setup-control-frame): Remove
12071         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
12072         a (featurep 'xemacs) test.
12074 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
12076         * calc/calc-ext.el (calc-extended-command-history): New variable.
12077         (calc-execute-extended-command): Use `calc-extended-command-history'.
12079 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
12081         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
12082         (standard-mode-line-position): Add mouse-face.
12084         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
12085         * progmodes/grep.el (grep-mode-map): Add :help.
12087         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
12088         initialize in one step.  Add :help.  Use :enable to activate menu
12089         items.  Show the key binding for edebug-defun.
12090         (lisp-interaction-mode-map): Add a menu.
12092         * term.el (term-mode-map): Define and initialize in one step.
12094         * ediff-init.el (ediff-color-display-p): Simplify.
12095         (Xor): Remove unused function.
12096         (ediff-with-syntax-table): Simplify for Emacs.
12098         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
12099         menu-bar being loaded, it always is.
12101 2008-03-05  Glenn Morris  <rgm@gnu.org>
12103         * textmodes/tex-mode.el (tex-mode): Suppress warning about
12104         multiple definitions when compiling.
12106 2008-03-04  Alan Mackenzie  <acm@muc.de>
12108         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
12110         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
12111         doc-string, "c-old-LEN" -> "c-old-END".
12113 2008-03-04  Jason Rumney  <jasonr@gnu.org>
12115         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
12116         namespaces.
12118 2008-03-04  Glenn Morris  <rgm@gnu.org>
12120         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
12122         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
12123         than mapcar.
12125 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12127         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
12128         (byte-compile-nilconstp): Can't use recursion in a defsubst.
12130         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
12131         so that M-q can fill comments.
12132         (tex-executable-exists-p, tex-compile): Extend with special syntax for
12133         commands implemented in elisp.
12134         (tex-compile-commands): Add an entry to use doc-view for pdf files.
12135         (tex-format-cmd): New function.
12136         (tex-compile): Use it to let the user specify default arguments.
12137         (tex-cmd-bibtex-args): New var.
12138         (tex-cmd-doc-view): New function.
12140 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
12142         * faces.el (face-spec-set): Fix typos in docstring.
12144 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
12146         * bindings.el (mode-line-column-line-number-mode-map): New variable.
12147         (standard-mode-line-position): Use it to add a menu for toggling
12148         column number and line number display.
12150 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12152         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12153         Remove optimization that was working around the form-code-walker bug.
12155         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12156         Walk into the body of lambdas after byte-compile-unfold-lambda.
12158 2008-03-03  Glenn Morris  <rgm@gnu.org>
12160         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
12161         value, if set, over frame value.
12163         * simple.el (transient-mark-mode): Don't turn on by default.
12165         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
12166         accidentally removed by the 2007-12-05 merge from Gnus.
12168 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
12170         * progmodes/compile.el (compilation-menu-map): Add menu entries
12171         for useful options.
12173 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
12174             Glenn Morris  <rgm@gnu.org>
12176         * emacs-lisp/bytecomp.el (byte-recompile-directory)
12177         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
12178         Give a `bytecomp-' prefix to local variables with common names.
12180 2008-03-01  Glenn Morris  <rgm@gnu.org>
12182         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
12183         code commented out 2007-11-10.
12185         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
12187         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
12188         Delete macro.
12189         * emulation/viper-cmd.el, emulation/viper-ex.el:
12190         * emulation/viper-init.el, emulation/viper-keym.el:
12191         * emulation/viper-mous.el, emulation/viper-util.el:
12192         * emulation/viper.el:
12193         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
12194         featurep test.
12196         Replace obsolete frame-local variables with frame-parameters.
12197         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
12198         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
12199         (viper-vi-state-cursor-color): Only call make-variable-frame-local
12200         on XEmacs.
12201         * emulation/viper-util.el (viper-frame-value): New macro.
12202         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
12203         (viper-R-state-post-command-sentinel)
12204         (viper-replace-state-post-command-sentinel)
12205         (viper-change-state-to-insert, viper-change-state-to-emacs):
12206         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
12207         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
12208         (viper-get-saved-cursor-color-in-insert-mode)
12209         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
12210         Use viper-frame-value for viper-replace-overlay-cursor-color,
12211         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
12212         viper-vi-state-cursor-color values.
12214         * emulation/viper-cmd.el (zmacs-region-stays):
12215         * emulation/viper-util.el (zmacs-region-stays): No need to define
12216         for compiler.
12218         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
12219         mapcar on Emacs.
12221         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
12222         on XEmacs.
12224         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
12225         rather than if.
12227 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12229         * whitespace.el: New version 9.3.  As the glyph code generation was
12230         fixed, it is possible now to use character code above ?\x1FFFF in the
12231         display table.  Fix `whitespace-indentation-regexp' to not include an
12232         extra ending character.  Reported by Michael Welsh Duggan
12233         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
12234         the original whitespace package had.  Suggested by Eric Cooper
12235         <ecc@cmu.edu>.  Doc fix.
12236         (whitespace-action): New option.
12237         (whitespace-display-mappings): Changed default newline visualization to
12238         display downwards arrow, as the glyph code generation was fixed.
12239         (whitespace-unload-function): Assure that all local whitespace mode is
12240         turned off.
12241         (whitespace-global-modes): Fix type customization.
12242         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
12243         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
12244         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
12245         Fix code.
12246         (whitespace-buffer): Command removed.
12247         (whitespace-trailing-regexp, whitespace-mark-x)
12248         (whitespace-display-window, whitespace-action-when-on)
12249         (whitespace-add-local-hook, whitespace-remove-local-hook)
12250         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
12251         (whitespace-action): New funs.
12252         (whitespace-report-list, whitespace-report-text)
12253         (whitespace-report-buffer-name): New consts.
12254         (whitespace-report, whitespace-report-region): New commands.
12256 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
12258         * disp-table.el (make-glyph-code): Don't test the result of
12259         `face-id', which already signals an error for invalid faces.
12260         (glyph-face): Simplify.
12262         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
12263         running `desktop-not-loaded-hook' to allow modifying it.
12264         Don't show warning message if `desktop-dirname' was modified.
12266 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12268         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
12269         we still expect more lines.
12271         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
12272         comment-paragraph filling if the commark doesn't match
12273         comment-start-skip.
12275 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
12277         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
12278         the `imap' variant.
12280 2008-03-01  Jason Rumney  <jasonr@gnu.org>
12282         * files.el (make-auto-save-file-name): Encode more characters in
12283         non-file buffer names.  Use url-encoding.
12285 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
12287         * net/net-utils.el (ftp-program): Fix typo in docstring.
12288         (ifconfig-program-options, netstat-program-options)
12289         (arp-program-options, route-program-options, nslookup-program-options)
12290         (ftp-program-options, smbclient-program-options)
12291         (dns-lookup-program-options, arp, route): Doc fixes.
12293         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
12294         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
12295         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
12296         Fix typos in docstrings.
12297         (gdb-pending-triggers): Reflow docstring.
12298         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
12300 2008-03-01  Alan Mackenzie  <acm@muc.de>
12302         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
12303         typing "#" at EOB.
12305 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
12307         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
12309 2008-02-29  Kim F. Storm  <storm@cua.dk>
12311         * emulation/cua-base.el (cua-remap-control-v)
12312         (cua-remap-control-z): New defcustoms.
12313         (cua-mode): Add them to set-after property.
12314         (cua--init-keymaps): Use them.
12315         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
12317         * help.el (view-emacs-todo): Rename from view-todo.
12318         (describe-gnu-project): Rename from describe-project.  Users changed.
12319         (view-help-file): New helper function.
12320         (describe-distribution, describe-copying, describe-gnu-project)
12321         (view-todo, view-order-manuals, view-emacs-problems): Use it.
12322         (view-emacs-debugging, view-external-packages): New commands.
12323         (help-map): Move describe-distribution to C-h C-o (ordering).
12324         Move view-emacs-problems to C-h C-p (problems).
12325         Bind view-emacs-debugging to C-h C-d (debugging).
12326         Bind view-external-packages to C-h C-e (extras).
12327         (help-for-help-internal): Cleanup and align descriptions.
12328         Remove command names to reduce clutter.
12330 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
12332         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
12333         and quieter face (not a warning).
12335 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
12337         * vc.el (vc-status-crt-marked): New variable.
12338         (vc-status-mode): Make it local.
12339         (vc-status-refresh): Use it to save the marked files.
12340         (vc-update-vc-status-buffer): Use it to restore the marked files.
12342         * vc-svn.el (vc-svn-after-dir-status):
12343         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
12345 2008-02-29  Glenn Morris  <rgm@gnu.org>
12347         * allout.el (allout-topic-encryption-bullet)
12348         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
12349         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
12350         from 22.0 to 22.1.
12352         * net/imap.el (imap-ping-server):
12353         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
12354         Change defcustom :version from 23.0 to 23.1.
12356 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
12358         * desktop.el (desktop-save): Save the buffer name if the
12359         uniquified base name is empty.
12361 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
12363         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
12364         correctly when user has "set print address off".
12366 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
12368         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
12369         version number of the next major Emacs release, not 23.0.
12371         * longlines.el (longlines-unload-function): New function.
12373 2008-02-28  Juri Linkov  <juri@jurta.org>
12375         * startup.el (normal-splash-screen): Add argument `concise'.
12376         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
12377         to the created buffer.  If `concise' is non-nil, call
12378         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
12379         (display-startup-screen): Add argument `concise' to the call to
12380         `normal-splash-screen'.
12382 2008-02-28  Kim F. Storm  <storm@cua.dk>
12384         * startup.el (startup-echo-area-message): Check for about-emacs.
12386 2008-02-28  Juri Linkov  <juri@jurta.org>
12388         * startup.el: Always add initial message to *scratch* buffer if
12389         `initial-scratch-message' is non-nil regardless of the value of
12390         `inhibit-startup-screen'.
12391         (inhibit-startup-screen, initial-scratch-message): Doc fix.
12392         (command-line-1): Move code that inserts `initial-scratch-message'
12393         up before the if-form that checks for `inhibit-startup-screen'.
12394         Suggested by Jonathan Rockway <jon@jrock.us>.
12396 2008-02-28  Juri Linkov  <juri@jurta.org>
12398         * cus-edit.el (custom-mode-map, custom-mode-link-map):
12399         Rename `custom-mode' to `Custom-mode' in docstrings.
12400         (custom-buffer-create-internal, customize-browse):
12401         Rename `custom-mode' to `Custom-mode'.
12402         (custom-mode-hook): Rename to `Custom-mode-hook'.
12403         (Custom-mode-hook): Renamed from `custom-mode-hook'.
12404         (custom-mode): Rename to `Custom-mode'.
12405         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
12406         (custom-mode): Add backward-compatible non-interactive variant of
12407         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
12408         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
12410         * info-look.el: Rename `custom-mode' to `Custom-mode'.
12412         * emulation/viper.el (viper-emacs-state-mode-list):
12413         Rename `custom-mode' to `Custom-mode'.
12415         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
12416         Capitalize "Tagged Files".
12417         (minibuffer-local-map): Add menu items for next/previous
12418         history elements and isearch history forward/backward.
12420         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
12421         `hs-isearch-open' with t instead of `comment' in :selected
12422         for "Code and Comment blocks" menu item.
12424 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12426         * uniquify.el (uniquify-buffer-base-name): Undo last change.
12427         Should be done in desktop.el instead.
12429 2008-02-28  Glenn Morris  <rgm@gnu.org>
12431         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
12433         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
12435         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
12436         (Info-menu, Info-goto-node): Remove declarations.
12437         (report-emacs-bug-info): Use info rather than Info-goto-node.
12439         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
12440         (idlwave-convert-xml-system-routine-info): Don't require xml.
12441         (idlwave-show-commentary, idlwave-shell-show-commentary):
12442         Don't require finder.
12443         (idlwave-info): Don't require info.  Use info rather than
12444         Info-goto-node.
12446         * textmodes/org.el (Info-goto-node): Remove declaration.
12447         (org-info): Use info rather than Info-goto-node.
12449         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
12450         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
12452 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
12454         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
12455         the menu.
12457         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
12458         (vc-finish-logentry): Check for vc-status-mode, not only for
12459         vc-dired-mode.
12461 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
12463         * isearch.el (isearch-printing-char): Don't check
12464         keyboard-coding-system.
12465         Call isearch-process-search-multibyte-characters only when
12466         current-input-method is non-nil.
12468 2008-02-27  Kim F. Storm  <storm@cua.dk>
12470         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
12471         (glyph-char, glyph-face): Handle cons encoding.
12473 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
12475         * uniquify.el (uniquify-buffer-base-name): If the base name is an
12476         empty string, return nil to allow the caller to default to the
12477         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
12479         * tool-bar.el (tool-bar-setup): Doc fix.
12481         * mail/supercite.el (sc-describe):
12482         Fix typos in obsolescence declaration.
12484 2008-02-27  Glenn Morris  <rgm@gnu.org>
12486         * autoinsert.el (auto-insert-alist): Change permission text to
12487         match FSF's GPLv3 form.
12489         * mail/supercite.el (sc-cite-original): Doc fix.
12490         (sc-version): Make obsolete.
12491         (sc-describe): Show the SC info page.  Make obsolete.
12493 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12495         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
12496         when using transient-mark-mode.
12497         (default-indicate-unused-lines): Remove unused var.
12499 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
12501         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
12502         and previous.
12504         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
12506 2008-02-26  Glenn Morris  <rgm@gnu.org>
12508         * net/net-utils.el (top-level): Don't require comint when compiling.
12509         (nslookup-font-lock-keywords): Don't require font-lock.
12510         Use font-lock faces rather than variables.
12511         (nslookup, ftp, smbclient, network-service-connection):
12512         Don't require comint.
12513         (comint-prompt-regexp, comint-input-autoexpand)
12514         (comint-input-ring): Declare for compiler.
12515         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
12516         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
12518         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
12519         doc-string.
12521 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12523         * doc-view.el (doc-view-current-page): Add a `win' argument.
12525 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12527         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
12528         Demote it to plain defvar.
12529         (doc-view-conversion-refresh-interval): Reduce interval.
12530         (doc-view-goto-page): Allow moving to pages not yet rendered.
12531         (doc-view-goto-page): Construct a file name rather than extracting it
12532         from doc-view-current-files.
12533         (doc-view-kill-proc): Ignore errors from kill-process.
12534         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
12535         (doc-view-insert-image): Use appropriate text if the page hasn't been
12536         rendered yet.  Adjust scrolling so the text is displayed.
12537         (doc-view-display): Detect not just that a page is available, but also
12538         that it wasn't available before, so as to avoid refreshing all pages
12539         repeatedly.
12540         (doc-view-mode): Make doc-view-cache-directory if needed.
12542 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12544         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
12545         toggle-read-only.
12547         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
12548         refering to a missing required field with the OPT prefix.
12549         Make unwindform more robust.
12551         * textmodes/bibtex.el: Remove support for hideshow minor mode as
12552         it duplicates the bibtex support in progmodes/hideshow.el.
12553         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
12554         entries that do not start at the beginning of a line.
12556 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
12558         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
12560 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
12562         * help-fns.el (describe-variable): Add phrases about
12563         initialization file with and without customization;
12564         use new button type help-info-variable.
12566         * help-mode.el (help-info-variable):
12567         New button able to read Info files for help-fns.el.
12569 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
12571         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
12572         (grep-mode): Use grep-mode-tool-bar-map.
12574         * progmodes/compile.el (tool-bar): Require tool-bar.
12575         (compilation-mode-tool-bar-map): New variable.
12576         (compilation-mode): Use compilation-mode-tool-bar-map.
12578         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
12580 2008-02-25  Glenn Morris  <rgm@gnu.org>
12582         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
12584 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12586         * diff-mode.el (diff-file-junk-re): New const.
12587         (diff-beginning-of-file-and-junk): Use it.
12588         (diff-file-kill): Make sure we were really inside a file diff.
12590         * diff-mode.el: Make it more robust in the presence of empty context
12591         lines in unified hunks.
12592         (diff-valid-unified-empty-line): New var.
12593         (diff-unified->context, diff-sanity-check-hunk): Obey it.
12594         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
12595         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
12596         (diff-hunk-header-re-unified): New const.
12597         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
12598         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
12599         (diff-sanity-check-hunk): Use it.
12601         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
12602         Index: line, don't search backward for the previous one.
12604 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
12606         * international/fontset.el (setup-default-fontset): Add non-OTF
12607         lao font for lao script.
12609         * language/tibetan.el: Register tibetan-composition-function in
12610         composition-function-table.
12612         * language/tibet-util.el (tibetan-composition-function):
12613         Adjust for the new calling way (argument changed).  Try font-shape-text
12614         if possible.
12616         * language/lao.el: Register lao-composition-function in
12617         composition-function-table.
12619         * language/lao-util.el (lao-composition-function): Adjust for the new
12620         calling way (argument changed).  Try font-shape-text if possible.
12622 2008-02-25  Jason Rumney  <jasonr@gnu.org>
12624         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
12626 2008-02-25  Juri Linkov  <juri@jurta.org>
12628         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
12629         background, "red4" for a dark background, "red" for 16 and
12630         8 colors, "grey" for grayscale, and inverse video otherwise.
12631         Add :version tag.
12632         (isearch-message): Keep the original isearch-message intact, and
12633         add text properties to it where necessary.  Add `isearch-error' to
12634         the condition that checks if isearch is unsuccessful.
12636 2008-02-24  Juri Linkov  <juri@jurta.org>
12638         * progmodes/compile.el (compilation-handle-exit):
12639         Use compilation-error face instead of font-lock-warning-face.
12640         Display the same message in the minibuffer as is inserted
12641         at the end of the compilation buffer.
12643 2008-02-24  Glenn Morris  <rgm@gnu.org>
12645         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
12646         multiple file case.
12648         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
12650         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
12651         multiple file case.  Use a single `let' rather than two.
12653 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
12655         * progmodes/compile.el (compilation-start): Specify a face for
12656         mode-line-process.
12657         (compilation-handle-exit): Specify a face and a tooltip for
12658         mode-line-process.
12660 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12662         * hilit-chg.el: Remove spurious * in defcustom docstrings.
12663         (hilit-chg-make-ov): Simplify.
12664         (hilit-chg-fixup): Use remove-overlays.
12665         (hilit-chg-set-face-on-change): Remove redundant call to
12666         `remove-text-properties'.
12668         * dired.el (dired-mark-prompt): Don't count/display the t element.
12669         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
12671 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
12673         * progmodes/verilog-mode.el (eval-when-compile): Don't define
12674         add-submenu.
12675         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
12676         Remove.  Move contents to the only use ...
12677         (verilog-menu): ... here.
12678         (verilog-statement-menu): Remove.  Move contents to the only use ...
12679         (verilog-stmt-menu): ... here.
12680         (verilog-mark-defun): Simply call mark-defun for emacs.
12681         (occur-pos-list): Declare for byte compiler.
12682         (mode-popup-menu): Don't defvar.
12683         (verilog-add-statement-menu): Remove.
12684         (verilog-mode-hook): Don't add verilog-add-statement-menu.
12685         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
12687 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
12689         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
12690         conditional.
12691         (verilog-font-grouping-keywords-face): Make the begin..end
12692         keywords standout more than other verilog keywords.
12693         (verilog-type-font-keywords): Move the begin..end out of this list
12694         to facilitate making them to (potentially) stand out more.
12695         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
12696         function & task blocks.
12697         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
12698         initial, function & task blocks.
12699         (verilog-forward-sexp): Handle the new "disable fork" statement of
12700         IEEE-1800 Verilog.
12701         (verilog-beg-block-re-ordered): Handle the new "disable fork"
12702         statement of IEEE-1800 Verilog.
12703         (verilog-calc-1): Handle the new "disable fork" statement of
12704         IEEE-1800 Verilog.
12705         (verilog-disable-fork-re): Add const to help handle the new
12706         "disable fork" statement of IEEE-1800 Verilog.
12707         (verilog-declaration-core-re): Add port directions by themselves,
12708         with no qualification, as base item of a declaration.
12709         (verilog-pretty-declarations): Add new flag to ask it to refrain
12710         from printing to the message buffer.
12711         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
12712         printing to the message buffer.  Improve handling of the many
12713         types of expression line up.
12714         (verilog-just-one-space): Remove printing of an empty message.
12715         (verilog-get-lineup-indent): Rework to support the better handling
12716         of expression lineup for verilog-pretty-expr.
12717         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
12719 2008-02-24  Alan Mackenzie  <acm@muc.de>
12721         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
12722         yesterday's commit.
12724 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
12726         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
12727         to mouse-set-point in buffers that aren't associated with files.
12729         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
12731 2008-02-24  Alan Mackenzie  <acm@muc.de>
12733         Set of changes so that "obtrusive" syntactic elements in a
12734         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
12735         unmatched paren) don't interact syntactically with stuff outside
12736         the CPP line.
12738         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
12739         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
12740         off-by-one bug.
12741         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
12742         a bit of refactoring.
12743         (c-awk-extend-and-syntax-tablify-region): Takes some of the
12744         functionality of c-awk-advise-fl-for-awk-region, which has been
12745         refactored away.
12747         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
12748         (c-clear-char-property-with-value): New function and macro which
12749         remove text-properties `equal' to a supplied value.
12751         * progmodes/cc-engine.el: Comment about text properties amended.
12753         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
12754         parens around "error\\|warning".
12756         * progmodes/cc-langs.el (c-get-state-before-change-function)
12757         (c-before-font-lock-function, c-anchored-cpp-prefix):
12758         New language variables.
12759         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
12761         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
12762         syntax-table text properties.
12763         (c-common-init): Call language specific before/after-change
12764         functions at mode initialisation.
12765         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
12766         (c-extend-region-for-CPP, c-neutralize-CPP-line)
12767         (c-neutralize-syntax-in-CPP): New functions.
12768         (c-before-change, c-after-change): Call the new language specific
12769         change functions defined in cc-langs.el.
12770         (c-advise-fl-for-region): New macro.
12771         (awk-mode): Remove AWK specific stuff which has been refactored
12772         into language independent stuff.
12774 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
12776         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
12777         (gdb): (Re)set gdb-flush-pending-output to nil here...
12778         (gdb-init-1): ...instead of here (before gdb-prompt).
12780 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12782         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
12783         Recognize ''' just like any other char-constant.
12785 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12787         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
12788         careful enough.  Detect the uid-change all within the main loop.
12790 2008-02-24  Stefan Monnier  <monnier@pastel.home>
12792         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
12794 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12796         * hilit-chg.el (highlight-save-buffer-state): New macro.
12797         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
12798         (hilit-chg-clear): Use it to preserve the modified-p flag.
12799         (highlight-changes-rotate-faces): Don't mess with the undo-list.
12801 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12803         * font-lock.el (font-lock-set-defaults): Unset previously set variables
12804         when needed.
12806 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
12808         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
12809         from gnus-button-url-regexp.
12811 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
12813         * progmodes/compile.el (compilation-next-error): Doc fix.
12814         (compilation-find-file): Doc fix.
12816 2008-02-24  Glenn Morris  <rgm@gnu.org>
12818         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
12819         Add obsolete aliases to the old names.
12821 2008-02-24  Richard Stallman  <rms@gnu.org>
12823         * net/net-utils.el (ifconfig): Rename from ipconfig.
12824         (ipconfig): Alias to ifconfig.
12825         (ifconfig-program): Rename from ipconfig-program.
12826         (ifconfig-program-options): Rename from ipconfig-program-options.
12828 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
12830         * progmodes/verilog-mode.el (verilog-declaration-core-re):
12831         Add port directions by themselves, with no qualification, as base
12832         item of a declaration.
12833         (verilog-pretty-declarations): Add new flag that inhibits printing
12834         to the message buffer.
12835         (verilog-pretty-expr): Add new flag that inhibits printing to the
12836         message buffer.  Improve handling of the many types of expression
12837         line up.
12838         (verilog-just-one-space): Don't print an empty message.
12839         (verilog-get-lineup-indent): Rework to support the better handling
12840         of expression lineup for verilog-pretty-expr.
12841         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
12842         (verilog-mode-version, verilog-mode-release-date): Update.
12844 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12846         * subr.el (cancel-change-group): Don't move point.
12848 2008-02-23  Markus Triska  <markus.triska@gmx.at>
12850         * linum.el (linum-after-config): Update all visible windows.
12852 2008-02-23  Glenn Morris  <rgm@gnu.org>
12854         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
12855         Add :help for Solitaire and Tetris.
12857         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
12859         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
12860         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
12861         (smtpmail-queue-index-file): Make it a defcustom.
12862         (smtpmail-queue-index): Delete.
12863         (smtpmail-send-it, smtpmail-send-queued-mail):
12864         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
12865         smtpmail-queue-index.
12867         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
12868         Add :version.
12870 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
12872         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
12873         New variables.
12874         (iwconfig): New function.
12876 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
12878         * vc.el (vc-find-revision): Make vc-parent-buffer local before
12879         setting it.
12880         (vc-status-menu-map): Do not define using easy-menu.
12881         (vc-status-menu-map): New defalias.
12882         (vc-status-mode-map): Hook up the menu.
12883         (top-level): Update TODO.
12885         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
12887         * vc-bzr.el (vc-bzr-init-version): Rename to ...
12888         (vc-bzr-init-revision): ... this.
12890 2008-02-23  Jason Rumney  <jasonr@gnu.org>
12892         * makefile.w32-in (WINS_ALMOST): Remove term.
12893         (WINS): Add term here.
12894         (custom-deps, finder-data): Use WINS_ALMOST.
12896 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
12898         * faces.el (font-weight-table): Fix value of `semi-light'.
12900 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12902         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
12903         Make those tables bijective.
12905 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
12907         Finish pdbtrack integration cleanup, settling missing-functions
12908         byte compiler warnings appropriately.
12910         * progmodes/python.el (python-point): Remove this - beginning-of-line
12911         was all that was necessary for `python-pdbtrack-overlay-arrow'.
12912         (python-end-of-def-or-class, python-beginning-of-def-or-class)
12913         (python-goto-initial-line): Drop these - they were only needed for
12914         python-point.
12915         (python-comint-output-filter-function): Use condition-case and
12916         beginning-of-line directly, instead of python-mode.el functions
12917         which require all sorts of baggage.
12918         (point-safe): Unnecessary - we're using condition-case directly,
12919         instead.
12920         (python-execute-file): Include for python-shell, which I'm leaving
12921         in keeping despite it being unnecessary for pdb tracking.
12923 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
12925         * progmodes/scheme.el (scheme-font-lock-keywords-2):
12926         Add SRFI 11 support.
12927         (let-values, let*-values): Specify scheme-indent-function.
12929 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
12931         * vc.el (vc-exec-after): Move setting mode-line-process in the
12932         busy case ...
12933         (vc-set-mode-line-busy-indicator): ... in this new function.
12934         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
12935         (vc-update-vc-status-buffer): Reset mode-line-process.
12936         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
12937         mark/unmark all the files with the same state as the current one.
12938         With a prefix argument mark/unmark all files.
12939         (vc-status-mode-menu): Adjust strings.
12940         (vc-update-vc-status-buffer): Only do something when the argument
12941         is not nil.
12942         (vc-status-kill-dir-status-process): New function.
12943         (vc-status-mode-map): Bind it.
12944         (vc-status-process-buffer): New variable.
12945         (vc-status-mode): Make it local.
12946         (vc-status-refresh): Set it.
12948         * vc-hg.el (vc-hg-dir-status):
12949         * vc-git.el (vc-git-dir-status):
12950         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
12951         command is run.
12953 2008-02-22  Glenn Morris  <rgm@gnu.org>
12955         * json.el (top-level): No need to require thingatpt.
12956         (json-read-keyword): Use thing-at-point rather than word-at-point.
12958         * time.el (top-level): No need to require time-date when compiling.
12960         * emacs-lisp/copyright.el (copyright-update-year):
12961         Fix subexpression numbering for the case when years are split over
12962         lines, and for the replace case.
12964         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
12965         (tpu-caar, tpu-cadr): Delete functions.
12966         (zmacs-regions): No need to declare for compiler.
12967         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
12968         (tpu-spell-check): Rewrite, and handle mark after point.
12969         (tpu-special-insert): Use or rather than if.
12971         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
12972         rather than spell-region.
12974         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
12975         warnings about spell-region.
12977 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
12979         * ldefs-boot.el: Regenerated.
12981         * loadup.el: Don't load language/devanagari, language/kannada,
12982         language/malayalam, and language/tamil.  Load language/sinhala.
12984         * language/indian.el (indian-font-foundry)
12985         (indian-script-language-alist, indian-font-char-index-table)
12986         (indian-font-char, indian-font-char-range, indian-script-table)
12987         (indian-default-script, indian-composable-pattern): Delete them.
12988         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
12989         language environments moved to here.
12990         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
12991         New language environments.
12993         * language/devanagari.el, language/devan-util.el,
12994         * language/kannada.el, language/knd-util.el, language/malayalam.el,
12995         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
12996         Delete them.
12998         * language/sinhala.el: New file.
13000 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
13002         Update Nick Robert's port of pdb tracking from python-mode.el.
13004         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
13005         Clarify docstring.
13006         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
13007         tracking is happening.
13008         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
13009         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
13010         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
13011         Tracking is plugged in to all comint buffers once python.el is loaded.
13012         (python-pdbtrack-overlay-arrow): Toggle activation of
13013         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
13014         (python-pdbtrack-track-stack-file): Use new
13015         `python-pdbtrack-get-source-buffer' for more flexible access to
13016         debugging source files.
13017         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
13018         according to pdb stack trace, optionally using new
13019         `python-pdbtrack-grub-for-buffer' if file is not locally available.
13020         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
13021         named buffer, or having function with indicated name.
13022         (python-shell): Remove comint-output-filter-functions hook
13023         addition, it's being done elsewhere.  Wrap long line.
13025 2008-02-21  Michael Olson  <mwolson@gnu.org>
13027         * json.el: Replace XEmacs compatibility code to get rid of
13028         compiler warnings.
13030         * time.el: Fix compiler warning.
13032 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
13034         * json.el: New file (JavaScript Object Notation parser / generator).
13036 2008-02-21  Dave Love  <fx@gnu.org>
13038         * progmodes/sym-comp.el: New file.
13040         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
13041         Require sym-comp.  Add Python buffer to same-window-buffer-names.
13042         Fixup whitespaces.
13043         (python-font-lock-keywords): Add highlighting for Python builtins.
13044         (python-font-lock-syntactic-keywords): Rewrite.
13045         (python-quote-syntax): Use syntax-ppss-context instead of parsing
13046         ppss directly.
13047         (python-mode-map): Add binding for python-find-function.
13048         (python-calculate-indentation): Clean up the logic.
13049         (python-beginning-of-defun): Explicitly set return value.
13050         (python-beginning-of-statement): Stop looping if we get stuck
13051         going backwards.
13052         (python-next-statement): Stop looping if we somehow end up inside
13053         a string while advancing.
13054         (python-preoutput-continuation, python-version-checked): New vars.
13055         (python-check-version): New function.
13056         (run-python): Set default command to python-command instead of
13057         python-python-command.
13058         (run-python): Use python-check-version.  Give PYTHONPATH
13059         precedence over data-directory in the process environment.
13060         Load function definitions in python process after.
13061         (python-check-comint-prompt): New function.
13062         (python-send-command, python-send-receive): Use it.
13063         (python-complete-symbol, python-try-complete): Functions deleted.
13064         Use symbol-complete instead of python-complete-symbol throughout.
13065         (python-fill-paragraph): Further refine the fenced-string regexp.
13066         (def-python-skeleton): Expand to the original abbrev instead if in
13067         a comment or string.  Tweak skeletons for `if', `while', `for',
13068         `try/except', `try/finally', `name'.
13069         (python-pea-hook, python-abbrev-pc-hook): New functions.
13070         (python-abbrev-syntax-table): New var.
13071         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
13072         Use symbol-completion-try-complete for hippie expansion.
13073         Turn on font lock unconditionally.
13074         (python-mode-hook): Defcustom it.  No need to use make-local
13075         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
13076         option, since it's buffer-local.
13078 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
13080         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
13082 2008-02-21  Drew Adams  <drew.adams@oracle.com>
13084         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
13085         "Turn off" and a "Help" entry when the minor mode has no menu.
13087 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
13089         * vc.el (vc-status-mark, vc-status-unmark): New functions.
13090         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
13091         vc-status-mark-file and vc-status-unmark-file.
13092         (vc-status-mark-unmark): New function.
13093         (vc-status-previous-line, vc-status-next-line): No longer interactive.
13095 2008-02-21  Glenn Morris  <rgm@gnu.org>
13097         * composite.el (encode-composition-rule): Fix typo in error message.
13098         (composition-function-table, auto-composition-mode): Doc fixes.
13100         * subr.el (sit-for): Fix obsolete form for nil second argument.
13102         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
13103         (spell-string): Make obsolete, in favor of ispell.
13105 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
13107         * language/devanagari.el: Don't setup composition-function-table
13108         here.
13109         ("Devanagari"): Change charset, coding-system, coding-priority to
13110         Unicode-based ones.  Don't require the feature devan-util.
13112         * composite.el (compose-chars-after): Fix arguments for a function
13113         in composition-function-table.
13114         (auto-compose-region): Likewise.
13116         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
13117         for Ethiopic.
13118         (ps-mule-plot-string): Ignore glyph-string based compositions.
13120 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13122         * doc-view.el: Allow different windows to show different pages.
13123         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
13124         (doc-view-current-image, doc-view-current-overlay): Remove variables,
13125         add them back as macros instead, using image-mode-winprops instead.
13126         Update all users of those variables.
13127         (doc-view-new-window-function): New function to create a new overlay
13128         for each new window.
13129         (doc-view-mode): Use it and image-mode-setup-winprops.
13130         (doc-view-clone-buffer-hook): Rewrite accordingly.
13132         * image-mode.el: Extend [hv]scroll support to per-window properties.
13133         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
13134         (image-mode-winprops-alist): New var to replace them.
13135         (image-mode-new-window-functions): New hook.
13136         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
13137         New funs.
13138         (image-set-window-vscroll, image-set-window-hscroll): Use them.
13139         Remove the `window' argument, update callers.
13140         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
13141         Use the new functions.
13142         (image-mode-reapply-winprops): New fun.
13143         (image-mode): Use it.
13145 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
13147         * calc/calc-math.el (math-sin-raw): Add optional argument
13148         to keep track of original argument.
13149         (math-cos-raw): Use optional argument when calling math-sin-raw.
13150         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
13151         with close to original precision.
13153 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13155         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
13156         args in calls of sit-for.
13158 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
13160         * vc-svn.el (vc-svn-program): Fix typo in docstring.
13161         (vc-svn-checkin): Fix typo in error message.
13163         * help-mode.el: Require easymenu when compiling.
13165 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
13167         * help-mode.el (help-mode-menu): New menu.
13169 2008-02-20  Glenn Morris  <rgm@gnu.org>
13171         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
13172         on Windows.
13174 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
13176         * ps-mule.el (ps-mule-encode-region): Return a single string.
13177         (ps-mule-plot-string): Adjust for the above change.
13178         (ps-mule-encode-header-string): Likewise.
13180         * international/latin1-disp.el (latin1-display): Don't use
13181         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
13182         standard-display-table.
13183         (latin1-display-identities): Adjust for the change of what is
13184         returned by (get-language-info charset 'charset).
13186         * international/mule-util.el (char-displayable-p): Fix for Latin-1
13187         characters and terminal case.
13189 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
13191         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
13193         * progmodes/python.el: Also require comint when loading.
13194         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
13195         Replace python-shell with run-python on menu bar.
13196         (python-shell-map): New map.
13197         (python-default-interpreter, python-python-command-args)
13198         (python-jython-command-args, python-pdbtrack-do-tracking-p):
13199         New options.
13200         (python-which-shell, python-which-args, python-which-bufname):
13201         New buffer local variables.
13202         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
13204         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
13205         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
13206         New constants.
13208         Pdbtrack features:
13210         (python-point, python-end-of-def-or-class)
13211         (python-beginning-of-def-or-class, python-goto-initial-line)
13212         (python-comint-output-filter-function)
13213         (python-pdbtrack-overlay-arrow)
13214         (python-pdbtrack-track-stack-file, python-toggle-shells)
13215         (python-shell, python-pdbtrack-toggle-stack-tracking)
13216         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
13217         New functions.
13219 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13221         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
13222         when the argument is nil.
13224 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
13226         * vc.el (dir-status): Add a brief description.
13228 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
13230         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
13231         If non-nil, reverse the sense of the check.
13233         * vc-rcs.el (vc-rcs-root): New func.
13234         * vc-cvs.el (vc-cvs-root): New func.
13235         * vc-svn.el (vc-svn-root): New func.
13236         * vc-sccs.el (vc-sccs-root): New func.
13238 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
13240         * language/japan-util.el (setup-japanese-environment-internal):
13241         Call use-cjk-char-width-table.
13243         * language/japanese.el ("Japanese"): Set exit-function to
13244         use-default-char-width-table.
13246         * international/characters.el: Delete occurrences of non-Unicode
13247         tibetan and ethiopic characters.
13248         (cjk-char-width-table): New variable.
13249         (use-cjk-char-width-table, use-default-char-width-table):
13250         New functions.
13252 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
13254         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
13255         (vc-status-mode-menu): Add a :filter.
13256         (vc-status-printer): Add faces.
13258         * vc-hg.el (vc-hg-extra-status-menu): New function.
13259         (vc-hg-dir-status): Clean up the buffer before using it.
13261 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13263         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
13264         (gdb): Initialize it here instead.
13266         * files.el (locate-dominating-file): Fix thinko in last change.
13267         Reported by Bruce Stephens <bruce.stephens@isode.com>.
13269 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
13271         * vc.el (vc-status-mode-menu): New menu for vc-status.
13273 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
13275         * progmodes/verilog-mode.el (customize): Fix typo in error message.
13276         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
13277         (verilog-mode-auto, verilog-indent-level-module)
13278         (verilog-minimum-comment-distance, verilog-library-flags)
13279         (verilog-library-directories, verilog-library-files)
13280         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
13281         (verilog-xemacs-menu, verilog-set-compile-command)
13282         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
13283         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
13284         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
13285         (verilog-batch-inject-auto, verilog-batch-indent)
13286         (verilog-continued-line, verilog-type-keywords)
13287         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
13288         (verilog-read-inst-pins, verilog-read-arg-pins)
13289         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
13290         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
13291         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
13292         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
13293         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
13294         (verilog-mode-version, verilog-mode-release-date)
13295         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
13296         (verilog-simulator, verilog-compiler)
13297         (verilog-auto-sense-defines-constant, verilog-company)
13298         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
13299         Fix typos in docstrings.
13300         (verilog-set-auto-endcomments, verilog-calculate-indent)
13301         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
13302         Reflow docstrings.
13303         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
13304         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
13305         (electric-verilog-forward-sexp, verilog-in-case-region-p)
13306         (verilog-in-struct-region-p, verilog-in-generate-region-p)
13307         (verilog-leap-to-head, verilog-current-indent-level)
13308         (verilog-case-indent-level, verilog-cpp-keywords)
13309         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
13310         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
13311         (verilog-signals-not-in, verilog-symbol-detick-text)
13312         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
13313         (verilog-forward-close-paren, verilog-backward-open-paren)
13314         (verilog-backward-open-bracket): Doc fixes.
13316         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
13317         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
13318         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
13319         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
13320         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
13321         Fix typos in docstrings.
13323         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
13325 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
13327         * info.el (Info-read-node-name): Removed unused `default' arg.
13329 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
13331         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
13333 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13335         * image-mode.el (image-get-display-property): New fun.
13336         (image-forward-hscroll, image-next-line, image-eol, image-eob)
13337         (image-mode, image-minor-mode, image-toggle-display-text)
13338         (image-toggle-display): Use it.
13340 2008-02-18  Jason Rumney  <jasonr@gnu.org>
13342         * international/mule.el (xml-find-file-coding-system): Don't warn
13343         about utf-16 with BOM.
13345         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
13347         * international/mule.el (sgml-xml-auto-coding-function): Detect and
13348         warn if file encoding is not utf-8 and encoding not specified.
13349         (xml-find-file-coding-system): New function.
13350         * international/mule-conf.el (file-coding-system-alist): Use it.
13352 2008-02-17  Glenn Morris  <rgm@gnu.org>
13354         * international/mule-cmds.el (set-locale-environment):
13355         Pass `frame' to getenv for LC_MESSAGES.
13357 2008-02-17  Juri Linkov  <juri@jurta.org>
13359         * time.el (emacs-init-time): Use format instead of format-seconds.
13361 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13363         * textmodes/bibtex.el (bibtex-search-entry): Rename from
13364         bibtex-find-entry.  Add autoload cookie.
13365         (bibtex-find-entry): Alias for bibtex-search-entry.
13366         (bibtex-search-crossref): Rename from bibtex-find-crossref.
13367         (bibtex-find-crossref): Alias for bibtex-search-crossref.
13368         (bibtex-clean-entry): atomic-change-group removed.
13369         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
13370         to locate buffer location where error occurred.
13371         Make error messages more specific.
13372         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
13374 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
13376         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
13377         top level.
13379         * simple.el (transient-mark-mode): Add an :init-value.
13381         * startup.el (command-line): Use custom-reevaluate-setting for
13382         transient-mark-mode.
13384 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
13386         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
13388 2008-02-16  Juri Linkov  <juri@jurta.org>
13390         * startup.el (after-init-time): New variable.
13391         (command-line): Set `after-init-time' to the current time.
13393         * time.el (emacs-init-time): New function.
13395 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13397         * files.el (locate-dominating-file): Remove initial loop because it's
13398         not careful enough.  Detect the uid-change all within the main loop.
13400 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
13402         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
13404 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
13406         * vc.el (vc-annotate): Add new argument.
13407         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
13409         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
13410         Move make-variable-buffer-local code after the corresponding defvar.
13411         (hs-minor-mode-map): Define and initialize in one step.
13412         (hs-minor-mode): Change from defun to define-minor-mode.
13414 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
13416         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
13417         (gdb-ready): Move declaration...
13419         * progmodes/gdb-ui.el (gdb-ready): ...to here.
13420         (gdb-early-user-input): New variable.
13421         (gdb): Reset gdb-flush-pending-output to nil and set
13422         comint-input-sender here (before gdb-prompt), instead of...
13423         (gdb-init-1): ...here.
13424         (gdb-send): If Emacs is not ready, defer user input to...
13425         (gdb-prompt): ...here.
13427 2008-02-16  Glenn Morris  <rgm@gnu.org>
13429         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
13431         * startup.el (emacs-startup-time): Rename to `before-init-time'.
13432         (before-init-time): New name for `emacs-startup-time'.
13433         (command-line): Use before-init-time rather than emacs-startup-time.
13434         * time.el (emacs-uptime): Use before-init-time rather than
13435         emacs-startup-time.
13437         * composite.el (composition-function-table): Doc fix.
13439         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
13440         in favor of `%z' specifier.
13441         (emacs-uptime): Move to time.el.
13442         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
13443         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
13444         argument of format-seconds.
13446 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
13448         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
13450 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
13452         * ielm.el (ielm-is-whitespace): Remove.
13453         (ielm-is-whitespace-or-comment): New function.
13454         (ielm-eval-input): Use it.
13456 2008-02-15  Jason Rumney  <jasonr@gnu.org>
13458         * term/mac-win.el: Fix coding tag.
13460 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
13462         * vc-hooks.el (vc-menu-map):
13463         * bindings.el (mode-line-mode-menu): Add tooltips.
13465         * bindings.el (help-echo): Add more tooltips.  Use a less
13466         telegraphic style for existing tooltips.
13468 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13470         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
13471         from the auto-generated one.
13473 2008-02-14  Glenn Morris  <rgm@gnu.org>
13475         * mail/rmail-spam-filter.el (rmail-spam-filter):
13476         Let-bind message-spam-status.
13478         * mail/smtpmail.el (password-cache-add): Declare as function.
13480 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
13482         * mail/smtpmail.el: Use password-cache.
13484 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
13486         * uniquify.el (uniquify-buffer-base-name): New function.
13487         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13489         * desktop.el (uniquify-managed): Don't defvar.
13490         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
13491         `uniquify-managed'.  Return also the buffer's base name.
13492         (desktop-save): When saving the buffer info, filter out the base name,
13493         and save it as buffer name if the buffer is managed by uniquify.
13494         (uniquify-item-base): Don't declare; not called anymore.
13496 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
13498         * vc.el (vc-annotate-find-revision-at-line): New function.
13499         (vc-annotate-mode-map): Bind it.
13500         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
13501         some entries.
13503 2008-02-14  Glenn Morris  <rgm@gnu.org>
13505         * calendar/time-date.el (format-seconds): New function.
13506         (emacs-uptime): Use format-seconds.
13508         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
13509         Remove `LC_ALL=C', since it's included in $(emacs) now.
13511 2008-02-14  Zhang Wei  <id.brep@gmail.com>
13513         * textmodes/org-publish.el (org-publish-timestamp-filename):
13514         Replace colon characters in filename too.
13516 2008-02-13  Bastien Guerry  <bzg@altern.org>
13518         * mail/rmail.el (rmail-header-name): New face.
13519         (rmail-font-lock-keywords): Use rmail-header-name.
13521         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
13522         against X-Spam-Status header field.
13523         (rmail-spam-filter): Also check X-Spam-Status header field.
13525 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
13527         * progmodes/flymake.el (flymake-allowed-file-name-masks):
13528         Add support for .pm files and .php files.
13529         (flymake-err-line-patterns): Add pattern for PHP errors.
13530         (flymake-php-init): New function.  PHP support for flymake.
13532         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13533         Add regular expression for PHP errors.
13535 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
13537         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
13538         This DTRT even on w32 machines.
13539         (ange-ftp-cf1): Quote FILENAME.
13541 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13543         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
13544         (smerge-auto-combine): New fun.
13546 2008-02-12  Juri Linkov  <juri@jurta.org>
13548         * startup.el (fancy-startup-screen, normal-splash-screen):
13549         Set default-directory to command-line-default-directory.
13551         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
13552         after reading the desktop.
13554         * progmodes/compile.el (compilation-auto-jump):
13555         Call compile-goto-error only when compilation-auto-jump-to-first-error
13556         is non-nil.
13557         (compilation-scroll-output): Replace :type 'boolean with a choice
13558         that has three options including a third option `first-error'.
13559         Doc fix.
13560         (compilation-start, compilation-forget-errors): Add an alternate
13561         condition comparing compilation-scroll-output with `first-error'
13562         in addition to compilation-auto-jump-to-first-error (to call
13563         compilation-auto-jump in the proper place).
13565 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13567         * international/mule.el (sgml-html-meta-auto-coding-function):
13568         Make sure the search limit is ahead.
13570         * tar-mode.el: Fix broken indentation.
13571         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
13572         Use with-current-buffer.
13574 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
13576         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
13577         it is already automatically buffer-local.
13579 2008-02-12  Drew Adams  <drew.adams@oracle.com>
13581         * help.el (describe-key): Join some split lines to facilitate filling.
13582         * help-fns.el (describe-function-1): Fill text of overlong lines.
13584 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
13586         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
13587         Use unibyte-string instead of string-make-unibyte.
13589         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
13591 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13593         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
13594         works also for buffers w/o buffer-file-name.  Update callers.
13595         (doc-view-clone-buffer-hook): New fun.
13596         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
13597         the `doc-view' property so they can be recognized.
13599         * simple.el (clone-indirect-buffer-hook): New hook.
13600         (clone-indirect-buffer): Run it.
13602 2008-02-11  Michael Olson  <mwolson@gnu.org>
13604         * epa-setup.el:
13605         * epg-package-info.el: Files removed.
13607 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
13609         * epa.el (epa-menu-mode): Merge into epa-mode.
13610         (epa-menu-items): Rename the label "EasyPG Assistant" to
13611         "Encryption/Decryption".
13613         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
13614         (epa-dired-mode-map): Rename from epa-dired-map.
13615         (epa-global-dired-mode): Rename the global minor mode.
13617 2008-02-11  Drew Adams  <drew.adams@oracle.com>
13619         * isearch.el (isearch-fail): New face.
13620         (isearch-message): Highlight failure part of input.
13622 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13624         * ibuffer.el (ibuffer-header-line-format): New var.
13625         (ibuffer-mode): Set it instead of header-line-format.
13626         (ibuffer-update): Use it to set header-line-format.
13628         * international/mule-cmds.el (ucs-insert): Inherit surrounding
13629         properties like self-insert-command.
13631 2008-02-11  Drew Adams  <drew.adams@oracle.com>
13633         * progmodes/etags.el: Add many doc strings.
13635 2008-02-11  Jason Rumney  <jasonr@gnu.org>
13637         * ldefs-boot.el: Regenerated.
13639 2008-02-11  Glenn Morris  <rgm@gnu.org>
13641         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13642         Shorten some names.
13644         * ffap.el (ffap-rfc-directories): Add :version.
13646 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
13648         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
13649         files, and backup files of same.
13651 2008-02-11  Kevin Ryde  <user42@zip.com.au>
13653         * ffap.el (ffap-rfc-directories): New variable.
13654         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
13656         * info.el (Info-next-reference, Info-prev-reference)
13657         (Info-try-follow-nearest-node): Move to and follow https:// links too.
13659         * simple.el (completion-list-mode): Show full completion-list-mode-map
13660         in the docstring.
13662 2008-02-11  Sam Steingold  <sds@gnu.org>
13664         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
13666 2008-02-11  Glenn Morris  <rgm@gnu.org>
13668         * startup.el (emacs-startup-time): New variable.
13669         (command-line): Set emacs-startup-time.
13671         * calendar/time-date.el (emacs-uptime): New function.
13673 2008-02-10  Bastien Guerry  <bzg@altern.org>
13675         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
13676         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
13677         it is nil.
13679 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
13681         * epg-config.el: Expand the contents of epg-package-info.el.
13682         (epg-package-name): New constant.
13683         (epg-version-number): New constant.
13684         (epg-bug-report-address): New constant.
13686         * epa-mail.el (epa-mail-mode): Add autoload cookie.
13687         (epa-global-mail-mode): New global minor mode.
13689         * epa-file.el (epa-file-mode): New global minor mode.
13691         * epa-dired.el (epa-dired-mode): New global minor mode.
13693         * epa.el (epa-menu): New variable.
13694         (epa-menu-items): New variable.
13695         (epa-menu-mode): New global minor mode.
13696         (epa-global-minor-modes): New user option.
13697         (epa-mode): New global minor mode.
13699 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
13701         * net/dbus.el: Remove `no-byte-compile' cookie.
13702         (dbus-call-method, dbus-register-signal, dbus-debug)
13703         (dbus-registered-functions-table): Declare them with
13704         `declare-function' or `defvar', respectively.
13705         (top): Don't assert any longer.  Require 'cl when compiling.
13706         Apply `ignore-errors' but `dbus-ignore-errors'.
13708 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
13710         * diff-mode.el (diff-add-change-log-entries-other-window):
13711         Use add-change-log-entry.
13713 2008-02-09  Jason Rumney  <jasonr@gnu.org>
13715         * button.el (button-map):
13716         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
13717         * ldefs-boot.el: Regenerate.
13719 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
13721         * epa.el (epa-faces, epa):
13722         * epa-file.el (epa-file):
13723         * epg-config.el (epg): Add :version.
13725 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
13727         * vc.el (vc-exec-after): Append CODE to previous fragments.
13728         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
13729         take MESSAGES instead of VERBOSE; use it when non-nil.
13730         (vc-diff-internal): Compute messages once; use them;
13731         update call to vc-diff-finish.
13733 2008-02-09  Michael Olson  <mwolson@gnu.org>
13735         * net/tramp.el (tramp-process-sentinel): Avoid error when process
13736         buffer has been killed, such as by
13737         `tramp-cleanup-all-connections'.
13739 2008-02-09  Miles Bader  <miles@gnu.org>
13741         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
13743 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13745         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
13746         splitter in context hunks.
13748 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
13750         * international/fontset.el (setup-default-fontset): Fix arabic otf
13751         font specification.
13753 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
13755         * epa-dired.el:
13756         * epa-file.el:
13757         * epa-mail.el:
13758         * epa-setup.el:
13759         * epa.el:
13760         * epg-config.el:
13761         * epg-package-info.el:
13762         * epg.el: Initial check-in of EasyPG.
13764 2008-02-08  Glenn Morris  <rgm@gnu.org>
13766         * woman.el (woman-locale): New defcustom.
13767         (woman-expand-locale, woman-manpath-add-locales): New functions.
13768         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
13770         * international/mule-cmds.el (locale-translate): New function,
13771         with old code extracted from set-locale-environment.
13772         (set-locale-environment): Use locale-translate.  Set woman-locale.
13774         * cus-start.el (selection-coding-system): Remove, since it's now
13775         defined in select.el rather than in xselect.c.
13776         * select.el (selection-coding-system): Make it a defcustom, and
13777         add the properties from cus-start.el.  Bump :version.
13779         * custom.el (custom-theme-set-variables): Sort symbols that are
13780         dependencies before symbols that depend on them.
13781         (custom-enabled-themes): Set after custom-theme-directory.
13783         * pcmpl-unix.el (top-level): Move provide statement to end.
13784         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
13785         `*' from doc-string.  Allow to be nil.
13786         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
13787         Allow to be nil.  Add :version.
13788         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
13789         without hostnames, and multiple hostnames per line.
13791         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
13793 2008-02-08  Phil Hagelberg  <phil@evri.com>
13795         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
13796         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
13798 2008-02-07  Timo Savola  <timo.savola@iki.fi>
13800         * startup.el (command-line-x-option-alist): Add --parent-id.
13802         * term/x-win.el (x-handle-parent-id): New function.
13804 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
13806         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
13807         "Font Menu".
13809 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
13811         * net/dbus.el (dbus-interface-peer): New defconst.
13812         (dbus-ping): New defun.
13814 2008-02-06  Sam Steingold  <sds@gnu.org>
13816         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
13818 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13820         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
13821         Just return nil and let the C code provide a fallback.
13823 2008-02-05  Glenn Morris  <rgm@gnu.org>
13825         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
13826         tramp-flush-connection-property for removed 2nd argument.
13828 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13830         * diff-mode.el (diff-add-change-log-entries-other-window):
13831         Rename from diff-create-changelog.  Change users.
13832         Minor change to hopefully work with plain diffs.
13833         (diff-mode-map): Add binding for it.
13835 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
13837         * diff-mode.el: Add new TODO entry.
13838         (diff-create-changelog): New function.
13839         (diff-mode-menu): Bind it.
13841 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
13843         * international/mule-diag.el (print-fontset-element): Handle the
13844         case of inhibiting the fallback fonts.
13846 2008-02-04  Kim F. Storm  <storm@cua.dk>
13848         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
13849         (ido-magic-delete-char): Use prefix arg.
13851 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
13853         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
13854         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
13855         of today, the most recent libpng is 1.2.24).
13857 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
13859         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
13861         * net/dbus.el (top): Check (featurep 'dbusbind).
13863         * net/tramp.el (tramp-process-sentinel): New defun.
13864         (tramp-do-copy-or-rename-file-out-of-band)
13865         (tramp-maybe-open-connection): Use it as process sentinel.
13866         (tramp-handle-delete-directory): Don't use the "-f" option; it
13867         isn't portable.
13868         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
13869         after the command.
13870         (tramp-handle-shell-command): Set `mode-line-process' in the
13871         asynchronous case.
13873         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
13875         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
13876         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
13877         Use `tramp-process-sentinel' as process sentinel.
13879 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
13881         * whitespace.el (global-whitespace-mode): Revert last change.
13882         (whitespace-unload-function): Force `global-whitespace-mode'
13883         to deactivate local modes in a slightly less intrusive way.
13885 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
13887         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
13889 2008-02-02  Glenn Morris  <rgm@gnu.org>
13891         * international/latin1-disp.el (latin1-display):
13892         * progmodes/fortran.el (fortran-comment-indent-char):
13893         * progmodes/idlw-shell.el (top-level):
13894         * term/mac-win.el (mac-keyboard-translate-char):
13895         * whitespace.el (whitespace-char-valid-p):
13896         * wid-edit.el (widget-key-sequence-read-event):
13897         Use characterp rather than char-valid-p.
13899         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
13900         to capitalized-find-word-boundary.  Doc fix.  Update callers.
13901         (capitalized-next-word-boundary-function-table): Rename to
13902         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
13904         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
13905         string-to-int.
13907         * ps-def.el (declare-function): Add compatibility definition.
13908         (ps-plot-with-face, ps-plot-string): Declare as functions.
13909         (ps-bold-faces, ps-italic-faces): Declare variables.
13911         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
13912         (ps-mule-end-job): Declare as functions.
13914         * wid-edit.el (widget-string-complete): Use assoc-string rather
13915         than assoc-ignore-case.
13917 See ChangeLog.13 for earlier changes.
13919 ;; Local Variables:
13920 ;; coding: utf-8
13921 ;; add-log-time-zone-rule: t
13922 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
13923 ;; End:
13925     Copyright (C) 2008  Free Software Foundation, Inc.
13927   This file is part of GNU Emacs.
13929   GNU Emacs is free software: you can redistribute it and/or modify
13930   it under the terms of the GNU General Public License as published by
13931   the Free Software Foundation, either version 3 of the License, or
13932   (at your option) any later version.
13934   GNU Emacs is distributed in the hope that it will be useful,
13935   but WITHOUT ANY WARRANTY; without even the implied warranty of
13936   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13937   GNU General Public License for more details.
13939   You should have received a copy of the GNU General Public License
13940   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13942 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc