(w32-initialize-window-system): Don't override
[emacs.git] / lisp / ChangeLog
blobdaead11a8d48d246b61eb88f1cee9954295b51cb
1 2009-03-11  Jason Rumney  <jasonr@gnu.org>
3         * term/w32-win.el (w32-initialize-window-system): Don't override
4         Japanese font settings.
5         (xlfd-regexp-registry-subnum): Remove unused declaration.
6         (w32-drag-n-drop-debug): Comment out unused debug function.
8 2009-03-11  Glenn Morris  <rgm@gnu.org>
10         * mail/rmailedit.el (rmail-edit-mode):
11         Set write-region-annotate-functions.  (Bug#2625)
13 2009-03-10  Juanma Barranquero  <lekktu@gmail.com>
15         * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change.
17 2009-03-10  Jason Rumney  <jasonr@gnu.org>
19         * w32-vars.el (w32-list-proportional-fonts): Make obsolete.
21 2009-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23         * server.el (server-process-filter): Use expand-file-name rather than
24         command-line-normalize-file-name so as to use the `dir' when provided.
26         * doc-view.el (doc-view-convert-current-doc): Fix last change.
28 2009-03-10  Glenn Morris  <rgm@gnu.org>
30         * mail/sendmail.el (mail-archive-file-name, mail-default-headers):
31         Doc fixes.
32         (mail-mailing-lists): Remove leading `*' from defcustom doc.
34         * simple.el (compose-mail): Doc fix.
36 2009-03-10  Alexander Becher  <alexander.becher@capgemini-sdm.com>  (tiny change)
38         * vc-annotate.el (vc-annotate): Use widened line number (Bug#2612).
40 2009-03-09  Jason Rumney  <jasonr@gnu.org>
42         * minibuffer.el (read-file-name): Only split dir name when
43         default filename is missing.  (Bug#2585)
45 2009-03-08  Chong Yidong  <cyd@stupidchicken.com>
47         * finder.el (finder-commentary): Don't delete other
48         windows (Bug#2291).
50         * term.el (term-send-raw, term-send-raw-meta): Deactivate the mark
51         first (Bug#2449).
53 2009-03-08  Andreas Schwab  <schwab@linux-m68k.org>
55         * net/ange-ftp.el (ange-ftp-multi-msgs): Add 150-.
57 2009-03-07  Eli Zaretskii  <eliz@gnu.org>
59         * woman.el (woman-parse-colon-path): Return a list even if there's
60         only one directory in PATHS.
61         (woman-mode): Restore tab-width value after the call to Man-mode,
62         since Man-mode resets it to the default, and that makes right
63         margin extend beyond woman-fill-column.
65         * man.el (Man-init-defvars) [windows-nt]: Use a special command
66         list.  Don't invoke Awk.
68 2009-03-06  Glenn Morris  <rgm@gnu.org>
70         * mail/rmailmm.el (rmail-mime-media-type-handlers-alist): Fix doc and
71         custom type.
73 2009-03-05  Tassilo Horn  <tassilo@member.fsf.org>
75         * doc-view.el (doc-view-convert-current-doc): Save the current
76         resolution in the cache directory.
77         (doc-view-initiate-display): Restore the saved resolution when
78         using cached image files.
80 2009-03-05  Glenn Morris  <rgm@gnu.org>
82         * mail/rmail.el (rmail-perm-variables): rmail-overlay-list needs to be
83         buffer-local in the view buffer, not the rmail buffer.
85         * mail/rmailout.el (rmail-output-to-rmail-buffer): Add the new message
86         at the end of the existing messages, ensuring there is a blank line
87         between them.  (Bug#2521)
89         * mail/rmail.el (rmail-ensure-blank-line): New function.
90         * mail/rmailedit.el (rmail-cease-edit):
91         * mail/rmailout.el (rmail-output-as-mbox):
92         * mail/rmailsort.el (rmail-sort-messages): Use rmail-ensure-blank-line.
94         * mail/rmailmm.el (rmail-mime-media-type-handlers-alist)
95         (rmail-mime-attachment-dirs-alist): Doc fixes.  Fix custom-type.
96         Add version.
97         (rmail-mime-total-number-of-bulk-attachments): Doc fix.
98         (rmail-mime): Doc fix.  Use rmail-apply-in-message.
99         Disable undo in the mime buffer, mark unmodified.
101 2009-03-04  David Reitter <david.reitter@gmail.com>
103         * menu-bar.el (clipboard-yank): Avoid checking (x-selection-exists-p)
104         if unbound in order to enable the item.
105         For paste menu item, same, and check kill-ring.
107 2009-03-04  Sam Steingold  <sds@gnu.org>
109         * progmodes/compile.el (compilation-error-regexp-alist-alist):
110         Handle "omake -P" messages "file foo changed".
112 2009-03-04  Glenn Morris  <rgm@gnu.org>
114         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
116         * mail/rmailsort.el: Replace `(function (lambda' by `(lambda'.
117         (rmail-sort-by-date, rmail-sort-by-subject)
118         (rmail-sort-by-author, rmail-sort-by-recipient)
119         (rmail-sort-by-correspondent, rmail-select-correspondent)
120         (rmail-sort-by-lines, rmail-sort-by-labels, rmail-sort-messages)
121         (rmail-make-date-sortable): Doc fixes.
122         (rmail-sort-by-correspondent): Downcase correspondents.
123         (rmail-sort-by-labels): Make it work.
124         (rmail-sort-messages): Restore undo if it was initially enabled.
125         Fix bobp/bolp typo that was adding a line on every sort.
127         * mail/rmailsum.el (rmail-get-create-summary-buffer): Doc fix.
128         Disable undo in the summary buffer.
129         (rmail-summary-sort-by-date, rmail-summary-sort-by-subject)
130         (rmail-summary-sort-by-author, rmail-summary-sort-by-recipient)
131         (rmail-summary-sort-by-correspondent, rmail-summary-sort-by-lines)
132         (rmail-summary-sort-by-labels, rmail-sort-from-summary): Doc fixes.
133         (rmail-summary-sort-by-labels): Replace `(function (lambda'
134         by `(lambda'.
136 2009-03-03  Sam Steingold  <sds@gnu.org>
138         * progmodes/compile.el (compilation-move-to-column):
139         Guard against negative col values.
141 2009-03-03  Simon Josefsson  <simon@josefsson.org>
143         * mail/smtpmail.el (smtpmail-auth-supported): Mention that list is
144         in preference order.
145         (smtpmail-try-auth-methods): Improve which authentication
146         mechanism to use, so that the locally most preferred and mutually
147         supported mechanism is used.
149 2009-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
151         * emacs-lisp/lisp.el (end-of-defun-function): Make it more clear that
152         the function takes no argument.
154 2009-03-03  Glenn Morris  <rgm@gnu.org>
156         * mail/rmail.el (rmail-highlighted-headers, rmail-highlight)
157         (rmail-header-name): Doc fixes.
158         (rmail-show-message-verbose-min): Add :version.
159         (rmail-highlight-headers): Add doc string.  Simplify.
161         * mail/rmailsum.el (rmail-summary-scroll-between-messages)
162         (rmail-summary-line-count-flag, rmail-summary-by-regexp): Doc fixes.
163         (rmail-summary-by-senders): Doc fix.
164         (rmail-summary-mode-map): Bind C-o to output-as-seen, not output.
165         Make the output menu-items consistent with rmail-mode-map.
166         Bind rmail-summary-by-senders to C-M-f.
167         (rmail-summary-search): Ensure the selected message shows.
169 2009-03-03  Kenichi Handa  <handa@m17n.org>
171         * files.el (basic-save-buffer-1): Set car part of
172         buffer-file-coding-system-explicit.
173         (revert-buffer): Check car part of buffer-file-coding-system-explicit.
175         * international/mule-cmds.el (select-safe-coding-system): If cdr
176         part of buffer-file-coding-system-explicit is set, ignore
177         default-buffer-file-coding-system and the most preferred coding system.
179         * international/mule.el (set-buffer-file-coding-system): Set cdr
180         part of buffer-file-coding-system-explicit.
181         (after-insert-file-set-coding):
182         Set buffer-file-coding-system-explicit to a cons.
184 2009-03-02  Glenn Morris  <rgm@gnu.org>
186         * calendar/calendar.el (diary-date-forms, calendar-date-display-form):
187         Add :set-after listing variables on which we might depend.
189         * mail/rmail.el (rmail-reply): Use rmail-apply-in-message so that this
190         function has access to all the headers, not just the visible ones.
191         Avoid extraneous leading whitespace in `References'.
192         (rmail-dont-reply-to-names, rmail-default-dont-reply-to-names):
193         Doc fixes.
194         (rmail-retry-failure): Use rmail-get-header rather than a magical
195         save-excursion/restriction combination that does nothing.
196         (rmail-delete-headers): New function.
197         (rmail-retry-failure): Restore yet another feature mbox Rmail removed
198         without telling anyone, namely rmail-retry-ignored-headers.
200 2009-03-01  Chong Yidong  <cyd@stupidchicken.com>
202         * abbrev.el (clear-abbrev-table): Always return nil (Bug#2515).
204 2009-03-01  Glenn Morris  <rgm@gnu.org>
206         * mail/rmail.el (rmail-mode-map): Add explicit keybinding for
207         rmail-resend in the menu.
209         * files.el (confirm-nonexistent-file-or-buffer): `other' must be last
210         custom choice.  (Bug#2506)
212 2009-02-28  Eli Zaretskii  <eliz@gnu.org>
214         * progmodes/grep.el (grep-process-setup) [windows-nt msdos]:
215         Use "--color=always".
217 2009-02-28  Glenn Morris  <rgm@gnu.org>
219         * mail/rmailout.el (rmail-output-as-seen): Add autoload cookie.
221         * mail/rmailmm.el (rmail-mime): Add autoload cookie.
222         * mail/rmail.el (rmail-mode-map):
223         * mail/rmailsum.el (rmail-summary-mode-map): Bind rmail-mime to `v'.
225         * mail/rmail.el (rmail-primary-inbox-list): Doc fix.
226         Fix custom choice to match default.
227         (rmail-get-new-mail): Doc fix.
228         (rmail-beginning-of-message, rmail-end-of-message): Preserve the current
229         header style.
231 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
233         * replace.el (keep-lines-read-args): Use empty string as
234         default (Bug#2495).
236         * menu-bar.el (menu-set-font): Fix last fix.
238 2009-02-27  Glenn Morris  <rgm@gnu.org>
240         * help-fns.el (find-lisp-object-file-name): Need a buffer position, not
241         just a buffer, to find a definition.
243         * mail/rmail.el (rmail-speedbar-move-message): Preserve the directory
244         part against rmail-output's oddness.
246 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
248         * menu-bar.el (menu-set-font): Assign the same font object to all
249         frames (Bug#2476).
251 2009-02-26  Michael Albinus  <michael.albinus@gmx.de>
253         * net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463)
255 2009-02-26  Juanma Barranquero  <lekktu@gmail.com>
257         * x-dnd.el (x-dnd-test-function, x-dnd-get-state-cons-for-frame)
258         (x-dnd-get-state-for-frame, x-dnd-handle-moz-url)
259         (x-dnd-handle-uri-list, x-dnd-choose-type, x-dnd-get-drop-width-height)
260         (x-dnd-init-motif-for-frame): Fix typos in docstrings.
261         (x-dnd-drop-data, x-dnd-types-alist, x-dnd-default-test-function):
262         Reflow docstrings.
264 2009-02-26  Glenn Morris  <rgm@gnu.org>
266         * mail/rmailsum.el (rmail-summary-rmail-update):
267         Use rmail-message-unseen-p.  (Bug#2477)
268         (rmail-summary-mark-seen): Add option to mark as unseen.
269         (rmail-summary-rmail-update): Store a position in
270         rmail-summary-put-back-unseen rather than just a flag, and use it to put
271         back the "-" mark in the summary.
273         * progmodes/cc-vars.el (c-style-variables-are-local-p):
274         Mark as safe if boolean.  (Bug#2197)
276 2009-02-26  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
278         * mail/sendmail.el (sendmail-send-it): `call-process-region' can
279         return a string.  (Bug#2428)
281 2009-02-25  Juanma Barranquero  <lekktu@gmail.com>
283         * bs.el (bs--down):
284         * ibuffer.el (ibuffer-redisplay-engine): Use `point-min' instead of 1.
286 2009-02-25  Glenn Morris  <rgm@gnu.org>
288         * dired-x.el (dired-guess-shell-alist-user): Fix doc typo.
290         * simple.el (eval-expression):
291         * emacs-lisp/lisp-mode.el (eval-last-sexp): Mention truncation in doc.
293 2009-02-25  Dan Nicolaescu  <dann@ics.uci.edu>
295         * vc-dir.el (vc-dir-update): Make sure ./ is always first in the listing.
297 2009-02-25  David Reitter <david.reitter@gmail.com>
299         * mail/mailclient.el (clipboard-kill-ring-save): Declare.
301 2009-02-25  Kenichi Handa  <handa@m17n.org>
303         * ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region.
305         * composite.el (auto-composition-mode): Don't add a hook to
306         after-change-functions.  Don't decompose the buffer.
307         (auto-composition-after-change): Delete it.
308         (toggle-auto-composition): Make it an alias of
309         auto-composition-mode.
310         (auto-compose-region): Delete it.
312 2009-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
314         * term/ns-win.el (ns-working-overlay): Don't make it buffer-local.
315         (ns-working-overlay-len): Remove.  Use ns-working-overlay instead.
316         (ns-delete-working-text): Merge with ns-unecho-working-text.
317         Decide which to use based on ns-working-overlay.
318         (ns-unecho-working-text): Remove.
319         (ns-insert-working-text, ns-echo-working-text): Adjust accordingly.
321 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
323         * textmodes/ispell.el (ispell-region): Adapt "done" message to
324         coding conventions.  (Bug#2447)
326         * scroll-bar.el (scroll-bar-mode): Turn off scroll bars when
327         argument is 0.  Doc fix.  (Bug#1527)
329         * w32-vars.el (w32-system-shells): Doc fix.
331         * image.el (image-load-path-for-library, insert-sliced-image):
332         Fix typos in docstrings.
334 2009-02-24  Glenn Morris  <rgm@gnu.org>
336         * textmodes/flyspell.el (flyspell-use-meta-tab): Add a custom
337         :set function.  (Bug#2429)
339         * eshell/esh-util.el (eshell-parse-ange-ls): Define `name' before
340         potential use.
342         * progmodes/cperl-mode.el (cperl-find-pods-heres):
343         Don't globally bind `name'.
345         * emacs-lisp/elint.el (elint-unknown-builtin-args):
346         Fix encode-time spec.  (Bug#2453)
347         (elint-find-builtin-args): Make the match more restrictive.
348         Handle errors.  Return a result actually containing the function name.
350         * mail/rmail.el (rmail): Don't show a message if rmail-get-new-mail
351         already did.  (Bug#2440)
352         (rmail-quit): Don't swap buffers.  (Bug#2441)
353         (rmail-list-to-menu): Don't globally bind `name'.
355 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
357         * net/ange-ftp.el (ange-ftp-insert-directory): Adapt switch
358         manipulation to 2009-02-11 change to dired-add-entry (Bug#2410).
360 2009-02-23  Juanma Barranquero  <lekktu@gmail.com>
362         * bs.el (bs--down): When wrapping around, use `forward-line',
363         not `goto-line', to avoid distracting "Mark set" message.
365 2009-02-23  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
367         * ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message
368         clobbering useful message from `ibuffer-toggle-sorting-mode' (Bug#2439).
370 2009-02-23  Miles Bader  <miles@gnu.org>
372         * proced.el (proced-process-attributes):
373         * server.el (server-running-p): Rename `system-process-attributes'
374         to `process-attributes'.
376 2009-02-22  Juri Linkov  <juri@jurta.org>
378         * dired-aux.el (minibuffer-default-add-dired-shell-commands):
379         Doc fix.
381         * dired-x.el (dired-guess-shell-command): Use read-shell-command
382         instead of read-from-minibuffer.
383         (dired-read-shell-command): Add code that uses
384         minibuffer-with-setup-hook to set minibuffer-default-add-function
385         to minibuffer-default-add-dired-shell-commands exactly like
386         `dired-read-shell-command' in dired-aux.el already does.  Doc fix.
388         * dired-x.el (dired-smart-shell-command): Remove code that uses
389         minibuffer-with-setup-hook to set minibuffer-default-add-function
390         to minibuffer-default-add-shell-commands because the same code was
391         already moved to `read-shell-command' 2008-07-31.  (Bug#2414)
393 2009-02-21  Jay Belanger  <jay.p.belanger@gmail.com>
395         * calc/calc-math.el (math-use-emacs-fn): Make sure that the
396         lisp number is in decimal.
398 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
400         * progmodes/compile.el (compilation-error-regexp-alist-alist):
401         Tweak regexp (Bug#2173).
403         * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to
404         avoid yanks (Bug#2408).
406 2009-02-21  Alan Mackenzie  <acm@muc.de>
408         * progmodes/cc-langs.el (c-case-kwds-regexp): New variable.
410         * progmodes/cc-engine.el (c-beginning-of-statement-1): Enhance to
411         parse case clauses with (compile-time) expressions.
413 2009-02-21  Eli Zaretskii  <eliz@gnu.org>
415         * mail/rmailedit.el (rmail-cease-edit): Notice changes in buffer's
416         encoding during editing.  Make sure to use encoding that can
417         safely encode the message.  Rewrite MIME charset= header if the
418         new encoding is different from the old one.
420 2009-02-21  Glenn Morris  <rgm@gnu.org>
422         * mail/supercite.el (sc-mail-glom-frame): Handle a "From " line
423         at the start of the headers.
424         (sc-mail-check-from): New function.
426 2009-02-20  Martin Rudalics  <rudalics@gmx.at>
428         * progmodes/python.el (python-shift-left, python-shift-right):
429         When the mark is not active shift the current line.  (Bug#2381)
430         Suggested by Guillaume Salagnac <guillaume.salagnac@gmail.com>
432 2009-02-20  Andreas Schwab  <schwab@suse.de>
434         * startup.el (command-line): Don't match an empty argument as an
435         option.
436         (command-line-1): Likewise.
438 2009-02-20  Daniel Jensen  <daniel@bigwalter.net>  (tiny change)
440         * apropos.el (apropos-library): Check for null filename in load-history.
442 2009-02-20  Glenn Morris  <rgm@gnu.org>
444         * apropos.el (apropos-library): Remove the element with null filename,
445         if present, from the completion list.
447         * mail/rmail.el (rmail-speedbar-buttons): Only add regular files.
448         (rmail-speedbar-find-file): Use rmail rather than find-file.
450 2009-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
452         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Doc fix.
454 2009-02-20  Era Eriksson  <era@iki.fi>  (tiny change)
456         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore):
457         Fix regexp (Bug#2385).
458         (bibtex-autokey-get-title): Observe case for
459         bibtex-autokey-titleword-ignore.
461 2009-02-20  Chong Yidong  <cyd@stupidchicken.com>
463         * server.el (server-start): Make the warning more
464         verbose (Bug#2395).
466 2009-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
468         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
469         Make sure we stop when we reach the limit.
471         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
472         a "..." does not quote anything.  (Bug#2384)
474         * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.
476 2009-02-19  Andreas Schwab  <schwab@suse.de>
478         * term.el: Remap self-insert-command to term-send-raw in
479         term-raw-map.  (Bug#2386)
481 2009-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
483         * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end
484         of the function as being part of the function.
486 2009-02-19  Nick Roberts  <nickrob@snap.net.nz>
488         * progmodes/compile.el (compilation-error-regexp-alist-alist):
489         Move entry for maven (alphabetical order).
491 2009-02-19  Glenn Morris  <rgm@gnu.org>
493         * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.
494         Regexp-quote default argument taken from current subject.
495         (rmail-new-summary-1): Error if empty summary.  (Bug#2333)
497         * mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam):
498         Move here from rmail.el.  Be more careful about error-handling.
499         Restore the feature of temporarily setting all old messages
500         undeleted before expunging (removed 2009-02-18).
502         * mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter):
503         Don't declare.
504         (rmail-get-new-mail-filter-spam): Declare.  Move definition to
505         rmail-spam-filter.el.
506         (rmail-get-new-mail-1): Move the beep and sleep to
507         rmail-get-new-mail-filter-spam.
509 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
511         * cus-edit.el (custom-group-value-create): Insert some
512         informatory text in the WIDGET-misses-doc-string case.
514 2009-02-18  Sam Steingold  <sds@gnu.org>
516         * progmodes/compile.el: Require comint at top level to fix the
517         last patch.
519 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
521         * cus-edit.el (custom-group-value-create): Don't throw an error
522         when WIDGET has no doc-string.  (Bug#2356)
524 2009-02-18  Juanma Barranquero  <lekktu@gmail.com>
526         * progmodes/cc-menus.el (imenu-progress-message):
527         Remove bogus cc-bytecomp-defun.
528         (cc-imenu-objc-function): Don't call `imenu-progress-message'.
529         Don't let-bind variable `stupid'.  (Bug#1638)
531 2009-02-18  Glenn Morris  <rgm@gnu.org>
533         * mail/rmail.el (rmail-get-new-mail-filter-spam):
534         * mail/rmail-spam-filter.el (rmail-spam-filter):
535         Show a message rather than the raw mbox while prompting.
537 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
539         * progmodes/flymake.el (flymake): Add defgroup.  (Bug#2356)
541 2009-02-18  Glenn Morris  <rgm@gnu.org>
543         * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
544         declaration.
545         (top-level): No need for cl now.
546         (rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
547         (rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
548         (rsf-autosave-newly-added-definitions, rsf-white-list)
549         (rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
550         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
551         (rsf-customize-spam-definitions, rsf-customize-group)
552         (rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
553         (rsf-check-field): Use setcar and setcdr rather than setf.
554         (rmail-spam-filter): Simplify.
555         (rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
556         (rsf-add-region-to-spam-list): Use rmail-get-header or
557         buffer-substring-no-properties.  Regexp-quote the extracted data.
558         Make the messages less verbose.
559         (rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
560         simplify things.
561         (rsf-add-content-type-field): Make the message less verbose.
563         * mail/rmail.el (rmail-get-new-mail-1): Fix the spam beep test.
564         (rmail-get-new-mail-filter-spam): Simplify.  Don't mess with
565         rmail-deleted-vector.
566         (rmail-insert-inbox-text, rmail-collect-deleted)
567         (rmail-set-message-deleted-p, rmail-only-expunge)
568         (rmail-make-in-reply-to-field): Replace ?\  with ?\s.
569         (rmail-get-labels): Remove unused local `blurb'.
570         (rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
571         (rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
572         (rmail-set-message-deleted-p): Doc fixes.
574         * mail/rmailout.el (rmail-mbox-from): Move to mail-utils.
575         Update callers for associated name change.
576         * mail/mail-utils.el (mail-mbox-from): Move here from rmailout.el.
577         * mail/unrmail.el (unrmail): Use mail-mbox-from.
579 2009-02-17  Richard M Stallman  <rms@gnu.org>
581         * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
583         * mail/rmail.el (rmail-copy-headers): When copying full headers,
584         correctly put point at the end.
586 2009-02-17  Sam Steingold  <sds@gnu.org>
588         * progmodes/compile.el (compilation-filter):
589         Call `comint-carriage-motion', just like `comint-output-filter'.
591 2009-02-17  Jason Rumney  <jasonr@gnu.org>
593         * files.el (make-directory): Stop recursing if parent is
594         self. (Bug#2309)
596 2009-02-17  Juanma Barranquero  <lekktu@gmail.com>
598         * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.
600         * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
602 2009-02-17  Miles Bader  <miles@gnu.org>
604         * emacs-lisp/copyright.el (copyright-regexp): Tweak to match
605         copyright statements where the years follow the name.
607 2009-02-17  Glenn Morris  <rgm@gnu.org>
609         * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
610         move point.  (Bug#2209)
612         * mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
613         (rmail-delete-unwanted-fields): Ignore case.  Use line-beg-pos.
614         (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument
615         to "not-rmail", and make it work.  Simplify.
616         (rmail-mbox-from): New function.
617         (rmail-output-as-mbox): Use rmail-mbox-from.
618         (rmail-output): Ensure a From line in the not-rmail Babyl case.
620         * mail/rmail.el (rmail-get-attr-names): Give a warning rather than an
621         error if the header is corrupt.
623 2009-02-16  Ulf Jasper  <ulf.jasper@web.de>
625         * net/newst-treeview.el (newsticker--treeview-load):
626         Offer deletion of old groups file.
628 2009-02-16  Glenn Morris  <rgm@gnu.org>
630         * mail/rmailout.el (rmail-delete-unwanted-fields)
631         (rmail-output-as-babyl, rmail-output-to-babyl-buffer)
632         (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
633         (rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
634         (rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.
636 2009-02-15  Glenn Morris  <rgm@gnu.org>
638         * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
640         * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
641         (rmail-output-as-babyl, rmail-output-to-babyl-buffer):
642         Remove unnecessary use of with-no-warnings.
643         (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
644         (rmail-output-as-mbox): Start search from point-min.  If constructing a
645         "From " line, prefer the date header over the current time.
646         (rmail-update-summary): Move declaration earlier in file.
648 2009-02-15  Richard M Stallman  <rms@gnu.org>
650         * mail/rmailedit.el (rmail-edit-diff-headers):
651         Delete spurious reference to OLD.
653 2009-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
655         * jit-lock.el (with-buffer-prepared-for-jit-lock): Swap the `let' and
656         the `with-buffer-unmodified' to avoid useless `readlink' calls.
658 2009-02-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
660         * textmodes/bibtex.el (bibtex-global-key-alist)
661         (bibtex-initialize): Exclude current buffer if it does not use
662         bibtex-mode.
663         (bibtex-parse-strings, bibtex-strings, bibtex-initialize)
664         (bibtex-sort-buffer, bibtex-search-entry)
665         (bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
666         test whether bibtex-strings and bibtex-reference-keys have their
667         initial values.
669 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
671         * textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings'
672         around forms that refer to translation-table-for-input.
674         * isearch.el (isearch-search-string): Use `with-no-warnings'
675         around forms that refer to translation-table-for-input.
677         * international/quail.el (quail-input-string-to-events)
678         (quail-store-decode-map-key, quail-char-equal-p):
679         Use `with-no-warnings' around forms that refer to
680         translation-table-for-input.
682         * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings'
683         around forms that refer to translation-table-for-input.
685         * subr.el (translation-table-for-input): Declare obsolete again.
687 2009-02-14  Glenn Morris  <rgm@gnu.org>
689         * mail/rmail.el (rmail): When reverting, swap buffers before setting
690         counters.  (Bug#2229)
691         (rmail-revert): Swap buffers before replacing contents.
693 2009-02-14  Ian Eure  <ian@digg.com>  (tiny change)
695         * progmodes/sql.el (sql-product-alist, sql-connect-sqlite):
696         Remove host, user, password options not applicable to SQlite. (Bug#1904)
698 2009-02-14  Richard M Stallman  <rms@gnu.org>
700         * mail/rmailedit.el: Handle editing of header fields.
701         (rmail-old-headers): New variable.
702         (rmail-edit-current-message): Set it, recording current headers.
703         (rmail-cease-edit): Compute new headers and diff against old ones.
704         Update the mbox buffer with the changes that were made.
705         (rmail-edit-headers-alist): New function.
706         (rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
708         * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
709         in default file name.
711         * mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search.
712         (rmail-add-mbox-headers): Likewise.
714 2009-02-13  Eli Zaretskii  <eliz@gnu.org>
716         * files.el (load-library): Doc fix.
718         * subr.el (locate-library): Doc fix.  (Bug#2291)
720 2009-02-13  Alan Mackenzie  <acm@muc.de>
722         * progmodes/cc-cmds.el (c-defun-name): Widen, to allow it to work
723         in narrowed buffers.
725 2009-02-13  Kenichi Handa  <handa@m17n.org>
727         * international/titdic-cnv.el (tit-process-header):
728         Use buffer-substring-no-properties instead of buffer-substring.
729         (tit-process-body): Likewise.
730         (tsang-quick-converter): Handle superfluous CR at eol.
731         (py-converter): Use buffer-substring-no-properties instead of
732         buffer-substring.  Handle superfluous CR at eol.
733         (ziranma-converter): Likewise.
734         (ctlau-converter): Likewise.
735         (miscdic-convert): Read a file without eol conversion.  (Bug#2307)
737 2009-02-13  Juanma Barranquero  <lekktu@gmail.com>
739         * minibuffer.el (internal-complete-buffer-except): Doc fix.  (Bug#2315)
741 2009-02-13  Glenn Morris  <rgm@gnu.org>
743         * mail/rmail.el (rmail-show-message-1): New name for the old
744         rmail-show-message.
745         * mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailout.el:
746         * mail/rmailsort.el: Update for rmail-show-message name change.
748         * mail/rmail.el (rmail-show-message): New name for the old
749         rmail-show-message-maybe.
750         * mail/rmail.el, mail/rmailsum.el: Update for rmail-show-message-maybe
751         name change.
753         * mail/rmailsum.el (msgnum): Remove declaration.
754         (rmail-summary-redo): Add missing initialization value.
755         (rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
756         (rmail-summary-mark-deleted, rmail-summary-deleted-p):
757         Fix skip-chars-forward calls.
758         (rmail-summary-mark-seen): New function.  As well as removing the '-'
759         mark, update the summary-vector.  (Bug#2135)
760         (rmail-summary-rmail-update, rmail-summary-goto-msg):
761         Use rmail-summary-mark-seen.
763         * mail/rmail.el (rmail-summary-vector, rmail-mode-map): Add doc string.
765         * mail/unrmail.el (unrmail): When getting message keywords, don't
766         include a leading space, but do include the space after the separating
767         comma.  (Bug#2303)
769         * mail/rmail.el (rmail-set-header-1): If VALUE is nil, remove the
770         header altogether.
771         (rmail-set-header): Doc fix.
772         * mail/rmailkwd.el (rmail-set-label): Delete the keyword header if all
773         labels are removed.  (Bug#2302)
775 2009-02-12  Juri Linkov  <juri@jurta.org>
777         * image-mode.el (image-toggle-display):
778         Let-bind `buffer-file-truename' to nil around the call to
779         `add-text-properties' to prevent directory time modification
780         by lock_file.  Replace `set-buffer-modified-p' with
781         `restore-buffer-modified-p'.  (Bug#2295)
783 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
785         * progmodes/python.el (python-use-skeletons): Re-add.
786         (def-python-skeleton): Use it.  (Bug#2238)
788         * international/quail.el (quail-make-guidance-frame): Remove the
789         `parent-id' parameter.
790         (quail-show-guidance): Make the new window dedicated.
792 2009-02-12  Juanma Barranquero  <lekktu@gmail.com>
794         * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
795         Fix typos in docstrings.
797 2009-02-12  Alan Mackenzie  <acm@muc.de>
799         * progmodes/cc-defs.el (c-emacs-features): Crash-fix: change `='
800         to `eq'.  (Bug#2304)
802 2009-02-12  Glenn Morris  <rgm@gnu.org>
804         * mail/rmailkwd.el (rmail-set-label): Fix the test for a label being
805         already present.  (Bug#2210)
807 2009-02-12  Kenichi Handa  <handa@m17n.org>
809         * international/characters.el (?.): New character category for
810         Base characters.  Set them in the standard category table.
812         * composite.el: Use "\\c." instead of "[[:alpha:]]" to match with
813         a base character.
815 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
817         * isearch.el (isearch-yank-char-in-minibuffer)
818         (isearch-other-meta-char): Use with-current-buffer.
820         * progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
821         syntax-ppss.  (Bug#1243)
823         * emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
824         to beginning-of-defun-raw.
826         * emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after
827         calling end-of-defun-function if it already moved to BOL.
829 2009-02-12  Richard M Stallman  <rms@gnu.org>
831         * mail/rmail.el (rmail-show-message-verbose-min): New option.
832         (rmail-show-message): Conditionally show start and finish in echo area.
834 2009-02-12  Glenn Morris  <rgm@gnu.org>
836         * mail/rmailsum.el (rmail-get-summary-labels): Store any message labels
837         for use in completion.
838         * mail/rmailkwd.el (rmail-read-label): Don't scan for labels if the
839         summary exists, since it's already done.
841         * mail/rmail.el (rmail-unix-mail-delimiter): Doc fix.
842         (rmail-enable-multibyte): Don't really define, only for compiler.
844 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
846         * files.el (read-buffer-to-switch):
847         Add table to icomplete-with-completion-tables.
849 2009-02-11  Chong Yidong  <cyd@stupidchicken.com>
851         * dired-aux.el (dired-add-entry): Avoid munging long-form Dired
852         switches (Bug#2261).
854 2009-02-11  Juanma Barranquero  <lekktu@gmail.com>
856         * server.el (server-with-environment): Don't fail for negative
857         entries in ENV.
859 2009-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
861         * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
862         (vc-default-dir-printer): Add a comment about updating this function.
864         * vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
865         for the file name.
867 2009-02-11  Glenn Morris  <rgm@gnu.org>
869         * calendar/calendar.el (calendar-window-list): Ignore invisible windows.
870         (calendar-set-mode-line): Fall back to a default width if we seem to be
871         called from daemon.  (Bug#2199)
873         * mail/rmailkwd.el (rmail-make-label): Doc fix.
874         (rmail-read-label): Add current labels to completion list.  (Bug#2222)
875         (rmail-set-label): Use `or'.
877 2009-02-11  Chong Yidong  <cyd@stupidchicken.com>
879         * emacs-lisp/find-func.el (find-library-name, find-library):
880         Doc fixes.  (Part of bug#2270)
882 2009-02-10  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
884         * env.el (getenv): When FRAME is non-nil, pass the frame environment
885         to `getenv-internal', not the frame.  (Bug#2259)
887 2009-02-10  Kenichi Handa  <handa@m17n.org>
889         * descr-text.el (describe-char-display): On terminal, if terminal
890         coding system is nil, assume us-ascii.
891         (describe-char): Don't show the composition information if it is
892         trivial.
894 2009-02-10  Nick Roberts  <nickrob@snap.net.nz>
896         * vc-svn.el (vc-svn-after-dir-status): Use shy group for revision
897         number as it isn't present for unregistered files.
899         * vc-dir.el (vc-dir-find-file-other-window): Allow mouse events.
900         (vc-dir-mouse-map): New keymap.
901         (vc-default-dir-printer): Use it locally.
903 2009-02-10  Glenn Morris  <rgm@gnu.org>
905         * speedbar.el: Avoid messing up font-lock-global-modes.
907         * mail/mail-utils.el (mail-use-rfc822): Remove * from defcustom doc.
908         (mail-file-babyl-p): Use with-temp-buffer.
910         * mail/rmailsort.el: Just require rmail.
912         * mail/rmailedit.el: Just require rmail.
913         (rmail-old-pruned): Add doc string.
914         (rmail-edit-current-message): Use rmail-msg-is-pruned.
915         (rmail-cease-edit): Don't mangle the leading From line.
916         Don't mark as edited if there were no changes.  (Bug#2256)
917         Correctly restore header state.
919         * mail/rmail.el (rmail-automatic-folder-directives): Doc fix.
920         (rmail-current-message, rmail-total-messages)
921         (rmail-message-vector, rmail-deleted-vector): Add doc strings.
922         (rmail-duplicate-message): Doc fix.
923         (rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
924         New functions.
925         (rmail-get-header, rmail-set-header, rmail-set-attribute):
926         Use rmail-apply-in-message.
927         (rmail-message-attr-p): Use rmail-get-header, hence no longer requires
928         unswapped-ness.
929         (rmail-get-attr-names): Check for missing or corrupt attribute headers.
930         (rmail-auto-file): Set the filed attribute, rather than explicitly not
931         doing so.  (Bug#2231)
932         (rmail-set-attribute): Allow ATTR to be a string.
934 2009-02-09  Ulf Jasper  <ulf.jasper@web.de>
936         * net/newst-treeview.el (newsticker-treeview-save)
937         (newsticker--treeview-load): Kill groups buffer after saving/loading.
939 2009-02-09  Tassilo Horn  <tassilo@member.fsf.org>
941         * doc-view.el (doc-view-scroll-up-or-next-page)
942         (doc-view-scroll-down-or-previous-page, doc-view-goto-page):
943         Reset the old hscroll value after switching pages.
945 2009-02-09  Glenn Morris  <rgm@gnu.org>
947         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
948         (calendar-holiday-marker): Drop test for color display.
950 2009-02-08  Glenn Morris  <rgm@gnu.org>
952         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
953         (calendar-holiday-marker, calendar-mark-visible-date):
954         * calendar/diary-lib.el (diary-fancy-display):
955         It doesn't make sense to check font-lock-mode (see comments;
956         reverts 2008-04-02 change).  (Bug#2199)
958 2009-02-08  Juri Linkov  <juri@jurta.org>
960         * simple.el (toggle-word-wrap): New command.
962 2009-02-07  Chong Yidong  <cyd@stupidchicken.com>
964         * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
965         (ps-run-make-tmp-filename): Use temporary-file-directory.
967         * textmodes/artist.el (artist-system): Allow make-temp-file to use
968         temporary-file-directory.
970         * mail/rmailmm.el (rmail-mime-attachment-dirs-alist):
971         Use temporary-file-directory.
973 2009-02-07  Glenn Morris  <rgm@gnu.org>
975         * mail/unrmail.el (rmime-magic-string): Define for compiler.
977 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
979         * mail/rmail.el (rmail): Bind coding-system-for-read to
980         no-conversion before calling find-file-noselect.  (Bug#2015)
982 2009-02-07  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
984         * proced.el (proced-after-send-signal-hook): Use defcustom.
985         (proced-header-line): Handle header lines that are shorter than
986         window-hscroll.
987         (proced-send-signal): Rebind split-width-threshold analogous to
988         dired-pop-to-buffer.
990 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
992         * mail/rmail.el (rmail-redecode-body): Don't encode/decode the
993         message; instead, just rewrite the X-Coding-System header with the
994         new encoding, and let rmail-show-message do the rest.
995         Remove unused argument RAW.  Fix doc string to be consistent with the
996         new implementation.
997         (rmail-show-message): Honor X-Coding-System header, if present, in
998         preference to Content-Type header.
1000 2009-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1002         * server.el (server-execute): Enable quit.
1004 2009-02-07  Andreas Schwab  <schwab@suse.de>
1006         * image-mode.el (image-mode): Always set image-type.
1007         (image-minor-mode): Likewise.
1009 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1011         * mail/rmailedit.el (rmail-cease-edit): Look for the message's
1012         encoding, and its "content-transfer-encoding" and "content-type"
1013         headers only in the headers' portion.  (Bug#2017)
1015 2009-02-07  Ulf Jasper  <ulf.jasper@web.de>
1017         * net/newst-treeview.el
1018         (newsticker-treeview-next-new-or-immortal-item): New arg
1019         DONT-WRAP-TREES to prevent infinite recursion.
1021 2009-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1023         * mail/rmailedit.el (rmail-cease-edit): narrow-to-region before
1024         extracting mail message headers.  Use encode-coding-region instead
1025         of insert-buffer-substring for re-encoding edited message.
1026         Add qp/b64 encoding only after text was encoded.
1028 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1030         * subr.el: Don't declare `translation-table-for-input' obsolete.
1031         Equivalent info added to its doc string, q.v.
1033         * files.el (save-buffer): Display "Saving file FOO..." message
1034         regardless of buffer's size.  (Bug#2137)
1036 2009-02-07  Chong Yidong  <cyd@stupidchicken.com>
1038         * simple.el (line-move-visual): Handle overflow-newline-into-fringe.
1040 2009-02-07  Alex Schroeder  <alex@gnu.org>
1042         * mail/unrmail.el (unrmail): Use regexps to find message separators so
1043         as not to match any fake rmime.el separators.  Remove any sections added
1044         by rmime.el.
1046 2009-02-07  Glenn Morris  <rgm@gnu.org>
1048         * mail/metamail.el (metamail-interpret-body): Remove Rmail-specific hack
1049         that is no longer appropriate to mbox Rmail.
1051         * mail/rmailsum.el (rmail-create-summary-line): Widen the view buffer
1052         before trying to move to the start of the message.
1053         (rmail-summary-undelete-many, rmail-summary-rmail-update):
1054         Fix rmail-set-attribute calls.
1056         * mail/sendmail.el (mail-bury-selects-summary, mail-yank-original):
1057         Doc fix.
1058         (rmail-output-to-rmail-buffer): Autoload it.
1059         (mail-do-fcc): Give it a doc string.  Update for mbox Rmail, simplify.
1061 2009-02-06  Glenn Morris  <rgm@gnu.org>
1063         * mail/unrmail.el (unrmail): Use current-time-string.
1065         * simple.el (kill-whole-line): Provide a default argument of 1.
1067         * mail/undigest.el (rmail-mail-separator): Delete.
1068         (undigestify-rmail-message, unforward-rmail-message): Update for
1069         mbox Rmail.
1071 2009-02-05  Kenichi Handa  <handa@m17n.org>
1073         * international/fontset.el (script-representative-chars):
1074         Remove mathematical.
1075         (setup-default-fontset): Add entries for each subgroup of
1076         mathematical script.
1078 2009-02-05  Juri Linkov  <juri@jurta.org>
1080         * image-mode.el (image-mode): Use `image-get-display-property'
1081         instead of `get-text-property'.
1082         (image-minor-mode): Sync the logic with `image-mode' including the
1083         displaying an image file as the actual image by default.
1085 2009-02-05  Alan Mackenzie  <acm@muc.de>
1087         * progmodes/cc-defs.el (c-emacs-features): Check the working of
1088         beginning/end-of-defun-function more rigorously before setting
1089         argumentative-bod-function.
1091 2009-02-05  Dan Nicolaescu  <dann@ics.uci.edu>
1093         * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
1094         (turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
1095         mode on the initial terminal.
1097 2009-02-05  Glenn Morris  <rgm@gnu.org>
1099         * mail/rmail.el (rmail-what-message, rmail-duplicate-message):
1100         Make these functions work.
1102         * net/mairix.el (rmail-buffer): Remove unneeded eval-when-compile.
1103         (rmail-narrow-to-non-pruned-header): Remove autoload.
1104         (mairix-rmail-fetch-field): Handle mbox Rmail.
1106 2009-02-04  Dave Love  <fx@gnu.org>
1108         * net/imap.el (imap-fetch-safe): Bind debug-on-error.
1109         (imap-debug): Add imap-fetch-safe.
1111 2009-02-04  Teodor Zlatanov  <tzlatanov@jumptrading.com>
1113         * net/netrc.el (netrc-machine-user-or-password): Use list of
1114         auth-source modes.
1116 2009-02-04  Nick Roberts  <nickrob@snap.net.nz>
1118         * vc-svn.el (vc-svn-diff): Revert previous change but add a test
1119         for newvars is nil. (C-u C-x v = with default values).
1121 2009-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
1123         * vc-bzr.el (vc-bzr-working-revision): Recognize a newer branch
1124         format.  Use when instead of if.
1126 2009-02-04  Miles Bader  <miles@gnu.org>
1128         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, forward-list)
1129         (backward-list, backward-up-list, beginning-of-defun)
1130         (beginning-of-defun-raw, end-of-defun): Add "^" to interactive spec.
1132 2009-02-04  Glenn Morris  <rgm@gnu.org>
1134         * mail/mail-utils.el (mail-fetch-field): Previous doc fix was
1135         ill-advised.
1137         * mail/rmail.el: No need for mule-util when compiling.
1138         (rmail-first-message): Unbreak it.
1140         * mail/rmailmsc.el: Require rmail not just when compiling.
1141         Remove unneeded declarations.
1143         * term/ns-win.el (ns): Define as a custom group.
1145 2009-02-04  Kenichi Handa  <handa@m17n.org>
1147         * international/mule-cmds.el (select-safe-coding-system):
1148         Use buffer-chars-modified-tick instead of buffer-modified-tick.
1150         * descr-text.el (describe-char): Check font-object by fontp.
1152         * composite.el (compose-gstring-for-terminal): If a character is
1153         not supported by the current terminal, don't make a multi-glyph
1154         grapheme cluster.
1155         (auto-compose-chars): Check font-object by fontp.
1157 2009-02-03  Glenn Morris  <rgm@gnu.org>
1159         * mail/unrmail.el (unrmail): In the absence of Mail-from, prefer Date
1160         over current-time.  (Bug#2175)
1162         * mail/rmail.el (rmail-convert-babyl-to-mbox): Disable undo while
1163         inserting the converted mailbox.
1164         (rmail-get-new-mail): Restore the loop over inboxes when two or more
1165         have the same basename.  (Bug#2164)
1166         Set the return value according to whether any mail was found,
1167         not just in the last inbox.  Only show a message and run the hook after
1168         checking all inboxes.
1169         (rmail-get-new-mail-1): Move message display and running the hook to
1170         rmail-get-new-mail.
1172         * mail/rmailkwd.el (rmail-label-obarray): Initialize using
1173         rmail-attr-array.
1174         (rmail-make-label, rmail-read-label): Give it a doc string.
1175         (rmail-add-label, rmail-kill-label): Change argument name to match the
1176         doc.  Doc fix.
1177         (rmail-set-label): Doc fix.  Also update summary in attr case.
1178         Accept labels as a string or a symbol.  (Bug#2165)
1180         * mail/rmailsum.el (rmail-get-summary-labels): Treat empty labels as
1181         null.
1183 2009-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1185         * progmodes/vhdl-mode.el (vhdl-prepare-search-1)
1186         (vhdl-prepare-search-2): Properly cleanup on `quit'.
1188         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
1189         Mark the entries as being "system" entries rather than "user" entries.
1191 2009-02-02  Thien-Thi Nguyen  <ttn@gnuvola.org>
1193         * smerge-mode.el (smerge-start-session): Add interactive spec.
1195 2009-02-02  Glenn Morris  <rgm@gnu.org>
1197         * mail/rmail.el (rmail-ignored-headers, rmail-displayed-headers)
1198         (rmail-retry-ignored-headers, rmail-highlighted-headers):
1199         Restore autoloads.
1201 2009-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1203         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
1205 2009-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1207         * cmuscheme.el (scheme-args-to-list): Remove.
1208         (run-scheme): Use split-string-and-unquote instead, so as to allow
1209         spaces in the command name and/or the arguments.
1211 2009-02-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
1213         * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.
1215 2009-02-01  Michael Albinus  <michael.albinus@gmx.de>
1217         Sync with Tramp 2.1.15.
1219         * net/tramp.el (tramp-read-passwd): Cache passwords shall still be
1220         used.
1222         * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
1224         * net/trampver.el: Update release number.
1226 2009-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1228         * mail/rmail.el (rmail-view-buffer): Make buffer-local.
1229         (rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
1230         (rmail-undelete-previous-message, rmail-mark-message)
1231         (rmail-speedbar-buttons): Use with-current-buffer.
1232         (rmail-mode-map): Move initialization into declaration.
1233         (rmail-swap-buffers, rmail-unfontify-buffer-function)
1234         (rmail-fontify-message): Use restore-buffer-modified-p.
1235         (rmail-expunge-and-save): Don't swap buffer.
1236         (rmail-get-header, rmail-set-header, rmail-set-attribute)
1237         (rmail-apply-in-message): Swap save-excursion and save-restriction.
1239         * mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car
1240         if possible.
1242         * mail/rmailedit.el (rmail-edit-map): Move init into declaration.
1243         (rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
1245 2009-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1247         * mouse.el (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.
1249         * progmodes/ebrowse.el:
1250         * international/robin.el:
1251         * emulation/viper-util.el:
1252         * emulation/viper-mous.el:
1253         * emulation/viper-keym.el:
1254         * ediff.el:
1255         * ediff-wind.el:
1256         * ediff-vers.el:
1257         * ediff-ptch.el:
1258         * ediff-mult.el:
1259         * ediff-merg.el:
1260         * ediff-diff.el: Follow commenting conventions.
1262 2009-01-31  Eli Zaretskii  <eliz@gnu.org>
1264         * mail/rmail.el (rmail-redecode-body): Use eight-bit instead of
1265         obsolete eight-bit-control and eight-bit-graphic.
1267 2009-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1269         * emacs-lisp/elp.el (elp-results-symname-map): Add follow-link.
1271 2009-01-31  Chong Yidong  <cyd@stupidchicken.com>
1273         * emacs-lisp/lisp.el (end-of-defun): Protect against
1274         infloops (Bug#2106).
1276 2009-01-31  Dan Nicolaescu  <dann@ics.uci.edu>
1278         * vc-dir.el (vc-dir-mouse-map):
1279         (vc-default-dir-printer):
1280         (vc-dir-find-file-other-window): Undo previous change, it breaks
1281         the behavior of mouse-2.
1282         (vc-dir-mode): Fix docstring.
1284         * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
1285         logic, it makes the makes the normal case too slow.
1287 2009-01-31  Eli Zaretskii  <eliz@gnu.org>
1289         * mail/unrmail.el (unrmail): Set coding-system of the old Rmail
1290         file to `raw-text-unix'.  Bind coding-system-for-write when
1291         writing out the converted message, and make sure it uses Unix EOLs.
1293         * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
1294         encoding to `raw-text-unix'.
1295         (rmail-perm-variables): Set encoding of rmail-view-buffer to
1296         `undecided-unix'.
1297         (rmail-redecode-body): Don't change EOL conversion of the new
1298         encoding if the old one left it unspecified.
1299         (rmail-automatic-folder-directives, rmail): Doc fixes.
1300         (rmail-swap-buffers): New function.
1301         (rmail-change-major-mode-hook, rmail-swap-buffers-maybe)
1302         (rmail-show-message): Use rmail-swap-buffers.
1303         (rmail-decode-region): If DESTINATION is a buffer, set the
1304         encoding of that buffer, rather than the current buffer.
1305         (rmail-show-message): Make error message about uuencoded mail
1306         more explicit.
1307         (rmail-show-message-maybe): Simplify code.  Doc fix.
1308         (rmail-show-message): Doc fix.
1310 2009-01-31  Glenn Morris  <rgm@gnu.org>
1312         * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty
1313         folder.
1315         * mail/rmail.el (rmail-msg-is-pruned): New function.
1316         (rmail-toggle-header): Doc fix.  Use rmail-msg-is-pruned.
1317         (rmail-reply): Set up to yank from the decoded message rather than the
1318         raw one.  (Bug#2104).
1320         * mail/mail-utils.el (mail-fetch-field): Doc fix.
1322         * mail/uce.el (rmail-current-message): Remove unneeded declaration.
1323         (uce-message-text, uce-default-headers): Fix custom type.
1324         (rmail-buffer, rmail-msg-is-pruned): Declare.
1325         (uce-reply-to-uce): Add autoload cookie.  Doc fix.
1326         Update for mbox Rmail.
1328 2009-01-31  Nick Roberts  <nickrob@snap.net.nz>
1330         * vc-dir.el (vc-dir-mouse-map): New keymap.
1331         (vc-default-dir-printer): Use it locally.
1332         (vc-dir-find-file-other-window): Allow mouse events.
1334 2009-01-30  Eli Zaretskii  <eliz@gnu.org>
1336         * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
1337         into Rmail-mbox attributes.
1339         * mail/rmail.el (rmail-convert-babyl-to-mbox):
1340         Bind coding-system-for-read to `raw-text', and use insert-file-contents
1341         instead of insert-file-contents-literally.  Fixes bug #2019.
1342         (rmail-resent-attr-index): Fix index value.
1344 2009-01-30  Nick Roberts  <nickrob@snap.net.nz>
1346         * vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take
1347         precedence even when its value is t.  (Bug#2093)
1349         * vc-svn.el (vc-svn-dir-status): Correct logic for remote
1350         connection.  (Bug#2093)
1351         (vc-svn-diff): Use old version number even when it is the working
1352         revision.  This is needed, e.g, in the vc-print-log buffer.  (Bug#2092)
1354 2009-01-30  Glenn Morris  <rgm@gnu.org>
1356         * mail/rmail.el (rmail-reply): Handle empty folders.
1357         (rmail-speedbar-buttons)
1358         (rmail-speedbar-move-message-to-folder-on-line): Use line-end-position.
1360         * mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
1361         line-beginning-position calls.
1362         (rmail-header-summary): Use line-end-position.
1364 2009-01-30  Toby Speight  <streapadair@gmx.net>  (tiny change)
1366         * generic-x.el (hosts-generic-mode, named-database-generic-mode):
1367         Fix regexp quoting.  (Bug#1739)
1369 2009-01-29  Michael Albinus  <michael.albinus@gmx.de>
1371         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1372         Allow correction of passwords.
1374 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
1376         * mail/rmail.el (rmail-toggle-header): Determine current header
1377         style using the buffer-local value of rmail-header-style in the
1378         view buffer.
1379         (rmail-show-message): Set a buffer-local value of
1380         rmail-header-style in the view buffer.  (Bug#2016)
1382 2009-01-29  Juanma Barranquero  <lekktu@gmail.com>
1384         * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
1385         Fix typos in docstrings.
1387 2009-01-29  Juanma Barranquero  <lekktu@gmail.com>
1389         * bindings.el (completion-ignored-extensions):
1390         Add entries for VCS metadata directories (CVS/, .svn, etc).
1392         * pcvs.el (completion-ignored-extensions):
1393         * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
1394         directory, now done in bindings.el.
1396 2009-01-29  Klaus Straubinger  <KSNetz@UseNet.ArcorNews.DE>  (tiny change)
1398         * pcmpl-rpm.el (pcmpl-rpm): Doc fix.  (Bug#2094)
1400 2009-01-29  Glenn Morris  <rgm@gnu.org>
1402         * mail/rmail.el (rmail-file-name): Remove duplicate definition.
1403         (rmail-set-header): Ensure header changes get saved.
1405         * mail/rmailedit.el (rmail-summary-disable): Fix declaration.
1407         * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
1408         one, after a label is added.
1410         * mail/rmailsum.el (rmail-summary-update-line): New function.
1411         (rmail-summary-goto-msg): Return a value according to whether message
1412         was found.
1413         (rmail-summary-update-highlight): Give the overlay an 'rmail-summary
1414         property.  Use line-end-position.
1416 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
1418         * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
1419         quoted From lines.
1421         * mail/rmail.el (rmail-redecode-body): New function, based on old
1422         version removed in 2009-01-22 change.
1423         (rmail-show-message): Unquote From lines.
1425 2009-01-28  Tassilo Horn  <tassilo@member.fsf.org>
1427         * doc-view.el (doc-view-mode): Don't use string-match and file
1428         extension to choose fallback mode on empty/non-existing files but
1429         let-bind auto-mode-alist and call normal-mode.
1431 2009-01-28  Eli Zaretskii  <eliz@gnu.org>
1433         * ls-lisp.el (ls-lisp-classify): Propertize file name before
1434         concatenating the type indicating character.
1435         (ls-lisp-format): Don't propertize file-name only if
1436         ls-lisp-classify already did.
1438 2009-01-28  Michael Albinus  <michael.albinus@gmx.de>
1440         * net/dbus.el (dbus-event-error-hooks): Fix docstring.
1441         Describe second parameter of hook functions.
1442         (dbus-handle-event): Apply it.
1444 2009-01-28  Chong Yidong  <cyd@stupidchicken.com>
1446         * mail/rmail.el (rmail-toggle-header): Don't reset
1447         rmail-header-style permanently (bug#2016).
1449 2009-01-28  Denis Howe  <denis.howe@gmail.com>
1451         * complete.el (PC-do-completion): Correct case when completion is
1452         unambiguous.
1454 2009-01-28  Stephen Berman  <stephen.berman@gmx.net>
1456         * calendar/todo-mode.el (todo-insert-item-here):
1457         Prevent insertion of a new entry inside of an existing entry.
1458         Minor code cleanup.  (Bug#2084)
1459         (todo-add-category): Change the interactive spec.  Signal an error
1460         if the Todo file is non-empty but contains no category.
1461         Reject category names that could induce bugs and confusion.
1462         Call todo-mode if the Todo file is new and unsaved.  Simplify handling
1463         of local variables cookie.  Properly display the newly added
1464         category in Todo mode.
1465         (todo-show): Call todo-initial-setup only if there is neither a
1466         Todo file nor a corresponding unsaved buffer.  (Bug#2085)
1467         (todo-category-alist): Delete function.
1468         (todo-completing-read): New function.
1469         (todo-insert-item, todo-jump-to-category): Use it.
1470         (todo-insert-item): Make the use of the prefix argument conform to
1471         the doc string.  (Bug#2086)
1473 2009-01-28  Glenn Morris  <rgm@gnu.org>
1475         * mail/rmail.el (rmail-expunge-and-save): Always show a message,
1476         even when called from the summary.  (Bug#2075)
1477         (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
1478         (rmail-show-message-maybe): Use rmail-no-mail-p.
1479         (rmail-show-message): If empty folder, do nothing.  (Bug#2076)
1480         (rmail-get-labels): Separate status and label fields with a semicolon,
1481         rather than a comma, for consistency with old Rmail.
1483         * mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
1484         starting from the beginning, since mail-fetch-field does not care.
1485         (rmail-create-summary-line): Fix unseen handling.  (Bug#2089)
1486         (rmail-get-summary-status): New name for old rmail-get-summary-labels.
1487         (rmail-get-summary-labels): New function.  Returns labels rather than
1488         status (edited, etc).
1489         (rmail-create-summary): Insert an extra space after the status
1490         flags, for consistency with old rmail, and with current
1491         rmail-summary-font-lock-keywords.
1493 2009-01-28  Chong Yidong  <cyd@stupidchicken.com>
1495         * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
1496         if region is active.  Use cond instead of nested ifs.  (Bug#2053)
1498 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
1500         * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
1501         converting.
1503         * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
1504         which are recognized by the new Rmail, instead of X-BABYL-V6-*.
1506 2009-01-27  Christopher Oliver  <coliver@message.nmc.edu>
1508         * mouse.el (mouse-select-font): Return a string instead of a list.
1510 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
1512         * bindings.el: Swap C-delete and C-backspace bindings here, so we
1513         don't have to do it in normal-erase-is-backspace-mode.
1515         * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
1516         and C-backspace; the latter is not available on ttys anyway.
1518 2009-01-27  Tassilo Horn  <tassilo@member.fsf.org>
1520         (doc-view-mode): Fix broken call to string-match.
1522 2009-01-27  Tassilo Horn  <tassilo@member.fsf.org>
1524         * doc-view.el (doc-view-mode): Enhance docstring and fallback to
1525         fundamental-mode or ps-mode if the file is empty or doesn't exist
1526         at all.
1527         (doc-view-initiate-display): Better info message if doc-view-mode
1528         cannot be used.  (Missing utility or no png support/no X frame.)
1529         (Bug#2058)
1531 2009-01-27  Glenn Morris  <rgm@gnu.org>
1533         * mail/rmail.el (rmail-copy-headers): Doc fix.  Leave point at the end
1534         of the headers in the full header case.  (Bug#2073)
1536 2009-01-27  Kenichi Handa  <handa@m17n.org>
1538         * mail/rmail.el (rmail-get-coding-system): Re-search
1539         rmail-mime-charset-pattern directly instead of using
1540         mail-fetch-field.  Use coding-system-from-name.
1542         * international/mule-cmds.el (canonicalize-coding-system-name)
1543         (coding-system-from-name): New functions.
1545 2009-01-27  Glenn Morris  <rgm@gnu.org>
1547         * dired-x.el (dired-bind-vm): Doc fix.
1549         * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
1550         Replace `first' and `rest' with `car' and `cdr' throughout.
1551         (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
1552         (rsf-scanning-messages-now): Doc fix.
1553         (rsf-check-field): Rename from `check-field' and update callers.
1554         (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
1555         Use rmail-output rather than deleted rmail-output-to-rmail-file.
1557         * mail/rmail.el: Remove leading `*' from defcustom docs.
1558         Remove needless autoloads of many defcustoms and hooks.
1559         (rmail-enable-mime, rmail-insert-mime-resent-message-function)
1560         (rmail-search-mime-message-function, rmail-search-mime-header-function)
1561         (rmail-decode-mime-charset): Doc fix.
1562         (rmail-search-message, rmail-resend): Check functions set before use.
1564         * mail/rmailout.el: Remove leading `*' from defcustom docs.
1565         Remove needless autoloads of many defcustoms.
1566         (rmail-output-to-babyl-buffer): Rename from
1567         rmail-output-to-r-mail-buffer and update caller.
1568         (rmail-output): Doc fix.
1570         * mail/rmailsum.el: Remove leading `*' from defcustom docs.
1571         Remove needless autoloads of many defcustoms.
1572         (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
1573         is set.
1575         * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
1576         (batch-unrmail, unrmail): Doc fix.
1578         * mail/rmailsum.el (rmail-message-recipients-p-1)
1579         (rmail-message-regexp-p-1): Ensure searches start from the
1580         beginning of the header.
1582 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
1584         * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
1586 2009-01-27  Jay Belanger  <jay.p.belanger@gmail.com>
1588         * calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
1589         expand the denominator.
1591 2009-01-26  Michael Albinus  <michael.albinus@gmx.de>
1593         * net/dbus.el (dbus-event-error-hooks): New variable.
1594         (dbus-handle-event): Use it.
1596 2009-01-26  Glenn Morris  <rgm@gnu.org>
1598         * Makefile.in (ELCFILES): Update.
1600         * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
1601         replies.  (Bug#512)
1603 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1605         * calendar/icalendar.el (icalendar-uid-format): Fix doc string.
1607 2009-01-25  Adrian Robert  <Adrian.B.Robert@gmail.com>
1609         * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
1610         Remove from global map and key definitions.
1611         (ns-toggle-toolbar, ns-info-prefs): Add to global map and key
1612         definitions.
1613         (ns-show-preferences-help, ns-unput-working-text): New functions.
1614         (ns-unecho-working-text): Update message.
1616 2009-01-25  Craig Markwardt  <cbmarkwardt@gmail.com>
1618         * calendar/icalendar.el (icalendar-uid-format): New defcustom
1619         variable to allow the user to choose icalendar UID format.
1620         (icalendar--diarytime-to-isotime): Bug fix, now times in the range
1621         12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
1622         (icalendar-export-region,icalendar--create-uid): Use custom
1623         function to compute icalendar UID for each entry.
1624         (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
1625         with description, location, etc. fields (need to keep active count
1626         of fields encountered).  Another bug fix to the regex that matches
1627         multiple lines (need \' regex instead of $ to match end-of-entry).
1629 2009-01-25  Juri Linkov  <juri@jurta.org>
1631         * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
1632         change its title from "Recursive grep..." to "Grep via Find...".
1633         Add menu items for lgrep and rgrep.
1635 2009-01-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1637         * ps-print.el (ps-print-version): New version 7.3.4.
1639 2009-01-24  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
1641         * ps-print.el: Fix face background/foreground extraction.
1642         (ps-face-extract-color): New fun.
1643         (ps-face-attributes, ps-face-attribute-list): Code fix.
1645 2009-01-24  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
1647         * align.el (align-region): Avoid infloop.
1649 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
1651         * env.el (environment): Function removed.
1653         * international/mule-cmds.el (set-language-environment-coding-systems):
1654         If default-buffer-file-coding-system is nil, set up to have EOLs that
1655         are native for the underlying system-type.  (Bug#1853)
1656         (prefer-coding-system, set-default-coding-systems): Doc fix.
1658 2009-01-24  Juanma Barranquero  <lekktu@gmail.com>
1660         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
1661         Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
1662         (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
1663         Use `string-match-p'.
1665 2009-01-24  Ulf Jasper  <ulf.jasper@web.de>
1667         * net/newst-treeview.el (newsticker--treeview-first-feed): New.
1668         (newsticker-treeview-next-new-or-immortal-item): Try first-feed if
1669         next-feed does not succeed.  Fixes bug#1710 even more.
1670         (newsticker-treeview-next-feed): Simplify.
1671         (newsticker--group-get-feeds): Suppress group names in result.
1673 2009-01-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
1675         * term/ns-win.el (menu-bar-select-frame): Drop this override.
1676         (menu-bar-update-frames): Update call to menu-bar-select-frame.
1678 2009-01-24  Glenn Morris  <rgm@gnu.org>
1680         * mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
1681         "popmail" by "pormail".
1683         * language/ethio-util.el (rmail-current-message, rmail-message-vector):
1684         Remove unneeded declarations.
1686 2009-01-24  Jay Belanger  <jay.p.belanger@gmail.com>
1688         * calc/calc-poly.el (calcFunc-apart): Improve test for
1689         rational functions.
1691 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
1693         * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
1694         return value of rmail-get-labels.
1696         * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
1697         return value of rmail-get-labels.
1699         * mail/rmail.el (rmail-get-labels): Obey the MSG argument.
1700         (rmail-buffer-swapped): Fix last change.  (Bug#1997)
1702 2009-01-23  Ulf Jasper  <ulf.jasper@web.de>
1704         * net/newst-backend.el (newsticker--cache-read): Offer deletion of
1705         old cache file.  Fixes bug#1710.
1707 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
1709         * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
1711 2009-01-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
1713         * term/ns-win.el (ns-insert-working-text, ns-put-working-text):
1714         Switch names and update comments for clarity.
1716 2009-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1718         * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
1719         start is nil, as was done in tar-mode.el.
1721 2009-01-23  Glenn Morris  <rgm@gnu.org>
1723         * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
1724         more.
1726         * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
1728 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
1730         * server.el (server-name): Make it a defcustom.  (Bug#1995)
1732         * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
1734 2009-01-23  Glenn Morris  <rgm@gnu.org>
1736         * Makefile.in (ELCFILES): Update.
1738 2009-01-22  Ulf Jasper  <ulf.jasper@web.de>
1740         * net/newst-treeview.el
1741         (newsticker-treeview-next-new-or-immortal-item): New optional arg
1742         current-item-counts.  Move to next feed if necessary.  (Bug#1569)
1743         (newsticker-treeview-prev-new-or-immortal-item): Move to previous
1744         feed if necessary.  (Bug#1569)
1745         (newsticker-treeview-next-feed)
1746         (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
1747         Don't activate node nil.  (Bug#1569)
1749 2009-01-22  Paul Reilly  <pmr@pajato.com>
1750             Henrik Enberg  <enberg@printf.se>
1751             Alex Schroeder  <alex@gnu.org>
1752             Chong Yidong  <cyd@stupidchicken.com>
1753             Richard M Stallman  <rms@gnu.org>
1754             Glenn Morris  <rgm@gnu.org>
1755             Juanma Barranquero  <lekktu@gmail.com>
1757         * mail/rmail.el: Code implementing Rmail-mbox functionality.
1758         (rmail-attribute-header, rmail-keyword-header)
1759         (rmail-answered-attr-index, rmail-deleted-attr-index)
1760         (rmail-edited-attr-index, rmail-filed-attr-index)
1761         (rmail-retried-attr-index, rmail-forwarded-attr-index)
1762         (rmail-unseen-attr-index, rmail-resent-attr-index)
1763         (rmail-attr-array, rmail-header-style, rmail-file-name)
1764         (rmail-buffer-swapped): New vars.
1765         (rmail-convert-file-maybe, rmail-error-bad-format)
1766         (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
1767         (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
1768         (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
1769         (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
1770         (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
1771         (rmail-get-header, rmail-set-header, rmail-get-attr-names)
1772         (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
1773         (rmail-message-attr-p, rmail-message-unseen-p)
1774         (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
1775         (rmail-show-message-maybe, rmail-copy-headers)
1776         (rmail-simplified-subject, rmail-simplified-subject-regexp)
1777         (rmail-write-region-annotate): New functions.
1779         (rmail-keywords, rmail-default-rmail-file): Delete vars.
1780         (rmail-convert-mailpath, rmail-convert-file)
1781         (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
1782         (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
1783         (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
1784         (rmail-redecode-body)
1785         (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
1786         (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
1787         (rmail-count-screen-lines, rmail-message-regexp-p)
1788         (rmail-current-subject, rmail-current-subject-regexp): Delete functions.
1789         (rmail-nuke-pinhead-header): Move to rmailout.el.
1791         (rmail-ignored-headers): Add additional headers.
1792         (rmail-mode-map): Update key commands.
1793         (rmail-tool-bar-map): Build tool-bar unconditionally.
1794         (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
1795         conversion and new buffer swapping mechanism.
1796         (rmail-perm-variables): Use new vars, and remove deleted ones.
1797         (rmail-revert): Use rmail-convert-file-maybe.
1798         (rmail-duplicate-message): Use rmail-show-message-maybe.
1799         (rmail-get-new-mail): Don't leave the buffer screwed up if we get
1800         a disk-full error.
1801         (rmail-parse-url): Strip embedded password.
1802         (rmail-insert-inbox-text): Default to movemail if
1803         rmail-movemail-program is null.  Handle mbox format.
1804         (rmail-decode-region): New arg.
1805         (rmail-display-labels): Don't perform Babyl processing.
1806         (rmail-set-attribute, rmail-message-labels-p, rmail-search)
1807         (rmail-set-message-counters, rmail-count-new-messages)
1808         (rmail-set-message-counters-counter, rmail-show-message)
1809         (rmail-next-same-subject, rmail-reply): Use mbox format.
1810         (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
1811         (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
1812         buffer swapping mechanism.
1814         * mail/rmailedit.el: Require rmailsum.el.
1815         (rmail-edit-mode): First check if buffer is swapped.
1816         (rmail-edit-saved-coding-system): Delete var.
1817         (rmail-edit-current-message): Don't call deleted vars.
1818         (rmail-cease-edit): Handle mbox format.
1819         (rmail-abort-edit): Widen buffer.
1821         * mail/rmailkwd.el: Require rmail.el.  Remove unneeded function
1822         declarations.
1823         (rmail-buffer, rmail-current-message, rmail-last-label)
1824         (rmail-last-multi-labels, rmail-summary-vector)
1825         (rmail-total-messages, rmail-attributes, rmail-deleted-label)
1826         (rmail-keywords): Delete vars.
1827         (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
1828         (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
1829         (rmail-parse-file-keywords, rmail-install-keyword): Delete functions.
1830         (rmail-make-label): New function.
1831         (rmail-read-label): Don't call rmail-parse-file-keywords.
1832         (rmail-set-label): Rewrite using rmail-set-attribute.
1833         (rmail-next-labeled-message): Use rmail-get-labels.
1835         * mail/rmailmm.el: New file.
1837         * mail/rmailmsc.el: Require rmail.el.
1838         (set-rmail-inbox-list): Set rmail-inbox-list directly.
1840         * mail/rmailout.el (rmail-output-decode-coding): New var.
1841         (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
1842         (rmail-convert-to-babyl-format, rmail-output-as-mbox)
1843         (rmail-output-to-rmail-buffer): New functions.
1844         (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
1845         Delete functions.
1846         (rmail-nuke-pinhead-header): Move from rmail.el.
1847         (rmail-output): Rewrite to accept both mbox and babyl output.
1848         (rmail-output-as-seen, rmail-output-body-to-file): Rewrite to
1849         use mbox internal format.
1851         * mail/rmailsort.el: Eval mail-utils when compiled.  Require rmail.el.
1852         (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
1853         (rmail-sort-by-recipient, rmail-sort-by-correspondent):
1854         Use rmail-get-header.
1855         (rmail-sort-messages): Use new buffer swapping mechanism.
1856         Handle mbox internal format.
1858         * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
1859         (rmail-message-recipients-p, rmail-message-recipients-p-1)
1860         (rmail-message-regexp-p, rmail-new-summary-1)
1861         (rmail-get-create-summary-buffer, rmail-get-summary)
1862         (rmail-create-summary-line, rmail-get-summary-labels)
1863         (rmail-create-summary, rmail-header-summary)
1864         (rmail-summary-output, rmail-summary-output-as-seen): New functions.
1865         (rmail-summary-by-topic, rmail-message-senders-p)
1866         (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
1867         internal format.
1868         (rmail-new-summary): Rewrite window handling.
1869         (rmail-make-summary-line, rmail-make-summary-line-1)
1870         (rmail-make-basic-summary-line)
1871         (rmail-summary-output-to-rmail-file): Functions deleted.
1872         (rmail-summary-undelete, rmail-summary-rmail-update)
1873         (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
1874         (rmail-summary-show-message, rmail-summary-wipe)
1875         (rmail-summary-toggle-header, rmail-summary-reply):
1876         Use rmail-buffer instead of rmail-view-buffer.
1877         (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
1878         (rmail-summary-goto-msg): Use rmail-show-message-maybe.
1879         (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
1881 2009-01-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
1883         * term/ns-win.el (ns-show-manual): Fix node name.
1884         (x-open-connection): Fix typo in declaration filename.
1886 2009-01-22  Romain Francoise  <romain@orebokech.com>
1888         * Makefile.in (ELCFILES): Update.
1890 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
1892         * frame.el (make-frame-on-tty): Remove function, inline contents
1893         in the only user ...
1895         * server.el (server-create-tty-frame): ... here.
1897 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
1899         * format.el (format-annotate-function):
1900         Set write-region-post-annotation-function.
1902 2009-01-21  John Wiegley  <johnw@newartisans.com>
1904         * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
1905         list of output filters.
1906         (eshell-mode): Change the default binding of C-a to eshell-bol.
1907         I don't think it's actually bound at all by default in eshell;
1908         it just falls back to the default binding of C-a.
1910 2009-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1912         * minibuffer.el (completion--insert-strings): Fix up computation of
1913         column position which manifested e.g. in proced's signal completion.
1915 2009-01-21  Chong Yidong  <cyd@stupidchicken.com>
1917         * server.el (server-start): Allow server to shut down when no
1918         frames are available in daemon-mode.
1920 2009-01-21  Juanma Barranquero  <lekktu@gmail.com>
1922         * term.el (term-previous-matching-input, term-next-matching-input)
1923         (term-previous-matching-input-from-input)
1924         (term-next-matching-input-from-input, term-backward-matching-input)
1925         (term-forward-matching-input): Change argument name to match docstring.
1927 2009-01-21  Glenn Morris  <rgm@gnu.org>
1929         * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
1930         that are no longer needed.
1931         (authors-scan-change-log): Doc fix.
1932         (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
1934 2009-01-20  Agustín Martín  <agustin.martin@hispalinux.es>
1936         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1937         Use aspell default dict.
1939 2009-01-20  Kenichi Handa  <handa@m17n.org>
1941         * descr-text.el (describe-char): Improve description of eight-bit
1942         char in a unibyte buffer.  (Bug#1935)
1944 2009-01-20  Glenn Morris  <rgm@gnu.org>
1946         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1947         Add some entries.
1949 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
1951         * progmodes/ruby-mode.el: Autoload other interpreter names.
1953 2009-01-19  Juanma Barranquero  <lekktu@gmail.com>
1955         * descr-text.el (describe-char-categories): New defsubst.
1956         (describe-char): Use it.
1958 2009-01-19  Michael Albinus  <michael.albinus@gmx.de>
1960         * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
1961         IPv4 mapped IPv6 addresses.
1963 2009-01-18  Juanma Barranquero  <lekktu@gmail.com>
1965         * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
1966         the beginning of the buffer.  (Bug#1949)
1968 2009-01-18  Markus Triska  <markus.triska@gmx.at>
1970         * linum.el (linum-update-window): Use `delq' instead of `delete';
1971         compare strings with `equal-including-properties'.
1973 2009-01-17  Glenn Morris  <rgm@gnu.org>
1975         * progmodes/cc-langs.el (declare-function): Add compatibility stub.
1976         (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
1978         * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
1979         (eldoc-message-commands, eldoc-print-current-symbol-info):
1980         Doc fix (consistent case of "ElDoc").
1982 2009-01-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1984         * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
1986 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
1988         * dos-w32.el (find-buffer-file-type-coding-system): If `(car
1989         TARGET)' does not exist, try again with its basename replaced by
1990         `(cdr TARGET)'.  (Related to Bug #1853.)
1992         * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
1994 2009-01-16  Agustín Martín  <agustin.martin@hispalinux.es>
1996         * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
1997         unless flyspell-mode is enabled.
1998         (flyspell-pre-point): Make buffer-local.
2000 2009-01-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2002         * textmodes/bibtex.el (bibtex-format-entry): For updating field
2003         delimiters, allow fields that are composed of strings and string
2004         constants.
2005         (bibtex-mode): Doc fix.
2007 2009-01-16  Agustín Martín  <agustin.martin@hispalinux.es>
2009         * textmodes/ispell.el: Protect against declare-function undefined
2010         in XEmacs.
2011         (ispell-program-name): Search also for hunspell when setting default.
2012         (ispell-find-aspell-dictionaries): Better error message.  Use correct
2013         dictionary alist for default.  Better fallback default dictionary.
2015 2009-01-16  Ulrich Mueller  <ulm@kph.uni-mainz.de>
2017         * international/quail.el (quail-insert-kbd-layout):
2018         Delete superfluous handling of 8-bit code.  (Bug#1418)
2020 2009-01-16  Glenn Morris  <rgm@gnu.org>
2022         * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
2023         (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
2024         (eldoc-highlight-function-argument): Doc fix - mention effect of
2025         eldoc-documentation-function.
2026         (eldoc-message-commands-table-size, eldoc-message-commands)
2027         (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
2028         (eldoc-documentation-function): Mention effect on user options.
2030         * emacs-lisp/copyright.el (copyright-update): Doc fix.
2032 2009-01-16  Kevin Ryde  <user42@zip.com.au>
2034         * tar-mode.el (tar-rename-entry): Only test the magic string, without
2035         its version number, and then set both.
2037 2009-01-16  Richard M Stallman  <rms@gnu.org>
2039         * textmodes/paragraphs.el (sentence-end): Accept non-break space.
2041 2009-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
2043         * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
2044         Refer to revert-buffer, not Buffer-menu-revert.
2045         (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
2046         (Buffer-menu-revert): Remove function, unused.
2047         (Buffer-menu-mode-map): Don't bind keys already
2048         bound by special-mode.
2049         (Buffer-menu-mode-map): Add a menu.
2051 2009-01-15  Stephen Eglen  <stephen@gnu.org>
2053         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
2055 2009-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
2057         * vc-hg.el (vc-hg-diff): Pass relative file names.  (Bug#1903)
2059 2009-01-15  Martin Rudalics  <rudalics@gmx.at>
2061         * window.el (special-display-p): Revert 2009-01-14 change.
2063 2009-01-15  Glenn Morris  <rgm@gnu.org>
2065         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2066         (authors-obsolete-files-regexps, authors-ignored-files):
2067         (authors-renamed-files-alist): Add some entries.
2068         (authors-fixed-entries): Change some entries.
2069         (authors-canonical-file-name): Doc fix.
2070         (authors-scan-change-log): Handle joint authorship in ChangeLogs.
2072 2009-01-14  Juri Linkov  <juri@jurta.org>
2074         * info.el (Info-isearch-filter): Don't filter out invisible text
2075         when search-invisible is t.  (Bug#1848)
2077         * simple.el (blink-matching-open): Use `minibuffer-message' to
2078         display messages in the minibuffer.
2080         * help.el (view-help-file):
2081         * menu-bar.el (menu-bar-help-extra-packages):
2082         Use goto-address-mode instead of goto-address.
2084         * net/goto-addr.el (goto-address-url-face): Change default value
2085         from `bold' to `link'.
2087 2009-01-14  Juanma Barranquero  <lekktu@gmail.com>
2089         * international/mule-diag.el (print-list): Fix 2008-12-03 change.
2091 2009-01-14  Martin Rudalics  <rudalics@gmx.at>
2093         * frame.el (special-display-popup-frame): Rewrite doc-string and
2094         simplify code.
2096         * window.el (special-display-buffer-names)
2097         (special-display-regexps): Add customization support for
2098         function/other-args elements.  Rewrite doc-strings.
2099         (special-display-function): Rewrite doc-string.
2100         (same-window-buffer-names, same-window-regexps):
2101         Minor doc-string fixes.
2102         (special-display-p): Minor rewrite.
2104 2009-01-14  Glenn Morris  <rgm@gnu.org>
2106         * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
2108 2009-01-14  Juanma Barranquero  <lekktu@gmail.com>
2110         * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
2111         MESSAGEs with internal square brackets (i.e., " this [test] message").
2112         Use `string-match-p'.
2113         (completion--make-envvar-table, completion--file-name-table)
2114         (completion-pcm--string->pattern, completion-pcm--all-completions)
2115         (completion-pcm--filename-try-filter): Use `string-match-p'.
2117 2009-01-14  Juri Linkov  <juri@jurta.org>
2119         * progmodes/bug-reference.el (bug-reference-fontify): Check for
2120         non-nil `bug-reference-url-format' before putting an overlay
2121         property `bug-reference-url'.
2122         (bug-reference-mode, bug-reference-prog-mode): Don't check for
2123         `bug-reference-url-format'.  Doc fix.  (Bug#1744)
2125 2009-01-13  Chong Yidong  <cyd@stupidchicken.com>
2127         * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
2128         for exit-emacs item.  Bind it to save-buffers-kill-terminal.
2130         * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
2131         loaded.
2133 2009-01-13  Jason Rumney  <jasonr@gnu.org>
2135         * faces.el (face-valid-attribute-values): No stipple on w32.  (Bug#884)
2137 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
2139         * subr.el (play-sound): Doc fix.  (Bug#250)
2140         (shell-quote-argument, field-at-pos): Fix typos in docstrings.
2142 2009-01-12  Alan Mackenzie  <acm@muc.de>
2144         * textmodes/paragraphs.el (forward-sentence): Change limit of
2145         re-search-backward to allow values of `sentence-end' anchored at BOL.
2147 2009-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2149         * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
2150         subfield of the magic string.
2152 2009-01-11  Jay Belanger  <jay.p.belanger@gmail.com>
2154         * calc/calc-lang.el (math-compose-tex-sqrt): New function.
2155         (math-special-function-table): Use `math-compose-tex-sqrt' to
2156         compose sqrts in TeX and LaTeX mode.
2158 2009-01-11  Chong Yidong  <cyd@stupidchicken.com>
2160         * faces.el (describe-face): Ignore anonymous faces.
2162         * server.el (server-save-buffers-kill-terminal): Args changed.
2163         Handle nowait client frames.
2165         * files.el (save-buffers-kill-terminal): Args for
2166         server-save-buffers-kill-terminal changed.
2168 2009-01-11  Juanma Barranquero  <lekktu@gmail.com>
2170         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
2172 2009-01-11  Glenn Morris  <rgm@gnu.org>
2174         * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
2175         Silence compiler.
2177         * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
2178         some entries.
2179         (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
2180         (authors-renamed-files-alist): Add entries.
2181         (authors-fixed-entries): Update for renamed and removed files.
2182         (authors-canonical-file-name): Add entries to
2183         authors-checked-files-alist based on their full names, expanded relative
2184         to each log-file directory.
2185         (authors-scan-el, authors-add-to-author-list, authors):
2186         Handle multiple authors in a file, via a new :cowrote category.
2188         * emacs-lisp/copyright.el (copyright-update): Add doc-string.
2190 2009-01-10  Richard M Stallman  <rms@gnu.org>
2192         * mail/mail-utils.el (mail-quote-printable-region): New function.
2194 2009-01-10  Glenn Morris  <rgm@gnu.org>
2196         * calendar/cal-move.el (calendar-scroll-left-three-months)
2197         (calendar-scroll-right-three-months):
2198         * calendar/holidays.el (calendar-list-holidays)
2199         (calendar-mark-holidays):
2200         * calendar/lunar.el (calendar-lunar-phases):
2201         Add event handling, for when called from menus with the calendar buffer
2202         not current.
2204 2009-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
2206         * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
2207         Move setting up whitepace-mode ...
2208         (diff-mode): ... here.
2209         (diff-mode-menu): Add a menu entry for showing trailing whitespace.
2211 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
2213         * faces.el (x-font-family-list): Remove entirely.
2215 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
2217         Fix Bug #876:
2219         * info.el (info-insert-file-contents, Info-insert-dir):
2220         Bind inhibit-null-byte-detection to non-nil.
2222 2009-01-10  Martin Rudalics  <rudalics@gmx.at>
2224         * tool-bar.el (tool-bar-mode): Modify all frame parameters when
2225         toggling tool bars on.  (Bug#1754)
2227 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
2229         * faces.el (face-valid-attribute-values): Use string as value for
2230         :family attribute.  Now, font-family-list returns a list of strings.
2231         (x-font-family-list): Obsolete compatibility version of function
2232         from xfaces.c.
2234 2009-01-09  Martin Rudalics  <rudalics@gmx.at>
2236         * window.el (special-display-buffer-names)
2237         (special-display-regexps, special-display-function):
2238         In doc-strings say "same-window" instead of "same-buffer".
2240 2009-01-09  Michael Albinus  <michael.albinus@gmx.de>
2242         * net/tramp.el: Revert previous patch.  `last-command-char' is
2243         used in code intended only for XEmacs, where it is different from
2244         `last-command-event'.
2246 2009-01-09  Glenn Morris  <rgm@gnu.org>
2248         * subr.el (last-input-char, last-command-char):
2249         Move here from src/keyboard.c.
2251         * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
2252         * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
2253         * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
2254         * wdired.el:
2255         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
2256         * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
2257         * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
2258         * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
2259         * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
2260         * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
2261         * eshell/em-smart.el, eshell/esh-mode.el:
2262         * international/mule-cmds.el:
2263         * mail/mailabbrev.el:
2264         * net/tramp.el:
2265         * play/mpuz.el:
2266         * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
2267         * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
2268         * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
2269         * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
2270         * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
2271         * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
2272         * progmodes/vhdl-mode.el, progmodes/xscheme.el:
2273         * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
2274         Replace last-command-char with last-command-event.
2276         * double.el, electric.el, replace.el, term.el, terminal.el:
2277         * calc/calc.el:
2278         * emulation/viper-cmd.el:
2279         * international/mule-cmds.el:
2280         * obsolete/iso-acc.el:
2281         * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
2283         * emacs-lisp/edebug.el: Remove references to last-command-char and
2284         last-input-char, since these have been identical to last-command-event
2285         and last-input-event since at least Emacs 19.
2286         (edebug-outside-last-command-char, edebug-outside-last-input-char):
2287         Remove.
2289 2009-01-09  Dave Love  <fx@gnu.org>
2291         * calendar/time-date.el: Require cl for `declare'.
2293 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2295         * calendar/time-date.el (format-seconds): Explain `assoc-string'.
2296         Suggested by Dave Love.
2298 2009-01-09  Dave Love  <fx@gnu.org>
2300         * net/imap.el (imap-string-to-integer): Fix typo.
2301         (imap-fetch-safe): New function.
2302         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2304         * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
2305         (imap-parse-greeting): Fix doc strings.
2306         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2307         (imap-parse-flag-list): Make messages unique.
2308         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2310         * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
2311         call.
2313         * net/imap.el: Fix author email.  Doc fixes.
2314         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2315         reply.
2317 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2319         * net/dns.el (dns-set-servers): Check "Address".  Fix typo.
2321 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2323         * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
2324         Call nslookup if resolv.conf isn't available.
2325         (dns-query): Rename from query-dns.
2326         (dns-query-cached): Rename from query-dns-cached.
2328 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2330         * net/imap.el (imap-enable-exchange-bug-workaround):
2331         Explain auto-detection in the doc string.
2333 2009-01-09  Juanma Barranquero  <lekktu@gmail.com>
2335         * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
2336         (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
2337         (ispell-begin-skip-region-regexp, ispell-skip-region-list)
2338         (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
2339         (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
2340         Fix typos in docstrings.
2341         (ispell-command-loop): Reflow docstring.
2343 2009-01-08  Agustín Martín  <agustin.martin@hispalinux.es>
2345         * textmodes/ispell.el (ispell-encoding8-command): New variable.
2346         (ispell-aspell-supports-utf8): Mark as obsoleted by
2347         ispell-encoding8-command.
2348         (ispell-check-version): Set ispell-encoding8-command.
2349         (ispell-check-spellchecker-params, ispell-start-process):
2350         Use ispell-encoding8-command.
2352         * textmodes/flyspell.el (flyspell-large-region):
2353         Use ispell-encoding8-command.
2355 2009-01-08  Glenn Morris  <rgm@gnu.org>
2357         * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
2358         scroll the calendar.
2360         * international/mule-cmds.el (universal-coding-system-argument):
2361         last-input-char need not be a char.
2363         * textmodes/ispell.el (ispell-check-minver): Declare.
2364         Use string-to-number rather than string-to-int.
2366 2009-01-07  Juanma Barranquero  <lekktu@gmail.com>
2368         * add-log.el (change-log-search-tag-name): Reflow docstring.
2369         (change-log-mode): Fix typo in docstring.
2371         * international/mule.el (define-coding-system): Doc fix.
2373 2009-01-07  Kenichi Handa  <handa@m17n.org>
2375         * international/mule.el (define-coding-system): Fix docstring
2376         about :bom usage.
2378 2009-01-07  Martin Rudalics  <rudalics@gmx.at>
2380         * dired.el (dired-pop-to-buffer): Don't split windows
2381         horizontally.  (Bug#1806)
2383 2009-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2385         * tar-mode.el (tar-mode, tar-mode-write-contents)
2386         (tar-write-region-annotate): Undo Andreas's last change.
2388 2009-01-06  Michael Albinus  <michael.albinus@gmx.de>
2390         * net/tramp.el (tramp-do-copy-or-rename-file-directly)
2391         (tramp-handle-file-local-copy, tramp-handle-write-region)
2392         * net/tramp-smb.el (tramp-smb-handle-copy-file)
2393         (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
2395 2009-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2397         * minibuffer.el (completion-hilit-commonality): Don't presume
2398         all-completions always include the input as prefix.
2399         (completion-pcm--pattern-trivial-p): Accept a few more patterns
2400         as trivial.
2401         (completion-pcm--hilit-commonality): Remove leftover code that used to
2402         deal with the now removed cdr-in-last-cons.
2404 2009-01-06  Juanma Barranquero  <lekktu@gmail.com>
2406         * international/mule.el (define-coding-system): Fix typos in docstring.
2408 2009-01-05  Alan Mackenzie  <acm@muc.de>
2410         * progmodes/cc-styles.el (c-setup-paragraph-variables):
2411         Ensure paragraph-\(start\|separate\) match blank lines.  For AWK Mode.
2413 2009-01-05  Michael Albinus  <michael.albinus@gmx.de>
2415         * net/tramp.el (tramp-handle-load)
2416         (tramp-do-copy-or-rename-file-directly)
2417         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
2418         (tramp-handle-write-region)
2419         * net/tramp-smb.el (tramp-smb-handle-copy-file)
2420         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
2421         Delete temporary file in case of error.
2423 2009-01-05  Agustín Martín  <agustin.martin@hispalinux.es>
2425         * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
2427 2009-01-05  Richard M Stallman  <rms@gnu.org>
2429         * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
2431 2009-01-05  Martin Rudalics  <rudalics@gmx.at>
2433         * window.el (display-buffer): Fix last fix.
2435 2009-01-05  Juanma Barranquero  <lekktu@gmail.com>
2437         * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
2438         to shorten the desktop file directory shown in message.
2440 2009-01-05  Glenn Morris  <rgm@gnu.org>
2442         * version.el (emacs-copyright):
2443         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2444         Update copyrights for 2009.
2446 2009-01-04  Stephen Leake  <stephen_leake@member.fsf.org>
2448         * progmodes/ada-mode.el (ada-mode): Simplify doc string.
2449         (ada-get-indent-paramlist): Use ada-broken-indent instead of
2450         hard-coded 0.
2451         (ada-get-indent-loop): Fix list access bug.
2453 2009-01-04  Juanma Barranquero  <lekktu@gmail.com>
2455         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
2456         (lisp-interaction-mode): Add a blank line in the docstring
2457         before the keymap listing.
2459 2009-01-04  Martin Rudalics  <rudalics@gmx.at>
2461         * window.el (display-buffer): When a buffer is displayed in the
2462         selected and some other window, and not-this-window is non-nil,
2463         try to return that other window instead of popping up a new
2464         frame.  (Bug#30)
2466 2009-01-04  Chong Yidong  <cyd@stupidchicken.com>
2468         * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
2470 2009-01-04  Ulrich Mueller  <ulm@kph.uni-mainz.de>
2472         * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
2474 2009-01-03  Michael Olson  <mwolson@gnu.org>
2476         * net/imap.el (imap-parse-fetch): Courier can insert spurious
2477         blank characters which will confuse `read', so skip past them.
2479 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2481         * emacs-lisp/authors.el (authors-aliases): Addition.
2482         (authors): Allow to use it for other projects.
2484         * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
2485         Clarify MATCH argument.  Print filenames.
2487 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
2489         * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
2491         * net/tramp.el (tramp-local-host-regexp)
2492         (tramp-prefix-domain-format)
2493         (tramp-prefix-domain-regexp, tramp-domain-regexp)
2494         (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
2495         (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
2496         (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
2497         (tramp-file-name-structure, tramp-file-name-regexp-unified)
2498         (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
2499         (tramp-dissect-file-name, tramp-make-tramp-file-name)
2500         (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
2501         (tramp-handle-insert-file-contents): Fix setting of
2502         `buffer-read-only'.
2503         (tramp-compute-multi-hops, tramp-local-host-p):
2504         Use `tramp-local-host-regexp'.
2505         (tramp-file-name-real-user, tramp-file-name-domain):
2506         Use `tramp-user-with-domain-regexp'.
2508         * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
2509         (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
2511 2009-01-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2513         * proced.el (proced-grammar-alist): Refiner can be a
2514         list (function help-echo) instead of a cons pair.
2515         (proced-post-display-hook): New variable.
2516         (proced-tree-depth): Rename from proced-tree-indent.
2517         (proced-mode): Derive mode from special-mode.
2518         (proced-mode-map): Change accordingly.
2519         (proced, proced-update): Run proced-post-display-hook.
2520         (proced-do-mark-all): Count processes for which mark has been updated.
2521         (proced-format): Check for ppid attribute.
2522         (proced-process-attributes): Take time and ctime attribute from
2523         system-process-attributes.
2524         (proced-send-signal): Doc fix.  Collect properly the info on
2525         marked processes.  Use fit-window-to-buffer instead of
2526         dired-pop-to-buffer.
2528 2009-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2530         * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
2531         point-min==1.
2533 2009-01-02  Juanma Barranquero  <lekktu@gmail.com>
2535         * bindings.el (mode-line-eol-desc): Fix typo in help message.
2536         (mode-line-client): Fix typo in help message and docstring.
2538 2009-01-02  Jason Rumney  <jasonr@gnu.org>
2540         * term/w32-win.el (image-library-alist): Add gobject library.
2542 2009-01-02  Martin Rudalics  <rudalics@gmx.at>
2544         * frame.el (window-system-default-frame-alist)
2545         (initial-frame-alist, minibuffer-frame-alist)
2546         (pop-up-frame-alist, pop-up-frame-function)
2547         (special-display-frame-alist): Rewrite and reformat doc-strings.
2549 2009-01-01  Martin Rudalics  <rudalics@gmx.at>
2551         * simple.el (minibuffer-default-add-shell-commands):
2552         Fix doc-string typo.
2554 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
2556         * language/cham.el: Fix setting of composition-function-table.
2558         * language/khmer.el: Fix setting of composition-function-table.
2560         * language/tibet-util.el (tibetan-composition-function):
2561         Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
2563         * simple.el (minibuffer-default): Add defvar.
2565         * hippie-exp.el: Require comint.
2567 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
2569         * simple.el (last-buffer): Don't set major mode of *scratch* if
2570         that buffer exists already.  Rewrite doc-string.
2572 2008-12-31  Andreas Schwab  <schwab@suse.de>
2574         * tar-mode.el (tar-mode): Set write-contents-functions instead of
2575         write-region-annotate-functions.
2576         (tar-mode-write-contents): New function.
2577         (tar-write-region-annotate): Remove.
2579 2008-12-31  Chong Yidong  <cyd@stupidchicken.com>
2581         * files.el (basic-save-buffer): Revert 2008-12-22 change.
2582         (buffer-swapped-with): Var removed.
2584 2008-12-30  Kenichi Handa  <handa@m17n.org>
2586         * language/japanese.el (compose-gstring-for-variation-glyph):
2587         New function.  Register it in composition-function-table.
2589         * composite.el (lglyph-set-code): New function.
2591 2008-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2593         * tar-mode.el (tar-data-swapped): New var.
2594         (tar-data-swapped-p, tar-swap-data):
2595         Use it instead of buffer-swapped-with.
2596         (tar-write-region-annotate): Re-add (partial undo of last change).
2597         (tar-mode): Use it again (partial undo as well).
2599 2008-12-30  Ed Swarthout  <Ed.Swarthout@hwdebug.com>  (tiny change)
2601         * textmodes/table.el (table-capture): Fix symbol quoting typo.
2603 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
2605         * follow.el (follow-select-if-visible): Improve the check for the
2606         last line of the window.
2607         (follow-post-command-hook): Perform redisplay in more
2608         circumstances, to avoid getting point stuck on partially visible lines.
2610 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
2612         * follow.el (follow-calc-win-end): Use with-selected-window.
2613         (follow-windows-start-end, follow-pos-visible)
2614         (follow-windows-aligned-p): Code cleanup.
2615         (follow-select-if-visible): Try to avoid partially-visible lines.
2616         (follow-select-if-visible-from-first): Call follow-redisplay and
2617         move point to destination.
2618         (follow-redisplay): New arg, to keep selected window unchanged.
2619         (follow-post-command-hook): In final check for destination
2620         visibility, use window-start and window-end instead of the less
2621         accurate follow-pos-visible.  If the selected window is redrawn,
2622         tell follow-redisplay to preserve it.
2623         (follow-calculate-first-window-start-from-below): Avoid looping
2624         forever if vertical-motion returns an unexpected value.
2626 2008-12-30  Andreas Schwab  <schwab@suse.de>
2628         * server.el (server-running-p): Remove interactive spec.
2629         Fix regexp.
2631 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
2633         * follow.el (follow-calc-win-start): Don't use `inline'.
2634         (follow-update-window-start, follow-select-if-visible)
2635         (follow-calculate-first-window-start-from-below)
2636         (follow-post-command-hook): Code cleanup.
2637         (follow-downward, follow-calculate-first-window-start):
2638         Delete function and merge into follow-redisplay.
2639         (follow-redisplay): Merge code from follow-downward and
2640         follow-calculate-first-window-start.
2642 2008-12-30  Juanma Barranquero  <lekktu@gmail.com>
2644         * proced.el (proced-tree-flag): Fix typo in docstring.
2646 2008-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2648         * proced.el (proced-temp-alist): Rename from variable
2649         proced-children-alist.
2650         (proced-process-tree, proced-toggle-tree): Fix docstring.
2651         (proced-tree): Fix docstring.  Simplify.  Use proced-temp-alist.
2652         (proced-temp-internal): Use proced-temp-alist.
2654 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
2656         * subr.el (mkdir): New defalias.
2658 2008-12-29  Juri Linkov  <juri@jurta.org>
2660         * proced.el (proced-mode-map): Bind " " to next-line instead of the
2661         command `proced-next-line' removed on 2008-09-06.
2663 2008-12-28  Juri Linkov  <juri@jurta.org>
2665         * misearch.el (multi-isearch-next-buffer-function): Doc fix.
2666         (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
2668         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
2669         Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
2670         (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
2671         is bound set it to `reftex-isearch-switch-to-next-file'.  Otherwise,
2672         set 4 obsolete variables for backward-compatibility with Emacs 22.
2674 2008-12-28  Juri Linkov  <juri@jurta.org>
2676         * misc.el (butterfly): Doc fix.  Add `animate-string' and `browse-url'.
2678 2008-12-28  Raffael Mancini  <raffael.mancini@hcl-club.lu>  (tiny change)
2680         * misc.el (butterfly): New command.
2682 2008-12-28  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2684         * proced.el (proced-grammar-alist): Allow predicate nil.
2685         New attribute tree.
2686         (proced-format-alist): Use attribute tree.
2687         (proced-tree-flag, proced-tree-indent): New variables.
2688         (proced-children-alist): Rename from proced-process-tree.
2689         PPID must refer to a process in process-alist.
2690         Ignore PPIDs that equal PID (Bug#1718).
2691         Children alist inherits sorting order from process-alist.
2692         (proced-process-tree): New variable.  New function.
2693         (proced-process-tree-internal, proced-toggle-tree)
2694         (proced-tree, proced-tree-insert, proced-format-tree): New functions.
2695         (proced-mark-process-alist): Add docstring.
2696         (proced-filter-parents): PPID must refer to a process in
2697         process-alist.  Ignore PPIDs that equal PID (Bug#1718).
2698         (proced-sort): Throw error if attribute is not sortable.
2699         (proced-sort-interactive): Restrict completion to sortable attributes.
2700         (proced-format): Include tree in standard attributes if
2701         proced-tree-flag is non-nil.  Make header clickable only if
2702         corresponding predicate is non-nil.
2703         (proced-update): Use proced-tree.
2705 2008-12-28  Chong Yidong  <cyd@stupidchicken.com>
2707         * diff.el (diff): Doc fix.
2709         * emacs-lisp/rx.el (rx): Doc fix.
2711         * files.el (move-file-to-trash): Bind backup-directory-alist to nil
2712         before uniquifying backup trash file name.
2714 2008-12-27  Andreas Schwab  <schwab@suse.de>
2716         * vc-git.el (vc-git-dir-printer): Fix filename column.
2718 2008-12-27  Nicholas Maniscalco  <nicholas@maniscalco.com>  (tiny change)
2720         * term.el (term-emulate-terminal): Decode substring just prior to
2721         inserting it, i.e. revert part of the 2008-09-24 change.  (Bug#1469)
2723 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
2725         * makefile.w32-in (MH_E_DIR): New variable.
2726         ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
2727         ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
2728         ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
2729         ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
2730         ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
2731         ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
2732         ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
2733         ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
2734         ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
2735         ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
2736         ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2738         * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
2739         ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
2740         ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
2741         ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
2742         ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
2743         ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
2744         ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
2745         ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
2746         ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
2747         ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
2748         ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2750 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
2752         * files.el (dosified-file-name): Declare.
2754 2008-12-26  Andreas Schwab  <schwab@suse.de>
2756         * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
2758         * tar-mode.el (tar-swap-data): New function.
2759         (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
2760         (tar-mode-revert): Likewise.
2761         (tar-mode): Likewise.  Don't set write-region-annotate-functions.
2762         (tar-data-swapped-p): Test buffer-swapped-with.
2763         (tar-write-region-annotate): Remove.
2764         (tar-header-block-tokenize): Add argument `coding' and use it
2765         instead of tar-file-name-coding-system.
2766         (tar-summarize-buffer): Pass tar-file-name-coding-system here.
2768 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
2770         * dos-fns.el (dosified-file-name): New function.
2772         * files.el (dir-locals-find-file): Run dir-locals-file through
2773         dosified-file-name.  Compare files case-insensitively on systems
2774         whose filesystems are case-insensitive.
2776 2008-12-25  Martin Rudalics  <rudalics@gmx.at>
2778         * help.el (help-for-help-internal): Fix entry for "l".
2780 2008-12-25  Richard M Stallman  <rms@gnu.org>
2782         * shadowfile.el (shadow-copy-file): Revert previous change.
2783         This code as it was should work properly with buffer-swapped-with.
2785 2008-12-24  Francois Fleuret  <francois.fleuret@idiap.ch>  (tiny change)
2787         * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
2789 2008-12-24  Dan Nicolaescu  <dann@ics.uci.edu>
2791         * subr.el (chmod): New defalias for set-file-modes.
2793 2008-12-23  Juri Linkov  <juri@jurta.org>
2795         * isearch.el (isearch-filter-predicate, isearch-search):
2796         Replace `isearch-filter-invisible' with `isearch-filter-visible'.
2797         (isearch-filter-visible): Rename from
2798         `isearch-filter-invisible'.  Doc fix.
2800         * dired-aux.el (dired-isearch-filenames-toggle): Use the original
2801         value from `dired-isearch-filter-predicate-orig' instead of the
2802         symbol `isearch-filter-invisible'.  Doc fix.
2803         (dired-isearch-filter-filenames): Doc fix.
2804         Replace `isearch-filter-invisible' with `isearch-filter-visible'.
2806         * info.el (Info-find-node-2): Use negative offset 2 instead of 1
2807         for Info-point-loc since it is more correct in all cases.
2808         (Info-isearch-filter): Rename from
2809         `Info-isearch-filter-predicate'.  Doc fix.
2810         (Info-mode): Replace `Info-isearch-filter-predicate' with
2811         `Info-isearch-filter'.
2813 2008-12-23  Daiki Ueno  <ueno@unixuser.org>
2815         * pgg.el: Add obsolescence info.
2817 2008-12-22  Richard M Stallman  <rms@gnu.org>
2819         * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
2821         * files.el (buffer-swapped-with): New variable.
2822         (basic-save-buffer-0): Most of basic-save-buffer moved here.
2823         (basic-save-buffer): Unswap the buffer temporarily if nec.
2825         * dired.el (dired-readin): Inhibit modification hooks.
2827 2008-12-22  Ulf Jasper  <ulf.jasper@web.de>
2829         * net/newst-backend.el (newst-backend):
2830         Remove wrong duplicate provide statement.
2832 2008-12-22  Michael Albinus  <michael.albinus@gmx.de>
2834         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
2835         end, before updating.
2836         (tramp-convert-file-attributes): Add "l" indicator to file modes.
2837         (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
2839 2008-12-21  Martin Rudalics  <rudalics@gmx.at>
2841         * window.el (set-window-text-height): Fix doc-string.
2843 2008-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2845         * minibuffer.el (completion-all-completions-with-base-size): Remove.
2846         (completion-all-completions): Don't set it.
2847         (completion-table-with-context, completion--file-name-table):
2848         Don't add base-size in last cdr.
2849         (completion-hilit-commonality): Add argument `base-size'.
2850         (display-completion-list, completion-emacs21-all-completions)
2851         (completion-emacs22-all-completions, completion-basic-all-completions):
2852         Provide it.
2853         (completion-pcm--all-completions): Don't need to remove the base-size
2854         in last-cdr any more.
2856 2008-12-20  Agustín Martín  <agustin.martin@hispalinux.es>
2858         * textmodes/ispell.el (ispell-check-minver): New function.
2859         (ispell-check-version): Rewrite spellchecker and version checking.
2860         Use (ispell-check-minver).  Handle hunspell versions.
2862 2008-12-20  Chong Yidong  <cyd@stupidchicken.com>
2864         * ido.el (ido-read-internal): Handle `confirm' and
2865         `confirm-after-completion' values for the require-match argument.
2867 2008-12-20  Jason Rumney  <jasonr@gnu.org>
2869         * international/mule.el (auto-coding-regexp-alist):
2870         Use utf-8-with-signature for files starting with UTF-8 BOM.  (Bug#269)
2872 2008-12-20  Ami Fischman  <ami@fischman.org>
2874         * bindings.el (mode-line-eol-desc): Use assoc to query
2875         mode-line-eol-desc-cache.
2877 2008-12-20  Glenn Morris  <rgm@gnu.org>
2879         * comint.el (comint-save-input-ring-index): Add missing initial value.
2881 2008-12-19  Juanma Barranquero  <lekktu@gmail.com>
2883         * proced.el (proced-grammar-alist): Doc fix.
2884         (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
2885         (proced-filter-parents, proced-sort-header, proced-update, proced-help)
2886         (proced-undo): Fix typos in docstrings.
2888 2008-12-19  Glenn Morris  <rgm@gnu.org>
2890         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2891         (authors-fixed-case): New constant.
2892         (authors-public-domain-files, authors-ignored-files):
2893         (authors-valid-file-names, authors-renamed-files-alist): Update lists.
2894         (authors-renamed-files-regexps): Add some new entries.
2895         (authors-canonical-file-name): Don't complain about ignored files.
2896         (authors-canonical-author-name): Doc fix.  Respect authors-fixed-case.
2897         (authors): Ensure error buffer is writable.
2899 2008-12-18  Agustín Martín  <agustin.martin@hispalinux.es>
2901         (ispell-really-hunspell): New variable to signal hunspell.
2902         (ispell-check-version):
2903         Check if hunspell and set ispell-really-hunspell if needed.
2904         (ispell-send-string, ispell-start-process, flyspell-large-region):
2905         Pass right options for hunspell if needed.
2907 2008-12-18  Kenichi Handa  <handa@m17n.org>
2909         * international/fontset.el (script-representative-chars)
2910         (setup-default-fontset): Add more scripts.
2912         * international/characters.el: Add more scripts.
2914 2008-12-19  Juri Linkov  <juri@jurta.org>
2916         * info.el (Info-isearch-search): Implement lax version of
2917         incremental word search in Info.
2918         (Info-isearch-start): Set Info-isearch-initial-node to the
2919         current node when search is nonincremental to not stop at the
2920         initial node in this case.
2921         (Info-mode-map): Unbind "\M-s" from `Info-search'.
2923 2008-12-18  Juanma Barranquero  <lekktu@gmail.com>
2925         * textmodes/rst.el (rst-promote-region): Reflow docstring.
2926         (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
2927         (rst-repeat-last-character): Fix typos in docstrings.
2928         (rst-mode, rst-backward-section): Doc fixes.
2930 2008-12-18  Ulf Jasper  <ulf.jasper@web.de>
2932         * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
2933         (newsticker-treeview-quit): Call `newsticker-treeview-save'.
2934         (newsticker--treeview-load): Check whether groups file exists.
2936         * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
2937         (newsticker-dir): Use `locate-user-emacs-file'.
2939 2008-12-18  Martin Rudalics  <rudalics@gmx.at>
2941         * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
2942         end-of-visual-line to CUA's recognized commands.  (Bug#1549)
2944 2008-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
2946         * newcomment.el (comment-style): Default to `indent'.  (Bug#1153)
2948         * startup.el (command-line): Do not mention the server name in
2949         case the user has not mentioned it, print a more explicit message.
2951         * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
2952         Change all callers.
2954 2008-12-18  Sam Steingold  <sds@gnu.org>
2956         * vc-dir.el (vc-at-event): Handle (tool-bar) events.  Fix bug#1585.
2958 2008-12-18  Juri Linkov  <juri@jurta.org>
2960         * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
2961         `isearch-edit-string-set-word'.
2962         (isearch-edit-string-set-word): Remove.
2963         (isearch-occur): Imitate the C function `wordify' by replacing
2964         non-word character with the \\W+ regexp.
2965         (isearch-search-fun): Add `isearch-nonincremental' to the
2966         condition of using a non-lax version of `word-search-forward'.
2968 2008-12-17  Daiki Ueno  <ueno@unixuser.org>
2970         * epa-file.el (epa-file-insert-file-contents):
2971         Set buffer-file-name before decrypting a file.
2973 2008-12-16  Juanma Barranquero  <lekktu@gmail.com>
2975         * server.el (server-start): If unable to start the server,
2976         display a warning instead of raising an error.
2978         * startup.el (server-process): Add defvar.
2979         (command-line): If the daemon is unable to start the server,
2980         display a message and exit Emacs.
2982 2008-12-15  Sam Steingold  <sds@gnu.org>
2984         * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
2985         mostly for CLISP modules, but could also be useful elsewhere.
2987 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
2989         * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
2990         * icomplete.el (icomplete-prospects-height):
2991         * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
2993 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
2995         * international/mule.el (find-auto-coding): Fix typo in docstring.
2997         * international/mule-cmds.el (select-safe-coding-system):
2998         * mail/rmail.el (rmail-require-mime-maybe):
2999         Fix arguments of `display-warning'.
3001         * simple.el (bad-package-check): Fix arguments of `display-warning',
3002         using the package name as TYPE.  Use `string-match-p'.
3004 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3006         * proced.el (proced-sort-interactive, proced-sort-pcpu)
3007         (proced-sort-pmem, proced-sort-start, proced-sort-time)
3008         (proced-sort-user, proced-sort-header): Prefix arg determines
3009         sorting order.  Suggested by Dan Nicolaescu.
3010         (proced-revert): Doc fix.
3012 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3014         * proced.el (proced-grammar-alist): Allow refiner elements that
3015         are cons pairs (function . help-echo) or nil.
3016         (proced-refine): Use them.
3017         (proced-format-alist): Allow alternatives.
3018         (proced-descend): New variable.
3019         (proced-sort): New arg descend.
3020         (proced-sort-interactive): Repeated calls toggle sort order.
3021         (proced-format): Accomodate changes of proced-format-alist.
3022         Undefined attributes are displayed as "?".
3023         (proced-process-attributes): New optional arg pid-list.
3024         Ignore processes with empty attribute list.
3026 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3028         * proced.el (proced-auto-update-interval): Rename from
3029         proced-timer-interval.
3030         (proced-auto-update-flag): Rename from proced-timer-flag.
3031         (proced-auto-update-timer): Rename from proced-timer.
3032         (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
3033         (proced-available): Initialize appropriately.
3035 2008-12-13  Glenn Morris  <rgm@gnu.org>
3037         * subr.el (declare-function): Doc fix.
3039         * font-core.el (font-lock-defaults): Doc fix: mention levels;
3040         refer to elisp manual.
3042 2008-12-12  Martin Rudalics  <rudalics@gmx.at>
3044         * window.el (fit-window-to-buffer): Return non-nil when height
3045         was orderly adjusted, nil otherwise.
3047 2008-12-12  Juanma Barranquero  <lekktu@gmail.com>
3048             Stefan Monnier  <monnier@iro.umontreal.ca>
3050         * server.el (server-sentinel): Uncomment code to delete connection file.
3051         (server-start): Save the connection file in the server property list.
3052         Delete it only when we are reasonably convinced that it is not owned by
3053         a running server.
3054         (server-force-delete): New command to force-delete the connection file,
3055         and stop the server if it is running.
3056         (server-running-p): Return t also for local TCP servers when we find a
3057         process with a matching PID, and :other for undecided cases.
3059 2008-12-11  Martin Rudalics  <rudalics@gmx.at>
3061         * window.el (fit-window-to-buffer): Use with-selected-window and
3062         condition-case.  Do not delete more windows than necessary in
3063         the shrinking (delta < 0) case.  Do not raise an error when the
3064         containing frame is too small to show all of buffer.  (Bug#1488)
3066         * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
3067         min-height arg 1 to make sure that small buffers are shown.
3069 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
3071         * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
3072         (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
3073         (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
3074         (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
3075         (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
3076         (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
3077         (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
3078         (ruby-backward-sexp, ruby-add-log-current-method)
3079         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
3080         (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
3081         (ruby-deep-indent-paren): Doc fix.
3082         (ruby-insert-encoding-magic-comment): Remove * from docstring.
3083         (ruby-here-doc-find-end): Reflow docstring.
3085 2008-12-11  Stephen Berman  <Stephen.Berman@rub.de>
3087         * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
3088         dired-shrink-to-fit is non-nil.  (Bug#1488)
3090 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
3092         * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
3093         decoding of long locale info is now done in `w32-get-locale-info'.
3095 2008-12-11  Chong Yidong  <cyd@stupidchicken.com>
3097         * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
3099 2008-12-10  Chong Yidong  <cyd@stupidchicken.com>
3101         * Makefile.in (ELCFILES): Add ruby-mode.elc.
3103         * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
3104         terminal variable assignment.
3106 2008-12-10  Yukihiro Matsumoto  <matz@ruby-lang.org>
3107             Nobuyoshi Nakada  <nobu@ruby-lang.org>
3109         * progmodes/ruby-mode.el: New file.
3111 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
3113         * net/tramp.el (top): Don't fail if there is no current message.
3114         [Ulrich Mueller sent a patch, which I saw too late.]  (Bug#1514)
3116 2008-12-10  Kenichi Handa  <handa@m17n.org>
3118         * international/fontset.el (setup-default-fontset): Add an entry
3119         for characters in the Unicode SIP area.
3121 2008-12-10  Glenn Morris  <rgm@gnu.org>
3123         * vc-mcvs.el: Move to obsolete/, with warning comment.
3124         * Makefile.in (ELCFILES): Update.
3126 2008-12-10  Daiki Ueno  <ueno@unixuser.org>
3128         * epa-hook.el (epa-file-find-file-hook): Don't mark the current
3129         buffer unmodified.  (Bug#1509)
3130         * epa-file.el (epa-file-insert-file-contents): Set buffer's
3131         modification time if visiting a file and the content is
3132         successfully decrypted.
3134 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
3136         * files.el (save-some-buffers): At each map-y-or-n-p iteration,
3137         check whether the buffer is still alive.
3139 2008-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3141         * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
3143 2008-12-09  Glenn Morris  <rgm@gnu.org>
3145         * Makefile.in (ELCFILES): Update.
3147 2008-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3149         * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
3150         Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
3152 2008-12-06  Chong Yidong  <cyd@stupidchicken.com>
3154         * term/xterm.el (terminal-init-xterm): Discard pending input
3155         before reading a reply to the terminal attributes query.
3157 2008-12-05  Andreas Schwab  <schwab@suse.de>
3159         * dired.el (dired-font-lock-keywords): Fix last change.
3161 2008-12-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3163         * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
3164         into (defcustom ... "..." :type ... :group...).
3166 2008-12-05  Juanma Barranquero  <lekktu@gmail.com>
3168         * international/mule-diag.el (mule-diag): Display the window
3169         system version in a less laconic way.
3171 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
3173         * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
3174         if the sorting functions are not loaded.  (Bug#1432)
3176 2008-12-04  Sam Steingold  <sds@gnu.org>
3178         * progmodes/compile.el (compilation-read-command): Extract from
3179         compile.
3180         (compile): Use it.
3181         (recompile): Accept an optional argument to enable editing the
3182         command line.
3184 2008-12-04  Michael Albinus  <michael.albinus@gmx.de>
3186         * net/tramp.el (top): Write a message, when loading Tramp.
3188         * net/tramp-cache.el (tramp-dump-connection-properties):
3189         Polish the check, whether to dump the data.
3191 2008-12-04  Lute Kamstra  <lute@gnu.org>
3193         * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
3194         check if the file "CVS/Entries" exists.
3196 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
3198         * international/mule-diag.el (list-character-sets): Doc fix.
3199         (list-character-sets-2): Fix info in header.  Simplify.
3200         (print-coding-system): Simplify.
3201         (list-input-methods-1): Simplify.
3202         (mule-diag): Display current font/fontset for all window systems,
3203         not just X.  Simplify.
3205 2008-12-04  Glenn Morris  <rgm@gnu.org>
3207         * vc-cvs.el (vc-cvs-register-switches): Doc fix.  Add t as option.
3208         (vc-cvs-register): Doc fix.
3209         * vc-mcvs.el (vc-mcvs-register-switches): Doc fix.  Add t as option.
3210         (vc-mcvs-register): Doc fix.
3211         * vc-rcs.el (vc-rcs-register-switches): Doc fix.  Add t as option.
3212         (vc-rcs-register): Doc fix.
3213         * vc-sccs.el (vc-sccs-register-switches): Doc fix.  Add t as option.
3214         (vc-sccs-register): Doc fix.
3215         * vc-svn.el (vc-svn-register-switches): Doc fix.  Add t as option.
3216         (vc-svn-register): Doc fix.
3218         * files.el (toggle-read-only): Doc fix.
3220 2008-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3222         * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
3223         be used in compact layout and vice-versa.
3225 2008-12-03  Juanma Barranquero  <lekktu@gmail.com>
3227         * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
3228         like most list-* commands.
3230         * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
3231         They already exist in descr-text.el as `describe-char-unicodedata-file'
3232         and `describe-char-unicode-data'.
3233         (print-list): Simplify.
3234         (read-charset): Reflow docstring.
3235         (list-coding-systems): Doc fix.
3237 2008-12-03  Glenn Morris  <rgm@gnu.org>
3239         * vc.el (vc-diff-switches): Doc fix.
3240         * vc-bzr.el (vc-bzr-diff-switches): Doc fix.  Add t as option.
3241         (vc-bzr-log-switches): Doc fix.
3242         * vc-cvs.el (vc-cvs-diff-switches): Doc fix.  Add t as option.
3243         * vc-git.el (vc-git-diff-switches): Doc fix.
3244         * vc-hg.el (vc-hg-diff-switches): Doc fix.
3245         * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
3246         * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
3247         * vc-rcs.el (vc-rcs-diff-switches): Doc fix.  Add t as option.
3248         * vc-sccs.el (vc-sccs-diff-switches): Doc fix.  Add t as option.
3250         * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
3251         other backends.
3252         (vc-arch-diff): Apply switches.
3254         * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
3255         than appending.
3257         * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
3259 2008-12-03  Daiki Ueno  <ueno@unixuser.org>
3261         * epa.el (epa--show-key): Use past tense of "expire" if the key
3262         has already been expired.  Thanks to Peter BARABAS.
3264 2008-12-03  Lute Kamstra  <lute@gnu.org>
3266         * align.el:
3267         * allout.el:
3268         * apropos.el:
3269         * arc-mode.el:
3270         * autoinsert.el:
3271         * avoid.el:
3272         * battery.el:
3273         * bookmark.el:
3274         * buff-menu.el:
3275         * calculator.el:
3276         * chistory.el:
3277         * cmuscheme.el:
3278         * comint.el:
3279         * compare-w.el:
3280         * dabbrev.el:
3281         * delim-col.el:
3282         * desktop.el:
3283         * diff-mode.el:
3284         * diff.el:
3285         * dired-aux.el:
3286         * dired-x.el:
3287         * dired.el:
3288         * dos-vars.el:
3289         * ediff-diff.el:
3290         * ediff-help.el:
3291         * ediff-init.el:
3292         * ediff-merg.el:
3293         * ediff-mult.el:
3294         * ediff-ptch.el:
3295         * ediff-vers.el:
3296         * ediff-wind.el:
3297         * ediff.el:
3298         * emerge.el:
3299         * facemenu.el:
3300         * faces.el:
3301         * ffap.el:
3302         * filecache.el:
3303         * find-dired.el:
3304         * font-core.el:
3305         * font-lock.el:
3306         * forms.el:
3307         * fringe.el:
3308         * help-at-pt.el:
3309         * hippie-exp.el:
3310         * ido.el:
3311         * image-file.el:
3312         * imenu.el:
3313         * indent.el:
3314         * info.el:
3315         * isearchb.el:
3316         * iswitchb.el:
3317         * jit-lock.el:
3318         * jka-compr.el:
3319         * log-edit.el:
3320         * lpr.el:
3321         * ls-lisp.el:
3322         * man.el:
3323         * menu-bar.el:
3324         * midnight.el:
3325         * mouse-sel.el:
3326         * mouse.el:
3327         * msb.el:
3328         * outline.el:
3329         * paren.el:
3330         * pcmpl-cvs.el:
3331         * pcmpl-gnu.el:
3332         * pcomplete.el:
3333         * pcvs-info.el:
3334         * pcvs-parse.el:
3335         * printing.el:
3336         * ps-mule.el:
3337         * ps-print.el:
3338         * replace.el:
3339         * ruler-mode.el:
3340         * saveplace.el:
3341         * sb-image.el:
3342         * scroll-bar.el:
3343         * sha1.el:
3344         * shadowfile.el:
3345         * shell.el:
3346         * sort.el:
3347         * speedbar.el:
3348         * strokes.el:
3349         * tempo.el:
3350         * term.el:
3351         * terminal.el:
3352         * time-stamp.el:
3353         * time.el:
3354         * tree-widget.el:
3355         * type-break.el:
3356         * vc-cvs.el:
3357         * vc-hg.el:
3358         * vc-mcvs.el:
3359         * vc-rcs.el:
3360         * vc-sccs.el:
3361         * vc.el:
3362         * view.el:
3363         * w32-vars.el:
3364         * whitespace.el:
3365         * wid-edit.el: Remove leading * from docstrings of defcustoms,
3366         deffaces, defconsts and defuns.
3368 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3370         * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
3371         the prompt was added to the minibuffer.
3373 2008-12-02  Glenn Morris  <rgm@gnu.org>
3375         * format.el (format-write-file): Rewrite doc yet again.
3377         * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
3378         Doc fix.  (Bug#1368)
3380         * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
3382 2008-12-02  Aaron S. Hawley  <aaronh@garden.org>
3384         * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
3385         case where point is at the beginning of the buffer.  (Bug#1239)
3387 2008-12-02  Lennart Borgman  <lennart.borgman@gmail.com>
3389         * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
3390         already have the correct indentation.  (Bug#859)
3392 2008-12-02  Kenichi Handa  <handa@m17n.org>
3394         * international/uni-decomposition.el: Re-generated.
3396 2008-12-01  Andreas Schwab  <schwab@suse.de>
3398         * dired.el (dired-font-lock-keywords): Avoid fontifying file names
3399         ending in a colon as directory header.
3401 2008-12-01  Kenichi Handa  <handa@m17n.org>
3403         * international/uni-numeric.el: Re-generated.
3405         * international/charprop.el: Re-generated.
3407 2008-12-01  Juanma Barranquero  <lekktu@gmail.com>
3409         * international/mule-cmds.el (locale-preferred-coding-systems):
3410         Fix alist item.
3412 2008-12-01  Michael Albinus  <michael.albinus@gmx.de>
3414         * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
3415         (tramp-set-connection-property, tramp-flush-connection-property)
3416         (tramp-dump-connection-properties): Use it.
3418 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
3420         * wdired.el (wdired-finish-edit): If displaying a single file,
3421         change dired-directory if that file was renamed.
3423         * emacs-lisp/byte-run.el (macro-declaration-function):
3424         Disallow declare specs with lengths of 3 or more.
3426         * dirtrack.el (dirtrack): Fix error message.
3428 2008-11-30  Glenn Morris  <rgm@gnu.org>
3430         * vc-svn.el (vc-svn-diff-switches): Doc fix.
3431         (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
3433         * vc-git.el (vc-git-diff):
3434         * vc-hg.el (vc-hg-diff):
3435         * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
3437         * eshell/esh-proc.el (eshell-needs-pipe): New variable.
3438         (eshell-needs-pipe-p): New function.
3439         (eshell-gather-process-output): Set process-connection-type according to
3440         eshell-needs-pipe-p.  (Bug#1388)
3442 2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
3444         * calendar/diary-lib.el (diary-cyclic): Doc fix.
3445         (diary-remind-message, diary-number-of-entries)
3446         (diary-include-other-diary-files, diary-mark-included-diary-files)
3447         (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
3448         (diary-font-lock-keywords-1): Reflow docstrings.
3449         (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
3450         (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
3452         * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
3453         (timer-duration): Use `string-match-p'.
3455 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
3457         * complete.el (PC-do-complete-and-exit):
3458         Use minibuffer-confirm-exit-commands.
3460         * minibuffer.el (minibuffer-confirm-exit-commands):
3461         Add PC-complete and PC-complete-word to the list.
3463 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
3465         * files.el (break-hardlink-on-save): Fix typo in docstring.
3466         Add :version tag.
3468         * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
3469         (reb-mode): Define with `define-derived-mode'.
3471 2008-11-29  Karl Fogel  <kfogel@red-bean.com>
3473         * files.el (break-hardlink-on-save): New variable.
3474         (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
3475         (file-precious-flag): Mention it in doc string.
3477 2008-11-29  Miles Bader  <miles@gnu.org>
3479         * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
3480         (minibuffer-complete-and-exit): Use it.
3482 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
3484         * term/x-win.el (x-gtk-stock-cache): New hash table.
3485         (x-gtk-map-stock): Perform caching to prevent excess consing
3486         during redisplay.
3488 2008-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3490         * minibuffer.el (completion--try-word-completion): Don't ignore
3491         partial-completion if it's the only style.
3493 2008-11-28  Juanma Barranquero  <lekktu@gmail.com>
3495         * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
3496         (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
3497         (reb-initialize-buffer): Update matches, in case we're reentering
3498         RE Builder mode.
3500 2008-11-28  Chong Yidong  <cyd@stupidchicken.com>
3502         * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
3503         to minibuffer.el; recognize `confirm' and `confirm-after-completion'
3504         values for minibuffer-completion-confirm.
3506 2008-11-28  Martin Rudalics  <rudalics@gmx.at>
3508         * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
3509         any but the first "*" in a doc-string.
3511 2008-11-28  Glenn Morris  <rgm@gnu.org>
3513         * format.el (format-write-file): Improve previous doc fix.
3515 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
3517         * simple.el (use-empty-active-region, use-region-p)
3518         (region-active-p): Doc fix.
3520 2008-11-27  Martin Rudalics  <rudalics@gmx.at>
3522         * window.el (display-buffer): Fix handling of not-this-window
3523         argument.  (Bug#1415)
3525 2008-11-27  Kenichi Handa  <handa@m17n.org>
3527         * international/characters.el: Set category 'C' to characters
3528         #x20000..#x2AFFF, #x2F800..#x2FFFF.
3530         * loadup.el: Set inhibit-load-charset-map to t while preloading files.
3532 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
3534         * tool-bar.el (tool-bar-find-image-cache): Var deleted.
3535         (tool-bar-find-image): Function deleted.
3536         (tool-bar-local-item, tool-bar-local-item-from-menu):
3537         Use find-image instead of tool-bar-find-image.
3538         (tool-bar-keymap-cache): New hash table.
3539         (tool-bar-make-keymap): Use it.
3540         (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
3542 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
3544         * net/dbus.el (dbus-handle-event): The result of a message call
3545         handler can also be an object, which is not a consp.
3547 2008-11-25  Alan Mackenzie  <acm@muc.de>
3549         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
3550         (forward-list, backward-list, down-list, backward-up-list)
3551         (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
3552         (insert-pair, insert-parentheses): State that the command assumes
3553         that point is not in a string or comment.
3555 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
3557         * net/dbus.el (dbus-string-to-byte-array)
3558         (dbus-byte-array-to-string, dbus-escape-as-identifier)
3559         (dbus-unescape-from-identifier): New defuns.
3560         (dbus-handle-event): The result of a message call is a list of
3561         arguments, which must be expanded when passing to
3562         `dbus-method-return-internal'.
3564         * net/tramp.el (tramp-handle-write-region): Improve the check for
3565         calling direct copy.
3566         (tramp-find-inline-encoding): Don't raise an error but a warning,
3567         when no inline encoding is found.
3568         (tramp-get-remote-coding): Check for a symbol.  The negative check
3569         for a string fails, when there is an empty string.
3571 2008-11-26  Glenn Morris  <rgm@gnu.org>
3573         * vc-git.el (vc-git-diff-switches): New option.
3574         (vc-git-diff): Apply diff switches.  (Bug#1386)
3575         Give it a basic doc string.
3577         * term/pc-win.el (x-font-family-list): Replace redefinition with
3578         ifdef in src/xfaces.c, since it confuses make-docfile.  (Bug#1383)
3580 2008-11-26  Vincent Belaïche  <vincent.b.1@hotmail.fr>
3582         * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
3583         of the polynomial rather than the whole polynomial.
3585 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
3587         * mail/mailabbrev.el (define-mail-abbrev): When reading from
3588         mailrc, recognize string quoting.  When reading from Lisp, accept
3589         rfc822-like addresses.
3591         * mail/mailalias.el (define-mail-alias): Sync code with
3592         define-mail-abbrev.
3594 2008-11-25  Glenn Morris  <rgm@gnu.org>
3596         * eshell/esh-proc.el (eshell-gather-process-output):
3597         Revert previous change.  (re-opens Bug#1388)
3599         * select.el (x-set-cut-buffer): Fix signal arguments.
3601         * speedbar.el (speedbar-restricted-move): Fix signal arguments.
3603 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
3605         * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
3606         (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
3607         (bubbles--empty-char): Use "\s".
3609 2008-11-25  Jay Belanger  <jay.p.belanger@gmail.com>
3611         * calc/calc.el (calc-settings-file, calc-language-alist)
3612         (calc-embedded-announce-formula)
3613         (calc-embedded-announce-formula-alist)
3614         (calc-embedded-open-formula, calc-embedded-close-formula)
3615         (calc-embedded-open-close-formula-alist)
3616         (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
3617         (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
3618         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
3619         (calc-embedded-open-close-new-formula-alist)
3620         (calc-embedded-open-mode, calc-embedded-close-mode)
3621         (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
3622         (calc-gnuplot-plot-command, calc-gnuplot-print-command)
3623         (calc-multiplication-has-precedence): Remove unnecessary asterisks
3624         from docstrings.
3626 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
3628         * calculator.el (calculator-op-or-exp): Reflow docstring.
3629         (calculator-remove-zeros, calculator-repR, calculator-repL):
3630         Fix typos in docstrings.
3632 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
3634         * log-view.el (log-view-annotate-version): Let vc-annotate manage
3635         windows instead of calling switch-to-buffer.
3637         * diff.el (diff-sentinel): Take note of diff error return value.
3639 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
3641         * calendar/appt.el (appt-disp-window): Do a set-buffer when the
3642         frame can't be split.
3644 2008-11-24  Ulf Jasper  <ulf.jasper@web.de>
3646         * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
3647         (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
3648         (newsticker--treeview-tree-update-tag): Remove dead code.
3649         (newsticker-treeview-update): Don't update cache.
3650         (newsticker-treeview-quit): Don't save cache.
3651         (newsticker-treeview-save): Don't save cache.  Use `newsticker-dir'.
3652         (newsticker-treeview-save): Use `newsticker-dir'.
3653         (newsticker--treeview-load): Use `newsticker-dir'.
3654         (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
3655         Update tags.
3656         (newsticker-treeview-tree-do-click): Slightly simplified.
3658         * net/newst-backend.el (newsticker-dir): New.
3659         (newsticker-start): Use `newsticker--cache-read'.
3660         (newsticker-stop): Use `newsticker--cache-save'.
3661         (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
3662         (newsticker--images-dir): New.
3663         (newsticker--image-get, newsticker--image-sentinel):
3664         Use `newsticker--images-dir'.
3665         (newsticker--cache-save-version1): Backup version of
3666         `newsticker--cache-save'.
3667         (newsticker--cache-update): Create newsticker-dir if necessary.
3668         (newsticker--cache-dir): New.
3669         (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
3670         (newsticker--cache-save-feed): New.
3671         (newsticker--cache-read-version1): New.  Backuped version for reading
3672         cache data..
3673         (newsticker--cache-read, newsticker--cache-do-read): New.
3675         * net/newst-reader.el (newsticker--image-read):
3676         Use `newsticker--images-dir'.
3678 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
3680         * files.el (confirm-nonexistent-file-or-buffer):
3681         Allow `after-completion' value to request confirm only after TAB.
3682         (confirm-nonexistent-file-or-buffer): New function.
3683         (read-buffer-to-switch, find-file, find-file-other-window)
3684         (find-file-other-frame, find-file-read-only)
3685         (find-file-read-only-other-window)
3686         (find-file-read-only-other-frame): Use it.
3687         (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
3688         Thanks to Alan Mackenzie for suggesting the new behavior.
3690         * minibuffer.el (minibuffer-complete-and-exit):
3691         Change `confirm-only' value of minibuffer-completion-confirm to
3692         `confirm', and handle a `confirm-after-completion' value.
3694 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
3696         * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
3698 2008-11-24  Andreas Schwab  <schwab@suse.de>
3700         * image.el (image-type-header-regexps): Recognize more xbm format
3701         variants.
3703 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
3705         * textmodes/artist.el (artist-charlist-to-string): Simplify.
3706         (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
3707         (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
3708         (artist-replace-string, artist-draw-rect, artist-draw-line)
3709         (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
3710         (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
3711         (artist-pen, artist-pen-line, artist-text-insert-common)
3712         (artist-text-overwrite, artist-spray-get-interval)
3713         (artist-spray-clear-circle, artist-erase-char)
3714         (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
3715         (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
3716         (artist-key-draw-1point, artist-key-draw-2points)
3717         (artist-mouse-draw-continously): Fix typos in docstrings.
3718         (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
3719         (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
3720         (artist-backward-char, artist-forward-char): Doc fixes.
3721         (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
3722         Reflow docstrings.
3724 2008-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3726         * international/quail.el (quail-vunion): New function.
3727         (quail-defrule-internal): Use it to prevent accumulating redundant
3728         alternatives when `append' is set.
3729         (quail-insert-decode-map): Simplify computation of the max-key-width.
3730         Compute it right for multiple-list.
3732 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
3734         * emacs-lisp/elp.el (elp-instrument-list): Check argument type
3735         explicitly.  Doc fix.
3737 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
3739         * calendar/appt.el (appt-disp-window): Move minibuffer check
3740         after binding this-window and do not set-buffer to make sure we
3741         won't deselect the minibuffer.  (Bug#1413)
3743 2008-11-24  Dan Nicolaescu  <dann@ics.uci.edu>
3745         * vc-hg.el (vc-hg-program): Remove.
3746         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
3747         Undo previous change.
3749 2008-11-23  Martin Rudalics  <rudalics@gmx.at>
3751         * info-look.el (info-lookup): When Info buffer is visible on
3752         another frame, raise that frame.
3754 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
3756         * allout.el (allout-mode): Fix typo in docstring.
3758         * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
3759         (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
3761 2008-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3763         * vc-hooks.el (vc-follow-link): Complete last change.
3765 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
3767         * textmodes/remember.el (remember-region): Doc fix.
3768         (remember-filter-functions, remember-handler-functions)
3769         (remember-save-after-remembering, remember-mailbox)
3770         (remember-default-priority, remember-data-file, remember-leader-text)
3771         (remember-diary-file): Remove * from defcustom docstrings.
3772         (remember-run-all-annotation-functions-flag)
3773         (remember-all-handler-functions): Reflow docstrings.
3774         (remember-store-in-mailbox): Fix typo in docstring.
3775         (remember-mode): Define with `define-derived-mode'.  Doc fix.
3777 2008-11-23  Glenn Morris  <rgm@gnu.org>
3779         * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
3780         (eshell-do-pipelines): Add optional argument to distinguish recursive
3781         calls.  Use to set eshell-in-pipeline-p to 'first for the first command
3782         in a pipeline.
3784         * eshell/esh-proc.el (eshell-gather-process-output):
3785         Set process-connection-type nil for all but the first element of a
3786         pipeline.  (Bug#1388)
3788 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
3790         * ediff-hook.el: Add tooltips to Emacs menus.
3792         * ediff.el: Change date of last update.
3794 2008-11-22  Juri Linkov  <juri@jurta.org>
3796         * dired-aux.el (dired-isearch-filenames): Add new context-dependent
3797         option `dwim'.  Change non-dwim option from `dired-filename' to `t'.
3798         Doc fix.
3799         (dired-isearch-filenames-setup): Run filename Isearch only when
3800         dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
3801         and the text property `dired-filename' at point is non-nil.
3802         In this case also set isearch-message-prefix-add to "filename ".
3803         (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
3804         (dired-isearch-filenames, dired-isearch-filenames-regexp):
3805         Don't let-bind isearch-message-prefix-add since this is done now
3806         in dired-isearch-filenames-setup.
3808         * isearch.el (isearch-mode): Change the order of calling
3809         `isearch-update' and running the `isearch-mode-hook' to call
3810         `isearch-update' with Isearch parameters set in this hook.
3812         * progmodes/compile.el (compilation-auto-jump-to-first-error):
3813         Fix docstring - change "during `compile'" to "during compilation".
3815         * descr-text.el (describe-char-unidata-list): Move `old-name' to
3816         be immediately after `name'.
3818         * startup.el (initial-buffer-choice): Change an abstract file name
3819         "file.txt" to more reasonable default file name value "~/.emacs".
3821 2008-11-22  Juri Linkov  <juri@jurta.org>
3823         * files.el (hack-local-variables-confirm): Rename arg `project' to
3824         `dir-name'.  Move `(or dir-name name)' to let-binding of `name'.
3825         (hack-local-variables-filter): Rename arg `project' to `dir-name'.
3826         (hack-local-variables): Rename call of `hack-project-variables' to
3827         `hack-dir-local-variables'.  Change error text to "Directory-local
3828         variables error".
3829         (dir-locals-class-alist): Rename from `project-class-alist'.
3830         (dir-locals-directory-alist): Rename from `project-directory-alist'.
3831         (dir-locals-get-class-variables): Rename from `project-get-alist'.
3832         (dir-locals-collect-mode-variables): Rename from
3833         `project-collect-bindings-from-alist'.  Rename arg `mode-alist' to
3834         `mode-variables', and arg `settings' to `variables'.
3835         (dir-locals-collect-variables): Rename from
3836         `project-collect-binding-list'.  Rename arg `binding-list' to
3837         `class-variables', and arg `settings' to `variables'.
3838         (dir-locals-set-directory-class): Rename from `set-directory-project'.
3839         (dir-locals-set-class-variables): Rename from `define-project-bindings'.
3840         Rename arg `settings' to `variables'.
3841         (dir-locals-file): New defconst.
3842         (dir-locals-find-file): Rename from `project-find-settings-file'.
3843         Use `dir-locals-file'.  Rename let-bound `settings' to `locals-file',
3844         and `pda' to `dir-elt'.
3845         (dir-locals-read-from-file): Rename from
3846         `project-define-from-project-file'.  Rename arg `settings-file'
3847         to `file'.  Rename let-bound `list' to `variables'.
3848         (hack-dir-local-variables): Rename from `hack-project-variables'.
3849         Rename let-bound `settings' to `variables-file', `root-dir'
3850         to `dir-name', and `bindings' to `variables'.
3852 2008-11-22  Lute Kamstra  <lute@gnu.org>
3854         * simple.el (goto-line): Rename argument.
3856 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
3858         * makefile.w32-in (compile-first): New target.
3859         (recompile): Depend on compile-first.
3861         * Makefile.in (recompile): Depend on compile-first.
3863 2008-11-22  Martin Rudalics  <rudalics@gmx.at>
3865         * files.el (switch-to-buffer-other-window)
3866         (switch-to-buffer-other-frame): Rename buffer argument to
3867         buffer-or-name.  Reword and mention new option
3868         confirm-nonexistent-file-or-buffer in doc-string.
3870 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
3872         * emulation/viper.el: Date change.
3874         * emulation/viper-cmd.el (viper-envelop-ESC-key):
3875         viper-translate-all-ESC-keysequences is now a function.
3877         * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
3878         Make this variable.
3880 2008-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3882         * vc-hooks.el (vc-follow-link, vc-find-file-hook):
3883         Use buffer-file-truename to handle symlinks in any part of the filename.
3885 2008-11-22  Glenn Morris  <rgm@gnu.org>
3887         * vc-mtn.el (vc-mtn-diff-switches): New option.
3888         (vc-mtn-program): Rename from vc-mtn-command, for
3889         consistency with other backends.  Keep old name as alias.
3890         Update callers.  Make it a defcustom.
3891         (vc-mtn-diff): Give it a doc string.  Apply diff switches.
3893         * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
3894         consistency with other backends.  Keep old name as alias.
3895         Make it a defcustom.
3896         (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
3898         * vc-hg.el (vc-hg-program): New option.
3899         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
3900         Use vc-hg-program rather than hard-coded "hg".
3902         * vc-svn.el: Remove leading `*' from defcustom doc-strings.
3903         (vc-svn-program): Move defcustom to start.
3904         (vc-svn-create-repo, vc-svn-modify-change-comment):
3905         Use vc-svn-program rather than hard-coded "svn".
3907         * menu-bar.el: Stylistic consistency fixes for various menu and
3908         help texts.
3910         * kmacro.el (kmacro-insert-counter): Doc fix.
3912 2008-11-21  Ivan Shmakov  <oneingray@gmail.com>  (tiny change)
3914         * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
3916 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3918         * international/quail.el (quail-indent-to): New function.
3919         (quail-completion-1, quail-completion-list-translations)
3920         (quail-insert-decode-map): Use it to improve alignment.
3921         (quail-build-decode-map): Don't ignore latin-1 chars.
3922         (quail-help): Increase the max decode-map size so that even the TeX map
3923         gets printed.
3925         * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
3926         Signal error for invalid bookmark.
3927         (bookmark-get-bookmark-record): Undo last change.
3928         (bookmark-store, bookmark-delete): Use new arg `noerror'.
3930         * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
3931         Suggested by Toru TSUNEYOSHI.
3933 2008-11-21  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
3935         * byte-opt.el (byte-compile-butlast): Move up in file.
3936         (byte-optimize-plus): Don't call
3937         byte-optimize-delay-constants-math (bug#1334).
3938         Use byte-optimize-predicate to optimize constants.
3939         (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
3940         Remove zero arguments first
3941         if possible.  Call byte-optimize-predicate to optimize constants.
3942         (byte-optimize-multiply): Remove optimizations for arguments of 0
3943         and 2, which may be inaccurate.  Optimize (* x -1) to (- x).
3944         Call byte-optimize-predicate.
3945         (byte-optimize-divide): Leave runtime errors unchanged.
3946         Optimize (/ x 1) to (+ x 0).  Remove optimizations for arguments of
3947         0 and 2.0, which may be inaccurate.  Call byte-optimize-predicate.
3949 2008-11-21  Juanma Barranquero  <lekktu@gmail.com>
3951         * bookmark.el (bookmark-jump-noselect): Add obsolescence
3952         declaration and remove redundant info from docstring.
3954         * isearch.el (isearch-search-string): Doc fix.
3955         (search-exit-option, search-slow-window-lines, search-slow-speed)
3956         (search-upper-case, search-nonincremental-instead)
3957         (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
3958         (search-ring-update, search-highlight, isearch-lazy-highlight)
3959         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
3960         (lazy-highlight-interval): Remove * from defcustom docstrings.
3961         (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
3962         Remove * from defcustom docstrings; fix typos.
3963         (isearch-push-state-function, isearch-help-for-help-internal)
3964         (isearch-help-for-help, isearch-describe-bindings)
3965         (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
3966         (isearch-pop-fun-state, isearch-search-fun-function)
3967         (isearch-lazy-highlight-search): Fix typos in docstrings.
3968         (isearch-yank-internal, isearch-fallback): Reflow docstrings.
3969         (isearch-forward): Fix typo and reflow docstring.
3970         (isearch-help-map): Remove unused `i' binding.  Fix typos in docstring.
3971         (isearch-mode-map): Don't use `let*'.
3973 2008-11-21  Chong Yidong  <cyd@stupidchicken.com>
3975         * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
3977 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3979         * isearch.el (isearch-search-string): Simplify and convert docstring.
3981         * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
3983 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
3985         * international/mule-util.el (set-nested-alist): Doc fix.  Use `when'.
3986         (lookup-nested-alist): Doc fix.
3987         (with-coding-priority): Reflow docstring.
3988         (detect-coding-with-priority): Fix typos in obsolescence declaration.
3989         (char-displayable-p): Reflow docstring.  Use `when'.
3991 2008-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
3993         * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
3994         week forward/backward.
3996 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
3998         * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
3999         (with-electric-help): Fix typo and reflow docstring.
4001 2008-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4003         * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
4004         (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
4005         (list-buffers-noselect): Don't need to pad.
4007 2008-11-20  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4009         * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
4010         Pay attention to char widths when computing string sizes.
4012 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
4014         * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
4015         (byte-compile-output-docform): Reflow docstrings.
4016         (no-byte-compile): Fix typo in docstring.
4017         (byte-recompile-directory, compile-defun): Doc fixes.
4018         (emacs-lisp-file-regexp, byte-compile-verbose)
4019         (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
4020         (byte-compile-dynamic-docstrings, byte-optimize-log)
4021         (byte-compile-error-on-warn, byte-compile-warnings)
4022         (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
4023         Remove * from defcustom docstrings.
4025 2008-11-20  Glenn Morris  <rgm@gnu.org>
4027         * format.el (format-alist, format-write-file): Doc fix.
4029         * proced.el (proced-available): New variable.
4030         (proced-process-attributes): Move availability check from previous
4031         change from here...
4032         (proced): ... to here.
4034         * vc-hg.el (vc-hg-diff-switches): New option.
4035         (vc-hg-diff): Apply diff switches.  (Bug#1017)
4037         * calc/calc-units.el (math-additional-units): Doc fix (active voice).
4039         * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
4041 2008-11-20  Stephen Berman  <Stephen.Berman@gmx.net>
4043         * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
4045 2008-11-19  Juanma Barranquero  <lekktu@gmail.com>
4047         * calc/calc-units.el (math-units-table): Doc fix.
4048         (math-standard-units): Fix typo in constant's description.
4049         (math-additional-units): Fix typo in docstring.
4051 2008-11-19  Ulrich Mueller  <ulm@kph.uni-mainz.de>
4053         * calc/calc-units.el (math-standard-units): Add eps0,
4054         permittivity of vacuum.
4056 2008-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
4058         * files.el (project-settings-file): Remove.
4059         (project-find-settings-file): Undo previous change that added the
4060         use of project-settings-file.
4062 2008-11-19  Glenn Morris  <rgm@gnu.org>
4064         * proced.el (proced, proced-format-time): Doc fixes.
4065         (proced-process-attributes): Signal an error if unsupported.  (Bug#1314)
4067 2008-11-19  Karl Fogel  <kfogel@red-bean.com>
4069         * bookmark.el (bookmark-jump-noselect): Move the deprecation
4070         notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
4072 2008-11-19  Lute Kamstra  <lute@gnu.org>
4074         * autoinsert.el (auto-insert-alist): Don't use match data.
4076 2008-11-19  Glenn Morris  <rgm@gnu.org>
4078         * progmodes/f90.el (f90-mode-map): Add some menu :help.
4080         * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
4082         * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
4083         * term/w32-win.el (x-select-font): Declare.
4085         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
4086         Use the imperative for all help strings.
4088 2008-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4090         * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
4091         case where the default dictionary is French, Spanish, younameit.
4093         * window.el (window--frame-usable-p): Consider dedicated windows
4094         as usable.
4096         * files.el (confirm-nonexistent-file-or-buffer):
4097         Rename from find-file-confirm-nonexistent-file.
4098         (read-buffer-to-switch): Use it.
4100 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
4102         * server.el (server-temp-file-p): Use `string-match-p'.
4103         (server-socket-dir): Set to nil if local sockets are unsupported.
4104         (server-start): Don't try to delete local socket if unsupported.
4105         (server-kill-new-buffers): Reflow docstring.
4106         (server-delete-client, server-handle-delete-frame)
4107         (server-save-buffers-kill-terminal): Doc fixes.
4108         (server-send-string): Fix typo in docstring.
4110 2008-11-18  Sam Steingold  <sds@gnu.org>
4112         * progmodes/compile.el (compilation-start-hook): New hook.
4113         (compilation-start): Run it on the compilation process.
4115 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
4117         * international/mule-cmds.el (update-leim-list-file): Simplify.
4118         (prefer-coding-system, find-coding-systems-for-charsets):
4119         Fix docstring typos.
4120         (select-safe-coding-system, input-method-exit-on-first-char)
4121         (language-info-alist, language-info-custom-alist): Reflow docstrings.
4122         (toggle-input-method, read-multilingual-string): Doc fixes.
4123         Reflow docstrings.
4124         (locale-name-match, sort-coding-systems, find-multibyte-characters)
4125         (read-char-by-name): Use `string-match-p'.
4126         (get-char-code-property, put-char-code-property)
4127         (char-code-property-description): Be silent while loading uni-* files.
4128         (ucs-names): Use `dotimes-with-progress-reporter', because loading
4129         the Unicode character names is *slow*.
4131 2008-11-17  Chong Yidong  <cyd@stupidchicken.com>
4133         * wid-edit.el (widget-image-insert): Don't add a mouse-face.
4135         * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
4137 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
4139         * international/mule-cmds.el (ucs-completions): Mark as risky.
4141 2008-11-17  Martin Rudalics  <rudalics@gmx.at>
4143         * help-macro.el (three-step-help): Remove * from defcustom.
4144         (make-help-screen): Don't iconify selected frame.  (Bug#1322)
4145         Use when instead of if and cond within condition-case.
4147         * window.el (quit-window): Bind window to selected window when
4148         trying to delete it.
4150 2008-11-17  Glenn Morris  <rgm@gnu.org>
4152         * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
4153         definition of 'ignore, rather than nil.  (Bug#1353)
4155 2008-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4157         * window.el (window--frame-usable-p): Allow use for soft-dedication.
4159 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
4161         * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
4163         * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
4164         (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
4165         (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
4166         (kill-word, backward-kill-word, zap-to-char): Doc fixes.
4167         (shell-command, repeat-complex-command): Reflow docstrings.
4168         (pop-to-mark-command): Fix typos in docstring.
4170 2008-11-17  Juri Linkov  <juri@jurta.org>
4172         * isearch.el (isearch-filter-predicate): Rename from
4173         `isearch-success-function'.  Rename default value from
4174         `isearch-success-function-default' to
4175         `isearch-filter-invisible'.  Doc fix.
4176         (isearch-filter-invisible): Rename from
4177         `isearch-success-function-default'.  Doc fix.
4178         (isearch-search, isearch-lazy-highlight-search):
4179         Rename `isearch-success-function' to `isearch-filter-predicate'.
4181         * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
4182         `dired-isearch-orig-success-function'.
4183         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
4184         (dired-isearch-filenames-end): Rename `isearch-success-function' to
4185         `isearch-filter-predicate'.  Doc fix.
4186         (dired-isearch-filter-filenames): Rename from
4187         `dired-isearch-success-function'.
4189         * info.el (Info-search, Info-mode):
4190         Rename `isearch-success-function' to `isearch-filter-predicate'.
4191         (Info-isearch-filter-predicate): Rename from
4192         `Info-search-success-function'.
4194         * simple.el (minibuffer-default-add-function): Fix docstring to
4195         use clear text "default values" instead of obscure references to
4196         the dynamic variable `minibuffer-default'.
4198 2008-11-16  Glenn Morris  <rgm@gnu.org>
4200         * term/ns-win.el (ns-extended-platform-support-mode):
4201         Tweak menu entry from previous change.
4203         * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
4205         * cus-edit.el (custom-buffer-create-internal): Always insert the
4206         in-buffer buttons, regardless of tool-bar.  (Bug#1326)
4208 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
4210         * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
4212 2008-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4214         * ielm.el (ielm-eval-input): Fix thinko in last change.
4216 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
4218         * subr.el (read-passwd): Yank current kill if the user enters C-y.
4220 2008-11-16  Michael Albinus  <michael.albinus@gmx.de>
4222         * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
4223         (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
4225         * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
4226         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4227         Handle `file-name-as-directory'.
4229 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
4231         * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
4232         usual variable-pitch face.
4234 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
4236         * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
4237         (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
4238         (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
4239         (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
4240         (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
4241         (ange-ftp-quote-string, ange-ftp-process-handle-line)
4242         (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
4243         (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
4244         (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
4245         (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
4246         (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
4247         (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
4248         (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
4249         (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
4250         (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
4251         (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
4252         (ange-ftp-default-user, ange-ftp-default-password)
4253         (ange-ftp-default-account, ange-ftp-netrc-default-password)
4254         (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
4255         (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
4256         (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
4257         (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
4258         (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
4259         (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
4260         (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
4261         (ange-ftp-make-backup-files, ange-ftp-retry-time)
4262         (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
4263         (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
4264         (ange-ftp-gateway-tmp-name-template)
4265         (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
4266         (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
4267         (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
4268         (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
4269         (ange-ftp-gateway-program): Remove * from docstring and reflow.
4270         (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
4271         (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
4272         (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
4273         (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
4274         (ange-ftp-rename-local-to-remote): Doc fixes.
4275         (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
4276         Use `when', `unless'.
4277         (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
4278         (ange-ftp-process-handle-hash): Rename arg STR to STRING.
4279         (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
4280         (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
4281         (ange-ftp-normal-login): Rename arg PASS to PASSWORD.  Fix typo.
4282         (ange-ftp-process-sentinel): Use `when'.  Fix typo.
4283         (ange-ftp-gwp-start): Use `let', not `let*'; use `when'.  Fix typo.
4284         (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
4285         (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
4286         (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
4287         (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
4288         (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
4289         (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
4290         (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
4291         `(save-match-data (string-match ...))'.
4292         (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
4293         (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
4294         Use `string-match-p' instead of `(save-match-data (string-match ...))'.
4295         Doc fixes.
4297 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
4299         * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
4300         function instead of a variable.
4302         * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
4303         viper-ESC-keyseq-timeout as a function.
4304         (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
4305         defsubst.
4307         * emulation/viper-cmd.el: Let line-move-visual to nil when using
4308         next-line or previous-line.
4309         (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
4311         * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
4313         * ediff-util.el (ediff-toggle-multiframe): Check if control window is
4314         live.
4315         (ediff-save-buffer): Let window-min-height to 2.
4317         * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
4318         the minibuffer.
4320 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
4322         * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
4323         (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
4324         (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
4325         (ielm-map): Define within defvar.  Add docstring.
4326         (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
4327         (ielm-complete-filename): Use `when', `unless'.
4328         (ielm-is-whitespace-or-comment): Use `string-match-p'.
4329         (ielm-return, ielm-get-old-input): Use `looking-at-p'.
4330         (ielm-change-working-buffer): Check that the buffer is live.
4331         (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
4332         Simplify.  Reflow docstring.
4333         (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
4334         New aliases, to satisfy `define-derived-mode' expectations.
4336 2008-11-15  Glenn Morris  <rgm@gnu.org>
4337             Martin Rudalics  <rudalics@gmx.at>
4339         * emacs-lisp/find-func.el (find-function-advised-original): New.
4340         (find-function-C-source, find-function-noselect):
4341         Use find-function-advised-original to handle advised funcs.  (Bug#789)
4343 2008-11-15  Glenn Morris  <rgm@gnu.org>
4345         * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
4346         alias message.
4348         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
4349         Remove uniquify-after-kill-buffer-p dependency.
4350         (uniquify-kill-buffer-function): New function.
4351         (kill-buffer-hook): Use uniquify-kill-buffer-function.  (Bug#1315)
4353         * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
4354         (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
4355         main Emacs manual.
4357 2008-11-15  Martin Rudalics  <rudalics@gmx.at>
4359         * window.el (quit-window): Restore delete window with second
4360         arg non-nil behavior as of before 2008-10-30 change.
4362 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
4364         * help-fns.el (describe-function-1): Do char-range check for
4365         self-insert-command.
4367 2008-11-14  Karl Fogel  <kfogel@red-bean.com>
4369         * files.el (file-precious-flag): Document that this flag is advisory.
4371 2008-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4373         * emacs-lisp/bytecomp.el (byte-compile-associative)
4374         (byte-compile-minus, byte-compile-quo): If there are more than two
4375         operands, don't use binary operation code (bug#1334).
4377 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
4379         * w32-fns.el (w32-shell-dos-semantics):
4380         * calendar/diary-lib.el (diary-face-attrs):
4381         * international/mule-cmds.el (set-default-coding-systems)
4382         (prefer-coding-system):
4383         * net/tramp.el (tramp-set-completion-function):
4384         * progmodes/vhdl-mode.el (vhdl-file-header):
4385         * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
4387         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
4389         * files.el (enable-local-eval, not-modified, kill-buffer-ask)
4390         (kill-matching-buffers, save-buffers-kill-emacs)
4391         (save-buffers-kill-terminal): Fix typos in docstrings.
4392         (switch-to-buffer-other-window): Reflow docstring.
4393         (revert-buffer): Doc fix.
4394         (define-project-bindings): Rename arg LIST to SETTINGS.
4395         (project-find-settings-file): Use `let', not `let*'.
4396         Use `when'.
4398 2008-11-13  Juanma Barranquero  <lekktu@gmail.com>
4400         * files.el (project-settings-file, locate-dominating-file):
4401         Fix typos in docstrings.
4402         (find-file-visit-truename): Remove * from defcustom docstring.
4404 2008-11-13  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
4406         * files.el (project-settings-file): New variable.
4407         (project-find-settings-file): Use it, instead of hardcoding
4408         .dir.settings.el.
4410 2008-11-13  Glenn Morris  <rgm@gnu.org>
4412         * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
4414 2008-11-13  Henry Weller  <hweller0@gmail.com>  (tiny change)
4416         * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
4417         in mail bodies.
4419 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
4421         * international/mule.el (autoload-coding-system, with-category-table)
4422         (ctext-non-standard-encodings-alist): Fix typos in docstrings.
4423         (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
4424         (set-buffer-file-coding-system, revert-buffer-with-coding-system)
4425         (set-file-name-coding-system, ctext-pre-write-conversion)
4426         (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
4427         Reflow docstrings.
4428         (charset-list, set-coding-priority): Remove redundant obsolescence info.
4429         (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
4430         (char-valid-p): Define with `define-obsolete-function-alias'.
4432         * textmodes/artist.el (artist-mode): Fix typos in docstring.
4434 2008-11-12  Sam Steingold  <sds@gnu.org>
4436         * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
4437         between hostname and path.
4439 2008-11-11  Juri Linkov  <juri@jurta.org>
4441         * dired-aux.el (dired-isearch-filenames)
4442         (dired-isearch-filenames-regexp):
4443         Let-bind isearch-message-prefix-add to "filename ".
4445         * isearch.el (isearch-message-prefix-add)
4446         (isearch-message-suffix-add): New variables.
4447         (isearch-message-prefix): Show additional text from
4448         `isearch-message-prefix-add' before "I-search".
4449         (isearch-message-suffix): Show additional text from
4450         `isearch-message-suffix-add' at the end.
4452         * isearch.el (isearch-lazy-highlight-search): Use a loop like in
4453         `isearch-search'.  Call isearch-success-function to skip matches
4454         outside the current isearch scope.  Let-bind search-invisible to
4455         nil to not match invisible text.
4457         * isearch.el (isearch-query-replace, isearch-highlight-regexp):
4458         Let-bind `isearch-recursive-edit' to nil to prevent calling
4459         `exit-recursive-edit' in `isearch-done' that terminates the
4460         execution of these commands when it is non-nil.  Call
4461         `exit-recursive-edit' explicitly at the end.
4462         (isearch-occur): For word search construct the correct regexp
4463         with word boundaries to proceed with occur.
4465         * isearch.el (isearch-search-fun): Compare the length of the
4466         current search string with the length of the string from the
4467         previous search state to detect the situation when the user
4468         adds or removes characters in the search string.
4469         Use word-search-forward-lax and word-search-backward-lax in this
4470         case, and otherwise word-search-forward and word-search-backward.
4472 2008-11-11  Sam Steingold  <sds@gnu.org>
4474         * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
4475         the "Version Control" group (for C-x v g).
4477 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
4479         * server.el (server-process-filter): Fix typos and reflow docstring.
4481 2008-11-11  Martin Rudalics  <rudalics@gmx.at>
4483         * mail/footnote.el (footnote-mode): Improve doc-string.
4484         Suggested by <jidanni@jidanni.org>.  (Bug#1318)
4486 2008-11-11  Chong Yidong  <cyd@stupidchicken.com>
4488         * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
4490 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4492         * mail/smtpmail.el (smtpmail-open-stream): Use
4493         `starttls-any-program-available'.  Auto-load starttls.el for it.
4495 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
4497         * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
4498         version (bug@1285).
4500 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
4502         * startup.el (command-line): Ignore init-file-user when checking
4503         user's home directory on MS-DOS as well.
4505 2008-11-07  Sam Steingold  <sds@gnu.org>
4507         * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
4509 2008-11-07  Juanma Barranquero  <lekktu@gmail.com>
4511         * frame.el (make-frame-on-display): Use `string-match-p'.
4513 2008-11-07  Glenn Morris  <rgm@gnu.org>
4515         * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
4517 2008-11-07  Dan Nicolaescu  <dann@ics.uci.edu>
4519         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
4520         to initialize font-lock keyword case sensitivity.
4521         (lisp-mode): Use it.
4523 2008-11-06  Glenn Morris  <rgm@gnu.org>
4525         * eshell/esh-maint.el: Remove unused file.
4527         * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
4529         * cus-edit.el (custom-comment-tag): Doc fix.
4530         (custom-comment, custom-variable-value-create, custom-face):
4531         Use face names sans -face suffix rather than aliases.
4533 2008-11-05  Jay Belanger  <jay.p.belanger@gmail.com>
4535         * calc/calc.el (calc-quit): Use `window-full-width-p' to check
4536         window width.
4538 2008-11-05  Chong Yidong  <cyd@stupidchicken.com>
4540         * server.el (server-process-filter): Only default to emacsclient's
4541         terminal in daemon mode.
4543 2008-11-05  Martin Rudalics  <rudalics@gmx.at>
4545         * window.el (quit-window): Restore prefix argument behavior
4546         removed in 2008-10-30 change.  (Bug#1308)
4548 2008-11-05  Tassilo Horn  <tassilo@member.fsf.org>
4550         * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
4551         function to kill-buffer-hook, not to kill-buffer.
4552         Reported by Markus Triska <markus.triska@gmx.at>
4554 2008-11-04  Jay Belanger  <jay.p.belanger@gmail.com>
4556         * calc/calc.el (calc-quit): Make sure that the keypad buffer
4557         exists before deleting its windows.
4559 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
4561         * server.el (server-process-filter): Don't call
4562         server-create-tty-frame when no tty name is specified.
4564 2008-11-04  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
4566         * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
4568 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
4570         * international/mule-cmds.el (toggle-enable-multibyte-characters)
4571         (define-char-code-property):
4572         * textmodes/reftex.el (reftex-index):
4573         * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
4575 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
4577         * vc-bzr.el (vc-bzr-dir-printer): Rename from
4578         vc-bzr-status-printer.
4580         * startup.el (startup-echo-area-message): Display a different
4581         message in daemon mode.  Suggested by Stephen Turnbull.
4583         * frame.el (make-frame-on-display): Ignore DISPLAY argument on
4584         Windows.
4586 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
4588         * dframe.el (dframe-mouse-position-function)
4589         (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
4590         (dframe-mouse-set-point): Fix typos in docstrings.
4592 2008-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
4594         * vc-dir.el (vc-dir-headers): Undo previous change.
4596 2008-11-04  Nick Roberts  <nickrob@snap.net.nz>
4598         * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
4599         * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
4601 2008-11-04  Martin Rudalics  <rudalics@gmx.at>
4603         * subr.el (looking-back): Fix doc-string typo.
4605         * electric.el (Electric-pop-up-window): Call window-end with
4606         UPDATE set to t.
4608         * window.el (save-selected-window): Make it behave like
4609         save-selected-window-norecord.
4610         (save-selected-window-norecord): Remove, since functionality
4611         fully taken over by save-selected-window.
4612         (walk-windows, set-window-text-height, fit-window-to-buffer):
4613         Use save-selected-window instead of save-selected-window-norecord.
4614         * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
4615         save-selected-window-norecord.
4616         * emacs-lisp/lisp-mode.el (save-selected-window): Remove
4617         indent-function for save-selected-window-norecord.
4619 2008-11-03  Alan Mackenzie  <acm@muc.de>
4621         * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
4623 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
4625         * subr.el (looking-back): Doc fix.
4627         * term/x-win.el (x-initialize-window-system):
4628         Call x-wm-set-size-hint after initialization.
4630         * eshell/em-hist.el (eshell-save-history-on-exit): Change default
4631         to t.
4633         * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
4634         2000-12-08 (bug#1297).
4636         * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
4638 2008-11-03  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4640         * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
4641         when appropriate.
4643 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
4645         * window.el (save-selected-window-norecord): New macro.
4646         (walk-windows): Use save-selected-window-norecord and call
4647         select-window with NORECORD set.  (Bug#1237)
4648         (set-window-text-height, fit-window-to-buffer):
4649         Use save-selected-window-norecord and call select-window with
4650         NORECORD set.
4651         * subr.el (with-selected-window): Call set-frame-selected-window
4652         with new argument NORECORD set.  Update doc-string.
4653         (with-selected-frame): Call select-frame with new argument
4654         NORECORD set.  Update doc-string.
4655         * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
4656         Put indent-function for save-selected-window-norecord.
4657         * font-lock.el (lisp-font-lock-keywords-2):
4658         Add save-selected-window-norecord.
4660 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4662         * cus-edit.el (customize-apropos-options, custom-comment)
4663         (custom-comment-tag, custom-face-edit-attribute-tag):
4664         Fix typos in docstrings.
4665         (custom-buffer-done-kill): Remove * from defcustom docstring.
4666         (custom-file): Fix typo in doc of defcustom choice.
4668         * frame.el (display-visual-class): Fix typo in docstring.
4669         (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
4670         (special-display-frame-alist, show-trailing-whitespace)
4671         (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
4672         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
4673         Remove * from defcustom docstrings.
4675         * md4.el (md4-buffer): Fix typo in docstring.
4676         (md4, md4-64): Doc fixes.
4677         (md4-pack-int32): Reflow docstring.
4679         * paths.el (rmail-file-name): Remove * from defcustom docstring.
4680         (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
4682         * rect.el (open-rectangle): Reflow docstring.
4683         (spaces-string): Fix docstring typo.  Use "?\s" instead of "? ".
4685         * select.el (x-get-cut-buffer): Fix typo in docstring.
4687         * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
4688         (timezone-time-zone-from-absolute, timezone-leap-year-p):
4689         Fix typos in docstrings.
4691         * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
4692         Fix typos in docstrings.
4694 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
4696         * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
4698         * net/newst-treeview.el (newsticker--treeview-list-update-faces)
4699         (newsticker--treeview-list-update, newsticker--treeview-item-show)
4700         (newsticker--treeview-tree-update)
4701         (newsticker--treeview-tree-update-highlight)
4702         (newsticker-treeview-update)
4703         (newsticker-treeview-next-item, newsticker-treeview-prev-item)
4704         (newsticker-treeview-next-new-or-immortal-item)
4705         (newsticker-treeview-prev-new-or-immortal-item)
4706         (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
4707         (newsticker-treeview-tree-click): Watch for layout changes.
4708         (newsticker--treeview-set-current-node): Cleanup.
4709         (newsticker--treeview-restore-layout): Rename from
4710         newsticker--treeview-restore-buffers.
4711         (newsticker--treeview-mark-item): Update cache file.
4713 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
4715         * calendar/icalendar.el (icalendar--uid-count): New.
4716         (icalendar--create-uid): New.  Extracted from
4717         `icalendar-export-region' and add uid counter.
4718         (icalendar-export-region): Use `icalendar--create-uid'.
4720 2008-10-31  Juanma Barranquero  <lekktu@gmail.com>
4722         * tooltip.el (tooltip-frame-parameters): Doc fix.
4724 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
4726         * window.el (window-body-height, window-current-scroll-bars)
4727         (walk-windows, get-window-with-predicate, get-buffer-window-list)
4728         (minibuffer-window-active-p, count-windows)
4729         (window-safely-shrinkable-p, window--splittable-p)
4730         (window--try-to-split-window, window--frame-usable-p)
4731         (window--even-window-heights, window--display-buffer-1)
4732         (window--display-buffer-2, set-window-text-height)
4733         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
4734         (truncated-partial-width-window-p): Rewrite doc-string.
4735         (window-fixed-size-p): Simplify code.  Rewrite doc-string.
4736         (split-window-vertically, split-window-horizontally):
4737         Rename args, rewrite doc-string, and simplify code.
4738         (split-window-save-restore-data): Rename args and use
4739         when instead of if.
4741 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
4743         * indent.el (indent-for-tab-command): Use use-region-p.
4745         * vc.el (vc-revert): Limit the length of the query string.
4747 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
4749         * simple.el (idle-update-delay, next-error-highlight)
4750         (next-error-highlight-no-select, next-error-recenter, next-error-hook)
4751         (minibuffer-history-case-insensitive-variables, kill-ring-max)
4752         (kill-read-only-ok, backward-delete-char-untabify-method)
4753         (kill-whole-line, mark-ring-max, global-mark-ring-max)
4754         (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
4755         (goal-column, line-move-ignore-invisible, fill-prefix)
4756         (auto-fill-inhibit-regexp, blink-matching-paren)
4757         (blink-matching-paren-on-screen, blink-matching-paren-distance)
4758         (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
4759         (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
4760         (minibuffer-history-isearch-wrap, transient-mark-mode)
4761         (next-logical-line, auto-fill-mode, line-number-mode)
4762         (column-number-mode, size-indication-mode, clone-indirect-buffer)
4763         (normal-erase-is-backspace-mode): Doc fixes.
4764         (current-kill, transient-mark-mode, toggle-truncate-lines)
4765         (visible-mode): Reflow docstrings.
4766         (minibuffer-local-shell-command-map, interprogram-paste-function):
4767         Fix typos in docstrings.
4769 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
4771         * server.el (server-process-filter): In daemon mode, default to
4772         emacsclient's tty if not opening a new frame and only the
4773         terminal-frame is available.
4775 2008-10-30  Martin Rudalics  <rudalics@gmx.at>
4777         * window.el (quit-window): Simplify code.  Say in doc-string
4778         that it operates on the selected window's buffer.  (Bug#1259)
4780 2008-10-30  Nick Roberts  <nickrob@snap.net.nz>
4782         * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
4783         nil so that log-view-diff-changeset works.
4785 2008-10-30  Glenn Morris  <rgm@gnu.org>
4787         * files.el (locate-dominating-stop-dir-regexp): Fix typo.
4789         * resume.el: Move to obsolete/.
4790         * Makefile.in (ELCFILES): Update.
4792 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
4794         * electric.el (Electric-pop-up-window): Don't shrink the window if
4795         it's already big enough.
4797         * minibuffer.el (delete-minibuffer-contents): Delete all
4798         minibuffer contents instead of just the current field.
4800         * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
4802         * bookmark.el (bookmark-handle-bookmark): Rename from
4803         bookmark-jump-noselect.
4804         (bookmark--jump-via, bookmark-insert): Callers changed.
4805         (bookmark-jump-noselect): Wrapper function for
4806         bookmark-handle-bookmark.
4807         (bookmark-get-bookmark-record): Signal error for invalid bookmark.
4809         * textmodes/ispell.el (ispell-word): Use use-region-p.
4811 2008-10-29  Juanma Barranquero  <lekktu@gmail.com>
4813         * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
4814         to follow naming conventions for abnormal hooks.  Doc fix.
4815         (tooltip-mode, tooltip-timeout): Use it.
4816         (tooltip-hook): New obsolete alias.
4817         (tooltip-help-tips): Doc fix.
4819         * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
4821 2008-10-29  Ulrich Mueller  <ulm@gentoo.org>
4823         * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
4824         of hardcoded /tmp.
4826 2008-10-29  Glenn Morris  <rgm@gnu.org>
4828         * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
4830         * vc-hooks.el (vc-find-root): Remove bogus alias.
4832 2008-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4834         * international/quail.el (quail-show-guidance): Don't create
4835         a guidance-frame if current buffer is not a minibuffer, since even if
4836         selected-window is mini-p, the buffer will never be displayed in it, so
4837         it wil be usable for guidance.
4839 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4841         * smerge-mode.el: Require diff-mode at run-time as well.
4843 2008-10-28  Martin Rudalics  <rudalics@gmx.at>
4845         * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
4846         * vc-hooks.el (vc-stay-local): Likewise.
4848 2008-10-28  Phil Sung  <psung@mit.edu>
4850         * follow.el (follow-scroll-down, follow-calc-win-end)
4851         (follow-estimate-first-window-start): Reduce effective window
4852         height when header line is present.  (Bug#925)
4854 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
4856         * subr.el (locate-user-emacs-file): Simplify.  Don't create
4857         `user-emacs-directory' when Emacs is running in batch mode.
4859         * startup.el (inhibit-startup-screen): Reflow docstring.
4860         (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
4862 2008-10-27  Kenichi Handa  <handa@m17n.org>
4864         * descr-text.el (describe-char): Fix terminal case (where font is nil).
4866 2008-10-27  Juanma Barranquero  <lekktu@gmail.com>
4868         * face-remap.el (text-scale-increase, text-scale-decrease)
4869         (text-scale-adjust): Remove &optional keyword from the arg list;
4870         the INC argument is not really optional, if the functions happen
4871         to be called from elisp.
4873 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
4875         * vc.el: Rename VC methods that were missed when vc-status was
4876         renamed to vc-dir.
4877         * vc-svn.el (vc-svn-dir-extra-headers): Rename from
4878         vc-svn-status-extra-headers.
4879         * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
4880         (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
4881         * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
4882         (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
4883         * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
4884         vc-dir-status-printer.
4885         (vc-dir-headers): Use `dir-extra-headers' instead of
4886         `status-extra-headers'.
4887         (vc-dir-printer): Rename from vc-dir-status-printer.
4888         (vc-default-dir-extra-headers): Rename from
4889         vc-default-status-extra-headers.
4890         * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
4891         vc-cvs-status-extra-headers.
4893         * startup.el (server-name): Pacify byte compiler.
4894         (command-line): If --daemon=SERVER_NAME was used, set server-name
4895         before calling server-start.
4897 2008-10-26  Romain Francoise  <romain@orebokech.com>
4899         * startup.el (command-line): Call daemon-initialized after
4900         starting the server.
4902 2008-10-26  Kenichi Handa  <handa@m17n.org>
4904         * help-fns.el (describe-categories): Display the terse legend at
4905         the head.
4907         * international/characters.el: Docstrings of categories improved.
4909 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4911         * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
4913         * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
4914         to the courier family.
4915         * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
4916         usually not serif'd and hence rather unlike verbatim's printed output.
4918 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
4920         * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
4921         when reporting the module.
4923         * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
4925         * wid-edit.el (widget-color-complete): Sort completions alphabetically.
4927 2008-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4929         * files.el (locate-dominating-stop-dir-regexp): New var.
4930         (locate-dominating-file): Change arg from a regexp to a file name.
4931         Rewrite using the vc-find-root code to avoid directory-files which is
4932         too slow.  Obey locate-dominating-stop-dir-regexp.
4933         Don't pay attention to changes in owner.
4934         (project-find-settings-file): Adjust call to locate-dominating-file.
4936         * progmodes/flymake.el (flymake-find-buildfile):
4937         Adjust call to locate-dominating-file.
4939         * vc-hooks.el (vc-find-root): Use locate-dominating-file.
4940         (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
4942 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
4944         * subr.el (with-current-buffer): Rename buffer argument to
4945         buffer-or-name.
4946         * window.el (get-buffer-window-list): Rename buffer argument to
4947         buffer-or-name and make it optional.
4949 2008-10-25  Juanma Barranquero  <lekktu@gmail.com>
4951         * completion.el (add-completion-to-head, add-completion): Doc fixes.
4952         (completion-search-next, add-completions-from-file):
4953         Fix typos in docstrings.
4955         * filesets.el (filesets-menu-ensure-use-cached)
4956         (filesets-ingroup-patterns, filesets-filetype-property):
4957         * tutorial.el (get-lang-string):
4958         * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
4959         Fix typos in docstrings.
4961         * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
4962         (image-dired-line-up-method, image-dired-thumb-size)
4963         (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
4964         (image-dired-track-original-file, image-dired-track-thumbnail)
4965         (image-dired-dired-next-line, image-dired-dired-previous-line)
4966         (image-dired-write-comments): Reflow docstrings.
4967         (image-dired-show-all-from-dir-max-files)
4968         (image-dired-format-properties-string, image-dired-create-thumbs)
4969         (image-dired-mark-tagged-files, image-dired-gallery-generate):
4970         Fix typos in docstrings.
4972         * savehist.el (savehist-save-minibuffer-history, savehist-file)
4973         (savehist-additional-variables, savehist-ignored-variables)
4974         (savehist-file-modes, savehist-autosave-interval):
4975         * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
4976         (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
4977         (fancy-splash-image):
4978         * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
4979         (thumbs-conversion-program, thumbs-margin):
4980         Remove spurious * in docstrings.
4982 2008-10-25  Aaron S. Hawley  <aaronh@garden.org>
4984         * thingatpt.el (end-of-sexp, beginning-of-sexp)
4985         (forward-same-syntax): Omit default arguments to char-after and
4986         char-before.
4988 2008-10-24  Juanma Barranquero  <lekktu@gmail.com>
4990         * subr.el (locate-user-emacs-file): New function.
4991         (user-emacs-directory): Mention it in docstring.
4993         * completion.el (save-completions-file-name):
4994         * filesets.el (filesets-menu-cache-file):
4995         * image-dired.el (image-dired-dir, image-dired-db-file)
4996         (image-dired-temp-image-file, image-dired-gallery-dir)
4997         (image-dired-temp-rotate-image-file):
4998         * savehist.el (savehist-file):
4999         * server.el (server-auth-dir):
5000         * thumbs.el (thumbs-thumbsdir):
5001         * tutorial.el (tutorial--saved-dir):
5002         * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
5004 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
5006         * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
5007         (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
5009 2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
5011         * filesets.el: Update author email.
5012         (filesets-data): Doc fix.
5014 2008-10-23  Jens Petersen  <petersen@redhat.com>  (tiny change)
5016         * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
5018 2008-10-23  Ulrich Mueller  <ulm@kph.uni-mainz.de>
5020         * international/mule-cmds.el (describe-language-environment):
5021         Indent sample text.
5023 2008-10-23  Glenn Morris  <rgm@gnu.org>
5025         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
5027         * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
5028         byte-compile a redefinition of a function with special byte-compile
5029         handling.  (Bug#411)
5031 2008-10-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5033         * ps-print.el: Deal with page sizes for label printes.  Suggested by
5034         Friedrich Delgado Friedrichs <friedel@nomaden.org>.
5035         (ps-print-version): New version 7.3.3.
5036         (ps-page-dimensions-database): New page sizes for label printers.
5037         (ps-n-up-printing): Fix code.
5039 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
5041         * frame.el (make-frame-command): Doc fix.  Use display-graphic-p.
5043         * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
5044         (list-at-point): Add docstrings.
5046         * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
5048         * dired-aux.el (dired-do-create-files): Doc fix.
5050 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
5052         * version.el (emacs-version): Change '*Step' to 'NS' for consistency
5053         with other documentation.
5055 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
5057         * replace.el (how-many): Fix typo in docstring.
5058         Reported by Leo <sdl.web@gmail.com>.
5060 2008-10-22  Glenn Morris  <rgm@gnu.org>
5062         * international/mule-cmds.el (universal-coding-system-argument):
5063         Check for C-g.  (Bug#1205)
5065 2008-10-22  Kenichi Handa  <handa@m17n.org>
5067         * international/characters.el: Don't setup
5068         find-word-boundary-function-table.
5069         (next-word-boundary-han, next-word-boundary-kana): Delete them.
5070         (word-combining-categories, word-separating-categories):
5071         Adjust to the change of the docstrings.
5073 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
5075         * simple.el (region-active-p): Doc fix.
5077 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
5079         * subr.el (apply-partially): Move from here...
5081         * simple.el (apply-partially): ...to here.
5083 2008-10-20  Andreas Schwab  <schwab@suse.de>
5085         * subr.el (split-string-and-unquote): Simplify regexp.
5087 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
5089         * subr.el (top-level): Require `cl' when compiling.
5091 2008-10-20  David Reitter  <david.reitter@gmail.com>
5093         * info.el (Info-mode): Do not remove an existing header line if
5094         `Info-use-header-line' is nil.
5096 2008-10-19  Juri Linkov  <juri@jurta.org>
5098         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
5099         Add arg `delimited' as in `query-replace' for the case when
5100         isearch-allow-scroll=t and the user types C-u M-%.  Doc fix.
5101         Add more indicators to the prompt ("word" and "in region").
5103         * replace.el (query-replace, query-replace-regexp)
5104         (replace-string, replace-regexp, perform-replace): Add "word"
5105         indicatiors to the prompt for word delimited replacements.
5107         * replace.el (read-regexp): Rename arg `default' to `default-value'.
5108         Doc fix.
5110 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
5112         * subr.el (apply-partially): Move here from minibuffer.el.  Doc fix.
5114         * simple.el (minibuffer-default-add-shell-commands): Doc fix.
5116 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
5118         * window.el (enlarge-window-horizontally, shrink-window-horizontally):
5119         Make argument names follow Elisp manual.
5121 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
5123         * textmodes/remember.el (remember-data-file):
5124         * shadowfile.el (shadow-initialize)
5125         <shadow-info-file, shadow-todo-file>:
5126         * savehist.el (savehist-file):
5127         * recentf.el (recentf-save-file):
5128         * pcvs-defs.el (cvs-cvsrc-file):
5129         * international/kkc.el (kkc-init-file-name):
5130         * ido.el (ido-save-directory-list-file):
5131         * calendar/todo-mode.el (todo-file-do, todo-file-done)
5132         (todo-file-top): Run file names that begin with a period thru
5133         `convert-standard-filename'.
5135         * dos-fns.el (dos-reevaluate-defcustoms): New function.  Add it to
5136         before-init-hook.
5138         Fix Bug #1183:
5140         * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
5141         coding-system-for-read to ediff-coding-system-for-write.
5143         * ediff-util.el (ediff-make-temp-file): Unconditionally bind
5144         coding-system-for-write to ediff-coding-system-for-write.
5146         * ediff-init.el (ediff-coding-system-for-read): Doc fix.
5147         (ediff-coding-system-for-write): Set to emacs-internal.
5149 2008-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5151         * international/mule-conf.el (emacs-internal): New coding system alias.
5153 2008-10-18  Juri Linkov  <juri@jurta.org>
5155         * info.el (Info-file-supports-index-cookies-list): New variable.
5156         (Info-file-supports-index-cookies): New function.
5157         (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
5158         (Info-index-nodes): Let-bind Info-point-loc to nil for files
5159         without an index cookie to ignore it when Info-index-nodes is
5160         called during navigating from an index node with line numbers.
5161         (Info-index-node): Set file to Info-current-file if nil.  (Bug#1118)
5163         * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
5164         variable definition section.
5166         * info.el (Info-find-node-2): Put initial point below the header line
5167         and breadcrumbs line.
5169 2008-10-18  Glenn Morris  <rgm@gnu.org>
5171         * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
5172         the needed external programs were not found.
5174 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
5176         * files.el (trash-directory): Run thru `convert-standard-filename'.
5177         (file-modes-char-to-who, file-modes-char-to-right)
5178         (file-modes-rights-to-number, file-modes-symbolic-to-number)
5179         (read-file-modes): Doc fixes.
5181 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
5183         * abbrev.el (define-abbrev): Doc fix.
5185 2008-10-17  Alan Mackenzie  <acm@muc.de>
5187         * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
5188         foo bar [] = { ...".
5190 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
5192         * faces.el (face-spec-set-2): Don't pass invalid attributes to
5193         set-face-attribute.
5195 2008-10-17  Juanma Barranquero  <lekktu@gmail.com>
5197         * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
5198         according to `locale-coding-system'.  (This fixes trivial bug reported
5199         as part of bug#1179).
5200         Sort list of valid locale ids (EnumSystemLocales does not guarantee any
5201         particular order).  Use `when'.
5203 2008-10-16  Juanma Barranquero  <lekktu@gmail.com>
5205         * w32-fns.el (w32-check-shell-configuration): Doc fix.
5206         (w32-add-charset-info): Fix typo in docstring.
5208 2008-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5210         * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
5211         after discussion.
5213 2008-10-16  Magnus Henoch  <mange@freemail.hu>
5215         * vc-arch.el (vc-arch-dir-status): New function.
5216         (vc-arch-after-dir-status): New function.
5218 2008-10-16  Glenn Morris  <rgm@gnu.org>
5220         * man.el (Man-getpage-in-background): Force recent `man's to output
5221         escape sequences even when stdout is not a tty.  (Bug#1142)
5223 2008-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
5225         * international/mule-conf.el: Add `utf8' and `UTF8' as
5226         aliases for the `utf-8' coding system.
5228 2008-10-15  Juanma Barranquero  <lekktu@gmail.com>
5230         * find-file.el (ff-get-file): Doc fix.
5231         (ff-get-file-name): Use `let', not `let*'.
5232         (ff-search-directories): Fix typo in docstring.
5233         (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
5234         (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
5235         (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
5236         (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
5237         (cc-other-file-alist, modula2-other-file-alist):
5238         Remove spurious * in docstrings.
5240 2008-10-14  Chong Yidong  <cyd@stupidchicken.com>
5242         * faces.el (set-face-attribute): Set family and foundry before
5243         other attributes.
5244         (face-spec-set-2): Pass unmodified args to set-face-attribute.
5246 2008-10-14  Juanma Barranquero  <lekktu@gmail.com>
5248         * hl-line.el (hl-line-unload-function): New function.
5249         (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
5250         (hl-line-sticky-flag): Remove spurious * in docstring.
5252 2008-10-14  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5254         * vc-git.el (vc-git-show-log-entry): Include the revision in the
5255         search string.
5257 2008-10-14  Michael Albinus  <michael.albinus@gmx.de>
5259         * net/tramp.el (tramp-process-one-action): Embed regexp in
5260         parentheses, before adding end-of-buffer construct.  Suggested by
5261         Markus Triska <markus.triska@gmx.at>.
5263 2008-10-13  Ulf Jasper  <ulf.jasper@web.de>
5265         * net/newst-plainview.el (w3m-toggle-inline-image):
5266         Define 'declare-function if necessary, for compatibility.
5268         * net/newst-treeview.el (w3m-toggle-inline-images):
5269         Define 'declare-function if necessary, for compatibility.
5271 2008-10-13  Alan Mackenzie  <acm@muc.de>
5273         * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
5274         so that the function works on one-line macros.
5276         * progmodes/cc-engine.el: Amend several doc strings and comments.
5278 2008-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
5280         * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
5282         * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
5283         (vc-cvs-stay-local): Add a new choice and default to it.
5284         (vc-cvs-dir-status): Use the new vc-stay-local choice.
5286         * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
5288 2008-10-12  Stephen Leake  <stephen_leake@member.fsf.org>
5290         * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
5291         Add support for extended return statement.
5293         * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
5294         and obj-dir; keep user order.
5296 2008-10-12  Glenn Morris  <rgm@gnu.org>
5298         * Makefile.in (ELCFILES): Update.
5300         * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
5301         (shell-file-name-quote-list): Declare.
5303 2008-10-12  Michael Albinus  <michael.albinus@gmx.de>
5305         * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
5307 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
5309         * startup.el (command-line): If toolbar is disabled but ought to
5310         be initialized, call tool-bar-setup.
5312         * tool-bar.el (tool-bar-setup): Variable deleted.
5313         (tool-bar-setup): Set it up unconditionally.
5315         * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
5317         * progmodes/grep.el (grep-mode-tool-bar-map): Check if
5318         tool-bar-map has been initialized before setting it up.
5320         * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
5321         tool-bar-map has been initialized before setting it up.
5323 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
5325         * emacs-lisp/warnings.el (display-warning): Issue a message if
5326         called during daemon initialization.
5328         * tool-bar.el (tool-bar-local-item)
5329         (tool-bar-local-item-from-menu): Put the check for number of
5330         display colors into the image expression.
5331         (tool-bar-setup): Don't be a no-op on ttys.
5333         * info.el (info-tool-bar-map):
5334         * progmodes/gud.el (gud-tool-bar-map):
5335         * progmodes/grep.el (grep-mode-tool-bar-map):
5336         * progmodes/compile.el (compilation-mode-tool-bar-map):
5337         Initialize it unconditionally.
5339 2008-10-11  Romain Francoise  <romain@orebokech.com>
5341         * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
5342         * kmacro.el (kmacro-edit-lossage): Ditto.
5343         * edmacro.el (edit-kbd-macro): Ditto.
5345 2008-10-11  Ulf Jasper  <ulf.jasper@web.de>
5347         * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
5348         Fix variable names.
5350 2008-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
5352         * startup.el (command-line): Revert 2008-09-26 change, not
5353         necessary anymore.
5355 2008-10-10  Andreas Schwab  <schwab@suse.de>
5357         * simple.el (minibuffer-complete-shell-command):
5358         Bind comint-delimiter-argument-list, comint-file-name-chars and
5359         comint-file-name-quote-list like shell-mode.
5361 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
5363         * window.el (pop-to-buffer): Fix misplacement of arg norecord in
5364         call of select-window.
5366 2008-10-10  Jay Belanger  <jay.p.belanger@gmail.com>
5368         * calc/calc.el (calc-embedded-word-regexp)
5369         (calc-embedded-word-regexp-alist): New variables.
5370         (calc-embedded-open-word, calc-embedded-close-word)
5371         (calc-embedded-open-close-word-alist): Remove unused variables.
5373         * calc/calc-embed.el (calc-embedded-make-info):
5374         Use `calc-embedded-word-regexp' to find words.
5376 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
5378         * info.el (Info-extract-menu-counting): New argument no-detail to
5379         skip detailed node listings.
5380         (Info-forward-node): New argument not-up to inhibit going up.
5381         (Info-final-node): Call Info-extract-menu-counting and
5382         Info-forward-node with the new arguments set to avoid infinite
5383         looping.  (Bug#1116)
5385 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
5387         * startup.el (command-line): Don't invoke tool-bar-mode if it is
5388         not fboundp.
5390 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
5392         * startup.el (command-line): Enable tool-bar-mode as long as it is
5393         not suppressed by X resources, regardless of the terminal.
5395         * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
5396         graphical terminals.
5397         (tool-bar-setup): No-op if called on a tty.
5399 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
5401         * frame.el (make-frame-on-tty): Use "F" inside interactive.
5402         Support `pc' ``window-system''.
5404         * progmodes/compile.el (compilation-start): Resurrect the version
5405         for systems that don't support asynchronous subprocesses.
5407 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
5409         * window.el (pop-up-frames): Add choice graphic-only.
5410         (display-buffer): When pop-up-frames equals graphic-only do
5411         not pop up new frame on text-only terminals.  (Bug#1061)
5413 2008-10-09  Dan Nicolaescu  <dann@ics.uci.edu>
5415         * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
5416         (vc-cvs-dir-status): Use it.
5418 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
5420         * json.el (json-skip-whitespace): Fix last change.
5422 2008-10-08  Juanma Barranquero  <lekktu@gmail.com>
5424         * bs.el (bs-unload-function): New function.
5426 2008-10-08  Sven Joachim  <svenjoac@gmx.de>
5428         * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
5429         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
5430         For clarity, explicitly require cl.
5432 2008-10-08  Michael Olson  <mwolson@gnu.org>
5434         * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
5435         can avoid a bad interaction with programs that add functions to
5436         the window-scroll-functions hook.  This fixes Bug #858.
5438 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
5440         * startup.el (command-line): Use display-warning to warn about an
5441         init file error.
5442         (command-line-1): Remove init file error delay.
5444 2008-10-07  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
5446         * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
5447         Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
5448         (rx-group-if): New function.
5449         (rx-parent): New variable.
5450         (rx-and, rx-or): Put shy groups only when necessary.
5451         (rx-bracket): Remove.
5452         (rx-anything): New function.
5453         (rx-any-delete-from-range, rx-any-condense-range)
5454         (rx-check-any-string): New functions.
5455         (rx-check-any): Return result as a list.  Don't convert chars to
5456         strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
5457         Check char category string.  Call rx-form instead of rx-to-string.
5458         (rx-any): Rebuid to complete the function.
5459         (rx-check-not): Fix char category regexp pattern string.
5460         Call rx-form instead of rx-to-string.
5461         (rx-not): Call rx-form instead of rx-to-string.  Convert "[^]" to
5462         "[^^]".  Call regexp-quote for one char string when not called from
5463         rx-not.  Add "\\w", and toggle to upcase.  Add the case of
5464         "\\[SCBW]" to toggle.
5465         (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
5466         instead of rx-to-string.
5467         (rx-kleene): Call rx-form instead of rx-to-string.
5468         Call rx-group-if to adjust putting of shy groups.
5469         (rx-atomic-p): Make check more precisely.
5470         (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
5471         (rx-regexp): Call rx-group-if.
5472         (rx-form): New function.
5473         (rx-to-string): Call rx-form, rx-group-if.
5474         Refine definition of NO-GROUP.
5476 2008-10-07  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
5478         * json.el (json-advance): Use forward-char.
5479         (json-skip-whitespace): Use skip-syntax-forward.
5481 2008-10-07  Alan Mackenzie  <acm@muc.de>
5483         * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
5484         indenting a macro followed by blank lines doesn't backslash the
5485         following non-blank line into the macro.
5487 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
5489         * startup.el (before-init-time, after-init-time): Move into emacs.c.
5490         (command-line): Set after-init-time to nil before initialization.
5492 2008-10-06  Jay Belanger  <jay.p.belanger@gmail.com>
5494         * calc/calc-units.el (math-standard-units): Update the values
5495         of the units.
5497 2008-10-06  Juanma Barranquero  <lekktu@gmail.com>
5499         * bookmark.el (bookmark-unload-function): New function.
5501 2008-10-06  Andreas Schwab  <schwab@suse.de>
5503         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
5505 2008-10-06  Martin Rudalics  <rudalics@gmx.at>
5507         * mail/footnote.el: Remove * in defcustom docstrings and tell
5508         for most options that customizing them doesn't affect buffers
5509         already displaying footnotes.
5510         (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
5511         Fix handling of text properties and identical start/end tags.
5512         Do not use format when renumbering.
5513         (Footnote-set-style): Make it work.
5514         (Footnote-insert-numbered-footnote): Simplify.
5515         (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
5516         (Footnote-goto-footnote): Fix handling of empty section tag.
5517         (Footnote-delete-footnote): Fix handling of identical start/end
5518         tags, empty section tag, and spaced footnotes.  Do not use
5519         kill-region.
5520         (footnote-mode): Make most options buffer-local to avoid that
5521         customizing messes up handling of footnotes in buffers that
5522         already display them.
5524 2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
5526         * faces.el (x-create-frame-with-faces): Undo previous change.
5528         * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
5529         existent files.
5531 2008-10-05  Chong Yidong  <cyd@stupidchicken.com>
5533         * international/mule-cmds.el (universal-coding-system-argument):
5534         Handle digit-argument too.
5536 2008-10-05  Mario Lang  <mlang@delysid.org>
5538         * xml.el (xml-parse-string): Use skip-chars-forward.
5540 2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
5542         * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
5543         existent files.
5544         (vc-bzr-dir-status-files): New function.
5546 2008-10-04  Glenn Morris  <rgm@gnu.org>
5548         * files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)
5550         * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
5551         (vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)
5553         * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
5554         (vc-cvs-dir-status): Respect vc-stay-local-p.  (Bug#1046)
5556 2008-10-04  David J. Biesack  <David.Biesack@sas.com>  (tiny change)
5558         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
5559         Fix typo.  (Bug#1074)
5561 2008-10-04  Martin Rudalics  <rudalics@gmx.at>
5563         * progmodes/compile.el (compilation-start): Make sure to move to
5564         point-max only when we are in the compilation buffer.  (Bug#1073)
5566 2008-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
5568         * faces.el (x-create-frame-with-faces): Only setup the toolbar if
5569         tool-bar-mode is on.
5571         * vc-svn.el (vc-svn-dir-status-files):
5572         * vc-cvs.el (vc-cvs-dir-status-files): New function.
5574 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
5576         * vc-hg.el (vc-hg-dir-status-files): New function.
5578 2008-10-03  Martin Rudalics  <rudalics@gmx.at>
5580         * window.el (window--display-buffer-1): Don't care about
5581         visibility since raise-frame does.
5583 2008-10-03  Mario Lang  <mlang@delysid.org>
5585         * nxml/xmltok.el (xmltok-forward): Simplify.
5587 2008-10-03  Glenn Morris  <rgm@gnu.org>
5589         * Makefile.in (ELCFILES): Update.
5591         * frame.el (set-default-font): Make obsolete.
5592         * mouse.el (mouse-set-font): Use set-frame-font.
5594         * jka-cmpr-hook.el (jka-compr-compression-info-list)
5595         (jka-compr-mode-alist-additions): Also match `.tbz2'.
5597         * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
5598         * files.el (auto-mode-alist): Add .PRO as per above autoload.
5600 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
5602         * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
5603         (vc-dir-refresh): Set it here instead.  (Bug#1067)
5605 2008-10-02  Chong Yidong  <cyd@stupidchicken.com>
5607         * faces.el (inhibit-frame-set-background-mode): New var.
5608         (frame-set-background-mode): Use it to avoid a loop in
5609         face-spec-recalc.
5611 2008-10-02  Glenn Morris  <rgm@gnu.org>
5613         * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
5614         vc-diff-switches.
5616 2008-10-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5618         * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
5619         that is, to take some action when a buffer is killed.  Suggested by
5620         Stefan Monnier <monnier@iro.umontreal.ca>.  Doc fix.  New version
5621         11.2.2.
5622         (whitespace-action): Docstring and :type fix.
5623         (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
5624         Code fix.
5625         (whitespace-add-local-hook, whitespace-remove-local-hook)
5626         (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
5628 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5630         * net/tls.el (open-tls-stream): Show the actual command being
5631         executed, instead of the format string.
5633 2008-10-01  Eli Zaretskii  <eliz@gnu.org>
5635         * term/internal.el (dos-locale-alist): New alist.
5636         (dos-codepage-setup): Use it to compute a value of locale with
5637         which to call set-locale-environment.  Remove code to set
5638         terminal, keyboard, and file-name encoding (done by
5639         set-locale-environment).
5641         * international/mule-cmds.el
5642         (set-language-environment-nonascii-translation): Fix nonascii
5643         value for `pc' ``window-system''.
5644         (set-display-table-and-terminal-coding-system)
5645         (set-default-coding-systems): Don't special-case `pc'.
5647 2008-10-01  Glenn Morris  <rgm@gnu.org>
5649         * filesets.el (filesets-menu-name): Fix type.
5650         (filesets-menu-path, filesets-menu-before): Fix types.
5651         Change defaults to be consistent with recentf.  (Bug#1056)
5653 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5655         * term/xterm.el (xterm-turn-on-modify-other-keys)
5656         (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
5657         Don't forget to pass `terminal' to `send-string-to-terminal'.
5659 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
5661         * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
5662         (vc-file-not-found-hook): Check, that `buffer-file-name' is
5663         non-nil.  It is not clear, whether this is only fixing symptoms on
5664         an error.  OTOH, in all other cases, the call of `vc-file-clearprops'
5665         is embedded by that check.  So it might be TRT.  Suggested by Dan
5666         Nicolaescu <dann@ics.uci.edu>.
5668 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
5670         * Makefile.in (ELCFILES): Remove codepage.elc.
5672         * international/codepage.el: File removed, as even ms-dos doesn't
5673         need it anymore.
5675         * loadup.el [ms-dos]: Don't load ccl and codepage.
5677         * term/internal.el: Remove coding: cookie and no-byte-compile flag.
5678         (IT-character-translations, cjk-codepages-alist): Remove variables.
5679         (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
5680         (IT-unicode-translations): Remove charset and base elements.
5681         Add translations for Latin-1 characters.
5682         (IT-setup-unicode-display): Accept a CODING argument.  Don't use
5683         base and chset elements of IT-unicode-translations.  Don't wrap
5684         translation in "{...}".  Set up translations only for characters
5685         for which unencodable-char-position returns non-nil.
5686         (dos-codepage-setup): Don't use special-case codepages in
5687         cjk-codepages-alist.
5689         * files.el (locate-dominating-file): Wrap directory-files with
5690         condition-case, instead of calling file-directory-p, which stats
5691         the directory one more time.
5693         * mail/mail-utils.el (mail-unquote-printable-region):
5694         Use insert-byte instead of insert-char, when the UNIBYTE arg is
5695         non-nil.
5697 2008-09-30  Daiki Ueno  <ueno@unixuser.org>
5699         * epa-file.el (epa-file-insert-file-contents): Fix typo.
5701 2008-09-30  Glenn Morris  <rgm@gnu.org>
5703         * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
5705 2008-09-30  Daniel Colascione  <danc@merrillpress.com>
5707         * progmodes/which-func.el (which-func-imenu-joiner-function): New.
5708         (which-function): Handle nested imenu trees.
5710         * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
5711         some nested menu items.
5713 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
5715         * calc/calc-units.el (math-standard-units): Add entries used to
5716         display the values in the units buffer.
5717         (math-build-units-table): Add entries to the units table to be used
5718         to display the values in the units buffer.
5719         (math-build-units-table-buffer): Use the display entry of the units
5720         table when non-nil.
5721         (calc-define-unit): Add option to enter display value of unit.
5723 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
5725         * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
5727 2008-09-29  Eli Zaretskii  <eliz@gnu.org>
5729         * files.el (locate-dominating-file): Take file-attributes of
5730         `dir', not of `file' (which never changes).
5732 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
5734         * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
5735         also be `localname'.
5737         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
5738         IDENTIFICATION.
5740 2008-09-28  Glenn Morris  <rgm@gnu.org>
5742         * vc.el (vc-switches): Give it a doc string.
5744 2008-09-28  Romain Francoise  <romain@orebokech.com>
5746         * comint.el (comint-show-output): Adjust to stickiness changes of
5747         the output field.
5749         * startup.el (command-line): Start the daemon server later.
5751 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
5753         * subr.el (read-quoted-char): Call char-resolve-modifiers
5754         instead of char-resolve-modifers.
5756 2008-09-27  Glenn Morris  <rgm@gnu.org>
5758         * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
5759         than [return].  (Bug#1031)
5761 2008-09-27  Peter Dyballa  <Peter_Dyballa@Freenet.DE>
5763         * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
5765 2008-09-27  Daiki Ueno  <ueno@unixuser.org>
5767         * epg.el (epg-wait-for-status): Check if there is no pending status.
5768         Reported by Ted Romer <ted@romerfamily.com>.
5770 2008-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
5772         * startup.el (command-line): Turn on menu-bar-mode and
5773         tool-bar-mode when running as a daemon.
5775 2008-09-26  Eli Zaretskii  <eliz@gnu.org>
5777         * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
5778         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
5779         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
5780         ($(lisp)/progmodes/cc-engine.elc)
5781         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
5782         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
5783         ($(lisp)/progmodes/cc-subword.elc)
5784         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
5786         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
5787         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
5788         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
5789         ($(lisp)/progmodes/cc-engine.elc)
5790         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
5791         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
5792         ($(lisp)/progmodes/cc-subword.elc)
5793         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
5795 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5797         * informat.el (Info-split-threshold): New variable.
5798         (Info-split): Use it.
5800         * textmodes/texinfmt.el (texinfo-format-buffer):
5801         Use Info-split-threshold to decide whether to split Info files.
5803 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
5805         * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
5806         quoting.
5808         * comint.el (comint-dynamic-complete-as-filename): Quote directory
5809         name when reinserting it.
5811         * isearch.el (isearch-search-fun): Use word-search-forward-lax and
5812         word-search-backward-lax for incremental word search.
5814 2008-09-25  Juanma Barranquero  <lekktu@gmail.com>
5816         * generic-x.el (generic-other-modes): Fix typo in docstring.
5817         (generic-use-find-file-hook, generic-lines-to-scan)
5818         (generic-find-file-regexp, generic-ignore-files-regexp)
5819         (generic-define-mswindows-modes, generic-define-unix-modes):
5820         Remove `*' from docstring.
5821         (generic-mode-find-file-hook): Use `string-match-p'.
5822         (apache-log-generic-mode, mailagent-rules-generic-mode)
5823         (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
5824         (java-manifest-generic-mode, java-properties-generic-mode)
5825         (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
5826         for consistency with other modes in generic-x.el.
5828 2008-09-25  Martin Rudalics  <rudalics@gmx.at>
5830         * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
5831         (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
5832         parens specially only if latex-handle-escaped-parens is non-nil.
5833         (latex-indent-within-escaped-parens): New option.
5834         (latex-find-indent): Bind latex-handle-escaped-parens to
5835         latex-indent-within-escaped-parens.  Do not treat escaped parens
5836         specially when this is nil.  (Bug#954)
5838 2008-09-25  Glenn Morris  <rgm@gnu.org>
5840         * ffap.el (ffap-fixup-url): Don't call url-normalize-url.  (Bug#898)
5842 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
5844         * vc.el (vc-mark-resolved): Move message here from
5845         vc-default-mark-resolved.
5846         (vc-default-mark-resolved): Change to an alias for ignore.
5848 2008-09-24  Andreas Politz  <politza@fh-trier.de>  (tiny change)
5850         * term.el (term-emulate-terminal): Encode input string before
5851         checking its length.
5853 2008-09-24  Chong Yidong  <cyd@stupidchicken.com>
5855         * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
5856         is loaded.
5858         * server.el (server-buffer-done): Avoid changing the buffer when
5859         deleting the client's frame (bug#640).
5861         * vc.el (vc-default-mark-resolved): New function.
5863 2008-09-24  Stephen Berman  <stephen.berman@gmx.net>
5865         * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
5866         from raising a wrong-type-argument error.
5868 2008-09-24  Martin Rudalics  <rudalics@gmx.at>
5870         * help-fns.el (describe-function-1, describe-variable): Print
5871         relative file name in help buffer.
5872         * faces.el (describe-face): Print relative file name in help
5873         buffer.
5875 2008-09-23  Romain Francoise  <romain@orebokech.com>
5877         * subr.el (with-output-to-string): Make sure that the temporary
5878         buffer gets killed.
5880 2008-09-23  Markus Sauermann  <markus@sauermann-consulting.de>  (tiny change)
5882         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
5883         indentation problem with keyword symbols when a list starts with
5884         ,@ or spaces.  (Bug#1012)
5886 2008-09-23  Martin Rudalics  <rudalics@gmx.at>
5888         * textmodes/tex-mode.el (latex-find-indent): Try to handle
5889         escaped close parens correctly.  (Bug#954)
5891 2008-09-22  Tassilo Horn  <tassilo@member.fsf.org>
5893         * play/fortune.el (fortune-in-buffer): Fix a bug which forced
5894         usage of `fortune-file' even though a FILE argument was passed to
5895         the function.
5897 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
5899         * startup.el (command-line): Start the server when in daemon mode.
5900         Remove always true test.
5902         * frame.el (frame-initialize): Remove spurious setting of
5903         special-display-function with the default value.
5905 2008-09-20  Vincent Belaïche  <vincent.b.1@hotmail.fr>
5907         * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
5909 2008-09-20  Glenn Morris  <rgm@gnu.org>
5911         * emacs-lisp/lisp-mode.el (lisp-indent-offset):
5912         Fix custom type.  (Bug#1011)
5914 2008-09-20  David De La Harpe Golden  <david@harpegolden.net>
5916         * files.el (move-file-to-trash): Avoid recursive trashing if
5917         rename-file calls delete-file.
5919 2008-09-20  Glenn Morris  <rgm@gnu.org>
5921         * play/fortune.el: Remove leading `*' from defcustom docs.
5922         (fortune-program-options): Doc fix.  Allow to be a string again.
5923         Add :version.
5924         (fortune-in-buffer): Handle fortune-program-options as a string.
5925         Don't rely on fortune program accepting options after fortune file.
5927 2008-09-20  Justin Bogner  <mail@justinbogner.com>  (tiny change)
5929         * play/fortune.el (fortune-program-options): Change to a list.
5930         (fortune-in-buffer): Use apply.
5932 2008-09-20  Ulrich Mueller  <ulm@kph.uni-mainz.de>
5934         * emacs-lisp/authors.el: Change encoding of file to utf-8.
5935         (authors-coding-system): Likewise.
5937 2008-09-20  Ami Fischman  <ami@fischman.org>
5939         * savehist.el (savehist-save): Handle errors in writing as well as
5940         reading.
5942 2008-09-20  Michael Olson  <mwolson@gnu.org>
5944         * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
5945         to provide a minimal performance boost.
5947 2008-09-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5949         * proced.el (proced-grammar-alist, proced-custom-attributes)
5950         (proced-format-alist, proced-format, proced-filter-alist)
5951         (proced-filter, proced-sort): Use defcustom.
5952         (proced-mode): Fix docstring.
5953         (proced-process-attributes): Handle return value nil of functions
5954         in proced-custom-attributes.
5956 2008-09-19  Martin Rudalics  <rudalics@gmx.at>
5958         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
5959         flag from "'" entry in sgml-tag-syntax-table.  (Bug#946)
5961 2008-09-19  Miles Bader  <miles@gnu.org>
5963         * comint.el (comint-output-filter): Make field properties for
5964         output text front-sticky.
5966 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
5968         * vc-bzr.el (vc-bzr-show-log-entry):
5969         * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
5970         C-x v l for a directory uses that.
5972 2008-09-18  Simon Josefsson  <simon@josefsson.org>
5974         * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
5975         .sieve files.
5977 2008-09-18  Martin Rudalics  <rudalics@gmx.at>
5979         * help-macro.el (make-help-screen): Preserve key bindings
5980         established in help-mode call when exiting this macro.
5982 2008-09-17  Kenichi Handa  <handa@m17n.org>
5984         * language/burmese.el: Fix setting of composition-function-table.
5986 2008-09-17  Martin Rudalics  <rudalics@gmx.at>
5988         * info.el (Info-follow-nearest-node): Don't raise an error for
5989         mouse-1 clicks.
5991 2008-09-17  Jay Belanger  <jay.p.belanger@gmail.com>
5993         * calc/calc-units.el (calc-convert-temperature): Use default
5994         units when appropriate.
5996 2008-09-16  Markus Triska  <markus.triska@gmx.at>
5998         * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
5999         catch errors raised in `texmathp'.
6000         (flyspell-tex-math-initialized): Remove.
6002 2008-09-16  Martin Rudalics  <rudalics@gmx.at>
6004         * frame.el (select-frame-set-input-focus): With non-nil
6005         mouse-autoselect-window always move mouse cursor to frame's
6006         selected window.  Otherwise restore pre 2008-09-13 behavior.
6007         (select-frame-by-name): Use select-frame-set-input-focus.
6009         * files.el (switch-to-buffer-other-frame): Don't raise frame since
6010         pop-to-buffer already does it.
6011         (display-buffer-other-frame): Fix doc-string.
6013 2008-09-16  Glenn Morris  <rgm@gnu.org>
6015         * add-log.el (diff-find-source-location): Update declaration.
6017         * progmodes/make-mode.el (makefile-match-function-end):
6018         Move point.  (Bug#983)
6020 2008-09-16  Daiki Ueno  <ueno@unixuser.org>
6022         * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
6024 2008-09-15  Juanma Barranquero  <lekktu@gmail.com>
6026         * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
6027         (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
6029 2008-09-15  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
6031         * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
6033 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
6035         * files.el (file-truename): Don't raise args-out-of-range error
6036         when filename has no separator on windows-nt.  (Bug#982)
6038 2008-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6040         * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
6041         be more honest when we don't know.
6042         (diff-tell-file-name): Don't prompt before the actual prompt.
6043         (diff-mode): Don't prompt in add-log-buffer-file-name-function.
6044         (diff-find-source-location): Add `noprompt' argument.
6045         (diff-current-defun): Don't prompt.
6047 2008-09-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6049         * proced.el (proced-mark-face, proced-marked-face)
6050         (proced-sort-header-face): Remove.
6051         (proced-font-lock-keywords): Simplify.
6052         (proced-format): Use face proced-sort-header.
6053         (proced-format-interactive, proced-sort-interactive)
6054         (proced-filter-interactive): Only call proced-update if the scheme
6055         has changed.
6056         (proced-sort-header): Use posn-actual-col-row.
6058 2008-09-14  Martin Rudalics  <rudalics@gmx.at>
6060         * add-log.el (change-log-find-window): New variable.
6061         (change-log-goto-source-1, change-log-goto-source):
6062         Set change-log-find-window to window displaying source.
6063         (change-log-next-error): Select window specified by
6064         change-log-find-window.
6066 2008-09-13  Martin Rudalics  <rudalics@gmx.at>
6068         * frame.el (select-frame-set-input-focus): With focus follows
6069         mouse move mouse cursor to right window.
6070         * window.el (pop-to-buffer): Select window before calling
6071         select-frame-set-input-focus.
6073 2008-09-12  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6075         * proced.el (proced-sort-header): New face.
6076         (proced-sort-header-face): New variable.
6077         (proced-format): Allow format value nil.
6078         Use proced-sort-header-face for header of sort column.
6079         (proced-format-args): New function.
6080         (proced-grammar-alist, proced-timer-flag, proced-process-alist)
6081         (proced-header-help-echo, proced-field-help-echo, proced-timer)
6082         (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
6083         (proced-refine): Rename from proced-filter-attribute.  Doc fix.
6084         (proced-sort-header): Bind also to mouse-1.
6085         (proced-move-to-goal-column): Return position of point.
6086         (proced-filter-interactive): Always revert listing.
6087         (proced-format-ttname): Simplify.
6088         (proced-update): Do not keep undo information.  Put point at
6089         beginning of buffer if we generate the first listing.
6091 2008-09-12  Tassilo Horn  <tassilo@member.fsf.org>
6093         * doc-view.el (doc-view-scroll-up-or-next-page)
6094         (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
6095         vertically split windows.
6097 2008-09-12  Glenn Morris  <rgm@gnu.org>
6099         * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
6101         * indent.el (indent-line-function): Doc fix.
6102         * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
6104 2008-09-11  Martin Rudalics  <rudalics@gmx.at>
6106         * window.el (pop-to-buffer): If the window for buffer-or-name is
6107         not on the selected frame, raise that window's frame and give it
6108         input focus.  (Bug#745)
6110 2008-09-11  Glenn Morris  <rgm@gnu.org>
6112         * ido.el (ido-mode): Initialize with custom-initialize-default,
6113         rather than a set function.  (Bug#947)
6115 2008-09-10  Chong Yidong  <cyd@stupidchicken.com>
6117         * replace.el (perform-replace): Don't set inhibit-read-only using
6118         query-replace-skip-read-only (bug#956).
6120         * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
6121         of the <<foo>> form.
6123 2008-09-10  Martin Rudalics  <rudalics@gmx.at>
6125         * window.el (display-buffer): Fix doc-string typo.
6127 2008-09-10  Kenichi Handa  <handa@m17n.org>
6129         * composite.el (compose-gstring-for-graphic): Fix previous change.
6131 2008-09-10  Glenn Morris  <rgm@gnu.org>
6133         * info.el (Info-try-follow-nearest-node): Fix doc typo.
6135 2008-09-10  Stephen Berman  <stephen.berman@gmx.net>
6137         * info.el (Info-mouse-follow-nearest-node): Follow links to different
6138         manuals.  (Bug#886)
6140 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
6142         * ido.el (ido-unload-function): New function.
6144 2008-09-08  Juanma Barranquero  <lekktu@gmail.com>
6146         * ido.el (ido-file-internal): Fix typo in prompt.
6147         (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
6148         (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
6149         (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
6150         (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
6151         Fix typos in docstrings.
6153 2008-09-08  Martin Rudalics  <rudalics@gmx.at>
6155         * help-fns.el (describe-function-1): Don't print extra newline
6156         after filling.
6158 2008-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6160         * help-fns.el (find-lisp-object-file-name): Handle case where
6161         library is compressed.
6163 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
6165         * complete.el (PC-do-completion): Don't replace buffer
6166         contents (bug#227).
6168 2008-09-07  Juanma Barranquero  <lekktu@gmail.com>
6170         * loadhist.el (unload-feature-special-hooks):
6171         Add `choose-completion-string-functions'.
6173 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6175         * vc-svn.el (vc-svn-root):
6176         * vc-sccs.el (vc-sccs-root):
6177         * vc-rcs.el (vc-rcs-root):
6178         * vc-cvs.el (vc-cvs-root): Delete.
6179         * vc-hooks.el (vc-find-root): Remove `invert' argument.
6181 2008-09-07  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
6183         * progmodes/flymake.el (flymake-parse-err-lines): Filter out
6184         errors occurring in different files.
6186 2008-09-07  Dan Nicolaescu  <dann@ics.uci.edu>
6188         * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
6189         (vc-bzr-status-printer): New function.
6190         (vc-bzr-after-dir-status): Deal with renamed files.
6192 2008-09-07  Johan Euphrosine  <proppy@aminche.com>  (tiny change)
6194         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
6195         buffer's filename.
6197 2008-09-07  Martin Rudalics  <rudalics@gmx.at>
6199         * subr.el (cancel-change-group): Widen buffer temporarily when
6200         undoing changes.  (Bug#810)
6202 2008-09-07  Nick Roberts  <nickrob@snap.net.nz>
6204         * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
6205         with gud-stop-subjob rather than exit debugger.
6207 2008-09-07  Kenichi Handa  <handa@m17n.org>
6209         * composite.el: Compose combining characters only when it
6210         follows a character matching with "[[:alpha:]]".
6212 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6214         * proced.el: Require time-date.
6215         (proced-command-alist, proced-command, proced-goal-header-re)
6216         (proced-sorting-schemes-alist, proced-sorting-scheme)
6217         (proced-header-alist, proced-sorting-schemes-re)
6218         (proced-skip-regexp, proced-next-line, proced-previous-line)
6219         (proced-listing-type, proced-sorting-scheme-p): Remove.
6220         (proced-grammar-alist, proced-custom-attributes)
6221         (proced-format-alist, proced-format, proced-filter-alist)
6222         (proced-filter, proced-sort, proced-goal-attribute)
6223         (proced-timer-interval, proced-timer-flag, proced-timer)
6224         (proced-process-alist, proced-sort-internal, proced-process-tree)
6225         (proced-header-help-echo, proced-field-help-echo): New variables.
6226         (proced-pid-at-point, proced-timer, proced-mark-process-alist)
6227         (proced-omit-process, proced-filter, proced-process-tree)
6228         (proced-filter-children, proced-children-pids)
6229         (proced-filter-parents, proced-<, proced-string-lessp)
6230         (proced-time-lessp, proced-xor, proced-sort-p)
6231         (proced-format-time, proced-format-start, proced-format-ttname)
6232         (proced-format, proced-process-attributes): New functions.
6233         (proced-toggle-timer-flag, proced-mark-children)
6234         (proced-mark-parents, proced-filter-interactive)
6235         (proced-filter-attribute, proced-sort-interactive)
6236         (proced-sort-header, proced-format-interactive): New commands.
6237         (proced-move-to-goal-column): Use goal-column.
6238         (proced-mode): Use proced-timer.
6239         (proced-do-mark-all): Display process count.  Use use-region-p.
6240         Simplify.
6241         (proced-omit-processes): Use use-region-p.
6242         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
6243         (proced-sort-start, proced-sort-time, proced-sort-user):
6244         Use proced-sort-interactive.
6245         (proced-sort): Make it a function that performs the actual sort.
6246         (proced-update): New arg revert.  Use proced-process-alist,
6247         proced-filter, proced-sort, proced-format, and
6248         proced-grammar-alist.  Preserve position of point based on fields.
6249         Make header line and fields clickable.
6250         (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
6251         (proced-why): Use save-selected-window.
6252         (proced-log): Use buffer-read-only.
6254 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
6256         * tooltip.el (tooltip-mode): Initialize unconditionally to t.
6258 2008-09-06  Glenn Morris  <rgm@gnu.org>
6260         * add-log.el (diff-find-source-location): Declare.
6261         (find-change-log): If called from a diff buffer, try to switch to the
6262         source buffer (e.g. to respect change-log-default-name there).
6264         * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
6265         unallowed characters; added 2006-10-10 without comment.  (Bug#753)
6267         * Makefile.in (ELCFILES): Update.
6269 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
6271         * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
6272         user enters a mouse event in another frame, or a special event.
6274         * server.el (server-switch-buffer): New arg.
6275         (server-execute): If reusing an existing window, set file position
6276         if required.
6278 2008-09-06  Kenichi Handa  <handa@m17n.org>
6280         * language/lao.el: Fix setting of composition-function-table.
6282 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
6284         * term/pc-win.el (msdos-show-help): Don't truncate lines while
6285         displaying help echo messages.
6287 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
6289         * subr.el (symbol-file): Fix doc-string.
6291 2008-09-06  Glenn Morris  <rgm@gnu.org>
6293         * help-mode.el (help-xref-forward-stack): Doc fix.
6295         * add-log.el (change-log-default-name): Autoload safety.
6297 2008-09-05  Wilson Snyder  <wsnyder@wsnyder.org>
6299         * verilog-mode.el (verilog-library-extensions): Enable .sv
6300         filename extensions to call verilog-mode.
6301         (verilog-auto, verilog-auto-inst, verilog-faq)
6302         (verilog-submit-bug-report): Update author support URLs.
6303         (verilog-delete-auto, verilog-auto-inout-module)
6304         (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
6305         creating complemented testbench modules.  Suggested by Yishay Belkind.
6306         (verilog-auto-inst-port, verilog-simplify-range-expression):
6307         When verilog-auto-inst-param-value is set, don't require a
6308         AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
6309         Yishay Belkind.
6310         (verilog-auto-inst-param-value): Add safe variable.
6311         (verilog-re-search-forward, verilog-re-search-backward):
6312         Fix returning wrong search results on Emacs 22.1.
6313         (verilog-modi-cache-results, verilog-auto): Fix warning message
6314         about "toggling font-lock-mode."
6315         (verilog-auto): Fix losing font-lock on errors.
6316         (verilog-auto-inst-param-value, verilog-mode-version)
6317         (verilog-mode-version-date, verilog-read-inst-param-value)
6318         (verilog-auto-inst, verilog-auto-inst-param)
6319         (verilog-auto-inst-port, verilog-simplify-range-expression):
6320         Allow parameters to be replaced with their values, on the expansion of
6321         an AUTOINST with Verilog 2001 style parameter settings.
6322         Suggested by David Rogoff.
6324 2008-09-05  Michael McNamara  <mac@mail.brushroad.com>
6326         * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
6327         Better support for the property statement.  Sometimes this keyword
6328         introduces a statement which requires an endproperty keyword, and
6329         sometimes it doesn't, depending on the work before the property
6330         word.  If property is prefixed with assert, assume or cover
6331         keyword, then the statement is ended with a ';'.  Otherwise,
6332         property is like task or specify, and is followed by some number
6333         of statements, which are ended with an endproperty keyword.
6334         (electric-verilog-tab): Support Emacs 22.2 style handling of tab
6335         in a highlighted region: indent each line in region according to
6336         mode.  Supply this so it works in XEmacs and older Emacs.
6338 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6340         * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
6341         Don't clean up a buffer when killing it.
6343 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6345         * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
6346         buffers (bug#360).  New version 11.2.1.
6347         (whitespace-action): New value `warn-read-only' to give a warning when
6348         buffer is read-only and whitespace action is cleanup or auto-cleanup.
6349         (whitespace-cleanup, whitespace-cleanup-region): Code fix.
6350         (whitespace-warn-read-only): New fun.
6352 2008-09-05  Chong Yidong  <cyd@stupidchicken.com>
6354         * international/quail.el: Require help-mode.
6355         (quail-help-init): Function removed.
6356         (quail-keyboard-layout-button, quail-keyboard-customize-button):
6357         Define directly.
6359         * dired.el (dired-get-filename): Rewrite octal escape character
6360         processor (bug#885).
6362 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
6364         * cus-edit.el (custom-button-pressed): Default to inverse-video.
6366         * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
6367         not just for terminal-frame.
6369 2008-09-05  Martin Rudalics  <rudalics@gmx.at>
6371         * window.el (window--try-to-split-window): Don't split when window
6372         is not splittable in last disjunct.  (Bug#888)
6374 2008-09-05  Kenichi Handa  <handa@m17n.org>
6376         * language/tibetan.el: Fix setting of composition-function-table.
6378         * composite.el (find-composition): Mention about the automatic
6379         composition in the docstring.
6380         (compose-gstring-for-graphic): Fix handling "above" marks.
6382         * descr-text.el (describe-char): Fix handling of automatic composition.
6384 2008-09-04  Juanma Barranquero  <lekktu@gmail.com>
6386         * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
6387         (tramp-parse-connection-properties): Reflow docstring.
6389 2008-09-04  Kim F. Storm  <storm@cua.dk>
6391         * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
6392         and other-frame methods when switching between file and buffer modes.
6394 2008-09-04  Martin Rudalics  <rudalics@gmx.at>
6396         * info.el (Info-dir-remove-duplicates): Narrow buffer when
6397         removing duplicate entries under same heading.  Don't skip char
6398         matching anything but a space or tab at bol.  (Bug#864)
6400 2008-09-03  Alan Mackenzie  <acm@muc.de>
6402         * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
6404 2008-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6406         * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
6407         (completion-pcm--all-completions): Move the case-fold-search binding to
6408         it also applies to completion-regexp-list (used in all-completions).
6409         (completion-pcm--hilit-commonality): Add missing case-fold-search.
6411 2008-09-03  Martin Rudalics  <rudalics@gmx.at>
6413         * window.el (pop-up-frame-function): Move ...
6414         * frame.el (pop-up-frame-function): ... here, to avoid
6415         "CHANGED outside Customize;".
6417 2008-09-03  Glenn Morris  <rgm@gnu.org>
6419         * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
6421 2008-09-03  Chong Yidong  <cyd@stupidchicken.com>
6423         * isearch.el (isearch-highlight-regexp): Fix last change, quoting
6424         non-alphabetical characters properly.
6426 2008-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
6428         * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
6430 2008-09-02  Martin Rudalics  <rudalics@gmx.at>
6432         * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
6433         control-prefixed keys.  (Bug#835)
6435 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
6437         * image-mode.el (image-mode): Fix 2008-07-19 change.
6439 2008-09-02  Juanma Barranquero  <lekktu@gmail.com>
6441         * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
6443         * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
6445 2008-09-02  Glenn Morris  <rgm@gnu.org>
6447         * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
6449         * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
6451 2008-09-01  Glenn Morris  <rgm@gnu.org>
6453         * vc-hooks.el (vc-previous-version): Move alias to vc.el.
6454         * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
6455         and fix name typos.  (Bug#856)
6457 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
6459         * minibuffer.el (completion-pcm--pattern->regex):
6460         When completion-ignore-case is non-nil, generate a regexp that
6461         ignores case.
6463         * window.el (recenter-top-bottom): Doc fix.
6465 2008-09-01  Simon South  <ssouth@member.fsf.org>
6467         * progmodes/delphi.el: New maintainer.
6468         (delphi-interface-types): New var.
6469         (delphi-composite-types): Use it.
6470         (delphi-enclosing-indent-of): Distinguish between "interface"
6471         keyword as a unit separator and used like a class declaration.
6473 2008-09-01  Martin Rudalics  <rudalics@gmx.at>
6475         * help-fns.el (describe-simplify-lib-file-name)
6476         (find-source-lisp-file): Remove.
6477         (find-lisp-object-file-name): New function giving preference to
6478         files found via load-path instead of loaddefs.el.
6479         (describe-function-1): Use new function instead of the removed
6480         ones.  (Bugs #587, #669, #690)
6481         * faces.el (describe-face): Use find-lisp-object-file-name instead
6482         of describe-simplify-lib-file-name.
6484 2008-09-01  Kenichi Handa  <handa@m17n.org>
6486         * international/mule-diag.el (font-show-log): Fix previous change.
6488         * international/mule-cmds.el (set-language-environment):
6489         Don't overwrite current-iso639-language if the current language
6490         environment doesn't provide that data.
6491         (set-locale-environment): Set current-iso639-language from the
6492         locale name.
6494         * international/fontset.el (script-representative-chars): Re-add
6495         the entry for symbol, but with vector of characters.
6496         (setup-default-fontset): Cancel previous change.
6498 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
6500         * ido.el: Move provide statement to the end of the file.
6502 2008-08-30  Markus Triska  <markus.triska@gmx.at>
6504         * linum.el (linum-mode): `window-size-change-functions' can now be
6505         buffer-local.
6506         (linum-update-window): Use result of `move-overlay'.
6508 2008-08-30  Glenn Morris  <rgm@gnu.org>
6510         * subr.el (make-variable-frame-local): Tweak obsolescence message.
6512         * info.el (Info-hide-note-references, Info-refill-paragraphs):
6513         Doc fixes.
6515         * apropos.el (apropos-command): Report documentation errors.
6516         * help-fns.el (describe-function-1): Handle broken aliases.  (Bug#825)
6518 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
6520         * isearch.el (isearch-highlight-regexp): Fix case of highlighted
6521         string.
6523 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
6525         * bindings.el (mode-line-frame-identification): Fix last change.
6527 2008-08-29  Kenichi Handa  <handa@m17n.org>
6529         These changes are to adjust the automatic composition for the new
6530         implementation (avoid using text property).
6532         * composite.el (composition-function-table): Move declaration to
6533         composite.c.
6534         (terminal-composition-base-character-p): Delete it.
6535         (terminal-composition-function): Delete it.
6536         (terminal-composition-function-table): Delete it.
6537         (lgstring-header, lgstring-set-header, lgstring-font)
6538         (lgstring-char, lgstring-char-len, lgstring-shaped-p)
6539         (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
6540         (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
6541         (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
6542         (lglyph-ascent, lglyph-descent, lglyph-adjustment)
6543         (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
6544         (compose-glyph-string, compose-glyph-string-relative)
6545         (compose-gstring-for-graphic, compose-gstring-for-terminal):
6546         New functions.
6547         (auto-compose-chars): Argument changed.
6549         * language/european.el: Don't setup composition-function-table.
6550         (diacritic-composition-pattern, diacritic-compose-region)
6551         (diacritic-compose-string, diacritic-compose-buffer)
6552         (diacritic-composition-function): Delete them.
6554         * language/lao-util.el (lao-composition-function): Argument changed.
6556         * language/sinhala.el: Fix setting up of composition-function-table.
6558         * language/thai.el: Fix setting up of composition-function-table.
6560         * language/thai-util.el: Encoding changed to utf-8.
6561         (thai-composition-function): Argument changed.
6563         * language/indian.el: Fix setting up of composition-function-table.
6564         (devanagari-composable-pattern)
6565         (tamil-composable-pattern, kannada-composable-pattern)
6566         (malayalam-composable-pattern): New variables.
6568         * international/characters.el (unicode-category-table):
6569         Setup unicode-category-table.
6571         * international/fontset.el (setup-default-fontset): Prepend
6572         iso10646-1 fonts to the fallback font groups instead of appending.
6574 2008-08-29  Glenn Morris  <rgm@gnu.org>
6576         * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
6578 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
6580         * term/x-win.el (x-win-suspend-error): Don't signal error if there
6581         are no X frames active.
6583 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
6585         * net/xesam.el (xesam-kill-buffer-function): Wrap code by
6586         `ignore-errors' (the function must succeed always).
6588 2008-08-28  Edward O'Connor  <hober0@gmail.com>
6590         * json.el (json-read-number): New arg.  Handle explicitly signed
6591         numbers.
6592         (json-readtable): Add `+' and `.'.
6594 2008-08-28  Eli Zaretskii  <eliz@gnu.org>
6596         * term/pc-win.el (msdos-previous-message): New variable.
6597         (msdos-show-help): New function.
6598         (msdos-initialize-window-system): Set show-help-function to
6599         msdos-show-help.
6601 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
6603         * emacs-lisp/debug.el (debug): When killing a noninteractive
6604         Emacs, give an exit status of -1.
6606 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
6608         * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
6610 2008-08-27  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
6612         * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
6613         not the same as the last modification time, fall back on the
6614         backend-specific check.
6616 2008-08-27  Teodor Zlatanov  <tzz@lifelogs.com>
6618         * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
6619         to go to the position of interest.
6621 2008-08-27  Tomas Abrahamsson  <tab@lysator.liu.se>
6623         * textmodes/artist.el (artist-mode-init): Add comment on the
6624         setting up of the `artist-replacement-table' array.
6625         (artist-get-replacement-char): New defsubst.
6626         (artist-get-char-at-xy-conv, artist-replace-char)
6627         (artist-replace-chars, artist-replace-string): Use it instead of
6628         accessing `artist-replacement-table' directly.
6629         Reported by Rubén Berenguel <ruben@maia.ub.es>.
6631         (artist-mt): Fix structures for cut and copy operations.
6633 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
6635         * shell.el (shell-file-name-quote-list): Quote `$'.
6637         * comint.el (comint-dynamic-complete-as-filename): Generalize last
6638         change to allow quoting of characters before point.
6639         (comint-dynamic-list-filename-completions): Quote common substring.
6641 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
6643         * comint.el (comint-dynamic-complete-as-filename): If case is
6644         ignored while matching, replace the entire filename with completion.
6646         * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
6647         flyspell-pre-point is valid to avoid signalling an error in
6648         post-command-hook.
6650 2008-08-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
6652         * linum.el (linum): Inherit remaining face attributes from default
6653         face.
6655 2008-08-26  Markus Triska  <markus.triska@gmx.at>
6657         * linum.el (linum-delay): Disable - it should no longer be
6658         necessary, and can lead to longer delays.
6659         (linum-update-window): Renumber if margin width has changed.
6661 2008-08-26  Daiki Ueno  <ueno@unixuser.org>
6663         * epa.el (epa--key-widget-action): Save the selected window to
6664         make `widget-button-click-moves-point' work.  (Bug#733).
6666 2008-08-26  Glenn Morris  <rgm@gnu.org>
6668         * calendar/holidays.el (calendar-holidays): Doc fix.
6670         * progmodes/gud.el (tramp-file-name-localname)
6671         (tramp-dissect-file-name): Declare.
6673         * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
6675 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
6677         * bindings.el (mode-line-frame-control): New function, caters to
6678         `pc' ``window system''.
6679         (mode-line-frame-identification): Use it instead of accessing
6680         window-system directly.
6682 2008-08-25  Juri Linkov  <juri@jurta.org>
6684         * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
6685         `center-line' and "\eS" from `center-paragraph'.
6686         (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
6687         `center-paragraph'.
6689 2008-08-25  Ulf Jasper  <ulf.jasper@web.de>
6691         * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
6692         (newsticker-treeview-treewindow-width): New.
6693         (newsticker-treeview-listwindow-height): New.
6694         (newsticker-treeview-browse-url-item): New.
6695         (newsticker-treeview-mode-map):
6696         Add newsticker-treeview-browse-url-item.
6697         (newsticker--treeview-window-init):
6698         Use newsticker-treeview-treewindow-width and
6699         newsticker-treeview-listwindow-height.
6701         * net/newst-reader.el (newsticker-browse-url-item): New.
6703 2008-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
6705         * vc-dir.el (vc-dir-marked-only-files-and-states):
6706         (vc-dir-child-files-and-states): Reverse the list before returning it.
6708 2008-08-24  Michael Albinus  <michael.albinus@gmx.de>
6710         * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
6712 2008-08-24  Romain Francoise  <romain@orebokech.com>
6714         * progmodes/python.el (run-python): Remove '' from sys.path.
6716 2008-08-23  Glenn Morris  <rgm@gnu.org>
6718         * progmodes/fortran.el (fortran-tab-mode-string)
6719         (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
6721 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
6723         * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
6724         Add declare-function.
6726         * startup.el (command-line): Don't call tty-register-default-colors
6727         if initial-window-system is `pc'.
6729         * term/internal.el (local-function-key-map): Fix unbalanced parens.
6730         (msdos-key-remapping-map): New variable.  Move here all the special
6731         keys we will be remapping via local-function-key-map.
6732         (msdos-setup-keyboard): New function.
6734         * term/pc-win.el (msdos-create-frame-with-faces): Rename from
6735         make-msdos-frame.
6736         (terminal-init-internal): New function, errors out if called.
6737         (msdos-initialize-window-system): New function.
6738         (msdos-create-frame-with-faces): Set the terminal's
6739         `terminal-initted' (sic!) parameter.
6740         (frame-creation-function-alist): Add msdos-create-frame-with-faces.
6741         (window-system-initialization-alist):
6742         Add msdos-initialize-window-system.
6743         (handle-args-function-alist): Use tty-handle-args for `pc'
6744         ``window system'' as well.
6745         (pc-win): Provide.
6747         * term/tty-colors.el (tty-register-default-colors): Remove bogus
6748         code for using msdos-color-values.
6750         * loadup.el [ms-dos]: Load term/pc-win.
6752 2008-08-23  Dan Nicolaescu  <dann@ics.uci.edu>
6754         * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
6755         directory name.
6757 2008-08-23  Nick Roberts  <nickrob@snap.net.nz>
6759         * progmodes/gud.el (gud-common-init): Use absolute file so that
6760         perldb works with tramp (sudo).
6762         * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
6763         match data in process filters.
6765 2008-08-23  Martin Rudalics  <rudalics@gmx.at>
6767         * dired.el (dired-buffer-stale-p): Do not revert buffer that
6768         can be written.
6770 2008-08-23  Glenn Morris  <rgm@gnu.org>
6772         * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
6773         (dired-guess-shell-alist-user): Doc fix.  (Bug#417).
6775 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
6777         * subr.el (temp-buffer-show-hook): Doc fix.
6779 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
6781         * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
6782         and "INSIDE_EMACS=...".  Reported by Tassilo Horn
6783         <tassilo@member.fsf.org>.
6785         * net/trampver.el: Update release number.
6787         * net/xesam.el (xesam-minor-mode): New minor mode.
6788         (xesam-highlight-buffer): Remove.  Code moved to
6789         `xesam-minor-mode'.
6790         (xesam-refresh-entry): Use `xesam-minor-mode'.
6792 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
6794         * minibuffer.el (completion--try-word-completion):
6795         Disable partial-completion when considering the addition of a space
6796         or hyphen.
6798 2008-08-21  John Paul Wallington  <jpw@pobox.com>
6800         * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
6801         filename of `tofile' doesn't contain any colons on Windows,
6802         Cygwin, and MS-DOS systems.
6804 2008-08-21  Daiki Ueno  <ueno@unixuser.org>
6806         * epg.el (epg-make-context, epg-context-set-passphrase-callback)
6807         (epg-context-set-progress-callback): Make sure the callback is a
6808         cons of a function and a handback.  Update all callers.
6810 2008-08-20  David Reitter  <david.reitter@gmail.com>
6812         * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
6813         Patch applied by Adrian Robert.
6815 2008-08-20  Kevin Ryde  <user42@zip.com.au>
6817         * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
6818         directive lines.
6820 2008-08-20  Michael Albinus  <michael.albinus@gmx.de>
6822         * net/xesam.el (xesam-highlight-string): Precise doc string.
6823         (xesam-highlight-buffer): New defun.
6824         (xesam-refresh-entry): Use it.  Better check for sourceModified.
6826 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
6828         * edmacro.el (edmacro-parse-keys): Catch events with spaces in
6829         their names.
6831 2008-08-19  Kenichi Handa  <handa@m17n.org>
6833         * language/european.el ("Esperanto"): Change the preferred
6834         charsets to iso-8859-3.
6836         * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
6838         * international/fontset.el (script-representative-chars):
6839         Delete the entry for symbol.
6840         (setup-default-fontset): For symbol characters, don't specify
6841         :script property.
6843 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
6845         * minibuffer.el (completion-table-dynamic): Doc fix.
6847         * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
6848         saved.
6850 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
6852         * emulation/edt.el (edt-default-emulation-setup):
6853         Share global-buffers-menu-map with the emulated global map.
6855 2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
6857         * term/ns-win.el (global): Uncomment "put backspace
6858         ascii-character..." and friends, they are needed for tramp.  (Bug#725)
6860 2008-08-18  Kenichi Handa  <handa@m17n.org>
6862         * international/mule-diag.el (font-show-log): Add optional arg N
6863         to control the limit of font listing.
6865 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
6867         * window.el (recenter-top-bottom): Determine top and bottom
6868         positions using scroll-margin instead of scroll-conservatively.
6870 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6872         * proced.el (proced-send-signal): Use beginning-of-line.
6874 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6876         * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
6877         (proced-mode-map): Add tooltips for menus.  Use radio buttons for
6878         listing types.
6879         (proced-log-buffer): New variable.
6880         (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
6881         region if transient-mark-mode is turned on and the region is active.
6882         (proced-omit-processes): Rename from proced-hide-processes to
6883         avoid key clash with describe-mode (bound to h).  Search for
6884         marked processes starting from point-min.
6885         (proced-header-space): Remove.
6886         (proced-send-signal): Handle errors.  Operate on current process
6887         if no process is marked.
6888         (proced-why): New command.
6889         (proced-log, proced-log-summary): New functions.
6890         (proced-help): Use proced-why.
6891         * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
6892         (bibtex-autokey-year-title-separator): Fix docstring.
6894 2008-08-17  Michael Albinus  <michael.albinus@gmx.de>
6896         * net/xesam.el (xesam-vendor, xesam-notify-function):
6897         New local variables.
6898         (xesam-mode): Extend docstring.  Initialize `xesam-notify-function'.
6899         (xesam-refresh-entry): Use `xesam-notify-function' if set.  Remove
6900         Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
6901         (xesam-new-search): Initialize `xesam-vendor'.
6903 2008-08-15  Glenn Morris  <rgm@gnu.org>
6905         * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
6906         a pipeline.
6907         * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
6908         unless at the end of the pipeline.  (Bug#699).
6910 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
6912         * minibuffer.el (completion-boundaries): Doc fix.
6913         (display-completion-list): Only default base-size to zero if
6914         completing in the minibuffer.
6916         * simple.el (completion-base-size): Doc fix.
6917         (choose-completion): Try reselecting completion-reference-buffer.
6919 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
6921         * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
6922         also for remote directories.
6924 2008-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6926         * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
6927         since those precomputed values aren't used any more.
6928         (easy-menu-precalculate-equivalent-keybindings): Obsolete.
6930 2008-08-14  Martin Rudalics  <rudalics@gmx.at>
6932         * help.el (with-help-window): Return last value in BODY.
6934 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
6936         * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
6937         notify function of the URL.
6938         (xesam-new-search): Encode special characters in the query string.
6940 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
6942         * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
6944 2008-08-13  Andreas Schwab  <schwab@suse.de>
6946         * net/tramp.el (tramp-handle-shell-command): Handle output going
6947         to current buffer like shell-command.  Don't disable undo.
6949 2008-08-13  Glenn Morris  <rgm@gnu.org>
6951         * eshell/esh-cmd.el (eshell/which): Handle the case where no
6952         description is found.
6954 2008-08-12  Alan Mackenzie  <acm@muc.de>
6956         * progmodes/cc-defs.el (c-emacs-features):
6957         argumentative-bod-function: bind mark-ring to avoid accumulating a
6958         spurious mark.
6960 2008-08-12  Chong Yidong  <cyd@stupidchicken.com>
6962         * simple.el (visual-line--saved-state): New var.
6963         (visual-line-mode): Save local values of variables, and restore
6964         them when visual-line-mode is disabled.
6966 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
6968         * net/ldap.el (ldap-search-internal): Tweak URL regexp.
6970 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
6972         * progmodes/cc-defs.el (c-emacs-features):
6973         Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
6974         moving point during the test.
6976         * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
6978 2008-08-11  Glenn Morris  <rgm@gnu.org>
6980         * term/ns-win.el (x-parse-geometry): Doc fix.
6982         * dired.el (x-popup-menu):
6983         * hi-lock.el (x-popup-menu):
6984         * mouse.el (font-face-attributes):
6985         * calendar/cal-menu.el (x-popup-menu):
6986         * calendar/calendar.el (x-popup-menu):
6987         * calendar/holidays.el (x-popup-menu):
6988         * progmodes/cperl-mode.el (x-popup-menu):
6989         * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
6990         (x-open-connection):
6991         * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
6992         (x-command-line-resources):
6993         * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
6994         (x-display-name, x-command-line-resources):
6995         Add declarations for builds without X.
6997 2008-08-10  Glenn Morris  <rgm@gnu.org>
6999         * calendar/cal-bahai.el (holiday-bahai): Doc fix.
7001 2008-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
7003         * vc-bzr.el (vc-bzr-find-revision): Rename from
7004         vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
7006 2008-08-10  Michael Albinus  <michael.albinus@gmx.de>
7008         * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
7009         (xesam-refresh-entry): Add Debbugs handling.  Insert a widget
7010         "DONE", when all hits are retrieved.
7011         (xesam-search): Autoload it.
7013 2008-08-11  John Paul Wallington  <jpw@pobox.com>
7015         * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
7016         empty string when no filename.
7017         (define-ibuffer-column filename): Accommodate that change.
7019         * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
7020         `buffer-file-name' instead of `ibuffer-buffer-file-name'.
7022 2008-08-10  Glenn Morris  <rgm@gnu.org>
7024         * Makefile.in (ELCFILES): Update.
7026 2008-08-10  John Paul Wallington  <jpw@pobox.com>
7028         * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
7030 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
7032         * battery.el (battery-echo-area-format, battery-status-function):
7033         Handle new Linux sysfs format for battery reporting.
7034         (battery-linux-sysfs): New function.
7036 2008-08-07  Martin Rudalics  <rudalics@gmx.at>
7038         * add-log.el (change-log-search-tag-name)
7039         (change-log-goto-source): Fix behavior when point is not on tag.
7041 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
7043         * startup.el (command-line-ns-option-alist): Use ignore instead of
7044         ns-ignore-0-arg.
7046         * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
7047         (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
7048         (ns-alternatives-map): New variable.
7049         (x-set-up-function-keys): Use it.
7050         (global): Comment out "put backspace ascii-character..." and friends.
7051         Move function-key-map into ns-alternatives-map.  Don't call
7052         precompute-menubar-bindings.  Don't set anything connected with
7053         browse-url.
7054         (after-make-frame-functions): Clarify comment why a hook is added.
7056 2008-08-06  Joakim Verona  <joakim@verona.se>
7058         * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
7059         in url:s.
7061 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
7063         * vc-svn.el (vc-svn-parse-status): Use when instead of if.
7064         Fix 2008-01-01 change: use a shy group to not affect subsequent
7065         match calls.
7067 2008-08-06  Reto Zimmermann  <reto@gnu.org>
7069         * progmodes/vera-mode.el (vera-electric-tab):
7070         * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
7071         region when active.
7073 2008-08-06  Kenichi Handa  <handa@m17n.org>
7075         * faces.el (face-valid-attribute-values): Fix handling the value
7076         of (font-family-list) and font-XXX-table.
7078 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
7080         * proced.el (proced-menu): Bind the correct function to for toggling.
7082         * vc-dir.el (vc-dir-mode): Fix typo.
7084 2008-08-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7086         * whitespace.el (whitespace-newline-mode)
7087         (global-whitespace-newline-mode, whitespace-mode)
7088         (global-whitespace-mode): Improve docstring.
7090 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
7092         * kmacro.el (kmacro-exec-ring-item): Add autoload.
7094         * files.el (auto-save-visited-file-name): Move definition to fileio.c.
7096         * cus-start.el (all): Handle auto-save-visited-file-name.
7098 2008-08-05  Alex Shinn  <alexshinn@gmail.com>  (tiny change)
7100         * files.el (hack-one-local-variable-eval-safep): Handle
7101         lisp-indent-function and scheme-indent-function in addition to the
7102         deprecated lisp-indent-hook.
7104 2008-08-05  Michael Albinus  <michael.albinus@gmx.de>
7106         * net/xesam.el (top): Require `wid-edit' always.
7107         (xesam-mode-line, xesam-highlight): New deffaces.
7108         (xesam-objects): New local variable.
7109         (xesam-search-engines): Fix error in field list.
7110         (xesam-mode): Use `xesam-mode-line' instead of
7111         `font-lock-type-face'.  Apply `xesam-mode' to a temp buffer, for
7112         proper initialization (why?).
7113         (xesam-highlight-string, xesam-get-hits)
7114         (xesam-kill-buffer-function): New defuns.
7115         (xesam-refresh-entry): Move code to `xesam-get-hits'.  Check
7116         result of "hit.fields", it isn't a string only.  Wrap an error of
7117         the strigi search engine ("xesam:size" is returned as string).
7118         Highlight search items.
7119         (xesam-refresh-search-buffer): Make logic of counters more simple.
7120         Prefetch next hits.
7121         (xesam-signal-handler): Use `xesam-mode-line' instead of
7122         `font-lock-type-face'.
7123         (xesam-new-search): Add `xesam-kill-buffer-function' to
7124         `kill-buffer-hook'.
7126 2008-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
7128         * add-log.el (change-log-next-error, change-log-mode): Add support
7129         for `next-error' to call `change-log-goto-source' on named files
7130         in a ChangeLog.
7132 2008-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
7134         * calc/calc.el (math-read-number): Handle all C-like languages
7135         properly.
7137 2008-08-04  Vincent Belaïche  <vincent.b.1@hotmail.fr>
7139         * calc/calc.el (math-read-number): Handle C numbers beginning with
7140         0 correctly.
7142 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7144         * term/ns-win.el ([ns-new-frame]): New global key.
7146 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
7148         * international/mule-cmds.el (read-char-by-name):
7149         Check UCS names with `assoc-string' and case folding.
7151 2008-08-04  Michael Albinus  <michael.albinus@gmx.de>
7153         * net/dbus.el (dbus-call-method-asynchronously)
7154         (dbus-method-return-internal, dbus-method-error-internal):
7155         Declare them with `declare-function'.
7157 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
7159         * descr-text.el (describe-char-display): Fix last change:
7160         don't pass CHARSET to `encoded-string-description'.
7162 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
7164         * vc.el (vc-next-action): Update list var correctly after delete.
7166 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7168         * ido.el (ido-mode): Add toggle notification.
7170         * cus-edit.el (custom-save-all): Avoid destroying symlink if
7171         already visiting the custom file.
7173         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7174         pending output coming after the status change.
7176 2008-08-02  Jason Rumney  <jasonr@gnu.org>
7178         * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
7180 2008-08-01  Kenichi Handa  <handa@m17n.org>
7182         * international/mule-cmds.el (encode-coding-char):
7183         New optional arg CHARSET.
7185         * descr-text.el (describe-char-display): Call encode-coding-char
7186         with the arg CHARSET.
7187         (describe-char): Pay attention to the text-property `charset'.
7189 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
7191         * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
7192         error messages.
7193         (dbus-set-property): Call `dbus-introspect-get-property' instead
7194         of `dbus-get-property'.
7196         * net/xesam.el (xesam-all-fields): Remove source and content
7197         identifiers.
7198         (xesam-dbus-unique-names): New defvar.
7199         (xesam-dbus-call-method): New defun.  Replace all calls of
7200         `dbus-call-method' by `xesam-dbus-call-method'.
7201         (xesam-get-cached-property, xesam-set-cached-property):
7202         New defuns.
7203         (xesam-get-property, xesam-set-property, xesam-refresh-entry)
7204         (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
7205         (xesam-search-engines): Make it an association list.  Take changed
7206         layout into account in the corresponding function.
7207         (xesam-delete-search-engine): Remove check for consistency of
7208         `xesam-search-engines', not needed anymore.
7209         (xesam-mode): Show XML query string only in the debug case.
7211 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
7213         * files.el (read-file-modes): Fix typo in docstring.
7215 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
7217         * Makefile.in: Avoid maintainer warning for autogenerated unicode
7218         files.
7220         * apropos.el (apropos-symbol): Don't set button skip by default.
7221         (apropos-print): Set button skip iff searching for multiple types.
7222         (apropos-print-doc): Insert blank label button when searching for
7223         a single type.
7225         * button.el (forward-button): Avoid infloop.
7227         * minibuffer.el (read-file-name-completion-ignore-case):
7228         Add cygwin to the list.
7230 2008-07-31  Sven Joachim  <svenjoac@gmx.de>
7232         * files.el (abbreviate-file-name): When replacing $HOME with ~,
7233         turn off case-fold-search.
7235 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
7237         * net/dbus.el (top): Don't register for "NameOwnerChanged".
7238         (dbus-message-type-invalid, dbus-message-type-method-call)
7239         (dbus-message-type-method-return, dbus-message-type-error)
7240         (dbus-message-type-signal): New defconst.
7241         (dbus-ignore-errors): Fix `edebug-form-spec' property.
7242         (dbus-return-values-table): New defvar.
7243         (dbus-call-method-non-blocking-handler, dbus-event-message-type):
7244         New defun.
7245         (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
7246         Extend docstring.  Adapt implementation according to new
7247         `dbus-event' layout.
7248         (dbus-event-service-name, dbus-event-path-name)
7249         (dbus-event-interface-name, dbus-event-member-name):
7250         Adapt implementation according to new `dbus-event' layout.
7251         (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
7253         * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
7254         (xesam-mode): Rework implementation.
7255         (xesam-new-search): Additional parameter TYPE.
7256         (xesam-search): Adapt call of `xesam-new-search'.
7258 2008-07-31  Juri Linkov  <juri@jurta.org>
7260         * dired-aux.el (dired-do-chmod): Set default value to the original
7261         mode string using absolute notation like u=rwx,g=rx,o=rx.
7262         Use it as a new arg `default' of `dired-mark-read-string'.
7263         (dired-mark-read-string): Add new optional arg `default'.
7265         * files.el (read-file-modes): Set default value to the original
7266         mode string using absolute notation like u=rwx,g=rx,o=rx.
7267         Use it as the `default' arg of `read-string'.
7269         * filesets.el (filesets-cmd-isearch-getargs): Check if the
7270         variable `files' is bound to avoid warnings.
7272         * isearch.el (isearch-forward-regexp, isearch-forward-word)
7273         (isearch-backward, isearch-backward-regexp): Doc fix - make a link
7274         to the command `isearch-forward' instead of displaying "See C-s".
7275         (isearch-highlight-regexp): Remove arguments `regexp' and `face'
7276         with their interactive specifications.  Move reading the face name to
7277         the main body after calls to isearch-done and isearch-clean-overlays.
7279         * mb-depth.el: Unify all names under one common name prefix
7280         `minibuffer-depth-'.
7281         (minibuffer-depth-indicator-function): Rename from
7282         `minibuf-depth-indicator-function'.
7283         (minibuffer-depth-overlay): Rename from
7284         `minibuf-depth-overlay'.
7285         (minibuffer-depth-setup): Rename from
7286         `minibuf-depth-setup-minibuffer'.
7287         (minibuffer-depth-indicate-mode): Rename from
7288         `minibuffer-indicate-depth-mode'.
7290 2008-07-31  Juri Linkov  <juri@jurta.org>
7292         * dired-aux.el (dired-isearch-filenames-toggle): New command.
7293         (dired-isearch-filenames-setup): Bind "\M-sf" to
7294         dired-isearch-filenames-toggle in isearch-mode-map.
7295         (dired-isearch-filenames-end): Bind "\M-sf" to nil
7296         in isearch-mode-map.
7298         * isearch.el (isearch-edit-string-set-word): New command.
7299         (minibuffer-local-isearch-map): Bind "\C-w" to
7300         isearch-edit-string-set-word.
7301         (isearch-new-word): Temporary internal variable.
7302         (isearch-edit-string): Remove special case of reading the
7303         first character and checking it for C-w.
7305         * simple.el (read-shell-command, shell-command):
7306         Move code that uses minibuffer-with-setup-hook to set
7307         minibuffer-default-add-function to minibuffer-default-add-shell-commands
7308         from the interactive spec of `shell-command' to `read-shell-command'.
7310         * international/mule-cmds.el (read-char-by-name):
7311         Accept hash notation.  Doc fix.
7312         (ucs-insert): Doc fix.  Convert to number only when `arg' is
7313         a string.  Use separate error message when `arg' is not an integer.
7314         Bind `ucs-insert' to `C-x 8 RET'.
7316 2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
7318         * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
7319         move the (arglist-cont-nonempty) from c-offsets-alist to
7320         c-hanging-braces-alist like other styles already have.
7322 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7324         * textmodes/texinfmt.el:
7325         * nxml/nxml-enc.el:
7326         * mail/feedmail.el:
7327         * international/mule.el:
7328         * international/latexenc.el:
7329         * emulation/viper-util.el:
7330         * emulation/viper-init.el:
7331         * emulation/viper-ex.el:
7332         * emacs-lisp/bytecomp.el:
7333         * version.el:
7334         * subr.el:
7335         * startup.el:
7336         * sort.el:
7337         * shadowfile.el:
7338         * recentf.el:
7339         * printing.el:
7340         * paths.el:
7341         * minibuffer.el:
7342         * ls-lisp.el:
7343         * loadup.el:
7344         * hippie-exp.el:
7345         * finder.el:
7346         * files.el:
7347         * ediff-util.el:
7348         * ediff-ptch.el:
7349         * ediff-init.el:
7350         * ediff-diff.el:
7351         * dired.el:
7352         * dired-aux.el:
7353         * cus-edit.el:
7354         * bindings.el:
7355         * arc-mode.el:
7356         * add-log.el: Remove VMS support.
7357         * obsolete/vmsproc.el:
7358         * obsolete/vms-pmail.el:
7359         * obsolete/vms-patch.el: Remove file.
7361 2008-07-31  Alan Mackenzie  <acm@muc.de>
7363         * progmodes/cc-mode.el (c-before-hack-hook): New function
7364         (Top Level): Install c-before-hack-hook on
7365         before-hack-local-variables-hook, rather than
7366         c-postprocess-file-styles on hack-local-variables-hook.
7368 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
7370         * files.el (normal-mode): Move call to hack-project-variables into
7371         hack-local-variables.
7372         (file-local-variables-alist, before-hack-local-variables-hook):
7373         New vars.
7374         (ignored-local-variables): Add file-local-variables-alist.
7375         (hack-local-variables-filter): Renamed from
7376         hack-local-variables-apply.  Add the result to
7377         file-local-variables-alist, without applying them.
7378         (hack-local-variables): Set file-local-variables-alist to nil.
7379         Call hack-project-variables and before-hack-local-variables-hook.
7380         Apply variables here, instead of hack-local-variables-apply.
7381         Based on a patch by Alan Mackenzie.
7383 2008-07-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
7385         * info-look.el (autoconf-mode :doc-spec): For
7386         "(autoconf)M4 Macro Index", if the item already
7387         begins with "AS_", don't prefix that string again.
7389 2008-07-30  Juri Linkov  <juri@jurta.org>
7391         * info.el (info, Info-mode): Doc fix.
7393         * isearch.el (isearch-mode-map): Bind `M-s r' to
7394         `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
7395         (search-map): Bind `M-s w' to `isearch-forward-word' globally
7396         in the global map `search-map'.
7397         (isearch-forward): Doc fix.
7398         (isearch-forward-word, isearch-toggle-case-fold): New commands.
7400         * simple.el (quoted-insert): Comment out code that treats
7401         0240-0377 specially.
7403 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
7405         * cus-start.el: Add customization info for
7406         read-buffer-completion-ignore-case.
7408 2008-07-30  Sam Steingold  <sds@gnu.org>
7410         * vc-dir.el (vc-dir): Call file-truename on the dir argument.
7412 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
7414         * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
7415         (vc-dir-mode): Improve docstring.
7417 2008-07-30  Juri Linkov  <juri@jurta.org>
7419         * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
7420         for the sake of isearch-mode-hook in dired-mode in dired.el.
7422 2008-07-19  Markus Triska  <markus.triska@gmx.at>
7424         * image-mode.el (image-mode): Set image-mode-text-map when image
7425         cannot be displayed.
7427 2008-07-30  Stephen Leake  <stephen_leake@stephe-leake.org>
7429         * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
7430         ada-xref-set-default-prj-values.
7431         (ada-prj-display-page): Ditto.
7433         * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
7434         (ada-make-filename-from-adaname): Fix free variable.
7436 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
7438         * vc-git.el (vc-git-status-printer): Synchronize with the default.
7440 2008-07-30  Michael McNamara  <mac@mail.brushroad.com>
7442         * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
7443         for declarations inside a parenthetical list.  The code is ill-advised,
7444         and doesn't work given user defined types.
7445         (verilog-set-auto-endcomments): Enhance function automatic
7446         endcomment to support functions that return user defined types.
7447         (verilog-mode): Add code to tell which-function-mode minor mode
7448         that Verilog supports this feature.
7449         (verilog-beg-block-re-ordered, verilog-indent-re)
7450         (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
7451         (verilog-leap-to-head): Support the new virtual and/or protected
7452         tasks, as well as extern declarations of tasks for indenting and
7453         for forward/backward expression.
7455 2008-07-30  Wilson Snyder  <wsnyder@wsnyder.org>
7457         * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
7458         to work with SV 'logic' signals.  Suggested by Julian Gorfajn.
7459         (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
7460         (verilog-string-replace-matches): Avoid recursion with small
7461         replacements.
7462         (verilog-auto-inst-param-value, verilog-mode-version)
7463         (verilog-mode-version-date, verilog-read-inst-param-value)
7464         (verilog-auto-inst, verilog-auto-inst-param)
7465         (verilog-auto-inst-port, verilog-simplify-range-expression): Add
7466         verilog-auto-inst-param-value option for AUTOINST.  Suggested by
7467         David Rogoff.  This allows parameters to be replaced with their
7468         values, on the expansion of an AUTOINST with Verilog 2001 style
7469         parameter settings.
7471 2008-07-30  David Lord  <david.lord@phonecoop.coop>  (tiny change)
7473         * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
7474         to `cddr'.
7476 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
7478         * Makefile.in (ELCFILES): Add mairix.elc.
7480 2008-07-29  David Engster  <deng@randomsample.de>
7482         * net/mairix.el: New file.
7484 2008-07-29  Juri Linkov  <juri@jurta.org>
7486         * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
7487         instead of variable-pitch with bold and 1.2 height.
7489         * dired-aux.el (dired-do-async-shell-command): New command.
7491         * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
7492         from `&' to `%&'.  Bind `&' to `dired-do-async-shell-command'.
7494 2008-07-29  Juri Linkov  <juri@jurta.org>
7496         * international/mule-cmds.el (ucs-names): New internal variable.
7497         (ucs-names): New function.
7498         (ucs-completions): New lazy completion variable.
7499         (read-char-by-name): New function.
7500         (ucs-insert): Replace interactive spec letter "s" with the call to
7501         `read-char-by-name'.
7503         * replace.el (read-regexp): Add second arg `default'.  Doc fix.
7505         * replace.el (occur-read-primary-args):
7506         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7507         (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
7508         second arg of `read-regexp'.
7510         * dired-aux.el (dired-isearch-filenames): New user option.
7511         (dired-isearch-orig-success-function): New internal variable.
7512         (dired-isearch-filenames-setup, dired-isearch-filenames-end)
7513         (dired-isearch-success-function): New functions.
7514         (dired-isearch-filenames, dired-isearch-filenames-regexp):
7515         New commands.
7517         * dired.el (dired-insert-set-properties): Add new text property
7518         `dired-filename' to put on file names.
7519         (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
7520         and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
7521         Add menu items.
7522         (dired-mode): Add hook `dired-isearch-filenames-setup' to
7523         buffer-local `isearch-mode-hook'.
7525 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
7527         * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
7528         (ada-create-case-exception): Fix typo in docstring.
7529         (ada-no-auto-case): Return nil, not the docstring.
7530         (ada-indent-current): Reflow docstring.
7532         * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
7533         (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
7534         (ada-prj-load-from-file): Reflow docstring.
7535         (ada-prj-display-page): Fix typo in widget.
7537         * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
7538         Fix typos in docstrings.
7540         * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
7541         (ada-compile-current, ada-check-current, ada-run-application)
7542         (ada-get-ali-file-name): Fix typos in docstrings.
7543         (ada-xref-confirm-compile, ada-find-references)
7544         (ada-find-local-references, ada-find-any-references): Doc fixes.
7545         (ada-get-all-references): Fix typo in error message.
7546         (ada-xref-current-project): Use `let', not `let*'.
7547         (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
7549 2008-07-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7551         * whitespace.el (whitespace-newline): Change initialization to have a
7552         low contrast relative to the background color.  Suggested by David
7553         Reitter <david.reitter@gmail.com>.
7555 2008-07-28  Juri Linkov  <juri@jurta.org>
7557         * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
7558         New functions.
7560         * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
7561         and dired-do-isearch-regexp to `M-s a M-C-s'.  Add menu items.
7563 2008-07-28  Seiji Zenitani  <zenitani@mac.com>
7565         * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
7566         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
7568 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
7570         * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
7571         Add support for add-log.
7572         (ada-end-stmt-re): Fix bug - allow comment after 'when'.
7574         * progmodes/ada-prj.el: Delete 'main_unit' project variable.
7575         (ada-prj-save): Prompt for file name if not given.
7576         (ada-prj-display-page): Display casing exceptions.
7578         * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
7579         Ada mode project files.  Delete 'main_unit' project variable;
7580         only need 'main'.  Simplify handling of default project values.
7581         Use cross-prefix consistently.
7582         (ada-find-executable): Throw error if not found.
7583         (ada-initialize-runtime-library): Improve error handling when
7584         gnatls not found.
7585         (ada-gnat-parse-gpr): New.
7586         (ada-treat-cmd-string): Allow process environment variables.
7587         (ada-xref-set-default-prj-values): Delete; replace with
7588         ada-default-prj-properties.
7589         (ada-parse-prj-file): Handle GNAT project files.
7590         (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
7591         (ada-select-prj-file): New.
7592         (ada-get-absolute-dir-list): Allow project and environment variables.
7594 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
7596         Sync with Tramp 2.1.14.
7598         * net/tramp.el (tramp-perl-directory-files-and-attributes)
7599         (tramp-get-device): Make device number a cons cell.
7600         (tramp-convert-file-attributes): Make inode a cons cell.
7602         * net/trampver.el: Update release number.
7604 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7606         * faces.el (face-set-after-frame-default): Treat 'ns as all other
7607         window systems.
7609 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7611         * term/ns-win.el (do-applescript): New alias in carbon-compat section.
7613 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
7615         Remove support for Mac Carbon.
7616         * term/mac-win.el: Remove file
7617         * international/mule-cmds.el:
7618         * version.el:
7619         * startup.el:
7620         * simple.el:
7621         * mwheel.el:
7622         * mouse.el:
7623         * loadup.el:
7624         * isearch.el:
7625         * info.el:
7626         * frame.el:
7627         * faces.el:
7628         * disp-table.el:
7629         * cus-start.el:
7630         * cus-face.el:
7631         * cus-edit.el:
7632         * Makefile.in: Remove code for Carbon.
7634 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
7636         * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
7637         bindings for functions deleted by Dan N. 2008-07-21.  Set
7638         where-is-preferred-modifier.  Add show-manual option to Help menu.
7640 2008-07-26  Michael Albinus  <michael.albinus@gmx.de>
7642         * net/tramp.el (tramp-handle-start-file-process):
7643         Set query-on-exit flag.  Kill temporary buffer.
7644         (tramp-process-sentinel): Remove defun.
7645         (tramp-do-copy-or-rename-file-out-of-band)
7646         (tramp-maybe-open-connection): Don't call it.
7648         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
7649         `tramp-process-sentinel'.
7651         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
7652         `tramp-process-sentinel'.
7654         * net/xesam.el (xesam-from): Remove defvar.
7655         (xesam-mode): Derive from `special-mode'.  Extend `xesam-mode-map'
7656         and `mode-line-position'.
7657         (xesam-refresh-entry): Remove argument `hit-number'.  Add debug
7658         information to the widgets.  Don't set `mode-line-position'.
7659         (xesam-refresh-search-buffer): Correct hit number computing.
7660         Don't set `mode-line-position'.
7661         (xesam-new-search): Add debug information to the mode line.
7663 2008-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7665         * diff-mode.el (diff-show-trailing-blanks): Renamed to
7666         diff-show-trailing-whitespaces.
7668 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
7670         * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
7671         invalid filename strings when parsing tex errors (bug#376).
7673 2008-07-25  Dan Nicolaescu  <dann@ics.uci.edu>
7675         * menu-bar.el (menu-bar-file-menu): Fix typo.
7677 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
7679         * play/solitaire.el (solitaire-mode-map): Define within defvar.
7680         (solitaire-mode): Define with `define-derived-mode'.
7681         (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
7682         (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
7683         (solitaire-undo, solitaire-check): Use `when'.
7684         (solitaire-solve): Err out if the solitaire is already in progress.
7685         Use `when'.
7687         * descr-text.el (describe-char): Don't overwrite local variable char
7688         when describing characters with display-table entries.  Display font
7689         backend when describing composed characters.  Simplify: use `let'
7690         instead of `let*', and `or x y' instead of `if x x y'.
7692 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
7694         * image-mode.el (image-minor-mode): Set up winprops.
7696 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7698         * diff-mode.el (diff-show-trailing-blanks): New fun.
7699         Show trailing blanks in modified lines for diff-mode.
7701 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
7703         * Makefile.in (ELCFILES): Add net/xesam.el.
7705         * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
7706         process name.  Reported by Markus Triska <markus.triska@gmx.at>.
7708         * net/xesam.el: New file.
7710 2008-07-24  Sven Joachim  <svenjoac@gmx.de>
7712         * dired-aux.el (dired-copy-file-recursive): Avoid calling
7713         set-file-modes when creating target directories.
7715 2008-07-24  Juanma Barranquero  <lekktu@gmail.com>
7717         * play/solitaire.el (solitaire-mode): Fix typo in docstring.
7718         Set `show-trailing-whitespace' to nil.
7719         (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
7720         Fix typos in docstrings.
7722 2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
7724         * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
7725         key remapping, not directly.
7727 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7729         * whitespace.el: New version 11.2.
7730         (whitespace-newline-mode, global-whitespace-newline-mode): New newline
7731         minor mode visualization.
7733 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
7735         * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
7737         * Makefile.in (ELCFILES): Add term/common-win.elc.
7739         * vc-dir.el (vc-dir-search, vc-dir-isearch)
7740         (vc-dir-isearch-regexp): New functions.
7741         (vc-dir-mode-map, vc-dir-menu-map): Bind them.
7743 2008-07-23  Juri Linkov  <juri@jurta.org>
7745         * isearch-multi.el: Remove file to avoid dos file name clashes
7746         with isearch-x.el.  Move most content to misearch.el.
7748         * misearch.el: New file with most content from isearch-multi.el.
7749         Rename `isearch-buffers' name prefixes to `multi-isearch'.
7750         Remove `isearch-buffers-minor-mode'.  Add new function
7751         `multi-isearch-setup' to `isearch-mode-hook'.  New top-level
7752         commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
7753         `multi-isearch-files', `multi-isearch-files-regexp'.
7755         * Makefile.in (ELCFILES): Remove isearch-multi.elc.  Add misearch.elc.
7757         * isearch.el (isearch-message-prefix): Display "Multi" when
7758         `multi-isearch-next-buffer-current-function' is non-nil.
7759         (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
7760         with `multi-isearch-next-buffer-current-function', and
7761         `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
7763         * add-log.el (change-log-mode): Set `change-log-next-buffer' to
7764         `multi-isearch-next-buffer-function' instead of
7765         `isearch-buffers-next-buffer-function'.  Remove call to
7766         `isearch-buffers-minor-mode'.
7768         * buff-menu.el (Buffer-menu-marked-buffers)
7769         (Buffer-menu-isearch-buffers)
7770         (Buffer-menu-isearch-buffers-regexp): New functions.
7771         (Buffer-menu-mode-map): Bind "M-s a C-s" to
7772         `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
7773         `Buffer-menu-isearch-buffers-regexp'.
7774         (Buffer-menu-mode): Document new commands in docstring.
7775         (list-buffers-noselect): Add one space after Info file name
7776         according to the Info address convention.
7778         * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
7779         New functions.
7781         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
7782         `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
7783         (ibuffer-mode): Document new commands in docstring.
7785         * filesets.el (filesets-commands): Add commands for "Isearch" and
7786         "Isearch (regexp)".  Replace `query-replace' and `query-replace-regexp'
7787         with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
7788         (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
7789         or `multi-isearch-files-regexp'.
7790         (filesets-cmd-query-replace-getargs): Call standard function
7791         `query-replace-read-args' to read `query-replace' arguments.
7792         Add `multi-query-replace-map'.
7793         (filesets-cmd-query-replace-regexp-getargs)
7794         (filesets-cmd-isearch-getargs): New functions.
7796 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
7798         * international/mule.el (recode-region): Deactivate mark at the end.
7800 2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
7802         * progmodes/flymake.el (flymake-errline, flymake-warnline):
7803         Use more suitable colors on dark displays.
7805 2008-07-23  Michael Albinus  <michael.albinus@gmx.de>
7807         * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
7808         "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
7809         (tramp-temp-buffer-name): New defconst.
7810         (tramp-handle-start-file-process): Use it.  Apply "exec", for the
7811         command.  No trailing prompt.
7812         (tramp-process-sentinel): Remove temporary buffer, if existing.
7813         Don't handle trailing prompt.
7814         (tramp-open-connection-setup-interactive-shell):
7815         Use `tramp-temp-buffer-name'.
7817 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
7819         * shell.el (shell-dynamic-complete-functions):
7820         Use comint-dynamic-complete-filename as well (bug#361).
7822 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
7824         * term/ns-win.el:
7825         * version.el (emacs-version):
7826         * loadup.el:
7827         * frame.el (make-frame-on-display): Check for ns instead of
7828         ns-windowing.
7830         * dired.el (dired-mode-map): Show the key binding for wdired.
7832         * menu-bar.el (menu-bar-file-menu): Show the key binding for
7833         exiting Emacs.
7835 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
7837         * term/ns-win.el (x-list-fonts): Drop alias.
7839 2008-07-23  Juri Linkov  <juri@jurta.org>
7841         * replace.el (multi-query-replace-map): New variable.
7842         (perform-replace): Add processing of new multi-buffer keys bound
7843         to `automatic-all' and `exit-current'.  Set `query-flag' to nil
7844         if last input char was `automatic-all'.  Set new local variable
7845         `multi-buffer' to t when one of new two keys were typed.  Return
7846         non-nil value of `multi-buffer' that tells to calling functions
7847         to continue replacement on the next file.
7849         * progmodes/etags.el (tags-query-replace): Set arg `map' of
7850         `perform-replace' to `multi-query-replace-map'.
7852 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7854         * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
7855         otherwise displayed in every buffer.
7857         * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
7858         (vc-arch-trim-one-revlib): Delete temp directories as well.
7860 2008-07-22  Stephen Eglen  <stephen@gnu.org>
7862         * iswitchb.el (iswitchb-delim): New variable.  Suggested by Ted Roden.
7864 2008-07-22  Sven Joachim  <svenjoac@gmx.de>
7866         * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
7868 2008-07-22  Miles Bader  <miles@gnu.org>
7870         * progmodes/sh-script.el (sh-newline-and-indent): Remove.
7871         (sh-mode-map): Remove remapping of newline-and-indent.
7873 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
7875         * vc.el (Todo): Update.
7877         * vc-hooks.el: Remove obsolete comment.
7879         * vc-git.el (vc-git-status-printer): Update the directory display
7880         to match the default.
7882         * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
7884 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
7886         * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
7887         for "word wrap" command.
7889         * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
7891 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7893         * term/ns-win.el: Rename ns- functions/variables to the
7894         corresponding x- versions.
7895         (x-select-text, x-cut-buffer-or-selection-value)
7896         (x-disown-selection-internal, x-get-selection-internal)
7897         (x-own-selection-internal, x-defined-colors, xw-defined-colors)
7898         (x-display-mm-width, x-display-mm-height)
7899         (x-display-backing-store, x-display-save-under)
7900         (x-display-visual-class, x-display-screens, x-focus-frame): Remove
7901         defaliases.
7903         * frame.el (ns-display-name): Remove declaration.
7904         (make-frame-on-display): Use x-display-name instead
7905         ns-display-name.  Use unless.
7907         * startup.el (command-line-1): Fix indentation.
7909         * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
7910         checked in inadvertently.
7912 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
7914         * term/ns-win.el: Standardize references to "Nextstep" in
7915         comments, messages, and docstrings.
7916         (ns-handle-args, x-parse-geometry)
7917         (ns-extended-platform-support-mode, x-setup-function-keys)
7918         (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
7919         (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
7920         (ns-initialized, ns-initialize-window-system): Doc fixes.
7922 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7924         * diff-mode.el (diff-auto-refine): Delete defcustom.
7925         (diff-auto-refine-mode): New func/var via define-minor-mode.
7926         Update var ref to use diff-auto-refine-mode.
7927         * smerge-mode.el (diff-mode): Require when compiling.
7928         (smerge-auto-refine): Delete defcustom.
7929         Update smerge-auto-refine ref to use diff-auto-refine-mode.
7931 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
7933         * simple.el (visual-line): New custom group.
7934         (visual-line-fringe-indicators): New var.
7935         (visual-line-mode): Set fringe-indicator-alist based on
7936         visual-line-fringe-indicators.  Add lighter.
7938 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
7940         * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
7941         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
7942         (x-handle-geometry, x-handle-name-switch, x-display-name)
7943         (x-handle-display, x-handle-args, x-colors): Move ...
7944         * term/common-win.el: ... here.  New file.
7945         * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
7946         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
7947         (x-handle-geometry, x-handle-name-switch, x-display-name)
7948         (x-handle-display, x-handle-args, x-colors): Remove.
7949         * loadup.el: Load term/common-win before term/x-win and term/w32-win.
7951 2008-07-19  Juri Linkov  <juri@jurta.org>
7953         * startup.el (fancy-startup-text): Move the line "To quit
7954         a partially entered command, type Control-g" a few lines below
7955         to be after the line "To start".  Add text "at gnu.org" to
7956         "Overview of Emacs features".
7958         * dired.el (dired-mode-map): Fix menu text of
7959         image-dired-display-thumbs.
7961         * image-dired.el (image-dired-cmd-create-thumbnail-options)
7962         (image-dired-cmd-create-temp-image-options)
7963         (image-dired-cmd-create-standard-thumbnail-command): Add > to the
7964         ImageMagick command line to change the dimensions of the image
7965         only if its width or height exceeds the geometry specification.
7967         * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
7969         * proced.el (proced-mode, proced): Add \\<proced-mode-map>
7970         to docstrings.
7972 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
7974         * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
7975         Vinicius Jose Latorre.
7977 2008-07-19  Glenn Morris  <rgm@gnu.org>
7979         * term/ns-win.el (ns-make-command-string): Use mapconcat.
7980         (ns-save-preferences): Fix typo in previous change.  (Bug#573)
7982 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
7984         * net/dbus.el (dbus-interface-properties): New defconst.
7985         (dbus-introspect): Update docstring.
7986         (dbus-introspect-xml, dbus-introspect-get-attribute)
7987         (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
7988         (dbus-introspect-get-interface-names)
7989         (dbus-introspect-get-interface, dbus-introspect-get-method-names)
7990         (dbus-introspect-get-method, dbus-introspect-get-signal-names)
7991         (dbus-introspect-get-signal, dbus-introspect-get-property-names)
7992         (dbus-introspect-get-property)
7993         (dbus-introspect-get-annotation-names)
7994         (dbus-introspect-get-annotation)
7995         (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
7996         (dbus-introspect-get-signature, dbus-get-property)
7997         (dbus-set-property, dbus-get-all-properties): New defuns.
7999 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
8001         * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
8002         ns-grabenv.elc.
8004         * ns-carbon-compat.el: File removed.
8006         * ns-grabenv.el: File removed.
8008         * term/ns-win.el: Contents of ns-carbon-compat.el and
8009         ns-grabenv.el moved here.
8010         (ns-grabenv, ns-open-file-select-line): Doc fixes.
8011         (ns-submit-bug-report): Function removed.  Reports go to the main
8012         Emacs bug list.
8013         (ns-handle-args, ns-spi-service-call): Doc fixes.
8014         (info-ns-emacs): Function removed.  Nextstep port manual will be
8015         merged into the Emacs manual, so no separate link needed.
8017 2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
8019         * startup.el (fancy-splash-head): Fix change of 2008-07-02.
8021 2008-07-18  Glenn Morris  <rgm@gnu.org>
8023         * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
8024         to XEmacs, since it does nothing for Emacs.
8026 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8028         * net/tls.el (open-tls-stream): Make it work with the 2nd argument
8029         BUFFER that is a string but does not exist as a buffer object, as
8030         mentioned in the doc-string.
8032 2008-07-17  Chong Yidong  <cyd@stupidchicken.com>
8034         * simple.el (line-move-visual): Make it a defcustom.
8035         (line-move-1): Convert temporary-goal-column back to an integer if
8036         it was set as a float by a previous call to line-move-visual.
8037         (end-of-visual-line, beginning-of-visual-line)
8038         (next-logical-line, previous-logical-line): New functions.
8040 2008-07-17  David Reitter  <david.reitter@gmail.com>
8042         * simple.el (kill-visual-line, turn-on-visual-line-mode): New
8043         functions.
8044         (visual-line-mode, global-visual-line-mode): New minor mode.
8045         (visual-line-mode-map): New variable.
8047 2008-07-17  Glenn Morris  <rgm@gnu.org>
8049         * term/ns-win.el (parameters): Declare for compiler.
8051 2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
8053         * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
8054         for Windows.
8056 2008-07-17  Daiki Ueno  <ueno@unixuser.org>
8058         * epa.el (epa-key-list-mode): Use run-mode-hooks.
8059         (epa-key-mode): Ditto.
8060         (epa-info-mode): Ditto.
8062 2008-07-17  Glenn Morris  <rgm@gnu.org>
8064         * term/ns-win.el (ns-handle-switch): Simplify.  Handle the numeric case.
8065         (ns-handle-numeric-switch): Just call ns-handle-switch.
8066         (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
8067         (ns-handle-args): Simplify using `pop'.
8068         (ns-display-name): Define (used in frame.el).
8069         (menu-bar-select-frame): Add (ignored) arg to more closely match the
8070         original definition.
8071         (ns-perform-service): Declare.
8072         (ns-save-preferences): Use fewer `let's.
8074         * frame.el (ns-display-name): Declare for compiler.
8076 2008-07-17  Kenichi Handa  <handa@m17n.org>
8078         * descr-text.el (describe-char-unidata-list): Initialize to the
8079         list of name, general-category, decomposition, and old-name.
8081 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
8083         * startup.el (command-line-1): Update processing of NS long options to
8084         mimic recent changes to processing of X long options.
8086 2008-07-16  Nick Roberts  <nickrob@snap.net.nz>
8088         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
8089         list of #defines for remote files.
8090         (gdb-source-info): Only show main if it has been found.
8092 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8094         * term/ns-win.el: Require CL; fix up comment style; reindent.
8095         (ns-define-service): Use subst-char-in-string.  Avoid `eval'.
8096         (ns-save-preferences): Use `case'.
8097         (ns-initialize-window-system): Use `dolist'.
8099 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
8101         * loadup.el: Remove load of easy-mmode prior to ns-win when NS
8102         windowing is used.
8103         * term/ns-win.el (ns-extended-platform-support-mode):
8104         Correct/improve documentation.
8106 2008-07-16  Glenn Morris  <rgm@gnu.org>
8108         * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
8109         Simply require 'cl (see comment in cl-compat.el).
8110         * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
8111         * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
8112         (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
8113         directly rather by subterfuge.  Provide cl before loading cl-macs.
8115         * paths.el (rmail-spool-directory): Remove settings for systems that are
8116         no longer supported.
8118         * frame.el (ns-initialize-window-system): Declare for compiler.
8120         * term/ns-win.el: Add numerous declarations for compiler.
8121         (ns-pop-up-frames): Move definition before use.  Doc fix.
8123         * emacs-lisp/check-declare.el (check-declare-locate)
8124         (check-declare-verify): Handle .m files.
8126 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
8128         * ns-carbon-compat.el: New file: user-visible compatibility of
8129         NeXTstep port with Carbon port.
8130         * ns-grabenv.el: New file: functionality useful on OS X platform to
8131         expose environment variables inside Emacs started from icon.
8132         * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
8133         * cus-edit.el:
8134         * cus-face.el:
8135         * disp-table.el:
8136         * faces.el:
8137         * info.el:
8138         * mouse.el:
8139         * mwheel.el:
8140         * simple.el: Add ns to window systems treated as GUIs.
8141         * facemenu.el (facemenu-read-color): Don't require a name match under
8142         NS, to allow numeric color entry.
8143         * frame.el (make-frame-on-display): Follow code for 'x in initializing
8144         'ns window system if need be.
8145         (various): Add 'ns as described above.
8146         * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
8147         ns-windowing is active.
8148         * startup.el (command-line-ns-option-alist): New constant to handle NS
8149         windowing system specific command line args analogous to how they are
8150         handled for X windows.
8151         (command-line-1): Use the above where appropriate.
8152         * version.el: Add NS port version.
8153         * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
8154         Darwin (usually OS X) systems.
8155         (woman-use-own-frame): Include 'ns in list of GUI window systems.
8156         * emulation/viper-util.el (ns-display-color-p)
8157         (ns-color-defined-p): Remove these (caustically-commented) outdated
8158         compensations for a port that was never itself integrated until now.
8159         * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
8160         for NS window system.
8161         * international/mule-cmds.el: Add 'ns to list of special-cased window
8162         systems (probably most of these, x/w32/mac/ns could be changed to
8163         window-system non-nil).
8164         * term/ns-win.el: New file: lisp-side support for NS windowing system.
8166 2008-07-14  Jason Rumney  <jasonr@gnu.org>
8168         * term/w32-win.el (x-handle-switch, x-handle-name-switch)
8169         (x-handle-numeric-switch, x-handle-initial-switch)
8170         (x-handle-xrm-switch, x-handle-args, x-handle-display)
8171         (xw-defined-colors, w32-initialize-window-system):
8172         Avoid use of cl pop and push macros.
8174 2008-07-14  Martin Rudalics  <rudalics@gmx.at>
8176         * add-log.el (change-log-goto-source): Avoid wrong-type-argument
8177         error when change-log-search-file-name returns nil.
8179 2008-07-13  Martin Rudalics  <rudalics@gmx.at>
8181         * add-log.el (change-log-search-file-name):
8182         Use match-string-no-properties.
8183         (change-log-search-tag-name-1, change-log-search-tag-name)
8184         (change-log-goto-source-1, change-log-goto-source): New functions.
8185         (change-log-tag-re, change-log-find-head, change-log-find-tail):
8186         New variables.
8187         (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
8189 2008-07-13  Jay Belanger  <jay.p.belanger@gmail.com>
8191         * calc/calc-help.el (calc-describe-key): Add angles to special key
8192         descriptions.
8194 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
8196         * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
8197         search for regexp.
8199 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
8201         * simple.el (line-move-visual): Handle null pixel position gracefully.
8203 2008-07-11  Jason Rumney  <jasonr@gnu.org>
8205         * files.el (file-truename): Get truename of ancestors if file does
8206         not exist on Windows.
8208 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
8210         * simple.el (line-move-visual): Obey goal-column and no-error arg.
8211         (track-eol, temporary-goal-column, previous-line, next-line):
8212         Update docstring.
8213         (move-end-of-line, move-beginning-of-line): Bind line-move-visual
8214         to nil.
8216 2008-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8218         * simple.el (line-move-visual): New var.
8219         (line-move-visual): New function.
8220         (line-move): Call line-move-visual.
8222 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
8224         * progmodes/grep.el (grep-files-aliases): Improve the C++ source
8225         pattern and add patterns for C++ header files.
8227 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
8229         * window.el (truncated-partial-width-window-p): New function.
8231         * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.
8233         * faces.el (x-create-frame-with-faces): Don't pass parameters that
8234         are set later to x-create-frame.
8235         (face-set-after-frame-default): Apply X resources for non-default
8236         faces.
8238 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
8240         * faces.el (face-set-after-frame-default): Simplify.  Don't apply
8241         frame-specific X resource settings.  Set faces using a list of
8242         frame parameters explicitly passed to the calling
8243         function (e.g. make-frame).
8244         (x-create-frame-with-faces, tty-create-frame-with-faces):
8245         Supply explicit frame parameter list to face-set-after-frame-default.
8247 2008-07-08  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
8249         * net/browse-url.el (browse-url-default-browser):
8250         Fix argument list in lambda.
8252 2008-07-07  Ulf Jasper  <ulf.jasper@web.de>
8254         * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
8255         from url-retrieve.
8256         (newsticker--sentinel-work): Fix xerror typo.
8258 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
8260         * vc-dir.el (vc-dir-refresh): Only update files.
8262         * vc-git.el (vc-git--ls-files-state): Remove unused function.
8264         * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
8266 2008-07-06  John Paul Wallington  <jpw@pobox.com>
8268         * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
8270 2008-07-05  Alexandre Julliard  <julliard@winehq.org>
8272         * vc-git.el (vc-git-registered): Return true for removed files.
8273         (vc-git-print-log, vc-git-log-view-mode): Print a single log for
8274         all the files instead of one per file.
8275         (vc-git-previous-revision): Add support for project-wide previous
8276         revision when specified file is nil.
8278 2008-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
8280         * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
8282         * vc-dir.el (vc-dir-find-child-files): New function.
8283         (vc-dir-resync-directory-files): New function.
8284         (vc-dir-recompute-file-state): New function, broken out of ...
8285         (vc-dir-resynch-file): ... here.  Also deal with directories.
8286         * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
8287         (vc-resynch-buffer): Use it.
8289         * vc-hg.el (vc-hg-registered): Do not set vc-state.
8291         * vc-annotate.el (vc-annotate-mode-menu): Add separator.
8293 2008-07-05  Nick Roberts  <nickrob@snap.net.nz>
8295         * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
8296         if it's not part of gdb-ui, e.g, at start.
8298         * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
8299         filenames in stack trace (text command mode).
8301 2008-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8303         * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
8305         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
8306         Use syntax-ppss on a position *before* the char we want to change.
8308 2008-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
8310         * vc-dir.el (vc-dir-query-replace-regexp): New function.
8311         (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
8312         (vc-dir-mode-map): Likewise.
8314 2008-07-03  Juanma Barranquero  <lekktu@gmail.com>
8316         * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
8317         (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
8318         (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
8319         Remove spurious * in defcustom docstrings.
8321         * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
8322         (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
8323         (adaptive-fill-mode, adaptive-fill-first-line-regexp)
8324         (default-justification): Remove spurious * in defcustom docstrings.
8326         * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
8327         (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
8328         (rst-compare-decorations, rst-default-indent, rst-update-section)
8329         (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
8330         (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
8331         (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
8332         Fix typos in docstrings.
8333         (rst-mode-lazy): Fix typo in docstring.  Remove spurious *.
8334         (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
8335         (rst-get-decorations-around, rst-section-tree-point)
8336         (rst-font-lock-adornment-point): Reflow docstrings.
8337         (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
8338         Doc fixes.
8339         (rst-re-enumerations): Comment out.
8341         * nxml/nxml-glyph.el (nxml-glyph-set-hook):
8342         * nxml/nxml-uchnm.el (nxml-unicode-blocks)
8343         (nxml-unicode-block-char-name-set):
8344         * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
8345         * nxml/rng-nxml.el (rng-set-state-after):
8346         * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
8348         * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
8349         (rng-c-parse-annotation-body):
8350         * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
8352         * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
8353         (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
8354         (nxml-forward-balanced-item, nxml-dynamic-markup-word)
8355         (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
8356         Fix typos in docstrings.
8357         (nxml-attribute-indent): Reflow docstring.
8358         (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
8359         (nxml-default-buffer-file-coding-system): Doc fixes.
8361         * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
8362         (nxml-ns-set-prefix): Fix typos in docstrings.
8363         (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
8364         Reflow docstring.
8365         (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
8367         * nxml/nxml-outln.el (nxml-hide-all-text-content)
8368         (nxml-show-direct-text-content, nxml-show-direct-subheadings)
8369         (nxml-hide-direct-text-content, nxml-hide-subheadings)
8370         (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
8371         (nxml-outline-display-rest, nxml-outline-set-overlay)
8372         (nxml-section-tag-forward, nxml-section-tag-backward)
8373         (nxml-back-to-section-start): Fix typos in docstrings.
8375         * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
8376         Doc fixes.
8378         * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
8379         (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
8380         (nxml-scan-after-change): Fix typo in docstring.
8382         * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
8383         (rng-name-class-possible-names): Doc fixes.
8384         (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
8385         (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
8386         Fix typos in docstrings.
8387         (rng-intern-group-shortcut, rng-intern-choice-shortcut):
8388         Reflow docstrings.
8390         * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
8391         (rng-substq, rng-complete-before-point): Fix typos in docstrings.
8393         * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
8394         (rng-xsd-convert-date-time): Reflow docstrings.
8395         (rng-xsd-compile): Fix typo in docstring.
8397         * nxml/rng-loc.el (rng-current-schema-file-name)
8398         (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
8399         Doc fixes.
8400         (rng-set-schema-file): Fix typo in docstring.
8402         * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
8403         (rng-do-some-validation, rng-process-start-tag, rng-process-text):
8404         Fix typos in docstrings.
8405         (rng-message-overlay, rng-conditional-up-to-date-start)
8406         (rng-conditional-up-to-date-end): Doc fixes.
8407         (rng-next-error, rng-previous-error): Reflow docstrings.
8409         * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
8410         (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
8411         (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
8412         (xmltok-merge-attributes): Fix typos in docstrings.
8413         (xmltok-make-attribute, xmltok-forward-special)
8414         (xmltok-get-declared-encoding-position): Reflow docstrings.
8416         * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
8417         (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
8418         Fix typos in docstrings.
8420 2008-07-02  John Paul Wallington  <jpw@pobox.com>
8422         * ibuffer.el (ibuffer-buffer-file-name):
8423         Use `list-buffers-directory'.  Remove special-casing for `cvs-mode'
8424         and `vc-dir-mode'.  Suggested by Dan Nicolaescu.
8426 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
8428         * files.el (backup-extract-version): Handle versioned directories.
8429         (trash-directory): New variable.
8430         (move-file-to-trash): New function.
8432         * cus-start.el (delete-by-moving-to-trash): Declare for custom.
8434 2008-07-02  Magnus Henoch  <mange@freemail.hu>
8436         * vc-git.el (vc-git-annotate-command): Use proper option for
8437         specifying revision.
8439 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8441         * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
8442         if available.
8444 2008-07-01  Dan Nicolaescu  <dann@ics.uci.edu>
8446         * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
8448         * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
8449         Add binding for vc-annotate-show-changeset-diff-revision-at-line.
8451         * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
8453 2008-07-01  Nick Roberts  <nickrob@snap.net.nz>
8455         * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
8456         (gdb-init-2): Use it.  Don't run gdb-mode-hook again.
8457         (gdb-var-list-children-regexp, gdb-var-update-regexp)
8458         (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
8459         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
8460         (gdb-stack-list-locals-regexp): Future proof regexps better.
8462 2008-06-30  Juri Linkov  <juri@jurta.org>
8464         * faces.el (face-name-history): New variable.
8465         (make-face, make-empty-face): Replace interactive spec "S"
8466         with `read-from-minibuffer' where `read' arg is t and
8467         `hist' arg is `face-name-history'.
8468         (read-face-name): Set `hist' arg of `completing-read-multiple'
8469         to `face-name-history'.
8470         (list-faces-display): Use `read-regexp' instead of `read-string'
8471         to read regexp.
8473         * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
8474         to `regexp-history'.
8475         (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
8476         make it an obsolete alias to it.
8477         (hi-lock-face-defaults): New variable renamed from
8478         `hi-lock-face-history'.
8479         (hi-lock-line-face-buffer, hi-lock-face-buffer)
8480         (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
8481         `read-from-minibuffer'.  Doc fix.
8482         (hi-lock-read-face-name): Replace `hi-lock-face-history' with
8483         `hi-lock-face-defaults'.  Remove `mapcar (lambda (f) (cons f f))'.
8484         Set `hist' arg of `completing-read' to `face-name-history'.
8485         Put a list of default faces to `default' arg instead of `hist' arg.
8487         * bindings.el (abbrev-map, narrow-map): New variables.
8488         Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
8489         Rebind related commands to these new maps.
8490         (ctl-x-r-map): New variable for rectangle, register and bookmark
8491         keys.  Move rectangle keybindings to rect.el and register
8492         keybindings to register.el.
8493         (next-buffer, previous-buffer): Remove C-x prefix and move
8494         keybindings to ctl-x-map.
8496         * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
8497         to the new map `ctl-x-r-map' in autoload cookies.
8499         * expand.el: Rebind two global `C-x a' keys "n", "p"
8500         to the new map `abbrev-map' in autoload cookies.
8502         * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
8504         * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
8506 2008-06-30  Miles Bader  <miles@gnu.org>
8508         * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
8509         after processing an escape sequence.
8511 2008-06-29  Michael Albinus  <michael.albinus@gmx.de>
8513         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
8514         from 2008-06-28.  It does not work on W32.
8516 2008-06-29  Juri Linkov  <juri@jurta.org>
8518         * replace.el (read-regexp): New function.
8519         (keep-lines-read-args, occur-read-primary-args):
8520         Call `read-regexp' instead of code moved to new function.
8521         (keep-lines, flush-lines, how-many): Remove parenthesis and colon
8522         from the end of prompt.
8523         (replace-re-search-function): Doc fix.
8525 2008-06-29  Kenichi Handa  <handa@m17n.org>
8527         * descr-text.el (describe-char-display): Always return a string.
8528         (describe-char-padded-string): New function.
8529         (describe-char): Adjusted for the change of
8530         describe-char-display.  Use describe-char-padded-string.
8532 2008-06-29  Andreas Schwab  <schwab@suse.de>
8534         * vc-dir.el (vc-dir): Make backend argument optional and use
8535         vc-responsible-backend when nil.  Interactively pass nil for
8536         backend instead of using the backend of what happens to be
8537         default-directory at the time of the call.
8539         * find-dired.el (find-dired-filter): Preserve point.
8541 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
8543         * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
8544         (sasl-find-mechanism, sasl-next-step):
8545         * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
8546         (sasl-ntlm-response): Fix typos in docstrings.
8548 2008-06-28  robert marshall  <robert@capuchin.co.uk>  (tiny change)
8550         * international/mule-cmds.el (view-hello-file): Doc fix.
8552 2008-06-28  Chong Yidong  <cyd@stupidchicken.com>
8554         * faces.el (inhibit-face-set-after-frame-default): Var deleted.
8555         (set-face-attribute, face-set-after-frame-default)): Don't use it.
8557 2008-06-28  John Paul Wallington  <jpw@pobox.com>
8559         * calc/calc.el (defmath): Add `doc-string' decl.  Add docstring.
8561 2008-06-28  Michael Albinus  <michael.albinus@gmx.de>
8563         * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
8564         (tramp-convert-file-attributes): Convert symlinks only when
8565         returned from `tramp-handle-file-attributes-with-stat'.
8567         * net/tramp-ftp.el (top): Delete 'ange-ftp property from
8568         `substitute-in-file-name' when unloading.
8569         (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
8571 2008-06-28  Dan Nicolaescu  <dann@ics.uci.edu>
8573         * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
8574         (vc-string-prefix-p): Move function ...
8575         * vc.el (vc-string-prefix-p): ... here.
8577 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
8579         * vc-dir.el (vc-dir): Complete only directory names.
8581 2008-06-27  Jason Rumney  <jasonr@gnu.org>
8583         * w32-fns.el (top-level): Unconditionally define all charsets.
8585 2008-06-27  Alan Mackenzie  <acm@muc.de>
8587         * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
8588         the CC Mode specific functions; this is no longer needed, since
8589         {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
8591         * progmodes/cc-defs.el (c-emacs-features): New feature
8592         'argumentative-bod-function.
8594 2008-06-27  John Paul Wallington  <jpw@pobox.com>
8596         * chistory.el (list-command-history): Use `bound-and-true-p'.
8597         (command-history-map): Define within defvar.  Add docstring.
8599 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
8601         * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
8602         to unibyte; just assume it is not a JPEG.  Use `string-match-p'.
8603         (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
8604         (image-type-from-buffer): Use `looking-at-p'.
8606 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
8608         * ibuf-ext.el (diff-sentinel): Declare.
8610 2008-06-27  Glenn Morris  <rgm@gnu.org>
8612         * calendar/lunar.el (calendar-lunar-phases): Rename from
8613         calendar-phases-of-moon.  Keep old name as alias, update callers.
8614         (lunar-phases): Rename from phases-of-moon.  Keep old name as alias.
8615         (diary-lunar-phases): Rename from diary-phases-of-moon.
8616         Keep old name as alias.
8617         * calendar/cal-menu.el (cal-menu-sunmoon-menu)
8618         (cal-menu-global-mouse-menu): Update for lunar name changes.
8619         * calendar/calendar.el (calendar-mode-map): Update for name change.
8620         * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
8622 2008-06-26  Glenn Morris  <rgm@gnu.org>
8624         * calendar/solar.el (solar-sunrise-sunset-string): Add optional
8625         argument `nolocation'.
8626         (calendar-sunrise-sunset-month): New function.
8627         * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
8628         cal-menu-moon-menu.  Add calendar-sunrise-sunset-month.
8629         (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
8630         * calendar/calendar.el (solar-sunrises-buffer): New constant.
8631         (calendar-mode-map): Use cal-menu-sunmoon-menu.
8632         (calendar-buffer-list): Add solar-sunrises-buffer.
8634         * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
8636 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
8638         * cus-start.el: Add customization types for word-wrap and
8639         shift-select-mode.
8641 2008-06-26  John Paul Wallington  <jpw@pobox.com>
8643         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
8644         (ibuffer-diff-with-file): Use it.  Do diff on marked buffers.
8645         (ibuffer-mark-on-buffer): Don't display message when removing marks.
8646         (ibuffer-mark-by-mode): Use `buffer-local-value'.
8648 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
8650         * vc-dir.el (tool-bar): Require.
8652         * vc.el (ewoc, tool-bar): Do not require.
8654 2008-06-26  Kenichi Handa  <handa@m17n.org>
8656         * international/mule-cmds.el (encode-coding-char): Fix for ASCII
8657         characters.
8659         * composite.el (terminal-composition-base-character-p): New function.
8660         (terminal-composition-function):
8661         Use terminal-composition-base-character-p.  Include the base character
8662         in the composition.
8663         (auto-compose-chars): Don't check font-object for terminal display.
8665 2008-06-26  Glenn Morris  <rgm@gnu.org>
8667         * doc-view.el (bookmark-make-record-default):
8668         * image-mode.el (bookmark-make-record-default): Fix declaration.
8670         * calendar/calendar.el (calendar-date-echo-text): Doc fix.
8671         Add default :value for sexp type.
8672         (calendar-month-edges): New variable.
8673         (calendar-month-edges): New function.
8674         (calendar-recompute-layout-variables): Set calendar-month-edges.
8675         (calendar-intermonth-header, calendar-intermonth-text): New options.
8676         (calendar-insert-at-column): New function.
8677         (calendar-generate-month): Use calendar-insert-at-column.
8678         Handle intermonth text.  Add 'date property.
8679         (calendar-column-to-month): Remove function.
8680         (calendar-column-to-segment): New function.
8681         (calendar-cursor-to-date): Use calendar-column-to-segment.
8682         Check 'date property.
8684         * calendar/calendar.el (calendar-print-other-dates):
8685         Handle mouse events.
8686         * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
8687         (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
8689         * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
8690         * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
8691         (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
8693         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
8694         Use calendar-column-to-segment, calendar-month-edges, and
8695         the 'date property to handle intermonth text.
8697         * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
8699         * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
8700         (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
8701         Add doc strings.
8702         (cal-menu-context-mouse-menu): Add some :keys.
8703         (calendar-check-holidays): Declare rather than autoloading.
8704         (diary-show-holidays-flag): Remove unneeded declaration.
8706         * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
8707         * calendar/calendar.el (calendar-cursor-to-date): Handle case where
8708         event-start is nil.
8710 2008-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8712         * minibuffer.el (completion-basic-try-completion): Use the text after
8713         point to constrain the completion candidates.
8714         (completion-basic-all-completions): Adjust accordingly.
8716 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
8718         * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
8719         courier.
8721         * faces.el (set-face-attribute): Doc fix.
8723 2008-06-25  Juri Linkov  <juri@jurta.org>
8725         * bindings.el (goto-map): New variable.  Rebind goto-related
8726         commands to this `M-g' prefix keymap.
8727         (search-map): New variable for `M-s' prefix keymap.
8728         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
8729         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
8730         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
8731         `M-shw' to `hi-lock-write-interactive-patterns'.
8733         * isearch.el (isearch-mode-map): Bind `M-s h r' to
8734         `isearch-highlight-regexp'.
8735         (isearch-highlight-regexp): New function.
8737 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8739         * info.el (Info-bookmark-make-record):
8740         Use bookmark-make-record-default.
8741         (Info-bookmark-jump): Use bookmark-default-handler.
8743         * image-mode.el (image-bookmark-make-record):
8744         Use bookmark-make-record-default.
8745         (image-bookmark-jump): Use bookmark-default-handler.
8747         * doc-view.el (doc-view-bookmark-make-record):
8748         Use bookmark-make-record-default.
8749         (doc-view-bookmark-jump): Use bookmark-default-handler.
8751         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
8752         used until now in bookmark.el's code.
8753         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
8754         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
8755         used until now in bookmark.el's code.
8756         (bookmark-set-filename): Remove special code, moved to its only caller.
8757         (bookmark-store): Use the newer format.
8758         (bookmark-make-record-default): Add arg `point-only'.
8759         Rename from bookmark-make-record-for-text-file.
8760         (bookmark--jump-via): New function.
8761         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
8762         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
8763         Use it.
8764         (bookmark-jump-noselect, bookmark-default-handler):
8765         Don't return an alist, instead return the data implicitly by changing
8766         current buffer and point.  Signal an error if the file doesn't exist.
8768         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
8769         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
8771         * bs.el: Use with-current-buffer.  Simplify.
8772         (bs-toggle-readonly): Avoid vc-toggle-read-only.
8774         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
8775         is bound before using it.
8777 2008-06-25  Kenichi Handa  <handa@m17n.org>
8779         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
8781 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
8783         * vc-hg.el:
8784         * vc-git.el: Require vc-dir when compiling.
8786         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
8787         vc-dir-marked-only-files.  Change the return value.
8788         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
8789         Change the return value.
8790         (vc-dir-deduce-fileset): New function broken out from ...
8791         * vc.el (vc-deduce-fileset): ... here and ...
8792         (vc-deduce-fileset): ... here.
8794         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
8795         (vc-svn-parse-status): Do not set the vc-backend property.
8797 2008-06-25  Andreas Schwab  <schwab@suse.de>
8799         * faces.el (face-font-family-alternatives, variable-pitch):
8800         Use "Sans Serif", not "Sans-Serif".
8802 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
8804         * faces.el (face-font-family-alternatives, variable-pitch):
8805         Change "Sans" to the canonical name "Sans-Serif".
8807 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
8809         * calc/calc.el (calc-mode-map): Add extra keybindings to
8810         `calc-missing-key'.
8811         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
8812         `kill-ring-save'.
8814 2008-06-24  Miles Bader  <miles@gnu.org>
8816         * mouse.el (mouse-appearance-menu): Don't do anything if the user
8817         pops up the menu but doesn't select anything.
8819 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
8821         * add-log.el (add-change-log-entry): Add new arg to force each new
8822         entry to be on a new line.
8823         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
8825         * vc-dir.el (vc-client-object): Remove.
8826         (vc-dir-prepare-status-buffer): Take a backend as an argument and
8827         use it when looking for a buffer.
8828         (vc-dir): Add a backend argument.  Set revert-buffer-function.
8829         Don't create a client object.  Move bindings ...
8830         (vc-dir-menu-map, vc-dir-mode-map): ... here.
8831         (vc-dir-revert-buffer-function): New function.
8832         (vc-generic-status-printer): Rename to ...
8833         (vc-dir-status-printer): ... this.
8834         (vc-generic-state, vc-generic-status-fileinfo-extra)
8835         (vc-dir-extra-menu, vc-make-backend-object): Remove.
8836         (vc-default-status-printer): Use a different face for
8837         directories.  Don't display any text for directories in the state
8838         column.  Add tooltips.
8840         * vc.el (Todo): Update.
8842         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
8843         * vc-rcs.el (vc-annotate-convert-time):
8844         * vc-mtn.el (vc-annotate-convert-time):
8845         * vc-git.el (vc-annotate-convert-time):
8846         * vc-cvs.el (vc-annotate-convert-time):
8847         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
8849 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
8851         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
8852         instead of using view-mode.
8854 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8856         * Makefile.in (distclean): Don't delete *.elc and autogen files.
8858 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
8860         * vc.el:
8861         * vc-hooks.el:
8862         * vc-dispatcher.el: Move vc-dir variables and functions ...
8863         * vc-dir.el: ... here.  New file.
8864         * Makefile.in (ELCFILES): Add vc-dir.elc.
8866         * vc.el: Move vc-annotate variables and functions ...
8867         * vc-annotate.el: ... here.  New file.
8868         * Makefile.in (ELCFILES): Add vc-annotate.elc.
8870         * vc-dav.el: Move here from url/vc-dav.el.
8871         (Todo): Note work needed to make this backend functional.
8873         * Makefile.in (ELCFILES): Update vc-dav.el location.
8875 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8877         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
8879 2008-06-21  John Paul Wallington  <jpw@pobox.com>
8881         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
8883         * textmodes/rst.el (rst-mode): Put docstring in right place.
8885 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
8887         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
8888         size for legibility.
8890         * faces.el (fixed-pitch): Use "Monospace" family.
8891         (variable-pitch): Use "Sans" family.
8892         (face-font-family-alternatives): Define alternatives for "Sans"
8893         and "Monospace".
8895 2008-06-21  Glenn Morris  <rgm@gnu.org>
8897         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
8898         Require 'cl when compiling.
8900         * emacs-lisp/debug.el (help-xref-interned): Declare.
8902         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
8903         Evaluate definition when compiling.
8905         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
8906         rather than mouse-1.
8907         (bug-reference-url-format): Autoload safe if string.
8908         (bug-reference-bug-regexp): Make space after "bug" optional.
8910         * Makefile.in (all): Explicitly pass EMACS to sub-make,
8911         for some non-GNU makes.
8913         * cus-dep.el (custom-dependencies-no-scan-regexp):
8914         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
8916         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
8917         increments.
8919         * calendar/calendar.el: Factor out the magic numbers controlling the
8920         calendar layout.
8921         (calendar-month-digit-width, calendar-month-width)
8922         (calendar-right-margin): New variables.
8923         (calendar-recompute-layout-variables, calendar-set-layout-variable):
8924         New functions.
8925         (calendar-left-margin, calendar-intermonth-spacing)
8926         (calendar-column-width, calendar-day-header-width)
8927         (calendar-day-digit-width): New options.
8928         (calendar-first-date-row): New constant.
8929         (calendar-move-to-column, calendar-ensure-newline): New functions,
8930         replacing calendar-insert-indented.
8931         (calendar-insert-indented): Remove function.
8932         (calendar-generate-month): Use calendar-move-to-column and
8933         calendar-ensure-newline.  Use layout variables.
8934         (calendar-generate, calendar-update-mode-line)
8935         (calendar-font-lock-keywords): Use layout variables.
8936         (calendar-column-to-month): New function.
8937         (calendar-cursor-to-date): Use calendar-column-to-month.
8938         Use layout variables.
8939         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
8940         Use layout variables.  Use calendar-column-to-month.
8941         (calendar-cursor-to-visible-date): Use layout variables.
8943 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8945         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
8946         (all): Run compile-last.
8947         (compile-onefile): New target.
8948         (compile-first): Simplify.
8949         (compile-last): Don't treat COMPILE_FIRST specially.
8950         (COMPILE_FIRST): List the elc files rather than the el files.
8951         (ELCFILES): Update.
8953 2008-06-21  Ulf Jasper  <ulf.jasper@web.de>
8955         * net/newst-treeview.el: Remove dead code.
8956         (newsticker--window-config): Remove.
8957         (newsticker-treeview-quit): Do not save window config.
8958         (newsticker-treeview): Do not try to restore window config.
8959         (newsticker-groups, newsticker--treeview-list-sort-by-column)
8960         (newsticker--treeview-list-new-items)
8961         (newsticker--treeview-list-immortal-items)
8962         (newsticker--treeview-list-obsolete-items)
8963         (newsticker--treeview-list-all-items)
8964         (newsticker--treeview-list-feed-items): Fix documentation.
8966 2008-06-21  Miles Bader  <miles@gnu.org>
8968         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
8970 2008-06-21  Alan Mackenzie  <acm@muc.de>
8972         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
8973         infinite loop on invalid syntax.
8975 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8977         * textmodes/rst.el: Run rst-define-level-faces when loading.
8978         (rst-mode): Don't set the font-lock-multiline var.
8979         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
8980         Set the font-lock-multiline property by hand.
8982         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
8984         * Makefile.in (emacs-deps): Remove.
8985         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
8986         (all): Use them.
8987         (autogen-clean): Remove.
8989 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8991         * Makefile.in (all): New target.
8992         (bootstrap-prepare): Remove.
8994         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
8995         the .elc file to batch-byte-compile.
8997         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
8998         set-keymap-parents if set-keymap-parent doesn't exist.
9000         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
9001         Allow more than one space before the |.
9003         * textmodes/rst.el: Fix up docstring conventions.
9004         Move vars to before their first use.
9005         (rst-mode): Don't mess with font-lock-support-mode.
9006         (rst-suggest-new-decoration, rst-adjust-decoration):
9007         Avoid CL's copy-list.
9008         (rst-delete-entire-line): Use line-beginning-position.
9009         (rst-position): New fun.
9010         (rst-straighten-decorations): Use it instead of CL's position.
9011         (rst-straighten-bullets-region): Avoid CL's mapcar*.
9012         (rst-toc-mode): Use define-derived-mode.
9013         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
9014         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
9015         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
9016         (rst-replace-lines): Simplify.
9017         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
9019         * simple.el (special-mode-map): New var.
9020         (special-mode): New major mode.
9022 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
9024         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
9025         log-view-file-re.
9027         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
9028         (vc-switch-backend): Simplify.
9029         (Todo): Remove solved items.
9031         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
9032         the vc-backend property.
9034 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9036         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
9037         Bind inhibit-read-only since the buffer is always read-only.
9039 2008-06-20  Ulf Jasper  <ulf.jasper@web.de>
9041         * net/newst-treeview.el (newsticker-treeview-own-frame):
9042         Change default value to nil.
9043         (newsticker--treeview-list-add-item)
9044         (newsticker--treeview-propertize-tag): Show item title in tooltip.
9046 2008-06-20  Martin Blais  <blais@furius.ca>
9047             Stefan Merten  <smerten@oekonux.de>
9048             David Goodger  <goodger@python.org>
9050         * textmodes/rst.el: New file.
9052 2008-06-20  Sam Steingold  <sds@gnu.org>
9054         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
9055         remove DIRECTORY entries.
9057 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
9059         * makefile.w32-in (distclean): Depend on `clean'.
9060         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
9061         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
9062         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
9063         empty cus-load.el with `echo', and include "Local Variables"
9064         section to prevent the empty file from being compiled.
9065         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
9066         that generate an empty cus-load.el.
9068 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
9070         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
9071         Don't copy ldefs-boot.el over loaddefs.el.
9072         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
9073         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
9074         to loaddefs.el; they are not needed now.  Add coding cookie.
9076 2008-06-20  Miles Bader  <miles@gnu.org>
9078         * face-remap.el (face-remap-add-relative, face-remap-set-base):
9079         Strip unnecessary list levels from SPECS.
9080         (buffer-face-set, buffer-face-toggle):
9081         Change argument from FACE to &rest SPECS, and strip unnecessary
9082         list levels from SPECS.
9083         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
9085 2008-06-20  Jason Rumney  <jasonr@gnu.org>
9087         * international/fontset.el (setup-default-fontset): Specify script
9088         for latin use of iso10646-1.  Fix use of lang tags.
9090 2008-06-19  Miles Bader  <miles@gnu.org>
9092         * face-remap.el (text-scale-increase): Start from zero if
9093         text-scale-mode isn't enabled.
9095 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9097         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
9098         frame parameters after setting up the `default' face.
9100 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9102         * faces.el (face-set-after-frame-default): Don't exclude `default'.
9104 2008-06-18  Glenn Morris  <rgm@gnu.org>
9106         * mouse.el (buffer-face-mode-invoke): Declare.
9108         * Makefile.in (ELCFILES): Add org/org-id.elc.
9110         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
9111         * calendar/cal-menu.el (cal-menu-holidays-menu):
9112         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
9113         (cal-menu-today-holidays): Remove function.
9115         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
9116         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
9117         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
9118         Remove unused functions.
9119         (calendar-mouse-view-diary-entries): Use format rather than concat.
9121         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
9122         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9123         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
9125         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
9126         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9127         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
9128         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
9129         cal-menu-event-to-date.
9131         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
9132         Handle mouse events.
9133         * calendar/cal-tex.el (cal-tex-cursor-year)
9134         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9135         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
9136         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
9137         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
9138         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
9139         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
9140         (cal-tex-cursor-month): Mark N as optional.
9141         * calendar/cal-menu.el (calendar-mouse-tex-day)
9142         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
9143         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
9144         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
9145         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
9146         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
9147         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
9148         Remove functions.
9149         (cal-menu-context-mouse-menu): Replace the above functions with the
9150         cal-tex versions.  Add HTML submenu.
9152 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
9154         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
9155         text command mode.
9156         (gdb): Explain that gud-gdb is needed for text command mode.
9158 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
9160         * window.el (split-height-threshold): Remove spurious extra line.
9162 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9164         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
9165         (calendar-set-mark):
9166         * calendar/diary-lib.el (diary-insert-entry):
9167         * calendar/solar.el (calendar-sunrise-sunset): Use it.
9168         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
9169         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
9170         (cal-menu-context-mouse-menu): Use calendar-set-mark,
9171         diary-insert-entry, and calendar-sunrise-sunset instead.
9173         * vc.el (vc-deduce-fileset): Add arg `only-files'.
9174         (vc-next-action): Pass the new arg.
9175         (vc-register): Don't use `only-files'.
9176         Don't set `backup-inhibited' in the current buffer.
9178 2008-06-17  Miles Bader  <miles@gnu.org>
9180         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
9182         * face-remap.el (buffer-face-mode-face)
9183         (buffer-face-mode-remapping): New variables.
9184         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
9185         (buffer-face-mode-invoke): New functions.
9186         (variable-pitch-mode-remapping): Variable removed.
9187         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
9189         * face-remap.el (internal-lisp-face-attributes): New variable.
9190         (face-attrs-more-relative-p, face-remap-order): New functions.
9191         (face-remap-add-relative): Use `face-remap-order'.
9193 2008-06-17  Glenn Morris  <rgm@gnu.org>
9195         * mouse.el (x-select-font): Declare.
9197         * calendar/calendar.el (calendar-move-hook):
9198         Add calendar-update-mode-line as an option.
9199         (calendar-date-echo-text): New user option.
9200         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
9201         (calendar-insert-indented): Simplify newline insertion.
9202         (calendar-describe-mode): Remove unused function.
9203         (calendar-mode-line-entry): New function.
9204         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
9205         Mark as risky.
9206         (calendar-mouse-other-month): Remove function.
9207         (calendar-other-month): Handle mouse events.
9208         (calendar-goto-info-node): Call fit-window-to-buffer.
9209         (calendar-mode): Use define-derived-mode.  Doc fix.
9210         (calendar-update-mode-line): Tweak whitespace.
9212 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9214         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
9215         (vc-dir-marked-only-files): vc-string-prefix-p.
9217 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
9219         * progmodes/gdb-ui.el (gdb-memory-set-address)
9220         (gdb-memory-set-repeat-count): Allow keyboard bindings.
9221         (gdb-memory-mode-map): Bind above functions respectively
9222         to 'S' and 'N'.
9224 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
9226         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
9228 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
9230         * log-view.el (vc-diff-internal): Declare for compiler.
9232         * vc-bzr.el (log-view-per-file-logs):
9233         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
9235 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
9237         * mouse.el (mouse-appearance-menu-map): New var.
9238         (mouse-appearance-menu): New function.
9239         Bind it to S-down-mouse-1.
9241 2008-06-15  Juri Linkov  <juri@jurta.org>
9243         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
9244         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
9245         as the second element.
9246         (Info-build-toc): Add PARENT element extracted from the Up pointer.
9247         Don't print progress messages.
9248         (Info-toc-nodes): New variable and function.
9249         (Info-index-nodes): Optimize non-string file name case.
9250         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
9251         (Info-insert-breadcrumbs): Use the cached document structure instead
9252         of visiting all ancestor nodes.  Remove the initial `>'.
9254 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
9256         * log-view.el (log-view-diff-changeset): New function.
9257         (log-view-mode-map, log-view-mode-menu): Bind it.
9258         (log-view-per-file-logs, log-view-vc-fileset)
9259         (log-view-vc-backend): New variables.
9260         (log-view-find-revision, log-view-modify-change-comment)
9261         (log-view-annotate-version): Throw an error if the log is for more
9262         than one file and we can't find the current file.  Get the current
9263         file from log-view-vc-fileset if necessary.
9264         (log-view-diff): Get the current file from log-view-vc-fileset if
9265         necessary.
9267         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
9269         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
9270         (vc-hg-log-view-mode): Declare for compiler.
9271         (vc-hg-log-view-mode): Set log-view-per-file-logs and
9272         log-view-file-re.
9273         (vc-hg-diff): If no file is passed, use default-directory for cwd.
9275         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
9277         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
9279 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
9281         * net/tramp.el (tramp-handle-start-file-process):
9282         Clear modification time of the connection buffer.
9283         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
9284         (tramp-open-connection-setup-interactive-shell): Flush cache, and
9285         restart `tramp-maybe-open-connection' when the remote system has
9286         been changed.  Throw 'uname-changed event.
9287         (tramp-maybe-open-connection): Catch it.
9289         * net/tramp-cmds.el (tramp-cleanup-all-connections):
9290         Reset `tramp-locked'.
9292 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
9294         * net/newst-treeview.el (newsticker--treeview-list-update)
9295         (newsticker--treeview-item-update)
9296         (newsticker--treeview-tree-update)
9297         (newsticker-treeview-jump, newsticker-group-add-group)
9298         (newsticker-group-move-feed, newsticker-group-delete-group):
9299         Remove window dedication.
9300         (newsticker--group-manage-orphan-feeds): Handle ill-valued
9301         newsticker-groups.
9302         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
9304 2008-06-15  Andreas Schwab  <schwab@suse.de>
9306         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
9307         when parsing CVS/Repository.
9309         * wdired.el (wdired-search-and-rename): Fix undocumented change.
9311 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
9313         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
9314         (newsticker-extra-face, newsticker-enclosure-face): Moved to
9315         net/newst-reader.el.
9317         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
9318         (newsticker-extra-face, newsticker-enclosure-face): Moved from
9319         net/newst-reader.el.
9321 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9323         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
9324         Catch and recover from case when the bytes we thought we were reading
9325         turn out to be something else entirely, such as latin-1 chars from
9326         quail.  See bug#396.
9328 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
9330         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
9331         (vc-register): Call the backend function only once, instead of
9332         once for each file.
9333         (vc-next-action): Update call to vc-register.
9334         (vc-dir-register): Remove function.
9335         (vc-dir): Bind vc-register instead of vc-dir-register.
9337 2008-06-14  Glenn Morris  <rgm@gnu.org>
9339         * Makefile.in (ELCFILES): Add net/newst-*.el.
9341 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9343         * wdired.el (wdired-do-renames): New function.
9344         (wdired-finish-edit): Use it to.
9345         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
9347 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9349         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
9351 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
9353         * window.el (window--even-window-heights): Even window heights
9354         only if the selected window is higher than WINDOW.
9355         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9357 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9359         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
9361 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9363         * term/linux.el (terminal-init-linux): Load t-mouse.
9365 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9366             Drew Adams  <drew.adams@oracle.com>
9368         * info.el (Info-breadcrumbs-depth): New var.
9369         (Info-insert-breadcrumbs): New function.
9370         (Info-fontify-node): Use it.
9371         (Info-mode-map): Move initialization into declaration.
9373 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
9375         Rename net/newsticker-*.el to net/newst-*.el.
9376         * net/newst-backend.el: Rename from net/newsticker-backend.el.
9377         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
9378         * net/newst-reader.el: Rename from net/newsticker-reader.el.
9379         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
9380         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
9381         * net/newsticker-backend.el: Rename to net/newst-backend.el.
9382         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
9383         * net/newsticker-reader.el: Rename to net/newst-reader.el.
9384         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
9385         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
9387 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9389         * progmodes/compile.el (compilation-start): Don't disable undo in
9390         comint buffer.  Don't override the comint-filter with our own.
9391         (compilation-filter): Change point's insertion-type.
9393         * comint.el (comint-output-filter): Use copy-marker.
9395 2008-06-13  David Reitter  <david.reitter@gmail.com>
9397         * textmodes/flyspell.el (mail-mode-flyspell-verify):
9398         Check message-signature-separator exists before using it.
9400 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
9402         * vc.el (vc-delete-file): Bind default-directory before calling
9403         the backend.
9404         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
9405         (vc-annotate-show-diff-revision-at-line-internal): ... here.
9406         New function.
9407         (vc-annotate-show-changeset-diff-revision-at-line): New function.
9408         (vc-annotate-mode-menu): Bind it.
9410 2008-06-13  Jason Rumney  <jasonr@gnu.org>
9412         * term/w32-win.el (mouse-set-font): Remove overridden function.
9413         (w32-select-font): Declare as obsolete alias for x-select-font.
9415 2008-06-13  Daniel Engeler  <engeler@gmail.com>
9417         These changes add serial port access.
9418         * term.el (term-update-mode-line): Modify.
9419         (serial-port-is-file-p, serial-nice-speed-history)
9420         (serial-no-speed, serial-mode-line-speed-menu)
9421         (serial-mode-line-config-menu): New variables and constants.
9422         (serial-name-history, serial-speed-history)
9423         (serial-supported-or-barf, serial-read-name, serial-read-speed)
9424         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
9425         (serial-mode-line-speed-menu, serial-update-speed-menu)
9426         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
9427         (serial-update-config-menu): New functions.
9429 2008-06-13  Glenn Morris  <rgm@gnu.org>
9431         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
9433         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
9435 2008-06-13  Kenichi Handa  <handa@m17n.org>
9437         * cus-face.el (custom-face-attributes): Add :foundry.
9439         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
9440         (face-x-resources): Add :foundry.
9441         (face-valid-attribute-values): Likewise.
9442         (face-attribute-name-alist): Likewise.
9443         (describe-face): Likewise.
9445 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9447         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
9449 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
9451         * longlines.el (longlines-search-forward, longlines-search-backward)
9452         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
9454 2008-06-12  Sam Steingold  <sds@gnu.org>
9456         * vc.el (vc-rename-file): DTRT when the destination is a directory
9457         name and the source is a file.
9459 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
9461         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
9463 2008-06-12  Glenn Morris  <rgm@gnu.org>
9465         * progmodes/f90.el (f90-beginning-of-subprogram)
9466         (f90-end-of-subprogram): Only give a message when interactive.
9468         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
9470         * progmodes/cperl-mode.el (cperl-info-on-command):
9471         Use display-pixel-height rather than x-display-pixel-height.
9473         * mail/rmailedit.el (rmail-cease-edit):
9474         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
9476         * emulation/edt.el (edt-xserver):
9477         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
9479         * emulation/edt-mapper.el: Drop test for Emacs < 19.
9481         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
9482         Evaluate definitions when compiling.  Reverse tests.
9484         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
9485         use unless.
9487         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
9489         * textmodes/artist.el (x-pointer-shape):
9490         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
9491         (x-open-connection, x-server-max-request-size, x-get-resource):
9492         * term/w32console.el (x-setup-function-keys):
9493         * term/w32-win.el (x-parse-geometry, x-resource-name)
9494         (generate-fontset-menu, image-library-alist, x-open-connection)
9495         (setup-default-fontset, set-fontset-font, setup-default-fontset)
9496         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
9497         (x-get-resource):
9498         * term/mac-win.el (x-parse-geometry, x-resource-name)
9499         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
9500         (new-fontset, x-display-list, x-open-connection, x-get-resource):
9501         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
9502         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
9503         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
9504         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
9505         (tooltip-identifier-from-point, define-fringe-bitmap):
9506         * play/gamegrid.el (image-size):
9507         * play/bubbles.el (image-size):
9508         * mail/emacsbug.el (x-server-vendor, x-server-version):
9509         * international/mule-util.el (internal-char-font):
9510         * international/mule-diag.el (font-info, query-fontset, fontset-info)
9511         (fontset-alias-alist, fontset-list, fontset-plain-name):
9512         * international/mule-cmds.el (x-server-vendor, x-server-version):
9513         * international/fontset.el (font-encoding-charset-alist)
9514         (otf-script-alist, new-fontset, set-fontset-font)
9515         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
9516         (fontset-list, query-fontset, x-get-resource):
9517         * emulation/edt.el (x-server-vendor):
9518         * emulation/edt-mapper.el (x-server-vendor):
9519         * emacs-lisp/map-ynp.el (x-popup-dialog):
9520         * emacs-lisp/lmenu.el (x-popup-dialog):
9521         * x-dnd.el (x-window-property, x-change-window-property)
9522         (x-get-selection-internal):
9523         * woman.el (x-list-fonts):
9524         * w32-fns.el (x-server-version):
9525         * tooltip.el (x-show-tip, x-hide-tip):
9526         * tool-bar.el (image-mask-p):
9527         * thumbs.el (image-size):
9528         * term.el (overflow-newline-into-fringe):
9529         * subr.el (scroll-bar-scale):
9530         * startup.el (x-get-resource, tool-bar-mode, image-size):
9531         * select.el (x-get-selection-internal, x-own-selection-internal)
9532         (x-disown-selection-internal):
9533         * mouse.el (generate-fontset-menu):
9534         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
9535         * image.el (image-library-alist):
9536         * image-mode.el (image-size, image-refresh):
9537         * image-dired.el (clear-image-cache):
9538         * gs.el (x-display-mm-width, x-display-pixel-width)
9539         (x-display-mm-height, x-display-pixel-height)
9540         (x-change-window-property, x-display-grayscale-p, x-window-property):
9541         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
9542         (x-focus-frame, x-list-fonts, x-display-screens)
9543         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
9544         (x-display-mm-width, x-display-backing-store, x-display-save-under)
9545         (x-display-planes, x-display-color-cells, x-display-visual-class):
9546         * faces.el (internal-face-x-get-resource)
9547         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
9548         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
9549         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
9550         (x-parse-geometry, x-create-frame, x-setup-function-keys)
9551         (tool-bar-setup):
9552         * doc-view.el (clear-image-cache, image-size, tooltip-show):
9553         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
9554         * dframe.el (x-display-pixel-width, x-display-pixel-height):
9555         * descr-text.el (internal-char-font):
9556         Define for compiler, for builds without X.
9558 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9560         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
9562 2008-06-11  Glenn Morris  <rgm@gnu.org>
9564         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
9565         before trying to move there.
9566         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
9567         is non-nil, indent most terminating statements like loop body.
9569         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
9570         Gregorian date, and add it, not the local date, to diary-entries-list.
9571         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
9573 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9575         * progmodes/compile.el (compilation-filter): Fix up last change.
9577         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
9579         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
9580         (gpm-mouse-mode): Make it into a proper global minor mode.
9582         * files.el (save-some-buffers-action-alist): Only use recursive-edit
9583         if the user enabled recursive-minibuffers.
9585         * emacs-lisp/map-ynp.el (map-y-or-n-p):
9586         Add support for scroll-other-window.
9588 2008-06-11  Jason Rumney  <jasonr@gnu.org>
9590         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
9591         Use tmm-menubar if menu is disabled in this frame.
9593         * menu-bar.el (menu-bar-open): Determine how to open menu bar
9594         from frame type, per documentation.  Add w32 case.
9596 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9598         * minibuffer.el (completion--merge-suffix): New function.
9599         (completion-basic-try-completion): Use it.
9600         (completion-pcm--find-all-completions): Add argument `filter'.
9601         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
9602         New functions.
9603         (completion-pcm-try-completion): Use them.
9605         * xt-mouse.el (turn-on-xterm-mouse-tracking)
9606         (turn-off-xterm-mouse-tracking): Use terminal-list.
9608         * cus-start.el (underline-minimum-offset): Rename from
9609         x-underline-minimum-display-offset.
9611 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
9613         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
9615 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
9617         * mouse.el (mouse-select-font): New function.
9619         * faces.el (face-spec-recalc): When the face is set using
9620         Customize, avoid recalculating it twice.
9622         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
9623         Font" menu item to it.  Apply selected font to all frames, and
9624         make it savable.
9625         (menu-bar-options-save): Save `default' font if changed.
9627 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9629         * ffap.el (ffap-string-at-point-mode-alist):
9630         Use alpha rather than lower.
9632         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
9634         * subr.el (momentary-string-display): Use an overlay.
9636         * progmodes/compile.el (compilation-mode):
9637         Set window-point-insertion-type.
9638         (compilation-filter): Don't use insert-before-markers any more.
9639         * emacs-lisp/trace.el (trace-make-advice):
9640         Set window-point-insertion-type in the trace buffer.
9641         * startup.el (normal-top-level): Set window-point-insertion-type in
9642         *Messages*.
9643         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
9644         (telnet-filter): Don't use insert-before-markers any more.
9645         * comint.el (comint-mode): Set window-point-insertion-type.
9646         (comint-output-filter): Don't use insert-before-markers any more.
9647         * button.el (make-text-button): Allow `start' to be a string.
9649 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
9651         * emacs-lisp/autoload.el (autoload-rubric):
9652         Fix coding cookie not to force Unix EOL.
9654 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
9656         * window.el (window--splittable-p, window--try-to-split-window):
9657         Don't use with-selected-window to avoid messing up get-lru-window.
9658         Reported by David Hansen <david.hansen@gmx.net>.
9660 2008-06-10  Glenn Morris  <rgm@gnu.org>
9662         * subr.el (locate-library): Doc fix.
9664         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
9665         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
9666         Check tool-bar-map is bound, for non-X builds.
9668         * net/newsticker-reader.el (newsticker--next-item-image)
9669         (newsticker--previous-item-image, newsticker--previous-feed-image)
9670         (newsticker--next-feed-image, newsticker--mark-read-image)
9671         (ewsticker--mark-immortal-image, newsticker--narrow-image)
9672         (newsticker--get-all-image, newsticker--update-image)
9673         (newsticker--browse-image): Check xpm images are available.
9674         (newsticker--mark-read-image, newsticker--mark-immortal-image)
9675         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
9677         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
9678         (newsticker--plainview-tool-bar-map, newsticker-mode):
9679         Check tool-bar-map is bound, for non-X builds.
9680         (w3m-toggle-inline-image): Declare.
9682         * net/newsticker-backend.el (tool-bar-map): Don't declare.
9684         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
9686         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
9687         (finder-compile-keywords): Move let to where needed.
9688         (finder-mouse-face-on-line): Go back one more line if needed.
9689         (finder-list-matches): Use cadr.
9690         (finder-goto-xref): New function.
9691         (finder-commentary): Add buttons to jump to foo.el libraries.
9693 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9695         * apropos.el (apropos-function, apropos-macro, apropos-command)
9696         (apropos-variable, apropos-face, apropos-group, apropos-widget)
9697         (apropos-plist): Add apropos-short-label property.
9698         (apropos-multi-type): New variables.
9699         (apropos-command, apropos-value): Set it.
9700         (apropos-compact-layout): New custom.
9701         (apropos-print, apropos-print-doc): Use it.
9702         (apropos-print): Truncate lines.
9704 2008-06-09  Kenichi Handa  <handa@m17n.org>
9706         * international/fontset.el (font-encoding-alist):
9707         Add an entry for "ascii-0".
9709 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
9711         * language/hanja-util.el (hanja-init-load): Show the message only
9712         when loading a table.
9714 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
9716         * net/newsticker-treeview.el (newsticker-treeview):
9717         * net/newsticker-plainview.el (newsticker-plainview):
9718         Add autoload cookie.
9720 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
9722         * net/newsticker.el: Split up into newsticker-backend, -ticker,
9723         -reader, -plainview, and -treeview.
9724         (newsticker-version): Change to 1.99.
9726         * net/newsticker-backend.el: New.  Move backend functionality from
9727         newsticker.el to newsticker-backend.el.
9728         (newsticker--download-logos): New.
9729         (newsticker--sentinel-callback): New.
9730         (newsticker--set-customvar): Remove.  Split up into specific
9731         functions related to retrieval, ticker, buffer, and display.
9732         (newsticker--set-customvar-retrieval): New.  Extracted from
9733         `newsticker--set-customvar'.
9734         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
9735         (newsticker-url-list-defaults):
9736         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
9737         (newsticker-url-list): Doc changed.  URL can be a function.
9738         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
9739         (newsticker-retrieval-method): New.
9740         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
9741         (newsticker-retrieval-interval):
9742         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
9743         (newsticker-desc-comp-max): Change :group.
9744         (newsticker--cache): Doc changed.
9745         (newsticker--guid-to-string): New.
9746         (newsticker--guid): Use `newsticker--guid-to-string'.
9747         (newsticker--real-feed-name): New.
9748         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
9749         (newsticker-start): Use `insert-file-contents' for reading cache.
9750         Use `newsticker--start-feed'.
9751         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
9752         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
9753         Use `newsticker--stop-feed'.
9754         (newsticker-save-item): New.
9755         (newsticker--get-news-by-funcall): New.
9756         (newsticker-get-news): Handle new retrieval methods.
9757         (newsticker--sentinel): Use `newsticker--sentinel-work'.
9758         (newsticker--sentinel-work): New.  Extracted from
9759         `newsticker--sentinel'.  Use `newsticker--download-logos',
9760         `newsticker--sentinel-callback'.
9761         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
9762         (newsticker--parse-atom-1.0): Fix link determination.
9763         (newsticker--parse-rss-0.91): Fix time determination.
9764         (newsticker--parse-rss-0.92): Fix time determination.
9765         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
9766         (newsticker--parse-generic-feed): New arg order in
9767         `newsticker--cache-add'.
9768         (newsticker--parse-generic-items): Fix for multiple items.
9769         New arg order in `newsticker--cache-add'.
9770         (newsticker--forget-preformatted): Check whether
9771         `newsticker--buffer-set-uptodate' is fbound.
9772         (newsticker--decode-iso8601-date): Handle fractions of seconds.
9773         (newsticker--decode-rfc822-date): Partial timezone handling.
9774         (newsticker--cache-contains): Fix guid problem.
9775         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
9776         (newsticker--cache-save): New.
9777         (newsticker--cache-update): Use temp buffer.
9778         (newsticker--stat-num-items): Allow multiple AGE args.
9779         (newsticker--stat-num-items-total): New.
9780         (newsticker--opml-import-outlines): New.
9781         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
9782         (newsticker--do-run-auto-mark-filter): Doc changed.
9783         (newsticker-retrieve-random-message): New.
9785         * net/newsticker-ticker.el: New.  Move ticker functionality from
9786         net/newsticker.el to net/newsticker-ticker.el.
9787         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
9788         `newsticker--ticker-timer'.
9789         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
9790         to `newsticker--ticker-timer'.
9791         (newsticker--set-customvar-ticker): New.  Extracted from
9792         `newsticker--set-customvar'.
9793         (newsticker-ticker-interval): Rename `newsticker-display-interval'
9794         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
9795         for :set.  Change :group.
9796         (newsticker-scroll-smoothly): Doc changed.  Change :group.
9797         (newsticker-hide-immortal-items-in-echo-area)
9798         (newsticker-hide-old-items-in-echo-area)
9799         (newsticker-hide-obsolete-items-in-echo-area):
9800         Use `newsticker--set-customvar-ticker for :set.  Change :group.
9801         (newsticker-start-ticker): Rename `newsticker--display-timer' to
9802         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
9803         to `newsticker-ticker-interval'.
9804         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
9805         `newsticker--ticker-timer'.
9807         * net/newsticker-reader.el: New.  Move reader functionality from
9808         net/newsticker.el to net/newsticker-reader.el.
9809         (newsticker--set-customvar-formatting): New.  Extracted from
9810         `newsticker--set-customvar'.
9811         (newsticker-reader, newsticker-frontend): New.
9812         (newsticker-enable-logo-manipulations): Change :group.
9813         (newsticker-justification): Use `newsticker--set-customvar-formatting'
9814         for :set.  Change :group.
9815         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
9816         for :set.  Change :group.
9817         (newsticker-html-renderer): Doc changed.
9818         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
9819         (newsticker-date-format):
9820         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
9821         (newsticker--insert-enclosure):
9822         Rename `newsticker--buffer-insert-enclosure' to
9823         `newsticker--insert-enclosure'.  Add keymap arg.
9824         (newsticker--print-extra-elements):
9825         Rename `newsticker--buffer-print-extra-elements' to
9826         `newsticker--print-extra-elements'.  Add keymap arg.
9827         (newsticker--do-print-extra-element):
9828         Rename `newsticker--buffer-do-print-extra-element' to
9829         `newsticker--do-print-extra-element'.  Add keymap arg.
9830         (newsticker-show-news): Use `newsticker-frontend'.
9832         * net/newsticker-plainview.el: New.  Move plainview functionality
9833         from net/newsticker.el to net/newsticker-reader.el.
9834         (newsticker-plainview): New.
9835         (newsticker--set-customvar-sorting): New.  Extracted from
9836         `newsticker--set-customvar'.
9837         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
9838         for :set.  Changed :group.
9839         (newsticker-heading-format, newsticker-item-format)
9840         (newsticker-desc-format, newsticker-statistics-format):
9841         Use `newsticker--set-customvar-formatting for :set.  Change :group.
9842         (newsticker-faces): Change :group.
9843         (newsticker-default-face): Enable again.
9844         (newsticker-hide-old-items-in-newsticker-buffer)
9845         (newsticker-show-descriptions-of-new-items):
9846         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
9847         (newsticker-show-all-news-elements): Change :group.
9848         (newsticker-plainview-hooks): New.
9849         (newsticker-select-item-hook, newsticker-select-feed-hook)
9850         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
9851         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
9852         to `newsticker--plainview-tool-bar-map'.
9853         (newsticker--url-keymap): Add mouse-1 binding.
9854         (newsticker-plainview): New.
9855         (newsticker-mark-all-items-of-feed-as-read): Change doc.
9856         (newsticker--buffer-do-insert-text): Use renamed
9857         newsticker--[buffer-]insert-enclosure and
9858         newsticker--[buffer-]print-extra-elements.
9859         (newsticker--buffer-set-faces): Use newsticker-default-face.
9861         * net/newsticker-treeview.el: New.
9863 2008-06-08  Andreas Schwab  <schwab@suse.de>
9865         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
9867         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
9869         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
9870         empty line.
9872         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
9874 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
9876         * window.el (split-height-threshold, split-width-threshold):
9877         Add choice nil.
9878         (split-window-preferred-function): Allow either nil or a function.
9879         (window--splittable-p, window--try-to-split-window):
9880         Handle changed option values.
9882         (window--frame-usable-p): Handle nil argument.
9884         (display-buffer): Call get-lru-window when pop-up-windows is nil
9885         and window can't be split.
9887 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9889         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
9891         * net/tramp.el (top): Quote feature names.  Remove
9892         `tramp-rfn-eshadow-setup-minibuffer' from
9893         `rfn-eshadow-setup-minibuffer-hook' when unloading.
9894         (tramp-read-passwd): There is only one call to
9895         `auth-source-user-or-password' needed.  Pacify byte compiler.
9897 2008-06-08  Andreas Schwab  <schwab@suse.de>
9899         * window.el (display-buffer): Use lru window if current window
9900         cannot be split.
9902 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9904         * apropos.el (apropos-library): New command and new button.
9905         (apropos-library-button): New function.
9907         * apropos.el: Remove spurious * in docstrings.
9908         (apropos-label-face): Use variable pitch.
9909         (apropos-print): Use dolist and with-current-buffer.
9910         (apropos-print-doc): Use when.
9912         * window.el (special-display-p, display-buffer):
9913         Fix up C->Elisp transcription error.
9915 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9917         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
9918         (byte-compile-file): Initialize it.
9919         (byte-compile-nogroup-warn): Keep track of the current group.
9921 2008-06-08  Glenn Morris  <rgm@gnu.org>
9923         * Makefile.in (compile, compile-always, bootstrap-prepare):
9924         Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
9926 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
9928         * language/hanja-util.el (hanja-init-load): Use a char-table for
9929         hanja-table.
9930         (hangul-to-hanja-char): Adjust for the above change.
9932 2008-06-07  Glenn Morris  <rgm@gnu.org>
9934         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
9935         lm-keywords.
9937         * mail/sendmail.el (mail-interactive): Add :version.
9939         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
9940         obsolete alias.
9942         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
9943         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
9944         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
9945         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
9946         * eshell/esh-util.el, international/mule-cmds.el:
9947         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
9948         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
9949         Remove unnecessary eval-when-compiles and eval-and-compiles.
9951         * Makefile.in (bootstrap-clean): Run autogen-clean.
9952         (maintainer-clean): No need to run autogen-clean now it is included in
9953         bootstrap-clean.
9955 2008-06-06  Miles Bader  <miles@gnu.org>
9957         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
9959 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
9961         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
9962         longlines mode.
9964         * replace.el (replace-search-function)
9965         (replace-re-search-function): New vars.
9966         (perform-replace): Use them.
9968         * longlines.el (longlines-re-search-forward): New function.
9969         (longlines-mode): Bind replace-search-function and
9970         replace-re-search-function, to ensure that replacement commands
9971         treat newlines as spaces.
9972         (longlines-show-effect): Default to a pilcrow sign.
9974 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9976         * help.el (function-called-at-point):
9977         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
9978         even when calling find-tag-default.
9980 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
9982         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
9983         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
9984         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
9985         (nxml-fontify-buffer, nxml-do-fontify):
9986         Remove obsolete variables and functions.
9987         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
9988         (nxml-degrade, nxml-after-change, nxml-after-change1)
9989         (nxml-extend-region, nxml-extend-after-change-region)
9990         (nxml-extend-after-change-region1, nxml-fontify-matcher)
9991         (nxml-toggle-char-ref-extra-display): Use font-lock, and
9992         font-lock-extend-region-functions in particular, to fontify
9993         nxml-mode buffers.
9994         (nxml-debug-region): New debugging helper function.
9996         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
9997         (nxml-scan-after-change, nxml-move-tag-backwards):
9998         Adapt for font-lock changes.
10000         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
10001         (nxml-debug-set-inside, nxml-debug-clear-inside):
10002         New debugging functions.
10003         (nxml-with-degradation-on-error): New helper macro.
10005 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
10007         * window.el (display-buffer): Remove dead call to get-lru-window.
10009 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10011         * mail/sendmail.el (mail-interactive): Change default.
10013 2008-06-05  John Paul Wallington  <jpw@pobox.com>
10015         * bindings.el (completion-ignored-extensions):
10016         Add .p64fsl, .d64fsl, and .dx64fsl.
10018 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10020         * ffap.el (ffap-prompter): Don't use the region.
10022 2008-06-05  Sam Steingold  <sds@gnu.org>
10024         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
10025         subdirectory to be registered.
10027 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
10029         * window.el (display-buffer-function, special-display-p)
10030         (special-display-buffer-names, special-display-regexps)
10031         (special-display-function, same-window-p, same-window-buffer-names)
10032         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
10033         (pop-up-frame-function, pop-up-windows, even-window-heights)
10034         (split-window-preferred-function, split-height-threshold)
10035         (window--display-buffer-1, display-buffer, pop-to-buffer):
10036         Move from window.c and buffer.c.
10037         (window--splittable-p, window--try-to-split-window)
10038         (window--frame-usable-p, window--display-buffer-2)
10039         (window--even-window-heights): New functions.
10040         (split-width-threshold): New option.
10041         (split-window-preferred-horizontally): Remove.
10043         * cus-start.el: Remove corresponding declarations.
10045 2008-06-05  Sam Steingold  <sds@gnu.org>
10047         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
10048         an error on modified buffers.
10050 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10052         * progmodes/etags.el (tags-verify-table): Be careful to use and update
10053         tags-file-name and tags-table-list from the right buffer.
10054         (tags-table-check-computed-list, tags-table-extend-computed-list)
10055         (find-tag-noselect): Use with-current-buffer.
10057         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
10058         Use print-circle.
10060         * minibuffer.el (minibuffer-local-must-match-filename-map):
10061         Declare obsolete alias for the old name.
10063         * abbrev.el (unexpand-abbrev): Better preserve markers.
10065 2008-06-05  Glenn Morris  <rgm@gnu.org>
10067         * emacs-lisp/autoload.el (autoload-rubric): New function,
10068         extracted from autoload-ensure-default-file.
10069         (autoload-ensure-default-file): Use autoload-rubric.
10071         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
10072         (custom-dependencies-no-scan-regexp): New variable.
10073         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
10074         Don't scan files matching custom-dependencies-no-scan-regexp.
10075         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
10077         * finder.el (finder-headmark): Initialize and add doc string.
10078         (generated-finder-keywords-file): Doc fix.
10079         (finder-no-scan-regexp): New variable.
10080         (finder-compile-keywords): Use a single let binding.
10081         Disable undo in the output buffer.  Use autoload-rubric.
10082         Use mapc rather than mapcar.  Don't scan files matching
10083         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
10084         rather than concat.  Use directory-files to do regexp matching.
10085         No need to require jka-compr.
10086         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
10087         (finder-list-matches): Disable undo.
10088         (finder-commentary): Use let rather than let*.  Disable undo.
10089         (finder-current-item): Use zerop.
10090         (finder-mode): Use define-derived-mode.
10091         (finder-exit): Doc fix.  Use dolist.
10093         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
10094         (custom-deps): Don't require $(lisp)/cus-load.el.
10095         (custom-deps, finder-data): Don't depend on autoloads.
10096         Should not be needed now, and doing so was causing make install to
10097         re-dump emacs post-bootstrap.
10098         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
10099         mid-build forces some things to be rebuilt.
10101 2008-06-05  Miles Bader  <miles@gnu.org>
10103         * face-remap.el
10104         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
10105         (face-remap-remove-relative): Renamed from
10106         `remove-relative-face-remapping'.
10107         (face-remap-reset-base): Renamed from
10108         `set-default-base-face-remapping'.
10109         (face-remap-set-base): Renamed from `set-base-face-remapping'.
10110         (text-scale-increase): Renamed from `increase-buffer-face-height'.
10111         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
10112         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
10114         * face-remap.el (variable-pitch-mode): Autoload.
10116 2008-06-04  Sam Steingold  <sds@gnu.org>
10118         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
10119         Generate extra status headers for a Mercurial tree.
10121 2008-06-04  John Paul Wallington  <jpw@pobox.com>
10123         * echistory.el (electric-history-map): Define within defvar.
10124         Add docstring.
10126         * font-lock.el (font-lock-turn-off-thing-lock)
10127         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
10128         Use `bound-and-true-p'.
10129         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
10130         Doc fixes.
10132         * international/ccl.el (define-ccl-program): Add `doc-string'
10133         declaration.
10135 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
10137         * face-remap.el (variable-pitch-mode): Reflow docstrings.
10138         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
10140 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
10142         * emacs-lisp/rx.el (rx): Doc fix.
10144 2008-06-04  Markus Triska  <markus.triska@gmx.at>
10146         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
10148 2008-06-04  Miles Bader  <miles@gnu.org>
10150         * face-remap.el (adjust-buffer-face-height): New function.
10151         Add autoloaded keybindings in ctl-x-map.
10152         (increase-buffer-face-height, decrease-buffer-face-height):
10153         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
10155 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
10157         * simple.el (line-move-1): If we did not move as far as desired,
10158         ensure that point-left and point-entered hooks are called.
10160 2008-06-03  Sam Steingold  <sds@gnu.org>
10162         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
10164 2008-06-03  John Paul Wallington  <jpw@pobox.com>
10166         * progmodes/make-mode.el (makefile-cleanup-continuations)
10167         (makefile-warn-suspicious-lines, makefile-warn-continuations):
10168         Use `derived-mode-p'.
10170 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10172         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
10173         (ELCFILES): Update.
10175 2008-06-03  Miles Bader  <miles@gnu.org>
10177         * face-remap.el: New file.
10178         * Makefile.in (ELCFILES): Add face-remap.elc.
10180 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10182         * progmodes/flymake.el (flymake-process-filter): Make sure the source
10183         buffer isn't dead.
10185         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
10186         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
10187         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
10188         * obsolete/auto-show.el, obsolete/hscroll.el:
10189         Remove packages that were obsolete in Emacs-20, or that were obsolete
10190         in Emacs-21 and do not contain any more code.
10192         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
10193         vc-client-mode is not set.
10195         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
10196         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
10198         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
10199         yet a bit more clever at distinguishing / from /.
10201 2008-06-03  Kenichi Handa  <handa@m17n.org>
10203         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
10205 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
10207         * language/hanja-util.el: New file.
10209 2008-06-03  Glenn Morris  <rgm@gnu.org>
10211         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
10212         Check that end-of-word follows "type".
10214 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
10216         * epa-file.el (epa-file-write-region): Write the entire buffer
10217         content if START is nil.
10219 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
10221         * select.el (x-get-selection): Fix typo.
10223 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
10225         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
10226         (describe-char): Use `looking-at-p', `string-match-p' when possible.
10228 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10230         * tar-mode.el (tar-header-block-summarize): Ensure one space around
10231         user&group.
10233 2008-05-31  John Paul Wallington  <jpw@pobox.com>
10235         * help-fns.el (describe-variable-custom-version-info):
10236         Handle dotted `package-version' info.
10238 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
10240         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
10242 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
10244         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
10245         names and improve support for unregistered files.
10247 2008-05-31  Glenn Morris  <rgm@gnu.org>
10249         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
10250         Remove shell variable `elc'.  Split tests to hopefully be more portable.
10251         Fix `sel' assignment.
10253 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
10255         * minibuffer.el (completion-table-dynamic): Doc fix.
10257 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10259         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
10260         Try and return `unregistered' when applicable.
10262         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10263         Don't encourage naming variables with "-flag".
10265 2008-05-30  Glenn Morris  <rgm@gnu.org>
10267         * Makefile.in (update-elclist): Hide the warning when it does not apply,
10268         make it milder when it does.
10269         (autogen-clean): New target.
10270         (maintainer-clean): Use autogen-clean.
10272         * calendar/diary-lib.el (diary-display-function): New name for
10273         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
10274         Change custom type and version.
10275         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
10276         (diary-fancy-display): Doc fixes.
10277         (diary-list-entries, diary-include-other-diary-files)
10278         (diary-mail-entries):
10279         Use diary-display-function rather than diary-display-hook.
10281         * calendar/appt.el (appt-check): Use diary-display-function rather than
10282         diary-display-hook.
10283         * calendar/cal-x.el (calendar-dedicate-diary): Update for
10284         diary-display-function replacing diary-display-hook.
10285         * org/org-agenda.el (org-get-entries-from-diary): Also set
10286         diary-display-function.
10288         * calendar/cal-html.el (cal-html-list-diary-entries):
10289         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10290         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
10291         argument of diary-list-entries rather than setting diary-display-hook.
10293 2008-05-30  Kenichi Handa  <handa@m17n.org>
10295         * international/mule-conf.el (utf-8-with-signature): Renamed from
10296         utf-8-sig.
10297         (utf-8-auto): Adjusted for the above change.
10299         * international/mule-diag.el (describe-font): Don't check fontset
10300         here, and just call font-info.  Get the default font by from the
10301         default face.
10303 2008-05-29  Kenichi Handa  <handa@m17n.org>
10305         * international/mule-conf.el (utf-8-sig, utf-8-auto):
10306         New coding systems.
10308         * international/mule.el (define-coding-system): Accept :bom for utf-8.
10310 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
10312         * international/utf-7.el (utf-7-encode): Use the right escape char
10313         depending on imap/nonimap encoding.
10315 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10317         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
10319 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
10321         * icomplete.el (icomplete-prospects-height): Add :group.
10323 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10325         * icomplete.el (icomplete-prospects-length): Make obsolete.
10326         (icomplete-prospects-height): New var.
10327         (icomplete-completions): Use it.
10329 2008-05-29  David Kastrup  <dak@gnu.org>
10331         * autoinsert.el (auto-insert): Add :link.
10333 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10335         * tar-mode.el (tar-header): New field `header-start'.
10336         (tar-header-block-tokenize): Set it when useful.
10337         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
10338         (tar-header-data-end): New function.
10339         (tar-summarize-buffer): Use it.
10340         (tar-next-line): Fix goal column for long usernames.
10341         (tar-expunge-internal): Use header-start.
10342         (tar-rename-entry): Handle ustar-style long names.
10343         (tar-alter-one-field): Add optional `descriptor' argument.
10344         (tar-subfile-save-buffer): Use it.
10346 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10348         * tar-mode.el (tar-header): New field `header-start'.
10349         (tar-header-block-tokenize): Set header-start for longlink entries.
10350         (tar-expunge-internal): Use header-start to expunge longlink entries.
10352         * files.el (hack-local-variables): Don't signal an error if the local
10353         variable section is not properly terminated.
10355         * emacs-lisp/easymenu.el (easy-menu-convert-item)
10356         (easy-menu-convert-item-1): Move the duplicate-generation outside of
10357         the caching so it also works for identical entries.
10359         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
10360         (tar-mode): Use write-region-annotate-functions rather than
10361         write-contents-functions.
10362         (tar-extract): Remove unused var `pos'.
10363         (tar-subfile-save-buffer): Remove unused var `following-descs'.
10364         (tar-mode-write-file): Remove.
10365         (tar-write-region-annotate): New function.
10367         * progmodes/flymake.el (flymake-save-buffer-in-file):
10368         * shadowfile.el (shadow-copy-file):
10369         * arc-mode.el (archive-*-write-file-member):
10370         * files.el (diff-buffer-with-file):
10371         * subr.el (with-temp-file): Pass nil to write-region.
10372         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
10374         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
10375         the custom.
10377         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
10378         to write-region.
10380 2008-05-28  Glenn Morris  <rgm@gnu.org>
10382         * Makefile.in (update-elclist): Work around non-portability of "\"
10383         in various implementations of echo.
10385 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10387         * international/mule-diag.el (describe-current-coding-system):
10388         Don't assume selection-coding-system is always defined.
10390         * tar-mode.el: Use defstruct and markers.
10391         (tar-setf): Remove.
10392         (tar-header): Use defstruct.  Add `data-start' field.
10393         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
10394         (tar-desc-data-start): Remove (now called tar-header-data-start).
10395         (tar-roundup-512): New fun.
10396         (tar-header-block-tokenize): Receive a buffer position rather than
10397         a string.  Handle @longLink here, be more careful about it.
10398         Create a marker for data-start.
10399         (tar-summarize-buffer): Don't handle @LongLink here any more.
10400         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
10401         data-start on the following entries any more.
10402         (tar-chown-entry, tar-chgrp-entry): Use read-number.
10404         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
10405         (tar-header-offset): Remove.
10406         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
10407         Not permanent any more.
10408         (tar-data-buffer): New var.
10409         (tar-data-swapped-p, tar-change-major-mode-hook)
10410         (tar-mode-kill-buffer-hook): New funs.
10411         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
10412         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
10413         (tar-clear-modification-flags, tar-alter-one-field)
10414         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
10415         Change accordingly.
10417 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
10419         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
10420         (vc-dir-resynch-file): ... this.  Update callers.
10421         Use vc-string-prefix-p.  Ignore directory args.
10422         (vc-string-prefix-p): CSE.
10423         (vc-resynch-buffer): Restore conditional.
10425         * vc-hooks.el (vc-after-save): Improve test.
10426         (vc-mode-line): Fix indentation.
10428 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
10430         * calendar/parse-time.el (parse-time-months)
10431         (parse-time-weekdays): Add long-form month and day names.
10433 2008-05-27  Glenn Morris  <rgm@gnu.org>
10435         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
10437 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10439         * vc-dispatcher.el (vc-string-prefix-p): New function.
10440         (vc-dir-parent-marked-p): Use it.
10442 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
10444         * vc.el (Problems): Remove fixed issues.
10445         (vc-expand-dirs): Avoid returning directories.
10446         (vc-dir): Fix C-x v v binding.
10447         (vc-make-backend-object): Fix name.
10448         (vc-dir-show-fileentry): Fix docstring.
10449         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
10450         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
10451         Reset the state for directories.
10452         (vc-dir-headers): Align labels.
10453         (vc-default-status-printer): Do no call prettify-state-info.
10454         (vc-deduce-fileset): Replace implementation with one based on a
10455         working older version.
10456         (vc-next-action): Use the new form of vc-deduce-fileset.
10457         Fix dealing with unregistered files.
10459         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
10460         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
10461         (vc-dir-child-files): New function.
10462         (vc-dir-node-directory): New function.
10463         (vc-dir-update, vc-dir-parent-marked-p)
10464         (vc-dir-children-marked-p, vc-dir-mark-all-files)
10465         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
10467         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
10469 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10471         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
10472         (diff-font-lock-keywords, diff-context->unified)
10473         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
10474         (diff-hunk-text, diff-find-source-location): Use it.
10475         (diff-post-command-hook): Let the user edit the hunk headers.
10477 2008-05-26  Andreas Schwab  <schwab@suse.de>
10479         * vc.el (vc-default-prettify-state-info): Fix formatting of an
10480         unknown state.
10482         * tar-mode.el (tar-summarize-buffer): Comment fix.
10484 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10486         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
10488 2008-05-26  Glenn Morris  <rgm@gnu.org>
10490         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
10492 2008-05-25  John Paul Wallington  <jpw@pobox.com>
10494         * proced.el (proced-next-line, proced-previous-line):
10495         Avoid calling `next-line' and `previous-line' from Lisp code.
10497 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
10499         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
10500         Use diary-ordinal-suffix.
10502 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
10504         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
10505         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
10506         (edebug-save-displayed-buffer-points, edebug-initial-mode)
10507         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
10508         (edebug-print-length, edebug-print-level, edebug-print-circle)
10509         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
10510         (edebug-global-break-condition, edebug-sit-for-seconds):
10511         Remove spurious * from defcustom docstrings.
10512         (edebug-unwrap*, edebug-signal, edebug-eval-display):
10513         Improve argument/docstring consistency.
10514         (edebug-test-coverage, edebug-gensym, edebug-read)
10515         (edebug-top-level-nonstop, edebug-eval-result-list)
10516         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
10517         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
10518         (edebug-display-freq-count): Reflow docstrings.
10519         (edebug-restore-status): Doc fix.
10521 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10523         * proced.el (proced-header-line): Use the :align-to 0 feature
10524         rather than computing the corresponding position manually.
10525         (proced-update): Don't hardcode point-min==1.
10527 2008-05-24  Alan Mackenzie  <acm@muc.de>
10529         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
10530         if c-file-style is set to a non-string.
10532         (c-neutralize-CPP-line): Surround by `save-excursion'.
10533         (c-neutralize-syntax-in-CPP): Optimize for speed.
10535 2008-05-24  Glenn Morris  <rgm@gnu.org>
10537         * Makefile.in (update-elclist): New target, to update ELCFILES.
10538         (bootstrap-after): Run update-elclist.
10540 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
10542         * icalendar.el (icalendar-version): Increase to "0.19".
10543         (icalendar--date-style): New function.
10544         (icalendar--datetime-to-diary-date): Doc fix.
10545         Use icalendar--date-style.
10546         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
10547         (icalendar--convert-yearly-to-ical)
10548         (icalendar--convert-recurring-to-diary): Handle iso date style,
10549         use icalendar-date-style.
10551 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
10553         * vc.el (vc-delete-file): Make sure the buffer is deleted and
10554         vc-dir buffers are updated.
10556 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10558         * vc.el (vc-delete-file): Don't try to resynch the buffer.
10560 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
10562         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
10563         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
10564         (reftex-extra-bindings): Use it.
10566         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
10567         away from the user-reserved keys.
10569         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
10570         New vars.
10571         (ada-create-keymap): Use them.
10573 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10575         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
10576         a properly-grouped regexp.
10578 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
10580         * progmodes/cap-words.el (capitalized-words-mode):
10581         Fix typos in docstring.
10583 2008-05-23  Kenichi Handa  <handa@m17n.org>
10585         * international/mule-conf.el: Don't define the charset `emacs'
10586         here, just put :docstring, :short-name, and :long-name.
10588 2008-05-22  Kenichi Handa  <handa@m17n.org>
10590         * international/mule-diag.el (font-show-log): Limit each listing
10591         to 20 items.
10593 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
10595         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
10596         (gdb-annotation-rules): New entry for "thread-changed".
10597         (gdb-thread-changed): New function.
10599 2008-05-23  Glenn Morris  <rgm@gnu.org>
10601         * Makefile.in (SOURCES): Remove, unused.
10602         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
10603         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
10604         Exclude more '*loaddefs' files.
10605         (compile-always): Simplify '.elc' deletion.
10607 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10609         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
10610         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
10612         * minibuffer.el (completion-boundaries): Change calling
10613         convention, so `string' has the same semantics as in
10614         try-completion and all-completions.
10615         (completion-table-with-context, completion--embedded-envvar-table)
10616         (completion--file-name-table)
10617         (completion-pcm--find-all-completions): Adjust code accordingly.
10619 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
10621         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
10622         prune image-mode-winprops-alist, preventing it from growing
10623         indefinitely.
10624         (image-mode-reapply-winprops): Use it.
10626 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
10628         * net/netrc.el (netrc-machine): Always match if the port is not given.
10630 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10632         * minibuffer.el (completion-pcm--find-all-completions):
10633         Don't add pseudo-completions.
10635         * icomplete.el (icomplete-eoinput): Remove.
10636         (icomplete-overlay): New var to replace it.
10637         (icomplete-tidy): Rewrite.
10638         (icomplete-exhibit): Use an overlay.
10639         (icomplete-completions): Use completion-all-sorted-completions.
10640         Obey completion-ignore-case.
10642         * files.el (locate-dominating-file): Accept non-existing argument.
10643         (project-find-settings-file): Rewrite, using locate-dominating-file.
10645 2008-05-22  Kenichi Handa  <handa@m17n.org>
10647         * faces.el (font-weight-table, font-slant-table, font-width-table):
10648         Delete them.  Don't call internal-set-font-style-table.
10650         * international/mule-diag.el (font-show-log): New function.
10652         * international/fontset.el (script-representative-chars): Add more
10653         chars for latin.  Add data for symbol.
10654         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
10656 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10658         * minibuffer.el (completion-all-sorted-completions): New var.
10659         (completion--flush-all-sorted-completions)
10660         (completion-all-sorted-completions): New functions.
10661         (minibuffer-force-complete): New command.
10663 2008-05-21  Glenn Morris  <rgm@gnu.org>
10665         * files.el (c-postprocess-file-styles): Declare for compiler.
10667         * Makefile.in: Allow for parallel byte-compiling.
10668         (ELCFILES): New variable.
10669         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
10670         (compile-first, compile-main, compile-last): New targets.
10671         (compile-always): Simplify - delete .elc files, then `make compile'.
10673         * Makefile.in (compile-calc): Use glob rather than find.
10674         ($(lisp)/progmodes/cc-mode.elc): Use $@.
10676         * eshell/esh-module.el: No need for cl when compiling.
10678         * eshell/eshell.el (eshell-defgroup): New alias.
10679         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10680         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10681         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10682         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10683         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10684         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
10685         Autoload the custom group.  Set generated-autoload-file.
10686         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
10687         for eshell-defgroup.
10688         * eshell/esh-module.el (eshell-load-defgroups): Remove.
10689         Require esh-groups rather than loading it.
10691 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10693         * proced.el (proced-header-line): New variable and new function.
10694         (proced-mode): Set header-line-format.
10695         (proced-update): Set proced-header-line.
10696         (proced-send-signal): Use proced-header-line.
10698 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10700         * macros.el (insert-kbd-macro): Use prin1-char.
10702 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10704         * minibuffer.el (completion-boundaries): New function.
10705         (completion--some): Delay errors.
10706         (complete-with-action, completion-table-with-context):
10707         Handle `boundaries' case.
10708         (completion--try-word-completion): Avoid partial-completion
10709         when the user hasn't entered anything yet.
10710         (minibuffer-local-map, minibuffer-local-filename-completion-map)
10711         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
10712         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
10713         Setup default keybindings.
10714         (completion--embedded-envvar-re): New var.
10715         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
10716         (completion--file-name-table): Handle `boundaries' case.
10717         (completion-pcm--pattern->regex): Avoid pathological backtracking.
10718         (completion-pcm--all-completions): Add a `prefix' arg.
10719         (completion-pcm--find-all-completions): New function.
10720         (completion-pcm-all-completions, completion-pcm-try-completion):
10721         Use it.
10723         * icomplete.el (icomplete-completions): Don't use `predicate' with
10724         a table of a different type than `candidates'.
10726 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10728         * proced.el (proced-goal-column): Rename from proced-procname-column.
10729         (proced-goal-header-re): Rename from proced-procname-column-regexp.
10730         (proced-move-to-goal-column): Rename from proced-move-to-procname.
10731         (proced-header-face, proced-header-regexp): Remove.
10732         (proced-font-lock-keywords): Remove proced-header-face.
10733         (proced-header-alist, proced-sorting-schemes-re): New variables.
10734         (proced): Rename Proced buffer to *Proced*.
10735         (proced-next-line, proced-previous-line): New commands.
10736         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
10737         (proced-hide-processes): Do not treat first line as special.
10738         (proced-header-space): New function.
10739         (proced-update): Use header-line-format.
10740         Initialize proced-header-alist and proced-sorting-schemes-re.
10741         Set proced-goal-column.  Include proced-command in mode-name.
10742         (proced-send-signal): Use header-line-format for *Marked
10743         Processes* buffer.
10744         (proced-sort): Restrict minibuffer completion to applicable
10745         sorting schemes.
10746         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
10748 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10750         * icomplete.el (icomplete-simple-completing-p):
10751         Allow icomplete-with-completion-tables to say "use it everywhere".
10752         (icomplete-completions): Obey completion-styles.  Try to accommodate
10753         partial-completion style.
10755 2008-05-20  Michael Olson  <mwolson@gnu.org>
10757         * files.el (project-find-settings-file): Change concat to
10758         expand-file-name.
10760 2008-05-19  Tom Tromey  <tromey@redhat.com>
10762         * files.el (normal-mode): Call hack-project-variables.
10763         (hack-local-variables-confirm): Add 'project' argument.
10764         (hack-local-variables-apply): New function.
10765         (hack-local-variables): Use it.
10766         (project-class-alist, project-directory-alist): New variables.
10767         (project-get-alist): New function.
10768         (project-collect-bindings-from-alist)
10769         (project-collect-binding-list, set-directory-project)
10770         (project-find-settings-file, project-define-from-project-file)
10771         (hack-project-variables): New functions.
10773 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10775         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
10777 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
10779         * faces.el (font-weight-table): Fix typo in docstring.
10781 2008-05-18  David Hull  <david@snap.com>  (tiny change)
10783         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
10784         (vc-hg-annotate-command): Allow white space before version number.
10786 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
10788         * calc/calc-yank.el (calc-register-alist): New variable.
10789         (calc-set-register, calc-get-register, calc-copy-to-register)
10790         (calc-insert-register, calc-add-to-register, calc-append-to-register)
10791         (calc-prepend-to-register): New functions.
10793         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
10794         `calc-copy-to-register' and `calc-insert-register'.
10795         Autoload new register functions.
10797         * calc/calc-help.el (calc-r-prefix-help): Add help for register
10798         functions.
10800 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
10802         * vc.el (Todo): Add known problems.
10803         (vc-dir-backend): New variable.
10804         (vc-dir): Set it.
10805         (vc-make-backend-object, vc-generic-status-printer)
10806         (vc-generic-state, vc-generic-status-fileinfo-extra)
10807         (vc-dir-extra-menu): Use it.
10808         (vc-generic-dir-headers): Remove, unused.
10810         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
10811         vc-dir-prev-directory for consistency with vc-dir-previous-line.
10812         (vc-dir-mode-map): Fix bindings.
10814         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
10816 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
10818         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
10819         operated on.
10820         (calc-kill-region): Kill entire lines.
10822 2008-05-17  Glenn Morris  <rgm@gnu.org>
10824         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
10825         simplify initial value.
10826         (defezimage): Drop support for Emacs without defimage, use a featurep
10827         test rather than fboundp when defining, drop with-no-warnings.
10828         (ezimage-insert-over-text): Move featurep test inside
10829         add-text-properties.
10831         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
10833         * net/tramp.el (top-level): Load auth-source when compiling.
10835         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
10837 2008-05-17  Andreas Schwab  <schwab@suse.de>
10839         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
10841 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
10843         * vc.el (vc-annotate-show-diff-revision-at-line): Change
10844         vc-diff-internal arg to match what vc-deduce-fileset returns now.
10846 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10848         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
10850 2008-05-17  Jim Meyering  <meyering@redhat.com>
10852         * ido.el (ido-save-history): Do not emit a trailing newline at the
10853         end of the ido history file.
10855 2008-05-16  John Paul Wallington  <jpw@pobox.com>
10857         * vc-dispatcher.el (top-level): Revert previous change: require cl
10858         when compiling.
10860 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
10862         * vc.el (vc-default-status-printer)
10863         (vc-default-prettify-state-info): Enhance the state prettyprinter
10864         to deal better with unknown states and indirect through it when
10865         painting vc-dir buffers.
10867 2008-05-16  John Paul Wallington  <jpw@pobox.com>
10869         * vc-dispatcher.el (top-level): Don't require cl when compiling.
10870         (vc-dir-mode-map): Fix backquote.
10871         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
10873 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
10875         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
10876         Reported by Glenn Morris <rgm@gnu.org>.
10878 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
10880         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
10881         the end of the file, it was good work at one time but has been
10882         stale since 1995 and may now be actively misleading.
10883         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
10884         CVS repository and module (assumptions for the latter a bit iffy).
10885         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
10886         SVN repository.
10888 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
10890         * vc-rcs.el (vc-rcs-create-tag):
10891         * vc-sccs.el (vc-sccs-create-tag):
10892         Fix typo in error message and pass backend arg.
10894 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
10896         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
10898 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
10900         * net/tramp.el: Load auth-source library.
10901         (tramp-read-passwd): Use it for password, not login.
10903 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
10905         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
10906         (ses-print-cell): Use string-width, truncate-string-to-width,
10907         delete-region rather than length, substring, delete-char.
10908         (ses-setup): Set inhibit-point-motion-hooks to t.
10909         Calculate position by actually moving point rather than just using
10910         unibyte character length.
10911         (ses-mode): Set indent-tabs-mode to nil.
10912         (ses-center): Use string-width rather than length.
10914 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
10916         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
10917         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
10918         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
10919         vc-*-create-tag and vc-*-retrieve-tag respectively.
10921         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
10922         unneeded defalias.
10924         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
10926         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
10927         about buffer names.
10929 2008-05-15  Glenn Morris  <rgm@gnu.org>
10931         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
10933         * org/org-exp.el (org-infojs-options-inbuffer-template):
10934         Fix declaration.
10936         * progmodes/cc-mode.el (declare-function): Add compat definition.
10937         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
10939 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
10941         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
10942         list to a cons so the caller can get back both expanded and
10943         unexpanded filesets.
10944         * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
10945         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
10946         Change handling of selection-set returns as required.
10948 2008-05-15  John Paul Wallington  <jpw@pobox.com>
10950         * add-log.el (top-level): Don't require cl when compiling.
10952         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
10953         (archive-*-extract): Use `zerop'.
10954         (archive-*-write-file-member): Use `or', use `zerop'.
10956         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
10958         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
10959         (ibuffer-mark-interactive, ibuffer-set-mark)
10960         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
10961         (ibuffer-map-lines, ibuffer-switch-format)
10962         (ibuffer-update-title-and-summary)
10963         (ibuffer-redisplay-engine): Use it.
10965         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
10966         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
10967         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
10968         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
10969         (ibuffer-mark-read-only-buffers)
10970         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
10972         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
10973         (define-ibuffer-column, define-ibuffer-sorter)
10974         (define-ibuffer-op, define-ibuffer-filter): Add declarations
10975         containing indentation specs, replacing equivalent top-level
10976         forms that set `lisp-indent-function' properties.
10977         (define-ibuffer-op): Use `derived-mode-p'.
10978         (define-ibuffer-filter): Remove redundant `concat' call.
10980 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
10982         * net/tramp.el (tramp-echo-mark): Update docstring.
10983         (tramp-echo-mark-marker): New defconst.
10984         (tramp-check-for-regexp): Use it.
10986 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
10988         * vc.el (vc-deduce-fileset): Do the right thing when visiting a
10989         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
10990         as parent.
10992 2008-05-14  John Paul Wallington  <jpw@pobox.com>
10994         * international/mule.el (convert-define-charset-argument):
10995         Remove period from end of error message.
10996         (coding-system-mnemonic): Doc fix.
10997         (ctext-pre-write-conversion): Doc fix.
10999 2008-05-14  Simon Marshall  <simon@gnu.org>
11001         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
11002         from its default value and give it the risky-local-variable
11003         property (CVE-2008-2142).
11005 2008-05-14  Kenichi Handa  <handa@m17n.org>
11007         * language/korean.el ("Korean"): Set `iso639-language'
11008         property to `ko'.
11010         * language/japanese.el ("Japanese"): Set `iso639-language'
11011         property to `ja'.
11013         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11014         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
11015         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
11017         * international/mule-cmds.el (set-language-environment):
11018         Set current-iso639-language.
11020         * international/fontset.el (setup-default-fontset): For kana, han,
11021         hangul, and cjk-misc, move an entry with font-spec at the end.
11022         (generate-fontset-menu): Exclude fontset-auto* from the list.
11024         * composite.el (compose-chars-after): Assume that WINDOW is always
11025         non-nil.
11027         * faces.el (font-weight-table, font-slant-table)
11028         (font-swidth-table): Declare them by defconst.  Change the format
11029         of elements.  Call internal-set-font-style-table after their
11030         declaration.
11031         (face-valid-attribute-values): Call font-family-list.  Get values
11032         for width, weight, and slant from font-xxx-table.
11034         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
11036 2008-05-13  John Paul Wallington  <jpw@pobox.com>
11038         * ibuffer.el (ibuffer-buffer-file-name): New function.
11039         (define-ibuffer-column filename): Use it.
11041         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
11043 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
11045         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
11046         as a string.
11047         (talk-add-display): Simplify.  Accept only string args.
11049 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
11051         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
11053 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11055         * Makefile.in (bootstrap-prepare): Don't chmod files.
11056         (autoloads): Do it here instead, where it's actually needed.
11058 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
11060         * tool-bar.el (tool-bar-make-keymap): Account for the optional
11061         KEY-BINDING-DATA field in menu-item list.
11063 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11065         * dired.el (dired-read-dir-and-switches): Move things about to use less
11066         recursion during macroexpansion.
11068         * dired.el (dired-read-dir-and-switches): Use read-file-name.
11070         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
11071         completion-ignored-extension directories if there's something else.
11072         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
11073         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
11074         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
11075         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
11076         buffer-read-only -> inhibit-read-only.
11078 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
11080         * vc.el (vc-expand-dirs): Stop this function from tossing out
11081         explicitly specified files.
11083 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11085         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
11086         to `insert'.
11088 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
11090         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
11091         cons.  Use vc-annotate-backend.
11092         (with-vc-file, edit-vc-file): Remove unused macros.
11094 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
11096         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
11097         (smtpmail-try-auth-methods): Use it.
11099 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11101         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
11102         (setf (nthcdr ..) ..) doesn't require CL at runtime.
11104 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
11106         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
11108 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11110         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
11111         (vc-bzr-revision-completion-table): Use process-file.
11112         (vc-bzr-working-revision): Pass relative file names.
11114         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
11116 2008-05-11  Juri Linkov  <juri@jurta.org>
11118         * wid-edit.el (widget-image-directory): Change default image data
11119         subdirectory from "custom" to "images/custom".
11121         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
11122         before recursive call to `Info-next-preorder' to not add
11123         intermediate nodes to the history.
11125         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
11127         * emulation/cua-base.el: Put isearch-scroll property
11128         on cua-scroll-up and cua-scroll-down.
11130 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
11132         * vc-hooks.el (vc-recompute-state): Remove (dead code).
11134 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
11136         * vc-dispatcher.el (ewoc): Require.
11137         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
11139         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
11141 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
11143         * term/w32-win.el (x-colors):
11144         * term/mac-win.el (x-colors):
11145         * term/x-win.el (x-colors): Re-order colors.
11147 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
11149         * smerge-mode.el (smerge-command-prefix): Fix custom type.
11151 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
11153         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
11154         New functions implementing motion to next and previous directory.
11156         * vc-arch.el (vc-arch-command):
11157         * vc-bzr.el (vc-bzr-command):
11158         * vc-cvs.el (vc-cvs-command):
11159         * vc-dispatcher.el (vc-do-command):
11160         * vc-git.el (vc-git-command):
11161         * vc-hg.el (vc-hg-command):
11162         * vc-mcvs.el (vc-mvcs-command):
11163         * vc-mtn.el (vc-mtn-command):
11164         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
11165         (vc-sccs-workfile-unchanged-p):
11166         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
11167         * vc-rcs.el (all methods): Remove assumption about what a nil
11168         argument to vc-do-command means.  This means no buffer name needs
11169         to be hardcoded into the dispatcher layer, and it's better to be
11170         explicit anyway.
11172         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
11174 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
11176         * vc.el: Update todo.
11178         * vc-sccs.el (vc-sccs-dir-status):
11179         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
11180         backends and returning up to date files.
11182         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
11184 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
11186         * vc.el (vc-dir):
11187         * vc-hooks.el: Tweak the VC directory bindings.  These are now
11188         documented in the manual.
11190         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
11191         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
11192         (vc-dispatcher-selection-set): Allow callers to pass in an
11193         observer flag that says no buffer sync is required.
11194         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
11195         Use the observer flag.
11197 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
11199         * simple.el (start-file-process): Clarify docstring.
11201 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
11203         * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
11204         Remove stub implementations of, and references to, wash-log.
11205         * vc-rcs.el (vc-rcs-comment-history):
11206         * vc-cvs.el (vc-cvs-comment-history):
11207         Inline the code that used to be wash-log.
11209         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
11210         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
11211         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
11212         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
11213         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
11214         (vc-rcs-print-log): Grok directories.
11216 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11218         * vc.el (vc-mark-resolved): Add `backend' argument.
11219         (vc-next-action): Pass it the backend.
11220         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
11221         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
11222         (vc-default-comment-history, vc-default-create-snapshot)
11223         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
11224         (vc-annotate-revision-previous-to-line)
11225         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
11226         * vc-svn.el (vc-svn-checkout):
11227         * vc-mcvs.el (vc-mcvs-checkout):
11228         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
11229         (vc-working-revision, vc-before-save, vc-mode-line):
11230         Prefer vc-call-backend to vc-call so as not to recompute the backend.
11232         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
11233         state to be consistent since it's often an unwarranted restriction.
11234         Don't return the state either.
11235         (vc-next-action): Check that the state is consistent.
11236         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
11237         (vc-rollback, vc-update): Adapt to new return value of
11238         vc-deduce-fileset.
11240         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
11241         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
11242         (vc-dispatcher-in-fileset-p): New fun.
11243         (vc-dispatcher-selection-set): Use it to properly handle directories.
11245 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
11247         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
11248         (vc-update): Remove unused let bindings.
11250 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
11252         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
11253         (vc-diff, vc-revert, vc-rollback, vc-update):
11254         * vc-dispatcher.el (vc-dispatcher-selection-set):
11255         Get rid of 4 special cases in fileset selection.  This involved
11256         changing the return value of (vc-deduce-fileset) so that it passes
11257         back a deduced state as well as a deduced back end.
11259 2008-05-08  Sam Steingold  <sds@gnu.org>
11261         * progmodes/compile.el (compilation-minor-mode-map)
11262         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
11263         * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
11264         it to `compilation-minor-mode-map' (instead of an explicit `cons').
11266 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11268         * org/org.el (org-modules, org-format-latex-options):
11269         * org/org-archive.el (org-archive-stamp-time)
11270         (org-archive-save-context-info):
11271         * org/org-faces.el (org-hide):
11272         * org/org-irc.el (org-irc-parse-link):
11273         * org/org-macs.el (org-call-with-arg, org-autoload):
11274         * org/org-mew.el (org-mew-store-link):
11275         * org/org-remember.el (org-remember-store-without-prompt)
11276         (org-remember-templates): Fix typos in docstrings.
11278         * org/org-info.el (org-info-store-link): Remove leftover docstring.
11280         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
11281         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
11282         (org-bbdb-anniv-split): Fix typos in docstrings.
11284         * org/org-publish.el (org-publish-project-alist): Doc fixes.
11285         (org-publish-use-timestamps-flag): Reflow docstring.
11286         (org-publish-files-alist): Fix typos in docstring.
11288 2008-05-07  Sam Steingold  <sds@gnu.org>
11290         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
11291         appears to be too aggressive with window removal.
11293 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
11295         * progmodes/verilog-mode.el (verilog-type-font-keywords):
11296         Add leda and 0in as pragma keywords.
11297         (verilog-pretty-expr): Support lining up assignments which include
11298         part selects.
11299         (verilog-mode): More portable check for the availability of
11300         hideshow support.
11301         (verilog-do-indent): Remove special indent for declarations inside
11302         a parenthetical list.  The code is ill-advised, and doesn't work
11303         given the new user defined types.
11304         (verilog-set-auto-endcomments): Enhance function automatic
11305         endcomment to support functions that return user defined types.
11306         (verilog-mode): Add code to tell which-function-mode minor mode
11307         that Verilog supports this feature.
11309 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
11311         * epa-file.el: Require epa-hook.
11313         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
11315         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
11316         file-names clashes on 8+3 filesystems.  Provide epa-hook.
11318         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
11319         file-names clashes on 8+3 filesystems.
11321 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
11323         * org/org.el (org-read-date-get-relative): Interpret lone
11324         weekday abbreviation as relative to today.
11326 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11328         * abbrev.el (define-abbrev-table):
11329         * composite.el (toggle-auto-composition):
11330         * json.el (json-alist-p, json-plist-p):
11331         * minibuffer.el (completion-table-with-predicate):
11332         * ps-mule.el (ps-mule-external-libraries):
11333         * emacs-lisp/advice.el (ad-special-form-p):
11334         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11335         * eshell/em-smart.el (eshell-review-quick-commands):
11336         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
11337         (python-skip-out, python-check-comint-prompt):
11338         Don't use `iff' in docstrings.
11340         * international/robin.el (robin-package-alist): Fix typo in docstring.
11341         (robin-current-package-name): Doc fix.
11342         (robin-activate): Don't use `iff' in docstring.
11344 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
11346         * vc.el, vc-dispatcher.el: VC-Dired support removed.
11347         The code uses a ewoc-based implementation now.
11348         * vc-hooks.el: Support for Meta-CVS has been removed.
11350 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11352         * tool-bar.el: Choose images dynamically.
11353         (tool-bar-make-keymap, tool-bar-find-image): New function.
11354         (tool-bar-find-image-cache): New var.
11355         (tool-bar-local-item, tool-bar-local-item-from-menu):
11356         Don't select the image yet, do it later in tool-bar-make-keymap.
11358 2008-05-07  Andreas Schwab  <schwab@suse.de>
11360         * window.el: Require 'cl when compiling.
11362 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
11364         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
11366 2008-05-07  Glenn Morris  <rgm@gnu.org>
11368         * subr.el (ignore-errors): Move here from cl-macs.el.
11369         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
11371         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
11372         oddness.
11374 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
11376         * vc-hooks.el (vc-find-file-hook):
11377         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
11378         further from vc.el.
11379         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
11381 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
11383         * progmodes/verilog-mode.el (verilog-getopt-file):
11384         Cleanup warning message format.
11385         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
11386         (verilog-auto-inout, verilog-auto-inout-module)
11387         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
11388         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
11389         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
11390         (verilog-auto-sense-sigs, verilog-auto-tieoff)
11391         (verilog-auto-unused, verilog-auto-wire)
11392         (verilog-decls-get-assigns, verilog-decls-get-consts)
11393         (verilog-decls-get-gparams, verilog-decls-get-inouts)
11394         (verilog-decls-get-inputs, verilog-decls-get-outputs)
11395         (verilog-decls-get-ports, verilog-decls-get-regs)
11396         (verilog-decls-get-signals, verilog-decls-get-wires)
11397         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
11398         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
11399         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
11400         (verilog-inject-sense, verilog-library-filenames)
11401         (verilog-mode-release-date, verilog-mode-version)
11402         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
11403         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
11404         (verilog-modi-get-assigns, verilog-modi-get-consts)
11405         (verilog-modi-get-gparams, verilog-modi-get-inouts)
11406         (verilog-modi-get-inputs, verilog-modi-get-outputs)
11407         (verilog-modi-get-ports, verilog-modi-get-regs)
11408         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
11409         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
11410         (verilog-modi-get-wires, verilog-preserve-cache)
11411         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
11412         (verilog-read-sub-decls, verilog-read-sub-decls-line)
11413         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
11414         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
11415         Add caching of additional state, and rework signal extraction
11416         routines to improve AUTO expansion performance by 300%++.
11418 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
11420         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11421         Tweak Open Watcom regexp to distinguish between errors and warnings.
11423 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11425         * dired.el (dired-read-dir-and-switches): Fix up last change.
11427 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
11429         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
11430         out of this function, move it to vc-dispatcher-selection-set.
11432 2008-05-05  Sam Steingold  <sds@gnu.org>
11434         * window.el (delete-other-windows-vertically): New function.
11436 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11438         * dired.el (dired-read-dir-and-switches):
11439         Obey read-file-name-completion-ignore-case.
11441 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
11443         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11444         Add regexp for Open Watcom compiler output.
11446 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
11448         * progmodes/python.el (python-block-pairs): Align finally with except.
11450 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11452         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
11454 2008-05-05  Tom Tromey  <tromey@redhat.com>
11456         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
11457         looking at conflict marker.
11459 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11461         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
11462         client-mode -> vc-client-object, and guess `funcall' was meant.
11463         (vc-dir-mode): Rename client-mode -> vc-client-mode.
11465 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
11467         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
11468         (dbus-debug): Move declarations outside eval-when-compile.
11470 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11472         * proced.el (proced-command-alist): Fix system-type values.
11473         Fix defcustom.
11474         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
11475         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
11476         (proced-sort-start, proced-sort, proced-sort-time): New commands.
11477         (proced-update): Use proced-sorting-scheme.  Update modeline.
11478         (proced-send-signal): Use nreverse.
11479         (proced-sorting-scheme-p): New function.
11481 2008-05-04  Andreas Schwab  <schwab@suse.de>
11483         * vc.el: Require dired when compiling.
11485         * minibuffer.el (completion--insert-strings): Don't delete past bol.
11487 2008-05-03  Glenn Morris  <rgm@gnu.org>
11489         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
11490         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
11491         Simplify compilation requirements.
11492         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
11493         declarations.
11495 2008-05-03  Dave Love  <fx@gnu.org>
11497         * progmodes/python.el (python-beginning-of-statement):
11498         Loop at least once (fixes 2008-02-21 change).
11500 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
11502         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
11503         instead of `length' for comparing length of user and group names.
11505 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
11507         * vc-dispatcher.el: New file, separates out the UI and command
11508         execution machinery from VCS-specific logic left in vc.el.
11509         The separation is not yet completely clean, but it's a good start.
11510         * vc.el: This file is about 1700 lines shorter now.
11511         Remove obsolete logentry-check from the backend API.
11512         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
11513         implementation of the logentry-check method, and it guarded against
11514         a log length limit that has probably been obsolete for 15 years (!).
11516 2008-05-02  Sam Steingold  <sds@gnu.org>
11518         * progmodes/compile.el (compilation-start): Move setting of
11519         compilation-directory after (funcall mode) as that resets local
11520         variables, this fixes recompile in grep buffers.
11521         * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
11522         in dired &c).
11524 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
11526         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11527         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11528         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
11529         has one of these and that all are called in compatible ways.
11530         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11531         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11532         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
11533         backend has one of these.
11535 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11537         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
11538         initialization into define-abbrev-table.  Use :regexp.
11539         (octave-mode-syntax-table): Don't set word syntax for `.
11541         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
11542         than only value.
11544         * dired.el (dired-read-dir-and-switches):
11545         Set minibuffer-completing-file-name and call substitute-in-file-name.
11546         (dired-format-columns-of-files): Use completion--insert-strings.
11548         * minibuffer.el (completion-hilit-commonality): Revert last change:
11549         the leftover code was actually useful.
11550         (completion--insert-strings): Use string-width rather than length.
11552 2008-05-02  Sam Steingold  <sds@gnu.org>
11554         * vc.el (vc-dir-mode-map): Enable mouse bindings.
11555         (vc-at-event): New macro: run the body at the even location.
11556         (vc-dir-menu, vc-dir-toggle-mark): Use it.
11557         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
11558         * subr.el (mouse-event-p): Check if the event is mouse-related.
11560 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
11562         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
11563         Don't throw error if no file is found.
11565 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
11567         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
11568         (vc-default-state-heuristic): Doc fix.
11570 2008-05-02  Richard Sharman  <rsharman@pobox.com>
11572         * hilit-chg.el (highlight-changes-mode): Remove references to
11573         hooks that no longer exist.  Because define-minor-mode is used the
11574         hook highlight-changes-mode-hook exists and can do what both the
11575         old hooks used to do.  The documentation at the top of the file
11576         was updated to demonstrate this.
11577         (highlight-changes-mode): Remove commented out call to a hook
11578         function that is no longer there.
11579         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
11581 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
11583         * vc.el (vc-default-dired-state-info): Change name of primitive
11584         to prettify-state-info, in preparation for ripping out dired mode.
11585         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
11586         to prettify-state-info, in preparation for ripping out dired mode.
11587         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
11588         tries this on a version-controlled buffer.  It will do useless or
11589         actively bad things on any version control system newer than RCS.
11590         * vc-hooks.el (vc-dired-resynch-file):
11591         * vc.el (vc-dired-resynch-file): Change name of primitive to
11592         vc-directory-resynch-file, preparing to remove dired.
11594 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
11596         * vc-rcs.el (vc-rcs-state): Fix typos.
11598         * vc.el (vc-register): Change argument order so that the prefix
11599         argument is assigned correctly.
11600         (vc-next-action, vc-dir-register): Update for the above change.
11602 2008-05-01  Juri Linkov  <juri@jurta.org>
11604         * replace.el (occur-read-primary-args): Set default to the car of
11605         regexp-history and display it in the prompt, but don't add to the
11606         list of minibuffer defaults.  Bind history-add-new-input to nil to
11607         not add automatically `default'.  For empty input return `default'.
11608         Otherwise, add `input' to regexp-history and return it.
11609         (occur-1): Signal an error for the empty regexp.
11611         * progmodes/compile.el (compilation-auto-jump):
11612         Set window point to `pos' explicitly.
11614 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
11616         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
11617         when appropriate.
11618         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
11619         we report the 'unregistered state reliably.
11620         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
11621         we report the 'unregistered state reliably.
11622         * vc-git.el (vc-git-state): Call vc-git-unregistered so
11623         we report the 'unregistered state reliably.
11624         * vc-hooks.el (vc-state): Document that vc-unregistered is
11625         now expected to be returned reliably.
11626         * vc.el (vc-default-dired-state): Change needs-patch state to
11627         needs-update, since the name now shows up in dir-status listings
11628         and was somewhat misleading.
11629         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
11630         immediately after removing the file.
11631         * vc.el (vc-next-action): More informative messages when a fileset
11632         is in a mixed state or files are missing.
11634 2008-05-01  Sam Steingold  <sds@gnu.org>
11636         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
11638 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11640         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
11642 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
11644         * epa-file-hook.el: New file split from epa-file.el.
11645         * epa-file.el: Require 'epa-file-hook.
11646         (epa-file-handler): Add autoload cookie.
11647         * loadup.el: Load epa-file-hook.
11648         * startup.el (command-line): Eval the body of auto-encryption-mode.
11650 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
11652         * vc.el (vc-dir-mode-map): Don't bind "r".
11654         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
11655         (vc-hg-status-printer): New function.
11656         (vc-hg-after-dir-status): Deal with copied and renamed files.
11657         (vc-hg-dir-status): Add flag to show copied files.
11659 2008-05-01  John Paul Wallington  <jpw@pobox.com>
11661         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
11662         (ibuffer-do-sort-by-recency): Reverse sorting order if last
11663         sorting mode was recency.
11665         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
11666         reverse sorting order if last sorting mode was the sorter's.
11668 2008-05-01  Jason Rumney  <jasonr@gnu.org>
11670         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
11672 2008-04-30  John Paul Wallington  <jpw@pobox.com>
11674         * ibuffer.el (define-ibuffer-column filename): When the major mode
11675         is `vc-dir-mode' show the buffer's default directory.
11677         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
11678         major mode is `vc-dir-mode' use the buffer's default directory.
11680 2008-04-30  Sam Steingold  <sds@gnu.org>
11682         * vc.el (vc-dir-delete-file): Add.
11683         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
11684         (vc-delete-file): Do not barf when the file has been already deleted.
11686 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
11688         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
11690 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11692         * progmodes/octave-mod.el (octave-help): New function.
11693         * progmodes/octave-hlp.el: Delete.
11694         * info-look.el (octave-mode): Add operator index.
11696         * vc.el (vc-checkout): Typo.
11698 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
11700         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
11701         Add "..." in the appropriate places.
11703         * epa.el (epa-key-list-mode-map): Add more menu entries.
11704         Add "..." in the appropriate places.
11706         * dired.el (dired-mode-map): Add :help.
11708         * vc.el (vc-deduce-fileset): Add new parameter.
11709         (vc-dir-marked-only-files): New function.
11710         (vc-next-action): Don't ignore directories, look at the files
11711         inside them.
11712         (vc-dir-mode): Document how the mark/unmark commands work.
11714 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11716         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11717         Rule out trailing spaces in file and directory names as well.
11719         * minibuffer.el (completion--do-completion): Move point even if the
11720         completion makes no change.
11721         (completion-pcm-try-completion): Fix computation of new point.
11723 2008-04-30  David Hansen  <david.hansen@gmx.net>
11725         * dired.el: Require 'cl.
11727 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
11729         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
11730         hollow if not in innermost frame.
11732 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11734         Make `checkout-model' apply to filesets.
11735         * vc-hooks.el (vc-checkout-model): Rewrite.
11736         (vc-before-save, vc-after-save): Adjust callers accordingly.
11737         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
11738         (vc-transfer-file): Adjust callers accordingly.
11739         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
11740         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
11741         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
11742         instead of vc-checkout-model.
11743         * vc-mcvs.el (vc-mcvs-revert):
11744         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
11745         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
11746         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
11747         * vc-svn.el (vc-svn-checkout-model):
11748         * vc-hg.el (vc-hg-checkout-model):
11749         * vc-git.el (vc-git-checkout-model):
11750         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
11752         * dired.el (dired-read-dir-and-switches): Replace last change with
11753         a new approach that mixes read-file-name and read-directory-name.
11755         * files.el (read-buffer-to-switch):
11756         Avoid making assumptions about `other-buffer'.
11758 2008-04-29  Sam Steingold  <sds@gnu.org>
11760         * vc.el (vc-dir-mode-hook): Add normal hook.
11761         (vc-dir-mode): Run it.
11763 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
11765         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
11766         Always split windows.
11767         (gdb-speedbar-timer-fn): Only raise frame after user input.
11768         (gdb-same-frame): Reverse initial value.
11769         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
11771         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
11772         gdb-speedbar-timer-fn.
11774 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11776         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
11778 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
11780         * epa.el (epa-key-list-mode-map): Add menu.
11781         (epa-delete-keys, epa-import-keys): Fix typo.
11783 2008-04-29  Glenn Morris  <rgm@gnu.org>
11785         * find-cmd.el (top-level): Does not need cl when compiling.
11787 2008-04-29  Philip Jackson  <phil@shellarchive.co.uk>
11789         * find-cmd.el: New file.
11791 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11793         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
11794         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
11795         (completion-pcm--hilit-commonality): New function.
11796         (completion-pcm-all-completions): Use it.
11798         * minibuffer.el (completion-common-substring): Mark obsolete.
11799         (completions-first-difference, completions-common-part):
11800         Move from simple.el.
11801         (completion-hilit-commonality): New fun.
11802         (display-completion-list, completion-emacs21-all-completions)
11803         (completion-emacs22-all-completions): Use it.
11804         * simple.el (completions-first-difference, completions-common-part):
11805         Move to minibuffer.el.
11806         (choose-completion-string): Use field functions and minibufferp.
11807         (completion-setup-function): Don't set completions faces.
11809 2008-04-29  Glenn Morris  <rgm@gnu.org>
11811         * calendar/calendar.el (calendar-nth-named-absday)
11812         (calendar-nth-named-day):
11813         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
11814         * calendar/holidays.el (holiday-float): Doc fixes.
11816         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
11817         the `full' case.
11819         * org/org-agenda.el (calendar-iso-from-absolute):
11820         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
11821         Fix declarations.
11823 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
11825         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
11826         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
11827         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
11828         (gdb-assembler-custom): Be careful not to match other addresses.
11830 2008-04-29  Jason Rumney  <jasonr@gnu.org>
11832         * battery.el (battery-status-function): Use w32-battery-status
11833         on Windows.
11834         (battery-echo-area-format): Make apm format the general case.
11835         (battery-mode-line-format): Merge apm and pmset formats as the
11836         general case.
11838 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
11840         * progmodes/gdb-ui.el (gdb-info-stack-custom):
11841         Use gud-tool-bar-item-visible-no-fringe.
11842         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
11843         is already visible in frame.  Remove optional size parameter
11844         and add optional frame parameter.
11846         * progmodes/gud.el (gud-display-line): Only consider visible
11847         frames when looking for source buffer.
11849 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
11851         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
11852         argument to get-char-property, in case the current buffer hasn't
11853         been assigned to that window yet.
11854         (doc-view-display): Default to selected window if the current
11855         buffer hasn't been assigned to a window yet.
11857 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
11859         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
11861 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
11863         * net/tramp.el (tramp-mode): New defcustom.
11864         (tramp-file-name-handler, tramp-completion-file-name-handler):
11865         Use it.
11866         (tramp-replace-environment-variables): Handle "$$".
11868 2008-04-28  Sam Steingold  <sds@gnu.org>
11870         * vc-hg.el (vc-hg-rename-file): Fix argument order.
11872 2008-04-28  Bastien Guerry  <bzg@altern.org>
11874         * whitespace.el (whitespace-trailing): Fix typo.
11876 2008-04-28  Sam Steingold  <sds@gnu.org>
11878         * textmodes/remember.el (diary-make-entry): Update the autoload.
11880 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11882         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
11883         all-completions.
11885 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
11887         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
11889 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
11891         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
11892         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
11893         (vc-dir-mark-file): Add an optional argument.
11894         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
11896 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
11898         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
11899         rather than obsolete alias find-file-hooks.
11900         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
11901         Use find-file-hook rather than obsolete alias find-file-hooks.
11902         Add to find-file-not-found-functions.
11903         (epa-file-handler): Put 'safe-magic and 'operations properties.
11905         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
11906         (epa-menu-items): Remove.
11908         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
11909         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
11910         (epa-dired-mode, epa-global-dired-mode): Remove.
11912         * dired.el (dired-mode-map): Bind encryption/decryption commands.
11914         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
11916         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
11918 2008-04-27  Glenn Morris  <rgm@gnu.org>
11920         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
11921         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
11923 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
11925         * org/org.el (org-html-level-start): Always have id's in HTML.
11926         (org-export-as-html): Use `org-link-protocols' to
11927         retrieve the export form of the link.
11928         (org-add-link-type): Final parameter renamed from PUBLISH.
11929         Better documentation of how it is to be used.  Avoid double entries for
11930         the same link type.
11931         (org-add-link-props): New function.
11932         (org-modules-loaded): New variable.
11933         (org-load-modules-maybe, org-set-modules): New function.
11934         (org-modules): New option.
11935         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
11936         (orgtbl-mode, org-store-link, org-insert-link-global)
11937         (org-open-at-point): Call `org-load-modules-maybe'.
11938         (org-search-view): Add more text properties.
11939         (org-agenda-schedule, org-agenda-deadline): Allow also in
11940         search-type agendas.
11941         (org-search-view): Order of arguments has been changed.
11942         Interpret prefix-arg as TODO-ONLY.
11943         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
11944         Take new argument order of `org-search-view' into account.
11945         (org-todo-only): New variable.
11946         (org-search-syntax-table): New variable and function.
11947         (org-search-view): Do the search with the special syntax table.
11948         (define-obsolete-function-alias): Make work with XEmacs.
11949         (org-add-planning-info): Use old date as default when modifying an
11950         existing deadline or scheduled item.
11951         (org-agenda-compute-time-span): Make argument N optional.
11952         (org-agenda-format-date-aligned): Require `cal-iso'.
11953         (org-agenda-list): Include week into agenda heading, don't
11954         list it at each date (only on Mondays).
11955         (org-read-date-analyze): Define local variable `iso-date'.
11956         (org-agenda-format-date-aligned): Remove dependency on
11957         `calendar-time-from-absolute'.
11958         (org-remember-apply-template, org-go-to-remember-target):
11959         Interpret filenames relative to `org-directory'.
11960         (org-complete): Silently fail when trying to complete
11961         keywords that don't have a default value.
11962         (org-get-current-options): Add a #+DATE: option.
11963         (org-additional-option-like-keywords): Remove "DATE:" from the
11964         list of additional keywords.
11965         (org-export-as-html): Remove (current-time) as unnecessary second
11966         argument of `format-time-string'.
11967         (org-clock-find-position): Handle special case at end of buffer.
11968         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
11969         `org-agenda-change-time-span'.
11970         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
11971         `org-agenda-change-time-span'.
11972         (org-agenda-month-view): New argument MONTH, pass it on to
11973         `org-agenda-change-time-span'.
11974         (org-agenda-year-view): New argument YEAR, pass it on to
11975         `org-agenda-change-time-span'.
11976         (org-agenda-change-time-span): New optional argument N, pass it on
11977         to `org-agenda-compute-time-span'.
11978         (org-agenda-compute-time-span): New argument N, interpret it by
11979         changing the starting day.
11980         (org-small-year-to-year): New function.
11981         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
11982         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
11983         into the future, and that the shift is at least one interval, never 0.
11984         (org-update-checkbox-count): Fix bug with checkbox counting.
11985         (org-add-note): New command.
11986         (org-add-log-setup): Rename from `org-add-log-maybe'.
11987         (org-log-note-headings): New entry for plain notes (i.e. notes not
11988         related to state changes or clocking).
11989         (org-get-org-file): Check for availability of `remember-data-file'.
11990         (org-cached-entry-get): Allow a regexp value for
11991         `org-use-property-inheritance'.
11992         (org-use-property-inheritance): Allow regexp value.  Fix bug in
11993         customization type.
11994         (org-use-tag-inheritance): Allow a list and a regexp value for
11995         this variable.
11996         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
11997         (org-entry-get): Respect value `selective' for the INHERIT argument.
11998         (org-tag-inherit-p, org-property-inherit-p): New functions.
11999         (org-agenda-format-date-aligned): Allow 10 characters for
12000         weekday, to accommodate German locale.
12001         (org-add-archive-files): New function.
12002         (org-agenda-files): New argument `ext', to get archive files as well.
12003         (org-tbl-menu): Protect the use of variables that
12004         are only available when org-table.el gets loaded.
12005         (org-read-agenda-file-list): Error if `org-agenda-files' is a
12006         single directory.
12007         (org-open-file): Allow a batch process to trigger
12008         waiting after executing a system command.
12009         (org-store-link): Link to headline when there is not
12010         target and no region in an org-mode buffer when creating a link.
12011         (org-link-types-re): New variable.
12012         (org-make-link-regexps): Compute `org-link-types-re'.
12013         (org-make-link-description-function): New option.
12014         (org-agenda-date, org-agenda-date-weekend): New faces.
12015         (org-archive-sibling-heading): New option.
12016         (org-archive-to-archive-sibling): New function.
12017         (org-iswitchb): New command.
12018         (org-buffer-list): New function.
12019         (org-agenda-columns): Also try the #+COLUMNS line in
12020         the buffer associated with the entry at point (or with the first
12021         entry in the agenda view).
12022         (org-modules): Add entry for org-bibtex.el.
12023         (org-completion-fallback-command): Move into `org-completion' group.
12024         (org-clock-heading-function): Move to `org-progress' group.
12025         (org-auto-repeat-maybe): Make sure that a note can
12026         be enforces if `org-log-repeat' is `note'.
12027         (org-modules): Allow additional symbols for external packages.
12028         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
12029         (org-clock-goto): Hide drawers after showing an
12030         entry with `org-clock-goto'.
12031         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
12032         Try also a clocktable block shift.
12033         (org-clocktable-try-shift): New function.
12034         (org-columns-hscoll-title): New function.
12035         (org-columns-previous-hscroll): New variable.
12036         (org-columns-full-header-line-format): New variable.
12037         (org-columns-display-here-title, org-columns-remove-overlays):
12038         Install `org-columns-hscoll-title' in post-command-hook.
12040         * org/org.el: Split into many small files.
12042         * org/org-agenda.el: New file, split off from org.el.
12044         * org/org-archive.el: New file, split off from org.el.
12046         * org/org-bbdb.el: New file.
12048         * org/org-bibtex.el: New file, split off from org.el.
12050         * org/org-clock.el: New file, split off from org.el.
12052         * org/org-colview.el: New file, split off from org.el.
12054         * org/org-compat.el: New file, split off from org.el.
12056         * org/org-exp.el: New file, split off from org.el.
12058         * org/org-faces.el: New file, split off from org.el.
12060         * org/org-gnus.el: New file, split off from org.el.
12062         * org/org-info.el: New file, split off from org.el.
12064         * org/org-infojs.el: New file.
12066         * org/org-irc.el: New file.
12068         * org/org-macs.el: New file, split off from org.el.
12070         * org/org-mew.el: New file.
12072         * org/org-mhe.el: New file, split off from org.el.
12074         * org/org-publish.el: New file, split off from org.el.
12076         * org/org-remember.el: New file, split off from org.el.
12078         * org/org-rmail.el: New file, split off from org.el.
12080         * org/org-table.el: New file, split off from org.el.
12082         * org/org-vm.el: New file, split off from org.el.
12084         * org/org-wl.el: New file, split off from org.el.
12086 2008-04-27  Jason Riedy  <jason@acm.org>
12088         * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
12089         parameter that suppresses lines that evaluate to NIL.
12090         (orgtbl-get-fmt): New inline function for
12091         picking apart formats that may be lists.
12092         (orgtbl-apply-fmt): New inline function for applying formats that
12093         may be functions.
12094         (orgtbl-eval-str): New inline function for strings that may be
12095         functions.
12096         (orgtbl-format-line, orgtbl-to-generic): Use and document.
12097         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
12098         (*orgtbl-llfmt*, *orgtbl-llstart*)
12099         (*orgtbl-llend*): Dynamic variables for last-line formatting.
12100         (orgtbl-format-section): Shift formatting to support detecting the
12101         last line and formatting it specially.
12102         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
12103         formats unless overridden.
12104         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
12105         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
12106         bound variables to hold the input collection of lines and output
12107         formatted text.
12108         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
12109         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
12110         format parameters.
12111         (orgtbl-format-line): New function encapsulating formatting for a
12112         single line.
12113         (orgtbl-format-section): Similar for each section.  Rebinding the
12114         dynamic vars customizes the formatting for each section.
12115         (orgtbl-to-generic): Use orgtbl-format-line and
12116         orgtbl-format-section.
12117         (org-get-param): Now unused, so delete.
12118         (orgtbl-gather-send-defs): New function to
12119         gather all the SEND definitions before a table.
12120         (orgtbl-send-replace-tbl): New function to find the RECEIVE
12121         corresponding to the current name.
12122         (orgtbl-send-table): Use the previous two functions and implement
12123         multiple destinations for each table.
12125         * doc/org.texi (A LaTeX example): Note that fmt may be a
12126         one-argument function, and efmt may be a two-argument function.
12127         (Radio tables): Document multiple destinations.
12129 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
12131         * org/org-agenda.el (org-add-to-diary-list): New function.
12132         (org-prefix-has-effort): New variable.
12133         (org-sort-agenda-noeffort-is-high): New option.
12134         (org-agenda-columns-show-summaries)
12135         (org-agenda-columns-compute-summary-properties): New options.
12136         (org-format-agenda-item): Compute the duration of the item.
12137         (org-agenda-weekend-days): New variable.
12138         (org-agenda-list, org-timeline): Use the proper faces for dates in
12139         the agenda and timeline buffers.
12140         (org-agenda-archive-to-archive-sibling): New command.
12141         (org-agenda-start-with-clockreport-mode): New option.
12142         (org-agenda-clockreport-parameter-plist): New option.
12143         (org-agenda-clocktable-mode): New variable.
12144         (org-agenda-deadline-leaders): Allow a function value for the
12145         deadline leader.
12146         (org-agenda-get-deadlines): Deal with new function value.
12148         * org/org-clock.el (org-clock): New customization group.
12149         (org-clock-into-drawer, org-clock-out-when-done)
12150         (org-clock-in-switch-to-state, org-clock-heading-function):
12151         Move into the new group.
12152         (org-clock-out-remove-zero-time-clocks): New option.
12153         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
12154         (org-dblock-write:clocktable): Allow a Lisp form for the scope
12155         parameter.
12156         (org-dblock-write:clocktable): Fix bug with total time calculation.
12157         (org-dblock-write:clocktable): Request the unrestricted list of files.
12158         (org-get-clocktable): New function.
12159         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
12160         be strings but also integers (an absolute day number) and lists (m d y).
12162         * org/org-colview.el (org-columns-next-allowed-value)
12163         (org-columns-edit-value): Limit the effort for updating in the
12164         agenda to recomputing a single file.
12165         (org-columns-compute): Only write property value if it has changed.
12166         This avoids raising the buffer-change-flag unnecessarily.
12167         (org-agenda-colview-summarize)
12168         (org-agenda-colview-compute): New functions.
12169         (org-agenda-columns): Call `org-agenda-colview-summarize'.
12171         * org/org-exp.el (org-export-run-in-background): New option.
12172         (org-export-icalendar): Allow a batch process to trigger waiting
12173         after executing a system command.
12174         (org-export-preprocess-string): Rename from
12175         `org-cleaned-string-for-export'.
12176         (org-export-html-style): Made target class look like normal text.
12177         (org-export-as-html): Make use of the better preprocessing in
12178         `org-cleaned-string-for-export'.
12179         (org-cleaned-string-for-export): Better treatment of heuristic
12180         targets, many more internal links will now work in HTML export.
12181         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
12182         (org-export-inbuffer-options-extra): New variable.
12183         (org-export-options-filters): New hook.
12184         (org-infile-export-plist): Find also the settings keywords in
12185         `org-export-inbuffer-options-extra'.
12186         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
12187         multiple #+INFOJS_OPT lines.
12188         (org-export-html-handle-js-options): New function.
12189         (org-export-html-infojs-setup): New option.
12190         (org-export-as-html): Call `org-export-html-handle-js-options'.
12191         Add autoload to all entry points.
12192         (org-skip-comments): Function removed.
12194         * org/org-table.el (org-table-make-reference): Extra parenthesis
12195         around single fields, to make sure that algebraic formulas get
12196         correctly interpreted by calc.
12197         (org-table-current-column): No longer interactive.
12199         * org/org-export-latex.el (org-export-latex-preprocess):
12200         Rename from `org-export-latex-cleaned-string'.
12202 2008-04-27  Bastien Guerry  <bzg@altern.org>
12204         * org/org-publish.el (org-publish-get-base-files-1): New function.
12205         (org-publish-get-base-files): Use it.
12206         (org-publish-temp-files): New variable.
12207         Don't require 'dired-aux anymore.
12208         (org-publish-initial-buffer): New variable.
12209         (org-publish-org-to, org-publish): Use it.
12210         (org-publish-get-base-files-1): Bug fix: get
12211         the proper list of files when recursing thru a directory.
12212         (org-publish-get-base-files): Use the :exclude property to skip
12213         both files and directories.
12215 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
12217         * net/tramp.el (tramp-handle-make-symbolic-link)
12218         (tramp-handle-file-name-directory)
12219         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
12220         (tramp-do-copy-or-rename-file-directly)
12221         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
12222         (tramp-handle-substitute-in-file-name)
12223         (tramp-handle-insert-file-contents, tramp-handle-write-region)
12224         * net/tramp-cache.el (tramp-get-file-property)
12225         (tramp-set-file-property, tramp-flush-file-property)
12226         (tramp-flush-directory-property)
12227         * net/tramp-compat.el (tramp-compat-make-temp-file)
12228         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
12229         Disable `file-name-handler-alist' when handling localname.
12230         It could have a remote file syntax, like a VMS file name.
12232 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12234         * whitespace.el: New version 11.1.
12235         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
12236         enclosed by \\( and \\)$.  Docstring fix.
12237         (whitespace-trailing-regexp): Fun removed.
12238         (whitespace-report-list): Const initialization fix.
12239         (whitespace-color-on): Code fix.
12241 2008-04-27  Andreas Schwab  <schwab@suse.de>
12243         * Makefile.el: Unbreak bootstrap.
12245 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
12247         * net/tramp.el (tramp-replace-environment-variables): New defun.
12248         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
12249         Use it.
12251 2008-04-27  Glenn Morris  <rgm@gnu.org>
12253         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
12255         * calculator.el (calculator-expt): Replace cl function `oddp'.
12257 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
12259         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
12260         Simplify.  Collect `defun' and `autoload' entries.
12261         Avoid modifying load-history.
12263 2008-04-26  Glenn Morris  <rgm@gnu.org>
12265         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
12267         * simple.el (quoted-insert, zap-to-char): Revert previous change.
12269 2008-04-26  John Paul Wallington  <jpw@pobox.com>
12271         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
12272         `hexl-mode-old-eldoc-documentation-function'.
12273         (hexl-mode-exit): Restore it.
12274         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
12276         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
12278 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
12280         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
12281         (completion-pcm--all-completions): Doc fix.
12282         (completion-styles-alist, completion-all-completions):
12283         Fix typos in docstrings.
12285 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12287         * whitespace.el: There is now only one variable (whitespace-style) to
12288         specify which kind of blank is visualized.  Doc and docstring fix.
12289         New version 11.0.
12290         (whitespace-style): New option, replace whitespace-style-mark and
12291         whitespace-style-color.
12292         (whitespace-style-mark, whitespace-style-color): Options removed.
12293         (whitespace-hspace, whitespace-tab, whitespace-newline)
12294         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
12295         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
12296         (whitespace-hspace-regexp, whitespace-space-regexp)
12297         (whitespace-tab-regexp, whitespace-trailing-regexp)
12298         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
12299         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
12300         (whitespace-space-after-tab-regexp, whitespace-line-column)
12301         (whitespace-display-mappings, whitespace-report): Docstring fix.
12302         (whitespace-color-value-list, whitespace-mark-value-list)
12303         (whitespace-active-color, whitespace-active-mark)
12304         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
12305         (whitespace-style-value-list, whitespace-active-style)
12306         (whitespace-toggle-style): New vars.
12307         (whitespace-toggle-option-alist, whitespace-help-text):
12308         Var initialization and docstring fix.
12309         (whitespace-toggle-options, global-whitespace-toggle-options)
12310         (whitespace-cleanup, whitespace-cleanup-region)
12311         (whitespace-report-region, whitespace-interactive-char)
12312         (whitespace-toggle-list): Docstring and code fix.
12313         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
12314         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
12315         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
12316         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
12318 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12320         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
12321         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
12322         (diff-sanity-check-hunk): Adjust code accordingly.
12324 2008-04-26  Glenn Morris  <rgm@gnu.org>
12326         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
12328         * forms-d2.dat: Move to ../etc.
12329         * forms-d2.el (forms-file): Adapt for above change.
12331         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
12332         `translation-table-for-input'.
12334         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
12335         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
12337         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
12338         to punctuation now it's not needed for abbrevs.
12339         (fortran-mode-abbrev-table): Remove defvar, make use of new
12340         define-abbrev-table :regexp feature.
12342         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
12343         insert, now that translation-table-for-input is not needed.
12345 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
12347         * emacs-lisp/pp.el (pp-display-expression): New function,
12348         extracted from pp-eval-expression.
12349         (pp-eval-expression): Use pp-display-expression.
12350         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
12351         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
12352         (pp-eval-last-sexp): Use pp-last-sexp.
12354 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12356         * abbrev.el (define-abbrev-table): Apply props even if the table
12357         exists already.
12359         * minibuffer.el (completion-table-with-context): Fix `pred' for the
12360         various kinds of completion tables.
12361         (completion-emacs22-try-completion): Place cursor after the /, as was
12362         done in Emacs-22's minibuffer-complete-word.
12363         Fix bug reported by David Hansen <david.hansen@gmx.net>.
12364         (completion-emacs22-try-completion): Merge all mergeable text rather
12365         than just /.
12366         (completion-pcm--delim-wild-regex): New var.
12367         (completion-pcm-word-delimiters): New custom.
12368         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
12369         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
12370         (completion-pcm--all-completions, completion-pcm-all-completions)
12371         (completion-pcm--merge-completions, completion-pcm--pattern->string)
12372         (completion-pcm-try-completion): New functions.
12373         (completion-styles-alist): Add them.
12374         (completion-styles): Add it to the default.
12376 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
12378         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
12379         (gdb-var-create-handler): ...until here when there are values.
12380         (gdb-post-prompt): Don't do -var-update with no watch expressions.
12381         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
12383 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
12385         * ls-lisp.el (ls-lisp-format): Fix last change.
12386         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
12387         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
12388         (ls-lisp-filesize-f-fmt): New defvars.
12389         (ls-lisp-insert-directory): Dynamically compute format specifiers
12390         for displaying UID, GID, and file size, and store them in the
12391         above variables.
12392         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
12393         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
12394         instead of constant format strings.
12395         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
12396         ls-lisp-filesize-d-fmt instead of constant format strings.
12398 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
12400         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
12401         value of addresses rather than (partial) string value.
12402         (gdb-frame-handler): Change regexp according to above change.
12403         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
12404         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
12405         (gdb-assembler-mode): Disable undo in these buffers.
12407 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
12409         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
12410         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
12412 2008-04-24  Sam Steingold  <sds@gnu.org>
12414         * textmodes/remember.el (remember-diary-extract-entries): Use
12415         diary-make-entry instead of the obsolete make-diary-entry.
12417 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12419         * subr.el (translation-table-for-input): Mark as obsolete.
12421         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
12423         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
12425         * textmodes/ispell.el (ispell-dictionary-alist-1)
12426         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
12427         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
12428         (ispell-dictionary-alist-6): Remove.
12429         (ispell-dictionary-base-alist): New var, merges the above.
12430         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
12431         Use it.
12432         (ispell-dictionary-alist): Default to nil.  Remove autoload.
12433         (ispell-local-dictionary-alist): Remove autoload.
12435         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
12436         (f90-mode-abbrev-table): Use the new :regexp feature.
12437         Merge defvar and mapc into define-abbrev-table.
12438         (f90-imenu-type-matcher): Remove unused `l'.
12439         (f90-imenu-generic-expression): Remove unused `not-ib'.
12440         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
12441         (f90-change-keywords): Use restore-buffer-modified-p.
12443 2008-04-24  Glenn Morris  <rgm@gnu.org>
12445         * net/goto-addr.el (goto-address-prog-mode):
12446         * progmodes/bug-reference.el (bug-reference-prog-mode):
12447         Define for compiler.
12449         * minibuffer.el (x-file-dialog): Declare as function.
12451         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
12452         dframe-update-speed rather than obsolete alias speedbar-update-speed.
12454         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
12455         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
12456         work with easymenu.  Add :keys where needed.
12458         * calendar/cal-move.el (calendar-scroll-left): Handle case when
12459         event-start is nil.
12461         * calendar/calendar.el (calendar-mode-map): Fix typo.
12463 2008-04-24  Tom Tromey  <tromey@redhat.com>
12465         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
12466         Document keywords.  Add :suppress.
12467         * pcvs-defs.el (cvs-mode-map): Use :suppress.
12469         * net/goto-addr.el (goto-address-unfontify): New function.
12470         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
12471         (goto-address-fontify-region, goto-address-mode)
12472         (goto-address-prog-mode): New functions.
12474         * progmodes/bug-reference.el: New file.
12476 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12478         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
12480 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12482         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
12483         macros within lambdas.
12485 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12487         * minibuffer.el (completion-try-completion): Add `point' argument.
12488         Change return value.
12489         (completion-all-completions): Add `point' argument.
12490         (minibuffer-completion-help): Pass the new `point' argument.
12491         (completion--do-completion): Pass the whole field to try-completion.
12492         (completion--try-word-completion): Rewrite, making fewer assumptions.
12493         (completion-emacs21-try-completion, completion-emacs21-all-completions)
12494         (completion-emacs22-try-completion, completion-emacs22-all-completions)
12495         (completion-basic-try-completion, completion-basic-all-completions):
12496         New functions.
12497         (completion-styles-alist): Use them.
12499 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
12501         * textmodes/ispell.el (ispell-set-spellchecker-params):
12502         New function to make sure right params and dictionary alists are used
12503         after spellchecker changes.
12504         (ispell-aspell-dictionary-alist, ispell-last-program-name)
12505         (ispell-initialize-spellchecker-hook): New variables and hook.
12506         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
12507         (ispell-maybe-find-aspell-dictionaries): Remove.
12508         Calls replaced by (ispell-set-spellchecker-params) calls.
12509         (ispell-have-aspell-dictionaries): Remove.
12511         * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
12512         by ispell-set-spellchecker-params.
12514 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12516         * complete.el (PC-do-completion): Be more robust in the presence of
12517         unexpected values in minibuffer-completion-predicate.
12519         * minibuffer.el (read-file-name): Don't let-bind default-directory.
12520         Only abbreviate default-filename if it's a file.
12522         * minibuffer.el (read-file-name-function, read-file-name-predicate)
12523         (read-file-name-completion-ignore-case, insert-default-directory):
12524         New vars, moved from fileio.c.
12525         (read-file-name): New fun, moved from fileio.c.
12526         * cus-start.el: Remove insert-default-directory and
12527         read-file-name-completion-ignore-case.
12529 2008-04-23  Magnus Henoch  <mange@freemail.hu>
12531         * tar-mode.el (tar-untar-buffer): If the entry has directory
12532         link type, extract it as a directory even if its file name doesn't
12533         end with a slash.  Fixes extraction of NetBSD tar archives.
12535 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12537         * server.el (server-start): Also don't get confused by CRs since we
12538         don't quote them.
12540 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
12542         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
12543         (gdb-set-gud-minor-mode-existing-buffers)
12544         (gdb-info-breakpoints-custom, gdb-get-location)
12545         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
12546         Previously gdb-create-define-alist wasn't always run and added to
12547         after-save-hook.
12549         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
12551 2008-04-23  Kevin Ryde  <user42@zip.com.au>
12553         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
12554         comments like unindented ones.
12556 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12558         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
12559         parameter origins.
12561 2008-04-23  Kevin Ryde  <user42@zip.com.au>
12563         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12564         Bind print-level to ensure output forms aren't truncated if
12565         print-level is set to eval-expression-print-level when going via
12566         eval-defun and friends, or has been otherwise fiddled with.
12568 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12570         * progmodes/cc-mode.el (c-basic-common-init): Don't set
12571         font-lock-extend-after-change-region-function globally.
12573 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
12575         * speedbar.el (speedbar-use-tool-tips-flag)
12576         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
12577         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
12578         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
12579         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
12580         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
12581         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
12582         (speedbar-separator-face): Fix typos in docstrings.
12583         (speedbar-stealthy-function-list, speedbar-verbosity-level)
12584         (speedbar-supported-extension-expressions, speedbar-update-current-file)
12585         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
12586         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
12587         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
12588         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
12589         (speedbar-check-vc-this-line, speedbar-files-line-directory)
12590         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12591         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
12592         (speedbar-recenter): Doc fixes.
12593         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
12594         declaration and remove redundant info in docstring.
12596 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
12598         * vc-git.el (vc-git-status-printer): Deal with directories.
12600         * vc.el (vc-next-action): Look at more than the first file to
12601         determine the state.
12603 2008-04-23  Glenn Morris  <rgm@gnu.org>
12605         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
12606         timers.  Doc fix.
12607         (dframe-update-speed): Drop support for XEmacs < 20.
12608         (dframe-frame-mode): Drop support for Emacs < 20.
12609         (dframe-set-timer-internal): Drop support for Emacs without timers.
12610         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
12612         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
12613         versions.  Add doc-string.  Mark as obsolete.
12615         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
12617         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
12618         rather than using an Emacs version test.
12620         * tree-widget.el (tree-widget-image-enable): Use display-images-p
12621         rather than an Emacs version test.
12623         * calendar/cal-china.el (holiday-chinese-qingming)
12624         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
12625         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
12626         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
12628         * calendar/cal-islam.el (holiday-islamic): Doc fix.
12630         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
12631         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
12632         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
12634 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
12636         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
12637         (gdb-previous-frame-pc-address): ...to this.
12638         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
12639         of "info frame" with Gdb 6.4+.
12640         (gdb-stack-list-frames-regexp): New regexp.
12641         (gdb-frame-handler-1): Parse output of -stack-info-frame.
12643 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
12645         * tar-mode.el (tar-prefix-offset): New constant.
12646         (tar-header-block-tokenize): Support paths with long names
12647         which use the "ustar" standard.
12649 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
12651         * image-dired.el (image-dired-track-original-file)
12652         (image-dired-modify-mark-on-thumb-original-file):
12653         Use `dired-goto-file' instead of `search-forward'.  This solves
12654         a bug with finding files where the file name is a subset of other
12655         file names.  Doc fix.
12657 2008-04-22  Juri Linkov  <juri@jurta.org>
12659         * menu-bar.el (buffers-menu-max-size): Move its definition down to
12660         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
12661         (yank-menu-length): Change group name `mouse' to `menu'.
12662         (buffers-menu-buffer-name-length): New user option.
12663         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
12664         instead of the hard-coded number 27.
12666 2008-04-22  Juri Linkov  <juri@jurta.org>
12668         * isearch.el (eval-when-compile): Require `help-macro'.
12669         (isearch-help-for-help-internal): Isearch specific Help screen
12670         created by `make-help-screen'.
12671         (isearch-help-map): New variable that binds "b", "k", "m" to
12672         isearch-specific commands, and binds other keys to
12673         isearch-other-control-char, thus allowing other Help keys to
12674         exit isearch mode and execute their global definitions.
12675         (isearch-help-for-help, isearch-describe-bindings)
12676         (isearch-describe-key, isearch-describe-mode): New commands.
12677         (isearch-mode-help): Define alias to isearch-describe-mode
12678         and remove its old function definition.
12679         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
12680         Remove old comments because this issue is settled now.
12681         (isearch-forward): Describe three new Help commands in the docstring.
12682         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
12683         leave the single sentence at the first line of the docstring,
12684         and prepend the word "function" before `isearch-forward'
12685         to make the Help link to the function instead of variable.
12687 2008-04-22  Juri Linkov  <juri@jurta.org>
12689         * isearch.el (isearch-success-function): New variable with default
12690         to `isearch-success-function-default'.
12691         (isearch-search): Call a function from `isearch-success-function'
12692         instead of calling the hard-coded `isearch-range-invisible'.
12693         (isearch-success-function-default): New function that calls
12694         `isearch-range-invisible' and inverts its return value.
12696         * info.el (Info-search): In two similar places that skip
12697         undesired search matches move code to Info-search-success-function,
12698         and call `isearch-success-function' instead.
12699         (Info-search-success-function): New function copied from code
12700         in Info-search.  Replace isearch-range-invisible with
12701         text-property-not-all that checks for 'invisible and 'display
12702         properties to skip partially invisible matches (whose display
12703         properties were set by Info-fontify-node).
12704         (Info-mode): Set buffer-local isearch-success-function
12705         to Info-search-success-function.
12707 2008-04-22  Juri Linkov  <juri@jurta.org>
12709         * minibuffer.el (internal-complete-buffer-except): New function.
12711         * files.el (read-buffer-to-switch): New function.
12712         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
12713         Change interactive spec to call read-buffer-to-switch instead of
12714         using the letter "B".
12716         * simple.el (minibuffer-default-add-shell-commands): New function.
12717         Use declare-function for mailcap-file-default-commands from "mailcap".
12718         (shell-command): Set local minibuffer-default-add-function to
12719         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
12720         before calling read-shell-command.  Set 4th arg default-value of
12721         read-shell-command to relative buffer-file-name in file buffers.
12723         * dired-aux.el (dired-read-shell-command-default): Move it to
12724         gnus/mailcap.el and change its name to more general name
12725         mailcap-file-default-commands.
12726         (minibuffer-default-add-dired-shell-commands): New function.
12727         Use declare-function for mailcap-file-default-commands from "mailcap".
12728         (dired-read-shell-command): Set local minibuffer-default-add-function
12729         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
12730         before calling read-shell-command.  Remove dired-read-shell-command-default
12731         from the default value arg because default values are not set in
12732         minibuffer-default-add-dired-shell-commands.  Doc fix.
12734         * dired-x.el (dired-smart-shell-command): Sync arguments and
12735         interactive spec with changes in `shell-command'.
12736         Use dired-get-filename to get the dired file name at point
12737         as the default value in dired mode.
12739 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
12741         * info.el (Info-complete-menu-item): Add missing parenthesis.
12743 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12745         * info.el (Info-complete-menu-item): Save point.
12747 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
12749         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
12751 2008-04-22  Andreas Schwab  <schwab@suse.de>
12753         * Makefile.in (emacs-deps): Define.
12754         Use it instead of $(lisp)/subdirs.el.
12756 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
12758         * vc.el (vc-next-action): Do not consider directories when
12759         checking for state compatibility.
12760         (vc-transfer-file): Use when not if.
12761         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
12762         (vc-dir-mark-file): Use them.
12763         (vc-deduce-fileset): Also return the backend.
12764         (vc-diff-internal): Take as argument the value returned by
12765         vc-deduce-fileset instead of just the fileset.
12766         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
12767         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
12768         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
12770 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
12772         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
12773         set-window-vscroll but image-scroll-down.  Fixes a bug where a
12774         command following SPC scrolled up again.
12776 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
12778         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
12779         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
12780         (gud-watch): Add "$" prefix when in registers buffer.
12782 2008-04-22  Glenn Morris  <rgm@gnu.org>
12784         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
12786         * whitespace.el (whitespace-display-table)
12787         (whitespace-display-table-was-local): Move definitions before use.
12789         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
12790         (copyright-limit): Respect copyright-at-end-flag.
12791         (copyright-re-search, copyright-start-point)
12792         (copyright-offset-too-large-p): New functions.
12793         (copyright-update-year): Use copyright-re-search.
12794         (copyright-update, copyright-fix-years): Use copyright-start-point,
12795         and copyright-re-search.
12796         (copyright): Use copyright-offset-too-large-p.
12797         * add-log.el (change-log-mode): Set copyright-at-end-flag.
12799         * add-log.el (top-level): Require 'cl when compiling.
12801 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12803         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
12804         Treat minibuffer-completion-predicate as a predicate.
12806         * minibuffer.el (completion--file-name-table): Accept both the old
12807         `dir' arg or the new `pred' arg.
12809         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
12810         `predicate' argument to pass non-predicate data.
12811         (ffap-read-url-internal, ffap-read-file-or-url-internal):
12812         Use second arg as proper predicate.
12814         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
12815         (vc-bzr-revision-completion-table): Use completion-table-with-context
12816         instead.
12818         * simple.el (choose-completion-string): Use minibuffer-completion-table.
12820 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
12822         * term.el (term-emulate-terminal): Perform redisplay after the
12823         process filter has finished running.
12825 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12827         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
12829         * minibuffer.el (completion-try-completion): Change magic symbol
12830         property name.  Rename from minibuffer-try-completion.
12831         (completion-all-completions): Rename from minibuffer-all-completions.
12832         Remove hide-spaces argument.
12833         (completion--do-completion): Rename from minibuffer--do-completion.
12834         (minibuffer-complete-and-exit): Call just try-completion rather than
12835         completion-try-completion to fix up the case.
12836         (completion--try-word-completion): Try to add space or hyphen before
12837         making `string' a prefix of `completion'.
12838         (completion--insert-strings): Rename from minibuffer--insert-strings.
12840 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
12842         * net/tls.el (tls-program): Add -ign_eof argument to call the
12843         openssl commands.
12844         (tls-checktrust): Ditto.
12846 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
12848         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
12850         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
12851         (vc-check-master-templates, vc-file-not-found-hook)
12852         (vc-kill-buffer-hook):
12853         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
12854         (vc-find-position-by-context, vc-buffer-context)
12855         (vc-restore-buffer-context, vc-responsible-backend)
12856         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
12857         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
12858         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
12859         (vc-version-diff, vc-diff, vc-insert-headers)
12860         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
12861         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
12862         (vc-revert, vc-rollback, vc-version-backup-file)
12863         (vc-rename-master, vc-delete-file, vc-rename-file)
12864         (vc-branch-part, vc-default-retrieve-snapshot)
12865         (vc-annotate-display-autoscale, vc-annotate-display-select)
12866         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
12867         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
12868         (vc-dir-update): Handle directories.
12869         (vc-default-status-printer): Simplify.
12871         * progmodes/asm-mode.el (asm-mode-map):
12872         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
12874         * progmodes/m4-mode.el (m4-mode-map): Add menu.
12876 2008-04-21  Kenichi Handa  <handa@m17n.org>
12878         * select.el (xselect-convert-to-string): Send a C_STRING only if
12879         the polymorphic target TEXT is requested.
12881 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
12883         * minibuffer.el (completion-setup-hook, display-completion-list)
12884         (completion--file-name-table): Fix typos in docstrings.
12885         (completion-table-dynamic): Fix typo, and reflow docstring.
12887 2008-04-20  Andreas Schwab  <schwab@suse.de>
12889         * server.el (server-switch-buffer): Also consider clients in the
12890         selected frame.
12892 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
12894         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
12895         Select window clicked on first.
12896         (gdb): Display thread number in mode-line.
12897         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
12898         (gdb-breakpoints-header): New variable.
12899         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
12901 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12903         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
12904         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
12905         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
12906         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
12907         (vc-sccs-print-log): Use it.
12909         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
12911         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
12912         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
12914         * tooltip.el (tooltip-previous-message): New var.
12915         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
12916         the C code (avoid overwriting a minibuffer, restore previous echo
12917         message, ...).
12918         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
12919         Simplify.
12921 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
12923         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
12924         (gdb-init-1): Initialise it.
12925         (gdb-annotation-rules): New entry for "new-thread".
12926         (gdb-thread-identification): New function to customize
12927         mode-line-buffer-identification.
12928         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
12929         (gdb-assembler-mode): Use it.
12930         (gdb-threads-mode): Force "info threads" onto queue.
12932 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12934         * files.el (locate-file-completion-table): Rename from
12935         locate-file-completion and make it use `pred' in the normal way.
12936         (locate-file-completion): New compatibility wrapper.
12937         (load-library): Use locate-file-completion-table.
12938         * finder.el (finder-commentary):
12939         * subr.el (locate-library):
12940         * emacs-lisp/find-func.el (find-library): Likewise.
12941         * info.el: Use with-current-buffer and inhibit-read-only.
12942         (Info-read-node-name-2): Change to use `predicate' in the normal way.
12943         (Info-read-node-name-1): Adjust uses accordingly.
12945         * minibuffer.el (completion-table-with-context): Add support for `pred'.
12946         (completion-table-with-terminator): Don't use complete-with-action
12947         since we have to distinguish all three cases anyway.
12948         (completion-table-with-predicate): New function.
12949         (dynamic-completion-table): Add obsolete alias.
12951         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
12953 2008-04-18  Sam Steingold  <sds@gnu.org>
12955         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
12956         Use quit-window instead of bury-buffer.
12958 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12960         * minibuffer.el (completion-table-with-terminator): Fix last fix.
12962 2008-04-18  Andreas Schwab  <schwab@suse.de>
12964         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
12965         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
12966         Depend on $(lisp)/subdirs.el.
12968 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
12970         * descr-text.el (describe-char-after):
12971         Use `define-obsolete-function-alias'.
12973         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
12975         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
12977         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
12978         Remove redundant obsolescence info in docstring.
12980         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
12981         (vc-header-alist): Add WHEN to obsolescence declaration.
12982         (vc-state): Fix typo in docstring.
12984         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
12985         Use `define-obsolete-variable-alias'.
12987         * emulation/tpu-edt.el (tpu-have-ispell):
12988         * international/codepage.el (codepage-setup):
12989         Fix typo in obsolescence declaration.
12991         * international/mule.el (char-coding-system-table):
12992         Remove redundant obsolescence info in docstring.
12993         (charset-list, generic-char-p, set-char-table-default):
12994         Fix typos in obsolescence declarations.
12996         * international/mule-diag.el (non-iso-charset-alist):
12997         Fix typo in obsolescence declaration.
12998         (decode-codepage-char): Remove redundant obsolescence info in docstring.
13000         * font-core.el (font-lock-defaults-alist):
13001         * font-lock.el (font-lock-reference-face):
13002         * frame.el (screen-height, screen-width, set-screen-width)
13003         (set-screen-height):
13004         * hilit-chg.el (highlight-changes-initial-state):
13005         * isearch.el (isearch-return-char):
13006         * log-edit.el (cvs-commit-buffer-require-final-newline)
13007         (cvs-changelog-full-paragraphs):
13008         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
13009         (mouse-popup-menubar-stuff):
13010         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
13011         (mouse-wheel-click-button):
13012         * outline.el (outline-visible):
13013         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
13014         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
13015         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
13016         * progmodes/compile.el (compile-internal):
13017         Add WHEN to obsolescence declarations.
13019 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13021         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
13022         is not better anyway.
13024 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13026         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
13027         properly.
13029 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13031         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
13032         (python-use-skeletons): Remove, unused.
13033         (python-skeletons): Remove.  Use the abbrev table instead.
13034         (python-mode-abbrev-table): Fix regexp;
13035         add enable-function and case-fixed.
13036         (def-python-skeleton): Simplify.
13037         (python-expand-template): Use the abbrev-table and abbrev-insert.
13038         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
13039         Remove.
13040         (python-mode): Don't set pre-abbrev-expand-hook.
13042         * skeleton.el: Set coding-tag.
13044         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
13045         (expand-abbrev): Use it.
13046         (abbrev-table-menu): New function.
13048         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
13050         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
13052 2008-04-17  Sam Steingold  <sds@gnu.org>
13054         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
13055         idiosyncratic bury-buffer/delete-window logic.
13057 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
13059         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
13060         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
13062 2008-04-17  Kenichi Handa  <handa@m17n.org>
13064         * international/characters.el: Don't make the width of U+00AD to 0.
13066 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
13068         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
13069         (gdb, gdb-starting, gdb-frames-mode): Use it.
13070         (gdb-invalidate-frames): Advise to call "info stack" only if
13071         execution has occurred.
13072         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
13073         selected frame if no execution has occurred.
13074         (gdb-frames-force-update): New interactive function.
13075         (gdb-frames-mode-map): Bind it to "F".
13077 2008-04-17  Michael Olson  <mwolson@gnu.org>
13079         * textmodes/remember.el (remember-version): Release Remember 2.0.
13081 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
13083         * textmodes/artist.el:
13084         * progmodes/vhdl-mode.el:
13085         * progmodes/verilog-mode.el:
13086         * progmodes/vera-mode.el:
13087         * progmodes/simula.el:
13088         * progmodes/ps-mode.el:
13089         * progmodes/cmacexp.el:
13090         * obsolete/hilit19.el:
13091         * emulation/viper.el:
13092         * ediff.el: Cleanup the bug-report email addresses and make sure the
13093         maintainer is still willing to handle bug reports.
13095 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
13097         * vc.el (vc-dir-kill-query): Fix thinko.
13099 2008-04-16  Glenn Morris  <rgm@gnu.org>
13101         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
13102         by diary-sexp-entry.
13104 2008-04-16  Markus Triska  <markus.triska@gmx.at>
13106         * proced.el (proced-command-alist): Add support for darwin.
13108 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13110         * proced.el (proced-mode): Redefine as just the major-mode.
13111         (proced): Separate it from proced-mode.
13113         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
13115 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13117         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
13118         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
13119         `tab-width' setting from user.  New version 10.0.  Doc and docstring
13120         fix.
13121         (whitespace-style, whitespace-chars): Remove options.
13122         (whitespace-style-mark): New option, replace whitespace-style deleted
13123         option.  Fix docstring.
13124         (whitespace-style-color): New option, replace whitespace-chars deleted
13125         option.  Fix docstring.
13126         (whitespace-space, whitespace-hspace, whitespace-tab)
13127         (whitespace-newline, whitespace-trailing, whitespace-line)
13128         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
13129         (whitespace-space-after-tab, whitespace-hspace-regexp)
13130         (whitespace-space-regexp, whitespace-tab-regexp)
13131         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13132         (whitespace-empty-at-eob-regexp, whitespace-line-column)
13133         (whitespace-toggle-option-alist): Fix docstring.
13134         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
13135         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
13136         docstring and initialization.
13137         (global-whitespace-mode): Autoloaded global minor mode.
13138         (whitespace-chars-value-list, whitespace-style-value-list)
13139         (whitespace-active-chars, whitespace-active-style)
13140         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
13141         (whitespace-color-value-list): New var, replace
13142         whitespace-chars-value-list removed var.
13143         (whitespace-mark-value-list): New var, replace
13144         whitespace-style-value-list removed var.
13145         (whitespace-active-color): New var, replace whitespace-active-chars
13146         removed var.
13147         (whitespace-active-mark): New var, replace whitespace-active-style
13148         removed var.
13149         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
13150         removed var.
13151         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
13152         removed var.
13153         (whitespace-toggle-option-alist, whitespace-report-list)
13154         (whitespace-report-text, whitespace-help-text): Fix initialization.
13155         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
13156         (whitespace-toggle-options, global-whitespace-toggle-options)
13157         (whitespace-cleanup-region, whitespace-report-region)
13158         (whitespace-interactive-char): Fix docstring and code.
13159         (whitespace-cleanup, whitespace-report): Fix docstring.
13160         (whitespace-replace-spaces-by-tabs): Remove fun.
13161         (whitespace-replace-action): New fun, replace
13162         whitespace-replace-spaces-by-tabs removed fun.
13163         (whitespace-regexp, whitespace-indentation-regexp)
13164         (whitespace-space-after-tab-regexp, whitespace-insert-value)
13165         (whitespace-kill-buffer): New funs.
13166         (whitespace-insert-option-mark, whitespace-help-on)
13167         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
13168         (whitespace-color-on, whitespace-color-off)
13169         (whitespace-display-char-on): Fix code.
13171 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13173         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
13174         (mouse-throw-magnifier-with-mouse-movement): Remove.
13175         (mouse-throw-magnifier-base): New const.
13176         (mouse-drag-scroll-delta): New fun.
13177         (mouse-drag-throw): Use it.
13179 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
13181         * international/uni-bidi.el, international/uni-category.el:
13182         * international/uni-combining.el, international/uni-comment.el:
13183         * international/uni-decimal.el, international/uni-decomposition.el:
13184         * international/uni-digit.el, international/uni-lowercase.el:
13185         * international/uni-mirrored.el, international/uni-name.el:
13186         * international/uni-numeric.el, international/uni-old-name.el:
13187         * international/uni-titlecase.el, international/uni-uppercase.el:
13188         * international/charprop.el: Regenerate.
13190 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
13192         * vc.el (vc-status-fileinfo): Add new member directoryp.
13193         (vc-default-status-printer): Print directories.
13194         (vc-status-update): Sort files before subdirectories.
13196         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
13197         Add alternative implementation based on "cvs update".
13199 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
13201         * doc-view.el: Changed requirements section to tell that only one
13202         of dvipdf or dvipdfm is needed.
13203         (doc-view-already-converted-p): Fix bug that forced reconversion
13204         if doc was already converted.
13206 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13208         * minibuffer.el (minibuffer-message):
13209         Make sure we can put-text-property.
13211         * emacs-lisp/crm.el: Complete rewrite.
13213         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
13214         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
13215         case of an error in display-completion-list.
13217         * filecache.el (file-cache-completions-keymap): Move init from
13218         file-cache-completion-setup-function into declaration.
13219         (file-cache-minibuffer-complete): Simplify.
13220         (file-cache-completion-setup-function): Use standard-output,
13221         preserve current-buffer.
13223         * vc.el (vc-status-update): Fix typo.
13224         (vc-status-update): Set needs-update.
13225         (vc-status-refresh): Î·-reduce.
13227 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
13229         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
13230         to image-eol.
13232 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
13234         * vc.el (vc-status-update): Undo the previous revert.
13236 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13238         * minibuffer.el (completion-table-with-terminator): Those completions
13239         are never valid w.r.t test-completion.
13240         (completion--file-name-table):
13241         Check completion-all-completions-with-base-size.
13243 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
13245         * doc-view.el (doc-view-dvipdf-program): New variable.
13246         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
13247         (doc-view-mode-p): Check for doc-view-dvipdf-program as
13248         alternative for doc-view-dvipdfm-program.
13249         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
13251         * doc-view.el (doc-view-start-process): Don't set
13252         default-directory to "~/" if the current value is valid.
13253         This broke PS files that run other files in the same directory.
13255 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
13257         * vc.el (vc-status-kill-query): New function.
13258         (vc-status-mode): Add it to kill-buffer-query-functions.
13259         (vc-status-show-fileentry): New function.
13260         (vc-status-menu-map): Bind it.  Bind vc-next-action.
13262 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13264         * minibuffer.el (minibuffer-message): Put cursor at the right place.
13266 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13268         * proced.el (proced-send-signal): Fix error recognition.
13270 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13272         * proced.el (proced-command-alist): Remove sort column.
13273         (proced-command, proced-procname-column):
13274         Use make-variable-buffer-local.
13275         (proced-signal-function): Rename from proced-kill-program.
13276         Allow for elisp symbols and string values representing system calls.
13277         (proced-marker-regexp, proced-success-message): New functions.
13278         (proced): Use defalias.  Add autoload cookie.
13279         (proced-unmark-backward, proced-toggle-marks)
13280         (proced-hide-processes): New commands.
13281         (proced-do-mark): Simplify code.
13282         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
13283         (proced-update): Remove sorting.
13284         (proced-send-signal): Display number of processes to operate on.
13285         Allow for system calls or elisp functions to send signals.
13286         Check if signal was sent successfully.
13288 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13290         * minibuffer.el (completion-all-completion-with-base-size): New var.
13291         (completion--some): New function.
13292         (completion-table-with-context, completion--file-name-table):
13293         Return the base-size if requested.
13294         (completion-table-in-turn): Generalize to multiple arguments.
13295         (complete-in-turn): Compatibility alias.
13296         (completion-styles-alist): New var.
13297         (completion-styles): New customization.
13298         (minibuffer-try-completion, minibuffer-all-completions):
13299         New functions.
13300         (minibuffer--do-completion, minibuffer-complete-and-exit)
13301         (minibuffer-try-word-completion): Use them.
13302         (display-completion-list, minibuffer-completion-help): Use them.
13303         Handle all-completions's new base-size info to set completion-base-size.
13304         * info.el (Info-read-node-name-1): Use completion-table-with-context,
13305         completion-table-with-terminator and complete-with-action.
13306         Remove the now obsolete completion-base-size-function property.
13307         * simple.el (completion-list-mode-map): Move init into declaration.
13308         (completion-list-mode): Use define-derived-mode.
13309         (completion-setup-function): Use any completion-base-size that may
13310         have been set before.  Remove handling of completion-base-size-function.
13311         * loadup.el: Move abbrev.el up earlier.
13313 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
13315         * vc-git.el (vc-git-after-dir-status-stage)
13316         (vc-git-dir-status-goto-stage): New functions.
13317         (vc-git-after-dir-status-stage1)
13318         (vc-git-after-dir-status-stage1-empty-db)
13319         (vc-git-after-dir-status-stage2): Remove, functionality moved
13320         into the new generic stage functions.
13321         (vc-git-dir-status-files): New function.
13323         * vc.el (vc-status-update): Revert an incorrect rewrite.
13324         Add some comments.
13325         (vc-status-refresh-files): New function.
13326         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
13327         state of up-to-date files.
13328         (vc-default-dir-status-files): New function.
13330 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
13332         * minibuffer.el (completion--embedded-envvar-table)
13333         (read-file-name-internal): Fix typos in 2008-04-11 change.
13335         * faces.el (read-face-name): Use `completion-table-in-turn',
13336         not `complete-in-turn'.
13338 2008-04-13  Andreas Schwab  <schwab@suse.de>
13340         * progmodes/etags.el: Require 'cl when compiling.
13342 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
13344         * progmodes/gud.el (gud-menu-map): Expand tooltip.
13346         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
13347         (menu): Add/expand menu tooltips.
13349 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
13351         * progmodes/sh-script.el (sh-show-indent): Fix typo.
13352         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
13354         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
13355         considered registered.
13357 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13359         * emacs-lisp/copyright.el (copyright-update-directory): New command.
13361         * ediff-wind.el (ediff-split-window-function)
13362         (ediff-merge-split-window-function): Improve custom type.
13364 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
13366         * loadup.el ("minibuffer"): Move after "faces".
13368 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13370         * progmodes/hideif.el (hif-factor): Handle unary minus.
13372 2008-04-12  Glenn Morris  <rgm@gnu.org>
13374         * calendar/cal-china.el (chinese-calendar-time-zone):
13375         Mark obsolete name as risky too.
13377         * calendar/calendar.el (calendar-faces): New custom group.
13378         (calendar-today, diary, holiday): Doc fix.
13379         Move to calendar-faces group.
13380         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
13381         (diary-button): Doc fix.  Move to calendar-faces group.
13383         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
13384         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
13385         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
13386         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
13387         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
13388         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
13389         not in dumped files before the associated defcustom.
13391 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
13393         * minibuffer.el (lazy-completion-table): Fix debug spec.
13395 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13397         * minibuffer.el (complete-with-action, lazy-completion-table):
13398         Move from subr.el.
13399         (apply-partially, completion-table-dynamic)
13400         (completion-table-with-context, completion-table-with-terminator)
13401         (completion-table-in-turn): New funs.
13402         (completion--make-envvar-table, completion--embedded-envvar-table):
13403         New funs.
13404         (read-file-name-internal): Use them.
13405         (completion-setup-hook): Move from simple.el.
13406         * subr.el (complete-with-action, lazy-completion-table):
13407         * simple.el (completion-setup-hook): Move to minibuffer.el.
13409 2008-04-11  Glenn Morris  <rgm@gnu.org>
13411         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
13413 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13415         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
13417         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
13419         * textmodes/fill.el (fill-forward-paragraph-function): New var.
13420         (fill-forward-paragraph): New fun.
13421         (fill-paragraph, fill-region): Use it.
13423         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
13424         (vc-status-create-fileinfo): Make `extra' optional.
13425         (vc-status-busy): New fun.
13426         (vc-status-menu-map): Use it.
13427         (vc-status-crt-marked): Remove.
13428         (vc-status-update): Rename from vc-status-add-entries.
13429         Add argument so as to prevent addition of entries.  Rewrite.
13430         (vc-update-vc-status-buffer): Remove.
13431         (vc-status-refresh): Don't remove old entries, set them to
13432         up-to-date instead.  Also do it after the update is complete.
13433         (vc-status-marked-files): Î·-reduce.
13435         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
13436         for non-dialogs.
13438         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
13440         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
13442 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
13444         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
13445         to t and don't truncate msg.
13447 2008-04-11  Glenn Morris  <rgm@gnu.org>
13449         * calendar/calendar.el (diary, holidays):
13450         Move custom groups to other files.
13451         (holiday-general-holidays, holiday-oriental-holidays)
13452         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
13453         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13454         (holiday-hebrew-holidays, holiday-christian-holidays)
13455         (holiday-islamic-holidays, holiday-bahai-holidays)
13456         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
13457         * calendar/diary-lib.el: Move custom group here from calendar.el.
13458         * calendar/holidays.el: Move custom group and variables here
13459         from calendar.el.
13461         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
13463         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
13464         Fix custom group.
13465         (calendar-current-time-zone-cache): Autoload riskiness.
13467         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
13469 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
13471         * woman.el (woman2-TH): Use string-equal instead of string-match.
13473 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13475         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
13476         (smerge-resolve): Merge the "2-way refinement" case with one half of
13477         the "mere whitespace" resolution.
13479 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
13481         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
13483 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
13485         * subr.el (assoc-ignore-case, assoc-ignore-representation):
13486         Add WHEN to obsolescence declaration.
13488         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
13490 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
13492         * vc-hooks.el (vc-state): Add new state `conflict'.
13493         (vc-after-save): Use when not if.
13494         (vc-default-mode-line-string): Deal with the conflict state.
13495         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
13497         * vc.el (vc-editable-p, vc-default-status-printer)
13498         (vc-next-action): Deal with the conflict state.
13499         (vc-mark-resolved): New function.
13500         (vc-status-mode): Fix mode name.
13501         (vc-default-comment-history): Use when not if.
13502         (Todo): Add new entries, remove old ones.
13504         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
13505         (vc-cvs-parse-status, vc-cvs-after-dir-status):
13506         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
13507         Detect the conflict state.
13509         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
13511 2008-04-10  Glenn Morris  <rgm@gnu.org>
13513         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
13514         Respect truncate-partial-width-windows in non-full windows,
13515         with regards to :toggle and :enable state.
13517         * simple.el (toggle-truncate-lines): Doc fix.
13519         * Makefile.in (MH_E_DIR): New variable.
13520         (MH_E_SRC): Restore variable removed 2008-03-13.
13521         (mh-loaddefs.el): Depend on $MH_E_SRC.
13522         (CAL_DIR, CAL_SRC): New variables.
13523         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
13524         Depend on CAL_SRC.
13526         * calendar/calendar.el (calendar, diary): Add :prefix.
13527         (holidays): Change :prefix.
13528         (calendar-today, holiday, calendar-holiday-marker)
13529         (european-calendar-style): Change custom groups.
13531         * calendar/calendar.el (diary-hook, diary-display-hook):
13532         Move to diary-lib.el.
13533         * calendar/diary-lib.el (diary-hook, diary-display-hook):
13534         Move here from calendar.el.
13535         * calendar/appt.el: Require diary-lib rather than calendar.
13536         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
13538         * calendar/appt.el (appt): Add :prefix.
13540         * calendar/diary-lib.el (diary-hook): Doc fix.
13541         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
13543 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13545         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
13546         New functions.
13548         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
13549         the arg to recursive calls.
13551 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
13553         * minibuffer.el (completion-auto-help): Fix typo.
13555 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13557         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
13559 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
13561         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
13562         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
13564 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13566         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
13568         * minibuffer.el (minibuffer): Move group from cus-edit.el.
13569         (completion-auto-help): Move from C code.
13570         (minibuffer--maybe-completion-help): Remove.
13571         (minibuffer--bitset): New function.
13572         (minibuffer--do-completion): Rename from minibuffer-do-completion.
13573         Renumber a bit.  Really complete on string *before* point.
13574         Add argument used for word-completion.
13575         Join trailing / in completion with following text, as done in
13576         minibuffer-complete-word.
13577         Handle new value `lazy' for completion-auto-help.
13578         (minibuffer-try-word-completion): New function extracted from
13579         minibuffer-complete-word.
13580         (minibuffer-complete-word): Use minibuffer--do-completion.
13581         (minibuffer--insert-strings): Rename from
13582         minibuffer-complete-insert-strings.
13583         (exit-minibuffer): Fix typo.
13584         * cus-edit.el (minibuffer): Move group to minibuffer.el.
13585         * cus-start.el: Remove completion-auto-help.
13587 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
13589         * vc.el (vc-status-add-entries): New function.
13590         (vc-status-add-entry): Remove.
13591         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
13592         Use vc-status-add-entries.
13594         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
13595         order.
13597 2008-04-09  Jason Rumney  <jasonr@gnu.org>
13599         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
13600         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
13601         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
13602         (AUTOGENEL): New variable.
13603         (distclean, maintainer-clean): New targets.
13605 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
13607         * emacs-lisp/regexp-opt.el (regexp-opt):
13608         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
13610 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
13612         * nxml/nxml-mode.el (nxml-cleanup): New function.
13613         (nxml-mode): Add it to change-major-mode-hook.
13615 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
13617         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
13619 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
13621         * calc/.cvsignore: New file.
13623 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
13625         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
13627         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
13628         show-help-function when turning tooltip off.
13629         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
13630         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
13632 2008-04-09  Alan Mackenzie  <acm@muc.de>
13634         * font-lock.el (font-lock-extend-after-change-region-function):
13635         Make it buffer local.
13637 2008-04-09  Glenn Morris  <rgm@gnu.org>
13639         * calendar/calendar.el (diary-file, european-calendar-style):
13640         Remove autoload cookies.
13642 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
13644         * outline.el (outline-mode-menu-bar-map):
13645         * log-view.el (log-view-mode-menu):
13646         * log-edit.el (log-edit-menu): Add :help.
13648 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
13650         * emacs-lisp/regexp-opt.el (regexp-opt-group):
13651         Use substring-no-properties for correct handling of unibyte strings.
13653 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13655         * add-log.el (change-log-next-buffer): Handle the case where version<
13656         signals an error.
13658         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
13659         mouse-major-mode-menu.
13660         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
13661         (mouse-major-mode-menu, mouse-popup-menubar)
13662         (mouse-popup-menubar-stuff): Use them.
13663         (C-down-mouse-3): Bind to a dynamic map rather than to
13664         mouse-popup-menubar-stuff.
13666         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
13667         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
13669 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
13671         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
13672         file:// access method.
13674 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13676         * minibuffer.el: New file.
13677         * loadup.el: Load it.
13679 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13681         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
13682         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
13684         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
13685         (calc-mode-map, calc-digit-map, calc-dispatch-map):
13686         Move initialization into declaration.
13687         * calc/calc-yank.el:
13688         * calc/calc-misc.el:
13689         * calc/calc-embed.el:
13690         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
13692 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
13694         * ps-samp.el (ps-add-printer, ps-remove-printer)
13695         (ps-make-dynamic-printer-menu): New functions.
13697         * net/zeroconf.el: New file.
13699 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13701         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
13703 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
13705         * vc-rcs.el (vc-rcs-modify-change-comment):
13706         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
13708         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
13710 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
13712         * international/mule-cmds.el (set-locale-environment): Don't warn if
13713         coding system doesn't agree with system locale (this reverts changes
13714         by Dave Love, dated 2002-10-27 and 2002-10-09).
13716         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13717         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
13719         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
13721 2008-04-08  Glenn Morris  <rgm@gnu.org>
13723         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
13724         * textmodes/remember.el (remember-diary-convert-entry):
13725         Require calendar.
13727         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
13728         diary-file, since it is the default for make-diary-entry anyway.
13730         * calendar/cal-menu.el (cal-menu-event-to-date):
13731         Rename calendar-event-to-date.  Update callers.
13732         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
13733         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
13734         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
13735         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
13736         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
13737         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
13738         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
13739         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
13740         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
13741         (calendar-mouse-tex-month-landscape):
13742         Rename cal-tex-mouse-month-landscape.
13743         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
13744         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
13745         (calendar-mouse-tex-year-landscape):
13746         Rename cal-tex-mouse-year-landscape.
13747         (cal-menu-context-mouse-menu): Update for above name changes.
13749         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13750         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13751         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
13752         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
13753         * calendar/holidays.el: Replace int-to-string with number-to-string.
13755 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
13757         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
13758         region if point moves.
13760 2008-04-08  Kenichi Handa  <handa@m17n.org>
13762         * faces.el (font-slant-table): Change numeric values for `r',
13763         `roman', and `normal'.
13765 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
13767         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
13769 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
13771         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
13772         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
13774 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
13776         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
13777         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
13779 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13781         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
13783 2008-04-07  Sam Steingold  <sds@gnu.org>
13785         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
13786         Add helper functions.
13787         (lisp-do-defun): Extract the common part of lisp-eval-defun and
13788         lisp-compile-defun; DEFVAR forms reset the variables to the init
13789         values, just like in emacs-lisp mode eval-defun.
13790         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
13791         (lisp-compile-region): Use lisp-compile-string.
13793 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13795         * subr.el (combine-and-quote-strings): Also quote strings that contain
13796         the separator.
13798         * pcvs-util.el (cvs-map): Avoid recursion :-(
13800 2008-04-07  Glenn Morris  <rgm@gnu.org>
13802         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
13804         * calendar/calendar.el (diary-view-entries-initially-flag): Rename
13805         view-diary-entries-initially.  Keep old name as alias, update users.
13806         (calendar-mark-diary-entries-flag): Rename
13807         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
13808         (calendar-view-holidays-initially-flag): Rename
13809         view-calendar-holidays-initially.  Keep old name as alias, update users.
13810         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
13811         Keep old name as alias, update users.
13812         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
13813         Keep old name as alias, update users.
13814         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
13815         Keep old name as alias, update users.
13816         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
13817         Keep old name as alias, update users.
13818         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
13819         (diary-american-date-forms): Rename american-date-diary-pattern.
13820         Keep old name as alias, update users.
13821         (diary-european-date-forms): Rename european-date-diary-pattern.
13822         Keep old name as alias, update users.
13823         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
13824         Keep old name as alias, update users.
13825         (calendar-european-date-display-form): Rename
13826         european-calendar-display-form.  Keep old name as alias, update users.
13827         (calendar-american-date-display-form): Rename
13828         european-calendar-display-form.  Keep old name as alias, update users.
13829         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
13830         Keep old name as alias, update users.
13831         (holiday-general-holidays): Rename general-holidays.
13832         Keep old name as alias, update users.
13833         (holiday-oriental-holidays): Rename oriental-holidays.
13834         Keep old name as alias, update users.
13835         (holiday-local-holidays): Rename local-holidays.
13836         Keep old name as alias, update users.
13837         (holiday-other-holidays): Rename other-holidays.
13838         Keep old name as alias, update users.
13839         (holiday-hebrew-holidays): Rename hebrew-holidays.
13840         Keep old name as alias, update users.
13841         (holiday-christian-holidays): Rename christian-holidays.
13842         Keep old name as alias, update users.
13843         (holiday-islamic-holidays): Rename islamic-holidays.
13844         Keep old name as alias, update users.
13845         (holiday-bahai-holidays): Rename bahai-holidays.
13846         Keep old name as alias, update users.
13847         (holiday-solar-holidays): Rename solar-holidays.
13848         Keep old name as alias, update users.
13849         (diary-fancy-buffer): Rename fancy-diary-buffer.
13850         Keep old name as alias, update users.
13851         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
13852         Update users.
13853         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
13854         Update users.
13855         (calendar-increment-month): Rename increment-calendar-month.
13856         Keep old name as alias, update callers.
13857         (calendar-increment-month-cons): Rename old calendar-increment-month.
13858         Update callers.
13859         (calendar-extract-month): Rename extract-calendar-month.
13860         Keep old name as alias, update callers.
13861         (calendar-extract-day): Rename extract-calendar-day.
13862         Keep old name as alias, update callers.
13863         (calendar-extract-year): Rename extract-calendar-year.
13864         Keep old name as alias, update callers.
13865         (calendar-generate-window): Rename generate-calendar-window.
13866         Update callers.
13867         (calendar-generate): Rename generate-calendar.  Update callers.
13868         (calendar-generate-month): Rename generate-calendar-month.
13869         Update callers.
13870         (calendar-redraw): Rename redraw-calendar.  Update callers.
13871         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
13872         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
13873         Update callers.
13874         (calendar-update-mode-line): Rename update-calendar-mode-line.
13875         Update callers.
13876         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
13877         update callers.
13878         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
13879         Keep old name as alias, update callers.
13880         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13881         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
13882         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
13883         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
13884         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
13885         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
13886         * calendar/solar.el: Update for calendar.el name changes.
13887         * org/org.el (org-agenda-format-date-aligned)
13888         (org-agenda-execute-calendar-command): Access date elements directly
13889         rather than using calendar functions.
13890         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
13891         Also set calendar-view-diary-initially-flag,
13892         calendar-view-holidays-initially-flag.
13893         (org-get-entries-from-diary): Also set diary-fancy-buffer.
13894         (org-agenda-execute-calendar-command): No need to set displayed-day.
13896 2008-04-06  Alan Mackenzie  <acm@muc.de>
13898         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
13899         typo in the doc string.
13901         * progmodes/cc-mode.el (c-basic-common-init):
13902         Set font-lock-extend-after-change-region-function.
13903         (c-extend-after-change-region): New function, used in
13904         font-lock-extend-after-change-region-function, thus superseding
13905         advice on the Font Lock after change functions.
13906         (c-advise-fl-for-region): Remove this macro.
13908 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13910         * textmodes/flyspell.el (flyspell-duplicate-distance):
13911         Improve custom type.
13913 2008-04-06  Glenn Morris  <rgm@gnu.org>
13915         * calendar/diary-lib.el (diary-sexp-entry-symbol):
13916         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
13917         (diary-list-entries-hook): Rename list-diary-entries-hook.
13918         Keep old name as alias, update users.
13919         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
13920         Keep old name as alias, update users.
13921         (diary-nongregorian-listing-hook): Rename
13922         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
13923         (diary-nongregorian-marking-hook): Rename
13924         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
13925         (diary-print-entries-hook): Rename print-diary-entries-hook.
13926         Keep old name as alias, update users.
13927         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
13928         Keep old name as alias, update users.
13929         (diary-number-of-entries): Rename number-of-diary-entries.
13930         Keep old name as alias, update users.
13931         (view-diary-entries, list-diary-entries, show-all-diary-entries):
13932         Give version of obsolescence.
13933         (diary-view-other-diary-entries): Rename view-other-diary-entries.
13934         Keep old name as alias, update callers.
13935         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
13936         update callers.
13937         (diary-include-other-diary-files): Rename include-other-diary-files.
13938         Keep old name as alias, update callers.
13939         (diary-simple-display): Rename simple-diary-display.
13940         Keep old name as alias, update callers.
13941         (diary-fancy-display): Rename fancy-diary-display.
13942         Keep old name as alias, update callers.
13943         (diary-print-entries): Rename print-diary-entries.
13944         Keep old name as alias, update callers.
13945         (diary-marking-entries-flag): Rename marking-diary-entries.
13946         Update users.
13947         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
13948         (diary-mark-entries): Rename mark-diary-entries.
13949         Keep old name as alias, update callers.
13950         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
13951         Keep old name as alias, update callers.
13952         (diary-mark-included-diary-files): Rename mark-included-diary-files.
13953         Keep old name as alias, update callers.
13954         (calendar-mark-days-named): Rename mark-calendar-days-named.
13955         Keep old name as alias, update callers.
13956         (calendar-mark-month): Rename mark-calendar-month.
13957         Keep old name as alias, update callers.
13958         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
13959         Keep old name as alias, update callers.
13960         (diary-sort-entries): Rename sort-diary-entries.
13961         Keep old name as alias, update callers.
13962         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
13963         Keep old name as alias, update callers.
13964         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
13965         update callers.
13966         (diary-insert-entry): Rename insert-diary-entry.
13967         Keep old name as alias.
13968         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
13969         Keep old name as alias.
13970         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
13971         Keep old name as alias.
13972         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
13973         Keep old name as alias.
13974         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
13975         Keep old name as alias.
13976         (diary-insert-block-entry): Rename insert-block-diary-entry.
13977         Keep old name as alias.
13978         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
13979         Keep old name as alias.
13980         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
13981         Keep old name as alias, update users.
13982         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
13983         Keep old name as alias, update callers.
13984         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13985         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
13986         * calendar/icalendar.el: Update for diary-lib name changes.
13988 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
13990         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
13992         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
13993         for copy, move, and link operations.
13995 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
13997         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
13998         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
14000         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
14001         'require' statements with 1-argument ones (wrapped in if's).
14002         For compatibility with the current stable version of XEmacs.
14004 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
14006         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
14008 2008-04-06  Jason Rumney  <jasonr@gnu.org>
14010         * language/burmese.el ("Burmese"): Make sample text consistent with
14011         language name.
14013 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
14015         * progmodes/gdb-ui.el (gdb): New group.
14016         (gdb-debug-log-max, gdb-enable-debug)
14017         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
14018         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
14019         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
14020         (gdb-show-changed-values, gdb-max-children)
14021         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
14022         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
14023         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
14024         (gdb-memory-unit): Move to new group from GUD group.
14025         (menu): Allow customization from GDB-UI menu-item.
14027 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
14029         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
14031 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14033         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
14034         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14035         Revision numbers can include ".".
14037         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
14038         "+" lines not accounted for by counting "-" and context lines.
14040 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14042         * term/mac-win.el (mac-service-open-file): Use file URL instead of
14043         file name string.
14045 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14047         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
14048         (vc-bzr-annotate-time): Accept space used to preserve alignment.
14050 2008-04-05  Richard Stallman  <rms@gnu.org>
14052         * emacs-lisp/advice.el (defadvice): Add usage pattern.
14054 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
14056         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
14057         thread in [h-e-w]).
14059 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
14061         * files.el (abort-if-file-too-large): Fix typo in docstring.
14063 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14065         * subr.el (functionp): Return nil for special forms.
14067 2008-04-05  Glenn Morris  <rgm@gnu.org>
14069         * emacs-lisp/autoload.el (autoload-ensure-default-file):
14070         Provide a feature.
14071         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
14072         Require loaddefs file rather than loading it.
14073         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
14074         autoload-ensure-default-file provides a feature.
14076         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
14077         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
14078         (compile, compile-always, recompile): Use $LOADDEFS.
14079         (cal-autoloads): Remove.
14081         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
14082         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
14084         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
14085         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
14087         * calendar/calendar.el (diary-hebrew-entry-symbol):
14088         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
14089         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
14090         Keep old name as alias.
14091         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
14092         Keep old name as alias.
14093         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
14094         to diary-bahai-entry-symbol.
14095         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
14096         to diary-hebrew-entry-symbol.
14097         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
14098         to diary-islamic-entry-symbol.
14099         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
14101         * calendar/solar.el (diary-sabbath-candles-minutes)
14102         (diary-sabbath-candles): Move to cal-hebrew.
14103         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
14104         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
14105         Doc fix.  Keep old name as alias.
14106         (diary-hebrew-sabbath-candles): Simplify.
14107         (solar-setup, solar-sunrise-sunset, calendar-latitude)
14108         (calendar-longitude, calendar-time-zone): Declare for compiler.
14109         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
14110         rename.
14112         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
14113         Rename coptic-calendar-month-name-array.  Update callers.
14114         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
14115         (calendar-coptic-name): Rename coptic-name.  Update callers.
14116         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
14117         Update callers.
14118         (calendar-coptic-last-day-of-month):
14119         Rename coptic-calendar-last-day-of-month.  Update callers.
14120         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
14121         Keep old name as alias, update callers.
14122         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
14123         Keep old name as alias, update callers.
14124         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
14125         Keep old name as alias.
14126         (calendar-ethiopic-month-name-array):
14127         Rename ethiopic-calendar-month-name-array.  Update callers.
14128         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
14129         Update callers.
14130         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
14131         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
14132         Keep old name as alias, update callers.
14133         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
14134         Keep old name as alias, update callers.
14135         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
14136         Keep old name as alias.
14138         * calendar/cal-french.el (calendar-french-epoch):
14139         Rename french-calendar-epoch.  Update callers.
14140         (calendar-french-month-name-array): Rename variable and function
14141         french-calendar-month-name-array.  Update callers.
14142         (calendar-french-multibyte-month-name-array):
14143         Rename french-calendar-multibyte-month-name-array.  Update callers.
14144         (calendar-french-day-name-array): Rename variable and function
14145         french-calendar-day-name-array.  Update callers.
14146         (calendar-french-special-days-array): Rename variable and function
14147         french-calendar-special-days-array.  Update callers.
14148         (calendar-french-multibyte-special-days-array):
14149         Rename french-calendar-multibyte-special-days-array.  Update callers.
14150         (calendar-french-accents-p): Rename french-calendar-accents.
14151         Update callers.
14152         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
14153         Update callers.
14154         (calendar-french-last-day-of-month):
14155         Rename french-calendar-last-day-of-month.  Update callers.
14156         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
14157         Keep old name as alias, update callers.
14158         (calendar-french-print-date): Rename calendar-print-french-date.
14159         Keep old name as alias, update callers.
14160         (calendar-french-goto-date): Rename calendar-goto-french-date.
14161         Keep old name as alias.
14163         * calendar/cal-menu.el, calendar/calendar.el:
14164         Update for Coptic and French name changes.
14166         * calendar/cal-china.el (calendar-chinese): Rename custom group
14167         from chinese-calendar.  Update users.
14168         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
14169         Keep old name as alias, update users.
14170         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
14171         Keep old name as alias.
14172         (calendar-chinese-daylight-time-offset):
14173         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
14174         update users.
14175         (calendar-chinese-standard-time-zone-name):
14176         Rename chinese-calendar-standard-time-zone-name.
14177         Keep old name as alias, update users.
14178         (calendar-chinese-daylight-saving-start):
14179         Rename chinese-calendar-daylight-savings-starts.
14180         Keep old name as alias, update users.
14181         (calendar-chinese-daylight-saving-end):
14182         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
14183         update users.
14184         (calendar-chinese-daylight-saving-start-time):
14185         Rename chinese-calendar-daylight-savings-starts-time.
14186         Keep old name as alias, update users.
14187         (calendar-chinese-daylight-saving-end-time):
14188         Rename chinese-calendar-daylight-savings-ends-time.
14189         Keep old name as alias, update users.
14190         (calendar-chinese-celestial-stem): Rename
14191         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
14192         (calendar-chinese-terrestrial-branch):
14193         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
14194         update users.
14195         (calendar-chinese-zodiac-sign-on-or-after):
14196         Rename chinese-zodiac-sign-on-or-after.  Update callers.
14197         (calendar-chinese-new-moon-on-or-after):
14198         Rename chinese-new-moon-on-or-after.  Update callers.
14199         (calendar-chinese-month-list): Rename chinese-month-list.
14200         Update callers.
14201         (calendar-chinese-number-months): Rename number-chinese-months.
14202         Update callers.
14203         (calendar-chinese-compute-year): Rename compute-chinese-year.
14204         Update callers.
14205         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
14206         (calendar-chinese-year): Rename chinese-year.  Update callers.
14207         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
14208         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
14209         Keep old name as alias, update callers.
14210         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
14211         Keep old name as alias, update callers.
14212         (calendar-chinese-months-to-alist):
14213         Rename make-chinese-month-assoc-list.  Update callers.
14214         (calendar-chinese-months): Rename chinese-months.  Update callers.
14215         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
14216         Keep old name as alias, update callers.
14218         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
14219         Rename hebrew-calendar-leap-year-p.  Update callers.
14220         (calendar-hebrew-last-month-of-year):
14221         Rename hebrew-calendar-last-month-of-year.  Update callers.
14222         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
14223         Update callers.
14224         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
14225         Update callers.
14226         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
14227         Update callers.
14228         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
14229         Update callers.
14230         (calendar-hebrew-last-day-of-month):
14231         Rename hebrew-calendar-last-day-of-month.  Update callers.
14232         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
14233         Keep old name as alias, update callers.
14234         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
14235         Keep old name as alias, update callers.
14236         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
14237         Keep old name as alias, update callers.
14238         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
14239         Keep old name as alias.
14240         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
14241         Keep old name as alias.
14242         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
14243         Keep old name as alias.
14244         (holiday-hebrew-passover): Rename holiday-passover-etc.
14245         Keep old name as alias.
14246         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
14247         Keep old name as alias, update callers.
14248         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
14249         Keep old name as alias.
14250         (calendar-hebrew-mark-date-pattern):
14251         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
14252         update callers.
14253         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
14254         Keep old name as alias.
14255         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
14256         Keep old name as alias.
14257         (diary-hebrew-insert-monthly-entry):
14258         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
14259         (diary-hebrew-insert-yearly-entry):
14260         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
14261         (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
14262         Keep old name as alias.
14263         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
14264         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
14265         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
14266         Keep old name as alias.
14267         (calendar-hebrew-parashiot-names):
14268         Rename hebrew-calendar-parashiot-names.  Update callers.
14269         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
14270         (calendar-hebrew-year-Saturday-incomplete-Sunday):
14271         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
14272         (calendar-hebrew-year-Saturday-complete-Tuesday):
14273         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
14274         (calendar-hebrew-year-Monday-incomplete-Tuesday):
14275         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
14276         (calendar-hebrew-year-Monday-complete-Thursday):
14277         Rename hebrew-calendar-year-Monday-complete-Thursday.
14278         (calendar-hebrew-year-Tuesday-regular-Thursday):
14279         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
14280         (calendar-hebrew-year-Thursday-regular-Saturday):
14281         Rename hebrew-calendar-year-Thursday-regular-Saturday.
14282         (calendar-hebrew-year-Thursday-complete-Sunday):
14283         Rename hebrew-calendar-year-Thursday-complete-Sunday.
14284         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
14285         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
14286         (calendar-hebrew-year-Saturday-complete-Thursday):
14287         Rename hebrew-calendar-year-Saturday-complete-Thursday.
14288         (calendar-hebrew-year-Monday-incomplete-Thursday):
14289         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
14290         (calendar-hebrew-year-Monday-complete-Saturday):
14291         Rename hebrew-calendar-year-Monday-complete-Saturday.
14292         (calendar-hebrew-year-Tuesday-regular-Saturday):
14293         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
14294         (calendar-hebrew-year-Thursday-incomplete-Sunday):
14295         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
14296         (calendar-hebrew-year-Thursday-complete-Tuesday):
14297         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
14298         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
14299         Update for above name changes of constants.
14301         * calendar/cal-menu.el, calendar/calendar.el:
14302         Update for chinese and hebrew name changes.
14303         * calendar/diary-lib.el: Update for hebrew name changes.
14305 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14307         * subr.el (keymap-canonicalize): Correct thinko.
14309         * server.el: Undo part of the multi-tty change, which is only
14310         needed if server.el is preloaded, and broke server-running-p.
14311         (server-socket-dir): Initialize in the defvar, as before.
14312         (server-start): Remove initialization of server-socket-dir.
14314 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
14316         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
14317         3-member cons cells.
14319 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
14321         * cus-face.el (custom-face-attributes): Handle roman slant.
14323         * faces.el (default): Ensure the face-defface-spec property is set.
14325 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
14327         * files.el (abort-if-file-too-large): New function.
14328         (find-file-noselect, insert-file-1): Use it.
14330 2008-04-05  Reto Zimmermann  <reto@gnu.org>
14332         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
14333         Replace C-c[a-zA-Z] key bindings.
14335 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14337         * progmodes/hideif.el (hif-token-alist): New var.
14338         (hif-token-regexp, hif-tokenize): Use it.
14339         (hif-mathify-binop): New macro.
14340         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
14341         (hif-greater-equal, hif-less-equal): Use it.
14342         (hif-logior, hif-logand): New functions.
14343         (hif-math): Accept | and & as well.
14345         * progmodes/etags.el: Fix problem with completion for buffer-local
14346         tables.  Reported by Radey Shouman <shouman@comcast.net>.
14347         (tags-complete-tag): Remove.
14348         (tags-lazy-completion-table): New function to replace it.
14349         (find-tag-tag, complete-tag): Update users.
14351 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
14353         * vc-rcs.el (vc-rcs-dir-status):
14354         * vc-sccs.el (vc-sccs-dir-status): New function.
14356         * outline.el (outline-mode-menu-bar-map):
14357         * term.el (terminal-signal-menu): Add :help.
14359         * net/eudc.el (eudc-mode-map): Declare and define in one step.
14360         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
14362         * emacs-lisp/re-builder.el (reb-mode-map):
14363         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
14365         * diff-mode.el (diff-file-junk-re): Recognize the git format for
14366         new files, deleted files and for changing permissions.
14367         (diff-mode): Set beginning-of-defun-function and
14368         end-of-defun-function.
14370         * vc-bzr.el (vc-bzr-state): Use when instead of if.
14372         * vc.el (vc-default-status-fileinfo-extra): New function.
14373         (vc-status-mark-buffer-changed): Use it.
14374         (vc-update-vc-status-buffer): Allow for partial updates.
14376 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14378         * net/tramp.el (after-init-hook): Don't wrap a lambda around
14379         tramp-register-completion-file-name-handler.
14381         * subr.el (keymap-canonicalize): New function.
14382         * mouse.el (mouse-menu-non-singleton): Use it.
14383         (mouse-major-mode-menu): Remove hack made unnecessary.
14385         * simple.el (set-fill-column): Prompt rather than error by default.
14387 2008-04-04  Andreas Schwab  <schwab@suse.de>
14389         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
14390         Reset new-rules after each round.
14392         * Makefile.in (cal-autoloads): New target.
14393         (compile, compile-always, recompile): Depend on it.
14394         ($(lisp)/calendar/cal-loaddefs.el)
14395         ($(lisp)/calendar/diary-loaddefs.el)
14396         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
14398 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
14400         * ediff*.el: Replace load with require in eval-when-compile.
14402         * ediff-hook.el: Delete all invocations of (autoload ...).
14404         * ediff-util.el (ediff-setup): Make window-min-height a local variable
14405         in ediff control window, and set its min height to 2.
14406         (ediff-setup-control-buffer): Dedicate the control window.
14407         (ediff-toggle-multiframe): Undedicate control window.
14408         Work directly with ediff-setup-windows-multiframe and
14409         ediff-setup-windows-plain.
14411         * ediff-wind.el (ediff-choose-window-setup-function-automatically):
14412         New function.
14413         (ediff-window-setup-function): Change initialization.
14414         (ediff-setup-windows-automatic): Delete.
14415         (ediff-setup-windows-plain-merge): Make control window dedicated.
14416         (ediff-destroy-control-frame): Do not skip frames if working in a
14417         single frame.
14419         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
14420         eval-when-compile.
14422         * emulation/viper-util.el: Move provide's forward, prevent recursion in
14423         eval-when-compile.
14425 2008-04-04  Glenn Morris  <rgm@gnu.org>
14427         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
14428         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
14430         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
14431         Rename islamic-calendar-leap-year-p.  Update callers.
14432         (calendar-islamic-last-day-of-month):
14433         Rename islamic-calendar-last-day-of-month.  Update callers.
14434         (calendar-islamic-day-number):
14435         Rename islamic-calendar-day-number.  Update callers.
14436         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
14437         Update callers, keep old name as alias.
14438         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
14439         Update callers, keep old name as alias.
14440         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
14441         Keep old name as alias.
14442         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
14443         Update callers, keep old name as alias.
14444         (calendar-islamic-mark-date-pattern):
14445         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
14446         name as alias.
14447         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
14448         Keep old name as alias.
14449         (diary-islamic-insert-monthly-entry):
14450         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
14451         (diary-islamic-insert-yearly-entry):
14452         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
14454         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
14455         calendar-absolute-from-iso.  Update callers, keep old name as alias.
14456         (calendar-iso-print-date): Rename calendar-print-iso-date.
14457         Update callers, keep old name as alias.
14458         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
14459         Keep old name as alias.
14460         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
14461         Keep old name as alias.
14463         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
14464         calendar-absolute-from-julian.  Update callers, keep old name as alias.
14465         (calendar-julian-print-date): Rename calendar-print-julian-date.
14466         Update callers, keep old name as alias.
14467         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
14468         Update callers, keep old name as alias.
14469         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
14470         Update callers, keep old name as alias.
14471         (calendar-astro-print-day-number):
14472         Rename calendar-print-astro-day-number.  Update callers, keep old
14473         name as alias.
14474         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
14475         Update callers, keep old name as alias.
14477         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
14478         Rename calendar-string-to-mayan-long-count.  Update callers.
14479         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
14480         Update callers, keep old name as alias.
14481         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
14482         Update callers.
14483         (calendar-mayan-read-tzolkin-date):
14484         Rename calendar-read-mayan-tzolkin-date.  Update callers.
14485         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
14486         Keep old name as alias.
14487         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
14488         Keep old name as alias.
14489         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
14490         Keep old name as alias.
14491         (calendar-mayan-previous-tzolkin-date):
14492         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
14493         (calendar-mayan-next-round-date):
14494         Rename calendar-next-calendar-round-date.  Keep old name as alias.
14495         (calendar-mayan-previous-round-date):
14496         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
14497         (calendar-mayan-long-count-to-absolute): Rename
14498         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
14499         (calendar-mayan-goto-long-count-date):
14500         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
14502         * calendar/cal-persia.el (calendar-persian-month-name-array):
14503         Rename persian-calendar-month-name-array.  Update callers.
14504         (calendar-persian-epoch): Rename persian-calendar-epoch.
14505         Update callers.
14506         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
14507         Update callers.
14508         (calendar-persian-last-day-of-month):
14509         Rename persian-calendar-last-day-of-month.  Update callers.
14510         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
14511         Update callers, keep old name as alias.
14512         (calendar-persian-print-date): Rename calendar-print-persian-date.
14513         Update callers, keep old name as alias.
14514         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
14515         Keep old name as alias.
14517         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
14518         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
14519         * calendar/solar.el: Update for cal-julian name changes.
14521         * calendar/cal-dst.el: Update for persian name changes.
14523         * calendar/cal-menu.el, calendar/calendar.el:
14524         Update for islamic, iso, julian, mayan, persian name changes.
14526         * calendar/diary-lib.el: Update for islamic name changes.
14528         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
14529         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
14530         as alias.
14531         (calendar-christian-all-holidays-flag):
14532         Rename all-christian-calendar-holidays.  Update callers, keep old
14533         name as alias.
14534         (calendar-islamic-all-holidays-flag):
14535         Rename all-islamic-calendar-holidays.  Update callers, keep old
14536         name as alias.
14537         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
14538         Update callers, keep old name as alias.
14539         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
14540         Update for the above name changes.
14542 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
14544         * hilit-chg.el (global-highlight-changes-mode)
14545         (highlight-changes-passive-string, highlight-changes-active-string):
14546         Mark as obsolete since 23.1, not 22.1.
14548 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
14550         * hilit-chg.el (highlight-changes-visibility-initial-state)
14551         (hilit-chg-update, highlight-changes-mode-turn-on):
14552         Fix typos in docstrings.
14554 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
14556         * newcomment.el (comment-enter-backward): Be careful to restore
14557         position changed during narrowing.
14559 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
14561         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14562         Recognize `sub ($$)'.
14564 2008-04-03  Richard Sharman  <rsharman@pobox.com>
14566         * hilit-chg.el (highlight-changes-mode): Rename from
14567         highlight-changes; no longer uses sub-modes active and passive;
14568         implemented by define-minor-mode.
14569         (highlight-changes-toggle-visibility): New function, to replace
14570         the old passive/active submodes of global-highlight-changes-mode;
14571         implemented by define-minor-mode.
14572         (global-highlight-changes-mode): Rename from global-highlight-changes;
14573         rewrite using define-globalized-minor-mode.
14574         (hilit-chg-major-mode-hook, hilit-chg-check-global)
14575         (hilit-chg-post-command-hook, hilit-chg-check-global)
14576         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
14577         to use of define-globalized-minor-mode.
14578         (highlight-changes-global-initial-state): Change to be boolean.
14579         (highlight-changes-visible-string, highlight-changes-invisible-string):
14580         Rename from highlight-changes-active-string and
14581         highlight-changes-passive-string.
14582         (hilit-chg-update, hilit-chg-set): Use them.
14583         (global-highlight-changes-mode): Rename from global-highlight-changes.
14584         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
14585         docstring.
14586         (hilit-chg-hide-changes): Rewrite to use dolist.
14587         (hilit-chg-set-face-on-change, hilit-chg-update)
14588         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
14589         variable instead of testing highlight-changes-mode.
14590         (highlight-markup-buffers): Add require ediff-util; argument on calls
14591         to highlight-changes-mode changed.
14592         (highlight-compare-with-file): Fix problems with interactive
14593         call giving invalid default file.
14595 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
14597         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
14598         Fix in disassembly buffer (regression in 22.2).
14600 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
14602         * emulation/viper-macs.el (viper-read-fast-keysequence):
14603         Use viper-read-event instead of viper-read-key.
14605         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
14607         * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
14608         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
14609         let-statements.
14611         * emulation/viper-ex.el, emulation/viper-macs.el:
14612         * emulation/viper-mous.el:
14613         Replace load with require in eval-when-compile.
14615 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14617         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
14619         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
14620         (archive-try-jka-compr): New function.
14621         (archive-set-buffer-as-visiting-file): Use it.
14623         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
14625 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
14627         * simple.el (handle-shift-selection): New arg.
14629 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14631         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
14633         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
14635 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
14637         * shell.el (shell-dynamic-complete-filename): New fun.
14638         (shell-dynamic-complete-functions): Use it.
14640         * help-fns.el (describe-variable): Undo 2008-02-25 change.
14642 2008-04-03  Kenichi Handa  <handa@m17n.org>
14644         * international/fontset.el (create-fontset-from-x-resource):
14645         Handle the error of X resource more gracefully.
14647         * international/latin1-disp.el (latin1-display): Don't use make-char.
14648         Fix the argument to set-char-table-range.
14649         (latin1-display-identities): Don't use make-char.
14650         (latin1-display-reset): Use map-charset-chars instead of directly
14651         calling standard-display-default.
14652         (latin1-display-check-font): Don't use make-char.
14653         (latin1-display-setup): Likewise.
14654         (latin1-display-ucs-per-lynx): Likewise.
14656 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14658         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
14659         name the fields, to make the code clearer.
14660         Rewrite all `aset' and `aref' using the defined accessors.
14661         (timer--time): New pseudo-field.
14662         (timer-set-time, timer-set-idle-time, timer-inc-time)
14663         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
14664         (timer--time-less-p): New function.
14665         (timer--activate): New function, extracted from timer-activate.
14666         (timer-activate-when-idle, timer-activate): Use it.
14667         (cancel-function-timers): Use dolist.
14669 2008-04-03  Glenn Morris  <rgm@gnu.org>
14671         * add-log.el (c-beginning-of-defun, c-end-of-defun):
14672         Remove declarations; no longer used.
14673         (c-cpp-define-name, c-defun-name): Declare as functions.
14675         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
14676         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
14678         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
14679         (holiday-passover-etc, holiday-hanukkah): Doc fix.
14680         Add optional argument.  Simplify.
14681         (holiday-tisha-b-av-etc): Use memq rather than unless.
14682         (holiday-julian): Autoload it.
14683         (holiday-hebrew-misc): New function.
14685         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
14687         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
14688         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
14689         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
14690         all-hebrew-calendar-holidays.
14691         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
14692         Simplify using new functions.
14693         (calendar-holidays): Doc fix.
14694         (generate-calendar-window): Use bound-and-true-p.
14696         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
14698         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
14699         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
14700         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
14701         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
14703         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
14705 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14707         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
14709         * vc-bzr.el (vc-bzr-checkout): Simplify.
14711         * image-mode.el (image-mode-fit-frame): New command.
14713         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
14714         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
14715         (keyboard-escape-quit): Check region-active-p i.s.o
14716         transient-mark-mode.
14718 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14720         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
14721         (imap-message-copyuid-1): Use it.
14722         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14723         J. Williams in
14724         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14726 2008-04-02  Alan Mackenzie  <acm@muc.de>
14728         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
14729         New optimised functions to get the name of the current defun/macro.
14731         * add-log.el (add-log-current-defun): Move the functionality which
14732         gets the current function name for C like modes to cc-cmds.el,
14733         thus optimising for speed.
14735 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
14737         * simple.el (deactivate-mark): When the mark is temporarily
14738         active, restore the original value of transient-mark-mode.
14739         (set-mark-command): First deactivate the mark if was temporarily active.
14740         (exchange-point-and-mark): Reactivate the mark if it was
14741         temporarily active.
14742         (handle-shift-selection): New fun.
14743         (transient-mark-mode): Move var documentation here from buffer.c.
14744         (next-line, previous-line, backward-word, move-end-of-line)
14745         (move-beginning-of-line, forward-to-indentation)
14746         (backward-to-indentation, back-to-indentation)
14747         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
14749         * mouse.el (mouse-set-region-1): Save the old value of
14750         transient-mark-mode.
14751         (mouse-drag-track): Ignore the now-obsolete value `identity' for
14752         transient-mark-mode.
14754         * textmodes/paragraphs.el (forward-paragraph)
14755         (backward-paragraph, forward-sentence, backward-sentence): Add ^
14756         interactive spec.
14758         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
14760 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
14762         * net/tramp.el (tramp-make-tramp-temp-file):
14763         Use `tramp-drop-volume-letter' for the local file name part.
14765 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
14767         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
14768         Add menu entries corresponding to all the key bindings.
14770         * emacs-lisp/debug.el (debugger-mode-map):
14771         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
14772         (conf-align-assignments): Only work on the region if it is active.
14773         (conf-quote-normal): Use when instead of if.  Remove redundant test.
14775         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14776         for tracing and re-builder.
14778 2008-04-02  Glenn Morris  <rgm@gnu.org>
14780         * calendar/appt.el (appt-disp-window-function): Doc fix.
14781         (appt-display-message): Move beep before display.
14782         (appt-check): Make interactive.  Reduce the number of lets.
14783         Use string-equal to compare mode-line strings.
14784         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
14785         read-only.
14786         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
14787         (appt-delete): Simplify.
14789         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
14791         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
14793         * calendar/cal-hebrew.el (list-yahrzeit-dates):
14794         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
14795         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
14797         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
14798         (calendar-holiday-marker, mark-visible-calendar-date):
14799         * calendar/diary-lib.el (fancy-diary-display):
14800         Check for font-lock-mode before using faces.
14802         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
14803         (calendar-gregorian-from-absolute): Reduce the number of lets.
14804         (hebrew-holidays-4, generate-calendar-window): Simplify.
14805         (calendar-for-loop): Make obsolete.
14806         (calendar-nth-named-day): Doc fix.
14808         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
14809         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
14810         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
14811         Reduce the number of lets.
14812         (mark-sexp-diary-entries, calendar-mark-complex):
14813         Expand calendar-for-loops.
14815 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
14817         * find-dired.el (find-dired-filter): Fix last patch to handle
14818         multi-line process input.  Pad link numbers too.
14820 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
14822         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
14824 2008-04-01  Jason Rumney  <jasonr@gnu.org>
14826         * international/characters.el (script-list): Add phonetic script,
14827         covering IPA (previously Latin), Phonetic Extensions and
14828         Phonetic Extensions Supplement (both previously unassigned).
14830         * international/fontset.el (setup-default-fontset): Use unicode fonts
14831         that cover bopomofo script for bopomofo.
14832         Likewise for braille and mathematical.
14833         Use unicode scripts that cover the phonetic script for IPA.
14835 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
14837         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
14838         return the assigned value.
14840 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14842         * abbrev.el (abbrev-mode): Use define-minor-mode.
14844         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
14845         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
14846         Use map-keymap.
14847         (minor-mode-menu-from-indicator): Use it.  Simplify.
14849         * bindings.el (mode-line-mode-menu): Move before (new) first use.
14850         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
14851         Bind the key directly to the menu.
14852         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
14854 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
14856         * epa.el (epa-decrypt-region): Explain the reason why this
14857         function should not be used in Lisp programs.
14858         (epa-decrypt-armor-in-region): Ditto.
14859         (epa-verify-region): Ditto.
14860         (epa-verify-cleartext-in-region): Ditto.
14861         (epa-sign-region): Ditto.
14862         (epa-encrypt-region): Ditto.
14864         * epg.el (epg-start-receive-keys): Fix typo in docstring.
14866         * epa.el (epa-select-keys): Show menu even if there is no key in
14867         GnuPG's keyring.
14869 2008-04-01  Glenn Morris  <rgm@gnu.org>
14871         * calendar/calendar.el (calendar-make-temp-face): New function.
14872         (mark-visible-calendar-date):
14873         * calendar/diary-lib.el (fancy-diary-display): Use it.
14875         * vc-hooks.el (vc-responsible-backend): Declare as function.
14877         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
14878         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
14879         * calendar/cal-julian.el (holiday-julian): Use it.
14881         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
14882         (calendar-hebrew-date-is-visible-p): Extract some common code into
14883         separate function.
14884         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
14886         * calendar/cal-menu.el (cal-menu-holidays-menu):
14887         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
14888         rather than obsolete alias.
14890         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
14891         for mark characters.
14892         (calendar-unmark): Unmark by removing all overlays, rather than
14893         redrawing.
14894         (calendar-starred-day): Remove.
14895         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
14896         (calendar-cursor-to-date): No need for special star handling now
14897         using overlays.
14898         (calendar-star-date): Use overlays.
14900         * calendar/cal-french.el (calendar-goto-french-date):
14901         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
14902         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
14903         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
14904         * calendar/cal-persia.el (calendar-persian-date-string):
14905         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
14906         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
14907         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
14908         * calendar/solar.el (solar-equinoxes-solstices):
14909         Reduce nesting of some lets.
14911         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
14912         (calendar-goto-mayan-long-count-date): Simplify.
14914         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
14915         Simplify by using mapcar.
14916         (calendar-list-holidays): Return holiday-list.
14917         (list-holidays): Use let rather than let*.  Remove un-needed locals
14918         `d', `never'.
14919         (calendar-check-holidays): Return result from dolist.
14920         (holiday-float): Use a single let*.  Simplify if-and to and.
14921         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
14922         single let*.
14924 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
14926         * calc/calc.el: Autoload `calc-yank'.
14927         (calc-mode-map): Add keybindings for `calc-yank'.
14928         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
14929         assignments for `calc-yank'.
14931 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
14933         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
14934         (vc-status-mark-buffer-changed): Handle the extra field.
14936         * vc-bzr.el (vc-bzr-after-dir-status):
14937         * vc-cvs.el (vc-cvs-after-dir-status):
14938         * vc-hg.el (vc-hg-after-dir-status):
14939         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
14941 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14943         * doc-view.el: Compute displayed pages first (in PDF).
14944         (doc-view-current-converter-processes): Rename from
14945         doc-view-current-converter-process.  Update users.
14946         (doc-view-sentinel): Test buffer's liveness.
14947         (doc-view-pdf/ps->png-sentinel): Remove.
14948         (doc-view-start-process): New function.
14949         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
14950         (doc-view-ps->pdf): Use it.
14951         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
14952         New functions.
14953         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
14954         (doc-view-mode): Kill the processes when leaving the mode.
14956 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
14958         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
14959         Use `byte-compile-warning-types'.  Add docstring.
14961 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14963         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
14964         (smerge-resolve): Add various resolution heuristics.
14966         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
14967         in 3-way conflicts.
14969 2008-03-31  Glenn Morris  <rgm@gnu.org>
14971         * calendar/cal-bahai.el (diary-bahai-mark-entries):
14972         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
14973         * calendar/cal-islam.el (mark-islamic-diary-entries):
14974         Fix argument order in call to diary-mark-entries-1.
14976         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
14977         pre-Bahai dates.
14978         (holiday-bahai): Use an algorithm actually relevant to this calendar
14979         system.
14981         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
14983         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
14984         Use and.
14986         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
14987         in the last fortnight in Julian October.
14989         * calendar/calendar.el (increment-calendar-month): Optionally handle
14990         systems without 12 months per year.
14991         (calendar-date-is-visible-p): Doc fix.  Simplify.
14993         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
14994         from dolist.
14996 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
14998         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
14999         (hi-lock-unload-function): New function.
15001 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
15003         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
15004         overwriting when NEWNAME is a local file.
15006         * net/trampver.el: Update release number.
15008 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
15010         * vc-git.el: Make vc-status display information about copies,
15011         renames and permission changes.
15012         (vc-git-extra-fileinfo): New defstruct.
15013         (vc-git-escape-file-name, vc-git-file-type-as-string)
15014         (vc-git-rename-as-string, vc-git-permissions-as-string)
15015         (vc-git-status-printer): New functions.
15016         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
15017         (vc-git-after-dir-status-stage1): Look for copies, renames and
15018         permission changes.
15019         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
15020         (vc-git-dir-status): Ask for staged files and renames.
15022 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
15024         * vc.el: Allow backends to display backend specific information in
15025         the vc-status listing.
15026         (vc-status-fileinfo): Add a field for backend specific information.
15027         (vc-status-printer): Rename to ...
15028         (vc-default-status-printer): ... this.
15029         (vc-status-printer): New function.
15030         (vc-update-vc-status-buffer): Set the backend specific file info
15031         if provided.
15033 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15035         * textmodes/remember.el (remember-diary-convert-entry): Revert last
15036         change (ill-conceived).
15038 2008-03-29  Glenn Morris  <rgm@gnu.org>
15040         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
15041         * calendar/cal-julian.el (holiday-julian): Simplify.
15043         * calendar/holidays.el (list-holidays): Use or.
15045 2008-03-29  Juri Linkov  <juri@jurta.org>
15047         * window.el (split-window-preferred-horizontally): New function.
15049         * cus-start.el (split-window-preferred-function):
15050         Set choice for "vertically" to nil instead of split-window.
15051         Set choice for "horizontally" to split-window-preferred-horizontally
15052         instead of lambda.
15054 2008-03-29  Juri Linkov  <juri@jurta.org>
15056         * simple.el (minibuffer-default-add-function): New variable with
15057         the default to minibuffer-default-add-completions.
15058         (minibuffer-default-add-done): New variable.  Make it buffer-local.
15059         (minibuffer-default-add-completions): New function.
15060         (goto-history-element): Set minibuffer-default-add-done to t and
15061         call a function in minibuffer-default-add-function when the
15062         specified absolute history position is greater than the length of
15063         the minibuffer-default list and minibuffer-default-add-done is nil.
15064         Change "^End of history; no next item$" to "^End of defaults;
15065         no next item$".
15067         * bindings.el (debug-ignored-errors): Change "^End of history;
15068         no next item$" to "^End of defaults; no next item$".
15070 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15072         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
15074         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
15075         to with-no-warnings.
15077 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
15079         Sync with Tramp 2.1.13.
15081         * net/tramp-ftp.el: Require 'cl when byte-compiling.
15083         * net/trampver.el: Update release number.
15085 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
15087         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
15088         the current backend.
15090         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
15091         (vc-status-refresh): Create a temporary buffer and call the
15092         `dir-status' backend function from that buffer.
15094         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
15095         (vc-bzr-after-dir-status): Don't kill the buffer.
15097         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
15098         (vc-cvs-after-dir-status): Don't kill the buffer.
15100         * vc-git.el (vc-git-dir-status): Don't create a buffer.
15101         (vc-git-after-dir-status-stage2): Don't kill the buffer.
15103         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
15104         (vc-hg-after-dir-status): Don't kill the buffer.
15106         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
15107         (vc-svn-after-dir-status): Don't kill the buffer.
15109 2008-03-29  Glenn Morris  <rgm@gnu.org>
15111         * calendar/calendar.el (diary-file, american-date-diary-pattern)
15112         (european-date-diary-pattern, european-calendar-display-form)
15113         (american-calendar-display-form, diary-display-hook): Doc fixes.
15114         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
15115         custom :set.  Mark as obsolete.
15116         (calendar-date-style, iso-date-diary-pattern)
15117         (iso-calendar-display-form): New user variables.
15118         (diary-date-forms, calendar-date-display-form): Set using
15119         calendar-date-style.  Doc fix.
15120         (calendar-set-date-style): New command.
15121         (european-calendar, american-calendar): Use calendar-set-date-style.
15122         Mark as obsolete.
15124         * calendar/diary-lib.el (number): Move declaration where needed.
15125         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
15126         (diary-make-date): New function.
15127         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
15128         Use diary-make-date.
15129         (diary-date-display-form, diary-insert-entry-1): New functions.
15130         (insert-monthly-diary-entry, insert-yearly-diary-entry):
15131         Use diary-insert-entry-1.
15132         (insert-anniversary-diary-entry, insert-block-diary-entry)
15133         (insert-cyclic-diary-entry): Use diary-date-display-form.
15135         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
15136         Autoload diary-insert-entry-1.
15137         * calendar/cal-bahai.el (diary-bahai-insert-entry)
15138         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
15139         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
15140         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
15141         * calendar/cal-islam.el (insert-islamic-diary-entry)
15142         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
15143         Use diary-insert-entry-1.
15145         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
15146         (diary-yahrzeit): Doc fix.  Use diary-make-date.
15148         * calendar/icalendar.el (icalendar--datetime-to-american-date):
15149         New name for icalendar--datetime-to-noneuropean-date.  Make old name
15150         obsolete alias.
15151         (icalendar--datetime-to-iso-date): New function.
15152         (icalendar--datetime-to-diary-date): Doc fix.  Respect
15153         calendar-date-style if bound.
15155         * textmodes/remember.el (remember-diary-convert-entry):
15156         Respect calendar-date-style if bound.
15158 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15160         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
15161         (xterm-mouse-handle-delete-frame): Delete.
15163         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
15164         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
15165         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
15166         in xterm-modify-other-keys-terminal-list.
15168         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
15169         are conflicts.
15171 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
15173         * vc.el (vc-update): Check if the buffer is unsaved only if it
15174         actually exists.
15175         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
15176         vc-print-log.
15178 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15180         * net/dns.el (dns-write): Use set-buffer-multibyte.
15182 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15184         * vc-bzr.el (vc-bzr-sha1): New fun.
15185         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
15186         (vc-bzr-registered): Use it.
15188 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
15190         * vc.el (vc-status-kill-dir-status-process): Simplify.
15191         (vc-status-refresh): Make sure the buffer is live.
15192         (ring): Don't require it, not used.
15194 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
15196         * progmodes/verilog-mode.el (verilog-auto-inout-module):
15197         Add optional regular expression to AUTOINOUTMODULE.
15198         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
15199         (verilog-auto-inst-param, verilog-auto-reg)
15200         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
15201         (verilog-auto-output-every, verilog-auto-input)
15202         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
15203         (verilog-auto-unused, verilog-auto): Update documentation to use
15204         more obvious instance module names versus cell names.
15206 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
15208         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
15209         kill if a process is running.
15211         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
15213 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
15215         * vc.el: Add new backend function 'status-extra-headers.
15216         (vc-default-status-extra-headers): New function.
15217         (vc-status-headers): Call 'status-extra-headers.  Add colors.
15219         * vc-git.el (vc-git-status-extra-headers): New function.
15221 2008-03-28  Glenn Morris  <rgm@gnu.org>
15223         * calendar/cal-menu.el (cal-menu-holidays-menu)
15224         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
15225         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
15226         holiday-list is optional.
15227         (calendar-mouse-holidays): Remove un-needed local `l'.
15229         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
15230         Remove un-needed local `date'.
15231         (calendar-cursor-to-visible-date): Use let rather than let*.
15232         Remove un-needed local `first-of-month-weekday'.
15234         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
15236         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
15237         Doc fixes.
15238         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
15239         (diary-header-line-flag, diary-header-line-format): Declare.
15240         (diary-pull-attrs): Check for multiple matches.
15241         (diary-list-entries-2): Simplify finding start of date.
15242         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
15243         pop-up-frames.
15244         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
15245         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
15247 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
15249         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
15251         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
15253 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15255         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
15257         * image-mode.el (image-mode-reapply-winprops): Fix last change.
15259 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
15261         * international/mule-conf.el (define-iso-single-byte-charset):
15262         Don't make latin-iso8859-* supplementary.
15263         (#'set-charset-priority): Don't change the priority of charsets
15264         `unicode' and `emacs'.
15266 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15268         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
15269         temp buffer.
15271 2008-03-27  Glenn Morris  <rgm@gnu.org>
15273         * calendar/cal-bahai.el (diary-bahai-list-entries):
15274         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
15275         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
15277         * calendar/calendar.el (diary-file): Doc fix.
15279         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
15280         (list-diary-entries-hook, mark-diary-entries-hook)
15281         (include-other-diary-files, diary-mail-entries)
15282         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
15283         (diary-set-header): New function.
15284         (diary-header-line-flag, diary-header-line-format):
15285         Use diary-set-header for custom :set function.
15286         (diary-set-maybe-redraw): Use symbol-value rather than eval.
15287         (diary-attrtype-convert): Use intern-soft rather than read.
15288         (diary-display-no-entries): New function.
15289         (simple-diary-display, fancy-diary-display): Use it.
15290         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
15291         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
15293         * calendar/holidays.el (list-holidays): Doc fix.
15295 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
15297         * calc/calc-store.el (calc-read-var-name-history): New variable.
15298         (calc-read-var-name): Use `calc-read-var-name-history'.
15300 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15302         * image-mode.el (image-mode-reapply-winprops): Simplify now that
15303         window-configuration-change-hook works buffer-locally.
15305 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
15307         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
15308         for Emacs Lisp, not Lisp.
15310 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
15312         * help-fns.el (describe-function-1, describe-variable):
15313         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
15315         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
15316         replacement is provided, don't print "use nil instead".
15318 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
15320         * complete.el (PC-do-completion): Use regexp-quote.
15322 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
15324         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
15325         Detect missing files.
15327         * vc-git.el (vc-git-extra-menu-map): New key map.
15328         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
15329         New functions.
15331         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
15332         and 'missing files.
15334 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15336         * calendar/holidays.el (list-holidays): Make Y2 optional.
15338         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
15339         buffers shown to the user.
15340         (appt-disp-window): Disable undo explicitly now that the leading space
15341         is gone.
15343         * simple.el (activate-mark): New function.
15344         (set-mark-command): Use it with region-active-p to clean up the code.
15345         (exchange-point-and-mark): Invert the meaning of C-u when
15346         transient-mark-mode is active.
15348         * dired-aux.el (dired-create-files): Use dolist.
15350         * bindings.el (mode-line-change-eol): Use with-selected-window.
15352         * apropos.el (apropos-command): Include macros.
15354 2008-03-26  Glenn Morris  <rgm@gnu.org>
15356         * calendar/cal-bahai.el: Require calendar, not cal-julian.
15357         (calendar-bahai-epoch): Doc fix.
15359         * calendar/cal-china.el: Explicitly require calendar.
15361         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
15362         Require calendar rather than cal-julian.
15363         Autoload calendar-absolute-from-julian.
15364         * calendar/cal-coptic.el (coptic-calendar-epoch):
15365         * calendar/cal-islam.el (calendar-islamic-epoch):
15366         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
15368         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
15370         * calendar/cal-dst.el: Don't require cal-persia.
15371         (calendar-absolute-from-persian): Autoload it.
15372         (dst-adjust-time): Doc fix.
15374         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
15375         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
15376         calendar.
15378         * calendar/cal-menu.el: Require calendar rather than declaring
15379         functions.
15380         * calendar/calendar.el: Provide calendar before requiring cal-menu.
15382         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
15383         calendar-after-frame-setup-hooks.  Update callers, make old name an
15384         obsolete alias.  Doc fix.
15385         (calendar-frame-1): Doc fix.
15387         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
15389         * calendar/calendar.el (oriental-holidays, solar-holidays):
15390         * calendar/holidays.el (list-holidays): Assume atan always bound.
15392         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
15393         Explicitly require calendar, not cal-julian.
15394         * calendar/lunar.el: Explicitly require cal-dst.
15396 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15398         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
15400         * help-fns.el (describe-function-1, describe-variable): If no
15401         replacement is provided, don't print "use nil instead".
15403 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15405         * proced.el: New file.
15407 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
15409         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
15411 2008-03-25  Juri Linkov  <juri@jurta.org>
15413         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
15414         in battery-mode-line-format.
15416         * bindings.el (minibuffer-local-map): For the command
15417         file-cache-minibuffer-complete replace keymap minibuffer-local-map
15418         with map which is already locally bound to minibuffer-local-map.
15420 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15422         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
15423         Remove `sort-first' argument.
15425         * subr.el (redisplay-end-trigger-functions)
15426         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
15427         (process-filter-multibyte-p, set-process-filter-multibyte):
15428         Mark as obsolete.
15430 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
15432         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
15433         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
15434         use the LOCAL arg of `add-hook'.
15435         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
15436         Remove spurious * from defcustom docstrings.
15437         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
15438         Fix typos in messages.
15439         (reb-mode-buffer-p): New function.
15440         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
15441         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
15442         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
15443         Use `unless', `when'.
15444         (re-builder-unload-function): New function.
15446 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
15448         * vc-hooks.el (vc-state): Add documentation for 'missing.
15450 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
15452         * progmodes/verilog-mode.el (verilog-auto-output)
15453         (verilog-auto-input, verilog-auto-inout, verilog-auto)
15454         (verilog-delete-auto): Add optional regular expression to
15455         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
15456         (verilog-signals-matching-regexp): New internal function for
15457         signal matching.
15459 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
15461         * info.el (Info-isearch-search): Always return point.
15463 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15465         * diff-mode.el (diff-remembered-defdir): New var.
15466         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
15468 2008-03-25  Glenn Morris  <rgm@gnu.org>
15470         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
15471         calendar-bahai-prompt-for-date.  Update callers, make old name an
15472         obsolete alias.  Doc fix.
15473         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
15474         coptic-prompt-for-date.  Update callers, make old name an
15475         obsolete alias.  Doc fix.
15476         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
15477         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
15478         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
15479         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
15480         * calendar/cal-iso.el (calendar-iso-read-date): New name for
15481         calendar-iso-read-args.  Update callers, make old name an obsolete
15482         alias.
15483         * calendar/cal-persia.el (calendar-persian-read-date): New name for
15484         persian-prompt-for-date.  Update callers, make old name an
15485         obsolete alias.  Doc fix.  Move definition before use.
15487         * calendar/cal-x.el (diary-frame-parameters)
15488         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
15489         (calendar-frame-1): Doc fixes.
15490         (make-fancy-diary-buffer): Remove declaration.
15491         (calendar-dedicate-diary): Replace call to deleted function
15492         make-fancy-diary-buffer.
15493         (calendar-frame-setup): New function.
15494         (calendar-one-frame-setup, calendar-only-one-frame-setup)
15495         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
15496         work, and mark as obsolete.
15497         (special-display-buffer-names): Don't mess with this; it's not our
15498         business.
15499         (cal-x-load-hook): Defvar it, and mark as obsolete.
15501         * calendar/calendar.el (calendar-remove-frame-by-deleting):
15502         Default to t.  Add to 'calendar group.
15503         (calendar): Doc fix.  Use calendar-frame-setup.
15504         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
15505         (generate-calendar-window): Doc fix.
15507 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15509         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
15511 2008-03-24  Drew Adams  <drew.adams@oracle.com>
15513         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
15514         New variables.
15515         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
15516         (finder-exit): Ignore errors rather than avoiding them.
15517         Kill *Finder-package* buffer also.
15519 2008-03-24  Andreas Schwab  <schwab@suse.de>
15521         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
15523 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
15525         * vc-hg.el (vc-hg-after-dir-status):
15526         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
15528         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
15529         Detect removed files.
15531         * vc.el (vc-status-printer): Use a different face for missing files.
15532         (vc-status-hide-up-to-date): Rename from
15533         vc-status-remove-up-to-date.  Update all callers.
15534         (vc-status-mode-map): Bind C-m.
15536 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
15538         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
15539         code ...
15540         (vc-git--state-code): ... to this new function.
15541         (vc-git-state): Use it.
15543 2008-03-24  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
15545         * textmodes/remember.el (remember-mail-date)
15546         (remember-store-in-mailbox): Write date and From line in such a
15547         way that Mutt can read it.
15549 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
15551         * simple.el (transient-mark-mode): Turn on by default.
15553 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
15555         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
15556         'unregistered for unregistered files.
15558         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
15560         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
15562         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
15563         subdirectories.
15565         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
15566         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
15567         Add :enable for vc-status-refresh.
15568         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
15569         (vc-status-tool-bar-map): Add binding for
15570         vc-status-kill-dir-status-process.
15571         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
15572         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
15573         Reset vc-status-process-buffer.
15574         (vc-status-refresh): Don't run two refreshes at a time.
15575         (vc-status): If the buffer is already in vc-status-mode only refresh.
15576         (vc-status-mark-buffer-changed): Add an optional file parameter.
15577         (vc-resynch-buffer): Use it.
15578         (vc-delete-file): Expand the file name before using it.
15579         Be careful to not create a new buffer with the old file contents.
15580         Update the VC state after performing the operation.
15582 2008-03-23  Andreas Schwab  <schwab@suse.de>
15584         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
15585         Fix radio button condition.
15586         [box]: Likewise.
15587         [customize]: Add radio button.
15589 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
15591         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
15592         (calc-user-parse-tables, calc-gnuplot-default-device)
15593         (calc-gnuplot-default-output, calc-gnuplot-print-device)
15594         (calc-gnuplot-print-output, calc-gnuplot-geometry)
15595         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
15596         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
15597         (calc-undo-list, calc-redo-list, calc-main-buffer)
15598         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
15599         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
15600         (calc-said-hello, calc-executing-macro, calc-any-selections)
15601         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
15602         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
15603         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
15604         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
15605         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
15606         (calc-create-buffer, calc-quit): Add docstrings.
15608 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
15610         * makefile.w32-in (WINS_ALMOST): Add org.
15612 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
15614         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
15615         New functions to implement vc-status support.
15617 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
15619         * vc.el (vc-status-prepare-status-buffer): New function.
15620         (vc-status): Use it.
15622         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
15623         appropriate.
15625 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
15627         * vc-git.el (vc-git--empty-db-p)
15628         (vc-git-after-dir-status-stage1-empty-db): New functions.
15629         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
15630         Add support for empty repositories.
15632 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
15634         * vc-git.el (vc-git-annotate-extract-revision-at-line):
15635         Allow "^" in a version name.
15637         * vc-mtn.el (vc-mtn-state): Support the added state.
15639 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
15641         * org: New directory for Org-mode.
15643         * org/org-export-latex.el: Moved from lisp/textmodes.
15645         * org/org-irc.el: Moved from lisp/textmodes.
15647         * org/org-mac-message.el: Moved from lisp/textmodes.
15649         * org/org-mouse.el: Moved from lisp/textmodes.
15651         * org/org-publish.el: Moved from lisp/textmodes.
15653 2008-03-21  Juri Linkov  <juri@jurta.org>
15655         * comint.el (comint-dynamic-simple-complete):
15656         Use variable `stub' for the second arg `common-substring'
15657         of `comint-dynamic-list-completions'.
15658         (comint-dynamic-list-filename-completions):
15659         Use variable `filenondir' for the second arg `common-substring'
15660         of `comint-dynamic-list-completions'.
15661         (comint-dynamic-list-completions): Add new optional arg
15662         `common-substring'.  Add `common-substring' as the second arg of
15663         the call to `display-completion-list'.  Doc fix.
15665         * comint.el (comint-dynamic-complete-as-filename)
15666         (comint-dynamic-list-filename-completions)
15667         (comint-dynamic-simple-complete): Use `minibuffer-message'
15668         to display message "No completions of %s" when a command
15669         is called in the minibuffer.
15670         (comint-dynamic-simple-complete): Don't display other
15671         completion messages when a command is called in the minibuffer.
15672         (comint-dynamic-list-completions): Use `minibuffer-message'
15673         to display message " [Type space to flush ...]" when a command
15674         is called in the minibuffer.
15676         * shell.el (shell-dynamic-complete-command)
15677         (shell-dynamic-complete-environment-variable): Don't display
15678         completion messages when command is called in the minibuffer.
15680         * emacs-lisp/lisp.el (lisp-complete-symbol):
15681         Use `minibuffer-message' to display message "No completions of %s"
15682         when this command is called in the minibuffer.
15684         * bindings.el (standard-mode-line-modes): Put special help-echo
15685         tooltip on recursive edit %[ %] mode-line constructs.
15687         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
15688         "^No dynamic expansion for .* found$" to allow error messages like
15689         "No dynamic expansion for \"%s\" found in this-buffer".
15691 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
15693         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
15694         "psftp".
15696 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15698         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
15699         * vc.el (vc-default-dired-state-info): Use just "modified".
15700         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
15701         (vc-cvs-mode-line-string): Make use of the better default.
15702         (vc-cvs-parse-entry): Use the new `added'.
15703         (vc-cvs-dired-state-info): Remove.
15704         * vc-svn.el (vc-svn-dired-state-info): Remove.
15705         * vc-hg.el (vc-hg-dired-state-info): Remove.
15706         * vc-git.el (vc-git-dired-state-info): Remove.
15708 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
15710         * vc-git.el (vc-git-status-result): New variable.
15711         (vc-git-dir-status): Split out ...
15712         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
15713         ... these new functions and work asynchronously.
15715 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
15717         * vc-git.el (vc-git-after-dir-status): Remove.
15718         (vc-git-dired-state-info): Reimplement.
15720 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
15722         * replace.el (occur-mode-map): Add :help.
15724         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
15725         for disassemble.
15727         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
15728         the 'added state.
15729         (vc-status-remove-up-to-date): New function.
15730         (vc-status-mode-map, vc-status-menu-map): Bind it.
15731         (vc-status-printer): Use a different face up-to-date files.
15732         (vc-resynch-buffer): Update the vc-status buffer if it exists.
15733         (Todo): Remove solved entries.
15735         * vc-hg.el (vc-hg-state):
15736         * vc-git.el (vc-git-state):
15737         * vc-cvs.el (vc-cvs-parse-status):
15738         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
15739         state.
15741 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15743         * progmodes/compile.el (compile):
15744         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
15746         * simple.el (minibuffer-local-shell-command-map): New var.
15747         (minibuffer-complete-shell-command, read-shell-command): New funs.
15748         (shell-command, shell-command-on-region): Use them.
15750 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
15752         * vc.el (vc-status-mark-buffer-changed): New function to implement
15753         updating of the *vc-status* buffer when a buffer is saved.
15754         (vc-status-mode): Use it for after-change-hook.
15755         (vc-add-to-vc-status-buffer): Rename to ...
15756         (vc-status-add-entry): ... this.
15757         (Todo): Add new entry.
15759 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15761         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
15763 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
15765         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
15766         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
15767         Remove spurious * from defcustom docstrings.
15768         (icomplete-compute-delay): Fix docstring and remove spurious *.
15769         (icomplete-delay-completions-threshold): Fix typo in docstring and
15770         remove spurious *.
15771         (icomplete-completions): While collecting the list of prospective
15772         candidates, don't overshoot `icomplete-prospects-length'.
15774 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
15776         * textmodes/refbib.el:
15777         * textmodes/reftex.el:
15778         * textmodes/reftex-global.el:
15779         * textmodes/reftex-vars.el:
15780         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
15781         compiler pacifying defvars.
15782         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
15783         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
15784         not needed.
15786 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
15788         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
15789         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
15790         (verilog-customize, verilog-font-customize)
15791         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
15792         (verilog-mode): Update documentation strings to match tool tips.
15793         (verilog-auto-search-do, verilog-auto-re-search-do)
15794         (verilog-skip-forward-comment-or-string): Fix verilog-auto
15795         expansion when a .* appears inside a string.
15796         (verilog-re-search-forward, verilog-re-search-backward):
15797         Add comment to recall how this works.
15798         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
15800 2008-03-20  Glenn Morris  <rgm@gnu.org>
15802         * calendar/calendar.el (calendar-other-dates): New function.
15803         (calendar-print-other-dates): Use calendar-other-dates.
15804         * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
15805         the declarations it replaces.
15806         (calendar-mouse-print-dates): Use calendar-other-dates.
15808         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
15809         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
15810         (calendar-absolute-from-bahai): Fix the leap-year case.
15811         (calendar-bahai-from-absolute): Re-use the Gregorian month.
15812         (calendar-bahai-date-string, calendar-bahai-print-date):
15813         Handle pre-Bahai dates.
15815         * calendar/cal-china.el (chinese-calendar-celestial-stem)
15816         (chinese-calendar-terrestrial-branch): Make defcustoms.
15818         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
15819         (calendar-mouse-view-diary-entries): Use or.
15820         (calendar-mouse-chinese-date): Remove unused command.
15821         (cal-menu-load-hook): Mark as obsolete.
15823         * calendar/solar.el (calendar-location-name, calendar-latitude)
15824         (calendar-longitude, solar-arctan, sunrise-sunset)
15825         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
15827 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
15829         * calc/calc.el: Remove outdated comments.
15830         (defcalcmodevar, calc-mode-var-list-restore-default-values)
15831         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
15832         Add docstrings.
15834 2008-03-19  Jason Rumney  <jasonr@gnu.org>
15836         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
15838 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15840         * net/tls.el (open-tls-stream): Reindent.
15842 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
15844         * net/tramp.el (tramp-let-maybe): Removed.
15845         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
15846         It does not exist under XEmacs.
15847         (tramp-handle-file-truename, tramp-handle-expand-file-name)
15848         (tramp-completion-file-name-handler): Let-bind
15849         `directory-sep-char'.
15851         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
15852         `directory-sep-char'.
15854 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15856         * help-fns.el (describe-function-1): Don't signal "missing arglist"
15857         for autoloaded keymaps.
15859         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
15860         (electric-verilog-terminate-line, verilog-in-struct-region-p)
15861         (verilog-backward-ws&directives, verilog-forward-ws&directives)
15862         (verilog-in-comment-p, verilog-in-star-comment-p)
15863         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
15864         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
15865         (verilog-skip-forward-comment-or-string, verilog-in-paren)
15866         (verilog-skip-forward-comment-p): Use it.
15868 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
15870         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
15871         (org-remember-templates, org-time-stamp-rounding-minutes)
15872         (org-back-over-empty-lines, org-find-base-buffer-visiting)
15873         (org-columns-new): Fix typos in docstrings.
15875 2008-03-19  Glenn Morris  <rgm@gnu.org>
15877         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
15878         (tramp-handle-shell-command): Use condition-case rather than
15879         ignore-errors.
15881 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
15883         * diff-mode.el (diff-header): Make the color louder.
15884         (diff-refine-change): Tone the color down.
15886 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
15888         * descr-text.el (describe-char): When `describe-char-unidata-list'
15889         is set to show all properties, list them in the right order.
15891 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15893         * international/mule.el (load-with-code-conversion): Avoid setting
15894         default-enable-multibyte-characters.
15896 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
15898         * vc.el (vc-annotate-background): Fix custom type.
15900 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15902         * descr-text.el (describe-char-unidata-list): Allow specifying
15903         just all properties.
15904         (describe-char): Handle that new value.
15906         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
15908 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
15910         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
15911         instead of file name extension to make docs with uncommon
15912         extensions work.
15914 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
15916         * doc-view.el (require): Require cl at compile time because
15917         `assert' needs it.
15919 2008-03-18  Glenn Morris  <rgm@gnu.org>
15921         * calendar/calendar.el (initial-calendar-window-hook)
15922         (today-visible-calendar-hook): Doc fixes.
15924 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
15926         * net/tramp.el (tramp-root-regexp): Simplify.
15927         (tramp-completion-file-name-regexp-separate): Don't insist on
15928         leading "[".  This prevents method or user or host completion.
15929         (tramp-let-maybe): Autoload it.
15930         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
15931         is an alias for `identity'.
15932         (tramp-handle-write-region): Protect `last-coding-system-used'
15933         over the trailing statements.
15934         (tramp-completion-file-name-handler-post-function): Remove.
15935         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
15936         instead of calling `tramp-drop-volume-letter'.
15938         * net/tramp.el:
15939         * net/tramp-uu.el:
15940         * net/trampver.el: Move coding cookie at the end.
15942 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15944         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
15945         elements which may be something else than characters.
15947 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
15949         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
15950         New functions to implement vc-status support.
15952         * vc.el (vc-default-extra-status-menu)
15953         (vc-add-to-vc-status-buffer): New functions.
15955         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15956         for eldoc and ielm.
15958 2008-03-17  Glenn Morris  <rgm@gnu.org>
15960         * calendar/cal-x.el (diary-frame-parameters)
15961         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
15962         Fix custom type; add options.
15963         (calendar-frame, diary-frame): Doc fixes.
15964         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
15965         new functions.
15966         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
15967         Use calendar-frame-1 and calendar-dedicate-diary.
15968         (calendar-one-frame-setup): Also handle only-one-frame case.
15969         (calendar-only-one-frame-setup): Doc fix.  Just call
15970         calendar-one-frame-setup.
15972         * calendar/diary-lib.el: Re-order some definitions before their use.
15973         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
15974         (diary-list-entries): Doc fixes.
15975         (make-fancy-diary-display): Remove function.
15977         * calendar/calendar.el (calendar-today-marker)
15978         (initial-calendar-window-hook, today-visible-calendar-hook)
15979         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
15980         (calendar-star-date, calendar-mark-today): Doc fixes.
15981         (today-visible-calendar-hook): Add options.
15982         (calendar-in-read-only-buffer): New macro.
15983         (calendar-basic-setup): Adapt for change in calendar-read-date.
15984         Place holiday let inside if.
15985         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
15986         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
15987         (calendar-print-other-dates): Use one let rather than many.
15989         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
15990         (calendar-print-other-dates):
15991         * calendar/cal-hebrew.el (list-yahrzeit-dates):
15992         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
15993         * calendar/holidays.el (calendar-list-holidays, list-holidays)
15994         (calendar-cursor-holidays):
15995         * calendar/lunar.el (calendar-phases-of-moon): Use
15996         calendar-in-read-only-buffer to replace previous code and disable undo.
15998 2008-03-16  Juri Linkov  <juri@jurta.org>
16000         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
16001         and regexp-search-ring-yank-pointer for the HISTPOS argument of
16002         read-from-minibuffer to provide the correct initial minibuffer
16003         history position in isearch-edit-string when it is called from
16004         isearch-ring-adjust.
16006         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
16007         to check if the current buffer is the minibuffer, and in this case
16008         call abort-recursive-edit to kill the minibuffer.  Doc fix.
16009         (kill-this-buffer-enabled-p): Allow this function to return non-nil
16010         when the current buffer is the minibuffer.
16012         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
16014 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
16016         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
16017         Use non-nil PARENTS attribute of make-directory instead of
16018         explicitly checking existence the current cache directory.
16020 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
16022         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
16023         M-x epa-file-select-keys.
16025 2008-03-16  Kenichi Handa  <handa@m17n.org>
16027         * international/mule.el (auto-coding-alist):
16028         Use no-conversion-multibyte for archive files.
16030 2008-03-16  Glenn Morris  <rgm@gnu.org>
16032         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
16033         New functions.
16034         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
16035         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
16036         Use calendar-mark-1.
16037         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
16038         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
16039         Use calendar-mark-complex.
16040         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
16041         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
16042         Use calendar-mark-1.
16044         * calendar/calendar.el (calendar-mod): Remove.
16045         * calendar/cal-china.el (calendar-chinese-from-absolute)
16046         (calendar-chinese-date-string): Expand calendar-mod calls.
16047         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
16048         Expand calendar-mod calls.
16050         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
16051         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
16052         (diary-bahai-insert-yearly-entry): Use let rather than let*.
16053         Move obsolete aliases after the functions that replaced them.
16055         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
16056         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
16057         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
16058         Use let rather than let*.
16059         (calendar-hebrew-prompt-for-date): New function.
16060         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
16061         (holiday-tisha-b-av-etc): Use unless, let.
16063         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
16064         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
16066         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
16068         * calendar/calendar.el (calendar-for-loop): Add indent spec.
16070         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
16071         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
16072         than concat.
16073         (diary): Remove un-needed let.
16074         (view-other-diary-entries): Rename argument.
16075         (diary-list-entries-2): New function.
16076         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
16077         (print-diary-entries): Use unless.
16078         (diary-mark-entries-1): Change argument order, make all but
16079         markfunc optional.  Handle the standard (Gregorian) case.
16080         Use match-string-no-properties.  Handle marks.
16081         (mark-diary-entries): Use diary-mark-entries-1.
16082         (diary-font-lock-keywords-1): New macro.
16083         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
16085 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
16087         * calendar/icalendar.el (icalendar-version): Increase to 0.18.
16088         (icalendar-export-hidden-diary-entries): New variable.
16089         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
16090         In case of error, insert full error-val.
16091         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
16092         Use calendar-day-of-week.  Return the day number.
16093         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
16095 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
16097         * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
16098         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
16099         (icalendar-export-region): Ignore hidden diary entries.
16100         (icalendar--convert-ordinary-to-ical): Fix case where event
16101         spans across midnight boundary.
16102         (icalendar-first-weekday-of-year): New function.
16103         (icalendar--convert-weekly-to-ical): Allow user-selectable start
16104         year for recurring events (Mozilla calendars do not propagate
16105         recurring events forever, so year 2000 start date was not working).
16106         (icalendar--convert-yearly-to-ical): Remove extra spaces in
16107         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
16109 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
16111         * net/tramp.el (tramp-root-regexp): New defconst.
16112         (tramp-completion-file-name-regexp-unified)
16113         (tramp-completion-file-name-regexp-separate)
16114         (tramp-completion-file-name-regexp-url): Use it.
16115         (tramp-do-copy-or-rename-file-via-buffer):
16116         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
16117         t for `insert-file-contents-literally'.
16118         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
16119         Autoload it.
16120         (tramp-completion-file-name-handler-post-function): New defconst.
16121         (tramp-completion-file-name-handler): Use it.
16122         (tramp-maybe-open-connection): Update calls to
16123         `tramp-flush-connection-property' for removed 2nd argument.
16125 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16127         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
16128         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
16129         New functions.
16131 2008-03-15  Glenn Morris  <rgm@gnu.org>
16133         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
16134         New functions.
16135         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
16136         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16137         (diary-list-entries-1, diary-mark-entries-1): Autoload.
16138         (diary-bahai-list-entries): Use diary-list-entries-1.
16139         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
16140         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
16141         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16142         (diary-list-entries-1, diary-mark-entries-1): Autoload.
16143         (list-hebrew-diary-entries): Use diary-list-entries-1.
16144         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
16145         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
16146         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16147         (diary-list-entries-1, diary-mark-entries-1): Autoload.
16148         (list-islamic-diary-entries): Use diary-list-entries-1.
16149         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
16151         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
16153         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
16155         * calendar/cal-china.el (number-chinese-months)
16156         (calendar-chinese-from-absolute): Use nth, caar.
16158         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
16160         * calendar/cal-french.el (french-calendar-accents): Doc fix.
16162         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
16163         (calendar-hebrew-month-name-array-leap-year)
16164         (hebrew-calendar-parashiot-names): Make constants.
16165         (diary-parasha): Move definition after constants it uses.
16167         * calendar/cal-html.el (cal-html-insert-link-yearpage)
16168         (cal-html-htmlify-list): Doc fix.
16169         (cal-html-htmlify-entry): Use nth.
16171         * calendar/cal-islam.el (calendar-islamic-month-name-array)
16172         (calendar-islamic-epoch): Make constants.
16173         (calendar-islamic-epoch): Doc fix.
16175         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
16177         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
16178         (cal-tex-month-name): Doc fix.
16179         (cal-tex-last-blank-p): Use zerop.
16181         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
16182         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
16183         (calendar-cursor-to-date): Doc fix.
16184         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
16185         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
16186         (calendar-day-number): Use when.
16187         (generate-calendar-month): Use dotimes.
16188         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
16189         (calendar-set-mark): Reverse conditional.
16190         (calendar-make-alist): Move definition before use.
16192         * calendar/diary-lib.el (diary-face-attrs)
16193         (diary-glob-file-regexp-prefix, diary-selective-display)
16194         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
16195         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
16196         (diary-anniversary, diary-cyclic)
16197         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
16198         (diary-header-line-format): Change wording.
16199         (diary-list-entries): Set `date-start' in let.
16200         (include-other-diary-files, mark-included-diary-files): Use format.
16201         (simple-diary-display, fancy-diary-display): Use cadr, unless.
16202         (mark-diary-entries): Use 1+.
16203         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
16204         (mark-calendar-month): Use dotimes.
16206         * calendar/holidays.el (displayed-month, displayed-year):
16207         Move declarations where needed.
16208         (calendar-list-holidays): Doc fix.
16210         * calendar/parse-time.el (parse-time-string): Simplify.
16212         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
16213         Make constants.
16214         (solar-sunrise-sunset): Rename some local variables for clarity.
16215         (sunrise-sunset): Use zerop.
16216         (solar-mean-equinoxes/solstices): Doc fix.
16218         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
16219         Use nth.
16220         (timeclock-completing-read, timeclock-generate-report): Use zerop.
16221         (timeclock-mean, timeclock-generate-report): Use dolist.
16223         * calendar/todo-mode.el (todo-add-category): Simplify.
16224         (todo-more-important-p, todo-delete-item, todo-file-item):
16225         Use unless, when.
16226         (todo-top-priorities): Use zerop.
16228 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
16230         * buff-menu.el (list-buffers-noselect): Display buffer name in
16231         tooltip instead of mouse binding when it doesn't fit in the list.
16233 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
16235         * faces.el (xw-defined-colors):
16236         * simple.el (widget-convert, shell-mode): Declare as functions
16237         instead of autoloading.
16239         * abbrev.el:
16240         * button.el:
16241         * cus-face.el:
16242         * ediff-hook.el:
16243         * emacs-lisp/backquote.el:
16244         * emacs-lisp/timer.el:
16245         * facemenu.el:
16246         * faces.el:
16247         * menu-bar.el:
16248         * simple.el:
16249         * subr.el:
16250         * textmodes/fill.el:
16251         * textmodes/paragraphs.el: Remove autoloads, redundant when the
16252         files are preloaded.
16254 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16256         * desktop.el (desktop-create-buffer): Don't catch errors if
16257         debug-on-error is set.
16259 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
16261         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
16262         ($(lisp)/calendar/diary-loaddefs.el)
16263         ($(lisp)/calendar/hol-loaddefs.el): New targets.
16264         (LOADDEFS): New macro.
16265         (autoloads): Depend on $(LOADDEFS).
16267 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
16269         * font-lock.el (featurep): Remove test, not useful anymore.
16270         (facemenu-keymap): Move key binding ...
16271         * facemenu.el (facemenu-keymap): ... here.
16273         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
16274         for each file in the list.
16275         (vc-bzr-log-view-mode): Recognize the file marker.
16277         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16278         for checkdoc and profiling.
16280 2008-03-14  Bastien Guerry  <bzg@altern.org>
16282         * textmodes/flyspell.el (nxml-mode): Add the right
16283         `flyspell-mode-predicate'.
16285         * wid-edit.el (link): Use 'mouse-face for :follow-link.
16287 2008-03-14  Glenn Morris  <rgm@gnu.org>
16289         * calendar/solar.el: Reorder so that functions are defined before use.
16290         (displayed-month, displayed-year): Move declarations where needed.
16291         (solar-get-number): Move definition before use.  Use unless.
16292         (solar-equatorial-coordinates): Simplify.
16293         (solar-sunrise-and-sunset): Use let rather than let*.
16294         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
16296         * startup.el (command-line-1): Rename -internal-script back to
16297         -scriptload (reverts previous change).
16299         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
16300         (calendar-bahai-leap-base): Add doc strings.
16301         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
16302         Move definition before use.
16303         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
16304         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
16305         variables outside the loop.  Use dolist.
16306         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
16308         * calendar/cal-china.el: Re-order so that functions are defined before
16309         use.
16310         (displayed-month, displayed-year): Move declarations where needed.
16311         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
16312         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
16313         Add doc strings.
16314         (chinese-year-cache): Recenter on 2010.  Doc fix.
16315         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
16316         Doc fix.  Simplify.
16317         (chinese-year-cache-init): New function.
16318         (compute-chinese-year, holiday-chinese-new-year)
16319         (calendar-chinese-date-string, calendar-goto-chinese-date)
16320         (make-chinese-month-assoc-list): Use cadr, nth.
16321         (chinese-months): Remove un-needed let.
16323         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
16324         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
16325         (coptic-prompt-for-date): Move definition before use.
16327         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
16328         (calendar-dst-find-data, calendar-daylight-time-offset)
16329         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
16330         (calendar-daylight-savings-starts-time)
16331         (calendar-daylight-savings-ends-time): Use cadr, nth.
16333         * calendar/cal-french.el (french-calendar-epoch)
16334         (calendar-goto-french-date): Doc fix.
16335         (french-calendar-month-name-array)
16336         (french-calendar-multibyte-month-name-array)
16337         (french-calendar-day-name-array, french-calendar-special-days-array):
16338         Add doc strings.
16340         * calendar/cal-hebrew.el (displayed-month, displayed-year)
16341         (original-date): Move declarations where needed.
16342         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
16343         Doc fix.
16344         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
16345         constant variables outside the loop.  Use dolist.
16347         * calendar/cal-islam.el (displayed-month, displayed-year)
16348         (original-date): Move declarations where needed.
16349         (islamic-calendar-day-number): Remove unused local variable `day'.
16350         (calendar-goto-islamic-date): Doc fix.
16351         (holiday-islamic): Use unless.
16352         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
16353         constant variables outside the loop.  Use dolist.
16354         (mark-islamic-calendar-date-pattern): Move definition before use.
16355         Use unless.
16356         (mark-islamic-diary-entries): Doc fix.
16357         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
16358         (insert-yearly-islamic-diary-entry): Use let rather than let*.
16360         * calendar/cal-julian.el (calendar-absolute-from-julian):
16361         Move definition before use.  Remove un-needed local `day'.
16362         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
16364         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
16365         (calendar-mayan-tzolkin-names-array): Add doc strings.
16366         (calendar-mayan-long-count-from-absolute): Use a single let.
16367         (calendar-string-to-mayan-long-count): Simplify.
16368         (calendar-next-haab-date, calendar-previous-haab-date)
16369         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
16370         (calendar-previous-calendar-round-date)
16371         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
16372         Doc fix.
16373         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
16374         (calendar-mayan-date-string, calendar-print-mayan-date)
16375         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
16376         (calendar-mayan-long-count-common-era): Move definitions before use.
16378         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
16379         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
16380         Doc fix.
16381         (calendar-mouse-goto-date): Move definition before use.
16383         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
16384         Move definition before use.
16385         (calendar-cursor-to-visible-date): Move definition before use.
16386         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
16387         and place inside the conditional.
16388         (calendar-forward-day): Simplify.
16389         (calendar-end-of-month): Use unless.
16390         (calendar-goto-day-of-year): Doc fix.
16391         Relocate obsolete aliases after their replacements.
16393         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
16395         * calendar/diary-lib.el (mark-diary-entries): Move some constant
16396         variables outside the diary-date-forms loop.
16398         * calendar/calendar.el (diary-file): Doc fix.
16399         (calendar-buffer-list): Return buffers rather than strings (fixes
16400         previous change).
16401         (hebrew-holidays-4): Fix typo.
16403         * calendar/holidays.el (displayed-month, displayed-year):
16404         Move declarations where needed.
16405         (calendar-holiday-list, calendar-list-holidays)
16406         (holiday-filter-visible-calendar): Move definitions before use.
16407         (list-holidays): Use cadr.
16408         Relocate obsolete aliases after their replacements.
16410         * calendar/lunar.el (date, displayed-month, displayed-year):
16411         Move declarations where needed.
16412         (lunar-phase-list): Move definition after functions it uses.
16413         (calendar-phases-of-moon, diary-phases-of-moon)
16414         (lunar-new-moon-on-or-after): Use cadr, nth.
16415         (lunar-new-moon-on-or-after): Doc fix.
16417         * textmodes/org-irc.el (top-level): CL not required when compiling.
16418         (org-irc-visit-erc): Replace runtime CL functions.
16420         * textmodes/org-publish.el (declare-function): Add compatibility stub.
16421         (org-publish-delete-dups): Declare as function.
16423 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
16425         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
16426         (vc-bzr-show-log-entry): Make regexp match more cases.
16427         (vc-diff-switches-list): Remove autoload, not needed.
16429 2008-03-14  Juri Linkov  <juri@jurta.org>
16431         * isearch.el (isearch-edit-string): Remove one call to
16432         `isearch-push-state' not to push an inconsistent state,
16433         but keep another correct call to `isearch-push-state'.
16434         (isearch-ring-adjust): Call `isearch-push-state' only when
16435         `search-ring-update' is non-nil since `isearch-edit-string'
16436         already pushes its state.
16437         (isearch-message): Improve matching the failed part by checking
16438         if the original message starts with the last successful message.
16440         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
16441         (dired-perm-write): Rename from `dired-warn-writable'.
16442         Change parent face from `font-lock-warning-face' to
16443         `font-lock-comment-delimiter-face'.
16444         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
16445         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
16446         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
16447         with `dired-perm-write-face'.
16449 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
16451         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
16452         Create cache dir only if it doesn't already exist.
16454 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16456         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
16457         of \ and '.
16459 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
16461         * net/browse-url.el (browse-url-text-xterm):
16462         Unquote browse-url-text-browser.
16464 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
16466         * textmodes/org-mouse.el: Version number change.
16468         * textmodes/org-publish.el (org-publish-expand-components):
16469         Remove null projects from the list of components.
16470         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
16471         Remove unused retrieval of the :publishing-directory property.
16472         (org-publish-file): Bugfix: when using a relative directory as the
16473         publishing directory, convert it to a directory filename.
16474         (org-publish-project): New alias.
16475         (org-publish-get-files): Protect against empty p.
16476         (org-publish-file): Send an error when file is not part of any project.
16477         (org-publish-file): Offer to refresh the list of files in known
16478         project when the current file is not part of any project.
16479         (org-publish-before-export-hook)
16480         (org-publish-after-export-hook): New hooks.
16481         (org-publish-org-to): Use new hooks and kill buffers.
16482         (org-publish-file): Remove the code for killing buffers.
16483         (org-publish-initialize-files-alist): Use interactive.
16484         (org-publish-file): If the publishing function creates a new
16485         buffer, kill it after publishing.
16486         (org-publish-timestamp-filename): Protect ":" in file name path
16487         under windows.
16489         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
16490         change that killed the LaTeX buffer.
16492         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
16493         in the decision tree.
16494         (org-select-remember-template): Clean the code.
16495         (org-prepare-dblock): Add the extra :content parameter.
16496         (org-write-agenda): New output type ".ics" files.
16497         (org-write-agenda): Call `org-icalendar-verify-function', both for
16498         time stamps and for TODO entries.
16499         (org-agenda-collect-markers, org-create-marker-find-array)
16500         (org-check-agenda-marker-table): New functions.
16501         (org-agenda-marker-table): New variable.
16502         (org-export-as-html): Revert the change that killed the html
16503         buffer.  Side effects first need to be studied carefully.
16504         (org-get-tags-at): Fix the structure of the condition-case statement.
16505         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
16506         (org-timestamp-change): Fix regular expressions to swallow the
16507         extra character for repeat-shift control.
16508         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
16509         (org-get-legal-level): Alias to `org-get-valid-level'.
16510         (org-dblock-write:clocktable): Add a :link parameter, linking
16511         headlines to their location in the Org agenda files.
16512         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
16513         throwing an error when getting tags before headlines.
16514         (org-timestamp-change, org-modify-ts-extra)
16515         (org-ts-regexp1): Fix timestamp editing.
16516         (org-agenda-custom-commands-local-options): New constant.
16517         (org-agenda-custom-commands):
16518         Use `org-agenda-custom-commands-local-options' to improve customize
16519         type.  "htmlize": Removed hack to fix face problem with htmlize,
16520         it no longer seem necessary.
16521         (org-follow-link-hook): New hook.
16522         (org-agenda-custom-commands): Add "Component" as a tag for each
16523         item in a command series.
16524         (org-open-at-point): Run `org-follow-link-hook'.
16525         (org-agenda-schedule): Bugfix: don't display marker type when it
16526         is nil.
16527         (org-store-link): org-irc required.
16528         (org-set-regexps-and-options): Parse the new logging options.
16529         (org-extract-log-state-settings): New function.
16530         (org-todo): Handle the new ways of recording state change stuff.
16531         (org-local-logging): New function.
16532         (org-columns-open-link): Fix bug with opening link in column view.
16533         (org-local-logging): New function.
16534         (org-todo): Make sure that LOGGING properties are honoured.
16535         (org-todo-keywords): Improve docstring.
16536         (org-startup-options): Cleanup startup options.
16537         (org-set-regexps-and-options): Process the "!" markers.
16538         (org-todo): Respect the new logging stuff.
16539         (org-log-note-how): New variable.
16540         (org-add-log-maybe): New parameter HOW that defines how logging
16541         should be done and also overrides PURPOSE.  Add a docstring.
16542         (org-add-log-note): Check if we really need to ask for a note.
16543         (org-get-current-options): Digest the new keyword.
16544         (org-agenda-reset-markers): Rename from
16545         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
16546         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
16547         function, without force argument.
16548         (org-buffer-property-keys): Bind local variables s and p.
16549         (org-make-tags-matcher): Allow "" to match an empty or
16550         non-existent property value.
16551         (org-export-as-html): Join unsorted lists when they directly
16552         follow each other.  Such lists may be created by headlines that
16553         are converted to lists.
16554         (org-nofm-to-completion): New function.
16555         (org-export-as-html): Use :html-extension instead of
16556         org-export-html-extension.
16557         (org-store-link): Support for links from `rmail-summary-mode'.
16558         (org-columns-new, org-complete, org-set-property): Set the
16559         `include-columns' argument in the call to
16560         `org-buffer-property-keys'.
16561         (org-buffer-property-keys): New argument `include-columns', to
16562         include properties expected by any of the COLUMNS formats in the
16563         current buffer.
16564         (org-cleaned-string-for-export): Get rid of drawers first, so that
16565         they will be removed also in the text before the first headline.
16566         (org-clock-report): Show the clocktable when found.
16567         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
16568         (org-version): With prefix argument, insert `org-version' at point.
16569         (org-agenda-goto): Recenter the window after finding the target
16570         location, to make sure the correct position will be displayed.
16571         (org-agenda-get-deadlines): Don't scale priority with the warning
16572         period.
16573         (org-insert-heading): Don't break line in the middle of the line.
16574         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
16575         be 0.
16576         (org-update-checkbox-count): Revamp to deal with hierarchical
16577         checkboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
16578         (org-remove-timestamp-with-keyword): New function.
16579         (org-schedule, org-deadline):
16580         Use `org-remove-timestamp-with-keyword' to make sure all such time
16581         stamps are removed.
16582         (org-mode): Support for `align'.
16583         (org-agenda-get-deadlines): Make sure priorities increase as the
16584         due date approaches and is passed.
16585         (org-remember-apply-template): Fix problem with tags that
16586         contain "_" or "@".
16587         (org-make-link-regexps): Improve the regular expression for plain links.
16588         (org-agenda-get-closed): List each clocking entry.
16589         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
16590         (org-special-ctrl-k): New option.
16591         (org-kill-line): New function.
16592         (org-archive-all-done): Fix incorrect number of stars in regexp.
16593         (org-refile-get-location): New function.
16594         (org-refile-goto-last-stored): New function.
16595         (org-global-tags-completion-table): Add the value of org-tag-alist
16596         in each buffer, to make sure that also unused tags will be
16597         available for completion.
16598         (org-columns-edit-value)
16599         (org-columns-next-allowed-value): Only update if not in agenda.
16600         (org-clocktable-steps): New function.
16601         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
16602         (org-archive-subtree): Add the outline tree context as a property.
16603         (org-closest-date): New optional argument `prefer'.
16604         (org-goto-auto-isearch): New option.
16605         (org-goto-map, org-get-location): Implement auto-isearch.
16606         (org-goto-local-auto-isearch-map): New variable.
16607         (org-goto-local-search-forward-headings)
16608         (org-goto-local-auto-isearch): New functions.
16610 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
16612         * textmodes/org-irc.el: New file.
16614 2008-03-13  John Wiegley  <johnw@gnu.org>
16616         * textmodes/org-mac-message.el: New file.
16618 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
16620         * font-lock.el (font-lock-comment-face): Set the foreground for
16621         the light background 8 colors case.
16623 2008-03-13  Glenn Morris  <rgm@gnu.org>
16625         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
16626         generate-autoload-cookie patterns.
16628         * startup.el (command-line-1): Rename -scriptload to -internal-script.
16630         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
16631         (MH_E_SRC): Remove variable.
16632         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
16633         Simplify file header.  Use $@ for generated-autoload-file.
16635         * Makefile.in (LOADDEFS): New variable.
16636         (AUTOGENEL): Use $LOADDEFS.
16637         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
16638         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
16639         ($(lisp)/calendar/hol-loaddefs.el): New targets.
16640         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
16641         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
16642         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
16643         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
16644         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
16645         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
16646         Add calendar-specific autoload cookies, and remove any setting of
16647         generated-autoload-file.
16648         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
16649         * calendar/diary-lib.el: Replace explicit autoloads with reading of
16650         diary-loaddefs.
16651         * calendar/holidays.el: Replace explicit autoloads with reading of
16652         hol-loaddefs.
16654         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
16655         (calendar-buffer-list): Simplify.
16656         (generate-calendar-window): Use calendar-mark-holidays rather than
16657         obsolete alias.
16659         * calendar/cal-hebrew.el (list-yahrzeit-dates):
16660         Use cal-hebrew-yahrzeit-buffer.
16662         * calendar/cal-x.el (calendar-only-one-frame-setup)
16663         (calendar-two-frame-setup): Doc fixes.
16664         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
16666         * calendar/appt.el (appt-mode-string): Mark as risky.
16667         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
16669         * calendar/cal-html.el (diary-list-entries):
16670         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
16671         (calendar-iso-from-absolute): Fix autoloads.
16673         * calendar/cal-iso.el (calendar-absolute-from-iso)
16674         (calendar-iso-read-args): Simplify.
16675         (calendar-iso-date-string, calendar-iso-read-args)
16676         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
16678         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
16679         (displayed-month, displayed-year): Move declarations where needed.
16680         (calendar-print-astro-day-number): Doc fix.
16682         * calendar/cal-persia.el (persian-calendar-month-name-array)
16683         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
16684         (persian-prompt-for-date): Remove local variable `today'.
16686         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
16688         * calendar/solar.el (solar-moment, solar-exact-local-noon)
16689         (solar-sunrise-sunset, solar-sunrise-sunset-string)
16690         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
16691         (diary-sabbath-candles, solar-equinoxes/solstices)
16692         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
16693         (solar-time-equation, solar-date-to-et): Simplify.
16695         * mail/supercite.el: Remove the `function' in `(function (lambda'.
16696         Replace `(car (cdr' with cadr'.
16698         * progmodes/f90.el (f90-font-lock-n): New function.
16699         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
16700         Use f90-font-lock-n.
16701         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
16703         * progmodes/f90.el (f90-mode-abbrev-table):
16704         * progmodes/fortran.el (fortran-mode-abbrev-table):
16705         Use newer form of define-abbrev, where supported.  No need to bind
16706         abbrevs-changed for system abbrevs.
16708 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16710         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
16711         delete-frame-functions.
16713         * bookmark.el (Info-current-node): Remove.
16715 2008-03-12  Juri Linkov  <juri@jurta.org>
16717         * help.el (describe-project): Remove defaliases for view-todo and
16718         describe-project that are now unnecessary after the merge from
16719         emacs--rel--22 that added define-obsolete-function-alias.
16721         * startup.el (inhibit-startup-screen): Revert incomplete
16722         2008-03-10 merge from emacs--rel--22 that partly reverted
16723         2008-02-28 change that added initial message to *scratch* buffer
16724         regardless of the value of `inhibit-startup-screen'.
16725         Now keep this change in the trunk, but not in the 22 branch.
16727 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16729         * international/quail.el (quail-setup-completion-buf, quail-help):
16730         * mail/binhex.el (binhex-decode-region-internal):
16731         * mail/uudecode.el (uudecode-decode-region-internal):
16732         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16733         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16734         setting default-enable-multibyte-characters.
16736         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
16738         * comint.el: Fix up indentation and comment style.  Remove `function'.
16740         * international/mule-cmds.el (reset-language-environment)
16741         (set-language-environment-nonascii-translation):
16742         Don't set-unibyte-charset.
16744         * doc-view.el: Remove all cb-args, use closures instead.
16745         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
16746         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
16747         doing an incorrect check).  Update all callers to use the new name.
16748         (doc-view-doc->txt): Add missing `txt' argument.
16750 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
16752         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
16753         md5 sum calculation to single-byte.
16755 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16757         * doc-view.el (doc-view-new-window-function): Add assertion.
16758         (doc-view-doc-type): New var.
16759         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
16760         (doc-view-intersection): New fun.
16761         (doc-view-mode): Use it to set the new var.
16763 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
16765         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
16766         (doc-view-already-converted-p): New functions.
16767         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
16768         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
16769         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
16770         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
16771         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
16772         (doc-view-convert-current-doc): Don't hardwire the functions the
16773         sentinels call.  Now they're provided by two args CALLBACK and
16774         CB-ARGS to the functions.
16775         (doc-view-search): Use doc-view-doc->txt.
16776         (doc-view-initiate-display): Use doc-view-already-converted-p.
16777         Mention new binding C-c C-t if doc-view-mode doesn't work.
16779 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
16781         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
16783 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16785         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
16786         Mark " outside of tags as punctuation.
16788 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16790         * menu-bar.el (minibuffer-local-map): Use the same command for the
16791         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
16792         Prefer RET over C-j for exit-minibuffer.
16794         * files.el (display-buffer-other-frame): Eliminate problematic code.
16796         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
16797         (menu-bar-select-buffer): Remove.
16798         (menu-bar-select-frame): Make non-interactive and take a frame arg.
16799         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
16801 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
16803         * icomplete.el (icomplete-completions): Remove obsolete code.
16805         * net/net-utils.el (iwconfig-program-options): Doc fix.
16806         (net-utils-run-program, run-network-program): Define as functions.
16808 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
16810         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
16812 2008-03-11  Glenn Morris  <rgm@gnu.org>
16814         * faces.el (mode-line-emphasis): New face.
16815         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
16817         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
16819 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
16821         * simple.el (set-mark-command): Doc fix.
16823 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16825         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
16827         * emacs-lisp/autoload.el (autoload-find-destination):
16828         Don't force raw-text.
16830         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
16831         * calendar/cal-loaddefs.el: Don't version control.
16833 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
16835         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
16836         entries and add :help to the existing ones.
16838 2008-03-10  Glenn Morris  <rgm@gnu.org>
16840         * calendar/cal-hebrew.el (date, entry, number): Move declarations
16841         to where they are needed.
16843         * calendar/calendar.el (diary-file, hebrew-holidays-1)
16844         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
16845         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
16846         (calendar-version): Doc fixes.
16847         (calendar-absolute-from-gregorian): Use zerop.
16848         (calendar-mode-line-format): Make it a defcustom.
16850         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
16851         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
16852         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
16853         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
16854         (mark-included-diary-files, mark-calendar-days-named)
16855         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
16856         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
16857         (insert-monthly-diary-entry, insert-yearly-diary-entry)
16858         (insert-anniversary-diary-entry, insert-block-diary-entry)
16859         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
16860         (diary-font-lock-sexps): Doc fixes.
16861         (diary-remind-message, mark-calendar-month): Use zerop.
16862         (diary-attrtype-convert, diary-pull-attrs): Simplify.
16863         (diary-list-entries): Revert let to let* (previous change).
16865         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
16867 2008-03-10  Kim F. Storm  <storm@cua.dk>
16869         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
16870         function aliases for the old names.
16872 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
16874         * iswitchb.el (iswitchb-use-faces): Doc fix.
16875         (iswitchb-buffer-ignore, iswitchb-read-buffer):
16876         Fix typos in docstrings.
16878 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
16880         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
16881         Fix typo.
16882         (verilog-type-font-keywords): Reindent.
16884 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
16886         * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
16887         Fix bug in the grouping-keyword regular expression.
16888         (verilog-font-lock-keywords): Allow users to toggle special
16889         highlight of grouping-keywords.
16890         (verilog-highlight-grouping-keywords): The toggle for special
16891         highlighting of grouping keywords.
16893 2008-03-10  Juri Linkov  <juri@jurta.org>
16895         * startup.el: Revert 2008-02-28 change that adds initial message
16896         to *scratch* buffer regardless of the value of
16897         `inhibit-startup-screen'.
16899 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
16901         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
16902         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
16903         * progmodes/verilog-mode.el (verilog-mode):
16904         * net/socks.el (socks):
16905         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
16907 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16909         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
16910         (doc-view-bookmark-make-record): Use them.
16911         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
16912         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
16914         * bookmark.el (bookmark-make-record-function): Change expected return
16915         value to include a suggested bookmark name.
16916         (bookmark-make): Split into bookmark-make-record and bookmark-store.
16917         Fix reversed `overwrite' semantics.
16918         (bookmark-set): Call bookmark-make-record before prompting the user.
16919         Then pass the result to bookmark-store later on.
16920         (bookmark-make-name-function): Remove.
16921         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
16922         * info.el (bookmark-make-name-function): Remove.
16923         (Info-mode): Don't set it.
16924         (Info-bookmark-make-name): Remove.
16925         (Info-bookmark-make-record): Use Info-current-node as suggested default
16926         bookmark name.
16928         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
16929         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
16930         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
16931         (bookmark-annotation-buffer, bookmark-annotation-file)
16932         (bookmark-annotation-point, bookmark-send-annotation)
16933         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
16934         (bookmark-edit-annotation-text-func): Rename from
16935         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
16936         (bookmark-edit-annotation-mode-map): Move initialization into
16937         declaration.
16939         * bookmark.el: Remove spurious * in docstrings.
16940         (bookmark-minibuffer-read-name-map): New var.
16941         (bookmark-set): Use it.  Also pass the default value as it should.
16942         (bookmark-send-edited-annotation): Take no chances with text properties.
16943         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
16944         (bookmark-insert-buffer-name): Remove.
16945         (bookmark-buffer-file-name): Signal an error rather than returning nil.
16947 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
16949         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
16951 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
16953         * diff-mode.el (diff-mode-menu): Add :help.
16955 2008-03-09  Glenn Morris  <rgm@gnu.org>
16957         * calendar/calendar.el (general-holidays, oriental-holidays)
16958         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
16959         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
16960         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
16961         (calendar-holidays): Restore autoload cookies, because people are
16962         used to using these variables without loading calendar.el.
16964         * calendar/cal-islam.el (diary-islamic-date): Move to end.
16965         (date, number): Declare where needed.
16967         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
16968         (list-sexp-diary-entries): Doc fixes.
16969         (diary-list-entries): Doc fix.  Remove free variable `entry'.
16970         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
16971         Simplify setting of `date-holiday-list'.
16972         (mark-diary-entries): Remove free variable `entry'.
16973         (diary-list-entries, include-other-diary-files, fancy-diary-display):
16974         Use let where let* is not needed.
16976 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16978         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
16979         make-record function, instead paste it in afterwards.
16980         (bookmark-make-record-for-text-file):
16981         * doc-view.el (doc-view-bookmark-make-record):
16982         * info.el (Info-bookmark-make-record): Don't mess with annotations.
16984 2008-03-08  Glenn Morris  <rgm@gnu.org>
16986         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
16988 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16990         * calendar/diary-lib.el (diary-list-entries)
16991         (include-other-diary-files, mark-diary-entries)
16992         (mark-sexp-diary-entries, mark-included-diary-files)
16993         (diary-entry-time, list-sexp-diary-entries): Remove the special
16994         handling of ^M that dates back to the use of selective-display.
16995         (simple-diary-display): Obey setting of pop-up-frames.
16996         (body, entry): Remove unnecessary declarations.
16998         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
16999         (bookmark-get-annotation, bookmark-set-annotation)
17000         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
17001         (bookmark-set-position, bookmark-get-front-context-string)
17002         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
17003         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
17004         * info.el (Info-bookmark-make-record): Don't bother recording point.
17005         (bookmark-get-filename, bookmark-get-front-context-string)
17006         (bookmark-get-rear-context-string, bookmark-get-position):
17007         Don't declare any more.
17008         (bookmark-get-info-node): Remove.
17009         (bookmark-prop-get): Declare.
17010         (Info-bookmark-jump): Use it.
17012 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
17014         * subr.el (while-no-input): Don't splice BODY directly into the
17015         `or' form.
17017 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
17019         * diff-mode.el (diff-ignore-whitespace-hunk):
17020         Bind inhibit-read-only before trying to change the buffer.
17022 2008-03-08  Glenn Morris  <rgm@gnu.org>
17024         * calendar/appt.el (appt): Move custom group here from calendar.el.
17025         (appt-disp-window, appt-convert-time): Doc fixes.
17027         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
17028         (calendar-bahai-mark-date-pattern):
17029         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
17030         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
17031         * calendar/cal-julian.el (calendar-absolute-from-julian):
17032         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
17034         * calendar/cal-china.el (chinese-calendar): Move custom group here from
17035         calendar.el.
17036         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
17037         Make constants.
17038         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
17039         (chinese-calendar-daylight-savings-starts)
17040         (chinese-calendar-daylight-savings-ends)
17041         (chinese-calendar-daylight-savings-starts-time)
17042         (chinese-calendar-daylight-savings-ends-time)
17043         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
17044         Doc fixes.
17046         * calendar/cal-coptic.el (coptic-name): Add doc string.
17048         * calendar/cal-french.el (french-calendar-month-name-array)
17049         (french-calendar-day-name-array, french-calendar-special-days-array):
17050         Add doc strings.
17052         * calendar/cal-bahai.el (diary-bahai-mark-entries)
17053         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
17054         (diary-bahai-insert-yearly-entry):
17055         * calendar/cal-dst.el (calendar-next-time-zone-transition)
17056         (calendar-time-zone):
17057         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
17058         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
17059         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
17060         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
17061         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
17062         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
17063         (list-islamic-diary-entries, mark-islamic-diary-entries)
17064         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
17065         (insert-yearly-islamic-diary-entry):
17066         * calendar/cal-iso.el (calendar-iso-read-args):
17067         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
17068         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
17069         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
17070         (calendar-next-calendar-round-date)
17071         (calendar-mayan-long-count-common-era):
17072         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
17073         (cal-menu-x-popup-menu, calendar-mouse-holidays)
17074         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
17075         (calendar-mouse-goto-date):
17076         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
17077         * calendar/holidays.el (holidays):
17078         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
17079         * calendar/time-date.el (date-to-time, time-subtract, time-add)
17080         (safe-date-to-time): Doc fixes.
17082         * calendar/cal-persia.el (persian-calendar-month-name-array)
17083         (persian-calendar-epoch): Make constants.
17085         * calendar/cal-tex.el (calendar-tex): Move custom group here from
17086         calendar.el.
17088         * calendar/cal-x.el (diary-frame-parameters)
17089         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
17090         (calendar-after-frame-setup-hooks): Make defcustoms.
17091         (calendar-one-frame-setup, calendar-only-one-frame-setup)
17092         (calendar-two-frame-setup): Doc fix.
17094         * calendar/cal-loaddefs.el: New file.
17096         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
17097         * calendar/cal-french.el, calendar/cal-html.el:
17098         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
17099         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
17100         * calendar/cal-tex.el, calendar/cal-x.el:
17101         Unquote lambda functions.  Add autoload cookies to functions formerly
17102         autoloaded in calendar.el.  Set `generated-autoload-file' to
17103         "cal-loaddefs.el".
17105         * calendar/calendar.el: Move many autoloads to separate file,
17106         cal-loaddefs.el.  Move defcustoms to start and re-order.
17107         (calendar-month-name-array, calendar-starred-day): No need to
17108         declare for compiler.
17109         (cal-loaddefs): Require it.
17110         (appt, chinese-calendar, calendar-tex): Move custom groups to the
17111         appropriate file.
17112         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
17113         Reverse logic.
17114         (diary-face, diary-file-name-prefix-function, diary-include-string)
17115         (diary-glob-file-regexp-prefix, diary-face-attrs)
17116         (diary-file-name-prefix, sexp-diary-entry-symbol)
17117         (print-diary-entries-hook, list-diary-entries-hook)
17118         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
17119         (nongregorian-diary-marking-hook, diary-list-include-blanks):
17120         Move to diary-lib.
17121         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
17122         (all-bahai-calendar-holidays): Doc fix.
17123         (calendar-insert-indented): Doc fix.  Use when rather than if.
17124         (exit-calendar): Use mapc rather than mapcar.
17125         (calendar-cursor-to-date): Use zerop.
17126         (calendar-mark-ring): Add doc-string.
17127         (calendar-starred-day): Defvar it.
17128         (calendar-mode): Make calendar-starred-day local.
17129         (calendar-star-date): No need to make calendar-starred-day local.
17131         * calendar/diary-lib.el: Move defcustoms to start.
17132         (diary-include-string, diary-list-include-blanks)
17133         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
17134         (diary-file-name-prefix, diary-file-name-prefix-function)
17135         (sexp-diary-entry-symbol, list-diary-entries-hook)
17136         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
17137         (nongregorian-diary-marking-hook, print-diary-entries-hook):
17138         Move here from calendar.el.
17139         (diary-file-name-prefix-function): Use 'identity.
17140         (diary-face): Make it a defcustom, and mark as obsolete.
17141         (top-level): No need to require cal-hebrew, cal-islam when compiling.
17142         (calendar-hebrew-month-name-array-leap-year)
17143         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
17144         Define for compiler.
17145         (diary-font-lock-keywords): Use format rather than concat.
17146         Add bahai-diary-entry-symbol.
17148         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
17149         * calendar/solar.el: Unquote lambda functions.
17151         * calendar/solar.el (calendar-location-name, calendar-latitude)
17152         (calendar-longitude, solar-setup, solar-sin-degrees)
17153         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
17154         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
17155         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
17156         (solar-exact-local-noon, solar-julian-ut-centuries)
17157         (solar-ephemeris-time, solar-date-next-longitude)
17158         (solar-horizontal-coordinates, solar-equatorial-coordinates)
17159         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
17160         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
17161         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
17162         Doc fixes.
17163         (solar-horizontal-coordinates, solar-equatorial-coordinates)
17164         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
17165         (solar-ecliptic-coordinates): Use unless.
17166         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
17167         Use or.
17169         * calendar/timeclock.el: Add doc-strings to all functions.
17170         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
17171         (timeclock-entry-list-length, timeclock-entry-list-projects)
17172         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
17174         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
17176         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
17177         (org-get-entries-from-diary): Require diary-lib.
17179 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
17181         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
17182         Pacify byte-compiler.
17184 2008-03-07  Alan Mackenzie  <acm@muc.de>
17186         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
17187         paren/bracket pairs parsed, to solve performance problem.
17189 2008-03-07  Bastien Guerry  <bzg@altern.org>
17191         * bookmark.el (bookmark-set): Don't check for
17192         `bookmark-make-name-function' since `bookmark-buffer-file-name'
17193         already takes care of this.
17194         (bookmark-buffer-name, bookmark-buffer-file-name):
17195         Remove Info-mode specific code.
17197         * info.el (bookmark-get-info-node): Define this function in
17198         info.el, not in bookmark.el.
17199         (Info-mode): Set `bookmark-make-name-function' to
17200         `Info-bookmark-make-name' locally.
17201         (Info-bookmark-make-name): New function.
17203         * bookmark.el (bookmark-make-name-function): New variable.
17205 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
17207         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
17208         buffer-local, not `bookmark-make-cell-function' (the old name).
17210 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
17212         * doc-view.el (doc-view-bookmark-make-record):
17213         * image-mode.el (image-bookmark-make-record):
17214         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
17216 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
17218         * vc.el (vc-status-menu-map-filter): Return orig-binding if
17219         boundp 'vc-ignore-menu-filter.
17220         (vc-status-tool-bar-map): Make it defvar.
17221         (vc-status-mode): vc-status-tool-bar-map now variable.
17222         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
17224 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
17226         Give a better name to part of the bookmark interface.
17228         This was originally a much larger change, but halfway through I
17229         updated and discovered that Stefan Monnier had done the rest.
17230         It looks like he anticipated the new name too, because he used
17231         `the-record' instead of `the-cell' for some internal variable names.
17233         * bookmark.el (bookmark-make-record-function): Was
17234         `bookmark-make-cell-function'.
17235         (bookmark-make, bookmark-send-annotation): Update for above.
17236         (bookmark-make-record-for-text-file):
17237         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
17239         * info.el: Adjust accordingly.
17240         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
17242         * image-mode.el: Adjust accordingly.
17243         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
17245         * doc-view.el: Adjust accordingly.
17246         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
17248 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17250         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
17251         Move initialization into declaration.
17252         (bookmark-get-info-node, bookmark-set-info-node): Remove.
17253         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
17254         (bookmark-info-current-node): Remove.
17255         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
17256         Add relocation fallback.  Set bookmark-current-bookmark.
17257         (bookmark-default-handler): Rename from bookmark-jump-noselect.
17258         Remove relocation fallback.  Don't set bookmark-current-bookmark.
17259         (bookmark-set): Let it be used even if there's no buffer-file-name
17260         as long as there is a bookmark-make-cell-function.
17261         * info.el (Info-bookmark-jump): Remove relocation fallback.
17262         Don't set bookmark-current-bookmark.
17264 2008-03-07  Glenn Morris  <rgm@gnu.org>
17266         * calendar/appt.el (appt-issue-message)
17267         (appt-message-warning-time, appt-audible, appt-visible)
17268         (appt-msg-window, appt-display-mode-line, appt-display-duration)
17269         (appt-display-diary): Remove autoload cookies.
17271         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
17272         Remove leading `*' from defcustom doc-strings.
17274         * calendar/cal-dst.el (calendar-dst): New custom group.
17275         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
17276         (calendar-time-zone, calendar-daylight-time-offset)
17277         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
17278         (calendar-daylight-savings-starts-time)
17279         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
17280         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
17281         Move to start.
17283         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
17285         * calendar/calendar.el (calendar-version): Use emacs-version and
17286         make it obsolete.  Move to end.
17287         (calendar-offset, view-diary-entries-initially)
17288         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
17289         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
17290         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
17291         (all-bahai-calendar-holidays, calendar-load-hook)
17292         (initial-calendar-window-hook, today-visible-calendar-hook)
17293         (today-invisible-calendar-hook, calendar-move-hook)
17294         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
17295         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
17296         (diary-include-string, sexp-diary-entry-symbol)
17297         (abbreviated-calendar-year, american-date-diary-pattern)
17298         (european-date-diary-pattern, european-calendar-display-form)
17299         (american-calendar-display-form, print-diary-entries-hook)
17300         (list-diary-entries-hook, diary-hook, diary-display-hook)
17301         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
17302         (nongregorian-diary-marking-hook, diary-list-include-blanks)
17303         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
17304         (local-holidays, other-holidays, hebrew-holidays-1)
17305         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
17306         (hebrew-holidays, christian-holidays, islamic-holidays)
17307         (bahai-holidays, solar-holidays, calendar-setup)
17308         (calendar-week-start-day): Remove autoload cookies.
17309         (diary-glob-file-regexp-prefix): Doc fix.
17310         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
17311         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
17312         (calendar-week-start-day, calendar-debug-sexp): Move to start.
17314         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
17315         (calendar-time-display-form, calendar-latitude)
17316         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
17317         cookies.
17318         (calendar-latitude, calendar-longitude): Move functions after
17319         variables.
17320         (diary-sabbath-candles-minutes): Move to start.
17321         (solar-setup): Use or rather than if.
17322         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
17323         Remove condition-case.
17324         (solar-atn2): Use zerop.
17325         (solar-equinoxes-solstices): Doc fix.
17327         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
17328         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
17330         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
17331         (calendar-longitude, calendar-latitude, calendar-location-name):
17332         Declare for compiler.
17334 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17336         * arc-mode.el (archive-ar-file-header-re): New const.
17337         (archive-ar-summarize, archive-ar-extract): New funs.
17338         (archive-find-type): Recognize ar archives.
17340         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
17341         New functions.
17343         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
17345 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
17347         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17348         Replace :enable (mark-active) with :enable mark-active.
17350 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
17352         * vms-patch.el (make-legal-file-name): New obsolete alias.
17353         (make-valid-file-name): Rename from `make-legal-file-name'.
17354         (make-auto-save-file-name): Use it.
17356         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
17357         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
17358         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
17360         * textmodes/org.el (org-export-html-style): Doc fix.
17361         (org-get-legal-level): New obsolete alias.
17362         (org-get-valid-level): Rename from `org-get-legal-level'.
17363         (org-promote, org-demote, org-archive-subtree)
17364         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
17366 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
17368         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
17370         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
17371         (vc-status-toggle-mark): New functions.
17372         (vc-status-mode): Set tool bar map.
17374 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
17376         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
17377         Reported by Drew Adams <drew.adams@oracle.com>.
17379 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
17381         * subr.el (read-quoted-char): Resolve modifiers of the character
17382         event.
17384         * comint.el (comint-exec-1): Don't change the coding-system for
17385         decoding to dos-like EOL.
17386         (comint-carriage-motion): Fully rewrite.
17388 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
17390         * epg.el (epg-context-include-certs): Reflow docstring.
17391         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
17392         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
17393         (epg-context-set-signers, epg-context-set-sig-notations)
17394         (epg-make-import-status, epg-make-import-result)
17395         (epg-start-delete-keys): Fix typos in docstrings.
17396         (epg-start-sign-keys, epg-sign-keys):
17397         Fix typos in obsolescence declarations.
17399         * iswitchb.el: Don't check for `cadr' and `last'.
17400         (iswitchb-define-mode-map, iswitchb-default-keybindings):
17401         Add obsolescence declaration and remove redundant info from docstring.
17402         (iswitchb-set-common-completion, iswitchb-set-matches)
17403         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
17404         (recentf-list, most-len, most-is-exact):
17405         Don't wrap defvars within `eval-when-compile'.
17407 2008-03-05  Glenn Morris  <rgm@gnu.org>
17409         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
17410         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
17411         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
17412         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
17413         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
17415         * ediff-hook.el (ediff-window-setup-function): Don't autoload
17416         declaration for compiler.
17417         (ediff-xemacs-init-menus): Use when rather than if.
17419         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
17420         if+and to just and.
17421         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
17422         (ediff-delete-overlay): Move the XEmacs test inside the definition.
17424         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
17426         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
17427         test inside XEmacs test.
17428         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
17429         since it was doing nothing on Emacs.
17430         (ediff-make-bullet-proof-overlay): Use when rather than if.
17432         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
17433         (ediff-setup-control-frame): Remove
17434         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
17435         a (featurep 'xemacs) test.
17437 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
17439         * calc/calc-ext.el (calc-extended-command-history): New variable.
17440         (calc-execute-extended-command): Use `calc-extended-command-history'.
17442 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
17444         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
17445         (standard-mode-line-position): Add mouse-face.
17447         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
17448         * progmodes/grep.el (grep-mode-map): Add :help.
17450         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
17451         initialize in one step.  Add :help.  Use :enable to activate menu
17452         items.  Show the key binding for edebug-defun.
17453         (lisp-interaction-mode-map): Add a menu.
17455         * term.el (term-mode-map): Define and initialize in one step.
17457         * ediff-init.el (ediff-color-display-p): Simplify.
17458         (Xor): Remove unused function.
17459         (ediff-with-syntax-table): Simplify for Emacs.
17461         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
17462         menu-bar being loaded, it always is.
17464 2008-03-05  Glenn Morris  <rgm@gnu.org>
17466         * textmodes/tex-mode.el (tex-mode): Suppress warning about
17467         multiple definitions when compiling.
17469 2008-03-04  Alan Mackenzie  <acm@muc.de>
17471         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
17473         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
17474         doc-string, "c-old-LEN" -> "c-old-END".
17476 2008-03-04  Jason Rumney  <jasonr@gnu.org>
17478         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
17479         namespaces.
17481 2008-03-04  Glenn Morris  <rgm@gnu.org>
17483         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
17485         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
17486         than mapcar.
17488 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17490         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
17491         (byte-compile-nilconstp): Can't use recursion in a defsubst.
17493         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
17494         so that M-q can fill comments.
17495         (tex-executable-exists-p, tex-compile): Extend with special syntax for
17496         commands implemented in elisp.
17497         (tex-compile-commands): Add an entry to use doc-view for pdf files.
17498         (tex-format-cmd): New function.
17499         (tex-compile): Use it to let the user specify default arguments.
17500         (tex-cmd-bibtex-args): New var.
17501         (tex-cmd-doc-view): New function.
17503 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
17505         * faces.el (face-spec-set): Fix typos in docstring.
17507 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
17509         * bindings.el (mode-line-column-line-number-mode-map): New variable.
17510         (standard-mode-line-position): Use it to add a menu for toggling
17511         column number and line number display.
17513 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17515         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17516         Remove optimization that was working around the form-code-walker bug.
17518         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17519         Walk into the body of lambdas after byte-compile-unfold-lambda.
17521 2008-03-03  Glenn Morris  <rgm@gnu.org>
17523         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
17524         value, if set, over frame value.
17526         * simple.el (transient-mark-mode): Don't turn on by default.
17528         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
17529         accidentally removed by the 2007-12-05 merge from Gnus.
17531 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
17533         * progmodes/compile.el (compilation-menu-map): Add menu entries
17534         for useful options.
17536 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
17537             Glenn Morris  <rgm@gnu.org>
17539         * emacs-lisp/bytecomp.el (byte-recompile-directory)
17540         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
17541         Give a `bytecomp-' prefix to local variables with common names.
17543 2008-03-01  Glenn Morris  <rgm@gnu.org>
17545         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17546         Restore code commented out 2007-11-10.
17548         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
17550         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
17551         Delete macro.
17552         * emulation/viper-cmd.el, emulation/viper-ex.el:
17553         * emulation/viper-init.el, emulation/viper-keym.el:
17554         * emulation/viper-mous.el, emulation/viper-util.el:
17555         * emulation/viper.el:
17556         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
17557         featurep test.
17559         Replace obsolete frame-local variables with frame-parameters.
17560         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
17561         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
17562         (viper-vi-state-cursor-color): Only call make-variable-frame-local
17563         on XEmacs.
17564         * emulation/viper-util.el (viper-frame-value): New macro.
17565         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
17566         (viper-R-state-post-command-sentinel)
17567         (viper-replace-state-post-command-sentinel)
17568         (viper-change-state-to-insert, viper-change-state-to-emacs):
17569         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
17570         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
17571         (viper-get-saved-cursor-color-in-insert-mode)
17572         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
17573         Use viper-frame-value for viper-replace-overlay-cursor-color,
17574         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
17575         viper-vi-state-cursor-color values.
17577         * emulation/viper-cmd.el (zmacs-region-stays):
17578         * emulation/viper-util.el (zmacs-region-stays): No need to define
17579         for compiler.
17581         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
17582         mapcar on Emacs.
17584         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
17585         on XEmacs.
17587         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
17588         rather than if.
17590 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17592         * whitespace.el: New version 9.3.  As the glyph code generation was
17593         fixed, it is possible now to use character code above ?\x1FFFF in the
17594         display table.  Fix `whitespace-indentation-regexp' to not include an
17595         extra ending character.  Reported by Michael Welsh Duggan
17596         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
17597         the original whitespace package had.  Suggested by Eric Cooper
17598         <ecc@cmu.edu>.  Doc fix.
17599         (whitespace-action): New option.
17600         (whitespace-display-mappings): Changed default newline visualization to
17601         display downwards arrow, as the glyph code generation was fixed.
17602         (whitespace-unload-function): Assure that all local whitespace mode is
17603         turned off.
17604         (whitespace-global-modes): Fix type customization.
17605         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
17606         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
17607         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
17608         Fix code.
17609         (whitespace-buffer): Command removed.
17610         (whitespace-trailing-regexp, whitespace-mark-x)
17611         (whitespace-display-window, whitespace-action-when-on)
17612         (whitespace-add-local-hook, whitespace-remove-local-hook)
17613         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
17614         (whitespace-action): New funs.
17615         (whitespace-report-list, whitespace-report-text)
17616         (whitespace-report-buffer-name): New consts.
17617         (whitespace-report, whitespace-report-region): New commands.
17619 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
17621         * disp-table.el (make-glyph-code): Don't test the result of
17622         `face-id', which already signals an error for invalid faces.
17623         (glyph-face): Simplify.
17625         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
17626         running `desktop-not-loaded-hook' to allow modifying it.
17627         Don't show warning message if `desktop-dirname' was modified.
17629 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17631         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
17632         we still expect more lines.
17634         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
17635         comment-paragraph filling if the commark doesn't match
17636         comment-start-skip.
17638 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
17640         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
17641         the `imap' variant.
17643 2008-03-01  Jason Rumney  <jasonr@gnu.org>
17645         * files.el (make-auto-save-file-name): Encode more characters in
17646         non-file buffer names.  Use url-encoding.
17648 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
17650         * net/net-utils.el (ftp-program): Fix typo in docstring.
17651         (ifconfig-program-options, netstat-program-options)
17652         (arp-program-options, route-program-options, nslookup-program-options)
17653         (ftp-program-options, smbclient-program-options)
17654         (dns-lookup-program-options, arp, route): Doc fixes.
17656         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
17657         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
17658         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
17659         Fix typos in docstrings.
17660         (gdb-pending-triggers): Reflow docstring.
17661         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
17663 2008-03-01  Alan Mackenzie  <acm@muc.de>
17665         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
17666         typing "#" at EOB.
17668 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
17670         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
17672 2008-02-29  Kim F. Storm  <storm@cua.dk>
17674         * emulation/cua-base.el (cua-remap-control-v)
17675         (cua-remap-control-z): New defcustoms.
17676         (cua-mode): Add them to set-after property.
17677         (cua--init-keymaps): Use them.
17678         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
17680         * help.el (view-emacs-todo): Rename from view-todo.
17681         (describe-gnu-project): Rename from describe-project.  Users changed.
17682         (view-help-file): New helper function.
17683         (describe-distribution, describe-copying, describe-gnu-project)
17684         (view-todo, view-order-manuals, view-emacs-problems): Use it.
17685         (view-emacs-debugging, view-external-packages): New commands.
17686         (help-map): Move describe-distribution to C-h C-o (ordering).
17687         Move view-emacs-problems to C-h C-p (problems).
17688         Bind view-emacs-debugging to C-h C-d (debugging).
17689         Bind view-external-packages to C-h C-e (extras).
17690         (help-for-help-internal): Cleanup and align descriptions.
17691         Remove command names to reduce clutter.
17693 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
17695         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
17696         and quieter face (not a warning).
17698 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
17700         * vc.el (vc-status-crt-marked): New variable.
17701         (vc-status-mode): Make it local.
17702         (vc-status-refresh): Use it to save the marked files.
17703         (vc-update-vc-status-buffer): Use it to restore the marked files.
17705         * vc-svn.el (vc-svn-after-dir-status):
17706         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
17708 2008-02-29  Glenn Morris  <rgm@gnu.org>
17710         * allout.el (allout-topic-encryption-bullet)
17711         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
17712         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
17713         from 22.0 to 22.1.
17715         * net/imap.el (imap-ping-server):
17716         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
17717         Change defcustom :version from 23.0 to 23.1.
17719 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
17721         * desktop.el (desktop-save): Save the buffer name if the
17722         uniquified base name is empty.
17724 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
17726         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
17727         correctly when user has "set print address off".
17729 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
17731         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
17732         version number of the next major Emacs release, not 23.0.
17734         * longlines.el (longlines-unload-function): New function.
17736 2008-02-28  Juri Linkov  <juri@jurta.org>
17738         * startup.el (normal-splash-screen): Add argument `concise'.
17739         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
17740         to the created buffer.  If `concise' is non-nil, call
17741         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
17742         (display-startup-screen): Add argument `concise' to the call to
17743         `normal-splash-screen'.
17745 2008-02-28  Kim F. Storm  <storm@cua.dk>
17747         * startup.el (startup-echo-area-message): Check for about-emacs.
17749 2008-02-28  Juri Linkov  <juri@jurta.org>
17751         * startup.el: Always add initial message to *scratch* buffer if
17752         `initial-scratch-message' is non-nil regardless of the value of
17753         `inhibit-startup-screen'.
17754         (inhibit-startup-screen, initial-scratch-message): Doc fix.
17755         (command-line-1): Move code that inserts `initial-scratch-message'
17756         up before the if-form that checks for `inhibit-startup-screen'.
17757         Suggested by Jonathan Rockway <jon@jrock.us>.
17759 2008-02-28  Juri Linkov  <juri@jurta.org>
17761         * cus-edit.el (custom-mode-map, custom-mode-link-map):
17762         Rename `custom-mode' to `Custom-mode' in docstrings.
17763         (custom-buffer-create-internal, customize-browse):
17764         Rename `custom-mode' to `Custom-mode'.
17765         (custom-mode-hook): Rename to `Custom-mode-hook'.
17766         (Custom-mode-hook): Renamed from `custom-mode-hook'.
17767         (custom-mode): Rename to `Custom-mode'.
17768         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
17769         (custom-mode): Add backward-compatible non-interactive variant of
17770         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
17771         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
17773         * info-look.el: Rename `custom-mode' to `Custom-mode'.
17775         * emulation/viper.el (viper-emacs-state-mode-list):
17776         Rename `custom-mode' to `Custom-mode'.
17778         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
17779         Capitalize "Tagged Files".
17780         (minibuffer-local-map): Add menu items for next/previous
17781         history elements and isearch history forward/backward.
17783         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
17784         `hs-isearch-open' with t instead of `comment' in :selected
17785         for "Code and Comment blocks" menu item.
17787 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17789         * uniquify.el (uniquify-buffer-base-name): Undo last change.
17790         Should be done in desktop.el instead.
17792 2008-02-28  Glenn Morris  <rgm@gnu.org>
17794         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
17796         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
17798         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
17799         (Info-menu, Info-goto-node): Remove declarations.
17800         (report-emacs-bug-info): Use info rather than Info-goto-node.
17802         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
17803         (idlwave-convert-xml-system-routine-info): Don't require xml.
17804         (idlwave-show-commentary, idlwave-shell-show-commentary):
17805         Don't require finder.
17806         (idlwave-info): Don't require info.  Use info rather than
17807         Info-goto-node.
17809         * textmodes/org.el (Info-goto-node): Remove declaration.
17810         (org-info): Use info rather than Info-goto-node.
17812         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
17813         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
17815 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
17817         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
17818         the menu.
17820         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
17821         (vc-finish-logentry): Check for vc-status-mode, not only for
17822         vc-dired-mode.
17824 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
17826         * isearch.el (isearch-printing-char): Don't check
17827         keyboard-coding-system.
17828         Call isearch-process-search-multibyte-characters only when
17829         current-input-method is non-nil.
17831 2008-02-27  Kim F. Storm  <storm@cua.dk>
17833         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
17834         (glyph-char, glyph-face): Handle cons encoding.
17836 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
17838         * uniquify.el (uniquify-buffer-base-name): If the base name is an
17839         empty string, return nil to allow the caller to default to the
17840         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
17842         * tool-bar.el (tool-bar-setup): Doc fix.
17844         * mail/supercite.el (sc-describe):
17845         Fix typos in obsolescence declaration.
17847 2008-02-27  Glenn Morris  <rgm@gnu.org>
17849         * autoinsert.el (auto-insert-alist): Change permission text to
17850         match FSF's GPLv3 form.
17852         * mail/supercite.el (sc-cite-original): Doc fix.
17853         (sc-version): Make obsolete.
17854         (sc-describe): Show the SC info page.  Make obsolete.
17856 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17858         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
17859         when using transient-mark-mode.
17860         (default-indicate-unused-lines): Remove unused var.
17862 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
17864         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
17865         and previous.
17867         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
17869 2008-02-26  Glenn Morris  <rgm@gnu.org>
17871         * net/net-utils.el (top-level): Don't require comint when compiling.
17872         (nslookup-font-lock-keywords): Don't require font-lock.
17873         Use font-lock faces rather than variables.
17874         (nslookup, ftp, smbclient, network-service-connection):
17875         Don't require comint.
17876         (comint-prompt-regexp, comint-input-autoexpand)
17877         (comint-input-ring): Declare for compiler.
17878         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
17879         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
17881         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
17882         doc-string.
17884 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17886         * doc-view.el (doc-view-current-page): Add a `win' argument.
17888 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17890         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
17891         Demote it to plain defvar.
17892         (doc-view-conversion-refresh-interval): Reduce interval.
17893         (doc-view-goto-page): Allow moving to pages not yet rendered.
17894         (doc-view-goto-page): Construct a file name rather than extracting it
17895         from doc-view-current-files.
17896         (doc-view-kill-proc): Ignore errors from kill-process.
17897         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
17898         (doc-view-insert-image): Use appropriate text if the page hasn't been
17899         rendered yet.  Adjust scrolling so the text is displayed.
17900         (doc-view-display): Detect not just that a page is available, but also
17901         that it wasn't available before, so as to avoid refreshing all pages
17902         repeatedly.
17903         (doc-view-mode): Make doc-view-cache-directory if needed.
17905 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17907         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
17908         toggle-read-only.
17910         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
17911         refering to a missing required field with the OPT prefix.
17912         Make unwindform more robust.
17914         * textmodes/bibtex.el: Remove support for hideshow minor mode as
17915         it duplicates the bibtex support in progmodes/hideshow.el.
17916         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
17917         entries that do not start at the beginning of a line.
17919 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
17921         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
17923 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
17925         * help-fns.el (describe-variable): Add phrases about
17926         initialization file with and without customization;
17927         use new button type help-info-variable.
17929         * help-mode.el (help-info-variable):
17930         New button able to read Info files for help-fns.el.
17932 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
17934         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
17935         (grep-mode): Use grep-mode-tool-bar-map.
17937         * progmodes/compile.el (tool-bar): Require tool-bar.
17938         (compilation-mode-tool-bar-map): New variable.
17939         (compilation-mode): Use compilation-mode-tool-bar-map.
17941         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
17943 2008-02-25  Glenn Morris  <rgm@gnu.org>
17945         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
17947 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17949         * diff-mode.el (diff-file-junk-re): New const.
17950         (diff-beginning-of-file-and-junk): Use it.
17951         (diff-file-kill): Make sure we were really inside a file diff.
17953         * diff-mode.el: Make it more robust in the presence of empty context
17954         lines in unified hunks.
17955         (diff-valid-unified-empty-line): New var.
17956         (diff-unified->context, diff-sanity-check-hunk): Obey it.
17957         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
17958         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
17959         (diff-hunk-header-re-unified): New const.
17960         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
17961         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
17962         (diff-sanity-check-hunk): Use it.
17964         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
17965         Index: line, don't search backward for the previous one.
17967 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
17969         * international/fontset.el (setup-default-fontset): Add non-OTF
17970         lao font for lao script.
17972         * language/tibetan.el: Register tibetan-composition-function in
17973         composition-function-table.
17975         * language/tibet-util.el (tibetan-composition-function):
17976         Adjust for the new calling way (argument changed).  Try font-shape-text
17977         if possible.
17979         * language/lao.el: Register lao-composition-function in
17980         composition-function-table.
17982         * language/lao-util.el (lao-composition-function): Adjust for the new
17983         calling way (argument changed).  Try font-shape-text if possible.
17985 2008-02-25  Jason Rumney  <jasonr@gnu.org>
17987         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
17989 2008-02-25  Juri Linkov  <juri@jurta.org>
17991         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
17992         background, "red4" for a dark background, "red" for 16 and
17993         8 colors, "grey" for grayscale, and inverse video otherwise.
17994         Add :version tag.
17995         (isearch-message): Keep the original isearch-message intact, and
17996         add text properties to it where necessary.  Add `isearch-error' to
17997         the condition that checks if isearch is unsuccessful.
17999 2008-02-24  Juri Linkov  <juri@jurta.org>
18001         * progmodes/compile.el (compilation-handle-exit):
18002         Use compilation-error face instead of font-lock-warning-face.
18003         Display the same message in the minibuffer as is inserted
18004         at the end of the compilation buffer.
18006 2008-02-24  Glenn Morris  <rgm@gnu.org>
18008         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
18009         multiple file case.
18011         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
18013         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
18014         multiple file case.  Use a single `let' rather than two.
18016 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
18018         * progmodes/compile.el (compilation-start): Specify a face for
18019         mode-line-process.
18020         (compilation-handle-exit): Specify a face and a tooltip for
18021         mode-line-process.
18023 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18025         * hilit-chg.el: Remove spurious * in defcustom docstrings.
18026         (hilit-chg-make-ov): Simplify.
18027         (hilit-chg-fixup): Use remove-overlays.
18028         (hilit-chg-set-face-on-change): Remove redundant call to
18029         `remove-text-properties'.
18031         * dired.el (dired-mark-prompt): Don't count/display the t element.
18032         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
18034 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
18036         * progmodes/verilog-mode.el (eval-when-compile): Don't define
18037         add-submenu.
18038         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
18039         Remove.  Move contents to the only use ...
18040         (verilog-menu): ... here.
18041         (verilog-statement-menu): Remove.  Move contents to the only use ...
18042         (verilog-stmt-menu): ... here.
18043         (verilog-mark-defun): Simply call mark-defun for emacs.
18044         (occur-pos-list): Declare for byte compiler.
18045         (mode-popup-menu): Don't defvar.
18046         (verilog-add-statement-menu): Remove.
18047         (verilog-mode-hook): Don't add verilog-add-statement-menu.
18048         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
18050 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
18052         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
18053         conditional.
18054         (verilog-font-grouping-keywords-face): Make the begin..end
18055         keywords standout more than other verilog keywords.
18056         (verilog-type-font-keywords): Move the begin..end out of this list
18057         to facilitate making them to (potentially) stand out more.
18058         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
18059         function & task blocks.
18060         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
18061         initial, function & task blocks.
18062         (verilog-forward-sexp): Handle the new "disable fork" statement of
18063         IEEE-1800 Verilog.
18064         (verilog-beg-block-re-ordered): Handle the new "disable fork"
18065         statement of IEEE-1800 Verilog.
18066         (verilog-calc-1): Handle the new "disable fork" statement of
18067         IEEE-1800 Verilog.
18068         (verilog-disable-fork-re): Add const to help handle the new
18069         "disable fork" statement of IEEE-1800 Verilog.
18070         (verilog-declaration-core-re): Add port directions by themselves,
18071         with no qualification, as base item of a declaration.
18072         (verilog-pretty-declarations): Add new flag to ask it to refrain
18073         from printing to the message buffer.
18074         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
18075         printing to the message buffer.  Improve handling of the many
18076         types of expression line up.
18077         (verilog-just-one-space): Remove printing of an empty message.
18078         (verilog-get-lineup-indent): Rework to support the better handling
18079         of expression lineup for verilog-pretty-expr.
18080         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
18082 2008-02-24  Alan Mackenzie  <acm@muc.de>
18084         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
18085         yesterday's commit.
18087 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
18089         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
18090         to mouse-set-point in buffers that aren't associated with files.
18092         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
18094 2008-02-24  Alan Mackenzie  <acm@muc.de>
18096         Set of changes so that "obtrusive" syntactic elements in a
18097         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
18098         unmatched paren) don't interact syntactically with stuff outside
18099         the CPP line.
18101         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
18102         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
18103         off-by-one bug.
18104         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
18105         a bit of refactoring.
18106         (c-awk-extend-and-syntax-tablify-region): Takes some of the
18107         functionality of c-awk-advise-fl-for-awk-region, which has been
18108         refactored away.
18110         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
18111         (c-clear-char-property-with-value): New function and macro which
18112         remove text-properties `equal' to a supplied value.
18114         * progmodes/cc-engine.el: Comment about text properties amended.
18116         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
18117         parens around "error\\|warning".
18119         * progmodes/cc-langs.el (c-get-state-before-change-function)
18120         (c-before-font-lock-function, c-anchored-cpp-prefix):
18121         New language variables.
18122         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
18124         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
18125         syntax-table text properties.
18126         (c-common-init): Call language specific before/after-change
18127         functions at mode initialisation.
18128         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
18129         (c-extend-region-for-CPP, c-neutralize-CPP-line)
18130         (c-neutralize-syntax-in-CPP): New functions.
18131         (c-before-change, c-after-change): Call the new language specific
18132         change functions defined in cc-langs.el.
18133         (c-advise-fl-for-region): New macro.
18134         (awk-mode): Remove AWK specific stuff which has been refactored
18135         into language independent stuff.
18137 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
18139         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
18140         (gdb): (Re)set gdb-flush-pending-output to nil here...
18141         (gdb-init-1): ...instead of here (before gdb-prompt).
18143 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18145         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
18146         Recognize ''' just like any other char-constant.
18148 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18150         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
18151         careful enough.  Detect the uid-change all within the main loop.
18153 2008-02-24  Stefan Monnier  <monnier@pastel.home>
18155         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
18157 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18159         * hilit-chg.el (highlight-save-buffer-state): New macro.
18160         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
18161         (hilit-chg-clear): Use it to preserve the modified-p flag.
18162         (highlight-changes-rotate-faces): Don't mess with the undo-list.
18164 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18166         * font-lock.el (font-lock-set-defaults): Unset previously set variables
18167         when needed.
18169 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
18171         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
18172         from gnus-button-url-regexp.
18174 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
18176         * progmodes/compile.el (compilation-next-error): Doc fix.
18177         (compilation-find-file): Doc fix.
18179 2008-02-24  Glenn Morris  <rgm@gnu.org>
18181         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
18182         Add obsolete aliases to the old names.
18184 2008-02-24  Richard Stallman  <rms@gnu.org>
18186         * net/net-utils.el (ifconfig): Rename from ipconfig.
18187         (ipconfig): Alias to ifconfig.
18188         (ifconfig-program): Rename from ipconfig-program.
18189         (ifconfig-program-options): Rename from ipconfig-program-options.
18191 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
18193         * progmodes/verilog-mode.el (verilog-declaration-core-re):
18194         Add port directions by themselves, with no qualification, as base
18195         item of a declaration.
18196         (verilog-pretty-declarations): Add new flag that inhibits printing
18197         to the message buffer.
18198         (verilog-pretty-expr): Add new flag that inhibits printing to the
18199         message buffer.  Improve handling of the many types of expression
18200         line up.
18201         (verilog-just-one-space): Don't print an empty message.
18202         (verilog-get-lineup-indent): Rework to support the better handling
18203         of expression lineup for verilog-pretty-expr.
18204         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
18205         (verilog-mode-version, verilog-mode-release-date): Update.
18207 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18209         * subr.el (cancel-change-group): Don't move point.
18211 2008-02-23  Markus Triska  <markus.triska@gmx.at>
18213         * linum.el (linum-after-config): Update all visible windows.
18215 2008-02-23  Glenn Morris  <rgm@gnu.org>
18217         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
18218         Add :help for Solitaire and Tetris.
18220         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
18222         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
18223         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
18224         (smtpmail-queue-index-file): Make it a defcustom.
18225         (smtpmail-queue-index): Delete.
18226         (smtpmail-send-it, smtpmail-send-queued-mail):
18227         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
18228         smtpmail-queue-index.
18230         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
18231         Add :version.
18233 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
18235         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
18236         New variables.
18237         (iwconfig): New function.
18239 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
18241         * vc.el (vc-find-revision): Make vc-parent-buffer local before
18242         setting it.
18243         (vc-status-menu-map): Do not define using easy-menu.
18244         (vc-status-menu-map): New defalias.
18245         (vc-status-mode-map): Hook up the menu.
18246         (top-level): Update TODO.
18248         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
18250         * vc-bzr.el (vc-bzr-init-version): Rename to ...
18251         (vc-bzr-init-revision): ... this.
18253 2008-02-23  Jason Rumney  <jasonr@gnu.org>
18255         * makefile.w32-in (WINS_ALMOST): Remove term.
18256         (WINS): Add term here.
18257         (custom-deps, finder-data): Use WINS_ALMOST.
18259 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
18261         * faces.el (font-weight-table): Fix value of `semi-light'.
18263 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18265         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
18266         Make those tables bijective.
18268 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
18270         Finish pdbtrack integration cleanup, settling missing-functions
18271         byte compiler warnings appropriately.
18273         * progmodes/python.el (python-point): Remove this - beginning-of-line
18274         was all that was necessary for `python-pdbtrack-overlay-arrow'.
18275         (python-end-of-def-or-class, python-beginning-of-def-or-class)
18276         (python-goto-initial-line): Drop these - they were only needed for
18277         python-point.
18278         (python-comint-output-filter-function): Use condition-case and
18279         beginning-of-line directly, instead of python-mode.el functions
18280         which require all sorts of baggage.
18281         (point-safe): Unnecessary - we're using condition-case directly,
18282         instead.
18283         (python-execute-file): Include for python-shell, which I'm leaving
18284         in keeping despite it being unnecessary for pdb tracking.
18286 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
18288         * progmodes/scheme.el (scheme-font-lock-keywords-2):
18289         Add SRFI 11 support.
18290         (let-values, let*-values): Specify scheme-indent-function.
18292 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
18294         * vc.el (vc-exec-after): Move setting mode-line-process in the
18295         busy case ...
18296         (vc-set-mode-line-busy-indicator): ... in this new function.
18297         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
18298         (vc-update-vc-status-buffer): Reset mode-line-process.
18299         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
18300         mark/unmark all the files with the same state as the current one.
18301         With a prefix argument mark/unmark all files.
18302         (vc-status-mode-menu): Adjust strings.
18303         (vc-update-vc-status-buffer): Only do something when the argument
18304         is not nil.
18305         (vc-status-kill-dir-status-process): New function.
18306         (vc-status-mode-map): Bind it.
18307         (vc-status-process-buffer): New variable.
18308         (vc-status-mode): Make it local.
18309         (vc-status-refresh): Set it.
18311         * vc-hg.el (vc-hg-dir-status):
18312         * vc-git.el (vc-git-dir-status):
18313         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
18314         command is run.
18316 2008-02-22  Glenn Morris  <rgm@gnu.org>
18318         * json.el (top-level): No need to require thingatpt.
18319         (json-read-keyword): Use thing-at-point rather than word-at-point.
18321         * time.el (top-level): No need to require time-date when compiling.
18323         * emacs-lisp/copyright.el (copyright-update-year):
18324         Fix subexpression numbering for the case when years are split over
18325         lines, and for the replace case.
18327         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
18328         (tpu-caar, tpu-cadr): Delete functions.
18329         (zmacs-regions): No need to declare for compiler.
18330         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
18331         (tpu-spell-check): Rewrite, and handle mark after point.
18332         (tpu-special-insert): Use or rather than if.
18334         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
18335         rather than spell-region.
18337         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
18338         warnings about spell-region.
18340 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
18342         * ldefs-boot.el: Regenerated.
18344         * loadup.el: Don't load language/devanagari, language/kannada,
18345         language/malayalam, and language/tamil.  Load language/sinhala.
18347         * language/indian.el (indian-font-foundry)
18348         (indian-script-language-alist, indian-font-char-index-table)
18349         (indian-font-char, indian-font-char-range, indian-script-table)
18350         (indian-default-script, indian-composable-pattern): Delete them.
18351         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
18352         language environments moved to here.
18353         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
18354         New language environments.
18356         * language/devanagari.el, language/devan-util.el,
18357         * language/kannada.el, language/knd-util.el, language/malayalam.el,
18358         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
18359         Delete them.
18361         * language/sinhala.el: New file.
18363 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
18365         Update Nick Robert's port of pdb tracking from python-mode.el.
18367         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
18368         Clarify docstring.
18369         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
18370         tracking is happening.
18371         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
18372         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
18373         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
18374         Tracking is plugged in to all comint buffers once python.el is loaded.
18375         (python-pdbtrack-overlay-arrow): Toggle activation of
18376         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
18377         (python-pdbtrack-track-stack-file): Use new
18378         `python-pdbtrack-get-source-buffer' for more flexible access to
18379         debugging source files.
18380         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
18381         according to pdb stack trace, optionally using new
18382         `python-pdbtrack-grub-for-buffer' if file is not locally available.
18383         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
18384         named buffer, or having function with indicated name.
18385         (python-shell): Remove comint-output-filter-functions hook
18386         addition, it's being done elsewhere.  Wrap long line.
18388 2008-02-21  Michael Olson  <mwolson@gnu.org>
18390         * json.el: Replace XEmacs compatibility code to get rid of
18391         compiler warnings.
18393         * time.el: Fix compiler warning.
18395 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
18397         * json.el: New file (JavaScript Object Notation parser / generator).
18399 2008-02-21  Dave Love  <fx@gnu.org>
18401         * progmodes/sym-comp.el: New file.
18403         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
18404         Require sym-comp.  Add Python buffer to same-window-buffer-names.
18405         Fixup whitespaces.
18406         (python-font-lock-keywords): Add highlighting for Python builtins.
18407         (python-font-lock-syntactic-keywords): Rewrite.
18408         (python-quote-syntax): Use syntax-ppss-context instead of parsing
18409         ppss directly.
18410         (python-mode-map): Add binding for python-find-function.
18411         (python-calculate-indentation): Clean up the logic.
18412         (python-beginning-of-defun): Explicitly set return value.
18413         (python-beginning-of-statement): Stop looping if we get stuck
18414         going backwards.
18415         (python-next-statement): Stop looping if we somehow end up inside
18416         a string while advancing.
18417         (python-preoutput-continuation, python-version-checked): New vars.
18418         (python-check-version): New function.
18419         (run-python): Set default command to python-command instead of
18420         python-python-command.
18421         (run-python): Use python-check-version.  Give PYTHONPATH
18422         precedence over data-directory in the process environment.
18423         Load function definitions in python process after.
18424         (python-check-comint-prompt): New function.
18425         (python-send-command, python-send-receive): Use it.
18426         (python-complete-symbol, python-try-complete): Functions deleted.
18427         Use symbol-complete instead of python-complete-symbol throughout.
18428         (python-fill-paragraph): Further refine the fenced-string regexp.
18429         (def-python-skeleton): Expand to the original abbrev instead if in
18430         a comment or string.  Tweak skeletons for `if', `while', `for',
18431         `try/except', `try/finally', `name'.
18432         (python-pea-hook, python-abbrev-pc-hook): New functions.
18433         (python-abbrev-syntax-table): New var.
18434         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
18435         Use symbol-completion-try-complete for hippie expansion.
18436         Turn on font lock unconditionally.
18437         (python-mode-hook): Defcustom it.  No need to use make-local
18438         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
18439         option, since it's buffer-local.
18441 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
18443         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
18445 2008-02-21  Drew Adams  <drew.adams@oracle.com>
18447         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
18448         "Turn off" and a "Help" entry when the minor mode has no menu.
18450 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
18452         * vc.el (vc-status-mark, vc-status-unmark): New functions.
18453         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
18454         vc-status-mark-file and vc-status-unmark-file.
18455         (vc-status-mark-unmark): New function.
18456         (vc-status-previous-line, vc-status-next-line): No longer interactive.
18458 2008-02-21  Glenn Morris  <rgm@gnu.org>
18460         * composite.el (encode-composition-rule): Fix typo in error message.
18461         (composition-function-table, auto-composition-mode): Doc fixes.
18463         * subr.el (sit-for): Fix obsolete form for nil second argument.
18465         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
18466         (spell-string): Make obsolete, in favor of ispell.
18468 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
18470         * language/devanagari.el: Don't setup composition-function-table
18471         here.
18472         ("Devanagari"): Change charset, coding-system, coding-priority to
18473         Unicode-based ones.  Don't require the feature devan-util.
18475         * composite.el (compose-chars-after): Fix arguments for a function
18476         in composition-function-table.
18477         (auto-compose-region): Likewise.
18479         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
18480         for Ethiopic.
18481         (ps-mule-plot-string): Ignore glyph-string based compositions.
18483 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18485         * doc-view.el: Allow different windows to show different pages.
18486         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
18487         (doc-view-current-image, doc-view-current-overlay): Remove variables,
18488         add them back as macros instead, using image-mode-winprops instead.
18489         Update all users of those variables.
18490         (doc-view-new-window-function): New function to create a new overlay
18491         for each new window.
18492         (doc-view-mode): Use it and image-mode-setup-winprops.
18493         (doc-view-clone-buffer-hook): Rewrite accordingly.
18495         * image-mode.el: Extend [hv]scroll support to per-window properties.
18496         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
18497         (image-mode-winprops-alist): New var to replace them.
18498         (image-mode-new-window-functions): New hook.
18499         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
18500         New funs.
18501         (image-set-window-vscroll, image-set-window-hscroll): Use them.
18502         Remove the `window' argument, update callers.
18503         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
18504         Use the new functions.
18505         (image-mode-reapply-winprops): New fun.
18506         (image-mode): Use it.
18508 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
18510         * calc/calc-math.el (math-sin-raw): Add optional argument
18511         to keep track of original argument.
18512         (math-cos-raw): Use optional argument when calling math-sin-raw.
18513         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
18514         with close to original precision.
18516 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18518         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
18519         args in calls of sit-for.
18521 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
18523         * vc-svn.el (vc-svn-program): Fix typo in docstring.
18524         (vc-svn-checkin): Fix typo in error message.
18526         * help-mode.el: Require easymenu when compiling.
18528 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
18530         * help-mode.el (help-mode-menu): New menu.
18532 2008-02-20  Glenn Morris  <rgm@gnu.org>
18534         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
18535         on Windows.
18537 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
18539         * ps-mule.el (ps-mule-encode-region): Return a single string.
18540         (ps-mule-plot-string): Adjust for the above change.
18541         (ps-mule-encode-header-string): Likewise.
18543         * international/latin1-disp.el (latin1-display): Don't use
18544         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
18545         standard-display-table.
18546         (latin1-display-identities): Adjust for the change of what is
18547         returned by (get-language-info charset 'charset).
18549         * international/mule-util.el (char-displayable-p): Fix for Latin-1
18550         characters and terminal case.
18552 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
18554         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
18556         * progmodes/python.el: Also require comint when loading.
18557         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
18558         Replace python-shell with run-python on menu bar.
18559         (python-shell-map): New map.
18560         (python-default-interpreter, python-python-command-args)
18561         (python-jython-command-args, python-pdbtrack-do-tracking-p):
18562         New options.
18563         (python-which-shell, python-which-args, python-which-bufname):
18564         New buffer local variables.
18565         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
18567         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
18568         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
18569         New constants.
18571         Pdbtrack features:
18573         (python-point, python-end-of-def-or-class)
18574         (python-beginning-of-def-or-class, python-goto-initial-line)
18575         (python-comint-output-filter-function)
18576         (python-pdbtrack-overlay-arrow)
18577         (python-pdbtrack-track-stack-file, python-toggle-shells)
18578         (python-shell, python-pdbtrack-toggle-stack-tracking)
18579         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
18580         New functions.
18582 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18584         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
18585         when the argument is nil.
18587 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
18589         * vc.el (dir-status): Add a brief description.
18591 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
18593         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
18594         If non-nil, reverse the sense of the check.
18596         * vc-rcs.el (vc-rcs-root): New func.
18597         * vc-cvs.el (vc-cvs-root): New func.
18598         * vc-svn.el (vc-svn-root): New func.
18599         * vc-sccs.el (vc-sccs-root): New func.
18601 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
18603         * language/japan-util.el (setup-japanese-environment-internal):
18604         Call use-cjk-char-width-table.
18606         * language/japanese.el ("Japanese"): Set exit-function to
18607         use-default-char-width-table.
18609         * international/characters.el: Delete occurrences of non-Unicode
18610         tibetan and ethiopic characters.
18611         (cjk-char-width-table): New variable.
18612         (use-cjk-char-width-table, use-default-char-width-table):
18613         New functions.
18615 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
18617         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
18618         (vc-status-mode-menu): Add a :filter.
18619         (vc-status-printer): Add faces.
18621         * vc-hg.el (vc-hg-extra-status-menu): New function.
18622         (vc-hg-dir-status): Clean up the buffer before using it.
18624 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18626         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
18627         (gdb): Initialize it here instead.
18629         * files.el (locate-dominating-file): Fix thinko in last change.
18630         Reported by Bruce Stephens <bruce.stephens@isode.com>.
18632 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
18634         * vc.el (vc-status-mode-menu): New menu for vc-status.
18636 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
18638         * progmodes/verilog-mode.el (customize): Fix typo in error message.
18639         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
18640         (verilog-mode-auto, verilog-indent-level-module)
18641         (verilog-minimum-comment-distance, verilog-library-flags)
18642         (verilog-library-directories, verilog-library-files)
18643         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
18644         (verilog-xemacs-menu, verilog-set-compile-command)
18645         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
18646         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
18647         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
18648         (verilog-batch-inject-auto, verilog-batch-indent)
18649         (verilog-continued-line, verilog-type-keywords)
18650         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
18651         (verilog-read-inst-pins, verilog-read-arg-pins)
18652         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
18653         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
18654         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
18655         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
18656         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
18657         (verilog-mode-version, verilog-mode-release-date)
18658         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
18659         (verilog-simulator, verilog-compiler)
18660         (verilog-auto-sense-defines-constant, verilog-company)
18661         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
18662         Fix typos in docstrings.
18663         (verilog-set-auto-endcomments, verilog-calculate-indent)
18664         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
18665         Reflow docstrings.
18666         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
18667         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
18668         (electric-verilog-forward-sexp, verilog-in-case-region-p)
18669         (verilog-in-struct-region-p, verilog-in-generate-region-p)
18670         (verilog-leap-to-head, verilog-current-indent-level)
18671         (verilog-case-indent-level, verilog-cpp-keywords)
18672         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
18673         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
18674         (verilog-signals-not-in, verilog-symbol-detick-text)
18675         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
18676         (verilog-forward-close-paren, verilog-backward-open-paren)
18677         (verilog-backward-open-bracket): Doc fixes.
18679         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
18680         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
18681         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
18682         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
18683         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
18684         Fix typos in docstrings.
18686         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
18688 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
18690         * info.el (Info-read-node-name): Removed unused `default' arg.
18692 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
18694         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
18696 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18698         * image-mode.el (image-get-display-property): New fun.
18699         (image-forward-hscroll, image-next-line, image-eol, image-eob)
18700         (image-mode, image-minor-mode, image-toggle-display-text)
18701         (image-toggle-display): Use it.
18703 2008-02-18  Jason Rumney  <jasonr@gnu.org>
18705         * international/mule.el (xml-find-file-coding-system): Don't warn
18706         about utf-16 with BOM.
18708         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
18710         * international/mule.el (sgml-xml-auto-coding-function): Detect and
18711         warn if file encoding is not utf-8 and encoding not specified.
18712         (xml-find-file-coding-system): New function.
18713         * international/mule-conf.el (file-coding-system-alist): Use it.
18715 2008-02-17  Glenn Morris  <rgm@gnu.org>
18717         * international/mule-cmds.el (set-locale-environment):
18718         Pass `frame' to getenv for LC_MESSAGES.
18720 2008-02-17  Juri Linkov  <juri@jurta.org>
18722         * time.el (emacs-init-time): Use format instead of format-seconds.
18724 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18726         * textmodes/bibtex.el (bibtex-search-entry): Rename from
18727         bibtex-find-entry.  Add autoload cookie.
18728         (bibtex-find-entry): Alias for bibtex-search-entry.
18729         (bibtex-search-crossref): Rename from bibtex-find-crossref.
18730         (bibtex-find-crossref): Alias for bibtex-search-crossref.
18731         (bibtex-clean-entry): atomic-change-group removed.
18732         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
18733         to locate buffer location where error occurred.
18734         Make error messages more specific.
18735         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
18737 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
18739         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
18740         top level.
18742         * simple.el (transient-mark-mode): Add an :init-value.
18744         * startup.el (command-line): Use custom-reevaluate-setting for
18745         transient-mark-mode.
18747 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
18749         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
18751 2008-02-16  Juri Linkov  <juri@jurta.org>
18753         * startup.el (after-init-time): New variable.
18754         (command-line): Set `after-init-time' to the current time.
18756         * time.el (emacs-init-time): New function.
18758 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18760         * files.el (locate-dominating-file): Remove initial loop because it's
18761         not careful enough.  Detect the uid-change all within the main loop.
18763 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
18765         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
18767 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
18769         * vc.el (vc-annotate): Add new argument.
18770         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
18772         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
18773         Move make-variable-buffer-local code after the corresponding defvar.
18774         (hs-minor-mode-map): Define and initialize in one step.
18775         (hs-minor-mode): Change from defun to define-minor-mode.
18777 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
18779         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
18780         (gdb-ready): Move declaration...
18782         * progmodes/gdb-ui.el (gdb-ready): ...to here.
18783         (gdb-early-user-input): New variable.
18784         (gdb): Reset gdb-flush-pending-output to nil and set
18785         comint-input-sender here (before gdb-prompt), instead of...
18786         (gdb-init-1): ...here.
18787         (gdb-send): If Emacs is not ready, defer user input to...
18788         (gdb-prompt): ...here.
18790 2008-02-16  Glenn Morris  <rgm@gnu.org>
18792         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
18794         * startup.el (emacs-startup-time): Rename to `before-init-time'.
18795         (before-init-time): New name for `emacs-startup-time'.
18796         (command-line): Use before-init-time rather than emacs-startup-time.
18797         * time.el (emacs-uptime): Use before-init-time rather than
18798         emacs-startup-time.
18800         * composite.el (composition-function-table): Doc fix.
18802         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
18803         in favor of `%z' specifier.
18804         (emacs-uptime): Move to time.el.
18805         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
18806         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
18807         argument of format-seconds.
18809 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
18811         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
18813 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
18815         * ielm.el (ielm-is-whitespace): Remove.
18816         (ielm-is-whitespace-or-comment): New function.
18817         (ielm-eval-input): Use it.
18819 2008-02-15  Jason Rumney  <jasonr@gnu.org>
18821         * term/mac-win.el: Fix coding tag.
18823 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
18825         * vc-hooks.el (vc-menu-map):
18826         * bindings.el (mode-line-mode-menu): Add tooltips.
18828         * bindings.el (help-echo): Add more tooltips.  Use a less
18829         telegraphic style for existing tooltips.
18831 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18833         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
18834         from the auto-generated one.
18836 2008-02-14  Glenn Morris  <rgm@gnu.org>
18838         * mail/rmail-spam-filter.el (rmail-spam-filter):
18839         Let-bind message-spam-status.
18841         * mail/smtpmail.el (password-cache-add): Declare as function.
18843 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
18845         * mail/smtpmail.el: Use password-cache.
18847 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
18849         * uniquify.el (uniquify-buffer-base-name): New function.
18850         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18852         * desktop.el (uniquify-managed): Don't defvar.
18853         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
18854         `uniquify-managed'.  Return also the buffer's base name.
18855         (desktop-save): When saving the buffer info, filter out the base name,
18856         and save it as buffer name if the buffer is managed by uniquify.
18857         (uniquify-item-base): Don't declare; not called anymore.
18859 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
18861         * vc.el (vc-annotate-find-revision-at-line): New function.
18862         (vc-annotate-mode-map): Bind it.
18863         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
18864         some entries.
18866 2008-02-14  Glenn Morris  <rgm@gnu.org>
18868         * calendar/time-date.el (format-seconds): New function.
18869         (emacs-uptime): Use format-seconds.
18871         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
18872         Remove `LC_ALL=C', since it's included in $(emacs) now.
18874 2008-02-14  Zhang Wei  <id.brep@gmail.com>
18876         * textmodes/org-publish.el (org-publish-timestamp-filename):
18877         Replace colon characters in filename too.
18879 2008-02-13  Bastien Guerry  <bzg@altern.org>
18881         * mail/rmail.el (rmail-header-name): New face.
18882         (rmail-font-lock-keywords): Use rmail-header-name.
18884         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
18885         against X-Spam-Status header field.
18886         (rmail-spam-filter): Also check X-Spam-Status header field.
18888 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
18890         * progmodes/flymake.el (flymake-allowed-file-name-masks):
18891         Add support for .pm files and .php files.
18892         (flymake-err-line-patterns): Add pattern for PHP errors.
18893         (flymake-php-init): New function.  PHP support for flymake.
18895         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18896         Add regular expression for PHP errors.
18898 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
18900         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
18901         This DTRT even on w32 machines.
18902         (ange-ftp-cf1): Quote FILENAME.
18904 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18906         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
18907         (smerge-auto-combine): New fun.
18909 2008-02-12  Juri Linkov  <juri@jurta.org>
18911         * startup.el (fancy-startup-screen, normal-splash-screen):
18912         Set default-directory to command-line-default-directory.
18914         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
18915         after reading the desktop.
18917         * progmodes/compile.el (compilation-auto-jump):
18918         Call compile-goto-error only when compilation-auto-jump-to-first-error
18919         is non-nil.
18920         (compilation-scroll-output): Replace :type 'boolean with a choice
18921         that has three options including a third option `first-error'.
18922         Doc fix.
18923         (compilation-start, compilation-forget-errors): Add an alternate
18924         condition comparing compilation-scroll-output with `first-error'
18925         in addition to compilation-auto-jump-to-first-error (to call
18926         compilation-auto-jump in the proper place).
18928 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18930         * international/mule.el (sgml-html-meta-auto-coding-function):
18931         Make sure the search limit is ahead.
18933         * tar-mode.el: Fix broken indentation.
18934         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
18935         Use with-current-buffer.
18937 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
18939         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
18940         it is already automatically buffer-local.
18942 2008-02-12  Drew Adams  <drew.adams@oracle.com>
18944         * help.el (describe-key): Join some split lines to facilitate filling.
18945         * help-fns.el (describe-function-1): Fill text of overlong lines.
18947 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
18949         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
18950         Use unibyte-string instead of string-make-unibyte.
18952         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
18954 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18956         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
18957         works also for buffers w/o buffer-file-name.  Update callers.
18958         (doc-view-clone-buffer-hook): New fun.
18959         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
18960         the `doc-view' property so they can be recognized.
18962         * simple.el (clone-indirect-buffer-hook): New hook.
18963         (clone-indirect-buffer): Run it.
18965 2008-02-11  Michael Olson  <mwolson@gnu.org>
18967         * epa-setup.el:
18968         * epg-package-info.el: Files removed.
18970 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
18972         * epa.el (epa-menu-mode): Merge into epa-mode.
18973         (epa-menu-items): Rename the label "EasyPG Assistant" to
18974         "Encryption/Decryption".
18976         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
18977         (epa-dired-mode-map): Rename from epa-dired-map.
18978         (epa-global-dired-mode): Rename the global minor mode.
18980 2008-02-11  Drew Adams  <drew.adams@oracle.com>
18982         * isearch.el (isearch-fail): New face.
18983         (isearch-message): Highlight failure part of input.
18985 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18987         * ibuffer.el (ibuffer-header-line-format): New var.
18988         (ibuffer-mode): Set it instead of header-line-format.
18989         (ibuffer-update): Use it to set header-line-format.
18991         * international/mule-cmds.el (ucs-insert): Inherit surrounding
18992         properties like self-insert-command.
18994 2008-02-11  Drew Adams  <drew.adams@oracle.com>
18996         * progmodes/etags.el: Add many doc strings.
18998 2008-02-11  Jason Rumney  <jasonr@gnu.org>
19000         * ldefs-boot.el: Regenerated.
19002 2008-02-11  Glenn Morris  <rgm@gnu.org>
19004         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19005         Shorten some names.
19007         * ffap.el (ffap-rfc-directories): Add :version.
19009 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
19011         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
19012         files, and backup files of same.
19014 2008-02-11  Kevin Ryde  <user42@zip.com.au>
19016         * ffap.el (ffap-rfc-directories): New variable.
19017         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
19019         * info.el (Info-next-reference, Info-prev-reference)
19020         (Info-try-follow-nearest-node): Move to and follow https:// links too.
19022         * simple.el (completion-list-mode): Show full completion-list-mode-map
19023         in the docstring.
19025 2008-02-11  Sam Steingold  <sds@gnu.org>
19027         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
19029 2008-02-11  Glenn Morris  <rgm@gnu.org>
19031         * startup.el (emacs-startup-time): New variable.
19032         (command-line): Set emacs-startup-time.
19034         * calendar/time-date.el (emacs-uptime): New function.
19036 2008-02-10  Bastien Guerry  <bzg@altern.org>
19038         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
19039         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
19040         it is nil.
19042 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
19044         * epg-config.el: Expand the contents of epg-package-info.el.
19045         (epg-package-name): New constant.
19046         (epg-version-number): New constant.
19047         (epg-bug-report-address): New constant.
19049         * epa-mail.el (epa-mail-mode): Add autoload cookie.
19050         (epa-global-mail-mode): New global minor mode.
19052         * epa-file.el (epa-file-mode): New global minor mode.
19054         * epa-dired.el (epa-dired-mode): New global minor mode.
19056         * epa.el (epa-menu): New variable.
19057         (epa-menu-items): New variable.
19058         (epa-menu-mode): New global minor mode.
19059         (epa-global-minor-modes): New user option.
19060         (epa-mode): New global minor mode.
19062 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
19064         * net/dbus.el: Remove `no-byte-compile' cookie.
19065         (dbus-call-method, dbus-register-signal, dbus-debug)
19066         (dbus-registered-functions-table): Declare them with
19067         `declare-function' or `defvar', respectively.
19068         (top): Don't assert any longer.  Require 'cl when compiling.
19069         Apply `ignore-errors' but `dbus-ignore-errors'.
19071 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
19073         * diff-mode.el (diff-add-change-log-entries-other-window):
19074         Use add-change-log-entry.
19076 2008-02-09  Jason Rumney  <jasonr@gnu.org>
19078         * button.el (button-map):
19079         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
19080         * ldefs-boot.el: Regenerate.
19082 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
19084         * epa.el (epa-faces, epa):
19085         * epa-file.el (epa-file):
19086         * epg-config.el (epg): Add :version.
19088 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
19090         * vc.el (vc-exec-after): Append CODE to previous fragments.
19091         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
19092         take MESSAGES instead of VERBOSE; use it when non-nil.
19093         (vc-diff-internal): Compute messages once; use them;
19094         update call to vc-diff-finish.
19096 2008-02-09  Michael Olson  <mwolson@gnu.org>
19098         * net/tramp.el (tramp-process-sentinel): Avoid error when process
19099         buffer has been killed, such as by
19100         `tramp-cleanup-all-connections'.
19102 2008-02-09  Miles Bader  <miles@gnu.org>
19104         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
19106 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19108         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
19109         splitter in context hunks.
19111 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
19113         * international/fontset.el (setup-default-fontset): Fix arabic otf
19114         font specification.
19116 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
19118         * epa-dired.el:
19119         * epa-file.el:
19120         * epa-mail.el:
19121         * epa-setup.el:
19122         * epa.el:
19123         * epg-config.el:
19124         * epg-package-info.el:
19125         * epg.el: Initial check-in of EasyPG.
19127 2008-02-08  Glenn Morris  <rgm@gnu.org>
19129         * woman.el (woman-locale): New defcustom.
19130         (woman-expand-locale, woman-manpath-add-locales): New functions.
19131         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
19133         * international/mule-cmds.el (locale-translate): New function,
19134         with old code extracted from set-locale-environment.
19135         (set-locale-environment): Use locale-translate.  Set woman-locale.
19137         * cus-start.el (selection-coding-system): Remove, since it's now
19138         defined in select.el rather than in xselect.c.
19139         * select.el (selection-coding-system): Make it a defcustom, and
19140         add the properties from cus-start.el.  Bump :version.
19142         * custom.el (custom-theme-set-variables): Sort symbols that are
19143         dependencies before symbols that depend on them.
19144         (custom-enabled-themes): Set after custom-theme-directory.
19146         * pcmpl-unix.el (top-level): Move provide statement to end.
19147         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
19148         `*' from doc-string.  Allow to be nil.
19149         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
19150         Allow to be nil.  Add :version.
19151         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
19152         without hostnames, and multiple hostnames per line.
19154         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
19156 2008-02-08  Phil Hagelberg  <phil@evri.com>
19158         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
19159         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
19161 2008-02-07  Timo Savola  <timo.savola@iki.fi>
19163         * startup.el (command-line-x-option-alist): Add --parent-id.
19165         * term/x-win.el (x-handle-parent-id): New function.
19167 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
19169         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
19170         "Font Menu".
19172 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
19174         * net/dbus.el (dbus-interface-peer): New defconst.
19175         (dbus-ping): New defun.
19177 2008-02-06  Sam Steingold  <sds@gnu.org>
19179         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
19181 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19183         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
19184         Just return nil and let the C code provide a fallback.
19186 2008-02-05  Glenn Morris  <rgm@gnu.org>
19188         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
19189         tramp-flush-connection-property for removed 2nd argument.
19191 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19193         * diff-mode.el (diff-add-change-log-entries-other-window):
19194         Rename from diff-create-changelog.  Change users.
19195         Minor change to hopefully work with plain diffs.
19196         (diff-mode-map): Add binding for it.
19198 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
19200         * diff-mode.el: Add new TODO entry.
19201         (diff-create-changelog): New function.
19202         (diff-mode-menu): Bind it.
19204 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
19206         * international/mule-diag.el (print-fontset-element): Handle the
19207         case of inhibiting the fallback fonts.
19209 2008-02-04  Kim F. Storm  <storm@cua.dk>
19211         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
19212         (ido-magic-delete-char): Use prefix arg.
19214 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
19216         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
19217         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
19218         of today, the most recent libpng is 1.2.24).
19220 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
19222         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
19224         * net/dbus.el (top): Check (featurep 'dbusbind).
19226         * net/tramp.el (tramp-process-sentinel): New defun.
19227         (tramp-do-copy-or-rename-file-out-of-band)
19228         (tramp-maybe-open-connection): Use it as process sentinel.
19229         (tramp-handle-delete-directory): Don't use the "-f" option; it
19230         isn't portable.
19231         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
19232         after the command.
19233         (tramp-handle-shell-command): Set `mode-line-process' in the
19234         asynchronous case.
19236         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
19238         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
19239         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
19240         Use `tramp-process-sentinel' as process sentinel.
19242 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
19244         * whitespace.el (global-whitespace-mode): Revert last change.
19245         (whitespace-unload-function): Force `global-whitespace-mode'
19246         to deactivate local modes in a slightly less intrusive way.
19248 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
19250         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
19252 2008-02-02  Glenn Morris  <rgm@gnu.org>
19254         * international/latin1-disp.el (latin1-display):
19255         * progmodes/fortran.el (fortran-comment-indent-char):
19256         * progmodes/idlw-shell.el (top-level):
19257         * term/mac-win.el (mac-keyboard-translate-char):
19258         * whitespace.el (whitespace-char-valid-p):
19259         * wid-edit.el (widget-key-sequence-read-event):
19260         Use characterp rather than char-valid-p.
19262         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
19263         to capitalized-find-word-boundary.  Doc fix.  Update callers.
19264         (capitalized-next-word-boundary-function-table): Rename to
19265         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
19267         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
19268         string-to-int.
19270         * ps-def.el (declare-function): Add compatibility definition.
19271         (ps-plot-with-face, ps-plot-string): Declare as functions.
19272         (ps-bold-faces, ps-italic-faces): Declare variables.
19274         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
19275         (ps-mule-end-job): Declare as functions.
19277         * wid-edit.el (widget-string-complete): Use assoc-string rather
19278         than assoc-ignore-case.
19280 See ChangeLog.13 for earlier changes.
19282 ;; Local Variables:
19283 ;; coding: utf-8
19284 ;; End:
19286     Copyright (C) 2008, 2009  Free Software Foundation, Inc.
19288   This file is part of GNU Emacs.
19290   GNU Emacs is free software: you can redistribute it and/or modify
19291   it under the terms of the GNU General Public License as published by
19292   the Free Software Foundation, either version 3 of the License, or
19293   (at your option) any later version.
19295   GNU Emacs is distributed in the hope that it will be useful,
19296   but WITHOUT ANY WARRANTY; without even the implied warranty of
19297   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19298   GNU General Public License for more details.
19300   You should have received a copy of the GNU General Public License
19301   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19303 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc