(rmail-speedbar-buttons, rmail-speedbar-move-message-to-folder-on-line):
[emacs.git] / lisp / ChangeLog
blob601061d6117e5c439a5c9820abe67007d2e8c219
1 2009-01-30  Glenn Morris  <rgm@gnu.org>
3         * mail/rmail.el (rmail-reply): Handle empty folders.
4         (rmail-speedbar-buttons)
5         (rmail-speedbar-move-message-to-folder-on-line): Use line-end-position.
7         * mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
8         line-beginning-position calls.
9         (rmail-header-summary): Use line-end-position.
11 2009-01-30  Toby Speight  <streapadair@gmx.net>  (tiny change)
13         * generic-x.el (hosts-generic-mode, named-database-generic-mode):
14         Fix regexp quoting.
16 2009-01-29  Michael Albinus  <michael.albinus@gmx.de>
18         * net/tramp.el (tramp-process-actions, tramp-read-passwd): Allow
19         correction of passwords.
21 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
23         * mail/rmail.el (rmail-toggle-header): Determine current header
24         style using the buffer-local value of rmail-header-style in the
25         view buffer.
26         (rmail-show-message): Set a buffer-local value of
27         rmail-header-style in the view buffer.
29 2009-01-29  Juanma Barranquero  <lekktu@gmail.com>
31         * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
32         Fix typos in docstrings.
34 2009-01-29  Juanma Barranquero  <lekktu@gmail.com>
36         * bindings.el (completion-ignored-extensions):
37         Add entries for VCS metadata directories (CVS/, .svn, etc).
39         * pcvs.el (completion-ignored-extensions):
40         * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
41         directory, now done in bindings.el.
43 2009-01-29  Klaus Straubinger  <KSNetz@UseNet.ArcorNews.DE>  (tiny change)
45         * pcmpl-rpm.el (pcmpl-rpm): Doc fix.  (Bug#2094)
47 2009-01-29  Glenn Morris  <rgm@gnu.org>
49         * mail/rmail.el (rmail-file-name): Remove duplicate definition.
50         (rmail-set-header): Ensure header changes get saved.
52         * mail/rmailedit.el (rmail-summary-disable): Fix declaration.
54         * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
55         one, after a label is added.
57         * mail/rmailsum.el (rmail-summary-update-line): New function.
58         (rmail-summary-goto-msg): Return a value according to whether message
59         was found.
60         (rmail-summary-update-highlight): Give the overlay an 'rmail-summary
61         property.  Use line-end-position.
63 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
65         * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
66         quoted From lines.
68         * mail/rmail.el (rmail-redecode-body): New function, based on old
69         version removed in 2009-01-22 change.
70         (rmail-show-message): Unquote From lines.
72 2009-01-28  Tassilo Horn  <tassilo@member.fsf.org>
74         * doc-view.el (doc-view-mode): Don't use string-match and file
75         extension to choose fallback mode on empty/non-existing files but
76         let-bind auto-mode-alist and call normal-mode.
78 2009-01-28  Eli Zaretskii  <eliz@gnu.org>
80         * ls-lisp.el (ls-lisp-classify): Propertize file name before
81         concatenating the type indicating character.
82         (ls-lisp-format): Don't propertize file-name only if
83         ls-lisp-classify already did.
85 2009-01-28  Michael Albinus  <michael.albinus@gmx.de>
87         * net/dbus.el (dbus-event-error-hooks): Fix docstring.
88         Describe second parameter of hook functions.
89         (dbus-handle-event): Apply it.
91 2009-01-28  Chong Yidong  <cyd@stupidchicken.com>
93         * mail/rmail.el (rmail-toggle-header): Don't reset
94         rmail-header-style permanently (bug#2016).
96 2009-01-28  Denis Howe  <denis.howe@gmail.com>
98         * complete.el (PC-do-completion): Correct case when completion is
99         unambiguous.
101 2009-01-28  Stephen Berman  <stephen.berman@gmx.net>
103         * calendar/todo-mode.el (todo-insert-item-here):
104         Prevent insertion of a new entry inside of an existing entry.
105         Minor code cleanup.  (Bug#2084)
106         (todo-add-category): Change the interactive spec.  Signal an error
107         if the Todo file is non-empty but contains no category.  Reject
108         category names that could induce bugs and confusion.  Call
109         todo-mode if the Todo file is new and unsaved.  Simplify handling
110         of local variables cookie.  Properly display the newly added
111         category in Todo mode.
112         (todo-show): Call todo-initial-setup only if there is neither a
113         Todo file nor a corresponding unsaved buffer.  (Bug#2085)
114         (todo-category-alist): Delete function.
115         (todo-completing-read): New function.
116         (todo-insert-item, todo-jump-to-category): Use it.
117         (todo-insert-item): Make the use of the prefix argument conform to
118         the doc string.  (Bug#2086)
120 2009-01-28  Glenn Morris  <rgm@gnu.org>
122         * mail/rmail.el (rmail-expunge-and-save): Always show a message,
123         even when called from the summary.  (Bug#2075)
124         (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
125         (rmail-show-message-maybe): Use rmail-no-mail-p.
126         (rmail-show-message): If empty folder, do nothing.  (Bug#2076)
127         (rmail-get-labels): Separate status and label fields with a semicolon,
128         rather than a comma, for consistency with old Rmail.
130         * mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
131         starting from the beginning, since mail-fetch-field does not care.
132         (rmail-create-summary-line): Fix unseen handling.  (Bug#2089)
133         (rmail-get-summary-status): New name for old rmail-get-summary-labels.
134         (rmail-get-summary-labels): New function.  Returns labels rather than
135         status (edited, etc).
136         (rmail-create-summary): Insert an extra space after the status
137         flags, for consistency with old rmail, and with current
138         rmail-summary-font-lock-keywords.
140 2009-01-28  Chong Yidong  <cyd@stupidchicken.com>
142         * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
143         if region is active.  Use cond instead of nested ifs.  (Bug#2053)
145 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
147         * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
148         converting.
150         * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
151         which are recognized by the new Rmail, instead of X-BABYL-V6-*.
153 2009-01-27  Christopher Oliver  <coliver@message.nmc.edu>
155         * mouse.el (mouse-select-font): Return a string instead of a list.
157 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
159         * bindings.el: Swap C-delete and C-backspace bindings here, so we
160         don't have to do it in normal-erase-is-backspace-mode.
162         * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
163         and C-backspace; the latter is not available on ttys anyway.
165 2009-01-27  Tassilo Horn  <tassilo@member.fsf.org>
167         (doc-view-mode): Fix broken call to string-match.
169 2009-01-27  Tassilo Horn  <tassilo@member.fsf.org>
171         * doc-view.el (doc-view-mode): Enhance docstring and fallback to
172         fundamental-mode or ps-mode if the file is empty or doesn't exist
173         at all.
174         (doc-view-initiate-display): Better info message if doc-view-mode
175         cannot be used.  (Missing utility or no png support/no X frame.)
176         (Bug#2058)
178 2009-01-27  Glenn Morris  <rgm@gnu.org>
180         * mail/rmail.el (rmail-copy-headers): Doc fix.  Leave point at the end
181         of the headers in the full header case.  (Bug#2073)
183 2009-01-27  Kenichi Handa  <handa@m17n.org>
185         * mail/rmail.el (rmail-get-coding-system): Re-search
186         rmail-mime-charset-pattern directly instead of using
187         mail-fetch-field.  Use coding-system-from-name.
189         * international/mule-cmds.el (canonicalize-coding-system-name)
190         (coding-system-from-name): New functions.
192 2009-01-27  Glenn Morris  <rgm@gnu.org>
194         * dired-x.el (dired-bind-vm): Doc fix.
196         * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
197         Replace `first' and `rest' with `car' and `cdr' throughout.
198         (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
199         (rsf-scanning-messages-now): Doc fix.
200         (rsf-check-field): Rename from `check-field' and update callers.
201         (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
202         Use rmail-output rather than deleted rmail-output-to-rmail-file.
204         * mail/rmail.el: Remove leading `*' from defcustom docs.
205         Remove needless autoloads of many defcustoms and hooks.
206         (rmail-enable-mime, rmail-insert-mime-resent-message-function)
207         (rmail-search-mime-message-function, rmail-search-mime-header-function)
208         (rmail-decode-mime-charset): Doc fix.
209         (rmail-search-message, rmail-resend): Check functions set before use.
211         * mail/rmailout.el: Remove leading `*' from defcustom docs.
212         Remove needless autoloads of many defcustoms.
213         (rmail-output-to-babyl-buffer): Rename from
214         rmail-output-to-r-mail-buffer and update caller.
215         (rmail-output): Doc fix.
217         * mail/rmailsum.el: Remove leading `*' from defcustom docs.
218         Remove needless autoloads of many defcustoms.
219         (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
220         is set.
222         * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
223         (batch-unrmail, unrmail): Doc fix.
225         * mail/rmailsum.el (rmail-message-recipients-p-1)
226         (rmail-message-regexp-p-1): Ensure searches start from the
227         beginning of the header.
229 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
231         * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
233 2009-01-27  Jay Belanger  <jay.p.belanger@gmail.com>
235         * calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
236         expand the denominator.
238 2009-01-26  Michael Albinus  <michael.albinus@gmx.de>
240         * net/dbus.el (dbus-event-error-hooks): New variable.
241         (dbus-handle-event): Use it.
243 2009-01-26  Glenn Morris  <rgm@gnu.org>
245         * Makefile.in (ELCFILES): Update.
247         * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
248         replies.  (Bug#512)
250 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
252         * calendar/icalendar.el (icalendar-uid-format): Fixed doc string.
254 2009-01-25  Adrian Robert  <Adrian.B.Robert@gmail.com>
256         * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
257         Remove from global map and key definitions.
258         (ns-toggle-toolbar, ns-info-prefs): Add to global map and key
259         definitions.
260         (ns-show-preferences-help, ns-unput-working-text): New functions.
261         (ns-unecho-working-text): Update message.
263 2009-01-25  Craig Markwardt  <cbmarkwardt@gmail.com>
265         * calendar/icalendar.el (icalendar-uid-format): New defcustom
266         variable to allow the user to choose icalendar UID format.
267         (icalendar--diarytime-to-isotime): Bug fix, now times in the range
268         12:00am-12:59am are correctly converted to 0000-0059, instead of
269         12pm.
270         (icalendar-export-region,icalendar--create-uid): Use custom
271         function to compute icalendar UID for each entry.
272         (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
273         with description, location, etc. fields (need to keep active count
274         of fields encountered).  Another bug fix to the regex that matches
275         multiple lines (need \' regex instead of $ to match end-of-entry).
277 2009-01-25  Juri Linkov  <juri@jurta.org>
279         * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
280         change its title from "Recursive grep..." to "Grep via Find...".
281         Add menu items for lgrep and rgrep.
283 2009-01-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
285         * ps-print.el (ps-print-version): New version 7.3.4.
287 2009-01-24  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
289         * ps-print.el: Fix face background/foreground extraction.
290         (ps-face-extract-color): New fun.
291         (ps-face-attributes, ps-face-attribute-list): Code fix.
293 2009-01-24  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
295         * align.el (align-region): Avoid infloop.
297 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
299         * env.el (environment): Function removed.
301         * international/mule-cmds.el (set-language-environment-coding-systems):
302         If default-buffer-file-coding-system is nil, set up to have EOLs that
303         are native for the underlying system-type.  (Bug#1853)
304         (prefer-coding-system, set-default-coding-systems): Doc fix.
306 2009-01-24  Juanma Barranquero  <lekktu@gmail.com>
308         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
309         Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
310         (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
311         Use `string-match-p'.
313 2009-01-24  Ulf Jasper  <ulf.jasper@web.de>
315         * net/newst-treeview.el (newsticker--treeview-first-feed): New.
316         (newsticker-treeview-next-new-or-immortal-item): Try first-feed if
317         next-feed does not succeed.  Fixes bug#1710 even more.
318         (newsticker-treeview-next-feed): Simplified.
319         (newsticker--group-get-feeds): Suppress group names in result.
321 2009-01-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
323         * term/ns-win.el (menu-bar-select-frame): Drop this override.
324         (menu-bar-update-frames): Update call to menu-bar-select-frame.
326 2009-01-24  Glenn Morris  <rgm@gnu.org>
328         * mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
329         "popmail" by "pormail".
331         * language/ethio-util.el (rmail-current-message, rmail-message-vector):
332         Remove unneeded declarations.
334 2009-01-24  Jay Belanger  <jay.p.belanger@gmail.com>
336         * calc/calc-poly.el (calcFunc-apart): Improve test for
337         rational functions.
339 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
341         * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
342         return value of rmail-get-labels.
344         * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
345         return value of rmail-get-labels.
347         * mail/rmail.el (rmail-get-labels): Obey the MSG argument.
348         (rmail-buffer-swapped): Fix last change.  (Bug#1997)
350 2009-01-23  Ulf Jasper  <ulf.jasper@web.de>
352         * net/newst-backend.el (newsticker--cache-read): Offer deletion of
353         old cache file.  Fixes bug#1710.
355 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
357         * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
359 2009-01-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
361         * term/ns-win.el (ns-insert-working-text, ns-put-working-text): Switch
362         names and update comments for clarity.
364 2009-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
366         * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
367         start is nil, as was done in tar-mode.el.
369 2009-01-23  Glenn Morris  <rgm@gnu.org>
371         * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
372         more.
374         * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
376 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
378         * server.el (server-name): Make it a defcustom.  (Bug#1995)
380         * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
382 2009-01-23  Glenn Morris  <rgm@gnu.org>
384         * Makefile.in (ELCFILES): Update.
386 2009-01-22  Ulf Jasper  <ulf.jasper@web.de>
388         * net/newst-treeview.el
389         (newsticker-treeview-next-new-or-immortal-item): New optional arg
390         current-item-counts.  Move to next feed if necessary.  (Bug#1569)
391         (newsticker-treeview-prev-new-or-immortal-item): Move to previous
392         feed if necessary.  (Bug#1569)
393         (newsticker-treeview-next-feed)
394         (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
395         Don't activate node nil.  (Bug#1569)
397 2009-01-22  Paul Reilly  <pmr@pajato.com>
398             Henrik Enberg  <enberg@printf.se>
399             Alex Schroeder  <alex@gnu.org>
400             Chong Yidong  <cyd@stupidchicken.com>
401             Richard M Stallman  <rms@gnu.org>
402             Glenn Morris  <rgm@gnu.org>
403             Juanma Barranquero  <lekktu@gmail.com>
405         * mail/rmail.el: Code implementing Rmail-mbox functionality.
406         (rmail-attribute-header, rmail-keyword-header)
407         (rmail-answered-attr-index, rmail-deleted-attr-index)
408         (rmail-edited-attr-index, rmail-filed-attr-index)
409         (rmail-retried-attr-index, rmail-forwarded-attr-index)
410         (rmail-unseen-attr-index, rmail-resent-attr-index)
411         (rmail-attr-array, rmail-header-style, rmail-file-name)
412         (rmail-buffer-swapped): New vars.
413         (rmail-convert-file-maybe, rmail-error-bad-format)
414         (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
415         (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
416         (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
417         (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
418         (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
419         (rmail-get-header, rmail-set-header, rmail-get-attr-names)
420         (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
421         (rmail-message-attr-p, rmail-message-unseen-p)
422         (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
423         (rmail-show-message-maybe, rmail-copy-headers)
424         (rmail-simplified-subject, rmail-simplified-subject-regexp)
425         (rmail-write-region-annotate): New functions.
427         (rmail-keywords, rmail-default-rmail-file): Vars deleted.
428         (rmail-convert-mailpath, rmail-convert-file)
429         (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
430         (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
431         (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
432         (rmail-redecode-body)
433         (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
434         (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
435         (rmail-count-screen-lines, rmail-message-regexp-p)
436         (rmail-current-subject, rmail-current-subject-regexp): Functions
437         deleted.
438         (rmail-nuke-pinhead-header): Move to rmailout.el.
440         (rmail-ignored-headers): Add additional headers.
441         (rmail-mode-map): Update key commands.
442         (rmail-tool-bar-map): Build tool-bar unconditionally.
443         (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
444         conversion and new buffer swapping mechanism.
445         (rmail-perm-variables): Use new vars, and remove deleted ones.
446         (rmail-revert): Use rmail-convert-file-maybe.
447         (rmail-duplicate-message): Use rmail-show-message-maybe.
448         (rmail-get-new-mail): Don't leave the buffer screwed up if we get
449         a disk-full error.
450         (rmail-parse-url): Strip embedded password.
451         (rmail-insert-inbox-text): Default to movemail if
452         rmail-movemail-program is null.  Handle mbox format.
453         (rmail-decode-region): New arg.
454         (rmail-display-labels): Don't perform Babyl processing.
455         (rmail-set-attribute, rmail-message-labels-p, rmail-search)
456         (rmail-set-message-counters, rmail-count-new-messages)
457         (rmail-set-message-counters-counter, rmail-show-message)
458         (rmail-next-same-subject, rmail-reply): Use mbox format.
459         (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
460         (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
461         buffer swapping mechanism.
463         * mail/rmailedit.el: Require rmailsum.el.
464         (rmail-edit-mode): First check if buffer is swapped.
465         (rmail-edit-saved-coding-system): Var deleted.
466         (rmail-edit-current-message): Don't call deleted vars.
467         (rmail-cease-edit): Handle mbox format.
468         (rmail-abort-edit): Widen buffer.
470         * mail/rmailkwd.el: Require rmail.el.  Remove unneeded function
471         declarations.
472         (rmail-buffer, rmail-current-message, rmail-last-label)
473         (rmail-last-multi-labels, rmail-summary-vector)
474         (rmail-total-messages, rmail-attributes, rmail-deleted-label)
475         (rmail-keywords): Vars deleted.
476         (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
477         (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
478         (rmail-parse-file-keywords, rmail-install-keyword): Functions
479         deleted.
480         (rmail-make-label): New function.
481         (rmail-read-label): Don't call rmail-parse-file-keywords.
482         (rmail-set-label): Rewritten using rmail-set-attribute.
483         (rmail-next-labeled-message): Use rmail-get-labels.
485         * mail/rmailmm.el: New file.
487         * mail/rmailmsc.el: Require rmail.el.
488         (set-rmail-inbox-list): Set rmail-inbox-list directly.
490         * mail/rmailout.el (rmail-output-decode-coding): New var.
491         (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
492         (rmail-convert-to-babyl-format, rmail-output-as-mbox)
493         (rmail-output-to-rmail-buffer): New functions.
494         (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
495         Function deleted.
496         (rmail-nuke-pinhead-header): Moved from rmail.el.
497         (rmail-output): Rewritten to accept both mbox and babyl output.
498         (rmail-output-as-seen, rmail-output-body-to-file): Rewritten to
499         use mbox internal format.
501         * mail/rmailsort.el: Eval mail-utils when compiled.  Require rmail.el.
502         (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
503         (rmail-sort-by-recipient, rmail-sort-by-correspondent): Use
504         rmail-get-header.
505         (rmail-sort-messages): Use new buffer swapping mechanism.  Handle
506         mbox internal format.
508         * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
509         (rmail-message-recipients-p, rmail-message-recipients-p-1)
510         (rmail-message-regexp-p, rmail-new-summary-1)
511         (rmail-get-create-summary-buffer, rmail-get-summary)
512         (rmail-create-summary-line, rmail-get-summary-labels)
513         (rmail-create-summary, rmail-header-summary)
514         (rmail-summary-output, rmail-summary-output-as-seen): New
515         functions.
516         (rmail-summary-by-topic, rmail-message-senders-p)
517         (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
518         internal format.
519         (rmail-new-summary): Rewrite window handling.
520         (rmail-make-summary-line, rmail-make-summary-line-1)
521         (rmail-make-basic-summary-line)
522         (rmail-summary-output-to-rmail-file): Functions deleted.
523         (rmail-summary-undelete, rmail-summary-rmail-update)
524         (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
525         (rmail-summary-show-message, rmail-summary-wipe)
526         (rmail-summary-toggle-header, rmail-summary-reply): Use
527         rmail-buffer instead of rmail-view-buffer.
528         (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
529         (rmail-summary-goto-msg): Use rmail-show-message-maybe.
530         (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
532 2009-01-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
534         * term/ns-win.el (ns-show-manual): Fix node name.
535         (x-open-connection): Fix typo in declaration filename.
537 2009-01-22  Romain Francoise  <romain@orebokech.com>
539         * Makefile.in (ELCFILES): Update.
541 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
543         * frame.el (make-frame-on-tty): Remove function, inline contents
544         in the only user ...
546         * server.el (server-create-tty-frame): ... here.
548 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
550         * format.el (format-annotate-function):
551         Set write-region-post-annotation-function.
553 2009-01-21  John Wiegley  <johnw@newartisans.com>
555         * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
556         list of output filters.
557         (eshell-mode): Change the default binding of C-a to eshell-bol.
558         I don't think it's actually bound at all by default in eshell;
559         it just falls back to the default binding of C-a.
561 2009-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
563         * minibuffer.el (completion--insert-strings): Fix up computation of
564         column position which manifested e.g. in proced's signal completion.
566 2009-01-21  Chong Yidong  <cyd@stupidchicken.com>
568         * server.el (server-start): Allow server to shut down when no
569         frames are available in daemon-mode.
571 2009-01-21  Juanma Barranquero  <lekktu@gmail.com>
573         * term.el (term-previous-matching-input, term-next-matching-input)
574         (term-previous-matching-input-from-input)
575         (term-next-matching-input-from-input, term-backward-matching-input)
576         (term-forward-matching-input): Change argument name to match docstring.
578 2009-01-21  Glenn Morris  <rgm@gnu.org>
580         * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
581         that are no longer needed.
582         (authors-scan-change-log): Doc fix.
583         (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
585 2009-01-20  Agustín Martín  <agustin.martin@hispalinux.es>
587         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
588         Use aspell default dict.
590 2009-01-20  Kenichi Handa  <handa@m17n.org>
592         * descr-text.el (describe-char): Improve description of eight-bit
593         char in a unibyte buffer.  (Bug#1935)
595 2009-01-20  Glenn Morris  <rgm@gnu.org>
597         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
598         Add some entries.
600 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
602         * progmodes/ruby-mode.el: Autoload other interpreter names.
604 2009-01-19  Juanma Barranquero  <lekktu@gmail.com>
606         * descr-text.el (describe-char-categories): New defsubst.
607         (describe-char): Use it.
609 2009-01-19  Michael Albinus  <michael.albinus@gmx.de>
611         * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
612         IPv4 mapped IPv6 addresses.
614 2009-01-18  Juanma Barranquero  <lekktu@gmail.com>
616         * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
617         the beginning of the buffer.  (Bug#1949)
619 2009-01-18  Markus Triska  <markus.triska@gmx.at>
621         * linum.el (linum-update-window): Use `delq' instead of `delete';
622         compare strings with `equal-including-properties'.
624 2009-01-17  Glenn Morris  <rgm@gnu.org>
626         * progmodes/cc-langs.el (declare-function): Add compatibility stub.
627         (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
629         * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
630         (eldoc-message-commands, eldoc-print-current-symbol-info):
631         Doc fix (consistent case of "ElDoc").
633 2009-01-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
635         * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
637 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
639         * dos-w32.el (find-buffer-file-type-coding-system): If `(car
640         TARGET)' does not exist, try again with its basename replaced by
641         `(cdr TARGET)'.  (Related to Bug #1853.)
643         * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
645 2009-01-16  Agustín Martín  <agustin.martin@hispalinux.es>
647         * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
648         unless flyspell-mode is enabled.
649         (flyspell-pre-point): Make buffer-local.
651 2009-01-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
653         * textmodes/bibtex.el (bibtex-format-entry): For updating field
654         delimiters, allow fields that are composed of strings and string
655         constants.
656         (bibtex-mode): Doc fix.
658 2009-01-16  Agustín Martín  <agustin.martin@hispalinux.es>
660         * textmodes/ispell.el: Protect against declare-function undefined
661         in XEmacs.
662         (ispell-program-name): Search also for hunspell when setting default.
663         (ispell-find-aspell-dictionaries): Better error message.  Use correct
664         dictionary alist for default.  Better fallback default dictionary.
666 2009-01-16  Ulrich Mueller  <ulm@kph.uni-mainz.de>
668         * international/quail.el (quail-insert-kbd-layout):
669         Delete superfluous handling of 8-bit code.  (Bug#1418)
671 2009-01-16  Glenn Morris  <rgm@gnu.org>
673         * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
674         (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
675         (eldoc-highlight-function-argument): Doc fix - mention effect of
676         eldoc-documentation-function.
677         (eldoc-message-commands-table-size, eldoc-message-commands)
678         (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
679         (eldoc-documentation-function): Mention effect on user options.
681         * emacs-lisp/copyright.el (copyright-update): Doc fix.
683 2009-01-16  Kevin Ryde  <user42@zip.com.au>
685         * tar-mode.el (tar-rename-entry): Only test the magic string, without
686         its version number, and then set both.
688 2009-01-16  Richard M Stallman  <rms@gnu.org>
690         * textmodes/paragraphs.el (sentence-end): Accept non-break space.
692 2009-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
694         * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
695         Refer to revert-buffer, not Buffer-menu-revert.
696         (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
697         (Buffer-menu-revert): Remove function, unused.
698         (Buffer-menu-mode-map): Don't bind keys already
699         bound by special-mode.
700         (Buffer-menu-mode-map): Add a menu.
702 2009-01-15  Stephen Eglen  <stephen@gnu.org>
704         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
706 2009-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
708         * vc-hg.el (vc-hg-diff): Pass relative file names.  (Bug#1903)
710 2009-01-15  Martin Rudalics  <rudalics@gmx.at>
712         * window.el (special-display-p): Revert 2009-01-14 change.
714 2009-01-15  Glenn Morris  <rgm@gnu.org>
716         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
717         (authors-obsolete-files-regexps, authors-ignored-files):
718         (authors-renamed-files-alist): Add some entries.
719         (authors-fixed-entries): Change some entries.
720         (authors-canonical-file-name): Doc fix.
721         (authors-scan-change-log): Handle joint authorship in ChangeLogs.
723 2009-01-14  Juri Linkov  <juri@jurta.org>
725         * info.el (Info-isearch-filter): Don't filter out invisible text
726         when search-invisible is t.  (Bug#1848)
728         * simple.el (blink-matching-open): Use `minibuffer-message' to
729         display messages in the minibuffer.
731         * help.el (view-help-file):
732         * menu-bar.el (menu-bar-help-extra-packages):
733         Use goto-address-mode instead of goto-address.
735         * net/goto-addr.el (goto-address-url-face): Change default value
736         from `bold' to `link'.
738 2009-01-14  Juanma Barranquero  <lekktu@gmail.com>
740         * international/mule-diag.el (print-list): Fix 2008-12-03 change.
742 2009-01-14  Martin Rudalics  <rudalics@gmx.at>
744         * frame.el (special-display-popup-frame): Rewrite doc-string and
745         simplify code.
747         * window.el (special-display-buffer-names)
748         (special-display-regexps): Add customization support for
749         function/other-args elements.  Rewrite doc-strings.
750         (special-display-function): Rewrite doc-string.
751         (same-window-buffer-names, same-window-regexps):
752         Minor doc-string fixes.
753         (special-display-p): Minor rewrite.
755 2009-01-14  Glenn Morris  <rgm@gnu.org>
757         * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
759 2009-01-14  Juanma Barranquero  <lekktu@gmail.com>
761         * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
762         MESSAGEs with internal square brackets (i.e., " this [test] message").
763         Use `string-match-p'.
764         (completion--make-envvar-table, completion--file-name-table)
765         (completion-pcm--string->pattern, completion-pcm--all-completions)
766         (completion-pcm--filename-try-filter): Use `string-match-p'.
768 2009-01-14  Juri Linkov  <juri@jurta.org>
770         * progmodes/bug-reference.el (bug-reference-fontify): Check for
771         non-nil `bug-reference-url-format' before putting an overlay
772         property `bug-reference-url'.
773         (bug-reference-mode, bug-reference-prog-mode): Don't check for
774         `bug-reference-url-format'.  Doc fix.  (Bug#1744)
776 2009-01-13  Chong Yidong  <cyd@stupidchicken.com>
778         * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
779         for exit-emacs item.  Bind it to save-buffers-kill-terminal.
781         * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
782         loaded.
784 2009-01-13  Jason Rumney  <jasonr@gnu.org>
786         * faces.el (face-valid-attribute-values): No stipple on w32.  (Bug#884)
788 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
790         * subr.el (play-sound): Doc fix.  (Bug#250)
791         (shell-quote-argument, field-at-pos): Fix typos in docstrings.
793 2009-01-12  Alan Mackenzie  <acm@muc.de>
795         * textmodes/paragraphs.el (forward-sentence): Change limit of
796         re-search-backward to allow values of `sentence-end' anchored at BOL.
798 2009-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
800         * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
801         subfield of the magic string.
803 2009-01-11  Jay Belanger  <jay.p.belanger@gmail.com>
805         * calc/calc-lang.el (math-compose-tex-sqrt): New function.
806         (math-special-function-table): Use `math-compose-tex-sqrt' to
807         compose sqrts in TeX and LaTeX mode.
809 2009-01-11  Chong Yidong  <cyd@stupidchicken.com>
811         * faces.el (describe-face): Ignore anonymous faces.
813         * server.el (server-save-buffers-kill-terminal): Args changed.
814         Handle nowait client frames.
816         * files.el (save-buffers-kill-terminal): Args for
817         server-save-buffers-kill-terminal changed.
819 2009-01-11  Juanma Barranquero  <lekktu@gmail.com>
821         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
823 2009-01-11  Glenn Morris  <rgm@gnu.org>
825         * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
826         Silence compiler.
828         * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
829         some entries.
830         (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
831         (authors-renamed-files-alist): Add entries.
832         (authors-fixed-entries): Update for renamed and removed files.
833         (authors-canonical-file-name): Add entries to
834         authors-checked-files-alist based on their full names, expanded relative
835         to each log-file directory.
836         (authors-scan-el, authors-add-to-author-list, authors):
837         Handle multiple authors in a file, via a new :cowrote category.
839         * emacs-lisp/copyright.el (copyright-update): Add doc-string.
841 2009-01-10  Richard M Stallman  <rms@gnu.org>
843         * mail/mail-utils.el (mail-quote-printable-region): New function.
845 2009-01-10  Glenn Morris  <rgm@gnu.org>
847         * calendar/cal-move.el (calendar-scroll-left-three-months)
848         (calendar-scroll-right-three-months):
849         * calendar/holidays.el (calendar-list-holidays)
850         (calendar-mark-holidays):
851         * calendar/lunar.el (calendar-lunar-phases):
852         Add event handling, for when called from menus with the calendar buffer
853         not current.
855 2009-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
857         * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
858         Move setting up whitepace-mode ...
859         (diff-mode): ... here.
860         (diff-mode-menu): Add a menu entry for showing trailing whitespace.
862 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
864         * faces.el (x-font-family-list): Remove entirely.
866 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
868         Fix Bug #876:
870         * info.el (info-insert-file-contents, Info-insert-dir):
871         Bind inhibit-null-byte-detection to non-nil.
873 2009-01-10  Martin Rudalics  <rudalics@gmx.at>
875         * tool-bar.el (tool-bar-mode): Modify all frame parameters when
876         toggling tool bars on.  (Bug#1754)
878 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
880         * faces.el (face-valid-attribute-values): Use string as value for
881         :family attribute.  Now, font-family-list returns a list of strings.
882         (x-font-family-list): Obsolete compatibility version of function
883         from xfaces.c.
885 2009-01-09  Martin Rudalics  <rudalics@gmx.at>
887         * window.el (special-display-buffer-names)
888         (special-display-regexps, special-display-function):
889         In doc-strings say "same-window" instead of "same-buffer".
891 2009-01-09  Michael Albinus  <michael.albinus@gmx.de>
893         * net/tramp.el: Revert previous patch.  `last-command-char' is
894         used in code intended only for XEmacs, where it is different from
895         `last-command-event'.
897 2009-01-09  Glenn Morris  <rgm@gnu.org>
899         * subr.el (last-input-char, last-command-char):
900         Move here from src/keyboard.c.
902         * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
903         * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
904         * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
905         * wdired.el:
906         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
907         * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
908         * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
909         * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
910         * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
911         * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
912         * eshell/em-smart.el, eshell/esh-mode.el:
913         * international/mule-cmds.el:
914         * mail/mailabbrev.el:
915         * net/tramp.el:
916         * play/mpuz.el:
917         * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
918         * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
919         * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
920         * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
921         * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
922         * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
923         * progmodes/vhdl-mode.el, progmodes/xscheme.el:
924         * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
925         Replace last-command-char with last-command-event.
927         * double.el, electric.el, replace.el, term.el, terminal.el:
928         * calc/calc.el:
929         * emulation/viper-cmd.el:
930         * international/mule-cmds.el:
931         * obsolete/iso-acc.el:
932         * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
934         * emacs-lisp/edebug.el: Remove references to last-command-char and
935         last-input-char, since these have been identical to last-command-event
936         and last-input-event since at least Emacs 19.
937         (edebug-outside-last-command-char, edebug-outside-last-input-char):
938         Remove.
940 2009-01-09  Dave Love  <fx@gnu.org>
942         * calendar/time-date.el: Require cl for `declare'.
944 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
946         * calendar/time-date.el (format-seconds): Explain `assoc-string'.
947         Suggested by Dave Love.
949 2009-01-09  Dave Love  <fx@gnu.org>
951         * net/imap.el (imap-string-to-integer): Fix typo.
952         (imap-fetch-safe): New function.
953         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
955         * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
956         (imap-parse-greeting): Fix doc strings.
957         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
958         (imap-parse-flag-list): Make messages unique.
959         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
961         * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
962         call.
964         * net/imap.el: Fix author email.  Doc fixes.
965         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
966         reply.
968 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
970         * net/dns.el (dns-set-servers): Check "Address".  Fix typo.
972 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
974         * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
975         Call nslookup if resolv.conf isn't available.
976         (dns-query): Rename from query-dns.
977         (dns-query-cached): Rename from query-dns-cached.
979 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
981         * net/imap.el (imap-enable-exchange-bug-workaround):
982         Explain auto-detection in the doc string.
984 2009-01-09  Juanma Barranquero  <lekktu@gmail.com>
986         * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
987         (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
988         (ispell-begin-skip-region-regexp, ispell-skip-region-list)
989         (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
990         (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
991         Fix typos in docstrings.
992         (ispell-command-loop): Reflow docstring.
994 2009-01-08  Agustín Martín  <agustin.martin@hispalinux.es>
996         * textmodes/ispell.el (ispell-encoding8-command): New variable.
997         (ispell-aspell-supports-utf8): Mark as obsoleted by
998         ispell-encoding8-command.
999         (ispell-check-version): Set ispell-encoding8-command.
1000         (ispell-check-spellchecker-params, ispell-start-process):
1001         Use ispell-encoding8-command.
1003         * textmodes/flyspell.el (flyspell-large-region):
1004         Use ispell-encoding8-command.
1006 2009-01-08  Glenn Morris  <rgm@gnu.org>
1008         * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
1009         scroll the calendar.
1011         * international/mule-cmds.el (universal-coding-system-argument):
1012         last-input-char need not be a char.
1014         * textmodes/ispell.el (ispell-check-minver): Declare.
1015         Use string-to-number rather than string-to-int.
1017 2009-01-07  Juanma Barranquero  <lekktu@gmail.com>
1019         * add-log.el (change-log-search-tag-name): Reflow docstring.
1020         (change-log-mode): Fix typo in docstring.
1022         * international/mule.el (define-coding-system): Doc fix.
1024 2009-01-07  Kenichi Handa  <handa@m17n.org>
1026         * international/mule.el (define-coding-system): Fix docstring
1027         about :bom usage.
1029 2009-01-07  Martin Rudalics  <rudalics@gmx.at>
1031         * dired.el (dired-pop-to-buffer): Don't split windows
1032         horizontally.  (Bug#1806)
1034 2009-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1036         * tar-mode.el (tar-mode, tar-mode-write-contents)
1037         (tar-write-region-annotate): Undo Andreas's last change.
1039 2009-01-06  Michael Albinus  <michael.albinus@gmx.de>
1041         * net/tramp.el (tramp-do-copy-or-rename-file-directly)
1042         (tramp-handle-file-local-copy, tramp-handle-write-region)
1043         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1044         (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
1046 2009-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1048         * minibuffer.el (completion-hilit-commonality): Don't presume
1049         all-completions always include the input as prefix.
1050         (completion-pcm--pattern-trivial-p): Accept a few more patterns
1051         as trivial.
1052         (completion-pcm--hilit-commonality): Remove leftover code that used to
1053         deal with the now removed cdr-in-last-cons.
1055 2009-01-06  Juanma Barranquero  <lekktu@gmail.com>
1057         * international/mule.el (define-coding-system): Fix typos in docstring.
1059 2009-01-05  Alan Mackenzie  <acm@muc.de>
1061         * progmodes/cc-styles.el (c-setup-paragraph-variables):
1062         Ensure paragraph-\(start\|separate\) match blank lines.  For AWK Mode.
1064 2009-01-05  Michael Albinus  <michael.albinus@gmx.de>
1066         * net/tramp.el (tramp-handle-load)
1067         (tramp-do-copy-or-rename-file-directly)
1068         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
1069         (tramp-handle-write-region)
1070         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1071         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
1072         Delete temporary file in case of error.
1074 2009-01-05  Agustín Martín  <agustin.martin@hispalinux.es>
1076         * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
1078 2009-01-05  Richard M Stallman  <rms@gnu.org>
1080         * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
1082 2009-01-05  Martin Rudalics  <rudalics@gmx.at>
1084         * window.el (display-buffer): Fix last fix.
1086 2009-01-05  Juanma Barranquero  <lekktu@gmail.com>
1088         * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
1089         to shorten the desktop file directory shown in message.
1091 2009-01-05  Glenn Morris  <rgm@gnu.org>
1093         * version.el (emacs-copyright):
1094         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
1095         Update copyrights for 2009.
1097 2009-01-04  Stephen Leake  <stephen_leake@member.fsf.org>
1099         * progmodes/ada-mode.el (ada-mode): Simplify doc string.
1100         (ada-get-indent-paramlist): Use ada-broken-indent instead of
1101         hard-coded 0.
1102         (ada-get-indent-loop): Fix list access bug.
1104 2009-01-04  Juanma Barranquero  <lekktu@gmail.com>
1106         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
1107         (lisp-interaction-mode): Add a blank line in the docstring
1108         before the keymap listing.
1110 2009-01-04  Martin Rudalics  <rudalics@gmx.at>
1112         * window.el (display-buffer): When a buffer is displayed in the
1113         selected and some other window, and not-this-window is non-nil,
1114         try to return that other window instead of popping up a new
1115         frame.  (Bug#30)
1117 2009-01-04  Chong Yidong  <cyd@stupidchicken.com>
1119         * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
1121 2009-01-04  Ulrich Mueller  <ulm@kph.uni-mainz.de>
1123         * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
1125 2009-01-03  Michael Olson  <mwolson@gnu.org>
1127         * net/imap.el (imap-parse-fetch): Courier can insert spurious
1128         blank characters which will confuse `read', so skip past them.
1130 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1132         * emacs-lisp/authors.el (authors-aliases): Addition.
1133         (authors): Allow to use it for other projects.
1135         * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
1136         Clarify MATCH argument.  Print filenames.
1138 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
1140         * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
1142         * net/tramp.el (tramp-local-host-regexp)
1143         (tramp-prefix-domain-format)
1144         (tramp-prefix-domain-regexp, tramp-domain-regexp)
1145         (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
1146         (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
1147         (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
1148         (tramp-file-name-structure, tramp-file-name-regexp-unified)
1149         (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
1150         (tramp-dissect-file-name, tramp-make-tramp-file-name)
1151         (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
1152         (tramp-handle-insert-file-contents): Fix setting of
1153         `buffer-read-only'.
1154         (tramp-compute-multi-hops, tramp-local-host-p):
1155         Use `tramp-local-host-regexp'.
1156         (tramp-file-name-real-user, tramp-file-name-domain):
1157         Use `tramp-user-with-domain-regexp'.
1159         * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
1160         (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
1162 2009-01-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1164         * proced.el (proced-grammar-alist): Refiner can be a
1165         list (function help-echo) instead of a cons pair.
1166         (proced-post-display-hook): New variable.
1167         (proced-tree-depth): Rename from proced-tree-indent.
1168         (proced-mode): Derive mode from special-mode.
1169         (proced-mode-map): Change accordingly.
1170         (proced, proced-update): Run proced-post-display-hook.
1171         (proced-do-mark-all): Count processes for which mark has been updated.
1172         (proced-format): Check for ppid attribute.
1173         (proced-process-attributes): Take time and ctime attribute from
1174         system-process-attributes.
1175         (proced-send-signal): Doc fix.  Collect properly the info on
1176         marked processes.  Use fit-window-to-buffer instead of
1177         dired-pop-to-buffer.
1179 2009-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1181         * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
1182         point-min==1.
1184 2009-01-02  Juanma Barranquero  <lekktu@gmail.com>
1186         * bindings.el (mode-line-eol-desc): Fix typo in help message.
1187         (mode-line-client): Fix typo in help message and docstring.
1189 2009-01-02  Jason Rumney  <jasonr@gnu.org>
1191         * term/w32-win.el (image-library-alist): Add gobject library.
1193 2009-01-02  Martin Rudalics  <rudalics@gmx.at>
1195         * frame.el (window-system-default-frame-alist)
1196         (initial-frame-alist, minibuffer-frame-alist)
1197         (pop-up-frame-alist, pop-up-frame-function)
1198         (special-display-frame-alist): Rewrite and reformat doc-strings.
1200 2009-01-01  Martin Rudalics  <rudalics@gmx.at>
1202         * simple.el (minibuffer-default-add-shell-commands):
1203         Fix doc-string typo.
1205 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
1207         * language/cham.el: Fix setting of composition-function-table.
1209         * language/khmer.el: Fix setting of composition-function-table.
1211         * language/tibet-util.el (tibetan-composition-function):
1212         Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
1214         * simple.el (minibuffer-default): Add defvar.
1216         * hippie-exp.el: Require comint.
1218 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
1220         * simple.el (last-buffer): Don't set major mode of *scratch* if
1221         that buffer exists already.  Rewrite doc-string.
1223 2008-12-31  Andreas Schwab  <schwab@suse.de>
1225         * tar-mode.el (tar-mode): Set write-contents-functions instead of
1226         write-region-annotate-functions.
1227         (tar-mode-write-contents): New function.
1228         (tar-write-region-annotate): Remove.
1230 2008-12-31  Chong Yidong  <cyd@stupidchicken.com>
1232         * files.el (basic-save-buffer): Revert 2008-12-22 change.
1233         (buffer-swapped-with): Var removed.
1235 2008-12-30  Kenichi Handa  <handa@m17n.org>
1237         * language/japanese.el (compose-gstring-for-variation-glyph):
1238         New function.  Register it in composition-function-table.
1240         * composite.el (lglyph-set-code): New function.
1242 2008-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1244         * tar-mode.el (tar-data-swapped): New var.
1245         (tar-data-swapped-p, tar-swap-data):
1246         Use it instead of buffer-swapped-with.
1247         (tar-write-region-annotate): Re-add (partial undo of last change).
1248         (tar-mode): Use it again (partial undo as well).
1250 2008-12-30  Ed Swarthout  <Ed.Swarthout@hwdebug.com>  (tiny change)
1252         * textmodes/table.el (table-capture): Fix symbol quoting typo.
1254 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
1256         * follow.el (follow-select-if-visible): Improve the check for the
1257         last line of the window.
1258         (follow-post-command-hook): Perform redisplay in more
1259         circumstances, to avoid getting point stuck on partially visible lines.
1261 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
1263         * follow.el (follow-calc-win-end): Use with-selected-window.
1264         (follow-windows-start-end, follow-pos-visible)
1265         (follow-windows-aligned-p): Code cleanup.
1266         (follow-select-if-visible): Try to avoid partially-visible lines.
1267         (follow-select-if-visible-from-first): Call follow-redisplay and
1268         move point to destination.
1269         (follow-redisplay): New arg, to keep selected window unchanged.
1270         (follow-post-command-hook): In final check for destination
1271         visibility, use window-start and window-end instead of the less
1272         accurate follow-pos-visible.  If the selected window is redrawn,
1273         tell follow-redisplay to preserve it.
1274         (follow-calculate-first-window-start-from-below): Avoid looping
1275         forever if vertical-motion returns an unexpected value.
1277 2008-12-30  Andreas Schwab  <schwab@suse.de>
1279         * server.el (server-running-p): Remove interactive spec.
1280         Fix regexp.
1282 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
1284         * follow.el (follow-calc-win-start): Don't use `inline'.
1285         (follow-update-window-start, follow-select-if-visible)
1286         (follow-calculate-first-window-start-from-below)
1287         (follow-post-command-hook): Code cleanup.
1288         (follow-downward, follow-calculate-first-window-start):
1289         Delete function and merge into follow-redisplay.
1290         (follow-redisplay): Merge code from follow-downward and
1291         follow-calculate-first-window-start.
1293 2008-12-30  Juanma Barranquero  <lekktu@gmail.com>
1295         * proced.el (proced-tree-flag): Fix typo in docstring.
1297 2008-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1299         * proced.el (proced-temp-alist): Rename from variable
1300         proced-children-alist.
1301         (proced-process-tree, proced-toggle-tree): Fix docstring.
1302         (proced-tree): Fix docstring.  Simplify.  Use proced-temp-alist.
1303         (proced-temp-internal): Use proced-temp-alist.
1305 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
1307         * subr.el (mkdir): New defalias.
1309 2008-12-29  Juri Linkov  <juri@jurta.org>
1311         * proced.el (proced-mode-map): Bind " " to next-line instead of the
1312         command `proced-next-line' removed on 2008-09-06.
1314 2008-12-28  Juri Linkov  <juri@jurta.org>
1316         * misearch.el (multi-isearch-next-buffer-function): Doc fix.
1317         (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
1319         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
1320         Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
1321         (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
1322         is bound set it to `reftex-isearch-switch-to-next-file'.  Otherwise,
1323         set 4 obsolete variables for backward-compatibility with Emacs 22.
1325 2008-12-28  Juri Linkov  <juri@jurta.org>
1327         * misc.el (butterfly): Doc fix.  Add `animate-string' and `browse-url'.
1329 2008-12-28  Raffael Mancini  <raffael.mancini@hcl-club.lu>  (tiny change)
1331         * misc.el (butterfly): New command.
1333 2008-12-28  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1335         * proced.el (proced-grammar-alist): Allow predicate nil.
1336         New attribute tree.
1337         (proced-format-alist): Use attribute tree.
1338         (proced-tree-flag, proced-tree-indent): New variables.
1339         (proced-children-alist): Rename from proced-process-tree.
1340         PPID must refer to a process in process-alist.
1341         Ignore PPIDs that equal PID (Bug#1718).
1342         Children alist inherits sorting order from process-alist.
1343         (proced-process-tree): New variable.  New function.
1344         (proced-process-tree-internal, proced-toggle-tree)
1345         (proced-tree, proced-tree-insert, proced-format-tree): New functions.
1346         (proced-mark-process-alist): Add docstring.
1347         (proced-filter-parents): PPID must refer to a process in
1348         process-alist.  Ignore PPIDs that equal PID (Bug#1718).
1349         (proced-sort): Throw error if attribute is not sortable.
1350         (proced-sort-interactive): Restrict completion to sortable attributes.
1351         (proced-format): Include tree in standard attributes if
1352         proced-tree-flag is non-nil.  Make header clickable only if
1353         corresponding predicate is non-nil.
1354         (proced-update): Use proced-tree.
1356 2008-12-28  Chong Yidong  <cyd@stupidchicken.com>
1358         * diff.el (diff): Doc fix.
1360         * emacs-lisp/rx.el (rx): Doc fix.
1362         * files.el (move-file-to-trash): Bind backup-directory-alist to nil
1363         before uniquifying backup trash file name.
1365 2008-12-27  Andreas Schwab  <schwab@suse.de>
1367         * vc-git.el (vc-git-dir-printer): Fix filename column.
1369 2008-12-27  Nicholas Maniscalco  <nicholas@maniscalco.com>  (tiny change)
1371         * term.el (term-emulate-terminal): Decode substring just prior to
1372         inserting it, i.e. revert part of the 2008-09-24 change.  (Bug#1469)
1374 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
1376         * makefile.w32-in (MH_E_DIR): New variable.
1377         ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
1378         ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
1379         ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
1380         ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
1381         ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
1382         ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
1383         ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
1384         ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
1385         ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
1386         ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
1387         ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
1389         * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
1390         ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
1391         ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
1392         ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
1393         ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
1394         ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
1395         ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
1396         ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
1397         ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
1398         ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
1399         ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
1401 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
1403         * files.el (dosified-file-name): Declare.
1405 2008-12-26  Andreas Schwab  <schwab@suse.de>
1407         * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
1409         * tar-mode.el (tar-swap-data): New function.
1410         (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
1411         (tar-mode-revert): Likewise.
1412         (tar-mode): Likewise.  Don't set write-region-annotate-functions.
1413         (tar-data-swapped-p): Test buffer-swapped-with.
1414         (tar-write-region-annotate): Remove.
1415         (tar-header-block-tokenize): Add argument `coding' and use it
1416         instead of tar-file-name-coding-system.
1417         (tar-summarize-buffer): Pass tar-file-name-coding-system here.
1419 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
1421         * dos-fns.el (dosified-file-name): New function.
1423         * files.el (dir-locals-find-file): Run dir-locals-file through
1424         dosified-file-name.  Compare files case-insensitively on systems
1425         whose filesystems are case-insensitive.
1427 2008-12-25  Martin Rudalics  <rudalics@gmx.at>
1429         * help.el (help-for-help-internal): Fix entry for "l".
1431 2008-12-25  Richard M Stallman  <rms@gnu.org>
1433         * shadowfile.el (shadow-copy-file): Revert previous change.
1434         This code as it was should work properly with buffer-swapped-with.
1436 2008-12-24  Francois Fleuret  <francois.fleuret@idiap.ch>  (tiny change)
1438         * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
1440 2008-12-24  Dan Nicolaescu  <dann@ics.uci.edu>
1442         * subr.el (chmod): New defalias for set-file-modes.
1444 2008-12-23  Juri Linkov  <juri@jurta.org>
1446         * isearch.el (isearch-filter-predicate, isearch-search):
1447         Replace `isearch-filter-invisible' with `isearch-filter-visible'.
1448         (isearch-filter-visible): Rename from
1449         `isearch-filter-invisible'.  Doc fix.
1451         * dired-aux.el (dired-isearch-filenames-toggle): Use the original
1452         value from `dired-isearch-filter-predicate-orig' instead of the
1453         symbol `isearch-filter-invisible'.  Doc fix.
1454         (dired-isearch-filter-filenames): Doc fix.
1455         Replace `isearch-filter-invisible' with `isearch-filter-visible'.
1457         * info.el (Info-find-node-2): Use negative offset 2 instead of 1
1458         for Info-point-loc since it is more correct in all cases.
1459         (Info-isearch-filter): Rename from
1460         `Info-isearch-filter-predicate'.  Doc fix.
1461         (Info-mode): Replace `Info-isearch-filter-predicate' with
1462         `Info-isearch-filter'.
1464 2008-12-23  Daiki Ueno  <ueno@unixuser.org>
1466         * pgg.el: Add obsolescence info.
1468 2008-12-22  Richard M Stallman  <rms@gnu.org>
1470         * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
1472         * files.el (buffer-swapped-with): New variable.
1473         (basic-save-buffer-0): Most of basic-save-buffer moved here.
1474         (basic-save-buffer): Unswap the buffer temporarily if nec.
1476         * dired.el (dired-readin): Inhibit modification hooks.
1478 2008-12-22  Ulf Jasper  <ulf.jasper@web.de>
1480         * net/newst-backend.el (newst-backend):
1481         Remove wrong duplicate provide statement.
1483 2008-12-22  Michael Albinus  <michael.albinus@gmx.de>
1485         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
1486         end, before updating.
1487         (tramp-convert-file-attributes): Add "l" indicator to file modes.
1488         (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
1490 2008-12-21  Martin Rudalics  <rudalics@gmx.at>
1492         * window.el (set-window-text-height): Fix doc-string.
1494 2008-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1496         * minibuffer.el (completion-all-completions-with-base-size): Remove.
1497         (completion-all-completions): Don't set it.
1498         (completion-table-with-context, completion--file-name-table):
1499         Don't add base-size in last cdr.
1500         (completion-hilit-commonality): Add argument `base-size'.
1501         (display-completion-list, completion-emacs21-all-completions)
1502         (completion-emacs22-all-completions, completion-basic-all-completions):
1503         Provide it.
1504         (completion-pcm--all-completions): Don't need to remove the base-size
1505         in last-cdr any more.
1507 2008-12-20  Agustín Martín  <agustin.martin@hispalinux.es>
1509         * textmodes/ispell.el (ispell-check-minver): New function.
1510         (ispell-check-version): Rewrite spellchecker and version checking.
1511         Use (ispell-check-minver).  Handle hunspell versions.
1513 2008-12-20  Chong Yidong  <cyd@stupidchicken.com>
1515         * ido.el (ido-read-internal): Handle `confirm' and
1516         `confirm-after-completion' values for the require-match argument.
1518 2008-12-20  Jason Rumney  <jasonr@gnu.org>
1520         * international/mule.el (auto-coding-regexp-alist):
1521         Use utf-8-with-signature for files starting with UTF-8 BOM.  (Bug#269)
1523 2008-12-20  Ami Fischman  <ami@fischman.org>
1525         * bindings.el (mode-line-eol-desc): Use assoc to query
1526         mode-line-eol-desc-cache.
1528 2008-12-20  Glenn Morris  <rgm@gnu.org>
1530         * comint.el (comint-save-input-ring-index): Add missing initial value.
1532 2008-12-19  Juanma Barranquero  <lekktu@gmail.com>
1534         * proced.el (proced-grammar-alist): Doc fix.
1535         (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
1536         (proced-filter-parents, proced-sort-header, proced-update, proced-help)
1537         (proced-undo): Fix typos in docstrings.
1539 2008-12-19  Glenn Morris  <rgm@gnu.org>
1541         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1542         (authors-fixed-case): New constant.
1543         (authors-public-domain-files, authors-ignored-files):
1544         (authors-valid-file-names, authors-renamed-files-alist): Update lists.
1545         (authors-renamed-files-regexps): Add some new entries.
1546         (authors-canonical-file-name): Don't complain about ignored files.
1547         (authors-canonical-author-name): Doc fix.  Respect authors-fixed-case.
1548         (authors): Ensure error buffer is writable.
1550 2008-12-18  Agustín Martín  <agustin.martin@hispalinux.es>
1552         (ispell-really-hunspell): New variable to signal hunspell.
1553         (ispell-check-version):
1554         Check if hunspell and set ispell-really-hunspell if needed.
1555         (ispell-send-string, ispell-start-process, flyspell-large-region):
1556         Pass right options for hunspell if needed.
1558 2008-12-18  Kenichi Handa  <handa@m17n.org>
1560         * international/fontset.el (script-representative-chars)
1561         (setup-default-fontset): Add more scripts.
1563         * international/characters.el: Add more scripts.
1565 2008-12-19  Juri Linkov  <juri@jurta.org>
1567         * info.el (Info-isearch-search): Implement lax version of
1568         incremental word search in Info.
1569         (Info-isearch-start): Set Info-isearch-initial-node to the
1570         current node when search is nonincremental to not stop at the
1571         initial node in this case.
1572         (Info-mode-map): Unbind "\M-s" from `Info-search'.
1574 2008-12-18  Juanma Barranquero  <lekktu@gmail.com>
1576         * textmodes/rst.el (rst-promote-region): Reflow docstring.
1577         (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
1578         (rst-repeat-last-character): Fix typos in docstrings.
1579         (rst-mode, rst-backward-section): Doc fixes.
1581 2008-12-18  Ulf Jasper  <ulf.jasper@web.de>
1583         * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
1584         (newsticker-treeview-quit): Call `newsticker-treeview-save'.
1585         (newsticker--treeview-load): Check whether groups file exists.
1587         * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
1588         (newsticker-dir): Use `locate-user-emacs-file'.
1590 2008-12-18  Martin Rudalics  <rudalics@gmx.at>
1592         * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
1593         end-of-visual-line to CUA's recognized commands.  (Bug#1549)
1595 2008-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
1597         * newcomment.el (comment-style): Default to `indent'.  (Bug#1153)
1599         * startup.el (command-line): Do not mention the server name in
1600         case the user has not mentioned it, print a more explicit message.
1602         * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
1603         Change all callers.
1605 2008-12-18  Sam Steingold  <sds@gnu.org>
1607         * vc-dir.el (vc-at-event): Handle (tool-bar) events.  Fix bug#1585.
1609 2008-12-18  Juri Linkov  <juri@jurta.org>
1611         * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
1612         `isearch-edit-string-set-word'.
1613         (isearch-edit-string-set-word): Remove.
1614         (isearch-occur): Imitate the C function `wordify' by replacing
1615         non-word character with the \\W+ regexp.
1616         (isearch-search-fun): Add `isearch-nonincremental' to the
1617         condition of using a non-lax version of `word-search-forward'.
1619 2008-12-17  Daiki Ueno  <ueno@unixuser.org>
1621         * epa-file.el (epa-file-insert-file-contents):
1622         Set buffer-file-name before decrypting a file.
1624 2008-12-16  Juanma Barranquero  <lekktu@gmail.com>
1626         * server.el (server-start): If unable to start the server,
1627         display a warning instead of raising an error.
1629         * startup.el (server-process): Add defvar.
1630         (command-line): If the daemon is unable to start the server,
1631         display a message and exit Emacs.
1633 2008-12-15  Sam Steingold  <sds@gnu.org>
1635         * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
1636         mostly for CLISP modules, but could also be useful elsewhere.
1638 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
1640         * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
1641         * icomplete.el (icomplete-prospects-height):
1642         * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
1644 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
1646         * international/mule.el (find-auto-coding): Fix typo in docstring.
1648         * international/mule-cmds.el (select-safe-coding-system):
1649         * mail/rmail.el (rmail-require-mime-maybe):
1650         Fix arguments of `display-warning'.
1652         * simple.el (bad-package-check): Fix arguments of `display-warning',
1653         using the package name as TYPE.  Use `string-match-p'.
1655 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1657         * proced.el (proced-sort-interactive, proced-sort-pcpu)
1658         (proced-sort-pmem, proced-sort-start, proced-sort-time)
1659         (proced-sort-user, proced-sort-header): Prefix arg determines
1660         sorting order.  Suggested by Dan Nicolaescu.
1661         (proced-revert): Doc fix.
1663 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1665         * proced.el (proced-grammar-alist): Allow refiner elements that
1666         are cons pairs (function . help-echo) or nil.
1667         (proced-refine): Use them.
1668         (proced-format-alist): Allow alternatives.
1669         (proced-descend): New variable.
1670         (proced-sort): New arg descend.
1671         (proced-sort-interactive): Repeated calls toggle sort order.
1672         (proced-format): Accomodate changes of proced-format-alist.
1673         Undefined attributes are displayed as "?".
1674         (proced-process-attributes): New optional arg pid-list.
1675         Ignore processes with empty attribute list.
1677 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1679         * proced.el (proced-auto-update-interval): Rename from
1680         proced-timer-interval.
1681         (proced-auto-update-flag): Rename from proced-timer-flag.
1682         (proced-auto-update-timer): Rename from proced-timer.
1683         (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
1684         (proced-available): Initialize appropriately.
1686 2008-12-13  Glenn Morris  <rgm@gnu.org>
1688         * subr.el (declare-function): Doc fix.
1690         * font-core.el (font-lock-defaults): Doc fix: mention levels;
1691         refer to elisp manual.
1693 2008-12-12  Martin Rudalics  <rudalics@gmx.at>
1695         * window.el (fit-window-to-buffer): Return non-nil when height
1696         was orderly adjusted, nil otherwise.
1698 2008-12-12  Juanma Barranquero  <lekktu@gmail.com>
1699             Stefan Monnier  <monnier@iro.umontreal.ca>
1701         * server.el (server-sentinel): Uncomment code to delete connection file.
1702         (server-start): Save the connection file in the server property list.
1703         Delete it only when we are reasonably convinced that it is not owned by
1704         a running server.
1705         (server-force-delete): New command to force-delete the connection file,
1706         and stop the server if it is running.
1707         (server-running-p): Return t also for local TCP servers when we find a
1708         process with a matching PID, and :other for undecided cases.
1710 2008-12-11  Martin Rudalics  <rudalics@gmx.at>
1712         * window.el (fit-window-to-buffer): Use with-selected-window and
1713         condition-case.  Do not delete more windows than necessary in
1714         the shrinking (delta < 0) case.  Do not raise an error when the
1715         containing frame is too small to show all of buffer.  (Bug#1488)
1717         * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
1718         min-height arg 1 to make sure that small buffers are shown.
1720 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
1722         * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
1723         (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
1724         (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
1725         (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
1726         (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
1727         (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
1728         (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
1729         (ruby-backward-sexp, ruby-add-log-current-method)
1730         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
1731         (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
1732         (ruby-deep-indent-paren): Doc fix.
1733         (ruby-insert-encoding-magic-comment): Remove * from docstring.
1734         (ruby-here-doc-find-end): Reflow docstring.
1736 2008-12-11  Stephen Berman  <Stephen.Berman@rub.de>
1738         * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
1739         dired-shrink-to-fit is non-nil.  (Bug#1488)
1741 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
1743         * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
1744         decoding of long locale info is now done in `w32-get-locale-info'.
1746 2008-12-11  Chong Yidong  <cyd@stupidchicken.com>
1748         * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
1750 2008-12-10  Chong Yidong  <cyd@stupidchicken.com>
1752         * Makefile.in (ELCFILES): Add ruby-mode.elc.
1754         * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
1755         terminal variable assignment.
1757 2008-12-10  Yukihiro Matsumoto  <matz@ruby-lang.org>
1758             Nobuyoshi Nakada  <nobu@ruby-lang.org>
1760         * progmodes/ruby-mode.el: New file.
1762 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
1764         * net/tramp.el (top): Don't fail if there is no current message.
1765         [Ulrich Mueller sent a patch, which I saw too late.]  (Bug#1514)
1767 2008-12-10  Kenichi Handa  <handa@m17n.org>
1769         * international/fontset.el (setup-default-fontset): Add an entry
1770         for characters in the Unicode SIP area.
1772 2008-12-10  Glenn Morris  <rgm@gnu.org>
1774         * vc-mcvs.el: Move to obsolete/, with warning comment.
1775         * Makefile.in (ELCFILES): Update.
1777 2008-12-10  Daiki Ueno  <ueno@unixuser.org>
1779         * epa-hook.el (epa-file-find-file-hook): Don't mark the current
1780         buffer unmodified.  (Bug#1509)
1781         * epa-file.el (epa-file-insert-file-contents): Set buffer's
1782         modification time if visiting a file and the content is
1783         successfully decrypted.
1785 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
1787         * files.el (save-some-buffers): At each map-y-or-n-p iteration,
1788         check whether the buffer is still alive.
1790 2008-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1792         * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
1794 2008-12-09  Glenn Morris  <rgm@gnu.org>
1796         * Makefile.in (ELCFILES): Update.
1798 2008-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1800         * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
1801         Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
1803 2008-12-06  Chong Yidong  <cyd@stupidchicken.com>
1805         * term/xterm.el (terminal-init-xterm): Discard pending input
1806         before reading a reply to the terminal attributes query.
1808 2008-12-05  Andreas Schwab  <schwab@suse.de>
1810         * dired.el (dired-font-lock-keywords): Fix last change.
1812 2008-12-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1814         * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
1815         into (defcustom ... "..." :type ... :group...).
1817 2008-12-05  Juanma Barranquero  <lekktu@gmail.com>
1819         * international/mule-diag.el (mule-diag): Display the window
1820         system version in a less laconic way.
1822 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
1824         * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
1825         if the sorting functions are not loaded.  (Bug#1432)
1827 2008-12-04  Sam Steingold  <sds@gnu.org>
1829         * progmodes/compile.el (compilation-read-command): Extract from
1830         compile.
1831         (compile): Use it.
1832         (recompile): Accept an optional argument to enable editing the
1833         command line.
1835 2008-12-04  Michael Albinus  <michael.albinus@gmx.de>
1837         * net/tramp.el (top): Write a message, when loading Tramp.
1839         * net/tramp-cache.el (tramp-dump-connection-properties):
1840         Polish the check, whether to dump the data.
1842 2008-12-04  Lute Kamstra  <lute@gnu.org>
1844         * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
1845         check if the file "CVS/Entries" exists.
1847 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
1849         * international/mule-diag.el (list-character-sets): Doc fix.
1850         (list-character-sets-2): Fix info in header.  Simplify.
1851         (print-coding-system): Simplify.
1852         (list-input-methods-1): Simplify.
1853         (mule-diag): Display current font/fontset for all window systems,
1854         not just X.  Simplify.
1856 2008-12-04  Glenn Morris  <rgm@gnu.org>
1858         * vc-cvs.el (vc-cvs-register-switches): Doc fix.  Add t as option.
1859         (vc-cvs-register): Doc fix.
1860         * vc-mcvs.el (vc-mcvs-register-switches): Doc fix.  Add t as option.
1861         (vc-mcvs-register): Doc fix.
1862         * vc-rcs.el (vc-rcs-register-switches): Doc fix.  Add t as option.
1863         (vc-rcs-register): Doc fix.
1864         * vc-sccs.el (vc-sccs-register-switches): Doc fix.  Add t as option.
1865         (vc-sccs-register): Doc fix.
1866         * vc-svn.el (vc-svn-register-switches): Doc fix.  Add t as option.
1867         (vc-svn-register): Doc fix.
1869         * files.el (toggle-read-only): Doc fix.
1871 2008-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1873         * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
1874         be used in compact layout and vice-versa.
1876 2008-12-03  Juanma Barranquero  <lekktu@gmail.com>
1878         * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
1879         like most list-* commands.
1881         * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
1882         They already exist in descr-text.el as `describe-char-unicodedata-file'
1883         and `describe-char-unicode-data'.
1884         (print-list): Simplify.
1885         (read-charset): Reflow docstring.
1886         (list-coding-systems): Doc fix.
1888 2008-12-03  Glenn Morris  <rgm@gnu.org>
1890         * vc.el (vc-diff-switches): Doc fix.
1891         * vc-bzr.el (vc-bzr-diff-switches): Doc fix.  Add t as option.
1892         (vc-bzr-log-switches): Doc fix.
1893         * vc-cvs.el (vc-cvs-diff-switches): Doc fix.  Add t as option.
1894         * vc-git.el (vc-git-diff-switches): Doc fix.
1895         * vc-hg.el (vc-hg-diff-switches): Doc fix.
1896         * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
1897         * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
1898         * vc-rcs.el (vc-rcs-diff-switches): Doc fix.  Add t as option.
1899         * vc-sccs.el (vc-sccs-diff-switches): Doc fix.  Add t as option.
1901         * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
1902         other backends.
1903         (vc-arch-diff): Apply switches.
1905         * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
1906         than appending.
1908         * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
1910 2008-12-03  Daiki Ueno  <ueno@unixuser.org>
1912         * epa.el (epa--show-key): Use past tense of "expire" if the key
1913         has already been expired.  Thanks to Peter BARABAS.
1915 2008-12-03  Lute Kamstra  <lute@gnu.org>
1917         * align.el:
1918         * allout.el:
1919         * apropos.el:
1920         * arc-mode.el:
1921         * autoinsert.el:
1922         * avoid.el:
1923         * battery.el:
1924         * bookmark.el:
1925         * buff-menu.el:
1926         * calculator.el:
1927         * chistory.el:
1928         * cmuscheme.el:
1929         * comint.el:
1930         * compare-w.el:
1931         * dabbrev.el:
1932         * delim-col.el:
1933         * desktop.el:
1934         * diff-mode.el:
1935         * diff.el:
1936         * dired-aux.el:
1937         * dired-x.el:
1938         * dired.el:
1939         * dos-vars.el:
1940         * ediff-diff.el:
1941         * ediff-help.el:
1942         * ediff-init.el:
1943         * ediff-merg.el:
1944         * ediff-mult.el:
1945         * ediff-ptch.el:
1946         * ediff-vers.el:
1947         * ediff-wind.el:
1948         * ediff.el:
1949         * emerge.el:
1950         * facemenu.el:
1951         * faces.el:
1952         * ffap.el:
1953         * filecache.el:
1954         * find-dired.el:
1955         * font-core.el:
1956         * font-lock.el:
1957         * forms.el:
1958         * fringe.el:
1959         * help-at-pt.el:
1960         * hippie-exp.el:
1961         * ido.el:
1962         * image-file.el:
1963         * imenu.el:
1964         * indent.el:
1965         * info.el:
1966         * isearchb.el:
1967         * iswitchb.el:
1968         * jit-lock.el:
1969         * jka-compr.el:
1970         * log-edit.el:
1971         * lpr.el:
1972         * ls-lisp.el:
1973         * man.el:
1974         * menu-bar.el:
1975         * midnight.el:
1976         * mouse-sel.el:
1977         * mouse.el:
1978         * msb.el:
1979         * outline.el:
1980         * paren.el:
1981         * pcmpl-cvs.el:
1982         * pcmpl-gnu.el:
1983         * pcomplete.el:
1984         * pcvs-info.el:
1985         * pcvs-parse.el:
1986         * printing.el:
1987         * ps-mule.el:
1988         * ps-print.el:
1989         * replace.el:
1990         * ruler-mode.el:
1991         * saveplace.el:
1992         * sb-image.el:
1993         * scroll-bar.el:
1994         * sha1.el:
1995         * shadowfile.el:
1996         * shell.el:
1997         * sort.el:
1998         * speedbar.el:
1999         * strokes.el:
2000         * tempo.el:
2001         * term.el:
2002         * terminal.el:
2003         * time-stamp.el:
2004         * time.el:
2005         * tree-widget.el:
2006         * type-break.el:
2007         * vc-cvs.el:
2008         * vc-hg.el:
2009         * vc-mcvs.el:
2010         * vc-rcs.el:
2011         * vc-sccs.el:
2012         * vc.el:
2013         * view.el:
2014         * w32-vars.el:
2015         * whitespace.el:
2016         * wid-edit.el: Remove leading * from docstrings of defcustoms,
2017         deffaces, defconsts and defuns.
2019 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2021         * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
2022         the prompt was added to the minibuffer.
2024 2008-12-02  Glenn Morris  <rgm@gnu.org>
2026         * format.el (format-write-file): Rewrite doc yet again.
2028         * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
2029         Doc fix.  (Bug#1368)
2031         * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
2033 2008-12-02  Aaron S. Hawley  <aaronh@garden.org>
2035         * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
2036         case where point is at the beginning of the buffer.  (Bug#1239)
2038 2008-12-02  Lennart Borgman  <lennart.borgman@gmail.com>
2040         * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
2041         already have the correct indentation.  (Bug#859)
2043 2008-12-02  Kenichi Handa  <handa@m17n.org>
2045         * international/uni-decomposition.el: Re-generated.
2047 2008-12-01  Andreas Schwab  <schwab@suse.de>
2049         * dired.el (dired-font-lock-keywords): Avoid fontifying file names
2050         ending in a colon as directory header.
2052 2008-12-01  Kenichi Handa  <handa@m17n.org>
2054         * international/uni-numeric.el: Re-generated.
2056         * international/charprop.el: Re-generated.
2058 2008-12-01  Juanma Barranquero  <lekktu@gmail.com>
2060         * international/mule-cmds.el (locale-preferred-coding-systems):
2061         Fix alist item.
2063 2008-12-01  Michael Albinus  <michael.albinus@gmx.de>
2065         * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
2066         (tramp-set-connection-property, tramp-flush-connection-property)
2067         (tramp-dump-connection-properties): Use it.
2069 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
2071         * wdired.el (wdired-finish-edit): If displaying a single file,
2072         change dired-directory if that file was renamed.
2074         * emacs-lisp/byte-run.el (macro-declaration-function):
2075         Disallow declare specs with lengths of 3 or more.
2077         * dirtrack.el (dirtrack): Fix error message.
2079 2008-11-30  Glenn Morris  <rgm@gnu.org>
2081         * vc-svn.el (vc-svn-diff-switches): Doc fix.
2082         (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
2084         * vc-git.el (vc-git-diff):
2085         * vc-hg.el (vc-hg-diff):
2086         * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
2088         * eshell/esh-proc.el (eshell-needs-pipe): New variable.
2089         (eshell-needs-pipe-p): New function.
2090         (eshell-gather-process-output): Set process-connection-type according to
2091         eshell-needs-pipe-p.  (Bug#1388)
2093 2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
2095         * calendar/diary-lib.el (diary-cyclic): Doc fix.
2096         (diary-remind-message, diary-number-of-entries)
2097         (diary-include-other-diary-files, diary-mark-included-diary-files)
2098         (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
2099         (diary-font-lock-keywords-1): Reflow docstrings.
2100         (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
2101         (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
2103         * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
2104         (timer-duration): Use `string-match-p'.
2106 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
2108         * complete.el (PC-do-complete-and-exit):
2109         Use minibuffer-confirm-exit-commands.
2111         * minibuffer.el (minibuffer-confirm-exit-commands):
2112         Add PC-complete and PC-complete-word to the list.
2114 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
2116         * files.el (break-hardlink-on-save): Fix typo in docstring.
2117         Add :version tag.
2119         * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
2120         (reb-mode): Define with `define-derived-mode'.
2122 2008-11-29  Karl Fogel  <kfogel@red-bean.com>
2124         * files.el (break-hardlink-on-save): New variable.
2125         (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
2126         (file-precious-flag): Mention it in doc string.
2128 2008-11-29  Miles Bader  <miles@gnu.org>
2130         * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
2131         (minibuffer-complete-and-exit): Use it.
2133 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
2135         * term/x-win.el (x-gtk-stock-cache): New hash table.
2136         (x-gtk-map-stock): Perform caching to prevent excess consing
2137         during redisplay.
2139 2008-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2141         * minibuffer.el (completion--try-word-completion): Don't ignore
2142         partial-completion if it's the only style.
2144 2008-11-28  Juanma Barranquero  <lekktu@gmail.com>
2146         * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
2147         (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
2148         (reb-initialize-buffer): Update matches, in case we're reentering
2149         RE Builder mode.
2151 2008-11-28  Chong Yidong  <cyd@stupidchicken.com>
2153         * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
2154         to minibuffer.el; recognize `confirm' and `confirm-after-completion'
2155         values for minibuffer-completion-confirm.
2157 2008-11-28  Martin Rudalics  <rudalics@gmx.at>
2159         * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
2160         any but the first "*" in a doc-string.
2162 2008-11-28  Glenn Morris  <rgm@gnu.org>
2164         * format.el (format-write-file): Improve previous doc fix.
2166 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
2168         * simple.el (use-empty-active-region, use-region-p)
2169         (region-active-p): Doc fix.
2171 2008-11-27  Martin Rudalics  <rudalics@gmx.at>
2173         * window.el (display-buffer): Fix handling of not-this-window
2174         argument.  (Bug#1415)
2176 2008-11-27  Kenichi Handa  <handa@m17n.org>
2178         * international/characters.el: Set category 'C' to characters
2179         #x20000..#x2AFFF, #x2F800..#x2FFFF.
2181         * loadup.el: Set inhibit-load-charset-map to t while preloading files.
2183 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
2185         * tool-bar.el (tool-bar-find-image-cache): Var deleted.
2186         (tool-bar-find-image): Function deleted.
2187         (tool-bar-local-item, tool-bar-local-item-from-menu):
2188         Use find-image instead of tool-bar-find-image.
2189         (tool-bar-keymap-cache): New hash table.
2190         (tool-bar-make-keymap): Use it.
2191         (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
2193 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
2195         * net/dbus.el (dbus-handle-event): The result of a message call
2196         handler can also be an object, which is not a consp.
2198 2008-11-25  Alan Mackenzie  <acm@muc.de>
2200         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
2201         (forward-list, backward-list, down-list, backward-up-list)
2202         (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
2203         (insert-pair, insert-parentheses): State that the command assumes
2204         that point is not in a string or comment.
2206 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
2208         * net/dbus.el (dbus-string-to-byte-array)
2209         (dbus-byte-array-to-string, dbus-escape-as-identifier)
2210         (dbus-unescape-from-identifier): New defuns.
2211         (dbus-handle-event): The result of a message call is a list of
2212         arguments, which must be expanded when passing to
2213         `dbus-method-return-internal'.
2215         * net/tramp.el (tramp-handle-write-region): Improve the check for
2216         calling direct copy.
2217         (tramp-find-inline-encoding): Don't raise an error but a warning,
2218         when no inline encoding is found.
2219         (tramp-get-remote-coding): Check for a symbol.  The negative check
2220         for a string fails, when there is an empty string.
2222 2008-11-26  Glenn Morris  <rgm@gnu.org>
2224         * vc-git.el (vc-git-diff-switches): New option.
2225         (vc-git-diff): Apply diff switches.  (Bug#1386)
2226         Give it a basic doc string.
2228         * term/pc-win.el (x-font-family-list): Replace redefinition with
2229         ifdef in src/xfaces.c, since it confuses make-docfile.  (Bug#1383)
2231 2008-11-26  Vincent Belaïche  <vincent.b.1@hotmail.fr>
2233         * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
2234         of the polynomial rather than the whole polynomial.
2236 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
2238         * mail/mailabbrev.el (define-mail-abbrev): When reading from
2239         mailrc, recognize string quoting.  When reading from Lisp, accept
2240         rfc822-like addresses.
2242         * mail/mailalias.el (define-mail-alias): Sync code with
2243         define-mail-abbrev.
2245 2008-11-25  Glenn Morris  <rgm@gnu.org>
2247         * eshell/esh-proc.el (eshell-gather-process-output):
2248         Revert previous change.  (re-opens Bug#1388)
2250         * select.el (x-set-cut-buffer): Fix signal arguments.
2252         * speedbar.el (speedbar-restricted-move): Fix signal arguments.
2254 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
2256         * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
2257         (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
2258         (bubbles--empty-char): Use "\s".
2260 2008-11-25  Jay Belanger  <jay.p.belanger@gmail.com>
2262         * calc/calc.el (calc-settings-file, calc-language-alist)
2263         (calc-embedded-announce-formula)
2264         (calc-embedded-announce-formula-alist)
2265         (calc-embedded-open-formula, calc-embedded-close-formula)
2266         (calc-embedded-open-close-formula-alist)
2267         (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
2268         (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
2269         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
2270         (calc-embedded-open-close-new-formula-alist)
2271         (calc-embedded-open-mode, calc-embedded-close-mode)
2272         (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
2273         (calc-gnuplot-plot-command, calc-gnuplot-print-command)
2274         (calc-multiplication-has-precedence): Remove unnecessary asterisks
2275         from docstrings.
2277 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
2279         * calculator.el (calculator-op-or-exp): Reflow docstring.
2280         (calculator-remove-zeros, calculator-repR, calculator-repL):
2281         Fix typos in docstrings.
2283 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
2285         * log-view.el (log-view-annotate-version): Let vc-annotate manage
2286         windows instead of calling switch-to-buffer.
2288         * diff.el (diff-sentinel): Take note of diff error return value.
2290 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
2292         * calendar/appt.el (appt-disp-window): Do a set-buffer when the
2293         frame can't be split.
2295 2008-11-24  Ulf Jasper  <ulf.jasper@web.de>
2297         * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
2298         (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
2299         (newsticker--treeview-tree-update-tag): Remove dead code.
2300         (newsticker-treeview-update): Don't update cache.
2301         (newsticker-treeview-quit): Don't save cache.
2302         (newsticker-treeview-save): Don't save cache.  Use `newsticker-dir'.
2303         (newsticker-treeview-save): Use `newsticker-dir'.
2304         (newsticker--treeview-load): Use `newsticker-dir'.
2305         (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
2306         Update tags.
2307         (newsticker-treeview-tree-do-click): Slightly simplified.
2309         * net/newst-backend.el (newsticker-dir): New.
2310         (newsticker-start): Use `newsticker--cache-read'.
2311         (newsticker-stop): Use `newsticker--cache-save'.
2312         (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
2313         (newsticker--images-dir): New.
2314         (newsticker--image-get, newsticker--image-sentinel):
2315         Use `newsticker--images-dir'.
2316         (newsticker--cache-save-version1): Backup version of
2317         `newsticker--cache-save'.
2318         (newsticker--cache-update): Create newsticker-dir if necessary.
2319         (newsticker--cache-dir): New.
2320         (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
2321         (newsticker--cache-save-feed): New.
2322         (newsticker--cache-read-version1): New.  Backuped version for reading
2323         cache data..
2324         (newsticker--cache-read, newsticker--cache-do-read): New.
2326         * net/newst-reader.el (newsticker--image-read):
2327         Use `newsticker--images-dir'.
2329 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
2331         * files.el (confirm-nonexistent-file-or-buffer):
2332         Allow `after-completion' value to request confirm only after TAB.
2333         (confirm-nonexistent-file-or-buffer): New function.
2334         (read-buffer-to-switch, find-file, find-file-other-window)
2335         (find-file-other-frame, find-file-read-only)
2336         (find-file-read-only-other-window)
2337         (find-file-read-only-other-frame): Use it.
2338         (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
2339         Thanks to Alan Mackenzie for suggesting the new behavior.
2341         * minibuffer.el (minibuffer-complete-and-exit):
2342         Change `confirm-only' value of minibuffer-completion-confirm to
2343         `confirm', and handle a `confirm-after-completion' value.
2345 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
2347         * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
2349 2008-11-24  Andreas Schwab  <schwab@suse.de>
2351         * image.el (image-type-header-regexps): Recognize more xbm format
2352         variants.
2354 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
2356         * textmodes/artist.el (artist-charlist-to-string): Simplify.
2357         (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
2358         (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
2359         (artist-replace-string, artist-draw-rect, artist-draw-line)
2360         (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
2361         (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
2362         (artist-pen, artist-pen-line, artist-text-insert-common)
2363         (artist-text-overwrite, artist-spray-get-interval)
2364         (artist-spray-clear-circle, artist-erase-char)
2365         (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
2366         (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
2367         (artist-key-draw-1point, artist-key-draw-2points)
2368         (artist-mouse-draw-continously): Fix typos in docstrings.
2369         (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
2370         (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
2371         (artist-backward-char, artist-forward-char): Doc fixes.
2372         (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
2373         Reflow docstrings.
2375 2008-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2377         * international/quail.el (quail-vunion): New function.
2378         (quail-defrule-internal): Use it to prevent accumulating redundant
2379         alternatives when `append' is set.
2380         (quail-insert-decode-map): Simplify computation of the max-key-width.
2381         Compute it right for multiple-list.
2383 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
2385         * emacs-lisp/elp.el (elp-instrument-list): Check argument type
2386         explicitly.  Doc fix.
2388 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
2390         * calendar/appt.el (appt-disp-window): Move minibuffer check
2391         after binding this-window and do not set-buffer to make sure we
2392         won't deselect the minibuffer.  (Bug#1413)
2394 2008-11-24  Dan Nicolaescu  <dann@ics.uci.edu>
2396         * vc-hg.el (vc-hg-program): Remove.
2397         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
2398         Undo previous change.
2400 2008-11-23  Martin Rudalics  <rudalics@gmx.at>
2402         * info-look.el (info-lookup): When Info buffer is visible on
2403         another frame, raise that frame.
2405 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
2407         * allout.el (allout-mode): Fix typo in docstring.
2409         * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
2410         (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
2412 2008-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2414         * vc-hooks.el (vc-follow-link): Complete last change.
2416 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
2418         * textmodes/remember.el (remember-region): Doc fix.
2419         (remember-filter-functions, remember-handler-functions)
2420         (remember-save-after-remembering, remember-mailbox)
2421         (remember-default-priority, remember-data-file, remember-leader-text)
2422         (remember-diary-file): Remove * from defcustom docstrings.
2423         (remember-run-all-annotation-functions-flag)
2424         (remember-all-handler-functions): Reflow docstrings.
2425         (remember-store-in-mailbox): Fix typo in docstring.
2426         (remember-mode): Define with `define-derived-mode'.  Doc fix.
2428 2008-11-23  Glenn Morris  <rgm@gnu.org>
2430         * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
2431         (eshell-do-pipelines): Add optional argument to distinguish recursive
2432         calls.  Use to set eshell-in-pipeline-p to 'first for the first command
2433         in a pipeline.
2435         * eshell/esh-proc.el (eshell-gather-process-output):
2436         Set process-connection-type nil for all but the first element of a
2437         pipeline.  (Bug#1388)
2439 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
2441         * ediff-hook.el: Add tooltips to Emacs menus.
2443         * ediff.el: Change date of last update.
2445 2008-11-22  Juri Linkov  <juri@jurta.org>
2447         * dired-aux.el (dired-isearch-filenames): Add new context-dependent
2448         option `dwim'.  Change non-dwim option from `dired-filename' to `t'.
2449         Doc fix.
2450         (dired-isearch-filenames-setup): Run filename Isearch only when
2451         dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
2452         and the text property `dired-filename' at point is non-nil.
2453         In this case also set isearch-message-prefix-add to "filename ".
2454         (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
2455         (dired-isearch-filenames, dired-isearch-filenames-regexp):
2456         Don't let-bind isearch-message-prefix-add since this is done now
2457         in dired-isearch-filenames-setup.
2459         * isearch.el (isearch-mode): Change the order of calling
2460         `isearch-update' and running the `isearch-mode-hook' to call
2461         `isearch-update' with Isearch parameters set in this hook.
2463         * progmodes/compile.el (compilation-auto-jump-to-first-error):
2464         Fix docstring - change "during `compile'" to "during compilation".
2466         * descr-text.el (describe-char-unidata-list): Move `old-name' to
2467         be immediately after `name'.
2469         * startup.el (initial-buffer-choice): Change an abstract file name
2470         "file.txt" to more reasonable default file name value "~/.emacs".
2472 2008-11-22  Juri Linkov  <juri@jurta.org>
2474         * files.el (hack-local-variables-confirm): Rename arg `project' to
2475         `dir-name'.  Move `(or dir-name name)' to let-binding of `name'.
2476         (hack-local-variables-filter): Rename arg `project' to `dir-name'.
2477         (hack-local-variables): Rename call of `hack-project-variables' to
2478         `hack-dir-local-variables'.  Change error text to "Directory-local
2479         variables error".
2480         (dir-locals-class-alist): Rename from `project-class-alist'.
2481         (dir-locals-directory-alist): Rename from `project-directory-alist'.
2482         (dir-locals-get-class-variables): Rename from `project-get-alist'.
2483         (dir-locals-collect-mode-variables): Rename from
2484         `project-collect-bindings-from-alist'.  Rename arg `mode-alist' to
2485         `mode-variables', and arg `settings' to `variables'.
2486         (dir-locals-collect-variables): Rename from
2487         `project-collect-binding-list'.  Rename arg `binding-list' to
2488         `class-variables', and arg `settings' to `variables'.
2489         (dir-locals-set-directory-class): Rename from `set-directory-project'.
2490         (dir-locals-set-class-variables): Rename from `define-project-bindings'.
2491         Rename arg `settings' to `variables'.
2492         (dir-locals-file): New defconst.
2493         (dir-locals-find-file): Rename from `project-find-settings-file'.
2494         Use `dir-locals-file'.  Rename let-bound `settings' to `locals-file',
2495         and `pda' to `dir-elt'.
2496         (dir-locals-read-from-file): Rename from
2497         `project-define-from-project-file'.  Rename arg `settings-file'
2498         to `file'.  Rename let-bound `list' to `variables'.
2499         (hack-dir-local-variables): Rename from `hack-project-variables'.
2500         Rename let-bound `settings' to `variables-file', `root-dir'
2501         to `dir-name', and `bindings' to `variables'.
2503 2008-11-22  Lute Kamstra  <lute@gnu.org>
2505         * simple.el (goto-line): Rename argument.
2507 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
2509         * makefile.w32-in (compile-first): New target.
2510         (recompile): Depend on compile-first.
2512         * Makefile.in (recompile): Depend on compile-first.
2514 2008-11-22  Martin Rudalics  <rudalics@gmx.at>
2516         * files.el (switch-to-buffer-other-window)
2517         (switch-to-buffer-other-frame): Rename buffer argument to
2518         buffer-or-name.  Reword and mention new option
2519         confirm-nonexistent-file-or-buffer in doc-string.
2521 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
2523         * emulation/viper.el: Date change.
2525         * emulation/viper-cmd.el (viper-envelop-ESC-key):
2526         viper-translate-all-ESC-keysequences is now a function.
2528         * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
2529         Make this variable.
2531 2008-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2533         * vc-hooks.el (vc-follow-link, vc-find-file-hook):
2534         Use buffer-file-truename to handle symlinks in any part of the filename.
2536 2008-11-22  Glenn Morris  <rgm@gnu.org>
2538         * vc-mtn.el (vc-mtn-diff-switches): New option.
2539         (vc-mtn-program): Rename from vc-mtn-command, for
2540         consistency with other backends.  Keep old name as alias.
2541         Update callers.  Make it a defcustom.
2542         (vc-mtn-diff): Give it a doc string.  Apply diff switches.
2544         * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
2545         consistency with other backends.  Keep old name as alias.
2546         Make it a defcustom.
2547         (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
2549         * vc-hg.el (vc-hg-program): New option.
2550         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
2551         Use vc-hg-program rather than hard-coded "hg".
2553         * vc-svn.el: Remove leading `*' from defcustom doc-strings.
2554         (vc-svn-program): Move defcustom to start.
2555         (vc-svn-create-repo, vc-svn-modify-change-comment):
2556         Use vc-svn-program rather than hard-coded "svn".
2558         * menu-bar.el: Stylistic consistency fixes for various menu and
2559         help texts.
2561         * kmacro.el (kmacro-insert-counter): Doc fix.
2563 2008-11-21  Ivan Shmakov  <oneingray@gmail.com>  (tiny change)
2565         * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
2567 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2569         * international/quail.el (quail-indent-to): New function.
2570         (quail-completion-1, quail-completion-list-translations)
2571         (quail-insert-decode-map): Use it to improve alignment.
2572         (quail-build-decode-map): Don't ignore latin-1 chars.
2573         (quail-help): Increase the max decode-map size so that even the TeX map
2574         gets printed.
2576         * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
2577         Signal error for invalid bookmark.
2578         (bookmark-get-bookmark-record): Undo last change.
2579         (bookmark-store, bookmark-delete): Use new arg `noerror'.
2581         * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
2582         Suggested by Toru TSUNEYOSHI.
2584 2008-11-21  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2586         * byte-opt.el (byte-compile-butlast): Move up in file.
2587         (byte-optimize-plus): Don't call
2588         byte-optimize-delay-constants-math (bug#1334).
2589         Use byte-optimize-predicate to optimize constants.
2590         (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
2591         Remove zero arguments first
2592         if possible.  Call byte-optimize-predicate to optimize constants.
2593         (byte-optimize-multiply): Remove optimizations for arguments of 0
2594         and 2, which may be inaccurate.  Optimize (* x -1) to (- x).
2595         Call byte-optimize-predicate.
2596         (byte-optimize-divide): Leave runtime errors unchanged.
2597         Optimize (/ x 1) to (+ x 0).  Remove optimizations for arguments of
2598         0 and 2.0, which may be inaccurate.  Call byte-optimize-predicate.
2600 2008-11-21  Juanma Barranquero  <lekktu@gmail.com>
2602         * bookmark.el (bookmark-jump-noselect): Add obsolescence
2603         declaration and remove redundant info from docstring.
2605         * isearch.el (isearch-search-string): Doc fix.
2606         (search-exit-option, search-slow-window-lines, search-slow-speed)
2607         (search-upper-case, search-nonincremental-instead)
2608         (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
2609         (search-ring-update, search-highlight, isearch-lazy-highlight)
2610         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
2611         (lazy-highlight-interval): Remove * from defcustom docstrings.
2612         (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
2613         Remove * from defcustom docstrings; fix typos.
2614         (isearch-push-state-function, isearch-help-for-help-internal)
2615         (isearch-help-for-help, isearch-describe-bindings)
2616         (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
2617         (isearch-pop-fun-state, isearch-search-fun-function)
2618         (isearch-lazy-highlight-search): Fix typos in docstrings.
2619         (isearch-yank-internal, isearch-fallback): Reflow docstrings.
2620         (isearch-forward): Fix typo and reflow docstring.
2621         (isearch-help-map): Remove unused `i' binding.  Fix typos in docstring.
2622         (isearch-mode-map): Don't use `let*'.
2624 2008-11-21  Chong Yidong  <cyd@stupidchicken.com>
2626         * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
2628 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2630         * isearch.el (isearch-search-string): Simplify and convert docstring.
2632         * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
2634 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
2636         * international/mule-util.el (set-nested-alist): Doc fix.  Use `when'.
2637         (lookup-nested-alist): Doc fix.
2638         (with-coding-priority): Reflow docstring.
2639         (detect-coding-with-priority): Fix typos in obsolescence declaration.
2640         (char-displayable-p): Reflow docstring.  Use `when'.
2642 2008-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
2644         * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
2645         week forward/backward.
2647 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
2649         * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
2650         (with-electric-help): Fix typo and reflow docstring.
2652 2008-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2654         * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
2655         (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
2656         (list-buffers-noselect): Don't need to pad.
2658 2008-11-20  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
2660         * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
2661         Pay attention to char widths when computing string sizes.
2663 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
2665         * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
2666         (byte-compile-output-docform): Reflow docstrings.
2667         (no-byte-compile): Fix typo in docstring.
2668         (byte-recompile-directory, compile-defun): Doc fixes.
2669         (emacs-lisp-file-regexp, byte-compile-verbose)
2670         (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
2671         (byte-compile-dynamic-docstrings, byte-optimize-log)
2672         (byte-compile-error-on-warn, byte-compile-warnings)
2673         (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
2674         Remove * from defcustom docstrings.
2676 2008-11-20  Glenn Morris  <rgm@gnu.org>
2678         * format.el (format-alist, format-write-file): Doc fix.
2680         * proced.el (proced-available): New variable.
2681         (proced-process-attributes): Move availability check from previous
2682         change from here...
2683         (proced): ... to here.
2685         * vc-hg.el (vc-hg-diff-switches): New option.
2686         (vc-hg-diff): Apply diff switches.  (Bug#1017)
2688         * calc/calc-units.el (math-additional-units): Doc fix (active voice).
2690         * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
2692 2008-11-20  Stephen Berman  <Stephen.Berman@gmx.net>
2694         * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
2696 2008-11-19  Juanma Barranquero  <lekktu@gmail.com>
2698         * calc/calc-units.el (math-units-table): Doc fix.
2699         (math-standard-units): Fix typo in constant's description.
2700         (math-additional-units): Fix typo in docstring.
2702 2008-11-19  Ulrich Mueller  <ulm@kph.uni-mainz.de>
2704         * calc/calc-units.el (math-standard-units): Add eps0,
2705         permittivity of vacuum.
2707 2008-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
2709         * files.el (project-settings-file): Remove.
2710         (project-find-settings-file): Undo previous change that added the
2711         use of project-settings-file.
2713 2008-11-19  Glenn Morris  <rgm@gnu.org>
2715         * proced.el (proced, proced-format-time): Doc fixes.
2716         (proced-process-attributes): Signal an error if unsupported.  (Bug#1314)
2718 2008-11-19  Karl Fogel  <kfogel@red-bean.com>
2720         * bookmark.el (bookmark-jump-noselect): Move the deprecation
2721         notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
2723 2008-11-19  Lute Kamstra  <lute@gnu.org>
2725         * autoinsert.el (auto-insert-alist): Don't use match data.
2727 2008-11-19  Glenn Morris  <rgm@gnu.org>
2729         * progmodes/f90.el (f90-mode-map): Add some menu :help.
2731         * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
2733         * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
2734         * term/w32-win.el (x-select-font): Declare.
2736         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
2737         Use the imperative for all help strings.
2739 2008-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2741         * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
2742         case where the default dictionary is French, Spanish, younameit.
2744         * window.el (window--frame-usable-p): Consider dedicated windows
2745         as usable.
2747         * files.el (confirm-nonexistent-file-or-buffer):
2748         Rename from find-file-confirm-nonexistent-file.
2749         (read-buffer-to-switch): Use it.
2751 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
2753         * server.el (server-temp-file-p): Use `string-match-p'.
2754         (server-socket-dir): Set to nil if local sockets are unsupported.
2755         (server-start): Don't try to delete local socket if unsupported.
2756         (server-kill-new-buffers): Reflow docstring.
2757         (server-delete-client, server-handle-delete-frame)
2758         (server-save-buffers-kill-terminal): Doc fixes.
2759         (server-send-string): Fix typo in docstring.
2761 2008-11-18  Sam Steingold  <sds@gnu.org>
2763         * progmodes/compile.el (compilation-start-hook): New hook.
2764         (compilation-start): Run it on the compilation process.
2766 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
2768         * international/mule-cmds.el (update-leim-list-file): Simplify.
2769         (prefer-coding-system, find-coding-systems-for-charsets):
2770         Fix docstring typos.
2771         (select-safe-coding-system, input-method-exit-on-first-char)
2772         (language-info-alist, language-info-custom-alist): Reflow docstrings.
2773         (toggle-input-method, read-multilingual-string): Doc fixes.
2774         Reflow docstrings.
2775         (locale-name-match, sort-coding-systems, find-multibyte-characters)
2776         (read-char-by-name): Use `string-match-p'.
2777         (get-char-code-property, put-char-code-property)
2778         (char-code-property-description): Be silent while loading uni-* files.
2779         (ucs-names): Use `dotimes-with-progress-reporter', because loading
2780         the Unicode character names is *slow*.
2782 2008-11-17  Chong Yidong  <cyd@stupidchicken.com>
2784         * wid-edit.el (widget-image-insert): Don't add a mouse-face.
2786         * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
2788 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
2790         * international/mule-cmds.el (ucs-completions): Mark as risky.
2792 2008-11-17  Martin Rudalics  <rudalics@gmx.at>
2794         * help-macro.el (three-step-help): Remove * from defcustom.
2795         (make-help-screen): Don't iconify selected frame.  (Bug#1322)
2796         Use when instead of if and cond within condition-case.
2798         * window.el (quit-window): Bind window to selected window when
2799         trying to delete it.
2801 2008-11-17  Glenn Morris  <rgm@gnu.org>
2803         * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
2804         definition of 'ignore, rather than nil.  (Bug#1353)
2806 2008-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2808         * window.el (window--frame-usable-p): Allow use for soft-dedication.
2810 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
2812         * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
2814         * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
2815         (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
2816         (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
2817         (kill-word, backward-kill-word, zap-to-char): Doc fixes.
2818         (shell-command, repeat-complex-command): Reflow docstrings.
2819         (pop-to-mark-command): Fix typos in docstring.
2821 2008-11-17  Juri Linkov  <juri@jurta.org>
2823         * isearch.el (isearch-filter-predicate): Rename from
2824         `isearch-success-function'.  Rename default value from
2825         `isearch-success-function-default' to
2826         `isearch-filter-invisible'.  Doc fix.
2827         (isearch-filter-invisible): Rename from
2828         `isearch-success-function-default'.  Doc fix.
2829         (isearch-search, isearch-lazy-highlight-search):
2830         Rename `isearch-success-function' to `isearch-filter-predicate'.
2832         * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
2833         `dired-isearch-orig-success-function'.
2834         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
2835         (dired-isearch-filenames-end): Rename `isearch-success-function' to
2836         `isearch-filter-predicate'.  Doc fix.
2837         (dired-isearch-filter-filenames): Rename from
2838         `dired-isearch-success-function'.
2840         * info.el (Info-search, Info-mode):
2841         Rename `isearch-success-function' to `isearch-filter-predicate'.
2842         (Info-isearch-filter-predicate): Rename from
2843         `Info-search-success-function'.
2845         * simple.el (minibuffer-default-add-function): Fix docstring to
2846         use clear text "default values" instead of obscure references to
2847         the dynamic variable `minibuffer-default'.
2849 2008-11-16  Glenn Morris  <rgm@gnu.org>
2851         * term/ns-win.el (ns-extended-platform-support-mode):
2852         Tweak menu entry from previous change.
2854         * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
2856         * cus-edit.el (custom-buffer-create-internal): Always insert the
2857         in-buffer buttons, regardless of tool-bar.  (Bug#1326)
2859 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
2861         * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
2863 2008-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2865         * ielm.el (ielm-eval-input): Fix thinko in last change.
2867 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
2869         * subr.el (read-passwd): Yank current kill if the user enters C-y.
2871 2008-11-16  Michael Albinus  <michael.albinus@gmx.de>
2873         * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
2874         (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
2876         * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
2877         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2878         Handle `file-name-as-directory'.
2880 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
2882         * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
2883         usual variable-pitch face.
2885 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
2887         * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
2888         (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
2889         (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
2890         (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
2891         (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
2892         (ange-ftp-quote-string, ange-ftp-process-handle-line)
2893         (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
2894         (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
2895         (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
2896         (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
2897         (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
2898         (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
2899         (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
2900         (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
2901         (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
2902         (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
2903         (ange-ftp-default-user, ange-ftp-default-password)
2904         (ange-ftp-default-account, ange-ftp-netrc-default-password)
2905         (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
2906         (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
2907         (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
2908         (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
2909         (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
2910         (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
2911         (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
2912         (ange-ftp-make-backup-files, ange-ftp-retry-time)
2913         (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
2914         (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
2915         (ange-ftp-gateway-tmp-name-template)
2916         (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
2917         (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
2918         (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
2919         (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
2920         (ange-ftp-gateway-program): Remove * from docstring and reflow.
2921         (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
2922         (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
2923         (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
2924         (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
2925         (ange-ftp-rename-local-to-remote): Doc fixes.
2926         (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
2927         Use `when', `unless'.
2928         (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
2929         (ange-ftp-process-handle-hash): Rename arg STR to STRING.
2930         (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
2931         (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
2932         (ange-ftp-normal-login): Rename arg PASS to PASSWORD.  Fix typo.
2933         (ange-ftp-process-sentinel): Use `when'.  Fix typo.
2934         (ange-ftp-gwp-start): Use `let', not `let*'; use `when'.  Fix typo.
2935         (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
2936         (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
2937         (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
2938         (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
2939         (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
2940         (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
2941         (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
2942         `(save-match-data (string-match ...))'.
2943         (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
2944         (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
2945         Use `string-match-p' instead of `(save-match-data (string-match ...))'.
2946         Doc fixes.
2948 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
2950         * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
2951         function instead of a variable.
2953         * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
2954         viper-ESC-keyseq-timeout as a function.
2955         (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
2956         defsubst.
2958         * emulation/viper-cmd.el: Let line-move-visual to nil when using
2959         next-line or previous-line.
2960         (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
2962         * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
2964         * ediff-util.el (ediff-toggle-multiframe): Check if control window is
2965         live.
2966         (ediff-save-buffer): Let window-min-height to 2.
2968         * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
2969         the minibuffer.
2971 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
2973         * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
2974         (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
2975         (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
2976         (ielm-map): Define within defvar.  Add docstring.
2977         (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
2978         (ielm-complete-filename): Use `when', `unless'.
2979         (ielm-is-whitespace-or-comment): Use `string-match-p'.
2980         (ielm-return, ielm-get-old-input): Use `looking-at-p'.
2981         (ielm-change-working-buffer): Check that the buffer is live.
2982         (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
2983         Simplify.  Reflow docstring.
2984         (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
2985         New aliases, to satisfy `define-derived-mode' expectations.
2987 2008-11-15  Glenn Morris  <rgm@gnu.org>
2988             Martin Rudalics  <rudalics@gmx.at>
2990         * emacs-lisp/find-func.el (find-function-advised-original): New.
2991         (find-function-C-source, find-function-noselect):
2992         Use find-function-advised-original to handle advised funcs.  (Bug#789)
2994 2008-11-15  Glenn Morris  <rgm@gnu.org>
2996         * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
2997         alias message.
2999         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
3000         Remove uniquify-after-kill-buffer-p dependency.
3001         (uniquify-kill-buffer-function): New function.
3002         (kill-buffer-hook): Use uniquify-kill-buffer-function.  (Bug#1315)
3004         * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
3005         (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
3006         main Emacs manual.
3008 2008-11-15  Martin Rudalics  <rudalics@gmx.at>
3010         * window.el (quit-window): Restore delete window with second
3011         arg non-nil behavior as of before 2008-10-30 change.
3013 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
3015         * help-fns.el (describe-function-1): Do char-range check for
3016         self-insert-command.
3018 2008-11-14  Karl Fogel  <kfogel@red-bean.com>
3020         * files.el (file-precious-flag): Document that this flag is advisory.
3022 2008-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
3024         * emacs-lisp/bytecomp.el (byte-compile-associative)
3025         (byte-compile-minus, byte-compile-quo): If there are more than two
3026         operands, don't use binary operation code (bug#1334).
3028 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
3030         * w32-fns.el (w32-shell-dos-semantics):
3031         * calendar/diary-lib.el (diary-face-attrs):
3032         * international/mule-cmds.el (set-default-coding-systems)
3033         (prefer-coding-system):
3034         * net/tramp.el (tramp-set-completion-function):
3035         * progmodes/vhdl-mode.el (vhdl-file-header):
3036         * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
3038         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
3040         * files.el (enable-local-eval, not-modified, kill-buffer-ask)
3041         (kill-matching-buffers, save-buffers-kill-emacs)
3042         (save-buffers-kill-terminal): Fix typos in docstrings.
3043         (switch-to-buffer-other-window): Reflow docstring.
3044         (revert-buffer): Doc fix.
3045         (define-project-bindings): Rename arg LIST to SETTINGS.
3046         (project-find-settings-file): Use `let', not `let*'.
3047         Use `when'.
3049 2008-11-13  Juanma Barranquero  <lekktu@gmail.com>
3051         * files.el (project-settings-file, locate-dominating-file):
3052         Fix typos in docstrings.
3053         (find-file-visit-truename): Remove * from defcustom docstring.
3055 2008-11-13  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
3057         * files.el (project-settings-file): New variable.
3058         (project-find-settings-file): Use it, instead of hardcoding
3059         .dir.settings.el.
3061 2008-11-13  Glenn Morris  <rgm@gnu.org>
3063         * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
3065 2008-11-13  Henry Weller  <hweller0@gmail.com>  (tiny change)
3067         * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
3068         in mail bodies.
3070 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
3072         * international/mule.el (autoload-coding-system, with-category-table)
3073         (ctext-non-standard-encodings-alist): Fix typos in docstrings.
3074         (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
3075         (set-buffer-file-coding-system, revert-buffer-with-coding-system)
3076         (set-file-name-coding-system, ctext-pre-write-conversion)
3077         (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
3078         Reflow docstrings.
3079         (charset-list, set-coding-priority): Remove redundant obsolescence info.
3080         (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
3081         (char-valid-p): Define with `define-obsolete-function-alias'.
3083         * textmodes/artist.el (artist-mode): Fix typos in docstring.
3085 2008-11-12  Sam Steingold  <sds@gnu.org>
3087         * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
3088         between hostname and path.
3090 2008-11-11  Juri Linkov  <juri@jurta.org>
3092         * dired-aux.el (dired-isearch-filenames)
3093         (dired-isearch-filenames-regexp):
3094         Let-bind isearch-message-prefix-add to "filename ".
3096         * isearch.el (isearch-message-prefix-add)
3097         (isearch-message-suffix-add): New variables.
3098         (isearch-message-prefix): Show additional text from
3099         `isearch-message-prefix-add' before "I-search".
3100         (isearch-message-suffix): Show additional text from
3101         `isearch-message-suffix-add' at the end.
3103         * isearch.el (isearch-lazy-highlight-search): Use a loop like in
3104         `isearch-search'.  Call isearch-success-function to skip matches
3105         outside the current isearch scope.  Let-bind search-invisible to
3106         nil to not match invisible text.
3108         * isearch.el (isearch-query-replace, isearch-highlight-regexp):
3109         Let-bind `isearch-recursive-edit' to nil to prevent calling
3110         `exit-recursive-edit' in `isearch-done' that terminates the
3111         execution of these commands when it is non-nil.  Call
3112         `exit-recursive-edit' explicitly at the end.
3113         (isearch-occur): For word search construct the correct regexp
3114         with word boundaries to proceed with occur.
3116         * isearch.el (isearch-search-fun): Compare the length of the
3117         current search string with the length of the string from the
3118         previous search state to detect the situation when the user
3119         adds or removes characters in the search string.
3120         Use word-search-forward-lax and word-search-backward-lax in this
3121         case, and otherwise word-search-forward and word-search-backward.
3123 2008-11-11  Sam Steingold  <sds@gnu.org>
3125         * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
3126         the "Version Control" group (for C-x v g).
3128 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
3130         * server.el (server-process-filter): Fix typos and reflow docstring.
3132 2008-11-11  Martin Rudalics  <rudalics@gmx.at>
3134         * mail/footnote.el (footnote-mode): Improve doc-string.
3135         Suggested by <jidanni@jidanni.org>.  (Bug#1318)
3137 2008-11-11  Chong Yidong  <cyd@stupidchicken.com>
3139         * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
3141 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3143         * mail/smtpmail.el (smtpmail-open-stream): Use
3144         `starttls-any-program-available'.  Auto-load starttls.el for it.
3146 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
3148         * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
3149         version (bug@1285).
3151 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
3153         * startup.el (command-line): Ignore init-file-user when checking
3154         user's home directory on MS-DOS as well.
3156 2008-11-07  Sam Steingold  <sds@gnu.org>
3158         * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
3160 2008-11-07  Juanma Barranquero  <lekktu@gmail.com>
3162         * frame.el (make-frame-on-display): Use `string-match-p'.
3164 2008-11-07  Glenn Morris  <rgm@gnu.org>
3166         * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
3168 2008-11-07  Dan Nicolaescu  <dann@ics.uci.edu>
3170         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
3171         to initialize font-lock keyword case sensitivity.
3172         (lisp-mode): Use it.
3174 2008-11-06  Glenn Morris  <rgm@gnu.org>
3176         * eshell/esh-maint.el: Remove unused file.
3178         * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
3180         * cus-edit.el (custom-comment-tag): Doc fix.
3181         (custom-comment, custom-variable-value-create, custom-face):
3182         Use face names sans -face suffix rather than aliases.
3184 2008-11-05  Jay Belanger  <jay.p.belanger@gmail.com>
3186         * calc/calc.el (calc-quit): Use `window-full-width-p' to check
3187         window width.
3189 2008-11-05  Chong Yidong  <cyd@stupidchicken.com>
3191         * server.el (server-process-filter): Only default to emacsclient's
3192         terminal in daemon mode.
3194 2008-11-05  Martin Rudalics  <rudalics@gmx.at>
3196         * window.el (quit-window): Restore prefix argument behavior
3197         removed in 2008-10-30 change.  (Bug#1308)
3199 2008-11-05  Tassilo Horn  <tassilo@member.fsf.org>
3201         * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
3202         function to kill-buffer-hook, not to kill-buffer.
3203         Reported by Markus Triska <markus.triska@gmx.at>
3205 2008-11-04  Jay Belanger  <jay.p.belanger@gmail.com>
3207         * calc/calc.el (calc-quit): Make sure that the keypad buffer
3208         exists before deleting its windows.
3210 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
3212         * server.el (server-process-filter): Don't call
3213         server-create-tty-frame when no tty name is specified.
3215 2008-11-04  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
3217         * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
3219 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
3221         * international/mule-cmds.el (toggle-enable-multibyte-characters)
3222         (define-char-code-property):
3223         * textmodes/reftex.el (reftex-index):
3224         * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
3226 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
3228         * vc-bzr.el (vc-bzr-dir-printer): Rename from
3229         vc-bzr-status-printer.
3231         * startup.el (startup-echo-area-message): Display a different
3232         message in daemon mode.  Suggested by Stephen Turnbull.
3234         * frame.el (make-frame-on-display): Ignore DISPLAY argument on
3235         Windows.
3237 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
3239         * dframe.el (dframe-mouse-position-function)
3240         (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
3241         (dframe-mouse-set-point): Fix typos in docstrings.
3243 2008-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
3245         * vc-dir.el (vc-dir-headers): Undo previous change.
3247 2008-11-04  Nick Roberts  <nickrob@snap.net.nz>
3249         * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
3250         * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
3252 2008-11-04  Martin Rudalics  <rudalics@gmx.at>
3254         * subr.el (looking-back): Fix doc-string typo.
3256         * electric.el (Electric-pop-up-window): Call window-end with
3257         UPDATE set to t.
3259         * window.el (save-selected-window): Make it behave like
3260         save-selected-window-norecord.
3261         (save-selected-window-norecord): Remove, since functionality
3262         fully taken over by save-selected-window.
3263         (walk-windows, set-window-text-height, fit-window-to-buffer):
3264         Use save-selected-window instead of save-selected-window-norecord.
3265         * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
3266         save-selected-window-norecord.
3267         * emacs-lisp/lisp-mode.el (save-selected-window): Remove
3268         indent-function for save-selected-window-norecord.
3270 2008-11-03  Alan Mackenzie  <acm@muc.de>
3272         * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
3274 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
3276         * subr.el (looking-back): Doc fix.
3278         * term/x-win.el (x-initialize-window-system):
3279         Call x-wm-set-size-hint after initialization.
3281         * eshell/em-hist.el (eshell-save-history-on-exit): Change default
3282         to t.
3284         * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
3285         2000-12-08 (bug#1297).
3287         * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
3289 2008-11-03  Vincent Belaïche  <vincent.b.1@hotmail.fr>
3291         * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
3292         when appropriate.
3294 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
3296         * window.el (save-selected-window-norecord): New macro.
3297         (walk-windows): Use save-selected-window-norecord and call
3298         select-window with NORECORD set.  (Bug#1237)
3299         (set-window-text-height, fit-window-to-buffer):
3300         Use save-selected-window-norecord and call select-window with
3301         NORECORD set.
3302         * subr.el (with-selected-window): Call set-frame-selected-window
3303         with new argument NORECORD set.  Update doc-string.
3304         (with-selected-frame): Call select-frame with new argument
3305         NORECORD set.  Update doc-string.
3306         * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
3307         Put indent-function for save-selected-window-norecord.
3308         * font-lock.el (lisp-font-lock-keywords-2):
3309         Add save-selected-window-norecord.
3311 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3313         * cus-edit.el (customize-apropos-options, custom-comment)
3314         (custom-comment-tag, custom-face-edit-attribute-tag):
3315         Fix typos in docstrings.
3316         (custom-buffer-done-kill): Remove * from defcustom docstring.
3317         (custom-file): Fix typo in doc of defcustom choice.
3319         * frame.el (display-visual-class): Fix typo in docstring.
3320         (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
3321         (special-display-frame-alist, show-trailing-whitespace)
3322         (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
3323         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
3324         Remove * from defcustom docstrings.
3326         * md4.el (md4-buffer): Fix typo in docstring.
3327         (md4, md4-64): Doc fixes.
3328         (md4-pack-int32): Reflow docstring.
3330         * paths.el (rmail-file-name): Remove * from defcustom docstring.
3331         (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
3333         * rect.el (open-rectangle): Reflow docstring.
3334         (spaces-string): Fix docstring typo.  Use "?\s" instead of "? ".
3336         * select.el (x-get-cut-buffer): Fix typo in docstring.
3338         * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
3339         (timezone-time-zone-from-absolute, timezone-leap-year-p):
3340         Fix typos in docstrings.
3342         * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
3343         Fix typos in docstrings.
3345 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
3347         * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
3349         * net/newst-treeview.el (newsticker--treeview-list-update-faces)
3350         (newsticker--treeview-list-update, newsticker--treeview-item-show)
3351         (newsticker--treeview-tree-update)
3352         (newsticker--treeview-tree-update-highlight)
3353         (newsticker-treeview-update)
3354         (newsticker-treeview-next-item, newsticker-treeview-prev-item)
3355         (newsticker-treeview-next-new-or-immortal-item)
3356         (newsticker-treeview-prev-new-or-immortal-item)
3357         (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
3358         (newsticker-treeview-tree-click): Watch for layout changes.
3359         (newsticker--treeview-set-current-node): Cleanup.
3360         (newsticker--treeview-restore-layout): Rename from
3361         newsticker--treeview-restore-buffers.
3362         (newsticker--treeview-mark-item): Update cache file.
3364 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
3366         * calendar/icalendar.el (icalendar--uid-count): New.
3367         (icalendar--create-uid): New.  Extracted from
3368         `icalendar-export-region' and add uid counter.
3369         (icalendar-export-region): Use `icalendar--create-uid'.
3371 2008-10-31  Juanma Barranquero  <lekktu@gmail.com>
3373         * tooltip.el (tooltip-frame-parameters): Doc fix.
3375 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
3377         * window.el (window-body-height, window-current-scroll-bars)
3378         (walk-windows, get-window-with-predicate, get-buffer-window-list)
3379         (minibuffer-window-active-p, count-windows)
3380         (window-safely-shrinkable-p, window--splittable-p)
3381         (window--try-to-split-window, window--frame-usable-p)
3382         (window--even-window-heights, window--display-buffer-1)
3383         (window--display-buffer-2, set-window-text-height)
3384         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
3385         (truncated-partial-width-window-p): Rewrite doc-string.
3386         (window-fixed-size-p): Simplify code.  Rewrite doc-string.
3387         (split-window-vertically, split-window-horizontally):
3388         Rename args, rewrite doc-string, and simplify code.
3389         (split-window-save-restore-data): Rename args and use
3390         when instead of if.
3392 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
3394         * indent.el (indent-for-tab-command): Use use-region-p.
3396         * vc.el (vc-revert): Limit the length of the query string.
3398 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
3400         * simple.el (idle-update-delay, next-error-highlight)
3401         (next-error-highlight-no-select, next-error-recenter, next-error-hook)
3402         (minibuffer-history-case-insensitive-variables, kill-ring-max)
3403         (kill-read-only-ok, backward-delete-char-untabify-method)
3404         (kill-whole-line, mark-ring-max, global-mark-ring-max)
3405         (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
3406         (goal-column, line-move-ignore-invisible, fill-prefix)
3407         (auto-fill-inhibit-regexp, blink-matching-paren)
3408         (blink-matching-paren-on-screen, blink-matching-paren-distance)
3409         (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
3410         (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
3411         (minibuffer-history-isearch-wrap, transient-mark-mode)
3412         (next-logical-line, auto-fill-mode, line-number-mode)
3413         (column-number-mode, size-indication-mode, clone-indirect-buffer)
3414         (normal-erase-is-backspace-mode): Doc fixes.
3415         (current-kill, transient-mark-mode, toggle-truncate-lines)
3416         (visible-mode): Reflow docstrings.
3417         (minibuffer-local-shell-command-map, interprogram-paste-function):
3418         Fix typos in docstrings.
3420 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
3422         * server.el (server-process-filter): In daemon mode, default to
3423         emacsclient's tty if not opening a new frame and only the
3424         terminal-frame is available.
3426 2008-10-30  Martin Rudalics  <rudalics@gmx.at>
3428         * window.el (quit-window): Simplify code.  Say in doc-string
3429         that it operates on the selected window's buffer.  (Bug#1259)
3431 2008-10-30  Nick Roberts  <nickrob@snap.net.nz>
3433         * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
3434         nil so that log-view-diff-changeset works.
3436 2008-10-30  Glenn Morris  <rgm@gnu.org>
3438         * files.el (locate-dominating-stop-dir-regexp): Fix typo.
3440         * resume.el: Move to obsolete/.
3441         * Makefile.in (ELCFILES): Update.
3443 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
3445         * electric.el (Electric-pop-up-window): Don't shrink the window if
3446         it's already big enough.
3448         * minibuffer.el (delete-minibuffer-contents): Delete all
3449         minibuffer contents instead of just the current field.
3451         * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
3453         * bookmark.el (bookmark-handle-bookmark): Rename from
3454         bookmark-jump-noselect.
3455         (bookmark--jump-via, bookmark-insert): Callers changed.
3456         (bookmark-jump-noselect): Wrapper function for
3457         bookmark-handle-bookmark.
3458         (bookmark-get-bookmark-record): Signal error for invalid bookmark.
3460         * textmodes/ispell.el (ispell-word): Use use-region-p.
3462 2008-10-29  Juanma Barranquero  <lekktu@gmail.com>
3464         * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
3465         to follow naming conventions for abnormal hooks.  Doc fix.
3466         (tooltip-mode, tooltip-timeout): Use it.
3467         (tooltip-hook): New obsolete alias.
3468         (tooltip-help-tips): Doc fix.
3470         * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
3472 2008-10-29  Ulrich Mueller  <ulm@gentoo.org>
3474         * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
3475         of hardcoded /tmp.
3477 2008-10-29  Glenn Morris  <rgm@gnu.org>
3479         * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
3481         * vc-hooks.el (vc-find-root): Remove bogus alias.
3483 2008-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3485         * international/quail.el (quail-show-guidance): Don't create
3486         a guidance-frame if current buffer is not a minibuffer, since even if
3487         selected-window is mini-p, the buffer will never be displayed in it, so
3488         it wil be usable for guidance.
3490 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3492         * smerge-mode.el: Require diff-mode at run-time as well.
3494 2008-10-28  Martin Rudalics  <rudalics@gmx.at>
3496         * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
3497         * vc-hooks.el (vc-stay-local): Likewise.
3499 2008-10-28  Phil Sung  <psung@mit.edu>
3501         * follow.el (follow-scroll-down, follow-calc-win-end)
3502         (follow-estimate-first-window-start): Reduce effective window
3503         height when header line is present.  (Bug#925)
3505 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
3507         * subr.el (locate-user-emacs-file): Simplify.  Don't create
3508         `user-emacs-directory' when Emacs is running in batch mode.
3510         * startup.el (inhibit-startup-screen): Reflow docstring.
3511         (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
3513 2008-10-27  Kenichi Handa  <handa@m17n.org>
3515         * descr-text.el (describe-char): Fix terminal case (where font is nil).
3517 2008-10-27  Juanma Barranquero  <lekktu@gmail.com>
3519         * face-remap.el (text-scale-increase, text-scale-decrease)
3520         (text-scale-adjust): Remove &optional keyword from the arg list;
3521         the INC argument is not really optional, if the functions happen
3522         to be called from elisp.
3524 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
3526         * vc.el: Rename VC methods that were missed when vc-status was
3527         renamed to vc-dir.
3528         * vc-svn.el (vc-svn-dir-extra-headers): Rename from
3529         vc-svn-status-extra-headers.
3530         * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
3531         (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
3532         * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
3533         (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
3534         * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
3535         vc-dir-status-printer.
3536         (vc-dir-headers): Use `dir-extra-headers' instead of
3537         `status-extra-headers'.
3538         (vc-dir-printer): Rename from vc-dir-status-printer.
3539         (vc-default-dir-extra-headers): Rename from
3540         vc-default-status-extra-headers.
3541         * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
3542         vc-cvs-status-extra-headers.
3544         * startup.el (server-name): Pacify byte compiler.
3545         (command-line): If --daemon=SERVER_NAME was used, set server-name
3546         before calling server-start.
3548 2008-10-26  Romain Francoise  <romain@orebokech.com>
3550         * startup.el (command-line): Call daemon-initialized after
3551         starting the server.
3553 2008-10-26  Kenichi Handa  <handa@m17n.org>
3555         * help-fns.el (describe-categories): Display the terse legend at
3556         the head.
3558         * international/characters.el: Docstrings of categories improved.
3560 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3562         * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
3564         * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
3565         to the courier family.
3566         * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
3567         usually not serif'd and hence rather unlike verbatim's printed output.
3569 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
3571         * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
3572         when reporting the module.
3574         * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
3576         * wid-edit.el (widget-color-complete): Sort completions alphabetically.
3578 2008-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3580         * files.el (locate-dominating-stop-dir-regexp): New var.
3581         (locate-dominating-file): Change arg from a regexp to a file name.
3582         Rewrite using the vc-find-root code to avoid directory-files which is
3583         too slow.  Obey locate-dominating-stop-dir-regexp.
3584         Don't pay attention to changes in owner.
3585         (project-find-settings-file): Adjust call to locate-dominating-file.
3587         * progmodes/flymake.el (flymake-find-buildfile):
3588         Adjust call to locate-dominating-file.
3590         * vc-hooks.el (vc-find-root): Use locate-dominating-file.
3591         (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
3593 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
3595         * subr.el (with-current-buffer): Rename buffer argument to
3596         buffer-or-name.
3597         * window.el (get-buffer-window-list): Rename buffer argument to
3598         buffer-or-name and make it optional.
3600 2008-10-25  Juanma Barranquero  <lekktu@gmail.com>
3602         * completion.el (add-completion-to-head, add-completion): Doc fixes.
3603         (completion-search-next, add-completions-from-file):
3604         Fix typos in docstrings.
3606         * filesets.el (filesets-menu-ensure-use-cached)
3607         (filesets-ingroup-patterns, filesets-filetype-property):
3608         * tutorial.el (get-lang-string):
3609         * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
3610         Fix typos in docstrings.
3612         * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
3613         (image-dired-line-up-method, image-dired-thumb-size)
3614         (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
3615         (image-dired-track-original-file, image-dired-track-thumbnail)
3616         (image-dired-dired-next-line, image-dired-dired-previous-line)
3617         (image-dired-write-comments): Reflow docstrings.
3618         (image-dired-show-all-from-dir-max-files)
3619         (image-dired-format-properties-string, image-dired-create-thumbs)
3620         (image-dired-mark-tagged-files, image-dired-gallery-generate):
3621         Fix typos in docstrings.
3623         * savehist.el (savehist-save-minibuffer-history, savehist-file)
3624         (savehist-additional-variables, savehist-ignored-variables)
3625         (savehist-file-modes, savehist-autosave-interval):
3626         * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
3627         (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
3628         (fancy-splash-image):
3629         * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
3630         (thumbs-conversion-program, thumbs-margin):
3631         Remove spurious * in docstrings.
3633 2008-10-25  Aaron S. Hawley  <aaronh@garden.org>
3635         * thingatpt.el (end-of-sexp, beginning-of-sexp)
3636         (forward-same-syntax): Omit default arguments to char-after and
3637         char-before.
3639 2008-10-24  Juanma Barranquero  <lekktu@gmail.com>
3641         * subr.el (locate-user-emacs-file): New function.
3642         (user-emacs-directory): Mention it in docstring.
3644         * completion.el (save-completions-file-name):
3645         * filesets.el (filesets-menu-cache-file):
3646         * image-dired.el (image-dired-dir, image-dired-db-file)
3647         (image-dired-temp-image-file, image-dired-gallery-dir)
3648         (image-dired-temp-rotate-image-file):
3649         * savehist.el (savehist-file):
3650         * server.el (server-auth-dir):
3651         * thumbs.el (thumbs-thumbsdir):
3652         * tutorial.el (tutorial--saved-dir):
3653         * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
3655 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
3657         * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
3658         (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
3660 2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
3662         * filesets.el: Update author email.
3663         (filesets-data): Doc fix.
3665 2008-10-23  Jens Petersen  <petersen@redhat.com>  (tiny change)
3667         * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
3669 2008-10-23  Ulrich Mueller  <ulm@kph.uni-mainz.de>
3671         * international/mule-cmds.el (describe-language-environment):
3672         Indent sample text.
3674 2008-10-23  Glenn Morris  <rgm@gnu.org>
3676         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
3678         * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
3679         byte-compile a redefinition of a function with special byte-compile
3680         handling.  (Bug#411)
3682 2008-10-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3684         * ps-print.el: Deal with page sizes for label printes.  Suggested by
3685         Friedrich Delgado Friedrichs <friedel@nomaden.org>.
3686         (ps-print-version): New version 7.3.3.
3687         (ps-page-dimensions-database): New page sizes for label printers.
3688         (ps-n-up-printing): Fix code.
3690 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
3692         * frame.el (make-frame-command): Doc fix.  Use display-graphic-p.
3694         * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
3695         (list-at-point): Add docstrings.
3697         * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
3699         * dired-aux.el (dired-do-create-files): Doc fix.
3701 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
3703         * version.el (emacs-version): Change '*Step' to 'NS' for consistency
3704         with other documentation.
3706 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
3708         * replace.el (how-many): Fix typo in docstring.
3709         Reported by Leo <sdl.web@gmail.com>.
3711 2008-10-22  Glenn Morris  <rgm@gnu.org>
3713         * international/mule-cmds.el (universal-coding-system-argument):
3714         Check for C-g.  (Bug#1205)
3716 2008-10-22  Kenichi Handa  <handa@m17n.org>
3718         * international/characters.el: Don't setup
3719         find-word-boundary-function-table.
3720         (next-word-boundary-han, next-word-boundary-kana): Delete them.
3721         (word-combining-categories, word-separating-categories):
3722         Adjust to the change of the docstrings.
3724 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
3726         * simple.el (region-active-p): Doc fix.
3728 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
3730         * subr.el (apply-partially): Move from here...
3732         * simple.el (apply-partially): ...to here.
3734 2008-10-20  Andreas Schwab  <schwab@suse.de>
3736         * subr.el (split-string-and-unquote): Simplify regexp.
3738 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
3740         * subr.el (top-level): Require `cl' when compiling.
3742 2008-10-20  David Reitter  <david.reitter@gmail.com>
3744         * info.el (Info-mode): Do not remove an existing header line if
3745         `Info-use-header-line' is nil.
3747 2008-10-19  Juri Linkov  <juri@jurta.org>
3749         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
3750         Add arg `delimited' as in `query-replace' for the case when
3751         isearch-allow-scroll=t and the user types C-u M-%.  Doc fix.
3752         Add more indicators to the prompt ("word" and "in region").
3754         * replace.el (query-replace, query-replace-regexp)
3755         (replace-string, replace-regexp, perform-replace): Add "word"
3756         indicatiors to the prompt for word delimited replacements.
3758         * replace.el (read-regexp): Rename arg `default' to `default-value'.
3759         Doc fix.
3761 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
3763         * subr.el (apply-partially): Move here from minibuffer.el.  Doc fix.
3765         * simple.el (minibuffer-default-add-shell-commands): Doc fix.
3767 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
3769         * window.el (enlarge-window-horizontally, shrink-window-horizontally):
3770         Make argument names follow Elisp manual.
3772 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
3774         * textmodes/remember.el (remember-data-file):
3775         * shadowfile.el (shadow-initialize)
3776         <shadow-info-file, shadow-todo-file>:
3777         * savehist.el (savehist-file):
3778         * recentf.el (recentf-save-file):
3779         * pcvs-defs.el (cvs-cvsrc-file):
3780         * international/kkc.el (kkc-init-file-name):
3781         * ido.el (ido-save-directory-list-file):
3782         * calendar/todo-mode.el (todo-file-do, todo-file-done)
3783         (todo-file-top): Run file names that begin with a period thru
3784         `convert-standard-filename'.
3786         * dos-fns.el (dos-reevaluate-defcustoms): New function.  Add it to
3787         before-init-hook.
3789         Fix Bug #1183:
3791         * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
3792         coding-system-for-read to ediff-coding-system-for-write.
3794         * ediff-util.el (ediff-make-temp-file): Unconditionally bind
3795         coding-system-for-write to ediff-coding-system-for-write.
3797         * ediff-init.el (ediff-coding-system-for-read): Doc fix.
3798         (ediff-coding-system-for-write): Set to emacs-internal.
3800 2008-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3802         * international/mule-conf.el (emacs-internal): New coding system alias.
3804 2008-10-18  Juri Linkov  <juri@jurta.org>
3806         * info.el (Info-file-supports-index-cookies-list): New variable.
3807         (Info-file-supports-index-cookies): New function.
3808         (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
3809         (Info-index-nodes): Let-bind Info-point-loc to nil for files
3810         without an index cookie to ignore it when Info-index-nodes is
3811         called during navigating from an index node with line numbers.
3812         (Info-index-node): Set file to Info-current-file if nil.  (Bug#1118)
3814         * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
3815         variable definition section.
3817         * info.el (Info-find-node-2): Put initial point below the header line
3818         and breadcrumbs line.
3820 2008-10-18  Glenn Morris  <rgm@gnu.org>
3822         * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
3823         the needed external programs were not found.
3825 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
3827         * files.el (trash-directory): Run thru `convert-standard-filename'.
3828         (file-modes-char-to-who, file-modes-char-to-right)
3829         (file-modes-rights-to-number, file-modes-symbolic-to-number)
3830         (read-file-modes): Doc fixes.
3832 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
3834         * abbrev.el (define-abbrev): Doc fix.
3836 2008-10-17  Alan Mackenzie  <acm@muc.de>
3838         * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
3839         foo bar [] = { ...".
3841 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
3843         * faces.el (face-spec-set-2): Don't pass invalid attributes to
3844         set-face-attribute.
3846 2008-10-17  Juanma Barranquero  <lekktu@gmail.com>
3848         * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
3849         according to `locale-coding-system'.  (This fixes trivial bug reported
3850         as part of bug#1179).
3851         Sort list of valid locale ids (EnumSystemLocales does not guarantee any
3852         particular order).  Use `when'.
3854 2008-10-16  Juanma Barranquero  <lekktu@gmail.com>
3856         * w32-fns.el (w32-check-shell-configuration): Doc fix.
3857         (w32-add-charset-info): Fix typo in docstring.
3859 2008-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3861         * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
3862         after discussion.
3864 2008-10-16  Magnus Henoch  <mange@freemail.hu>
3866         * vc-arch.el (vc-arch-dir-status): New function.
3867         (vc-arch-after-dir-status): New function.
3869 2008-10-16  Glenn Morris  <rgm@gnu.org>
3871         * man.el (Man-getpage-in-background): Force recent `man's to output
3872         escape sequences even when stdout is not a tty.  (Bug#1142)
3874 2008-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
3876         * international/mule-conf.el: Add `utf8' and `UTF8' as
3877         aliases for the `utf-8' coding system.
3879 2008-10-15  Juanma Barranquero  <lekktu@gmail.com>
3881         * find-file.el (ff-get-file): Doc fix.
3882         (ff-get-file-name): Use `let', not `let*'.
3883         (ff-search-directories): Fix typo in docstring.
3884         (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
3885         (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
3886         (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
3887         (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
3888         (cc-other-file-alist, modula2-other-file-alist):
3889         Remove spurious * in docstrings.
3891 2008-10-14  Chong Yidong  <cyd@stupidchicken.com>
3893         * faces.el (set-face-attribute): Set family and foundry before
3894         other attributes.
3895         (face-spec-set-2): Pass unmodified args to set-face-attribute.
3897 2008-10-14  Juanma Barranquero  <lekktu@gmail.com>
3899         * hl-line.el (hl-line-unload-function): New function.
3900         (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
3901         (hl-line-sticky-flag): Remove spurious * in docstring.
3903 2008-10-14  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
3905         * vc-git.el (vc-git-show-log-entry): Include the revision in the
3906         search string.
3908 2008-10-14  Michael Albinus  <michael.albinus@gmx.de>
3910         * net/tramp.el (tramp-process-one-action): Embed regexp in
3911         parentheses, before adding end-of-buffer construct.  Suggested by
3912         Markus Triska <markus.triska@gmx.at>.
3914 2008-10-13  Ulf Jasper  <ulf.jasper@web.de>
3916         * net/newst-plainview.el (w3m-toggle-inline-image):
3917         Define 'declare-function if necessary, for compatibility.
3919         * net/newst-treeview.el (w3m-toggle-inline-images):
3920         Define 'declare-function if necessary, for compatibility.
3922 2008-10-13  Alan Mackenzie  <acm@muc.de>
3924         * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
3925         so that the function works on one-line macros.
3927         * progmodes/cc-engine.el: Amend several doc strings and comments.
3929 2008-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
3931         * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
3933         * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
3934         (vc-cvs-stay-local): Add a new choice and default to it.
3935         (vc-cvs-dir-status): Use the new vc-stay-local choice.
3937         * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
3939 2008-10-12  Stephen Leake  <stephen_leake@member.fsf.org>
3941         * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
3942         Add support for extended return statement.
3944         * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
3945         and obj-dir; keep user order.
3947 2008-10-12  Glenn Morris  <rgm@gnu.org>
3949         * Makefile.in (ELCFILES): Update.
3951         * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
3952         (shell-file-name-quote-list): Declare.
3954 2008-10-12  Michael Albinus  <michael.albinus@gmx.de>
3956         * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
3958 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
3960         * startup.el (command-line): If toolbar is disabled but ought to
3961         be initialized, call tool-bar-setup.
3963         * tool-bar.el (tool-bar-setup): Variable deleted.
3964         (tool-bar-setup): Set it up unconditionally.
3966         * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
3968         * progmodes/grep.el (grep-mode-tool-bar-map): Check if
3969         tool-bar-map has been initialized before setting it up.
3971         * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
3972         tool-bar-map has been initialized before setting it up.
3974 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
3976         * emacs-lisp/warnings.el (display-warning): Issue a message if
3977         called during daemon initialization.
3979         * tool-bar.el (tool-bar-local-item)
3980         (tool-bar-local-item-from-menu): Put the check for number of
3981         display colors into the image expression.
3982         (tool-bar-setup): Don't be a no-op on ttys.
3984         * info.el (info-tool-bar-map):
3985         * progmodes/gud.el (gud-tool-bar-map):
3986         * progmodes/grep.el (grep-mode-tool-bar-map):
3987         * progmodes/compile.el (compilation-mode-tool-bar-map):
3988         Initialize it unconditionally.
3990 2008-10-11  Romain Francoise  <romain@orebokech.com>
3992         * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
3993         * kmacro.el (kmacro-edit-lossage): Ditto.
3994         * edmacro.el (edit-kbd-macro): Ditto.
3996 2008-10-11  Ulf Jasper  <ulf.jasper@web.de>
3998         * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
3999         Fix variable names.
4001 2008-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
4003         * startup.el (command-line): Revert 2008-09-26 change, not
4004         necessary anymore.
4006 2008-10-10  Andreas Schwab  <schwab@suse.de>
4008         * simple.el (minibuffer-complete-shell-command):
4009         Bind comint-delimiter-argument-list, comint-file-name-chars and
4010         comint-file-name-quote-list like shell-mode.
4012 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
4014         * window.el (pop-to-buffer): Fix misplacement of arg norecord in
4015         call of select-window.
4017 2008-10-10  Jay Belanger  <jay.p.belanger@gmail.com>
4019         * calc/calc.el (calc-embedded-word-regexp)
4020         (calc-embedded-word-regexp-alist): New variables.
4021         (calc-embedded-open-word, calc-embedded-close-word)
4022         (calc-embedded-open-close-word-alist): Remove unused variables.
4024         * calc/calc-embed.el (calc-embedded-make-info):
4025         Use `calc-embedded-word-regexp' to find words.
4027 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
4029         * info.el (Info-extract-menu-counting): New argument no-detail to
4030         skip detailed node listings.
4031         (Info-forward-node): New argument not-up to inhibit going up.
4032         (Info-final-node): Call Info-extract-menu-counting and
4033         Info-forward-node with the new arguments set to avoid infinite
4034         looping.  (Bug#1116)
4036 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
4038         * startup.el (command-line): Don't invoke tool-bar-mode if it is
4039         not fboundp.
4041 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
4043         * startup.el (command-line): Enable tool-bar-mode as long as it is
4044         not suppressed by X resources, regardless of the terminal.
4046         * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
4047         graphical terminals.
4048         (tool-bar-setup): No-op if called on a tty.
4050 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
4052         * frame.el (make-frame-on-tty): Use "F" inside interactive.
4053         Support `pc' ``window-system''.
4055         * progmodes/compile.el (compilation-start): Resurrect the version
4056         for systems that don't support asynchronous subprocesses.
4058 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
4060         * window.el (pop-up-frames): Add choice graphic-only.
4061         (display-buffer): When pop-up-frames equals graphic-only do
4062         not pop up new frame on text-only terminals.  (Bug#1061)
4064 2008-10-09  Dan Nicolaescu  <dann@ics.uci.edu>
4066         * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
4067         (vc-cvs-dir-status): Use it.
4069 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
4071         * json.el (json-skip-whitespace): Fix last change.
4073 2008-10-08  Juanma Barranquero  <lekktu@gmail.com>
4075         * bs.el (bs-unload-function): New function.
4077 2008-10-08  Sven Joachim  <svenjoac@gmx.de>
4079         * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
4080         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
4081         For clarity, explicitly require cl.
4083 2008-10-08  Michael Olson  <mwolson@gnu.org>
4085         * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
4086         can avoid a bad interaction with programs that add functions to
4087         the window-scroll-functions hook.  This fixes Bug #858.
4089 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
4091         * startup.el (command-line): Use display-warning to warn about an
4092         init file error.
4093         (command-line-1): Remove init file error delay.
4095 2008-10-07  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4097         * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
4098         Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
4099         (rx-group-if): New function.
4100         (rx-parent): New variable.
4101         (rx-and, rx-or): Put shy groups only when necessary.
4102         (rx-bracket): Remove.
4103         (rx-anything): New function.
4104         (rx-any-delete-from-range, rx-any-condense-range)
4105         (rx-check-any-string): New functions.
4106         (rx-check-any): Return result as a list.  Don't convert chars to
4107         strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
4108         Check char category string.  Call rx-form instead of rx-to-string.
4109         (rx-any): Rebuid to complete the function.
4110         (rx-check-not): Fix char category regexp pattern string.
4111         Call rx-form instead of rx-to-string.
4112         (rx-not): Call rx-form instead of rx-to-string.  Convert "[^]" to
4113         "[^^]".  Call regexp-quote for one char string when not called from
4114         rx-not.  Add "\\w", and toggle to upcase.  Add the case of
4115         "\\[SCBW]" to toggle.
4116         (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
4117         instead of rx-to-string.
4118         (rx-kleene): Call rx-form instead of rx-to-string.
4119         Call rx-group-if to adjust putting of shy groups.
4120         (rx-atomic-p): Make check more precisely.
4121         (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
4122         (rx-regexp): Call rx-group-if.
4123         (rx-form): New function.
4124         (rx-to-string): Call rx-form, rx-group-if.
4125         Refine definition of NO-GROUP.
4127 2008-10-07  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
4129         * json.el (json-advance): Use forward-char.
4130         (json-skip-whitespace): Use skip-syntax-forward.
4132 2008-10-07  Alan Mackenzie  <acm@muc.de>
4134         * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
4135         indenting a macro followed by blank lines doesn't backslash the
4136         following non-blank line into the macro.
4138 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
4140         * startup.el (before-init-time, after-init-time): Move into emacs.c.
4141         (command-line): Set after-init-time to nil before initialization.
4143 2008-10-06  Jay Belanger  <jay.p.belanger@gmail.com>
4145         * calc/calc-units.el (math-standard-units): Update the values
4146         of the units.
4148 2008-10-06  Juanma Barranquero  <lekktu@gmail.com>
4150         * bookmark.el (bookmark-unload-function): New function.
4152 2008-10-06  Andreas Schwab  <schwab@suse.de>
4154         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
4156 2008-10-06  Martin Rudalics  <rudalics@gmx.at>
4158         * mail/footnote.el: Remove * in defcustom docstrings and tell
4159         for most options that customizing them doesn't affect buffers
4160         already displaying footnotes.
4161         (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
4162         Fix handling of text properties and identical start/end tags.
4163         Do not use format when renumbering.
4164         (Footnote-set-style): Make it work.
4165         (Footnote-insert-numbered-footnote): Simplify.
4166         (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
4167         (Footnote-goto-footnote): Fix handling of empty section tag.
4168         (Footnote-delete-footnote): Fix handling of identical start/end
4169         tags, empty section tag, and spaced footnotes.  Do not use
4170         kill-region.
4171         (footnote-mode): Make most options buffer-local to avoid that
4172         customizing messes up handling of footnotes in buffers that
4173         already display them.
4175 2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
4177         * faces.el (x-create-frame-with-faces): Undo previous change.
4179         * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
4180         existent files.
4182 2008-10-05  Chong Yidong  <cyd@stupidchicken.com>
4184         * international/mule-cmds.el (universal-coding-system-argument):
4185         Handle digit-argument too.
4187 2008-10-05  Mario Lang  <mlang@delysid.org>
4189         * xml.el (xml-parse-string): Use skip-chars-forward.
4191 2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
4193         * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
4194         existent files.
4195         (vc-bzr-dir-status-files): New function.
4197 2008-10-04  Glenn Morris  <rgm@gnu.org>
4199         * files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)
4201         * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
4202         (vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)
4204         * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
4205         (vc-cvs-dir-status): Respect vc-stay-local-p.  (Bug#1046)
4207 2008-10-04  David J. Biesack  <David.Biesack@sas.com>  (tiny change)
4209         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
4210         Fix typo.  (Bug#1074)
4212 2008-10-04  Martin Rudalics  <rudalics@gmx.at>
4214         * progmodes/compile.el (compilation-start): Make sure to move to
4215         point-max only when we are in the compilation buffer.  (Bug#1073)
4217 2008-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
4219         * faces.el (x-create-frame-with-faces): Only setup the toolbar if
4220         tool-bar-mode is on.
4222         * vc-svn.el (vc-svn-dir-status-files):
4223         * vc-cvs.el (vc-cvs-dir-status-files): New function.
4225 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
4227         * vc-hg.el (vc-hg-dir-status-files): New function.
4229 2008-10-03  Martin Rudalics  <rudalics@gmx.at>
4231         * window.el (window--display-buffer-1): Don't care about
4232         visibility since raise-frame does.
4234 2008-10-03  Mario Lang  <mlang@delysid.org>
4236         * nxml/xmltok.el (xmltok-forward): Simplify.
4238 2008-10-03  Glenn Morris  <rgm@gnu.org>
4240         * Makefile.in (ELCFILES): Update.
4242         * frame.el (set-default-font): Make obsolete.
4243         * mouse.el (mouse-set-font): Use set-frame-font.
4245         * jka-cmpr-hook.el (jka-compr-compression-info-list)
4246         (jka-compr-mode-alist-additions): Also match `.tbz2'.
4248         * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
4249         * files.el (auto-mode-alist): Add .PRO as per above autoload.
4251 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
4253         * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
4254         (vc-dir-refresh): Set it here instead.  (Bug#1067)
4256 2008-10-02  Chong Yidong  <cyd@stupidchicken.com>
4258         * faces.el (inhibit-frame-set-background-mode): New var.
4259         (frame-set-background-mode): Use it to avoid a loop in
4260         face-spec-recalc.
4262 2008-10-02  Glenn Morris  <rgm@gnu.org>
4264         * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
4265         vc-diff-switches.
4267 2008-10-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4269         * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
4270         that is, to take some action when a buffer is killed.  Suggested by
4271         Stefan Monnier <monnier@iro.umontreal.ca>.  Doc fix.  New version
4272         11.2.2.
4273         (whitespace-action): Docstring and :type fix.
4274         (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
4275         Code fix.
4276         (whitespace-add-local-hook, whitespace-remove-local-hook)
4277         (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
4279 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4281         * net/tls.el (open-tls-stream): Show the actual command being
4282         executed, instead of the format string.
4284 2008-10-01  Eli Zaretskii  <eliz@gnu.org>
4286         * term/internal.el (dos-locale-alist): New alist.
4287         (dos-codepage-setup): Use it to compute a value of locale with
4288         which to call set-locale-environment.  Remove code to set
4289         terminal, keyboard, and file-name encoding (done by
4290         set-locale-environment).
4292         * international/mule-cmds.el
4293         (set-language-environment-nonascii-translation): Fix nonascii
4294         value for `pc' ``window-system''.
4295         (set-display-table-and-terminal-coding-system)
4296         (set-default-coding-systems): Don't special-case `pc'.
4298 2008-10-01  Glenn Morris  <rgm@gnu.org>
4300         * filesets.el (filesets-menu-name): Fix type.
4301         (filesets-menu-path, filesets-menu-before): Fix types.
4302         Change defaults to be consistent with recentf.  (Bug#1056)
4304 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4306         * term/xterm.el (xterm-turn-on-modify-other-keys)
4307         (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
4308         Don't forget to pass `terminal' to `send-string-to-terminal'.
4310 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
4312         * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
4313         (vc-file-not-found-hook): Check, that `buffer-file-name' is
4314         non-nil.  It is not clear, whether this is only fixing symptoms on
4315         an error.  OTOH, in all other cases, the call of `vc-file-clearprops'
4316         is embedded by that check.  So it might be TRT.  Suggested by Dan
4317         Nicolaescu <dann@ics.uci.edu>.
4319 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
4321         * Makefile.in (ELCFILES): Remove codepage.elc.
4323         * international/codepage.el: File removed, as even ms-dos doesn't
4324         need it anymore.
4326         * loadup.el [ms-dos]: Don't load ccl and codepage.
4328         * term/internal.el: Remove coding: cookie and no-byte-compile flag.
4329         (IT-character-translations, cjk-codepages-alist): Remove variables.
4330         (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
4331         (IT-unicode-translations): Remove charset and base elements.
4332         Add translations for Latin-1 characters.
4333         (IT-setup-unicode-display): Accept a CODING argument.  Don't use
4334         base and chset elements of IT-unicode-translations.  Don't wrap
4335         translation in "{...}".  Set up translations only for characters
4336         for which unencodable-char-position returns non-nil.
4337         (dos-codepage-setup): Don't use special-case codepages in
4338         cjk-codepages-alist.
4340         * files.el (locate-dominating-file): Wrap directory-files with
4341         condition-case, instead of calling file-directory-p, which stats
4342         the directory one more time.
4344         * mail/mail-utils.el (mail-unquote-printable-region):
4345         Use insert-byte instead of insert-char, when the UNIBYTE arg is
4346         non-nil.
4348 2008-09-30  Daiki Ueno  <ueno@unixuser.org>
4350         * epa-file.el (epa-file-insert-file-contents): Fix typo.
4352 2008-09-30  Glenn Morris  <rgm@gnu.org>
4354         * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
4356 2008-09-30  Daniel Colascione  <danc@merrillpress.com>
4358         * progmodes/which-func.el (which-func-imenu-joiner-function): New.
4359         (which-function): Handle nested imenu trees.
4361         * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
4362         some nested menu items.
4364 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
4366         * calc/calc-units.el (math-standard-units): Add entries used to
4367         display the the values in the units buffer.
4368         (math-build-units-table): Add entries to the units table to be used
4369         to display the values in the units buffer.
4370         (math-build-units-table-buffer): Use the display entry of the units
4371         table when non-nil.
4372         (calc-define-unit): Add option to enter display value of unit.
4374 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
4376         * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
4378 2008-09-29  Eli Zaretskii  <eliz@gnu.org>
4380         * files.el (locate-dominating-file): Take file-attributes of
4381         `dir', not of `file' (which never changes).
4383 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
4385         * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
4386         also be `localname'.
4388         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
4389         IDENTIFICATION.
4391 2008-09-28  Glenn Morris  <rgm@gnu.org>
4393         * vc.el (vc-switches): Give it a doc string.
4395 2008-09-28  Romain Francoise  <romain@orebokech.com>
4397         * comint.el (comint-show-output): Adjust to stickiness changes of
4398         the output field.
4400         * startup.el (command-line): Start the daemon server later.
4402 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
4404         * subr.el (read-quoted-char): Call char-resolve-modifiers
4405         instead of char-resolve-modifers.
4407 2008-09-27  Glenn Morris  <rgm@gnu.org>
4409         * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
4410         than [return].  (Bug#1031)
4412 2008-09-27  Peter Dyballa  <Peter_Dyballa@Freenet.DE>
4414         * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
4416 2008-09-27  Daiki Ueno  <ueno@unixuser.org>
4418         * epg.el (epg-wait-for-status): Check if there is no pending status.
4419         Reported by Ted Romer <ted@romerfamily.com>.
4421 2008-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
4423         * startup.el (command-line): Turn on menu-bar-mode and
4424         tool-bar-mode when running as a daemon.
4426 2008-09-26  Eli Zaretskii  <eliz@gnu.org>
4428         * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
4429         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
4430         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
4431         ($(lisp)/progmodes/cc-engine.elc)
4432         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
4433         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
4434         ($(lisp)/progmodes/cc-subword.elc)
4435         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
4437         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
4438         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
4439         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
4440         ($(lisp)/progmodes/cc-engine.elc)
4441         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
4442         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
4443         ($(lisp)/progmodes/cc-subword.elc)
4444         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
4446 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4448         * informat.el (Info-split-threshold): New variable.
4449         (Info-split): Use it.
4451         * textmodes/texinfmt.el (texinfo-format-buffer):
4452         Use Info-split-threshold to decide whether to split Info files.
4454 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
4456         * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
4457         quoting.
4459         * comint.el (comint-dynamic-complete-as-filename): Quote directory
4460         name when reinserting it.
4462         * isearch.el (isearch-search-fun): Use word-search-forward-lax and
4463         word-search-backward-lax for incremental word search.
4465 2008-09-25  Juanma Barranquero  <lekktu@gmail.com>
4467         * generic-x.el (generic-other-modes): Fix typo in docstring.
4468         (generic-use-find-file-hook, generic-lines-to-scan)
4469         (generic-find-file-regexp, generic-ignore-files-regexp)
4470         (generic-define-mswindows-modes, generic-define-unix-modes):
4471         Remove `*' from docstring.
4472         (generic-mode-find-file-hook): Use `string-match-p'.
4473         (apache-log-generic-mode, mailagent-rules-generic-mode)
4474         (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
4475         (java-manifest-generic-mode, java-properties-generic-mode)
4476         (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
4477         for consistency with other modes in generic-x.el.
4479 2008-09-25  Martin Rudalics  <rudalics@gmx.at>
4481         * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
4482         (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
4483         parens specially only if latex-handle-escaped-parens is non-nil.
4484         (latex-indent-within-escaped-parens): New option.
4485         (latex-find-indent): Bind latex-handle-escaped-parens to
4486         latex-indent-within-escaped-parens.  Do not treat escaped parens
4487         specially when this is nil.  (Bug#954)
4489 2008-09-25  Glenn Morris  <rgm@gnu.org>
4491         * ffap.el (ffap-fixup-url): Don't call url-normalize-url.  (Bug#898)
4493 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
4495         * vc.el (vc-mark-resolved): Move message here from
4496         vc-default-mark-resolved.
4497         (vc-default-mark-resolved): Change to an alias for ignore.
4499 2008-09-24  Andreas Politz  <politza@fh-trier.de>  (tiny change)
4501         * term.el (term-emulate-terminal): Encode input string before
4502         checking its length.
4504 2008-09-24  Chong Yidong  <cyd@stupidchicken.com>
4506         * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
4507         is loaded.
4509         * server.el (server-buffer-done): Avoid changing the buffer when
4510         deleting the client's frame (bug#640).
4512         * vc.el (vc-default-mark-resolved): New function.
4514 2008-09-24  Stephen Berman  <stephen.berman@gmx.net>
4516         * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
4517         from raising a wrong-type-argument error.
4519 2008-09-24  Martin Rudalics  <rudalics@gmx.at>
4521         * help-fns.el (describe-function-1, describe-variable): Print
4522         relative file name in help buffer.
4523         * faces.el (describe-face): Print relative file name in help
4524         buffer.
4526 2008-09-23  Romain Francoise  <romain@orebokech.com>
4528         * subr.el (with-output-to-string): Make sure that the temporary
4529         buffer gets killed.
4531 2008-09-23  Markus Sauermann  <markus@sauermann-consulting.de>  (tiny change)
4533         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
4534         indentation problem with keyword symbols when a list starts with
4535         ,@ or spaces.  (Bug#1012)
4537 2008-09-23  Martin Rudalics  <rudalics@gmx.at>
4539         * textmodes/tex-mode.el (latex-find-indent): Try to handle
4540         escaped close parens correctly.  (Bug#954)
4542 2008-09-22  Tassilo Horn  <tassilo@member.fsf.org>
4544         * play/fortune.el (fortune-in-buffer): Fix a bug which forced
4545         usage of `fortune-file' even though a FILE argument was passed to
4546         the function.
4548 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
4550         * startup.el (command-line): Start the server when in daemon mode.
4551         Remove always true test.
4553         * frame.el (frame-initialize): Remove spurious setting of
4554         special-display-function with the default value.
4556 2008-09-20  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4558         * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
4560 2008-09-20  Glenn Morris  <rgm@gnu.org>
4562         * emacs-lisp/lisp-mode.el (lisp-indent-offset):
4563         Fix custom type.  (Bug#1011)
4565 2008-09-20  David De La Harpe Golden  <david@harpegolden.net>
4567         * files.el (move-file-to-trash): Avoid recursive trashing if
4568         rename-file calls delete-file.
4570 2008-09-20  Glenn Morris  <rgm@gnu.org>
4572         * play/fortune.el: Remove leading `*' from defcustom docs.
4573         (fortune-program-options): Doc fix.  Allow to be a string again.
4574         Add :version.
4575         (fortune-in-buffer): Handle fortune-program-options as a string.
4576         Don't rely on fortune program accepting options after fortune file.
4578 2008-09-20  Justin Bogner  <mail@justinbogner.com>  (tiny change)
4580         * play/fortune.el (fortune-program-options): Change to a list.
4581         (fortune-in-buffer): Use apply.
4583 2008-09-20  Ulrich Mueller  <ulm@kph.uni-mainz.de>
4585         * emacs-lisp/authors.el: Change encoding of file to utf-8.
4586         (authors-coding-system): Likewise.
4588 2008-09-20  Ami Fischman  <ami@fischman.org>
4590         * savehist.el (savehist-save): Handle errors in writing as well as
4591         reading.
4593 2008-09-20  Michael Olson  <mwolson@gnu.org>
4595         * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
4596         to provide a minimal performance boost.
4598 2008-09-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4600         * proced.el (proced-grammar-alist, proced-custom-attributes)
4601         (proced-format-alist, proced-format, proced-filter-alist)
4602         (proced-filter, proced-sort): Use defcustom.
4603         (proced-mode): Fix docstring.
4604         (proced-process-attributes): Handle return value nil of functions
4605         in proced-custom-attributes.
4607 2008-09-19  Martin Rudalics  <rudalics@gmx.at>
4609         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
4610         flag from "'" entry in sgml-tag-syntax-table.  (Bug#946)
4612 2008-09-19  Miles Bader  <miles@gnu.org>
4614         * comint.el (comint-output-filter): Make field properties for
4615         output text front-sticky.
4617 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
4619         * vc-bzr.el (vc-bzr-show-log-entry):
4620         * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
4621         C-x v l for a directory uses that.
4623 2008-09-18  Simon Josefsson  <simon@josefsson.org>
4625         * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
4626         .sieve files.
4628 2008-09-18  Martin Rudalics  <rudalics@gmx.at>
4630         * help-macro.el (make-help-screen): Preserve key bindings
4631         established in help-mode call when exiting this macro.
4633 2008-09-17  Kenichi Handa  <handa@m17n.org>
4635         * language/burmese.el: Fix setting of composition-function-table.
4637 2008-09-17  Martin Rudalics  <rudalics@gmx.at>
4639         * info.el (Info-follow-nearest-node): Don't raise an error for
4640         mouse-1 clicks.
4642 2008-09-17  Jay Belanger  <jay.p.belanger@gmail.com>
4644         * calc/calc-units.el (calc-convert-temperature): Use default
4645         units when appropriate.
4647 2008-09-16  Markus Triska  <markus.triska@gmx.at>
4649         * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
4650         catch errors raised in `texmathp'.
4651         (flyspell-tex-math-initialized): Remove.
4653 2008-09-16  Martin Rudalics  <rudalics@gmx.at>
4655         * frame.el (select-frame-set-input-focus): With non-nil
4656         mouse-autoselect-window always move mouse cursor to frame's
4657         selected window.  Otherwise restore pre 2008-09-13 behavior.
4658         (select-frame-by-name): Use select-frame-set-input-focus.
4660         * files.el (switch-to-buffer-other-frame): Don't raise frame since
4661         pop-to-buffer already does it.
4662         (display-buffer-other-frame): Fix doc-string.
4664 2008-09-16  Glenn Morris  <rgm@gnu.org>
4666         * add-log.el (diff-find-source-location): Update declaration.
4668         * progmodes/make-mode.el (makefile-match-function-end):
4669         Move point.  (Bug#983)
4671 2008-09-16  Daiki Ueno  <ueno@unixuser.org>
4673         * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
4675 2008-09-15  Juanma Barranquero  <lekktu@gmail.com>
4677         * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
4678         (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
4680 2008-09-15  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
4682         * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
4684 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
4686         * files.el (file-truename): Don't raise args-out-of-range error
4687         when filename has no separator on windows-nt.  (Bug#982)
4689 2008-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4691         * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
4692         be more honest when we don't know.
4693         (diff-tell-file-name): Don't prompt before the actual prompt.
4694         (diff-mode): Don't prompt in add-log-buffer-file-name-function.
4695         (diff-find-source-location): Add `noprompt' argument.
4696         (diff-current-defun): Don't prompt.
4698 2008-09-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4700         * proced.el (proced-mark-face, proced-marked-face)
4701         (proced-sort-header-face): Remove.
4702         (proced-font-lock-keywords): Simplify.
4703         (proced-format): Use face proced-sort-header.
4704         (proced-format-interactive, proced-sort-interactive)
4705         (proced-filter-interactive): Only call proced-update if the scheme
4706         has changed.
4707         (proced-sort-header): Use posn-actual-col-row.
4709 2008-09-14  Martin Rudalics  <rudalics@gmx.at>
4711         * add-log.el (change-log-find-window): New variable.
4712         (change-log-goto-source-1, change-log-goto-source):
4713         Set change-log-find-window to window displaying source.
4714         (change-log-next-error): Select window specified by
4715         change-log-find-window.
4717 2008-09-13  Martin Rudalics  <rudalics@gmx.at>
4719         * frame.el (select-frame-set-input-focus): With focus follows
4720         mouse move mouse cursor to right window.
4721         * window.el (pop-to-buffer): Select window before calling
4722         select-frame-set-input-focus.
4724 2008-09-12  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4726         * proced.el (proced-sort-header): New face.
4727         (proced-sort-header-face): New variable.
4728         (proced-format): Allow format value nil.
4729         Use proced-sort-header-face for header of sort column.
4730         (proced-format-args): New function.
4731         (proced-grammar-alist, proced-timer-flag, proced-process-alist)
4732         (proced-header-help-echo, proced-field-help-echo, proced-timer)
4733         (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
4734         (proced-refine): Rename from proced-filter-attribute.  Doc fix.
4735         (proced-sort-header): Bind also to mouse-1.
4736         (proced-move-to-goal-column): Return position of point.
4737         (proced-filter-interactive): Always revert listing.
4738         (proced-format-ttname): Simplify.
4739         (proced-update): Do not keep undo information.  Put point at
4740         beginning of buffer if we generate the first listing.
4742 2008-09-12  Tassilo Horn  <tassilo@member.fsf.org>
4744         * doc-view.el (doc-view-scroll-up-or-next-page)
4745         (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
4746         vertically split windows.
4748 2008-09-12  Glenn Morris  <rgm@gnu.org>
4750         * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
4752         * indent.el (indent-line-function): Doc fix.
4753         * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
4755 2008-09-11  Martin Rudalics  <rudalics@gmx.at>
4757         * window.el (pop-to-buffer): If the window for buffer-or-name is
4758         not on the selected frame, raise that window's frame and give it
4759         input focus.  (Bug#745)
4761 2008-09-11  Glenn Morris  <rgm@gnu.org>
4763         * ido.el (ido-mode): Initialize with custom-initialize-default,
4764         rather than a set function.  (Bug#947)
4766 2008-09-10  Chong Yidong  <cyd@stupidchicken.com>
4768         * replace.el (perform-replace): Don't set inhibit-read-only using
4769         query-replace-skip-read-only (bug#956).
4771         * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
4772         of the <<foo>> form.
4774 2008-09-10  Martin Rudalics  <rudalics@gmx.at>
4776         * window.el (display-buffer): Fix doc-string typo.
4778 2008-09-10  Kenichi Handa  <handa@m17n.org>
4780         * composite.el (compose-gstring-for-graphic): Fix previous change.
4782 2008-09-10  Glenn Morris  <rgm@gnu.org>
4784         * info.el (Info-try-follow-nearest-node): Fix doc typo.
4786 2008-09-10  Stephen Berman  <stephen.berman@gmx.net>
4788         * info.el (Info-mouse-follow-nearest-node): Follow links to different
4789         manuals.  (Bug#886)
4791 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
4793         * ido.el (ido-unload-function): New function.
4795 2008-09-08  Juanma Barranquero  <lekktu@gmail.com>
4797         * ido.el (ido-file-internal): Fix typo in prompt.
4798         (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
4799         (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
4800         (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
4801         (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
4802         Fix typos in docstrings.
4804 2008-09-08  Martin Rudalics  <rudalics@gmx.at>
4806         * help-fns.el (describe-function-1): Don't print extra newline
4807         after filling.
4809 2008-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4811         * help-fns.el (find-lisp-object-file-name): Handle case where
4812         library is compressed.
4814 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
4816         * complete.el (PC-do-completion): Don't replace buffer
4817         contents (bug#227).
4819 2008-09-07  Juanma Barranquero  <lekktu@gmail.com>
4821         * loadhist.el (unload-feature-special-hooks):
4822         Add `choose-completion-string-functions'.
4824 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4826         * vc-svn.el (vc-svn-root):
4827         * vc-sccs.el (vc-sccs-root):
4828         * vc-rcs.el (vc-rcs-root):
4829         * vc-cvs.el (vc-cvs-root): Delete.
4830         * vc-hooks.el (vc-find-root): Remove `invert' argument.
4832 2008-09-07  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
4834         * progmodes/flymake.el (flymake-parse-err-lines): Filter out
4835         errors occurring in different files.
4837 2008-09-07  Dan Nicolaescu  <dann@ics.uci.edu>
4839         * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
4840         (vc-bzr-status-printer): New function.
4841         (vc-bzr-after-dir-status): Deal with renamed files.
4843 2008-09-07  Johan Euphrosine  <proppy@aminche.com>  (tiny change)
4845         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
4846         buffer's filename.
4848 2008-09-07  Martin Rudalics  <rudalics@gmx.at>
4850         * subr.el (cancel-change-group): Widen buffer temporarily when
4851         undoing changes.  (Bug#810)
4853 2008-09-07  Nick Roberts  <nickrob@snap.net.nz>
4855         * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
4856         with gud-stop-subjob rather than exit debugger.
4858 2008-09-07  Kenichi Handa  <handa@m17n.org>
4860         * composite.el: Compose combining characters only when it
4861         follows a character matching with "[[:alpha:]]".
4863 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4865         * proced.el: Require time-date.
4866         (proced-command-alist, proced-command, proced-goal-header-re)
4867         (proced-sorting-schemes-alist, proced-sorting-scheme)
4868         (proced-header-alist, proced-sorting-schemes-re)
4869         (proced-skip-regexp, proced-next-line, proced-previous-line)
4870         (proced-listing-type, proced-sorting-scheme-p): Remove.
4871         (proced-grammar-alist, proced-custom-attributes)
4872         (proced-format-alist, proced-format, proced-filter-alist)
4873         (proced-filter, proced-sort, proced-goal-attribute)
4874         (proced-timer-interval, proced-timer-flag, proced-timer)
4875         (proced-process-alist, proced-sort-internal, proced-process-tree)
4876         (proced-header-help-echo, proced-field-help-echo): New variables.
4877         (proced-pid-at-point, proced-timer, proced-mark-process-alist)
4878         (proced-omit-process, proced-filter, proced-process-tree)
4879         (proced-filter-children, proced-children-pids)
4880         (proced-filter-parents, proced-<, proced-string-lessp)
4881         (proced-time-lessp, proced-xor, proced-sort-p)
4882         (proced-format-time, proced-format-start, proced-format-ttname)
4883         (proced-format, proced-process-attributes): New functions.
4884         (proced-toggle-timer-flag, proced-mark-children)
4885         (proced-mark-parents, proced-filter-interactive)
4886         (proced-filter-attribute, proced-sort-interactive)
4887         (proced-sort-header, proced-format-interactive): New commands.
4888         (proced-move-to-goal-column): Use goal-column.
4889         (proced-mode): Use proced-timer.
4890         (proced-do-mark-all): Display process count.  Use use-region-p.
4891         Simplify.
4892         (proced-omit-processes): Use use-region-p.
4893         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
4894         (proced-sort-start, proced-sort-time, proced-sort-user):
4895         Use proced-sort-interactive.
4896         (proced-sort): Make it a function that performs the actual sort.
4897         (proced-update): New arg revert.  Use proced-process-alist,
4898         proced-filter, proced-sort, proced-format, and
4899         proced-grammar-alist.  Preserve position of point based on fields.
4900         Make header line and fields clickable.
4901         (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
4902         (proced-why): Use save-selected-window.
4903         (proced-log): Use buffer-read-only.
4905 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
4907         * tooltip.el (tooltip-mode): Initialize unconditionally to t.
4909 2008-09-06  Glenn Morris  <rgm@gnu.org>
4911         * add-log.el (diff-find-source-location): Declare.
4912         (find-change-log): If called from a diff buffer, try to switch to the
4913         source buffer (e.g. to respect change-log-default-name there).
4915         * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
4916         unallowed characters; added 2006-10-10 without comment.  (Bug#753)
4918         * Makefile.in (ELCFILES): Update.
4920 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
4922         * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
4923         user enters a mouse event in another frame, or a special event.
4925         * server.el (server-switch-buffer): New arg.
4926         (server-execute): If reusing an existing window, set file position
4927         if required.
4929 2008-09-06  Kenichi Handa  <handa@m17n.org>
4931         * language/lao.el: Fix setting of composition-function-table.
4933 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
4935         * term/pc-win.el (msdos-show-help): Don't truncate lines while
4936         displaying help echo messages.
4938 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
4940         * subr.el (symbol-file): Fix doc-string.
4942 2008-09-06  Glenn Morris  <rgm@gnu.org>
4944         * help-mode.el (help-xref-forward-stack): Doc fix.
4946         * add-log.el (change-log-default-name): Autoload safety.
4948 2008-09-05  Wilson Snyder  <wsnyder@wsnyder.org>
4950         * verilog-mode.el (verilog-library-extensions): Enable .sv
4951         filename extensions to call verilog-mode.
4952         (verilog-auto, verilog-auto-inst, verilog-faq)
4953         (verilog-submit-bug-report): Update author support URLs.
4954         (verilog-delete-auto, verilog-auto-inout-module)
4955         (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
4956         creating complemented testbench modules.  Suggested by Yishay Belkind.
4957         (verilog-auto-inst-port, verilog-simplify-range-expression):
4958         When verilog-auto-inst-param-value is set, don't require a
4959         AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
4960         Yishay Belkind.
4961         (verilog-auto-inst-param-value): Add safe variable.
4962         (verilog-re-search-forward, verilog-re-search-backward):
4963         Fix returning wrong search results on Emacs 22.1.
4964         (verilog-modi-cache-results, verilog-auto): Fix warning message
4965         about "toggling font-lock-mode."
4966         (verilog-auto): Fix losing font-lock on errors.
4967         (verilog-auto-inst-param-value, verilog-mode-version)
4968         (verilog-mode-version-date, verilog-read-inst-param-value)
4969         (verilog-auto-inst, verilog-auto-inst-param)
4970         (verilog-auto-inst-port, verilog-simplify-range-expression):
4971         Allow parameters to be replaced with their values, on the expansion of
4972         an AUTOINST with Verilog 2001 style parameter settings.
4973         Suggested by David Rogoff.
4975 2008-09-05  Michael McNamara  <mac@mail.brushroad.com>
4977         * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
4978         Better support for the property statement.  Sometimes this keyword
4979         introduces a statement which requires an endproperty keyword, and
4980         sometimes it doesn't, depending on the work before the property
4981         word.  If property is prefixed with assert, assume or cover
4982         keyword, then the statement is ended with a ';'.  Otherwise,
4983         property is like task or specify, and is followed by some number
4984         of statements, which are ended with an endproperty keyword.
4985         (electric-verilog-tab): Support Emacs 22.2 style handling of tab
4986         in a highlighted region: indent each line in region according to
4987         mode.  Supply this so it works in XEmacs and older Emacs.
4989 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4991         * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
4992         Don't clean up a buffer when killing it.
4994 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4996         * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
4997         buffers (bug#360).  New version 11.2.1.
4998         (whitespace-action): New value `warn-read-only' to give a warning when
4999         buffer is read-only and whitespace action is cleanup or auto-cleanup.
5000         (whitespace-cleanup, whitespace-cleanup-region): Code fix.
5001         (whitespace-warn-read-only): New fun.
5003 2008-09-05  Chong Yidong  <cyd@stupidchicken.com>
5005         * international/quail.el: Require help-mode.
5006         (quail-help-init): Function removed.
5007         (quail-keyboard-layout-button, quail-keyboard-customize-button):
5008         Define directly.
5010         * dired.el (dired-get-filename): Rewrite octal escape character
5011         processor (bug#885).
5013 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
5015         * cus-edit.el (custom-button-pressed): Default to inverse-video.
5017         * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
5018         not just for terminal-frame.
5020 2008-09-05  Martin Rudalics  <rudalics@gmx.at>
5022         * window.el (window--try-to-split-window): Don't split when window
5023         is not splittable in last disjunct.  (Bug#888)
5025 2008-09-05  Kenichi Handa  <handa@m17n.org>
5027         * language/tibetan.el: Fix setting of composition-function-table.
5029         * composite.el (find-composition): Mention about the automatic
5030         composition in the docstring.
5031         (compose-gstring-for-graphic): Fix handling "above" marks.
5033         * descr-text.el (describe-char): Fix handling of automatic composition.
5035 2008-09-04  Juanma Barranquero  <lekktu@gmail.com>
5037         * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
5038         (tramp-parse-connection-properties): Reflow docstring.
5040 2008-09-04  Kim F. Storm  <storm@cua.dk>
5042         * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
5043         and other-frame methods when switching between file and buffer modes.
5045 2008-09-04  Martin Rudalics  <rudalics@gmx.at>
5047         * info.el (Info-dir-remove-duplicates): Narrow buffer when
5048         removing duplicate entries under same heading.  Don't skip char
5049         matching anything but a space or tab at bol.  (Bug#864)
5051 2008-09-03  Alan Mackenzie  <acm@muc.de>
5053         * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
5055 2008-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5057         * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
5058         (completion-pcm--all-completions): Move the case-fold-search binding to
5059         it also applies to completion-regexp-list (used in all-completions).
5060         (completion-pcm--hilit-commonality): Add missing case-fold-search.
5062 2008-09-03  Martin Rudalics  <rudalics@gmx.at>
5064         * window.el (pop-up-frame-function): Move ...
5065         * frame.el (pop-up-frame-function): ... here, to avoid
5066         "CHANGED outside Customize;".
5068 2008-09-03  Glenn Morris  <rgm@gnu.org>
5070         * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
5072 2008-09-03  Chong Yidong  <cyd@stupidchicken.com>
5074         * isearch.el (isearch-highlight-regexp): Fix last change, quoting
5075         non-alphabetical characters properly.
5077 2008-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
5079         * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
5081 2008-09-02  Martin Rudalics  <rudalics@gmx.at>
5083         * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
5084         control-prefixed keys.  (Bug#835)
5086 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
5088         * image-mode.el (image-mode): Fix 2008-07-19 change.
5090 2008-09-02  Juanma Barranquero  <lekktu@gmail.com>
5092         * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
5094         * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
5096 2008-09-02  Glenn Morris  <rgm@gnu.org>
5098         * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
5100         * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
5102 2008-09-01  Glenn Morris  <rgm@gnu.org>
5104         * vc-hooks.el (vc-previous-version): Move alias to vc.el.
5105         * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
5106         and fix name typos.  (Bug#856)
5108 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
5110         * minibuffer.el (completion-pcm--pattern->regex):
5111         When completion-ignore-case is non-nil, generate a regexp that
5112         ignores case.
5114         * window.el (recenter-top-bottom): Doc fix.
5116 2008-09-01  Simon South  <ssouth@member.fsf.org>
5118         * progmodes/delphi.el: New maintainer.
5119         (delphi-interface-types): New var.
5120         (delphi-composite-types): Use it.
5121         (delphi-enclosing-indent-of): Distinguish between "interface"
5122         keyword as a unit separator and used like a class declaration.
5124 2008-09-01  Martin Rudalics  <rudalics@gmx.at>
5126         * help-fns.el (describe-simplify-lib-file-name)
5127         (find-source-lisp-file): Remove.
5128         (find-lisp-object-file-name): New function giving preference to
5129         files found via load-path instead of loaddefs.el.
5130         (describe-function-1): Use new function instead of the removed
5131         ones.  (Bugs #587, #669, #690)
5132         * faces.el (describe-face): Use find-lisp-object-file-name instead
5133         of describe-simplify-lib-file-name.
5135 2008-09-01  Kenichi Handa  <handa@m17n.org>
5137         * international/mule-diag.el (font-show-log): Fix previous change.
5139         * international/mule-cmds.el (set-language-environment):
5140         Don't overwrite current-iso639-language if the current language
5141         environment doesn't provide that data.
5142         (set-locale-environment): Set current-iso639-language from the
5143         locale name.
5145         * international/fontset.el (script-representative-chars): Re-add
5146         the entry for symbol, but with vector of characters.
5147         (setup-default-fontset): Cancel previous change.
5149 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
5151         * ido.el: Move provide statement to the end of the file.
5153 2008-08-30  Markus Triska  <markus.triska@gmx.at>
5155         * linum.el (linum-mode): `window-size-change-functions' can now be
5156         buffer-local.
5157         (linum-update-window): Use result of `move-overlay'.
5159 2008-08-30  Glenn Morris  <rgm@gnu.org>
5161         * subr.el (make-variable-frame-local): Tweak obsolescence message.
5163         * info.el (Info-hide-note-references, Info-refill-paragraphs):
5164         Doc fixes.
5166         * apropos.el (apropos-command): Report documentation errors.
5167         * help-fns.el (describe-function-1): Handle broken aliases.  (Bug#825)
5169 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
5171         * isearch.el (isearch-highlight-regexp): Fix case of highlighted
5172         string.
5174 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
5176         * bindings.el (mode-line-frame-identification): Fix last change.
5178 2008-08-29  Kenichi Handa  <handa@m17n.org>
5180         These changes are to adjust the automatic composition for the new
5181         implementation (avoid using text property).
5183         * composite.el (composition-function-table): Move declaration to
5184         composite.c.
5185         (terminal-composition-base-character-p): Delete it.
5186         (terminal-composition-function): Delete it.
5187         (terminal-composition-function-table): Delete it.
5188         (lgstring-header, lgstring-set-header, lgstring-font)
5189         (lgstring-char, lgstring-char-len, lgstring-shaped-p)
5190         (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
5191         (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
5192         (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
5193         (lglyph-ascent, lglyph-descent, lglyph-adjustment)
5194         (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
5195         (compose-glyph-string, compose-glyph-string-relative)
5196         (compose-gstring-for-graphic, compose-gstring-for-terminal):
5197         New functions.
5198         (auto-compose-chars): Argument changed.
5200         * language/european.el: Don't setup composition-function-table.
5201         (diacritic-composition-pattern, diacritic-compose-region)
5202         (diacritic-compose-string, diacritic-compose-buffer)
5203         (diacritic-composition-function): Delete them.
5205         * language/lao-util.el (lao-composition-function): Argument changed.
5207         * language/sinhala.el: Fix setting up of composition-function-table.
5209         * language/thai.el: Fix setting up of composition-function-table.
5211         * language/thai-util.el: Encoding changed to utf-8.
5212         (thai-composition-function): Argument changed.
5214         * language/indian.el: Fix setting up of composition-function-table.
5215         (devanagari-composable-pattern)
5216         (tamil-composable-pattern, kannada-composable-pattern)
5217         (malayalam-composable-pattern): New variables.
5219         * international/characters.el (unicode-category-table):
5220         Setup unicode-category-table.
5222         * international/fontset.el (setup-default-fontset): Prepend
5223         iso10646-1 fonts to the fallback font groups instead of appending.
5225 2008-08-29  Glenn Morris  <rgm@gnu.org>
5227         * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
5229 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
5231         * term/x-win.el (x-win-suspend-error): Don't signal error if there
5232         are no X frames active.
5234 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
5236         * net/xesam.el (xesam-kill-buffer-function): Wrap code by
5237         `ignore-errors' (the function must succeed always).
5239 2008-08-28  Edward O'Connor  <hober0@gmail.com>
5241         * json.el (json-read-number): New arg.  Handle explicitly signed
5242         numbers.
5243         (json-readtable): Add `+' and `.'.
5245 2008-08-28  Eli Zaretskii  <eliz@gnu.org>
5247         * term/pc-win.el (msdos-previous-message): New variable.
5248         (msdos-show-help): New function.
5249         (msdos-initialize-window-system): Set show-help-function to
5250         msdos-show-help.
5252 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
5254         * emacs-lisp/debug.el (debug): When killing a noninteractive
5255         Emacs, give an exit status of -1.
5257 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
5259         * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
5261 2008-08-27  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
5263         * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
5264         not the same as the last modification time, fall back on the
5265         backend-specific check.
5267 2008-08-27  Teodor Zlatanov  <tzz@lifelogs.com>
5269         * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
5270         to go to the position of interest.
5272 2008-08-27  Tomas Abrahamsson  <tab@lysator.liu.se>
5274         * textmodes/artist.el (artist-mode-init): Add comment on the
5275         setting up of the `artist-replacement-table' array.
5276         (artist-get-replacement-char): New defsubst.
5277         (artist-get-char-at-xy-conv, artist-replace-char)
5278         (artist-replace-chars, artist-replace-string): Use it instead of
5279         accessing `artist-replacement-table' directly.
5280         Reported by Rubén Berenguel <ruben@maia.ub.es>.
5282         (artist-mt): Fix structures for cut and copy operations.
5284 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
5286         * shell.el (shell-file-name-quote-list): Quote `$'.
5288         * comint.el (comint-dynamic-complete-as-filename): Generalize last
5289         change to allow quoting of characters before point.
5290         (comint-dynamic-list-filename-completions): Quote common substring.
5292 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
5294         * comint.el (comint-dynamic-complete-as-filename): If case is
5295         ignored while matching, replace the entire filename with completion.
5297         * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
5298         flyspell-pre-point is valid to avoid signalling an error in
5299         post-command-hook.
5301 2008-08-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
5303         * linum.el (linum): Inherit remaining face attributes from default
5304         face.
5306 2008-08-26  Markus Triska  <markus.triska@gmx.at>
5308         * linum.el (linum-delay): Disable - it should no longer be
5309         necessary, and can lead to longer delays.
5310         (linum-update-window): Renumber if margin width has changed.
5312 2008-08-26  Daiki Ueno  <ueno@unixuser.org>
5314         * epa.el (epa--key-widget-action): Save the selected window to
5315         make `widget-button-click-moves-point' work.  (Bug#733).
5317 2008-08-26  Glenn Morris  <rgm@gnu.org>
5319         * calendar/holidays.el (calendar-holidays): Doc fix.
5321         * progmodes/gud.el (tramp-file-name-localname)
5322         (tramp-dissect-file-name): Declare.
5324         * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
5326 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
5328         * bindings.el (mode-line-frame-control): New function, caters to
5329         `pc' ``window system''.
5330         (mode-line-frame-identification): Use it instead of accessing
5331         window-system directly.
5333 2008-08-25  Juri Linkov  <juri@jurta.org>
5335         * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
5336         `center-line' and "\eS" from `center-paragraph'.
5337         (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
5338         `center-paragraph'.
5340 2008-08-25  Ulf Jasper  <ulf.jasper@web.de>
5342         * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
5343         (newsticker-treeview-treewindow-width): New.
5344         (newsticker-treeview-listwindow-height): New.
5345         (newsticker-treeview-browse-url-item): New.
5346         (newsticker-treeview-mode-map):
5347         Add newsticker-treeview-browse-url-item.
5348         (newsticker--treeview-window-init):
5349         Use newsticker-treeview-treewindow-width and
5350         newsticker-treeview-listwindow-height.
5352         * net/newst-reader.el (newsticker-browse-url-item): New.
5354 2008-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
5356         * vc-dir.el (vc-dir-marked-only-files-and-states):
5357         (vc-dir-child-files-and-states): Reverse the list before returning it.
5359 2008-08-24  Michael Albinus  <michael.albinus@gmx.de>
5361         * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
5363 2008-08-24  Romain Francoise  <romain@orebokech.com>
5365         * progmodes/python.el (run-python): Remove '' from sys.path.
5367 2008-08-23  Glenn Morris  <rgm@gnu.org>
5369         * progmodes/fortran.el (fortran-tab-mode-string)
5370         (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
5372 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
5374         * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
5375         Add declare-function.
5377         * startup.el (command-line): Don't call tty-register-default-colors
5378         if initial-window-system is `pc'.
5380         * term/internal.el (local-function-key-map): Fix unbalanced parens.
5381         (msdos-key-remapping-map): New variable.  Move here all the special
5382         keys we will be remapping via local-function-key-map.
5383         (msdos-setup-keyboard): New function.
5385         * term/pc-win.el (msdos-create-frame-with-faces): Rename from
5386         make-msdos-frame.
5387         (terminal-init-internal): New function, errors out if called.
5388         (msdos-initialize-window-system): New function.
5389         (msdos-create-frame-with-faces): Set the terminal's
5390         `terminal-initted' (sic!) parameter.
5391         (frame-creation-function-alist): Add msdos-create-frame-with-faces.
5392         (window-system-initialization-alist):
5393         Add msdos-initialize-window-system.
5394         (handle-args-function-alist): Use tty-handle-args for `pc'
5395         ``window system'' as well.
5396         (pc-win): Provide.
5398         * term/tty-colors.el (tty-register-default-colors): Remove bogus
5399         code for using msdos-color-values.
5401         * loadup.el [ms-dos]: Load term/pc-win.
5403 2008-08-23  Dan Nicolaescu  <dann@ics.uci.edu>
5405         * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
5406         directory name.
5408 2008-08-23  Nick Roberts  <nickrob@snap.net.nz>
5410         * progmodes/gud.el (gud-common-init): Use absolute file so that
5411         perldb works with tramp (sudo).
5413         * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
5414         match data in process filters.
5416 2008-08-23  Martin Rudalics  <rudalics@gmx.at>
5418         * dired.el (dired-buffer-stale-p): Do not revert buffer that
5419         can be written.
5421 2008-08-23  Glenn Morris  <rgm@gnu.org>
5423         * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
5424         (dired-guess-shell-alist-user): Doc fix.  (Bug#417).
5426 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
5428         * subr.el (temp-buffer-show-hook): Doc fix.
5430 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
5432         * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
5433         and "INSIDE_EMACS=...".  Reported by Tassilo Horn
5434         <tassilo@member.fsf.org>.
5436         * net/trampver.el: Update release number.
5438         * net/xesam.el (xesam-minor-mode): New minor mode.
5439         (xesam-highlight-buffer): Remove.  Code moved to
5440         `xesam-minor-mode'.
5441         (xesam-refresh-entry): Use `xesam-minor-mode'.
5443 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
5445         * minibuffer.el (completion--try-word-completion):
5446         Disable partial-completion when considering the addition of a space
5447         or hyphen.
5449 2008-08-21  John Paul Wallington  <jpw@pobox.com>
5451         * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
5452         filename of `tofile' doesn't contain any colons on Windows,
5453         Cygwin, and MS-DOS systems.
5455 2008-08-21  Daiki Ueno  <ueno@unixuser.org>
5457         * epg.el (epg-make-context, epg-context-set-passphrase-callback)
5458         (epg-context-set-progress-callback): Make sure the callback is a
5459         cons of a function and a handback.  Update all callers.
5461 2008-08-20  David Reitter  <david.reitter@gmail.com>
5463         * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
5464         Patch applied by Adrian Robert.
5466 2008-08-20  Kevin Ryde  <user42@zip.com.au>
5468         * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
5469         directive lines.
5471 2008-08-20  Michael Albinus  <michael.albinus@gmx.de>
5473         * net/xesam.el (xesam-highlight-string): Precise doc string.
5474         (xesam-highlight-buffer): New defun.
5475         (xesam-refresh-entry): Use it.  Better check for sourceModified.
5477 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
5479         * edmacro.el (edmacro-parse-keys): Catch events with spaces in
5480         their names.
5482 2008-08-19  Kenichi Handa  <handa@m17n.org>
5484         * language/european.el ("Esperanto"): Change the preferred
5485         charsets to iso-8859-3.
5487         * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
5489         * international/fontset.el (script-representative-chars):
5490         Delete the entry for symbol.
5491         (setup-default-fontset): For symbol characters, don't specify
5492         :script property.
5494 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
5496         * minibuffer.el (completion-table-dynamic): Doc fix.
5498         * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
5499         saved.
5501 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
5503         * emulation/edt.el (edt-default-emulation-setup):
5504         Share global-buffers-menu-map with the emulated global map.
5506 2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
5508         * term/ns-win.el (global): Uncomment "put backspace
5509         ascii-character..." and friends, they are needed for tramp.  (Bug#725)
5511 2008-08-18  Kenichi Handa  <handa@m17n.org>
5513         * international/mule-diag.el (font-show-log): Add optional arg N
5514         to control the limit of font listing.
5516 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
5518         * window.el (recenter-top-bottom): Determine top and bottom
5519         positions using scroll-margin instead of scroll-conservatively.
5521 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5523         * proced.el (proced-send-signal): Use beginning-of-line.
5525 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5527         * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
5528         (proced-mode-map): Add tooltips for menus.  Use radio buttons for
5529         listing types.
5530         (proced-log-buffer): New variable.
5531         (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
5532         region if transient-mark-mode is turned on and the region is active.
5533         (proced-omit-processes): Rename from proced-hide-processes to
5534         avoid key clash with describe-mode (bound to h).  Search for
5535         marked processes starting from point-min.
5536         (proced-header-space): Remove.
5537         (proced-send-signal): Handle errors.  Operate on current process
5538         if no process is marked.
5539         (proced-why): New command.
5540         (proced-log, proced-log-summary): New functions.
5541         (proced-help): Use proced-why.
5542         * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
5543         (bibtex-autokey-year-title-separator): Fix docstring.
5545 2008-08-17  Michael Albinus  <michael.albinus@gmx.de>
5547         * net/xesam.el (xesam-vendor, xesam-notify-function):
5548         New local variables.
5549         (xesam-mode): Extend docstring.  Initialize `xesam-notify-function'.
5550         (xesam-refresh-entry): Use `xesam-notify-function' if set.  Remove
5551         Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
5552         (xesam-new-search): Initialize `xesam-vendor'.
5554 2008-08-15  Glenn Morris  <rgm@gnu.org>
5556         * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
5557         a pipeline.
5558         * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
5559         unless at the end of the pipeline.  (Bug#699).
5561 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
5563         * minibuffer.el (completion-boundaries): Doc fix.
5564         (display-completion-list): Only default base-size to zero if
5565         completing in the minibuffer.
5567         * simple.el (completion-base-size): Doc fix.
5568         (choose-completion): Try reselecting completion-reference-buffer.
5570 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
5572         * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
5573         also for remote directories.
5575 2008-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5577         * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
5578         since those precomputed values aren't used any more.
5579         (easy-menu-precalculate-equivalent-keybindings): Obsolete.
5581 2008-08-14  Martin Rudalics  <rudalics@gmx.at>
5583         * help.el (with-help-window): Return last value in BODY.
5585 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
5587         * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
5588         notify function of the URL.
5589         (xesam-new-search): Encode special characters in the query string.
5591 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
5593         * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
5595 2008-08-13  Andreas Schwab  <schwab@suse.de>
5597         * net/tramp.el (tramp-handle-shell-command): Handle output going
5598         to current buffer like shell-command.  Don't disable undo.
5600 2008-08-13  Glenn Morris  <rgm@gnu.org>
5602         * eshell/esh-cmd.el (eshell/which): Handle the case where no
5603         description is found.
5605 2008-08-12  Alan Mackenzie  <acm@muc.de>
5607         * progmodes/cc-defs.el (c-emacs-features):
5608         argumentative-bod-function: bind mark-ring to avoid accumulating a
5609         spurious mark.
5611 2008-08-12  Chong Yidong  <cyd@stupidchicken.com>
5613         * simple.el (visual-line--saved-state): New var.
5614         (visual-line-mode): Save local values of variables, and restore
5615         them when visual-line-mode is disabled.
5617 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
5619         * net/ldap.el (ldap-search-internal): Tweak URL regexp.
5621 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
5623         * progmodes/cc-defs.el (c-emacs-features):
5624         Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
5625         moving point during the test.
5627         * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
5629 2008-08-11  Glenn Morris  <rgm@gnu.org>
5631         * term/ns-win.el (x-parse-geometry): Doc fix.
5633         * dired.el (x-popup-menu):
5634         * hi-lock.el (x-popup-menu):
5635         * mouse.el (font-face-attributes):
5636         * calendar/cal-menu.el (x-popup-menu):
5637         * calendar/calendar.el (x-popup-menu):
5638         * calendar/holidays.el (x-popup-menu):
5639         * progmodes/cperl-mode.el (x-popup-menu):
5640         * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
5641         (x-open-connection):
5642         * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
5643         (x-command-line-resources):
5644         * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
5645         (x-display-name, x-command-line-resources):
5646         Add declarations for builds without X.
5648 2008-08-10  Glenn Morris  <rgm@gnu.org>
5650         * calendar/cal-bahai.el (holiday-bahai): Doc fix.
5652 2008-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
5654         * vc-bzr.el (vc-bzr-find-revision): Rename from
5655         vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
5657 2008-08-10  Michael Albinus  <michael.albinus@gmx.de>
5659         * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
5660         (xesam-refresh-entry): Add Debbugs handling.  Insert a widget
5661         "DONE", when all hits are retrieved.
5662         (xesam-search): Autoload it.
5664 2008-08-11  John Paul Wallington  <jpw@pobox.com>
5666         * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
5667         empty string when no filename.
5668         (define-ibuffer-column filename): Accommodate that change.
5670         * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
5671         `buffer-file-name' instead of `ibuffer-buffer-file-name'.
5673 2008-08-10  Glenn Morris  <rgm@gnu.org>
5675         * Makefile.in (ELCFILES): Update.
5677 2008-08-10  John Paul Wallington  <jpw@pobox.com>
5679         * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
5681 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
5683         * battery.el (battery-echo-area-format, battery-status-function):
5684         Handle new Linux sysfs format for battery reporting.
5685         (battery-linux-sysfs): New function.
5687 2008-08-07  Martin Rudalics  <rudalics@gmx.at>
5689         * add-log.el (change-log-search-tag-name)
5690         (change-log-goto-source): Fix behavior when point is not on tag.
5692 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
5694         * startup.el (command-line-ns-option-alist): Use ignore instead of
5695         ns-ignore-0-arg.
5697         * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
5698         (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
5699         (ns-alternatives-map): New variable.
5700         (x-set-up-function-keys): Use it.
5701         (global): Comment out "put backspace ascii-character..." and friends.
5702         Move function-key-map into ns-alternatives-map.  Don't call
5703         precompute-menubar-bindings.  Don't set anything connected with
5704         browse-url.
5705         (after-make-frame-functions): Clarify comment why a hook is added.
5707 2008-08-06  Joakim Verona  <joakim@verona.se>
5709         * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
5710         in url:s.
5712 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
5714         * vc-svn.el (vc-svn-parse-status): Use when instead of if.
5715         Fix 2008-01-01 change: use a shy group to not affect subsequent
5716         match calls.
5718 2008-08-06  Reto Zimmermann  <reto@gnu.org>
5720         * progmodes/vera-mode.el (vera-electric-tab):
5721         * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
5722         region when active.
5724 2008-08-06  Kenichi Handa  <handa@m17n.org>
5726         * faces.el (face-valid-attribute-values): Fix handling the value
5727         of (font-family-list) and font-XXX-table.
5729 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
5731         * proced.el (proced-menu): Bind the correct function to for toggling.
5733         * vc-dir.el (vc-dir-mode): Fix typo.
5735 2008-08-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5737         * whitespace.el (whitespace-newline-mode)
5738         (global-whitespace-newline-mode, whitespace-mode)
5739         (global-whitespace-mode): Improve docstring.
5741 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
5743         * kmacro.el (kmacro-exec-ring-item): Add autoload.
5745         * files.el (auto-save-visited-file-name): Move definition to fileio.c.
5747         * cus-start.el (all): Handle auto-save-visited-file-name.
5749 2008-08-05  Alex Shinn  <alexshinn@gmail.com>  (tiny change)
5751         * files.el (hack-one-local-variable-eval-safep): Handle
5752         lisp-indent-function and scheme-indent-function in addition to the
5753         deprecated lisp-indent-hook.
5755 2008-08-05  Michael Albinus  <michael.albinus@gmx.de>
5757         * net/xesam.el (top): Require `wid-edit' always.
5758         (xesam-mode-line, xesam-highlight): New deffaces.
5759         (xesam-objects): New local variable.
5760         (xesam-search-engines): Fix error in field list.
5761         (xesam-mode): Use `xesam-mode-line' instead of
5762         `font-lock-type-face'.  Apply `xesam-mode' to a temp buffer, for
5763         proper initialization (why?).
5764         (xesam-highlight-string, xesam-get-hits)
5765         (xesam-kill-buffer-function): New defuns.
5766         (xesam-refresh-entry): Move code to `xesam-get-hits'.  Check
5767         result of "hit.fields", it isn't a string only.  Wrap an error of
5768         the strigi search engine ("xesam:size" is returned as string).
5769         Highlight search items.
5770         (xesam-refresh-search-buffer): Make logic of counters more simple.
5771         Prefetch next hits.
5772         (xesam-signal-handler): Use `xesam-mode-line' instead of
5773         `font-lock-type-face'.
5774         (xesam-new-search): Add `xesam-kill-buffer-function' to
5775         `kill-buffer-hook'.
5777 2008-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
5779         * add-log.el (change-log-next-error, change-log-mode): Add support
5780         for `next-error' to call `change-log-goto-source' on named files
5781         in a ChangeLog.
5783 2008-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
5785         * calc/calc.el (math-read-number): Handle all C-like languages
5786         properly.
5788 2008-08-04  Vincent Belaïche  <vincent.b.1@hotmail.fr>
5790         * calc/calc.el (math-read-number): Handle C numbers beginning with
5791         0 correctly.
5793 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
5795         * term/ns-win.el ([ns-new-frame]): New global key.
5797 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
5799         * international/mule-cmds.el (read-char-by-name):
5800         Check UCS names with `assoc-string' and case folding.
5802 2008-08-04  Michael Albinus  <michael.albinus@gmx.de>
5804         * net/dbus.el (dbus-call-method-asynchronously)
5805         (dbus-method-return-internal, dbus-method-error-internal):
5806         Declare them with `declare-function'.
5808 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
5810         * descr-text.el (describe-char-display): Fix last change:
5811         don't pass CHARSET to `encoded-string-description'.
5813 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
5815         * vc.el (vc-next-action): Update list var correctly after delete.
5817 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5819         * ido.el (ido-mode): Add toggle notification.
5821         * cus-edit.el (custom-save-all): Avoid destroying symlink if
5822         already visiting the custom file.
5824         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5825         pending output coming after the status change.
5827 2008-08-02  Jason Rumney  <jasonr@gnu.org>
5829         * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
5831 2008-08-01  Kenichi Handa  <handa@m17n.org>
5833         * international/mule-cmds.el (encode-coding-char):
5834         New optional arg CHARSET.
5836         * descr-text.el (describe-char-display): Call encode-coding-char
5837         with the arg CHARSET.
5838         (describe-char): Pay attention to the text-property `charset'.
5840 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
5842         * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
5843         error messages.
5844         (dbus-set-property): Call `dbus-introspect-get-property' instead
5845         of `dbus-get-property'.
5847         * net/xesam.el (xesam-all-fields): Remove source and content
5848         identifiers.
5849         (xesam-dbus-unique-names): New defvar.
5850         (xesam-dbus-call-method): New defun.  Replace all calls of
5851         `dbus-call-method' by `xesam-dbus-call-method'.
5852         (xesam-get-cached-property, xesam-set-cached-property):
5853         New defuns.
5854         (xesam-get-property, xesam-set-property, xesam-refresh-entry)
5855         (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
5856         (xesam-search-engines): Make it an association list.  Take changed
5857         layout into account in the corresponding function.
5858         (xesam-delete-search-engine): Remove check for consistency of
5859         `xesam-search-engines', not needed anymore.
5860         (xesam-mode): Show XML query string only in the debug case.
5862 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
5864         * files.el (read-file-modes): Fix typo in docstring.
5866 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
5868         * Makefile.in: Avoid maintainer warning for autogenerated unicode
5869         files.
5871         * apropos.el (apropos-symbol): Don't set button skip by default.
5872         (apropos-print): Set button skip iff searching for multiple types.
5873         (apropos-print-doc): Insert blank label button when searching for
5874         a single type.
5876         * button.el (forward-button): Avoid infloop.
5878         * minibuffer.el (read-file-name-completion-ignore-case):
5879         Add cygwin to the list.
5881 2008-07-31  Sven Joachim  <svenjoac@gmx.de>
5883         * files.el (abbreviate-file-name): When replacing $HOME with ~,
5884         turn off case-fold-search.
5886 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
5888         * net/dbus.el (top): Don't register for "NameOwnerChanged".
5889         (dbus-message-type-invalid, dbus-message-type-method-call)
5890         (dbus-message-type-method-return, dbus-message-type-error)
5891         (dbus-message-type-signal): New defconst.
5892         (dbus-ignore-errors): Fix `edebug-form-spec' property.
5893         (dbus-return-values-table): New defvar.
5894         (dbus-call-method-non-blocking-handler, dbus-event-message-type):
5895         New defun.
5896         (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
5897         Extend docstring.  Adapt implementation according to new
5898         `dbus-event' layout.
5899         (dbus-event-service-name, dbus-event-path-name)
5900         (dbus-event-interface-name, dbus-event-member-name):
5901         Adapt implementation according to new `dbus-event' layout.
5902         (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
5904         * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
5905         (xesam-mode): Rework implementation.
5906         (xesam-new-search): Additional parameter TYPE.
5907         (xesam-search): Adapt call of `xesam-new-search'.
5909 2008-07-31  Juri Linkov  <juri@jurta.org>
5911         * dired-aux.el (dired-do-chmod): Set default value to the original
5912         mode string using absolute notation like u=rwx,g=rx,o=rx.
5913         Use it as a new arg `default' of `dired-mark-read-string'.
5914         (dired-mark-read-string): Add new optional arg `default'.
5916         * files.el (read-file-modes): Set default value to the original
5917         mode string using absolute notation like u=rwx,g=rx,o=rx.
5918         Use it as the `default' arg of `read-string'.
5920         * filesets.el (filesets-cmd-isearch-getargs): Check if the
5921         variable `files' is bound to avoid warnings.
5923         * isearch.el (isearch-forward-regexp, isearch-forward-word)
5924         (isearch-backward, isearch-backward-regexp): Doc fix - make a link
5925         to the command `isearch-forward' instead of displaying "See C-s".
5926         (isearch-highlight-regexp): Remove arguments `regexp' and `face'
5927         with their interactive specifications.  Move reading the face name to
5928         the main body after calls to isearch-done and isearch-clean-overlays.
5930         * mb-depth.el: Unify all names under one common name prefix
5931         `minibuffer-depth-'.
5932         (minibuffer-depth-indicator-function): Rename from
5933         `minibuf-depth-indicator-function'.
5934         (minibuffer-depth-overlay): Rename from
5935         `minibuf-depth-overlay'.
5936         (minibuffer-depth-setup): Rename from
5937         `minibuf-depth-setup-minibuffer'.
5938         (minibuffer-depth-indicate-mode): Rename from
5939         `minibuffer-indicate-depth-mode'.
5941 2008-07-31  Juri Linkov  <juri@jurta.org>
5943         * dired-aux.el (dired-isearch-filenames-toggle): New command.
5944         (dired-isearch-filenames-setup): Bind "\M-sf" to
5945         dired-isearch-filenames-toggle in isearch-mode-map.
5946         (dired-isearch-filenames-end): Bind "\M-sf" to nil
5947         in isearch-mode-map.
5949         * isearch.el (isearch-edit-string-set-word): New command.
5950         (minibuffer-local-isearch-map): Bind "\C-w" to
5951         isearch-edit-string-set-word.
5952         (isearch-new-word): Temporary internal variable.
5953         (isearch-edit-string): Remove special case of reading the
5954         first character and checking it for C-w.
5956         * simple.el (read-shell-command, shell-command):
5957         Move code that uses minibuffer-with-setup-hook to set
5958         minibuffer-default-add-function to minibuffer-default-add-shell-commands
5959         from the interactive spec of `shell-command' to `read-shell-command'.
5961         * international/mule-cmds.el (read-char-by-name):
5962         Accept hash notation.  Doc fix.
5963         (ucs-insert): Doc fix.  Convert to number only when `arg' is
5964         a string.  Use separate error message when `arg' is not an integer.
5965         Bind `ucs-insert' to `C-x 8 RET'.
5967 2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
5969         * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
5970         move the (arglist-cont-nonempty) from c-offsets-alist to
5971         c-hanging-braces-alist like other styles already have.
5973 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5975         * textmodes/texinfmt.el:
5976         * nxml/nxml-enc.el:
5977         * mail/feedmail.el:
5978         * international/mule.el:
5979         * international/latexenc.el:
5980         * emulation/viper-util.el:
5981         * emulation/viper-init.el:
5982         * emulation/viper-ex.el:
5983         * emacs-lisp/bytecomp.el:
5984         * version.el:
5985         * subr.el:
5986         * startup.el:
5987         * sort.el:
5988         * shadowfile.el:
5989         * recentf.el:
5990         * printing.el:
5991         * paths.el:
5992         * minibuffer.el:
5993         * ls-lisp.el:
5994         * loadup.el:
5995         * hippie-exp.el:
5996         * finder.el:
5997         * files.el:
5998         * ediff-util.el:
5999         * ediff-ptch.el:
6000         * ediff-init.el:
6001         * ediff-diff.el:
6002         * dired.el:
6003         * dired-aux.el:
6004         * cus-edit.el:
6005         * bindings.el:
6006         * arc-mode.el:
6007         * add-log.el: Remove VMS support.
6008         * obsolete/vmsproc.el:
6009         * obsolete/vms-pmail.el:
6010         * obsolete/vms-patch.el: Remove file.
6012 2008-07-31  Alan Mackenzie  <acm@muc.de>
6014         * progmodes/cc-mode.el (c-before-hack-hook): New function
6015         (Top Level): Install c-before-hack-hook on
6016         before-hack-local-variables-hook, rather than
6017         c-postprocess-file-styles on hack-local-variables-hook.
6019 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
6021         * files.el (normal-mode): Move call to hack-project-variables into
6022         hack-local-variables.
6023         (file-local-variables-alist, before-hack-local-variables-hook):
6024         New vars.
6025         (ignored-local-variables): Add file-local-variables-alist.
6026         (hack-local-variables-filter): Renamed from
6027         hack-local-variables-apply.  Add the result to
6028         file-local-variables-alist, without applying them.
6029         (hack-local-variables): Set file-local-variables-alist to nil.
6030         Call hack-project-variables and before-hack-local-variables-hook.
6031         Apply variables here, instead of hack-local-variables-apply.
6032         Based on a patch by Alan Mackenzie.
6034 2008-07-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
6036         * info-look.el (autoconf-mode :doc-spec): For
6037         "(autoconf)M4 Macro Index", if the item already
6038         begins with "AS_", don't prefix that string again.
6040 2008-07-30  Juri Linkov  <juri@jurta.org>
6042         * info.el (info, Info-mode): Doc fix.
6044         * isearch.el (isearch-mode-map): Bind `M-s r' to
6045         `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
6046         (search-map): Bind `M-s w' to `isearch-forward-word' globally
6047         in the global map `search-map'.
6048         (isearch-forward): Doc fix.
6049         (isearch-forward-word, isearch-toggle-case-fold): New commands.
6051         * simple.el (quoted-insert): Comment out code that treats
6052         0240-0377 specially.
6054 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
6056         * cus-start.el: Add customization info for
6057         read-buffer-completion-ignore-case.
6059 2008-07-30  Sam Steingold  <sds@gnu.org>
6061         * vc-dir.el (vc-dir): Call file-truename on the dir argument.
6063 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
6065         * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
6066         (vc-dir-mode): Improve docstring.
6068 2008-07-30  Juri Linkov  <juri@jurta.org>
6070         * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
6071         for the sake of isearch-mode-hook in dired-mode in dired.el.
6073 2008-07-19  Markus Triska  <markus.triska@gmx.at>
6075         * image-mode.el (image-mode): Set image-mode-text-map when image
6076         cannot be displayed.
6078 2008-07-30  Stephen Leake  <stephen_leake@stephe-leake.org>
6080         * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
6081         ada-xref-set-default-prj-values.
6082         (ada-prj-display-page): Ditto.
6084         * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
6085         (ada-make-filename-from-adaname): Fix free variable.
6087 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
6089         * vc-git.el (vc-git-status-printer): Synchronize with the default.
6091 2008-07-30  Michael McNamara  <mac@mail.brushroad.com>
6093         * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
6094         for declarations inside a parenthetical list.  The code is ill-advised,
6095         and doesn't work given user defined types.
6096         (verilog-set-auto-endcomments): Enhance function automatic
6097         endcomment to support functions that return user defined types.
6098         (verilog-mode): Add code to tell which-function-mode minor mode
6099         that Verilog supports this feature.
6100         (verilog-beg-block-re-ordered, verilog-indent-re)
6101         (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
6102         (verilog-leap-to-head): Support the new virtual and/or protected
6103         tasks, as well as extern declarations of tasks for indenting and
6104         for forward/backward expression.
6106 2008-07-30  Wilson Snyder  <wsnyder@wsnyder.org>
6108         * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
6109         to work with SV 'logic' signals.  Suggested by Julian Gorfajn.
6110         (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
6111         (verilog-string-replace-matches): Avoid recursion with small
6112         replacements.
6113         (verilog-auto-inst-param-value, verilog-mode-version)
6114         (verilog-mode-version-date, verilog-read-inst-param-value)
6115         (verilog-auto-inst, verilog-auto-inst-param)
6116         (verilog-auto-inst-port, verilog-simplify-range-expression): Add
6117         verilog-auto-inst-param-value option for AUTOINST.  Suggested by
6118         David Rogoff.  This allows parameters to be replaced with their
6119         values, on the expansion of an AUTOINST with Verilog 2001 style
6120         parameter settings.
6122 2008-07-30  David Lord  <david.lord@phonecoop.coop>  (tiny change)
6124         * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
6125         to `cddr'.
6127 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
6129         * Makefile.in (ELCFILES): Add mairix.elc.
6131 2008-07-29  David Engster  <deng@randomsample.de>
6133         * net/mairix.el: New file.
6135 2008-07-29  Juri Linkov  <juri@jurta.org>
6137         * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
6138         instead of variable-pitch with bold and 1.2 height.
6140         * dired-aux.el (dired-do-async-shell-command): New command.
6142         * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
6143         from `&' to `%&'.  Bind `&' to `dired-do-async-shell-command'.
6145 2008-07-29  Juri Linkov  <juri@jurta.org>
6147         * international/mule-cmds.el (ucs-names): New internal variable.
6148         (ucs-names): New function.
6149         (ucs-completions): New lazy completion variable.
6150         (read-char-by-name): New function.
6151         (ucs-insert): Replace interactive spec letter "s" with the call to
6152         `read-char-by-name'.
6154         * replace.el (read-regexp): Add second arg `default'.  Doc fix.
6156         * replace.el (occur-read-primary-args):
6157         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6158         (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
6159         second arg of `read-regexp'.
6161         * dired-aux.el (dired-isearch-filenames): New user option.
6162         (dired-isearch-orig-success-function): New internal variable.
6163         (dired-isearch-filenames-setup, dired-isearch-filenames-end)
6164         (dired-isearch-success-function): New functions.
6165         (dired-isearch-filenames, dired-isearch-filenames-regexp):
6166         New commands.
6168         * dired.el (dired-insert-set-properties): Add new text property
6169         `dired-filename' to put on file names.
6170         (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
6171         and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
6172         Add menu items.
6173         (dired-mode): Add hook `dired-isearch-filenames-setup' to
6174         buffer-local `isearch-mode-hook'.
6176 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
6178         * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
6179         (ada-create-case-exception): Fix typo in docstring.
6180         (ada-no-auto-case): Return nil, not the docstring.
6181         (ada-indent-current): Reflow docstring.
6183         * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
6184         (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
6185         (ada-prj-load-from-file): Reflow docstring.
6186         (ada-prj-display-page): Fix typo in widget.
6188         * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
6189         Fix typos in docstrings.
6191         * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
6192         (ada-compile-current, ada-check-current, ada-run-application)
6193         (ada-get-ali-file-name): Fix typos in docstrings.
6194         (ada-xref-confirm-compile, ada-find-references)
6195         (ada-find-local-references, ada-find-any-references): Doc fixes.
6196         (ada-get-all-references): Fix typo in error message.
6197         (ada-xref-current-project): Use `let', not `let*'.
6198         (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
6200 2008-07-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6202         * whitespace.el (whitespace-newline): Change initialization to have a
6203         low contrast relative to the background color.  Suggested by David
6204         Reitter <david.reitter@gmail.com>.
6206 2008-07-28  Juri Linkov  <juri@jurta.org>
6208         * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
6209         New functions.
6211         * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
6212         and dired-do-isearch-regexp to `M-s a M-C-s'.  Add menu items.
6214 2008-07-28  Seiji Zenitani  <zenitani@mac.com>
6216         * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
6217         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
6219 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
6221         * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
6222         Add support for add-log.
6223         (ada-end-stmt-re): Fix bug - allow comment after 'when'.
6225         * progmodes/ada-prj.el: Delete 'main_unit' project variable.
6226         (ada-prj-save): Prompt for file name if not given.
6227         (ada-prj-display-page): Display casing exceptions.
6229         * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
6230         Ada mode project files.  Delete 'main_unit' project variable;
6231         only need 'main'.  Simplify handling of default project values.
6232         Use cross-prefix consistently.
6233         (ada-find-executable): Throw error if not found.
6234         (ada-initialize-runtime-library): Improve error handling when
6235         gnatls not found.
6236         (ada-gnat-parse-gpr): New.
6237         (ada-treat-cmd-string): Allow process environment variables.
6238         (ada-xref-set-default-prj-values): Delete; replace with
6239         ada-default-prj-properties.
6240         (ada-parse-prj-file): Handle GNAT project files.
6241         (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
6242         (ada-select-prj-file): New.
6243         (ada-get-absolute-dir-list): Allow project and environment variables.
6245 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
6247         Sync with Tramp 2.1.14.
6249         * net/tramp.el (tramp-perl-directory-files-and-attributes)
6250         (tramp-get-device): Make device number a cons cell.
6251         (tramp-convert-file-attributes): Make inode a cons cell.
6253         * net/trampver.el: Update release number.
6255 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
6257         * faces.el (face-set-after-frame-default): Treat 'ns as all other
6258         window systems.
6260 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
6262         * term/ns-win.el (do-applescript): New alias in carbon-compat section.
6264 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
6266         Remove support for Mac Carbon.
6267         * term/mac-win.el: Remove file
6268         * international/mule-cmds.el:
6269         * version.el:
6270         * startup.el:
6271         * simple.el:
6272         * mwheel.el:
6273         * mouse.el:
6274         * loadup.el:
6275         * isearch.el:
6276         * info.el:
6277         * frame.el:
6278         * faces.el:
6279         * disp-table.el:
6280         * cus-start.el:
6281         * cus-face.el:
6282         * cus-edit.el:
6283         * Makefile.in: Remove code for Carbon.
6285 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
6287         * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
6288         bindings for functions deleted by Dan N. 2008-07-21.  Set
6289         where-is-preferred-modifier.  Add show-manual option to Help menu.
6291 2008-07-26  Michael Albinus  <michael.albinus@gmx.de>
6293         * net/tramp.el (tramp-handle-start-file-process):
6294         Set query-on-exit flag.  Kill temporary buffer.
6295         (tramp-process-sentinel): Remove defun.
6296         (tramp-do-copy-or-rename-file-out-of-band)
6297         (tramp-maybe-open-connection): Don't call it.
6299         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
6300         `tramp-process-sentinel'.
6302         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
6303         `tramp-process-sentinel'.
6305         * net/xesam.el (xesam-from): Remove defvar.
6306         (xesam-mode): Derive from `special-mode'.  Extend `xesam-mode-map'
6307         and `mode-line-position'.
6308         (xesam-refresh-entry): Remove argument `hit-number'.  Add debug
6309         information to the widgets.  Don't set `mode-line-position'.
6310         (xesam-refresh-search-buffer): Correct hit number computing.
6311         Don't set `mode-line-position'.
6312         (xesam-new-search): Add debug information to the mode line.
6314 2008-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6316         * diff-mode.el (diff-show-trailing-blanks): Renamed to
6317         diff-show-trailing-whitespaces.
6319 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
6321         * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
6322         invalid filename strings when parsing tex errors (bug#376).
6324 2008-07-25  Dan Nicolaescu  <dann@ics.uci.edu>
6326         * menu-bar.el (menu-bar-file-menu): Fix typo.
6328 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
6330         * play/solitaire.el (solitaire-mode-map): Define within defvar.
6331         (solitaire-mode): Define with `define-derived-mode'.
6332         (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
6333         (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
6334         (solitaire-undo, solitaire-check): Use `when'.
6335         (solitaire-solve): Err out if the solitaire is already in progress.
6336         Use `when'.
6338         * descr-text.el (describe-char): Don't overwrite local variable char
6339         when describing characters with display-table entries.  Display font
6340         backend when describing composed characters.  Simplify: use `let'
6341         instead of `let*', and `or x y' instead of `if x x y'.
6343 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
6345         * image-mode.el (image-minor-mode): Set up winprops.
6347 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6349         * diff-mode.el (diff-show-trailing-blanks): New fun.
6350         Show trailing blanks in modified lines for diff-mode.
6352 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
6354         * Makefile.in (ELCFILES): Add net/xesam.el.
6356         * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
6357         process name.  Reported by Markus Triska <markus.triska@gmx.at>.
6359         * net/xesam.el: New file.
6361 2008-07-24  Sven Joachim  <svenjoac@gmx.de>
6363         * dired-aux.el (dired-copy-file-recursive): Avoid calling
6364         set-file-modes when creating target directories.
6366 2008-07-24  Juanma Barranquero  <lekktu@gmail.com>
6368         * play/solitaire.el (solitaire-mode): Fix typo in docstring.
6369         Set `show-trailing-whitespace' to nil.
6370         (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
6371         Fix typos in docstrings.
6373 2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
6375         * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
6376         key remapping, not directly.
6378 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6380         * whitespace.el: New version 11.2.
6381         (whitespace-newline-mode, global-whitespace-newline-mode): New newline
6382         minor mode visualization.
6384 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
6386         * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
6388         * Makefile.in (ELCFILES): Add term/common-win.elc.
6390         * vc-dir.el (vc-dir-search, vc-dir-isearch)
6391         (vc-dir-isearch-regexp): New functions.
6392         (vc-dir-mode-map, vc-dir-menu-map): Bind them.
6394 2008-07-23  Juri Linkov  <juri@jurta.org>
6396         * isearch-multi.el: Remove file to avoid dos file name clashes
6397         with isearch-x.el.  Move most content to misearch.el.
6399         * misearch.el: New file with most content from isearch-multi.el.
6400         Rename `isearch-buffers' name prefixes to `multi-isearch'.
6401         Remove `isearch-buffers-minor-mode'.  Add new function
6402         `multi-isearch-setup' to `isearch-mode-hook'.  New top-level
6403         commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
6404         `multi-isearch-files', `multi-isearch-files-regexp'.
6406         * Makefile.in (ELCFILES): Remove isearch-multi.elc.  Add misearch.elc.
6408         * isearch.el (isearch-message-prefix): Display "Multi" when
6409         `multi-isearch-next-buffer-current-function' is non-nil.
6410         (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
6411         with `multi-isearch-next-buffer-current-function', and
6412         `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
6414         * add-log.el (change-log-mode): Set `change-log-next-buffer' to
6415         `multi-isearch-next-buffer-function' instead of
6416         `isearch-buffers-next-buffer-function'.  Remove call to
6417         `isearch-buffers-minor-mode'.
6419         * buff-menu.el (Buffer-menu-marked-buffers)
6420         (Buffer-menu-isearch-buffers)
6421         (Buffer-menu-isearch-buffers-regexp): New functions.
6422         (Buffer-menu-mode-map): Bind "M-s a C-s" to
6423         `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
6424         `Buffer-menu-isearch-buffers-regexp'.
6425         (Buffer-menu-mode): Document new commands in docstring.
6426         (list-buffers-noselect): Add one space after Info file name
6427         according to the Info address convention.
6429         * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
6430         New functions.
6432         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
6433         `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
6434         (ibuffer-mode): Document new commands in docstring.
6436         * filesets.el (filesets-commands): Add commands for "Isearch" and
6437         "Isearch (regexp)".  Replace `query-replace' and `query-replace-regexp'
6438         with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
6439         (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
6440         or `multi-isearch-files-regexp'.
6441         (filesets-cmd-query-replace-getargs): Call standard function
6442         `query-replace-read-args' to read `query-replace' arguments.
6443         Add `multi-query-replace-map'.
6444         (filesets-cmd-query-replace-regexp-getargs)
6445         (filesets-cmd-isearch-getargs): New functions.
6447 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
6449         * international/mule.el (recode-region): Deactivate mark at the end.
6451 2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
6453         * progmodes/flymake.el (flymake-errline, flymake-warnline):
6454         Use more suitable colors on dark displays.
6456 2008-07-23  Michael Albinus  <michael.albinus@gmx.de>
6458         * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
6459         "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
6460         (tramp-temp-buffer-name): New defconst.
6461         (tramp-handle-start-file-process): Use it.  Apply "exec", for the
6462         command.  No trailing prompt.
6463         (tramp-process-sentinel): Remove temporary buffer, if existing.
6464         Don't handle trailing prompt.
6465         (tramp-open-connection-setup-interactive-shell):
6466         Use `tramp-temp-buffer-name'.
6468 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
6470         * shell.el (shell-dynamic-complete-functions):
6471         Use comint-dynamic-complete-filename as well (bug#361).
6473 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
6475         * term/ns-win.el:
6476         * version.el (emacs-version):
6477         * loadup.el:
6478         * frame.el (make-frame-on-display): Check for ns instead of
6479         ns-windowing.
6481         * dired.el (dired-mode-map): Show the key binding for wdired.
6483         * menu-bar.el (menu-bar-file-menu): Show the key binding for
6484         exiting Emacs.
6486 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
6488         * term/ns-win.el (x-list-fonts): Drop alias.
6490 2008-07-23  Juri Linkov  <juri@jurta.org>
6492         * replace.el (multi-query-replace-map): New variable.
6493         (perform-replace): Add processing of new multi-buffer keys bound
6494         to `automatic-all' and `exit-current'.  Set `query-flag' to nil
6495         if last input char was `automatic-all'.  Set new local variable
6496         `multi-buffer' to t when one of new two keys were typed.  Return
6497         non-nil value of `multi-buffer' that tells to calling functions
6498         to continue replacement on the next file.
6500         * progmodes/etags.el (tags-query-replace): Set arg `map' of
6501         `perform-replace' to `multi-query-replace-map'.
6503 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6505         * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
6506         otherwise displayed in every buffer.
6508         * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
6509         (vc-arch-trim-one-revlib): Delete temp directories as well.
6511 2008-07-22  Stephen Eglen  <stephen@gnu.org>
6513         * iswitchb.el (iswitchb-delim): New variable.  Suggested by Ted Roden.
6515 2008-07-22  Sven Joachim  <svenjoac@gmx.de>
6517         * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
6519 2008-07-22  Miles Bader  <miles@gnu.org>
6521         * progmodes/sh-script.el (sh-newline-and-indent): Remove.
6522         (sh-mode-map): Remove remapping of newline-and-indent.
6524 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
6526         * vc.el (Todo): Update.
6528         * vc-hooks.el: Remove obsolete comment.
6530         * vc-git.el (vc-git-status-printer): Update the directory display
6531         to match the default.
6533         * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
6535 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
6537         * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
6538         for "word wrap" command.
6540         * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
6542 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6544         * term/ns-win.el: Rename ns- functions/variables to the
6545         corresponding x- versions.
6546         (x-select-text, x-cut-buffer-or-selection-value)
6547         (x-disown-selection-internal, x-get-selection-internal)
6548         (x-own-selection-internal, x-defined-colors, xw-defined-colors)
6549         (x-display-mm-width, x-display-mm-height)
6550         (x-display-backing-store, x-display-save-under)
6551         (x-display-visual-class, x-display-screens, x-focus-frame): Remove
6552         defaliases.
6554         * frame.el (ns-display-name): Remove declaration.
6555         (make-frame-on-display): Use x-display-name instead
6556         ns-display-name.  Use unless.
6558         * startup.el (command-line-1): Fix indentation.
6560         * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
6561         checked in inadvertently.
6563 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
6565         * term/ns-win.el: Standardize references to "Nextstep" in
6566         comments, messages, and docstrings.
6567         (ns-handle-args, x-parse-geometry)
6568         (ns-extended-platform-support-mode, x-setup-function-keys)
6569         (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
6570         (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
6571         (ns-initialized, ns-initialize-window-system): Doc fixes.
6573 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6575         * diff-mode.el (diff-auto-refine): Delete defcustom.
6576         (diff-auto-refine-mode): New func/var via define-minor-mode.
6577         Update var ref to use diff-auto-refine-mode.
6578         * smerge-mode.el (diff-mode): Require when compiling.
6579         (smerge-auto-refine): Delete defcustom.
6580         Update smerge-auto-refine ref to use diff-auto-refine-mode.
6582 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
6584         * simple.el (visual-line): New custom group.
6585         (visual-line-fringe-indicators): New var.
6586         (visual-line-mode): Set fringe-indicator-alist based on
6587         visual-line-fringe-indicators.  Add lighter.
6589 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
6591         * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
6592         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
6593         (x-handle-geometry, x-handle-name-switch, x-display-name)
6594         (x-handle-display, x-handle-args, x-colors): Move ...
6595         * term/common-win.el: ... here.  New file.
6596         * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
6597         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
6598         (x-handle-geometry, x-handle-name-switch, x-display-name)
6599         (x-handle-display, x-handle-args, x-colors): Remove.
6600         * loadup.el: Load term/common-win before term/x-win and term/w32-win.
6602 2008-07-19  Juri Linkov  <juri@jurta.org>
6604         * startup.el (fancy-startup-text): Move the line "To quit
6605         a partially entered command, type Control-g" a few lines below
6606         to be after the line "To start".  Add text "at gnu.org" to
6607         "Overview of Emacs features".
6609         * dired.el (dired-mode-map): Fix menu text of
6610         image-dired-display-thumbs.
6612         * image-dired.el (image-dired-cmd-create-thumbnail-options)
6613         (image-dired-cmd-create-temp-image-options)
6614         (image-dired-cmd-create-standard-thumbnail-command): Add > to the
6615         ImageMagick command line to change the dimensions of the image
6616         only if its width or height exceeds the geometry specification.
6618         * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
6620         * proced.el (proced-mode, proced): Add \\<proced-mode-map>
6621         to docstrings.
6623 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
6625         * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
6626         Vinicius Jose Latorre.
6628 2008-07-19  Glenn Morris  <rgm@gnu.org>
6630         * term/ns-win.el (ns-make-command-string): Use mapconcat.
6631         (ns-save-preferences): Fix typo in previous change.  (Bug#573)
6633 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
6635         * net/dbus.el (dbus-interface-properties): New defconst.
6636         (dbus-introspect): Update docstring.
6637         (dbus-introspect-xml, dbus-introspect-get-attribute)
6638         (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
6639         (dbus-introspect-get-interface-names)
6640         (dbus-introspect-get-interface, dbus-introspect-get-method-names)
6641         (dbus-introspect-get-method, dbus-introspect-get-signal-names)
6642         (dbus-introspect-get-signal, dbus-introspect-get-property-names)
6643         (dbus-introspect-get-property)
6644         (dbus-introspect-get-annotation-names)
6645         (dbus-introspect-get-annotation)
6646         (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
6647         (dbus-introspect-get-signature, dbus-get-property)
6648         (dbus-set-property, dbus-get-all-properties): New defuns.
6650 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
6652         * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
6653         ns-grabenv.elc.
6655         * ns-carbon-compat.el: File removed.
6657         * ns-grabenv.el: File removed.
6659         * term/ns-win.el: Contents of ns-carbon-compat.el and
6660         ns-grabenv.el moved here.
6661         (ns-grabenv, ns-open-file-select-line): Doc fixes.
6662         (ns-submit-bug-report): Function removed.  Reports go to the main
6663         Emacs bug list.
6664         (ns-handle-args, ns-spi-service-call): Doc fixes.
6665         (info-ns-emacs): Function removed.  Nextstep port manual will be
6666         merged into the Emacs manual, so no separate link needed.
6668 2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
6670         * startup.el (fancy-splash-head): Fix change of 2008-07-02.
6672 2008-07-18  Glenn Morris  <rgm@gnu.org>
6674         * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
6675         to XEmacs, since it does nothing for Emacs.
6677 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6679         * net/tls.el (open-tls-stream): Make it work with the 2nd argument
6680         BUFFER that is a string but does not exist as a buffer object, as
6681         mentioned in the doc-string.
6683 2008-07-17  Chong Yidong  <cyd@stupidchicken.com>
6685         * simple.el (line-move-visual): Make it a defcustom.
6686         (line-move-1): Convert temporary-goal-column back to an integer if
6687         it was set as a float by a previous call to line-move-visual.
6688         (end-of-visual-line, beginning-of-visual-line)
6689         (next-logical-line, previous-logical-line): New functions.
6691 2008-07-17  David Reitter  <david.reitter@gmail.com>
6693         * simple.el (kill-visual-line, turn-on-visual-line-mode): New
6694         functions.
6695         (visual-line-mode, global-visual-line-mode): New minor mode.
6696         (visual-line-mode-map): New variable.
6698 2008-07-17  Glenn Morris  <rgm@gnu.org>
6700         * term/ns-win.el (parameters): Declare for compiler.
6702 2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
6704         * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
6705         for Windows.
6707 2008-07-17  Daiki Ueno  <ueno@unixuser.org>
6709         * epa.el (epa-key-list-mode): Use run-mode-hooks.
6710         (epa-key-mode): Ditto.
6711         (epa-info-mode): Ditto.
6713 2008-07-17  Glenn Morris  <rgm@gnu.org>
6715         * term/ns-win.el (ns-handle-switch): Simplify.  Handle the numeric case.
6716         (ns-handle-numeric-switch): Just call ns-handle-switch.
6717         (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
6718         (ns-handle-args): Simplify using `pop'.
6719         (ns-display-name): Define (used in frame.el).
6720         (menu-bar-select-frame): Add (ignored) arg to more closely match the
6721         original definition.
6722         (ns-perform-service): Declare.
6723         (ns-save-preferences): Use fewer `let's.
6725         * frame.el (ns-display-name): Declare for compiler.
6727 2008-07-17  Kenichi Handa  <handa@m17n.org>
6729         * descr-text.el (describe-char-unidata-list): Initialize to the
6730         list of name, general-category, decomposition, and old-name.
6732 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
6734         * startup.el (command-line-1): Update processing of NS long options to
6735         mimic recent changes to processing of X long options.
6737 2008-07-16  Nick Roberts  <nickrob@snap.net.nz>
6739         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
6740         list of #defines for remote files.
6741         (gdb-source-info): Only show main if it has been found.
6743 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6745         * term/ns-win.el: Require CL; fix up comment style; reindent.
6746         (ns-define-service): Use subst-char-in-string.  Avoid `eval'.
6747         (ns-save-preferences): Use `case'.
6748         (ns-initialize-window-system): Use `dolist'.
6750 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
6752         * loadup.el: Remove load of easy-mmode prior to ns-win when NS
6753         windowing is used.
6754         * term/ns-win.el (ns-extended-platform-support-mode):
6755         Correct/improve documentation.
6757 2008-07-16  Glenn Morris  <rgm@gnu.org>
6759         * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
6760         Simply require 'cl (see comment in cl-compat.el).
6761         * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
6762         * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
6763         (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
6764         directly rather by subterfuge.  Provide cl before loading cl-macs.
6766         * paths.el (rmail-spool-directory): Remove settings for systems that are
6767         no longer supported.
6769         * frame.el (ns-initialize-window-system): Declare for compiler.
6771         * term/ns-win.el: Add numerous declarations for compiler.
6772         (ns-pop-up-frames): Move definition before use.  Doc fix.
6774         * emacs-lisp/check-declare.el (check-declare-locate)
6775         (check-declare-verify): Handle .m files.
6777 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
6779         * ns-carbon-compat.el: New file: user-visible compatibility of
6780         NeXTstep port with Carbon port.
6781         * ns-grabenv.el: New file: functionality useful on OS X platform to
6782         expose environment variables inside Emacs started from icon.
6783         * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
6784         * cus-edit.el:
6785         * cus-face.el:
6786         * disp-table.el:
6787         * faces.el:
6788         * info.el:
6789         * mouse.el:
6790         * mwheel.el:
6791         * simple.el: Add ns to window systems treated as GUIs.
6792         * facemenu.el (facemenu-read-color): Don't require a name match under
6793         NS, to allow numeric color entry.
6794         * frame.el (make-frame-on-display): Follow code for 'x in initializing
6795         'ns window system if need be.
6796         (various): Add 'ns as described above.
6797         * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
6798         ns-windowing is active.
6799         * startup.el (command-line-ns-option-alist): New constant to handle NS
6800         windowing system specific command line args analogous to how they are
6801         handled for X windows.
6802         (command-line-1): Use the above where appropriate.
6803         * version.el: Add NS port version.
6804         * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
6805         Darwin (usually OS X) systems.
6806         (woman-use-own-frame): Include 'ns in list of GUI window systems.
6807         * emulation/viper-util.el (ns-display-color-p)
6808         (ns-color-defined-p): Remove these (caustically-commented) outdated
6809         compensations for a port that was never itself integrated until now.
6810         * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
6811         for NS window system.
6812         * international/mule-cmds.el: Add 'ns to list of special-cased window
6813         systems (probably most of these, x/w32/mac/ns could be changed to
6814         window-system non-nil).
6815         * term/ns-win.el: New file: lisp-side support for NS windowing system.
6817 2008-07-14  Jason Rumney  <jasonr@gnu.org>
6819         * term/w32-win.el (x-handle-switch, x-handle-name-switch)
6820         (x-handle-numeric-switch, x-handle-initial-switch)
6821         (x-handle-xrm-switch, x-handle-args, x-handle-display)
6822         (xw-defined-colors, w32-initialize-window-system):
6823         Avoid use of cl pop and push macros.
6825 2008-07-14  Martin Rudalics  <rudalics@gmx.at>
6827         * add-log.el (change-log-goto-source): Avoid wrong-type-argument
6828         error when change-log-search-file-name returns nil.
6830 2008-07-13  Martin Rudalics  <rudalics@gmx.at>
6832         * add-log.el (change-log-search-file-name):
6833         Use match-string-no-properties.
6834         (change-log-search-tag-name-1, change-log-search-tag-name)
6835         (change-log-goto-source-1, change-log-goto-source): New functions.
6836         (change-log-tag-re, change-log-find-head, change-log-find-tail):
6837         New variables.
6838         (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
6840 2008-07-13  Jay Belanger  <jay.p.belanger@gmail.com>
6842         * calc/calc-help.el (calc-describe-key): Add angles to special key
6843         descriptions.
6845 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
6847         * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
6848         search for regexp.
6850 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
6852         * simple.el (line-move-visual): Handle null pixel position gracefully.
6854 2008-07-11  Jason Rumney  <jasonr@gnu.org>
6856         * files.el (file-truename): Get truename of ancestors if file does
6857         not exist on Windows.
6859 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
6861         * simple.el (line-move-visual): Obey goal-column and no-error arg.
6862         (track-eol, temporary-goal-column, previous-line, next-line):
6863         Update docstring.
6864         (move-end-of-line, move-beginning-of-line): Bind line-move-visual
6865         to nil.
6867 2008-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6869         * simple.el (line-move-visual): New var.
6870         (line-move-visual): New function.
6871         (line-move): Call line-move-visual.
6873 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
6875         * progmodes/grep.el (grep-files-aliases): Improve the C++ source
6876         pattern and add patterns for C++ header files.
6878 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
6880         * window.el (truncated-partial-width-window-p): New function.
6882         * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.
6884         * faces.el (x-create-frame-with-faces): Don't pass parameters that
6885         are set later to x-create-frame.
6886         (face-set-after-frame-default): Apply X resources for non-default
6887         faces.
6889 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
6891         * faces.el (face-set-after-frame-default): Simplify.  Don't apply
6892         frame-specific X resource settings.  Set faces using a list of
6893         frame parameters explicitly passed to the calling
6894         function (e.g. make-frame).
6895         (x-create-frame-with-faces, tty-create-frame-with-faces):
6896         Supply explicit frame parameter list to face-set-after-frame-default.
6898 2008-07-08  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
6900         * net/browse-url.el (browse-url-default-browser):
6901         Fix argument list in lambda.
6903 2008-07-07  Ulf Jasper  <ulf.jasper@web.de>
6905         * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
6906         from url-retrieve.
6907         (newsticker--sentinel-work): Fix xerror typo.
6909 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
6911         * vc-dir.el (vc-dir-refresh): Only update files.
6913         * vc-git.el (vc-git--ls-files-state): Remove unused function.
6915         * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
6917 2008-07-06  John Paul Wallington  <jpw@pobox.com>
6919         * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
6921 2008-07-05  Alexandre Julliard  <julliard@winehq.org>
6923         * vc-git.el (vc-git-registered): Return true for removed files.
6924         (vc-git-print-log, vc-git-log-view-mode): Print a single log for
6925         all the files instead of one per file.
6926         (vc-git-previous-revision): Add support for project-wide previous
6927         revision when specified file is nil.
6929 2008-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
6931         * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
6933         * vc-dir.el (vc-dir-find-child-files): New function.
6934         (vc-dir-resync-directory-files): New function.
6935         (vc-dir-recompute-file-state): New function, broken out of ...
6936         (vc-dir-resynch-file): ... here.  Also deal with directories.
6937         * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
6938         (vc-resynch-buffer): Use it.
6940         * vc-hg.el (vc-hg-registered): Do not set vc-state.
6942         * vc-annotate.el (vc-annotate-mode-menu): Add separator.
6944 2008-07-05  Nick Roberts  <nickrob@snap.net.nz>
6946         * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
6947         if it's not part of gdb-ui, e.g, at start.
6949         * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
6950         filenames in stack trace (text command mode).
6952 2008-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6954         * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
6956         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
6957         Use syntax-ppss on a position *before* the char we want to change.
6959 2008-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
6961         * vc-dir.el (vc-dir-query-replace-regexp): New function.
6962         (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
6963         (vc-dir-mode-map): Likewise.
6965 2008-07-03  Juanma Barranquero  <lekktu@gmail.com>
6967         * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
6968         (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
6969         (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
6970         Remove spurious * in defcustom docstrings.
6972         * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
6973         (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
6974         (adaptive-fill-mode, adaptive-fill-first-line-regexp)
6975         (default-justification): Remove spurious * in defcustom docstrings.
6977         * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
6978         (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
6979         (rst-compare-decorations, rst-default-indent, rst-update-section)
6980         (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
6981         (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
6982         (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
6983         Fix typos in docstrings.
6984         (rst-mode-lazy): Fix typo in docstring.  Remove spurious *.
6985         (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
6986         (rst-get-decorations-around, rst-section-tree-point)
6987         (rst-font-lock-adornment-point): Reflow docstrings.
6988         (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
6989         Doc fixes.
6990         (rst-re-enumerations): Comment out.
6992         * nxml/nxml-glyph.el (nxml-glyph-set-hook):
6993         * nxml/nxml-uchnm.el (nxml-unicode-blocks)
6994         (nxml-unicode-block-char-name-set):
6995         * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
6996         * nxml/rng-nxml.el (rng-set-state-after):
6997         * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
6999         * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
7000         (rng-c-parse-annotation-body):
7001         * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
7003         * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
7004         (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
7005         (nxml-forward-balanced-item, nxml-dynamic-markup-word)
7006         (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
7007         Fix typos in docstrings.
7008         (nxml-attribute-indent): Reflow docstring.
7009         (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
7010         (nxml-default-buffer-file-coding-system): Doc fixes.
7012         * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
7013         (nxml-ns-set-prefix): Fix typos in docstrings.
7014         (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
7015         Reflow docstring.
7016         (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
7018         * nxml/nxml-outln.el (nxml-hide-all-text-content)
7019         (nxml-show-direct-text-content, nxml-show-direct-subheadings)
7020         (nxml-hide-direct-text-content, nxml-hide-subheadings)
7021         (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
7022         (nxml-outline-display-rest, nxml-outline-set-overlay)
7023         (nxml-section-tag-forward, nxml-section-tag-backward)
7024         (nxml-back-to-section-start): Fix typos in docstrings.
7026         * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
7027         Doc fixes.
7029         * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
7030         (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
7031         (nxml-scan-after-change): Fix typo in docstring.
7033         * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
7034         (rng-name-class-possible-names): Doc fixes.
7035         (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
7036         (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
7037         Fix typos in docstrings.
7038         (rng-intern-group-shortcut, rng-intern-choice-shortcut):
7039         Reflow docstrings.
7041         * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
7042         (rng-substq, rng-complete-before-point): Fix typos in docstrings.
7044         * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
7045         (rng-xsd-convert-date-time): Reflow docstrings.
7046         (rng-xsd-compile): Fix typo in docstring.
7048         * nxml/rng-loc.el (rng-current-schema-file-name)
7049         (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
7050         Doc fixes.
7051         (rng-set-schema-file): Fix typo in docstring.
7053         * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
7054         (rng-do-some-validation, rng-process-start-tag, rng-process-text):
7055         Fix typos in docstrings.
7056         (rng-message-overlay, rng-conditional-up-to-date-start)
7057         (rng-conditional-up-to-date-end): Doc fixes.
7058         (rng-next-error, rng-previous-error): Reflow docstrings.
7060         * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
7061         (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
7062         (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
7063         (xmltok-merge-attributes): Fix typos in docstrings.
7064         (xmltok-make-attribute, xmltok-forward-special)
7065         (xmltok-get-declared-encoding-position): Reflow docstrings.
7067         * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
7068         (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
7069         Fix typos in docstrings.
7071 2008-07-02  John Paul Wallington  <jpw@pobox.com>
7073         * ibuffer.el (ibuffer-buffer-file-name):
7074         Use `list-buffers-directory'.  Remove special-casing for `cvs-mode'
7075         and `vc-dir-mode'.  Suggested by Dan Nicolaescu.
7077 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
7079         * files.el (backup-extract-version): Handle versioned directories.
7080         (trash-directory): New variable.
7081         (move-file-to-trash): New function.
7083         * cus-start.el (delete-by-moving-to-trash): Declare for custom.
7085 2008-07-02  Magnus Henoch  <mange@freemail.hu>
7087         * vc-git.el (vc-git-annotate-command): Use proper option for
7088         specifying revision.
7090 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7092         * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
7093         if available.
7095 2008-07-01  Dan Nicolaescu  <dann@ics.uci.edu>
7097         * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
7099         * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
7100         Add binding for vc-annotate-show-changeset-diff-revision-at-line.
7102         * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
7104 2008-07-01  Nick Roberts  <nickrob@snap.net.nz>
7106         * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
7107         (gdb-init-2): Use it.  Don't run gdb-mode-hook again.
7108         (gdb-var-list-children-regexp, gdb-var-update-regexp)
7109         (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
7110         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
7111         (gdb-stack-list-locals-regexp): Future proof regexps better.
7113 2008-06-30  Juri Linkov  <juri@jurta.org>
7115         * faces.el (face-name-history): New variable.
7116         (make-face, make-empty-face): Replace interactive spec "S"
7117         with `read-from-minibuffer' where `read' arg is t and
7118         `hist' arg is `face-name-history'.
7119         (read-face-name): Set `hist' arg of `completing-read-multiple'
7120         to `face-name-history'.
7121         (list-faces-display): Use `read-regexp' instead of `read-string'
7122         to read regexp.
7124         * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
7125         to `regexp-history'.
7126         (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
7127         make it an obsolete alias to it.
7128         (hi-lock-face-defaults): New variable renamed from
7129         `hi-lock-face-history'.
7130         (hi-lock-line-face-buffer, hi-lock-face-buffer)
7131         (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
7132         `read-from-minibuffer'.  Doc fix.
7133         (hi-lock-read-face-name): Replace `hi-lock-face-history' with
7134         `hi-lock-face-defaults'.  Remove `mapcar (lambda (f) (cons f f))'.
7135         Set `hist' arg of `completing-read' to `face-name-history'.
7136         Put a list of default faces to `default' arg instead of `hist' arg.
7138         * bindings.el (abbrev-map, narrow-map): New variables.
7139         Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
7140         Rebind related commands to these new maps.
7141         (ctl-x-r-map): New variable for rectangle, register and bookmark
7142         keys.  Move rectangle keybindings to rect.el and register
7143         keybindings to register.el.
7144         (next-buffer, previous-buffer): Remove C-x prefix and move
7145         keybindings to ctl-x-map.
7147         * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
7148         to the new map `ctl-x-r-map' in autoload cookies.
7150         * expand.el: Rebind two global `C-x a' keys "n", "p"
7151         to the new map `abbrev-map' in autoload cookies.
7153         * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
7155         * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
7157 2008-06-30  Miles Bader  <miles@gnu.org>
7159         * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
7160         after processing an escape sequence.
7162 2008-06-29  Michael Albinus  <michael.albinus@gmx.de>
7164         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
7165         from 2008-06-28.  It does not work on W32.
7167 2008-06-29  Juri Linkov  <juri@jurta.org>
7169         * replace.el (read-regexp): New function.
7170         (keep-lines-read-args, occur-read-primary-args):
7171         Call `read-regexp' instead of code moved to new function.
7172         (keep-lines, flush-lines, how-many): Remove parenthesis and colon
7173         from the end of prompt.
7174         (replace-re-search-function): Doc fix.
7176 2008-06-29  Kenichi Handa  <handa@m17n.org>
7178         * descr-text.el (describe-char-display): Always return a string.
7179         (describe-char-padded-string): New function.
7180         (describe-char): Adjusted for the change of
7181         describe-char-display.  Use describe-char-padded-string.
7183 2008-06-29  Andreas Schwab  <schwab@suse.de>
7185         * vc-dir.el (vc-dir): Make backend argument optional and use
7186         vc-responsible-backend when nil.  Interactively pass nil for
7187         backend instead of using the backend of what happens to be
7188         default-directory at the time of the call.
7190         * find-dired.el (find-dired-filter): Preserve point.
7192 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
7194         * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
7195         (sasl-find-mechanism, sasl-next-step):
7196         * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
7197         (sasl-ntlm-response): Fix typos in docstrings.
7199 2008-06-28  robert marshall  <robert@capuchin.co.uk>  (tiny change)
7201         * international/mule-cmds.el (view-hello-file): Doc fix.
7203 2008-06-28  Chong Yidong  <cyd@stupidchicken.com>
7205         * faces.el (inhibit-face-set-after-frame-default): Var deleted.
7206         (set-face-attribute, face-set-after-frame-default)): Don't use it.
7208 2008-06-28  John Paul Wallington  <jpw@pobox.com>
7210         * calc/calc.el (defmath): Add `doc-string' decl.  Add docstring.
7212 2008-06-28  Michael Albinus  <michael.albinus@gmx.de>
7214         * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
7215         (tramp-convert-file-attributes): Convert symlinks only when
7216         returned from `tramp-handle-file-attributes-with-stat'.
7218         * net/tramp-ftp.el (top): Delete 'ange-ftp property from
7219         `substitute-in-file-name' when unloading.
7220         (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
7222 2008-06-28  Dan Nicolaescu  <dann@ics.uci.edu>
7224         * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
7225         (vc-string-prefix-p): Move function ...
7226         * vc.el (vc-string-prefix-p): ... here.
7228 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
7230         * vc-dir.el (vc-dir): Complete only directory names.
7232 2008-06-27  Jason Rumney  <jasonr@gnu.org>
7234         * w32-fns.el (top-level): Unconditionally define all charsets.
7236 2008-06-27  Alan Mackenzie  <acm@muc.de>
7238         * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
7239         the CC Mode specific functions; this is no longer needed, since
7240         {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
7242         * progmodes/cc-defs.el (c-emacs-features): New feature
7243         'argumentative-bod-function.
7245 2008-06-27  John Paul Wallington  <jpw@pobox.com>
7247         * chistory.el (list-command-history): Use `bound-and-true-p'.
7248         (command-history-map): Define within defvar.  Add docstring.
7250 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
7252         * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
7253         to unibyte; just assume it is not a JPEG.  Use `string-match-p'.
7254         (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
7255         (image-type-from-buffer): Use `looking-at-p'.
7257 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
7259         * ibuf-ext.el (diff-sentinel): Declare.
7261 2008-06-27  Glenn Morris  <rgm@gnu.org>
7263         * calendar/lunar.el (calendar-lunar-phases): Rename from
7264         calendar-phases-of-moon.  Keep old name as alias, update callers.
7265         (lunar-phases): Rename from phases-of-moon.  Keep old name as alias.
7266         (diary-lunar-phases): Rename from diary-phases-of-moon.
7267         Keep old name as alias.
7268         * calendar/cal-menu.el (cal-menu-sunmoon-menu)
7269         (cal-menu-global-mouse-menu): Update for lunar name changes.
7270         * calendar/calendar.el (calendar-mode-map): Update for name change.
7271         * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
7273 2008-06-26  Glenn Morris  <rgm@gnu.org>
7275         * calendar/solar.el (solar-sunrise-sunset-string): Add optional
7276         argument `nolocation'.
7277         (calendar-sunrise-sunset-month): New function.
7278         * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
7279         cal-menu-moon-menu.  Add calendar-sunrise-sunset-month.
7280         (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
7281         * calendar/calendar.el (solar-sunrises-buffer): New constant.
7282         (calendar-mode-map): Use cal-menu-sunmoon-menu.
7283         (calendar-buffer-list): Add solar-sunrises-buffer.
7285         * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
7287 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
7289         * cus-start.el: Add customization types for word-wrap and
7290         shift-select-mode.
7292 2008-06-26  John Paul Wallington  <jpw@pobox.com>
7294         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
7295         (ibuffer-diff-with-file): Use it.  Do diff on marked buffers.
7296         (ibuffer-mark-on-buffer): Don't display message when removing marks.
7297         (ibuffer-mark-by-mode): Use `buffer-local-value'.
7299 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
7301         * vc-dir.el (tool-bar): Require.
7303         * vc.el (ewoc, tool-bar): Do not require.
7305 2008-06-26  Kenichi Handa  <handa@m17n.org>
7307         * international/mule-cmds.el (encode-coding-char): Fix for ASCII
7308         characters.
7310         * composite.el (terminal-composition-base-character-p): New function.
7311         (terminal-composition-function):
7312         Use terminal-composition-base-character-p.  Include the base character
7313         in the composition.
7314         (auto-compose-chars): Don't check font-object for terminal display.
7316 2008-06-26  Glenn Morris  <rgm@gnu.org>
7318         * doc-view.el (bookmark-make-record-default):
7319         * image-mode.el (bookmark-make-record-default): Fix declaration.
7321         * calendar/calendar.el (calendar-date-echo-text): Doc fix.
7322         Add default :value for sexp type.
7323         (calendar-month-edges): New variable.
7324         (calendar-month-edges): New function.
7325         (calendar-recompute-layout-variables): Set calendar-month-edges.
7326         (calendar-intermonth-header, calendar-intermonth-text): New options.
7327         (calendar-insert-at-column): New function.
7328         (calendar-generate-month): Use calendar-insert-at-column.
7329         Handle intermonth text.  Add 'date property.
7330         (calendar-column-to-month): Remove function.
7331         (calendar-column-to-segment): New function.
7332         (calendar-cursor-to-date): Use calendar-column-to-segment.
7333         Check 'date property.
7335         * calendar/calendar.el (calendar-print-other-dates):
7336         Handle mouse events.
7337         * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
7338         (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
7340         * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
7341         * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
7342         (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
7344         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
7345         Use calendar-column-to-segment, calendar-month-edges, and
7346         the 'date property to handle intermonth text.
7348         * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
7350         * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
7351         (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
7352         Add doc strings.
7353         (cal-menu-context-mouse-menu): Add some :keys.
7354         (calendar-check-holidays): Declare rather than autoloading.
7355         (diary-show-holidays-flag): Remove unneeded declaration.
7357         * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
7358         * calendar/calendar.el (calendar-cursor-to-date): Handle case where
7359         event-start is nil.
7361 2008-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7363         * minibuffer.el (completion-basic-try-completion): Use the text after
7364         point to constrain the completion candidates.
7365         (completion-basic-all-completions): Adjust accordingly.
7367 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
7369         * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
7370         courier.
7372         * faces.el (set-face-attribute): Doc fix.
7374 2008-06-25  Juri Linkov  <juri@jurta.org>
7376         * bindings.el (goto-map): New variable.  Rebind goto-related
7377         commands to this `M-g' prefix keymap.
7378         (search-map): New variable for `M-s' prefix keymap.
7379         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
7380         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
7381         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
7382         `M-shw' to `hi-lock-write-interactive-patterns'.
7384         * isearch.el (isearch-mode-map): Bind `M-s h r' to
7385         `isearch-highlight-regexp'.
7386         (isearch-highlight-regexp): New function.
7388 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7390         * info.el (Info-bookmark-make-record):
7391         Use bookmark-make-record-default.
7392         (Info-bookmark-jump): Use bookmark-default-handler.
7394         * image-mode.el (image-bookmark-make-record):
7395         Use bookmark-make-record-default.
7396         (image-bookmark-jump): Use bookmark-default-handler.
7398         * doc-view.el (doc-view-bookmark-make-record):
7399         Use bookmark-make-record-default.
7400         (doc-view-bookmark-jump): Use bookmark-default-handler.
7402         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
7403         used until now in bookmark.el's code.
7404         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
7405         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
7406         used until now in bookmark.el's code.
7407         (bookmark-set-filename): Remove special code, moved to its only caller.
7408         (bookmark-store): Use the newer format.
7409         (bookmark-make-record-default): Add arg `point-only'.
7410         Rename from bookmark-make-record-for-text-file.
7411         (bookmark--jump-via): New function.
7412         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
7413         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
7414         Use it.
7415         (bookmark-jump-noselect, bookmark-default-handler):
7416         Don't return an alist, instead return the data implicitly by changing
7417         current buffer and point.  Signal an error if the file doesn't exist.
7419         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
7420         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
7422         * bs.el: Use with-current-buffer.  Simplify.
7423         (bs-toggle-readonly): Avoid vc-toggle-read-only.
7425         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
7426         is bound before using it.
7428 2008-06-25  Kenichi Handa  <handa@m17n.org>
7430         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
7432 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
7434         * vc-hg.el:
7435         * vc-git.el: Require vc-dir when compiling.
7437         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
7438         vc-dir-marked-only-files.  Change the return value.
7439         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
7440         Change the return value.
7441         (vc-dir-deduce-fileset): New function broken out from ...
7442         * vc.el (vc-deduce-fileset): ... here and ...
7443         (vc-deduce-fileset): ... here.
7445         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
7446         (vc-svn-parse-status): Do not set the vc-backend property.
7448 2008-06-25  Andreas Schwab  <schwab@suse.de>
7450         * faces.el (face-font-family-alternatives, variable-pitch):
7451         Use "Sans Serif", not "Sans-Serif".
7453 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
7455         * faces.el (face-font-family-alternatives, variable-pitch):
7456         Change "Sans" to the canonical name "Sans-Serif".
7458 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
7460         * calc/calc.el (calc-mode-map): Add extra keybindings to
7461         `calc-missing-key'.
7462         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
7463         `kill-ring-save'.
7465 2008-06-24  Miles Bader  <miles@gnu.org>
7467         * mouse.el (mouse-appearance-menu): Don't do anything if the user
7468         pops up the menu but doesn't select anything.
7470 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
7472         * add-log.el (add-change-log-entry): Add new arg to force each new
7473         entry to be on a new line.
7474         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
7476         * vc-dir.el (vc-client-object): Remove.
7477         (vc-dir-prepare-status-buffer): Take a backend as an argument and
7478         use it when looking for a buffer.
7479         (vc-dir): Add a backend argument.  Set revert-buffer-function.
7480         Don't create a client object.  Move bindings ...
7481         (vc-dir-menu-map, vc-dir-mode-map): ... here.
7482         (vc-dir-revert-buffer-function): New function.
7483         (vc-generic-status-printer): Rename to ...
7484         (vc-dir-status-printer): ... this.
7485         (vc-generic-state, vc-generic-status-fileinfo-extra)
7486         (vc-dir-extra-menu, vc-make-backend-object): Remove.
7487         (vc-default-status-printer): Use a different face for
7488         directories.  Don't display any text for directories in the state
7489         column.  Add tooltips.
7491         * vc.el (Todo): Update.
7493         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
7494         * vc-rcs.el (vc-annotate-convert-time):
7495         * vc-mtn.el (vc-annotate-convert-time):
7496         * vc-git.el (vc-annotate-convert-time):
7497         * vc-cvs.el (vc-annotate-convert-time):
7498         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
7500 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
7502         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
7503         instead of using view-mode.
7505 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7507         * Makefile.in (distclean): Don't delete *.elc and autogen files.
7509 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
7511         * vc.el:
7512         * vc-hooks.el:
7513         * vc-dispatcher.el: Move vc-dir variables and functions ...
7514         * vc-dir.el: ... here.  New file.
7515         * Makefile.in (ELCFILES): Add vc-dir.elc.
7517         * vc.el: Move vc-annotate variables and functions ...
7518         * vc-annotate.el: ... here.  New file.
7519         * Makefile.in (ELCFILES): Add vc-annotate.elc.
7521         * vc-dav.el: Move here from url/vc-dav.el.
7522         (Todo): Note work needed to make this backend functional.
7524         * Makefile.in (ELCFILES): Update vc-dav.el location.
7526 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7528         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
7530 2008-06-21  John Paul Wallington  <jpw@pobox.com>
7532         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
7534         * textmodes/rst.el (rst-mode): Put docstring in right place.
7536 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
7538         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
7539         size for legibility.
7541         * faces.el (fixed-pitch): Use "Monospace" family.
7542         (variable-pitch): Use "Sans" family.
7543         (face-font-family-alternatives): Define alternatives for "Sans"
7544         and "Monospace".
7546 2008-06-21  Glenn Morris  <rgm@gnu.org>
7548         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
7549         Require 'cl when compiling.
7551         * emacs-lisp/debug.el (help-xref-interned): Declare.
7553         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
7554         Evaluate definition when compiling.
7556         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
7557         rather than mouse-1.
7558         (bug-reference-url-format): Autoload safe if string.
7559         (bug-reference-bug-regexp): Make space after "bug" optional.
7561         * Makefile.in (all): Explicitly pass EMACS to sub-make,
7562         for some non-GNU makes.
7564         * cus-dep.el (custom-dependencies-no-scan-regexp):
7565         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
7567         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
7568         increments.
7570         * calendar/calendar.el: Factor out the magic numbers controlling the
7571         calendar layout.
7572         (calendar-month-digit-width, calendar-month-width)
7573         (calendar-right-margin): New variables.
7574         (calendar-recompute-layout-variables, calendar-set-layout-variable):
7575         New functions.
7576         (calendar-left-margin, calendar-intermonth-spacing)
7577         (calendar-column-width, calendar-day-header-width)
7578         (calendar-day-digit-width): New options.
7579         (calendar-first-date-row): New constant.
7580         (calendar-move-to-column, calendar-ensure-newline): New functions,
7581         replacing calendar-insert-indented.
7582         (calendar-insert-indented): Remove function.
7583         (calendar-generate-month): Use calendar-move-to-column and
7584         calendar-ensure-newline.  Use layout variables.
7585         (calendar-generate, calendar-update-mode-line)
7586         (calendar-font-lock-keywords): Use layout variables.
7587         (calendar-column-to-month): New function.
7588         (calendar-cursor-to-date): Use calendar-column-to-month.
7589         Use layout variables.
7590         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
7591         Use layout variables.  Use calendar-column-to-month.
7592         (calendar-cursor-to-visible-date): Use layout variables.
7594 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7596         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
7597         (all): Run compile-last.
7598         (compile-onefile): New target.
7599         (compile-first): Simplify.
7600         (compile-last): Don't treat COMPILE_FIRST specially.
7601         (COMPILE_FIRST): List the elc files rather than the el files.
7602         (ELCFILES): Update.
7604 2008-06-21  Ulf Jasper  <ulf.jasper@web.de>
7606         * net/newst-treeview.el: Remove dead code.
7607         (newsticker--window-config): Remove.
7608         (newsticker-treeview-quit): Do not save window config.
7609         (newsticker-treeview): Do not try to restore window config.
7610         (newsticker-groups, newsticker--treeview-list-sort-by-column)
7611         (newsticker--treeview-list-new-items)
7612         (newsticker--treeview-list-immortal-items)
7613         (newsticker--treeview-list-obsolete-items)
7614         (newsticker--treeview-list-all-items)
7615         (newsticker--treeview-list-feed-items): Fix documentation.
7617 2008-06-21  Miles Bader  <miles@gnu.org>
7619         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
7621 2008-06-21  Alan Mackenzie  <acm@muc.de>
7623         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
7624         infinite loop on invalid syntax.
7626 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7628         * textmodes/rst.el: Run rst-define-level-faces when loading.
7629         (rst-mode): Don't set the font-lock-multiline var.
7630         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
7631         Set the font-lock-multiline property by hand.
7633         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
7635         * Makefile.in (emacs-deps): Remove.
7636         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
7637         (all): Use them.
7638         (autogen-clean): Remove.
7640 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7642         * Makefile.in (all): New target.
7643         (bootstrap-prepare): Remove.
7645         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
7646         the .elc file to batch-byte-compile.
7648         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
7649         set-keymap-parents if set-keymap-parent doesn't exist.
7651         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
7652         Allow more than one space before the |.
7654         * textmodes/rst.el: Fix up docstring conventions.
7655         Move vars to before their first use.
7656         (rst-mode): Don't mess with font-lock-support-mode.
7657         (rst-suggest-new-decoration, rst-adjust-decoration):
7658         Avoid CL's copy-list.
7659         (rst-delete-entire-line): Use line-beginning-position.
7660         (rst-position): New fun.
7661         (rst-straighten-decorations): Use it instead of CL's position.
7662         (rst-straighten-bullets-region): Avoid CL's mapcar*.
7663         (rst-toc-mode): Use define-derived-mode.
7664         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
7665         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
7666         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
7667         (rst-replace-lines): Simplify.
7668         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
7670         * simple.el (special-mode-map): New var.
7671         (special-mode): New major mode.
7673 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
7675         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
7676         log-view-file-re.
7678         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
7679         (vc-switch-backend): Simplify.
7680         (Todo): Remove solved items.
7682         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
7683         the vc-backend property.
7685 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7687         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
7688         Bind inhibit-read-only since the buffer is always read-only.
7690 2008-06-20  Ulf Jasper  <ulf.jasper@web.de>
7692         * net/newst-treeview.el (newsticker-treeview-own-frame):
7693         Change default value to nil.
7694         (newsticker--treeview-list-add-item)
7695         (newsticker--treeview-propertize-tag): Show item title in tooltip.
7697 2008-06-20  Martin Blais  <blais@furius.ca>
7698             Stefan Merten  <smerten@oekonux.de>
7699             David Goodger  <goodger@python.org>
7701         * textmodes/rst.el: New file.
7703 2008-06-20  Sam Steingold  <sds@gnu.org>
7705         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
7706         remove DIRECTORY entries.
7708 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
7710         * makefile.w32-in (distclean): Depend on `clean'.
7711         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
7712         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
7713         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
7714         empty cus-load.el with `echo', and include "Local Variables"
7715         section to prevent the empty file from being compiled.
7716         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
7717         that generate an empty cus-load.el.
7719 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
7721         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
7722         Don't copy ldefs-boot.el over loaddefs.el.
7723         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
7724         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
7725         to loaddefs.el; they are not needed now.  Add coding cookie.
7727 2008-06-20  Miles Bader  <miles@gnu.org>
7729         * face-remap.el (face-remap-add-relative, face-remap-set-base):
7730         Strip unnecessary list levels from SPECS.
7731         (buffer-face-set, buffer-face-toggle):
7732         Change argument from FACE to &rest SPECS, and strip unnecessary
7733         list levels from SPECS.
7734         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
7736 2008-06-20  Jason Rumney  <jasonr@gnu.org>
7738         * international/fontset.el (setup-default-fontset): Specify script
7739         for latin use of iso10646-1.  Fix use of lang tags.
7741 2008-06-19  Miles Bader  <miles@gnu.org>
7743         * face-remap.el (text-scale-increase): Start from zero if
7744         text-scale-mode isn't enabled.
7746 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7748         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
7749         frame parameters after setting up the `default' face.
7751 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7753         * faces.el (face-set-after-frame-default): Don't exclude `default'.
7755 2008-06-18  Glenn Morris  <rgm@gnu.org>
7757         * mouse.el (buffer-face-mode-invoke): Declare.
7759         * Makefile.in (ELCFILES): Add org/org-id.elc.
7761         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
7762         * calendar/cal-menu.el (cal-menu-holidays-menu):
7763         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
7764         (cal-menu-today-holidays): Remove function.
7766         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
7767         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
7768         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
7769         Remove unused functions.
7770         (calendar-mouse-view-diary-entries): Use format rather than concat.
7772         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
7773         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
7774         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
7776         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
7777         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
7778         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
7779         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
7780         cal-menu-event-to-date.
7782         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
7783         Handle mouse events.
7784         * calendar/cal-tex.el (cal-tex-cursor-year)
7785         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
7786         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
7787         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7788         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
7789         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
7790         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
7791         (cal-tex-cursor-month): Mark N as optional.
7792         * calendar/cal-menu.el (calendar-mouse-tex-day)
7793         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
7794         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
7795         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
7796         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
7797         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
7798         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
7799         Remove functions.
7800         (cal-menu-context-mouse-menu): Replace the above functions with the
7801         cal-tex versions.  Add HTML submenu.
7803 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
7805         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
7806         text command mode.
7807         (gdb): Explain that gud-gdb is needed for text command mode.
7809 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
7811         * window.el (split-height-threshold): Remove spurious extra line.
7813 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7815         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
7816         (calendar-set-mark):
7817         * calendar/diary-lib.el (diary-insert-entry):
7818         * calendar/solar.el (calendar-sunrise-sunset): Use it.
7819         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
7820         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
7821         (cal-menu-context-mouse-menu): Use calendar-set-mark,
7822         diary-insert-entry, and calendar-sunrise-sunset instead.
7824         * vc.el (vc-deduce-fileset): Add arg `only-files'.
7825         (vc-next-action): Pass the new arg.
7826         (vc-register): Don't use `only-files'.
7827         Don't set `backup-inhibited' in the current buffer.
7829 2008-06-17  Miles Bader  <miles@gnu.org>
7831         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
7833         * face-remap.el (buffer-face-mode-face)
7834         (buffer-face-mode-remapping): New variables.
7835         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
7836         (buffer-face-mode-invoke): New functions.
7837         (variable-pitch-mode-remapping): Variable removed.
7838         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
7840         * face-remap.el (internal-lisp-face-attributes): New variable.
7841         (face-attrs-more-relative-p, face-remap-order): New functions.
7842         (face-remap-add-relative): Use `face-remap-order'.
7844 2008-06-17  Glenn Morris  <rgm@gnu.org>
7846         * mouse.el (x-select-font): Declare.
7848         * calendar/calendar.el (calendar-move-hook):
7849         Add calendar-update-mode-line as an option.
7850         (calendar-date-echo-text): New user option.
7851         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
7852         (calendar-insert-indented): Simplify newline insertion.
7853         (calendar-describe-mode): Remove unused function.
7854         (calendar-mode-line-entry): New function.
7855         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
7856         Mark as risky.
7857         (calendar-mouse-other-month): Remove function.
7858         (calendar-other-month): Handle mouse events.
7859         (calendar-goto-info-node): Call fit-window-to-buffer.
7860         (calendar-mode): Use define-derived-mode.  Doc fix.
7861         (calendar-update-mode-line): Tweak whitespace.
7863 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7865         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
7866         (vc-dir-marked-only-files): vc-string-prefix-p.
7868 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
7870         * progmodes/gdb-ui.el (gdb-memory-set-address)
7871         (gdb-memory-set-repeat-count): Allow keyboard bindings.
7872         (gdb-memory-mode-map): Bind above functions respectively
7873         to 'S' and 'N'.
7875 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
7877         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
7879 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
7881         * log-view.el (vc-diff-internal): Declare for compiler.
7883         * vc-bzr.el (log-view-per-file-logs):
7884         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
7886 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
7888         * mouse.el (mouse-appearance-menu-map): New var.
7889         (mouse-appearance-menu): New function.
7890         Bind it to S-down-mouse-1.
7892 2008-06-15  Juri Linkov  <juri@jurta.org>
7894         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
7895         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
7896         as the second element.
7897         (Info-build-toc): Add PARENT element extracted from the Up pointer.
7898         Don't print progress messages.
7899         (Info-toc-nodes): New variable and function.
7900         (Info-index-nodes): Optimize non-string file name case.
7901         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
7902         (Info-insert-breadcrumbs): Use the cached document structure instead
7903         of visiting all ancestor nodes.  Remove the initial `>'.
7905 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
7907         * log-view.el (log-view-diff-changeset): New function.
7908         (log-view-mode-map, log-view-mode-menu): Bind it.
7909         (log-view-per-file-logs, log-view-vc-fileset)
7910         (log-view-vc-backend): New variables.
7911         (log-view-find-revision, log-view-modify-change-comment)
7912         (log-view-annotate-version): Throw an error if the log is for more
7913         than one file and we can't find the current file.  Get the current
7914         file from log-view-vc-fileset if necessary.
7915         (log-view-diff): Get the current file from log-view-vc-fileset if
7916         necessary.
7918         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
7920         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
7921         (vc-hg-log-view-mode): Declare for compiler.
7922         (vc-hg-log-view-mode): Set log-view-per-file-logs and
7923         log-view-file-re.
7924         (vc-hg-diff): If no file is passed, use default-directory for cwd.
7926         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
7928         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
7930 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
7932         * net/tramp.el (tramp-handle-start-file-process):
7933         Clear modification time of the connection buffer.
7934         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
7935         (tramp-open-connection-setup-interactive-shell): Flush cache, and
7936         restart `tramp-maybe-open-connection' when the remote system has
7937         been changed.  Throw 'uname-changed event.
7938         (tramp-maybe-open-connection): Catch it.
7940         * net/tramp-cmds.el (tramp-cleanup-all-connections):
7941         Reset `tramp-locked'.
7943 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
7945         * net/newst-treeview.el (newsticker--treeview-list-update)
7946         (newsticker--treeview-item-update)
7947         (newsticker--treeview-tree-update)
7948         (newsticker-treeview-jump, newsticker-group-add-group)
7949         (newsticker-group-move-feed, newsticker-group-delete-group):
7950         Remove window dedication.
7951         (newsticker--group-manage-orphan-feeds): Handle ill-valued
7952         newsticker-groups.
7953         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
7955 2008-06-15  Andreas Schwab  <schwab@suse.de>
7957         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
7958         when parsing CVS/Repository.
7960         * wdired.el (wdired-search-and-rename): Fix undocumented change.
7962 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
7964         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
7965         (newsticker-extra-face, newsticker-enclosure-face): Moved to
7966         net/newst-reader.el.
7968         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
7969         (newsticker-extra-face, newsticker-enclosure-face): Moved from
7970         net/newst-reader.el.
7972 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7974         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
7975         Catch and recover from case when the bytes we thought we were reading
7976         turn out to be something else entirely, such as latin-1 chars from
7977         quail.  See bug#396.
7979 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
7981         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
7982         (vc-register): Call the backend function only once, instead of
7983         once for each file.
7984         (vc-next-action): Update call to vc-register.
7985         (vc-dir-register): Remove function.
7986         (vc-dir): Bind vc-register instead of vc-dir-register.
7988 2008-06-14  Glenn Morris  <rgm@gnu.org>
7990         * Makefile.in (ELCFILES): Add net/newst-*.el.
7992 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7994         * wdired.el (wdired-do-renames): New function.
7995         (wdired-finish-edit): Use it to.
7996         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
7998 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8000         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
8002 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
8004         * window.el (window--even-window-heights): Even window heights
8005         only if the selected window is higher than WINDOW.
8006         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
8008 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8010         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
8012 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8014         * term/linux.el (terminal-init-linux): Load t-mouse.
8016 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8017             Drew Adams  <drew.adams@oracle.com>
8019         * info.el (Info-breadcrumbs-depth): New var.
8020         (Info-insert-breadcrumbs): New function.
8021         (Info-fontify-node): Use it.
8022         (Info-mode-map): Move initialization into declaration.
8024 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
8026         Rename net/newsticker-*.el to net/newst-*.el.
8027         * net/newst-backend.el: Rename from net/newsticker-backend.el.
8028         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
8029         * net/newst-reader.el: Rename from net/newsticker-reader.el.
8030         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
8031         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
8032         * net/newsticker-backend.el: Rename to net/newst-backend.el.
8033         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
8034         * net/newsticker-reader.el: Rename to net/newst-reader.el.
8035         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
8036         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
8038 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8040         * progmodes/compile.el (compilation-start): Don't disable undo in
8041         comint buffer.  Don't override the comint-filter with our own.
8042         (compilation-filter): Change point's insertion-type.
8044         * comint.el (comint-output-filter): Use copy-marker.
8046 2008-06-13  David Reitter  <david.reitter@gmail.com>
8048         * textmodes/flyspell.el (mail-mode-flyspell-verify):
8049         Check message-signature-separator exists before using it.
8051 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
8053         * vc.el (vc-delete-file): Bind default-directory before calling
8054         the backend.
8055         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
8056         (vc-annotate-show-diff-revision-at-line-internal): ... here.
8057         New function.
8058         (vc-annotate-show-changeset-diff-revision-at-line): New function.
8059         (vc-annotate-mode-menu): Bind it.
8061 2008-06-13  Jason Rumney  <jasonr@gnu.org>
8063         * term/w32-win.el (mouse-set-font): Remove overridden function.
8064         (w32-select-font): Declare as obsolete alias for x-select-font.
8066 2008-06-13  Daniel Engeler  <engeler@gmail.com>
8068         These changes add serial port access.
8069         * term.el (term-update-mode-line): Modify.
8070         (serial-port-is-file-p, serial-nice-speed-history)
8071         (serial-no-speed, serial-mode-line-speed-menu)
8072         (serial-mode-line-config-menu): New variables and constants.
8073         (serial-name-history, serial-speed-history)
8074         (serial-supported-or-barf, serial-read-name, serial-read-speed)
8075         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
8076         (serial-mode-line-speed-menu, serial-update-speed-menu)
8077         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
8078         (serial-update-config-menu): New functions.
8080 2008-06-13  Glenn Morris  <rgm@gnu.org>
8082         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
8084         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
8086 2008-06-13  Kenichi Handa  <handa@m17n.org>
8088         * cus-face.el (custom-face-attributes): Add :foundry.
8090         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
8091         (face-x-resources): Add :foundry.
8092         (face-valid-attribute-values): Likewise.
8093         (face-attribute-name-alist): Likewise.
8094         (describe-face): Likewise.
8096 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8098         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
8100 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
8102         * longlines.el (longlines-search-forward, longlines-search-backward)
8103         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
8105 2008-06-12  Sam Steingold  <sds@gnu.org>
8107         * vc.el (vc-rename-file): DTRT when the destination is a directory
8108         name and the source is a file.
8110 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
8112         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
8114 2008-06-12  Glenn Morris  <rgm@gnu.org>
8116         * progmodes/f90.el (f90-beginning-of-subprogram)
8117         (f90-end-of-subprogram): Only give a message when interactive.
8119         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
8121         * progmodes/cperl-mode.el (cperl-info-on-command):
8122         Use display-pixel-height rather than x-display-pixel-height.
8124         * mail/rmailedit.el (rmail-cease-edit):
8125         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
8127         * emulation/edt.el (edt-xserver):
8128         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
8130         * emulation/edt-mapper.el: Drop test for Emacs < 19.
8132         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
8133         Evaluate definitions when compiling.  Reverse tests.
8135         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
8136         use unless.
8138         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
8140         * textmodes/artist.el (x-pointer-shape):
8141         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
8142         (x-open-connection, x-server-max-request-size, x-get-resource):
8143         * term/w32console.el (x-setup-function-keys):
8144         * term/w32-win.el (x-parse-geometry, x-resource-name)
8145         (generate-fontset-menu, image-library-alist, x-open-connection)
8146         (setup-default-fontset, set-fontset-font, setup-default-fontset)
8147         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
8148         (x-get-resource):
8149         * term/mac-win.el (x-parse-geometry, x-resource-name)
8150         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
8151         (new-fontset, x-display-list, x-open-connection, x-get-resource):
8152         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
8153         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
8154         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
8155         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
8156         (tooltip-identifier-from-point, define-fringe-bitmap):
8157         * play/gamegrid.el (image-size):
8158         * play/bubbles.el (image-size):
8159         * mail/emacsbug.el (x-server-vendor, x-server-version):
8160         * international/mule-util.el (internal-char-font):
8161         * international/mule-diag.el (font-info, query-fontset, fontset-info)
8162         (fontset-alias-alist, fontset-list, fontset-plain-name):
8163         * international/mule-cmds.el (x-server-vendor, x-server-version):
8164         * international/fontset.el (font-encoding-charset-alist)
8165         (otf-script-alist, new-fontset, set-fontset-font)
8166         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
8167         (fontset-list, query-fontset, x-get-resource):
8168         * emulation/edt.el (x-server-vendor):
8169         * emulation/edt-mapper.el (x-server-vendor):
8170         * emacs-lisp/map-ynp.el (x-popup-dialog):
8171         * emacs-lisp/lmenu.el (x-popup-dialog):
8172         * x-dnd.el (x-window-property, x-change-window-property)
8173         (x-get-selection-internal):
8174         * woman.el (x-list-fonts):
8175         * w32-fns.el (x-server-version):
8176         * tooltip.el (x-show-tip, x-hide-tip):
8177         * tool-bar.el (image-mask-p):
8178         * thumbs.el (image-size):
8179         * term.el (overflow-newline-into-fringe):
8180         * subr.el (scroll-bar-scale):
8181         * startup.el (x-get-resource, tool-bar-mode, image-size):
8182         * select.el (x-get-selection-internal, x-own-selection-internal)
8183         (x-disown-selection-internal):
8184         * mouse.el (generate-fontset-menu):
8185         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
8186         * image.el (image-library-alist):
8187         * image-mode.el (image-size, image-refresh):
8188         * image-dired.el (clear-image-cache):
8189         * gs.el (x-display-mm-width, x-display-pixel-width)
8190         (x-display-mm-height, x-display-pixel-height)
8191         (x-change-window-property, x-display-grayscale-p, x-window-property):
8192         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
8193         (x-focus-frame, x-list-fonts, x-display-screens)
8194         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
8195         (x-display-mm-width, x-display-backing-store, x-display-save-under)
8196         (x-display-planes, x-display-color-cells, x-display-visual-class):
8197         * faces.el (internal-face-x-get-resource)
8198         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
8199         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
8200         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
8201         (x-parse-geometry, x-create-frame, x-setup-function-keys)
8202         (tool-bar-setup):
8203         * doc-view.el (clear-image-cache, image-size, tooltip-show):
8204         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
8205         * dframe.el (x-display-pixel-width, x-display-pixel-height):
8206         * descr-text.el (internal-char-font):
8207         Define for compiler, for builds without X.
8209 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8211         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
8213 2008-06-11  Glenn Morris  <rgm@gnu.org>
8215         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
8216         before trying to move there.
8217         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
8218         is non-nil, indent most terminating statements like loop body.
8220         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
8221         Gregorian date, and add it, not the local date, to diary-entries-list.
8222         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
8224 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8226         * progmodes/compile.el (compilation-filter): Fix up last change.
8228         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
8230         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
8231         (gpm-mouse-mode): Make it into a proper global minor mode.
8233         * files.el (save-some-buffers-action-alist): Only use recursive-edit
8234         if the user enabled recursive-minibuffers.
8236         * emacs-lisp/map-ynp.el (map-y-or-n-p):
8237         Add support for scroll-other-window.
8239 2008-06-11  Jason Rumney  <jasonr@gnu.org>
8241         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
8242         Use tmm-menubar if menu is disabled in this frame.
8244         * menu-bar.el (menu-bar-open): Determine how to open menu bar
8245         from frame type, per documentation.  Add w32 case.
8247 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8249         * minibuffer.el (completion--merge-suffix): New function.
8250         (completion-basic-try-completion): Use it.
8251         (completion-pcm--find-all-completions): Add argument `filter'.
8252         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
8253         New functions.
8254         (completion-pcm-try-completion): Use them.
8256         * xt-mouse.el (turn-on-xterm-mouse-tracking)
8257         (turn-off-xterm-mouse-tracking): Use terminal-list.
8259         * cus-start.el (underline-minimum-offset): Rename from
8260         x-underline-minimum-display-offset.
8262 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
8264         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
8266 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
8268         * mouse.el (mouse-select-font): New function.
8270         * faces.el (face-spec-recalc): When the face is set using
8271         Customize, avoid recalculating it twice.
8273         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
8274         Font" menu item to it.  Apply selected font to all frames, and
8275         make it savable.
8276         (menu-bar-options-save): Save `default' font if changed.
8278 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8280         * ffap.el (ffap-string-at-point-mode-alist):
8281         Use alpha rather than lower.
8283         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
8285         * subr.el (momentary-string-display): Use an overlay.
8287         * progmodes/compile.el (compilation-mode):
8288         Set window-point-insertion-type.
8289         (compilation-filter): Don't use insert-before-markers any more.
8290         * emacs-lisp/trace.el (trace-make-advice):
8291         Set window-point-insertion-type in the trace buffer.
8292         * startup.el (normal-top-level): Set window-point-insertion-type in
8293         *Messages*.
8294         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
8295         (telnet-filter): Don't use insert-before-markers any more.
8296         * comint.el (comint-mode): Set window-point-insertion-type.
8297         (comint-output-filter): Don't use insert-before-markers any more.
8298         * button.el (make-text-button): Allow `start' to be a string.
8300 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
8302         * emacs-lisp/autoload.el (autoload-rubric):
8303         Fix coding cookie not to force Unix EOL.
8305 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
8307         * window.el (window--splittable-p, window--try-to-split-window):
8308         Don't use with-selected-window to avoid messing up get-lru-window.
8309         Reported by David Hansen <david.hansen@gmx.net>.
8311 2008-06-10  Glenn Morris  <rgm@gnu.org>
8313         * subr.el (locate-library): Doc fix.
8315         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
8316         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
8317         Check tool-bar-map is bound, for non-X builds.
8319         * net/newsticker-reader.el (newsticker--next-item-image)
8320         (newsticker--previous-item-image, newsticker--previous-feed-image)
8321         (newsticker--next-feed-image, newsticker--mark-read-image)
8322         (ewsticker--mark-immortal-image, newsticker--narrow-image)
8323         (newsticker--get-all-image, newsticker--update-image)
8324         (newsticker--browse-image): Check xpm images are available.
8325         (newsticker--mark-read-image, newsticker--mark-immortal-image)
8326         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
8328         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
8329         (newsticker--plainview-tool-bar-map, newsticker-mode):
8330         Check tool-bar-map is bound, for non-X builds.
8331         (w3m-toggle-inline-image): Declare.
8333         * net/newsticker-backend.el (tool-bar-map): Don't declare.
8335         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
8337         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
8338         (finder-compile-keywords): Move let to where needed.
8339         (finder-mouse-face-on-line): Go back one more line if needed.
8340         (finder-list-matches): Use cadr.
8341         (finder-goto-xref): New function.
8342         (finder-commentary): Add buttons to jump to foo.el libraries.
8344 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8346         * apropos.el (apropos-function, apropos-macro, apropos-command)
8347         (apropos-variable, apropos-face, apropos-group, apropos-widget)
8348         (apropos-plist): Add apropos-short-label property.
8349         (apropos-multi-type): New variables.
8350         (apropos-command, apropos-value): Set it.
8351         (apropos-compact-layout): New custom.
8352         (apropos-print, apropos-print-doc): Use it.
8353         (apropos-print): Truncate lines.
8355 2008-06-09  Kenichi Handa  <handa@m17n.org>
8357         * international/fontset.el (font-encoding-alist):
8358         Add an entry for "ascii-0".
8360 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
8362         * language/hanja-util.el (hanja-init-load): Show the message only
8363         when loading a table.
8365 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
8367         * net/newsticker-treeview.el (newsticker-treeview):
8368         * net/newsticker-plainview.el (newsticker-plainview):
8369         Add autoload cookie.
8371 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
8373         * net/newsticker.el: Split up into newsticker-backend, -ticker,
8374         -reader, -plainview, and -treeview.
8375         (newsticker-version): Change to 1.99.
8377         * net/newsticker-backend.el: New.  Move backend functionality from
8378         newsticker.el to newsticker-backend.el.
8379         (newsticker--download-logos): New.
8380         (newsticker--sentinel-callback): New.
8381         (newsticker--set-customvar): Remove.  Split up into specific
8382         functions related to retrieval, ticker, buffer, and display.
8383         (newsticker--set-customvar-retrieval): New.  Extracted from
8384         `newsticker--set-customvar'.
8385         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
8386         (newsticker-url-list-defaults):
8387         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
8388         (newsticker-url-list): Doc changed.  URL can be a function.
8389         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
8390         (newsticker-retrieval-method): New.
8391         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
8392         (newsticker-retrieval-interval):
8393         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
8394         (newsticker-desc-comp-max): Change :group.
8395         (newsticker--cache): Doc changed.
8396         (newsticker--guid-to-string): New.
8397         (newsticker--guid): Use `newsticker--guid-to-string'.
8398         (newsticker--real-feed-name): New.
8399         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
8400         (newsticker-start): Use `insert-file-contents' for reading cache.
8401         Use `newsticker--start-feed'.
8402         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
8403         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
8404         Use `newsticker--stop-feed'.
8405         (newsticker-save-item): New.
8406         (newsticker--get-news-by-funcall): New.
8407         (newsticker-get-news): Handle new retrieval methods.
8408         (newsticker--sentinel): Use `newsticker--sentinel-work'.
8409         (newsticker--sentinel-work): New.  Extracted from
8410         `newsticker--sentinel'.  Use `newsticker--download-logos',
8411         `newsticker--sentinel-callback'.
8412         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
8413         (newsticker--parse-atom-1.0): Fix link determination.
8414         (newsticker--parse-rss-0.91): Fix time determination.
8415         (newsticker--parse-rss-0.92): Fix time determination.
8416         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
8417         (newsticker--parse-generic-feed): New arg order in
8418         `newsticker--cache-add'.
8419         (newsticker--parse-generic-items): Fix for multiple items.
8420         New arg order in `newsticker--cache-add'.
8421         (newsticker--forget-preformatted): Check whether
8422         `newsticker--buffer-set-uptodate' is fbound.
8423         (newsticker--decode-iso8601-date): Handle fractions of seconds.
8424         (newsticker--decode-rfc822-date): Partial timezone handling.
8425         (newsticker--cache-contains): Fix guid problem.
8426         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
8427         (newsticker--cache-save): New.
8428         (newsticker--cache-update): Use temp buffer.
8429         (newsticker--stat-num-items): Allow multiple AGE args.
8430         (newsticker--stat-num-items-total): New.
8431         (newsticker--opml-import-outlines): New.
8432         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
8433         (newsticker--do-run-auto-mark-filter): Doc changed.
8434         (newsticker-retrieve-random-message): New.
8436         * net/newsticker-ticker.el: New.  Move ticker functionality from
8437         net/newsticker.el to net/newsticker-ticker.el.
8438         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
8439         `newsticker--ticker-timer'.
8440         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
8441         to `newsticker--ticker-timer'.
8442         (newsticker--set-customvar-ticker): New.  Extracted from
8443         `newsticker--set-customvar'.
8444         (newsticker-ticker-interval): Rename `newsticker-display-interval'
8445         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
8446         for :set.  Change :group.
8447         (newsticker-scroll-smoothly): Doc changed.  Change :group.
8448         (newsticker-hide-immortal-items-in-echo-area)
8449         (newsticker-hide-old-items-in-echo-area)
8450         (newsticker-hide-obsolete-items-in-echo-area):
8451         Use `newsticker--set-customvar-ticker for :set.  Change :group.
8452         (newsticker-start-ticker): Rename `newsticker--display-timer' to
8453         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
8454         to `newsticker-ticker-interval'.
8455         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
8456         `newsticker--ticker-timer'.
8458         * net/newsticker-reader.el: New.  Move reader functionality from
8459         net/newsticker.el to net/newsticker-reader.el.
8460         (newsticker--set-customvar-formatting): New.  Extracted from
8461         `newsticker--set-customvar'.
8462         (newsticker-reader, newsticker-frontend): New.
8463         (newsticker-enable-logo-manipulations): Change :group.
8464         (newsticker-justification): Use `newsticker--set-customvar-formatting'
8465         for :set.  Change :group.
8466         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
8467         for :set.  Change :group.
8468         (newsticker-html-renderer): Doc changed.
8469         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
8470         (newsticker-date-format):
8471         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
8472         (newsticker--insert-enclosure):
8473         Rename `newsticker--buffer-insert-enclosure' to
8474         `newsticker--insert-enclosure'.  Add keymap arg.
8475         (newsticker--print-extra-elements):
8476         Rename `newsticker--buffer-print-extra-elements' to
8477         `newsticker--print-extra-elements'.  Add keymap arg.
8478         (newsticker--do-print-extra-element):
8479         Rename `newsticker--buffer-do-print-extra-element' to
8480         `newsticker--do-print-extra-element'.  Add keymap arg.
8481         (newsticker-show-news): Use `newsticker-frontend'.
8483         * net/newsticker-plainview.el: New.  Move plainview functionality
8484         from net/newsticker.el to net/newsticker-reader.el.
8485         (newsticker-plainview): New.
8486         (newsticker--set-customvar-sorting): New.  Extracted from
8487         `newsticker--set-customvar'.
8488         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
8489         for :set.  Changed :group.
8490         (newsticker-heading-format, newsticker-item-format)
8491         (newsticker-desc-format, newsticker-statistics-format):
8492         Use `newsticker--set-customvar-formatting for :set.  Change :group.
8493         (newsticker-faces): Change :group.
8494         (newsticker-default-face): Enable again.
8495         (newsticker-hide-old-items-in-newsticker-buffer)
8496         (newsticker-show-descriptions-of-new-items):
8497         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
8498         (newsticker-show-all-news-elements): Change :group.
8499         (newsticker-plainview-hooks): New.
8500         (newsticker-select-item-hook, newsticker-select-feed-hook)
8501         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
8502         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
8503         to `newsticker--plainview-tool-bar-map'.
8504         (newsticker--url-keymap): Add mouse-1 binding.
8505         (newsticker-plainview): New.
8506         (newsticker-mark-all-items-of-feed-as-read): Change doc.
8507         (newsticker--buffer-do-insert-text): Use renamed
8508         newsticker--[buffer-]insert-enclosure and
8509         newsticker--[buffer-]print-extra-elements.
8510         (newsticker--buffer-set-faces): Use newsticker-default-face.
8512         * net/newsticker-treeview.el: New.
8514 2008-06-08  Andreas Schwab  <schwab@suse.de>
8516         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
8518         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
8520         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
8521         empty line.
8523         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
8525 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
8527         * window.el (split-height-threshold, split-width-threshold):
8528         Add choice nil.
8529         (split-window-preferred-function): Allow either nil or a function.
8530         (window--splittable-p, window--try-to-split-window):
8531         Handle changed option values.
8533         (window--frame-usable-p): Handle nil argument.
8535         (display-buffer): Call get-lru-window when pop-up-windows is nil
8536         and window can't be split.
8538 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8540         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
8542         * net/tramp.el (top): Quote feature names.  Remove
8543         `tramp-rfn-eshadow-setup-minibuffer' from
8544         `rfn-eshadow-setup-minibuffer-hook' when unloading.
8545         (tramp-read-passwd): There is only one call to
8546         `auth-source-user-or-password' needed.  Pacify byte compiler.
8548 2008-06-08  Andreas Schwab  <schwab@suse.de>
8550         * window.el (display-buffer): Use lru window if current window
8551         cannot be split.
8553 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8555         * apropos.el (apropos-library): New command and new button.
8556         (apropos-library-button): New function.
8558         * apropos.el: Remove spurious * in docstrings.
8559         (apropos-label-face): Use variable pitch.
8560         (apropos-print): Use dolist and with-current-buffer.
8561         (apropos-print-doc): Use when.
8563         * window.el (special-display-p, display-buffer):
8564         Fix up C->Elisp transcription error.
8566 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8568         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
8569         (byte-compile-file): Initialize it.
8570         (byte-compile-nogroup-warn): Keep track of the current group.
8572 2008-06-08  Glenn Morris  <rgm@gnu.org>
8574         * Makefile.in (compile, compile-always, bootstrap-prepare):
8575         Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
8577 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
8579         * language/hanja-util.el (hanja-init-load): Use a char-table for
8580         hanja-table.
8581         (hangul-to-hanja-char): Adjust for the above change.
8583 2008-06-07  Glenn Morris  <rgm@gnu.org>
8585         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
8586         lm-keywords.
8588         * mail/sendmail.el (mail-interactive): Add :version.
8590         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
8591         obsolete alias.
8593         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
8594         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
8595         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
8596         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
8597         * eshell/esh-util.el, international/mule-cmds.el:
8598         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
8599         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
8600         Remove unnecessary eval-when-compiles and eval-and-compiles.
8602         * Makefile.in (bootstrap-clean): Run autogen-clean.
8603         (maintainer-clean): No need to run autogen-clean now it is included in
8604         bootstrap-clean.
8606 2008-06-06  Miles Bader  <miles@gnu.org>
8608         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
8610 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
8612         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
8613         longlines mode.
8615         * replace.el (replace-search-function)
8616         (replace-re-search-function): New vars.
8617         (perform-replace): Use them.
8619         * longlines.el (longlines-re-search-forward): New function.
8620         (longlines-mode): Bind replace-search-function and
8621         replace-re-search-function, to ensure that replacement commands
8622         treat newlines as spaces.
8623         (longlines-show-effect): Default to a pilcrow sign.
8625 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8627         * help.el (function-called-at-point):
8628         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
8629         even when calling find-tag-default.
8631 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
8633         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
8634         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
8635         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
8636         (nxml-fontify-buffer, nxml-do-fontify):
8637         Remove obsolete variables and functions.
8638         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
8639         (nxml-degrade, nxml-after-change, nxml-after-change1)
8640         (nxml-extend-region, nxml-extend-after-change-region)
8641         (nxml-extend-after-change-region1, nxml-fontify-matcher)
8642         (nxml-toggle-char-ref-extra-display): Use font-lock, and
8643         font-lock-extend-region-functions in particular, to fontify
8644         nxml-mode buffers.
8645         (nxml-debug-region): New debugging helper function.
8647         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
8648         (nxml-scan-after-change, nxml-move-tag-backwards):
8649         Adapt for font-lock changes.
8651         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
8652         (nxml-debug-set-inside, nxml-debug-clear-inside):
8653         New debugging functions.
8654         (nxml-with-degradation-on-error): New helper macro.
8656 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
8658         * window.el (display-buffer): Remove dead call to get-lru-window.
8660 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8662         * mail/sendmail.el (mail-interactive): Change default.
8664 2008-06-05  John Paul Wallington  <jpw@pobox.com>
8666         * bindings.el (completion-ignored-extensions):
8667         Add .p64fsl, .d64fsl, and .dx64fsl.
8669 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8671         * ffap.el (ffap-prompter): Don't use the region.
8673 2008-06-05  Sam Steingold  <sds@gnu.org>
8675         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
8676         subdirectory to be registered.
8678 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
8680         * window.el (display-buffer-function, special-display-p)
8681         (special-display-buffer-names, special-display-regexps)
8682         (special-display-function, same-window-p, same-window-buffer-names)
8683         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
8684         (pop-up-frame-function, pop-up-windows, even-window-heights)
8685         (split-window-preferred-function, split-height-threshold)
8686         (window--display-buffer-1, display-buffer, pop-to-buffer):
8687         Move from window.c and buffer.c.
8688         (window--splittable-p, window--try-to-split-window)
8689         (window--frame-usable-p, window--display-buffer-2)
8690         (window--even-window-heights): New functions.
8691         (split-width-threshold): New option.
8692         (split-window-preferred-horizontally): Remove.
8694         * cus-start.el: Remove corresponding declarations.
8696 2008-06-05  Sam Steingold  <sds@gnu.org>
8698         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
8699         an error on modified buffers.
8701 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8703         * progmodes/etags.el (tags-verify-table): Be careful to use and update
8704         tags-file-name and tags-table-list from the right buffer.
8705         (tags-table-check-computed-list, tags-table-extend-computed-list)
8706         (find-tag-noselect): Use with-current-buffer.
8708         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
8709         Use print-circle.
8711         * minibuffer.el (minibuffer-local-must-match-filename-map):
8712         Declare obsolete alias for the old name.
8714         * abbrev.el (unexpand-abbrev): Better preserve markers.
8716 2008-06-05  Glenn Morris  <rgm@gnu.org>
8718         * emacs-lisp/autoload.el (autoload-rubric): New function,
8719         extracted from autoload-ensure-default-file.
8720         (autoload-ensure-default-file): Use autoload-rubric.
8722         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
8723         (custom-dependencies-no-scan-regexp): New variable.
8724         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
8725         Don't scan files matching custom-dependencies-no-scan-regexp.
8726         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
8728         * finder.el (finder-headmark): Initialize and add doc string.
8729         (generated-finder-keywords-file): Doc fix.
8730         (finder-no-scan-regexp): New variable.
8731         (finder-compile-keywords): Use a single let binding.
8732         Disable undo in the output buffer.  Use autoload-rubric.
8733         Use mapc rather than mapcar.  Don't scan files matching
8734         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
8735         rather than concat.  Use directory-files to do regexp matching.
8736         No need to require jka-compr.
8737         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
8738         (finder-list-matches): Disable undo.
8739         (finder-commentary): Use let rather than let*.  Disable undo.
8740         (finder-current-item): Use zerop.
8741         (finder-mode): Use define-derived-mode.
8742         (finder-exit): Doc fix.  Use dolist.
8744         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
8745         (custom-deps): Don't require $(lisp)/cus-load.el.
8746         (custom-deps, finder-data): Don't depend on autoloads.
8747         Should not be needed now, and doing so was causing make install to
8748         re-dump emacs post-bootstrap.
8749         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
8750         mid-build forces some things to be rebuilt.
8752 2008-06-05  Miles Bader  <miles@gnu.org>
8754         * face-remap.el
8755         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
8756         (face-remap-remove-relative): Renamed from
8757         `remove-relative-face-remapping'.
8758         (face-remap-reset-base): Renamed from
8759         `set-default-base-face-remapping'.
8760         (face-remap-set-base): Renamed from `set-base-face-remapping'.
8761         (text-scale-increase): Renamed from `increase-buffer-face-height'.
8762         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
8763         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
8765         * face-remap.el (variable-pitch-mode): Autoload.
8767 2008-06-04  Sam Steingold  <sds@gnu.org>
8769         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
8770         Generate extra status headers for a Mercurial tree.
8772 2008-06-04  John Paul Wallington  <jpw@pobox.com>
8774         * echistory.el (electric-history-map): Define within defvar.
8775         Add docstring.
8777         * font-lock.el (font-lock-turn-off-thing-lock)
8778         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
8779         Use `bound-and-true-p'.
8780         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
8781         Doc fixes.
8783         * international/ccl.el (define-ccl-program): Add `doc-string'
8784         declaration.
8786 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
8788         * face-remap.el (variable-pitch-mode): Reflow docstrings.
8789         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
8791 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
8793         * emacs-lisp/rx.el (rx): Doc fix.
8795 2008-06-04  Markus Triska  <markus.triska@gmx.at>
8797         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
8799 2008-06-04  Miles Bader  <miles@gnu.org>
8801         * face-remap.el (adjust-buffer-face-height): New function.
8802         Add autoloaded keybindings in ctl-x-map.
8803         (increase-buffer-face-height, decrease-buffer-face-height):
8804         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
8806 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
8808         * simple.el (line-move-1): If we did not move as far as desired,
8809         ensure that point-left and point-entered hooks are called.
8811 2008-06-03  Sam Steingold  <sds@gnu.org>
8813         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
8815 2008-06-03  John Paul Wallington  <jpw@pobox.com>
8817         * progmodes/make-mode.el (makefile-cleanup-continuations)
8818         (makefile-warn-suspicious-lines, makefile-warn-continuations):
8819         Use `derived-mode-p'.
8821 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8823         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
8824         (ELCFILES): Update.
8826 2008-06-03  Miles Bader  <miles@gnu.org>
8828         * face-remap.el: New file.
8829         * Makefile.in (ELCFILES): Add face-remap.elc.
8831 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8833         * progmodes/flymake.el (flymake-process-filter): Make sure the source
8834         buffer isn't dead.
8836         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
8837         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
8838         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
8839         * obsolete/auto-show.el, obsolete/hscroll.el:
8840         Remove packages that were obsolete in Emacs-20, or that were obsolete
8841         in Emacs-21 and do not contain any more code.
8843         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
8844         vc-client-mode is not set.
8846         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
8847         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
8849         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
8850         yet a bit more clever at distinguishing / from /.
8852 2008-06-03  Kenichi Handa  <handa@m17n.org>
8854         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
8856 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
8858         * language/hanja-util.el: New file.
8860 2008-06-03  Glenn Morris  <rgm@gnu.org>
8862         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
8863         Check that end-of-word follows "type".
8865 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
8867         * epa-file.el (epa-file-write-region): Write the entire buffer
8868         content if START is nil.
8870 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
8872         * select.el (x-get-selection): Fix typo.
8874 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
8876         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
8877         (describe-char): Use `looking-at-p', `string-match-p' when possible.
8879 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8881         * tar-mode.el (tar-header-block-summarize): Ensure one space around
8882         user&group.
8884 2008-05-31  John Paul Wallington  <jpw@pobox.com>
8886         * help-fns.el (describe-variable-custom-version-info):
8887         Handle dotted `package-version' info.
8889 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
8891         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
8893 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
8895         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
8896         names and improve support for unregistered files.
8898 2008-05-31  Glenn Morris  <rgm@gnu.org>
8900         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
8901         Remove shell variable `elc'.  Split tests to hopefully be more portable.
8902         Fix `sel' assignment.
8904 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
8906         * minibuffer.el (completion-table-dynamic): Doc fix.
8908 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8910         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
8911         Try and return `unregistered' when applicable.
8913         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
8914         Don't encourage naming variables with "-flag".
8916 2008-05-30  Glenn Morris  <rgm@gnu.org>
8918         * Makefile.in (update-elclist): Hide the warning when it does not apply,
8919         make it milder when it does.
8920         (autogen-clean): New target.
8921         (maintainer-clean): Use autogen-clean.
8923         * calendar/diary-lib.el (diary-display-function): New name for
8924         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
8925         Change custom type and version.
8926         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
8927         (diary-fancy-display): Doc fixes.
8928         (diary-list-entries, diary-include-other-diary-files)
8929         (diary-mail-entries):
8930         Use diary-display-function rather than diary-display-hook.
8932         * calendar/appt.el (appt-check): Use diary-display-function rather than
8933         diary-display-hook.
8934         * calendar/cal-x.el (calendar-dedicate-diary): Update for
8935         diary-display-function replacing diary-display-hook.
8936         * org/org-agenda.el (org-get-entries-from-diary): Also set
8937         diary-display-function.
8939         * calendar/cal-html.el (cal-html-list-diary-entries):
8940         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
8941         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
8942         argument of diary-list-entries rather than setting diary-display-hook.
8944 2008-05-30  Kenichi Handa  <handa@m17n.org>
8946         * international/mule-conf.el (utf-8-with-signature): Renamed from
8947         utf-8-sig.
8948         (utf-8-auto): Adjusted for the above change.
8950         * international/mule-diag.el (describe-font): Don't check fontset
8951         here, and just call font-info.  Get the default font by from the
8952         default face.
8954 2008-05-29  Kenichi Handa  <handa@m17n.org>
8956         * international/mule-conf.el (utf-8-sig, utf-8-auto):
8957         New coding systems.
8959         * international/mule.el (define-coding-system): Accept :bom for utf-8.
8961 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
8963         * international/utf-7.el (utf-7-encode): Use the right escape char
8964         depending on imap/nonimap encoding.
8966 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8968         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
8970 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
8972         * icomplete.el (icomplete-prospects-height): Add :group.
8974 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8976         * icomplete.el (icomplete-prospects-length): Make obsolete.
8977         (icomplete-prospects-height): New var.
8978         (icomplete-completions): Use it.
8980 2008-05-29  David Kastrup  <dak@gnu.org>
8982         * autoinsert.el (auto-insert): Add :link.
8984 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8986         * tar-mode.el (tar-header): New field `header-start'.
8987         (tar-header-block-tokenize): Set it when useful.
8988         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
8989         (tar-header-data-end): New function.
8990         (tar-summarize-buffer): Use it.
8991         (tar-next-line): Fix goal column for long usernames.
8992         (tar-expunge-internal): Use header-start.
8993         (tar-rename-entry): Handle ustar-style long names.
8994         (tar-alter-one-field): Add optional `descriptor' argument.
8995         (tar-subfile-save-buffer): Use it.
8997 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8999         * tar-mode.el (tar-header): New field `header-start'.
9000         (tar-header-block-tokenize): Set header-start for longlink entries.
9001         (tar-expunge-internal): Use header-start to expunge longlink entries.
9003         * files.el (hack-local-variables): Don't signal an error if the local
9004         variable section is not properly terminated.
9006         * emacs-lisp/easymenu.el (easy-menu-convert-item)
9007         (easy-menu-convert-item-1): Move the duplicate-generation outside of
9008         the caching so it also works for identical entries.
9010         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
9011         (tar-mode): Use write-region-annotate-functions rather than
9012         write-contents-functions.
9013         (tar-extract): Remove unused var `pos'.
9014         (tar-subfile-save-buffer): Remove unused var `following-descs'.
9015         (tar-mode-write-file): Remove.
9016         (tar-write-region-annotate): New function.
9018         * progmodes/flymake.el (flymake-save-buffer-in-file):
9019         * shadowfile.el (shadow-copy-file):
9020         * arc-mode.el (archive-*-write-file-member):
9021         * files.el (diff-buffer-with-file):
9022         * subr.el (with-temp-file): Pass nil to write-region.
9023         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
9025         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
9026         the custom.
9028         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
9029         to write-region.
9031 2008-05-28  Glenn Morris  <rgm@gnu.org>
9033         * Makefile.in (update-elclist): Work around non-portability of "\"
9034         in various implementations of echo.
9036 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9038         * international/mule-diag.el (describe-current-coding-system):
9039         Don't assume selection-coding-system is always defined.
9041         * tar-mode.el: Use defstruct and markers.
9042         (tar-setf): Remove.
9043         (tar-header): Use defstruct.  Add `data-start' field.
9044         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
9045         (tar-desc-data-start): Remove (now called tar-header-data-start).
9046         (tar-roundup-512): New fun.
9047         (tar-header-block-tokenize): Receive a buffer position rather than
9048         a string.  Handle @longLink here, be more careful about it.
9049         Create a marker for data-start.
9050         (tar-summarize-buffer): Don't handle @LongLink here any more.
9051         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
9052         data-start on the following entries any more.
9053         (tar-chown-entry, tar-chgrp-entry): Use read-number.
9055         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
9056         (tar-header-offset): Remove.
9057         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
9058         Not permanent any more.
9059         (tar-data-buffer): New var.
9060         (tar-data-swapped-p, tar-change-major-mode-hook)
9061         (tar-mode-kill-buffer-hook): New funs.
9062         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
9063         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
9064         (tar-clear-modification-flags, tar-alter-one-field)
9065         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
9066         Change accordingly.
9068 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
9070         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
9071         (vc-dir-resynch-file): ... this.  Update callers.
9072         Use vc-string-prefix-p.  Ignore directory args.
9073         (vc-string-prefix-p): CSE.
9074         (vc-resynch-buffer): Restore conditional.
9076         * vc-hooks.el (vc-after-save): Improve test.
9077         (vc-mode-line): Fix indentation.
9079 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
9081         * calendar/parse-time.el (parse-time-months)
9082         (parse-time-weekdays): Add long-form month and day names.
9084 2008-05-27  Glenn Morris  <rgm@gnu.org>
9086         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
9088 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9090         * vc-dispatcher.el (vc-string-prefix-p): New function.
9091         (vc-dir-parent-marked-p): Use it.
9093 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
9095         * vc.el (Problems): Remove fixed issues.
9096         (vc-expand-dirs): Avoid returning directories.
9097         (vc-dir): Fix C-x v v binding.
9098         (vc-make-backend-object): Fix name.
9099         (vc-dir-show-fileentry): Fix docstring.
9100         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
9101         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
9102         Reset the state for directories.
9103         (vc-dir-headers): Align labels.
9104         (vc-default-status-printer): Do no call prettify-state-info.
9105         (vc-deduce-fileset): Replace implementation with one based on a
9106         working older version.
9107         (vc-next-action): Use the new form of vc-deduce-fileset.
9108         Fix dealing with unregistered files.
9110         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
9111         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
9112         (vc-dir-child-files): New function.
9113         (vc-dir-node-directory): New function.
9114         (vc-dir-update, vc-dir-parent-marked-p)
9115         (vc-dir-children-marked-p, vc-dir-mark-all-files)
9116         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
9118         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
9120 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9122         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
9123         (diff-font-lock-keywords, diff-context->unified)
9124         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
9125         (diff-hunk-text, diff-find-source-location): Use it.
9126         (diff-post-command-hook): Let the user edit the hunk headers.
9128 2008-05-26  Andreas Schwab  <schwab@suse.de>
9130         * vc.el (vc-default-prettify-state-info): Fix formatting of an
9131         unknown state.
9133         * tar-mode.el (tar-summarize-buffer): Comment fix.
9135 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9137         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
9139 2008-05-26  Glenn Morris  <rgm@gnu.org>
9141         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
9143 2008-05-25  John Paul Wallington  <jpw@pobox.com>
9145         * proced.el (proced-next-line, proced-previous-line):
9146         Avoid calling `next-line' and `previous-line' from Lisp code.
9148 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
9150         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
9151         Use diary-ordinal-suffix.
9153 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
9155         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
9156         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
9157         (edebug-save-displayed-buffer-points, edebug-initial-mode)
9158         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
9159         (edebug-print-length, edebug-print-level, edebug-print-circle)
9160         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
9161         (edebug-global-break-condition, edebug-sit-for-seconds):
9162         Remove spurious * from defcustom docstrings.
9163         (edebug-unwrap*, edebug-signal, edebug-eval-display):
9164         Improve argument/docstring consistency.
9165         (edebug-test-coverage, edebug-gensym, edebug-read)
9166         (edebug-top-level-nonstop, edebug-eval-result-list)
9167         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
9168         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
9169         (edebug-display-freq-count): Reflow docstrings.
9170         (edebug-restore-status): Doc fix.
9172 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9174         * proced.el (proced-header-line): Use the :align-to 0 feature
9175         rather than computing the corresponding position manually.
9176         (proced-update): Don't hardcode point-min==1.
9178 2008-05-24  Alan Mackenzie  <acm@muc.de>
9180         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
9181         if c-file-style is set to a non-string.
9183         (c-neutralize-CPP-line): Surround by `save-excursion'.
9184         (c-neutralize-syntax-in-CPP): Optimize for speed.
9186 2008-05-24  Glenn Morris  <rgm@gnu.org>
9188         * Makefile.in (update-elclist): New target, to update ELCFILES.
9189         (bootstrap-after): Run update-elclist.
9191 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
9193         * icalendar.el (icalendar-version): Increase to "0.19".
9194         (icalendar--date-style): New function.
9195         (icalendar--datetime-to-diary-date): Doc fix.
9196         Use icalendar--date-style.
9197         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
9198         (icalendar--convert-yearly-to-ical)
9199         (icalendar--convert-recurring-to-diary): Handle iso date style,
9200         use icalendar-date-style.
9202 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
9204         * vc.el (vc-delete-file): Make sure the buffer is deleted and
9205         vc-dir buffers are updated.
9207 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9209         * vc.el (vc-delete-file): Don't try to resynch the buffer.
9211 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
9213         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
9214         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
9215         (reftex-extra-bindings): Use it.
9217         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
9218         away from the user-reserved keys.
9220         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
9221         New vars.
9222         (ada-create-keymap): Use them.
9224 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9226         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
9227         a properly-grouped regexp.
9229 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
9231         * progmodes/cap-words.el (capitalized-words-mode):
9232         Fix typos in docstring.
9234 2008-05-23  Kenichi Handa  <handa@m17n.org>
9236         * international/mule-conf.el: Don't define the charset `emacs'
9237         here, just put :docstring, :short-name, and :long-name.
9239 2008-05-22  Kenichi Handa  <handa@m17n.org>
9241         * international/mule-diag.el (font-show-log): Limit each listing
9242         to 20 items.
9244 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
9246         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
9247         (gdb-annotation-rules): New entry for "thread-changed".
9248         (gdb-thread-changed): New function.
9250 2008-05-23  Glenn Morris  <rgm@gnu.org>
9252         * Makefile.in (SOURCES): Remove, unused.
9253         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
9254         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
9255         Exclude more '*loaddefs' files.
9256         (compile-always): Simplify '.elc' deletion.
9258 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9260         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
9261         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
9263         * minibuffer.el (completion-boundaries): Change calling
9264         convention, so `string' has the same semantics as in
9265         try-completion and all-completions.
9266         (completion-table-with-context, completion--embedded-envvar-table)
9267         (completion--file-name-table)
9268         (completion-pcm--find-all-completions): Adjust code accordingly.
9270 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
9272         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
9273         prune image-mode-winprops-alist, preventing it from growing
9274         indefinitely.
9275         (image-mode-reapply-winprops): Use it.
9277 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
9279         * net/netrc.el (netrc-machine): Always match if the port is not given.
9281 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9283         * minibuffer.el (completion-pcm--find-all-completions):
9284         Don't add pseudo-completions.
9286         * icomplete.el (icomplete-eoinput): Remove.
9287         (icomplete-overlay): New var to replace it.
9288         (icomplete-tidy): Rewrite.
9289         (icomplete-exhibit): Use an overlay.
9290         (icomplete-completions): Use completion-all-sorted-completions.
9291         Obey completion-ignore-case.
9293         * files.el (locate-dominating-file): Accept non-existing argument.
9294         (project-find-settings-file): Rewrite, using locate-dominating-file.
9296 2008-05-22  Kenichi Handa  <handa@m17n.org>
9298         * faces.el (font-weight-table, font-slant-table, font-width-table):
9299         Delete them.  Don't call internal-set-font-style-table.
9301         * international/mule-diag.el (font-show-log): New function.
9303         * international/fontset.el (script-representative-chars): Add more
9304         chars for latin.  Add data for symbol.
9305         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
9307 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9309         * minibuffer.el (completion-all-sorted-completions): New var.
9310         (completion--flush-all-sorted-completions)
9311         (completion-all-sorted-completions): New functions.
9312         (minibuffer-force-complete): New command.
9314 2008-05-21  Glenn Morris  <rgm@gnu.org>
9316         * files.el (c-postprocess-file-styles): Declare for compiler.
9318         * Makefile.in: Allow for parallel byte-compiling.
9319         (ELCFILES): New variable.
9320         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
9321         (compile-first, compile-main, compile-last): New targets.
9322         (compile-always): Simplify - delete .elc files, then `make compile'.
9324         * Makefile.in (compile-calc): Use glob rather than find.
9325         ($(lisp)/progmodes/cc-mode.elc): Use $@.
9327         * eshell/esh-module.el: No need for cl when compiling.
9329         * eshell/eshell.el (eshell-defgroup): New alias.
9330         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
9331         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
9332         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
9333         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
9334         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
9335         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
9336         Autoload the custom group.  Set generated-autoload-file.
9337         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
9338         for eshell-defgroup.
9339         * eshell/esh-module.el (eshell-load-defgroups): Remove.
9340         Require esh-groups rather than loading it.
9342 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9344         * proced.el (proced-header-line): New variable and new function.
9345         (proced-mode): Set header-line-format.
9346         (proced-update): Set proced-header-line.
9347         (proced-send-signal): Use proced-header-line.
9349 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9351         * macros.el (insert-kbd-macro): Use prin1-char.
9353 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9355         * minibuffer.el (completion-boundaries): New function.
9356         (completion--some): Delay errors.
9357         (complete-with-action, completion-table-with-context):
9358         Handle `boundaries' case.
9359         (completion--try-word-completion): Avoid partial-completion
9360         when the user hasn't entered anything yet.
9361         (minibuffer-local-map, minibuffer-local-filename-completion-map)
9362         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
9363         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
9364         Setup default keybindings.
9365         (completion--embedded-envvar-re): New var.
9366         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
9367         (completion--file-name-table): Handle `boundaries' case.
9368         (completion-pcm--pattern->regex): Avoid pathological backtracking.
9369         (completion-pcm--all-completions): Add a `prefix' arg.
9370         (completion-pcm--find-all-completions): New function.
9371         (completion-pcm-all-completions, completion-pcm-try-completion):
9372         Use it.
9374         * icomplete.el (icomplete-completions): Don't use `predicate' with
9375         a table of a different type than `candidates'.
9377 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9379         * proced.el (proced-goal-column): Rename from proced-procname-column.
9380         (proced-goal-header-re): Rename from proced-procname-column-regexp.
9381         (proced-move-to-goal-column): Rename from proced-move-to-procname.
9382         (proced-header-face, proced-header-regexp): Remove.
9383         (proced-font-lock-keywords): Remove proced-header-face.
9384         (proced-header-alist, proced-sorting-schemes-re): New variables.
9385         (proced): Rename Proced buffer to *Proced*.
9386         (proced-next-line, proced-previous-line): New commands.
9387         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
9388         (proced-hide-processes): Do not treat first line as special.
9389         (proced-header-space): New function.
9390         (proced-update): Use header-line-format.
9391         Initialize proced-header-alist and proced-sorting-schemes-re.
9392         Set proced-goal-column.  Include proced-command in mode-name.
9393         (proced-send-signal): Use header-line-format for *Marked
9394         Processes* buffer.
9395         (proced-sort): Restrict minibuffer completion to applicable
9396         sorting schemes.
9397         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
9399 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9401         * icomplete.el (icomplete-simple-completing-p):
9402         Allow icomplete-with-completion-tables to say "use it everywhere".
9403         (icomplete-completions): Obey completion-styles.  Try to accommodate
9404         partial-completion style.
9406 2008-05-20  Michael Olson  <mwolson@gnu.org>
9408         * files.el (project-find-settings-file): Change concat to
9409         expand-file-name.
9411 2008-05-19  Tom Tromey  <tromey@redhat.com>
9413         * files.el (normal-mode): Call hack-project-variables.
9414         (hack-local-variables-confirm): Add 'project' argument.
9415         (hack-local-variables-apply): New function.
9416         (hack-local-variables): Use it.
9417         (project-class-alist, project-directory-alist): New variables.
9418         (project-get-alist): New function.
9419         (project-collect-bindings-from-alist)
9420         (project-collect-binding-list, set-directory-project)
9421         (project-find-settings-file, project-define-from-project-file)
9422         (hack-project-variables): New functions.
9424 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9426         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
9428 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
9430         * faces.el (font-weight-table): Fix typo in docstring.
9432 2008-05-18  David Hull  <david@snap.com>  (tiny change)
9434         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
9435         (vc-hg-annotate-command): Allow white space before version number.
9437 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
9439         * calc/calc-yank.el (calc-register-alist): New variable.
9440         (calc-set-register, calc-get-register, calc-copy-to-register)
9441         (calc-insert-register, calc-add-to-register, calc-append-to-register)
9442         (calc-prepend-to-register): New functions.
9444         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
9445         `calc-copy-to-register' and `calc-insert-register'.
9446         Autoload new register functions.
9448         * calc/calc-help.el (calc-r-prefix-help): Add help for register
9449         functions.
9451 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
9453         * vc.el (Todo): Add known problems.
9454         (vc-dir-backend): New variable.
9455         (vc-dir): Set it.
9456         (vc-make-backend-object, vc-generic-status-printer)
9457         (vc-generic-state, vc-generic-status-fileinfo-extra)
9458         (vc-dir-extra-menu): Use it.
9459         (vc-generic-dir-headers): Remove, unused.
9461         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
9462         vc-dir-prev-directory for consistency with vc-dir-previous-line.
9463         (vc-dir-mode-map): Fix bindings.
9465         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
9467 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
9469         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
9470         operated on.
9471         (calc-kill-region): Kill entire lines.
9473 2008-05-17  Glenn Morris  <rgm@gnu.org>
9475         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
9476         simplify initial value.
9477         (defezimage): Drop support for Emacs without defimage, use a featurep
9478         test rather than fboundp when defining, drop with-no-warnings.
9479         (ezimage-insert-over-text): Move featurep test inside
9480         add-text-properties.
9482         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
9484         * net/tramp.el (top-level): Load auth-source when compiling.
9486         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
9488 2008-05-17  Andreas Schwab  <schwab@suse.de>
9490         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
9492 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
9494         * vc.el (vc-annotate-show-diff-revision-at-line): Change
9495         vc-diff-internal arg to match what vc-deduce-fileset returns now.
9497 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9499         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
9501 2008-05-17  Jim Meyering  <meyering@redhat.com>
9503         * ido.el (ido-save-history): Do not emit a trailing newline at the
9504         end of the ido history file.
9506 2008-05-16  John Paul Wallington  <jpw@pobox.com>
9508         * vc-dispatcher.el (top-level): Revert previous change: require cl
9509         when compiling.
9511 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
9513         * vc.el (vc-default-status-printer)
9514         (vc-default-prettify-state-info): Enhance the state prettyprinter
9515         to deal better with unknown states and indirect through it when
9516         painting vc-dir buffers.
9518 2008-05-16  John Paul Wallington  <jpw@pobox.com>
9520         * vc-dispatcher.el (top-level): Don't require cl when compiling.
9521         (vc-dir-mode-map): Fix backquote.
9522         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
9524 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
9526         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
9527         Reported by Glenn Morris <rgm@gnu.org>.
9529 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
9531         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
9532         the end of the file, it was good work at one time but has been
9533         stale since 1995 and may now be actively misleading.
9534         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
9535         CVS repository and module (assumptions for the latter a bit iffy).
9536         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
9537         SVN repository.
9539 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
9541         * vc-rcs.el (vc-rcs-create-tag):
9542         * vc-sccs.el (vc-sccs-create-tag):
9543         Fix typo in error message and pass backend arg.
9545 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
9547         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
9549 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
9551         * net/tramp.el: Load auth-source library.
9552         (tramp-read-passwd): Use it for password, not login.
9554 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
9556         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
9557         (ses-print-cell): Use string-width, truncate-string-to-width,
9558         delete-region rather than length, substring, delete-char.
9559         (ses-setup): Set inhibit-point-motion-hooks to t.
9560         Calculate position by actually moving point rather than just using
9561         unibyte character length.
9562         (ses-mode): Set indent-tabs-mode to nil.
9563         (ses-center): Use string-width rather than length.
9565 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
9567         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
9568         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
9569         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
9570         vc-*-create-tag and vc-*-retrieve-tag respectively.
9572         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
9573         unneeded defalias.
9575         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
9577         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
9578         about buffer names.
9580 2008-05-15  Glenn Morris  <rgm@gnu.org>
9582         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
9584         * org/org-exp.el (org-infojs-options-inbuffer-template):
9585         Fix declaration.
9587         * progmodes/cc-mode.el (declare-function): Add compat definition.
9588         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
9590 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
9592         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
9593         list to a cons so the caller can get back both expanded and
9594         unexpanded filesets.
9595         * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
9596         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
9597         Change handling of selection-set returns as required.
9599 2008-05-15  John Paul Wallington  <jpw@pobox.com>
9601         * add-log.el (top-level): Don't require cl when compiling.
9603         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
9604         (archive-*-extract): Use `zerop'.
9605         (archive-*-write-file-member): Use `or', use `zerop'.
9607         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
9609         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
9610         (ibuffer-mark-interactive, ibuffer-set-mark)
9611         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
9612         (ibuffer-map-lines, ibuffer-switch-format)
9613         (ibuffer-update-title-and-summary)
9614         (ibuffer-redisplay-engine): Use it.
9616         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
9617         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
9618         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
9619         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
9620         (ibuffer-mark-read-only-buffers)
9621         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
9623         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
9624         (define-ibuffer-column, define-ibuffer-sorter)
9625         (define-ibuffer-op, define-ibuffer-filter): Add declarations
9626         containing indentation specs, replacing equivalent top-level
9627         forms that set `lisp-indent-function' properties.
9628         (define-ibuffer-op): Use `derived-mode-p'.
9629         (define-ibuffer-filter): Remove redundant `concat' call.
9631 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
9633         * net/tramp.el (tramp-echo-mark): Update docstring.
9634         (tramp-echo-mark-marker): New defconst.
9635         (tramp-check-for-regexp): Use it.
9637 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
9639         * vc.el (vc-deduce-fileset): Do the right thing when visiting a
9640         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
9641         as parent.
9643 2008-05-14  John Paul Wallington  <jpw@pobox.com>
9645         * international/mule.el (convert-define-charset-argument):
9646         Remove period from end of error message.
9647         (coding-system-mnemonic): Doc fix.
9648         (ctext-pre-write-conversion): Doc fix.
9650 2008-05-14  Simon Marshall  <simon@gnu.org>
9652         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
9653         from its default value and give it the risky-local-variable
9654         property (CVE-2008-2142).
9656 2008-05-14  Kenichi Handa  <handa@m17n.org>
9658         * language/korean.el ("Korean"): Set `iso639-language'
9659         property to `ko'.
9661         * language/japanese.el ("Japanese"): Set `iso639-language'
9662         property to `ja'.
9664         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9665         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
9666         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
9668         * international/mule-cmds.el (set-language-environment):
9669         Set current-iso639-language.
9671         * international/fontset.el (setup-default-fontset): For kana, han,
9672         hangul, and cjk-misc, move an entry with font-spec at the end.
9673         (generate-fontset-menu): Exclude fontset-auto* from the list.
9675         * composite.el (compose-chars-after): Assume that WINDOW is always
9676         non-nil.
9678         * faces.el (font-weight-table, font-slant-table)
9679         (font-swidth-table): Declare them by defconst.  Change the format
9680         of elements.  Call internal-set-font-style-table after their
9681         declaration.
9682         (face-valid-attribute-values): Call font-family-list.  Get values
9683         for width, weight, and slant from font-xxx-table.
9685         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
9687 2008-05-13  John Paul Wallington  <jpw@pobox.com>
9689         * ibuffer.el (ibuffer-buffer-file-name): New function.
9690         (define-ibuffer-column filename): Use it.
9692         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
9694 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
9696         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
9697         as a string.
9698         (talk-add-display): Simplify.  Accept only string args.
9700 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
9702         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
9704 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9706         * Makefile.in (bootstrap-prepare): Don't chmod files.
9707         (autoloads): Do it here instead, where it's actually needed.
9709 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
9711         * tool-bar.el (tool-bar-make-keymap): Account for the optional
9712         KEY-BINDING-DATA field in menu-item list.
9714 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9716         * dired.el (dired-read-dir-and-switches): Move things about to use less
9717         recursion during macroexpansion.
9719         * dired.el (dired-read-dir-and-switches): Use read-file-name.
9721         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
9722         completion-ignored-extension directories if there's something else.
9723         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
9724         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
9725         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
9726         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
9727         buffer-read-only -> inhibit-read-only.
9729 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
9731         * vc.el (vc-expand-dirs): Stop this function from tossing out
9732         explicitly specified files.
9734 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9736         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
9737         to `insert'.
9739 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
9741         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
9742         cons.  Use vc-annotate-backend.
9743         (with-vc-file, edit-vc-file): Remove unused macros.
9745 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
9747         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
9748         (smtpmail-try-auth-methods): Use it.
9750 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9752         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
9753         (setf (nthcdr ..) ..) doesn't require CL at runtime.
9755 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
9757         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
9759 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9761         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
9762         (vc-bzr-revision-completion-table): Use process-file.
9763         (vc-bzr-working-revision): Pass relative file names.
9765         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
9767 2008-05-11  Juri Linkov  <juri@jurta.org>
9769         * wid-edit.el (widget-image-directory): Change default image data
9770         subdirectory from "custom" to "images/custom".
9772         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
9773         before recursive call to `Info-next-preorder' to not add
9774         intermediate nodes to the history.
9776         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
9778         * emulation/cua-base.el: Put isearch-scroll property
9779         on cua-scroll-up and cua-scroll-down.
9781 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
9783         * vc-hooks.el (vc-recompute-state): Remove (dead code).
9785 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
9787         * vc-dispatcher.el (ewoc): Require.
9788         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
9790         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
9792 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
9794         * term/w32-win.el (x-colors):
9795         * term/mac-win.el (x-colors):
9796         * term/x-win.el (x-colors): Re-order colors.
9798 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
9800         * smerge-mode.el (smerge-command-prefix): Fix custom type.
9802 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
9804         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
9805         New functions implementing motion to next and previous directory.
9807         * vc-arch.el (vc-arch-command):
9808         * vc-bzr.el (vc-bzr-command):
9809         * vc-cvs.el (vc-cvs-command):
9810         * vc-dispatcher.el (vc-do-command):
9811         * vc-git.el (vc-git-command):
9812         * vc-hg.el (vc-hg-command):
9813         * vc-mcvs.el (vc-mvcs-command):
9814         * vc-mtn.el (vc-mtn-command):
9815         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
9816         (vc-sccs-workfile-unchanged-p):
9817         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
9818         * vc-rcs.el (all methods): Remove assumption about what a nil
9819         argument to vc-do-command means.  This means no buffer name needs
9820         to be hardcoded into the dispatcher layer, and it's better to be
9821         explicit anyway.
9823         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
9825 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
9827         * vc.el: Update todo.
9829         * vc-sccs.el (vc-sccs-dir-status):
9830         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
9831         backends and returning up to date files.
9833         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
9835 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
9837         * vc.el (vc-dir):
9838         * vc-hooks.el: Tweak the VC directory bindings.  These are now
9839         documented in the manual.
9841         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
9842         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
9843         (vc-dispatcher-selection-set): Allow callers to pass in an
9844         observer flag that says no buffer sync is required.
9845         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
9846         Use the observer flag.
9848 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
9850         * simple.el (start-file-process): Clarify docstring.
9852 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
9854         * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
9855         Remove stub implementations of, and references to, wash-log.
9856         * vc-rcs.el (vc-rcs-comment-history):
9857         * vc-cvs.el (vc-cvs-comment-history):
9858         Inline the code that used to be wash-log.
9860         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
9861         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
9862         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
9863         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
9864         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
9865         (vc-rcs-print-log): Grok directories.
9867 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9869         * vc.el (vc-mark-resolved): Add `backend' argument.
9870         (vc-next-action): Pass it the backend.
9871         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
9872         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
9873         (vc-default-comment-history, vc-default-create-snapshot)
9874         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
9875         (vc-annotate-revision-previous-to-line)
9876         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
9877         * vc-svn.el (vc-svn-checkout):
9878         * vc-mcvs.el (vc-mcvs-checkout):
9879         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
9880         (vc-working-revision, vc-before-save, vc-mode-line):
9881         Prefer vc-call-backend to vc-call so as not to recompute the backend.
9883         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
9884         state to be consistent since it's often an unwarranted restriction.
9885         Don't return the state either.
9886         (vc-next-action): Check that the state is consistent.
9887         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
9888         (vc-rollback, vc-update): Adapt to new return value of
9889         vc-deduce-fileset.
9891         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
9892         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
9893         (vc-dispatcher-in-fileset-p): New fun.
9894         (vc-dispatcher-selection-set): Use it to properly handle directories.
9896 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
9898         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
9899         (vc-update): Remove unused let bindings.
9901 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
9903         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
9904         (vc-diff, vc-revert, vc-rollback, vc-update):
9905         * vc-dispatcher.el (vc-dispatcher-selection-set):
9906         Get rid of 4 special cases in fileset selection.  This involved
9907         changing the return value of (vc-deduce-fileset) so that it passes
9908         back a deduced state as well as a deduced back end.
9910 2008-05-08  Sam Steingold  <sds@gnu.org>
9912         * progmodes/compile.el (compilation-minor-mode-map)
9913         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
9914         * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
9915         it to `compilation-minor-mode-map' (instead of an explicit `cons').
9917 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9919         * org/org.el (org-modules, org-format-latex-options):
9920         * org/org-archive.el (org-archive-stamp-time)
9921         (org-archive-save-context-info):
9922         * org/org-faces.el (org-hide):
9923         * org/org-irc.el (org-irc-parse-link):
9924         * org/org-macs.el (org-call-with-arg, org-autoload):
9925         * org/org-mew.el (org-mew-store-link):
9926         * org/org-remember.el (org-remember-store-without-prompt)
9927         (org-remember-templates): Fix typos in docstrings.
9929         * org/org-info.el (org-info-store-link): Remove leftover docstring.
9931         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
9932         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
9933         (org-bbdb-anniv-split): Fix typos in docstrings.
9935         * org/org-publish.el (org-publish-project-alist): Doc fixes.
9936         (org-publish-use-timestamps-flag): Reflow docstring.
9937         (org-publish-files-alist): Fix typos in docstring.
9939 2008-05-07  Sam Steingold  <sds@gnu.org>
9941         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
9942         appears to be too aggressive with window removal.
9944 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
9946         * progmodes/verilog-mode.el (verilog-type-font-keywords):
9947         Add leda and 0in as pragma keywords.
9948         (verilog-pretty-expr): Support lining up assignments which include
9949         part selects.
9950         (verilog-mode): More portable check for the availability of
9951         hideshow support.
9952         (verilog-do-indent): Remove special indent for declarations inside
9953         a parenthetical list.  The code is ill-advised, and doesn't work
9954         given the new user defined types.
9955         (verilog-set-auto-endcomments): Enhance function automatic
9956         endcomment to support functions that return user defined types.
9957         (verilog-mode): Add code to tell which-function-mode minor mode
9958         that Verilog supports this feature.
9960 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
9962         * epa-file.el: Require epa-hook.
9964         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
9966         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
9967         file-names clashes on 8+3 filesystems.  Provide epa-hook.
9969         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
9970         file-names clashes on 8+3 filesystems.
9972 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
9974         * org/org.el (org-read-date-get-relative): Interpret lone
9975         weekday abbreviation as relative to today.
9977 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9979         * abbrev.el (define-abbrev-table):
9980         * composite.el (toggle-auto-composition):
9981         * json.el (json-alist-p, json-plist-p):
9982         * minibuffer.el (completion-table-with-predicate):
9983         * ps-mule.el (ps-mule-external-libraries):
9984         * emacs-lisp/advice.el (ad-special-form-p):
9985         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9986         * eshell/em-smart.el (eshell-review-quick-commands):
9987         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
9988         (python-skip-out, python-check-comint-prompt):
9989         Don't use `iff' in docstrings.
9991         * international/robin.el (robin-package-alist): Fix typo in docstring.
9992         (robin-current-package-name): Doc fix.
9993         (robin-activate): Don't use `iff' in docstring.
9995 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
9997         * vc.el, vc-dispatcher.el: VC-Dired support removed.
9998         The code uses a ewoc-based implementation now.
9999         * vc-hooks.el: Support for Meta-CVS has been removed.
10001 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10003         * tool-bar.el: Choose images dynamically.
10004         (tool-bar-make-keymap, tool-bar-find-image): New function.
10005         (tool-bar-find-image-cache): New var.
10006         (tool-bar-local-item, tool-bar-local-item-from-menu):
10007         Don't select the image yet, do it later in tool-bar-make-keymap.
10009 2008-05-07  Andreas Schwab  <schwab@suse.de>
10011         * window.el: Require 'cl when compiling.
10013 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
10015         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
10017 2008-05-07  Glenn Morris  <rgm@gnu.org>
10019         * subr.el (ignore-errors): Move here from cl-macs.el.
10020         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
10022         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
10023         oddness.
10025 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
10027         * vc-hooks.el (vc-find-file-hook):
10028         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
10029         further from vc.el.
10030         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
10032 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
10034         * progmodes/verilog-mode.el (verilog-getopt-file):
10035         Cleanup warning message format.
10036         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
10037         (verilog-auto-inout, verilog-auto-inout-module)
10038         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
10039         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
10040         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
10041         (verilog-auto-sense-sigs, verilog-auto-tieoff)
10042         (verilog-auto-unused, verilog-auto-wire)
10043         (verilog-decls-get-assigns, verilog-decls-get-consts)
10044         (verilog-decls-get-gparams, verilog-decls-get-inouts)
10045         (verilog-decls-get-inputs, verilog-decls-get-outputs)
10046         (verilog-decls-get-ports, verilog-decls-get-regs)
10047         (verilog-decls-get-signals, verilog-decls-get-wires)
10048         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
10049         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
10050         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
10051         (verilog-inject-sense, verilog-library-filenames)
10052         (verilog-mode-release-date, verilog-mode-version)
10053         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
10054         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
10055         (verilog-modi-get-assigns, verilog-modi-get-consts)
10056         (verilog-modi-get-gparams, verilog-modi-get-inouts)
10057         (verilog-modi-get-inputs, verilog-modi-get-outputs)
10058         (verilog-modi-get-ports, verilog-modi-get-regs)
10059         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
10060         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
10061         (verilog-modi-get-wires, verilog-preserve-cache)
10062         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
10063         (verilog-read-sub-decls, verilog-read-sub-decls-line)
10064         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
10065         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
10066         Add caching of additional state, and rework signal extraction
10067         routines to improve AUTO expansion performance by 300%++.
10069 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
10071         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10072         Tweak Open Watcom regexp to distinguish between errors and warnings.
10074 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10076         * dired.el (dired-read-dir-and-switches): Fix up last change.
10078 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
10080         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
10081         out of this function, move it to vc-dispatcher-selection-set.
10083 2008-05-05  Sam Steingold  <sds@gnu.org>
10085         * window.el (delete-other-windows-vertically): New function.
10087 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10089         * dired.el (dired-read-dir-and-switches):
10090         Obey read-file-name-completion-ignore-case.
10092 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
10094         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10095         Add regexp for Open Watcom compiler output.
10097 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
10099         * progmodes/python.el (python-block-pairs): Align finally with except.
10101 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10103         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
10105 2008-05-05  Tom Tromey  <tromey@redhat.com>
10107         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
10108         looking at conflict marker.
10110 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10112         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
10113         client-mode -> vc-client-object, and guess `funcall' was meant.
10114         (vc-dir-mode): Rename client-mode -> vc-client-mode.
10116 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
10118         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
10119         (dbus-debug): Move declarations outside eval-when-compile.
10121 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10123         * proced.el (proced-command-alist): Fix system-type values.
10124         Fix defcustom.
10125         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
10126         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
10127         (proced-sort-start, proced-sort, proced-sort-time): New commands.
10128         (proced-update): Use proced-sorting-scheme.  Update modeline.
10129         (proced-send-signal): Use nreverse.
10130         (proced-sorting-scheme-p): New function.
10132 2008-05-04  Andreas Schwab  <schwab@suse.de>
10134         * vc.el: Require dired when compiling.
10136         * minibuffer.el (completion--insert-strings): Don't delete past bol.
10138 2008-05-03  Glenn Morris  <rgm@gnu.org>
10140         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
10141         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
10142         Simplify compilation requirements.
10143         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
10144         declarations.
10146 2008-05-03  Dave Love  <fx@gnu.org>
10148         * progmodes/python.el (python-beginning-of-statement):
10149         Loop at least once (fixes 2008-02-21 change).
10151 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
10153         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
10154         instead of `length' for comparing length of user and group names.
10156 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
10158         * vc-dispatcher.el: New file, separates out the UI and command
10159         execution machinery from VCS-specific logic left in vc.el.
10160         The separation is not yet completely clean, but it's a good start.
10161         * vc.el: This file is about 1700 lines shorter now.
10162         Remove obsolete logentry-check from the backend API.
10163         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
10164         implementation of the logentry-check method, and it guarded against
10165         a log length limit that has probably been obsolete for 15 years (!).
10167 2008-05-02  Sam Steingold  <sds@gnu.org>
10169         * progmodes/compile.el (compilation-start): Move setting of
10170         compilation-directory after (funcall mode) as that resets local
10171         variables, this fixes recompile in grep buffers.
10172         * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
10173         in dired &c).
10175 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
10177         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
10178         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
10179         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
10180         has one of these and that all are called in compatible ways.
10181         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
10182         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
10183         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
10184         backend has one of these.
10186 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10188         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
10189         initialization into define-abbrev-table.  Use :regexp.
10190         (octave-mode-syntax-table): Don't set word syntax for `.
10192         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
10193         than only value.
10195         * dired.el (dired-read-dir-and-switches):
10196         Set minibuffer-completing-file-name and call substitute-in-file-name.
10197         (dired-format-columns-of-files): Use completion--insert-strings.
10199         * minibuffer.el (completion-hilit-commonality): Revert last change:
10200         the leftover code was actually useful.
10201         (completion--insert-strings): Use string-width rather than length.
10203 2008-05-02  Sam Steingold  <sds@gnu.org>
10205         * vc.el (vc-dir-mode-map): Enable mouse bindings.
10206         (vc-at-event): New macro: run the body at the even location.
10207         (vc-dir-menu, vc-dir-toggle-mark): Use it.
10208         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
10209         * subr.el (mouse-event-p): Check if the event is mouse-related.
10211 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
10213         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10214         Don't throw error if no file is found.
10216 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
10218         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
10219         (vc-default-state-heuristic): Doc fix.
10221 2008-05-02  Richard Sharman  <rsharman@pobox.com>
10223         * hilit-chg.el (highlight-changes-mode): Remove references to
10224         hooks that no longer exist.  Because define-minor-mode is used the
10225         hook highlight-changes-mode-hook exists and can do what both the
10226         old hooks used to do.  The documentation at the top of the file
10227         was updated to demonstrate this.
10228         (highlight-changes-mode): Remove commented out call to a hook
10229         function that is no longer there.
10230         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
10232 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
10234         * vc.el (vc-default-dired-state-info): Change name of primitive
10235         to prettify-state-info, in preparation for ripping out dired mode.
10236         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
10237         to prettify-state-info, in preparation for ripping out dired mode.
10238         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
10239         tries this on a version-controlled buffer.  It will do useless or
10240         actively bad things on any version control system newer than RCS.
10241         * vc-hooks.el (vc-dired-resynch-file):
10242         * vc.el (vc-dired-resynch-file): Change name of primitive to
10243         vc-directory-resynch-file, preparing to remove dired.
10245 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
10247         * vc-rcs.el (vc-rcs-state): Fix typos.
10249         * vc.el (vc-register): Change argument order so that the prefix
10250         argument is assigned correctly.
10251         (vc-next-action, vc-dir-register): Update for the above change.
10253 2008-05-01  Juri Linkov  <juri@jurta.org>
10255         * replace.el (occur-read-primary-args): Set default to the car of
10256         regexp-history and display it in the prompt, but don't add to the
10257         list of minibuffer defaults.  Bind history-add-new-input to nil to
10258         not add automatically `default'.  For empty input return `default'.
10259         Otherwise, add `input' to regexp-history and return it.
10260         (occur-1): Signal an error for the empty regexp.
10262         * progmodes/compile.el (compilation-auto-jump):
10263         Set window point to `pos' explicitly.
10265 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
10267         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
10268         when appropriate.
10269         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
10270         we report the 'unregistered state reliably.
10271         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
10272         we report the 'unregistered state reliably.
10273         * vc-git.el (vc-git-state): Call vc-git-unregistered so
10274         we report the 'unregistered state reliably.
10275         * vc-hooks.el (vc-state): Document that vc-unregistered is
10276         now expected to be returned reliably.
10277         * vc.el (vc-default-dired-state): Change needs-patch state to
10278         needs-update, since the name now shows up in dir-status listings
10279         and was somewhat misleading.
10280         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
10281         immediately after removing the file.
10282         * vc.el (vc-next-action): More informative messages when a fileset
10283         is in a mixed state or files are missing.
10285 2008-05-01  Sam Steingold  <sds@gnu.org>
10287         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
10289 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10291         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
10293 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
10295         * epa-file-hook.el: New file split from epa-file.el.
10296         * epa-file.el: Require 'epa-file-hook.
10297         (epa-file-handler): Add autoload cookie.
10298         * loadup.el: Load epa-file-hook.
10299         * startup.el (command-line): Eval the body of auto-encryption-mode.
10301 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
10303         * vc.el (vc-dir-mode-map): Don't bind "r".
10305         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
10306         (vc-hg-status-printer): New function.
10307         (vc-hg-after-dir-status): Deal with copied and renamed files.
10308         (vc-hg-dir-status): Add flag to show copied files.
10310 2008-05-01  John Paul Wallington  <jpw@pobox.com>
10312         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
10313         (ibuffer-do-sort-by-recency): Reverse sorting order if last
10314         sorting mode was recency.
10316         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
10317         reverse sorting order if last sorting mode was the sorter's.
10319 2008-05-01  Jason Rumney  <jasonr@gnu.org>
10321         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
10323 2008-04-30  John Paul Wallington  <jpw@pobox.com>
10325         * ibuffer.el (define-ibuffer-column filename): When the major mode
10326         is `vc-dir-mode' show the buffer's default directory.
10328         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
10329         major mode is `vc-dir-mode' use the buffer's default directory.
10331 2008-04-30  Sam Steingold  <sds@gnu.org>
10333         * vc.el (vc-dir-delete-file): Add.
10334         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
10335         (vc-delete-file): Do not barf when the file has been already deleted.
10337 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
10339         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
10341 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10343         * progmodes/octave-mod.el (octave-help): New function.
10344         * progmodes/octave-hlp.el: Delete.
10345         * info-look.el (octave-mode): Add operator index.
10347         * vc.el (vc-checkout): Typo.
10349 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
10351         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
10352         Add "..." in the appropriate places.
10354         * epa.el (epa-key-list-mode-map): Add more menu entries.
10355         Add "..." in the appropriate places.
10357         * dired.el (dired-mode-map): Add :help.
10359         * vc.el (vc-deduce-fileset): Add new parameter.
10360         (vc-dir-marked-only-files): New function.
10361         (vc-next-action): Don't ignore directories, look at the files
10362         inside them.
10363         (vc-dir-mode): Document how the mark/unmark commands work.
10365 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10367         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10368         Rule out trailing spaces in file and directory names as well.
10370         * minibuffer.el (completion--do-completion): Move point even if the
10371         completion makes no change.
10372         (completion-pcm-try-completion): Fix computation of new point.
10374 2008-04-30  David Hansen  <david.hansen@gmx.net>
10376         * dired.el: Require 'cl.
10378 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
10380         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
10381         hollow if not in innermost frame.
10383 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10385         Make `checkout-model' apply to filesets.
10386         * vc-hooks.el (vc-checkout-model): Rewrite.
10387         (vc-before-save, vc-after-save): Adjust callers accordingly.
10388         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
10389         (vc-transfer-file): Adjust callers accordingly.
10390         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
10391         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
10392         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
10393         instead of vc-checkout-model.
10394         * vc-mcvs.el (vc-mcvs-revert):
10395         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
10396         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
10397         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
10398         * vc-svn.el (vc-svn-checkout-model):
10399         * vc-hg.el (vc-hg-checkout-model):
10400         * vc-git.el (vc-git-checkout-model):
10401         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
10403         * dired.el (dired-read-dir-and-switches): Replace last change with
10404         a new approach that mixes read-file-name and read-directory-name.
10406         * files.el (read-buffer-to-switch):
10407         Avoid making assumptions about `other-buffer'.
10409 2008-04-29  Sam Steingold  <sds@gnu.org>
10411         * vc.el (vc-dir-mode-hook): Add normal hook.
10412         (vc-dir-mode): Run it.
10414 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
10416         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
10417         Always split windows.
10418         (gdb-speedbar-timer-fn): Only raise frame after user input.
10419         (gdb-same-frame): Reverse initial value.
10420         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
10422         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
10423         gdb-speedbar-timer-fn.
10425 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10427         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
10429 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
10431         * epa.el (epa-key-list-mode-map): Add menu.
10432         (epa-delete-keys, epa-import-keys): Fix typo.
10434 2008-04-29  Glenn Morris  <rgm@gnu.org>
10436         * find-cmd.el (top-level): Does not need cl when compiling.
10438 2008-04-29  Philip Jackson  <phil@shellarchive.co.uk>
10440         * find-cmd.el: New file.
10442 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10444         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
10445         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
10446         (completion-pcm--hilit-commonality): New function.
10447         (completion-pcm-all-completions): Use it.
10449         * minibuffer.el (completion-common-substring): Mark obsolete.
10450         (completions-first-difference, completions-common-part):
10451         Move from simple.el.
10452         (completion-hilit-commonality): New fun.
10453         (display-completion-list, completion-emacs21-all-completions)
10454         (completion-emacs22-all-completions): Use it.
10455         * simple.el (completions-first-difference, completions-common-part):
10456         Move to minibuffer.el.
10457         (choose-completion-string): Use field functions and minibufferp.
10458         (completion-setup-function): Don't set completions faces.
10460 2008-04-29  Glenn Morris  <rgm@gnu.org>
10462         * calendar/calendar.el (calendar-nth-named-absday)
10463         (calendar-nth-named-day):
10464         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
10465         * calendar/holidays.el (holiday-float): Doc fixes.
10467         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
10468         the `full' case.
10470         * org/org-agenda.el (calendar-iso-from-absolute):
10471         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
10472         Fix declarations.
10474 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
10476         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
10477         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
10478         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
10479         (gdb-assembler-custom): Be careful not to match other addresses.
10481 2008-04-29  Jason Rumney  <jasonr@gnu.org>
10483         * battery.el (battery-status-function): Use w32-battery-status
10484         on Windows.
10485         (battery-echo-area-format): Make apm format the general case.
10486         (battery-mode-line-format): Merge apm and pmset formats as the
10487         general case.
10489 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
10491         * progmodes/gdb-ui.el (gdb-info-stack-custom):
10492         Use gud-tool-bar-item-visible-no-fringe.
10493         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
10494         is already visible in frame.  Remove optional size parameter
10495         and add optional frame parameter.
10497         * progmodes/gud.el (gud-display-line): Only consider visible
10498         frames when looking for source buffer.
10500 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
10502         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
10503         argument to get-char-property, in case the current buffer hasn't
10504         been assigned to that window yet.
10505         (doc-view-display): Default to selected window if the current
10506         buffer hasn't been assigned to a window yet.
10508 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
10510         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
10512 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
10514         * net/tramp.el (tramp-mode): New defcustom.
10515         (tramp-file-name-handler, tramp-completion-file-name-handler):
10516         Use it.
10517         (tramp-replace-environment-variables): Handle "$$".
10519 2008-04-28  Sam Steingold  <sds@gnu.org>
10521         * vc-hg.el (vc-hg-rename-file): Fix argument order.
10523 2008-04-28  Bastien Guerry  <bzg@altern.org>
10525         * whitespace.el (whitespace-trailing): Fix typo.
10527 2008-04-28  Sam Steingold  <sds@gnu.org>
10529         * textmodes/remember.el (diary-make-entry): Update the autoload.
10531 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10533         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
10534         all-completions.
10536 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
10538         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
10540 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
10542         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
10543         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
10544         (vc-dir-mark-file): Add an optional argument.
10545         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
10547 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
10549         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
10550         rather than obsolete alias find-file-hooks.
10551         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
10552         Use find-file-hook rather than obsolete alias find-file-hooks.
10553         Add to find-file-not-found-functions.
10554         (epa-file-handler): Put 'safe-magic and 'operations properties.
10556         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
10557         (epa-menu-items): Remove.
10559         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
10560         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
10561         (epa-dired-mode, epa-global-dired-mode): Remove.
10563         * dired.el (dired-mode-map): Bind encryption/decryption commands.
10565         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
10567         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
10569 2008-04-27  Glenn Morris  <rgm@gnu.org>
10571         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
10572         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
10574 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
10576         * org/org.el (org-html-level-start): Always have id's in HTML.
10577         (org-export-as-html): Use `org-link-protocols' to
10578         retrieve the export form of the link.
10579         (org-add-link-type): Final parameter renamed from PUBLISH.
10580         Better documentation of how it is to be used.  Avoid double entries for
10581         the same link type.
10582         (org-add-link-props): New function.
10583         (org-modules-loaded): New variable.
10584         (org-load-modules-maybe, org-set-modules): New function.
10585         (org-modules): New option.
10586         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
10587         (orgtbl-mode, org-store-link, org-insert-link-global)
10588         (org-open-at-point): Call `org-load-modules-maybe'.
10589         (org-search-view): Add more text properties.
10590         (org-agenda-schedule, org-agenda-deadline): Allow also in
10591         search-type agendas.
10592         (org-search-view): Order of arguments has been changed.
10593         Interpret prefix-arg as TODO-ONLY.
10594         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
10595         Take new argument order of `org-search-view' into account.
10596         (org-todo-only): New variable.
10597         (org-search-syntax-table): New variable and function.
10598         (org-search-view): Do the search with the special syntax table.
10599         (define-obsolete-function-alias): Make work with XEmacs.
10600         (org-add-planning-info): Use old date as default when modifying an
10601         existing deadline or scheduled item.
10602         (org-agenda-compute-time-span): Make argument N optional.
10603         (org-agenda-format-date-aligned): Require `cal-iso'.
10604         (org-agenda-list): Include week into agenda heading, don't
10605         list it at each date (only on Mondays).
10606         (org-read-date-analyze): Define local variable `iso-date'.
10607         (org-agenda-format-date-aligned): Remove dependency on
10608         `calendar-time-from-absolute'.
10609         (org-remember-apply-template, org-go-to-remember-target):
10610         Interpret filenames relative to `org-directory'.
10611         (org-complete): Silently fail when trying to complete
10612         keywords that don't have a default value.
10613         (org-get-current-options): Add a #+DATE: option.
10614         (org-additional-option-like-keywords): Remove "DATE:" from the
10615         list of additional keywords.
10616         (org-export-as-html): Remove (current-time) as unnecessary second
10617         argument of `format-time-string'.
10618         (org-clock-find-position): Handle special case at end of buffer.
10619         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
10620         `org-agenda-change-time-span'.
10621         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
10622         `org-agenda-change-time-span'.
10623         (org-agenda-month-view): New argument MONTH, pass it on to
10624         `org-agenda-change-time-span'.
10625         (org-agenda-year-view): New argument YEAR, pass it on to
10626         `org-agenda-change-time-span'.
10627         (org-agenda-change-time-span): New optional argument N, pass it on
10628         to `org-agenda-compute-time-span'.
10629         (org-agenda-compute-time-span): New argument N, interpret it by
10630         changing the starting day.
10631         (org-small-year-to-year): New function.
10632         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
10633         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
10634         into the future, and that the shift is at least one interval, never 0.
10635         (org-update-checkbox-count): Fix bug with checkbox counting.
10636         (org-add-note): New command.
10637         (org-add-log-setup): Rename from `org-add-log-maybe'.
10638         (org-log-note-headings): New entry for plain notes (i.e. notes not
10639         related to state changes or clocking).
10640         (org-get-org-file): Check for availability of `remember-data-file'.
10641         (org-cached-entry-get): Allow a regexp value for
10642         `org-use-property-inheritance'.
10643         (org-use-property-inheritance): Allow regexp value.  Fix bug in
10644         customization type.
10645         (org-use-tag-inheritance): Allow a list and a regexp value for
10646         this variable.
10647         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
10648         (org-entry-get): Respect value `selective' for the INHERIT argument.
10649         (org-tag-inherit-p, org-property-inherit-p): New functions.
10650         (org-agenda-format-date-aligned): Allow 10 characters for
10651         weekday, to accommodate German locale.
10652         (org-add-archive-files): New function.
10653         (org-agenda-files): New argument `ext', to get archive files as well.
10654         (org-tbl-menu): Protect the use of variables that
10655         are only available when org-table.el gets loaded.
10656         (org-read-agenda-file-list): Error if `org-agenda-files' is a
10657         single directory.
10658         (org-open-file): Allow a batch process to trigger
10659         waiting after executing a system command.
10660         (org-store-link): Link to headline when there is not
10661         target and no region in an org-mode buffer when creating a link.
10662         (org-link-types-re): New variable.
10663         (org-make-link-regexps): Compute `org-link-types-re'.
10664         (org-make-link-description-function): New option.
10665         (org-agenda-date, org-agenda-date-weekend): New faces.
10666         (org-archive-sibling-heading): New option.
10667         (org-archive-to-archive-sibling): New function.
10668         (org-iswitchb): New command.
10669         (org-buffer-list): New function.
10670         (org-agenda-columns): Also try the #+COLUMNS line in
10671         the buffer associated with the entry at point (or with the first
10672         entry in the agenda view).
10673         (org-modules): Add entry for org-bibtex.el.
10674         (org-completion-fallback-command): Move into `org-completion' group.
10675         (org-clock-heading-function): Move to `org-progress' group.
10676         (org-auto-repeat-maybe): Make sure that a note can
10677         be enforces if `org-log-repeat' is `note'.
10678         (org-modules): Allow additional symbols for external packages.
10679         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
10680         (org-clock-goto): Hide drawers after showing an
10681         entry with `org-clock-goto'.
10682         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
10683         Try also a clocktable block shift.
10684         (org-clocktable-try-shift): New function.
10685         (org-columns-hscoll-title): New function.
10686         (org-columns-previous-hscroll): New variable.
10687         (org-columns-full-header-line-format): New variable.
10688         (org-columns-display-here-title, org-columns-remove-overlays):
10689         Install `org-columns-hscoll-title' in post-command-hook.
10691         * org/org.el: Split into many small files.
10693         * org/org-agenda.el: New file, split off from org.el.
10695         * org/org-archive.el: New file, split off from org.el.
10697         * org/org-bbdb.el: New file.
10699         * org/org-bibtex.el: New file, split off from org.el.
10701         * org/org-clock.el: New file, split off from org.el.
10703         * org/org-colview.el: New file, split off from org.el.
10705         * org/org-compat.el: New file, split off from org.el.
10707         * org/org-exp.el: New file, split off from org.el.
10709         * org/org-faces.el: New file, split off from org.el.
10711         * org/org-gnus.el: New file, split off from org.el.
10713         * org/org-info.el: New file, split off from org.el.
10715         * org/org-infojs.el: New file.
10717         * org/org-irc.el: New file.
10719         * org/org-macs.el: New file, split off from org.el.
10721         * org/org-mew.el: New file.
10723         * org/org-mhe.el: New file, split off from org.el.
10725         * org/org-publish.el: New file, split off from org.el.
10727         * org/org-remember.el: New file, split off from org.el.
10729         * org/org-rmail.el: New file, split off from org.el.
10731         * org/org-table.el: New file, split off from org.el.
10733         * org/org-vm.el: New file, split off from org.el.
10735         * org/org-wl.el: New file, split off from org.el.
10737 2008-04-27  Jason Riedy  <jason@acm.org>
10739         * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
10740         parameter that suppresses lines that evaluate to NIL.
10741         (orgtbl-get-fmt): New inline function for
10742         picking apart formats that may be lists.
10743         (orgtbl-apply-fmt): New inline function for applying formats that
10744         may be functions.
10745         (orgtbl-eval-str): New inline function for strings that may be
10746         functions.
10747         (orgtbl-format-line, orgtbl-to-generic): Use and document.
10748         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
10749         (*orgtbl-llfmt*, *orgtbl-llstart*)
10750         (*orgtbl-llend*): Dynamic variables for last-line formatting.
10751         (orgtbl-format-section): Shift formatting to support detecting the
10752         last line and formatting it specially.
10753         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
10754         formats unless overridden.
10755         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
10756         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
10757         bound variables to hold the input collection of lines and output
10758         formatted text.
10759         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
10760         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
10761         format parameters.
10762         (orgtbl-format-line): New function encapsulating formatting for a
10763         single line.
10764         (orgtbl-format-section): Similar for each section.  Rebinding the
10765         dynamic vars customizes the formatting for each section.
10766         (orgtbl-to-generic): Use orgtbl-format-line and
10767         orgtbl-format-section.
10768         (org-get-param): Now unused, so delete.
10769         (orgtbl-gather-send-defs): New function to
10770         gather all the SEND definitions before a table.
10771         (orgtbl-send-replace-tbl): New function to find the RECEIVE
10772         corresponding to the current name.
10773         (orgtbl-send-table): Use the previous two functions and implement
10774         multiple destinations for each table.
10776         * doc/org.texi (A LaTeX example): Note that fmt may be a
10777         one-argument function, and efmt may be a two-argument function.
10778         (Radio tables): Document multiple destinations.
10780 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
10782         * org/org-agenda.el (org-add-to-diary-list): New function.
10783         (org-prefix-has-effort): New variable.
10784         (org-sort-agenda-noeffort-is-high): New option.
10785         (org-agenda-columns-show-summaries)
10786         (org-agenda-columns-compute-summary-properties): New options.
10787         (org-format-agenda-item): Compute the duration of the item.
10788         (org-agenda-weekend-days): New variable.
10789         (org-agenda-list, org-timeline): Use the proper faces for dates in
10790         the agenda and timeline buffers.
10791         (org-agenda-archive-to-archive-sibling): New command.
10792         (org-agenda-start-with-clockreport-mode): New option.
10793         (org-agenda-clockreport-parameter-plist): New option.
10794         (org-agenda-clocktable-mode): New variable.
10795         (org-agenda-deadline-leaders): Allow a function value for the
10796         deadline leader.
10797         (org-agenda-get-deadlines): Deal with new function value.
10799         * org/org-clock.el (org-clock): New customization group.
10800         (org-clock-into-drawer, org-clock-out-when-done)
10801         (org-clock-in-switch-to-state, org-clock-heading-function):
10802         Move into the new group.
10803         (org-clock-out-remove-zero-time-clocks): New option.
10804         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
10805         (org-dblock-write:clocktable): Allow a Lisp form for the scope
10806         parameter.
10807         (org-dblock-write:clocktable): Fix bug with total time calculation.
10808         (org-dblock-write:clocktable): Request the unrestricted list of files.
10809         (org-get-clocktable): New function.
10810         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
10811         be strings but also integers (an absolute day number) and lists (m d y).
10813         * org/org-colview.el (org-columns-next-allowed-value)
10814         (org-columns-edit-value): Limit the effort for updating in the
10815         agenda to recomputing a single file.
10816         (org-columns-compute): Only write property value if it has changed.
10817         This avoids raising the buffer-change-flag unnecessarily.
10818         (org-agenda-colview-summarize)
10819         (org-agenda-colview-compute): New functions.
10820         (org-agenda-columns): Call `org-agenda-colview-summarize'.
10822         * org/org-exp.el (org-export-run-in-background): New option.
10823         (org-export-icalendar): Allow a batch process to trigger waiting
10824         after executing a system command.
10825         (org-export-preprocess-string): Rename from
10826         `org-cleaned-string-for-export'.
10827         (org-export-html-style): Made target class look like normal text.
10828         (org-export-as-html): Make use of the better preprocessing in
10829         `org-cleaned-string-for-export'.
10830         (org-cleaned-string-for-export): Better treatment of heuristic
10831         targets, many more internal links will now work in HTML export.
10832         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
10833         (org-export-inbuffer-options-extra): New variable.
10834         (org-export-options-filters): New hook.
10835         (org-infile-export-plist): Find also the settings keywords in
10836         `org-export-inbuffer-options-extra'.
10837         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
10838         multiple #+INFOJS_OPT lines.
10839         (org-export-html-handle-js-options): New function.
10840         (org-export-html-infojs-setup): New option.
10841         (org-export-as-html): Call `org-export-html-handle-js-options'.
10842         Add autoload to all entry points.
10843         (org-skip-comments): Function removed.
10845         * org/org-table.el (org-table-make-reference): Extra parenthesis
10846         around single fields, to make sure that algebraic formulas get
10847         correctly interpreted by calc.
10848         (org-table-current-column): No longer interactive.
10850         * org/org-export-latex.el (org-export-latex-preprocess):
10851         Rename from `org-export-latex-cleaned-string'.
10853 2008-04-27  Bastien Guerry  <bzg@altern.org>
10855         * org/org-publish.el (org-publish-get-base-files-1): New function.
10856         (org-publish-get-base-files): Use it.
10857         (org-publish-temp-files): New variable.
10858         Don't require 'dired-aux anymore.
10859         (org-publish-initial-buffer): New variable.
10860         (org-publish-org-to, org-publish): Use it.
10861         (org-publish-get-base-files-1): Bug fix: get
10862         the proper list of files when recursing thru a directory.
10863         (org-publish-get-base-files): Use the :exclude property to skip
10864         both files and directories.
10866 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
10868         * net/tramp.el (tramp-handle-make-symbolic-link)
10869         (tramp-handle-file-name-directory)
10870         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
10871         (tramp-do-copy-or-rename-file-directly)
10872         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
10873         (tramp-handle-substitute-in-file-name)
10874         (tramp-handle-insert-file-contents, tramp-handle-write-region)
10875         * net/tramp-cache.el (tramp-get-file-property)
10876         (tramp-set-file-property, tramp-flush-file-property)
10877         (tramp-flush-directory-property)
10878         * net/tramp-compat.el (tramp-compat-make-temp-file)
10879         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
10880         Disable `file-name-handler-alist' when handling localname.
10881         It could have a remote file syntax, like a VMS file name.
10883 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10885         * whitespace.el: New version 11.1.
10886         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
10887         enclosed by \\( and \\)$.  Docstring fix.
10888         (whitespace-trailing-regexp): Fun removed.
10889         (whitespace-report-list): Const initialization fix.
10890         (whitespace-color-on): Code fix.
10892 2008-04-27  Andreas Schwab  <schwab@suse.de>
10894         * Makefile.el: Unbreak bootstrap.
10896 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
10898         * net/tramp.el (tramp-replace-environment-variables): New defun.
10899         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
10900         Use it.
10902 2008-04-27  Glenn Morris  <rgm@gnu.org>
10904         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
10906         * calculator.el (calculator-expt): Replace cl function `oddp'.
10908 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
10910         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
10911         Simplify.  Collect `defun' and `autoload' entries.
10912         Avoid modifying load-history.
10914 2008-04-26  Glenn Morris  <rgm@gnu.org>
10916         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
10918         * simple.el (quoted-insert, zap-to-char): Revert previous change.
10920 2008-04-26  John Paul Wallington  <jpw@pobox.com>
10922         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
10923         `hexl-mode-old-eldoc-documentation-function'.
10924         (hexl-mode-exit): Restore it.
10925         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
10927         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
10929 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
10931         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
10932         (completion-pcm--all-completions): Doc fix.
10933         (completion-styles-alist, completion-all-completions):
10934         Fix typos in docstrings.
10936 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10938         * whitespace.el: There is now only one variable (whitespace-style) to
10939         specify which kind of blank is visualized.  Doc and docstring fix.
10940         New version 11.0.
10941         (whitespace-style): New option, replace whitespace-style-mark and
10942         whitespace-style-color.
10943         (whitespace-style-mark, whitespace-style-color): Options removed.
10944         (whitespace-hspace, whitespace-tab, whitespace-newline)
10945         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
10946         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
10947         (whitespace-hspace-regexp, whitespace-space-regexp)
10948         (whitespace-tab-regexp, whitespace-trailing-regexp)
10949         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
10950         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
10951         (whitespace-space-after-tab-regexp, whitespace-line-column)
10952         (whitespace-display-mappings, whitespace-report): Docstring fix.
10953         (whitespace-color-value-list, whitespace-mark-value-list)
10954         (whitespace-active-color, whitespace-active-mark)
10955         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
10956         (whitespace-style-value-list, whitespace-active-style)
10957         (whitespace-toggle-style): New vars.
10958         (whitespace-toggle-option-alist, whitespace-help-text):
10959         Var initialization and docstring fix.
10960         (whitespace-toggle-options, global-whitespace-toggle-options)
10961         (whitespace-cleanup, whitespace-cleanup-region)
10962         (whitespace-report-region, whitespace-interactive-char)
10963         (whitespace-toggle-list): Docstring and code fix.
10964         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
10965         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
10966         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
10967         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
10969 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10971         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
10972         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
10973         (diff-sanity-check-hunk): Adjust code accordingly.
10975 2008-04-26  Glenn Morris  <rgm@gnu.org>
10977         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
10979         * forms-d2.dat: Move to ../etc.
10980         * forms-d2.el (forms-file): Adapt for above change.
10982         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
10983         `translation-table-for-input'.
10985         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
10986         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
10988         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
10989         to punctuation now it's not needed for abbrevs.
10990         (fortran-mode-abbrev-table): Remove defvar, make use of new
10991         define-abbrev-table :regexp feature.
10993         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
10994         insert, now that translation-table-for-input is not needed.
10996 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
10998         * emacs-lisp/pp.el (pp-display-expression): New function,
10999         extracted from pp-eval-expression.
11000         (pp-eval-expression): Use pp-display-expression.
11001         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
11002         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
11003         (pp-eval-last-sexp): Use pp-last-sexp.
11005 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11007         * abbrev.el (define-abbrev-table): Apply props even if the table
11008         exists already.
11010         * minibuffer.el (completion-table-with-context): Fix `pred' for the
11011         various kinds of completion tables.
11012         (completion-emacs22-try-completion): Place cursor after the /, as was
11013         done in Emacs-22's minibuffer-complete-word.
11014         Fix bug reported by David Hansen <david.hansen@gmx.net>.
11015         (completion-emacs22-try-completion): Merge all mergeable text rather
11016         than just /.
11017         (completion-pcm--delim-wild-regex): New var.
11018         (completion-pcm-word-delimiters): New custom.
11019         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
11020         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
11021         (completion-pcm--all-completions, completion-pcm-all-completions)
11022         (completion-pcm--merge-completions, completion-pcm--pattern->string)
11023         (completion-pcm-try-completion): New functions.
11024         (completion-styles-alist): Add them.
11025         (completion-styles): Add it to the default.
11027 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
11029         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
11030         (gdb-var-create-handler): ...until here when there are values.
11031         (gdb-post-prompt): Don't do -var-update with no watch expressions.
11032         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
11034 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
11036         * ls-lisp.el (ls-lisp-format): Fix last change.
11037         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
11038         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
11039         (ls-lisp-filesize-f-fmt): New defvars.
11040         (ls-lisp-insert-directory): Dynamically compute format specifiers
11041         for displaying UID, GID, and file size, and store them in the
11042         above variables.
11043         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
11044         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
11045         instead of constant format strings.
11046         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
11047         ls-lisp-filesize-d-fmt instead of constant format strings.
11049 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
11051         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
11052         value of addresses rather than (partial) string value.
11053         (gdb-frame-handler): Change regexp according to above change.
11054         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
11055         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
11056         (gdb-assembler-mode): Disable undo in these buffers.
11058 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
11060         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
11061         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
11063 2008-04-24  Sam Steingold  <sds@gnu.org>
11065         * textmodes/remember.el (remember-diary-extract-entries): Use
11066         diary-make-entry instead of the obsolete make-diary-entry.
11068 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11070         * subr.el (translation-table-for-input): Mark as obsolete.
11072         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
11074         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
11076         * textmodes/ispell.el (ispell-dictionary-alist-1)
11077         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
11078         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
11079         (ispell-dictionary-alist-6): Remove.
11080         (ispell-dictionary-base-alist): New var, merges the above.
11081         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
11082         Use it.
11083         (ispell-dictionary-alist): Default to nil.  Remove autoload.
11084         (ispell-local-dictionary-alist): Remove autoload.
11086         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
11087         (f90-mode-abbrev-table): Use the new :regexp feature.
11088         Merge defvar and mapc into define-abbrev-table.
11089         (f90-imenu-type-matcher): Remove unused `l'.
11090         (f90-imenu-generic-expression): Remove unused `not-ib'.
11091         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
11092         (f90-change-keywords): Use restore-buffer-modified-p.
11094 2008-04-24  Glenn Morris  <rgm@gnu.org>
11096         * net/goto-addr.el (goto-address-prog-mode):
11097         * progmodes/bug-reference.el (bug-reference-prog-mode):
11098         Define for compiler.
11100         * minibuffer.el (x-file-dialog): Declare as function.
11102         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
11103         dframe-update-speed rather than obsolete alias speedbar-update-speed.
11105         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
11106         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
11107         work with easymenu.  Add :keys where needed.
11109         * calendar/cal-move.el (calendar-scroll-left): Handle case when
11110         event-start is nil.
11112         * calendar/calendar.el (calendar-mode-map): Fix typo.
11114 2008-04-24  Tom Tromey  <tromey@redhat.com>
11116         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
11117         Document keywords.  Add :suppress.
11118         * pcvs-defs.el (cvs-mode-map): Use :suppress.
11120         * net/goto-addr.el (goto-address-unfontify): New function.
11121         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
11122         (goto-address-fontify-region, goto-address-mode)
11123         (goto-address-prog-mode): New functions.
11125         * progmodes/bug-reference.el: New file.
11127 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11129         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
11131 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11133         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
11134         macros within lambdas.
11136 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11138         * minibuffer.el (completion-try-completion): Add `point' argument.
11139         Change return value.
11140         (completion-all-completions): Add `point' argument.
11141         (minibuffer-completion-help): Pass the new `point' argument.
11142         (completion--do-completion): Pass the whole field to try-completion.
11143         (completion--try-word-completion): Rewrite, making fewer assumptions.
11144         (completion-emacs21-try-completion, completion-emacs21-all-completions)
11145         (completion-emacs22-try-completion, completion-emacs22-all-completions)
11146         (completion-basic-try-completion, completion-basic-all-completions):
11147         New functions.
11148         (completion-styles-alist): Use them.
11150 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
11152         * textmodes/ispell.el (ispell-set-spellchecker-params):
11153         New function to make sure right params and dictionary alists are used
11154         after spellchecker changes.
11155         (ispell-aspell-dictionary-alist, ispell-last-program-name)
11156         (ispell-initialize-spellchecker-hook): New variables and hook.
11157         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
11158         (ispell-maybe-find-aspell-dictionaries): Remove.
11159         Calls replaced by (ispell-set-spellchecker-params) calls.
11160         (ispell-have-aspell-dictionaries): Remove.
11162         * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
11163         by ispell-set-spellchecker-params.
11165 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11167         * complete.el (PC-do-completion): Be more robust in the presence of
11168         unexpected values in minibuffer-completion-predicate.
11170         * minibuffer.el (read-file-name): Don't let-bind default-directory.
11171         Only abbreviate default-filename if it's a file.
11173         * minibuffer.el (read-file-name-function, read-file-name-predicate)
11174         (read-file-name-completion-ignore-case, insert-default-directory):
11175         New vars, moved from fileio.c.
11176         (read-file-name): New fun, moved from fileio.c.
11177         * cus-start.el: Remove insert-default-directory and
11178         read-file-name-completion-ignore-case.
11180 2008-04-23  Magnus Henoch  <mange@freemail.hu>
11182         * tar-mode.el (tar-untar-buffer): If the entry has directory
11183         link type, extract it as a directory even if its file name doesn't
11184         end with a slash.  Fixes extraction of NetBSD tar archives.
11186 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11188         * server.el (server-start): Also don't get confused by CRs since we
11189         don't quote them.
11191 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
11193         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
11194         (gdb-set-gud-minor-mode-existing-buffers)
11195         (gdb-info-breakpoints-custom, gdb-get-location)
11196         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
11197         Previously gdb-create-define-alist wasn't always run and added to
11198         after-save-hook.
11200         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
11202 2008-04-23  Kevin Ryde  <user42@zip.com.au>
11204         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
11205         comments like unindented ones.
11207 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11209         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
11210         parameter origins.
11212 2008-04-23  Kevin Ryde  <user42@zip.com.au>
11214         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11215         Bind print-level to ensure output forms aren't truncated if
11216         print-level is set to eval-expression-print-level when going via
11217         eval-defun and friends, or has been otherwise fiddled with.
11219 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11221         * progmodes/cc-mode.el (c-basic-common-init): Don't set
11222         font-lock-extend-after-change-region-function globally.
11224 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
11226         * speedbar.el (speedbar-use-tool-tips-flag)
11227         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
11228         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
11229         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
11230         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
11231         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
11232         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
11233         (speedbar-separator-face): Fix typos in docstrings.
11234         (speedbar-stealthy-function-list, speedbar-verbosity-level)
11235         (speedbar-supported-extension-expressions, speedbar-update-current-file)
11236         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
11237         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
11238         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
11239         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
11240         (speedbar-check-vc-this-line, speedbar-files-line-directory)
11241         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
11242         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
11243         (speedbar-recenter): Doc fixes.
11244         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
11245         declaration and remove redundant info in docstring.
11247 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
11249         * vc-git.el (vc-git-status-printer): Deal with directories.
11251         * vc.el (vc-next-action): Look at more than the first file to
11252         determine the state.
11254 2008-04-23  Glenn Morris  <rgm@gnu.org>
11256         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
11257         timers.  Doc fix.
11258         (dframe-update-speed): Drop support for XEmacs < 20.
11259         (dframe-frame-mode): Drop support for Emacs < 20.
11260         (dframe-set-timer-internal): Drop support for Emacs without timers.
11261         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
11263         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
11264         versions.  Add doc-string.  Mark as obsolete.
11266         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
11268         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
11269         rather than using an Emacs version test.
11271         * tree-widget.el (tree-widget-image-enable): Use display-images-p
11272         rather than an Emacs version test.
11274         * calendar/cal-china.el (holiday-chinese-qingming)
11275         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
11276         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
11277         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
11279         * calendar/cal-islam.el (holiday-islamic): Doc fix.
11281         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
11282         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
11283         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
11285 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
11287         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
11288         (gdb-previous-frame-pc-address): ...to this.
11289         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
11290         of "info frame" with Gdb 6.4+.
11291         (gdb-stack-list-frames-regexp): New regexp.
11292         (gdb-frame-handler-1): Parse output of -stack-info-frame.
11294 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
11296         * tar-mode.el (tar-prefix-offset): New constant.
11297         (tar-header-block-tokenize): Support paths with long names
11298         which use the "ustar" standard.
11300 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
11302         * image-dired.el (image-dired-track-original-file)
11303         (image-dired-modify-mark-on-thumb-original-file):
11304         Use `dired-goto-file' instead of `search-forward'.  This solves
11305         a bug with finding files where the file name is a subset of other
11306         file names.  Doc fix.
11308 2008-04-22  Juri Linkov  <juri@jurta.org>
11310         * menu-bar.el (buffers-menu-max-size): Move its definition down to
11311         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
11312         (yank-menu-length): Change group name `mouse' to `menu'.
11313         (buffers-menu-buffer-name-length): New user option.
11314         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
11315         instead of the hard-coded number 27.
11317 2008-04-22  Juri Linkov  <juri@jurta.org>
11319         * isearch.el (eval-when-compile): Require `help-macro'.
11320         (isearch-help-for-help-internal): Isearch specific Help screen
11321         created by `make-help-screen'.
11322         (isearch-help-map): New variable that binds "b", "k", "m" to
11323         isearch-specific commands, and binds other keys to
11324         isearch-other-control-char, thus allowing other Help keys to
11325         exit isearch mode and execute their global definitions.
11326         (isearch-help-for-help, isearch-describe-bindings)
11327         (isearch-describe-key, isearch-describe-mode): New commands.
11328         (isearch-mode-help): Define alias to isearch-describe-mode
11329         and remove its old function definition.
11330         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
11331         Remove old comments because this issue is settled now.
11332         (isearch-forward): Describe three new Help commands in the docstring.
11333         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
11334         leave the single sentence at the first line of the docstring,
11335         and prepend the word "function" before `isearch-forward'
11336         to make the Help link to the function instead of variable.
11338 2008-04-22  Juri Linkov  <juri@jurta.org>
11340         * isearch.el (isearch-success-function): New variable with default
11341         to `isearch-success-function-default'.
11342         (isearch-search): Call a function from `isearch-success-function'
11343         instead of calling the hard-coded `isearch-range-invisible'.
11344         (isearch-success-function-default): New function that calls
11345         `isearch-range-invisible' and inverts its return value.
11347         * info.el (Info-search): In two similar places that skip
11348         undesired search matches move code to Info-search-success-function,
11349         and call `isearch-success-function' instead.
11350         (Info-search-success-function): New function copied from code
11351         in Info-search.  Replace isearch-range-invisible with
11352         text-property-not-all that checks for 'invisible and 'display
11353         properties to skip partially invisible matches (whose display
11354         properties were set by Info-fontify-node).
11355         (Info-mode): Set buffer-local isearch-success-function
11356         to Info-search-success-function.
11358 2008-04-22  Juri Linkov  <juri@jurta.org>
11360         * minibuffer.el (internal-complete-buffer-except): New function.
11362         * files.el (read-buffer-to-switch): New function.
11363         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
11364         Change interactive spec to call read-buffer-to-switch instead of
11365         using the letter "B".
11367         * simple.el (minibuffer-default-add-shell-commands): New function.
11368         Use declare-function for mailcap-file-default-commands from "mailcap".
11369         (shell-command): Set local minibuffer-default-add-function to
11370         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
11371         before calling read-shell-command.  Set 4th arg default-value of
11372         read-shell-command to relative buffer-file-name in file buffers.
11374         * dired-aux.el (dired-read-shell-command-default): Move it to
11375         gnus/mailcap.el and change its name to more general name
11376         mailcap-file-default-commands.
11377         (minibuffer-default-add-dired-shell-commands): New function.
11378         Use declare-function for mailcap-file-default-commands from "mailcap".
11379         (dired-read-shell-command): Set local minibuffer-default-add-function
11380         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
11381         before calling read-shell-command.  Remove dired-read-shell-command-default
11382         from the default value arg because default values are not set in
11383         minibuffer-default-add-dired-shell-commands.  Doc fix.
11385         * dired-x.el (dired-smart-shell-command): Sync arguments and
11386         interactive spec with changes in `shell-command'.
11387         Use dired-get-filename to get the dired file name at point
11388         as the default value in dired mode.
11390 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
11392         * info.el (Info-complete-menu-item): Add missing parenthesis.
11394 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11396         * info.el (Info-complete-menu-item): Save point.
11398 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
11400         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
11402 2008-04-22  Andreas Schwab  <schwab@suse.de>
11404         * Makefile.in (emacs-deps): Define.
11405         Use it instead of $(lisp)/subdirs.el.
11407 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
11409         * vc.el (vc-next-action): Do not consider directories when
11410         checking for state compatibility.
11411         (vc-transfer-file): Use when not if.
11412         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
11413         (vc-dir-mark-file): Use them.
11414         (vc-deduce-fileset): Also return the backend.
11415         (vc-diff-internal): Take as argument the value returned by
11416         vc-deduce-fileset instead of just the fileset.
11417         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
11418         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
11419         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
11421 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
11423         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
11424         set-window-vscroll but image-scroll-down.  Fixes a bug where a
11425         command following SPC scrolled up again.
11427 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
11429         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
11430         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
11431         (gud-watch): Add "$" prefix when in registers buffer.
11433 2008-04-22  Glenn Morris  <rgm@gnu.org>
11435         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
11437         * whitespace.el (whitespace-display-table)
11438         (whitespace-display-table-was-local): Move definitions before use.
11440         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
11441         (copyright-limit): Respect copyright-at-end-flag.
11442         (copyright-re-search, copyright-start-point)
11443         (copyright-offset-too-large-p): New functions.
11444         (copyright-update-year): Use copyright-re-search.
11445         (copyright-update, copyright-fix-years): Use copyright-start-point,
11446         and copyright-re-search.
11447         (copyright): Use copyright-offset-too-large-p.
11448         * add-log.el (change-log-mode): Set copyright-at-end-flag.
11450         * add-log.el (top-level): Require 'cl when compiling.
11452 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11454         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
11455         Treat minibuffer-completion-predicate as a predicate.
11457         * minibuffer.el (completion--file-name-table): Accept both the old
11458         `dir' arg or the new `pred' arg.
11460         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
11461         `predicate' argument to pass non-predicate data.
11462         (ffap-read-url-internal, ffap-read-file-or-url-internal):
11463         Use second arg as proper predicate.
11465         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
11466         (vc-bzr-revision-completion-table): Use completion-table-with-context
11467         instead.
11469         * simple.el (choose-completion-string): Use minibuffer-completion-table.
11471 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
11473         * term.el (term-emulate-terminal): Perform redisplay after the
11474         process filter has finished running.
11476 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11478         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
11480         * minibuffer.el (completion-try-completion): Change magic symbol
11481         property name.  Rename from minibuffer-try-completion.
11482         (completion-all-completions): Rename from minibuffer-all-completions.
11483         Remove hide-spaces argument.
11484         (completion--do-completion): Rename from minibuffer--do-completion.
11485         (minibuffer-complete-and-exit): Call just try-completion rather than
11486         completion-try-completion to fix up the case.
11487         (completion--try-word-completion): Try to add space or hyphen before
11488         making `string' a prefix of `completion'.
11489         (completion--insert-strings): Rename from minibuffer--insert-strings.
11491 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
11493         * net/tls.el (tls-program): Add -ign_eof argument to call the
11494         openssl commands.
11495         (tls-checktrust): Ditto.
11497 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
11499         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
11501         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
11502         (vc-check-master-templates, vc-file-not-found-hook)
11503         (vc-kill-buffer-hook):
11504         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
11505         (vc-find-position-by-context, vc-buffer-context)
11506         (vc-restore-buffer-context, vc-responsible-backend)
11507         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
11508         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
11509         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
11510         (vc-version-diff, vc-diff, vc-insert-headers)
11511         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
11512         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
11513         (vc-revert, vc-rollback, vc-version-backup-file)
11514         (vc-rename-master, vc-delete-file, vc-rename-file)
11515         (vc-branch-part, vc-default-retrieve-snapshot)
11516         (vc-annotate-display-autoscale, vc-annotate-display-select)
11517         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
11518         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
11519         (vc-dir-update): Handle directories.
11520         (vc-default-status-printer): Simplify.
11522         * progmodes/asm-mode.el (asm-mode-map):
11523         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
11525         * progmodes/m4-mode.el (m4-mode-map): Add menu.
11527 2008-04-21  Kenichi Handa  <handa@m17n.org>
11529         * select.el (xselect-convert-to-string): Send a C_STRING only if
11530         the polymorphic target TEXT is requested.
11532 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
11534         * minibuffer.el (completion-setup-hook, display-completion-list)
11535         (completion--file-name-table): Fix typos in docstrings.
11536         (completion-table-dynamic): Fix typo, and reflow docstring.
11538 2008-04-20  Andreas Schwab  <schwab@suse.de>
11540         * server.el (server-switch-buffer): Also consider clients in the
11541         selected frame.
11543 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
11545         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
11546         Select window clicked on first.
11547         (gdb): Display thread number in mode-line.
11548         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
11549         (gdb-breakpoints-header): New variable.
11550         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
11552 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11554         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
11555         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
11556         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
11557         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
11558         (vc-sccs-print-log): Use it.
11560         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
11562         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
11563         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
11565         * tooltip.el (tooltip-previous-message): New var.
11566         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
11567         the C code (avoid overwriting a minibuffer, restore previous echo
11568         message, ...).
11569         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
11570         Simplify.
11572 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
11574         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
11575         (gdb-init-1): Initialise it.
11576         (gdb-annotation-rules): New entry for "new-thread".
11577         (gdb-thread-identification): New function to customize
11578         mode-line-buffer-identification.
11579         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
11580         (gdb-assembler-mode): Use it.
11581         (gdb-threads-mode): Force "info threads" onto queue.
11583 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11585         * files.el (locate-file-completion-table): Rename from
11586         locate-file-completion and make it use `pred' in the normal way.
11587         (locate-file-completion): New compatibility wrapper.
11588         (load-library): Use locate-file-completion-table.
11589         * finder.el (finder-commentary):
11590         * subr.el (locate-library):
11591         * emacs-lisp/find-func.el (find-library): Likewise.
11592         * info.el: Use with-current-buffer and inhibit-read-only.
11593         (Info-read-node-name-2): Change to use `predicate' in the normal way.
11594         (Info-read-node-name-1): Adjust uses accordingly.
11596         * minibuffer.el (completion-table-with-context): Add support for `pred'.
11597         (completion-table-with-terminator): Don't use complete-with-action
11598         since we have to distinguish all three cases anyway.
11599         (completion-table-with-predicate): New function.
11600         (dynamic-completion-table): Add obsolete alias.
11602         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
11604 2008-04-18  Sam Steingold  <sds@gnu.org>
11606         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
11607         Use quit-window instead of bury-buffer.
11609 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11611         * minibuffer.el (completion-table-with-terminator): Fix last fix.
11613 2008-04-18  Andreas Schwab  <schwab@suse.de>
11615         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
11616         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
11617         Depend on $(lisp)/subdirs.el.
11619 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
11621         * descr-text.el (describe-char-after):
11622         Use `define-obsolete-function-alias'.
11624         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
11626         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
11628         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
11629         Remove redundant obsolescence info in docstring.
11631         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
11632         (vc-header-alist): Add WHEN to obsolescence declaration.
11633         (vc-state): Fix typo in docstring.
11635         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
11636         Use `define-obsolete-variable-alias'.
11638         * emulation/tpu-edt.el (tpu-have-ispell):
11639         * international/codepage.el (codepage-setup):
11640         Fix typo in obsolescence declaration.
11642         * international/mule.el (char-coding-system-table):
11643         Remove redundant obsolescence info in docstring.
11644         (charset-list, generic-char-p, set-char-table-default):
11645         Fix typos in obsolescence declarations.
11647         * international/mule-diag.el (non-iso-charset-alist):
11648         Fix typo in obsolescence declaration.
11649         (decode-codepage-char): Remove redundant obsolescence info in docstring.
11651         * font-core.el (font-lock-defaults-alist):
11652         * font-lock.el (font-lock-reference-face):
11653         * frame.el (screen-height, screen-width, set-screen-width)
11654         (set-screen-height):
11655         * hilit-chg.el (highlight-changes-initial-state):
11656         * isearch.el (isearch-return-char):
11657         * log-edit.el (cvs-commit-buffer-require-final-newline)
11658         (cvs-changelog-full-paragraphs):
11659         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
11660         (mouse-popup-menubar-stuff):
11661         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
11662         (mouse-wheel-click-button):
11663         * outline.el (outline-visible):
11664         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
11665         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
11666         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
11667         * progmodes/compile.el (compile-internal):
11668         Add WHEN to obsolescence declarations.
11670 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11672         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
11673         is not better anyway.
11675 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11677         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
11678         properly.
11680 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11682         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
11683         (python-use-skeletons): Remove, unused.
11684         (python-skeletons): Remove.  Use the abbrev table instead.
11685         (python-mode-abbrev-table): Fix regexp;
11686         add enable-function and case-fixed.
11687         (def-python-skeleton): Simplify.
11688         (python-expand-template): Use the abbrev-table and abbrev-insert.
11689         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
11690         Remove.
11691         (python-mode): Don't set pre-abbrev-expand-hook.
11693         * skeleton.el: Set coding-tag.
11695         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
11696         (expand-abbrev): Use it.
11697         (abbrev-table-menu): New function.
11699         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
11701         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
11703 2008-04-17  Sam Steingold  <sds@gnu.org>
11705         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
11706         idiosyncratic bury-buffer/delete-window logic.
11708 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
11710         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
11711         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
11713 2008-04-17  Kenichi Handa  <handa@m17n.org>
11715         * international/characters.el: Don't make the width of U+00AD to 0.
11717 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
11719         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
11720         (gdb, gdb-starting, gdb-frames-mode): Use it.
11721         (gdb-invalidate-frames): Advise to call "info stack" only if
11722         execution has occurred.
11723         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
11724         selected frame if no execution has occurred.
11725         (gdb-frames-force-update): New interactive function.
11726         (gdb-frames-mode-map): Bind it to "F".
11728 2008-04-17  Michael Olson  <mwolson@gnu.org>
11730         * textmodes/remember.el (remember-version): Release Remember 2.0.
11732 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
11734         * textmodes/artist.el:
11735         * progmodes/vhdl-mode.el:
11736         * progmodes/verilog-mode.el:
11737         * progmodes/vera-mode.el:
11738         * progmodes/simula.el:
11739         * progmodes/ps-mode.el:
11740         * progmodes/cmacexp.el:
11741         * obsolete/hilit19.el:
11742         * emulation/viper.el:
11743         * ediff.el: Cleanup the bug-report email addresses and make sure the
11744         maintainer is still willing to handle bug reports.
11746 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
11748         * vc.el (vc-dir-kill-query): Fix thinko.
11750 2008-04-16  Glenn Morris  <rgm@gnu.org>
11752         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
11753         by diary-sexp-entry.
11755 2008-04-16  Markus Triska  <markus.triska@gmx.at>
11757         * proced.el (proced-command-alist): Add support for darwin.
11759 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11761         * proced.el (proced-mode): Redefine as just the major-mode.
11762         (proced): Separate it from proced-mode.
11764         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
11766 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11768         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
11769         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
11770         `tab-width' setting from user.  New version 10.0.  Doc and docstring
11771         fix.
11772         (whitespace-style, whitespace-chars): Remove options.
11773         (whitespace-style-mark): New option, replace whitespace-style deleted
11774         option.  Fix docstring.
11775         (whitespace-style-color): New option, replace whitespace-chars deleted
11776         option.  Fix docstring.
11777         (whitespace-space, whitespace-hspace, whitespace-tab)
11778         (whitespace-newline, whitespace-trailing, whitespace-line)
11779         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
11780         (whitespace-space-after-tab, whitespace-hspace-regexp)
11781         (whitespace-space-regexp, whitespace-tab-regexp)
11782         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
11783         (whitespace-empty-at-eob-regexp, whitespace-line-column)
11784         (whitespace-toggle-option-alist): Fix docstring.
11785         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
11786         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
11787         docstring and initialization.
11788         (global-whitespace-mode): Autoloaded global minor mode.
11789         (whitespace-chars-value-list, whitespace-style-value-list)
11790         (whitespace-active-chars, whitespace-active-style)
11791         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
11792         (whitespace-color-value-list): New var, replace
11793         whitespace-chars-value-list removed var.
11794         (whitespace-mark-value-list): New var, replace
11795         whitespace-style-value-list removed var.
11796         (whitespace-active-color): New var, replace whitespace-active-chars
11797         removed var.
11798         (whitespace-active-mark): New var, replace whitespace-active-style
11799         removed var.
11800         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
11801         removed var.
11802         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
11803         removed var.
11804         (whitespace-toggle-option-alist, whitespace-report-list)
11805         (whitespace-report-text, whitespace-help-text): Fix initialization.
11806         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
11807         (whitespace-toggle-options, global-whitespace-toggle-options)
11808         (whitespace-cleanup-region, whitespace-report-region)
11809         (whitespace-interactive-char): Fix docstring and code.
11810         (whitespace-cleanup, whitespace-report): Fix docstring.
11811         (whitespace-replace-spaces-by-tabs): Remove fun.
11812         (whitespace-replace-action): New fun, replace
11813         whitespace-replace-spaces-by-tabs removed fun.
11814         (whitespace-regexp, whitespace-indentation-regexp)
11815         (whitespace-space-after-tab-regexp, whitespace-insert-value)
11816         (whitespace-kill-buffer): New funs.
11817         (whitespace-insert-option-mark, whitespace-help-on)
11818         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
11819         (whitespace-color-on, whitespace-color-off)
11820         (whitespace-display-char-on): Fix code.
11822 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11824         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
11825         (mouse-throw-magnifier-with-mouse-movement): Remove.
11826         (mouse-throw-magnifier-base): New const.
11827         (mouse-drag-scroll-delta): New fun.
11828         (mouse-drag-throw): Use it.
11830 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
11832         * international/uni-bidi.el, international/uni-category.el:
11833         * international/uni-combining.el, international/uni-comment.el:
11834         * international/uni-decimal.el, international/uni-decomposition.el:
11835         * international/uni-digit.el, international/uni-lowercase.el:
11836         * international/uni-mirrored.el, international/uni-name.el:
11837         * international/uni-numeric.el, international/uni-old-name.el:
11838         * international/uni-titlecase.el, international/uni-uppercase.el:
11839         * international/charprop.el: Regenerate.
11841 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
11843         * vc.el (vc-status-fileinfo): Add new member directoryp.
11844         (vc-default-status-printer): Print directories.
11845         (vc-status-update): Sort files before subdirectories.
11847         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
11848         Add alternative implementation based on "cvs update".
11850 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
11852         * doc-view.el: Changed requirements section to tell that only one
11853         of dvipdf or dvipdfm is needed.
11854         (doc-view-already-converted-p): Fix bug that forced reconversion
11855         if doc was already converted.
11857 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11859         * minibuffer.el (minibuffer-message):
11860         Make sure we can put-text-property.
11862         * emacs-lisp/crm.el: Complete rewrite.
11864         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
11865         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
11866         case of an error in display-completion-list.
11868         * filecache.el (file-cache-completions-keymap): Move init from
11869         file-cache-completion-setup-function into declaration.
11870         (file-cache-minibuffer-complete): Simplify.
11871         (file-cache-completion-setup-function): Use standard-output,
11872         preserve current-buffer.
11874         * vc.el (vc-status-update): Fix typo.
11875         (vc-status-update): Set needs-update.
11876         (vc-status-refresh): Î·-reduce.
11878 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
11880         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
11881         to image-eol.
11883 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
11885         * vc.el (vc-status-update): Undo the previous revert.
11887 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11889         * minibuffer.el (completion-table-with-terminator): Those completions
11890         are never valid w.r.t test-completion.
11891         (completion--file-name-table):
11892         Check completion-all-completions-with-base-size.
11894 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
11896         * doc-view.el (doc-view-dvipdf-program): New variable.
11897         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
11898         (doc-view-mode-p): Check for doc-view-dvipdf-program as
11899         alternative for doc-view-dvipdfm-program.
11900         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
11902         * doc-view.el (doc-view-start-process): Don't set
11903         default-directory to "~/" if the current value is valid.
11904         This broke PS files that run other files in the same directory.
11906 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
11908         * vc.el (vc-status-kill-query): New function.
11909         (vc-status-mode): Add it to kill-buffer-query-functions.
11910         (vc-status-show-fileentry): New function.
11911         (vc-status-menu-map): Bind it.  Bind vc-next-action.
11913 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11915         * minibuffer.el (minibuffer-message): Put cursor at the right place.
11917 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11919         * proced.el (proced-send-signal): Fix error recognition.
11921 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11923         * proced.el (proced-command-alist): Remove sort column.
11924         (proced-command, proced-procname-column):
11925         Use make-variable-buffer-local.
11926         (proced-signal-function): Rename from proced-kill-program.
11927         Allow for elisp symbols and string values representing system calls.
11928         (proced-marker-regexp, proced-success-message): New functions.
11929         (proced): Use defalias.  Add autoload cookie.
11930         (proced-unmark-backward, proced-toggle-marks)
11931         (proced-hide-processes): New commands.
11932         (proced-do-mark): Simplify code.
11933         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
11934         (proced-update): Remove sorting.
11935         (proced-send-signal): Display number of processes to operate on.
11936         Allow for system calls or elisp functions to send signals.
11937         Check if signal was sent successfully.
11939 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11941         * minibuffer.el (completion-all-completion-with-base-size): New var.
11942         (completion--some): New function.
11943         (completion-table-with-context, completion--file-name-table):
11944         Return the base-size if requested.
11945         (completion-table-in-turn): Generalize to multiple arguments.
11946         (complete-in-turn): Compatibility alias.
11947         (completion-styles-alist): New var.
11948         (completion-styles): New customization.
11949         (minibuffer-try-completion, minibuffer-all-completions):
11950         New functions.
11951         (minibuffer--do-completion, minibuffer-complete-and-exit)
11952         (minibuffer-try-word-completion): Use them.
11953         (display-completion-list, minibuffer-completion-help): Use them.
11954         Handle all-completions's new base-size info to set completion-base-size.
11955         * info.el (Info-read-node-name-1): Use completion-table-with-context,
11956         completion-table-with-terminator and complete-with-action.
11957         Remove the now obsolete completion-base-size-function property.
11958         * simple.el (completion-list-mode-map): Move init into declaration.
11959         (completion-list-mode): Use define-derived-mode.
11960         (completion-setup-function): Use any completion-base-size that may
11961         have been set before.  Remove handling of completion-base-size-function.
11962         * loadup.el: Move abbrev.el up earlier.
11964 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
11966         * vc-git.el (vc-git-after-dir-status-stage)
11967         (vc-git-dir-status-goto-stage): New functions.
11968         (vc-git-after-dir-status-stage1)
11969         (vc-git-after-dir-status-stage1-empty-db)
11970         (vc-git-after-dir-status-stage2): Remove, functionality moved
11971         into the new generic stage functions.
11972         (vc-git-dir-status-files): New function.
11974         * vc.el (vc-status-update): Revert an incorrect rewrite.
11975         Add some comments.
11976         (vc-status-refresh-files): New function.
11977         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
11978         state of up-to-date files.
11979         (vc-default-dir-status-files): New function.
11981 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
11983         * minibuffer.el (completion--embedded-envvar-table)
11984         (read-file-name-internal): Fix typos in 2008-04-11 change.
11986         * faces.el (read-face-name): Use `completion-table-in-turn',
11987         not `complete-in-turn'.
11989 2008-04-13  Andreas Schwab  <schwab@suse.de>
11991         * progmodes/etags.el: Require 'cl when compiling.
11993 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
11995         * progmodes/gud.el (gud-menu-map): Expand tooltip.
11997         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
11998         (menu): Add/expand menu tooltips.
12000 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
12002         * progmodes/sh-script.el (sh-show-indent): Fix typo.
12003         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
12005         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
12006         considered registered.
12008 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12010         * emacs-lisp/copyright.el (copyright-update-directory): New command.
12012         * ediff-wind.el (ediff-split-window-function)
12013         (ediff-merge-split-window-function): Improve custom type.
12015 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
12017         * loadup.el ("minibuffer"): Move after "faces".
12019 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12021         * progmodes/hideif.el (hif-factor): Handle unary minus.
12023 2008-04-12  Glenn Morris  <rgm@gnu.org>
12025         * calendar/cal-china.el (chinese-calendar-time-zone):
12026         Mark obsolete name as risky too.
12028         * calendar/calendar.el (calendar-faces): New custom group.
12029         (calendar-today, diary, holiday): Doc fix.
12030         Move to calendar-faces group.
12031         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
12032         (diary-button): Doc fix.  Move to calendar-faces group.
12034         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
12035         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
12036         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
12037         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
12038         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
12039         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
12040         not in dumped files before the associated defcustom.
12042 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
12044         * minibuffer.el (lazy-completion-table): Fix debug spec.
12046 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12048         * minibuffer.el (complete-with-action, lazy-completion-table):
12049         Move from subr.el.
12050         (apply-partially, completion-table-dynamic)
12051         (completion-table-with-context, completion-table-with-terminator)
12052         (completion-table-in-turn): New funs.
12053         (completion--make-envvar-table, completion--embedded-envvar-table):
12054         New funs.
12055         (read-file-name-internal): Use them.
12056         (completion-setup-hook): Move from simple.el.
12057         * subr.el (complete-with-action, lazy-completion-table):
12058         * simple.el (completion-setup-hook): Move to minibuffer.el.
12060 2008-04-11  Glenn Morris  <rgm@gnu.org>
12062         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
12064 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12066         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
12068         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
12070         * textmodes/fill.el (fill-forward-paragraph-function): New var.
12071         (fill-forward-paragraph): New fun.
12072         (fill-paragraph, fill-region): Use it.
12074         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
12075         (vc-status-create-fileinfo): Make `extra' optional.
12076         (vc-status-busy): New fun.
12077         (vc-status-menu-map): Use it.
12078         (vc-status-crt-marked): Remove.
12079         (vc-status-update): Rename from vc-status-add-entries.
12080         Add argument so as to prevent addition of entries.  Rewrite.
12081         (vc-update-vc-status-buffer): Remove.
12082         (vc-status-refresh): Don't remove old entries, set them to
12083         up-to-date instead.  Also do it after the update is complete.
12084         (vc-status-marked-files): Î·-reduce.
12086         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
12087         for non-dialogs.
12089         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
12091         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
12093 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
12095         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
12096         to t and don't truncate msg.
12098 2008-04-11  Glenn Morris  <rgm@gnu.org>
12100         * calendar/calendar.el (diary, holidays):
12101         Move custom groups to other files.
12102         (holiday-general-holidays, holiday-oriental-holidays)
12103         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
12104         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
12105         (holiday-hebrew-holidays, holiday-christian-holidays)
12106         (holiday-islamic-holidays, holiday-bahai-holidays)
12107         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
12108         * calendar/diary-lib.el: Move custom group here from calendar.el.
12109         * calendar/holidays.el: Move custom group and variables here
12110         from calendar.el.
12112         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
12114         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
12115         Fix custom group.
12116         (calendar-current-time-zone-cache): Autoload riskiness.
12118         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
12120 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
12122         * woman.el (woman2-TH): Use string-equal instead of string-match.
12124 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12126         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
12127         (smerge-resolve): Merge the "2-way refinement" case with one half of
12128         the "mere whitespace" resolution.
12130 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
12132         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
12134 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
12136         * subr.el (assoc-ignore-case, assoc-ignore-representation):
12137         Add WHEN to obsolescence declaration.
12139         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
12141 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
12143         * vc-hooks.el (vc-state): Add new state `conflict'.
12144         (vc-after-save): Use when not if.
12145         (vc-default-mode-line-string): Deal with the conflict state.
12146         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
12148         * vc.el (vc-editable-p, vc-default-status-printer)
12149         (vc-next-action): Deal with the conflict state.
12150         (vc-mark-resolved): New function.
12151         (vc-status-mode): Fix mode name.
12152         (vc-default-comment-history): Use when not if.
12153         (Todo): Add new entries, remove old ones.
12155         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
12156         (vc-cvs-parse-status, vc-cvs-after-dir-status):
12157         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
12158         Detect the conflict state.
12160         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
12162 2008-04-10  Glenn Morris  <rgm@gnu.org>
12164         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
12165         Respect truncate-partial-width-windows in non-full windows,
12166         with regards to :toggle and :enable state.
12168         * simple.el (toggle-truncate-lines): Doc fix.
12170         * Makefile.in (MH_E_DIR): New variable.
12171         (MH_E_SRC): Restore variable removed 2008-03-13.
12172         (mh-loaddefs.el): Depend on $MH_E_SRC.
12173         (CAL_DIR, CAL_SRC): New variables.
12174         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
12175         Depend on CAL_SRC.
12177         * calendar/calendar.el (calendar, diary): Add :prefix.
12178         (holidays): Change :prefix.
12179         (calendar-today, holiday, calendar-holiday-marker)
12180         (european-calendar-style): Change custom groups.
12182         * calendar/calendar.el (diary-hook, diary-display-hook):
12183         Move to diary-lib.el.
12184         * calendar/diary-lib.el (diary-hook, diary-display-hook):
12185         Move here from calendar.el.
12186         * calendar/appt.el: Require diary-lib rather than calendar.
12187         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
12189         * calendar/appt.el (appt): Add :prefix.
12191         * calendar/diary-lib.el (diary-hook): Doc fix.
12192         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
12194 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12196         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
12197         New functions.
12199         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
12200         the arg to recursive calls.
12202 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
12204         * minibuffer.el (completion-auto-help): Fix typo.
12206 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12208         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
12210 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
12212         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
12213         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
12215 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12217         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
12219         * minibuffer.el (minibuffer): Move group from cus-edit.el.
12220         (completion-auto-help): Move from C code.
12221         (minibuffer--maybe-completion-help): Remove.
12222         (minibuffer--bitset): New function.
12223         (minibuffer--do-completion): Rename from minibuffer-do-completion.
12224         Renumber a bit.  Really complete on string *before* point.
12225         Add argument used for word-completion.
12226         Join trailing / in completion with following text, as done in
12227         minibuffer-complete-word.
12228         Handle new value `lazy' for completion-auto-help.
12229         (minibuffer-try-word-completion): New function extracted from
12230         minibuffer-complete-word.
12231         (minibuffer-complete-word): Use minibuffer--do-completion.
12232         (minibuffer--insert-strings): Rename from
12233         minibuffer-complete-insert-strings.
12234         (exit-minibuffer): Fix typo.
12235         * cus-edit.el (minibuffer): Move group to minibuffer.el.
12236         * cus-start.el: Remove completion-auto-help.
12238 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
12240         * vc.el (vc-status-add-entries): New function.
12241         (vc-status-add-entry): Remove.
12242         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
12243         Use vc-status-add-entries.
12245         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
12246         order.
12248 2008-04-09  Jason Rumney  <jasonr@gnu.org>
12250         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
12251         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
12252         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
12253         (AUTOGENEL): New variable.
12254         (distclean, maintainer-clean): New targets.
12256 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
12258         * emacs-lisp/regexp-opt.el (regexp-opt):
12259         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
12261 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
12263         * nxml/nxml-mode.el (nxml-cleanup): New function.
12264         (nxml-mode): Add it to change-major-mode-hook.
12266 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
12268         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
12270 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
12272         * calc/.cvsignore: New file.
12274 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
12276         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
12278         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
12279         show-help-function when turning tooltip off.
12280         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
12281         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
12283 2008-04-09  Alan Mackenzie  <acm@muc.de>
12285         * font-lock.el (font-lock-extend-after-change-region-function):
12286         Make it buffer local.
12288 2008-04-09  Glenn Morris  <rgm@gnu.org>
12290         * calendar/calendar.el (diary-file, european-calendar-style):
12291         Remove autoload cookies.
12293 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
12295         * outline.el (outline-mode-menu-bar-map):
12296         * log-view.el (log-view-mode-menu):
12297         * log-edit.el (log-edit-menu): Add :help.
12299 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
12301         * emacs-lisp/regexp-opt.el (regexp-opt-group):
12302         Use substring-no-properties for correct handling of unibyte strings.
12304 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12306         * add-log.el (change-log-next-buffer): Handle the case where version<
12307         signals an error.
12309         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
12310         mouse-major-mode-menu.
12311         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
12312         (mouse-major-mode-menu, mouse-popup-menubar)
12313         (mouse-popup-menubar-stuff): Use them.
12314         (C-down-mouse-3): Bind to a dynamic map rather than to
12315         mouse-popup-menubar-stuff.
12317         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
12318         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
12320 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
12322         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
12323         file:// access method.
12325 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12327         * minibuffer.el: New file.
12328         * loadup.el: Load it.
12330 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12332         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
12333         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
12335         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
12336         (calc-mode-map, calc-digit-map, calc-dispatch-map):
12337         Move initialization into declaration.
12338         * calc/calc-yank.el:
12339         * calc/calc-misc.el:
12340         * calc/calc-embed.el:
12341         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
12343 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
12345         * ps-samp.el (ps-add-printer, ps-remove-printer)
12346         (ps-make-dynamic-printer-menu): New functions.
12348         * net/zeroconf.el: New file.
12350 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12352         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
12354 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
12356         * vc-rcs.el (vc-rcs-modify-change-comment):
12357         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
12359         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
12361 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
12363         * international/mule-cmds.el (set-locale-environment): Don't warn if
12364         coding system doesn't agree with system locale (this reverts changes
12365         by Dave Love, dated 2002-10-27 and 2002-10-09).
12367         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12368         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
12370         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
12372 2008-04-08  Glenn Morris  <rgm@gnu.org>
12374         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
12375         * textmodes/remember.el (remember-diary-convert-entry):
12376         Require calendar.
12378         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
12379         diary-file, since it is the default for make-diary-entry anyway.
12381         * calendar/cal-menu.el (cal-menu-event-to-date):
12382         Rename calendar-event-to-date.  Update callers.
12383         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
12384         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
12385         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
12386         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
12387         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
12388         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
12389         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
12390         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
12391         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
12392         (calendar-mouse-tex-month-landscape):
12393         Rename cal-tex-mouse-month-landscape.
12394         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
12395         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
12396         (calendar-mouse-tex-year-landscape):
12397         Rename cal-tex-mouse-year-landscape.
12398         (cal-menu-context-mouse-menu): Update for above name changes.
12400         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
12401         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
12402         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
12403         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
12404         * calendar/holidays.el: Replace int-to-string with number-to-string.
12406 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
12408         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
12409         region if point moves.
12411 2008-04-08  Kenichi Handa  <handa@m17n.org>
12413         * faces.el (font-slant-table): Change numeric values for `r',
12414         `roman', and `normal'.
12416 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
12418         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
12420 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
12422         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
12423         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
12425 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
12427         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
12428         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
12430 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12432         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
12434 2008-04-07  Sam Steingold  <sds@gnu.org>
12436         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
12437         Add helper functions.
12438         (lisp-do-defun): Extract the common part of lisp-eval-defun and
12439         lisp-compile-defun; DEFVAR forms reset the variables to the init
12440         values, just like in emacs-lisp mode eval-defun.
12441         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
12442         (lisp-compile-region): Use lisp-compile-string.
12444 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12446         * subr.el (combine-and-quote-strings): Also quote strings that contain
12447         the separator.
12449         * pcvs-util.el (cvs-map): Avoid recursion :-(
12451 2008-04-07  Glenn Morris  <rgm@gnu.org>
12453         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
12455         * calendar/calendar.el (diary-view-entries-initially-flag): Rename
12456         view-diary-entries-initially.  Keep old name as alias, update users.
12457         (calendar-mark-diary-entries-flag): Rename
12458         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
12459         (calendar-view-holidays-initially-flag): Rename
12460         view-calendar-holidays-initially.  Keep old name as alias, update users.
12461         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
12462         Keep old name as alias, update users.
12463         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
12464         Keep old name as alias, update users.
12465         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
12466         Keep old name as alias, update users.
12467         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
12468         Keep old name as alias, update users.
12469         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
12470         (diary-american-date-forms): Rename american-date-diary-pattern.
12471         Keep old name as alias, update users.
12472         (diary-european-date-forms): Rename european-date-diary-pattern.
12473         Keep old name as alias, update users.
12474         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
12475         Keep old name as alias, update users.
12476         (calendar-european-date-display-form): Rename
12477         european-calendar-display-form.  Keep old name as alias, update users.
12478         (calendar-american-date-display-form): Rename
12479         european-calendar-display-form.  Keep old name as alias, update users.
12480         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
12481         Keep old name as alias, update users.
12482         (holiday-general-holidays): Rename general-holidays.
12483         Keep old name as alias, update users.
12484         (holiday-oriental-holidays): Rename oriental-holidays.
12485         Keep old name as alias, update users.
12486         (holiday-local-holidays): Rename local-holidays.
12487         Keep old name as alias, update users.
12488         (holiday-other-holidays): Rename other-holidays.
12489         Keep old name as alias, update users.
12490         (holiday-hebrew-holidays): Rename hebrew-holidays.
12491         Keep old name as alias, update users.
12492         (holiday-christian-holidays): Rename christian-holidays.
12493         Keep old name as alias, update users.
12494         (holiday-islamic-holidays): Rename islamic-holidays.
12495         Keep old name as alias, update users.
12496         (holiday-bahai-holidays): Rename bahai-holidays.
12497         Keep old name as alias, update users.
12498         (holiday-solar-holidays): Rename solar-holidays.
12499         Keep old name as alias, update users.
12500         (diary-fancy-buffer): Rename fancy-diary-buffer.
12501         Keep old name as alias, update users.
12502         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
12503         Update users.
12504         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
12505         Update users.
12506         (calendar-increment-month): Rename increment-calendar-month.
12507         Keep old name as alias, update callers.
12508         (calendar-increment-month-cons): Rename old calendar-increment-month.
12509         Update callers.
12510         (calendar-extract-month): Rename extract-calendar-month.
12511         Keep old name as alias, update callers.
12512         (calendar-extract-day): Rename extract-calendar-day.
12513         Keep old name as alias, update callers.
12514         (calendar-extract-year): Rename extract-calendar-year.
12515         Keep old name as alias, update callers.
12516         (calendar-generate-window): Rename generate-calendar-window.
12517         Update callers.
12518         (calendar-generate): Rename generate-calendar.  Update callers.
12519         (calendar-generate-month): Rename generate-calendar-month.
12520         Update callers.
12521         (calendar-redraw): Rename redraw-calendar.  Update callers.
12522         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
12523         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
12524         Update callers.
12525         (calendar-update-mode-line): Rename update-calendar-mode-line.
12526         Update callers.
12527         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
12528         update callers.
12529         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
12530         Keep old name as alias, update callers.
12531         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
12532         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
12533         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
12534         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
12535         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
12536         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
12537         * calendar/solar.el: Update for calendar.el name changes.
12538         * org/org.el (org-agenda-format-date-aligned)
12539         (org-agenda-execute-calendar-command): Access date elements directly
12540         rather than using calendar functions.
12541         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
12542         Also set calendar-view-diary-initially-flag,
12543         calendar-view-holidays-initially-flag.
12544         (org-get-entries-from-diary): Also set diary-fancy-buffer.
12545         (org-agenda-execute-calendar-command): No need to set displayed-day.
12547 2008-04-06  Alan Mackenzie  <acm@muc.de>
12549         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
12550         typo in the doc string.
12552         * progmodes/cc-mode.el (c-basic-common-init):
12553         Set font-lock-extend-after-change-region-function.
12554         (c-extend-after-change-region): New function, used in
12555         font-lock-extend-after-change-region-function, thus superseding
12556         advice on the Font Lock after change functions.
12557         (c-advise-fl-for-region): Remove this macro.
12559 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12561         * textmodes/flyspell.el (flyspell-duplicate-distance):
12562         Improve custom type.
12564 2008-04-06  Glenn Morris  <rgm@gnu.org>
12566         * calendar/diary-lib.el (diary-sexp-entry-symbol):
12567         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
12568         (diary-list-entries-hook): Rename list-diary-entries-hook.
12569         Keep old name as alias, update users.
12570         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
12571         Keep old name as alias, update users.
12572         (diary-nongregorian-listing-hook): Rename
12573         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
12574         (diary-nongregorian-marking-hook): Rename
12575         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
12576         (diary-print-entries-hook): Rename print-diary-entries-hook.
12577         Keep old name as alias, update users.
12578         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
12579         Keep old name as alias, update users.
12580         (diary-number-of-entries): Rename number-of-diary-entries.
12581         Keep old name as alias, update users.
12582         (view-diary-entries, list-diary-entries, show-all-diary-entries):
12583         Give version of obsolescence.
12584         (diary-view-other-diary-entries): Rename view-other-diary-entries.
12585         Keep old name as alias, update callers.
12586         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
12587         update callers.
12588         (diary-include-other-diary-files): Rename include-other-diary-files.
12589         Keep old name as alias, update callers.
12590         (diary-simple-display): Rename simple-diary-display.
12591         Keep old name as alias, update callers.
12592         (diary-fancy-display): Rename fancy-diary-display.
12593         Keep old name as alias, update callers.
12594         (diary-print-entries): Rename print-diary-entries.
12595         Keep old name as alias, update callers.
12596         (diary-marking-entries-flag): Rename marking-diary-entries.
12597         Update users.
12598         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
12599         (diary-mark-entries): Rename mark-diary-entries.
12600         Keep old name as alias, update callers.
12601         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
12602         Keep old name as alias, update callers.
12603         (diary-mark-included-diary-files): Rename mark-included-diary-files.
12604         Keep old name as alias, update callers.
12605         (calendar-mark-days-named): Rename mark-calendar-days-named.
12606         Keep old name as alias, update callers.
12607         (calendar-mark-month): Rename mark-calendar-month.
12608         Keep old name as alias, update callers.
12609         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
12610         Keep old name as alias, update callers.
12611         (diary-sort-entries): Rename sort-diary-entries.
12612         Keep old name as alias, update callers.
12613         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
12614         Keep old name as alias, update callers.
12615         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
12616         update callers.
12617         (diary-insert-entry): Rename insert-diary-entry.
12618         Keep old name as alias.
12619         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
12620         Keep old name as alias.
12621         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
12622         Keep old name as alias.
12623         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
12624         Keep old name as alias.
12625         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
12626         Keep old name as alias.
12627         (diary-insert-block-entry): Rename insert-block-diary-entry.
12628         Keep old name as alias.
12629         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
12630         Keep old name as alias.
12631         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
12632         Keep old name as alias, update users.
12633         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
12634         Keep old name as alias, update callers.
12635         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
12636         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
12637         * calendar/icalendar.el: Update for diary-lib name changes.
12639 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
12641         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
12643         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
12644         for copy, move, and link operations.
12646 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
12648         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
12649         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
12651         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
12652         'require' statements with 1-argument ones (wrapped in if's).
12653         For compatibility with the current stable version of XEmacs.
12655 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
12657         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
12659 2008-04-06  Jason Rumney  <jasonr@gnu.org>
12661         * language/burmese.el ("Burmese"): Make sample text consistent with
12662         language name.
12664 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
12666         * progmodes/gdb-ui.el (gdb): New group.
12667         (gdb-debug-log-max, gdb-enable-debug)
12668         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
12669         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
12670         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
12671         (gdb-show-changed-values, gdb-max-children)
12672         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
12673         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
12674         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
12675         (gdb-memory-unit): Move to new group from GUD group.
12676         (menu): Allow customization from GDB-UI menu-item.
12678 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
12680         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
12682 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12684         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
12685         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
12686         Revision numbers can include ".".
12688         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
12689         "+" lines not accounted for by counting "-" and context lines.
12691 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12693         * term/mac-win.el (mac-service-open-file): Use file URL instead of
12694         file name string.
12696 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12698         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
12699         (vc-bzr-annotate-time): Accept space used to preserve alignment.
12701 2008-04-05  Richard Stallman  <rms@gnu.org>
12703         * emacs-lisp/advice.el (defadvice): Add usage pattern.
12705 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
12707         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
12708         thread in [h-e-w]).
12710 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
12712         * files.el (abort-if-file-too-large): Fix typo in docstring.
12714 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12716         * subr.el (functionp): Return nil for special forms.
12718 2008-04-05  Glenn Morris  <rgm@gnu.org>
12720         * emacs-lisp/autoload.el (autoload-ensure-default-file):
12721         Provide a feature.
12722         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
12723         Require loaddefs file rather than loading it.
12724         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
12725         autoload-ensure-default-file provides a feature.
12727         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
12728         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
12729         (compile, compile-always, recompile): Use $LOADDEFS.
12730         (cal-autoloads): Remove.
12732         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
12733         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
12735         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
12736         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
12738         * calendar/calendar.el (diary-hebrew-entry-symbol):
12739         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
12740         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
12741         Keep old name as alias.
12742         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
12743         Keep old name as alias.
12744         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
12745         to diary-bahai-entry-symbol.
12746         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
12747         to diary-hebrew-entry-symbol.
12748         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
12749         to diary-islamic-entry-symbol.
12750         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
12752         * calendar/solar.el (diary-sabbath-candles-minutes)
12753         (diary-sabbath-candles): Move to cal-hebrew.
12754         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
12755         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
12756         Doc fix.  Keep old name as alias.
12757         (diary-hebrew-sabbath-candles): Simplify.
12758         (solar-setup, solar-sunrise-sunset, calendar-latitude)
12759         (calendar-longitude, calendar-time-zone): Declare for compiler.
12760         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
12761         rename.
12763         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
12764         Rename coptic-calendar-month-name-array.  Update callers.
12765         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
12766         (calendar-coptic-name): Rename coptic-name.  Update callers.
12767         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
12768         Update callers.
12769         (calendar-coptic-last-day-of-month):
12770         Rename coptic-calendar-last-day-of-month.  Update callers.
12771         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
12772         Keep old name as alias, update callers.
12773         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
12774         Keep old name as alias, update callers.
12775         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
12776         Keep old name as alias.
12777         (calendar-ethiopic-month-name-array):
12778         Rename ethiopic-calendar-month-name-array.  Update callers.
12779         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
12780         Update callers.
12781         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
12782         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
12783         Keep old name as alias, update callers.
12784         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
12785         Keep old name as alias, update callers.
12786         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
12787         Keep old name as alias.
12789         * calendar/cal-french.el (calendar-french-epoch):
12790         Rename french-calendar-epoch.  Update callers.
12791         (calendar-french-month-name-array): Rename variable and function
12792         french-calendar-month-name-array.  Update callers.
12793         (calendar-french-multibyte-month-name-array):
12794         Rename french-calendar-multibyte-month-name-array.  Update callers.
12795         (calendar-french-day-name-array): Rename variable and function
12796         french-calendar-day-name-array.  Update callers.
12797         (calendar-french-special-days-array): Rename variable and function
12798         french-calendar-special-days-array.  Update callers.
12799         (calendar-french-multibyte-special-days-array):
12800         Rename french-calendar-multibyte-special-days-array.  Update callers.
12801         (calendar-french-accents-p): Rename french-calendar-accents.
12802         Update callers.
12803         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
12804         Update callers.
12805         (calendar-french-last-day-of-month):
12806         Rename french-calendar-last-day-of-month.  Update callers.
12807         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
12808         Keep old name as alias, update callers.
12809         (calendar-french-print-date): Rename calendar-print-french-date.
12810         Keep old name as alias, update callers.
12811         (calendar-french-goto-date): Rename calendar-goto-french-date.
12812         Keep old name as alias.
12814         * calendar/cal-menu.el, calendar/calendar.el:
12815         Update for Coptic and French name changes.
12817         * calendar/cal-china.el (calendar-chinese): Rename custom group
12818         from chinese-calendar.  Update users.
12819         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
12820         Keep old name as alias, update users.
12821         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
12822         Keep old name as alias.
12823         (calendar-chinese-daylight-time-offset):
12824         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
12825         update users.
12826         (calendar-chinese-standard-time-zone-name):
12827         Rename chinese-calendar-standard-time-zone-name.
12828         Keep old name as alias, update users.
12829         (calendar-chinese-daylight-saving-start):
12830         Rename chinese-calendar-daylight-savings-starts.
12831         Keep old name as alias, update users.
12832         (calendar-chinese-daylight-saving-end):
12833         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
12834         update users.
12835         (calendar-chinese-daylight-saving-start-time):
12836         Rename chinese-calendar-daylight-savings-starts-time.
12837         Keep old name as alias, update users.
12838         (calendar-chinese-daylight-saving-end-time):
12839         Rename chinese-calendar-daylight-savings-ends-time.
12840         Keep old name as alias, update users.
12841         (calendar-chinese-celestial-stem): Rename
12842         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
12843         (calendar-chinese-terrestrial-branch):
12844         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
12845         update users.
12846         (calendar-chinese-zodiac-sign-on-or-after):
12847         Rename chinese-zodiac-sign-on-or-after.  Update callers.
12848         (calendar-chinese-new-moon-on-or-after):
12849         Rename chinese-new-moon-on-or-after.  Update callers.
12850         (calendar-chinese-month-list): Rename chinese-month-list.
12851         Update callers.
12852         (calendar-chinese-number-months): Rename number-chinese-months.
12853         Update callers.
12854         (calendar-chinese-compute-year): Rename compute-chinese-year.
12855         Update callers.
12856         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
12857         (calendar-chinese-year): Rename chinese-year.  Update callers.
12858         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
12859         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
12860         Keep old name as alias, update callers.
12861         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
12862         Keep old name as alias, update callers.
12863         (calendar-chinese-months-to-alist):
12864         Rename make-chinese-month-assoc-list.  Update callers.
12865         (calendar-chinese-months): Rename chinese-months.  Update callers.
12866         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
12867         Keep old name as alias, update callers.
12869         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
12870         Rename hebrew-calendar-leap-year-p.  Update callers.
12871         (calendar-hebrew-last-month-of-year):
12872         Rename hebrew-calendar-last-month-of-year.  Update callers.
12873         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
12874         Update callers.
12875         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
12876         Update callers.
12877         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
12878         Update callers.
12879         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
12880         Update callers.
12881         (calendar-hebrew-last-day-of-month):
12882         Rename hebrew-calendar-last-day-of-month.  Update callers.
12883         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
12884         Keep old name as alias, update callers.
12885         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
12886         Keep old name as alias, update callers.
12887         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
12888         Keep old name as alias, update callers.
12889         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
12890         Keep old name as alias.
12891         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
12892         Keep old name as alias.
12893         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
12894         Keep old name as alias.
12895         (holiday-hebrew-passover): Rename holiday-passover-etc.
12896         Keep old name as alias.
12897         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
12898         Keep old name as alias, update callers.
12899         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
12900         Keep old name as alias.
12901         (calendar-hebrew-mark-date-pattern):
12902         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
12903         update callers.
12904         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
12905         Keep old name as alias.
12906         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
12907         Keep old name as alias.
12908         (diary-hebrew-insert-monthly-entry):
12909         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
12910         (diary-hebrew-insert-yearly-entry):
12911         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
12912         (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
12913         Keep old name as alias.
12914         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
12915         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
12916         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
12917         Keep old name as alias.
12918         (calendar-hebrew-parashiot-names):
12919         Rename hebrew-calendar-parashiot-names.  Update callers.
12920         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
12921         (calendar-hebrew-year-Saturday-incomplete-Sunday):
12922         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
12923         (calendar-hebrew-year-Saturday-complete-Tuesday):
12924         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
12925         (calendar-hebrew-year-Monday-incomplete-Tuesday):
12926         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
12927         (calendar-hebrew-year-Monday-complete-Thursday):
12928         Rename hebrew-calendar-year-Monday-complete-Thursday.
12929         (calendar-hebrew-year-Tuesday-regular-Thursday):
12930         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
12931         (calendar-hebrew-year-Thursday-regular-Saturday):
12932         Rename hebrew-calendar-year-Thursday-regular-Saturday.
12933         (calendar-hebrew-year-Thursday-complete-Sunday):
12934         Rename hebrew-calendar-year-Thursday-complete-Sunday.
12935         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
12936         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
12937         (calendar-hebrew-year-Saturday-complete-Thursday):
12938         Rename hebrew-calendar-year-Saturday-complete-Thursday.
12939         (calendar-hebrew-year-Monday-incomplete-Thursday):
12940         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
12941         (calendar-hebrew-year-Monday-complete-Saturday):
12942         Rename hebrew-calendar-year-Monday-complete-Saturday.
12943         (calendar-hebrew-year-Tuesday-regular-Saturday):
12944         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
12945         (calendar-hebrew-year-Thursday-incomplete-Sunday):
12946         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
12947         (calendar-hebrew-year-Thursday-complete-Tuesday):
12948         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
12949         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
12950         Update for above name changes of constants.
12952         * calendar/cal-menu.el, calendar/calendar.el:
12953         Update for chinese and hebrew name changes.
12954         * calendar/diary-lib.el: Update for hebrew name changes.
12956 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12958         * subr.el (keymap-canonicalize): Correct thinko.
12960         * server.el: Undo part of the multi-tty change, which is only
12961         needed if server.el is preloaded, and broke server-running-p.
12962         (server-socket-dir): Initialize in the defvar, as before.
12963         (server-start): Remove initialization of server-socket-dir.
12965 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
12967         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
12968         3-member cons cells.
12970 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
12972         * cus-face.el (custom-face-attributes): Handle roman slant.
12974         * faces.el (default): Ensure the face-defface-spec property is set.
12976 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
12978         * files.el (abort-if-file-too-large): New function.
12979         (find-file-noselect, insert-file-1): Use it.
12981 2008-04-05  Reto Zimmermann  <reto@gnu.org>
12983         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
12984         Replace C-c[a-zA-Z] key bindings.
12986 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12988         * progmodes/hideif.el (hif-token-alist): New var.
12989         (hif-token-regexp, hif-tokenize): Use it.
12990         (hif-mathify-binop): New macro.
12991         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
12992         (hif-greater-equal, hif-less-equal): Use it.
12993         (hif-logior, hif-logand): New functions.
12994         (hif-math): Accept | and & as well.
12996         * progmodes/etags.el: Fix problem with completion for buffer-local
12997         tables.  Reported by Radey Shouman <shouman@comcast.net>.
12998         (tags-complete-tag): Remove.
12999         (tags-lazy-completion-table): New function to replace it.
13000         (find-tag-tag, complete-tag): Update users.
13002 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
13004         * vc-rcs.el (vc-rcs-dir-status):
13005         * vc-sccs.el (vc-sccs-dir-status): New function.
13007         * outline.el (outline-mode-menu-bar-map):
13008         * term.el (terminal-signal-menu): Add :help.
13010         * net/eudc.el (eudc-mode-map): Declare and define in one step.
13011         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
13013         * emacs-lisp/re-builder.el (reb-mode-map):
13014         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
13016         * diff-mode.el (diff-file-junk-re): Recognize the git format for
13017         new files, deleted files and for changing permissions.
13018         (diff-mode): Set beginning-of-defun-function and
13019         end-of-defun-function.
13021         * vc-bzr.el (vc-bzr-state): Use when instead of if.
13023         * vc.el (vc-default-status-fileinfo-extra): New function.
13024         (vc-status-mark-buffer-changed): Use it.
13025         (vc-update-vc-status-buffer): Allow for partial updates.
13027 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13029         * net/tramp.el (after-init-hook): Don't wrap a lambda around
13030         tramp-register-completion-file-name-handler.
13032         * subr.el (keymap-canonicalize): New function.
13033         * mouse.el (mouse-menu-non-singleton): Use it.
13034         (mouse-major-mode-menu): Remove hack made unnecessary.
13036         * simple.el (set-fill-column): Prompt rather than error by default.
13038 2008-04-04  Andreas Schwab  <schwab@suse.de>
13040         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
13041         Reset new-rules after each round.
13043         * Makefile.in (cal-autoloads): New target.
13044         (compile, compile-always, recompile): Depend on it.
13045         ($(lisp)/calendar/cal-loaddefs.el)
13046         ($(lisp)/calendar/diary-loaddefs.el)
13047         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
13049 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
13051         * ediff*.el: Replace load with require in eval-when-compile.
13053         * ediff-hook.el: Delete all invocations of (autoload ...).
13055         * ediff-util.el (ediff-setup): Make window-min-height a local variable
13056         in ediff control window, and set its min height to 2.
13057         (ediff-setup-control-buffer): Dedicate the control window.
13058         (ediff-toggle-multiframe): Undedicate control window.
13059         Work directly with ediff-setup-windows-multiframe and
13060         ediff-setup-windows-plain.
13062         * ediff-wind.el (ediff-choose-window-setup-function-automatically):
13063         New function.
13064         (ediff-window-setup-function): Change initialization.
13065         (ediff-setup-windows-automatic): Delete.
13066         (ediff-setup-windows-plain-merge): Make control window dedicated.
13067         (ediff-destroy-control-frame): Do not skip frames if working in a
13068         single frame.
13070         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
13071         eval-when-compile.
13073         * emulation/viper-util.el: Move provide's forward, prevent recursion in
13074         eval-when-compile.
13076 2008-04-04  Glenn Morris  <rgm@gnu.org>
13078         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
13079         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
13081         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
13082         Rename islamic-calendar-leap-year-p.  Update callers.
13083         (calendar-islamic-last-day-of-month):
13084         Rename islamic-calendar-last-day-of-month.  Update callers.
13085         (calendar-islamic-day-number):
13086         Rename islamic-calendar-day-number.  Update callers.
13087         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
13088         Update callers, keep old name as alias.
13089         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
13090         Update callers, keep old name as alias.
13091         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
13092         Keep old name as alias.
13093         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
13094         Update callers, keep old name as alias.
13095         (calendar-islamic-mark-date-pattern):
13096         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
13097         name as alias.
13098         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
13099         Keep old name as alias.
13100         (diary-islamic-insert-monthly-entry):
13101         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
13102         (diary-islamic-insert-yearly-entry):
13103         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
13105         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
13106         calendar-absolute-from-iso.  Update callers, keep old name as alias.
13107         (calendar-iso-print-date): Rename calendar-print-iso-date.
13108         Update callers, keep old name as alias.
13109         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
13110         Keep old name as alias.
13111         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
13112         Keep old name as alias.
13114         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
13115         calendar-absolute-from-julian.  Update callers, keep old name as alias.
13116         (calendar-julian-print-date): Rename calendar-print-julian-date.
13117         Update callers, keep old name as alias.
13118         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
13119         Update callers, keep old name as alias.
13120         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
13121         Update callers, keep old name as alias.
13122         (calendar-astro-print-day-number):
13123         Rename calendar-print-astro-day-number.  Update callers, keep old
13124         name as alias.
13125         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
13126         Update callers, keep old name as alias.
13128         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
13129         Rename calendar-string-to-mayan-long-count.  Update callers.
13130         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
13131         Update callers, keep old name as alias.
13132         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
13133         Update callers.
13134         (calendar-mayan-read-tzolkin-date):
13135         Rename calendar-read-mayan-tzolkin-date.  Update callers.
13136         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
13137         Keep old name as alias.
13138         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
13139         Keep old name as alias.
13140         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
13141         Keep old name as alias.
13142         (calendar-mayan-previous-tzolkin-date):
13143         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
13144         (calendar-mayan-next-round-date):
13145         Rename calendar-next-calendar-round-date.  Keep old name as alias.
13146         (calendar-mayan-previous-round-date):
13147         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
13148         (calendar-mayan-long-count-to-absolute): Rename
13149         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
13150         (calendar-mayan-goto-long-count-date):
13151         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
13153         * calendar/cal-persia.el (calendar-persian-month-name-array):
13154         Rename persian-calendar-month-name-array.  Update callers.
13155         (calendar-persian-epoch): Rename persian-calendar-epoch.
13156         Update callers.
13157         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
13158         Update callers.
13159         (calendar-persian-last-day-of-month):
13160         Rename persian-calendar-last-day-of-month.  Update callers.
13161         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
13162         Update callers, keep old name as alias.
13163         (calendar-persian-print-date): Rename calendar-print-persian-date.
13164         Update callers, keep old name as alias.
13165         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
13166         Keep old name as alias.
13168         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
13169         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
13170         * calendar/solar.el: Update for cal-julian name changes.
13172         * calendar/cal-dst.el: Update for persian name changes.
13174         * calendar/cal-menu.el, calendar/calendar.el:
13175         Update for islamic, iso, julian, mayan, persian name changes.
13177         * calendar/diary-lib.el: Update for islamic name changes.
13179         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
13180         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
13181         as alias.
13182         (calendar-christian-all-holidays-flag):
13183         Rename all-christian-calendar-holidays.  Update callers, keep old
13184         name as alias.
13185         (calendar-islamic-all-holidays-flag):
13186         Rename all-islamic-calendar-holidays.  Update callers, keep old
13187         name as alias.
13188         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
13189         Update callers, keep old name as alias.
13190         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
13191         Update for the above name changes.
13193 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
13195         * hilit-chg.el (global-highlight-changes-mode)
13196         (highlight-changes-passive-string, highlight-changes-active-string):
13197         Mark as obsolete since 23.1, not 22.1.
13199 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
13201         * hilit-chg.el (highlight-changes-visibility-initial-state)
13202         (hilit-chg-update, highlight-changes-mode-turn-on):
13203         Fix typos in docstrings.
13205 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
13207         * newcomment.el (comment-enter-backward): Be careful to restore
13208         position changed during narrowing.
13210 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
13212         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13213         Recognize `sub ($$)'.
13215 2008-04-03  Richard Sharman  <rsharman@pobox.com>
13217         * hilit-chg.el (highlight-changes-mode): Rename from
13218         highlight-changes; no longer uses sub-modes active and passive;
13219         implemented by define-minor-mode.
13220         (highlight-changes-toggle-visibility): New function, to replace
13221         the old passive/active submodes of global-highlight-changes-mode;
13222         implemented by define-minor-mode.
13223         (global-highlight-changes-mode): Rename from global-highlight-changes;
13224         rewrite using define-globalized-minor-mode.
13225         (hilit-chg-major-mode-hook, hilit-chg-check-global)
13226         (hilit-chg-post-command-hook, hilit-chg-check-global)
13227         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
13228         to use of define-globalized-minor-mode.
13229         (highlight-changes-global-initial-state): Change to be boolean.
13230         (highlight-changes-visible-string, highlight-changes-invisible-string):
13231         Rename from highlight-changes-active-string and
13232         highlight-changes-passive-string.
13233         (hilit-chg-update, hilit-chg-set): Use them.
13234         (global-highlight-changes-mode): Rename from global-highlight-changes.
13235         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
13236         docstring.
13237         (hilit-chg-hide-changes): Rewrite to use dolist.
13238         (hilit-chg-set-face-on-change, hilit-chg-update)
13239         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
13240         variable instead of testing highlight-changes-mode.
13241         (highlight-markup-buffers): Add require ediff-util; argument on calls
13242         to highlight-changes-mode changed.
13243         (highlight-compare-with-file): Fix problems with interactive
13244         call giving invalid default file.
13246 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
13248         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
13249         Fix in disassembly buffer (regression in 22.2).
13251 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
13253         * emulation/viper-macs.el (viper-read-fast-keysequence):
13254         Use viper-read-event instead of viper-read-key.
13256         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
13258         * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
13259         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
13260         let-statements.
13262         * emulation/viper-ex.el, emulation/viper-macs.el:
13263         * emulation/viper-mous.el:
13264         Replace load with require in eval-when-compile.
13266 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13268         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
13270         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
13271         (archive-try-jka-compr): New function.
13272         (archive-set-buffer-as-visiting-file): Use it.
13274         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
13276 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
13278         * simple.el (handle-shift-selection): New arg.
13280 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13282         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
13284         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
13286 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
13288         * shell.el (shell-dynamic-complete-filename): New fun.
13289         (shell-dynamic-complete-functions): Use it.
13291         * help-fns.el (describe-variable): Undo 2008-02-25 change.
13293 2008-04-03  Kenichi Handa  <handa@m17n.org>
13295         * international/fontset.el (create-fontset-from-x-resource):
13296         Handle the error of X resource more gracefully.
13298         * international/latin1-disp.el (latin1-display): Don't use make-char.
13299         Fix the argument to set-char-table-range.
13300         (latin1-display-identities): Don't use make-char.
13301         (latin1-display-reset): Use map-charset-chars instead of directly
13302         calling standard-display-default.
13303         (latin1-display-check-font): Don't use make-char.
13304         (latin1-display-setup): Likewise.
13305         (latin1-display-ucs-per-lynx): Likewise.
13307 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13309         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
13310         name the fields, to make the code clearer.
13311         Rewrite all `aset' and `aref' using the defined accessors.
13312         (timer--time): New pseudo-field.
13313         (timer-set-time, timer-set-idle-time, timer-inc-time)
13314         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
13315         (timer--time-less-p): New function.
13316         (timer--activate): New function, extracted from timer-activate.
13317         (timer-activate-when-idle, timer-activate): Use it.
13318         (cancel-function-timers): Use dolist.
13320 2008-04-03  Glenn Morris  <rgm@gnu.org>
13322         * add-log.el (c-beginning-of-defun, c-end-of-defun):
13323         Remove declarations; no longer used.
13324         (c-cpp-define-name, c-defun-name): Declare as functions.
13326         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
13327         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
13329         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
13330         (holiday-passover-etc, holiday-hanukkah): Doc fix.
13331         Add optional argument.  Simplify.
13332         (holiday-tisha-b-av-etc): Use memq rather than unless.
13333         (holiday-julian): Autoload it.
13334         (holiday-hebrew-misc): New function.
13336         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
13338         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
13339         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
13340         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
13341         all-hebrew-calendar-holidays.
13342         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
13343         Simplify using new functions.
13344         (calendar-holidays): Doc fix.
13345         (generate-calendar-window): Use bound-and-true-p.
13347         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
13349         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
13350         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
13351         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
13352         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
13354         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
13356 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13358         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
13360         * vc-bzr.el (vc-bzr-checkout): Simplify.
13362         * image-mode.el (image-mode-fit-frame): New command.
13364         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
13365         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
13366         (keyboard-escape-quit): Check region-active-p i.s.o
13367         transient-mark-mode.
13369 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13371         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
13372         (imap-message-copyuid-1): Use it.
13373         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13374         J. Williams in
13375         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13377 2008-04-02  Alan Mackenzie  <acm@muc.de>
13379         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
13380         New optimised functions to get the name of the current defun/macro.
13382         * add-log.el (add-log-current-defun): Move the functionality which
13383         gets the current function name for C like modes to cc-cmds.el,
13384         thus optimising for speed.
13386 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
13388         * simple.el (deactivate-mark): When the mark is temporarily
13389         active, restore the original value of transient-mark-mode.
13390         (set-mark-command): First deactivate the mark if was temporarily active.
13391         (exchange-point-and-mark): Reactivate the mark if it was
13392         temporarily active.
13393         (handle-shift-selection): New fun.
13394         (transient-mark-mode): Move var documentation here from buffer.c.
13395         (next-line, previous-line, backward-word, move-end-of-line)
13396         (move-beginning-of-line, forward-to-indentation)
13397         (backward-to-indentation, back-to-indentation)
13398         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
13400         * mouse.el (mouse-set-region-1): Save the old value of
13401         transient-mark-mode.
13402         (mouse-drag-track): Ignore the now-obsolete value `identity' for
13403         transient-mark-mode.
13405         * textmodes/paragraphs.el (forward-paragraph)
13406         (backward-paragraph, forward-sentence, backward-sentence): Add ^
13407         interactive spec.
13409         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
13411 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
13413         * net/tramp.el (tramp-make-tramp-temp-file):
13414         Use `tramp-drop-volume-letter' for the local file name part.
13416 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
13418         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
13419         Add menu entries corresponding to all the key bindings.
13421         * emacs-lisp/debug.el (debugger-mode-map):
13422         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
13423         (conf-align-assignments): Only work on the region if it is active.
13424         (conf-quote-normal): Use when instead of if.  Remove redundant test.
13426         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13427         for tracing and re-builder.
13429 2008-04-02  Glenn Morris  <rgm@gnu.org>
13431         * calendar/appt.el (appt-disp-window-function): Doc fix.
13432         (appt-display-message): Move beep before display.
13433         (appt-check): Make interactive.  Reduce the number of lets.
13434         Use string-equal to compare mode-line strings.
13435         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
13436         read-only.
13437         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
13438         (appt-delete): Simplify.
13440         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
13442         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
13444         * calendar/cal-hebrew.el (list-yahrzeit-dates):
13445         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
13446         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
13448         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
13449         (calendar-holiday-marker, mark-visible-calendar-date):
13450         * calendar/diary-lib.el (fancy-diary-display):
13451         Check for font-lock-mode before using faces.
13453         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
13454         (calendar-gregorian-from-absolute): Reduce the number of lets.
13455         (hebrew-holidays-4, generate-calendar-window): Simplify.
13456         (calendar-for-loop): Make obsolete.
13457         (calendar-nth-named-day): Doc fix.
13459         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
13460         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
13461         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
13462         Reduce the number of lets.
13463         (mark-sexp-diary-entries, calendar-mark-complex):
13464         Expand calendar-for-loops.
13466 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
13468         * find-dired.el (find-dired-filter): Fix last patch to handle
13469         multi-line process input.  Pad link numbers too.
13471 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
13473         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
13475 2008-04-01  Jason Rumney  <jasonr@gnu.org>
13477         * international/characters.el (script-list): Add phonetic script,
13478         covering IPA (previously Latin), Phonetic Extensions and
13479         Phonetic Extensions Supplement (both previously unassigned).
13481         * international/fontset.el (setup-default-fontset): Use unicode fonts
13482         that cover bopomofo script for bopomofo.
13483         Likewise for braille and mathematical.
13484         Use unicode scripts that cover the phonetic script for IPA.
13486 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
13488         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
13489         return the assigned value.
13491 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13493         * abbrev.el (abbrev-mode): Use define-minor-mode.
13495         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
13496         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
13497         Use map-keymap.
13498         (minor-mode-menu-from-indicator): Use it.  Simplify.
13500         * bindings.el (mode-line-mode-menu): Move before (new) first use.
13501         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
13502         Bind the key directly to the menu.
13503         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
13505 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
13507         * epa.el (epa-decrypt-region): Explain the reason why this
13508         function should not be used in Lisp programs.
13509         (epa-decrypt-armor-in-region): Ditto.
13510         (epa-verify-region): Ditto.
13511         (epa-verify-cleartext-in-region): Ditto.
13512         (epa-sign-region): Ditto.
13513         (epa-encrypt-region): Ditto.
13515         * epg.el (epg-start-receive-keys): Fix typo in docstring.
13517         * epa.el (epa-select-keys): Show menu even if there is no key in
13518         GnuPG's keyring.
13520 2008-04-01  Glenn Morris  <rgm@gnu.org>
13522         * calendar/calendar.el (calendar-make-temp-face): New function.
13523         (mark-visible-calendar-date):
13524         * calendar/diary-lib.el (fancy-diary-display): Use it.
13526         * vc-hooks.el (vc-responsible-backend): Declare as function.
13528         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
13529         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
13530         * calendar/cal-julian.el (holiday-julian): Use it.
13532         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
13533         (calendar-hebrew-date-is-visible-p): Extract some common code into
13534         separate function.
13535         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
13537         * calendar/cal-menu.el (cal-menu-holidays-menu):
13538         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
13539         rather than obsolete alias.
13541         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
13542         for mark characters.
13543         (calendar-unmark): Unmark by removing all overlays, rather than
13544         redrawing.
13545         (calendar-starred-day): Remove.
13546         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
13547         (calendar-cursor-to-date): No need for special star handling now
13548         using overlays.
13549         (calendar-star-date): Use overlays.
13551         * calendar/cal-french.el (calendar-goto-french-date):
13552         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
13553         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
13554         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
13555         * calendar/cal-persia.el (calendar-persian-date-string):
13556         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
13557         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
13558         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
13559         * calendar/solar.el (solar-equinoxes-solstices):
13560         Reduce nesting of some lets.
13562         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
13563         (calendar-goto-mayan-long-count-date): Simplify.
13565         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
13566         Simplify by using mapcar.
13567         (calendar-list-holidays): Return holiday-list.
13568         (list-holidays): Use let rather than let*.  Remove un-needed locals
13569         `d', `never'.
13570         (calendar-check-holidays): Return result from dolist.
13571         (holiday-float): Use a single let*.  Simplify if-and to and.
13572         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
13573         single let*.
13575 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
13577         * calc/calc.el: Autoload `calc-yank'.
13578         (calc-mode-map): Add keybindings for `calc-yank'.
13579         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
13580         assignments for `calc-yank'.
13582 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
13584         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
13585         (vc-status-mark-buffer-changed): Handle the extra field.
13587         * vc-bzr.el (vc-bzr-after-dir-status):
13588         * vc-cvs.el (vc-cvs-after-dir-status):
13589         * vc-hg.el (vc-hg-after-dir-status):
13590         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
13592 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13594         * doc-view.el: Compute displayed pages first (in PDF).
13595         (doc-view-current-converter-processes): Rename from
13596         doc-view-current-converter-process.  Update users.
13597         (doc-view-sentinel): Test buffer's liveness.
13598         (doc-view-pdf/ps->png-sentinel): Remove.
13599         (doc-view-start-process): New function.
13600         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
13601         (doc-view-ps->pdf): Use it.
13602         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
13603         New functions.
13604         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
13605         (doc-view-mode): Kill the processes when leaving the mode.
13607 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
13609         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
13610         Use `byte-compile-warning-types'.  Add docstring.
13612 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13614         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
13615         (smerge-resolve): Add various resolution heuristics.
13617         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
13618         in 3-way conflicts.
13620 2008-03-31  Glenn Morris  <rgm@gnu.org>
13622         * calendar/cal-bahai.el (diary-bahai-mark-entries):
13623         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
13624         * calendar/cal-islam.el (mark-islamic-diary-entries):
13625         Fix argument order in call to diary-mark-entries-1.
13627         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
13628         pre-Bahai dates.
13629         (holiday-bahai): Use an algorithm actually relevant to this calendar
13630         system.
13632         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
13634         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
13635         Use and.
13637         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
13638         in the last fortnight in Julian October.
13640         * calendar/calendar.el (increment-calendar-month): Optionally handle
13641         systems without 12 months per year.
13642         (calendar-date-is-visible-p): Doc fix.  Simplify.
13644         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
13645         from dolist.
13647 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
13649         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
13650         (hi-lock-unload-function): New function.
13652 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
13654         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
13655         overwriting when NEWNAME is a local file.
13657         * net/trampver.el: Update release number.
13659 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
13661         * vc-git.el: Make vc-status display information about copies,
13662         renames and permission changes.
13663         (vc-git-extra-fileinfo): New defstruct.
13664         (vc-git-escape-file-name, vc-git-file-type-as-string)
13665         (vc-git-rename-as-string, vc-git-permissions-as-string)
13666         (vc-git-status-printer): New functions.
13667         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
13668         (vc-git-after-dir-status-stage1): Look for copies, renames and
13669         permission changes.
13670         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
13671         (vc-git-dir-status): Ask for staged files and renames.
13673 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
13675         * vc.el: Allow backends to display backend specific information in
13676         the vc-status listing.
13677         (vc-status-fileinfo): Add a field for backend specific information.
13678         (vc-status-printer): Rename to ...
13679         (vc-default-status-printer): ... this.
13680         (vc-status-printer): New function.
13681         (vc-update-vc-status-buffer): Set the backend specific file info
13682         if provided.
13684 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13686         * textmodes/remember.el (remember-diary-convert-entry): Revert last
13687         change (ill-conceived).
13689 2008-03-29  Glenn Morris  <rgm@gnu.org>
13691         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
13692         * calendar/cal-julian.el (holiday-julian): Simplify.
13694         * calendar/holidays.el (list-holidays): Use or.
13696 2008-03-29  Juri Linkov  <juri@jurta.org>
13698         * window.el (split-window-preferred-horizontally): New function.
13700         * cus-start.el (split-window-preferred-function):
13701         Set choice for "vertically" to nil instead of split-window.
13702         Set choice for "horizontally" to split-window-preferred-horizontally
13703         instead of lambda.
13705 2008-03-29  Juri Linkov  <juri@jurta.org>
13707         * simple.el (minibuffer-default-add-function): New variable with
13708         the default to minibuffer-default-add-completions.
13709         (minibuffer-default-add-done): New variable.  Make it buffer-local.
13710         (minibuffer-default-add-completions): New function.
13711         (goto-history-element): Set minibuffer-default-add-done to t and
13712         call a function in minibuffer-default-add-function when the
13713         specified absolute history position is greater than the length of
13714         the minibuffer-default list and minibuffer-default-add-done is nil.
13715         Change "^End of history; no next item$" to "^End of defaults;
13716         no next item$".
13718         * bindings.el (debug-ignored-errors): Change "^End of history;
13719         no next item$" to "^End of defaults; no next item$".
13721 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13723         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
13725         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
13726         to with-no-warnings.
13728 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
13730         Sync with Tramp 2.1.13.
13732         * net/tramp-ftp.el: Require 'cl when byte-compiling.
13734         * net/trampver.el: Update release number.
13736 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
13738         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
13739         the current backend.
13741         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
13742         (vc-status-refresh): Create a temporary buffer and call the
13743         `dir-status' backend function from that buffer.
13745         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
13746         (vc-bzr-after-dir-status): Don't kill the buffer.
13748         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
13749         (vc-cvs-after-dir-status): Don't kill the buffer.
13751         * vc-git.el (vc-git-dir-status): Don't create a buffer.
13752         (vc-git-after-dir-status-stage2): Don't kill the buffer.
13754         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
13755         (vc-hg-after-dir-status): Don't kill the buffer.
13757         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
13758         (vc-svn-after-dir-status): Don't kill the buffer.
13760 2008-03-29  Glenn Morris  <rgm@gnu.org>
13762         * calendar/calendar.el (diary-file, american-date-diary-pattern)
13763         (european-date-diary-pattern, european-calendar-display-form)
13764         (american-calendar-display-form, diary-display-hook): Doc fixes.
13765         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
13766         custom :set.  Mark as obsolete.
13767         (calendar-date-style, iso-date-diary-pattern)
13768         (iso-calendar-display-form): New user variables.
13769         (diary-date-forms, calendar-date-display-form): Set using
13770         calendar-date-style.  Doc fix.
13771         (calendar-set-date-style): New command.
13772         (european-calendar, american-calendar): Use calendar-set-date-style.
13773         Mark as obsolete.
13775         * calendar/diary-lib.el (number): Move declaration where needed.
13776         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
13777         (diary-make-date): New function.
13778         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
13779         Use diary-make-date.
13780         (diary-date-display-form, diary-insert-entry-1): New functions.
13781         (insert-monthly-diary-entry, insert-yearly-diary-entry):
13782         Use diary-insert-entry-1.
13783         (insert-anniversary-diary-entry, insert-block-diary-entry)
13784         (insert-cyclic-diary-entry): Use diary-date-display-form.
13786         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13787         Autoload diary-insert-entry-1.
13788         * calendar/cal-bahai.el (diary-bahai-insert-entry)
13789         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
13790         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
13791         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
13792         * calendar/cal-islam.el (insert-islamic-diary-entry)
13793         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
13794         Use diary-insert-entry-1.
13796         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
13797         (diary-yahrzeit): Doc fix.  Use diary-make-date.
13799         * calendar/icalendar.el (icalendar--datetime-to-american-date):
13800         New name for icalendar--datetime-to-noneuropean-date.  Make old name
13801         obsolete alias.
13802         (icalendar--datetime-to-iso-date): New function.
13803         (icalendar--datetime-to-diary-date): Doc fix.  Respect
13804         calendar-date-style if bound.
13806         * textmodes/remember.el (remember-diary-convert-entry):
13807         Respect calendar-date-style if bound.
13809 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13811         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
13812         (xterm-mouse-handle-delete-frame): Delete.
13814         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
13815         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
13816         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
13817         in xterm-modify-other-keys-terminal-list.
13819         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
13820         are conflicts.
13822 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
13824         * vc.el (vc-update): Check if the buffer is unsaved only if it
13825         actually exists.
13826         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
13827         vc-print-log.
13829 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13831         * net/dns.el (dns-write): Use set-buffer-multibyte.
13833 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13835         * vc-bzr.el (vc-bzr-sha1): New fun.
13836         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
13837         (vc-bzr-registered): Use it.
13839 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
13841         * vc.el (vc-status-kill-dir-status-process): Simplify.
13842         (vc-status-refresh): Make sure the buffer is live.
13843         (ring): Don't require it, not used.
13845 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
13847         * progmodes/verilog-mode.el (verilog-auto-inout-module):
13848         Add optional regular expression to AUTOINOUTMODULE.
13849         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
13850         (verilog-auto-inst-param, verilog-auto-reg)
13851         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
13852         (verilog-auto-output-every, verilog-auto-input)
13853         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
13854         (verilog-auto-unused, verilog-auto): Update documentation to use
13855         more obvious instance module names versus cell names.
13857 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
13859         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
13860         kill if a process is running.
13862         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
13864 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
13866         * vc.el: Add new backend function 'status-extra-headers.
13867         (vc-default-status-extra-headers): New function.
13868         (vc-status-headers): Call 'status-extra-headers.  Add colors.
13870         * vc-git.el (vc-git-status-extra-headers): New function.
13872 2008-03-28  Glenn Morris  <rgm@gnu.org>
13874         * calendar/cal-menu.el (cal-menu-holidays-menu)
13875         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
13876         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
13877         holiday-list is optional.
13878         (calendar-mouse-holidays): Remove un-needed local `l'.
13880         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
13881         Remove un-needed local `date'.
13882         (calendar-cursor-to-visible-date): Use let rather than let*.
13883         Remove un-needed local `first-of-month-weekday'.
13885         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
13887         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
13888         Doc fixes.
13889         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
13890         (diary-header-line-flag, diary-header-line-format): Declare.
13891         (diary-pull-attrs): Check for multiple matches.
13892         (diary-list-entries-2): Simplify finding start of date.
13893         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
13894         pop-up-frames.
13895         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
13896         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
13898 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
13900         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
13902         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
13904 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13906         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
13908         * image-mode.el (image-mode-reapply-winprops): Fix last change.
13910 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
13912         * international/mule-conf.el (define-iso-single-byte-charset):
13913         Don't make latin-iso8859-* supplementary.
13914         (#'set-charset-priority): Don't change the priority of charsets
13915         `unicode' and `emacs'.
13917 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13919         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
13920         temp buffer.
13922 2008-03-27  Glenn Morris  <rgm@gnu.org>
13924         * calendar/cal-bahai.el (diary-bahai-list-entries):
13925         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
13926         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
13928         * calendar/calendar.el (diary-file): Doc fix.
13930         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
13931         (list-diary-entries-hook, mark-diary-entries-hook)
13932         (include-other-diary-files, diary-mail-entries)
13933         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
13934         (diary-set-header): New function.
13935         (diary-header-line-flag, diary-header-line-format):
13936         Use diary-set-header for custom :set function.
13937         (diary-set-maybe-redraw): Use symbol-value rather than eval.
13938         (diary-attrtype-convert): Use intern-soft rather than read.
13939         (diary-display-no-entries): New function.
13940         (simple-diary-display, fancy-diary-display): Use it.
13941         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
13942         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
13944         * calendar/holidays.el (list-holidays): Doc fix.
13946 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
13948         * calc/calc-store.el (calc-read-var-name-history): New variable.
13949         (calc-read-var-name): Use `calc-read-var-name-history'.
13951 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13953         * image-mode.el (image-mode-reapply-winprops): Simplify now that
13954         window-configuration-change-hook works buffer-locally.
13956 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
13958         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
13959         for Emacs Lisp, not Lisp.
13961 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
13963         * help-fns.el (describe-function-1, describe-variable):
13964         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
13966         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
13967         replacement is provided, don't print "use nil instead".
13969 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
13971         * complete.el (PC-do-completion): Use regexp-quote.
13973 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
13975         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
13976         Detect missing files.
13978         * vc-git.el (vc-git-extra-menu-map): New key map.
13979         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
13980         New functions.
13982         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
13983         and 'missing files.
13985 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13987         * calendar/holidays.el (list-holidays): Make Y2 optional.
13989         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
13990         buffers shown to the user.
13991         (appt-disp-window): Disable undo explicitly now that the leading space
13992         is gone.
13994         * simple.el (activate-mark): New function.
13995         (set-mark-command): Use it with region-active-p to clean up the code.
13996         (exchange-point-and-mark): Invert the meaning of C-u when
13997         transient-mark-mode is active.
13999         * dired-aux.el (dired-create-files): Use dolist.
14001         * bindings.el (mode-line-change-eol): Use with-selected-window.
14003         * apropos.el (apropos-command): Include macros.
14005 2008-03-26  Glenn Morris  <rgm@gnu.org>
14007         * calendar/cal-bahai.el: Require calendar, not cal-julian.
14008         (calendar-bahai-epoch): Doc fix.
14010         * calendar/cal-china.el: Explicitly require calendar.
14012         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
14013         Require calendar rather than cal-julian.
14014         Autoload calendar-absolute-from-julian.
14015         * calendar/cal-coptic.el (coptic-calendar-epoch):
14016         * calendar/cal-islam.el (calendar-islamic-epoch):
14017         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
14019         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
14021         * calendar/cal-dst.el: Don't require cal-persia.
14022         (calendar-absolute-from-persian): Autoload it.
14023         (dst-adjust-time): Doc fix.
14025         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
14026         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
14027         calendar.
14029         * calendar/cal-menu.el: Require calendar rather than declaring
14030         functions.
14031         * calendar/calendar.el: Provide calendar before requiring cal-menu.
14033         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
14034         calendar-after-frame-setup-hooks.  Update callers, make old name an
14035         obsolete alias.  Doc fix.
14036         (calendar-frame-1): Doc fix.
14038         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
14040         * calendar/calendar.el (oriental-holidays, solar-holidays):
14041         * calendar/holidays.el (list-holidays): Assume atan always bound.
14043         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
14044         Explicitly require calendar, not cal-julian.
14045         * calendar/lunar.el: Explicitly require cal-dst.
14047 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14049         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
14051         * help-fns.el (describe-function-1, describe-variable): If no
14052         replacement is provided, don't print "use nil instead".
14054 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14056         * proced.el: New file.
14058 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
14060         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
14062 2008-03-25  Juri Linkov  <juri@jurta.org>
14064         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
14065         in battery-mode-line-format.
14067         * bindings.el (minibuffer-local-map): For the command
14068         file-cache-minibuffer-complete replace keymap minibuffer-local-map
14069         with map which is already locally bound to minibuffer-local-map.
14071 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14073         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
14074         Remove `sort-first' argument.
14076         * subr.el (redisplay-end-trigger-functions)
14077         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
14078         (process-filter-multibyte-p, set-process-filter-multibyte):
14079         Mark as obsolete.
14081 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
14083         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
14084         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
14085         use the LOCAL arg of `add-hook'.
14086         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
14087         Remove spurious * from defcustom docstrings.
14088         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
14089         Fix typos in messages.
14090         (reb-mode-buffer-p): New function.
14091         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
14092         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
14093         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
14094         Use `unless', `when'.
14095         (re-builder-unload-function): New function.
14097 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
14099         * vc-hooks.el (vc-state): Add documentation for 'missing.
14101 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
14103         * progmodes/verilog-mode.el (verilog-auto-output)
14104         (verilog-auto-input, verilog-auto-inout, verilog-auto)
14105         (verilog-delete-auto): Add optional regular expression to
14106         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
14107         (verilog-signals-matching-regexp): New internal function for
14108         signal matching.
14110 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
14112         * info.el (Info-isearch-search): Always return point.
14114 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14116         * diff-mode.el (diff-remembered-defdir): New var.
14117         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
14119 2008-03-25  Glenn Morris  <rgm@gnu.org>
14121         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
14122         calendar-bahai-prompt-for-date.  Update callers, make old name an
14123         obsolete alias.  Doc fix.
14124         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
14125         coptic-prompt-for-date.  Update callers, make old name an
14126         obsolete alias.  Doc fix.
14127         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
14128         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
14129         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
14130         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
14131         * calendar/cal-iso.el (calendar-iso-read-date): New name for
14132         calendar-iso-read-args.  Update callers, make old name an obsolete
14133         alias.
14134         * calendar/cal-persia.el (calendar-persian-read-date): New name for
14135         persian-prompt-for-date.  Update callers, make old name an
14136         obsolete alias.  Doc fix.  Move definition before use.
14138         * calendar/cal-x.el (diary-frame-parameters)
14139         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
14140         (calendar-frame-1): Doc fixes.
14141         (make-fancy-diary-buffer): Remove declaration.
14142         (calendar-dedicate-diary): Replace call to deleted function
14143         make-fancy-diary-buffer.
14144         (calendar-frame-setup): New function.
14145         (calendar-one-frame-setup, calendar-only-one-frame-setup)
14146         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
14147         work, and mark as obsolete.
14148         (special-display-buffer-names): Don't mess with this; it's not our
14149         business.
14150         (cal-x-load-hook): Defvar it, and mark as obsolete.
14152         * calendar/calendar.el (calendar-remove-frame-by-deleting):
14153         Default to t.  Add to 'calendar group.
14154         (calendar): Doc fix.  Use calendar-frame-setup.
14155         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
14156         (generate-calendar-window): Doc fix.
14158 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14160         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
14162 2008-03-24  Drew Adams  <drew.adams@oracle.com>
14164         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
14165         New variables.
14166         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
14167         (finder-exit): Ignore errors rather than avoiding them.
14168         Kill *Finder-package* buffer also.
14170 2008-03-24  Andreas Schwab  <schwab@suse.de>
14172         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
14174 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
14176         * vc-hg.el (vc-hg-after-dir-status):
14177         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
14179         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
14180         Detect removed files.
14182         * vc.el (vc-status-printer): Use a different face for missing files.
14183         (vc-status-hide-up-to-date): Rename from
14184         vc-status-remove-up-to-date.  Update all callers.
14185         (vc-status-mode-map): Bind C-m.
14187 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
14189         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
14190         code ...
14191         (vc-git--state-code): ... to this new function.
14192         (vc-git-state): Use it.
14194 2008-03-24  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
14196         * textmodes/remember.el (remember-mail-date)
14197         (remember-store-in-mailbox): Write date and From line in such a
14198         way that Mutt can read it.
14200 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
14202         * simple.el (transient-mark-mode): Turn on by default.
14204 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
14206         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
14207         'unregistered for unregistered files.
14209         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
14211         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
14213         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
14214         subdirectories.
14216         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
14217         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
14218         Add :enable for vc-status-refresh.
14219         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
14220         (vc-status-tool-bar-map): Add binding for
14221         vc-status-kill-dir-status-process.
14222         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
14223         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
14224         Reset vc-status-process-buffer.
14225         (vc-status-refresh): Don't run two refreshes at a time.
14226         (vc-status): If the buffer is already in vc-status-mode only refresh.
14227         (vc-status-mark-buffer-changed): Add an optional file parameter.
14228         (vc-resynch-buffer): Use it.
14229         (vc-delete-file): Expand the file name before using it.
14230         Be careful to not create a new buffer with the old file contents.
14231         Update the VC state after performing the operation.
14233 2008-03-23  Andreas Schwab  <schwab@suse.de>
14235         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
14236         Fix radio button condition.
14237         [box]: Likewise.
14238         [customize]: Add radio button.
14240 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
14242         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
14243         (calc-user-parse-tables, calc-gnuplot-default-device)
14244         (calc-gnuplot-default-output, calc-gnuplot-print-device)
14245         (calc-gnuplot-print-output, calc-gnuplot-geometry)
14246         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
14247         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
14248         (calc-undo-list, calc-redo-list, calc-main-buffer)
14249         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
14250         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
14251         (calc-said-hello, calc-executing-macro, calc-any-selections)
14252         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
14253         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
14254         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
14255         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
14256         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
14257         (calc-create-buffer, calc-quit): Add docstrings.
14259 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
14261         * makefile.w32-in (WINS_ALMOST): Add org.
14263 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
14265         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
14266         New functions to implement vc-status support.
14268 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
14270         * vc.el (vc-status-prepare-status-buffer): New function.
14271         (vc-status): Use it.
14273         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
14274         appropriate.
14276 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
14278         * vc-git.el (vc-git--empty-db-p)
14279         (vc-git-after-dir-status-stage1-empty-db): New functions.
14280         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
14281         Add support for empty repositories.
14283 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
14285         * vc-git.el (vc-git-annotate-extract-revision-at-line):
14286         Allow "^" in a version name.
14288         * vc-mtn.el (vc-mtn-state): Support the added state.
14290 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
14292         * org: New directory for Org-mode.
14294         * org/org-export-latex.el: Moved from lisp/textmodes.
14296         * org/org-irc.el: Moved from lisp/textmodes.
14298         * org/org-mac-message.el: Moved from lisp/textmodes.
14300         * org/org-mouse.el: Moved from lisp/textmodes.
14302         * org/org-publish.el: Moved from lisp/textmodes.
14304 2008-03-21  Juri Linkov  <juri@jurta.org>
14306         * comint.el (comint-dynamic-simple-complete):
14307         Use variable `stub' for the second arg `common-substring'
14308         of `comint-dynamic-list-completions'.
14309         (comint-dynamic-list-filename-completions):
14310         Use variable `filenondir' for the second arg `common-substring'
14311         of `comint-dynamic-list-completions'.
14312         (comint-dynamic-list-completions): Add new optional arg
14313         `common-substring'.  Add `common-substring' as the second arg of
14314         the call to `display-completion-list'.  Doc fix.
14316         * comint.el (comint-dynamic-complete-as-filename)
14317         (comint-dynamic-list-filename-completions)
14318         (comint-dynamic-simple-complete): Use `minibuffer-message'
14319         to display message "No completions of %s" when a command
14320         is called in the minibuffer.
14321         (comint-dynamic-simple-complete): Don't display other
14322         completion messages when a command is called in the minibuffer.
14323         (comint-dynamic-list-completions): Use `minibuffer-message'
14324         to display message " [Type space to flush ...]" when a command
14325         is called in the minibuffer.
14327         * shell.el (shell-dynamic-complete-command)
14328         (shell-dynamic-complete-environment-variable): Don't display
14329         completion messages when command is called in the minibuffer.
14331         * emacs-lisp/lisp.el (lisp-complete-symbol):
14332         Use `minibuffer-message' to display message "No completions of %s"
14333         when this command is called in the minibuffer.
14335         * bindings.el (standard-mode-line-modes): Put special help-echo
14336         tooltip on recursive edit %[ %] mode-line constructs.
14338         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
14339         "^No dynamic expansion for .* found$" to allow error messages like
14340         "No dynamic expansion for \"%s\" found in this-buffer".
14342 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
14344         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
14345         "psftp".
14347 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14349         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
14350         * vc.el (vc-default-dired-state-info): Use just "modified".
14351         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
14352         (vc-cvs-mode-line-string): Make use of the better default.
14353         (vc-cvs-parse-entry): Use the new `added'.
14354         (vc-cvs-dired-state-info): Remove.
14355         * vc-svn.el (vc-svn-dired-state-info): Remove.
14356         * vc-hg.el (vc-hg-dired-state-info): Remove.
14357         * vc-git.el (vc-git-dired-state-info): Remove.
14359 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
14361         * vc-git.el (vc-git-status-result): New variable.
14362         (vc-git-dir-status): Split out ...
14363         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
14364         ... these new functions and work asynchronously.
14366 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
14368         * vc-git.el (vc-git-after-dir-status): Remove.
14369         (vc-git-dired-state-info): Reimplement.
14371 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
14373         * replace.el (occur-mode-map): Add :help.
14375         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
14376         for disassemble.
14378         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
14379         the 'added state.
14380         (vc-status-remove-up-to-date): New function.
14381         (vc-status-mode-map, vc-status-menu-map): Bind it.
14382         (vc-status-printer): Use a different face up-to-date files.
14383         (vc-resynch-buffer): Update the vc-status buffer if it exists.
14384         (Todo): Remove solved entries.
14386         * vc-hg.el (vc-hg-state):
14387         * vc-git.el (vc-git-state):
14388         * vc-cvs.el (vc-cvs-parse-status):
14389         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
14390         state.
14392 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14394         * progmodes/compile.el (compile):
14395         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
14397         * simple.el (minibuffer-local-shell-command-map): New var.
14398         (minibuffer-complete-shell-command, read-shell-command): New funs.
14399         (shell-command, shell-command-on-region): Use them.
14401 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
14403         * vc.el (vc-status-mark-buffer-changed): New function to implement
14404         updating of the *vc-status* buffer when a buffer is saved.
14405         (vc-status-mode): Use it for after-change-hook.
14406         (vc-add-to-vc-status-buffer): Rename to ...
14407         (vc-status-add-entry): ... this.
14408         (Todo): Add new entry.
14410 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14412         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
14414 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
14416         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
14417         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
14418         Remove spurious * from defcustom docstrings.
14419         (icomplete-compute-delay): Fix docstring and remove spurious *.
14420         (icomplete-delay-completions-threshold): Fix typo in docstring and
14421         remove spurious *.
14422         (icomplete-completions): While collecting the list of prospective
14423         candidates, don't overshoot `icomplete-prospects-length'.
14425 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
14427         * textmodes/refbib.el:
14428         * textmodes/reftex.el:
14429         * textmodes/reftex-global.el:
14430         * textmodes/reftex-vars.el:
14431         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
14432         compiler pacifying defvars.
14433         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
14434         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
14435         not needed.
14437 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
14439         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
14440         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
14441         (verilog-customize, verilog-font-customize)
14442         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
14443         (verilog-mode): Update documentation strings to match tool tips.
14444         (verilog-auto-search-do, verilog-auto-re-search-do)
14445         (verilog-skip-forward-comment-or-string): Fix verilog-auto
14446         expansion when a .* appears inside a string.
14447         (verilog-re-search-forward, verilog-re-search-backward):
14448         Add comment to recall how this works.
14449         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
14451 2008-03-20  Glenn Morris  <rgm@gnu.org>
14453         * calendar/calendar.el (calendar-other-dates): New function.
14454         (calendar-print-other-dates): Use calendar-other-dates.
14455         * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
14456         the declarations it replaces.
14457         (calendar-mouse-print-dates): Use calendar-other-dates.
14459         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
14460         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
14461         (calendar-absolute-from-bahai): Fix the leap-year case.
14462         (calendar-bahai-from-absolute): Re-use the Gregorian month.
14463         (calendar-bahai-date-string, calendar-bahai-print-date):
14464         Handle pre-Bahai dates.
14466         * calendar/cal-china.el (chinese-calendar-celestial-stem)
14467         (chinese-calendar-terrestrial-branch): Make defcustoms.
14469         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
14470         (calendar-mouse-view-diary-entries): Use or.
14471         (calendar-mouse-chinese-date): Remove unused command.
14472         (cal-menu-load-hook): Mark as obsolete.
14474         * calendar/solar.el (calendar-location-name, calendar-latitude)
14475         (calendar-longitude, solar-arctan, sunrise-sunset)
14476         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
14478 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
14480         * calc/calc.el: Remove outdated comments.
14481         (defcalcmodevar, calc-mode-var-list-restore-default-values)
14482         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
14483         Add docstrings.
14485 2008-03-19  Jason Rumney  <jasonr@gnu.org>
14487         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
14489 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14491         * net/tls.el (open-tls-stream): Reindent.
14493 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
14495         * net/tramp.el (tramp-let-maybe): Removed.
14496         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
14497         It does not exist under XEmacs.
14498         (tramp-handle-file-truename, tramp-handle-expand-file-name)
14499         (tramp-completion-file-name-handler): Let-bind
14500         `directory-sep-char'.
14502         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
14503         `directory-sep-char'.
14505 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14507         * help-fns.el (describe-function-1): Don't signal "missing arglist"
14508         for autoloaded keymaps.
14510         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
14511         (electric-verilog-terminate-line, verilog-in-struct-region-p)
14512         (verilog-backward-ws&directives, verilog-forward-ws&directives)
14513         (verilog-in-comment-p, verilog-in-star-comment-p)
14514         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
14515         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
14516         (verilog-skip-forward-comment-or-string, verilog-in-paren)
14517         (verilog-skip-forward-comment-p): Use it.
14519 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
14521         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
14522         (org-remember-templates, org-time-stamp-rounding-minutes)
14523         (org-back-over-empty-lines, org-find-base-buffer-visiting)
14524         (org-columns-new): Fix typos in docstrings.
14526 2008-03-19  Glenn Morris  <rgm@gnu.org>
14528         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
14529         (tramp-handle-shell-command): Use condition-case rather than
14530         ignore-errors.
14532 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
14534         * diff-mode.el (diff-header): Make the color louder.
14535         (diff-refine-change): Tone the color down.
14537 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
14539         * descr-text.el (describe-char): When `describe-char-unidata-list'
14540         is set to show all properties, list them in the right order.
14542 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14544         * international/mule.el (load-with-code-conversion): Avoid setting
14545         default-enable-multibyte-characters.
14547 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
14549         * vc.el (vc-annotate-background): Fix custom type.
14551 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14553         * descr-text.el (describe-char-unidata-list): Allow specifying
14554         just all properties.
14555         (describe-char): Handle that new value.
14557         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
14559 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
14561         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
14562         instead of file name extension to make docs with uncommon
14563         extensions work.
14565 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
14567         * doc-view.el (require): Require cl at compile time because
14568         `assert' needs it.
14570 2008-03-18  Glenn Morris  <rgm@gnu.org>
14572         * calendar/calendar.el (initial-calendar-window-hook)
14573         (today-visible-calendar-hook): Doc fixes.
14575 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
14577         * net/tramp.el (tramp-root-regexp): Simplify.
14578         (tramp-completion-file-name-regexp-separate): Don't insist on
14579         leading "[".  This prevents method or user or host completion.
14580         (tramp-let-maybe): Autoload it.
14581         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
14582         is an alias for `identity'.
14583         (tramp-handle-write-region): Protect `last-coding-system-used'
14584         over the trailing statements.
14585         (tramp-completion-file-name-handler-post-function): Remove.
14586         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
14587         instead of calling `tramp-drop-volume-letter'.
14589         * net/tramp.el:
14590         * net/tramp-uu.el:
14591         * net/trampver.el: Move coding cookie at the end.
14593 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14595         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
14596         elements which may be something else than characters.
14598 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
14600         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
14601         New functions to implement vc-status support.
14603         * vc.el (vc-default-extra-status-menu)
14604         (vc-add-to-vc-status-buffer): New functions.
14606         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14607         for eldoc and ielm.
14609 2008-03-17  Glenn Morris  <rgm@gnu.org>
14611         * calendar/cal-x.el (diary-frame-parameters)
14612         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
14613         Fix custom type; add options.
14614         (calendar-frame, diary-frame): Doc fixes.
14615         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
14616         new functions.
14617         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
14618         Use calendar-frame-1 and calendar-dedicate-diary.
14619         (calendar-one-frame-setup): Also handle only-one-frame case.
14620         (calendar-only-one-frame-setup): Doc fix.  Just call
14621         calendar-one-frame-setup.
14623         * calendar/diary-lib.el: Re-order some definitions before their use.
14624         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
14625         (diary-list-entries): Doc fixes.
14626         (make-fancy-diary-display): Remove function.
14628         * calendar/calendar.el (calendar-today-marker)
14629         (initial-calendar-window-hook, today-visible-calendar-hook)
14630         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
14631         (calendar-star-date, calendar-mark-today): Doc fixes.
14632         (today-visible-calendar-hook): Add options.
14633         (calendar-in-read-only-buffer): New macro.
14634         (calendar-basic-setup): Adapt for change in calendar-read-date.
14635         Place holiday let inside if.
14636         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
14637         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
14638         (calendar-print-other-dates): Use one let rather than many.
14640         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
14641         (calendar-print-other-dates):
14642         * calendar/cal-hebrew.el (list-yahrzeit-dates):
14643         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
14644         * calendar/holidays.el (calendar-list-holidays, list-holidays)
14645         (calendar-cursor-holidays):
14646         * calendar/lunar.el (calendar-phases-of-moon): Use
14647         calendar-in-read-only-buffer to replace previous code and disable undo.
14649 2008-03-16  Juri Linkov  <juri@jurta.org>
14651         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
14652         and regexp-search-ring-yank-pointer for the HISTPOS argument of
14653         read-from-minibuffer to provide the correct initial minibuffer
14654         history position in isearch-edit-string when it is called from
14655         isearch-ring-adjust.
14657         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
14658         to check if the current buffer is the minibuffer, and in this case
14659         call abort-recursive-edit to kill the minibuffer.  Doc fix.
14660         (kill-this-buffer-enabled-p): Allow this function to return non-nil
14661         when the current buffer is the minibuffer.
14663         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
14665 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
14667         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
14668         Use non-nil PARENTS attribute of make-directory instead of
14669         explicitly checking existence the current cache directory.
14671 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
14673         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
14674         M-x epa-file-select-keys.
14676 2008-03-16  Kenichi Handa  <handa@m17n.org>
14678         * international/mule.el (auto-coding-alist):
14679         Use no-conversion-multibyte for archive files.
14681 2008-03-16  Glenn Morris  <rgm@gnu.org>
14683         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
14684         New functions.
14685         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
14686         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
14687         Use calendar-mark-1.
14688         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
14689         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
14690         Use calendar-mark-complex.
14691         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
14692         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
14693         Use calendar-mark-1.
14695         * calendar/calendar.el (calendar-mod): Remove.
14696         * calendar/cal-china.el (calendar-chinese-from-absolute)
14697         (calendar-chinese-date-string): Expand calendar-mod calls.
14698         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
14699         Expand calendar-mod calls.
14701         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
14702         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
14703         (diary-bahai-insert-yearly-entry): Use let rather than let*.
14704         Move obsolete aliases after the functions that replaced them.
14706         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
14707         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
14708         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
14709         Use let rather than let*.
14710         (calendar-hebrew-prompt-for-date): New function.
14711         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
14712         (holiday-tisha-b-av-etc): Use unless, let.
14714         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
14715         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
14717         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
14719         * calendar/calendar.el (calendar-for-loop): Add indent spec.
14721         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
14722         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
14723         than concat.
14724         (diary): Remove un-needed let.
14725         (view-other-diary-entries): Rename argument.
14726         (diary-list-entries-2): New function.
14727         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
14728         (print-diary-entries): Use unless.
14729         (diary-mark-entries-1): Change argument order, make all but
14730         markfunc optional.  Handle the standard (Gregorian) case.
14731         Use match-string-no-properties.  Handle marks.
14732         (mark-diary-entries): Use diary-mark-entries-1.
14733         (diary-font-lock-keywords-1): New macro.
14734         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
14736 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
14738         * calendar/icalendar.el (icalendar-version): Increase to 0.18.
14739         (icalendar-export-hidden-diary-entries): New variable.
14740         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
14741         In case of error, insert full error-val.
14742         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
14743         Use calendar-day-of-week.  Return the day number.
14744         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
14746 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
14748         * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
14749         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
14750         (icalendar-export-region): Ignore hidden diary entries.
14751         (icalendar--convert-ordinary-to-ical): Fix case where event
14752         spans across midnight boundary.
14753         (icalendar-first-weekday-of-year): New function.
14754         (icalendar--convert-weekly-to-ical): Allow user-selectable start
14755         year for recurring events (Mozilla calendars do not propagate
14756         recurring events forever, so year 2000 start date was not working).
14757         (icalendar--convert-yearly-to-ical): Remove extra spaces in
14758         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
14760 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
14762         * net/tramp.el (tramp-root-regexp): New defconst.
14763         (tramp-completion-file-name-regexp-unified)
14764         (tramp-completion-file-name-regexp-separate)
14765         (tramp-completion-file-name-regexp-url): Use it.
14766         (tramp-do-copy-or-rename-file-via-buffer):
14767         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
14768         t for `insert-file-contents-literally'.
14769         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
14770         Autoload it.
14771         (tramp-completion-file-name-handler-post-function): New defconst.
14772         (tramp-completion-file-name-handler): Use it.
14773         (tramp-maybe-open-connection): Update calls to
14774         `tramp-flush-connection-property' for removed 2nd argument.
14776 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14778         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
14779         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
14780         New functions.
14782 2008-03-15  Glenn Morris  <rgm@gnu.org>
14784         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
14785         New functions.
14786         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
14787         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
14788         (diary-list-entries-1, diary-mark-entries-1): Autoload.
14789         (diary-bahai-list-entries): Use diary-list-entries-1.
14790         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
14791         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
14792         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
14793         (diary-list-entries-1, diary-mark-entries-1): Autoload.
14794         (list-hebrew-diary-entries): Use diary-list-entries-1.
14795         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
14796         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
14797         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
14798         (diary-list-entries-1, diary-mark-entries-1): Autoload.
14799         (list-islamic-diary-entries): Use diary-list-entries-1.
14800         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
14802         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
14804         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
14806         * calendar/cal-china.el (number-chinese-months)
14807         (calendar-chinese-from-absolute): Use nth, caar.
14809         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
14811         * calendar/cal-french.el (french-calendar-accents): Doc fix.
14813         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
14814         (calendar-hebrew-month-name-array-leap-year)
14815         (hebrew-calendar-parashiot-names): Make constants.
14816         (diary-parasha): Move definition after constants it uses.
14818         * calendar/cal-html.el (cal-html-insert-link-yearpage)
14819         (cal-html-htmlify-list): Doc fix.
14820         (cal-html-htmlify-entry): Use nth.
14822         * calendar/cal-islam.el (calendar-islamic-month-name-array)
14823         (calendar-islamic-epoch): Make constants.
14824         (calendar-islamic-epoch): Doc fix.
14826         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
14828         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
14829         (cal-tex-month-name): Doc fix.
14830         (cal-tex-last-blank-p): Use zerop.
14832         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
14833         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
14834         (calendar-cursor-to-date): Doc fix.
14835         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
14836         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
14837         (calendar-day-number): Use when.
14838         (generate-calendar-month): Use dotimes.
14839         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
14840         (calendar-set-mark): Reverse conditional.
14841         (calendar-make-alist): Move definition before use.
14843         * calendar/diary-lib.el (diary-face-attrs)
14844         (diary-glob-file-regexp-prefix, diary-selective-display)
14845         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
14846         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
14847         (diary-anniversary, diary-cyclic)
14848         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
14849         (diary-header-line-format): Change wording.
14850         (diary-list-entries): Set `date-start' in let.
14851         (include-other-diary-files, mark-included-diary-files): Use format.
14852         (simple-diary-display, fancy-diary-display): Use cadr, unless.
14853         (mark-diary-entries): Use 1+.
14854         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
14855         (mark-calendar-month): Use dotimes.
14857         * calendar/holidays.el (displayed-month, displayed-year):
14858         Move declarations where needed.
14859         (calendar-list-holidays): Doc fix.
14861         * calendar/parse-time.el (parse-time-string): Simplify.
14863         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
14864         Make constants.
14865         (solar-sunrise-sunset): Rename some local variables for clarity.
14866         (sunrise-sunset): Use zerop.
14867         (solar-mean-equinoxes/solstices): Doc fix.
14869         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
14870         Use nth.
14871         (timeclock-completing-read, timeclock-generate-report): Use zerop.
14872         (timeclock-mean, timeclock-generate-report): Use dolist.
14874         * calendar/todo-mode.el (todo-add-category): Simplify.
14875         (todo-more-important-p, todo-delete-item, todo-file-item):
14876         Use unless, when.
14877         (todo-top-priorities): Use zerop.
14879 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
14881         * buff-menu.el (list-buffers-noselect): Display buffer name in
14882         tooltip instead of mouse binding when it doesn't fit in the list.
14884 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
14886         * faces.el (xw-defined-colors):
14887         * simple.el (widget-convert, shell-mode): Declare as functions
14888         instead of autoloading.
14890         * abbrev.el:
14891         * button.el:
14892         * cus-face.el:
14893         * ediff-hook.el:
14894         * emacs-lisp/backquote.el:
14895         * emacs-lisp/timer.el:
14896         * facemenu.el:
14897         * faces.el:
14898         * menu-bar.el:
14899         * simple.el:
14900         * subr.el:
14901         * textmodes/fill.el:
14902         * textmodes/paragraphs.el: Remove autoloads, redundant when the
14903         files are preloaded.
14905 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14907         * desktop.el (desktop-create-buffer): Don't catch errors if
14908         debug-on-error is set.
14910 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
14912         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
14913         ($(lisp)/calendar/diary-loaddefs.el)
14914         ($(lisp)/calendar/hol-loaddefs.el): New targets.
14915         (LOADDEFS): New macro.
14916         (autoloads): Depend on $(LOADDEFS).
14918 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
14920         * font-lock.el (featurep): Remove test, not useful anymore.
14921         (facemenu-keymap): Move key binding ...
14922         * facemenu.el (facemenu-keymap): ... here.
14924         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
14925         for each file in the list.
14926         (vc-bzr-log-view-mode): Recognize the file marker.
14928         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14929         for checkdoc and profiling.
14931 2008-03-14  Bastien Guerry  <bzg@altern.org>
14933         * textmodes/flyspell.el (nxml-mode): Add the right
14934         `flyspell-mode-predicate'.
14936         * wid-edit.el (link): Use 'mouse-face for :follow-link.
14938 2008-03-14  Glenn Morris  <rgm@gnu.org>
14940         * calendar/solar.el: Reorder so that functions are defined before use.
14941         (displayed-month, displayed-year): Move declarations where needed.
14942         (solar-get-number): Move definition before use.  Use unless.
14943         (solar-equatorial-coordinates): Simplify.
14944         (solar-sunrise-and-sunset): Use let rather than let*.
14945         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
14947         * startup.el (command-line-1): Rename -internal-script back to
14948         -scriptload (reverts previous change).
14950         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
14951         (calendar-bahai-leap-base): Add doc strings.
14952         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
14953         Move definition before use.
14954         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
14955         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
14956         variables outside the loop.  Use dolist.
14957         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
14959         * calendar/cal-china.el: Re-order so that functions are defined before
14960         use.
14961         (displayed-month, displayed-year): Move declarations where needed.
14962         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
14963         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
14964         Add doc strings.
14965         (chinese-year-cache): Recenter on 2010.  Doc fix.
14966         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
14967         Doc fix.  Simplify.
14968         (chinese-year-cache-init): New function.
14969         (compute-chinese-year, holiday-chinese-new-year)
14970         (calendar-chinese-date-string, calendar-goto-chinese-date)
14971         (make-chinese-month-assoc-list): Use cadr, nth.
14972         (chinese-months): Remove un-needed let.
14974         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
14975         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
14976         (coptic-prompt-for-date): Move definition before use.
14978         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
14979         (calendar-dst-find-data, calendar-daylight-time-offset)
14980         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
14981         (calendar-daylight-savings-starts-time)
14982         (calendar-daylight-savings-ends-time): Use cadr, nth.
14984         * calendar/cal-french.el (french-calendar-epoch)
14985         (calendar-goto-french-date): Doc fix.
14986         (french-calendar-month-name-array)
14987         (french-calendar-multibyte-month-name-array)
14988         (french-calendar-day-name-array, french-calendar-special-days-array):
14989         Add doc strings.
14991         * calendar/cal-hebrew.el (displayed-month, displayed-year)
14992         (original-date): Move declarations where needed.
14993         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
14994         Doc fix.
14995         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
14996         constant variables outside the loop.  Use dolist.
14998         * calendar/cal-islam.el (displayed-month, displayed-year)
14999         (original-date): Move declarations where needed.
15000         (islamic-calendar-day-number): Remove unused local variable `day'.
15001         (calendar-goto-islamic-date): Doc fix.
15002         (holiday-islamic): Use unless.
15003         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
15004         constant variables outside the loop.  Use dolist.
15005         (mark-islamic-calendar-date-pattern): Move definition before use.
15006         Use unless.
15007         (mark-islamic-diary-entries): Doc fix.
15008         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
15009         (insert-yearly-islamic-diary-entry): Use let rather than let*.
15011         * calendar/cal-julian.el (calendar-absolute-from-julian):
15012         Move definition before use.  Remove un-needed local `day'.
15013         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
15015         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
15016         (calendar-mayan-tzolkin-names-array): Add doc strings.
15017         (calendar-mayan-long-count-from-absolute): Use a single let.
15018         (calendar-string-to-mayan-long-count): Simplify.
15019         (calendar-next-haab-date, calendar-previous-haab-date)
15020         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
15021         (calendar-previous-calendar-round-date)
15022         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
15023         Doc fix.
15024         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
15025         (calendar-mayan-date-string, calendar-print-mayan-date)
15026         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
15027         (calendar-mayan-long-count-common-era): Move definitions before use.
15029         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
15030         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
15031         Doc fix.
15032         (calendar-mouse-goto-date): Move definition before use.
15034         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
15035         Move definition before use.
15036         (calendar-cursor-to-visible-date): Move definition before use.
15037         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
15038         and place inside the conditional.
15039         (calendar-forward-day): Simplify.
15040         (calendar-end-of-month): Use unless.
15041         (calendar-goto-day-of-year): Doc fix.
15042         Relocate obsolete aliases after their replacements.
15044         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
15046         * calendar/diary-lib.el (mark-diary-entries): Move some constant
15047         variables outside the diary-date-forms loop.
15049         * calendar/calendar.el (diary-file): Doc fix.
15050         (calendar-buffer-list): Return buffers rather than strings (fixes
15051         previous change).
15052         (hebrew-holidays-4): Fix typo.
15054         * calendar/holidays.el (displayed-month, displayed-year):
15055         Move declarations where needed.
15056         (calendar-holiday-list, calendar-list-holidays)
15057         (holiday-filter-visible-calendar): Move definitions before use.
15058         (list-holidays): Use cadr.
15059         Relocate obsolete aliases after their replacements.
15061         * calendar/lunar.el (date, displayed-month, displayed-year):
15062         Move declarations where needed.
15063         (lunar-phase-list): Move definition after functions it uses.
15064         (calendar-phases-of-moon, diary-phases-of-moon)
15065         (lunar-new-moon-on-or-after): Use cadr, nth.
15066         (lunar-new-moon-on-or-after): Doc fix.
15068         * textmodes/org-irc.el (top-level): CL not required when compiling.
15069         (org-irc-visit-erc): Replace runtime CL functions.
15071         * textmodes/org-publish.el (declare-function): Add compatibility stub.
15072         (org-publish-delete-dups): Declare as function.
15074 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
15076         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
15077         (vc-bzr-show-log-entry): Make regexp match more cases.
15078         (vc-diff-switches-list): Remove autoload, not needed.
15080 2008-03-14  Juri Linkov  <juri@jurta.org>
15082         * isearch.el (isearch-edit-string): Remove one call to
15083         `isearch-push-state' not to push an inconsistent state,
15084         but keep another correct call to `isearch-push-state'.
15085         (isearch-ring-adjust): Call `isearch-push-state' only when
15086         `search-ring-update' is non-nil since `isearch-edit-string'
15087         already pushes its state.
15088         (isearch-message): Improve matching the failed part by checking
15089         if the original message starts with the last successful message.
15091         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
15092         (dired-perm-write): Rename from `dired-warn-writable'.
15093         Change parent face from `font-lock-warning-face' to
15094         `font-lock-comment-delimiter-face'.
15095         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
15096         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
15097         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
15098         with `dired-perm-write-face'.
15100 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
15102         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
15103         Create cache dir only if it doesn't already exist.
15105 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15107         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
15108         of \ and '.
15110 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
15112         * net/browse-url.el (browse-url-text-xterm):
15113         Unquote browse-url-text-browser.
15115 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
15117         * textmodes/org-mouse.el: Version number change.
15119         * textmodes/org-publish.el (org-publish-expand-components):
15120         Remove null projects from the list of components.
15121         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
15122         Remove unused retrieval of the :publishing-directory property.
15123         (org-publish-file): Bugfix: when using a relative directory as the
15124         publishing directory, convert it to a directory filename.
15125         (org-publish-project): New alias.
15126         (org-publish-get-files): Protect against empty p.
15127         (org-publish-file): Send an error when file is not part of any project.
15128         (org-publish-file): Offer to refresh the list of files in known
15129         project when the current file is not part of any project.
15130         (org-publish-before-export-hook)
15131         (org-publish-after-export-hook): New hooks.
15132         (org-publish-org-to): Use new hooks and kill buffers.
15133         (org-publish-file): Remove the code for killing buffers.
15134         (org-publish-initialize-files-alist): Use interactive.
15135         (org-publish-file): If the publishing function creates a new
15136         buffer, kill it after publishing.
15137         (org-publish-timestamp-filename): Protect ":" in file name path
15138         under windows.
15140         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
15141         change that killed the LaTeX buffer.
15143         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
15144         in the decision tree.
15145         (org-select-remember-template): Clean the code.
15146         (org-prepare-dblock): Add the extra :content parameter.
15147         (org-write-agenda): New output type ".ics" files.
15148         (org-write-agenda): Call `org-icalendar-verify-function', both for
15149         time stamps and for TODO entries.
15150         (org-agenda-collect-markers, org-create-marker-find-array)
15151         (org-check-agenda-marker-table): New functions.
15152         (org-agenda-marker-table): New variable.
15153         (org-export-as-html): Revert the change that killed the html
15154         buffer.  Side effects first need to be studied carefully.
15155         (org-get-tags-at): Fix the structure of the condition-case statement.
15156         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
15157         (org-timestamp-change): Fix regular expressions to swallow the
15158         extra character for repeat-shift control.
15159         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
15160         (org-get-legal-level): Alias to `org-get-valid-level'.
15161         (org-dblock-write:clocktable): Add a :link parameter, linking
15162         headlines to their location in the Org agenda files.
15163         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
15164         throwing an error when getting tags before headlines.
15165         (org-timestamp-change, org-modify-ts-extra)
15166         (org-ts-regexp1): Fix timestamp editing.
15167         (org-agenda-custom-commands-local-options): New constant.
15168         (org-agenda-custom-commands):
15169         Use `org-agenda-custom-commands-local-options' to improve customize
15170         type.  "htmlize": Removed hack to fix face problem with htmlize,
15171         it no longer seem necessary.
15172         (org-follow-link-hook): New hook.
15173         (org-agenda-custom-commands): Add "Component" as a tag for each
15174         item in a command series.
15175         (org-open-at-point): Run `org-follow-link-hook'.
15176         (org-agenda-schedule): Bugfix: don't display marker type when it
15177         is nil.
15178         (org-store-link): org-irc required.
15179         (org-set-regexps-and-options): Parse the new logging options.
15180         (org-extract-log-state-settings): New function.
15181         (org-todo): Handle the new ways of recording state change stuff.
15182         (org-local-logging): New function.
15183         (org-columns-open-link): Fix bug with opening link in column view.
15184         (org-local-logging): New function.
15185         (org-todo): Make sure that LOGGING properties are honoured.
15186         (org-todo-keywords): Improve docstring.
15187         (org-startup-options): Cleanup startup options.
15188         (org-set-regexps-and-options): Process the "!" markers.
15189         (org-todo): Respect the new logging stuff.
15190         (org-log-note-how): New variable.
15191         (org-add-log-maybe): New parameter HOW that defines how logging
15192         should be done and also overrides PURPOSE.  Add a docstring.
15193         (org-add-log-note): Check if we really need to ask for a note.
15194         (org-get-current-options): Digest the new keyword.
15195         (org-agenda-reset-markers): Rename from
15196         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
15197         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
15198         function, without force argument.
15199         (org-buffer-property-keys): Bind local variables s and p.
15200         (org-make-tags-matcher): Allow "" to match an empty or
15201         non-existent property value.
15202         (org-export-as-html): Join unsorted lists when they directly
15203         follow each other.  Such lists may be created by headlines that
15204         are converted to lists.
15205         (org-nofm-to-completion): New function.
15206         (org-export-as-html): Use :html-extension instead of
15207         org-export-html-extension.
15208         (org-store-link): Support for links from `rmail-summary-mode'.
15209         (org-columns-new, org-complete, org-set-property): Set the
15210         `include-columns' argument in the call to
15211         `org-buffer-property-keys'.
15212         (org-buffer-property-keys): New argument `include-columns', to
15213         include properties expected by any of the COLUMNS formats in the
15214         current buffer.
15215         (org-cleaned-string-for-export): Get rid of drawers first, so that
15216         they will be removed also in the text before the first headline.
15217         (org-clock-report): Show the clocktable when found.
15218         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
15219         (org-version): With prefix argument, insert `org-version' at point.
15220         (org-agenda-goto): Recenter the window after finding the target
15221         location, to make sure the correct position will be displayed.
15222         (org-agenda-get-deadlines): Don't scale priority with the warning
15223         period.
15224         (org-insert-heading): Don't break line in the middle of the line.
15225         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
15226         be 0.
15227         (org-update-checkbox-count): Revamp to deal with hierarchical
15228         checkboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
15229         (org-remove-timestamp-with-keyword): New function.
15230         (org-schedule, org-deadline):
15231         Use `org-remove-timestamp-with-keyword' to make sure all such time
15232         stamps are removed.
15233         (org-mode): Support for `align'.
15234         (org-agenda-get-deadlines): Make sure priorities increase as the
15235         due date approaches and is passed.
15236         (org-remember-apply-template): Fix problem with tags that
15237         contain "_" or "@".
15238         (org-make-link-regexps): Improve the regular expression for plain links.
15239         (org-agenda-get-closed): List each clocking entry.
15240         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
15241         (org-special-ctrl-k): New option.
15242         (org-kill-line): New function.
15243         (org-archive-all-done): Fix incorrect number of stars in regexp.
15244         (org-refile-get-location): New function.
15245         (org-refile-goto-last-stored): New function.
15246         (org-global-tags-completion-table): Add the value of org-tag-alist
15247         in each buffer, to make sure that also unused tags will be
15248         available for completion.
15249         (org-columns-edit-value)
15250         (org-columns-next-allowed-value): Only update if not in agenda.
15251         (org-clocktable-steps): New function.
15252         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
15253         (org-archive-subtree): Add the outline tree context as a property.
15254         (org-closest-date): New optional argument `prefer'.
15255         (org-goto-auto-isearch): New option.
15256         (org-goto-map, org-get-location): Implement auto-isearch.
15257         (org-goto-local-auto-isearch-map): New variable.
15258         (org-goto-local-search-forward-headings)
15259         (org-goto-local-auto-isearch): New functions.
15261 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
15263         * textmodes/org-irc.el: New file.
15265 2008-03-13  John Wiegley  <johnw@gnu.org>
15267         * textmodes/org-mac-message.el: New file.
15269 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
15271         * font-lock.el (font-lock-comment-face): Set the foreground for
15272         the light background 8 colors case.
15274 2008-03-13  Glenn Morris  <rgm@gnu.org>
15276         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
15277         generate-autoload-cookie patterns.
15279         * startup.el (command-line-1): Rename -scriptload to -internal-script.
15281         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
15282         (MH_E_SRC): Remove variable.
15283         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
15284         Simplify file header.  Use $@ for generated-autoload-file.
15286         * Makefile.in (LOADDEFS): New variable.
15287         (AUTOGENEL): Use $LOADDEFS.
15288         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
15289         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
15290         ($(lisp)/calendar/hol-loaddefs.el): New targets.
15291         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
15292         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
15293         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
15294         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
15295         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
15296         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
15297         Add calendar-specific autoload cookies, and remove any setting of
15298         generated-autoload-file.
15299         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
15300         * calendar/diary-lib.el: Replace explicit autoloads with reading of
15301         diary-loaddefs.
15302         * calendar/holidays.el: Replace explicit autoloads with reading of
15303         hol-loaddefs.
15305         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
15306         (calendar-buffer-list): Simplify.
15307         (generate-calendar-window): Use calendar-mark-holidays rather than
15308         obsolete alias.
15310         * calendar/cal-hebrew.el (list-yahrzeit-dates):
15311         Use cal-hebrew-yahrzeit-buffer.
15313         * calendar/cal-x.el (calendar-only-one-frame-setup)
15314         (calendar-two-frame-setup): Doc fixes.
15315         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
15317         * calendar/appt.el (appt-mode-string): Mark as risky.
15318         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
15320         * calendar/cal-html.el (diary-list-entries):
15321         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
15322         (calendar-iso-from-absolute): Fix autoloads.
15324         * calendar/cal-iso.el (calendar-absolute-from-iso)
15325         (calendar-iso-read-args): Simplify.
15326         (calendar-iso-date-string, calendar-iso-read-args)
15327         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
15329         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
15330         (displayed-month, displayed-year): Move declarations where needed.
15331         (calendar-print-astro-day-number): Doc fix.
15333         * calendar/cal-persia.el (persian-calendar-month-name-array)
15334         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
15335         (persian-prompt-for-date): Remove local variable `today'.
15337         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
15339         * calendar/solar.el (solar-moment, solar-exact-local-noon)
15340         (solar-sunrise-sunset, solar-sunrise-sunset-string)
15341         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
15342         (diary-sabbath-candles, solar-equinoxes/solstices)
15343         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
15344         (solar-time-equation, solar-date-to-et): Simplify.
15346         * mail/supercite.el: Remove the `function' in `(function (lambda'.
15347         Replace `(car (cdr' with cadr'.
15349         * progmodes/f90.el (f90-font-lock-n): New function.
15350         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
15351         Use f90-font-lock-n.
15352         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
15354         * progmodes/f90.el (f90-mode-abbrev-table):
15355         * progmodes/fortran.el (fortran-mode-abbrev-table):
15356         Use newer form of define-abbrev, where supported.  No need to bind
15357         abbrevs-changed for system abbrevs.
15359 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15361         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
15362         delete-frame-functions.
15364         * bookmark.el (Info-current-node): Remove.
15366 2008-03-12  Juri Linkov  <juri@jurta.org>
15368         * help.el (describe-project): Remove defaliases for view-todo and
15369         describe-project that are now unnecessary after the merge from
15370         emacs--rel--22 that added define-obsolete-function-alias.
15372         * startup.el (inhibit-startup-screen): Revert incomplete
15373         2008-03-10 merge from emacs--rel--22 that partly reverted
15374         2008-02-28 change that added initial message to *scratch* buffer
15375         regardless of the value of `inhibit-startup-screen'.
15376         Now keep this change in the trunk, but not in the 22 branch.
15378 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15380         * international/quail.el (quail-setup-completion-buf, quail-help):
15381         * mail/binhex.el (binhex-decode-region-internal):
15382         * mail/uudecode.el (uudecode-decode-region-internal):
15383         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15384         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15385         setting default-enable-multibyte-characters.
15387         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
15389         * comint.el: Fix up indentation and comment style.  Remove `function'.
15391         * international/mule-cmds.el (reset-language-environment)
15392         (set-language-environment-nonascii-translation):
15393         Don't set-unibyte-charset.
15395         * doc-view.el: Remove all cb-args, use closures instead.
15396         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
15397         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
15398         doing an incorrect check).  Update all callers to use the new name.
15399         (doc-view-doc->txt): Add missing `txt' argument.
15401 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
15403         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
15404         md5 sum calculation to single-byte.
15406 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15408         * doc-view.el (doc-view-new-window-function): Add assertion.
15409         (doc-view-doc-type): New var.
15410         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
15411         (doc-view-intersection): New fun.
15412         (doc-view-mode): Use it to set the new var.
15414 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
15416         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
15417         (doc-view-already-converted-p): New functions.
15418         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
15419         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
15420         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
15421         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
15422         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
15423         (doc-view-convert-current-doc): Don't hardwire the functions the
15424         sentinels call.  Now they're provided by two args CALLBACK and
15425         CB-ARGS to the functions.
15426         (doc-view-search): Use doc-view-doc->txt.
15427         (doc-view-initiate-display): Use doc-view-already-converted-p.
15428         Mention new binding C-c C-t if doc-view-mode doesn't work.
15430 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
15432         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
15434 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15436         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
15437         Mark " outside of tags as punctuation.
15439 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15441         * menu-bar.el (minibuffer-local-map): Use the same command for the
15442         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
15443         Prefer RET over C-j for exit-minibuffer.
15445         * files.el (display-buffer-other-frame): Eliminate problematic code.
15447         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
15448         (menu-bar-select-buffer): Remove.
15449         (menu-bar-select-frame): Make non-interactive and take a frame arg.
15450         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
15452 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
15454         * icomplete.el (icomplete-completions): Remove obsolete code.
15456         * net/net-utils.el (iwconfig-program-options): Doc fix.
15457         (net-utils-run-program, run-network-program): Define as functions.
15459 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
15461         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
15463 2008-03-11  Glenn Morris  <rgm@gnu.org>
15465         * faces.el (mode-line-emphasis): New face.
15466         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
15468         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
15470 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
15472         * simple.el (set-mark-command): Doc fix.
15474 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15476         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
15478         * emacs-lisp/autoload.el (autoload-find-destination):
15479         Don't force raw-text.
15481         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
15482         * calendar/cal-loaddefs.el: Don't version control.
15484 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
15486         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
15487         entries and add :help to the existing ones.
15489 2008-03-10  Glenn Morris  <rgm@gnu.org>
15491         * calendar/cal-hebrew.el (date, entry, number): Move declarations
15492         to where they are needed.
15494         * calendar/calendar.el (diary-file, hebrew-holidays-1)
15495         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
15496         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
15497         (calendar-version): Doc fixes.
15498         (calendar-absolute-from-gregorian): Use zerop.
15499         (calendar-mode-line-format): Make it a defcustom.
15501         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
15502         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
15503         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
15504         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
15505         (mark-included-diary-files, mark-calendar-days-named)
15506         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
15507         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
15508         (insert-monthly-diary-entry, insert-yearly-diary-entry)
15509         (insert-anniversary-diary-entry, insert-block-diary-entry)
15510         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
15511         (diary-font-lock-sexps): Doc fixes.
15512         (diary-remind-message, mark-calendar-month): Use zerop.
15513         (diary-attrtype-convert, diary-pull-attrs): Simplify.
15514         (diary-list-entries): Revert let to let* (previous change).
15516         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
15518 2008-03-10  Kim F. Storm  <storm@cua.dk>
15520         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
15521         function aliases for the old names.
15523 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
15525         * iswitchb.el (iswitchb-use-faces): Doc fix.
15526         (iswitchb-buffer-ignore, iswitchb-read-buffer):
15527         Fix typos in docstrings.
15529 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
15531         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
15532         Fix typo.
15533         (verilog-type-font-keywords): Reindent.
15535 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
15537         * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
15538         Fix bug in the grouping-keyword regular expression.
15539         (verilog-font-lock-keywords): Allow users to toggle special
15540         highlight of grouping-keywords.
15541         (verilog-highlight-grouping-keywords): The toggle for special
15542         highlighting of grouping keywords.
15544 2008-03-10  Juri Linkov  <juri@jurta.org>
15546         * startup.el: Revert 2008-02-28 change that adds initial message
15547         to *scratch* buffer regardless of the value of
15548         `inhibit-startup-screen'.
15550 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
15552         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
15553         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
15554         * progmodes/verilog-mode.el (verilog-mode):
15555         * net/socks.el (socks):
15556         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
15558 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15560         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
15561         (doc-view-bookmark-make-record): Use them.
15562         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
15563         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
15565         * bookmark.el (bookmark-make-record-function): Change expected return
15566         value to include a suggested bookmark name.
15567         (bookmark-make): Split into bookmark-make-record and bookmark-store.
15568         Fix reversed `overwrite' semantics.
15569         (bookmark-set): Call bookmark-make-record before prompting the user.
15570         Then pass the result to bookmark-store later on.
15571         (bookmark-make-name-function): Remove.
15572         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
15573         * info.el (bookmark-make-name-function): Remove.
15574         (Info-mode): Don't set it.
15575         (Info-bookmark-make-name): Remove.
15576         (Info-bookmark-make-record): Use Info-current-node as suggested default
15577         bookmark name.
15579         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
15580         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
15581         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
15582         (bookmark-annotation-buffer, bookmark-annotation-file)
15583         (bookmark-annotation-point, bookmark-send-annotation)
15584         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
15585         (bookmark-edit-annotation-text-func): Rename from
15586         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
15587         (bookmark-edit-annotation-mode-map): Move initialization into
15588         declaration.
15590         * bookmark.el: Remove spurious * in docstrings.
15591         (bookmark-minibuffer-read-name-map): New var.
15592         (bookmark-set): Use it.  Also pass the default value as it should.
15593         (bookmark-send-edited-annotation): Take no chances with text properties.
15594         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
15595         (bookmark-insert-buffer-name): Remove.
15596         (bookmark-buffer-file-name): Signal an error rather than returning nil.
15598 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
15600         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
15602 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
15604         * diff-mode.el (diff-mode-menu): Add :help.
15606 2008-03-09  Glenn Morris  <rgm@gnu.org>
15608         * calendar/calendar.el (general-holidays, oriental-holidays)
15609         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
15610         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
15611         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
15612         (calendar-holidays): Restore autoload cookies, because people are
15613         used to using these variables without loading calendar.el.
15615         * calendar/cal-islam.el (diary-islamic-date): Move to end.
15616         (date, number): Declare where needed.
15618         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
15619         (list-sexp-diary-entries): Doc fixes.
15620         (diary-list-entries): Doc fix.  Remove free variable `entry'.
15621         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
15622         Simplify setting of `date-holiday-list'.
15623         (mark-diary-entries): Remove free variable `entry'.
15624         (diary-list-entries, include-other-diary-files, fancy-diary-display):
15625         Use let where let* is not needed.
15627 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15629         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
15630         make-record function, instead paste it in afterwards.
15631         (bookmark-make-record-for-text-file):
15632         * doc-view.el (doc-view-bookmark-make-record):
15633         * info.el (Info-bookmark-make-record): Don't mess with annotations.
15635 2008-03-08  Glenn Morris  <rgm@gnu.org>
15637         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
15639 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15641         * calendar/diary-lib.el (diary-list-entries)
15642         (include-other-diary-files, mark-diary-entries)
15643         (mark-sexp-diary-entries, mark-included-diary-files)
15644         (diary-entry-time, list-sexp-diary-entries): Remove the special
15645         handling of ^M that dates back to the use of selective-display.
15646         (simple-diary-display): Obey setting of pop-up-frames.
15647         (body, entry): Remove unnecessary declarations.
15649         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
15650         (bookmark-get-annotation, bookmark-set-annotation)
15651         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
15652         (bookmark-set-position, bookmark-get-front-context-string)
15653         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
15654         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
15655         * info.el (Info-bookmark-make-record): Don't bother recording point.
15656         (bookmark-get-filename, bookmark-get-front-context-string)
15657         (bookmark-get-rear-context-string, bookmark-get-position):
15658         Don't declare any more.
15659         (bookmark-get-info-node): Remove.
15660         (bookmark-prop-get): Declare.
15661         (Info-bookmark-jump): Use it.
15663 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
15665         * subr.el (while-no-input): Don't splice BODY directly into the
15666         `or' form.
15668 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
15670         * diff-mode.el (diff-ignore-whitespace-hunk):
15671         Bind inhibit-read-only before trying to change the buffer.
15673 2008-03-08  Glenn Morris  <rgm@gnu.org>
15675         * calendar/appt.el (appt): Move custom group here from calendar.el.
15676         (appt-disp-window, appt-convert-time): Doc fixes.
15678         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
15679         (calendar-bahai-mark-date-pattern):
15680         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
15681         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
15682         * calendar/cal-julian.el (calendar-absolute-from-julian):
15683         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
15685         * calendar/cal-china.el (chinese-calendar): Move custom group here from
15686         calendar.el.
15687         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
15688         Make constants.
15689         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
15690         (chinese-calendar-daylight-savings-starts)
15691         (chinese-calendar-daylight-savings-ends)
15692         (chinese-calendar-daylight-savings-starts-time)
15693         (chinese-calendar-daylight-savings-ends-time)
15694         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
15695         Doc fixes.
15697         * calendar/cal-coptic.el (coptic-name): Add doc string.
15699         * calendar/cal-french.el (french-calendar-month-name-array)
15700         (french-calendar-day-name-array, french-calendar-special-days-array):
15701         Add doc strings.
15703         * calendar/cal-bahai.el (diary-bahai-mark-entries)
15704         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
15705         (diary-bahai-insert-yearly-entry):
15706         * calendar/cal-dst.el (calendar-next-time-zone-transition)
15707         (calendar-time-zone):
15708         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
15709         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
15710         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
15711         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
15712         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
15713         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
15714         (list-islamic-diary-entries, mark-islamic-diary-entries)
15715         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
15716         (insert-yearly-islamic-diary-entry):
15717         * calendar/cal-iso.el (calendar-iso-read-args):
15718         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
15719         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
15720         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
15721         (calendar-next-calendar-round-date)
15722         (calendar-mayan-long-count-common-era):
15723         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
15724         (cal-menu-x-popup-menu, calendar-mouse-holidays)
15725         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
15726         (calendar-mouse-goto-date):
15727         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
15728         * calendar/holidays.el (holidays):
15729         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
15730         * calendar/time-date.el (date-to-time, time-subtract, time-add)
15731         (safe-date-to-time): Doc fixes.
15733         * calendar/cal-persia.el (persian-calendar-month-name-array)
15734         (persian-calendar-epoch): Make constants.
15736         * calendar/cal-tex.el (calendar-tex): Move custom group here from
15737         calendar.el.
15739         * calendar/cal-x.el (diary-frame-parameters)
15740         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
15741         (calendar-after-frame-setup-hooks): Make defcustoms.
15742         (calendar-one-frame-setup, calendar-only-one-frame-setup)
15743         (calendar-two-frame-setup): Doc fix.
15745         * calendar/cal-loaddefs.el: New file.
15747         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
15748         * calendar/cal-french.el, calendar/cal-html.el:
15749         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
15750         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
15751         * calendar/cal-tex.el, calendar/cal-x.el:
15752         Unquote lambda functions.  Add autoload cookies to functions formerly
15753         autoloaded in calendar.el.  Set `generated-autoload-file' to
15754         "cal-loaddefs.el".
15756         * calendar/calendar.el: Move many autoloads to separate file,
15757         cal-loaddefs.el.  Move defcustoms to start and re-order.
15758         (calendar-month-name-array, calendar-starred-day): No need to
15759         declare for compiler.
15760         (cal-loaddefs): Require it.
15761         (appt, chinese-calendar, calendar-tex): Move custom groups to the
15762         appropriate file.
15763         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
15764         Reverse logic.
15765         (diary-face, diary-file-name-prefix-function, diary-include-string)
15766         (diary-glob-file-regexp-prefix, diary-face-attrs)
15767         (diary-file-name-prefix, sexp-diary-entry-symbol)
15768         (print-diary-entries-hook, list-diary-entries-hook)
15769         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
15770         (nongregorian-diary-marking-hook, diary-list-include-blanks):
15771         Move to diary-lib.
15772         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
15773         (all-bahai-calendar-holidays): Doc fix.
15774         (calendar-insert-indented): Doc fix.  Use when rather than if.
15775         (exit-calendar): Use mapc rather than mapcar.
15776         (calendar-cursor-to-date): Use zerop.
15777         (calendar-mark-ring): Add doc-string.
15778         (calendar-starred-day): Defvar it.
15779         (calendar-mode): Make calendar-starred-day local.
15780         (calendar-star-date): No need to make calendar-starred-day local.
15782         * calendar/diary-lib.el: Move defcustoms to start.
15783         (diary-include-string, diary-list-include-blanks)
15784         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
15785         (diary-file-name-prefix, diary-file-name-prefix-function)
15786         (sexp-diary-entry-symbol, list-diary-entries-hook)
15787         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
15788         (nongregorian-diary-marking-hook, print-diary-entries-hook):
15789         Move here from calendar.el.
15790         (diary-file-name-prefix-function): Use 'identity.
15791         (diary-face): Make it a defcustom, and mark as obsolete.
15792         (top-level): No need to require cal-hebrew, cal-islam when compiling.
15793         (calendar-hebrew-month-name-array-leap-year)
15794         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
15795         Define for compiler.
15796         (diary-font-lock-keywords): Use format rather than concat.
15797         Add bahai-diary-entry-symbol.
15799         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
15800         * calendar/solar.el: Unquote lambda functions.
15802         * calendar/solar.el (calendar-location-name, calendar-latitude)
15803         (calendar-longitude, solar-setup, solar-sin-degrees)
15804         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
15805         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
15806         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
15807         (solar-exact-local-noon, solar-julian-ut-centuries)
15808         (solar-ephemeris-time, solar-date-next-longitude)
15809         (solar-horizontal-coordinates, solar-equatorial-coordinates)
15810         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
15811         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
15812         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
15813         Doc fixes.
15814         (solar-horizontal-coordinates, solar-equatorial-coordinates)
15815         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
15816         (solar-ecliptic-coordinates): Use unless.
15817         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
15818         Use or.
15820         * calendar/timeclock.el: Add doc-strings to all functions.
15821         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
15822         (timeclock-entry-list-length, timeclock-entry-list-projects)
15823         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
15825         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
15827         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
15828         (org-get-entries-from-diary): Require diary-lib.
15830 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
15832         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
15833         Pacify byte-compiler.
15835 2008-03-07  Alan Mackenzie  <acm@muc.de>
15837         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
15838         paren/bracket pairs parsed, to solve performance problem.
15840 2008-03-07  Bastien Guerry  <bzg@altern.org>
15842         * bookmark.el (bookmark-set): Don't check for
15843         `bookmark-make-name-function' since `bookmark-buffer-file-name'
15844         already takes care of this.
15845         (bookmark-buffer-name, bookmark-buffer-file-name):
15846         Remove Info-mode specific code.
15848         * info.el (bookmark-get-info-node): Define this function in
15849         info.el, not in bookmark.el.
15850         (Info-mode): Set `bookmark-make-name-function' to
15851         `Info-bookmark-make-name' locally.
15852         (Info-bookmark-make-name): New function.
15854         * bookmark.el (bookmark-make-name-function): New variable.
15856 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15858         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
15859         buffer-local, not `bookmark-make-cell-function' (the old name).
15861 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
15863         * doc-view.el (doc-view-bookmark-make-record):
15864         * image-mode.el (image-bookmark-make-record):
15865         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
15867 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
15869         * vc.el (vc-status-menu-map-filter): Return orig-binding if
15870         boundp 'vc-ignore-menu-filter.
15871         (vc-status-tool-bar-map): Make it defvar.
15872         (vc-status-mode): vc-status-tool-bar-map now variable.
15873         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
15875 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15877         Give a better name to part of the bookmark interface.
15879         This was originally a much larger change, but halfway through I
15880         updated and discovered that Stefan Monnier had done the rest.
15881         It looks like he anticipated the new name too, because he used
15882         `the-record' instead of `the-cell' for some internal variable names.
15884         * bookmark.el (bookmark-make-record-function): Was
15885         `bookmark-make-cell-function'.
15886         (bookmark-make, bookmark-send-annotation): Update for above.
15887         (bookmark-make-record-for-text-file):
15888         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
15890         * info.el: Adjust accordingly.
15891         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
15893         * image-mode.el: Adjust accordingly.
15894         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
15896         * doc-view.el: Adjust accordingly.
15897         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
15899 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15901         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
15902         Move initialization into declaration.
15903         (bookmark-get-info-node, bookmark-set-info-node): Remove.
15904         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
15905         (bookmark-info-current-node): Remove.
15906         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
15907         Add relocation fallback.  Set bookmark-current-bookmark.
15908         (bookmark-default-handler): Rename from bookmark-jump-noselect.
15909         Remove relocation fallback.  Don't set bookmark-current-bookmark.
15910         (bookmark-set): Let it be used even if there's no buffer-file-name
15911         as long as there is a bookmark-make-cell-function.
15912         * info.el (Info-bookmark-jump): Remove relocation fallback.
15913         Don't set bookmark-current-bookmark.
15915 2008-03-07  Glenn Morris  <rgm@gnu.org>
15917         * calendar/appt.el (appt-issue-message)
15918         (appt-message-warning-time, appt-audible, appt-visible)
15919         (appt-msg-window, appt-display-mode-line, appt-display-duration)
15920         (appt-display-diary): Remove autoload cookies.
15922         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
15923         Remove leading `*' from defcustom doc-strings.
15925         * calendar/cal-dst.el (calendar-dst): New custom group.
15926         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
15927         (calendar-time-zone, calendar-daylight-time-offset)
15928         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
15929         (calendar-daylight-savings-starts-time)
15930         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
15931         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
15932         Move to start.
15934         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
15936         * calendar/calendar.el (calendar-version): Use emacs-version and
15937         make it obsolete.  Move to end.
15938         (calendar-offset, view-diary-entries-initially)
15939         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
15940         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
15941         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
15942         (all-bahai-calendar-holidays, calendar-load-hook)
15943         (initial-calendar-window-hook, today-visible-calendar-hook)
15944         (today-invisible-calendar-hook, calendar-move-hook)
15945         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
15946         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
15947         (diary-include-string, sexp-diary-entry-symbol)
15948         (abbreviated-calendar-year, american-date-diary-pattern)
15949         (european-date-diary-pattern, european-calendar-display-form)
15950         (american-calendar-display-form, print-diary-entries-hook)
15951         (list-diary-entries-hook, diary-hook, diary-display-hook)
15952         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
15953         (nongregorian-diary-marking-hook, diary-list-include-blanks)
15954         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
15955         (local-holidays, other-holidays, hebrew-holidays-1)
15956         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
15957         (hebrew-holidays, christian-holidays, islamic-holidays)
15958         (bahai-holidays, solar-holidays, calendar-setup)
15959         (calendar-week-start-day): Remove autoload cookies.
15960         (diary-glob-file-regexp-prefix): Doc fix.
15961         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
15962         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
15963         (calendar-week-start-day, calendar-debug-sexp): Move to start.
15965         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
15966         (calendar-time-display-form, calendar-latitude)
15967         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
15968         cookies.
15969         (calendar-latitude, calendar-longitude): Move functions after
15970         variables.
15971         (diary-sabbath-candles-minutes): Move to start.
15972         (solar-setup): Use or rather than if.
15973         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
15974         Remove condition-case.
15975         (solar-atn2): Use zerop.
15976         (solar-equinoxes-solstices): Doc fix.
15978         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
15979         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
15981         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
15982         (calendar-longitude, calendar-latitude, calendar-location-name):
15983         Declare for compiler.
15985 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15987         * arc-mode.el (archive-ar-file-header-re): New const.
15988         (archive-ar-summarize, archive-ar-extract): New funs.
15989         (archive-find-type): Recognize ar archives.
15991         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
15992         New functions.
15994         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
15996 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
15998         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
15999         Replace :enable (mark-active) with :enable mark-active.
16001 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
16003         * vms-patch.el (make-legal-file-name): New obsolete alias.
16004         (make-valid-file-name): Rename from `make-legal-file-name'.
16005         (make-auto-save-file-name): Use it.
16007         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
16008         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
16009         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
16011         * textmodes/org.el (org-export-html-style): Doc fix.
16012         (org-get-legal-level): New obsolete alias.
16013         (org-get-valid-level): Rename from `org-get-legal-level'.
16014         (org-promote, org-demote, org-archive-subtree)
16015         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
16017 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
16019         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
16021         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
16022         (vc-status-toggle-mark): New functions.
16023         (vc-status-mode): Set tool bar map.
16025 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
16027         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
16028         Reported by Drew Adams <drew.adams@oracle.com>.
16030 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
16032         * subr.el (read-quoted-char): Resolve modifiers of the character
16033         event.
16035         * comint.el (comint-exec-1): Don't change the coding-system for
16036         decoding to dos-like EOL.
16037         (comint-carriage-motion): Fully rewrite.
16039 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
16041         * epg.el (epg-context-include-certs): Reflow docstring.
16042         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
16043         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
16044         (epg-context-set-signers, epg-context-set-sig-notations)
16045         (epg-make-import-status, epg-make-import-result)
16046         (epg-start-delete-keys): Fix typos in docstrings.
16047         (epg-start-sign-keys, epg-sign-keys):
16048         Fix typos in obsolescence declarations.
16050         * iswitchb.el: Don't check for `cadr' and `last'.
16051         (iswitchb-define-mode-map, iswitchb-default-keybindings):
16052         Add obsolescence declaration and remove redundant info from docstring.
16053         (iswitchb-set-common-completion, iswitchb-set-matches)
16054         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
16055         (recentf-list, most-len, most-is-exact):
16056         Don't wrap defvars within `eval-when-compile'.
16058 2008-03-05  Glenn Morris  <rgm@gnu.org>
16060         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
16061         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
16062         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
16063         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
16064         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
16066         * ediff-hook.el (ediff-window-setup-function): Don't autoload
16067         declaration for compiler.
16068         (ediff-xemacs-init-menus): Use when rather than if.
16070         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
16071         if+and to just and.
16072         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
16073         (ediff-delete-overlay): Move the XEmacs test inside the definition.
16075         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
16077         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
16078         test inside XEmacs test.
16079         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
16080         since it was doing nothing on Emacs.
16081         (ediff-make-bullet-proof-overlay): Use when rather than if.
16083         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
16084         (ediff-setup-control-frame): Remove
16085         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
16086         a (featurep 'xemacs) test.
16088 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
16090         * calc/calc-ext.el (calc-extended-command-history): New variable.
16091         (calc-execute-extended-command): Use `calc-extended-command-history'.
16093 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
16095         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
16096         (standard-mode-line-position): Add mouse-face.
16098         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
16099         * progmodes/grep.el (grep-mode-map): Add :help.
16101         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
16102         initialize in one step.  Add :help.  Use :enable to activate menu
16103         items.  Show the key binding for edebug-defun.
16104         (lisp-interaction-mode-map): Add a menu.
16106         * term.el (term-mode-map): Define and initialize in one step.
16108         * ediff-init.el (ediff-color-display-p): Simplify.
16109         (Xor): Remove unused function.
16110         (ediff-with-syntax-table): Simplify for Emacs.
16112         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
16113         menu-bar being loaded, it always is.
16115 2008-03-05  Glenn Morris  <rgm@gnu.org>
16117         * textmodes/tex-mode.el (tex-mode): Suppress warning about
16118         multiple definitions when compiling.
16120 2008-03-04  Alan Mackenzie  <acm@muc.de>
16122         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
16124         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
16125         doc-string, "c-old-LEN" -> "c-old-END".
16127 2008-03-04  Jason Rumney  <jasonr@gnu.org>
16129         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
16130         namespaces.
16132 2008-03-04  Glenn Morris  <rgm@gnu.org>
16134         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
16136         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
16137         than mapcar.
16139 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16141         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
16142         (byte-compile-nilconstp): Can't use recursion in a defsubst.
16144         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
16145         so that M-q can fill comments.
16146         (tex-executable-exists-p, tex-compile): Extend with special syntax for
16147         commands implemented in elisp.
16148         (tex-compile-commands): Add an entry to use doc-view for pdf files.
16149         (tex-format-cmd): New function.
16150         (tex-compile): Use it to let the user specify default arguments.
16151         (tex-cmd-bibtex-args): New var.
16152         (tex-cmd-doc-view): New function.
16154 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
16156         * faces.el (face-spec-set): Fix typos in docstring.
16158 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
16160         * bindings.el (mode-line-column-line-number-mode-map): New variable.
16161         (standard-mode-line-position): Use it to add a menu for toggling
16162         column number and line number display.
16164 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16166         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16167         Remove optimization that was working around the form-code-walker bug.
16169         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
16170         Walk into the body of lambdas after byte-compile-unfold-lambda.
16172 2008-03-03  Glenn Morris  <rgm@gnu.org>
16174         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
16175         value, if set, over frame value.
16177         * simple.el (transient-mark-mode): Don't turn on by default.
16179         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
16180         accidentally removed by the 2007-12-05 merge from Gnus.
16182 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
16184         * progmodes/compile.el (compilation-menu-map): Add menu entries
16185         for useful options.
16187 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
16188             Glenn Morris  <rgm@gnu.org>
16190         * emacs-lisp/bytecomp.el (byte-recompile-directory)
16191         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
16192         Give a `bytecomp-' prefix to local variables with common names.
16194 2008-03-01  Glenn Morris  <rgm@gnu.org>
16196         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16197         Restore code commented out 2007-11-10.
16199         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
16201         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
16202         Delete macro.
16203         * emulation/viper-cmd.el, emulation/viper-ex.el:
16204         * emulation/viper-init.el, emulation/viper-keym.el:
16205         * emulation/viper-mous.el, emulation/viper-util.el:
16206         * emulation/viper.el:
16207         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
16208         featurep test.
16210         Replace obsolete frame-local variables with frame-parameters.
16211         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
16212         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
16213         (viper-vi-state-cursor-color): Only call make-variable-frame-local
16214         on XEmacs.
16215         * emulation/viper-util.el (viper-frame-value): New macro.
16216         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
16217         (viper-R-state-post-command-sentinel)
16218         (viper-replace-state-post-command-sentinel)
16219         (viper-change-state-to-insert, viper-change-state-to-emacs):
16220         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
16221         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
16222         (viper-get-saved-cursor-color-in-insert-mode)
16223         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
16224         Use viper-frame-value for viper-replace-overlay-cursor-color,
16225         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
16226         viper-vi-state-cursor-color values.
16228         * emulation/viper-cmd.el (zmacs-region-stays):
16229         * emulation/viper-util.el (zmacs-region-stays): No need to define
16230         for compiler.
16232         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
16233         mapcar on Emacs.
16235         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
16236         on XEmacs.
16238         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
16239         rather than if.
16241 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16243         * whitespace.el: New version 9.3.  As the glyph code generation was
16244         fixed, it is possible now to use character code above ?\x1FFFF in the
16245         display table.  Fix `whitespace-indentation-regexp' to not include an
16246         extra ending character.  Reported by Michael Welsh Duggan
16247         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
16248         the original whitespace package had.  Suggested by Eric Cooper
16249         <ecc@cmu.edu>.  Doc fix.
16250         (whitespace-action): New option.
16251         (whitespace-display-mappings): Changed default newline visualization to
16252         display downwards arrow, as the glyph code generation was fixed.
16253         (whitespace-unload-function): Assure that all local whitespace mode is
16254         turned off.
16255         (whitespace-global-modes): Fix type customization.
16256         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
16257         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
16258         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
16259         Fix code.
16260         (whitespace-buffer): Command removed.
16261         (whitespace-trailing-regexp, whitespace-mark-x)
16262         (whitespace-display-window, whitespace-action-when-on)
16263         (whitespace-add-local-hook, whitespace-remove-local-hook)
16264         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
16265         (whitespace-action): New funs.
16266         (whitespace-report-list, whitespace-report-text)
16267         (whitespace-report-buffer-name): New consts.
16268         (whitespace-report, whitespace-report-region): New commands.
16270 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
16272         * disp-table.el (make-glyph-code): Don't test the result of
16273         `face-id', which already signals an error for invalid faces.
16274         (glyph-face): Simplify.
16276         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
16277         running `desktop-not-loaded-hook' to allow modifying it.
16278         Don't show warning message if `desktop-dirname' was modified.
16280 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16282         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
16283         we still expect more lines.
16285         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
16286         comment-paragraph filling if the commark doesn't match
16287         comment-start-skip.
16289 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
16291         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
16292         the `imap' variant.
16294 2008-03-01  Jason Rumney  <jasonr@gnu.org>
16296         * files.el (make-auto-save-file-name): Encode more characters in
16297         non-file buffer names.  Use url-encoding.
16299 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
16301         * net/net-utils.el (ftp-program): Fix typo in docstring.
16302         (ifconfig-program-options, netstat-program-options)
16303         (arp-program-options, route-program-options, nslookup-program-options)
16304         (ftp-program-options, smbclient-program-options)
16305         (dns-lookup-program-options, arp, route): Doc fixes.
16307         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
16308         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
16309         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
16310         Fix typos in docstrings.
16311         (gdb-pending-triggers): Reflow docstring.
16312         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
16314 2008-03-01  Alan Mackenzie  <acm@muc.de>
16316         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
16317         typing "#" at EOB.
16319 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
16321         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
16323 2008-02-29  Kim F. Storm  <storm@cua.dk>
16325         * emulation/cua-base.el (cua-remap-control-v)
16326         (cua-remap-control-z): New defcustoms.
16327         (cua-mode): Add them to set-after property.
16328         (cua--init-keymaps): Use them.
16329         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
16331         * help.el (view-emacs-todo): Rename from view-todo.
16332         (describe-gnu-project): Rename from describe-project.  Users changed.
16333         (view-help-file): New helper function.
16334         (describe-distribution, describe-copying, describe-gnu-project)
16335         (view-todo, view-order-manuals, view-emacs-problems): Use it.
16336         (view-emacs-debugging, view-external-packages): New commands.
16337         (help-map): Move describe-distribution to C-h C-o (ordering).
16338         Move view-emacs-problems to C-h C-p (problems).
16339         Bind view-emacs-debugging to C-h C-d (debugging).
16340         Bind view-external-packages to C-h C-e (extras).
16341         (help-for-help-internal): Cleanup and align descriptions.
16342         Remove command names to reduce clutter.
16344 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
16346         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
16347         and quieter face (not a warning).
16349 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
16351         * vc.el (vc-status-crt-marked): New variable.
16352         (vc-status-mode): Make it local.
16353         (vc-status-refresh): Use it to save the marked files.
16354         (vc-update-vc-status-buffer): Use it to restore the marked files.
16356         * vc-svn.el (vc-svn-after-dir-status):
16357         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
16359 2008-02-29  Glenn Morris  <rgm@gnu.org>
16361         * allout.el (allout-topic-encryption-bullet)
16362         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
16363         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
16364         from 22.0 to 22.1.
16366         * net/imap.el (imap-ping-server):
16367         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
16368         Change defcustom :version from 23.0 to 23.1.
16370 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
16372         * desktop.el (desktop-save): Save the buffer name if the
16373         uniquified base name is empty.
16375 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
16377         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
16378         correctly when user has "set print address off".
16380 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
16382         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
16383         version number of the next major Emacs release, not 23.0.
16385         * longlines.el (longlines-unload-function): New function.
16387 2008-02-28  Juri Linkov  <juri@jurta.org>
16389         * startup.el (normal-splash-screen): Add argument `concise'.
16390         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
16391         to the created buffer.  If `concise' is non-nil, call
16392         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
16393         (display-startup-screen): Add argument `concise' to the call to
16394         `normal-splash-screen'.
16396 2008-02-28  Kim F. Storm  <storm@cua.dk>
16398         * startup.el (startup-echo-area-message): Check for about-emacs.
16400 2008-02-28  Juri Linkov  <juri@jurta.org>
16402         * startup.el: Always add initial message to *scratch* buffer if
16403         `initial-scratch-message' is non-nil regardless of the value of
16404         `inhibit-startup-screen'.
16405         (inhibit-startup-screen, initial-scratch-message): Doc fix.
16406         (command-line-1): Move code that inserts `initial-scratch-message'
16407         up before the if-form that checks for `inhibit-startup-screen'.
16408         Suggested by Jonathan Rockway <jon@jrock.us>.
16410 2008-02-28  Juri Linkov  <juri@jurta.org>
16412         * cus-edit.el (custom-mode-map, custom-mode-link-map):
16413         Rename `custom-mode' to `Custom-mode' in docstrings.
16414         (custom-buffer-create-internal, customize-browse):
16415         Rename `custom-mode' to `Custom-mode'.
16416         (custom-mode-hook): Rename to `Custom-mode-hook'.
16417         (Custom-mode-hook): Renamed from `custom-mode-hook'.
16418         (custom-mode): Rename to `Custom-mode'.
16419         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
16420         (custom-mode): Add backward-compatible non-interactive variant of
16421         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
16422         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
16424         * info-look.el: Rename `custom-mode' to `Custom-mode'.
16426         * emulation/viper.el (viper-emacs-state-mode-list):
16427         Rename `custom-mode' to `Custom-mode'.
16429         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
16430         Capitalize "Tagged Files".
16431         (minibuffer-local-map): Add menu items for next/previous
16432         history elements and isearch history forward/backward.
16434         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
16435         `hs-isearch-open' with t instead of `comment' in :selected
16436         for "Code and Comment blocks" menu item.
16438 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16440         * uniquify.el (uniquify-buffer-base-name): Undo last change.
16441         Should be done in desktop.el instead.
16443 2008-02-28  Glenn Morris  <rgm@gnu.org>
16445         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
16447         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
16449         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
16450         (Info-menu, Info-goto-node): Remove declarations.
16451         (report-emacs-bug-info): Use info rather than Info-goto-node.
16453         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
16454         (idlwave-convert-xml-system-routine-info): Don't require xml.
16455         (idlwave-show-commentary, idlwave-shell-show-commentary):
16456         Don't require finder.
16457         (idlwave-info): Don't require info.  Use info rather than
16458         Info-goto-node.
16460         * textmodes/org.el (Info-goto-node): Remove declaration.
16461         (org-info): Use info rather than Info-goto-node.
16463         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
16464         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
16466 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
16468         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
16469         the menu.
16471         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
16472         (vc-finish-logentry): Check for vc-status-mode, not only for
16473         vc-dired-mode.
16475 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
16477         * isearch.el (isearch-printing-char): Don't check
16478         keyboard-coding-system.
16479         Call isearch-process-search-multibyte-characters only when
16480         current-input-method is non-nil.
16482 2008-02-27  Kim F. Storm  <storm@cua.dk>
16484         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
16485         (glyph-char, glyph-face): Handle cons encoding.
16487 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
16489         * uniquify.el (uniquify-buffer-base-name): If the base name is an
16490         empty string, return nil to allow the caller to default to the
16491         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
16493         * tool-bar.el (tool-bar-setup): Doc fix.
16495         * mail/supercite.el (sc-describe):
16496         Fix typos in obsolescence declaration.
16498 2008-02-27  Glenn Morris  <rgm@gnu.org>
16500         * autoinsert.el (auto-insert-alist): Change permission text to
16501         match FSF's GPLv3 form.
16503         * mail/supercite.el (sc-cite-original): Doc fix.
16504         (sc-version): Make obsolete.
16505         (sc-describe): Show the SC info page.  Make obsolete.
16507 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16509         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
16510         when using transient-mark-mode.
16511         (default-indicate-unused-lines): Remove unused var.
16513 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
16515         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
16516         and previous.
16518         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
16520 2008-02-26  Glenn Morris  <rgm@gnu.org>
16522         * net/net-utils.el (top-level): Don't require comint when compiling.
16523         (nslookup-font-lock-keywords): Don't require font-lock.
16524         Use font-lock faces rather than variables.
16525         (nslookup, ftp, smbclient, network-service-connection):
16526         Don't require comint.
16527         (comint-prompt-regexp, comint-input-autoexpand)
16528         (comint-input-ring): Declare for compiler.
16529         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
16530         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
16532         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
16533         doc-string.
16535 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16537         * doc-view.el (doc-view-current-page): Add a `win' argument.
16539 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16541         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
16542         Demote it to plain defvar.
16543         (doc-view-conversion-refresh-interval): Reduce interval.
16544         (doc-view-goto-page): Allow moving to pages not yet rendered.
16545         (doc-view-goto-page): Construct a file name rather than extracting it
16546         from doc-view-current-files.
16547         (doc-view-kill-proc): Ignore errors from kill-process.
16548         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
16549         (doc-view-insert-image): Use appropriate text if the page hasn't been
16550         rendered yet.  Adjust scrolling so the text is displayed.
16551         (doc-view-display): Detect not just that a page is available, but also
16552         that it wasn't available before, so as to avoid refreshing all pages
16553         repeatedly.
16554         (doc-view-mode): Make doc-view-cache-directory if needed.
16556 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16558         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
16559         toggle-read-only.
16561         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
16562         refering to a missing required field with the OPT prefix.
16563         Make unwindform more robust.
16565         * textmodes/bibtex.el: Remove support for hideshow minor mode as
16566         it duplicates the bibtex support in progmodes/hideshow.el.
16567         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
16568         entries that do not start at the beginning of a line.
16570 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
16572         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
16574 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
16576         * help-fns.el (describe-variable): Add phrases about
16577         initialization file with and without customization;
16578         use new button type help-info-variable.
16580         * help-mode.el (help-info-variable):
16581         New button able to read Info files for help-fns.el.
16583 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
16585         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
16586         (grep-mode): Use grep-mode-tool-bar-map.
16588         * progmodes/compile.el (tool-bar): Require tool-bar.
16589         (compilation-mode-tool-bar-map): New variable.
16590         (compilation-mode): Use compilation-mode-tool-bar-map.
16592         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
16594 2008-02-25  Glenn Morris  <rgm@gnu.org>
16596         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
16598 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16600         * diff-mode.el (diff-file-junk-re): New const.
16601         (diff-beginning-of-file-and-junk): Use it.
16602         (diff-file-kill): Make sure we were really inside a file diff.
16604         * diff-mode.el: Make it more robust in the presence of empty context
16605         lines in unified hunks.
16606         (diff-valid-unified-empty-line): New var.
16607         (diff-unified->context, diff-sanity-check-hunk): Obey it.
16608         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
16609         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
16610         (diff-hunk-header-re-unified): New const.
16611         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
16612         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
16613         (diff-sanity-check-hunk): Use it.
16615         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
16616         Index: line, don't search backward for the previous one.
16618 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
16620         * international/fontset.el (setup-default-fontset): Add non-OTF
16621         lao font for lao script.
16623         * language/tibetan.el: Register tibetan-composition-function in
16624         composition-function-table.
16626         * language/tibet-util.el (tibetan-composition-function):
16627         Adjust for the new calling way (argument changed).  Try font-shape-text
16628         if possible.
16630         * language/lao.el: Register lao-composition-function in
16631         composition-function-table.
16633         * language/lao-util.el (lao-composition-function): Adjust for the new
16634         calling way (argument changed).  Try font-shape-text if possible.
16636 2008-02-25  Jason Rumney  <jasonr@gnu.org>
16638         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
16640 2008-02-25  Juri Linkov  <juri@jurta.org>
16642         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
16643         background, "red4" for a dark background, "red" for 16 and
16644         8 colors, "grey" for grayscale, and inverse video otherwise.
16645         Add :version tag.
16646         (isearch-message): Keep the original isearch-message intact, and
16647         add text properties to it where necessary.  Add `isearch-error' to
16648         the condition that checks if isearch is unsuccessful.
16650 2008-02-24  Juri Linkov  <juri@jurta.org>
16652         * progmodes/compile.el (compilation-handle-exit):
16653         Use compilation-error face instead of font-lock-warning-face.
16654         Display the same message in the minibuffer as is inserted
16655         at the end of the compilation buffer.
16657 2008-02-24  Glenn Morris  <rgm@gnu.org>
16659         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
16660         multiple file case.
16662         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
16664         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
16665         multiple file case.  Use a single `let' rather than two.
16667 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
16669         * progmodes/compile.el (compilation-start): Specify a face for
16670         mode-line-process.
16671         (compilation-handle-exit): Specify a face and a tooltip for
16672         mode-line-process.
16674 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16676         * hilit-chg.el: Remove spurious * in defcustom docstrings.
16677         (hilit-chg-make-ov): Simplify.
16678         (hilit-chg-fixup): Use remove-overlays.
16679         (hilit-chg-set-face-on-change): Remove redundant call to
16680         `remove-text-properties'.
16682         * dired.el (dired-mark-prompt): Don't count/display the t element.
16683         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
16685 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
16687         * progmodes/verilog-mode.el (eval-when-compile): Don't define
16688         add-submenu.
16689         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
16690         Remove.  Move contents to the only use ...
16691         (verilog-menu): ... here.
16692         (verilog-statement-menu): Remove.  Move contents to the only use ...
16693         (verilog-stmt-menu): ... here.
16694         (verilog-mark-defun): Simply call mark-defun for emacs.
16695         (occur-pos-list): Declare for byte compiler.
16696         (mode-popup-menu): Don't defvar.
16697         (verilog-add-statement-menu): Remove.
16698         (verilog-mode-hook): Don't add verilog-add-statement-menu.
16699         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
16701 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
16703         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
16704         conditional.
16705         (verilog-font-grouping-keywords-face): Make the begin..end
16706         keywords standout more than other verilog keywords.
16707         (verilog-type-font-keywords): Move the begin..end out of this list
16708         to facilitate making them to (potentially) stand out more.
16709         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
16710         function & task blocks.
16711         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
16712         initial, function & task blocks.
16713         (verilog-forward-sexp): Handle the new "disable fork" statement of
16714         IEEE-1800 Verilog.
16715         (verilog-beg-block-re-ordered): Handle the new "disable fork"
16716         statement of IEEE-1800 Verilog.
16717         (verilog-calc-1): Handle the new "disable fork" statement of
16718         IEEE-1800 Verilog.
16719         (verilog-disable-fork-re): Add const to help handle the new
16720         "disable fork" statement of IEEE-1800 Verilog.
16721         (verilog-declaration-core-re): Add port directions by themselves,
16722         with no qualification, as base item of a declaration.
16723         (verilog-pretty-declarations): Add new flag to ask it to refrain
16724         from printing to the message buffer.
16725         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
16726         printing to the message buffer.  Improve handling of the many
16727         types of expression line up.
16728         (verilog-just-one-space): Remove printing of an empty message.
16729         (verilog-get-lineup-indent): Rework to support the better handling
16730         of expression lineup for verilog-pretty-expr.
16731         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
16733 2008-02-24  Alan Mackenzie  <acm@muc.de>
16735         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
16736         yesterday's commit.
16738 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
16740         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
16741         to mouse-set-point in buffers that aren't associated with files.
16743         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
16745 2008-02-24  Alan Mackenzie  <acm@muc.de>
16747         Set of changes so that "obtrusive" syntactic elements in a
16748         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
16749         unmatched paren) don't interact syntactically with stuff outside
16750         the CPP line.
16752         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
16753         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
16754         off-by-one bug.
16755         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
16756         a bit of refactoring.
16757         (c-awk-extend-and-syntax-tablify-region): Takes some of the
16758         functionality of c-awk-advise-fl-for-awk-region, which has been
16759         refactored away.
16761         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
16762         (c-clear-char-property-with-value): New function and macro which
16763         remove text-properties `equal' to a supplied value.
16765         * progmodes/cc-engine.el: Comment about text properties amended.
16767         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
16768         parens around "error\\|warning".
16770         * progmodes/cc-langs.el (c-get-state-before-change-function)
16771         (c-before-font-lock-function, c-anchored-cpp-prefix):
16772         New language variables.
16773         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
16775         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
16776         syntax-table text properties.
16777         (c-common-init): Call language specific before/after-change
16778         functions at mode initialisation.
16779         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
16780         (c-extend-region-for-CPP, c-neutralize-CPP-line)
16781         (c-neutralize-syntax-in-CPP): New functions.
16782         (c-before-change, c-after-change): Call the new language specific
16783         change functions defined in cc-langs.el.
16784         (c-advise-fl-for-region): New macro.
16785         (awk-mode): Remove AWK specific stuff which has been refactored
16786         into language independent stuff.
16788 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
16790         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
16791         (gdb): (Re)set gdb-flush-pending-output to nil here...
16792         (gdb-init-1): ...instead of here (before gdb-prompt).
16794 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16796         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
16797         Recognize ''' just like any other char-constant.
16799 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16801         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
16802         careful enough.  Detect the uid-change all within the main loop.
16804 2008-02-24  Stefan Monnier  <monnier@pastel.home>
16806         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
16808 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16810         * hilit-chg.el (highlight-save-buffer-state): New macro.
16811         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
16812         (hilit-chg-clear): Use it to preserve the modified-p flag.
16813         (highlight-changes-rotate-faces): Don't mess with the undo-list.
16815 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16817         * font-lock.el (font-lock-set-defaults): Unset previously set variables
16818         when needed.
16820 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
16822         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
16823         from gnus-button-url-regexp.
16825 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
16827         * progmodes/compile.el (compilation-next-error): Doc fix.
16828         (compilation-find-file): Doc fix.
16830 2008-02-24  Glenn Morris  <rgm@gnu.org>
16832         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
16833         Add obsolete aliases to the old names.
16835 2008-02-24  Richard Stallman  <rms@gnu.org>
16837         * net/net-utils.el (ifconfig): Rename from ipconfig.
16838         (ipconfig): Alias to ifconfig.
16839         (ifconfig-program): Rename from ipconfig-program.
16840         (ifconfig-program-options): Rename from ipconfig-program-options.
16842 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
16844         * progmodes/verilog-mode.el (verilog-declaration-core-re):
16845         Add port directions by themselves, with no qualification, as base
16846         item of a declaration.
16847         (verilog-pretty-declarations): Add new flag that inhibits printing
16848         to the message buffer.
16849         (verilog-pretty-expr): Add new flag that inhibits printing to the
16850         message buffer.  Improve handling of the many types of expression
16851         line up.
16852         (verilog-just-one-space): Don't print an empty message.
16853         (verilog-get-lineup-indent): Rework to support the better handling
16854         of expression lineup for verilog-pretty-expr.
16855         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
16856         (verilog-mode-version, verilog-mode-release-date): Update.
16858 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16860         * subr.el (cancel-change-group): Don't move point.
16862 2008-02-23  Markus Triska  <markus.triska@gmx.at>
16864         * linum.el (linum-after-config): Update all visible windows.
16866 2008-02-23  Glenn Morris  <rgm@gnu.org>
16868         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
16869         Add :help for Solitaire and Tetris.
16871         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
16873         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
16874         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
16875         (smtpmail-queue-index-file): Make it a defcustom.
16876         (smtpmail-queue-index): Delete.
16877         (smtpmail-send-it, smtpmail-send-queued-mail):
16878         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
16879         smtpmail-queue-index.
16881         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
16882         Add :version.
16884 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
16886         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
16887         New variables.
16888         (iwconfig): New function.
16890 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
16892         * vc.el (vc-find-revision): Make vc-parent-buffer local before
16893         setting it.
16894         (vc-status-menu-map): Do not define using easy-menu.
16895         (vc-status-menu-map): New defalias.
16896         (vc-status-mode-map): Hook up the menu.
16897         (top-level): Update TODO.
16899         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
16901         * vc-bzr.el (vc-bzr-init-version): Rename to ...
16902         (vc-bzr-init-revision): ... this.
16904 2008-02-23  Jason Rumney  <jasonr@gnu.org>
16906         * makefile.w32-in (WINS_ALMOST): Remove term.
16907         (WINS): Add term here.
16908         (custom-deps, finder-data): Use WINS_ALMOST.
16910 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
16912         * faces.el (font-weight-table): Fix value of `semi-light'.
16914 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16916         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
16917         Make those tables bijective.
16919 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
16921         Finish pdbtrack integration cleanup, settling missing-functions
16922         byte compiler warnings appropriately.
16924         * progmodes/python.el (python-point): Remove this - beginning-of-line
16925         was all that was necessary for `python-pdbtrack-overlay-arrow'.
16926         (python-end-of-def-or-class, python-beginning-of-def-or-class)
16927         (python-goto-initial-line): Drop these - they were only needed for
16928         python-point.
16929         (python-comint-output-filter-function): Use condition-case and
16930         beginning-of-line directly, instead of python-mode.el functions
16931         which require all sorts of baggage.
16932         (point-safe): Unnecessary - we're using condition-case directly,
16933         instead.
16934         (python-execute-file): Include for python-shell, which I'm leaving
16935         in keeping despite it being unnecessary for pdb tracking.
16937 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
16939         * progmodes/scheme.el (scheme-font-lock-keywords-2):
16940         Add SRFI 11 support.
16941         (let-values, let*-values): Specify scheme-indent-function.
16943 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
16945         * vc.el (vc-exec-after): Move setting mode-line-process in the
16946         busy case ...
16947         (vc-set-mode-line-busy-indicator): ... in this new function.
16948         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
16949         (vc-update-vc-status-buffer): Reset mode-line-process.
16950         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
16951         mark/unmark all the files with the same state as the current one.
16952         With a prefix argument mark/unmark all files.
16953         (vc-status-mode-menu): Adjust strings.
16954         (vc-update-vc-status-buffer): Only do something when the argument
16955         is not nil.
16956         (vc-status-kill-dir-status-process): New function.
16957         (vc-status-mode-map): Bind it.
16958         (vc-status-process-buffer): New variable.
16959         (vc-status-mode): Make it local.
16960         (vc-status-refresh): Set it.
16962         * vc-hg.el (vc-hg-dir-status):
16963         * vc-git.el (vc-git-dir-status):
16964         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
16965         command is run.
16967 2008-02-22  Glenn Morris  <rgm@gnu.org>
16969         * json.el (top-level): No need to require thingatpt.
16970         (json-read-keyword): Use thing-at-point rather than word-at-point.
16972         * time.el (top-level): No need to require time-date when compiling.
16974         * emacs-lisp/copyright.el (copyright-update-year):
16975         Fix subexpression numbering for the case when years are split over
16976         lines, and for the replace case.
16978         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
16979         (tpu-caar, tpu-cadr): Delete functions.
16980         (zmacs-regions): No need to declare for compiler.
16981         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
16982         (tpu-spell-check): Rewrite, and handle mark after point.
16983         (tpu-special-insert): Use or rather than if.
16985         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
16986         rather than spell-region.
16988         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
16989         warnings about spell-region.
16991 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
16993         * ldefs-boot.el: Regenerated.
16995         * loadup.el: Don't load language/devanagari, language/kannada,
16996         language/malayalam, and language/tamil.  Load language/sinhala.
16998         * language/indian.el (indian-font-foundry)
16999         (indian-script-language-alist, indian-font-char-index-table)
17000         (indian-font-char, indian-font-char-range, indian-script-table)
17001         (indian-default-script, indian-composable-pattern): Delete them.
17002         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
17003         language environments moved to here.
17004         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
17005         New language environments.
17007         * language/devanagari.el, language/devan-util.el,
17008         * language/kannada.el, language/knd-util.el, language/malayalam.el,
17009         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
17010         Delete them.
17012         * language/sinhala.el: New file.
17014 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
17016         Update Nick Robert's port of pdb tracking from python-mode.el.
17018         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
17019         Clarify docstring.
17020         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
17021         tracking is happening.
17022         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
17023         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
17024         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
17025         Tracking is plugged in to all comint buffers once python.el is loaded.
17026         (python-pdbtrack-overlay-arrow): Toggle activation of
17027         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
17028         (python-pdbtrack-track-stack-file): Use new
17029         `python-pdbtrack-get-source-buffer' for more flexible access to
17030         debugging source files.
17031         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
17032         according to pdb stack trace, optionally using new
17033         `python-pdbtrack-grub-for-buffer' if file is not locally available.
17034         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
17035         named buffer, or having function with indicated name.
17036         (python-shell): Remove comint-output-filter-functions hook
17037         addition, it's being done elsewhere.  Wrap long line.
17039 2008-02-21  Michael Olson  <mwolson@gnu.org>
17041         * json.el: Replace XEmacs compatibility code to get rid of
17042         compiler warnings.
17044         * time.el: Fix compiler warning.
17046 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
17048         * json.el: New file (JavaScript Object Notation parser / generator).
17050 2008-02-21  Dave Love  <fx@gnu.org>
17052         * progmodes/sym-comp.el: New file.
17054         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
17055         Require sym-comp.  Add Python buffer to same-window-buffer-names.
17056         Fixup whitespaces.
17057         (python-font-lock-keywords): Add highlighting for Python builtins.
17058         (python-font-lock-syntactic-keywords): Rewrite.
17059         (python-quote-syntax): Use syntax-ppss-context instead of parsing
17060         ppss directly.
17061         (python-mode-map): Add binding for python-find-function.
17062         (python-calculate-indentation): Clean up the logic.
17063         (python-beginning-of-defun): Explicitly set return value.
17064         (python-beginning-of-statement): Stop looping if we get stuck
17065         going backwards.
17066         (python-next-statement): Stop looping if we somehow end up inside
17067         a string while advancing.
17068         (python-preoutput-continuation, python-version-checked): New vars.
17069         (python-check-version): New function.
17070         (run-python): Set default command to python-command instead of
17071         python-python-command.
17072         (run-python): Use python-check-version.  Give PYTHONPATH
17073         precedence over data-directory in the process environment.
17074         Load function definitions in python process after.
17075         (python-check-comint-prompt): New function.
17076         (python-send-command, python-send-receive): Use it.
17077         (python-complete-symbol, python-try-complete): Functions deleted.
17078         Use symbol-complete instead of python-complete-symbol throughout.
17079         (python-fill-paragraph): Further refine the fenced-string regexp.
17080         (def-python-skeleton): Expand to the original abbrev instead if in
17081         a comment or string.  Tweak skeletons for `if', `while', `for',
17082         `try/except', `try/finally', `name'.
17083         (python-pea-hook, python-abbrev-pc-hook): New functions.
17084         (python-abbrev-syntax-table): New var.
17085         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
17086         Use symbol-completion-try-complete for hippie expansion.
17087         Turn on font lock unconditionally.
17088         (python-mode-hook): Defcustom it.  No need to use make-local
17089         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
17090         option, since it's buffer-local.
17092 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
17094         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
17096 2008-02-21  Drew Adams  <drew.adams@oracle.com>
17098         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
17099         "Turn off" and a "Help" entry when the minor mode has no menu.
17101 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
17103         * vc.el (vc-status-mark, vc-status-unmark): New functions.
17104         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
17105         vc-status-mark-file and vc-status-unmark-file.
17106         (vc-status-mark-unmark): New function.
17107         (vc-status-previous-line, vc-status-next-line): No longer interactive.
17109 2008-02-21  Glenn Morris  <rgm@gnu.org>
17111         * composite.el (encode-composition-rule): Fix typo in error message.
17112         (composition-function-table, auto-composition-mode): Doc fixes.
17114         * subr.el (sit-for): Fix obsolete form for nil second argument.
17116         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
17117         (spell-string): Make obsolete, in favor of ispell.
17119 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
17121         * language/devanagari.el: Don't setup composition-function-table
17122         here.
17123         ("Devanagari"): Change charset, coding-system, coding-priority to
17124         Unicode-based ones.  Don't require the feature devan-util.
17126         * composite.el (compose-chars-after): Fix arguments for a function
17127         in composition-function-table.
17128         (auto-compose-region): Likewise.
17130         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
17131         for Ethiopic.
17132         (ps-mule-plot-string): Ignore glyph-string based compositions.
17134 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17136         * doc-view.el: Allow different windows to show different pages.
17137         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
17138         (doc-view-current-image, doc-view-current-overlay): Remove variables,
17139         add them back as macros instead, using image-mode-winprops instead.
17140         Update all users of those variables.
17141         (doc-view-new-window-function): New function to create a new overlay
17142         for each new window.
17143         (doc-view-mode): Use it and image-mode-setup-winprops.
17144         (doc-view-clone-buffer-hook): Rewrite accordingly.
17146         * image-mode.el: Extend [hv]scroll support to per-window properties.
17147         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
17148         (image-mode-winprops-alist): New var to replace them.
17149         (image-mode-new-window-functions): New hook.
17150         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
17151         New funs.
17152         (image-set-window-vscroll, image-set-window-hscroll): Use them.
17153         Remove the `window' argument, update callers.
17154         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
17155         Use the new functions.
17156         (image-mode-reapply-winprops): New fun.
17157         (image-mode): Use it.
17159 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
17161         * calc/calc-math.el (math-sin-raw): Add optional argument
17162         to keep track of original argument.
17163         (math-cos-raw): Use optional argument when calling math-sin-raw.
17164         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
17165         with close to original precision.
17167 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17169         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
17170         args in calls of sit-for.
17172 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
17174         * vc-svn.el (vc-svn-program): Fix typo in docstring.
17175         (vc-svn-checkin): Fix typo in error message.
17177         * help-mode.el: Require easymenu when compiling.
17179 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
17181         * help-mode.el (help-mode-menu): New menu.
17183 2008-02-20  Glenn Morris  <rgm@gnu.org>
17185         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
17186         on Windows.
17188 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
17190         * ps-mule.el (ps-mule-encode-region): Return a single string.
17191         (ps-mule-plot-string): Adjust for the above change.
17192         (ps-mule-encode-header-string): Likewise.
17194         * international/latin1-disp.el (latin1-display): Don't use
17195         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
17196         standard-display-table.
17197         (latin1-display-identities): Adjust for the change of what is
17198         returned by (get-language-info charset 'charset).
17200         * international/mule-util.el (char-displayable-p): Fix for Latin-1
17201         characters and terminal case.
17203 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
17205         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
17207         * progmodes/python.el: Also require comint when loading.
17208         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
17209         Replace python-shell with run-python on menu bar.
17210         (python-shell-map): New map.
17211         (python-default-interpreter, python-python-command-args)
17212         (python-jython-command-args, python-pdbtrack-do-tracking-p):
17213         New options.
17214         (python-which-shell, python-which-args, python-which-bufname):
17215         New buffer local variables.
17216         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
17218         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
17219         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
17220         New constants.
17222         Pdbtrack features:
17224         (python-point, python-end-of-def-or-class)
17225         (python-beginning-of-def-or-class, python-goto-initial-line)
17226         (python-comint-output-filter-function)
17227         (python-pdbtrack-overlay-arrow)
17228         (python-pdbtrack-track-stack-file, python-toggle-shells)
17229         (python-shell, python-pdbtrack-toggle-stack-tracking)
17230         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
17231         New functions.
17233 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17235         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
17236         when the argument is nil.
17238 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
17240         * vc.el (dir-status): Add a brief description.
17242 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
17244         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
17245         If non-nil, reverse the sense of the check.
17247         * vc-rcs.el (vc-rcs-root): New func.
17248         * vc-cvs.el (vc-cvs-root): New func.
17249         * vc-svn.el (vc-svn-root): New func.
17250         * vc-sccs.el (vc-sccs-root): New func.
17252 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
17254         * language/japan-util.el (setup-japanese-environment-internal):
17255         Call use-cjk-char-width-table.
17257         * language/japanese.el ("Japanese"): Set exit-function to
17258         use-default-char-width-table.
17260         * international/characters.el: Delete occurrences of non-Unicode
17261         tibetan and ethiopic characters.
17262         (cjk-char-width-table): New variable.
17263         (use-cjk-char-width-table, use-default-char-width-table):
17264         New functions.
17266 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
17268         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
17269         (vc-status-mode-menu): Add a :filter.
17270         (vc-status-printer): Add faces.
17272         * vc-hg.el (vc-hg-extra-status-menu): New function.
17273         (vc-hg-dir-status): Clean up the buffer before using it.
17275 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17277         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
17278         (gdb): Initialize it here instead.
17280         * files.el (locate-dominating-file): Fix thinko in last change.
17281         Reported by Bruce Stephens <bruce.stephens@isode.com>.
17283 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
17285         * vc.el (vc-status-mode-menu): New menu for vc-status.
17287 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
17289         * progmodes/verilog-mode.el (customize): Fix typo in error message.
17290         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
17291         (verilog-mode-auto, verilog-indent-level-module)
17292         (verilog-minimum-comment-distance, verilog-library-flags)
17293         (verilog-library-directories, verilog-library-files)
17294         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
17295         (verilog-xemacs-menu, verilog-set-compile-command)
17296         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
17297         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
17298         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
17299         (verilog-batch-inject-auto, verilog-batch-indent)
17300         (verilog-continued-line, verilog-type-keywords)
17301         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
17302         (verilog-read-inst-pins, verilog-read-arg-pins)
17303         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
17304         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
17305         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
17306         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
17307         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
17308         (verilog-mode-version, verilog-mode-release-date)
17309         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
17310         (verilog-simulator, verilog-compiler)
17311         (verilog-auto-sense-defines-constant, verilog-company)
17312         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
17313         Fix typos in docstrings.
17314         (verilog-set-auto-endcomments, verilog-calculate-indent)
17315         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
17316         Reflow docstrings.
17317         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
17318         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
17319         (electric-verilog-forward-sexp, verilog-in-case-region-p)
17320         (verilog-in-struct-region-p, verilog-in-generate-region-p)
17321         (verilog-leap-to-head, verilog-current-indent-level)
17322         (verilog-case-indent-level, verilog-cpp-keywords)
17323         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
17324         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
17325         (verilog-signals-not-in, verilog-symbol-detick-text)
17326         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
17327         (verilog-forward-close-paren, verilog-backward-open-paren)
17328         (verilog-backward-open-bracket): Doc fixes.
17330         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
17331         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
17332         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
17333         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
17334         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
17335         Fix typos in docstrings.
17337         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
17339 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
17341         * info.el (Info-read-node-name): Removed unused `default' arg.
17343 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
17345         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
17347 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17349         * image-mode.el (image-get-display-property): New fun.
17350         (image-forward-hscroll, image-next-line, image-eol, image-eob)
17351         (image-mode, image-minor-mode, image-toggle-display-text)
17352         (image-toggle-display): Use it.
17354 2008-02-18  Jason Rumney  <jasonr@gnu.org>
17356         * international/mule.el (xml-find-file-coding-system): Don't warn
17357         about utf-16 with BOM.
17359         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
17361         * international/mule.el (sgml-xml-auto-coding-function): Detect and
17362         warn if file encoding is not utf-8 and encoding not specified.
17363         (xml-find-file-coding-system): New function.
17364         * international/mule-conf.el (file-coding-system-alist): Use it.
17366 2008-02-17  Glenn Morris  <rgm@gnu.org>
17368         * international/mule-cmds.el (set-locale-environment):
17369         Pass `frame' to getenv for LC_MESSAGES.
17371 2008-02-17  Juri Linkov  <juri@jurta.org>
17373         * time.el (emacs-init-time): Use format instead of format-seconds.
17375 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17377         * textmodes/bibtex.el (bibtex-search-entry): Rename from
17378         bibtex-find-entry.  Add autoload cookie.
17379         (bibtex-find-entry): Alias for bibtex-search-entry.
17380         (bibtex-search-crossref): Rename from bibtex-find-crossref.
17381         (bibtex-find-crossref): Alias for bibtex-search-crossref.
17382         (bibtex-clean-entry): atomic-change-group removed.
17383         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
17384         to locate buffer location where error occurred.
17385         Make error messages more specific.
17386         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
17388 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
17390         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
17391         top level.
17393         * simple.el (transient-mark-mode): Add an :init-value.
17395         * startup.el (command-line): Use custom-reevaluate-setting for
17396         transient-mark-mode.
17398 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
17400         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
17402 2008-02-16  Juri Linkov  <juri@jurta.org>
17404         * startup.el (after-init-time): New variable.
17405         (command-line): Set `after-init-time' to the current time.
17407         * time.el (emacs-init-time): New function.
17409 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17411         * files.el (locate-dominating-file): Remove initial loop because it's
17412         not careful enough.  Detect the uid-change all within the main loop.
17414 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
17416         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
17418 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
17420         * vc.el (vc-annotate): Add new argument.
17421         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
17423         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
17424         Move make-variable-buffer-local code after the corresponding defvar.
17425         (hs-minor-mode-map): Define and initialize in one step.
17426         (hs-minor-mode): Change from defun to define-minor-mode.
17428 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
17430         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
17431         (gdb-ready): Move declaration...
17433         * progmodes/gdb-ui.el (gdb-ready): ...to here.
17434         (gdb-early-user-input): New variable.
17435         (gdb): Reset gdb-flush-pending-output to nil and set
17436         comint-input-sender here (before gdb-prompt), instead of...
17437         (gdb-init-1): ...here.
17438         (gdb-send): If Emacs is not ready, defer user input to...
17439         (gdb-prompt): ...here.
17441 2008-02-16  Glenn Morris  <rgm@gnu.org>
17443         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
17445         * startup.el (emacs-startup-time): Rename to `before-init-time'.
17446         (before-init-time): New name for `emacs-startup-time'.
17447         (command-line): Use before-init-time rather than emacs-startup-time.
17448         * time.el (emacs-uptime): Use before-init-time rather than
17449         emacs-startup-time.
17451         * composite.el (composition-function-table): Doc fix.
17453         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
17454         in favor of `%z' specifier.
17455         (emacs-uptime): Move to time.el.
17456         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
17457         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
17458         argument of format-seconds.
17460 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
17462         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
17464 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
17466         * ielm.el (ielm-is-whitespace): Remove.
17467         (ielm-is-whitespace-or-comment): New function.
17468         (ielm-eval-input): Use it.
17470 2008-02-15  Jason Rumney  <jasonr@gnu.org>
17472         * term/mac-win.el: Fix coding tag.
17474 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
17476         * vc-hooks.el (vc-menu-map):
17477         * bindings.el (mode-line-mode-menu): Add tooltips.
17479         * bindings.el (help-echo): Add more tooltips.  Use a less
17480         telegraphic style for existing tooltips.
17482 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17484         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
17485         from the auto-generated one.
17487 2008-02-14  Glenn Morris  <rgm@gnu.org>
17489         * mail/rmail-spam-filter.el (rmail-spam-filter):
17490         Let-bind message-spam-status.
17492         * mail/smtpmail.el (password-cache-add): Declare as function.
17494 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
17496         * mail/smtpmail.el: Use password-cache.
17498 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
17500         * uniquify.el (uniquify-buffer-base-name): New function.
17501         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17503         * desktop.el (uniquify-managed): Don't defvar.
17504         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
17505         `uniquify-managed'.  Return also the buffer's base name.
17506         (desktop-save): When saving the buffer info, filter out the base name,
17507         and save it as buffer name if the buffer is managed by uniquify.
17508         (uniquify-item-base): Don't declare; not called anymore.
17510 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
17512         * vc.el (vc-annotate-find-revision-at-line): New function.
17513         (vc-annotate-mode-map): Bind it.
17514         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
17515         some entries.
17517 2008-02-14  Glenn Morris  <rgm@gnu.org>
17519         * calendar/time-date.el (format-seconds): New function.
17520         (emacs-uptime): Use format-seconds.
17522         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
17523         Remove `LC_ALL=C', since it's included in $(emacs) now.
17525 2008-02-14  Zhang Wei  <id.brep@gmail.com>
17527         * textmodes/org-publish.el (org-publish-timestamp-filename):
17528         Replace colon characters in filename too.
17530 2008-02-13  Bastien Guerry  <bzg@altern.org>
17532         * mail/rmail.el (rmail-header-name): New face.
17533         (rmail-font-lock-keywords): Use rmail-header-name.
17535         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
17536         against X-Spam-Status header field.
17537         (rmail-spam-filter): Also check X-Spam-Status header field.
17539 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
17541         * progmodes/flymake.el (flymake-allowed-file-name-masks):
17542         Add support for .pm files and .php files.
17543         (flymake-err-line-patterns): Add pattern for PHP errors.
17544         (flymake-php-init): New function.  PHP support for flymake.
17546         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17547         Add regular expression for PHP errors.
17549 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
17551         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
17552         This DTRT even on w32 machines.
17553         (ange-ftp-cf1): Quote FILENAME.
17555 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17557         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
17558         (smerge-auto-combine): New fun.
17560 2008-02-12  Juri Linkov  <juri@jurta.org>
17562         * startup.el (fancy-startup-screen, normal-splash-screen):
17563         Set default-directory to command-line-default-directory.
17565         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
17566         after reading the desktop.
17568         * progmodes/compile.el (compilation-auto-jump):
17569         Call compile-goto-error only when compilation-auto-jump-to-first-error
17570         is non-nil.
17571         (compilation-scroll-output): Replace :type 'boolean with a choice
17572         that has three options including a third option `first-error'.
17573         Doc fix.
17574         (compilation-start, compilation-forget-errors): Add an alternate
17575         condition comparing compilation-scroll-output with `first-error'
17576         in addition to compilation-auto-jump-to-first-error (to call
17577         compilation-auto-jump in the proper place).
17579 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17581         * international/mule.el (sgml-html-meta-auto-coding-function):
17582         Make sure the search limit is ahead.
17584         * tar-mode.el: Fix broken indentation.
17585         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
17586         Use with-current-buffer.
17588 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
17590         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
17591         it is already automatically buffer-local.
17593 2008-02-12  Drew Adams  <drew.adams@oracle.com>
17595         * help.el (describe-key): Join some split lines to facilitate filling.
17596         * help-fns.el (describe-function-1): Fill text of overlong lines.
17598 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
17600         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
17601         Use unibyte-string instead of string-make-unibyte.
17603         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
17605 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17607         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
17608         works also for buffers w/o buffer-file-name.  Update callers.
17609         (doc-view-clone-buffer-hook): New fun.
17610         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
17611         the `doc-view' property so they can be recognized.
17613         * simple.el (clone-indirect-buffer-hook): New hook.
17614         (clone-indirect-buffer): Run it.
17616 2008-02-11  Michael Olson  <mwolson@gnu.org>
17618         * epa-setup.el:
17619         * epg-package-info.el: Files removed.
17621 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
17623         * epa.el (epa-menu-mode): Merge into epa-mode.
17624         (epa-menu-items): Rename the label "EasyPG Assistant" to
17625         "Encryption/Decryption".
17627         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
17628         (epa-dired-mode-map): Rename from epa-dired-map.
17629         (epa-global-dired-mode): Rename the global minor mode.
17631 2008-02-11  Drew Adams  <drew.adams@oracle.com>
17633         * isearch.el (isearch-fail): New face.
17634         (isearch-message): Highlight failure part of input.
17636 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17638         * ibuffer.el (ibuffer-header-line-format): New var.
17639         (ibuffer-mode): Set it instead of header-line-format.
17640         (ibuffer-update): Use it to set header-line-format.
17642         * international/mule-cmds.el (ucs-insert): Inherit surrounding
17643         properties like self-insert-command.
17645 2008-02-11  Drew Adams  <drew.adams@oracle.com>
17647         * progmodes/etags.el: Add many doc strings.
17649 2008-02-11  Jason Rumney  <jasonr@gnu.org>
17651         * ldefs-boot.el: Regenerated.
17653 2008-02-11  Glenn Morris  <rgm@gnu.org>
17655         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17656         Shorten some names.
17658         * ffap.el (ffap-rfc-directories): Add :version.
17660 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
17662         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
17663         files, and backup files of same.
17665 2008-02-11  Kevin Ryde  <user42@zip.com.au>
17667         * ffap.el (ffap-rfc-directories): New variable.
17668         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
17670         * info.el (Info-next-reference, Info-prev-reference)
17671         (Info-try-follow-nearest-node): Move to and follow https:// links too.
17673         * simple.el (completion-list-mode): Show full completion-list-mode-map
17674         in the docstring.
17676 2008-02-11  Sam Steingold  <sds@gnu.org>
17678         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
17680 2008-02-11  Glenn Morris  <rgm@gnu.org>
17682         * startup.el (emacs-startup-time): New variable.
17683         (command-line): Set emacs-startup-time.
17685         * calendar/time-date.el (emacs-uptime): New function.
17687 2008-02-10  Bastien Guerry  <bzg@altern.org>
17689         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
17690         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
17691         it is nil.
17693 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
17695         * epg-config.el: Expand the contents of epg-package-info.el.
17696         (epg-package-name): New constant.
17697         (epg-version-number): New constant.
17698         (epg-bug-report-address): New constant.
17700         * epa-mail.el (epa-mail-mode): Add autoload cookie.
17701         (epa-global-mail-mode): New global minor mode.
17703         * epa-file.el (epa-file-mode): New global minor mode.
17705         * epa-dired.el (epa-dired-mode): New global minor mode.
17707         * epa.el (epa-menu): New variable.
17708         (epa-menu-items): New variable.
17709         (epa-menu-mode): New global minor mode.
17710         (epa-global-minor-modes): New user option.
17711         (epa-mode): New global minor mode.
17713 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
17715         * net/dbus.el: Remove `no-byte-compile' cookie.
17716         (dbus-call-method, dbus-register-signal, dbus-debug)
17717         (dbus-registered-functions-table): Declare them with
17718         `declare-function' or `defvar', respectively.
17719         (top): Don't assert any longer.  Require 'cl when compiling.
17720         Apply `ignore-errors' but `dbus-ignore-errors'.
17722 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
17724         * diff-mode.el (diff-add-change-log-entries-other-window):
17725         Use add-change-log-entry.
17727 2008-02-09  Jason Rumney  <jasonr@gnu.org>
17729         * button.el (button-map):
17730         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
17731         * ldefs-boot.el: Regenerate.
17733 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
17735         * epa.el (epa-faces, epa):
17736         * epa-file.el (epa-file):
17737         * epg-config.el (epg): Add :version.
17739 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
17741         * vc.el (vc-exec-after): Append CODE to previous fragments.
17742         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
17743         take MESSAGES instead of VERBOSE; use it when non-nil.
17744         (vc-diff-internal): Compute messages once; use them;
17745         update call to vc-diff-finish.
17747 2008-02-09  Michael Olson  <mwolson@gnu.org>
17749         * net/tramp.el (tramp-process-sentinel): Avoid error when process
17750         buffer has been killed, such as by
17751         `tramp-cleanup-all-connections'.
17753 2008-02-09  Miles Bader  <miles@gnu.org>
17755         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
17757 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17759         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
17760         splitter in context hunks.
17762 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
17764         * international/fontset.el (setup-default-fontset): Fix arabic otf
17765         font specification.
17767 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
17769         * epa-dired.el:
17770         * epa-file.el:
17771         * epa-mail.el:
17772         * epa-setup.el:
17773         * epa.el:
17774         * epg-config.el:
17775         * epg-package-info.el:
17776         * epg.el: Initial check-in of EasyPG.
17778 2008-02-08  Glenn Morris  <rgm@gnu.org>
17780         * woman.el (woman-locale): New defcustom.
17781         (woman-expand-locale, woman-manpath-add-locales): New functions.
17782         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
17784         * international/mule-cmds.el (locale-translate): New function,
17785         with old code extracted from set-locale-environment.
17786         (set-locale-environment): Use locale-translate.  Set woman-locale.
17788         * cus-start.el (selection-coding-system): Remove, since it's now
17789         defined in select.el rather than in xselect.c.
17790         * select.el (selection-coding-system): Make it a defcustom, and
17791         add the properties from cus-start.el.  Bump :version.
17793         * custom.el (custom-theme-set-variables): Sort symbols that are
17794         dependencies before symbols that depend on them.
17795         (custom-enabled-themes): Set after custom-theme-directory.
17797         * pcmpl-unix.el (top-level): Move provide statement to end.
17798         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
17799         `*' from doc-string.  Allow to be nil.
17800         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
17801         Allow to be nil.  Add :version.
17802         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
17803         without hostnames, and multiple hostnames per line.
17805         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
17807 2008-02-08  Phil Hagelberg  <phil@evri.com>
17809         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
17810         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
17812 2008-02-07  Timo Savola  <timo.savola@iki.fi>
17814         * startup.el (command-line-x-option-alist): Add --parent-id.
17816         * term/x-win.el (x-handle-parent-id): New function.
17818 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
17820         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
17821         "Font Menu".
17823 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
17825         * net/dbus.el (dbus-interface-peer): New defconst.
17826         (dbus-ping): New defun.
17828 2008-02-06  Sam Steingold  <sds@gnu.org>
17830         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
17832 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17834         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
17835         Just return nil and let the C code provide a fallback.
17837 2008-02-05  Glenn Morris  <rgm@gnu.org>
17839         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
17840         tramp-flush-connection-property for removed 2nd argument.
17842 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17844         * diff-mode.el (diff-add-change-log-entries-other-window):
17845         Rename from diff-create-changelog.  Change users.
17846         Minor change to hopefully work with plain diffs.
17847         (diff-mode-map): Add binding for it.
17849 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
17851         * diff-mode.el: Add new TODO entry.
17852         (diff-create-changelog): New function.
17853         (diff-mode-menu): Bind it.
17855 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
17857         * international/mule-diag.el (print-fontset-element): Handle the
17858         case of inhibiting the fallback fonts.
17860 2008-02-04  Kim F. Storm  <storm@cua.dk>
17862         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17863         (ido-magic-delete-char): Use prefix arg.
17865 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
17867         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
17868         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
17869         of today, the most recent libpng is 1.2.24).
17871 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
17873         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
17875         * net/dbus.el (top): Check (featurep 'dbusbind).
17877         * net/tramp.el (tramp-process-sentinel): New defun.
17878         (tramp-do-copy-or-rename-file-out-of-band)
17879         (tramp-maybe-open-connection): Use it as process sentinel.
17880         (tramp-handle-delete-directory): Don't use the "-f" option; it
17881         isn't portable.
17882         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
17883         after the command.
17884         (tramp-handle-shell-command): Set `mode-line-process' in the
17885         asynchronous case.
17887         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
17889         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
17890         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
17891         Use `tramp-process-sentinel' as process sentinel.
17893 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
17895         * whitespace.el (global-whitespace-mode): Revert last change.
17896         (whitespace-unload-function): Force `global-whitespace-mode'
17897         to deactivate local modes in a slightly less intrusive way.
17899 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
17901         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
17903 2008-02-02  Glenn Morris  <rgm@gnu.org>
17905         * international/latin1-disp.el (latin1-display):
17906         * progmodes/fortran.el (fortran-comment-indent-char):
17907         * progmodes/idlw-shell.el (top-level):
17908         * term/mac-win.el (mac-keyboard-translate-char):
17909         * whitespace.el (whitespace-char-valid-p):
17910         * wid-edit.el (widget-key-sequence-read-event):
17911         Use characterp rather than char-valid-p.
17913         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
17914         to capitalized-find-word-boundary.  Doc fix.  Update callers.
17915         (capitalized-next-word-boundary-function-table): Rename to
17916         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
17918         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
17919         string-to-int.
17921         * ps-def.el (declare-function): Add compatibility definition.
17922         (ps-plot-with-face, ps-plot-string): Declare as functions.
17923         (ps-bold-faces, ps-italic-faces): Declare variables.
17925         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
17926         (ps-mule-end-job): Declare as functions.
17928         * wid-edit.el (widget-string-complete): Use assoc-string rather
17929         than assoc-ignore-case.
17931 See ChangeLog.13 for earlier changes.
17933 ;; Local Variables:
17934 ;; coding: utf-8
17935 ;; End:
17937     Copyright (C) 2008, 2009  Free Software Foundation, Inc.
17939   This file is part of GNU Emacs.
17941   GNU Emacs is free software: you can redistribute it and/or modify
17942   it under the terms of the GNU General Public License as published by
17943   the Free Software Foundation, either version 3 of the License, or
17944   (at your option) any later version.
17946   GNU Emacs is distributed in the hope that it will be useful,
17947   but WITHOUT ANY WARRANTY; without even the implied warranty of
17948   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17949   GNU General Public License for more details.
17951   You should have received a copy of the GNU General Public License
17952   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17954 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc