(rmail-retry-ignored-headers): Add usual mime headers.
[emacs.git] / lisp / ChangeLog
blob6164a1e2319a1b810f228ab8e855e4d3aa803151
1 2009-03-18  Richard M Stallman  <rms@gnu.org>
3         * mail/rmail.el (rmail-retry-ignored-headers): Add usual mime headers.
4         (rmail-retry-failure): Undo previous change.
6 2009-03-18  Kenichi Handa  <handa@m17n.org>
8         * international/mule.el (after-insert-file-set-coding):
9         Set buffer-file-coding-system directly without calling
10         set-buffer-file-coding-system.  (Fixes bug described in
11         follow-up to bug#2317).
13 2009-03-17  Juanma Barranquero  <lekktu@gmail.com>
15         * emacs-lisp/benchmark.el (benchmark): Reflow docstring.
17 2009-03-17  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19         * international/characters.el (cjk-char-width-table):
20         Add cp932-2-byte.
22 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
24         * minibuffer.el (minibuffer-complete-and-exit): Doc fix.
26 2009-03-16  David Reitter  <david.reitter@gmail.com>
28         * faces.el (set-face-attributes-from-resources)
29         (face-set-after-frame-default): Do not import X resources on NS
30         because NS does not have system-wide X resources.
32 2009-03-16  Richard M Stallman  <rms@gnu.org>
34         * mail/rmail.el (rmail-retry-failure): Discard rmail-ignored-headers.
35         (rmail-expunge): Show the message only once, and only if needed.
36         If the current message was current before, just re-swap.
38 2009-03-16  Kenichi Handa  <handa@m17n.org>
40         * international/ccl.el (ccl-compile-if): Signal an error for
41         invalid operator.
43 2009-03-16  Chong Yidong  <cyd@stupidchicken.com>
45         * minibuffer.el (read-file-name): Doc fix.
47         * tooltip.el (tooltip-show-help-non-mode): Don't set
48         tooltip-previous-message if called with the same tooltip that is
49         showing (Bug#2680).
51         * emacs-lisp/crm.el (crm--choose-completion-string): New function.
52         (completing-read-multiple): Set and restore
53         choose-completion-string-functions (Bug#1080).
55 2009-03-15  Glenn Morris  <rgm@gnu.org>
57         * calendar/cal-tex.el (cal-tex-preamble-extra): Add an example string
58         value to help people with the formatting.
60         * mail/sendmail.el (mail-yank-prefix): Doc fix.
61         (mail-mode-map): Only enable the "Cite Original" menu-item when
62         appropriate.  Standardize the text used for other headers re hyphens.
64         * mail/rmail.el (rmail-font-lock-keywords): Treat "Mail-Reply-To"
65         like "Reply-To".
67 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
69         * minibuffer.el (completion-styles): Add emacs22 completion style
70         as fallback.
72 2009-03-15  Dan Nicolaescu  <dann@ics.uci.edu>
74         * vc.el (vc-checkin): Add an extra argument for the VC backend,
75         pass it down to vc-start-logentry.
76         (vc-next-action, vc-transfer-file): Pass the VC backend to
77         vc-checkin.
78         (vc-next-action): Do not assume that all backends in
79         vc-handled-backends are upper case.
81 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
83         * files.el (get-free-disk-space): Ensure that default-directory is
84         usable before calling call-process.  Suggested by Kevin
85         Ryde (Bug#2631).
87 2009-03-14  David Reitter  <david.reitter@gmail.com>
89         * term/ns-win.el (ns-expand-space): Remove.
90         (ns-show-prefs event): Run `customize'.
91         (ns-power-off): Run `save-buffers-kill-emacs', but ask user
92         whether to save files (as is standard).
93         (clipboard-yank, clipboard-kill-ring-save, clipboard-kill-region)
94         (menu-bar-enable-clipboard): Do not undefine these.
95         (ns-save-preferences, ns-save-options, ns-show-preferences-help):
96         Remove.
98 2009-03-14  Glenn Morris  <rgm@gnu.org>
100         * mail/mailalias.el: Remove leading `*' from defcustom docs.
102         * mail/sendmail.el (mail-interactive): Doc fix.
103         (mail-yank-ignored-headers): Add X-RMAIL- headers, bump :version.
104         (mail-setup): Use the function mail-signature.
105         (mail-mode-hook): Doc fix.
106         (mail-to, mail-subject, mail-cc, mail-bcc, mail-reply-to)
107         (mail-mail-reply-to, mail-mail-followup-to): Doc fixes.
108         (mail-signature): Check the signature file is readable.
109         With the argument ATPOINT, really insert at point.
110         Handle the case when the variable mail-signature is an expression.
112 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
114         * simple.el (undo-outer-limit-truncate): Mention that
115         warning-suppress-types is defined in the warnings
116         library (Bug#2668).
118 2009-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
120         * vc.el (vc-default-receive-file): The 'register method now
121         expects a list, pass a list.
123 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
125         * doc-view.el (doc-view-sentinel): Strip trailing newline from
126         event message.
128 2009-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
130         * tar-mode.el (tar-extract): Setup the buffer's name, undo-list, and
131         modified status before running the major-mode.
133         * simple.el (undo): Don't loop when encountering empty undo records.
135 2009-03-13  Tassilo Horn  <tassilo@member.fsf.org>
137         * doc-view.el (doc-view-mode-map): Bind RET to image-next-line.
139 2009-03-13  Alexandre Julliard  <julliard@winehq.org>
141         * vc-git.el (vc-git-previous-revision, vc-git-next-revision):
142         Fall back to original commit if vc-git-symbolic-commit fails to
143         find a symbolic name.
144         (vc-git-symbolic-commit): Don't limit search to tags.
145         Treat "undefined" as an error.  (Bug #2110)
147 2009-03-13  D. Goel  <deego3@gmail.com>
149         * ibuf-ext.el:
150         * midnight.el (midnight-next):
151         * progmodes/ebrowse.el:
152         * progmodes/flymake.el (flymake-float-time):
153         When calling (multiple-value-bind/setq .. ls) replace ls
154         by (values-list ls) throughout.
156 2009-03-13  Agustín Martín  <agustin.martin@hispalinux.es>
158         * textmodes/ispell.el (ispell-get-word): Initialize spellchecker
159         params.  (Bug #2654)
161 2009-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
163         * files.el (auto-mode-alist): Add rules for OpenOffice extension
164         packages, as well as Opkg/Ipkg packages.
166         * tar-mode.el (tar-header-block-tokenize): Presume less, check more.
167         (tar-summarize-buffer): Don't silently skip incomplete headers.
168         (tar-mode): Revert to fundamental-mode in case of malformed tar data.
169         (tar-extract): Try to make sure set-auto-mode doesn't mistakenly
170         treat a tar file member as being a tar file itself, just because
171         its own filename includes the parent tar file's.
173 2009-03-13  Kenichi Handa  <handa@m17n.org>
175         * international/mule-diag.el (print-fontset): Handling of the
176         argument FONTSET changed for consistency.  Reorder the printed
177         information to match with the font searching strategy.
178         (describe-fontset): Use face-attribute to get the fontset of the
179         selected frame.
180         (mule-diag): Likewise.  Print both font and fontset of the frame.
182 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
184         * term.el (term-send-raw-string): Deactivate mark.
185         (term-send-raw, term-send-raw-meta): Undo 2009-03-08 change.
187 2009-03-12  Juanma Barranquero  <lekktu@gmail.com>
189         * register.el (get-register): Rename arg REG to REGISTER for
190         consistency with other register functions.
191         (set-register, jump-to-register): Fix typos in docstrings.
192         (copy-to-register, copy-rectangle-to-register): Reflow docstrings.
194 2009-03-12  Glenn Morris  <rgm@gnu.org>
196         * mail/mailabbrev.el (mail-abbrev-next-line)
197         (mail-abbrev-end-of-buffer): Doc fixes.
199 2009-03-11  Jason Rumney  <jasonr@gnu.org>
201         * term/w32-win.el (w32-initialize-window-system): Don't override
202         Japanese font settings.
203         (xlfd-regexp-registry-subnum): Remove unused declaration.
204         (w32-drag-n-drop-debug): Comment out unused debug function.
206 2009-03-11  Glenn Morris  <rgm@gnu.org>
208         * mail/rmailedit.el (rmail-edit-mode):
209         Set write-region-annotate-functions.  (Bug#2625)
211 2009-03-10  Juanma Barranquero  <lekktu@gmail.com>
213         * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change.
215 2009-03-10  Jason Rumney  <jasonr@gnu.org>
217         * w32-vars.el (w32-list-proportional-fonts): Make obsolete.
219 2009-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
221         * server.el (server-process-filter): Use expand-file-name rather than
222         command-line-normalize-file-name so as to use the `dir' when provided.
224         * doc-view.el (doc-view-convert-current-doc): Fix last change.
226 2009-03-10  Glenn Morris  <rgm@gnu.org>
228         * mail/sendmail.el (mail-archive-file-name, mail-default-headers):
229         Doc fixes.
230         (mail-mailing-lists): Remove leading `*' from defcustom doc.
232         * simple.el (compose-mail): Doc fix.
234 2009-03-10  Alexander Becher  <alexander.becher@capgemini-sdm.com>  (tiny change)
236         * vc-annotate.el (vc-annotate): Use widened line number (Bug#2612).
238 2009-03-09  Jason Rumney  <jasonr@gnu.org>
240         * minibuffer.el (read-file-name): Only split dir name when
241         default filename is missing.  (Bug#2585)
243 2009-03-08  Chong Yidong  <cyd@stupidchicken.com>
245         * finder.el (finder-commentary): Don't delete other
246         windows (Bug#2291).
248         * term.el (term-send-raw, term-send-raw-meta): Deactivate the mark
249         first (Bug#2449).
251 2009-03-08  Andreas Schwab  <schwab@linux-m68k.org>
253         * net/ange-ftp.el (ange-ftp-multi-msgs): Add 150-.
255 2009-03-07  Eli Zaretskii  <eliz@gnu.org>
257         * woman.el (woman-parse-colon-path): Return a list even if there's
258         only one directory in PATHS.
259         (woman-mode): Restore tab-width value after the call to Man-mode,
260         since Man-mode resets it to the default, and that makes right
261         margin extend beyond woman-fill-column.
263         * man.el (Man-init-defvars) [windows-nt]: Use a special command
264         list.  Don't invoke Awk.
266 2009-03-06  Glenn Morris  <rgm@gnu.org>
268         * mail/rmailmm.el (rmail-mime-media-type-handlers-alist): Fix doc and
269         custom type.
271 2009-03-05  Tassilo Horn  <tassilo@member.fsf.org>
273         * doc-view.el (doc-view-convert-current-doc): Save the current
274         resolution in the cache directory.
275         (doc-view-initiate-display): Restore the saved resolution when
276         using cached image files.
278 2009-03-05  Glenn Morris  <rgm@gnu.org>
280         * mail/rmail.el (rmail-perm-variables): rmail-overlay-list needs to be
281         buffer-local in the view buffer, not the rmail buffer.
283         * mail/rmailout.el (rmail-output-to-rmail-buffer): Add the new message
284         at the end of the existing messages, ensuring there is a blank line
285         between them.  (Bug#2521)
287         * mail/rmail.el (rmail-ensure-blank-line): New function.
288         * mail/rmailedit.el (rmail-cease-edit):
289         * mail/rmailout.el (rmail-output-as-mbox):
290         * mail/rmailsort.el (rmail-sort-messages): Use rmail-ensure-blank-line.
292         * mail/rmailmm.el (rmail-mime-media-type-handlers-alist)
293         (rmail-mime-attachment-dirs-alist): Doc fixes.  Fix custom-type.
294         Add version.
295         (rmail-mime-total-number-of-bulk-attachments): Doc fix.
296         (rmail-mime): Doc fix.  Use rmail-apply-in-message.
297         Disable undo in the mime buffer, mark unmodified.
299 2009-03-04  David Reitter <david.reitter@gmail.com>
301         * menu-bar.el (clipboard-yank): Avoid checking (x-selection-exists-p)
302         if unbound in order to enable the item.
303         For paste menu item, same, and check kill-ring.
305 2009-03-04  Sam Steingold  <sds@gnu.org>
307         * progmodes/compile.el (compilation-error-regexp-alist-alist):
308         Handle "omake -P" messages "file foo changed".
310 2009-03-04  Glenn Morris  <rgm@gnu.org>
312         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
314         * mail/rmailsort.el: Replace `(function (lambda' by `(lambda'.
315         (rmail-sort-by-date, rmail-sort-by-subject)
316         (rmail-sort-by-author, rmail-sort-by-recipient)
317         (rmail-sort-by-correspondent, rmail-select-correspondent)
318         (rmail-sort-by-lines, rmail-sort-by-labels, rmail-sort-messages)
319         (rmail-make-date-sortable): Doc fixes.
320         (rmail-sort-by-correspondent): Downcase correspondents.
321         (rmail-sort-by-labels): Make it work.
322         (rmail-sort-messages): Restore undo if it was initially enabled.
323         Fix bobp/bolp typo that was adding a line on every sort.
325         * mail/rmailsum.el (rmail-get-create-summary-buffer): Doc fix.
326         Disable undo in the summary buffer.
327         (rmail-summary-sort-by-date, rmail-summary-sort-by-subject)
328         (rmail-summary-sort-by-author, rmail-summary-sort-by-recipient)
329         (rmail-summary-sort-by-correspondent, rmail-summary-sort-by-lines)
330         (rmail-summary-sort-by-labels, rmail-sort-from-summary): Doc fixes.
331         (rmail-summary-sort-by-labels): Replace `(function (lambda'
332         by `(lambda'.
334 2009-03-03  Sam Steingold  <sds@gnu.org>
336         * progmodes/compile.el (compilation-move-to-column):
337         Guard against negative col values.
339 2009-03-03  Simon Josefsson  <simon@josefsson.org>
341         * mail/smtpmail.el (smtpmail-auth-supported): Mention that list is
342         in preference order.
343         (smtpmail-try-auth-methods): Improve which authentication
344         mechanism to use, so that the locally most preferred and mutually
345         supported mechanism is used.
347 2009-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
349         * emacs-lisp/lisp.el (end-of-defun-function): Make it more clear that
350         the function takes no argument.
352 2009-03-03  Glenn Morris  <rgm@gnu.org>
354         * mail/rmail.el (rmail-highlighted-headers, rmail-highlight)
355         (rmail-header-name): Doc fixes.
356         (rmail-show-message-verbose-min): Add :version.
357         (rmail-highlight-headers): Add doc string.  Simplify.
359         * mail/rmailsum.el (rmail-summary-scroll-between-messages)
360         (rmail-summary-line-count-flag, rmail-summary-by-regexp): Doc fixes.
361         (rmail-summary-by-senders): Doc fix.
362         (rmail-summary-mode-map): Bind C-o to output-as-seen, not output.
363         Make the output menu-items consistent with rmail-mode-map.
364         Bind rmail-summary-by-senders to C-M-f.
365         (rmail-summary-search): Ensure the selected message shows.
367 2009-03-03  Kenichi Handa  <handa@m17n.org>
369         * files.el (basic-save-buffer-1): Set car part of
370         buffer-file-coding-system-explicit.
371         (revert-buffer): Check car part of buffer-file-coding-system-explicit.
373         * international/mule-cmds.el (select-safe-coding-system): If cdr
374         part of buffer-file-coding-system-explicit is set, ignore
375         default-buffer-file-coding-system and the most preferred coding system.
377         * international/mule.el (set-buffer-file-coding-system): Set cdr
378         part of buffer-file-coding-system-explicit.
379         (after-insert-file-set-coding):
380         Set buffer-file-coding-system-explicit to a cons.
382 2009-03-02  Glenn Morris  <rgm@gnu.org>
384         * calendar/calendar.el (diary-date-forms, calendar-date-display-form):
385         Add :set-after listing variables on which we might depend.
387         * mail/rmail.el (rmail-reply): Use rmail-apply-in-message so that this
388         function has access to all the headers, not just the visible ones.
389         Avoid extraneous leading whitespace in `References'.
390         (rmail-dont-reply-to-names, rmail-default-dont-reply-to-names):
391         Doc fixes.
392         (rmail-retry-failure): Use rmail-get-header rather than a magical
393         save-excursion/restriction combination that does nothing.
394         (rmail-delete-headers): New function.
395         (rmail-retry-failure): Restore yet another feature mbox Rmail removed
396         without telling anyone, namely rmail-retry-ignored-headers.
398 2009-03-01  Chong Yidong  <cyd@stupidchicken.com>
400         * abbrev.el (clear-abbrev-table): Always return nil (Bug#2515).
402 2009-03-01  Glenn Morris  <rgm@gnu.org>
404         * mail/rmail.el (rmail-mode-map): Add explicit keybinding for
405         rmail-resend in the menu.
407         * files.el (confirm-nonexistent-file-or-buffer): `other' must be last
408         custom choice.  (Bug#2506)
410 2009-02-28  Eli Zaretskii  <eliz@gnu.org>
412         * progmodes/grep.el (grep-process-setup) [windows-nt msdos]:
413         Use "--color=always".
415 2009-02-28  Glenn Morris  <rgm@gnu.org>
417         * mail/rmailout.el (rmail-output-as-seen): Add autoload cookie.
419         * mail/rmailmm.el (rmail-mime): Add autoload cookie.
420         * mail/rmail.el (rmail-mode-map):
421         * mail/rmailsum.el (rmail-summary-mode-map): Bind rmail-mime to `v'.
423         * mail/rmail.el (rmail-primary-inbox-list): Doc fix.
424         Fix custom choice to match default.
425         (rmail-get-new-mail): Doc fix.
426         (rmail-beginning-of-message, rmail-end-of-message): Preserve the current
427         header style.
429 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
431         * replace.el (keep-lines-read-args): Use empty string as
432         default (Bug#2495).
434         * menu-bar.el (menu-set-font): Fix last fix.
436 2009-02-27  Glenn Morris  <rgm@gnu.org>
438         * help-fns.el (find-lisp-object-file-name): Need a buffer position, not
439         just a buffer, to find a definition.
441         * mail/rmail.el (rmail-speedbar-move-message): Preserve the directory
442         part against rmail-output's oddness.
444 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
446         * menu-bar.el (menu-set-font): Assign the same font object to all
447         frames (Bug#2476).
449 2009-02-26  Michael Albinus  <michael.albinus@gmx.de>
451         * net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463)
453 2009-02-26  Juanma Barranquero  <lekktu@gmail.com>
455         * x-dnd.el (x-dnd-test-function, x-dnd-get-state-cons-for-frame)
456         (x-dnd-get-state-for-frame, x-dnd-handle-moz-url)
457         (x-dnd-handle-uri-list, x-dnd-choose-type, x-dnd-get-drop-width-height)
458         (x-dnd-init-motif-for-frame): Fix typos in docstrings.
459         (x-dnd-drop-data, x-dnd-types-alist, x-dnd-default-test-function):
460         Reflow docstrings.
462 2009-02-26  Glenn Morris  <rgm@gnu.org>
464         * mail/rmailsum.el (rmail-summary-rmail-update):
465         Use rmail-message-unseen-p.  (Bug#2477)
466         (rmail-summary-mark-seen): Add option to mark as unseen.
467         (rmail-summary-rmail-update): Store a position in
468         rmail-summary-put-back-unseen rather than just a flag, and use it to put
469         back the "-" mark in the summary.
471         * progmodes/cc-vars.el (c-style-variables-are-local-p):
472         Mark as safe if boolean.  (Bug#2197)
474 2009-02-26  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
476         * mail/sendmail.el (sendmail-send-it): `call-process-region' can
477         return a string.  (Bug#2428)
479 2009-02-25  Juanma Barranquero  <lekktu@gmail.com>
481         * bs.el (bs--down):
482         * ibuffer.el (ibuffer-redisplay-engine): Use `point-min' instead of 1.
484 2009-02-25  Glenn Morris  <rgm@gnu.org>
486         * dired-x.el (dired-guess-shell-alist-user): Fix doc typo.
488         * simple.el (eval-expression):
489         * emacs-lisp/lisp-mode.el (eval-last-sexp): Mention truncation in doc.
491 2009-02-25  Dan Nicolaescu  <dann@ics.uci.edu>
493         * vc-dir.el (vc-dir-update): Make sure ./ is always first in the listing.
495 2009-02-25  David Reitter <david.reitter@gmail.com>
497         * mail/mailclient.el (clipboard-kill-ring-save): Declare.
499 2009-02-25  Kenichi Handa  <handa@m17n.org>
501         * ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region.
503         * composite.el (auto-composition-mode): Don't add a hook to
504         after-change-functions.  Don't decompose the buffer.
505         (auto-composition-after-change): Delete it.
506         (toggle-auto-composition): Make it an alias of
507         auto-composition-mode.
508         (auto-compose-region): Delete it.
510 2009-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
512         * term/ns-win.el (ns-working-overlay): Don't make it buffer-local.
513         (ns-working-overlay-len): Remove.  Use ns-working-overlay instead.
514         (ns-delete-working-text): Merge with ns-unecho-working-text.
515         Decide which to use based on ns-working-overlay.
516         (ns-unecho-working-text): Remove.
517         (ns-insert-working-text, ns-echo-working-text): Adjust accordingly.
519 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
521         * textmodes/ispell.el (ispell-region): Adapt "done" message to
522         coding conventions.  (Bug#2447)
524         * scroll-bar.el (scroll-bar-mode): Turn off scroll bars when
525         argument is 0.  Doc fix.  (Bug#1527)
527         * w32-vars.el (w32-system-shells): Doc fix.
529         * image.el (image-load-path-for-library, insert-sliced-image):
530         Fix typos in docstrings.
532 2009-02-24  Glenn Morris  <rgm@gnu.org>
534         * textmodes/flyspell.el (flyspell-use-meta-tab): Add a custom
535         :set function.  (Bug#2429)
537         * eshell/esh-util.el (eshell-parse-ange-ls): Define `name' before
538         potential use.
540         * progmodes/cperl-mode.el (cperl-find-pods-heres):
541         Don't globally bind `name'.
543         * emacs-lisp/elint.el (elint-unknown-builtin-args):
544         Fix encode-time spec.  (Bug#2453)
545         (elint-find-builtin-args): Make the match more restrictive.
546         Handle errors.  Return a result actually containing the function name.
548         * mail/rmail.el (rmail): Don't show a message if rmail-get-new-mail
549         already did.  (Bug#2440)
550         (rmail-quit): Don't swap buffers.  (Bug#2441)
551         (rmail-list-to-menu): Don't globally bind `name'.
553 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
555         * net/ange-ftp.el (ange-ftp-insert-directory): Adapt switch
556         manipulation to 2009-02-11 change to dired-add-entry (Bug#2410).
558 2009-02-23  Juanma Barranquero  <lekktu@gmail.com>
560         * bs.el (bs--down): When wrapping around, use `forward-line',
561         not `goto-line', to avoid distracting "Mark set" message.
563 2009-02-23  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
565         * ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message
566         clobbering useful message from `ibuffer-toggle-sorting-mode' (Bug#2439).
568 2009-02-23  Miles Bader  <miles@gnu.org>
570         * proced.el (proced-process-attributes):
571         * server.el (server-running-p): Rename `system-process-attributes'
572         to `process-attributes'.
574 2009-02-22  Juri Linkov  <juri@jurta.org>
576         * dired-aux.el (minibuffer-default-add-dired-shell-commands):
577         Doc fix.
579         * dired-x.el (dired-guess-shell-command): Use read-shell-command
580         instead of read-from-minibuffer.
581         (dired-read-shell-command): Add code that uses
582         minibuffer-with-setup-hook to set minibuffer-default-add-function
583         to minibuffer-default-add-dired-shell-commands exactly like
584         `dired-read-shell-command' in dired-aux.el already does.  Doc fix.
586         * dired-x.el (dired-smart-shell-command): Remove code that uses
587         minibuffer-with-setup-hook to set minibuffer-default-add-function
588         to minibuffer-default-add-shell-commands because the same code was
589         already moved to `read-shell-command' 2008-07-31.  (Bug#2414)
591 2009-02-21  Jay Belanger  <jay.p.belanger@gmail.com>
593         * calc/calc-math.el (math-use-emacs-fn): Make sure that the
594         lisp number is in decimal.
596 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
598         * progmodes/compile.el (compilation-error-regexp-alist-alist):
599         Tweak regexp (Bug#2173).
601         * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to
602         avoid yanks (Bug#2408).
604 2009-02-21  Alan Mackenzie  <acm@muc.de>
606         * progmodes/cc-langs.el (c-case-kwds-regexp): New variable.
608         * progmodes/cc-engine.el (c-beginning-of-statement-1): Enhance to
609         parse case clauses with (compile-time) expressions.
611 2009-02-21  Eli Zaretskii  <eliz@gnu.org>
613         * mail/rmailedit.el (rmail-cease-edit): Notice changes in buffer's
614         encoding during editing.  Make sure to use encoding that can
615         safely encode the message.  Rewrite MIME charset= header if the
616         new encoding is different from the old one.
618 2009-02-21  Glenn Morris  <rgm@gnu.org>
620         * mail/supercite.el (sc-mail-glom-frame): Handle a "From " line
621         at the start of the headers.
622         (sc-mail-check-from): New function.
624 2009-02-20  Martin Rudalics  <rudalics@gmx.at>
626         * progmodes/python.el (python-shift-left, python-shift-right):
627         When the mark is not active shift the current line.  (Bug#2381)
628         Suggested by Guillaume Salagnac <guillaume.salagnac@gmail.com>
630 2009-02-20  Andreas Schwab  <schwab@suse.de>
632         * startup.el (command-line): Don't match an empty argument as an
633         option.
634         (command-line-1): Likewise.
636 2009-02-20  Daniel Jensen  <daniel@bigwalter.net>  (tiny change)
638         * apropos.el (apropos-library): Check for null filename in load-history.
640 2009-02-20  Glenn Morris  <rgm@gnu.org>
642         * apropos.el (apropos-library): Remove the element with null filename,
643         if present, from the completion list.
645         * mail/rmail.el (rmail-speedbar-buttons): Only add regular files.
646         (rmail-speedbar-find-file): Use rmail rather than find-file.
648 2009-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
650         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Doc fix.
652 2009-02-20  Era Eriksson  <era@iki.fi>  (tiny change)
654         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore):
655         Fix regexp (Bug#2385).
656         (bibtex-autokey-get-title): Observe case for
657         bibtex-autokey-titleword-ignore.
659 2009-02-20  Chong Yidong  <cyd@stupidchicken.com>
661         * server.el (server-start): Make the warning more
662         verbose (Bug#2395).
664 2009-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
666         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
667         Make sure we stop when we reach the limit.
669         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
670         a "..." does not quote anything.  (Bug#2384)
672         * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.
674 2009-02-19  Andreas Schwab  <schwab@suse.de>
676         * term.el: Remap self-insert-command to term-send-raw in
677         term-raw-map.  (Bug#2386)
679 2009-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
681         * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end
682         of the function as being part of the function.
684 2009-02-19  Nick Roberts  <nickrob@snap.net.nz>
686         * progmodes/compile.el (compilation-error-regexp-alist-alist):
687         Move entry for maven (alphabetical order).
689 2009-02-19  Glenn Morris  <rgm@gnu.org>
691         * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.
692         Regexp-quote default argument taken from current subject.
693         (rmail-new-summary-1): Error if empty summary.  (Bug#2333)
695         * mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam):
696         Move here from rmail.el.  Be more careful about error-handling.
697         Restore the feature of temporarily setting all old messages
698         undeleted before expunging (removed 2009-02-18).
700         * mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter):
701         Don't declare.
702         (rmail-get-new-mail-filter-spam): Declare.  Move definition to
703         rmail-spam-filter.el.
704         (rmail-get-new-mail-1): Move the beep and sleep to
705         rmail-get-new-mail-filter-spam.
707 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
709         * cus-edit.el (custom-group-value-create): Insert some
710         informatory text in the WIDGET-misses-doc-string case.
712 2009-02-18  Sam Steingold  <sds@gnu.org>
714         * progmodes/compile.el: Require comint at top level to fix the
715         last patch.
717 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
719         * cus-edit.el (custom-group-value-create): Don't throw an error
720         when WIDGET has no doc-string.  (Bug#2356)
722 2009-02-18  Juanma Barranquero  <lekktu@gmail.com>
724         * progmodes/cc-menus.el (imenu-progress-message):
725         Remove bogus cc-bytecomp-defun.
726         (cc-imenu-objc-function): Don't call `imenu-progress-message'.
727         Don't let-bind variable `stupid'.  (Bug#1638)
729 2009-02-18  Glenn Morris  <rgm@gnu.org>
731         * mail/rmail.el (rmail-get-new-mail-filter-spam):
732         * mail/rmail-spam-filter.el (rmail-spam-filter):
733         Show a message rather than the raw mbox while prompting.
735 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
737         * progmodes/flymake.el (flymake): Add defgroup.  (Bug#2356)
739 2009-02-18  Glenn Morris  <rgm@gnu.org>
741         * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
742         declaration.
743         (top-level): No need for cl now.
744         (rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
745         (rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
746         (rsf-autosave-newly-added-definitions, rsf-white-list)
747         (rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
748         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
749         (rsf-customize-spam-definitions, rsf-customize-group)
750         (rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
751         (rsf-check-field): Use setcar and setcdr rather than setf.
752         (rmail-spam-filter): Simplify.
753         (rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
754         (rsf-add-region-to-spam-list): Use rmail-get-header or
755         buffer-substring-no-properties.  Regexp-quote the extracted data.
756         Make the messages less verbose.
757         (rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
758         simplify things.
759         (rsf-add-content-type-field): Make the message less verbose.
761         * mail/rmail.el (rmail-get-new-mail-1): Fix the spam beep test.
762         (rmail-get-new-mail-filter-spam): Simplify.  Don't mess with
763         rmail-deleted-vector.
764         (rmail-insert-inbox-text, rmail-collect-deleted)
765         (rmail-set-message-deleted-p, rmail-only-expunge)
766         (rmail-make-in-reply-to-field): Replace ?\  with ?\s.
767         (rmail-get-labels): Remove unused local `blurb'.
768         (rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
769         (rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
770         (rmail-set-message-deleted-p): Doc fixes.
772         * mail/rmailout.el (rmail-mbox-from): Move to mail-utils.
773         Update callers for associated name change.
774         * mail/mail-utils.el (mail-mbox-from): Move here from rmailout.el.
775         * mail/unrmail.el (unrmail): Use mail-mbox-from.
777 2009-02-17  Richard M Stallman  <rms@gnu.org>
779         * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
781         * mail/rmail.el (rmail-copy-headers): When copying full headers,
782         correctly put point at the end.
784 2009-02-17  Sam Steingold  <sds@gnu.org>
786         * progmodes/compile.el (compilation-filter):
787         Call `comint-carriage-motion', just like `comint-output-filter'.
789 2009-02-17  Jason Rumney  <jasonr@gnu.org>
791         * files.el (make-directory): Stop recursing if parent is
792         self. (Bug#2309)
794 2009-02-17  Juanma Barranquero  <lekktu@gmail.com>
796         * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.
798         * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
800 2009-02-17  Miles Bader  <miles@gnu.org>
802         * emacs-lisp/copyright.el (copyright-regexp): Tweak to match
803         copyright statements where the years follow the name.
805 2009-02-17  Glenn Morris  <rgm@gnu.org>
807         * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
808         move point.  (Bug#2209)
810         * mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
811         (rmail-delete-unwanted-fields): Ignore case.  Use line-beg-pos.
812         (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument
813         to "not-rmail", and make it work.  Simplify.
814         (rmail-mbox-from): New function.
815         (rmail-output-as-mbox): Use rmail-mbox-from.
816         (rmail-output): Ensure a From line in the not-rmail Babyl case.
818         * mail/rmail.el (rmail-get-attr-names): Give a warning rather than an
819         error if the header is corrupt.
821 2009-02-16  Ulf Jasper  <ulf.jasper@web.de>
823         * net/newst-treeview.el (newsticker--treeview-load):
824         Offer deletion of old groups file.
826 2009-02-16  Glenn Morris  <rgm@gnu.org>
828         * mail/rmailout.el (rmail-delete-unwanted-fields)
829         (rmail-output-as-babyl, rmail-output-to-babyl-buffer)
830         (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
831         (rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
832         (rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.
834 2009-02-15  Glenn Morris  <rgm@gnu.org>
836         * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
838         * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
839         (rmail-output-as-babyl, rmail-output-to-babyl-buffer):
840         Remove unnecessary use of with-no-warnings.
841         (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
842         (rmail-output-as-mbox): Start search from point-min.  If constructing a
843         "From " line, prefer the date header over the current time.
844         (rmail-update-summary): Move declaration earlier in file.
846 2009-02-15  Richard M Stallman  <rms@gnu.org>
848         * mail/rmailedit.el (rmail-edit-diff-headers):
849         Delete spurious reference to OLD.
851 2009-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
853         * jit-lock.el (with-buffer-prepared-for-jit-lock): Swap the `let' and
854         the `with-buffer-unmodified' to avoid useless `readlink' calls.
856 2009-02-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
858         * textmodes/bibtex.el (bibtex-global-key-alist)
859         (bibtex-initialize): Exclude current buffer if it does not use
860         bibtex-mode.
861         (bibtex-parse-strings, bibtex-strings, bibtex-initialize)
862         (bibtex-sort-buffer, bibtex-search-entry)
863         (bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
864         test whether bibtex-strings and bibtex-reference-keys have their
865         initial values.
867 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
869         * textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings'
870         around forms that refer to translation-table-for-input.
872         * isearch.el (isearch-search-string): Use `with-no-warnings'
873         around forms that refer to translation-table-for-input.
875         * international/quail.el (quail-input-string-to-events)
876         (quail-store-decode-map-key, quail-char-equal-p):
877         Use `with-no-warnings' around forms that refer to
878         translation-table-for-input.
880         * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings'
881         around forms that refer to translation-table-for-input.
883         * subr.el (translation-table-for-input): Declare obsolete again.
885 2009-02-14  Glenn Morris  <rgm@gnu.org>
887         * mail/rmail.el (rmail): When reverting, swap buffers before setting
888         counters.  (Bug#2229)
889         (rmail-revert): Swap buffers before replacing contents.
891 2009-02-14  Ian Eure  <ian@digg.com>  (tiny change)
893         * progmodes/sql.el (sql-product-alist, sql-connect-sqlite):
894         Remove host, user, password options not applicable to SQlite. (Bug#1904)
896 2009-02-14  Richard M Stallman  <rms@gnu.org>
898         * mail/rmailedit.el: Handle editing of header fields.
899         (rmail-old-headers): New variable.
900         (rmail-edit-current-message): Set it, recording current headers.
901         (rmail-cease-edit): Compute new headers and diff against old ones.
902         Update the mbox buffer with the changes that were made.
903         (rmail-edit-headers-alist): New function.
904         (rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
906         * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
907         in default file name.
909         * mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search.
910         (rmail-add-mbox-headers): Likewise.
912 2009-02-13  Eli Zaretskii  <eliz@gnu.org>
914         * files.el (load-library): Doc fix.
916         * subr.el (locate-library): Doc fix.  (Bug#2291)
918 2009-02-13  Alan Mackenzie  <acm@muc.de>
920         * progmodes/cc-cmds.el (c-defun-name): Widen, to allow it to work
921         in narrowed buffers.
923 2009-02-13  Kenichi Handa  <handa@m17n.org>
925         * international/titdic-cnv.el (tit-process-header):
926         Use buffer-substring-no-properties instead of buffer-substring.
927         (tit-process-body): Likewise.
928         (tsang-quick-converter): Handle superfluous CR at eol.
929         (py-converter): Use buffer-substring-no-properties instead of
930         buffer-substring.  Handle superfluous CR at eol.
931         (ziranma-converter): Likewise.
932         (ctlau-converter): Likewise.
933         (miscdic-convert): Read a file without eol conversion.  (Bug#2307)
935 2009-02-13  Juanma Barranquero  <lekktu@gmail.com>
937         * minibuffer.el (internal-complete-buffer-except): Doc fix.  (Bug#2315)
939 2009-02-13  Glenn Morris  <rgm@gnu.org>
941         * mail/rmail.el (rmail-show-message-1): New name for the old
942         rmail-show-message.
943         * mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailout.el:
944         * mail/rmailsort.el: Update for rmail-show-message name change.
946         * mail/rmail.el (rmail-show-message): New name for the old
947         rmail-show-message-maybe.
948         * mail/rmail.el, mail/rmailsum.el: Update for rmail-show-message-maybe
949         name change.
951         * mail/rmailsum.el (msgnum): Remove declaration.
952         (rmail-summary-redo): Add missing initialization value.
953         (rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
954         (rmail-summary-mark-deleted, rmail-summary-deleted-p):
955         Fix skip-chars-forward calls.
956         (rmail-summary-mark-seen): New function.  As well as removing the '-'
957         mark, update the summary-vector.  (Bug#2135)
958         (rmail-summary-rmail-update, rmail-summary-goto-msg):
959         Use rmail-summary-mark-seen.
961         * mail/rmail.el (rmail-summary-vector, rmail-mode-map): Add doc string.
963         * mail/unrmail.el (unrmail): When getting message keywords, don't
964         include a leading space, but do include the space after the separating
965         comma.  (Bug#2303)
967         * mail/rmail.el (rmail-set-header-1): If VALUE is nil, remove the
968         header altogether.
969         (rmail-set-header): Doc fix.
970         * mail/rmailkwd.el (rmail-set-label): Delete the keyword header if all
971         labels are removed.  (Bug#2302)
973 2009-02-12  Juri Linkov  <juri@jurta.org>
975         * image-mode.el (image-toggle-display):
976         Let-bind `buffer-file-truename' to nil around the call to
977         `add-text-properties' to prevent directory time modification
978         by lock_file.  Replace `set-buffer-modified-p' with
979         `restore-buffer-modified-p'.  (Bug#2295)
981 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
983         * progmodes/python.el (python-use-skeletons): Re-add.
984         (def-python-skeleton): Use it.  (Bug#2238)
986         * international/quail.el (quail-make-guidance-frame): Remove the
987         `parent-id' parameter.
988         (quail-show-guidance): Make the new window dedicated.
990 2009-02-12  Juanma Barranquero  <lekktu@gmail.com>
992         * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
993         Fix typos in docstrings.
995 2009-02-12  Alan Mackenzie  <acm@muc.de>
997         * progmodes/cc-defs.el (c-emacs-features): Crash-fix: change `='
998         to `eq'.  (Bug#2304)
1000 2009-02-12  Glenn Morris  <rgm@gnu.org>
1002         * mail/rmailkwd.el (rmail-set-label): Fix the test for a label being
1003         already present.  (Bug#2210)
1005 2009-02-12  Kenichi Handa  <handa@m17n.org>
1007         * international/characters.el (?.): New character category for
1008         Base characters.  Set them in the standard category table.
1010         * composite.el: Use "\\c." instead of "[[:alpha:]]" to match with
1011         a base character.
1013 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1015         * isearch.el (isearch-yank-char-in-minibuffer)
1016         (isearch-other-meta-char): Use with-current-buffer.
1018         * progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
1019         syntax-ppss.  (Bug#1243)
1021         * emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
1022         to beginning-of-defun-raw.
1024         * emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after
1025         calling end-of-defun-function if it already moved to BOL.
1027 2009-02-12  Richard M Stallman  <rms@gnu.org>
1029         * mail/rmail.el (rmail-show-message-verbose-min): New option.
1030         (rmail-show-message): Conditionally show start and finish in echo area.
1032 2009-02-12  Glenn Morris  <rgm@gnu.org>
1034         * mail/rmailsum.el (rmail-get-summary-labels): Store any message labels
1035         for use in completion.
1036         * mail/rmailkwd.el (rmail-read-label): Don't scan for labels if the
1037         summary exists, since it's already done.
1039         * mail/rmail.el (rmail-unix-mail-delimiter): Doc fix.
1040         (rmail-enable-multibyte): Don't really define, only for compiler.
1042 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1044         * files.el (read-buffer-to-switch):
1045         Add table to icomplete-with-completion-tables.
1047 2009-02-11  Chong Yidong  <cyd@stupidchicken.com>
1049         * dired-aux.el (dired-add-entry): Avoid munging long-form Dired
1050         switches (Bug#2261).
1052 2009-02-11  Juanma Barranquero  <lekktu@gmail.com>
1054         * server.el (server-with-environment): Don't fail for negative
1055         entries in ENV.
1057 2009-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
1059         * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
1060         (vc-default-dir-printer): Add a comment about updating this function.
1062         * vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
1063         for the file name.
1065 2009-02-11  Glenn Morris  <rgm@gnu.org>
1067         * calendar/calendar.el (calendar-window-list): Ignore invisible windows.
1068         (calendar-set-mode-line): Fall back to a default width if we seem to be
1069         called from daemon.  (Bug#2199)
1071         * mail/rmailkwd.el (rmail-make-label): Doc fix.
1072         (rmail-read-label): Add current labels to completion list.  (Bug#2222)
1073         (rmail-set-label): Use `or'.
1075 2009-02-11  Chong Yidong  <cyd@stupidchicken.com>
1077         * emacs-lisp/find-func.el (find-library-name, find-library):
1078         Doc fixes.  (Part of bug#2270)
1080 2009-02-10  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
1082         * env.el (getenv): When FRAME is non-nil, pass the frame environment
1083         to `getenv-internal', not the frame.  (Bug#2259)
1085 2009-02-10  Kenichi Handa  <handa@m17n.org>
1087         * descr-text.el (describe-char-display): On terminal, if terminal
1088         coding system is nil, assume us-ascii.
1089         (describe-char): Don't show the composition information if it is
1090         trivial.
1092 2009-02-10  Nick Roberts  <nickrob@snap.net.nz>
1094         * vc-svn.el (vc-svn-after-dir-status): Use shy group for revision
1095         number as it isn't present for unregistered files.
1097         * vc-dir.el (vc-dir-find-file-other-window): Allow mouse events.
1098         (vc-dir-mouse-map): New keymap.
1099         (vc-default-dir-printer): Use it locally.
1101 2009-02-10  Glenn Morris  <rgm@gnu.org>
1103         * speedbar.el: Avoid messing up font-lock-global-modes.
1105         * mail/mail-utils.el (mail-use-rfc822): Remove * from defcustom doc.
1106         (mail-file-babyl-p): Use with-temp-buffer.
1108         * mail/rmailsort.el: Just require rmail.
1110         * mail/rmailedit.el: Just require rmail.
1111         (rmail-old-pruned): Add doc string.
1112         (rmail-edit-current-message): Use rmail-msg-is-pruned.
1113         (rmail-cease-edit): Don't mangle the leading From line.
1114         Don't mark as edited if there were no changes.  (Bug#2256)
1115         Correctly restore header state.
1117         * mail/rmail.el (rmail-automatic-folder-directives): Doc fix.
1118         (rmail-current-message, rmail-total-messages)
1119         (rmail-message-vector, rmail-deleted-vector): Add doc strings.
1120         (rmail-duplicate-message): Doc fix.
1121         (rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
1122         New functions.
1123         (rmail-get-header, rmail-set-header, rmail-set-attribute):
1124         Use rmail-apply-in-message.
1125         (rmail-message-attr-p): Use rmail-get-header, hence no longer requires
1126         unswapped-ness.
1127         (rmail-get-attr-names): Check for missing or corrupt attribute headers.
1128         (rmail-auto-file): Set the filed attribute, rather than explicitly not
1129         doing so.  (Bug#2231)
1130         (rmail-set-attribute): Allow ATTR to be a string.
1132 2009-02-09  Ulf Jasper  <ulf.jasper@web.de>
1134         * net/newst-treeview.el (newsticker-treeview-save)
1135         (newsticker--treeview-load): Kill groups buffer after saving/loading.
1137 2009-02-09  Tassilo Horn  <tassilo@member.fsf.org>
1139         * doc-view.el (doc-view-scroll-up-or-next-page)
1140         (doc-view-scroll-down-or-previous-page, doc-view-goto-page):
1141         Reset the old hscroll value after switching pages.
1143 2009-02-09  Glenn Morris  <rgm@gnu.org>
1145         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1146         (calendar-holiday-marker): Drop test for color display.
1148 2009-02-08  Glenn Morris  <rgm@gnu.org>
1150         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1151         (calendar-holiday-marker, calendar-mark-visible-date):
1152         * calendar/diary-lib.el (diary-fancy-display):
1153         It doesn't make sense to check font-lock-mode (see comments;
1154         reverts 2008-04-02 change).  (Bug#2199)
1156 2009-02-08  Juri Linkov  <juri@jurta.org>
1158         * simple.el (toggle-word-wrap): New command.
1160 2009-02-07  Chong Yidong  <cyd@stupidchicken.com>
1162         * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
1163         (ps-run-make-tmp-filename): Use temporary-file-directory.
1165         * textmodes/artist.el (artist-system): Allow make-temp-file to use
1166         temporary-file-directory.
1168         * mail/rmailmm.el (rmail-mime-attachment-dirs-alist):
1169         Use temporary-file-directory.
1171 2009-02-07  Glenn Morris  <rgm@gnu.org>
1173         * mail/unrmail.el (rmime-magic-string): Define for compiler.
1175 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1177         * mail/rmail.el (rmail): Bind coding-system-for-read to
1178         no-conversion before calling find-file-noselect.  (Bug#2015)
1180 2009-02-07  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1182         * proced.el (proced-after-send-signal-hook): Use defcustom.
1183         (proced-header-line): Handle header lines that are shorter than
1184         window-hscroll.
1185         (proced-send-signal): Rebind split-width-threshold analogous to
1186         dired-pop-to-buffer.
1188 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1190         * mail/rmail.el (rmail-redecode-body): Don't encode/decode the
1191         message; instead, just rewrite the X-Coding-System header with the
1192         new encoding, and let rmail-show-message do the rest.
1193         Remove unused argument RAW.  Fix doc string to be consistent with the
1194         new implementation.
1195         (rmail-show-message): Honor X-Coding-System header, if present, in
1196         preference to Content-Type header.
1198 2009-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1200         * server.el (server-execute): Enable quit.
1202 2009-02-07  Andreas Schwab  <schwab@suse.de>
1204         * image-mode.el (image-mode): Always set image-type.
1205         (image-minor-mode): Likewise.
1207 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1209         * mail/rmailedit.el (rmail-cease-edit): Look for the message's
1210         encoding, and its "content-transfer-encoding" and "content-type"
1211         headers only in the headers' portion.  (Bug#2017)
1213 2009-02-07  Ulf Jasper  <ulf.jasper@web.de>
1215         * net/newst-treeview.el
1216         (newsticker-treeview-next-new-or-immortal-item): New arg
1217         DONT-WRAP-TREES to prevent infinite recursion.
1219 2009-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1221         * mail/rmailedit.el (rmail-cease-edit): narrow-to-region before
1222         extracting mail message headers.  Use encode-coding-region instead
1223         of insert-buffer-substring for re-encoding edited message.
1224         Add qp/b64 encoding only after text was encoded.
1226 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1228         * subr.el: Don't declare `translation-table-for-input' obsolete.
1229         Equivalent info added to its doc string, q.v.
1231         * files.el (save-buffer): Display "Saving file FOO..." message
1232         regardless of buffer's size.  (Bug#2137)
1234 2009-02-07  Chong Yidong  <cyd@stupidchicken.com>
1236         * simple.el (line-move-visual): Handle overflow-newline-into-fringe.
1238 2009-02-07  Alex Schroeder  <alex@gnu.org>
1240         * mail/unrmail.el (unrmail): Use regexps to find message separators so
1241         as not to match any fake rmime.el separators.  Remove any sections added
1242         by rmime.el.
1244 2009-02-07  Glenn Morris  <rgm@gnu.org>
1246         * mail/metamail.el (metamail-interpret-body): Remove Rmail-specific hack
1247         that is no longer appropriate to mbox Rmail.
1249         * mail/rmailsum.el (rmail-create-summary-line): Widen the view buffer
1250         before trying to move to the start of the message.
1251         (rmail-summary-undelete-many, rmail-summary-rmail-update):
1252         Fix rmail-set-attribute calls.
1254         * mail/sendmail.el (mail-bury-selects-summary, mail-yank-original):
1255         Doc fix.
1256         (rmail-output-to-rmail-buffer): Autoload it.
1257         (mail-do-fcc): Give it a doc string.  Update for mbox Rmail, simplify.
1259 2009-02-06  Glenn Morris  <rgm@gnu.org>
1261         * mail/unrmail.el (unrmail): Use current-time-string.
1263         * simple.el (kill-whole-line): Provide a default argument of 1.
1265         * mail/undigest.el (rmail-mail-separator): Delete.
1266         (undigestify-rmail-message, unforward-rmail-message): Update for
1267         mbox Rmail.
1269 2009-02-05  Kenichi Handa  <handa@m17n.org>
1271         * international/fontset.el (script-representative-chars):
1272         Remove mathematical.
1273         (setup-default-fontset): Add entries for each subgroup of
1274         mathematical script.
1276 2009-02-05  Juri Linkov  <juri@jurta.org>
1278         * image-mode.el (image-mode): Use `image-get-display-property'
1279         instead of `get-text-property'.
1280         (image-minor-mode): Sync the logic with `image-mode' including the
1281         displaying an image file as the actual image by default.
1283 2009-02-05  Alan Mackenzie  <acm@muc.de>
1285         * progmodes/cc-defs.el (c-emacs-features): Check the working of
1286         beginning/end-of-defun-function more rigorously before setting
1287         argumentative-bod-function.
1289 2009-02-05  Dan Nicolaescu  <dann@ics.uci.edu>
1291         * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
1292         (turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
1293         mode on the initial terminal.
1295 2009-02-05  Glenn Morris  <rgm@gnu.org>
1297         * mail/rmail.el (rmail-what-message, rmail-duplicate-message):
1298         Make these functions work.
1300         * net/mairix.el (rmail-buffer): Remove unneeded eval-when-compile.
1301         (rmail-narrow-to-non-pruned-header): Remove autoload.
1302         (mairix-rmail-fetch-field): Handle mbox Rmail.
1304 2009-02-04  Dave Love  <fx@gnu.org>
1306         * net/imap.el (imap-fetch-safe): Bind debug-on-error.
1307         (imap-debug): Add imap-fetch-safe.
1309 2009-02-04  Teodor Zlatanov  <tzlatanov@jumptrading.com>
1311         * net/netrc.el (netrc-machine-user-or-password): Use list of
1312         auth-source modes.
1314 2009-02-04  Nick Roberts  <nickrob@snap.net.nz>
1316         * vc-svn.el (vc-svn-diff): Revert previous change but add a test
1317         for newvars is nil. (C-u C-x v = with default values).
1319 2009-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
1321         * vc-bzr.el (vc-bzr-working-revision): Recognize a newer branch
1322         format.  Use when instead of if.
1324 2009-02-04  Miles Bader  <miles@gnu.org>
1326         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, forward-list)
1327         (backward-list, backward-up-list, beginning-of-defun)
1328         (beginning-of-defun-raw, end-of-defun): Add "^" to interactive spec.
1330 2009-02-04  Glenn Morris  <rgm@gnu.org>
1332         * mail/mail-utils.el (mail-fetch-field): Previous doc fix was
1333         ill-advised.
1335         * mail/rmail.el: No need for mule-util when compiling.
1336         (rmail-first-message): Unbreak it.
1338         * mail/rmailmsc.el: Require rmail not just when compiling.
1339         Remove unneeded declarations.
1341         * term/ns-win.el (ns): Define as a custom group.
1343 2009-02-04  Kenichi Handa  <handa@m17n.org>
1345         * international/mule-cmds.el (select-safe-coding-system):
1346         Use buffer-chars-modified-tick instead of buffer-modified-tick.
1348         * descr-text.el (describe-char): Check font-object by fontp.
1350         * composite.el (compose-gstring-for-terminal): If a character is
1351         not supported by the current terminal, don't make a multi-glyph
1352         grapheme cluster.
1353         (auto-compose-chars): Check font-object by fontp.
1355 2009-02-03  Glenn Morris  <rgm@gnu.org>
1357         * mail/unrmail.el (unrmail): In the absence of Mail-from, prefer Date
1358         over current-time.  (Bug#2175)
1360         * mail/rmail.el (rmail-convert-babyl-to-mbox): Disable undo while
1361         inserting the converted mailbox.
1362         (rmail-get-new-mail): Restore the loop over inboxes when two or more
1363         have the same basename.  (Bug#2164)
1364         Set the return value according to whether any mail was found,
1365         not just in the last inbox.  Only show a message and run the hook after
1366         checking all inboxes.
1367         (rmail-get-new-mail-1): Move message display and running the hook to
1368         rmail-get-new-mail.
1370         * mail/rmailkwd.el (rmail-label-obarray): Initialize using
1371         rmail-attr-array.
1372         (rmail-make-label, rmail-read-label): Give it a doc string.
1373         (rmail-add-label, rmail-kill-label): Change argument name to match the
1374         doc.  Doc fix.
1375         (rmail-set-label): Doc fix.  Also update summary in attr case.
1376         Accept labels as a string or a symbol.  (Bug#2165)
1378         * mail/rmailsum.el (rmail-get-summary-labels): Treat empty labels as
1379         null.
1381 2009-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1383         * progmodes/vhdl-mode.el (vhdl-prepare-search-1)
1384         (vhdl-prepare-search-2): Properly cleanup on `quit'.
1386         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
1387         Mark the entries as being "system" entries rather than "user" entries.
1389 2009-02-02  Thien-Thi Nguyen  <ttn@gnuvola.org>
1391         * smerge-mode.el (smerge-start-session): Add interactive spec.
1393 2009-02-02  Glenn Morris  <rgm@gnu.org>
1395         * mail/rmail.el (rmail-ignored-headers, rmail-displayed-headers)
1396         (rmail-retry-ignored-headers, rmail-highlighted-headers):
1397         Restore autoloads.
1399 2009-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1401         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
1403 2009-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1405         * cmuscheme.el (scheme-args-to-list): Remove.
1406         (run-scheme): Use split-string-and-unquote instead, so as to allow
1407         spaces in the command name and/or the arguments.
1409 2009-02-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
1411         * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.
1413 2009-02-01  Michael Albinus  <michael.albinus@gmx.de>
1415         Sync with Tramp 2.1.15.
1417         * net/tramp.el (tramp-read-passwd): Cache passwords shall still be
1418         used.
1420         * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
1422         * net/trampver.el: Update release number.
1424 2009-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1426         * mail/rmail.el (rmail-view-buffer): Make buffer-local.
1427         (rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
1428         (rmail-undelete-previous-message, rmail-mark-message)
1429         (rmail-speedbar-buttons): Use with-current-buffer.
1430         (rmail-mode-map): Move initialization into declaration.
1431         (rmail-swap-buffers, rmail-unfontify-buffer-function)
1432         (rmail-fontify-message): Use restore-buffer-modified-p.
1433         (rmail-expunge-and-save): Don't swap buffer.
1434         (rmail-get-header, rmail-set-header, rmail-set-attribute)
1435         (rmail-apply-in-message): Swap save-excursion and save-restriction.
1437         * mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car
1438         if possible.
1440         * mail/rmailedit.el (rmail-edit-map): Move init into declaration.
1441         (rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
1443 2009-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1445         * mouse.el (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.
1447         * progmodes/ebrowse.el:
1448         * international/robin.el:
1449         * emulation/viper-util.el:
1450         * emulation/viper-mous.el:
1451         * emulation/viper-keym.el:
1452         * ediff.el:
1453         * ediff-wind.el:
1454         * ediff-vers.el:
1455         * ediff-ptch.el:
1456         * ediff-mult.el:
1457         * ediff-merg.el:
1458         * ediff-diff.el: Follow commenting conventions.
1460 2009-01-31  Eli Zaretskii  <eliz@gnu.org>
1462         * mail/rmail.el (rmail-redecode-body): Use eight-bit instead of
1463         obsolete eight-bit-control and eight-bit-graphic.
1465 2009-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1467         * emacs-lisp/elp.el (elp-results-symname-map): Add follow-link.
1469 2009-01-31  Chong Yidong  <cyd@stupidchicken.com>
1471         * emacs-lisp/lisp.el (end-of-defun): Protect against
1472         infloops (Bug#2106).
1474 2009-01-31  Dan Nicolaescu  <dann@ics.uci.edu>
1476         * vc-dir.el (vc-dir-mouse-map):
1477         (vc-default-dir-printer):
1478         (vc-dir-find-file-other-window): Undo previous change, it breaks
1479         the behavior of mouse-2.
1480         (vc-dir-mode): Fix docstring.
1482         * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
1483         logic, it makes the makes the normal case too slow.
1485 2009-01-31  Eli Zaretskii  <eliz@gnu.org>
1487         * mail/unrmail.el (unrmail): Set coding-system of the old Rmail
1488         file to `raw-text-unix'.  Bind coding-system-for-write when
1489         writing out the converted message, and make sure it uses Unix EOLs.
1491         * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
1492         encoding to `raw-text-unix'.
1493         (rmail-perm-variables): Set encoding of rmail-view-buffer to
1494         `undecided-unix'.
1495         (rmail-redecode-body): Don't change EOL conversion of the new
1496         encoding if the old one left it unspecified.
1497         (rmail-automatic-folder-directives, rmail): Doc fixes.
1498         (rmail-swap-buffers): New function.
1499         (rmail-change-major-mode-hook, rmail-swap-buffers-maybe)
1500         (rmail-show-message): Use rmail-swap-buffers.
1501         (rmail-decode-region): If DESTINATION is a buffer, set the
1502         encoding of that buffer, rather than the current buffer.
1503         (rmail-show-message): Make error message about uuencoded mail
1504         more explicit.
1505         (rmail-show-message-maybe): Simplify code.  Doc fix.
1506         (rmail-show-message): Doc fix.
1508 2009-01-31  Glenn Morris  <rgm@gnu.org>
1510         * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty
1511         folder.
1513         * mail/rmail.el (rmail-msg-is-pruned): New function.
1514         (rmail-toggle-header): Doc fix.  Use rmail-msg-is-pruned.
1515         (rmail-reply): Set up to yank from the decoded message rather than the
1516         raw one.  (Bug#2104).
1518         * mail/mail-utils.el (mail-fetch-field): Doc fix.
1520         * mail/uce.el (rmail-current-message): Remove unneeded declaration.
1521         (uce-message-text, uce-default-headers): Fix custom type.
1522         (rmail-buffer, rmail-msg-is-pruned): Declare.
1523         (uce-reply-to-uce): Add autoload cookie.  Doc fix.
1524         Update for mbox Rmail.
1526 2009-01-31  Nick Roberts  <nickrob@snap.net.nz>
1528         * vc-dir.el (vc-dir-mouse-map): New keymap.
1529         (vc-default-dir-printer): Use it locally.
1530         (vc-dir-find-file-other-window): Allow mouse events.
1532 2009-01-30  Eli Zaretskii  <eliz@gnu.org>
1534         * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
1535         into Rmail-mbox attributes.
1537         * mail/rmail.el (rmail-convert-babyl-to-mbox):
1538         Bind coding-system-for-read to `raw-text', and use insert-file-contents
1539         instead of insert-file-contents-literally.  Fixes bug #2019.
1540         (rmail-resent-attr-index): Fix index value.
1542 2009-01-30  Nick Roberts  <nickrob@snap.net.nz>
1544         * vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take
1545         precedence even when its value is t.  (Bug#2093)
1547         * vc-svn.el (vc-svn-dir-status): Correct logic for remote
1548         connection.  (Bug#2093)
1549         (vc-svn-diff): Use old version number even when it is the working
1550         revision.  This is needed, e.g, in the vc-print-log buffer.  (Bug#2092)
1552 2009-01-30  Glenn Morris  <rgm@gnu.org>
1554         * mail/rmail.el (rmail-reply): Handle empty folders.
1555         (rmail-speedbar-buttons)
1556         (rmail-speedbar-move-message-to-folder-on-line): Use line-end-position.
1558         * mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
1559         line-beginning-position calls.
1560         (rmail-header-summary): Use line-end-position.
1562 2009-01-30  Toby Speight  <streapadair@gmx.net>  (tiny change)
1564         * generic-x.el (hosts-generic-mode, named-database-generic-mode):
1565         Fix regexp quoting.  (Bug#1739)
1567 2009-01-29  Michael Albinus  <michael.albinus@gmx.de>
1569         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1570         Allow correction of passwords.
1572 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
1574         * mail/rmail.el (rmail-toggle-header): Determine current header
1575         style using the buffer-local value of rmail-header-style in the
1576         view buffer.
1577         (rmail-show-message): Set a buffer-local value of
1578         rmail-header-style in the view buffer.  (Bug#2016)
1580 2009-01-29  Juanma Barranquero  <lekktu@gmail.com>
1582         * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
1583         Fix typos in docstrings.
1585 2009-01-29  Juanma Barranquero  <lekktu@gmail.com>
1587         * bindings.el (completion-ignored-extensions):
1588         Add entries for VCS metadata directories (CVS/, .svn, etc).
1590         * pcvs.el (completion-ignored-extensions):
1591         * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
1592         directory, now done in bindings.el.
1594 2009-01-29  Klaus Straubinger  <KSNetz@UseNet.ArcorNews.DE>  (tiny change)
1596         * pcmpl-rpm.el (pcmpl-rpm): Doc fix.  (Bug#2094)
1598 2009-01-29  Glenn Morris  <rgm@gnu.org>
1600         * mail/rmail.el (rmail-file-name): Remove duplicate definition.
1601         (rmail-set-header): Ensure header changes get saved.
1603         * mail/rmailedit.el (rmail-summary-disable): Fix declaration.
1605         * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
1606         one, after a label is added.
1608         * mail/rmailsum.el (rmail-summary-update-line): New function.
1609         (rmail-summary-goto-msg): Return a value according to whether message
1610         was found.
1611         (rmail-summary-update-highlight): Give the overlay an 'rmail-summary
1612         property.  Use line-end-position.
1614 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
1616         * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
1617         quoted From lines.
1619         * mail/rmail.el (rmail-redecode-body): New function, based on old
1620         version removed in 2009-01-22 change.
1621         (rmail-show-message): Unquote From lines.
1623 2009-01-28  Tassilo Horn  <tassilo@member.fsf.org>
1625         * doc-view.el (doc-view-mode): Don't use string-match and file
1626         extension to choose fallback mode on empty/non-existing files but
1627         let-bind auto-mode-alist and call normal-mode.
1629 2009-01-28  Eli Zaretskii  <eliz@gnu.org>
1631         * ls-lisp.el (ls-lisp-classify): Propertize file name before
1632         concatenating the type indicating character.
1633         (ls-lisp-format): Don't propertize file-name only if
1634         ls-lisp-classify already did.
1636 2009-01-28  Michael Albinus  <michael.albinus@gmx.de>
1638         * net/dbus.el (dbus-event-error-hooks): Fix docstring.
1639         Describe second parameter of hook functions.
1640         (dbus-handle-event): Apply it.
1642 2009-01-28  Chong Yidong  <cyd@stupidchicken.com>
1644         * mail/rmail.el (rmail-toggle-header): Don't reset
1645         rmail-header-style permanently (bug#2016).
1647 2009-01-28  Denis Howe  <denis.howe@gmail.com>
1649         * complete.el (PC-do-completion): Correct case when completion is
1650         unambiguous.
1652 2009-01-28  Stephen Berman  <stephen.berman@gmx.net>
1654         * calendar/todo-mode.el (todo-insert-item-here):
1655         Prevent insertion of a new entry inside of an existing entry.
1656         Minor code cleanup.  (Bug#2084)
1657         (todo-add-category): Change the interactive spec.  Signal an error
1658         if the Todo file is non-empty but contains no category.
1659         Reject category names that could induce bugs and confusion.
1660         Call todo-mode if the Todo file is new and unsaved.  Simplify handling
1661         of local variables cookie.  Properly display the newly added
1662         category in Todo mode.
1663         (todo-show): Call todo-initial-setup only if there is neither a
1664         Todo file nor a corresponding unsaved buffer.  (Bug#2085)
1665         (todo-category-alist): Delete function.
1666         (todo-completing-read): New function.
1667         (todo-insert-item, todo-jump-to-category): Use it.
1668         (todo-insert-item): Make the use of the prefix argument conform to
1669         the doc string.  (Bug#2086)
1671 2009-01-28  Glenn Morris  <rgm@gnu.org>
1673         * mail/rmail.el (rmail-expunge-and-save): Always show a message,
1674         even when called from the summary.  (Bug#2075)
1675         (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
1676         (rmail-show-message-maybe): Use rmail-no-mail-p.
1677         (rmail-show-message): If empty folder, do nothing.  (Bug#2076)
1678         (rmail-get-labels): Separate status and label fields with a semicolon,
1679         rather than a comma, for consistency with old Rmail.
1681         * mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
1682         starting from the beginning, since mail-fetch-field does not care.
1683         (rmail-create-summary-line): Fix unseen handling.  (Bug#2089)
1684         (rmail-get-summary-status): New name for old rmail-get-summary-labels.
1685         (rmail-get-summary-labels): New function.  Returns labels rather than
1686         status (edited, etc).
1687         (rmail-create-summary): Insert an extra space after the status
1688         flags, for consistency with old rmail, and with current
1689         rmail-summary-font-lock-keywords.
1691 2009-01-28  Chong Yidong  <cyd@stupidchicken.com>
1693         * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
1694         if region is active.  Use cond instead of nested ifs.  (Bug#2053)
1696 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
1698         * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
1699         converting.
1701         * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
1702         which are recognized by the new Rmail, instead of X-BABYL-V6-*.
1704 2009-01-27  Christopher Oliver  <coliver@message.nmc.edu>
1706         * mouse.el (mouse-select-font): Return a string instead of a list.
1708 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
1710         * bindings.el: Swap C-delete and C-backspace bindings here, so we
1711         don't have to do it in normal-erase-is-backspace-mode.
1713         * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
1714         and C-backspace; the latter is not available on ttys anyway.
1716 2009-01-27  Tassilo Horn  <tassilo@member.fsf.org>
1718         (doc-view-mode): Fix broken call to string-match.
1720 2009-01-27  Tassilo Horn  <tassilo@member.fsf.org>
1722         * doc-view.el (doc-view-mode): Enhance docstring and fallback to
1723         fundamental-mode or ps-mode if the file is empty or doesn't exist
1724         at all.
1725         (doc-view-initiate-display): Better info message if doc-view-mode
1726         cannot be used.  (Missing utility or no png support/no X frame.)
1727         (Bug#2058)
1729 2009-01-27  Glenn Morris  <rgm@gnu.org>
1731         * mail/rmail.el (rmail-copy-headers): Doc fix.  Leave point at the end
1732         of the headers in the full header case.  (Bug#2073)
1734 2009-01-27  Kenichi Handa  <handa@m17n.org>
1736         * mail/rmail.el (rmail-get-coding-system): Re-search
1737         rmail-mime-charset-pattern directly instead of using
1738         mail-fetch-field.  Use coding-system-from-name.
1740         * international/mule-cmds.el (canonicalize-coding-system-name)
1741         (coding-system-from-name): New functions.
1743 2009-01-27  Glenn Morris  <rgm@gnu.org>
1745         * dired-x.el (dired-bind-vm): Doc fix.
1747         * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
1748         Replace `first' and `rest' with `car' and `cdr' throughout.
1749         (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
1750         (rsf-scanning-messages-now): Doc fix.
1751         (rsf-check-field): Rename from `check-field' and update callers.
1752         (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
1753         Use rmail-output rather than deleted rmail-output-to-rmail-file.
1755         * mail/rmail.el: Remove leading `*' from defcustom docs.
1756         Remove needless autoloads of many defcustoms and hooks.
1757         (rmail-enable-mime, rmail-insert-mime-resent-message-function)
1758         (rmail-search-mime-message-function, rmail-search-mime-header-function)
1759         (rmail-decode-mime-charset): Doc fix.
1760         (rmail-search-message, rmail-resend): Check functions set before use.
1762         * mail/rmailout.el: Remove leading `*' from defcustom docs.
1763         Remove needless autoloads of many defcustoms.
1764         (rmail-output-to-babyl-buffer): Rename from
1765         rmail-output-to-r-mail-buffer and update caller.
1766         (rmail-output): Doc fix.
1768         * mail/rmailsum.el: Remove leading `*' from defcustom docs.
1769         Remove needless autoloads of many defcustoms.
1770         (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
1771         is set.
1773         * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
1774         (batch-unrmail, unrmail): Doc fix.
1776         * mail/rmailsum.el (rmail-message-recipients-p-1)
1777         (rmail-message-regexp-p-1): Ensure searches start from the
1778         beginning of the header.
1780 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
1782         * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
1784 2009-01-27  Jay Belanger  <jay.p.belanger@gmail.com>
1786         * calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
1787         expand the denominator.
1789 2009-01-26  Michael Albinus  <michael.albinus@gmx.de>
1791         * net/dbus.el (dbus-event-error-hooks): New variable.
1792         (dbus-handle-event): Use it.
1794 2009-01-26  Glenn Morris  <rgm@gnu.org>
1796         * Makefile.in (ELCFILES): Update.
1798         * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
1799         replies.  (Bug#512)
1801 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1803         * calendar/icalendar.el (icalendar-uid-format): Fix doc string.
1805 2009-01-25  Adrian Robert  <Adrian.B.Robert@gmail.com>
1807         * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
1808         Remove from global map and key definitions.
1809         (ns-toggle-toolbar, ns-info-prefs): Add to global map and key
1810         definitions.
1811         (ns-show-preferences-help, ns-unput-working-text): New functions.
1812         (ns-unecho-working-text): Update message.
1814 2009-01-25  Craig Markwardt  <cbmarkwardt@gmail.com>
1816         * calendar/icalendar.el (icalendar-uid-format): New defcustom
1817         variable to allow the user to choose icalendar UID format.
1818         (icalendar--diarytime-to-isotime): Bug fix, now times in the range
1819         12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
1820         (icalendar-export-region,icalendar--create-uid): Use custom
1821         function to compute icalendar UID for each entry.
1822         (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
1823         with description, location, etc. fields (need to keep active count
1824         of fields encountered).  Another bug fix to the regex that matches
1825         multiple lines (need \' regex instead of $ to match end-of-entry).
1827 2009-01-25  Juri Linkov  <juri@jurta.org>
1829         * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
1830         change its title from "Recursive grep..." to "Grep via Find...".
1831         Add menu items for lgrep and rgrep.
1833 2009-01-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1835         * ps-print.el (ps-print-version): New version 7.3.4.
1837 2009-01-24  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
1839         * ps-print.el: Fix face background/foreground extraction.
1840         (ps-face-extract-color): New fun.
1841         (ps-face-attributes, ps-face-attribute-list): Code fix.
1843 2009-01-24  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
1845         * align.el (align-region): Avoid infloop.
1847 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
1849         * env.el (environment): Function removed.
1851         * international/mule-cmds.el (set-language-environment-coding-systems):
1852         If default-buffer-file-coding-system is nil, set up to have EOLs that
1853         are native for the underlying system-type.  (Bug#1853)
1854         (prefer-coding-system, set-default-coding-systems): Doc fix.
1856 2009-01-24  Juanma Barranquero  <lekktu@gmail.com>
1858         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
1859         Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
1860         (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
1861         Use `string-match-p'.
1863 2009-01-24  Ulf Jasper  <ulf.jasper@web.de>
1865         * net/newst-treeview.el (newsticker--treeview-first-feed): New.
1866         (newsticker-treeview-next-new-or-immortal-item): Try first-feed if
1867         next-feed does not succeed.  Fixes bug#1710 even more.
1868         (newsticker-treeview-next-feed): Simplify.
1869         (newsticker--group-get-feeds): Suppress group names in result.
1871 2009-01-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
1873         * term/ns-win.el (menu-bar-select-frame): Drop this override.
1874         (menu-bar-update-frames): Update call to menu-bar-select-frame.
1876 2009-01-24  Glenn Morris  <rgm@gnu.org>
1878         * mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
1879         "popmail" by "pormail".
1881         * language/ethio-util.el (rmail-current-message, rmail-message-vector):
1882         Remove unneeded declarations.
1884 2009-01-24  Jay Belanger  <jay.p.belanger@gmail.com>
1886         * calc/calc-poly.el (calcFunc-apart): Improve test for
1887         rational functions.
1889 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
1891         * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
1892         return value of rmail-get-labels.
1894         * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
1895         return value of rmail-get-labels.
1897         * mail/rmail.el (rmail-get-labels): Obey the MSG argument.
1898         (rmail-buffer-swapped): Fix last change.  (Bug#1997)
1900 2009-01-23  Ulf Jasper  <ulf.jasper@web.de>
1902         * net/newst-backend.el (newsticker--cache-read): Offer deletion of
1903         old cache file.  Fixes bug#1710.
1905 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
1907         * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
1909 2009-01-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
1911         * term/ns-win.el (ns-insert-working-text, ns-put-working-text):
1912         Switch names and update comments for clarity.
1914 2009-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1916         * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
1917         start is nil, as was done in tar-mode.el.
1919 2009-01-23  Glenn Morris  <rgm@gnu.org>
1921         * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
1922         more.
1924         * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
1926 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
1928         * server.el (server-name): Make it a defcustom.  (Bug#1995)
1930         * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
1932 2009-01-23  Glenn Morris  <rgm@gnu.org>
1934         * Makefile.in (ELCFILES): Update.
1936 2009-01-22  Ulf Jasper  <ulf.jasper@web.de>
1938         * net/newst-treeview.el
1939         (newsticker-treeview-next-new-or-immortal-item): New optional arg
1940         current-item-counts.  Move to next feed if necessary.  (Bug#1569)
1941         (newsticker-treeview-prev-new-or-immortal-item): Move to previous
1942         feed if necessary.  (Bug#1569)
1943         (newsticker-treeview-next-feed)
1944         (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
1945         Don't activate node nil.  (Bug#1569)
1947 2009-01-22  Paul Reilly  <pmr@pajato.com>
1948             Henrik Enberg  <enberg@printf.se>
1949             Alex Schroeder  <alex@gnu.org>
1950             Chong Yidong  <cyd@stupidchicken.com>
1951             Richard M Stallman  <rms@gnu.org>
1952             Glenn Morris  <rgm@gnu.org>
1953             Juanma Barranquero  <lekktu@gmail.com>
1955         * mail/rmail.el: Code implementing Rmail-mbox functionality.
1956         (rmail-attribute-header, rmail-keyword-header)
1957         (rmail-answered-attr-index, rmail-deleted-attr-index)
1958         (rmail-edited-attr-index, rmail-filed-attr-index)
1959         (rmail-retried-attr-index, rmail-forwarded-attr-index)
1960         (rmail-unseen-attr-index, rmail-resent-attr-index)
1961         (rmail-attr-array, rmail-header-style, rmail-file-name)
1962         (rmail-buffer-swapped): New vars.
1963         (rmail-convert-file-maybe, rmail-error-bad-format)
1964         (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
1965         (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
1966         (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
1967         (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
1968         (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
1969         (rmail-get-header, rmail-set-header, rmail-get-attr-names)
1970         (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
1971         (rmail-message-attr-p, rmail-message-unseen-p)
1972         (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
1973         (rmail-show-message-maybe, rmail-copy-headers)
1974         (rmail-simplified-subject, rmail-simplified-subject-regexp)
1975         (rmail-write-region-annotate): New functions.
1977         (rmail-keywords, rmail-default-rmail-file): Delete vars.
1978         (rmail-convert-mailpath, rmail-convert-file)
1979         (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
1980         (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
1981         (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
1982         (rmail-redecode-body)
1983         (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
1984         (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
1985         (rmail-count-screen-lines, rmail-message-regexp-p)
1986         (rmail-current-subject, rmail-current-subject-regexp): Delete functions.
1987         (rmail-nuke-pinhead-header): Move to rmailout.el.
1989         (rmail-ignored-headers): Add additional headers.
1990         (rmail-mode-map): Update key commands.
1991         (rmail-tool-bar-map): Build tool-bar unconditionally.
1992         (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
1993         conversion and new buffer swapping mechanism.
1994         (rmail-perm-variables): Use new vars, and remove deleted ones.
1995         (rmail-revert): Use rmail-convert-file-maybe.
1996         (rmail-duplicate-message): Use rmail-show-message-maybe.
1997         (rmail-get-new-mail): Don't leave the buffer screwed up if we get
1998         a disk-full error.
1999         (rmail-parse-url): Strip embedded password.
2000         (rmail-insert-inbox-text): Default to movemail if
2001         rmail-movemail-program is null.  Handle mbox format.
2002         (rmail-decode-region): New arg.
2003         (rmail-display-labels): Don't perform Babyl processing.
2004         (rmail-set-attribute, rmail-message-labels-p, rmail-search)
2005         (rmail-set-message-counters, rmail-count-new-messages)
2006         (rmail-set-message-counters-counter, rmail-show-message)
2007         (rmail-next-same-subject, rmail-reply): Use mbox format.
2008         (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
2009         (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
2010         buffer swapping mechanism.
2012         * mail/rmailedit.el: Require rmailsum.el.
2013         (rmail-edit-mode): First check if buffer is swapped.
2014         (rmail-edit-saved-coding-system): Delete var.
2015         (rmail-edit-current-message): Don't call deleted vars.
2016         (rmail-cease-edit): Handle mbox format.
2017         (rmail-abort-edit): Widen buffer.
2019         * mail/rmailkwd.el: Require rmail.el.  Remove unneeded function
2020         declarations.
2021         (rmail-buffer, rmail-current-message, rmail-last-label)
2022         (rmail-last-multi-labels, rmail-summary-vector)
2023         (rmail-total-messages, rmail-attributes, rmail-deleted-label)
2024         (rmail-keywords): Delete vars.
2025         (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
2026         (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
2027         (rmail-parse-file-keywords, rmail-install-keyword): Delete functions.
2028         (rmail-make-label): New function.
2029         (rmail-read-label): Don't call rmail-parse-file-keywords.
2030         (rmail-set-label): Rewrite using rmail-set-attribute.
2031         (rmail-next-labeled-message): Use rmail-get-labels.
2033         * mail/rmailmm.el: New file.
2035         * mail/rmailmsc.el: Require rmail.el.
2036         (set-rmail-inbox-list): Set rmail-inbox-list directly.
2038         * mail/rmailout.el (rmail-output-decode-coding): New var.
2039         (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
2040         (rmail-convert-to-babyl-format, rmail-output-as-mbox)
2041         (rmail-output-to-rmail-buffer): New functions.
2042         (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
2043         Delete functions.
2044         (rmail-nuke-pinhead-header): Move from rmail.el.
2045         (rmail-output): Rewrite to accept both mbox and babyl output.
2046         (rmail-output-as-seen, rmail-output-body-to-file): Rewrite to
2047         use mbox internal format.
2049         * mail/rmailsort.el: Eval mail-utils when compiled.  Require rmail.el.
2050         (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
2051         (rmail-sort-by-recipient, rmail-sort-by-correspondent):
2052         Use rmail-get-header.
2053         (rmail-sort-messages): Use new buffer swapping mechanism.
2054         Handle mbox internal format.
2056         * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
2057         (rmail-message-recipients-p, rmail-message-recipients-p-1)
2058         (rmail-message-regexp-p, rmail-new-summary-1)
2059         (rmail-get-create-summary-buffer, rmail-get-summary)
2060         (rmail-create-summary-line, rmail-get-summary-labels)
2061         (rmail-create-summary, rmail-header-summary)
2062         (rmail-summary-output, rmail-summary-output-as-seen): New functions.
2063         (rmail-summary-by-topic, rmail-message-senders-p)
2064         (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
2065         internal format.
2066         (rmail-new-summary): Rewrite window handling.
2067         (rmail-make-summary-line, rmail-make-summary-line-1)
2068         (rmail-make-basic-summary-line)
2069         (rmail-summary-output-to-rmail-file): Functions deleted.
2070         (rmail-summary-undelete, rmail-summary-rmail-update)
2071         (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
2072         (rmail-summary-show-message, rmail-summary-wipe)
2073         (rmail-summary-toggle-header, rmail-summary-reply):
2074         Use rmail-buffer instead of rmail-view-buffer.
2075         (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
2076         (rmail-summary-goto-msg): Use rmail-show-message-maybe.
2077         (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
2079 2009-01-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
2081         * term/ns-win.el (ns-show-manual): Fix node name.
2082         (x-open-connection): Fix typo in declaration filename.
2084 2009-01-22  Romain Francoise  <romain@orebokech.com>
2086         * Makefile.in (ELCFILES): Update.
2088 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
2090         * frame.el (make-frame-on-tty): Remove function, inline contents
2091         in the only user ...
2093         * server.el (server-create-tty-frame): ... here.
2095 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
2097         * format.el (format-annotate-function):
2098         Set write-region-post-annotation-function.
2100 2009-01-21  John Wiegley  <johnw@newartisans.com>
2102         * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
2103         list of output filters.
2104         (eshell-mode): Change the default binding of C-a to eshell-bol.
2105         I don't think it's actually bound at all by default in eshell;
2106         it just falls back to the default binding of C-a.
2108 2009-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2110         * minibuffer.el (completion--insert-strings): Fix up computation of
2111         column position which manifested e.g. in proced's signal completion.
2113 2009-01-21  Chong Yidong  <cyd@stupidchicken.com>
2115         * server.el (server-start): Allow server to shut down when no
2116         frames are available in daemon-mode.
2118 2009-01-21  Juanma Barranquero  <lekktu@gmail.com>
2120         * term.el (term-previous-matching-input, term-next-matching-input)
2121         (term-previous-matching-input-from-input)
2122         (term-next-matching-input-from-input, term-backward-matching-input)
2123         (term-forward-matching-input): Change argument name to match docstring.
2125 2009-01-21  Glenn Morris  <rgm@gnu.org>
2127         * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
2128         that are no longer needed.
2129         (authors-scan-change-log): Doc fix.
2130         (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
2132 2009-01-20  Agustín Martín  <agustin.martin@hispalinux.es>
2134         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2135         Use aspell default dict.
2137 2009-01-20  Kenichi Handa  <handa@m17n.org>
2139         * descr-text.el (describe-char): Improve description of eight-bit
2140         char in a unibyte buffer.  (Bug#1935)
2142 2009-01-20  Glenn Morris  <rgm@gnu.org>
2144         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2145         Add some entries.
2147 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
2149         * progmodes/ruby-mode.el: Autoload other interpreter names.
2151 2009-01-19  Juanma Barranquero  <lekktu@gmail.com>
2153         * descr-text.el (describe-char-categories): New defsubst.
2154         (describe-char): Use it.
2156 2009-01-19  Michael Albinus  <michael.albinus@gmx.de>
2158         * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
2159         IPv4 mapped IPv6 addresses.
2161 2009-01-18  Juanma Barranquero  <lekktu@gmail.com>
2163         * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
2164         the beginning of the buffer.  (Bug#1949)
2166 2009-01-18  Markus Triska  <markus.triska@gmx.at>
2168         * linum.el (linum-update-window): Use `delq' instead of `delete';
2169         compare strings with `equal-including-properties'.
2171 2009-01-17  Glenn Morris  <rgm@gnu.org>
2173         * progmodes/cc-langs.el (declare-function): Add compatibility stub.
2174         (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
2176         * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
2177         (eldoc-message-commands, eldoc-print-current-symbol-info):
2178         Doc fix (consistent case of "ElDoc").
2180 2009-01-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2182         * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
2184 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
2186         * dos-w32.el (find-buffer-file-type-coding-system): If `(car
2187         TARGET)' does not exist, try again with its basename replaced by
2188         `(cdr TARGET)'.  (Related to Bug #1853.)
2190         * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
2192 2009-01-16  Agustín Martín  <agustin.martin@hispalinux.es>
2194         * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
2195         unless flyspell-mode is enabled.
2196         (flyspell-pre-point): Make buffer-local.
2198 2009-01-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2200         * textmodes/bibtex.el (bibtex-format-entry): For updating field
2201         delimiters, allow fields that are composed of strings and string
2202         constants.
2203         (bibtex-mode): Doc fix.
2205 2009-01-16  Agustín Martín  <agustin.martin@hispalinux.es>
2207         * textmodes/ispell.el: Protect against declare-function undefined
2208         in XEmacs.
2209         (ispell-program-name): Search also for hunspell when setting default.
2210         (ispell-find-aspell-dictionaries): Better error message.  Use correct
2211         dictionary alist for default.  Better fallback default dictionary.
2213 2009-01-16  Ulrich Mueller  <ulm@kph.uni-mainz.de>
2215         * international/quail.el (quail-insert-kbd-layout):
2216         Delete superfluous handling of 8-bit code.  (Bug#1418)
2218 2009-01-16  Glenn Morris  <rgm@gnu.org>
2220         * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
2221         (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
2222         (eldoc-highlight-function-argument): Doc fix - mention effect of
2223         eldoc-documentation-function.
2224         (eldoc-message-commands-table-size, eldoc-message-commands)
2225         (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
2226         (eldoc-documentation-function): Mention effect on user options.
2228         * emacs-lisp/copyright.el (copyright-update): Doc fix.
2230 2009-01-16  Kevin Ryde  <user42@zip.com.au>
2232         * tar-mode.el (tar-rename-entry): Only test the magic string, without
2233         its version number, and then set both.
2235 2009-01-16  Richard M Stallman  <rms@gnu.org>
2237         * textmodes/paragraphs.el (sentence-end): Accept non-break space.
2239 2009-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
2241         * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
2242         Refer to revert-buffer, not Buffer-menu-revert.
2243         (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
2244         (Buffer-menu-revert): Remove function, unused.
2245         (Buffer-menu-mode-map): Don't bind keys already
2246         bound by special-mode.
2247         (Buffer-menu-mode-map): Add a menu.
2249 2009-01-15  Stephen Eglen  <stephen@gnu.org>
2251         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
2253 2009-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
2255         * vc-hg.el (vc-hg-diff): Pass relative file names.  (Bug#1903)
2257 2009-01-15  Martin Rudalics  <rudalics@gmx.at>
2259         * window.el (special-display-p): Revert 2009-01-14 change.
2261 2009-01-15  Glenn Morris  <rgm@gnu.org>
2263         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2264         (authors-obsolete-files-regexps, authors-ignored-files):
2265         (authors-renamed-files-alist): Add some entries.
2266         (authors-fixed-entries): Change some entries.
2267         (authors-canonical-file-name): Doc fix.
2268         (authors-scan-change-log): Handle joint authorship in ChangeLogs.
2270 2009-01-14  Juri Linkov  <juri@jurta.org>
2272         * info.el (Info-isearch-filter): Don't filter out invisible text
2273         when search-invisible is t.  (Bug#1848)
2275         * simple.el (blink-matching-open): Use `minibuffer-message' to
2276         display messages in the minibuffer.
2278         * help.el (view-help-file):
2279         * menu-bar.el (menu-bar-help-extra-packages):
2280         Use goto-address-mode instead of goto-address.
2282         * net/goto-addr.el (goto-address-url-face): Change default value
2283         from `bold' to `link'.
2285 2009-01-14  Juanma Barranquero  <lekktu@gmail.com>
2287         * international/mule-diag.el (print-list): Fix 2008-12-03 change.
2289 2009-01-14  Martin Rudalics  <rudalics@gmx.at>
2291         * frame.el (special-display-popup-frame): Rewrite doc-string and
2292         simplify code.
2294         * window.el (special-display-buffer-names)
2295         (special-display-regexps): Add customization support for
2296         function/other-args elements.  Rewrite doc-strings.
2297         (special-display-function): Rewrite doc-string.
2298         (same-window-buffer-names, same-window-regexps):
2299         Minor doc-string fixes.
2300         (special-display-p): Minor rewrite.
2302 2009-01-14  Glenn Morris  <rgm@gnu.org>
2304         * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
2306 2009-01-14  Juanma Barranquero  <lekktu@gmail.com>
2308         * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
2309         MESSAGEs with internal square brackets (i.e., " this [test] message").
2310         Use `string-match-p'.
2311         (completion--make-envvar-table, completion--file-name-table)
2312         (completion-pcm--string->pattern, completion-pcm--all-completions)
2313         (completion-pcm--filename-try-filter): Use `string-match-p'.
2315 2009-01-14  Juri Linkov  <juri@jurta.org>
2317         * progmodes/bug-reference.el (bug-reference-fontify): Check for
2318         non-nil `bug-reference-url-format' before putting an overlay
2319         property `bug-reference-url'.
2320         (bug-reference-mode, bug-reference-prog-mode): Don't check for
2321         `bug-reference-url-format'.  Doc fix.  (Bug#1744)
2323 2009-01-13  Chong Yidong  <cyd@stupidchicken.com>
2325         * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
2326         for exit-emacs item.  Bind it to save-buffers-kill-terminal.
2328         * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
2329         loaded.
2331 2009-01-13  Jason Rumney  <jasonr@gnu.org>
2333         * faces.el (face-valid-attribute-values): No stipple on w32.  (Bug#884)
2335 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
2337         * subr.el (play-sound): Doc fix.  (Bug#250)
2338         (shell-quote-argument, field-at-pos): Fix typos in docstrings.
2340 2009-01-12  Alan Mackenzie  <acm@muc.de>
2342         * textmodes/paragraphs.el (forward-sentence): Change limit of
2343         re-search-backward to allow values of `sentence-end' anchored at BOL.
2345 2009-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2347         * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
2348         subfield of the magic string.
2350 2009-01-11  Jay Belanger  <jay.p.belanger@gmail.com>
2352         * calc/calc-lang.el (math-compose-tex-sqrt): New function.
2353         (math-special-function-table): Use `math-compose-tex-sqrt' to
2354         compose sqrts in TeX and LaTeX mode.
2356 2009-01-11  Chong Yidong  <cyd@stupidchicken.com>
2358         * faces.el (describe-face): Ignore anonymous faces.
2360         * server.el (server-save-buffers-kill-terminal): Args changed.
2361         Handle nowait client frames.
2363         * files.el (save-buffers-kill-terminal): Args for
2364         server-save-buffers-kill-terminal changed.
2366 2009-01-11  Juanma Barranquero  <lekktu@gmail.com>
2368         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
2370 2009-01-11  Glenn Morris  <rgm@gnu.org>
2372         * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
2373         Silence compiler.
2375         * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
2376         some entries.
2377         (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
2378         (authors-renamed-files-alist): Add entries.
2379         (authors-fixed-entries): Update for renamed and removed files.
2380         (authors-canonical-file-name): Add entries to
2381         authors-checked-files-alist based on their full names, expanded relative
2382         to each log-file directory.
2383         (authors-scan-el, authors-add-to-author-list, authors):
2384         Handle multiple authors in a file, via a new :cowrote category.
2386         * emacs-lisp/copyright.el (copyright-update): Add doc-string.
2388 2009-01-10  Richard M Stallman  <rms@gnu.org>
2390         * mail/mail-utils.el (mail-quote-printable-region): New function.
2392 2009-01-10  Glenn Morris  <rgm@gnu.org>
2394         * calendar/cal-move.el (calendar-scroll-left-three-months)
2395         (calendar-scroll-right-three-months):
2396         * calendar/holidays.el (calendar-list-holidays)
2397         (calendar-mark-holidays):
2398         * calendar/lunar.el (calendar-lunar-phases):
2399         Add event handling, for when called from menus with the calendar buffer
2400         not current.
2402 2009-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
2404         * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
2405         Move setting up whitepace-mode ...
2406         (diff-mode): ... here.
2407         (diff-mode-menu): Add a menu entry for showing trailing whitespace.
2409 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
2411         * faces.el (x-font-family-list): Remove entirely.
2413 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
2415         Fix Bug #876:
2417         * info.el (info-insert-file-contents, Info-insert-dir):
2418         Bind inhibit-null-byte-detection to non-nil.
2420 2009-01-10  Martin Rudalics  <rudalics@gmx.at>
2422         * tool-bar.el (tool-bar-mode): Modify all frame parameters when
2423         toggling tool bars on.  (Bug#1754)
2425 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
2427         * faces.el (face-valid-attribute-values): Use string as value for
2428         :family attribute.  Now, font-family-list returns a list of strings.
2429         (x-font-family-list): Obsolete compatibility version of function
2430         from xfaces.c.
2432 2009-01-09  Martin Rudalics  <rudalics@gmx.at>
2434         * window.el (special-display-buffer-names)
2435         (special-display-regexps, special-display-function):
2436         In doc-strings say "same-window" instead of "same-buffer".
2438 2009-01-09  Michael Albinus  <michael.albinus@gmx.de>
2440         * net/tramp.el: Revert previous patch.  `last-command-char' is
2441         used in code intended only for XEmacs, where it is different from
2442         `last-command-event'.
2444 2009-01-09  Glenn Morris  <rgm@gnu.org>
2446         * subr.el (last-input-char, last-command-char):
2447         Move here from src/keyboard.c.
2449         * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
2450         * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
2451         * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
2452         * wdired.el:
2453         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
2454         * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
2455         * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
2456         * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
2457         * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
2458         * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
2459         * eshell/em-smart.el, eshell/esh-mode.el:
2460         * international/mule-cmds.el:
2461         * mail/mailabbrev.el:
2462         * net/tramp.el:
2463         * play/mpuz.el:
2464         * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
2465         * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
2466         * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
2467         * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
2468         * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
2469         * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
2470         * progmodes/vhdl-mode.el, progmodes/xscheme.el:
2471         * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
2472         Replace last-command-char with last-command-event.
2474         * double.el, electric.el, replace.el, term.el, terminal.el:
2475         * calc/calc.el:
2476         * emulation/viper-cmd.el:
2477         * international/mule-cmds.el:
2478         * obsolete/iso-acc.el:
2479         * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
2481         * emacs-lisp/edebug.el: Remove references to last-command-char and
2482         last-input-char, since these have been identical to last-command-event
2483         and last-input-event since at least Emacs 19.
2484         (edebug-outside-last-command-char, edebug-outside-last-input-char):
2485         Remove.
2487 2009-01-09  Dave Love  <fx@gnu.org>
2489         * calendar/time-date.el: Require cl for `declare'.
2491 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2493         * calendar/time-date.el (format-seconds): Explain `assoc-string'.
2494         Suggested by Dave Love.
2496 2009-01-09  Dave Love  <fx@gnu.org>
2498         * net/imap.el (imap-string-to-integer): Fix typo.
2499         (imap-fetch-safe): New function.
2500         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2502         * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
2503         (imap-parse-greeting): Fix doc strings.
2504         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2505         (imap-parse-flag-list): Make messages unique.
2506         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2508         * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
2509         call.
2511         * net/imap.el: Fix author email.  Doc fixes.
2512         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2513         reply.
2515 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2517         * net/dns.el (dns-set-servers): Check "Address".  Fix typo.
2519 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2521         * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
2522         Call nslookup if resolv.conf isn't available.
2523         (dns-query): Rename from query-dns.
2524         (dns-query-cached): Rename from query-dns-cached.
2526 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2528         * net/imap.el (imap-enable-exchange-bug-workaround):
2529         Explain auto-detection in the doc string.
2531 2009-01-09  Juanma Barranquero  <lekktu@gmail.com>
2533         * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
2534         (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
2535         (ispell-begin-skip-region-regexp, ispell-skip-region-list)
2536         (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
2537         (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
2538         Fix typos in docstrings.
2539         (ispell-command-loop): Reflow docstring.
2541 2009-01-08  Agustín Martín  <agustin.martin@hispalinux.es>
2543         * textmodes/ispell.el (ispell-encoding8-command): New variable.
2544         (ispell-aspell-supports-utf8): Mark as obsoleted by
2545         ispell-encoding8-command.
2546         (ispell-check-version): Set ispell-encoding8-command.
2547         (ispell-check-spellchecker-params, ispell-start-process):
2548         Use ispell-encoding8-command.
2550         * textmodes/flyspell.el (flyspell-large-region):
2551         Use ispell-encoding8-command.
2553 2009-01-08  Glenn Morris  <rgm@gnu.org>
2555         * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
2556         scroll the calendar.
2558         * international/mule-cmds.el (universal-coding-system-argument):
2559         last-input-char need not be a char.
2561         * textmodes/ispell.el (ispell-check-minver): Declare.
2562         Use string-to-number rather than string-to-int.
2564 2009-01-07  Juanma Barranquero  <lekktu@gmail.com>
2566         * add-log.el (change-log-search-tag-name): Reflow docstring.
2567         (change-log-mode): Fix typo in docstring.
2569         * international/mule.el (define-coding-system): Doc fix.
2571 2009-01-07  Kenichi Handa  <handa@m17n.org>
2573         * international/mule.el (define-coding-system): Fix docstring
2574         about :bom usage.
2576 2009-01-07  Martin Rudalics  <rudalics@gmx.at>
2578         * dired.el (dired-pop-to-buffer): Don't split windows
2579         horizontally.  (Bug#1806)
2581 2009-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2583         * tar-mode.el (tar-mode, tar-mode-write-contents)
2584         (tar-write-region-annotate): Undo Andreas's last change.
2586 2009-01-06  Michael Albinus  <michael.albinus@gmx.de>
2588         * net/tramp.el (tramp-do-copy-or-rename-file-directly)
2589         (tramp-handle-file-local-copy, tramp-handle-write-region)
2590         * net/tramp-smb.el (tramp-smb-handle-copy-file)
2591         (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
2593 2009-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2595         * minibuffer.el (completion-hilit-commonality): Don't presume
2596         all-completions always include the input as prefix.
2597         (completion-pcm--pattern-trivial-p): Accept a few more patterns
2598         as trivial.
2599         (completion-pcm--hilit-commonality): Remove leftover code that used to
2600         deal with the now removed cdr-in-last-cons.
2602 2009-01-06  Juanma Barranquero  <lekktu@gmail.com>
2604         * international/mule.el (define-coding-system): Fix typos in docstring.
2606 2009-01-05  Alan Mackenzie  <acm@muc.de>
2608         * progmodes/cc-styles.el (c-setup-paragraph-variables):
2609         Ensure paragraph-\(start\|separate\) match blank lines.  For AWK Mode.
2611 2009-01-05  Michael Albinus  <michael.albinus@gmx.de>
2613         * net/tramp.el (tramp-handle-load)
2614         (tramp-do-copy-or-rename-file-directly)
2615         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
2616         (tramp-handle-write-region)
2617         * net/tramp-smb.el (tramp-smb-handle-copy-file)
2618         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
2619         Delete temporary file in case of error.
2621 2009-01-05  Agustín Martín  <agustin.martin@hispalinux.es>
2623         * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
2625 2009-01-05  Richard M Stallman  <rms@gnu.org>
2627         * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
2629 2009-01-05  Martin Rudalics  <rudalics@gmx.at>
2631         * window.el (display-buffer): Fix last fix.
2633 2009-01-05  Juanma Barranquero  <lekktu@gmail.com>
2635         * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
2636         to shorten the desktop file directory shown in message.
2638 2009-01-05  Glenn Morris  <rgm@gnu.org>
2640         * version.el (emacs-copyright):
2641         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2642         Update copyrights for 2009.
2644 2009-01-04  Stephen Leake  <stephen_leake@member.fsf.org>
2646         * progmodes/ada-mode.el (ada-mode): Simplify doc string.
2647         (ada-get-indent-paramlist): Use ada-broken-indent instead of
2648         hard-coded 0.
2649         (ada-get-indent-loop): Fix list access bug.
2651 2009-01-04  Juanma Barranquero  <lekktu@gmail.com>
2653         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
2654         (lisp-interaction-mode): Add a blank line in the docstring
2655         before the keymap listing.
2657 2009-01-04  Martin Rudalics  <rudalics@gmx.at>
2659         * window.el (display-buffer): When a buffer is displayed in the
2660         selected and some other window, and not-this-window is non-nil,
2661         try to return that other window instead of popping up a new
2662         frame.  (Bug#30)
2664 2009-01-04  Chong Yidong  <cyd@stupidchicken.com>
2666         * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
2668 2009-01-04  Ulrich Mueller  <ulm@kph.uni-mainz.de>
2670         * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
2672 2009-01-03  Michael Olson  <mwolson@gnu.org>
2674         * net/imap.el (imap-parse-fetch): Courier can insert spurious
2675         blank characters which will confuse `read', so skip past them.
2677 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2679         * emacs-lisp/authors.el (authors-aliases): Addition.
2680         (authors): Allow to use it for other projects.
2682         * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
2683         Clarify MATCH argument.  Print filenames.
2685 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
2687         * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
2689         * net/tramp.el (tramp-local-host-regexp)
2690         (tramp-prefix-domain-format)
2691         (tramp-prefix-domain-regexp, tramp-domain-regexp)
2692         (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
2693         (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
2694         (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
2695         (tramp-file-name-structure, tramp-file-name-regexp-unified)
2696         (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
2697         (tramp-dissect-file-name, tramp-make-tramp-file-name)
2698         (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
2699         (tramp-handle-insert-file-contents): Fix setting of
2700         `buffer-read-only'.
2701         (tramp-compute-multi-hops, tramp-local-host-p):
2702         Use `tramp-local-host-regexp'.
2703         (tramp-file-name-real-user, tramp-file-name-domain):
2704         Use `tramp-user-with-domain-regexp'.
2706         * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
2707         (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
2709 2009-01-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2711         * proced.el (proced-grammar-alist): Refiner can be a
2712         list (function help-echo) instead of a cons pair.
2713         (proced-post-display-hook): New variable.
2714         (proced-tree-depth): Rename from proced-tree-indent.
2715         (proced-mode): Derive mode from special-mode.
2716         (proced-mode-map): Change accordingly.
2717         (proced, proced-update): Run proced-post-display-hook.
2718         (proced-do-mark-all): Count processes for which mark has been updated.
2719         (proced-format): Check for ppid attribute.
2720         (proced-process-attributes): Take time and ctime attribute from
2721         system-process-attributes.
2722         (proced-send-signal): Doc fix.  Collect properly the info on
2723         marked processes.  Use fit-window-to-buffer instead of
2724         dired-pop-to-buffer.
2726 2009-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2728         * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
2729         point-min==1.
2731 2009-01-02  Juanma Barranquero  <lekktu@gmail.com>
2733         * bindings.el (mode-line-eol-desc): Fix typo in help message.
2734         (mode-line-client): Fix typo in help message and docstring.
2736 2009-01-02  Jason Rumney  <jasonr@gnu.org>
2738         * term/w32-win.el (image-library-alist): Add gobject library.
2740 2009-01-02  Martin Rudalics  <rudalics@gmx.at>
2742         * frame.el (window-system-default-frame-alist)
2743         (initial-frame-alist, minibuffer-frame-alist)
2744         (pop-up-frame-alist, pop-up-frame-function)
2745         (special-display-frame-alist): Rewrite and reformat doc-strings.
2747 2009-01-01  Martin Rudalics  <rudalics@gmx.at>
2749         * simple.el (minibuffer-default-add-shell-commands):
2750         Fix doc-string typo.
2752 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
2754         * language/cham.el: Fix setting of composition-function-table.
2756         * language/khmer.el: Fix setting of composition-function-table.
2758         * language/tibet-util.el (tibetan-composition-function):
2759         Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
2761         * simple.el (minibuffer-default): Add defvar.
2763         * hippie-exp.el: Require comint.
2765 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
2767         * simple.el (last-buffer): Don't set major mode of *scratch* if
2768         that buffer exists already.  Rewrite doc-string.
2770 2008-12-31  Andreas Schwab  <schwab@suse.de>
2772         * tar-mode.el (tar-mode): Set write-contents-functions instead of
2773         write-region-annotate-functions.
2774         (tar-mode-write-contents): New function.
2775         (tar-write-region-annotate): Remove.
2777 2008-12-31  Chong Yidong  <cyd@stupidchicken.com>
2779         * files.el (basic-save-buffer): Revert 2008-12-22 change.
2780         (buffer-swapped-with): Var removed.
2782 2008-12-30  Kenichi Handa  <handa@m17n.org>
2784         * language/japanese.el (compose-gstring-for-variation-glyph):
2785         New function.  Register it in composition-function-table.
2787         * composite.el (lglyph-set-code): New function.
2789 2008-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2791         * tar-mode.el (tar-data-swapped): New var.
2792         (tar-data-swapped-p, tar-swap-data):
2793         Use it instead of buffer-swapped-with.
2794         (tar-write-region-annotate): Re-add (partial undo of last change).
2795         (tar-mode): Use it again (partial undo as well).
2797 2008-12-30  Ed Swarthout  <Ed.Swarthout@hwdebug.com>  (tiny change)
2799         * textmodes/table.el (table-capture): Fix symbol quoting typo.
2801 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
2803         * follow.el (follow-select-if-visible): Improve the check for the
2804         last line of the window.
2805         (follow-post-command-hook): Perform redisplay in more
2806         circumstances, to avoid getting point stuck on partially visible lines.
2808 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
2810         * follow.el (follow-calc-win-end): Use with-selected-window.
2811         (follow-windows-start-end, follow-pos-visible)
2812         (follow-windows-aligned-p): Code cleanup.
2813         (follow-select-if-visible): Try to avoid partially-visible lines.
2814         (follow-select-if-visible-from-first): Call follow-redisplay and
2815         move point to destination.
2816         (follow-redisplay): New arg, to keep selected window unchanged.
2817         (follow-post-command-hook): In final check for destination
2818         visibility, use window-start and window-end instead of the less
2819         accurate follow-pos-visible.  If the selected window is redrawn,
2820         tell follow-redisplay to preserve it.
2821         (follow-calculate-first-window-start-from-below): Avoid looping
2822         forever if vertical-motion returns an unexpected value.
2824 2008-12-30  Andreas Schwab  <schwab@suse.de>
2826         * server.el (server-running-p): Remove interactive spec.
2827         Fix regexp.
2829 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
2831         * follow.el (follow-calc-win-start): Don't use `inline'.
2832         (follow-update-window-start, follow-select-if-visible)
2833         (follow-calculate-first-window-start-from-below)
2834         (follow-post-command-hook): Code cleanup.
2835         (follow-downward, follow-calculate-first-window-start):
2836         Delete function and merge into follow-redisplay.
2837         (follow-redisplay): Merge code from follow-downward and
2838         follow-calculate-first-window-start.
2840 2008-12-30  Juanma Barranquero  <lekktu@gmail.com>
2842         * proced.el (proced-tree-flag): Fix typo in docstring.
2844 2008-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2846         * proced.el (proced-temp-alist): Rename from variable
2847         proced-children-alist.
2848         (proced-process-tree, proced-toggle-tree): Fix docstring.
2849         (proced-tree): Fix docstring.  Simplify.  Use proced-temp-alist.
2850         (proced-temp-internal): Use proced-temp-alist.
2852 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
2854         * subr.el (mkdir): New defalias.
2856 2008-12-29  Juri Linkov  <juri@jurta.org>
2858         * proced.el (proced-mode-map): Bind " " to next-line instead of the
2859         command `proced-next-line' removed on 2008-09-06.
2861 2008-12-28  Juri Linkov  <juri@jurta.org>
2863         * misearch.el (multi-isearch-next-buffer-function): Doc fix.
2864         (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
2866         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
2867         Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
2868         (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
2869         is bound set it to `reftex-isearch-switch-to-next-file'.  Otherwise,
2870         set 4 obsolete variables for backward-compatibility with Emacs 22.
2872 2008-12-28  Juri Linkov  <juri@jurta.org>
2874         * misc.el (butterfly): Doc fix.  Add `animate-string' and `browse-url'.
2876 2008-12-28  Raffael Mancini  <raffael.mancini@hcl-club.lu>  (tiny change)
2878         * misc.el (butterfly): New command.
2880 2008-12-28  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2882         * proced.el (proced-grammar-alist): Allow predicate nil.
2883         New attribute tree.
2884         (proced-format-alist): Use attribute tree.
2885         (proced-tree-flag, proced-tree-indent): New variables.
2886         (proced-children-alist): Rename from proced-process-tree.
2887         PPID must refer to a process in process-alist.
2888         Ignore PPIDs that equal PID (Bug#1718).
2889         Children alist inherits sorting order from process-alist.
2890         (proced-process-tree): New variable.  New function.
2891         (proced-process-tree-internal, proced-toggle-tree)
2892         (proced-tree, proced-tree-insert, proced-format-tree): New functions.
2893         (proced-mark-process-alist): Add docstring.
2894         (proced-filter-parents): PPID must refer to a process in
2895         process-alist.  Ignore PPIDs that equal PID (Bug#1718).
2896         (proced-sort): Throw error if attribute is not sortable.
2897         (proced-sort-interactive): Restrict completion to sortable attributes.
2898         (proced-format): Include tree in standard attributes if
2899         proced-tree-flag is non-nil.  Make header clickable only if
2900         corresponding predicate is non-nil.
2901         (proced-update): Use proced-tree.
2903 2008-12-28  Chong Yidong  <cyd@stupidchicken.com>
2905         * diff.el (diff): Doc fix.
2907         * emacs-lisp/rx.el (rx): Doc fix.
2909         * files.el (move-file-to-trash): Bind backup-directory-alist to nil
2910         before uniquifying backup trash file name.
2912 2008-12-27  Andreas Schwab  <schwab@suse.de>
2914         * vc-git.el (vc-git-dir-printer): Fix filename column.
2916 2008-12-27  Nicholas Maniscalco  <nicholas@maniscalco.com>  (tiny change)
2918         * term.el (term-emulate-terminal): Decode substring just prior to
2919         inserting it, i.e. revert part of the 2008-09-24 change.  (Bug#1469)
2921 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
2923         * makefile.w32-in (MH_E_DIR): New variable.
2924         ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
2925         ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
2926         ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
2927         ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
2928         ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
2929         ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
2930         ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
2931         ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
2932         ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
2933         ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
2934         ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2936         * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
2937         ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
2938         ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
2939         ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
2940         ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
2941         ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
2942         ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
2943         ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
2944         ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
2945         ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
2946         ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2948 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
2950         * files.el (dosified-file-name): Declare.
2952 2008-12-26  Andreas Schwab  <schwab@suse.de>
2954         * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
2956         * tar-mode.el (tar-swap-data): New function.
2957         (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
2958         (tar-mode-revert): Likewise.
2959         (tar-mode): Likewise.  Don't set write-region-annotate-functions.
2960         (tar-data-swapped-p): Test buffer-swapped-with.
2961         (tar-write-region-annotate): Remove.
2962         (tar-header-block-tokenize): Add argument `coding' and use it
2963         instead of tar-file-name-coding-system.
2964         (tar-summarize-buffer): Pass tar-file-name-coding-system here.
2966 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
2968         * dos-fns.el (dosified-file-name): New function.
2970         * files.el (dir-locals-find-file): Run dir-locals-file through
2971         dosified-file-name.  Compare files case-insensitively on systems
2972         whose filesystems are case-insensitive.
2974 2008-12-25  Martin Rudalics  <rudalics@gmx.at>
2976         * help.el (help-for-help-internal): Fix entry for "l".
2978 2008-12-25  Richard M Stallman  <rms@gnu.org>
2980         * shadowfile.el (shadow-copy-file): Revert previous change.
2981         This code as it was should work properly with buffer-swapped-with.
2983 2008-12-24  Francois Fleuret  <francois.fleuret@idiap.ch>  (tiny change)
2985         * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
2987 2008-12-24  Dan Nicolaescu  <dann@ics.uci.edu>
2989         * subr.el (chmod): New defalias for set-file-modes.
2991 2008-12-23  Juri Linkov  <juri@jurta.org>
2993         * isearch.el (isearch-filter-predicate, isearch-search):
2994         Replace `isearch-filter-invisible' with `isearch-filter-visible'.
2995         (isearch-filter-visible): Rename from
2996         `isearch-filter-invisible'.  Doc fix.
2998         * dired-aux.el (dired-isearch-filenames-toggle): Use the original
2999         value from `dired-isearch-filter-predicate-orig' instead of the
3000         symbol `isearch-filter-invisible'.  Doc fix.
3001         (dired-isearch-filter-filenames): Doc fix.
3002         Replace `isearch-filter-invisible' with `isearch-filter-visible'.
3004         * info.el (Info-find-node-2): Use negative offset 2 instead of 1
3005         for Info-point-loc since it is more correct in all cases.
3006         (Info-isearch-filter): Rename from
3007         `Info-isearch-filter-predicate'.  Doc fix.
3008         (Info-mode): Replace `Info-isearch-filter-predicate' with
3009         `Info-isearch-filter'.
3011 2008-12-23  Daiki Ueno  <ueno@unixuser.org>
3013         * pgg.el: Add obsolescence info.
3015 2008-12-22  Richard M Stallman  <rms@gnu.org>
3017         * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
3019         * files.el (buffer-swapped-with): New variable.
3020         (basic-save-buffer-0): Most of basic-save-buffer moved here.
3021         (basic-save-buffer): Unswap the buffer temporarily if nec.
3023         * dired.el (dired-readin): Inhibit modification hooks.
3025 2008-12-22  Ulf Jasper  <ulf.jasper@web.de>
3027         * net/newst-backend.el (newst-backend):
3028         Remove wrong duplicate provide statement.
3030 2008-12-22  Michael Albinus  <michael.albinus@gmx.de>
3032         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
3033         end, before updating.
3034         (tramp-convert-file-attributes): Add "l" indicator to file modes.
3035         (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
3037 2008-12-21  Martin Rudalics  <rudalics@gmx.at>
3039         * window.el (set-window-text-height): Fix doc-string.
3041 2008-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3043         * minibuffer.el (completion-all-completions-with-base-size): Remove.
3044         (completion-all-completions): Don't set it.
3045         (completion-table-with-context, completion--file-name-table):
3046         Don't add base-size in last cdr.
3047         (completion-hilit-commonality): Add argument `base-size'.
3048         (display-completion-list, completion-emacs21-all-completions)
3049         (completion-emacs22-all-completions, completion-basic-all-completions):
3050         Provide it.
3051         (completion-pcm--all-completions): Don't need to remove the base-size
3052         in last-cdr any more.
3054 2008-12-20  Agustín Martín  <agustin.martin@hispalinux.es>
3056         * textmodes/ispell.el (ispell-check-minver): New function.
3057         (ispell-check-version): Rewrite spellchecker and version checking.
3058         Use (ispell-check-minver).  Handle hunspell versions.
3060 2008-12-20  Chong Yidong  <cyd@stupidchicken.com>
3062         * ido.el (ido-read-internal): Handle `confirm' and
3063         `confirm-after-completion' values for the require-match argument.
3065 2008-12-20  Jason Rumney  <jasonr@gnu.org>
3067         * international/mule.el (auto-coding-regexp-alist):
3068         Use utf-8-with-signature for files starting with UTF-8 BOM.  (Bug#269)
3070 2008-12-20  Ami Fischman  <ami@fischman.org>
3072         * bindings.el (mode-line-eol-desc): Use assoc to query
3073         mode-line-eol-desc-cache.
3075 2008-12-20  Glenn Morris  <rgm@gnu.org>
3077         * comint.el (comint-save-input-ring-index): Add missing initial value.
3079 2008-12-19  Juanma Barranquero  <lekktu@gmail.com>
3081         * proced.el (proced-grammar-alist): Doc fix.
3082         (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
3083         (proced-filter-parents, proced-sort-header, proced-update, proced-help)
3084         (proced-undo): Fix typos in docstrings.
3086 2008-12-19  Glenn Morris  <rgm@gnu.org>
3088         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3089         (authors-fixed-case): New constant.
3090         (authors-public-domain-files, authors-ignored-files):
3091         (authors-valid-file-names, authors-renamed-files-alist): Update lists.
3092         (authors-renamed-files-regexps): Add some new entries.
3093         (authors-canonical-file-name): Don't complain about ignored files.
3094         (authors-canonical-author-name): Doc fix.  Respect authors-fixed-case.
3095         (authors): Ensure error buffer is writable.
3097 2008-12-18  Agustín Martín  <agustin.martin@hispalinux.es>
3099         (ispell-really-hunspell): New variable to signal hunspell.
3100         (ispell-check-version):
3101         Check if hunspell and set ispell-really-hunspell if needed.
3102         (ispell-send-string, ispell-start-process, flyspell-large-region):
3103         Pass right options for hunspell if needed.
3105 2008-12-18  Kenichi Handa  <handa@m17n.org>
3107         * international/fontset.el (script-representative-chars)
3108         (setup-default-fontset): Add more scripts.
3110         * international/characters.el: Add more scripts.
3112 2008-12-19  Juri Linkov  <juri@jurta.org>
3114         * info.el (Info-isearch-search): Implement lax version of
3115         incremental word search in Info.
3116         (Info-isearch-start): Set Info-isearch-initial-node to the
3117         current node when search is nonincremental to not stop at the
3118         initial node in this case.
3119         (Info-mode-map): Unbind "\M-s" from `Info-search'.
3121 2008-12-18  Juanma Barranquero  <lekktu@gmail.com>
3123         * textmodes/rst.el (rst-promote-region): Reflow docstring.
3124         (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
3125         (rst-repeat-last-character): Fix typos in docstrings.
3126         (rst-mode, rst-backward-section): Doc fixes.
3128 2008-12-18  Ulf Jasper  <ulf.jasper@web.de>
3130         * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
3131         (newsticker-treeview-quit): Call `newsticker-treeview-save'.
3132         (newsticker--treeview-load): Check whether groups file exists.
3134         * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
3135         (newsticker-dir): Use `locate-user-emacs-file'.
3137 2008-12-18  Martin Rudalics  <rudalics@gmx.at>
3139         * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
3140         end-of-visual-line to CUA's recognized commands.  (Bug#1549)
3142 2008-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
3144         * newcomment.el (comment-style): Default to `indent'.  (Bug#1153)
3146         * startup.el (command-line): Do not mention the server name in
3147         case the user has not mentioned it, print a more explicit message.
3149         * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
3150         Change all callers.
3152 2008-12-18  Sam Steingold  <sds@gnu.org>
3154         * vc-dir.el (vc-at-event): Handle (tool-bar) events.  Fix bug#1585.
3156 2008-12-18  Juri Linkov  <juri@jurta.org>
3158         * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
3159         `isearch-edit-string-set-word'.
3160         (isearch-edit-string-set-word): Remove.
3161         (isearch-occur): Imitate the C function `wordify' by replacing
3162         non-word character with the \\W+ regexp.
3163         (isearch-search-fun): Add `isearch-nonincremental' to the
3164         condition of using a non-lax version of `word-search-forward'.
3166 2008-12-17  Daiki Ueno  <ueno@unixuser.org>
3168         * epa-file.el (epa-file-insert-file-contents):
3169         Set buffer-file-name before decrypting a file.
3171 2008-12-16  Juanma Barranquero  <lekktu@gmail.com>
3173         * server.el (server-start): If unable to start the server,
3174         display a warning instead of raising an error.
3176         * startup.el (server-process): Add defvar.
3177         (command-line): If the daemon is unable to start the server,
3178         display a message and exit Emacs.
3180 2008-12-15  Sam Steingold  <sds@gnu.org>
3182         * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
3183         mostly for CLISP modules, but could also be useful elsewhere.
3185 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
3187         * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
3188         * icomplete.el (icomplete-prospects-height):
3189         * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
3191 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
3193         * international/mule.el (find-auto-coding): Fix typo in docstring.
3195         * international/mule-cmds.el (select-safe-coding-system):
3196         * mail/rmail.el (rmail-require-mime-maybe):
3197         Fix arguments of `display-warning'.
3199         * simple.el (bad-package-check): Fix arguments of `display-warning',
3200         using the package name as TYPE.  Use `string-match-p'.
3202 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3204         * proced.el (proced-sort-interactive, proced-sort-pcpu)
3205         (proced-sort-pmem, proced-sort-start, proced-sort-time)
3206         (proced-sort-user, proced-sort-header): Prefix arg determines
3207         sorting order.  Suggested by Dan Nicolaescu.
3208         (proced-revert): Doc fix.
3210 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3212         * proced.el (proced-grammar-alist): Allow refiner elements that
3213         are cons pairs (function . help-echo) or nil.
3214         (proced-refine): Use them.
3215         (proced-format-alist): Allow alternatives.
3216         (proced-descend): New variable.
3217         (proced-sort): New arg descend.
3218         (proced-sort-interactive): Repeated calls toggle sort order.
3219         (proced-format): Accomodate changes of proced-format-alist.
3220         Undefined attributes are displayed as "?".
3221         (proced-process-attributes): New optional arg pid-list.
3222         Ignore processes with empty attribute list.
3224 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3226         * proced.el (proced-auto-update-interval): Rename from
3227         proced-timer-interval.
3228         (proced-auto-update-flag): Rename from proced-timer-flag.
3229         (proced-auto-update-timer): Rename from proced-timer.
3230         (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
3231         (proced-available): Initialize appropriately.
3233 2008-12-13  Glenn Morris  <rgm@gnu.org>
3235         * subr.el (declare-function): Doc fix.
3237         * font-core.el (font-lock-defaults): Doc fix: mention levels;
3238         refer to elisp manual.
3240 2008-12-12  Martin Rudalics  <rudalics@gmx.at>
3242         * window.el (fit-window-to-buffer): Return non-nil when height
3243         was orderly adjusted, nil otherwise.
3245 2008-12-12  Juanma Barranquero  <lekktu@gmail.com>
3246             Stefan Monnier  <monnier@iro.umontreal.ca>
3248         * server.el (server-sentinel): Uncomment code to delete connection file.
3249         (server-start): Save the connection file in the server property list.
3250         Delete it only when we are reasonably convinced that it is not owned by
3251         a running server.
3252         (server-force-delete): New command to force-delete the connection file,
3253         and stop the server if it is running.
3254         (server-running-p): Return t also for local TCP servers when we find a
3255         process with a matching PID, and :other for undecided cases.
3257 2008-12-11  Martin Rudalics  <rudalics@gmx.at>
3259         * window.el (fit-window-to-buffer): Use with-selected-window and
3260         condition-case.  Do not delete more windows than necessary in
3261         the shrinking (delta < 0) case.  Do not raise an error when the
3262         containing frame is too small to show all of buffer.  (Bug#1488)
3264         * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
3265         min-height arg 1 to make sure that small buffers are shown.
3267 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
3269         * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
3270         (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
3271         (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
3272         (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
3273         (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
3274         (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
3275         (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
3276         (ruby-backward-sexp, ruby-add-log-current-method)
3277         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
3278         (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
3279         (ruby-deep-indent-paren): Doc fix.
3280         (ruby-insert-encoding-magic-comment): Remove * from docstring.
3281         (ruby-here-doc-find-end): Reflow docstring.
3283 2008-12-11  Stephen Berman  <Stephen.Berman@rub.de>
3285         * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
3286         dired-shrink-to-fit is non-nil.  (Bug#1488)
3288 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
3290         * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
3291         decoding of long locale info is now done in `w32-get-locale-info'.
3293 2008-12-11  Chong Yidong  <cyd@stupidchicken.com>
3295         * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
3297 2008-12-10  Chong Yidong  <cyd@stupidchicken.com>
3299         * Makefile.in (ELCFILES): Add ruby-mode.elc.
3301         * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
3302         terminal variable assignment.
3304 2008-12-10  Yukihiro Matsumoto  <matz@ruby-lang.org>
3305             Nobuyoshi Nakada  <nobu@ruby-lang.org>
3307         * progmodes/ruby-mode.el: New file.
3309 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
3311         * net/tramp.el (top): Don't fail if there is no current message.
3312         [Ulrich Mueller sent a patch, which I saw too late.]  (Bug#1514)
3314 2008-12-10  Kenichi Handa  <handa@m17n.org>
3316         * international/fontset.el (setup-default-fontset): Add an entry
3317         for characters in the Unicode SIP area.
3319 2008-12-10  Glenn Morris  <rgm@gnu.org>
3321         * vc-mcvs.el: Move to obsolete/, with warning comment.
3322         * Makefile.in (ELCFILES): Update.
3324 2008-12-10  Daiki Ueno  <ueno@unixuser.org>
3326         * epa-hook.el (epa-file-find-file-hook): Don't mark the current
3327         buffer unmodified.  (Bug#1509)
3328         * epa-file.el (epa-file-insert-file-contents): Set buffer's
3329         modification time if visiting a file and the content is
3330         successfully decrypted.
3332 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
3334         * files.el (save-some-buffers): At each map-y-or-n-p iteration,
3335         check whether the buffer is still alive.
3337 2008-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3339         * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
3341 2008-12-09  Glenn Morris  <rgm@gnu.org>
3343         * Makefile.in (ELCFILES): Update.
3345 2008-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3347         * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
3348         Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
3350 2008-12-06  Chong Yidong  <cyd@stupidchicken.com>
3352         * term/xterm.el (terminal-init-xterm): Discard pending input
3353         before reading a reply to the terminal attributes query.
3355 2008-12-05  Andreas Schwab  <schwab@suse.de>
3357         * dired.el (dired-font-lock-keywords): Fix last change.
3359 2008-12-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3361         * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
3362         into (defcustom ... "..." :type ... :group...).
3364 2008-12-05  Juanma Barranquero  <lekktu@gmail.com>
3366         * international/mule-diag.el (mule-diag): Display the window
3367         system version in a less laconic way.
3369 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
3371         * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
3372         if the sorting functions are not loaded.  (Bug#1432)
3374 2008-12-04  Sam Steingold  <sds@gnu.org>
3376         * progmodes/compile.el (compilation-read-command): Extract from
3377         compile.
3378         (compile): Use it.
3379         (recompile): Accept an optional argument to enable editing the
3380         command line.
3382 2008-12-04  Michael Albinus  <michael.albinus@gmx.de>
3384         * net/tramp.el (top): Write a message, when loading Tramp.
3386         * net/tramp-cache.el (tramp-dump-connection-properties):
3387         Polish the check, whether to dump the data.
3389 2008-12-04  Lute Kamstra  <lute@gnu.org>
3391         * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
3392         check if the file "CVS/Entries" exists.
3394 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
3396         * international/mule-diag.el (list-character-sets): Doc fix.
3397         (list-character-sets-2): Fix info in header.  Simplify.
3398         (print-coding-system): Simplify.
3399         (list-input-methods-1): Simplify.
3400         (mule-diag): Display current font/fontset for all window systems,
3401         not just X.  Simplify.
3403 2008-12-04  Glenn Morris  <rgm@gnu.org>
3405         * vc-cvs.el (vc-cvs-register-switches): Doc fix.  Add t as option.
3406         (vc-cvs-register): Doc fix.
3407         * vc-mcvs.el (vc-mcvs-register-switches): Doc fix.  Add t as option.
3408         (vc-mcvs-register): Doc fix.
3409         * vc-rcs.el (vc-rcs-register-switches): Doc fix.  Add t as option.
3410         (vc-rcs-register): Doc fix.
3411         * vc-sccs.el (vc-sccs-register-switches): Doc fix.  Add t as option.
3412         (vc-sccs-register): Doc fix.
3413         * vc-svn.el (vc-svn-register-switches): Doc fix.  Add t as option.
3414         (vc-svn-register): Doc fix.
3416         * files.el (toggle-read-only): Doc fix.
3418 2008-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3420         * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
3421         be used in compact layout and vice-versa.
3423 2008-12-03  Juanma Barranquero  <lekktu@gmail.com>
3425         * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
3426         like most list-* commands.
3428         * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
3429         They already exist in descr-text.el as `describe-char-unicodedata-file'
3430         and `describe-char-unicode-data'.
3431         (print-list): Simplify.
3432         (read-charset): Reflow docstring.
3433         (list-coding-systems): Doc fix.
3435 2008-12-03  Glenn Morris  <rgm@gnu.org>
3437         * vc.el (vc-diff-switches): Doc fix.
3438         * vc-bzr.el (vc-bzr-diff-switches): Doc fix.  Add t as option.
3439         (vc-bzr-log-switches): Doc fix.
3440         * vc-cvs.el (vc-cvs-diff-switches): Doc fix.  Add t as option.
3441         * vc-git.el (vc-git-diff-switches): Doc fix.
3442         * vc-hg.el (vc-hg-diff-switches): Doc fix.
3443         * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
3444         * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
3445         * vc-rcs.el (vc-rcs-diff-switches): Doc fix.  Add t as option.
3446         * vc-sccs.el (vc-sccs-diff-switches): Doc fix.  Add t as option.
3448         * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
3449         other backends.
3450         (vc-arch-diff): Apply switches.
3452         * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
3453         than appending.
3455         * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
3457 2008-12-03  Daiki Ueno  <ueno@unixuser.org>
3459         * epa.el (epa--show-key): Use past tense of "expire" if the key
3460         has already been expired.  Thanks to Peter BARABAS.
3462 2008-12-03  Lute Kamstra  <lute@gnu.org>
3464         * align.el:
3465         * allout.el:
3466         * apropos.el:
3467         * arc-mode.el:
3468         * autoinsert.el:
3469         * avoid.el:
3470         * battery.el:
3471         * bookmark.el:
3472         * buff-menu.el:
3473         * calculator.el:
3474         * chistory.el:
3475         * cmuscheme.el:
3476         * comint.el:
3477         * compare-w.el:
3478         * dabbrev.el:
3479         * delim-col.el:
3480         * desktop.el:
3481         * diff-mode.el:
3482         * diff.el:
3483         * dired-aux.el:
3484         * dired-x.el:
3485         * dired.el:
3486         * dos-vars.el:
3487         * ediff-diff.el:
3488         * ediff-help.el:
3489         * ediff-init.el:
3490         * ediff-merg.el:
3491         * ediff-mult.el:
3492         * ediff-ptch.el:
3493         * ediff-vers.el:
3494         * ediff-wind.el:
3495         * ediff.el:
3496         * emerge.el:
3497         * facemenu.el:
3498         * faces.el:
3499         * ffap.el:
3500         * filecache.el:
3501         * find-dired.el:
3502         * font-core.el:
3503         * font-lock.el:
3504         * forms.el:
3505         * fringe.el:
3506         * help-at-pt.el:
3507         * hippie-exp.el:
3508         * ido.el:
3509         * image-file.el:
3510         * imenu.el:
3511         * indent.el:
3512         * info.el:
3513         * isearchb.el:
3514         * iswitchb.el:
3515         * jit-lock.el:
3516         * jka-compr.el:
3517         * log-edit.el:
3518         * lpr.el:
3519         * ls-lisp.el:
3520         * man.el:
3521         * menu-bar.el:
3522         * midnight.el:
3523         * mouse-sel.el:
3524         * mouse.el:
3525         * msb.el:
3526         * outline.el:
3527         * paren.el:
3528         * pcmpl-cvs.el:
3529         * pcmpl-gnu.el:
3530         * pcomplete.el:
3531         * pcvs-info.el:
3532         * pcvs-parse.el:
3533         * printing.el:
3534         * ps-mule.el:
3535         * ps-print.el:
3536         * replace.el:
3537         * ruler-mode.el:
3538         * saveplace.el:
3539         * sb-image.el:
3540         * scroll-bar.el:
3541         * sha1.el:
3542         * shadowfile.el:
3543         * shell.el:
3544         * sort.el:
3545         * speedbar.el:
3546         * strokes.el:
3547         * tempo.el:
3548         * term.el:
3549         * terminal.el:
3550         * time-stamp.el:
3551         * time.el:
3552         * tree-widget.el:
3553         * type-break.el:
3554         * vc-cvs.el:
3555         * vc-hg.el:
3556         * vc-mcvs.el:
3557         * vc-rcs.el:
3558         * vc-sccs.el:
3559         * vc.el:
3560         * view.el:
3561         * w32-vars.el:
3562         * whitespace.el:
3563         * wid-edit.el: Remove leading * from docstrings of defcustoms,
3564         deffaces, defconsts and defuns.
3566 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3568         * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
3569         the prompt was added to the minibuffer.
3571 2008-12-02  Glenn Morris  <rgm@gnu.org>
3573         * format.el (format-write-file): Rewrite doc yet again.
3575         * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
3576         Doc fix.  (Bug#1368)
3578         * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
3580 2008-12-02  Aaron S. Hawley  <aaronh@garden.org>
3582         * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
3583         case where point is at the beginning of the buffer.  (Bug#1239)
3585 2008-12-02  Lennart Borgman  <lennart.borgman@gmail.com>
3587         * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
3588         already have the correct indentation.  (Bug#859)
3590 2008-12-02  Kenichi Handa  <handa@m17n.org>
3592         * international/uni-decomposition.el: Re-generated.
3594 2008-12-01  Andreas Schwab  <schwab@suse.de>
3596         * dired.el (dired-font-lock-keywords): Avoid fontifying file names
3597         ending in a colon as directory header.
3599 2008-12-01  Kenichi Handa  <handa@m17n.org>
3601         * international/uni-numeric.el: Re-generated.
3603         * international/charprop.el: Re-generated.
3605 2008-12-01  Juanma Barranquero  <lekktu@gmail.com>
3607         * international/mule-cmds.el (locale-preferred-coding-systems):
3608         Fix alist item.
3610 2008-12-01  Michael Albinus  <michael.albinus@gmx.de>
3612         * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
3613         (tramp-set-connection-property, tramp-flush-connection-property)
3614         (tramp-dump-connection-properties): Use it.
3616 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
3618         * wdired.el (wdired-finish-edit): If displaying a single file,
3619         change dired-directory if that file was renamed.
3621         * emacs-lisp/byte-run.el (macro-declaration-function):
3622         Disallow declare specs with lengths of 3 or more.
3624         * dirtrack.el (dirtrack): Fix error message.
3626 2008-11-30  Glenn Morris  <rgm@gnu.org>
3628         * vc-svn.el (vc-svn-diff-switches): Doc fix.
3629         (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
3631         * vc-git.el (vc-git-diff):
3632         * vc-hg.el (vc-hg-diff):
3633         * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
3635         * eshell/esh-proc.el (eshell-needs-pipe): New variable.
3636         (eshell-needs-pipe-p): New function.
3637         (eshell-gather-process-output): Set process-connection-type according to
3638         eshell-needs-pipe-p.  (Bug#1388)
3640 2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
3642         * calendar/diary-lib.el (diary-cyclic): Doc fix.
3643         (diary-remind-message, diary-number-of-entries)
3644         (diary-include-other-diary-files, diary-mark-included-diary-files)
3645         (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
3646         (diary-font-lock-keywords-1): Reflow docstrings.
3647         (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
3648         (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
3650         * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
3651         (timer-duration): Use `string-match-p'.
3653 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
3655         * complete.el (PC-do-complete-and-exit):
3656         Use minibuffer-confirm-exit-commands.
3658         * minibuffer.el (minibuffer-confirm-exit-commands):
3659         Add PC-complete and PC-complete-word to the list.
3661 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
3663         * files.el (break-hardlink-on-save): Fix typo in docstring.
3664         Add :version tag.
3666         * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
3667         (reb-mode): Define with `define-derived-mode'.
3669 2008-11-29  Karl Fogel  <kfogel@red-bean.com>
3671         * files.el (break-hardlink-on-save): New variable.
3672         (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
3673         (file-precious-flag): Mention it in doc string.
3675 2008-11-29  Miles Bader  <miles@gnu.org>
3677         * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
3678         (minibuffer-complete-and-exit): Use it.
3680 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
3682         * term/x-win.el (x-gtk-stock-cache): New hash table.
3683         (x-gtk-map-stock): Perform caching to prevent excess consing
3684         during redisplay.
3686 2008-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3688         * minibuffer.el (completion--try-word-completion): Don't ignore
3689         partial-completion if it's the only style.
3691 2008-11-28  Juanma Barranquero  <lekktu@gmail.com>
3693         * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
3694         (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
3695         (reb-initialize-buffer): Update matches, in case we're reentering
3696         RE Builder mode.
3698 2008-11-28  Chong Yidong  <cyd@stupidchicken.com>
3700         * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
3701         to minibuffer.el; recognize `confirm' and `confirm-after-completion'
3702         values for minibuffer-completion-confirm.
3704 2008-11-28  Martin Rudalics  <rudalics@gmx.at>
3706         * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
3707         any but the first "*" in a doc-string.
3709 2008-11-28  Glenn Morris  <rgm@gnu.org>
3711         * format.el (format-write-file): Improve previous doc fix.
3713 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
3715         * simple.el (use-empty-active-region, use-region-p)
3716         (region-active-p): Doc fix.
3718 2008-11-27  Martin Rudalics  <rudalics@gmx.at>
3720         * window.el (display-buffer): Fix handling of not-this-window
3721         argument.  (Bug#1415)
3723 2008-11-27  Kenichi Handa  <handa@m17n.org>
3725         * international/characters.el: Set category 'C' to characters
3726         #x20000..#x2AFFF, #x2F800..#x2FFFF.
3728         * loadup.el: Set inhibit-load-charset-map to t while preloading files.
3730 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
3732         * tool-bar.el (tool-bar-find-image-cache): Var deleted.
3733         (tool-bar-find-image): Function deleted.
3734         (tool-bar-local-item, tool-bar-local-item-from-menu):
3735         Use find-image instead of tool-bar-find-image.
3736         (tool-bar-keymap-cache): New hash table.
3737         (tool-bar-make-keymap): Use it.
3738         (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
3740 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
3742         * net/dbus.el (dbus-handle-event): The result of a message call
3743         handler can also be an object, which is not a consp.
3745 2008-11-25  Alan Mackenzie  <acm@muc.de>
3747         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
3748         (forward-list, backward-list, down-list, backward-up-list)
3749         (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
3750         (insert-pair, insert-parentheses): State that the command assumes
3751         that point is not in a string or comment.
3753 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
3755         * net/dbus.el (dbus-string-to-byte-array)
3756         (dbus-byte-array-to-string, dbus-escape-as-identifier)
3757         (dbus-unescape-from-identifier): New defuns.
3758         (dbus-handle-event): The result of a message call is a list of
3759         arguments, which must be expanded when passing to
3760         `dbus-method-return-internal'.
3762         * net/tramp.el (tramp-handle-write-region): Improve the check for
3763         calling direct copy.
3764         (tramp-find-inline-encoding): Don't raise an error but a warning,
3765         when no inline encoding is found.
3766         (tramp-get-remote-coding): Check for a symbol.  The negative check
3767         for a string fails, when there is an empty string.
3769 2008-11-26  Glenn Morris  <rgm@gnu.org>
3771         * vc-git.el (vc-git-diff-switches): New option.
3772         (vc-git-diff): Apply diff switches.  (Bug#1386)
3773         Give it a basic doc string.
3775         * term/pc-win.el (x-font-family-list): Replace redefinition with
3776         ifdef in src/xfaces.c, since it confuses make-docfile.  (Bug#1383)
3778 2008-11-26  Vincent Belaïche  <vincent.b.1@hotmail.fr>
3780         * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
3781         of the polynomial rather than the whole polynomial.
3783 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
3785         * mail/mailabbrev.el (define-mail-abbrev): When reading from
3786         mailrc, recognize string quoting.  When reading from Lisp, accept
3787         rfc822-like addresses.
3789         * mail/mailalias.el (define-mail-alias): Sync code with
3790         define-mail-abbrev.
3792 2008-11-25  Glenn Morris  <rgm@gnu.org>
3794         * eshell/esh-proc.el (eshell-gather-process-output):
3795         Revert previous change.  (re-opens Bug#1388)
3797         * select.el (x-set-cut-buffer): Fix signal arguments.
3799         * speedbar.el (speedbar-restricted-move): Fix signal arguments.
3801 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
3803         * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
3804         (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
3805         (bubbles--empty-char): Use "\s".
3807 2008-11-25  Jay Belanger  <jay.p.belanger@gmail.com>
3809         * calc/calc.el (calc-settings-file, calc-language-alist)
3810         (calc-embedded-announce-formula)
3811         (calc-embedded-announce-formula-alist)
3812         (calc-embedded-open-formula, calc-embedded-close-formula)
3813         (calc-embedded-open-close-formula-alist)
3814         (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
3815         (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
3816         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
3817         (calc-embedded-open-close-new-formula-alist)
3818         (calc-embedded-open-mode, calc-embedded-close-mode)
3819         (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
3820         (calc-gnuplot-plot-command, calc-gnuplot-print-command)
3821         (calc-multiplication-has-precedence): Remove unnecessary asterisks
3822         from docstrings.
3824 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
3826         * calculator.el (calculator-op-or-exp): Reflow docstring.
3827         (calculator-remove-zeros, calculator-repR, calculator-repL):
3828         Fix typos in docstrings.
3830 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
3832         * log-view.el (log-view-annotate-version): Let vc-annotate manage
3833         windows instead of calling switch-to-buffer.
3835         * diff.el (diff-sentinel): Take note of diff error return value.
3837 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
3839         * calendar/appt.el (appt-disp-window): Do a set-buffer when the
3840         frame can't be split.
3842 2008-11-24  Ulf Jasper  <ulf.jasper@web.de>
3844         * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
3845         (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
3846         (newsticker--treeview-tree-update-tag): Remove dead code.
3847         (newsticker-treeview-update): Don't update cache.
3848         (newsticker-treeview-quit): Don't save cache.
3849         (newsticker-treeview-save): Don't save cache.  Use `newsticker-dir'.
3850         (newsticker-treeview-save): Use `newsticker-dir'.
3851         (newsticker--treeview-load): Use `newsticker-dir'.
3852         (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
3853         Update tags.
3854         (newsticker-treeview-tree-do-click): Slightly simplified.
3856         * net/newst-backend.el (newsticker-dir): New.
3857         (newsticker-start): Use `newsticker--cache-read'.
3858         (newsticker-stop): Use `newsticker--cache-save'.
3859         (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
3860         (newsticker--images-dir): New.
3861         (newsticker--image-get, newsticker--image-sentinel):
3862         Use `newsticker--images-dir'.
3863         (newsticker--cache-save-version1): Backup version of
3864         `newsticker--cache-save'.
3865         (newsticker--cache-update): Create newsticker-dir if necessary.
3866         (newsticker--cache-dir): New.
3867         (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
3868         (newsticker--cache-save-feed): New.
3869         (newsticker--cache-read-version1): New.  Backuped version for reading
3870         cache data..
3871         (newsticker--cache-read, newsticker--cache-do-read): New.
3873         * net/newst-reader.el (newsticker--image-read):
3874         Use `newsticker--images-dir'.
3876 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
3878         * files.el (confirm-nonexistent-file-or-buffer):
3879         Allow `after-completion' value to request confirm only after TAB.
3880         (confirm-nonexistent-file-or-buffer): New function.
3881         (read-buffer-to-switch, find-file, find-file-other-window)
3882         (find-file-other-frame, find-file-read-only)
3883         (find-file-read-only-other-window)
3884         (find-file-read-only-other-frame): Use it.
3885         (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
3886         Thanks to Alan Mackenzie for suggesting the new behavior.
3888         * minibuffer.el (minibuffer-complete-and-exit):
3889         Change `confirm-only' value of minibuffer-completion-confirm to
3890         `confirm', and handle a `confirm-after-completion' value.
3892 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
3894         * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
3896 2008-11-24  Andreas Schwab  <schwab@suse.de>
3898         * image.el (image-type-header-regexps): Recognize more xbm format
3899         variants.
3901 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
3903         * textmodes/artist.el (artist-charlist-to-string): Simplify.
3904         (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
3905         (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
3906         (artist-replace-string, artist-draw-rect, artist-draw-line)
3907         (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
3908         (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
3909         (artist-pen, artist-pen-line, artist-text-insert-common)
3910         (artist-text-overwrite, artist-spray-get-interval)
3911         (artist-spray-clear-circle, artist-erase-char)
3912         (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
3913         (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
3914         (artist-key-draw-1point, artist-key-draw-2points)
3915         (artist-mouse-draw-continously): Fix typos in docstrings.
3916         (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
3917         (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
3918         (artist-backward-char, artist-forward-char): Doc fixes.
3919         (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
3920         Reflow docstrings.
3922 2008-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3924         * international/quail.el (quail-vunion): New function.
3925         (quail-defrule-internal): Use it to prevent accumulating redundant
3926         alternatives when `append' is set.
3927         (quail-insert-decode-map): Simplify computation of the max-key-width.
3928         Compute it right for multiple-list.
3930 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
3932         * emacs-lisp/elp.el (elp-instrument-list): Check argument type
3933         explicitly.  Doc fix.
3935 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
3937         * calendar/appt.el (appt-disp-window): Move minibuffer check
3938         after binding this-window and do not set-buffer to make sure we
3939         won't deselect the minibuffer.  (Bug#1413)
3941 2008-11-24  Dan Nicolaescu  <dann@ics.uci.edu>
3943         * vc-hg.el (vc-hg-program): Remove.
3944         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
3945         Undo previous change.
3947 2008-11-23  Martin Rudalics  <rudalics@gmx.at>
3949         * info-look.el (info-lookup): When Info buffer is visible on
3950         another frame, raise that frame.
3952 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
3954         * allout.el (allout-mode): Fix typo in docstring.
3956         * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
3957         (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
3959 2008-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3961         * vc-hooks.el (vc-follow-link): Complete last change.
3963 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
3965         * textmodes/remember.el (remember-region): Doc fix.
3966         (remember-filter-functions, remember-handler-functions)
3967         (remember-save-after-remembering, remember-mailbox)
3968         (remember-default-priority, remember-data-file, remember-leader-text)
3969         (remember-diary-file): Remove * from defcustom docstrings.
3970         (remember-run-all-annotation-functions-flag)
3971         (remember-all-handler-functions): Reflow docstrings.
3972         (remember-store-in-mailbox): Fix typo in docstring.
3973         (remember-mode): Define with `define-derived-mode'.  Doc fix.
3975 2008-11-23  Glenn Morris  <rgm@gnu.org>
3977         * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
3978         (eshell-do-pipelines): Add optional argument to distinguish recursive
3979         calls.  Use to set eshell-in-pipeline-p to 'first for the first command
3980         in a pipeline.
3982         * eshell/esh-proc.el (eshell-gather-process-output):
3983         Set process-connection-type nil for all but the first element of a
3984         pipeline.  (Bug#1388)
3986 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
3988         * ediff-hook.el: Add tooltips to Emacs menus.
3990         * ediff.el: Change date of last update.
3992 2008-11-22  Juri Linkov  <juri@jurta.org>
3994         * dired-aux.el (dired-isearch-filenames): Add new context-dependent
3995         option `dwim'.  Change non-dwim option from `dired-filename' to `t'.
3996         Doc fix.
3997         (dired-isearch-filenames-setup): Run filename Isearch only when
3998         dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
3999         and the text property `dired-filename' at point is non-nil.
4000         In this case also set isearch-message-prefix-add to "filename ".
4001         (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
4002         (dired-isearch-filenames, dired-isearch-filenames-regexp):
4003         Don't let-bind isearch-message-prefix-add since this is done now
4004         in dired-isearch-filenames-setup.
4006         * isearch.el (isearch-mode): Change the order of calling
4007         `isearch-update' and running the `isearch-mode-hook' to call
4008         `isearch-update' with Isearch parameters set in this hook.
4010         * progmodes/compile.el (compilation-auto-jump-to-first-error):
4011         Fix docstring - change "during `compile'" to "during compilation".
4013         * descr-text.el (describe-char-unidata-list): Move `old-name' to
4014         be immediately after `name'.
4016         * startup.el (initial-buffer-choice): Change an abstract file name
4017         "file.txt" to more reasonable default file name value "~/.emacs".
4019 2008-11-22  Juri Linkov  <juri@jurta.org>
4021         * files.el (hack-local-variables-confirm): Rename arg `project' to
4022         `dir-name'.  Move `(or dir-name name)' to let-binding of `name'.
4023         (hack-local-variables-filter): Rename arg `project' to `dir-name'.
4024         (hack-local-variables): Rename call of `hack-project-variables' to
4025         `hack-dir-local-variables'.  Change error text to "Directory-local
4026         variables error".
4027         (dir-locals-class-alist): Rename from `project-class-alist'.
4028         (dir-locals-directory-alist): Rename from `project-directory-alist'.
4029         (dir-locals-get-class-variables): Rename from `project-get-alist'.
4030         (dir-locals-collect-mode-variables): Rename from
4031         `project-collect-bindings-from-alist'.  Rename arg `mode-alist' to
4032         `mode-variables', and arg `settings' to `variables'.
4033         (dir-locals-collect-variables): Rename from
4034         `project-collect-binding-list'.  Rename arg `binding-list' to
4035         `class-variables', and arg `settings' to `variables'.
4036         (dir-locals-set-directory-class): Rename from `set-directory-project'.
4037         (dir-locals-set-class-variables): Rename from `define-project-bindings'.
4038         Rename arg `settings' to `variables'.
4039         (dir-locals-file): New defconst.
4040         (dir-locals-find-file): Rename from `project-find-settings-file'.
4041         Use `dir-locals-file'.  Rename let-bound `settings' to `locals-file',
4042         and `pda' to `dir-elt'.
4043         (dir-locals-read-from-file): Rename from
4044         `project-define-from-project-file'.  Rename arg `settings-file'
4045         to `file'.  Rename let-bound `list' to `variables'.
4046         (hack-dir-local-variables): Rename from `hack-project-variables'.
4047         Rename let-bound `settings' to `variables-file', `root-dir'
4048         to `dir-name', and `bindings' to `variables'.
4050 2008-11-22  Lute Kamstra  <lute@gnu.org>
4052         * simple.el (goto-line): Rename argument.
4054 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
4056         * makefile.w32-in (compile-first): New target.
4057         (recompile): Depend on compile-first.
4059         * Makefile.in (recompile): Depend on compile-first.
4061 2008-11-22  Martin Rudalics  <rudalics@gmx.at>
4063         * files.el (switch-to-buffer-other-window)
4064         (switch-to-buffer-other-frame): Rename buffer argument to
4065         buffer-or-name.  Reword and mention new option
4066         confirm-nonexistent-file-or-buffer in doc-string.
4068 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4070         * emulation/viper.el: Date change.
4072         * emulation/viper-cmd.el (viper-envelop-ESC-key):
4073         viper-translate-all-ESC-keysequences is now a function.
4075         * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
4076         Make this variable.
4078 2008-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4080         * vc-hooks.el (vc-follow-link, vc-find-file-hook):
4081         Use buffer-file-truename to handle symlinks in any part of the filename.
4083 2008-11-22  Glenn Morris  <rgm@gnu.org>
4085         * vc-mtn.el (vc-mtn-diff-switches): New option.
4086         (vc-mtn-program): Rename from vc-mtn-command, for
4087         consistency with other backends.  Keep old name as alias.
4088         Update callers.  Make it a defcustom.
4089         (vc-mtn-diff): Give it a doc string.  Apply diff switches.
4091         * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
4092         consistency with other backends.  Keep old name as alias.
4093         Make it a defcustom.
4094         (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
4096         * vc-hg.el (vc-hg-program): New option.
4097         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
4098         Use vc-hg-program rather than hard-coded "hg".
4100         * vc-svn.el: Remove leading `*' from defcustom doc-strings.
4101         (vc-svn-program): Move defcustom to start.
4102         (vc-svn-create-repo, vc-svn-modify-change-comment):
4103         Use vc-svn-program rather than hard-coded "svn".
4105         * menu-bar.el: Stylistic consistency fixes for various menu and
4106         help texts.
4108         * kmacro.el (kmacro-insert-counter): Doc fix.
4110 2008-11-21  Ivan Shmakov  <oneingray@gmail.com>  (tiny change)
4112         * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
4114 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4116         * international/quail.el (quail-indent-to): New function.
4117         (quail-completion-1, quail-completion-list-translations)
4118         (quail-insert-decode-map): Use it to improve alignment.
4119         (quail-build-decode-map): Don't ignore latin-1 chars.
4120         (quail-help): Increase the max decode-map size so that even the TeX map
4121         gets printed.
4123         * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
4124         Signal error for invalid bookmark.
4125         (bookmark-get-bookmark-record): Undo last change.
4126         (bookmark-store, bookmark-delete): Use new arg `noerror'.
4128         * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
4129         Suggested by Toru TSUNEYOSHI.
4131 2008-11-21  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4133         * byte-opt.el (byte-compile-butlast): Move up in file.
4134         (byte-optimize-plus): Don't call
4135         byte-optimize-delay-constants-math (bug#1334).
4136         Use byte-optimize-predicate to optimize constants.
4137         (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
4138         Remove zero arguments first
4139         if possible.  Call byte-optimize-predicate to optimize constants.
4140         (byte-optimize-multiply): Remove optimizations for arguments of 0
4141         and 2, which may be inaccurate.  Optimize (* x -1) to (- x).
4142         Call byte-optimize-predicate.
4143         (byte-optimize-divide): Leave runtime errors unchanged.
4144         Optimize (/ x 1) to (+ x 0).  Remove optimizations for arguments of
4145         0 and 2.0, which may be inaccurate.  Call byte-optimize-predicate.
4147 2008-11-21  Juanma Barranquero  <lekktu@gmail.com>
4149         * bookmark.el (bookmark-jump-noselect): Add obsolescence
4150         declaration and remove redundant info from docstring.
4152         * isearch.el (isearch-search-string): Doc fix.
4153         (search-exit-option, search-slow-window-lines, search-slow-speed)
4154         (search-upper-case, search-nonincremental-instead)
4155         (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
4156         (search-ring-update, search-highlight, isearch-lazy-highlight)
4157         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
4158         (lazy-highlight-interval): Remove * from defcustom docstrings.
4159         (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
4160         Remove * from defcustom docstrings; fix typos.
4161         (isearch-push-state-function, isearch-help-for-help-internal)
4162         (isearch-help-for-help, isearch-describe-bindings)
4163         (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
4164         (isearch-pop-fun-state, isearch-search-fun-function)
4165         (isearch-lazy-highlight-search): Fix typos in docstrings.
4166         (isearch-yank-internal, isearch-fallback): Reflow docstrings.
4167         (isearch-forward): Fix typo and reflow docstring.
4168         (isearch-help-map): Remove unused `i' binding.  Fix typos in docstring.
4169         (isearch-mode-map): Don't use `let*'.
4171 2008-11-21  Chong Yidong  <cyd@stupidchicken.com>
4173         * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
4175 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4177         * isearch.el (isearch-search-string): Simplify and convert docstring.
4179         * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
4181 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
4183         * international/mule-util.el (set-nested-alist): Doc fix.  Use `when'.
4184         (lookup-nested-alist): Doc fix.
4185         (with-coding-priority): Reflow docstring.
4186         (detect-coding-with-priority): Fix typos in obsolescence declaration.
4187         (char-displayable-p): Reflow docstring.  Use `when'.
4189 2008-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
4191         * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
4192         week forward/backward.
4194 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
4196         * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
4197         (with-electric-help): Fix typo and reflow docstring.
4199 2008-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4201         * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
4202         (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
4203         (list-buffers-noselect): Don't need to pad.
4205 2008-11-20  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4207         * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
4208         Pay attention to char widths when computing string sizes.
4210 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
4212         * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
4213         (byte-compile-output-docform): Reflow docstrings.
4214         (no-byte-compile): Fix typo in docstring.
4215         (byte-recompile-directory, compile-defun): Doc fixes.
4216         (emacs-lisp-file-regexp, byte-compile-verbose)
4217         (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
4218         (byte-compile-dynamic-docstrings, byte-optimize-log)
4219         (byte-compile-error-on-warn, byte-compile-warnings)
4220         (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
4221         Remove * from defcustom docstrings.
4223 2008-11-20  Glenn Morris  <rgm@gnu.org>
4225         * format.el (format-alist, format-write-file): Doc fix.
4227         * proced.el (proced-available): New variable.
4228         (proced-process-attributes): Move availability check from previous
4229         change from here...
4230         (proced): ... to here.
4232         * vc-hg.el (vc-hg-diff-switches): New option.
4233         (vc-hg-diff): Apply diff switches.  (Bug#1017)
4235         * calc/calc-units.el (math-additional-units): Doc fix (active voice).
4237         * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
4239 2008-11-20  Stephen Berman  <Stephen.Berman@gmx.net>
4241         * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
4243 2008-11-19  Juanma Barranquero  <lekktu@gmail.com>
4245         * calc/calc-units.el (math-units-table): Doc fix.
4246         (math-standard-units): Fix typo in constant's description.
4247         (math-additional-units): Fix typo in docstring.
4249 2008-11-19  Ulrich Mueller  <ulm@kph.uni-mainz.de>
4251         * calc/calc-units.el (math-standard-units): Add eps0,
4252         permittivity of vacuum.
4254 2008-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
4256         * files.el (project-settings-file): Remove.
4257         (project-find-settings-file): Undo previous change that added the
4258         use of project-settings-file.
4260 2008-11-19  Glenn Morris  <rgm@gnu.org>
4262         * proced.el (proced, proced-format-time): Doc fixes.
4263         (proced-process-attributes): Signal an error if unsupported.  (Bug#1314)
4265 2008-11-19  Karl Fogel  <kfogel@red-bean.com>
4267         * bookmark.el (bookmark-jump-noselect): Move the deprecation
4268         notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
4270 2008-11-19  Lute Kamstra  <lute@gnu.org>
4272         * autoinsert.el (auto-insert-alist): Don't use match data.
4274 2008-11-19  Glenn Morris  <rgm@gnu.org>
4276         * progmodes/f90.el (f90-mode-map): Add some menu :help.
4278         * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
4280         * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
4281         * term/w32-win.el (x-select-font): Declare.
4283         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
4284         Use the imperative for all help strings.
4286 2008-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4288         * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
4289         case where the default dictionary is French, Spanish, younameit.
4291         * window.el (window--frame-usable-p): Consider dedicated windows
4292         as usable.
4294         * files.el (confirm-nonexistent-file-or-buffer):
4295         Rename from find-file-confirm-nonexistent-file.
4296         (read-buffer-to-switch): Use it.
4298 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
4300         * server.el (server-temp-file-p): Use `string-match-p'.
4301         (server-socket-dir): Set to nil if local sockets are unsupported.
4302         (server-start): Don't try to delete local socket if unsupported.
4303         (server-kill-new-buffers): Reflow docstring.
4304         (server-delete-client, server-handle-delete-frame)
4305         (server-save-buffers-kill-terminal): Doc fixes.
4306         (server-send-string): Fix typo in docstring.
4308 2008-11-18  Sam Steingold  <sds@gnu.org>
4310         * progmodes/compile.el (compilation-start-hook): New hook.
4311         (compilation-start): Run it on the compilation process.
4313 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
4315         * international/mule-cmds.el (update-leim-list-file): Simplify.
4316         (prefer-coding-system, find-coding-systems-for-charsets):
4317         Fix docstring typos.
4318         (select-safe-coding-system, input-method-exit-on-first-char)
4319         (language-info-alist, language-info-custom-alist): Reflow docstrings.
4320         (toggle-input-method, read-multilingual-string): Doc fixes.
4321         Reflow docstrings.
4322         (locale-name-match, sort-coding-systems, find-multibyte-characters)
4323         (read-char-by-name): Use `string-match-p'.
4324         (get-char-code-property, put-char-code-property)
4325         (char-code-property-description): Be silent while loading uni-* files.
4326         (ucs-names): Use `dotimes-with-progress-reporter', because loading
4327         the Unicode character names is *slow*.
4329 2008-11-17  Chong Yidong  <cyd@stupidchicken.com>
4331         * wid-edit.el (widget-image-insert): Don't add a mouse-face.
4333         * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
4335 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
4337         * international/mule-cmds.el (ucs-completions): Mark as risky.
4339 2008-11-17  Martin Rudalics  <rudalics@gmx.at>
4341         * help-macro.el (three-step-help): Remove * from defcustom.
4342         (make-help-screen): Don't iconify selected frame.  (Bug#1322)
4343         Use when instead of if and cond within condition-case.
4345         * window.el (quit-window): Bind window to selected window when
4346         trying to delete it.
4348 2008-11-17  Glenn Morris  <rgm@gnu.org>
4350         * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
4351         definition of 'ignore, rather than nil.  (Bug#1353)
4353 2008-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4355         * window.el (window--frame-usable-p): Allow use for soft-dedication.
4357 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
4359         * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
4361         * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
4362         (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
4363         (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
4364         (kill-word, backward-kill-word, zap-to-char): Doc fixes.
4365         (shell-command, repeat-complex-command): Reflow docstrings.
4366         (pop-to-mark-command): Fix typos in docstring.
4368 2008-11-17  Juri Linkov  <juri@jurta.org>
4370         * isearch.el (isearch-filter-predicate): Rename from
4371         `isearch-success-function'.  Rename default value from
4372         `isearch-success-function-default' to
4373         `isearch-filter-invisible'.  Doc fix.
4374         (isearch-filter-invisible): Rename from
4375         `isearch-success-function-default'.  Doc fix.
4376         (isearch-search, isearch-lazy-highlight-search):
4377         Rename `isearch-success-function' to `isearch-filter-predicate'.
4379         * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
4380         `dired-isearch-orig-success-function'.
4381         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
4382         (dired-isearch-filenames-end): Rename `isearch-success-function' to
4383         `isearch-filter-predicate'.  Doc fix.
4384         (dired-isearch-filter-filenames): Rename from
4385         `dired-isearch-success-function'.
4387         * info.el (Info-search, Info-mode):
4388         Rename `isearch-success-function' to `isearch-filter-predicate'.
4389         (Info-isearch-filter-predicate): Rename from
4390         `Info-search-success-function'.
4392         * simple.el (minibuffer-default-add-function): Fix docstring to
4393         use clear text "default values" instead of obscure references to
4394         the dynamic variable `minibuffer-default'.
4396 2008-11-16  Glenn Morris  <rgm@gnu.org>
4398         * term/ns-win.el (ns-extended-platform-support-mode):
4399         Tweak menu entry from previous change.
4401         * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
4403         * cus-edit.el (custom-buffer-create-internal): Always insert the
4404         in-buffer buttons, regardless of tool-bar.  (Bug#1326)
4406 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
4408         * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
4410 2008-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4412         * ielm.el (ielm-eval-input): Fix thinko in last change.
4414 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
4416         * subr.el (read-passwd): Yank current kill if the user enters C-y.
4418 2008-11-16  Michael Albinus  <michael.albinus@gmx.de>
4420         * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
4421         (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
4423         * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
4424         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4425         Handle `file-name-as-directory'.
4427 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
4429         * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
4430         usual variable-pitch face.
4432 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
4434         * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
4435         (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
4436         (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
4437         (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
4438         (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
4439         (ange-ftp-quote-string, ange-ftp-process-handle-line)
4440         (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
4441         (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
4442         (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
4443         (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
4444         (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
4445         (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
4446         (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
4447         (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
4448         (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
4449         (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
4450         (ange-ftp-default-user, ange-ftp-default-password)
4451         (ange-ftp-default-account, ange-ftp-netrc-default-password)
4452         (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
4453         (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
4454         (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
4455         (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
4456         (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
4457         (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
4458         (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
4459         (ange-ftp-make-backup-files, ange-ftp-retry-time)
4460         (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
4461         (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
4462         (ange-ftp-gateway-tmp-name-template)
4463         (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
4464         (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
4465         (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
4466         (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
4467         (ange-ftp-gateway-program): Remove * from docstring and reflow.
4468         (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
4469         (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
4470         (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
4471         (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
4472         (ange-ftp-rename-local-to-remote): Doc fixes.
4473         (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
4474         Use `when', `unless'.
4475         (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
4476         (ange-ftp-process-handle-hash): Rename arg STR to STRING.
4477         (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
4478         (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
4479         (ange-ftp-normal-login): Rename arg PASS to PASSWORD.  Fix typo.
4480         (ange-ftp-process-sentinel): Use `when'.  Fix typo.
4481         (ange-ftp-gwp-start): Use `let', not `let*'; use `when'.  Fix typo.
4482         (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
4483         (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
4484         (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
4485         (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
4486         (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
4487         (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
4488         (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
4489         `(save-match-data (string-match ...))'.
4490         (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
4491         (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
4492         Use `string-match-p' instead of `(save-match-data (string-match ...))'.
4493         Doc fixes.
4495 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
4497         * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
4498         function instead of a variable.
4500         * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
4501         viper-ESC-keyseq-timeout as a function.
4502         (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
4503         defsubst.
4505         * emulation/viper-cmd.el: Let line-move-visual to nil when using
4506         next-line or previous-line.
4507         (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
4509         * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
4511         * ediff-util.el (ediff-toggle-multiframe): Check if control window is
4512         live.
4513         (ediff-save-buffer): Let window-min-height to 2.
4515         * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
4516         the minibuffer.
4518 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
4520         * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
4521         (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
4522         (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
4523         (ielm-map): Define within defvar.  Add docstring.
4524         (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
4525         (ielm-complete-filename): Use `when', `unless'.
4526         (ielm-is-whitespace-or-comment): Use `string-match-p'.
4527         (ielm-return, ielm-get-old-input): Use `looking-at-p'.
4528         (ielm-change-working-buffer): Check that the buffer is live.
4529         (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
4530         Simplify.  Reflow docstring.
4531         (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
4532         New aliases, to satisfy `define-derived-mode' expectations.
4534 2008-11-15  Glenn Morris  <rgm@gnu.org>
4535             Martin Rudalics  <rudalics@gmx.at>
4537         * emacs-lisp/find-func.el (find-function-advised-original): New.
4538         (find-function-C-source, find-function-noselect):
4539         Use find-function-advised-original to handle advised funcs.  (Bug#789)
4541 2008-11-15  Glenn Morris  <rgm@gnu.org>
4543         * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
4544         alias message.
4546         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
4547         Remove uniquify-after-kill-buffer-p dependency.
4548         (uniquify-kill-buffer-function): New function.
4549         (kill-buffer-hook): Use uniquify-kill-buffer-function.  (Bug#1315)
4551         * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
4552         (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
4553         main Emacs manual.
4555 2008-11-15  Martin Rudalics  <rudalics@gmx.at>
4557         * window.el (quit-window): Restore delete window with second
4558         arg non-nil behavior as of before 2008-10-30 change.
4560 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
4562         * help-fns.el (describe-function-1): Do char-range check for
4563         self-insert-command.
4565 2008-11-14  Karl Fogel  <kfogel@red-bean.com>
4567         * files.el (file-precious-flag): Document that this flag is advisory.
4569 2008-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4571         * emacs-lisp/bytecomp.el (byte-compile-associative)
4572         (byte-compile-minus, byte-compile-quo): If there are more than two
4573         operands, don't use binary operation code (bug#1334).
4575 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
4577         * w32-fns.el (w32-shell-dos-semantics):
4578         * calendar/diary-lib.el (diary-face-attrs):
4579         * international/mule-cmds.el (set-default-coding-systems)
4580         (prefer-coding-system):
4581         * net/tramp.el (tramp-set-completion-function):
4582         * progmodes/vhdl-mode.el (vhdl-file-header):
4583         * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
4585         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
4587         * files.el (enable-local-eval, not-modified, kill-buffer-ask)
4588         (kill-matching-buffers, save-buffers-kill-emacs)
4589         (save-buffers-kill-terminal): Fix typos in docstrings.
4590         (switch-to-buffer-other-window): Reflow docstring.
4591         (revert-buffer): Doc fix.
4592         (define-project-bindings): Rename arg LIST to SETTINGS.
4593         (project-find-settings-file): Use `let', not `let*'.
4594         Use `when'.
4596 2008-11-13  Juanma Barranquero  <lekktu@gmail.com>
4598         * files.el (project-settings-file, locate-dominating-file):
4599         Fix typos in docstrings.
4600         (find-file-visit-truename): Remove * from defcustom docstring.
4602 2008-11-13  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
4604         * files.el (project-settings-file): New variable.
4605         (project-find-settings-file): Use it, instead of hardcoding
4606         .dir.settings.el.
4608 2008-11-13  Glenn Morris  <rgm@gnu.org>
4610         * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
4612 2008-11-13  Henry Weller  <hweller0@gmail.com>  (tiny change)
4614         * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
4615         in mail bodies.
4617 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
4619         * international/mule.el (autoload-coding-system, with-category-table)
4620         (ctext-non-standard-encodings-alist): Fix typos in docstrings.
4621         (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
4622         (set-buffer-file-coding-system, revert-buffer-with-coding-system)
4623         (set-file-name-coding-system, ctext-pre-write-conversion)
4624         (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
4625         Reflow docstrings.
4626         (charset-list, set-coding-priority): Remove redundant obsolescence info.
4627         (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
4628         (char-valid-p): Define with `define-obsolete-function-alias'.
4630         * textmodes/artist.el (artist-mode): Fix typos in docstring.
4632 2008-11-12  Sam Steingold  <sds@gnu.org>
4634         * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
4635         between hostname and path.
4637 2008-11-11  Juri Linkov  <juri@jurta.org>
4639         * dired-aux.el (dired-isearch-filenames)
4640         (dired-isearch-filenames-regexp):
4641         Let-bind isearch-message-prefix-add to "filename ".
4643         * isearch.el (isearch-message-prefix-add)
4644         (isearch-message-suffix-add): New variables.
4645         (isearch-message-prefix): Show additional text from
4646         `isearch-message-prefix-add' before "I-search".
4647         (isearch-message-suffix): Show additional text from
4648         `isearch-message-suffix-add' at the end.
4650         * isearch.el (isearch-lazy-highlight-search): Use a loop like in
4651         `isearch-search'.  Call isearch-success-function to skip matches
4652         outside the current isearch scope.  Let-bind search-invisible to
4653         nil to not match invisible text.
4655         * isearch.el (isearch-query-replace, isearch-highlight-regexp):
4656         Let-bind `isearch-recursive-edit' to nil to prevent calling
4657         `exit-recursive-edit' in `isearch-done' that terminates the
4658         execution of these commands when it is non-nil.  Call
4659         `exit-recursive-edit' explicitly at the end.
4660         (isearch-occur): For word search construct the correct regexp
4661         with word boundaries to proceed with occur.
4663         * isearch.el (isearch-search-fun): Compare the length of the
4664         current search string with the length of the string from the
4665         previous search state to detect the situation when the user
4666         adds or removes characters in the search string.
4667         Use word-search-forward-lax and word-search-backward-lax in this
4668         case, and otherwise word-search-forward and word-search-backward.
4670 2008-11-11  Sam Steingold  <sds@gnu.org>
4672         * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
4673         the "Version Control" group (for C-x v g).
4675 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
4677         * server.el (server-process-filter): Fix typos and reflow docstring.
4679 2008-11-11  Martin Rudalics  <rudalics@gmx.at>
4681         * mail/footnote.el (footnote-mode): Improve doc-string.
4682         Suggested by <jidanni@jidanni.org>.  (Bug#1318)
4684 2008-11-11  Chong Yidong  <cyd@stupidchicken.com>
4686         * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
4688 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4690         * mail/smtpmail.el (smtpmail-open-stream): Use
4691         `starttls-any-program-available'.  Auto-load starttls.el for it.
4693 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
4695         * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
4696         version (bug@1285).
4698 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
4700         * startup.el (command-line): Ignore init-file-user when checking
4701         user's home directory on MS-DOS as well.
4703 2008-11-07  Sam Steingold  <sds@gnu.org>
4705         * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
4707 2008-11-07  Juanma Barranquero  <lekktu@gmail.com>
4709         * frame.el (make-frame-on-display): Use `string-match-p'.
4711 2008-11-07  Glenn Morris  <rgm@gnu.org>
4713         * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
4715 2008-11-07  Dan Nicolaescu  <dann@ics.uci.edu>
4717         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
4718         to initialize font-lock keyword case sensitivity.
4719         (lisp-mode): Use it.
4721 2008-11-06  Glenn Morris  <rgm@gnu.org>
4723         * eshell/esh-maint.el: Remove unused file.
4725         * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
4727         * cus-edit.el (custom-comment-tag): Doc fix.
4728         (custom-comment, custom-variable-value-create, custom-face):
4729         Use face names sans -face suffix rather than aliases.
4731 2008-11-05  Jay Belanger  <jay.p.belanger@gmail.com>
4733         * calc/calc.el (calc-quit): Use `window-full-width-p' to check
4734         window width.
4736 2008-11-05  Chong Yidong  <cyd@stupidchicken.com>
4738         * server.el (server-process-filter): Only default to emacsclient's
4739         terminal in daemon mode.
4741 2008-11-05  Martin Rudalics  <rudalics@gmx.at>
4743         * window.el (quit-window): Restore prefix argument behavior
4744         removed in 2008-10-30 change.  (Bug#1308)
4746 2008-11-05  Tassilo Horn  <tassilo@member.fsf.org>
4748         * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
4749         function to kill-buffer-hook, not to kill-buffer.
4750         Reported by Markus Triska <markus.triska@gmx.at>
4752 2008-11-04  Jay Belanger  <jay.p.belanger@gmail.com>
4754         * calc/calc.el (calc-quit): Make sure that the keypad buffer
4755         exists before deleting its windows.
4757 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
4759         * server.el (server-process-filter): Don't call
4760         server-create-tty-frame when no tty name is specified.
4762 2008-11-04  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
4764         * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
4766 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
4768         * international/mule-cmds.el (toggle-enable-multibyte-characters)
4769         (define-char-code-property):
4770         * textmodes/reftex.el (reftex-index):
4771         * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
4773 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
4775         * vc-bzr.el (vc-bzr-dir-printer): Rename from
4776         vc-bzr-status-printer.
4778         * startup.el (startup-echo-area-message): Display a different
4779         message in daemon mode.  Suggested by Stephen Turnbull.
4781         * frame.el (make-frame-on-display): Ignore DISPLAY argument on
4782         Windows.
4784 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
4786         * dframe.el (dframe-mouse-position-function)
4787         (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
4788         (dframe-mouse-set-point): Fix typos in docstrings.
4790 2008-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
4792         * vc-dir.el (vc-dir-headers): Undo previous change.
4794 2008-11-04  Nick Roberts  <nickrob@snap.net.nz>
4796         * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
4797         * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
4799 2008-11-04  Martin Rudalics  <rudalics@gmx.at>
4801         * subr.el (looking-back): Fix doc-string typo.
4803         * electric.el (Electric-pop-up-window): Call window-end with
4804         UPDATE set to t.
4806         * window.el (save-selected-window): Make it behave like
4807         save-selected-window-norecord.
4808         (save-selected-window-norecord): Remove, since functionality
4809         fully taken over by save-selected-window.
4810         (walk-windows, set-window-text-height, fit-window-to-buffer):
4811         Use save-selected-window instead of save-selected-window-norecord.
4812         * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
4813         save-selected-window-norecord.
4814         * emacs-lisp/lisp-mode.el (save-selected-window): Remove
4815         indent-function for save-selected-window-norecord.
4817 2008-11-03  Alan Mackenzie  <acm@muc.de>
4819         * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
4821 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
4823         * subr.el (looking-back): Doc fix.
4825         * term/x-win.el (x-initialize-window-system):
4826         Call x-wm-set-size-hint after initialization.
4828         * eshell/em-hist.el (eshell-save-history-on-exit): Change default
4829         to t.
4831         * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
4832         2000-12-08 (bug#1297).
4834         * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
4836 2008-11-03  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4838         * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
4839         when appropriate.
4841 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
4843         * window.el (save-selected-window-norecord): New macro.
4844         (walk-windows): Use save-selected-window-norecord and call
4845         select-window with NORECORD set.  (Bug#1237)
4846         (set-window-text-height, fit-window-to-buffer):
4847         Use save-selected-window-norecord and call select-window with
4848         NORECORD set.
4849         * subr.el (with-selected-window): Call set-frame-selected-window
4850         with new argument NORECORD set.  Update doc-string.
4851         (with-selected-frame): Call select-frame with new argument
4852         NORECORD set.  Update doc-string.
4853         * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
4854         Put indent-function for save-selected-window-norecord.
4855         * font-lock.el (lisp-font-lock-keywords-2):
4856         Add save-selected-window-norecord.
4858 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4860         * cus-edit.el (customize-apropos-options, custom-comment)
4861         (custom-comment-tag, custom-face-edit-attribute-tag):
4862         Fix typos in docstrings.
4863         (custom-buffer-done-kill): Remove * from defcustom docstring.
4864         (custom-file): Fix typo in doc of defcustom choice.
4866         * frame.el (display-visual-class): Fix typo in docstring.
4867         (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
4868         (special-display-frame-alist, show-trailing-whitespace)
4869         (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
4870         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
4871         Remove * from defcustom docstrings.
4873         * md4.el (md4-buffer): Fix typo in docstring.
4874         (md4, md4-64): Doc fixes.
4875         (md4-pack-int32): Reflow docstring.
4877         * paths.el (rmail-file-name): Remove * from defcustom docstring.
4878         (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
4880         * rect.el (open-rectangle): Reflow docstring.
4881         (spaces-string): Fix docstring typo.  Use "?\s" instead of "? ".
4883         * select.el (x-get-cut-buffer): Fix typo in docstring.
4885         * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
4886         (timezone-time-zone-from-absolute, timezone-leap-year-p):
4887         Fix typos in docstrings.
4889         * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
4890         Fix typos in docstrings.
4892 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
4894         * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
4896         * net/newst-treeview.el (newsticker--treeview-list-update-faces)
4897         (newsticker--treeview-list-update, newsticker--treeview-item-show)
4898         (newsticker--treeview-tree-update)
4899         (newsticker--treeview-tree-update-highlight)
4900         (newsticker-treeview-update)
4901         (newsticker-treeview-next-item, newsticker-treeview-prev-item)
4902         (newsticker-treeview-next-new-or-immortal-item)
4903         (newsticker-treeview-prev-new-or-immortal-item)
4904         (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
4905         (newsticker-treeview-tree-click): Watch for layout changes.
4906         (newsticker--treeview-set-current-node): Cleanup.
4907         (newsticker--treeview-restore-layout): Rename from
4908         newsticker--treeview-restore-buffers.
4909         (newsticker--treeview-mark-item): Update cache file.
4911 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
4913         * calendar/icalendar.el (icalendar--uid-count): New.
4914         (icalendar--create-uid): New.  Extracted from
4915         `icalendar-export-region' and add uid counter.
4916         (icalendar-export-region): Use `icalendar--create-uid'.
4918 2008-10-31  Juanma Barranquero  <lekktu@gmail.com>
4920         * tooltip.el (tooltip-frame-parameters): Doc fix.
4922 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
4924         * window.el (window-body-height, window-current-scroll-bars)
4925         (walk-windows, get-window-with-predicate, get-buffer-window-list)
4926         (minibuffer-window-active-p, count-windows)
4927         (window-safely-shrinkable-p, window--splittable-p)
4928         (window--try-to-split-window, window--frame-usable-p)
4929         (window--even-window-heights, window--display-buffer-1)
4930         (window--display-buffer-2, set-window-text-height)
4931         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
4932         (truncated-partial-width-window-p): Rewrite doc-string.
4933         (window-fixed-size-p): Simplify code.  Rewrite doc-string.
4934         (split-window-vertically, split-window-horizontally):
4935         Rename args, rewrite doc-string, and simplify code.
4936         (split-window-save-restore-data): Rename args and use
4937         when instead of if.
4939 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
4941         * indent.el (indent-for-tab-command): Use use-region-p.
4943         * vc.el (vc-revert): Limit the length of the query string.
4945 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
4947         * simple.el (idle-update-delay, next-error-highlight)
4948         (next-error-highlight-no-select, next-error-recenter, next-error-hook)
4949         (minibuffer-history-case-insensitive-variables, kill-ring-max)
4950         (kill-read-only-ok, backward-delete-char-untabify-method)
4951         (kill-whole-line, mark-ring-max, global-mark-ring-max)
4952         (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
4953         (goal-column, line-move-ignore-invisible, fill-prefix)
4954         (auto-fill-inhibit-regexp, blink-matching-paren)
4955         (blink-matching-paren-on-screen, blink-matching-paren-distance)
4956         (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
4957         (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
4958         (minibuffer-history-isearch-wrap, transient-mark-mode)
4959         (next-logical-line, auto-fill-mode, line-number-mode)
4960         (column-number-mode, size-indication-mode, clone-indirect-buffer)
4961         (normal-erase-is-backspace-mode): Doc fixes.
4962         (current-kill, transient-mark-mode, toggle-truncate-lines)
4963         (visible-mode): Reflow docstrings.
4964         (minibuffer-local-shell-command-map, interprogram-paste-function):
4965         Fix typos in docstrings.
4967 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
4969         * server.el (server-process-filter): In daemon mode, default to
4970         emacsclient's tty if not opening a new frame and only the
4971         terminal-frame is available.
4973 2008-10-30  Martin Rudalics  <rudalics@gmx.at>
4975         * window.el (quit-window): Simplify code.  Say in doc-string
4976         that it operates on the selected window's buffer.  (Bug#1259)
4978 2008-10-30  Nick Roberts  <nickrob@snap.net.nz>
4980         * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
4981         nil so that log-view-diff-changeset works.
4983 2008-10-30  Glenn Morris  <rgm@gnu.org>
4985         * files.el (locate-dominating-stop-dir-regexp): Fix typo.
4987         * resume.el: Move to obsolete/.
4988         * Makefile.in (ELCFILES): Update.
4990 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
4992         * electric.el (Electric-pop-up-window): Don't shrink the window if
4993         it's already big enough.
4995         * minibuffer.el (delete-minibuffer-contents): Delete all
4996         minibuffer contents instead of just the current field.
4998         * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
5000         * bookmark.el (bookmark-handle-bookmark): Rename from
5001         bookmark-jump-noselect.
5002         (bookmark--jump-via, bookmark-insert): Callers changed.
5003         (bookmark-jump-noselect): Wrapper function for
5004         bookmark-handle-bookmark.
5005         (bookmark-get-bookmark-record): Signal error for invalid bookmark.
5007         * textmodes/ispell.el (ispell-word): Use use-region-p.
5009 2008-10-29  Juanma Barranquero  <lekktu@gmail.com>
5011         * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
5012         to follow naming conventions for abnormal hooks.  Doc fix.
5013         (tooltip-mode, tooltip-timeout): Use it.
5014         (tooltip-hook): New obsolete alias.
5015         (tooltip-help-tips): Doc fix.
5017         * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
5019 2008-10-29  Ulrich Mueller  <ulm@gentoo.org>
5021         * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
5022         of hardcoded /tmp.
5024 2008-10-29  Glenn Morris  <rgm@gnu.org>
5026         * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
5028         * vc-hooks.el (vc-find-root): Remove bogus alias.
5030 2008-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5032         * international/quail.el (quail-show-guidance): Don't create
5033         a guidance-frame if current buffer is not a minibuffer, since even if
5034         selected-window is mini-p, the buffer will never be displayed in it, so
5035         it wil be usable for guidance.
5037 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5039         * smerge-mode.el: Require diff-mode at run-time as well.
5041 2008-10-28  Martin Rudalics  <rudalics@gmx.at>
5043         * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
5044         * vc-hooks.el (vc-stay-local): Likewise.
5046 2008-10-28  Phil Sung  <psung@mit.edu>
5048         * follow.el (follow-scroll-down, follow-calc-win-end)
5049         (follow-estimate-first-window-start): Reduce effective window
5050         height when header line is present.  (Bug#925)
5052 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
5054         * subr.el (locate-user-emacs-file): Simplify.  Don't create
5055         `user-emacs-directory' when Emacs is running in batch mode.
5057         * startup.el (inhibit-startup-screen): Reflow docstring.
5058         (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
5060 2008-10-27  Kenichi Handa  <handa@m17n.org>
5062         * descr-text.el (describe-char): Fix terminal case (where font is nil).
5064 2008-10-27  Juanma Barranquero  <lekktu@gmail.com>
5066         * face-remap.el (text-scale-increase, text-scale-decrease)
5067         (text-scale-adjust): Remove &optional keyword from the arg list;
5068         the INC argument is not really optional, if the functions happen
5069         to be called from elisp.
5071 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
5073         * vc.el: Rename VC methods that were missed when vc-status was
5074         renamed to vc-dir.
5075         * vc-svn.el (vc-svn-dir-extra-headers): Rename from
5076         vc-svn-status-extra-headers.
5077         * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
5078         (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
5079         * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
5080         (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
5081         * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
5082         vc-dir-status-printer.
5083         (vc-dir-headers): Use `dir-extra-headers' instead of
5084         `status-extra-headers'.
5085         (vc-dir-printer): Rename from vc-dir-status-printer.
5086         (vc-default-dir-extra-headers): Rename from
5087         vc-default-status-extra-headers.
5088         * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
5089         vc-cvs-status-extra-headers.
5091         * startup.el (server-name): Pacify byte compiler.
5092         (command-line): If --daemon=SERVER_NAME was used, set server-name
5093         before calling server-start.
5095 2008-10-26  Romain Francoise  <romain@orebokech.com>
5097         * startup.el (command-line): Call daemon-initialized after
5098         starting the server.
5100 2008-10-26  Kenichi Handa  <handa@m17n.org>
5102         * help-fns.el (describe-categories): Display the terse legend at
5103         the head.
5105         * international/characters.el: Docstrings of categories improved.
5107 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5109         * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
5111         * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
5112         to the courier family.
5113         * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
5114         usually not serif'd and hence rather unlike verbatim's printed output.
5116 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
5118         * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
5119         when reporting the module.
5121         * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
5123         * wid-edit.el (widget-color-complete): Sort completions alphabetically.
5125 2008-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5127         * files.el (locate-dominating-stop-dir-regexp): New var.
5128         (locate-dominating-file): Change arg from a regexp to a file name.
5129         Rewrite using the vc-find-root code to avoid directory-files which is
5130         too slow.  Obey locate-dominating-stop-dir-regexp.
5131         Don't pay attention to changes in owner.
5132         (project-find-settings-file): Adjust call to locate-dominating-file.
5134         * progmodes/flymake.el (flymake-find-buildfile):
5135         Adjust call to locate-dominating-file.
5137         * vc-hooks.el (vc-find-root): Use locate-dominating-file.
5138         (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
5140 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
5142         * subr.el (with-current-buffer): Rename buffer argument to
5143         buffer-or-name.
5144         * window.el (get-buffer-window-list): Rename buffer argument to
5145         buffer-or-name and make it optional.
5147 2008-10-25  Juanma Barranquero  <lekktu@gmail.com>
5149         * completion.el (add-completion-to-head, add-completion): Doc fixes.
5150         (completion-search-next, add-completions-from-file):
5151         Fix typos in docstrings.
5153         * filesets.el (filesets-menu-ensure-use-cached)
5154         (filesets-ingroup-patterns, filesets-filetype-property):
5155         * tutorial.el (get-lang-string):
5156         * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
5157         Fix typos in docstrings.
5159         * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
5160         (image-dired-line-up-method, image-dired-thumb-size)
5161         (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
5162         (image-dired-track-original-file, image-dired-track-thumbnail)
5163         (image-dired-dired-next-line, image-dired-dired-previous-line)
5164         (image-dired-write-comments): Reflow docstrings.
5165         (image-dired-show-all-from-dir-max-files)
5166         (image-dired-format-properties-string, image-dired-create-thumbs)
5167         (image-dired-mark-tagged-files, image-dired-gallery-generate):
5168         Fix typos in docstrings.
5170         * savehist.el (savehist-save-minibuffer-history, savehist-file)
5171         (savehist-additional-variables, savehist-ignored-variables)
5172         (savehist-file-modes, savehist-autosave-interval):
5173         * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
5174         (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
5175         (fancy-splash-image):
5176         * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
5177         (thumbs-conversion-program, thumbs-margin):
5178         Remove spurious * in docstrings.
5180 2008-10-25  Aaron S. Hawley  <aaronh@garden.org>
5182         * thingatpt.el (end-of-sexp, beginning-of-sexp)
5183         (forward-same-syntax): Omit default arguments to char-after and
5184         char-before.
5186 2008-10-24  Juanma Barranquero  <lekktu@gmail.com>
5188         * subr.el (locate-user-emacs-file): New function.
5189         (user-emacs-directory): Mention it in docstring.
5191         * completion.el (save-completions-file-name):
5192         * filesets.el (filesets-menu-cache-file):
5193         * image-dired.el (image-dired-dir, image-dired-db-file)
5194         (image-dired-temp-image-file, image-dired-gallery-dir)
5195         (image-dired-temp-rotate-image-file):
5196         * savehist.el (savehist-file):
5197         * server.el (server-auth-dir):
5198         * thumbs.el (thumbs-thumbsdir):
5199         * tutorial.el (tutorial--saved-dir):
5200         * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
5202 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
5204         * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
5205         (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
5207 2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
5209         * filesets.el: Update author email.
5210         (filesets-data): Doc fix.
5212 2008-10-23  Jens Petersen  <petersen@redhat.com>  (tiny change)
5214         * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
5216 2008-10-23  Ulrich Mueller  <ulm@kph.uni-mainz.de>
5218         * international/mule-cmds.el (describe-language-environment):
5219         Indent sample text.
5221 2008-10-23  Glenn Morris  <rgm@gnu.org>
5223         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
5225         * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
5226         byte-compile a redefinition of a function with special byte-compile
5227         handling.  (Bug#411)
5229 2008-10-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5231         * ps-print.el: Deal with page sizes for label printes.  Suggested by
5232         Friedrich Delgado Friedrichs <friedel@nomaden.org>.
5233         (ps-print-version): New version 7.3.3.
5234         (ps-page-dimensions-database): New page sizes for label printers.
5235         (ps-n-up-printing): Fix code.
5237 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
5239         * frame.el (make-frame-command): Doc fix.  Use display-graphic-p.
5241         * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
5242         (list-at-point): Add docstrings.
5244         * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
5246         * dired-aux.el (dired-do-create-files): Doc fix.
5248 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
5250         * version.el (emacs-version): Change '*Step' to 'NS' for consistency
5251         with other documentation.
5253 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
5255         * replace.el (how-many): Fix typo in docstring.
5256         Reported by Leo <sdl.web@gmail.com>.
5258 2008-10-22  Glenn Morris  <rgm@gnu.org>
5260         * international/mule-cmds.el (universal-coding-system-argument):
5261         Check for C-g.  (Bug#1205)
5263 2008-10-22  Kenichi Handa  <handa@m17n.org>
5265         * international/characters.el: Don't setup
5266         find-word-boundary-function-table.
5267         (next-word-boundary-han, next-word-boundary-kana): Delete them.
5268         (word-combining-categories, word-separating-categories):
5269         Adjust to the change of the docstrings.
5271 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
5273         * simple.el (region-active-p): Doc fix.
5275 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
5277         * subr.el (apply-partially): Move from here...
5279         * simple.el (apply-partially): ...to here.
5281 2008-10-20  Andreas Schwab  <schwab@suse.de>
5283         * subr.el (split-string-and-unquote): Simplify regexp.
5285 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
5287         * subr.el (top-level): Require `cl' when compiling.
5289 2008-10-20  David Reitter  <david.reitter@gmail.com>
5291         * info.el (Info-mode): Do not remove an existing header line if
5292         `Info-use-header-line' is nil.
5294 2008-10-19  Juri Linkov  <juri@jurta.org>
5296         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
5297         Add arg `delimited' as in `query-replace' for the case when
5298         isearch-allow-scroll=t and the user types C-u M-%.  Doc fix.
5299         Add more indicators to the prompt ("word" and "in region").
5301         * replace.el (query-replace, query-replace-regexp)
5302         (replace-string, replace-regexp, perform-replace): Add "word"
5303         indicatiors to the prompt for word delimited replacements.
5305         * replace.el (read-regexp): Rename arg `default' to `default-value'.
5306         Doc fix.
5308 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
5310         * subr.el (apply-partially): Move here from minibuffer.el.  Doc fix.
5312         * simple.el (minibuffer-default-add-shell-commands): Doc fix.
5314 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
5316         * window.el (enlarge-window-horizontally, shrink-window-horizontally):
5317         Make argument names follow Elisp manual.
5319 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
5321         * textmodes/remember.el (remember-data-file):
5322         * shadowfile.el (shadow-initialize)
5323         <shadow-info-file, shadow-todo-file>:
5324         * savehist.el (savehist-file):
5325         * recentf.el (recentf-save-file):
5326         * pcvs-defs.el (cvs-cvsrc-file):
5327         * international/kkc.el (kkc-init-file-name):
5328         * ido.el (ido-save-directory-list-file):
5329         * calendar/todo-mode.el (todo-file-do, todo-file-done)
5330         (todo-file-top): Run file names that begin with a period thru
5331         `convert-standard-filename'.
5333         * dos-fns.el (dos-reevaluate-defcustoms): New function.  Add it to
5334         before-init-hook.
5336         Fix Bug #1183:
5338         * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
5339         coding-system-for-read to ediff-coding-system-for-write.
5341         * ediff-util.el (ediff-make-temp-file): Unconditionally bind
5342         coding-system-for-write to ediff-coding-system-for-write.
5344         * ediff-init.el (ediff-coding-system-for-read): Doc fix.
5345         (ediff-coding-system-for-write): Set to emacs-internal.
5347 2008-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5349         * international/mule-conf.el (emacs-internal): New coding system alias.
5351 2008-10-18  Juri Linkov  <juri@jurta.org>
5353         * info.el (Info-file-supports-index-cookies-list): New variable.
5354         (Info-file-supports-index-cookies): New function.
5355         (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
5356         (Info-index-nodes): Let-bind Info-point-loc to nil for files
5357         without an index cookie to ignore it when Info-index-nodes is
5358         called during navigating from an index node with line numbers.
5359         (Info-index-node): Set file to Info-current-file if nil.  (Bug#1118)
5361         * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
5362         variable definition section.
5364         * info.el (Info-find-node-2): Put initial point below the header line
5365         and breadcrumbs line.
5367 2008-10-18  Glenn Morris  <rgm@gnu.org>
5369         * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
5370         the needed external programs were not found.
5372 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
5374         * files.el (trash-directory): Run thru `convert-standard-filename'.
5375         (file-modes-char-to-who, file-modes-char-to-right)
5376         (file-modes-rights-to-number, file-modes-symbolic-to-number)
5377         (read-file-modes): Doc fixes.
5379 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
5381         * abbrev.el (define-abbrev): Doc fix.
5383 2008-10-17  Alan Mackenzie  <acm@muc.de>
5385         * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
5386         foo bar [] = { ...".
5388 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
5390         * faces.el (face-spec-set-2): Don't pass invalid attributes to
5391         set-face-attribute.
5393 2008-10-17  Juanma Barranquero  <lekktu@gmail.com>
5395         * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
5396         according to `locale-coding-system'.  (This fixes trivial bug reported
5397         as part of bug#1179).
5398         Sort list of valid locale ids (EnumSystemLocales does not guarantee any
5399         particular order).  Use `when'.
5401 2008-10-16  Juanma Barranquero  <lekktu@gmail.com>
5403         * w32-fns.el (w32-check-shell-configuration): Doc fix.
5404         (w32-add-charset-info): Fix typo in docstring.
5406 2008-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5408         * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
5409         after discussion.
5411 2008-10-16  Magnus Henoch  <mange@freemail.hu>
5413         * vc-arch.el (vc-arch-dir-status): New function.
5414         (vc-arch-after-dir-status): New function.
5416 2008-10-16  Glenn Morris  <rgm@gnu.org>
5418         * man.el (Man-getpage-in-background): Force recent `man's to output
5419         escape sequences even when stdout is not a tty.  (Bug#1142)
5421 2008-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
5423         * international/mule-conf.el: Add `utf8' and `UTF8' as
5424         aliases for the `utf-8' coding system.
5426 2008-10-15  Juanma Barranquero  <lekktu@gmail.com>
5428         * find-file.el (ff-get-file): Doc fix.
5429         (ff-get-file-name): Use `let', not `let*'.
5430         (ff-search-directories): Fix typo in docstring.
5431         (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
5432         (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
5433         (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
5434         (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
5435         (cc-other-file-alist, modula2-other-file-alist):
5436         Remove spurious * in docstrings.
5438 2008-10-14  Chong Yidong  <cyd@stupidchicken.com>
5440         * faces.el (set-face-attribute): Set family and foundry before
5441         other attributes.
5442         (face-spec-set-2): Pass unmodified args to set-face-attribute.
5444 2008-10-14  Juanma Barranquero  <lekktu@gmail.com>
5446         * hl-line.el (hl-line-unload-function): New function.
5447         (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
5448         (hl-line-sticky-flag): Remove spurious * in docstring.
5450 2008-10-14  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5452         * vc-git.el (vc-git-show-log-entry): Include the revision in the
5453         search string.
5455 2008-10-14  Michael Albinus  <michael.albinus@gmx.de>
5457         * net/tramp.el (tramp-process-one-action): Embed regexp in
5458         parentheses, before adding end-of-buffer construct.  Suggested by
5459         Markus Triska <markus.triska@gmx.at>.
5461 2008-10-13  Ulf Jasper  <ulf.jasper@web.de>
5463         * net/newst-plainview.el (w3m-toggle-inline-image):
5464         Define 'declare-function if necessary, for compatibility.
5466         * net/newst-treeview.el (w3m-toggle-inline-images):
5467         Define 'declare-function if necessary, for compatibility.
5469 2008-10-13  Alan Mackenzie  <acm@muc.de>
5471         * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
5472         so that the function works on one-line macros.
5474         * progmodes/cc-engine.el: Amend several doc strings and comments.
5476 2008-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
5478         * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
5480         * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
5481         (vc-cvs-stay-local): Add a new choice and default to it.
5482         (vc-cvs-dir-status): Use the new vc-stay-local choice.
5484         * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
5486 2008-10-12  Stephen Leake  <stephen_leake@member.fsf.org>
5488         * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
5489         Add support for extended return statement.
5491         * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
5492         and obj-dir; keep user order.
5494 2008-10-12  Glenn Morris  <rgm@gnu.org>
5496         * Makefile.in (ELCFILES): Update.
5498         * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
5499         (shell-file-name-quote-list): Declare.
5501 2008-10-12  Michael Albinus  <michael.albinus@gmx.de>
5503         * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
5505 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
5507         * startup.el (command-line): If toolbar is disabled but ought to
5508         be initialized, call tool-bar-setup.
5510         * tool-bar.el (tool-bar-setup): Variable deleted.
5511         (tool-bar-setup): Set it up unconditionally.
5513         * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
5515         * progmodes/grep.el (grep-mode-tool-bar-map): Check if
5516         tool-bar-map has been initialized before setting it up.
5518         * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
5519         tool-bar-map has been initialized before setting it up.
5521 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
5523         * emacs-lisp/warnings.el (display-warning): Issue a message if
5524         called during daemon initialization.
5526         * tool-bar.el (tool-bar-local-item)
5527         (tool-bar-local-item-from-menu): Put the check for number of
5528         display colors into the image expression.
5529         (tool-bar-setup): Don't be a no-op on ttys.
5531         * info.el (info-tool-bar-map):
5532         * progmodes/gud.el (gud-tool-bar-map):
5533         * progmodes/grep.el (grep-mode-tool-bar-map):
5534         * progmodes/compile.el (compilation-mode-tool-bar-map):
5535         Initialize it unconditionally.
5537 2008-10-11  Romain Francoise  <romain@orebokech.com>
5539         * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
5540         * kmacro.el (kmacro-edit-lossage): Ditto.
5541         * edmacro.el (edit-kbd-macro): Ditto.
5543 2008-10-11  Ulf Jasper  <ulf.jasper@web.de>
5545         * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
5546         Fix variable names.
5548 2008-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
5550         * startup.el (command-line): Revert 2008-09-26 change, not
5551         necessary anymore.
5553 2008-10-10  Andreas Schwab  <schwab@suse.de>
5555         * simple.el (minibuffer-complete-shell-command):
5556         Bind comint-delimiter-argument-list, comint-file-name-chars and
5557         comint-file-name-quote-list like shell-mode.
5559 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
5561         * window.el (pop-to-buffer): Fix misplacement of arg norecord in
5562         call of select-window.
5564 2008-10-10  Jay Belanger  <jay.p.belanger@gmail.com>
5566         * calc/calc.el (calc-embedded-word-regexp)
5567         (calc-embedded-word-regexp-alist): New variables.
5568         (calc-embedded-open-word, calc-embedded-close-word)
5569         (calc-embedded-open-close-word-alist): Remove unused variables.
5571         * calc/calc-embed.el (calc-embedded-make-info):
5572         Use `calc-embedded-word-regexp' to find words.
5574 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
5576         * info.el (Info-extract-menu-counting): New argument no-detail to
5577         skip detailed node listings.
5578         (Info-forward-node): New argument not-up to inhibit going up.
5579         (Info-final-node): Call Info-extract-menu-counting and
5580         Info-forward-node with the new arguments set to avoid infinite
5581         looping.  (Bug#1116)
5583 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
5585         * startup.el (command-line): Don't invoke tool-bar-mode if it is
5586         not fboundp.
5588 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
5590         * startup.el (command-line): Enable tool-bar-mode as long as it is
5591         not suppressed by X resources, regardless of the terminal.
5593         * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
5594         graphical terminals.
5595         (tool-bar-setup): No-op if called on a tty.
5597 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
5599         * frame.el (make-frame-on-tty): Use "F" inside interactive.
5600         Support `pc' ``window-system''.
5602         * progmodes/compile.el (compilation-start): Resurrect the version
5603         for systems that don't support asynchronous subprocesses.
5605 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
5607         * window.el (pop-up-frames): Add choice graphic-only.
5608         (display-buffer): When pop-up-frames equals graphic-only do
5609         not pop up new frame on text-only terminals.  (Bug#1061)
5611 2008-10-09  Dan Nicolaescu  <dann@ics.uci.edu>
5613         * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
5614         (vc-cvs-dir-status): Use it.
5616 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
5618         * json.el (json-skip-whitespace): Fix last change.
5620 2008-10-08  Juanma Barranquero  <lekktu@gmail.com>
5622         * bs.el (bs-unload-function): New function.
5624 2008-10-08  Sven Joachim  <svenjoac@gmx.de>
5626         * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
5627         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
5628         For clarity, explicitly require cl.
5630 2008-10-08  Michael Olson  <mwolson@gnu.org>
5632         * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
5633         can avoid a bad interaction with programs that add functions to
5634         the window-scroll-functions hook.  This fixes Bug #858.
5636 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
5638         * startup.el (command-line): Use display-warning to warn about an
5639         init file error.
5640         (command-line-1): Remove init file error delay.
5642 2008-10-07  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
5644         * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
5645         Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
5646         (rx-group-if): New function.
5647         (rx-parent): New variable.
5648         (rx-and, rx-or): Put shy groups only when necessary.
5649         (rx-bracket): Remove.
5650         (rx-anything): New function.
5651         (rx-any-delete-from-range, rx-any-condense-range)
5652         (rx-check-any-string): New functions.
5653         (rx-check-any): Return result as a list.  Don't convert chars to
5654         strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
5655         Check char category string.  Call rx-form instead of rx-to-string.
5656         (rx-any): Rebuid to complete the function.
5657         (rx-check-not): Fix char category regexp pattern string.
5658         Call rx-form instead of rx-to-string.
5659         (rx-not): Call rx-form instead of rx-to-string.  Convert "[^]" to
5660         "[^^]".  Call regexp-quote for one char string when not called from
5661         rx-not.  Add "\\w", and toggle to upcase.  Add the case of
5662         "\\[SCBW]" to toggle.
5663         (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
5664         instead of rx-to-string.
5665         (rx-kleene): Call rx-form instead of rx-to-string.
5666         Call rx-group-if to adjust putting of shy groups.
5667         (rx-atomic-p): Make check more precisely.
5668         (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
5669         (rx-regexp): Call rx-group-if.
5670         (rx-form): New function.
5671         (rx-to-string): Call rx-form, rx-group-if.
5672         Refine definition of NO-GROUP.
5674 2008-10-07  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
5676         * json.el (json-advance): Use forward-char.
5677         (json-skip-whitespace): Use skip-syntax-forward.
5679 2008-10-07  Alan Mackenzie  <acm@muc.de>
5681         * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
5682         indenting a macro followed by blank lines doesn't backslash the
5683         following non-blank line into the macro.
5685 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
5687         * startup.el (before-init-time, after-init-time): Move into emacs.c.
5688         (command-line): Set after-init-time to nil before initialization.
5690 2008-10-06  Jay Belanger  <jay.p.belanger@gmail.com>
5692         * calc/calc-units.el (math-standard-units): Update the values
5693         of the units.
5695 2008-10-06  Juanma Barranquero  <lekktu@gmail.com>
5697         * bookmark.el (bookmark-unload-function): New function.
5699 2008-10-06  Andreas Schwab  <schwab@suse.de>
5701         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
5703 2008-10-06  Martin Rudalics  <rudalics@gmx.at>
5705         * mail/footnote.el: Remove * in defcustom docstrings and tell
5706         for most options that customizing them doesn't affect buffers
5707         already displaying footnotes.
5708         (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
5709         Fix handling of text properties and identical start/end tags.
5710         Do not use format when renumbering.
5711         (Footnote-set-style): Make it work.
5712         (Footnote-insert-numbered-footnote): Simplify.
5713         (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
5714         (Footnote-goto-footnote): Fix handling of empty section tag.
5715         (Footnote-delete-footnote): Fix handling of identical start/end
5716         tags, empty section tag, and spaced footnotes.  Do not use
5717         kill-region.
5718         (footnote-mode): Make most options buffer-local to avoid that
5719         customizing messes up handling of footnotes in buffers that
5720         already display them.
5722 2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
5724         * faces.el (x-create-frame-with-faces): Undo previous change.
5726         * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
5727         existent files.
5729 2008-10-05  Chong Yidong  <cyd@stupidchicken.com>
5731         * international/mule-cmds.el (universal-coding-system-argument):
5732         Handle digit-argument too.
5734 2008-10-05  Mario Lang  <mlang@delysid.org>
5736         * xml.el (xml-parse-string): Use skip-chars-forward.
5738 2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
5740         * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
5741         existent files.
5742         (vc-bzr-dir-status-files): New function.
5744 2008-10-04  Glenn Morris  <rgm@gnu.org>
5746         * files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)
5748         * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
5749         (vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)
5751         * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
5752         (vc-cvs-dir-status): Respect vc-stay-local-p.  (Bug#1046)
5754 2008-10-04  David J. Biesack  <David.Biesack@sas.com>  (tiny change)
5756         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
5757         Fix typo.  (Bug#1074)
5759 2008-10-04  Martin Rudalics  <rudalics@gmx.at>
5761         * progmodes/compile.el (compilation-start): Make sure to move to
5762         point-max only when we are in the compilation buffer.  (Bug#1073)
5764 2008-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
5766         * faces.el (x-create-frame-with-faces): Only setup the toolbar if
5767         tool-bar-mode is on.
5769         * vc-svn.el (vc-svn-dir-status-files):
5770         * vc-cvs.el (vc-cvs-dir-status-files): New function.
5772 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
5774         * vc-hg.el (vc-hg-dir-status-files): New function.
5776 2008-10-03  Martin Rudalics  <rudalics@gmx.at>
5778         * window.el (window--display-buffer-1): Don't care about
5779         visibility since raise-frame does.
5781 2008-10-03  Mario Lang  <mlang@delysid.org>
5783         * nxml/xmltok.el (xmltok-forward): Simplify.
5785 2008-10-03  Glenn Morris  <rgm@gnu.org>
5787         * Makefile.in (ELCFILES): Update.
5789         * frame.el (set-default-font): Make obsolete.
5790         * mouse.el (mouse-set-font): Use set-frame-font.
5792         * jka-cmpr-hook.el (jka-compr-compression-info-list)
5793         (jka-compr-mode-alist-additions): Also match `.tbz2'.
5795         * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
5796         * files.el (auto-mode-alist): Add .PRO as per above autoload.
5798 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
5800         * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
5801         (vc-dir-refresh): Set it here instead.  (Bug#1067)
5803 2008-10-02  Chong Yidong  <cyd@stupidchicken.com>
5805         * faces.el (inhibit-frame-set-background-mode): New var.
5806         (frame-set-background-mode): Use it to avoid a loop in
5807         face-spec-recalc.
5809 2008-10-02  Glenn Morris  <rgm@gnu.org>
5811         * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
5812         vc-diff-switches.
5814 2008-10-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5816         * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
5817         that is, to take some action when a buffer is killed.  Suggested by
5818         Stefan Monnier <monnier@iro.umontreal.ca>.  Doc fix.  New version
5819         11.2.2.
5820         (whitespace-action): Docstring and :type fix.
5821         (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
5822         Code fix.
5823         (whitespace-add-local-hook, whitespace-remove-local-hook)
5824         (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
5826 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5828         * net/tls.el (open-tls-stream): Show the actual command being
5829         executed, instead of the format string.
5831 2008-10-01  Eli Zaretskii  <eliz@gnu.org>
5833         * term/internal.el (dos-locale-alist): New alist.
5834         (dos-codepage-setup): Use it to compute a value of locale with
5835         which to call set-locale-environment.  Remove code to set
5836         terminal, keyboard, and file-name encoding (done by
5837         set-locale-environment).
5839         * international/mule-cmds.el
5840         (set-language-environment-nonascii-translation): Fix nonascii
5841         value for `pc' ``window-system''.
5842         (set-display-table-and-terminal-coding-system)
5843         (set-default-coding-systems): Don't special-case `pc'.
5845 2008-10-01  Glenn Morris  <rgm@gnu.org>
5847         * filesets.el (filesets-menu-name): Fix type.
5848         (filesets-menu-path, filesets-menu-before): Fix types.
5849         Change defaults to be consistent with recentf.  (Bug#1056)
5851 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5853         * term/xterm.el (xterm-turn-on-modify-other-keys)
5854         (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
5855         Don't forget to pass `terminal' to `send-string-to-terminal'.
5857 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
5859         * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
5860         (vc-file-not-found-hook): Check, that `buffer-file-name' is
5861         non-nil.  It is not clear, whether this is only fixing symptoms on
5862         an error.  OTOH, in all other cases, the call of `vc-file-clearprops'
5863         is embedded by that check.  So it might be TRT.  Suggested by Dan
5864         Nicolaescu <dann@ics.uci.edu>.
5866 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
5868         * Makefile.in (ELCFILES): Remove codepage.elc.
5870         * international/codepage.el: File removed, as even ms-dos doesn't
5871         need it anymore.
5873         * loadup.el [ms-dos]: Don't load ccl and codepage.
5875         * term/internal.el: Remove coding: cookie and no-byte-compile flag.
5876         (IT-character-translations, cjk-codepages-alist): Remove variables.
5877         (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
5878         (IT-unicode-translations): Remove charset and base elements.
5879         Add translations for Latin-1 characters.
5880         (IT-setup-unicode-display): Accept a CODING argument.  Don't use
5881         base and chset elements of IT-unicode-translations.  Don't wrap
5882         translation in "{...}".  Set up translations only for characters
5883         for which unencodable-char-position returns non-nil.
5884         (dos-codepage-setup): Don't use special-case codepages in
5885         cjk-codepages-alist.
5887         * files.el (locate-dominating-file): Wrap directory-files with
5888         condition-case, instead of calling file-directory-p, which stats
5889         the directory one more time.
5891         * mail/mail-utils.el (mail-unquote-printable-region):
5892         Use insert-byte instead of insert-char, when the UNIBYTE arg is
5893         non-nil.
5895 2008-09-30  Daiki Ueno  <ueno@unixuser.org>
5897         * epa-file.el (epa-file-insert-file-contents): Fix typo.
5899 2008-09-30  Glenn Morris  <rgm@gnu.org>
5901         * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
5903 2008-09-30  Daniel Colascione  <danc@merrillpress.com>
5905         * progmodes/which-func.el (which-func-imenu-joiner-function): New.
5906         (which-function): Handle nested imenu trees.
5908         * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
5909         some nested menu items.
5911 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
5913         * calc/calc-units.el (math-standard-units): Add entries used to
5914         display the values in the units buffer.
5915         (math-build-units-table): Add entries to the units table to be used
5916         to display the values in the units buffer.
5917         (math-build-units-table-buffer): Use the display entry of the units
5918         table when non-nil.
5919         (calc-define-unit): Add option to enter display value of unit.
5921 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
5923         * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
5925 2008-09-29  Eli Zaretskii  <eliz@gnu.org>
5927         * files.el (locate-dominating-file): Take file-attributes of
5928         `dir', not of `file' (which never changes).
5930 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
5932         * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
5933         also be `localname'.
5935         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
5936         IDENTIFICATION.
5938 2008-09-28  Glenn Morris  <rgm@gnu.org>
5940         * vc.el (vc-switches): Give it a doc string.
5942 2008-09-28  Romain Francoise  <romain@orebokech.com>
5944         * comint.el (comint-show-output): Adjust to stickiness changes of
5945         the output field.
5947         * startup.el (command-line): Start the daemon server later.
5949 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
5951         * subr.el (read-quoted-char): Call char-resolve-modifiers
5952         instead of char-resolve-modifers.
5954 2008-09-27  Glenn Morris  <rgm@gnu.org>
5956         * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
5957         than [return].  (Bug#1031)
5959 2008-09-27  Peter Dyballa  <Peter_Dyballa@Freenet.DE>
5961         * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
5963 2008-09-27  Daiki Ueno  <ueno@unixuser.org>
5965         * epg.el (epg-wait-for-status): Check if there is no pending status.
5966         Reported by Ted Romer <ted@romerfamily.com>.
5968 2008-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
5970         * startup.el (command-line): Turn on menu-bar-mode and
5971         tool-bar-mode when running as a daemon.
5973 2008-09-26  Eli Zaretskii  <eliz@gnu.org>
5975         * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
5976         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
5977         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
5978         ($(lisp)/progmodes/cc-engine.elc)
5979         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
5980         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
5981         ($(lisp)/progmodes/cc-subword.elc)
5982         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
5984         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
5985         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
5986         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
5987         ($(lisp)/progmodes/cc-engine.elc)
5988         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
5989         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
5990         ($(lisp)/progmodes/cc-subword.elc)
5991         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
5993 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5995         * informat.el (Info-split-threshold): New variable.
5996         (Info-split): Use it.
5998         * textmodes/texinfmt.el (texinfo-format-buffer):
5999         Use Info-split-threshold to decide whether to split Info files.
6001 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
6003         * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
6004         quoting.
6006         * comint.el (comint-dynamic-complete-as-filename): Quote directory
6007         name when reinserting it.
6009         * isearch.el (isearch-search-fun): Use word-search-forward-lax and
6010         word-search-backward-lax for incremental word search.
6012 2008-09-25  Juanma Barranquero  <lekktu@gmail.com>
6014         * generic-x.el (generic-other-modes): Fix typo in docstring.
6015         (generic-use-find-file-hook, generic-lines-to-scan)
6016         (generic-find-file-regexp, generic-ignore-files-regexp)
6017         (generic-define-mswindows-modes, generic-define-unix-modes):
6018         Remove `*' from docstring.
6019         (generic-mode-find-file-hook): Use `string-match-p'.
6020         (apache-log-generic-mode, mailagent-rules-generic-mode)
6021         (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
6022         (java-manifest-generic-mode, java-properties-generic-mode)
6023         (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
6024         for consistency with other modes in generic-x.el.
6026 2008-09-25  Martin Rudalics  <rudalics@gmx.at>
6028         * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
6029         (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
6030         parens specially only if latex-handle-escaped-parens is non-nil.
6031         (latex-indent-within-escaped-parens): New option.
6032         (latex-find-indent): Bind latex-handle-escaped-parens to
6033         latex-indent-within-escaped-parens.  Do not treat escaped parens
6034         specially when this is nil.  (Bug#954)
6036 2008-09-25  Glenn Morris  <rgm@gnu.org>
6038         * ffap.el (ffap-fixup-url): Don't call url-normalize-url.  (Bug#898)
6040 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
6042         * vc.el (vc-mark-resolved): Move message here from
6043         vc-default-mark-resolved.
6044         (vc-default-mark-resolved): Change to an alias for ignore.
6046 2008-09-24  Andreas Politz  <politza@fh-trier.de>  (tiny change)
6048         * term.el (term-emulate-terminal): Encode input string before
6049         checking its length.
6051 2008-09-24  Chong Yidong  <cyd@stupidchicken.com>
6053         * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
6054         is loaded.
6056         * server.el (server-buffer-done): Avoid changing the buffer when
6057         deleting the client's frame (bug#640).
6059         * vc.el (vc-default-mark-resolved): New function.
6061 2008-09-24  Stephen Berman  <stephen.berman@gmx.net>
6063         * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
6064         from raising a wrong-type-argument error.
6066 2008-09-24  Martin Rudalics  <rudalics@gmx.at>
6068         * help-fns.el (describe-function-1, describe-variable): Print
6069         relative file name in help buffer.
6070         * faces.el (describe-face): Print relative file name in help
6071         buffer.
6073 2008-09-23  Romain Francoise  <romain@orebokech.com>
6075         * subr.el (with-output-to-string): Make sure that the temporary
6076         buffer gets killed.
6078 2008-09-23  Markus Sauermann  <markus@sauermann-consulting.de>  (tiny change)
6080         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
6081         indentation problem with keyword symbols when a list starts with
6082         ,@ or spaces.  (Bug#1012)
6084 2008-09-23  Martin Rudalics  <rudalics@gmx.at>
6086         * textmodes/tex-mode.el (latex-find-indent): Try to handle
6087         escaped close parens correctly.  (Bug#954)
6089 2008-09-22  Tassilo Horn  <tassilo@member.fsf.org>
6091         * play/fortune.el (fortune-in-buffer): Fix a bug which forced
6092         usage of `fortune-file' even though a FILE argument was passed to
6093         the function.
6095 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6097         * startup.el (command-line): Start the server when in daemon mode.
6098         Remove always true test.
6100         * frame.el (frame-initialize): Remove spurious setting of
6101         special-display-function with the default value.
6103 2008-09-20  Vincent Belaïche  <vincent.b.1@hotmail.fr>
6105         * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
6107 2008-09-20  Glenn Morris  <rgm@gnu.org>
6109         * emacs-lisp/lisp-mode.el (lisp-indent-offset):
6110         Fix custom type.  (Bug#1011)
6112 2008-09-20  David De La Harpe Golden  <david@harpegolden.net>
6114         * files.el (move-file-to-trash): Avoid recursive trashing if
6115         rename-file calls delete-file.
6117 2008-09-20  Glenn Morris  <rgm@gnu.org>
6119         * play/fortune.el: Remove leading `*' from defcustom docs.
6120         (fortune-program-options): Doc fix.  Allow to be a string again.
6121         Add :version.
6122         (fortune-in-buffer): Handle fortune-program-options as a string.
6123         Don't rely on fortune program accepting options after fortune file.
6125 2008-09-20  Justin Bogner  <mail@justinbogner.com>  (tiny change)
6127         * play/fortune.el (fortune-program-options): Change to a list.
6128         (fortune-in-buffer): Use apply.
6130 2008-09-20  Ulrich Mueller  <ulm@kph.uni-mainz.de>
6132         * emacs-lisp/authors.el: Change encoding of file to utf-8.
6133         (authors-coding-system): Likewise.
6135 2008-09-20  Ami Fischman  <ami@fischman.org>
6137         * savehist.el (savehist-save): Handle errors in writing as well as
6138         reading.
6140 2008-09-20  Michael Olson  <mwolson@gnu.org>
6142         * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
6143         to provide a minimal performance boost.
6145 2008-09-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6147         * proced.el (proced-grammar-alist, proced-custom-attributes)
6148         (proced-format-alist, proced-format, proced-filter-alist)
6149         (proced-filter, proced-sort): Use defcustom.
6150         (proced-mode): Fix docstring.
6151         (proced-process-attributes): Handle return value nil of functions
6152         in proced-custom-attributes.
6154 2008-09-19  Martin Rudalics  <rudalics@gmx.at>
6156         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
6157         flag from "'" entry in sgml-tag-syntax-table.  (Bug#946)
6159 2008-09-19  Miles Bader  <miles@gnu.org>
6161         * comint.el (comint-output-filter): Make field properties for
6162         output text front-sticky.
6164 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
6166         * vc-bzr.el (vc-bzr-show-log-entry):
6167         * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
6168         C-x v l for a directory uses that.
6170 2008-09-18  Simon Josefsson  <simon@josefsson.org>
6172         * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
6173         .sieve files.
6175 2008-09-18  Martin Rudalics  <rudalics@gmx.at>
6177         * help-macro.el (make-help-screen): Preserve key bindings
6178         established in help-mode call when exiting this macro.
6180 2008-09-17  Kenichi Handa  <handa@m17n.org>
6182         * language/burmese.el: Fix setting of composition-function-table.
6184 2008-09-17  Martin Rudalics  <rudalics@gmx.at>
6186         * info.el (Info-follow-nearest-node): Don't raise an error for
6187         mouse-1 clicks.
6189 2008-09-17  Jay Belanger  <jay.p.belanger@gmail.com>
6191         * calc/calc-units.el (calc-convert-temperature): Use default
6192         units when appropriate.
6194 2008-09-16  Markus Triska  <markus.triska@gmx.at>
6196         * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
6197         catch errors raised in `texmathp'.
6198         (flyspell-tex-math-initialized): Remove.
6200 2008-09-16  Martin Rudalics  <rudalics@gmx.at>
6202         * frame.el (select-frame-set-input-focus): With non-nil
6203         mouse-autoselect-window always move mouse cursor to frame's
6204         selected window.  Otherwise restore pre 2008-09-13 behavior.
6205         (select-frame-by-name): Use select-frame-set-input-focus.
6207         * files.el (switch-to-buffer-other-frame): Don't raise frame since
6208         pop-to-buffer already does it.
6209         (display-buffer-other-frame): Fix doc-string.
6211 2008-09-16  Glenn Morris  <rgm@gnu.org>
6213         * add-log.el (diff-find-source-location): Update declaration.
6215         * progmodes/make-mode.el (makefile-match-function-end):
6216         Move point.  (Bug#983)
6218 2008-09-16  Daiki Ueno  <ueno@unixuser.org>
6220         * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
6222 2008-09-15  Juanma Barranquero  <lekktu@gmail.com>
6224         * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
6225         (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
6227 2008-09-15  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
6229         * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
6231 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
6233         * files.el (file-truename): Don't raise args-out-of-range error
6234         when filename has no separator on windows-nt.  (Bug#982)
6236 2008-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6238         * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
6239         be more honest when we don't know.
6240         (diff-tell-file-name): Don't prompt before the actual prompt.
6241         (diff-mode): Don't prompt in add-log-buffer-file-name-function.
6242         (diff-find-source-location): Add `noprompt' argument.
6243         (diff-current-defun): Don't prompt.
6245 2008-09-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6247         * proced.el (proced-mark-face, proced-marked-face)
6248         (proced-sort-header-face): Remove.
6249         (proced-font-lock-keywords): Simplify.
6250         (proced-format): Use face proced-sort-header.
6251         (proced-format-interactive, proced-sort-interactive)
6252         (proced-filter-interactive): Only call proced-update if the scheme
6253         has changed.
6254         (proced-sort-header): Use posn-actual-col-row.
6256 2008-09-14  Martin Rudalics  <rudalics@gmx.at>
6258         * add-log.el (change-log-find-window): New variable.
6259         (change-log-goto-source-1, change-log-goto-source):
6260         Set change-log-find-window to window displaying source.
6261         (change-log-next-error): Select window specified by
6262         change-log-find-window.
6264 2008-09-13  Martin Rudalics  <rudalics@gmx.at>
6266         * frame.el (select-frame-set-input-focus): With focus follows
6267         mouse move mouse cursor to right window.
6268         * window.el (pop-to-buffer): Select window before calling
6269         select-frame-set-input-focus.
6271 2008-09-12  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6273         * proced.el (proced-sort-header): New face.
6274         (proced-sort-header-face): New variable.
6275         (proced-format): Allow format value nil.
6276         Use proced-sort-header-face for header of sort column.
6277         (proced-format-args): New function.
6278         (proced-grammar-alist, proced-timer-flag, proced-process-alist)
6279         (proced-header-help-echo, proced-field-help-echo, proced-timer)
6280         (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
6281         (proced-refine): Rename from proced-filter-attribute.  Doc fix.
6282         (proced-sort-header): Bind also to mouse-1.
6283         (proced-move-to-goal-column): Return position of point.
6284         (proced-filter-interactive): Always revert listing.
6285         (proced-format-ttname): Simplify.
6286         (proced-update): Do not keep undo information.  Put point at
6287         beginning of buffer if we generate the first listing.
6289 2008-09-12  Tassilo Horn  <tassilo@member.fsf.org>
6291         * doc-view.el (doc-view-scroll-up-or-next-page)
6292         (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
6293         vertically split windows.
6295 2008-09-12  Glenn Morris  <rgm@gnu.org>
6297         * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
6299         * indent.el (indent-line-function): Doc fix.
6300         * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
6302 2008-09-11  Martin Rudalics  <rudalics@gmx.at>
6304         * window.el (pop-to-buffer): If the window for buffer-or-name is
6305         not on the selected frame, raise that window's frame and give it
6306         input focus.  (Bug#745)
6308 2008-09-11  Glenn Morris  <rgm@gnu.org>
6310         * ido.el (ido-mode): Initialize with custom-initialize-default,
6311         rather than a set function.  (Bug#947)
6313 2008-09-10  Chong Yidong  <cyd@stupidchicken.com>
6315         * replace.el (perform-replace): Don't set inhibit-read-only using
6316         query-replace-skip-read-only (bug#956).
6318         * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
6319         of the <<foo>> form.
6321 2008-09-10  Martin Rudalics  <rudalics@gmx.at>
6323         * window.el (display-buffer): Fix doc-string typo.
6325 2008-09-10  Kenichi Handa  <handa@m17n.org>
6327         * composite.el (compose-gstring-for-graphic): Fix previous change.
6329 2008-09-10  Glenn Morris  <rgm@gnu.org>
6331         * info.el (Info-try-follow-nearest-node): Fix doc typo.
6333 2008-09-10  Stephen Berman  <stephen.berman@gmx.net>
6335         * info.el (Info-mouse-follow-nearest-node): Follow links to different
6336         manuals.  (Bug#886)
6338 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
6340         * ido.el (ido-unload-function): New function.
6342 2008-09-08  Juanma Barranquero  <lekktu@gmail.com>
6344         * ido.el (ido-file-internal): Fix typo in prompt.
6345         (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
6346         (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
6347         (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
6348         (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
6349         Fix typos in docstrings.
6351 2008-09-08  Martin Rudalics  <rudalics@gmx.at>
6353         * help-fns.el (describe-function-1): Don't print extra newline
6354         after filling.
6356 2008-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6358         * help-fns.el (find-lisp-object-file-name): Handle case where
6359         library is compressed.
6361 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
6363         * complete.el (PC-do-completion): Don't replace buffer
6364         contents (bug#227).
6366 2008-09-07  Juanma Barranquero  <lekktu@gmail.com>
6368         * loadhist.el (unload-feature-special-hooks):
6369         Add `choose-completion-string-functions'.
6371 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6373         * vc-svn.el (vc-svn-root):
6374         * vc-sccs.el (vc-sccs-root):
6375         * vc-rcs.el (vc-rcs-root):
6376         * vc-cvs.el (vc-cvs-root): Delete.
6377         * vc-hooks.el (vc-find-root): Remove `invert' argument.
6379 2008-09-07  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
6381         * progmodes/flymake.el (flymake-parse-err-lines): Filter out
6382         errors occurring in different files.
6384 2008-09-07  Dan Nicolaescu  <dann@ics.uci.edu>
6386         * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
6387         (vc-bzr-status-printer): New function.
6388         (vc-bzr-after-dir-status): Deal with renamed files.
6390 2008-09-07  Johan Euphrosine  <proppy@aminche.com>  (tiny change)
6392         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
6393         buffer's filename.
6395 2008-09-07  Martin Rudalics  <rudalics@gmx.at>
6397         * subr.el (cancel-change-group): Widen buffer temporarily when
6398         undoing changes.  (Bug#810)
6400 2008-09-07  Nick Roberts  <nickrob@snap.net.nz>
6402         * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
6403         with gud-stop-subjob rather than exit debugger.
6405 2008-09-07  Kenichi Handa  <handa@m17n.org>
6407         * composite.el: Compose combining characters only when it
6408         follows a character matching with "[[:alpha:]]".
6410 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6412         * proced.el: Require time-date.
6413         (proced-command-alist, proced-command, proced-goal-header-re)
6414         (proced-sorting-schemes-alist, proced-sorting-scheme)
6415         (proced-header-alist, proced-sorting-schemes-re)
6416         (proced-skip-regexp, proced-next-line, proced-previous-line)
6417         (proced-listing-type, proced-sorting-scheme-p): Remove.
6418         (proced-grammar-alist, proced-custom-attributes)
6419         (proced-format-alist, proced-format, proced-filter-alist)
6420         (proced-filter, proced-sort, proced-goal-attribute)
6421         (proced-timer-interval, proced-timer-flag, proced-timer)
6422         (proced-process-alist, proced-sort-internal, proced-process-tree)
6423         (proced-header-help-echo, proced-field-help-echo): New variables.
6424         (proced-pid-at-point, proced-timer, proced-mark-process-alist)
6425         (proced-omit-process, proced-filter, proced-process-tree)
6426         (proced-filter-children, proced-children-pids)
6427         (proced-filter-parents, proced-<, proced-string-lessp)
6428         (proced-time-lessp, proced-xor, proced-sort-p)
6429         (proced-format-time, proced-format-start, proced-format-ttname)
6430         (proced-format, proced-process-attributes): New functions.
6431         (proced-toggle-timer-flag, proced-mark-children)
6432         (proced-mark-parents, proced-filter-interactive)
6433         (proced-filter-attribute, proced-sort-interactive)
6434         (proced-sort-header, proced-format-interactive): New commands.
6435         (proced-move-to-goal-column): Use goal-column.
6436         (proced-mode): Use proced-timer.
6437         (proced-do-mark-all): Display process count.  Use use-region-p.
6438         Simplify.
6439         (proced-omit-processes): Use use-region-p.
6440         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
6441         (proced-sort-start, proced-sort-time, proced-sort-user):
6442         Use proced-sort-interactive.
6443         (proced-sort): Make it a function that performs the actual sort.
6444         (proced-update): New arg revert.  Use proced-process-alist,
6445         proced-filter, proced-sort, proced-format, and
6446         proced-grammar-alist.  Preserve position of point based on fields.
6447         Make header line and fields clickable.
6448         (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
6449         (proced-why): Use save-selected-window.
6450         (proced-log): Use buffer-read-only.
6452 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
6454         * tooltip.el (tooltip-mode): Initialize unconditionally to t.
6456 2008-09-06  Glenn Morris  <rgm@gnu.org>
6458         * add-log.el (diff-find-source-location): Declare.
6459         (find-change-log): If called from a diff buffer, try to switch to the
6460         source buffer (e.g. to respect change-log-default-name there).
6462         * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
6463         unallowed characters; added 2006-10-10 without comment.  (Bug#753)
6465         * Makefile.in (ELCFILES): Update.
6467 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
6469         * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
6470         user enters a mouse event in another frame, or a special event.
6472         * server.el (server-switch-buffer): New arg.
6473         (server-execute): If reusing an existing window, set file position
6474         if required.
6476 2008-09-06  Kenichi Handa  <handa@m17n.org>
6478         * language/lao.el: Fix setting of composition-function-table.
6480 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
6482         * term/pc-win.el (msdos-show-help): Don't truncate lines while
6483         displaying help echo messages.
6485 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
6487         * subr.el (symbol-file): Fix doc-string.
6489 2008-09-06  Glenn Morris  <rgm@gnu.org>
6491         * help-mode.el (help-xref-forward-stack): Doc fix.
6493         * add-log.el (change-log-default-name): Autoload safety.
6495 2008-09-05  Wilson Snyder  <wsnyder@wsnyder.org>
6497         * verilog-mode.el (verilog-library-extensions): Enable .sv
6498         filename extensions to call verilog-mode.
6499         (verilog-auto, verilog-auto-inst, verilog-faq)
6500         (verilog-submit-bug-report): Update author support URLs.
6501         (verilog-delete-auto, verilog-auto-inout-module)
6502         (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
6503         creating complemented testbench modules.  Suggested by Yishay Belkind.
6504         (verilog-auto-inst-port, verilog-simplify-range-expression):
6505         When verilog-auto-inst-param-value is set, don't require a
6506         AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
6507         Yishay Belkind.
6508         (verilog-auto-inst-param-value): Add safe variable.
6509         (verilog-re-search-forward, verilog-re-search-backward):
6510         Fix returning wrong search results on Emacs 22.1.
6511         (verilog-modi-cache-results, verilog-auto): Fix warning message
6512         about "toggling font-lock-mode."
6513         (verilog-auto): Fix losing font-lock on errors.
6514         (verilog-auto-inst-param-value, verilog-mode-version)
6515         (verilog-mode-version-date, verilog-read-inst-param-value)
6516         (verilog-auto-inst, verilog-auto-inst-param)
6517         (verilog-auto-inst-port, verilog-simplify-range-expression):
6518         Allow parameters to be replaced with their values, on the expansion of
6519         an AUTOINST with Verilog 2001 style parameter settings.
6520         Suggested by David Rogoff.
6522 2008-09-05  Michael McNamara  <mac@mail.brushroad.com>
6524         * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
6525         Better support for the property statement.  Sometimes this keyword
6526         introduces a statement which requires an endproperty keyword, and
6527         sometimes it doesn't, depending on the work before the property
6528         word.  If property is prefixed with assert, assume or cover
6529         keyword, then the statement is ended with a ';'.  Otherwise,
6530         property is like task or specify, and is followed by some number
6531         of statements, which are ended with an endproperty keyword.
6532         (electric-verilog-tab): Support Emacs 22.2 style handling of tab
6533         in a highlighted region: indent each line in region according to
6534         mode.  Supply this so it works in XEmacs and older Emacs.
6536 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6538         * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
6539         Don't clean up a buffer when killing it.
6541 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6543         * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
6544         buffers (bug#360).  New version 11.2.1.
6545         (whitespace-action): New value `warn-read-only' to give a warning when
6546         buffer is read-only and whitespace action is cleanup or auto-cleanup.
6547         (whitespace-cleanup, whitespace-cleanup-region): Code fix.
6548         (whitespace-warn-read-only): New fun.
6550 2008-09-05  Chong Yidong  <cyd@stupidchicken.com>
6552         * international/quail.el: Require help-mode.
6553         (quail-help-init): Function removed.
6554         (quail-keyboard-layout-button, quail-keyboard-customize-button):
6555         Define directly.
6557         * dired.el (dired-get-filename): Rewrite octal escape character
6558         processor (bug#885).
6560 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
6562         * cus-edit.el (custom-button-pressed): Default to inverse-video.
6564         * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
6565         not just for terminal-frame.
6567 2008-09-05  Martin Rudalics  <rudalics@gmx.at>
6569         * window.el (window--try-to-split-window): Don't split when window
6570         is not splittable in last disjunct.  (Bug#888)
6572 2008-09-05  Kenichi Handa  <handa@m17n.org>
6574         * language/tibetan.el: Fix setting of composition-function-table.
6576         * composite.el (find-composition): Mention about the automatic
6577         composition in the docstring.
6578         (compose-gstring-for-graphic): Fix handling "above" marks.
6580         * descr-text.el (describe-char): Fix handling of automatic composition.
6582 2008-09-04  Juanma Barranquero  <lekktu@gmail.com>
6584         * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
6585         (tramp-parse-connection-properties): Reflow docstring.
6587 2008-09-04  Kim F. Storm  <storm@cua.dk>
6589         * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
6590         and other-frame methods when switching between file and buffer modes.
6592 2008-09-04  Martin Rudalics  <rudalics@gmx.at>
6594         * info.el (Info-dir-remove-duplicates): Narrow buffer when
6595         removing duplicate entries under same heading.  Don't skip char
6596         matching anything but a space or tab at bol.  (Bug#864)
6598 2008-09-03  Alan Mackenzie  <acm@muc.de>
6600         * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
6602 2008-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6604         * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
6605         (completion-pcm--all-completions): Move the case-fold-search binding to
6606         it also applies to completion-regexp-list (used in all-completions).
6607         (completion-pcm--hilit-commonality): Add missing case-fold-search.
6609 2008-09-03  Martin Rudalics  <rudalics@gmx.at>
6611         * window.el (pop-up-frame-function): Move ...
6612         * frame.el (pop-up-frame-function): ... here, to avoid
6613         "CHANGED outside Customize;".
6615 2008-09-03  Glenn Morris  <rgm@gnu.org>
6617         * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
6619 2008-09-03  Chong Yidong  <cyd@stupidchicken.com>
6621         * isearch.el (isearch-highlight-regexp): Fix last change, quoting
6622         non-alphabetical characters properly.
6624 2008-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
6626         * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
6628 2008-09-02  Martin Rudalics  <rudalics@gmx.at>
6630         * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
6631         control-prefixed keys.  (Bug#835)
6633 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
6635         * image-mode.el (image-mode): Fix 2008-07-19 change.
6637 2008-09-02  Juanma Barranquero  <lekktu@gmail.com>
6639         * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
6641         * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
6643 2008-09-02  Glenn Morris  <rgm@gnu.org>
6645         * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
6647         * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
6649 2008-09-01  Glenn Morris  <rgm@gnu.org>
6651         * vc-hooks.el (vc-previous-version): Move alias to vc.el.
6652         * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
6653         and fix name typos.  (Bug#856)
6655 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
6657         * minibuffer.el (completion-pcm--pattern->regex):
6658         When completion-ignore-case is non-nil, generate a regexp that
6659         ignores case.
6661         * window.el (recenter-top-bottom): Doc fix.
6663 2008-09-01  Simon South  <ssouth@member.fsf.org>
6665         * progmodes/delphi.el: New maintainer.
6666         (delphi-interface-types): New var.
6667         (delphi-composite-types): Use it.
6668         (delphi-enclosing-indent-of): Distinguish between "interface"
6669         keyword as a unit separator and used like a class declaration.
6671 2008-09-01  Martin Rudalics  <rudalics@gmx.at>
6673         * help-fns.el (describe-simplify-lib-file-name)
6674         (find-source-lisp-file): Remove.
6675         (find-lisp-object-file-name): New function giving preference to
6676         files found via load-path instead of loaddefs.el.
6677         (describe-function-1): Use new function instead of the removed
6678         ones.  (Bugs #587, #669, #690)
6679         * faces.el (describe-face): Use find-lisp-object-file-name instead
6680         of describe-simplify-lib-file-name.
6682 2008-09-01  Kenichi Handa  <handa@m17n.org>
6684         * international/mule-diag.el (font-show-log): Fix previous change.
6686         * international/mule-cmds.el (set-language-environment):
6687         Don't overwrite current-iso639-language if the current language
6688         environment doesn't provide that data.
6689         (set-locale-environment): Set current-iso639-language from the
6690         locale name.
6692         * international/fontset.el (script-representative-chars): Re-add
6693         the entry for symbol, but with vector of characters.
6694         (setup-default-fontset): Cancel previous change.
6696 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
6698         * ido.el: Move provide statement to the end of the file.
6700 2008-08-30  Markus Triska  <markus.triska@gmx.at>
6702         * linum.el (linum-mode): `window-size-change-functions' can now be
6703         buffer-local.
6704         (linum-update-window): Use result of `move-overlay'.
6706 2008-08-30  Glenn Morris  <rgm@gnu.org>
6708         * subr.el (make-variable-frame-local): Tweak obsolescence message.
6710         * info.el (Info-hide-note-references, Info-refill-paragraphs):
6711         Doc fixes.
6713         * apropos.el (apropos-command): Report documentation errors.
6714         * help-fns.el (describe-function-1): Handle broken aliases.  (Bug#825)
6716 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
6718         * isearch.el (isearch-highlight-regexp): Fix case of highlighted
6719         string.
6721 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
6723         * bindings.el (mode-line-frame-identification): Fix last change.
6725 2008-08-29  Kenichi Handa  <handa@m17n.org>
6727         These changes are to adjust the automatic composition for the new
6728         implementation (avoid using text property).
6730         * composite.el (composition-function-table): Move declaration to
6731         composite.c.
6732         (terminal-composition-base-character-p): Delete it.
6733         (terminal-composition-function): Delete it.
6734         (terminal-composition-function-table): Delete it.
6735         (lgstring-header, lgstring-set-header, lgstring-font)
6736         (lgstring-char, lgstring-char-len, lgstring-shaped-p)
6737         (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
6738         (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
6739         (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
6740         (lglyph-ascent, lglyph-descent, lglyph-adjustment)
6741         (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
6742         (compose-glyph-string, compose-glyph-string-relative)
6743         (compose-gstring-for-graphic, compose-gstring-for-terminal):
6744         New functions.
6745         (auto-compose-chars): Argument changed.
6747         * language/european.el: Don't setup composition-function-table.
6748         (diacritic-composition-pattern, diacritic-compose-region)
6749         (diacritic-compose-string, diacritic-compose-buffer)
6750         (diacritic-composition-function): Delete them.
6752         * language/lao-util.el (lao-composition-function): Argument changed.
6754         * language/sinhala.el: Fix setting up of composition-function-table.
6756         * language/thai.el: Fix setting up of composition-function-table.
6758         * language/thai-util.el: Encoding changed to utf-8.
6759         (thai-composition-function): Argument changed.
6761         * language/indian.el: Fix setting up of composition-function-table.
6762         (devanagari-composable-pattern)
6763         (tamil-composable-pattern, kannada-composable-pattern)
6764         (malayalam-composable-pattern): New variables.
6766         * international/characters.el (unicode-category-table):
6767         Setup unicode-category-table.
6769         * international/fontset.el (setup-default-fontset): Prepend
6770         iso10646-1 fonts to the fallback font groups instead of appending.
6772 2008-08-29  Glenn Morris  <rgm@gnu.org>
6774         * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
6776 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
6778         * term/x-win.el (x-win-suspend-error): Don't signal error if there
6779         are no X frames active.
6781 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
6783         * net/xesam.el (xesam-kill-buffer-function): Wrap code by
6784         `ignore-errors' (the function must succeed always).
6786 2008-08-28  Edward O'Connor  <hober0@gmail.com>
6788         * json.el (json-read-number): New arg.  Handle explicitly signed
6789         numbers.
6790         (json-readtable): Add `+' and `.'.
6792 2008-08-28  Eli Zaretskii  <eliz@gnu.org>
6794         * term/pc-win.el (msdos-previous-message): New variable.
6795         (msdos-show-help): New function.
6796         (msdos-initialize-window-system): Set show-help-function to
6797         msdos-show-help.
6799 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
6801         * emacs-lisp/debug.el (debug): When killing a noninteractive
6802         Emacs, give an exit status of -1.
6804 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
6806         * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
6808 2008-08-27  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
6810         * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
6811         not the same as the last modification time, fall back on the
6812         backend-specific check.
6814 2008-08-27  Teodor Zlatanov  <tzz@lifelogs.com>
6816         * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
6817         to go to the position of interest.
6819 2008-08-27  Tomas Abrahamsson  <tab@lysator.liu.se>
6821         * textmodes/artist.el (artist-mode-init): Add comment on the
6822         setting up of the `artist-replacement-table' array.
6823         (artist-get-replacement-char): New defsubst.
6824         (artist-get-char-at-xy-conv, artist-replace-char)
6825         (artist-replace-chars, artist-replace-string): Use it instead of
6826         accessing `artist-replacement-table' directly.
6827         Reported by Rubén Berenguel <ruben@maia.ub.es>.
6829         (artist-mt): Fix structures for cut and copy operations.
6831 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
6833         * shell.el (shell-file-name-quote-list): Quote `$'.
6835         * comint.el (comint-dynamic-complete-as-filename): Generalize last
6836         change to allow quoting of characters before point.
6837         (comint-dynamic-list-filename-completions): Quote common substring.
6839 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
6841         * comint.el (comint-dynamic-complete-as-filename): If case is
6842         ignored while matching, replace the entire filename with completion.
6844         * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
6845         flyspell-pre-point is valid to avoid signalling an error in
6846         post-command-hook.
6848 2008-08-26  Johan Bockgård  <bojohan@gnu.org>
6850         * linum.el (linum): Inherit remaining face attributes from default
6851         face.
6853 2008-08-26  Markus Triska  <markus.triska@gmx.at>
6855         * linum.el (linum-delay): Disable - it should no longer be
6856         necessary, and can lead to longer delays.
6857         (linum-update-window): Renumber if margin width has changed.
6859 2008-08-26  Daiki Ueno  <ueno@unixuser.org>
6861         * epa.el (epa--key-widget-action): Save the selected window to
6862         make `widget-button-click-moves-point' work.  (Bug#733).
6864 2008-08-26  Glenn Morris  <rgm@gnu.org>
6866         * calendar/holidays.el (calendar-holidays): Doc fix.
6868         * progmodes/gud.el (tramp-file-name-localname)
6869         (tramp-dissect-file-name): Declare.
6871         * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
6873 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
6875         * bindings.el (mode-line-frame-control): New function, caters to
6876         `pc' ``window system''.
6877         (mode-line-frame-identification): Use it instead of accessing
6878         window-system directly.
6880 2008-08-25  Juri Linkov  <juri@jurta.org>
6882         * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
6883         `center-line' and "\eS" from `center-paragraph'.
6884         (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
6885         `center-paragraph'.
6887 2008-08-25  Ulf Jasper  <ulf.jasper@web.de>
6889         * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
6890         (newsticker-treeview-treewindow-width): New.
6891         (newsticker-treeview-listwindow-height): New.
6892         (newsticker-treeview-browse-url-item): New.
6893         (newsticker-treeview-mode-map):
6894         Add newsticker-treeview-browse-url-item.
6895         (newsticker--treeview-window-init):
6896         Use newsticker-treeview-treewindow-width and
6897         newsticker-treeview-listwindow-height.
6899         * net/newst-reader.el (newsticker-browse-url-item): New.
6901 2008-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
6903         * vc-dir.el (vc-dir-marked-only-files-and-states):
6904         (vc-dir-child-files-and-states): Reverse the list before returning it.
6906 2008-08-24  Michael Albinus  <michael.albinus@gmx.de>
6908         * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
6910 2008-08-24  Romain Francoise  <romain@orebokech.com>
6912         * progmodes/python.el (run-python): Remove '' from sys.path.
6914 2008-08-23  Glenn Morris  <rgm@gnu.org>
6916         * progmodes/fortran.el (fortran-tab-mode-string)
6917         (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
6919 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
6921         * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
6922         Add declare-function.
6924         * startup.el (command-line): Don't call tty-register-default-colors
6925         if initial-window-system is `pc'.
6927         * term/internal.el (local-function-key-map): Fix unbalanced parens.
6928         (msdos-key-remapping-map): New variable.  Move here all the special
6929         keys we will be remapping via local-function-key-map.
6930         (msdos-setup-keyboard): New function.
6932         * term/pc-win.el (msdos-create-frame-with-faces): Rename from
6933         make-msdos-frame.
6934         (terminal-init-internal): New function, errors out if called.
6935         (msdos-initialize-window-system): New function.
6936         (msdos-create-frame-with-faces): Set the terminal's
6937         `terminal-initted' (sic!) parameter.
6938         (frame-creation-function-alist): Add msdos-create-frame-with-faces.
6939         (window-system-initialization-alist):
6940         Add msdos-initialize-window-system.
6941         (handle-args-function-alist): Use tty-handle-args for `pc'
6942         ``window system'' as well.
6943         (pc-win): Provide.
6945         * term/tty-colors.el (tty-register-default-colors): Remove bogus
6946         code for using msdos-color-values.
6948         * loadup.el [ms-dos]: Load term/pc-win.
6950 2008-08-23  Dan Nicolaescu  <dann@ics.uci.edu>
6952         * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
6953         directory name.
6955 2008-08-23  Nick Roberts  <nickrob@snap.net.nz>
6957         * progmodes/gud.el (gud-common-init): Use absolute file so that
6958         perldb works with tramp (sudo).
6960         * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
6961         match data in process filters.
6963 2008-08-23  Martin Rudalics  <rudalics@gmx.at>
6965         * dired.el (dired-buffer-stale-p): Do not revert buffer that
6966         can be written.
6968 2008-08-23  Glenn Morris  <rgm@gnu.org>
6970         * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
6971         (dired-guess-shell-alist-user): Doc fix.  (Bug#417).
6973 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
6975         * subr.el (temp-buffer-show-hook): Doc fix.
6977 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
6979         * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
6980         and "INSIDE_EMACS=...".  Reported by Tassilo Horn
6981         <tassilo@member.fsf.org>.
6983         * net/trampver.el: Update release number.
6985         * net/xesam.el (xesam-minor-mode): New minor mode.
6986         (xesam-highlight-buffer): Remove.  Code moved to
6987         `xesam-minor-mode'.
6988         (xesam-refresh-entry): Use `xesam-minor-mode'.
6990 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
6992         * minibuffer.el (completion--try-word-completion):
6993         Disable partial-completion when considering the addition of a space
6994         or hyphen.
6996 2008-08-21  John Paul Wallington  <jpw@pobox.com>
6998         * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
6999         filename of `tofile' doesn't contain any colons on Windows,
7000         Cygwin, and MS-DOS systems.
7002 2008-08-21  Daiki Ueno  <ueno@unixuser.org>
7004         * epg.el (epg-make-context, epg-context-set-passphrase-callback)
7005         (epg-context-set-progress-callback): Make sure the callback is a
7006         cons of a function and a handback.  Update all callers.
7008 2008-08-20  David Reitter  <david.reitter@gmail.com>
7010         * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
7011         Patch applied by Adrian Robert.
7013 2008-08-20  Kevin Ryde  <user42@zip.com.au>
7015         * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
7016         directive lines.
7018 2008-08-20  Michael Albinus  <michael.albinus@gmx.de>
7020         * net/xesam.el (xesam-highlight-string): Precise doc string.
7021         (xesam-highlight-buffer): New defun.
7022         (xesam-refresh-entry): Use it.  Better check for sourceModified.
7024 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
7026         * edmacro.el (edmacro-parse-keys): Catch events with spaces in
7027         their names.
7029 2008-08-19  Kenichi Handa  <handa@m17n.org>
7031         * language/european.el ("Esperanto"): Change the preferred
7032         charsets to iso-8859-3.
7034         * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
7036         * international/fontset.el (script-representative-chars):
7037         Delete the entry for symbol.
7038         (setup-default-fontset): For symbol characters, don't specify
7039         :script property.
7041 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
7043         * minibuffer.el (completion-table-dynamic): Doc fix.
7045         * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
7046         saved.
7048 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
7050         * emulation/edt.el (edt-default-emulation-setup):
7051         Share global-buffers-menu-map with the emulated global map.
7053 2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
7055         * term/ns-win.el (global): Uncomment "put backspace
7056         ascii-character..." and friends, they are needed for tramp.  (Bug#725)
7058 2008-08-18  Kenichi Handa  <handa@m17n.org>
7060         * international/mule-diag.el (font-show-log): Add optional arg N
7061         to control the limit of font listing.
7063 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
7065         * window.el (recenter-top-bottom): Determine top and bottom
7066         positions using scroll-margin instead of scroll-conservatively.
7068 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7070         * proced.el (proced-send-signal): Use beginning-of-line.
7072 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7074         * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
7075         (proced-mode-map): Add tooltips for menus.  Use radio buttons for
7076         listing types.
7077         (proced-log-buffer): New variable.
7078         (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
7079         region if transient-mark-mode is turned on and the region is active.
7080         (proced-omit-processes): Rename from proced-hide-processes to
7081         avoid key clash with describe-mode (bound to h).  Search for
7082         marked processes starting from point-min.
7083         (proced-header-space): Remove.
7084         (proced-send-signal): Handle errors.  Operate on current process
7085         if no process is marked.
7086         (proced-why): New command.
7087         (proced-log, proced-log-summary): New functions.
7088         (proced-help): Use proced-why.
7089         * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
7090         (bibtex-autokey-year-title-separator): Fix docstring.
7092 2008-08-17  Michael Albinus  <michael.albinus@gmx.de>
7094         * net/xesam.el (xesam-vendor, xesam-notify-function):
7095         New local variables.
7096         (xesam-mode): Extend docstring.  Initialize `xesam-notify-function'.
7097         (xesam-refresh-entry): Use `xesam-notify-function' if set.  Remove
7098         Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
7099         (xesam-new-search): Initialize `xesam-vendor'.
7101 2008-08-15  Glenn Morris  <rgm@gnu.org>
7103         * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
7104         a pipeline.
7105         * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
7106         unless at the end of the pipeline.  (Bug#699).
7108 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
7110         * minibuffer.el (completion-boundaries): Doc fix.
7111         (display-completion-list): Only default base-size to zero if
7112         completing in the minibuffer.
7114         * simple.el (completion-base-size): Doc fix.
7115         (choose-completion): Try reselecting completion-reference-buffer.
7117 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
7119         * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
7120         also for remote directories.
7122 2008-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7124         * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
7125         since those precomputed values aren't used any more.
7126         (easy-menu-precalculate-equivalent-keybindings): Obsolete.
7128 2008-08-14  Martin Rudalics  <rudalics@gmx.at>
7130         * help.el (with-help-window): Return last value in BODY.
7132 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
7134         * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
7135         notify function of the URL.
7136         (xesam-new-search): Encode special characters in the query string.
7138 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
7140         * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
7142 2008-08-13  Andreas Schwab  <schwab@suse.de>
7144         * net/tramp.el (tramp-handle-shell-command): Handle output going
7145         to current buffer like shell-command.  Don't disable undo.
7147 2008-08-13  Glenn Morris  <rgm@gnu.org>
7149         * eshell/esh-cmd.el (eshell/which): Handle the case where no
7150         description is found.
7152 2008-08-12  Alan Mackenzie  <acm@muc.de>
7154         * progmodes/cc-defs.el (c-emacs-features):
7155         argumentative-bod-function: bind mark-ring to avoid accumulating a
7156         spurious mark.
7158 2008-08-12  Chong Yidong  <cyd@stupidchicken.com>
7160         * simple.el (visual-line--saved-state): New var.
7161         (visual-line-mode): Save local values of variables, and restore
7162         them when visual-line-mode is disabled.
7164 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
7166         * net/ldap.el (ldap-search-internal): Tweak URL regexp.
7168 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
7170         * progmodes/cc-defs.el (c-emacs-features):
7171         Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
7172         moving point during the test.
7174         * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
7176 2008-08-11  Glenn Morris  <rgm@gnu.org>
7178         * term/ns-win.el (x-parse-geometry): Doc fix.
7180         * dired.el (x-popup-menu):
7181         * hi-lock.el (x-popup-menu):
7182         * mouse.el (font-face-attributes):
7183         * calendar/cal-menu.el (x-popup-menu):
7184         * calendar/calendar.el (x-popup-menu):
7185         * calendar/holidays.el (x-popup-menu):
7186         * progmodes/cperl-mode.el (x-popup-menu):
7187         * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
7188         (x-open-connection):
7189         * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
7190         (x-command-line-resources):
7191         * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
7192         (x-display-name, x-command-line-resources):
7193         Add declarations for builds without X.
7195 2008-08-10  Glenn Morris  <rgm@gnu.org>
7197         * calendar/cal-bahai.el (holiday-bahai): Doc fix.
7199 2008-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
7201         * vc-bzr.el (vc-bzr-find-revision): Rename from
7202         vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
7204 2008-08-10  Michael Albinus  <michael.albinus@gmx.de>
7206         * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
7207         (xesam-refresh-entry): Add Debbugs handling.  Insert a widget
7208         "DONE", when all hits are retrieved.
7209         (xesam-search): Autoload it.
7211 2008-08-11  John Paul Wallington  <jpw@pobox.com>
7213         * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
7214         empty string when no filename.
7215         (define-ibuffer-column filename): Accommodate that change.
7217         * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
7218         `buffer-file-name' instead of `ibuffer-buffer-file-name'.
7220 2008-08-10  Glenn Morris  <rgm@gnu.org>
7222         * Makefile.in (ELCFILES): Update.
7224 2008-08-10  John Paul Wallington  <jpw@pobox.com>
7226         * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
7228 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
7230         * battery.el (battery-echo-area-format, battery-status-function):
7231         Handle new Linux sysfs format for battery reporting.
7232         (battery-linux-sysfs): New function.
7234 2008-08-07  Martin Rudalics  <rudalics@gmx.at>
7236         * add-log.el (change-log-search-tag-name)
7237         (change-log-goto-source): Fix behavior when point is not on tag.
7239 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
7241         * startup.el (command-line-ns-option-alist): Use ignore instead of
7242         ns-ignore-0-arg.
7244         * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
7245         (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
7246         (ns-alternatives-map): New variable.
7247         (x-set-up-function-keys): Use it.
7248         (global): Comment out "put backspace ascii-character..." and friends.
7249         Move function-key-map into ns-alternatives-map.  Don't call
7250         precompute-menubar-bindings.  Don't set anything connected with
7251         browse-url.
7252         (after-make-frame-functions): Clarify comment why a hook is added.
7254 2008-08-06  Joakim Verona  <joakim@verona.se>
7256         * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
7257         in url:s.
7259 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
7261         * vc-svn.el (vc-svn-parse-status): Use when instead of if.
7262         Fix 2008-01-01 change: use a shy group to not affect subsequent
7263         match calls.
7265 2008-08-06  Reto Zimmermann  <reto@gnu.org>
7267         * progmodes/vera-mode.el (vera-electric-tab):
7268         * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
7269         region when active.
7271 2008-08-06  Kenichi Handa  <handa@m17n.org>
7273         * faces.el (face-valid-attribute-values): Fix handling the value
7274         of (font-family-list) and font-XXX-table.
7276 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
7278         * proced.el (proced-menu): Bind the correct function to for toggling.
7280         * vc-dir.el (vc-dir-mode): Fix typo.
7282 2008-08-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7284         * whitespace.el (whitespace-newline-mode)
7285         (global-whitespace-newline-mode, whitespace-mode)
7286         (global-whitespace-mode): Improve docstring.
7288 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
7290         * kmacro.el (kmacro-exec-ring-item): Add autoload.
7292         * files.el (auto-save-visited-file-name): Move definition to fileio.c.
7294         * cus-start.el (all): Handle auto-save-visited-file-name.
7296 2008-08-05  Alex Shinn  <alexshinn@gmail.com>  (tiny change)
7298         * files.el (hack-one-local-variable-eval-safep): Handle
7299         lisp-indent-function and scheme-indent-function in addition to the
7300         deprecated lisp-indent-hook.
7302 2008-08-05  Michael Albinus  <michael.albinus@gmx.de>
7304         * net/xesam.el (top): Require `wid-edit' always.
7305         (xesam-mode-line, xesam-highlight): New deffaces.
7306         (xesam-objects): New local variable.
7307         (xesam-search-engines): Fix error in field list.
7308         (xesam-mode): Use `xesam-mode-line' instead of
7309         `font-lock-type-face'.  Apply `xesam-mode' to a temp buffer, for
7310         proper initialization (why?).
7311         (xesam-highlight-string, xesam-get-hits)
7312         (xesam-kill-buffer-function): New defuns.
7313         (xesam-refresh-entry): Move code to `xesam-get-hits'.  Check
7314         result of "hit.fields", it isn't a string only.  Wrap an error of
7315         the strigi search engine ("xesam:size" is returned as string).
7316         Highlight search items.
7317         (xesam-refresh-search-buffer): Make logic of counters more simple.
7318         Prefetch next hits.
7319         (xesam-signal-handler): Use `xesam-mode-line' instead of
7320         `font-lock-type-face'.
7321         (xesam-new-search): Add `xesam-kill-buffer-function' to
7322         `kill-buffer-hook'.
7324 2008-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
7326         * add-log.el (change-log-next-error, change-log-mode): Add support
7327         for `next-error' to call `change-log-goto-source' on named files
7328         in a ChangeLog.
7330 2008-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
7332         * calc/calc.el (math-read-number): Handle all C-like languages
7333         properly.
7335 2008-08-04  Vincent Belaïche  <vincent.b.1@hotmail.fr>
7337         * calc/calc.el (math-read-number): Handle C numbers beginning with
7338         0 correctly.
7340 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7342         * term/ns-win.el ([ns-new-frame]): New global key.
7344 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
7346         * international/mule-cmds.el (read-char-by-name):
7347         Check UCS names with `assoc-string' and case folding.
7349 2008-08-04  Michael Albinus  <michael.albinus@gmx.de>
7351         * net/dbus.el (dbus-call-method-asynchronously)
7352         (dbus-method-return-internal, dbus-method-error-internal):
7353         Declare them with `declare-function'.
7355 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
7357         * descr-text.el (describe-char-display): Fix last change:
7358         don't pass CHARSET to `encoded-string-description'.
7360 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
7362         * vc.el (vc-next-action): Update list var correctly after delete.
7364 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7366         * ido.el (ido-mode): Add toggle notification.
7368         * cus-edit.el (custom-save-all): Avoid destroying symlink if
7369         already visiting the custom file.
7371         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7372         pending output coming after the status change.
7374 2008-08-02  Jason Rumney  <jasonr@gnu.org>
7376         * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
7378 2008-08-01  Kenichi Handa  <handa@m17n.org>
7380         * international/mule-cmds.el (encode-coding-char):
7381         New optional arg CHARSET.
7383         * descr-text.el (describe-char-display): Call encode-coding-char
7384         with the arg CHARSET.
7385         (describe-char): Pay attention to the text-property `charset'.
7387 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
7389         * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
7390         error messages.
7391         (dbus-set-property): Call `dbus-introspect-get-property' instead
7392         of `dbus-get-property'.
7394         * net/xesam.el (xesam-all-fields): Remove source and content
7395         identifiers.
7396         (xesam-dbus-unique-names): New defvar.
7397         (xesam-dbus-call-method): New defun.  Replace all calls of
7398         `dbus-call-method' by `xesam-dbus-call-method'.
7399         (xesam-get-cached-property, xesam-set-cached-property):
7400         New defuns.
7401         (xesam-get-property, xesam-set-property, xesam-refresh-entry)
7402         (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
7403         (xesam-search-engines): Make it an association list.  Take changed
7404         layout into account in the corresponding function.
7405         (xesam-delete-search-engine): Remove check for consistency of
7406         `xesam-search-engines', not needed anymore.
7407         (xesam-mode): Show XML query string only in the debug case.
7409 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
7411         * files.el (read-file-modes): Fix typo in docstring.
7413 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
7415         * Makefile.in: Avoid maintainer warning for autogenerated unicode
7416         files.
7418         * apropos.el (apropos-symbol): Don't set button skip by default.
7419         (apropos-print): Set button skip iff searching for multiple types.
7420         (apropos-print-doc): Insert blank label button when searching for
7421         a single type.
7423         * button.el (forward-button): Avoid infloop.
7425         * minibuffer.el (read-file-name-completion-ignore-case):
7426         Add cygwin to the list.
7428 2008-07-31  Sven Joachim  <svenjoac@gmx.de>
7430         * files.el (abbreviate-file-name): When replacing $HOME with ~,
7431         turn off case-fold-search.
7433 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
7435         * net/dbus.el (top): Don't register for "NameOwnerChanged".
7436         (dbus-message-type-invalid, dbus-message-type-method-call)
7437         (dbus-message-type-method-return, dbus-message-type-error)
7438         (dbus-message-type-signal): New defconst.
7439         (dbus-ignore-errors): Fix `edebug-form-spec' property.
7440         (dbus-return-values-table): New defvar.
7441         (dbus-call-method-non-blocking-handler, dbus-event-message-type):
7442         New defun.
7443         (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
7444         Extend docstring.  Adapt implementation according to new
7445         `dbus-event' layout.
7446         (dbus-event-service-name, dbus-event-path-name)
7447         (dbus-event-interface-name, dbus-event-member-name):
7448         Adapt implementation according to new `dbus-event' layout.
7449         (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
7451         * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
7452         (xesam-mode): Rework implementation.
7453         (xesam-new-search): Additional parameter TYPE.
7454         (xesam-search): Adapt call of `xesam-new-search'.
7456 2008-07-31  Juri Linkov  <juri@jurta.org>
7458         * dired-aux.el (dired-do-chmod): Set default value to the original
7459         mode string using absolute notation like u=rwx,g=rx,o=rx.
7460         Use it as a new arg `default' of `dired-mark-read-string'.
7461         (dired-mark-read-string): Add new optional arg `default'.
7463         * files.el (read-file-modes): Set default value to the original
7464         mode string using absolute notation like u=rwx,g=rx,o=rx.
7465         Use it as the `default' arg of `read-string'.
7467         * filesets.el (filesets-cmd-isearch-getargs): Check if the
7468         variable `files' is bound to avoid warnings.
7470         * isearch.el (isearch-forward-regexp, isearch-forward-word)
7471         (isearch-backward, isearch-backward-regexp): Doc fix - make a link
7472         to the command `isearch-forward' instead of displaying "See C-s".
7473         (isearch-highlight-regexp): Remove arguments `regexp' and `face'
7474         with their interactive specifications.  Move reading the face name to
7475         the main body after calls to isearch-done and isearch-clean-overlays.
7477         * mb-depth.el: Unify all names under one common name prefix
7478         `minibuffer-depth-'.
7479         (minibuffer-depth-indicator-function): Rename from
7480         `minibuf-depth-indicator-function'.
7481         (minibuffer-depth-overlay): Rename from
7482         `minibuf-depth-overlay'.
7483         (minibuffer-depth-setup): Rename from
7484         `minibuf-depth-setup-minibuffer'.
7485         (minibuffer-depth-indicate-mode): Rename from
7486         `minibuffer-indicate-depth-mode'.
7488 2008-07-31  Juri Linkov  <juri@jurta.org>
7490         * dired-aux.el (dired-isearch-filenames-toggle): New command.
7491         (dired-isearch-filenames-setup): Bind "\M-sf" to
7492         dired-isearch-filenames-toggle in isearch-mode-map.
7493         (dired-isearch-filenames-end): Bind "\M-sf" to nil
7494         in isearch-mode-map.
7496         * isearch.el (isearch-edit-string-set-word): New command.
7497         (minibuffer-local-isearch-map): Bind "\C-w" to
7498         isearch-edit-string-set-word.
7499         (isearch-new-word): Temporary internal variable.
7500         (isearch-edit-string): Remove special case of reading the
7501         first character and checking it for C-w.
7503         * simple.el (read-shell-command, shell-command):
7504         Move code that uses minibuffer-with-setup-hook to set
7505         minibuffer-default-add-function to minibuffer-default-add-shell-commands
7506         from the interactive spec of `shell-command' to `read-shell-command'.
7508         * international/mule-cmds.el (read-char-by-name):
7509         Accept hash notation.  Doc fix.
7510         (ucs-insert): Doc fix.  Convert to number only when `arg' is
7511         a string.  Use separate error message when `arg' is not an integer.
7512         Bind `ucs-insert' to `C-x 8 RET'.
7514 2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
7516         * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
7517         move the (arglist-cont-nonempty) from c-offsets-alist to
7518         c-hanging-braces-alist like other styles already have.
7520 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7522         * textmodes/texinfmt.el:
7523         * nxml/nxml-enc.el:
7524         * mail/feedmail.el:
7525         * international/mule.el:
7526         * international/latexenc.el:
7527         * emulation/viper-util.el:
7528         * emulation/viper-init.el:
7529         * emulation/viper-ex.el:
7530         * emacs-lisp/bytecomp.el:
7531         * version.el:
7532         * subr.el:
7533         * startup.el:
7534         * sort.el:
7535         * shadowfile.el:
7536         * recentf.el:
7537         * printing.el:
7538         * paths.el:
7539         * minibuffer.el:
7540         * ls-lisp.el:
7541         * loadup.el:
7542         * hippie-exp.el:
7543         * finder.el:
7544         * files.el:
7545         * ediff-util.el:
7546         * ediff-ptch.el:
7547         * ediff-init.el:
7548         * ediff-diff.el:
7549         * dired.el:
7550         * dired-aux.el:
7551         * cus-edit.el:
7552         * bindings.el:
7553         * arc-mode.el:
7554         * add-log.el: Remove VMS support.
7555         * obsolete/vmsproc.el:
7556         * obsolete/vms-pmail.el:
7557         * obsolete/vms-patch.el: Remove file.
7559 2008-07-31  Alan Mackenzie  <acm@muc.de>
7561         * progmodes/cc-mode.el (c-before-hack-hook): New function
7562         (Top Level): Install c-before-hack-hook on
7563         before-hack-local-variables-hook, rather than
7564         c-postprocess-file-styles on hack-local-variables-hook.
7566 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
7568         * files.el (normal-mode): Move call to hack-project-variables into
7569         hack-local-variables.
7570         (file-local-variables-alist, before-hack-local-variables-hook):
7571         New vars.
7572         (ignored-local-variables): Add file-local-variables-alist.
7573         (hack-local-variables-filter): Renamed from
7574         hack-local-variables-apply.  Add the result to
7575         file-local-variables-alist, without applying them.
7576         (hack-local-variables): Set file-local-variables-alist to nil.
7577         Call hack-project-variables and before-hack-local-variables-hook.
7578         Apply variables here, instead of hack-local-variables-apply.
7579         Based on a patch by Alan Mackenzie.
7581 2008-07-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
7583         * info-look.el (autoconf-mode :doc-spec): For
7584         "(autoconf)M4 Macro Index", if the item already
7585         begins with "AS_", don't prefix that string again.
7587 2008-07-30  Juri Linkov  <juri@jurta.org>
7589         * info.el (info, Info-mode): Doc fix.
7591         * isearch.el (isearch-mode-map): Bind `M-s r' to
7592         `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
7593         (search-map): Bind `M-s w' to `isearch-forward-word' globally
7594         in the global map `search-map'.
7595         (isearch-forward): Doc fix.
7596         (isearch-forward-word, isearch-toggle-case-fold): New commands.
7598         * simple.el (quoted-insert): Comment out code that treats
7599         0240-0377 specially.
7601 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
7603         * cus-start.el: Add customization info for
7604         read-buffer-completion-ignore-case.
7606 2008-07-30  Sam Steingold  <sds@gnu.org>
7608         * vc-dir.el (vc-dir): Call file-truename on the dir argument.
7610 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
7612         * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
7613         (vc-dir-mode): Improve docstring.
7615 2008-07-30  Juri Linkov  <juri@jurta.org>
7617         * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
7618         for the sake of isearch-mode-hook in dired-mode in dired.el.
7620 2008-07-19  Markus Triska  <markus.triska@gmx.at>
7622         * image-mode.el (image-mode): Set image-mode-text-map when image
7623         cannot be displayed.
7625 2008-07-30  Stephen Leake  <stephen_leake@stephe-leake.org>
7627         * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
7628         ada-xref-set-default-prj-values.
7629         (ada-prj-display-page): Ditto.
7631         * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
7632         (ada-make-filename-from-adaname): Fix free variable.
7634 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
7636         * vc-git.el (vc-git-status-printer): Synchronize with the default.
7638 2008-07-30  Michael McNamara  <mac@mail.brushroad.com>
7640         * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
7641         for declarations inside a parenthetical list.  The code is ill-advised,
7642         and doesn't work given user defined types.
7643         (verilog-set-auto-endcomments): Enhance function automatic
7644         endcomment to support functions that return user defined types.
7645         (verilog-mode): Add code to tell which-function-mode minor mode
7646         that Verilog supports this feature.
7647         (verilog-beg-block-re-ordered, verilog-indent-re)
7648         (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
7649         (verilog-leap-to-head): Support the new virtual and/or protected
7650         tasks, as well as extern declarations of tasks for indenting and
7651         for forward/backward expression.
7653 2008-07-30  Wilson Snyder  <wsnyder@wsnyder.org>
7655         * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
7656         to work with SV 'logic' signals.  Suggested by Julian Gorfajn.
7657         (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
7658         (verilog-string-replace-matches): Avoid recursion with small
7659         replacements.
7660         (verilog-auto-inst-param-value, verilog-mode-version)
7661         (verilog-mode-version-date, verilog-read-inst-param-value)
7662         (verilog-auto-inst, verilog-auto-inst-param)
7663         (verilog-auto-inst-port, verilog-simplify-range-expression): Add
7664         verilog-auto-inst-param-value option for AUTOINST.  Suggested by
7665         David Rogoff.  This allows parameters to be replaced with their
7666         values, on the expansion of an AUTOINST with Verilog 2001 style
7667         parameter settings.
7669 2008-07-30  David Lord  <david.lord@phonecoop.coop>  (tiny change)
7671         * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
7672         to `cddr'.
7674 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
7676         * Makefile.in (ELCFILES): Add mairix.elc.
7678 2008-07-29  David Engster  <deng@randomsample.de>
7680         * net/mairix.el: New file.
7682 2008-07-29  Juri Linkov  <juri@jurta.org>
7684         * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
7685         instead of variable-pitch with bold and 1.2 height.
7687         * dired-aux.el (dired-do-async-shell-command): New command.
7689         * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
7690         from `&' to `%&'.  Bind `&' to `dired-do-async-shell-command'.
7692 2008-07-29  Juri Linkov  <juri@jurta.org>
7694         * international/mule-cmds.el (ucs-names): New internal variable.
7695         (ucs-names): New function.
7696         (ucs-completions): New lazy completion variable.
7697         (read-char-by-name): New function.
7698         (ucs-insert): Replace interactive spec letter "s" with the call to
7699         `read-char-by-name'.
7701         * replace.el (read-regexp): Add second arg `default'.  Doc fix.
7703         * replace.el (occur-read-primary-args):
7704         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7705         (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
7706         second arg of `read-regexp'.
7708         * dired-aux.el (dired-isearch-filenames): New user option.
7709         (dired-isearch-orig-success-function): New internal variable.
7710         (dired-isearch-filenames-setup, dired-isearch-filenames-end)
7711         (dired-isearch-success-function): New functions.
7712         (dired-isearch-filenames, dired-isearch-filenames-regexp):
7713         New commands.
7715         * dired.el (dired-insert-set-properties): Add new text property
7716         `dired-filename' to put on file names.
7717         (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
7718         and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
7719         Add menu items.
7720         (dired-mode): Add hook `dired-isearch-filenames-setup' to
7721         buffer-local `isearch-mode-hook'.
7723 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
7725         * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
7726         (ada-create-case-exception): Fix typo in docstring.
7727         (ada-no-auto-case): Return nil, not the docstring.
7728         (ada-indent-current): Reflow docstring.
7730         * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
7731         (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
7732         (ada-prj-load-from-file): Reflow docstring.
7733         (ada-prj-display-page): Fix typo in widget.
7735         * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
7736         Fix typos in docstrings.
7738         * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
7739         (ada-compile-current, ada-check-current, ada-run-application)
7740         (ada-get-ali-file-name): Fix typos in docstrings.
7741         (ada-xref-confirm-compile, ada-find-references)
7742         (ada-find-local-references, ada-find-any-references): Doc fixes.
7743         (ada-get-all-references): Fix typo in error message.
7744         (ada-xref-current-project): Use `let', not `let*'.
7745         (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
7747 2008-07-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7749         * whitespace.el (whitespace-newline): Change initialization to have a
7750         low contrast relative to the background color.  Suggested by David
7751         Reitter <david.reitter@gmail.com>.
7753 2008-07-28  Juri Linkov  <juri@jurta.org>
7755         * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
7756         New functions.
7758         * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
7759         and dired-do-isearch-regexp to `M-s a M-C-s'.  Add menu items.
7761 2008-07-28  Seiji Zenitani  <zenitani@mac.com>
7763         * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
7764         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
7766 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
7768         * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
7769         Add support for add-log.
7770         (ada-end-stmt-re): Fix bug - allow comment after 'when'.
7772         * progmodes/ada-prj.el: Delete 'main_unit' project variable.
7773         (ada-prj-save): Prompt for file name if not given.
7774         (ada-prj-display-page): Display casing exceptions.
7776         * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
7777         Ada mode project files.  Delete 'main_unit' project variable;
7778         only need 'main'.  Simplify handling of default project values.
7779         Use cross-prefix consistently.
7780         (ada-find-executable): Throw error if not found.
7781         (ada-initialize-runtime-library): Improve error handling when
7782         gnatls not found.
7783         (ada-gnat-parse-gpr): New.
7784         (ada-treat-cmd-string): Allow process environment variables.
7785         (ada-xref-set-default-prj-values): Delete; replace with
7786         ada-default-prj-properties.
7787         (ada-parse-prj-file): Handle GNAT project files.
7788         (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
7789         (ada-select-prj-file): New.
7790         (ada-get-absolute-dir-list): Allow project and environment variables.
7792 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
7794         Sync with Tramp 2.1.14.
7796         * net/tramp.el (tramp-perl-directory-files-and-attributes)
7797         (tramp-get-device): Make device number a cons cell.
7798         (tramp-convert-file-attributes): Make inode a cons cell.
7800         * net/trampver.el: Update release number.
7802 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7804         * faces.el (face-set-after-frame-default): Treat 'ns as all other
7805         window systems.
7807 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7809         * term/ns-win.el (do-applescript): New alias in carbon-compat section.
7811 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
7813         Remove support for Mac Carbon.
7814         * term/mac-win.el: Remove file
7815         * international/mule-cmds.el:
7816         * version.el:
7817         * startup.el:
7818         * simple.el:
7819         * mwheel.el:
7820         * mouse.el:
7821         * loadup.el:
7822         * isearch.el:
7823         * info.el:
7824         * frame.el:
7825         * faces.el:
7826         * disp-table.el:
7827         * cus-start.el:
7828         * cus-face.el:
7829         * cus-edit.el:
7830         * Makefile.in: Remove code for Carbon.
7832 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
7834         * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
7835         bindings for functions deleted by Dan N. 2008-07-21.  Set
7836         where-is-preferred-modifier.  Add show-manual option to Help menu.
7838 2008-07-26  Michael Albinus  <michael.albinus@gmx.de>
7840         * net/tramp.el (tramp-handle-start-file-process):
7841         Set query-on-exit flag.  Kill temporary buffer.
7842         (tramp-process-sentinel): Remove defun.
7843         (tramp-do-copy-or-rename-file-out-of-band)
7844         (tramp-maybe-open-connection): Don't call it.
7846         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
7847         `tramp-process-sentinel'.
7849         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
7850         `tramp-process-sentinel'.
7852         * net/xesam.el (xesam-from): Remove defvar.
7853         (xesam-mode): Derive from `special-mode'.  Extend `xesam-mode-map'
7854         and `mode-line-position'.
7855         (xesam-refresh-entry): Remove argument `hit-number'.  Add debug
7856         information to the widgets.  Don't set `mode-line-position'.
7857         (xesam-refresh-search-buffer): Correct hit number computing.
7858         Don't set `mode-line-position'.
7859         (xesam-new-search): Add debug information to the mode line.
7861 2008-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7863         * diff-mode.el (diff-show-trailing-blanks): Renamed to
7864         diff-show-trailing-whitespaces.
7866 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
7868         * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
7869         invalid filename strings when parsing tex errors (bug#376).
7871 2008-07-25  Dan Nicolaescu  <dann@ics.uci.edu>
7873         * menu-bar.el (menu-bar-file-menu): Fix typo.
7875 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
7877         * play/solitaire.el (solitaire-mode-map): Define within defvar.
7878         (solitaire-mode): Define with `define-derived-mode'.
7879         (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
7880         (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
7881         (solitaire-undo, solitaire-check): Use `when'.
7882         (solitaire-solve): Err out if the solitaire is already in progress.
7883         Use `when'.
7885         * descr-text.el (describe-char): Don't overwrite local variable char
7886         when describing characters with display-table entries.  Display font
7887         backend when describing composed characters.  Simplify: use `let'
7888         instead of `let*', and `or x y' instead of `if x x y'.
7890 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
7892         * image-mode.el (image-minor-mode): Set up winprops.
7894 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7896         * diff-mode.el (diff-show-trailing-blanks): New fun.
7897         Show trailing blanks in modified lines for diff-mode.
7899 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
7901         * Makefile.in (ELCFILES): Add net/xesam.el.
7903         * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
7904         process name.  Reported by Markus Triska <markus.triska@gmx.at>.
7906         * net/xesam.el: New file.
7908 2008-07-24  Sven Joachim  <svenjoac@gmx.de>
7910         * dired-aux.el (dired-copy-file-recursive): Avoid calling
7911         set-file-modes when creating target directories.
7913 2008-07-24  Juanma Barranquero  <lekktu@gmail.com>
7915         * play/solitaire.el (solitaire-mode): Fix typo in docstring.
7916         Set `show-trailing-whitespace' to nil.
7917         (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
7918         Fix typos in docstrings.
7920 2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
7922         * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
7923         key remapping, not directly.
7925 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7927         * whitespace.el: New version 11.2.
7928         (whitespace-newline-mode, global-whitespace-newline-mode): New newline
7929         minor mode visualization.
7931 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
7933         * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
7935         * Makefile.in (ELCFILES): Add term/common-win.elc.
7937         * vc-dir.el (vc-dir-search, vc-dir-isearch)
7938         (vc-dir-isearch-regexp): New functions.
7939         (vc-dir-mode-map, vc-dir-menu-map): Bind them.
7941 2008-07-23  Juri Linkov  <juri@jurta.org>
7943         * isearch-multi.el: Remove file to avoid dos file name clashes
7944         with isearch-x.el.  Move most content to misearch.el.
7946         * misearch.el: New file with most content from isearch-multi.el.
7947         Rename `isearch-buffers' name prefixes to `multi-isearch'.
7948         Remove `isearch-buffers-minor-mode'.  Add new function
7949         `multi-isearch-setup' to `isearch-mode-hook'.  New top-level
7950         commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
7951         `multi-isearch-files', `multi-isearch-files-regexp'.
7953         * Makefile.in (ELCFILES): Remove isearch-multi.elc.  Add misearch.elc.
7955         * isearch.el (isearch-message-prefix): Display "Multi" when
7956         `multi-isearch-next-buffer-current-function' is non-nil.
7957         (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
7958         with `multi-isearch-next-buffer-current-function', and
7959         `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
7961         * add-log.el (change-log-mode): Set `change-log-next-buffer' to
7962         `multi-isearch-next-buffer-function' instead of
7963         `isearch-buffers-next-buffer-function'.  Remove call to
7964         `isearch-buffers-minor-mode'.
7966         * buff-menu.el (Buffer-menu-marked-buffers)
7967         (Buffer-menu-isearch-buffers)
7968         (Buffer-menu-isearch-buffers-regexp): New functions.
7969         (Buffer-menu-mode-map): Bind "M-s a C-s" to
7970         `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
7971         `Buffer-menu-isearch-buffers-regexp'.
7972         (Buffer-menu-mode): Document new commands in docstring.
7973         (list-buffers-noselect): Add one space after Info file name
7974         according to the Info address convention.
7976         * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
7977         New functions.
7979         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
7980         `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
7981         (ibuffer-mode): Document new commands in docstring.
7983         * filesets.el (filesets-commands): Add commands for "Isearch" and
7984         "Isearch (regexp)".  Replace `query-replace' and `query-replace-regexp'
7985         with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
7986         (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
7987         or `multi-isearch-files-regexp'.
7988         (filesets-cmd-query-replace-getargs): Call standard function
7989         `query-replace-read-args' to read `query-replace' arguments.
7990         Add `multi-query-replace-map'.
7991         (filesets-cmd-query-replace-regexp-getargs)
7992         (filesets-cmd-isearch-getargs): New functions.
7994 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
7996         * international/mule.el (recode-region): Deactivate mark at the end.
7998 2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
8000         * progmodes/flymake.el (flymake-errline, flymake-warnline):
8001         Use more suitable colors on dark displays.
8003 2008-07-23  Michael Albinus  <michael.albinus@gmx.de>
8005         * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
8006         "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
8007         (tramp-temp-buffer-name): New defconst.
8008         (tramp-handle-start-file-process): Use it.  Apply "exec", for the
8009         command.  No trailing prompt.
8010         (tramp-process-sentinel): Remove temporary buffer, if existing.
8011         Don't handle trailing prompt.
8012         (tramp-open-connection-setup-interactive-shell):
8013         Use `tramp-temp-buffer-name'.
8015 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
8017         * shell.el (shell-dynamic-complete-functions):
8018         Use comint-dynamic-complete-filename as well (bug#361).
8020 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
8022         * term/ns-win.el:
8023         * version.el (emacs-version):
8024         * loadup.el:
8025         * frame.el (make-frame-on-display): Check for ns instead of
8026         ns-windowing.
8028         * dired.el (dired-mode-map): Show the key binding for wdired.
8030         * menu-bar.el (menu-bar-file-menu): Show the key binding for
8031         exiting Emacs.
8033 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
8035         * term/ns-win.el (x-list-fonts): Drop alias.
8037 2008-07-23  Juri Linkov  <juri@jurta.org>
8039         * replace.el (multi-query-replace-map): New variable.
8040         (perform-replace): Add processing of new multi-buffer keys bound
8041         to `automatic-all' and `exit-current'.  Set `query-flag' to nil
8042         if last input char was `automatic-all'.  Set new local variable
8043         `multi-buffer' to t when one of new two keys were typed.  Return
8044         non-nil value of `multi-buffer' that tells to calling functions
8045         to continue replacement on the next file.
8047         * progmodes/etags.el (tags-query-replace): Set arg `map' of
8048         `perform-replace' to `multi-query-replace-map'.
8050 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8052         * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
8053         otherwise displayed in every buffer.
8055         * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
8056         (vc-arch-trim-one-revlib): Delete temp directories as well.
8058 2008-07-22  Stephen Eglen  <stephen@gnu.org>
8060         * iswitchb.el (iswitchb-delim): New variable.  Suggested by Ted Roden.
8062 2008-07-22  Sven Joachim  <svenjoac@gmx.de>
8064         * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
8066 2008-07-22  Miles Bader  <miles@gnu.org>
8068         * progmodes/sh-script.el (sh-newline-and-indent): Remove.
8069         (sh-mode-map): Remove remapping of newline-and-indent.
8071 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8073         * vc.el (Todo): Update.
8075         * vc-hooks.el: Remove obsolete comment.
8077         * vc-git.el (vc-git-status-printer): Update the directory display
8078         to match the default.
8080         * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
8082 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
8084         * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
8085         for "word wrap" command.
8087         * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
8089 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8091         * term/ns-win.el: Rename ns- functions/variables to the
8092         corresponding x- versions.
8093         (x-select-text, x-cut-buffer-or-selection-value)
8094         (x-disown-selection-internal, x-get-selection-internal)
8095         (x-own-selection-internal, x-defined-colors, xw-defined-colors)
8096         (x-display-mm-width, x-display-mm-height)
8097         (x-display-backing-store, x-display-save-under)
8098         (x-display-visual-class, x-display-screens, x-focus-frame): Remove
8099         defaliases.
8101         * frame.el (ns-display-name): Remove declaration.
8102         (make-frame-on-display): Use x-display-name instead
8103         ns-display-name.  Use unless.
8105         * startup.el (command-line-1): Fix indentation.
8107         * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
8108         checked in inadvertently.
8110 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
8112         * term/ns-win.el: Standardize references to "Nextstep" in
8113         comments, messages, and docstrings.
8114         (ns-handle-args, x-parse-geometry)
8115         (ns-extended-platform-support-mode, x-setup-function-keys)
8116         (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
8117         (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
8118         (ns-initialized, ns-initialize-window-system): Doc fixes.
8120 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8122         * diff-mode.el (diff-auto-refine): Delete defcustom.
8123         (diff-auto-refine-mode): New func/var via define-minor-mode.
8124         Update var ref to use diff-auto-refine-mode.
8125         * smerge-mode.el (diff-mode): Require when compiling.
8126         (smerge-auto-refine): Delete defcustom.
8127         Update smerge-auto-refine ref to use diff-auto-refine-mode.
8129 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
8131         * simple.el (visual-line): New custom group.
8132         (visual-line-fringe-indicators): New var.
8133         (visual-line-mode): Set fringe-indicator-alist based on
8134         visual-line-fringe-indicators.  Add lighter.
8136 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
8138         * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
8139         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
8140         (x-handle-geometry, x-handle-name-switch, x-display-name)
8141         (x-handle-display, x-handle-args, x-colors): Move ...
8142         * term/common-win.el: ... here.  New file.
8143         * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
8144         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
8145         (x-handle-geometry, x-handle-name-switch, x-display-name)
8146         (x-handle-display, x-handle-args, x-colors): Remove.
8147         * loadup.el: Load term/common-win before term/x-win and term/w32-win.
8149 2008-07-19  Juri Linkov  <juri@jurta.org>
8151         * startup.el (fancy-startup-text): Move the line "To quit
8152         a partially entered command, type Control-g" a few lines below
8153         to be after the line "To start".  Add text "at gnu.org" to
8154         "Overview of Emacs features".
8156         * dired.el (dired-mode-map): Fix menu text of
8157         image-dired-display-thumbs.
8159         * image-dired.el (image-dired-cmd-create-thumbnail-options)
8160         (image-dired-cmd-create-temp-image-options)
8161         (image-dired-cmd-create-standard-thumbnail-command): Add > to the
8162         ImageMagick command line to change the dimensions of the image
8163         only if its width or height exceeds the geometry specification.
8165         * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
8167         * proced.el (proced-mode, proced): Add \\<proced-mode-map>
8168         to docstrings.
8170 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
8172         * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
8173         Vinicius Jose Latorre.
8175 2008-07-19  Glenn Morris  <rgm@gnu.org>
8177         * term/ns-win.el (ns-make-command-string): Use mapconcat.
8178         (ns-save-preferences): Fix typo in previous change.  (Bug#573)
8180 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
8182         * net/dbus.el (dbus-interface-properties): New defconst.
8183         (dbus-introspect): Update docstring.
8184         (dbus-introspect-xml, dbus-introspect-get-attribute)
8185         (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
8186         (dbus-introspect-get-interface-names)
8187         (dbus-introspect-get-interface, dbus-introspect-get-method-names)
8188         (dbus-introspect-get-method, dbus-introspect-get-signal-names)
8189         (dbus-introspect-get-signal, dbus-introspect-get-property-names)
8190         (dbus-introspect-get-property)
8191         (dbus-introspect-get-annotation-names)
8192         (dbus-introspect-get-annotation)
8193         (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
8194         (dbus-introspect-get-signature, dbus-get-property)
8195         (dbus-set-property, dbus-get-all-properties): New defuns.
8197 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
8199         * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
8200         ns-grabenv.elc.
8202         * ns-carbon-compat.el: File removed.
8204         * ns-grabenv.el: File removed.
8206         * term/ns-win.el: Contents of ns-carbon-compat.el and
8207         ns-grabenv.el moved here.
8208         (ns-grabenv, ns-open-file-select-line): Doc fixes.
8209         (ns-submit-bug-report): Function removed.  Reports go to the main
8210         Emacs bug list.
8211         (ns-handle-args, ns-spi-service-call): Doc fixes.
8212         (info-ns-emacs): Function removed.  Nextstep port manual will be
8213         merged into the Emacs manual, so no separate link needed.
8215 2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
8217         * startup.el (fancy-splash-head): Fix change of 2008-07-02.
8219 2008-07-18  Glenn Morris  <rgm@gnu.org>
8221         * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
8222         to XEmacs, since it does nothing for Emacs.
8224 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8226         * net/tls.el (open-tls-stream): Make it work with the 2nd argument
8227         BUFFER that is a string but does not exist as a buffer object, as
8228         mentioned in the doc-string.
8230 2008-07-17  Chong Yidong  <cyd@stupidchicken.com>
8232         * simple.el (line-move-visual): Make it a defcustom.
8233         (line-move-1): Convert temporary-goal-column back to an integer if
8234         it was set as a float by a previous call to line-move-visual.
8235         (end-of-visual-line, beginning-of-visual-line)
8236         (next-logical-line, previous-logical-line): New functions.
8238 2008-07-17  David Reitter  <david.reitter@gmail.com>
8240         * simple.el (kill-visual-line, turn-on-visual-line-mode): New
8241         functions.
8242         (visual-line-mode, global-visual-line-mode): New minor mode.
8243         (visual-line-mode-map): New variable.
8245 2008-07-17  Glenn Morris  <rgm@gnu.org>
8247         * term/ns-win.el (parameters): Declare for compiler.
8249 2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
8251         * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
8252         for Windows.
8254 2008-07-17  Daiki Ueno  <ueno@unixuser.org>
8256         * epa.el (epa-key-list-mode): Use run-mode-hooks.
8257         (epa-key-mode): Ditto.
8258         (epa-info-mode): Ditto.
8260 2008-07-17  Glenn Morris  <rgm@gnu.org>
8262         * term/ns-win.el (ns-handle-switch): Simplify.  Handle the numeric case.
8263         (ns-handle-numeric-switch): Just call ns-handle-switch.
8264         (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
8265         (ns-handle-args): Simplify using `pop'.
8266         (ns-display-name): Define (used in frame.el).
8267         (menu-bar-select-frame): Add (ignored) arg to more closely match the
8268         original definition.
8269         (ns-perform-service): Declare.
8270         (ns-save-preferences): Use fewer `let's.
8272         * frame.el (ns-display-name): Declare for compiler.
8274 2008-07-17  Kenichi Handa  <handa@m17n.org>
8276         * descr-text.el (describe-char-unidata-list): Initialize to the
8277         list of name, general-category, decomposition, and old-name.
8279 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
8281         * startup.el (command-line-1): Update processing of NS long options to
8282         mimic recent changes to processing of X long options.
8284 2008-07-16  Nick Roberts  <nickrob@snap.net.nz>
8286         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
8287         list of #defines for remote files.
8288         (gdb-source-info): Only show main if it has been found.
8290 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8292         * term/ns-win.el: Require CL; fix up comment style; reindent.
8293         (ns-define-service): Use subst-char-in-string.  Avoid `eval'.
8294         (ns-save-preferences): Use `case'.
8295         (ns-initialize-window-system): Use `dolist'.
8297 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
8299         * loadup.el: Remove load of easy-mmode prior to ns-win when NS
8300         windowing is used.
8301         * term/ns-win.el (ns-extended-platform-support-mode):
8302         Correct/improve documentation.
8304 2008-07-16  Glenn Morris  <rgm@gnu.org>
8306         * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
8307         Simply require 'cl (see comment in cl-compat.el).
8308         * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
8309         * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
8310         (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
8311         directly rather by subterfuge.  Provide cl before loading cl-macs.
8313         * paths.el (rmail-spool-directory): Remove settings for systems that are
8314         no longer supported.
8316         * frame.el (ns-initialize-window-system): Declare for compiler.
8318         * term/ns-win.el: Add numerous declarations for compiler.
8319         (ns-pop-up-frames): Move definition before use.  Doc fix.
8321         * emacs-lisp/check-declare.el (check-declare-locate)
8322         (check-declare-verify): Handle .m files.
8324 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
8326         * ns-carbon-compat.el: New file: user-visible compatibility of
8327         NeXTstep port with Carbon port.
8328         * ns-grabenv.el: New file: functionality useful on OS X platform to
8329         expose environment variables inside Emacs started from icon.
8330         * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
8331         * cus-edit.el:
8332         * cus-face.el:
8333         * disp-table.el:
8334         * faces.el:
8335         * info.el:
8336         * mouse.el:
8337         * mwheel.el:
8338         * simple.el: Add ns to window systems treated as GUIs.
8339         * facemenu.el (facemenu-read-color): Don't require a name match under
8340         NS, to allow numeric color entry.
8341         * frame.el (make-frame-on-display): Follow code for 'x in initializing
8342         'ns window system if need be.
8343         (various): Add 'ns as described above.
8344         * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
8345         ns-windowing is active.
8346         * startup.el (command-line-ns-option-alist): New constant to handle NS
8347         windowing system specific command line args analogous to how they are
8348         handled for X windows.
8349         (command-line-1): Use the above where appropriate.
8350         * version.el: Add NS port version.
8351         * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
8352         Darwin (usually OS X) systems.
8353         (woman-use-own-frame): Include 'ns in list of GUI window systems.
8354         * emulation/viper-util.el (ns-display-color-p)
8355         (ns-color-defined-p): Remove these (caustically-commented) outdated
8356         compensations for a port that was never itself integrated until now.
8357         * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
8358         for NS window system.
8359         * international/mule-cmds.el: Add 'ns to list of special-cased window
8360         systems (probably most of these, x/w32/mac/ns could be changed to
8361         window-system non-nil).
8362         * term/ns-win.el: New file: lisp-side support for NS windowing system.
8364 2008-07-14  Jason Rumney  <jasonr@gnu.org>
8366         * term/w32-win.el (x-handle-switch, x-handle-name-switch)
8367         (x-handle-numeric-switch, x-handle-initial-switch)
8368         (x-handle-xrm-switch, x-handle-args, x-handle-display)
8369         (xw-defined-colors, w32-initialize-window-system):
8370         Avoid use of cl pop and push macros.
8372 2008-07-14  Martin Rudalics  <rudalics@gmx.at>
8374         * add-log.el (change-log-goto-source): Avoid wrong-type-argument
8375         error when change-log-search-file-name returns nil.
8377 2008-07-13  Martin Rudalics  <rudalics@gmx.at>
8379         * add-log.el (change-log-search-file-name):
8380         Use match-string-no-properties.
8381         (change-log-search-tag-name-1, change-log-search-tag-name)
8382         (change-log-goto-source-1, change-log-goto-source): New functions.
8383         (change-log-tag-re, change-log-find-head, change-log-find-tail):
8384         New variables.
8385         (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
8387 2008-07-13  Jay Belanger  <jay.p.belanger@gmail.com>
8389         * calc/calc-help.el (calc-describe-key): Add angles to special key
8390         descriptions.
8392 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
8394         * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
8395         search for regexp.
8397 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
8399         * simple.el (line-move-visual): Handle null pixel position gracefully.
8401 2008-07-11  Jason Rumney  <jasonr@gnu.org>
8403         * files.el (file-truename): Get truename of ancestors if file does
8404         not exist on Windows.
8406 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
8408         * simple.el (line-move-visual): Obey goal-column and no-error arg.
8409         (track-eol, temporary-goal-column, previous-line, next-line):
8410         Update docstring.
8411         (move-end-of-line, move-beginning-of-line): Bind line-move-visual
8412         to nil.
8414 2008-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8416         * simple.el (line-move-visual): New var.
8417         (line-move-visual): New function.
8418         (line-move): Call line-move-visual.
8420 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
8422         * progmodes/grep.el (grep-files-aliases): Improve the C++ source
8423         pattern and add patterns for C++ header files.
8425 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
8427         * window.el (truncated-partial-width-window-p): New function.
8429         * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.
8431         * faces.el (x-create-frame-with-faces): Don't pass parameters that
8432         are set later to x-create-frame.
8433         (face-set-after-frame-default): Apply X resources for non-default
8434         faces.
8436 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
8438         * faces.el (face-set-after-frame-default): Simplify.  Don't apply
8439         frame-specific X resource settings.  Set faces using a list of
8440         frame parameters explicitly passed to the calling
8441         function (e.g. make-frame).
8442         (x-create-frame-with-faces, tty-create-frame-with-faces):
8443         Supply explicit frame parameter list to face-set-after-frame-default.
8445 2008-07-08  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
8447         * net/browse-url.el (browse-url-default-browser):
8448         Fix argument list in lambda.
8450 2008-07-07  Ulf Jasper  <ulf.jasper@web.de>
8452         * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
8453         from url-retrieve.
8454         (newsticker--sentinel-work): Fix xerror typo.
8456 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
8458         * vc-dir.el (vc-dir-refresh): Only update files.
8460         * vc-git.el (vc-git--ls-files-state): Remove unused function.
8462         * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
8464 2008-07-06  John Paul Wallington  <jpw@pobox.com>
8466         * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
8468 2008-07-05  Alexandre Julliard  <julliard@winehq.org>
8470         * vc-git.el (vc-git-registered): Return true for removed files.
8471         (vc-git-print-log, vc-git-log-view-mode): Print a single log for
8472         all the files instead of one per file.
8473         (vc-git-previous-revision): Add support for project-wide previous
8474         revision when specified file is nil.
8476 2008-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
8478         * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
8480         * vc-dir.el (vc-dir-find-child-files): New function.
8481         (vc-dir-resync-directory-files): New function.
8482         (vc-dir-recompute-file-state): New function, broken out of ...
8483         (vc-dir-resynch-file): ... here.  Also deal with directories.
8484         * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
8485         (vc-resynch-buffer): Use it.
8487         * vc-hg.el (vc-hg-registered): Do not set vc-state.
8489         * vc-annotate.el (vc-annotate-mode-menu): Add separator.
8491 2008-07-05  Nick Roberts  <nickrob@snap.net.nz>
8493         * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
8494         if it's not part of gdb-ui, e.g, at start.
8496         * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
8497         filenames in stack trace (text command mode).
8499 2008-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8501         * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
8503         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
8504         Use syntax-ppss on a position *before* the char we want to change.
8506 2008-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
8508         * vc-dir.el (vc-dir-query-replace-regexp): New function.
8509         (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
8510         (vc-dir-mode-map): Likewise.
8512 2008-07-03  Juanma Barranquero  <lekktu@gmail.com>
8514         * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
8515         (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
8516         (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
8517         Remove spurious * in defcustom docstrings.
8519         * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
8520         (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
8521         (adaptive-fill-mode, adaptive-fill-first-line-regexp)
8522         (default-justification): Remove spurious * in defcustom docstrings.
8524         * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
8525         (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
8526         (rst-compare-decorations, rst-default-indent, rst-update-section)
8527         (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
8528         (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
8529         (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
8530         Fix typos in docstrings.
8531         (rst-mode-lazy): Fix typo in docstring.  Remove spurious *.
8532         (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
8533         (rst-get-decorations-around, rst-section-tree-point)
8534         (rst-font-lock-adornment-point): Reflow docstrings.
8535         (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
8536         Doc fixes.
8537         (rst-re-enumerations): Comment out.
8539         * nxml/nxml-glyph.el (nxml-glyph-set-hook):
8540         * nxml/nxml-uchnm.el (nxml-unicode-blocks)
8541         (nxml-unicode-block-char-name-set):
8542         * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
8543         * nxml/rng-nxml.el (rng-set-state-after):
8544         * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
8546         * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
8547         (rng-c-parse-annotation-body):
8548         * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
8550         * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
8551         (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
8552         (nxml-forward-balanced-item, nxml-dynamic-markup-word)
8553         (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
8554         Fix typos in docstrings.
8555         (nxml-attribute-indent): Reflow docstring.
8556         (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
8557         (nxml-default-buffer-file-coding-system): Doc fixes.
8559         * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
8560         (nxml-ns-set-prefix): Fix typos in docstrings.
8561         (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
8562         Reflow docstring.
8563         (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
8565         * nxml/nxml-outln.el (nxml-hide-all-text-content)
8566         (nxml-show-direct-text-content, nxml-show-direct-subheadings)
8567         (nxml-hide-direct-text-content, nxml-hide-subheadings)
8568         (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
8569         (nxml-outline-display-rest, nxml-outline-set-overlay)
8570         (nxml-section-tag-forward, nxml-section-tag-backward)
8571         (nxml-back-to-section-start): Fix typos in docstrings.
8573         * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
8574         Doc fixes.
8576         * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
8577         (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
8578         (nxml-scan-after-change): Fix typo in docstring.
8580         * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
8581         (rng-name-class-possible-names): Doc fixes.
8582         (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
8583         (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
8584         Fix typos in docstrings.
8585         (rng-intern-group-shortcut, rng-intern-choice-shortcut):
8586         Reflow docstrings.
8588         * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
8589         (rng-substq, rng-complete-before-point): Fix typos in docstrings.
8591         * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
8592         (rng-xsd-convert-date-time): Reflow docstrings.
8593         (rng-xsd-compile): Fix typo in docstring.
8595         * nxml/rng-loc.el (rng-current-schema-file-name)
8596         (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
8597         Doc fixes.
8598         (rng-set-schema-file): Fix typo in docstring.
8600         * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
8601         (rng-do-some-validation, rng-process-start-tag, rng-process-text):
8602         Fix typos in docstrings.
8603         (rng-message-overlay, rng-conditional-up-to-date-start)
8604         (rng-conditional-up-to-date-end): Doc fixes.
8605         (rng-next-error, rng-previous-error): Reflow docstrings.
8607         * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
8608         (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
8609         (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
8610         (xmltok-merge-attributes): Fix typos in docstrings.
8611         (xmltok-make-attribute, xmltok-forward-special)
8612         (xmltok-get-declared-encoding-position): Reflow docstrings.
8614         * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
8615         (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
8616         Fix typos in docstrings.
8618 2008-07-02  John Paul Wallington  <jpw@pobox.com>
8620         * ibuffer.el (ibuffer-buffer-file-name):
8621         Use `list-buffers-directory'.  Remove special-casing for `cvs-mode'
8622         and `vc-dir-mode'.  Suggested by Dan Nicolaescu.
8624 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
8626         * files.el (backup-extract-version): Handle versioned directories.
8627         (trash-directory): New variable.
8628         (move-file-to-trash): New function.
8630         * cus-start.el (delete-by-moving-to-trash): Declare for custom.
8632 2008-07-02  Magnus Henoch  <mange@freemail.hu>
8634         * vc-git.el (vc-git-annotate-command): Use proper option for
8635         specifying revision.
8637 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8639         * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
8640         if available.
8642 2008-07-01  Dan Nicolaescu  <dann@ics.uci.edu>
8644         * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
8646         * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
8647         Add binding for vc-annotate-show-changeset-diff-revision-at-line.
8649         * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
8651 2008-07-01  Nick Roberts  <nickrob@snap.net.nz>
8653         * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
8654         (gdb-init-2): Use it.  Don't run gdb-mode-hook again.
8655         (gdb-var-list-children-regexp, gdb-var-update-regexp)
8656         (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
8657         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
8658         (gdb-stack-list-locals-regexp): Future proof regexps better.
8660 2008-06-30  Juri Linkov  <juri@jurta.org>
8662         * faces.el (face-name-history): New variable.
8663         (make-face, make-empty-face): Replace interactive spec "S"
8664         with `read-from-minibuffer' where `read' arg is t and
8665         `hist' arg is `face-name-history'.
8666         (read-face-name): Set `hist' arg of `completing-read-multiple'
8667         to `face-name-history'.
8668         (list-faces-display): Use `read-regexp' instead of `read-string'
8669         to read regexp.
8671         * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
8672         to `regexp-history'.
8673         (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
8674         make it an obsolete alias to it.
8675         (hi-lock-face-defaults): New variable renamed from
8676         `hi-lock-face-history'.
8677         (hi-lock-line-face-buffer, hi-lock-face-buffer)
8678         (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
8679         `read-from-minibuffer'.  Doc fix.
8680         (hi-lock-read-face-name): Replace `hi-lock-face-history' with
8681         `hi-lock-face-defaults'.  Remove `mapcar (lambda (f) (cons f f))'.
8682         Set `hist' arg of `completing-read' to `face-name-history'.
8683         Put a list of default faces to `default' arg instead of `hist' arg.
8685         * bindings.el (abbrev-map, narrow-map): New variables.
8686         Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
8687         Rebind related commands to these new maps.
8688         (ctl-x-r-map): New variable for rectangle, register and bookmark
8689         keys.  Move rectangle keybindings to rect.el and register
8690         keybindings to register.el.
8691         (next-buffer, previous-buffer): Remove C-x prefix and move
8692         keybindings to ctl-x-map.
8694         * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
8695         to the new map `ctl-x-r-map' in autoload cookies.
8697         * expand.el: Rebind two global `C-x a' keys "n", "p"
8698         to the new map `abbrev-map' in autoload cookies.
8700         * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
8702         * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
8704 2008-06-30  Miles Bader  <miles@gnu.org>
8706         * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
8707         after processing an escape sequence.
8709 2008-06-29  Michael Albinus  <michael.albinus@gmx.de>
8711         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
8712         from 2008-06-28.  It does not work on W32.
8714 2008-06-29  Juri Linkov  <juri@jurta.org>
8716         * replace.el (read-regexp): New function.
8717         (keep-lines-read-args, occur-read-primary-args):
8718         Call `read-regexp' instead of code moved to new function.
8719         (keep-lines, flush-lines, how-many): Remove parenthesis and colon
8720         from the end of prompt.
8721         (replace-re-search-function): Doc fix.
8723 2008-06-29  Kenichi Handa  <handa@m17n.org>
8725         * descr-text.el (describe-char-display): Always return a string.
8726         (describe-char-padded-string): New function.
8727         (describe-char): Adjusted for the change of
8728         describe-char-display.  Use describe-char-padded-string.
8730 2008-06-29  Andreas Schwab  <schwab@suse.de>
8732         * vc-dir.el (vc-dir): Make backend argument optional and use
8733         vc-responsible-backend when nil.  Interactively pass nil for
8734         backend instead of using the backend of what happens to be
8735         default-directory at the time of the call.
8737         * find-dired.el (find-dired-filter): Preserve point.
8739 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
8741         * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
8742         (sasl-find-mechanism, sasl-next-step):
8743         * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
8744         (sasl-ntlm-response): Fix typos in docstrings.
8746 2008-06-28  robert marshall  <robert@capuchin.co.uk>  (tiny change)
8748         * international/mule-cmds.el (view-hello-file): Doc fix.
8750 2008-06-28  Chong Yidong  <cyd@stupidchicken.com>
8752         * faces.el (inhibit-face-set-after-frame-default): Var deleted.
8753         (set-face-attribute, face-set-after-frame-default)): Don't use it.
8755 2008-06-28  John Paul Wallington  <jpw@pobox.com>
8757         * calc/calc.el (defmath): Add `doc-string' decl.  Add docstring.
8759 2008-06-28  Michael Albinus  <michael.albinus@gmx.de>
8761         * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
8762         (tramp-convert-file-attributes): Convert symlinks only when
8763         returned from `tramp-handle-file-attributes-with-stat'.
8765         * net/tramp-ftp.el (top): Delete 'ange-ftp property from
8766         `substitute-in-file-name' when unloading.
8767         (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
8769 2008-06-28  Dan Nicolaescu  <dann@ics.uci.edu>
8771         * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
8772         (vc-string-prefix-p): Move function ...
8773         * vc.el (vc-string-prefix-p): ... here.
8775 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
8777         * vc-dir.el (vc-dir): Complete only directory names.
8779 2008-06-27  Jason Rumney  <jasonr@gnu.org>
8781         * w32-fns.el (top-level): Unconditionally define all charsets.
8783 2008-06-27  Alan Mackenzie  <acm@muc.de>
8785         * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
8786         the CC Mode specific functions; this is no longer needed, since
8787         {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
8789         * progmodes/cc-defs.el (c-emacs-features): New feature
8790         'argumentative-bod-function.
8792 2008-06-27  John Paul Wallington  <jpw@pobox.com>
8794         * chistory.el (list-command-history): Use `bound-and-true-p'.
8795         (command-history-map): Define within defvar.  Add docstring.
8797 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
8799         * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
8800         to unibyte; just assume it is not a JPEG.  Use `string-match-p'.
8801         (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
8802         (image-type-from-buffer): Use `looking-at-p'.
8804 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
8806         * ibuf-ext.el (diff-sentinel): Declare.
8808 2008-06-27  Glenn Morris  <rgm@gnu.org>
8810         * calendar/lunar.el (calendar-lunar-phases): Rename from
8811         calendar-phases-of-moon.  Keep old name as alias, update callers.
8812         (lunar-phases): Rename from phases-of-moon.  Keep old name as alias.
8813         (diary-lunar-phases): Rename from diary-phases-of-moon.
8814         Keep old name as alias.
8815         * calendar/cal-menu.el (cal-menu-sunmoon-menu)
8816         (cal-menu-global-mouse-menu): Update for lunar name changes.
8817         * calendar/calendar.el (calendar-mode-map): Update for name change.
8818         * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
8820 2008-06-26  Glenn Morris  <rgm@gnu.org>
8822         * calendar/solar.el (solar-sunrise-sunset-string): Add optional
8823         argument `nolocation'.
8824         (calendar-sunrise-sunset-month): New function.
8825         * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
8826         cal-menu-moon-menu.  Add calendar-sunrise-sunset-month.
8827         (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
8828         * calendar/calendar.el (solar-sunrises-buffer): New constant.
8829         (calendar-mode-map): Use cal-menu-sunmoon-menu.
8830         (calendar-buffer-list): Add solar-sunrises-buffer.
8832         * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
8834 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
8836         * cus-start.el: Add customization types for word-wrap and
8837         shift-select-mode.
8839 2008-06-26  John Paul Wallington  <jpw@pobox.com>
8841         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
8842         (ibuffer-diff-with-file): Use it.  Do diff on marked buffers.
8843         (ibuffer-mark-on-buffer): Don't display message when removing marks.
8844         (ibuffer-mark-by-mode): Use `buffer-local-value'.
8846 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
8848         * vc-dir.el (tool-bar): Require.
8850         * vc.el (ewoc, tool-bar): Do not require.
8852 2008-06-26  Kenichi Handa  <handa@m17n.org>
8854         * international/mule-cmds.el (encode-coding-char): Fix for ASCII
8855         characters.
8857         * composite.el (terminal-composition-base-character-p): New function.
8858         (terminal-composition-function):
8859         Use terminal-composition-base-character-p.  Include the base character
8860         in the composition.
8861         (auto-compose-chars): Don't check font-object for terminal display.
8863 2008-06-26  Glenn Morris  <rgm@gnu.org>
8865         * doc-view.el (bookmark-make-record-default):
8866         * image-mode.el (bookmark-make-record-default): Fix declaration.
8868         * calendar/calendar.el (calendar-date-echo-text): Doc fix.
8869         Add default :value for sexp type.
8870         (calendar-month-edges): New variable.
8871         (calendar-month-edges): New function.
8872         (calendar-recompute-layout-variables): Set calendar-month-edges.
8873         (calendar-intermonth-header, calendar-intermonth-text): New options.
8874         (calendar-insert-at-column): New function.
8875         (calendar-generate-month): Use calendar-insert-at-column.
8876         Handle intermonth text.  Add 'date property.
8877         (calendar-column-to-month): Remove function.
8878         (calendar-column-to-segment): New function.
8879         (calendar-cursor-to-date): Use calendar-column-to-segment.
8880         Check 'date property.
8882         * calendar/calendar.el (calendar-print-other-dates):
8883         Handle mouse events.
8884         * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
8885         (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
8887         * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
8888         * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
8889         (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
8891         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
8892         Use calendar-column-to-segment, calendar-month-edges, and
8893         the 'date property to handle intermonth text.
8895         * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
8897         * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
8898         (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
8899         Add doc strings.
8900         (cal-menu-context-mouse-menu): Add some :keys.
8901         (calendar-check-holidays): Declare rather than autoloading.
8902         (diary-show-holidays-flag): Remove unneeded declaration.
8904         * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
8905         * calendar/calendar.el (calendar-cursor-to-date): Handle case where
8906         event-start is nil.
8908 2008-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8910         * minibuffer.el (completion-basic-try-completion): Use the text after
8911         point to constrain the completion candidates.
8912         (completion-basic-all-completions): Adjust accordingly.
8914 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
8916         * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
8917         courier.
8919         * faces.el (set-face-attribute): Doc fix.
8921 2008-06-25  Juri Linkov  <juri@jurta.org>
8923         * bindings.el (goto-map): New variable.  Rebind goto-related
8924         commands to this `M-g' prefix keymap.
8925         (search-map): New variable for `M-s' prefix keymap.
8926         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
8927         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
8928         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
8929         `M-shw' to `hi-lock-write-interactive-patterns'.
8931         * isearch.el (isearch-mode-map): Bind `M-s h r' to
8932         `isearch-highlight-regexp'.
8933         (isearch-highlight-regexp): New function.
8935 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8937         * info.el (Info-bookmark-make-record):
8938         Use bookmark-make-record-default.
8939         (Info-bookmark-jump): Use bookmark-default-handler.
8941         * image-mode.el (image-bookmark-make-record):
8942         Use bookmark-make-record-default.
8943         (image-bookmark-jump): Use bookmark-default-handler.
8945         * doc-view.el (doc-view-bookmark-make-record):
8946         Use bookmark-make-record-default.
8947         (doc-view-bookmark-jump): Use bookmark-default-handler.
8949         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
8950         used until now in bookmark.el's code.
8951         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
8952         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
8953         used until now in bookmark.el's code.
8954         (bookmark-set-filename): Remove special code, moved to its only caller.
8955         (bookmark-store): Use the newer format.
8956         (bookmark-make-record-default): Add arg `point-only'.
8957         Rename from bookmark-make-record-for-text-file.
8958         (bookmark--jump-via): New function.
8959         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
8960         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
8961         Use it.
8962         (bookmark-jump-noselect, bookmark-default-handler):
8963         Don't return an alist, instead return the data implicitly by changing
8964         current buffer and point.  Signal an error if the file doesn't exist.
8966         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
8967         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
8969         * bs.el: Use with-current-buffer.  Simplify.
8970         (bs-toggle-readonly): Avoid vc-toggle-read-only.
8972         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
8973         is bound before using it.
8975 2008-06-25  Kenichi Handa  <handa@m17n.org>
8977         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
8979 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
8981         * vc-hg.el:
8982         * vc-git.el: Require vc-dir when compiling.
8984         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
8985         vc-dir-marked-only-files.  Change the return value.
8986         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
8987         Change the return value.
8988         (vc-dir-deduce-fileset): New function broken out from ...
8989         * vc.el (vc-deduce-fileset): ... here and ...
8990         (vc-deduce-fileset): ... here.
8992         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
8993         (vc-svn-parse-status): Do not set the vc-backend property.
8995 2008-06-25  Andreas Schwab  <schwab@suse.de>
8997         * faces.el (face-font-family-alternatives, variable-pitch):
8998         Use "Sans Serif", not "Sans-Serif".
9000 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
9002         * faces.el (face-font-family-alternatives, variable-pitch):
9003         Change "Sans" to the canonical name "Sans-Serif".
9005 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
9007         * calc/calc.el (calc-mode-map): Add extra keybindings to
9008         `calc-missing-key'.
9009         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
9010         `kill-ring-save'.
9012 2008-06-24  Miles Bader  <miles@gnu.org>
9014         * mouse.el (mouse-appearance-menu): Don't do anything if the user
9015         pops up the menu but doesn't select anything.
9017 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
9019         * add-log.el (add-change-log-entry): Add new arg to force each new
9020         entry to be on a new line.
9021         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
9023         * vc-dir.el (vc-client-object): Remove.
9024         (vc-dir-prepare-status-buffer): Take a backend as an argument and
9025         use it when looking for a buffer.
9026         (vc-dir): Add a backend argument.  Set revert-buffer-function.
9027         Don't create a client object.  Move bindings ...
9028         (vc-dir-menu-map, vc-dir-mode-map): ... here.
9029         (vc-dir-revert-buffer-function): New function.
9030         (vc-generic-status-printer): Rename to ...
9031         (vc-dir-status-printer): ... this.
9032         (vc-generic-state, vc-generic-status-fileinfo-extra)
9033         (vc-dir-extra-menu, vc-make-backend-object): Remove.
9034         (vc-default-status-printer): Use a different face for
9035         directories.  Don't display any text for directories in the state
9036         column.  Add tooltips.
9038         * vc.el (Todo): Update.
9040         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
9041         * vc-rcs.el (vc-annotate-convert-time):
9042         * vc-mtn.el (vc-annotate-convert-time):
9043         * vc-git.el (vc-annotate-convert-time):
9044         * vc-cvs.el (vc-annotate-convert-time):
9045         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
9047 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
9049         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
9050         instead of using view-mode.
9052 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9054         * Makefile.in (distclean): Don't delete *.elc and autogen files.
9056 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
9058         * vc.el:
9059         * vc-hooks.el:
9060         * vc-dispatcher.el: Move vc-dir variables and functions ...
9061         * vc-dir.el: ... here.  New file.
9062         * Makefile.in (ELCFILES): Add vc-dir.elc.
9064         * vc.el: Move vc-annotate variables and functions ...
9065         * vc-annotate.el: ... here.  New file.
9066         * Makefile.in (ELCFILES): Add vc-annotate.elc.
9068         * vc-dav.el: Move here from url/vc-dav.el.
9069         (Todo): Note work needed to make this backend functional.
9071         * Makefile.in (ELCFILES): Update vc-dav.el location.
9073 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9075         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
9077 2008-06-21  John Paul Wallington  <jpw@pobox.com>
9079         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
9081         * textmodes/rst.el (rst-mode): Put docstring in right place.
9083 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
9085         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
9086         size for legibility.
9088         * faces.el (fixed-pitch): Use "Monospace" family.
9089         (variable-pitch): Use "Sans" family.
9090         (face-font-family-alternatives): Define alternatives for "Sans"
9091         and "Monospace".
9093 2008-06-21  Glenn Morris  <rgm@gnu.org>
9095         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
9096         Require 'cl when compiling.
9098         * emacs-lisp/debug.el (help-xref-interned): Declare.
9100         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
9101         Evaluate definition when compiling.
9103         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
9104         rather than mouse-1.
9105         (bug-reference-url-format): Autoload safe if string.
9106         (bug-reference-bug-regexp): Make space after "bug" optional.
9108         * Makefile.in (all): Explicitly pass EMACS to sub-make,
9109         for some non-GNU makes.
9111         * cus-dep.el (custom-dependencies-no-scan-regexp):
9112         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
9114         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
9115         increments.
9117         * calendar/calendar.el: Factor out the magic numbers controlling the
9118         calendar layout.
9119         (calendar-month-digit-width, calendar-month-width)
9120         (calendar-right-margin): New variables.
9121         (calendar-recompute-layout-variables, calendar-set-layout-variable):
9122         New functions.
9123         (calendar-left-margin, calendar-intermonth-spacing)
9124         (calendar-column-width, calendar-day-header-width)
9125         (calendar-day-digit-width): New options.
9126         (calendar-first-date-row): New constant.
9127         (calendar-move-to-column, calendar-ensure-newline): New functions,
9128         replacing calendar-insert-indented.
9129         (calendar-insert-indented): Remove function.
9130         (calendar-generate-month): Use calendar-move-to-column and
9131         calendar-ensure-newline.  Use layout variables.
9132         (calendar-generate, calendar-update-mode-line)
9133         (calendar-font-lock-keywords): Use layout variables.
9134         (calendar-column-to-month): New function.
9135         (calendar-cursor-to-date): Use calendar-column-to-month.
9136         Use layout variables.
9137         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
9138         Use layout variables.  Use calendar-column-to-month.
9139         (calendar-cursor-to-visible-date): Use layout variables.
9141 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9143         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
9144         (all): Run compile-last.
9145         (compile-onefile): New target.
9146         (compile-first): Simplify.
9147         (compile-last): Don't treat COMPILE_FIRST specially.
9148         (COMPILE_FIRST): List the elc files rather than the el files.
9149         (ELCFILES): Update.
9151 2008-06-21  Ulf Jasper  <ulf.jasper@web.de>
9153         * net/newst-treeview.el: Remove dead code.
9154         (newsticker--window-config): Remove.
9155         (newsticker-treeview-quit): Do not save window config.
9156         (newsticker-treeview): Do not try to restore window config.
9157         (newsticker-groups, newsticker--treeview-list-sort-by-column)
9158         (newsticker--treeview-list-new-items)
9159         (newsticker--treeview-list-immortal-items)
9160         (newsticker--treeview-list-obsolete-items)
9161         (newsticker--treeview-list-all-items)
9162         (newsticker--treeview-list-feed-items): Fix documentation.
9164 2008-06-21  Miles Bader  <miles@gnu.org>
9166         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
9168 2008-06-21  Alan Mackenzie  <acm@muc.de>
9170         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
9171         infinite loop on invalid syntax.
9173 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9175         * textmodes/rst.el: Run rst-define-level-faces when loading.
9176         (rst-mode): Don't set the font-lock-multiline var.
9177         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
9178         Set the font-lock-multiline property by hand.
9180         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
9182         * Makefile.in (emacs-deps): Remove.
9183         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
9184         (all): Use them.
9185         (autogen-clean): Remove.
9187 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9189         * Makefile.in (all): New target.
9190         (bootstrap-prepare): Remove.
9192         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
9193         the .elc file to batch-byte-compile.
9195         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
9196         set-keymap-parents if set-keymap-parent doesn't exist.
9198         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
9199         Allow more than one space before the |.
9201         * textmodes/rst.el: Fix up docstring conventions.
9202         Move vars to before their first use.
9203         (rst-mode): Don't mess with font-lock-support-mode.
9204         (rst-suggest-new-decoration, rst-adjust-decoration):
9205         Avoid CL's copy-list.
9206         (rst-delete-entire-line): Use line-beginning-position.
9207         (rst-position): New fun.
9208         (rst-straighten-decorations): Use it instead of CL's position.
9209         (rst-straighten-bullets-region): Avoid CL's mapcar*.
9210         (rst-toc-mode): Use define-derived-mode.
9211         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
9212         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
9213         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
9214         (rst-replace-lines): Simplify.
9215         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
9217         * simple.el (special-mode-map): New var.
9218         (special-mode): New major mode.
9220 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
9222         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
9223         log-view-file-re.
9225         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
9226         (vc-switch-backend): Simplify.
9227         (Todo): Remove solved items.
9229         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
9230         the vc-backend property.
9232 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9234         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
9235         Bind inhibit-read-only since the buffer is always read-only.
9237 2008-06-20  Ulf Jasper  <ulf.jasper@web.de>
9239         * net/newst-treeview.el (newsticker-treeview-own-frame):
9240         Change default value to nil.
9241         (newsticker--treeview-list-add-item)
9242         (newsticker--treeview-propertize-tag): Show item title in tooltip.
9244 2008-06-20  Martin Blais  <blais@furius.ca>
9245             Stefan Merten  <smerten@oekonux.de>
9246             David Goodger  <goodger@python.org>
9248         * textmodes/rst.el: New file.
9250 2008-06-20  Sam Steingold  <sds@gnu.org>
9252         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
9253         remove DIRECTORY entries.
9255 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
9257         * makefile.w32-in (distclean): Depend on `clean'.
9258         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
9259         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
9260         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
9261         empty cus-load.el with `echo', and include "Local Variables"
9262         section to prevent the empty file from being compiled.
9263         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
9264         that generate an empty cus-load.el.
9266 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
9268         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
9269         Don't copy ldefs-boot.el over loaddefs.el.
9270         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
9271         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
9272         to loaddefs.el; they are not needed now.  Add coding cookie.
9274 2008-06-20  Miles Bader  <miles@gnu.org>
9276         * face-remap.el (face-remap-add-relative, face-remap-set-base):
9277         Strip unnecessary list levels from SPECS.
9278         (buffer-face-set, buffer-face-toggle):
9279         Change argument from FACE to &rest SPECS, and strip unnecessary
9280         list levels from SPECS.
9281         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
9283 2008-06-20  Jason Rumney  <jasonr@gnu.org>
9285         * international/fontset.el (setup-default-fontset): Specify script
9286         for latin use of iso10646-1.  Fix use of lang tags.
9288 2008-06-19  Miles Bader  <miles@gnu.org>
9290         * face-remap.el (text-scale-increase): Start from zero if
9291         text-scale-mode isn't enabled.
9293 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9295         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
9296         frame parameters after setting up the `default' face.
9298 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9300         * faces.el (face-set-after-frame-default): Don't exclude `default'.
9302 2008-06-18  Glenn Morris  <rgm@gnu.org>
9304         * mouse.el (buffer-face-mode-invoke): Declare.
9306         * Makefile.in (ELCFILES): Add org/org-id.elc.
9308         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
9309         * calendar/cal-menu.el (cal-menu-holidays-menu):
9310         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
9311         (cal-menu-today-holidays): Remove function.
9313         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
9314         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
9315         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
9316         Remove unused functions.
9317         (calendar-mouse-view-diary-entries): Use format rather than concat.
9319         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
9320         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9321         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
9323         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
9324         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9325         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
9326         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
9327         cal-menu-event-to-date.
9329         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
9330         Handle mouse events.
9331         * calendar/cal-tex.el (cal-tex-cursor-year)
9332         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9333         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
9334         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
9335         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
9336         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
9337         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
9338         (cal-tex-cursor-month): Mark N as optional.
9339         * calendar/cal-menu.el (calendar-mouse-tex-day)
9340         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
9341         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
9342         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
9343         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
9344         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
9345         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
9346         Remove functions.
9347         (cal-menu-context-mouse-menu): Replace the above functions with the
9348         cal-tex versions.  Add HTML submenu.
9350 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
9352         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
9353         text command mode.
9354         (gdb): Explain that gud-gdb is needed for text command mode.
9356 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
9358         * window.el (split-height-threshold): Remove spurious extra line.
9360 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9362         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
9363         (calendar-set-mark):
9364         * calendar/diary-lib.el (diary-insert-entry):
9365         * calendar/solar.el (calendar-sunrise-sunset): Use it.
9366         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
9367         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
9368         (cal-menu-context-mouse-menu): Use calendar-set-mark,
9369         diary-insert-entry, and calendar-sunrise-sunset instead.
9371         * vc.el (vc-deduce-fileset): Add arg `only-files'.
9372         (vc-next-action): Pass the new arg.
9373         (vc-register): Don't use `only-files'.
9374         Don't set `backup-inhibited' in the current buffer.
9376 2008-06-17  Miles Bader  <miles@gnu.org>
9378         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
9380         * face-remap.el (buffer-face-mode-face)
9381         (buffer-face-mode-remapping): New variables.
9382         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
9383         (buffer-face-mode-invoke): New functions.
9384         (variable-pitch-mode-remapping): Variable removed.
9385         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
9387         * face-remap.el (internal-lisp-face-attributes): New variable.
9388         (face-attrs-more-relative-p, face-remap-order): New functions.
9389         (face-remap-add-relative): Use `face-remap-order'.
9391 2008-06-17  Glenn Morris  <rgm@gnu.org>
9393         * mouse.el (x-select-font): Declare.
9395         * calendar/calendar.el (calendar-move-hook):
9396         Add calendar-update-mode-line as an option.
9397         (calendar-date-echo-text): New user option.
9398         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
9399         (calendar-insert-indented): Simplify newline insertion.
9400         (calendar-describe-mode): Remove unused function.
9401         (calendar-mode-line-entry): New function.
9402         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
9403         Mark as risky.
9404         (calendar-mouse-other-month): Remove function.
9405         (calendar-other-month): Handle mouse events.
9406         (calendar-goto-info-node): Call fit-window-to-buffer.
9407         (calendar-mode): Use define-derived-mode.  Doc fix.
9408         (calendar-update-mode-line): Tweak whitespace.
9410 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9412         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
9413         (vc-dir-marked-only-files): vc-string-prefix-p.
9415 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
9417         * progmodes/gdb-ui.el (gdb-memory-set-address)
9418         (gdb-memory-set-repeat-count): Allow keyboard bindings.
9419         (gdb-memory-mode-map): Bind above functions respectively
9420         to 'S' and 'N'.
9422 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
9424         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
9426 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
9428         * log-view.el (vc-diff-internal): Declare for compiler.
9430         * vc-bzr.el (log-view-per-file-logs):
9431         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
9433 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
9435         * mouse.el (mouse-appearance-menu-map): New var.
9436         (mouse-appearance-menu): New function.
9437         Bind it to S-down-mouse-1.
9439 2008-06-15  Juri Linkov  <juri@jurta.org>
9441         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
9442         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
9443         as the second element.
9444         (Info-build-toc): Add PARENT element extracted from the Up pointer.
9445         Don't print progress messages.
9446         (Info-toc-nodes): New variable and function.
9447         (Info-index-nodes): Optimize non-string file name case.
9448         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
9449         (Info-insert-breadcrumbs): Use the cached document structure instead
9450         of visiting all ancestor nodes.  Remove the initial `>'.
9452 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
9454         * log-view.el (log-view-diff-changeset): New function.
9455         (log-view-mode-map, log-view-mode-menu): Bind it.
9456         (log-view-per-file-logs, log-view-vc-fileset)
9457         (log-view-vc-backend): New variables.
9458         (log-view-find-revision, log-view-modify-change-comment)
9459         (log-view-annotate-version): Throw an error if the log is for more
9460         than one file and we can't find the current file.  Get the current
9461         file from log-view-vc-fileset if necessary.
9462         (log-view-diff): Get the current file from log-view-vc-fileset if
9463         necessary.
9465         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
9467         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
9468         (vc-hg-log-view-mode): Declare for compiler.
9469         (vc-hg-log-view-mode): Set log-view-per-file-logs and
9470         log-view-file-re.
9471         (vc-hg-diff): If no file is passed, use default-directory for cwd.
9473         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
9475         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
9477 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
9479         * net/tramp.el (tramp-handle-start-file-process):
9480         Clear modification time of the connection buffer.
9481         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
9482         (tramp-open-connection-setup-interactive-shell): Flush cache, and
9483         restart `tramp-maybe-open-connection' when the remote system has
9484         been changed.  Throw 'uname-changed event.
9485         (tramp-maybe-open-connection): Catch it.
9487         * net/tramp-cmds.el (tramp-cleanup-all-connections):
9488         Reset `tramp-locked'.
9490 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
9492         * net/newst-treeview.el (newsticker--treeview-list-update)
9493         (newsticker--treeview-item-update)
9494         (newsticker--treeview-tree-update)
9495         (newsticker-treeview-jump, newsticker-group-add-group)
9496         (newsticker-group-move-feed, newsticker-group-delete-group):
9497         Remove window dedication.
9498         (newsticker--group-manage-orphan-feeds): Handle ill-valued
9499         newsticker-groups.
9500         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
9502 2008-06-15  Andreas Schwab  <schwab@suse.de>
9504         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
9505         when parsing CVS/Repository.
9507         * wdired.el (wdired-search-and-rename): Fix undocumented change.
9509 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
9511         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
9512         (newsticker-extra-face, newsticker-enclosure-face): Moved to
9513         net/newst-reader.el.
9515         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
9516         (newsticker-extra-face, newsticker-enclosure-face): Moved from
9517         net/newst-reader.el.
9519 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9521         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
9522         Catch and recover from case when the bytes we thought we were reading
9523         turn out to be something else entirely, such as latin-1 chars from
9524         quail.  See bug#396.
9526 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
9528         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
9529         (vc-register): Call the backend function only once, instead of
9530         once for each file.
9531         (vc-next-action): Update call to vc-register.
9532         (vc-dir-register): Remove function.
9533         (vc-dir): Bind vc-register instead of vc-dir-register.
9535 2008-06-14  Glenn Morris  <rgm@gnu.org>
9537         * Makefile.in (ELCFILES): Add net/newst-*.el.
9539 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9541         * wdired.el (wdired-do-renames): New function.
9542         (wdired-finish-edit): Use it to.
9543         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
9545 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9547         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
9549 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
9551         * window.el (window--even-window-heights): Even window heights
9552         only if the selected window is higher than WINDOW.
9553         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9555 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9557         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
9559 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9561         * term/linux.el (terminal-init-linux): Load t-mouse.
9563 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9564             Drew Adams  <drew.adams@oracle.com>
9566         * info.el (Info-breadcrumbs-depth): New var.
9567         (Info-insert-breadcrumbs): New function.
9568         (Info-fontify-node): Use it.
9569         (Info-mode-map): Move initialization into declaration.
9571 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
9573         Rename net/newsticker-*.el to net/newst-*.el.
9574         * net/newst-backend.el: Rename from net/newsticker-backend.el.
9575         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
9576         * net/newst-reader.el: Rename from net/newsticker-reader.el.
9577         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
9578         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
9579         * net/newsticker-backend.el: Rename to net/newst-backend.el.
9580         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
9581         * net/newsticker-reader.el: Rename to net/newst-reader.el.
9582         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
9583         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
9585 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9587         * progmodes/compile.el (compilation-start): Don't disable undo in
9588         comint buffer.  Don't override the comint-filter with our own.
9589         (compilation-filter): Change point's insertion-type.
9591         * comint.el (comint-output-filter): Use copy-marker.
9593 2008-06-13  David Reitter  <david.reitter@gmail.com>
9595         * textmodes/flyspell.el (mail-mode-flyspell-verify):
9596         Check message-signature-separator exists before using it.
9598 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
9600         * vc.el (vc-delete-file): Bind default-directory before calling
9601         the backend.
9602         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
9603         (vc-annotate-show-diff-revision-at-line-internal): ... here.
9604         New function.
9605         (vc-annotate-show-changeset-diff-revision-at-line): New function.
9606         (vc-annotate-mode-menu): Bind it.
9608 2008-06-13  Jason Rumney  <jasonr@gnu.org>
9610         * term/w32-win.el (mouse-set-font): Remove overridden function.
9611         (w32-select-font): Declare as obsolete alias for x-select-font.
9613 2008-06-13  Daniel Engeler  <engeler@gmail.com>
9615         These changes add serial port access.
9616         * term.el (term-update-mode-line): Modify.
9617         (serial-port-is-file-p, serial-nice-speed-history)
9618         (serial-no-speed, serial-mode-line-speed-menu)
9619         (serial-mode-line-config-menu): New variables and constants.
9620         (serial-name-history, serial-speed-history)
9621         (serial-supported-or-barf, serial-read-name, serial-read-speed)
9622         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
9623         (serial-mode-line-speed-menu, serial-update-speed-menu)
9624         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
9625         (serial-update-config-menu): New functions.
9627 2008-06-13  Glenn Morris  <rgm@gnu.org>
9629         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
9631         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
9633 2008-06-13  Kenichi Handa  <handa@m17n.org>
9635         * cus-face.el (custom-face-attributes): Add :foundry.
9637         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
9638         (face-x-resources): Add :foundry.
9639         (face-valid-attribute-values): Likewise.
9640         (face-attribute-name-alist): Likewise.
9641         (describe-face): Likewise.
9643 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9645         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
9647 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
9649         * longlines.el (longlines-search-forward, longlines-search-backward)
9650         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
9652 2008-06-12  Sam Steingold  <sds@gnu.org>
9654         * vc.el (vc-rename-file): DTRT when the destination is a directory
9655         name and the source is a file.
9657 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
9659         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
9661 2008-06-12  Glenn Morris  <rgm@gnu.org>
9663         * progmodes/f90.el (f90-beginning-of-subprogram)
9664         (f90-end-of-subprogram): Only give a message when interactive.
9666         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
9668         * progmodes/cperl-mode.el (cperl-info-on-command):
9669         Use display-pixel-height rather than x-display-pixel-height.
9671         * mail/rmailedit.el (rmail-cease-edit):
9672         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
9674         * emulation/edt.el (edt-xserver):
9675         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
9677         * emulation/edt-mapper.el: Drop test for Emacs < 19.
9679         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
9680         Evaluate definitions when compiling.  Reverse tests.
9682         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
9683         use unless.
9685         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
9687         * textmodes/artist.el (x-pointer-shape):
9688         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
9689         (x-open-connection, x-server-max-request-size, x-get-resource):
9690         * term/w32console.el (x-setup-function-keys):
9691         * term/w32-win.el (x-parse-geometry, x-resource-name)
9692         (generate-fontset-menu, image-library-alist, x-open-connection)
9693         (setup-default-fontset, set-fontset-font, setup-default-fontset)
9694         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
9695         (x-get-resource):
9696         * term/mac-win.el (x-parse-geometry, x-resource-name)
9697         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
9698         (new-fontset, x-display-list, x-open-connection, x-get-resource):
9699         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
9700         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
9701         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
9702         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
9703         (tooltip-identifier-from-point, define-fringe-bitmap):
9704         * play/gamegrid.el (image-size):
9705         * play/bubbles.el (image-size):
9706         * mail/emacsbug.el (x-server-vendor, x-server-version):
9707         * international/mule-util.el (internal-char-font):
9708         * international/mule-diag.el (font-info, query-fontset, fontset-info)
9709         (fontset-alias-alist, fontset-list, fontset-plain-name):
9710         * international/mule-cmds.el (x-server-vendor, x-server-version):
9711         * international/fontset.el (font-encoding-charset-alist)
9712         (otf-script-alist, new-fontset, set-fontset-font)
9713         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
9714         (fontset-list, query-fontset, x-get-resource):
9715         * emulation/edt.el (x-server-vendor):
9716         * emulation/edt-mapper.el (x-server-vendor):
9717         * emacs-lisp/map-ynp.el (x-popup-dialog):
9718         * emacs-lisp/lmenu.el (x-popup-dialog):
9719         * x-dnd.el (x-window-property, x-change-window-property)
9720         (x-get-selection-internal):
9721         * woman.el (x-list-fonts):
9722         * w32-fns.el (x-server-version):
9723         * tooltip.el (x-show-tip, x-hide-tip):
9724         * tool-bar.el (image-mask-p):
9725         * thumbs.el (image-size):
9726         * term.el (overflow-newline-into-fringe):
9727         * subr.el (scroll-bar-scale):
9728         * startup.el (x-get-resource, tool-bar-mode, image-size):
9729         * select.el (x-get-selection-internal, x-own-selection-internal)
9730         (x-disown-selection-internal):
9731         * mouse.el (generate-fontset-menu):
9732         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
9733         * image.el (image-library-alist):
9734         * image-mode.el (image-size, image-refresh):
9735         * image-dired.el (clear-image-cache):
9736         * gs.el (x-display-mm-width, x-display-pixel-width)
9737         (x-display-mm-height, x-display-pixel-height)
9738         (x-change-window-property, x-display-grayscale-p, x-window-property):
9739         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
9740         (x-focus-frame, x-list-fonts, x-display-screens)
9741         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
9742         (x-display-mm-width, x-display-backing-store, x-display-save-under)
9743         (x-display-planes, x-display-color-cells, x-display-visual-class):
9744         * faces.el (internal-face-x-get-resource)
9745         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
9746         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
9747         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
9748         (x-parse-geometry, x-create-frame, x-setup-function-keys)
9749         (tool-bar-setup):
9750         * doc-view.el (clear-image-cache, image-size, tooltip-show):
9751         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
9752         * dframe.el (x-display-pixel-width, x-display-pixel-height):
9753         * descr-text.el (internal-char-font):
9754         Define for compiler, for builds without X.
9756 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9758         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
9760 2008-06-11  Glenn Morris  <rgm@gnu.org>
9762         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
9763         before trying to move there.
9764         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
9765         is non-nil, indent most terminating statements like loop body.
9767         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
9768         Gregorian date, and add it, not the local date, to diary-entries-list.
9769         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
9771 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9773         * progmodes/compile.el (compilation-filter): Fix up last change.
9775         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
9777         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
9778         (gpm-mouse-mode): Make it into a proper global minor mode.
9780         * files.el (save-some-buffers-action-alist): Only use recursive-edit
9781         if the user enabled recursive-minibuffers.
9783         * emacs-lisp/map-ynp.el (map-y-or-n-p):
9784         Add support for scroll-other-window.
9786 2008-06-11  Jason Rumney  <jasonr@gnu.org>
9788         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
9789         Use tmm-menubar if menu is disabled in this frame.
9791         * menu-bar.el (menu-bar-open): Determine how to open menu bar
9792         from frame type, per documentation.  Add w32 case.
9794 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9796         * minibuffer.el (completion--merge-suffix): New function.
9797         (completion-basic-try-completion): Use it.
9798         (completion-pcm--find-all-completions): Add argument `filter'.
9799         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
9800         New functions.
9801         (completion-pcm-try-completion): Use them.
9803         * xt-mouse.el (turn-on-xterm-mouse-tracking)
9804         (turn-off-xterm-mouse-tracking): Use terminal-list.
9806         * cus-start.el (underline-minimum-offset): Rename from
9807         x-underline-minimum-display-offset.
9809 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
9811         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
9813 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
9815         * mouse.el (mouse-select-font): New function.
9817         * faces.el (face-spec-recalc): When the face is set using
9818         Customize, avoid recalculating it twice.
9820         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
9821         Font" menu item to it.  Apply selected font to all frames, and
9822         make it savable.
9823         (menu-bar-options-save): Save `default' font if changed.
9825 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9827         * ffap.el (ffap-string-at-point-mode-alist):
9828         Use alpha rather than lower.
9830         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
9832         * subr.el (momentary-string-display): Use an overlay.
9834         * progmodes/compile.el (compilation-mode):
9835         Set window-point-insertion-type.
9836         (compilation-filter): Don't use insert-before-markers any more.
9837         * emacs-lisp/trace.el (trace-make-advice):
9838         Set window-point-insertion-type in the trace buffer.
9839         * startup.el (normal-top-level): Set window-point-insertion-type in
9840         *Messages*.
9841         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
9842         (telnet-filter): Don't use insert-before-markers any more.
9843         * comint.el (comint-mode): Set window-point-insertion-type.
9844         (comint-output-filter): Don't use insert-before-markers any more.
9845         * button.el (make-text-button): Allow `start' to be a string.
9847 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
9849         * emacs-lisp/autoload.el (autoload-rubric):
9850         Fix coding cookie not to force Unix EOL.
9852 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
9854         * window.el (window--splittable-p, window--try-to-split-window):
9855         Don't use with-selected-window to avoid messing up get-lru-window.
9856         Reported by David Hansen <david.hansen@gmx.net>.
9858 2008-06-10  Glenn Morris  <rgm@gnu.org>
9860         * subr.el (locate-library): Doc fix.
9862         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
9863         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
9864         Check tool-bar-map is bound, for non-X builds.
9866         * net/newsticker-reader.el (newsticker--next-item-image)
9867         (newsticker--previous-item-image, newsticker--previous-feed-image)
9868         (newsticker--next-feed-image, newsticker--mark-read-image)
9869         (ewsticker--mark-immortal-image, newsticker--narrow-image)
9870         (newsticker--get-all-image, newsticker--update-image)
9871         (newsticker--browse-image): Check xpm images are available.
9872         (newsticker--mark-read-image, newsticker--mark-immortal-image)
9873         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
9875         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
9876         (newsticker--plainview-tool-bar-map, newsticker-mode):
9877         Check tool-bar-map is bound, for non-X builds.
9878         (w3m-toggle-inline-image): Declare.
9880         * net/newsticker-backend.el (tool-bar-map): Don't declare.
9882         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
9884         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
9885         (finder-compile-keywords): Move let to where needed.
9886         (finder-mouse-face-on-line): Go back one more line if needed.
9887         (finder-list-matches): Use cadr.
9888         (finder-goto-xref): New function.
9889         (finder-commentary): Add buttons to jump to foo.el libraries.
9891 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9893         * apropos.el (apropos-function, apropos-macro, apropos-command)
9894         (apropos-variable, apropos-face, apropos-group, apropos-widget)
9895         (apropos-plist): Add apropos-short-label property.
9896         (apropos-multi-type): New variables.
9897         (apropos-command, apropos-value): Set it.
9898         (apropos-compact-layout): New custom.
9899         (apropos-print, apropos-print-doc): Use it.
9900         (apropos-print): Truncate lines.
9902 2008-06-09  Kenichi Handa  <handa@m17n.org>
9904         * international/fontset.el (font-encoding-alist):
9905         Add an entry for "ascii-0".
9907 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
9909         * language/hanja-util.el (hanja-init-load): Show the message only
9910         when loading a table.
9912 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
9914         * net/newsticker-treeview.el (newsticker-treeview):
9915         * net/newsticker-plainview.el (newsticker-plainview):
9916         Add autoload cookie.
9918 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
9920         * net/newsticker.el: Split up into newsticker-backend, -ticker,
9921         -reader, -plainview, and -treeview.
9922         (newsticker-version): Change to 1.99.
9924         * net/newsticker-backend.el: New.  Move backend functionality from
9925         newsticker.el to newsticker-backend.el.
9926         (newsticker--download-logos): New.
9927         (newsticker--sentinel-callback): New.
9928         (newsticker--set-customvar): Remove.  Split up into specific
9929         functions related to retrieval, ticker, buffer, and display.
9930         (newsticker--set-customvar-retrieval): New.  Extracted from
9931         `newsticker--set-customvar'.
9932         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
9933         (newsticker-url-list-defaults):
9934         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
9935         (newsticker-url-list): Doc changed.  URL can be a function.
9936         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
9937         (newsticker-retrieval-method): New.
9938         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
9939         (newsticker-retrieval-interval):
9940         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
9941         (newsticker-desc-comp-max): Change :group.
9942         (newsticker--cache): Doc changed.
9943         (newsticker--guid-to-string): New.
9944         (newsticker--guid): Use `newsticker--guid-to-string'.
9945         (newsticker--real-feed-name): New.
9946         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
9947         (newsticker-start): Use `insert-file-contents' for reading cache.
9948         Use `newsticker--start-feed'.
9949         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
9950         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
9951         Use `newsticker--stop-feed'.
9952         (newsticker-save-item): New.
9953         (newsticker--get-news-by-funcall): New.
9954         (newsticker-get-news): Handle new retrieval methods.
9955         (newsticker--sentinel): Use `newsticker--sentinel-work'.
9956         (newsticker--sentinel-work): New.  Extracted from
9957         `newsticker--sentinel'.  Use `newsticker--download-logos',
9958         `newsticker--sentinel-callback'.
9959         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
9960         (newsticker--parse-atom-1.0): Fix link determination.
9961         (newsticker--parse-rss-0.91): Fix time determination.
9962         (newsticker--parse-rss-0.92): Fix time determination.
9963         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
9964         (newsticker--parse-generic-feed): New arg order in
9965         `newsticker--cache-add'.
9966         (newsticker--parse-generic-items): Fix for multiple items.
9967         New arg order in `newsticker--cache-add'.
9968         (newsticker--forget-preformatted): Check whether
9969         `newsticker--buffer-set-uptodate' is fbound.
9970         (newsticker--decode-iso8601-date): Handle fractions of seconds.
9971         (newsticker--decode-rfc822-date): Partial timezone handling.
9972         (newsticker--cache-contains): Fix guid problem.
9973         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
9974         (newsticker--cache-save): New.
9975         (newsticker--cache-update): Use temp buffer.
9976         (newsticker--stat-num-items): Allow multiple AGE args.
9977         (newsticker--stat-num-items-total): New.
9978         (newsticker--opml-import-outlines): New.
9979         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
9980         (newsticker--do-run-auto-mark-filter): Doc changed.
9981         (newsticker-retrieve-random-message): New.
9983         * net/newsticker-ticker.el: New.  Move ticker functionality from
9984         net/newsticker.el to net/newsticker-ticker.el.
9985         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
9986         `newsticker--ticker-timer'.
9987         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
9988         to `newsticker--ticker-timer'.
9989         (newsticker--set-customvar-ticker): New.  Extracted from
9990         `newsticker--set-customvar'.
9991         (newsticker-ticker-interval): Rename `newsticker-display-interval'
9992         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
9993         for :set.  Change :group.
9994         (newsticker-scroll-smoothly): Doc changed.  Change :group.
9995         (newsticker-hide-immortal-items-in-echo-area)
9996         (newsticker-hide-old-items-in-echo-area)
9997         (newsticker-hide-obsolete-items-in-echo-area):
9998         Use `newsticker--set-customvar-ticker for :set.  Change :group.
9999         (newsticker-start-ticker): Rename `newsticker--display-timer' to
10000         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
10001         to `newsticker-ticker-interval'.
10002         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
10003         `newsticker--ticker-timer'.
10005         * net/newsticker-reader.el: New.  Move reader functionality from
10006         net/newsticker.el to net/newsticker-reader.el.
10007         (newsticker--set-customvar-formatting): New.  Extracted from
10008         `newsticker--set-customvar'.
10009         (newsticker-reader, newsticker-frontend): New.
10010         (newsticker-enable-logo-manipulations): Change :group.
10011         (newsticker-justification): Use `newsticker--set-customvar-formatting'
10012         for :set.  Change :group.
10013         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
10014         for :set.  Change :group.
10015         (newsticker-html-renderer): Doc changed.
10016         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
10017         (newsticker-date-format):
10018         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
10019         (newsticker--insert-enclosure):
10020         Rename `newsticker--buffer-insert-enclosure' to
10021         `newsticker--insert-enclosure'.  Add keymap arg.
10022         (newsticker--print-extra-elements):
10023         Rename `newsticker--buffer-print-extra-elements' to
10024         `newsticker--print-extra-elements'.  Add keymap arg.
10025         (newsticker--do-print-extra-element):
10026         Rename `newsticker--buffer-do-print-extra-element' to
10027         `newsticker--do-print-extra-element'.  Add keymap arg.
10028         (newsticker-show-news): Use `newsticker-frontend'.
10030         * net/newsticker-plainview.el: New.  Move plainview functionality
10031         from net/newsticker.el to net/newsticker-reader.el.
10032         (newsticker-plainview): New.
10033         (newsticker--set-customvar-sorting): New.  Extracted from
10034         `newsticker--set-customvar'.
10035         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
10036         for :set.  Changed :group.
10037         (newsticker-heading-format, newsticker-item-format)
10038         (newsticker-desc-format, newsticker-statistics-format):
10039         Use `newsticker--set-customvar-formatting for :set.  Change :group.
10040         (newsticker-faces): Change :group.
10041         (newsticker-default-face): Enable again.
10042         (newsticker-hide-old-items-in-newsticker-buffer)
10043         (newsticker-show-descriptions-of-new-items):
10044         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
10045         (newsticker-show-all-news-elements): Change :group.
10046         (newsticker-plainview-hooks): New.
10047         (newsticker-select-item-hook, newsticker-select-feed-hook)
10048         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
10049         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
10050         to `newsticker--plainview-tool-bar-map'.
10051         (newsticker--url-keymap): Add mouse-1 binding.
10052         (newsticker-plainview): New.
10053         (newsticker-mark-all-items-of-feed-as-read): Change doc.
10054         (newsticker--buffer-do-insert-text): Use renamed
10055         newsticker--[buffer-]insert-enclosure and
10056         newsticker--[buffer-]print-extra-elements.
10057         (newsticker--buffer-set-faces): Use newsticker-default-face.
10059         * net/newsticker-treeview.el: New.
10061 2008-06-08  Andreas Schwab  <schwab@suse.de>
10063         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
10065         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
10067         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
10068         empty line.
10070         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
10072 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
10074         * window.el (split-height-threshold, split-width-threshold):
10075         Add choice nil.
10076         (split-window-preferred-function): Allow either nil or a function.
10077         (window--splittable-p, window--try-to-split-window):
10078         Handle changed option values.
10080         (window--frame-usable-p): Handle nil argument.
10082         (display-buffer): Call get-lru-window when pop-up-windows is nil
10083         and window can't be split.
10085 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
10087         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
10089         * net/tramp.el (top): Quote feature names.  Remove
10090         `tramp-rfn-eshadow-setup-minibuffer' from
10091         `rfn-eshadow-setup-minibuffer-hook' when unloading.
10092         (tramp-read-passwd): There is only one call to
10093         `auth-source-user-or-password' needed.  Pacify byte compiler.
10095 2008-06-08  Andreas Schwab  <schwab@suse.de>
10097         * window.el (display-buffer): Use lru window if current window
10098         cannot be split.
10100 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10102         * apropos.el (apropos-library): New command and new button.
10103         (apropos-library-button): New function.
10105         * apropos.el: Remove spurious * in docstrings.
10106         (apropos-label-face): Use variable pitch.
10107         (apropos-print): Use dolist and with-current-buffer.
10108         (apropos-print-doc): Use when.
10110         * window.el (special-display-p, display-buffer):
10111         Fix up C->Elisp transcription error.
10113 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10115         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
10116         (byte-compile-file): Initialize it.
10117         (byte-compile-nogroup-warn): Keep track of the current group.
10119 2008-06-08  Glenn Morris  <rgm@gnu.org>
10121         * Makefile.in (compile, compile-always, bootstrap-prepare):
10122         Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
10124 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
10126         * language/hanja-util.el (hanja-init-load): Use a char-table for
10127         hanja-table.
10128         (hangul-to-hanja-char): Adjust for the above change.
10130 2008-06-07  Glenn Morris  <rgm@gnu.org>
10132         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
10133         lm-keywords.
10135         * mail/sendmail.el (mail-interactive): Add :version.
10137         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
10138         obsolete alias.
10140         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
10141         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
10142         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
10143         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
10144         * eshell/esh-util.el, international/mule-cmds.el:
10145         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
10146         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
10147         Remove unnecessary eval-when-compiles and eval-and-compiles.
10149         * Makefile.in (bootstrap-clean): Run autogen-clean.
10150         (maintainer-clean): No need to run autogen-clean now it is included in
10151         bootstrap-clean.
10153 2008-06-06  Miles Bader  <miles@gnu.org>
10155         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
10157 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
10159         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
10160         longlines mode.
10162         * replace.el (replace-search-function)
10163         (replace-re-search-function): New vars.
10164         (perform-replace): Use them.
10166         * longlines.el (longlines-re-search-forward): New function.
10167         (longlines-mode): Bind replace-search-function and
10168         replace-re-search-function, to ensure that replacement commands
10169         treat newlines as spaces.
10170         (longlines-show-effect): Default to a pilcrow sign.
10172 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10174         * help.el (function-called-at-point):
10175         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
10176         even when calling find-tag-default.
10178 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
10180         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
10181         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
10182         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
10183         (nxml-fontify-buffer, nxml-do-fontify):
10184         Remove obsolete variables and functions.
10185         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
10186         (nxml-degrade, nxml-after-change, nxml-after-change1)
10187         (nxml-extend-region, nxml-extend-after-change-region)
10188         (nxml-extend-after-change-region1, nxml-fontify-matcher)
10189         (nxml-toggle-char-ref-extra-display): Use font-lock, and
10190         font-lock-extend-region-functions in particular, to fontify
10191         nxml-mode buffers.
10192         (nxml-debug-region): New debugging helper function.
10194         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
10195         (nxml-scan-after-change, nxml-move-tag-backwards):
10196         Adapt for font-lock changes.
10198         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
10199         (nxml-debug-set-inside, nxml-debug-clear-inside):
10200         New debugging functions.
10201         (nxml-with-degradation-on-error): New helper macro.
10203 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
10205         * window.el (display-buffer): Remove dead call to get-lru-window.
10207 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10209         * mail/sendmail.el (mail-interactive): Change default.
10211 2008-06-05  John Paul Wallington  <jpw@pobox.com>
10213         * bindings.el (completion-ignored-extensions):
10214         Add .p64fsl, .d64fsl, and .dx64fsl.
10216 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10218         * ffap.el (ffap-prompter): Don't use the region.
10220 2008-06-05  Sam Steingold  <sds@gnu.org>
10222         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
10223         subdirectory to be registered.
10225 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
10227         * window.el (display-buffer-function, special-display-p)
10228         (special-display-buffer-names, special-display-regexps)
10229         (special-display-function, same-window-p, same-window-buffer-names)
10230         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
10231         (pop-up-frame-function, pop-up-windows, even-window-heights)
10232         (split-window-preferred-function, split-height-threshold)
10233         (window--display-buffer-1, display-buffer, pop-to-buffer):
10234         Move from window.c and buffer.c.
10235         (window--splittable-p, window--try-to-split-window)
10236         (window--frame-usable-p, window--display-buffer-2)
10237         (window--even-window-heights): New functions.
10238         (split-width-threshold): New option.
10239         (split-window-preferred-horizontally): Remove.
10241         * cus-start.el: Remove corresponding declarations.
10243 2008-06-05  Sam Steingold  <sds@gnu.org>
10245         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
10246         an error on modified buffers.
10248 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10250         * progmodes/etags.el (tags-verify-table): Be careful to use and update
10251         tags-file-name and tags-table-list from the right buffer.
10252         (tags-table-check-computed-list, tags-table-extend-computed-list)
10253         (find-tag-noselect): Use with-current-buffer.
10255         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
10256         Use print-circle.
10258         * minibuffer.el (minibuffer-local-must-match-filename-map):
10259         Declare obsolete alias for the old name.
10261         * abbrev.el (unexpand-abbrev): Better preserve markers.
10263 2008-06-05  Glenn Morris  <rgm@gnu.org>
10265         * emacs-lisp/autoload.el (autoload-rubric): New function,
10266         extracted from autoload-ensure-default-file.
10267         (autoload-ensure-default-file): Use autoload-rubric.
10269         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
10270         (custom-dependencies-no-scan-regexp): New variable.
10271         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
10272         Don't scan files matching custom-dependencies-no-scan-regexp.
10273         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
10275         * finder.el (finder-headmark): Initialize and add doc string.
10276         (generated-finder-keywords-file): Doc fix.
10277         (finder-no-scan-regexp): New variable.
10278         (finder-compile-keywords): Use a single let binding.
10279         Disable undo in the output buffer.  Use autoload-rubric.
10280         Use mapc rather than mapcar.  Don't scan files matching
10281         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
10282         rather than concat.  Use directory-files to do regexp matching.
10283         No need to require jka-compr.
10284         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
10285         (finder-list-matches): Disable undo.
10286         (finder-commentary): Use let rather than let*.  Disable undo.
10287         (finder-current-item): Use zerop.
10288         (finder-mode): Use define-derived-mode.
10289         (finder-exit): Doc fix.  Use dolist.
10291         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
10292         (custom-deps): Don't require $(lisp)/cus-load.el.
10293         (custom-deps, finder-data): Don't depend on autoloads.
10294         Should not be needed now, and doing so was causing make install to
10295         re-dump emacs post-bootstrap.
10296         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
10297         mid-build forces some things to be rebuilt.
10299 2008-06-05  Miles Bader  <miles@gnu.org>
10301         * face-remap.el
10302         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
10303         (face-remap-remove-relative): Renamed from
10304         `remove-relative-face-remapping'.
10305         (face-remap-reset-base): Renamed from
10306         `set-default-base-face-remapping'.
10307         (face-remap-set-base): Renamed from `set-base-face-remapping'.
10308         (text-scale-increase): Renamed from `increase-buffer-face-height'.
10309         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
10310         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
10312         * face-remap.el (variable-pitch-mode): Autoload.
10314 2008-06-04  Sam Steingold  <sds@gnu.org>
10316         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
10317         Generate extra status headers for a Mercurial tree.
10319 2008-06-04  John Paul Wallington  <jpw@pobox.com>
10321         * echistory.el (electric-history-map): Define within defvar.
10322         Add docstring.
10324         * font-lock.el (font-lock-turn-off-thing-lock)
10325         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
10326         Use `bound-and-true-p'.
10327         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
10328         Doc fixes.
10330         * international/ccl.el (define-ccl-program): Add `doc-string'
10331         declaration.
10333 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
10335         * face-remap.el (variable-pitch-mode): Reflow docstrings.
10336         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
10338 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
10340         * emacs-lisp/rx.el (rx): Doc fix.
10342 2008-06-04  Markus Triska  <markus.triska@gmx.at>
10344         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
10346 2008-06-04  Miles Bader  <miles@gnu.org>
10348         * face-remap.el (adjust-buffer-face-height): New function.
10349         Add autoloaded keybindings in ctl-x-map.
10350         (increase-buffer-face-height, decrease-buffer-face-height):
10351         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
10353 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
10355         * simple.el (line-move-1): If we did not move as far as desired,
10356         ensure that point-left and point-entered hooks are called.
10358 2008-06-03  Sam Steingold  <sds@gnu.org>
10360         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
10362 2008-06-03  John Paul Wallington  <jpw@pobox.com>
10364         * progmodes/make-mode.el (makefile-cleanup-continuations)
10365         (makefile-warn-suspicious-lines, makefile-warn-continuations):
10366         Use `derived-mode-p'.
10368 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10370         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
10371         (ELCFILES): Update.
10373 2008-06-03  Miles Bader  <miles@gnu.org>
10375         * face-remap.el: New file.
10376         * Makefile.in (ELCFILES): Add face-remap.elc.
10378 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10380         * progmodes/flymake.el (flymake-process-filter): Make sure the source
10381         buffer isn't dead.
10383         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
10384         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
10385         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
10386         * obsolete/auto-show.el, obsolete/hscroll.el:
10387         Remove packages that were obsolete in Emacs-20, or that were obsolete
10388         in Emacs-21 and do not contain any more code.
10390         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
10391         vc-client-mode is not set.
10393         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
10394         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
10396         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
10397         yet a bit more clever at distinguishing / from /.
10399 2008-06-03  Kenichi Handa  <handa@m17n.org>
10401         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
10403 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
10405         * language/hanja-util.el: New file.
10407 2008-06-03  Glenn Morris  <rgm@gnu.org>
10409         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
10410         Check that end-of-word follows "type".
10412 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
10414         * epa-file.el (epa-file-write-region): Write the entire buffer
10415         content if START is nil.
10417 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
10419         * select.el (x-get-selection): Fix typo.
10421 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
10423         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
10424         (describe-char): Use `looking-at-p', `string-match-p' when possible.
10426 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10428         * tar-mode.el (tar-header-block-summarize): Ensure one space around
10429         user&group.
10431 2008-05-31  John Paul Wallington  <jpw@pobox.com>
10433         * help-fns.el (describe-variable-custom-version-info):
10434         Handle dotted `package-version' info.
10436 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
10438         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
10440 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
10442         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
10443         names and improve support for unregistered files.
10445 2008-05-31  Glenn Morris  <rgm@gnu.org>
10447         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
10448         Remove shell variable `elc'.  Split tests to hopefully be more portable.
10449         Fix `sel' assignment.
10451 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
10453         * minibuffer.el (completion-table-dynamic): Doc fix.
10455 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10457         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
10458         Try and return `unregistered' when applicable.
10460         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10461         Don't encourage naming variables with "-flag".
10463 2008-05-30  Glenn Morris  <rgm@gnu.org>
10465         * Makefile.in (update-elclist): Hide the warning when it does not apply,
10466         make it milder when it does.
10467         (autogen-clean): New target.
10468         (maintainer-clean): Use autogen-clean.
10470         * calendar/diary-lib.el (diary-display-function): New name for
10471         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
10472         Change custom type and version.
10473         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
10474         (diary-fancy-display): Doc fixes.
10475         (diary-list-entries, diary-include-other-diary-files)
10476         (diary-mail-entries):
10477         Use diary-display-function rather than diary-display-hook.
10479         * calendar/appt.el (appt-check): Use diary-display-function rather than
10480         diary-display-hook.
10481         * calendar/cal-x.el (calendar-dedicate-diary): Update for
10482         diary-display-function replacing diary-display-hook.
10483         * org/org-agenda.el (org-get-entries-from-diary): Also set
10484         diary-display-function.
10486         * calendar/cal-html.el (cal-html-list-diary-entries):
10487         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10488         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
10489         argument of diary-list-entries rather than setting diary-display-hook.
10491 2008-05-30  Kenichi Handa  <handa@m17n.org>
10493         * international/mule-conf.el (utf-8-with-signature): Renamed from
10494         utf-8-sig.
10495         (utf-8-auto): Adjusted for the above change.
10497         * international/mule-diag.el (describe-font): Don't check fontset
10498         here, and just call font-info.  Get the default font by from the
10499         default face.
10501 2008-05-29  Kenichi Handa  <handa@m17n.org>
10503         * international/mule-conf.el (utf-8-sig, utf-8-auto):
10504         New coding systems.
10506         * international/mule.el (define-coding-system): Accept :bom for utf-8.
10508 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
10510         * international/utf-7.el (utf-7-encode): Use the right escape char
10511         depending on imap/nonimap encoding.
10513 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10515         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
10517 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
10519         * icomplete.el (icomplete-prospects-height): Add :group.
10521 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10523         * icomplete.el (icomplete-prospects-length): Make obsolete.
10524         (icomplete-prospects-height): New var.
10525         (icomplete-completions): Use it.
10527 2008-05-29  David Kastrup  <dak@gnu.org>
10529         * autoinsert.el (auto-insert): Add :link.
10531 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10533         * tar-mode.el (tar-header): New field `header-start'.
10534         (tar-header-block-tokenize): Set it when useful.
10535         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
10536         (tar-header-data-end): New function.
10537         (tar-summarize-buffer): Use it.
10538         (tar-next-line): Fix goal column for long usernames.
10539         (tar-expunge-internal): Use header-start.
10540         (tar-rename-entry): Handle ustar-style long names.
10541         (tar-alter-one-field): Add optional `descriptor' argument.
10542         (tar-subfile-save-buffer): Use it.
10544 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10546         * tar-mode.el (tar-header): New field `header-start'.
10547         (tar-header-block-tokenize): Set header-start for longlink entries.
10548         (tar-expunge-internal): Use header-start to expunge longlink entries.
10550         * files.el (hack-local-variables): Don't signal an error if the local
10551         variable section is not properly terminated.
10553         * emacs-lisp/easymenu.el (easy-menu-convert-item)
10554         (easy-menu-convert-item-1): Move the duplicate-generation outside of
10555         the caching so it also works for identical entries.
10557         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
10558         (tar-mode): Use write-region-annotate-functions rather than
10559         write-contents-functions.
10560         (tar-extract): Remove unused var `pos'.
10561         (tar-subfile-save-buffer): Remove unused var `following-descs'.
10562         (tar-mode-write-file): Remove.
10563         (tar-write-region-annotate): New function.
10565         * progmodes/flymake.el (flymake-save-buffer-in-file):
10566         * shadowfile.el (shadow-copy-file):
10567         * arc-mode.el (archive-*-write-file-member):
10568         * files.el (diff-buffer-with-file):
10569         * subr.el (with-temp-file): Pass nil to write-region.
10570         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
10572         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
10573         the custom.
10575         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
10576         to write-region.
10578 2008-05-28  Glenn Morris  <rgm@gnu.org>
10580         * Makefile.in (update-elclist): Work around non-portability of "\"
10581         in various implementations of echo.
10583 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10585         * international/mule-diag.el (describe-current-coding-system):
10586         Don't assume selection-coding-system is always defined.
10588         * tar-mode.el: Use defstruct and markers.
10589         (tar-setf): Remove.
10590         (tar-header): Use defstruct.  Add `data-start' field.
10591         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
10592         (tar-desc-data-start): Remove (now called tar-header-data-start).
10593         (tar-roundup-512): New fun.
10594         (tar-header-block-tokenize): Receive a buffer position rather than
10595         a string.  Handle @longLink here, be more careful about it.
10596         Create a marker for data-start.
10597         (tar-summarize-buffer): Don't handle @LongLink here any more.
10598         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
10599         data-start on the following entries any more.
10600         (tar-chown-entry, tar-chgrp-entry): Use read-number.
10602         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
10603         (tar-header-offset): Remove.
10604         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
10605         Not permanent any more.
10606         (tar-data-buffer): New var.
10607         (tar-data-swapped-p, tar-change-major-mode-hook)
10608         (tar-mode-kill-buffer-hook): New funs.
10609         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
10610         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
10611         (tar-clear-modification-flags, tar-alter-one-field)
10612         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
10613         Change accordingly.
10615 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
10617         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
10618         (vc-dir-resynch-file): ... this.  Update callers.
10619         Use vc-string-prefix-p.  Ignore directory args.
10620         (vc-string-prefix-p): CSE.
10621         (vc-resynch-buffer): Restore conditional.
10623         * vc-hooks.el (vc-after-save): Improve test.
10624         (vc-mode-line): Fix indentation.
10626 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
10628         * calendar/parse-time.el (parse-time-months)
10629         (parse-time-weekdays): Add long-form month and day names.
10631 2008-05-27  Glenn Morris  <rgm@gnu.org>
10633         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
10635 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10637         * vc-dispatcher.el (vc-string-prefix-p): New function.
10638         (vc-dir-parent-marked-p): Use it.
10640 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
10642         * vc.el (Problems): Remove fixed issues.
10643         (vc-expand-dirs): Avoid returning directories.
10644         (vc-dir): Fix C-x v v binding.
10645         (vc-make-backend-object): Fix name.
10646         (vc-dir-show-fileentry): Fix docstring.
10647         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
10648         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
10649         Reset the state for directories.
10650         (vc-dir-headers): Align labels.
10651         (vc-default-status-printer): Do no call prettify-state-info.
10652         (vc-deduce-fileset): Replace implementation with one based on a
10653         working older version.
10654         (vc-next-action): Use the new form of vc-deduce-fileset.
10655         Fix dealing with unregistered files.
10657         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
10658         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
10659         (vc-dir-child-files): New function.
10660         (vc-dir-node-directory): New function.
10661         (vc-dir-update, vc-dir-parent-marked-p)
10662         (vc-dir-children-marked-p, vc-dir-mark-all-files)
10663         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
10665         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
10667 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10669         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
10670         (diff-font-lock-keywords, diff-context->unified)
10671         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
10672         (diff-hunk-text, diff-find-source-location): Use it.
10673         (diff-post-command-hook): Let the user edit the hunk headers.
10675 2008-05-26  Andreas Schwab  <schwab@suse.de>
10677         * vc.el (vc-default-prettify-state-info): Fix formatting of an
10678         unknown state.
10680         * tar-mode.el (tar-summarize-buffer): Comment fix.
10682 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10684         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
10686 2008-05-26  Glenn Morris  <rgm@gnu.org>
10688         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
10690 2008-05-25  John Paul Wallington  <jpw@pobox.com>
10692         * proced.el (proced-next-line, proced-previous-line):
10693         Avoid calling `next-line' and `previous-line' from Lisp code.
10695 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
10697         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
10698         Use diary-ordinal-suffix.
10700 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
10702         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
10703         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
10704         (edebug-save-displayed-buffer-points, edebug-initial-mode)
10705         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
10706         (edebug-print-length, edebug-print-level, edebug-print-circle)
10707         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
10708         (edebug-global-break-condition, edebug-sit-for-seconds):
10709         Remove spurious * from defcustom docstrings.
10710         (edebug-unwrap*, edebug-signal, edebug-eval-display):
10711         Improve argument/docstring consistency.
10712         (edebug-test-coverage, edebug-gensym, edebug-read)
10713         (edebug-top-level-nonstop, edebug-eval-result-list)
10714         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
10715         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
10716         (edebug-display-freq-count): Reflow docstrings.
10717         (edebug-restore-status): Doc fix.
10719 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10721         * proced.el (proced-header-line): Use the :align-to 0 feature
10722         rather than computing the corresponding position manually.
10723         (proced-update): Don't hardcode point-min==1.
10725 2008-05-24  Alan Mackenzie  <acm@muc.de>
10727         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
10728         if c-file-style is set to a non-string.
10730         (c-neutralize-CPP-line): Surround by `save-excursion'.
10731         (c-neutralize-syntax-in-CPP): Optimize for speed.
10733 2008-05-24  Glenn Morris  <rgm@gnu.org>
10735         * Makefile.in (update-elclist): New target, to update ELCFILES.
10736         (bootstrap-after): Run update-elclist.
10738 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
10740         * icalendar.el (icalendar-version): Increase to "0.19".
10741         (icalendar--date-style): New function.
10742         (icalendar--datetime-to-diary-date): Doc fix.
10743         Use icalendar--date-style.
10744         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
10745         (icalendar--convert-yearly-to-ical)
10746         (icalendar--convert-recurring-to-diary): Handle iso date style,
10747         use icalendar-date-style.
10749 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
10751         * vc.el (vc-delete-file): Make sure the buffer is deleted and
10752         vc-dir buffers are updated.
10754 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10756         * vc.el (vc-delete-file): Don't try to resynch the buffer.
10758 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
10760         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
10761         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
10762         (reftex-extra-bindings): Use it.
10764         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
10765         away from the user-reserved keys.
10767         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
10768         New vars.
10769         (ada-create-keymap): Use them.
10771 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10773         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
10774         a properly-grouped regexp.
10776 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
10778         * progmodes/cap-words.el (capitalized-words-mode):
10779         Fix typos in docstring.
10781 2008-05-23  Kenichi Handa  <handa@m17n.org>
10783         * international/mule-conf.el: Don't define the charset `emacs'
10784         here, just put :docstring, :short-name, and :long-name.
10786 2008-05-22  Kenichi Handa  <handa@m17n.org>
10788         * international/mule-diag.el (font-show-log): Limit each listing
10789         to 20 items.
10791 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
10793         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
10794         (gdb-annotation-rules): New entry for "thread-changed".
10795         (gdb-thread-changed): New function.
10797 2008-05-23  Glenn Morris  <rgm@gnu.org>
10799         * Makefile.in (SOURCES): Remove, unused.
10800         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
10801         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
10802         Exclude more '*loaddefs' files.
10803         (compile-always): Simplify '.elc' deletion.
10805 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10807         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
10808         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
10810         * minibuffer.el (completion-boundaries): Change calling
10811         convention, so `string' has the same semantics as in
10812         try-completion and all-completions.
10813         (completion-table-with-context, completion--embedded-envvar-table)
10814         (completion--file-name-table)
10815         (completion-pcm--find-all-completions): Adjust code accordingly.
10817 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
10819         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
10820         prune image-mode-winprops-alist, preventing it from growing
10821         indefinitely.
10822         (image-mode-reapply-winprops): Use it.
10824 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
10826         * net/netrc.el (netrc-machine): Always match if the port is not given.
10828 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10830         * minibuffer.el (completion-pcm--find-all-completions):
10831         Don't add pseudo-completions.
10833         * icomplete.el (icomplete-eoinput): Remove.
10834         (icomplete-overlay): New var to replace it.
10835         (icomplete-tidy): Rewrite.
10836         (icomplete-exhibit): Use an overlay.
10837         (icomplete-completions): Use completion-all-sorted-completions.
10838         Obey completion-ignore-case.
10840         * files.el (locate-dominating-file): Accept non-existing argument.
10841         (project-find-settings-file): Rewrite, using locate-dominating-file.
10843 2008-05-22  Kenichi Handa  <handa@m17n.org>
10845         * faces.el (font-weight-table, font-slant-table, font-width-table):
10846         Delete them.  Don't call internal-set-font-style-table.
10848         * international/mule-diag.el (font-show-log): New function.
10850         * international/fontset.el (script-representative-chars): Add more
10851         chars for latin.  Add data for symbol.
10852         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
10854 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10856         * minibuffer.el (completion-all-sorted-completions): New var.
10857         (completion--flush-all-sorted-completions)
10858         (completion-all-sorted-completions): New functions.
10859         (minibuffer-force-complete): New command.
10861 2008-05-21  Glenn Morris  <rgm@gnu.org>
10863         * files.el (c-postprocess-file-styles): Declare for compiler.
10865         * Makefile.in: Allow for parallel byte-compiling.
10866         (ELCFILES): New variable.
10867         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
10868         (compile-first, compile-main, compile-last): New targets.
10869         (compile-always): Simplify - delete .elc files, then `make compile'.
10871         * Makefile.in (compile-calc): Use glob rather than find.
10872         ($(lisp)/progmodes/cc-mode.elc): Use $@.
10874         * eshell/esh-module.el: No need for cl when compiling.
10876         * eshell/eshell.el (eshell-defgroup): New alias.
10877         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10878         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10879         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10880         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10881         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10882         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
10883         Autoload the custom group.  Set generated-autoload-file.
10884         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
10885         for eshell-defgroup.
10886         * eshell/esh-module.el (eshell-load-defgroups): Remove.
10887         Require esh-groups rather than loading it.
10889 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10891         * proced.el (proced-header-line): New variable and new function.
10892         (proced-mode): Set header-line-format.
10893         (proced-update): Set proced-header-line.
10894         (proced-send-signal): Use proced-header-line.
10896 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10898         * macros.el (insert-kbd-macro): Use prin1-char.
10900 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10902         * minibuffer.el (completion-boundaries): New function.
10903         (completion--some): Delay errors.
10904         (complete-with-action, completion-table-with-context):
10905         Handle `boundaries' case.
10906         (completion--try-word-completion): Avoid partial-completion
10907         when the user hasn't entered anything yet.
10908         (minibuffer-local-map, minibuffer-local-filename-completion-map)
10909         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
10910         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
10911         Setup default keybindings.
10912         (completion--embedded-envvar-re): New var.
10913         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
10914         (completion--file-name-table): Handle `boundaries' case.
10915         (completion-pcm--pattern->regex): Avoid pathological backtracking.
10916         (completion-pcm--all-completions): Add a `prefix' arg.
10917         (completion-pcm--find-all-completions): New function.
10918         (completion-pcm-all-completions, completion-pcm-try-completion):
10919         Use it.
10921         * icomplete.el (icomplete-completions): Don't use `predicate' with
10922         a table of a different type than `candidates'.
10924 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10926         * proced.el (proced-goal-column): Rename from proced-procname-column.
10927         (proced-goal-header-re): Rename from proced-procname-column-regexp.
10928         (proced-move-to-goal-column): Rename from proced-move-to-procname.
10929         (proced-header-face, proced-header-regexp): Remove.
10930         (proced-font-lock-keywords): Remove proced-header-face.
10931         (proced-header-alist, proced-sorting-schemes-re): New variables.
10932         (proced): Rename Proced buffer to *Proced*.
10933         (proced-next-line, proced-previous-line): New commands.
10934         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
10935         (proced-hide-processes): Do not treat first line as special.
10936         (proced-header-space): New function.
10937         (proced-update): Use header-line-format.
10938         Initialize proced-header-alist and proced-sorting-schemes-re.
10939         Set proced-goal-column.  Include proced-command in mode-name.
10940         (proced-send-signal): Use header-line-format for *Marked
10941         Processes* buffer.
10942         (proced-sort): Restrict minibuffer completion to applicable
10943         sorting schemes.
10944         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
10946 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10948         * icomplete.el (icomplete-simple-completing-p):
10949         Allow icomplete-with-completion-tables to say "use it everywhere".
10950         (icomplete-completions): Obey completion-styles.  Try to accommodate
10951         partial-completion style.
10953 2008-05-20  Michael Olson  <mwolson@gnu.org>
10955         * files.el (project-find-settings-file): Change concat to
10956         expand-file-name.
10958 2008-05-19  Tom Tromey  <tromey@redhat.com>
10960         * files.el (normal-mode): Call hack-project-variables.
10961         (hack-local-variables-confirm): Add 'project' argument.
10962         (hack-local-variables-apply): New function.
10963         (hack-local-variables): Use it.
10964         (project-class-alist, project-directory-alist): New variables.
10965         (project-get-alist): New function.
10966         (project-collect-bindings-from-alist)
10967         (project-collect-binding-list, set-directory-project)
10968         (project-find-settings-file, project-define-from-project-file)
10969         (hack-project-variables): New functions.
10971 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10973         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
10975 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
10977         * faces.el (font-weight-table): Fix typo in docstring.
10979 2008-05-18  David Hull  <david@snap.com>  (tiny change)
10981         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
10982         (vc-hg-annotate-command): Allow white space before version number.
10984 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
10986         * calc/calc-yank.el (calc-register-alist): New variable.
10987         (calc-set-register, calc-get-register, calc-copy-to-register)
10988         (calc-insert-register, calc-add-to-register, calc-append-to-register)
10989         (calc-prepend-to-register): New functions.
10991         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
10992         `calc-copy-to-register' and `calc-insert-register'.
10993         Autoload new register functions.
10995         * calc/calc-help.el (calc-r-prefix-help): Add help for register
10996         functions.
10998 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
11000         * vc.el (Todo): Add known problems.
11001         (vc-dir-backend): New variable.
11002         (vc-dir): Set it.
11003         (vc-make-backend-object, vc-generic-status-printer)
11004         (vc-generic-state, vc-generic-status-fileinfo-extra)
11005         (vc-dir-extra-menu): Use it.
11006         (vc-generic-dir-headers): Remove, unused.
11008         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
11009         vc-dir-prev-directory for consistency with vc-dir-previous-line.
11010         (vc-dir-mode-map): Fix bindings.
11012         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
11014 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
11016         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
11017         operated on.
11018         (calc-kill-region): Kill entire lines.
11020 2008-05-17  Glenn Morris  <rgm@gnu.org>
11022         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
11023         simplify initial value.
11024         (defezimage): Drop support for Emacs without defimage, use a featurep
11025         test rather than fboundp when defining, drop with-no-warnings.
11026         (ezimage-insert-over-text): Move featurep test inside
11027         add-text-properties.
11029         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
11031         * net/tramp.el (top-level): Load auth-source when compiling.
11033         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
11035 2008-05-17  Andreas Schwab  <schwab@suse.de>
11037         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
11039 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
11041         * vc.el (vc-annotate-show-diff-revision-at-line): Change
11042         vc-diff-internal arg to match what vc-deduce-fileset returns now.
11044 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11046         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
11048 2008-05-17  Jim Meyering  <meyering@redhat.com>
11050         * ido.el (ido-save-history): Do not emit a trailing newline at the
11051         end of the ido history file.
11053 2008-05-16  John Paul Wallington  <jpw@pobox.com>
11055         * vc-dispatcher.el (top-level): Revert previous change: require cl
11056         when compiling.
11058 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
11060         * vc.el (vc-default-status-printer)
11061         (vc-default-prettify-state-info): Enhance the state prettyprinter
11062         to deal better with unknown states and indirect through it when
11063         painting vc-dir buffers.
11065 2008-05-16  John Paul Wallington  <jpw@pobox.com>
11067         * vc-dispatcher.el (top-level): Don't require cl when compiling.
11068         (vc-dir-mode-map): Fix backquote.
11069         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
11071 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
11073         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
11074         Reported by Glenn Morris <rgm@gnu.org>.
11076 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
11078         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
11079         the end of the file, it was good work at one time but has been
11080         stale since 1995 and may now be actively misleading.
11081         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
11082         CVS repository and module (assumptions for the latter a bit iffy).
11083         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
11084         SVN repository.
11086 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
11088         * vc-rcs.el (vc-rcs-create-tag):
11089         * vc-sccs.el (vc-sccs-create-tag):
11090         Fix typo in error message and pass backend arg.
11092 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
11094         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
11096 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11098         * net/tramp.el: Load auth-source library.
11099         (tramp-read-passwd): Use it for password, not login.
11101 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
11103         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
11104         (ses-print-cell): Use string-width, truncate-string-to-width,
11105         delete-region rather than length, substring, delete-char.
11106         (ses-setup): Set inhibit-point-motion-hooks to t.
11107         Calculate position by actually moving point rather than just using
11108         unibyte character length.
11109         (ses-mode): Set indent-tabs-mode to nil.
11110         (ses-center): Use string-width rather than length.
11112 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
11114         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
11115         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
11116         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
11117         vc-*-create-tag and vc-*-retrieve-tag respectively.
11119         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
11120         unneeded defalias.
11122         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
11124         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
11125         about buffer names.
11127 2008-05-15  Glenn Morris  <rgm@gnu.org>
11129         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
11131         * org/org-exp.el (org-infojs-options-inbuffer-template):
11132         Fix declaration.
11134         * progmodes/cc-mode.el (declare-function): Add compat definition.
11135         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
11137 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
11139         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
11140         list to a cons so the caller can get back both expanded and
11141         unexpanded filesets.
11142         * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
11143         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
11144         Change handling of selection-set returns as required.
11146 2008-05-15  John Paul Wallington  <jpw@pobox.com>
11148         * add-log.el (top-level): Don't require cl when compiling.
11150         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
11151         (archive-*-extract): Use `zerop'.
11152         (archive-*-write-file-member): Use `or', use `zerop'.
11154         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
11156         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
11157         (ibuffer-mark-interactive, ibuffer-set-mark)
11158         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
11159         (ibuffer-map-lines, ibuffer-switch-format)
11160         (ibuffer-update-title-and-summary)
11161         (ibuffer-redisplay-engine): Use it.
11163         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
11164         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
11165         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
11166         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
11167         (ibuffer-mark-read-only-buffers)
11168         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
11170         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
11171         (define-ibuffer-column, define-ibuffer-sorter)
11172         (define-ibuffer-op, define-ibuffer-filter): Add declarations
11173         containing indentation specs, replacing equivalent top-level
11174         forms that set `lisp-indent-function' properties.
11175         (define-ibuffer-op): Use `derived-mode-p'.
11176         (define-ibuffer-filter): Remove redundant `concat' call.
11178 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
11180         * net/tramp.el (tramp-echo-mark): Update docstring.
11181         (tramp-echo-mark-marker): New defconst.
11182         (tramp-check-for-regexp): Use it.
11184 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
11186         * vc.el (vc-deduce-fileset): Do the right thing when visiting a
11187         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
11188         as parent.
11190 2008-05-14  John Paul Wallington  <jpw@pobox.com>
11192         * international/mule.el (convert-define-charset-argument):
11193         Remove period from end of error message.
11194         (coding-system-mnemonic): Doc fix.
11195         (ctext-pre-write-conversion): Doc fix.
11197 2008-05-14  Simon Marshall  <simon@gnu.org>
11199         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
11200         from its default value and give it the risky-local-variable
11201         property (CVE-2008-2142).
11203 2008-05-14  Kenichi Handa  <handa@m17n.org>
11205         * language/korean.el ("Korean"): Set `iso639-language'
11206         property to `ko'.
11208         * language/japanese.el ("Japanese"): Set `iso639-language'
11209         property to `ja'.
11211         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11212         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
11213         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
11215         * international/mule-cmds.el (set-language-environment):
11216         Set current-iso639-language.
11218         * international/fontset.el (setup-default-fontset): For kana, han,
11219         hangul, and cjk-misc, move an entry with font-spec at the end.
11220         (generate-fontset-menu): Exclude fontset-auto* from the list.
11222         * composite.el (compose-chars-after): Assume that WINDOW is always
11223         non-nil.
11225         * faces.el (font-weight-table, font-slant-table)
11226         (font-swidth-table): Declare them by defconst.  Change the format
11227         of elements.  Call internal-set-font-style-table after their
11228         declaration.
11229         (face-valid-attribute-values): Call font-family-list.  Get values
11230         for width, weight, and slant from font-xxx-table.
11232         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
11234 2008-05-13  John Paul Wallington  <jpw@pobox.com>
11236         * ibuffer.el (ibuffer-buffer-file-name): New function.
11237         (define-ibuffer-column filename): Use it.
11239         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
11241 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
11243         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
11244         as a string.
11245         (talk-add-display): Simplify.  Accept only string args.
11247 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
11249         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
11251 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11253         * Makefile.in (bootstrap-prepare): Don't chmod files.
11254         (autoloads): Do it here instead, where it's actually needed.
11256 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
11258         * tool-bar.el (tool-bar-make-keymap): Account for the optional
11259         KEY-BINDING-DATA field in menu-item list.
11261 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11263         * dired.el (dired-read-dir-and-switches): Move things about to use less
11264         recursion during macroexpansion.
11266         * dired.el (dired-read-dir-and-switches): Use read-file-name.
11268         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
11269         completion-ignored-extension directories if there's something else.
11270         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
11271         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
11272         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
11273         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
11274         buffer-read-only -> inhibit-read-only.
11276 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
11278         * vc.el (vc-expand-dirs): Stop this function from tossing out
11279         explicitly specified files.
11281 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11283         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
11284         to `insert'.
11286 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
11288         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
11289         cons.  Use vc-annotate-backend.
11290         (with-vc-file, edit-vc-file): Remove unused macros.
11292 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
11294         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
11295         (smtpmail-try-auth-methods): Use it.
11297 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11299         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
11300         (setf (nthcdr ..) ..) doesn't require CL at runtime.
11302 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
11304         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
11306 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11308         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
11309         (vc-bzr-revision-completion-table): Use process-file.
11310         (vc-bzr-working-revision): Pass relative file names.
11312         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
11314 2008-05-11  Juri Linkov  <juri@jurta.org>
11316         * wid-edit.el (widget-image-directory): Change default image data
11317         subdirectory from "custom" to "images/custom".
11319         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
11320         before recursive call to `Info-next-preorder' to not add
11321         intermediate nodes to the history.
11323         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
11325         * emulation/cua-base.el: Put isearch-scroll property
11326         on cua-scroll-up and cua-scroll-down.
11328 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
11330         * vc-hooks.el (vc-recompute-state): Remove (dead code).
11332 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
11334         * vc-dispatcher.el (ewoc): Require.
11335         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
11337         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
11339 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
11341         * term/w32-win.el (x-colors):
11342         * term/mac-win.el (x-colors):
11343         * term/x-win.el (x-colors): Re-order colors.
11345 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
11347         * smerge-mode.el (smerge-command-prefix): Fix custom type.
11349 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
11351         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
11352         New functions implementing motion to next and previous directory.
11354         * vc-arch.el (vc-arch-command):
11355         * vc-bzr.el (vc-bzr-command):
11356         * vc-cvs.el (vc-cvs-command):
11357         * vc-dispatcher.el (vc-do-command):
11358         * vc-git.el (vc-git-command):
11359         * vc-hg.el (vc-hg-command):
11360         * vc-mcvs.el (vc-mvcs-command):
11361         * vc-mtn.el (vc-mtn-command):
11362         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
11363         (vc-sccs-workfile-unchanged-p):
11364         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
11365         * vc-rcs.el (all methods): Remove assumption about what a nil
11366         argument to vc-do-command means.  This means no buffer name needs
11367         to be hardcoded into the dispatcher layer, and it's better to be
11368         explicit anyway.
11370         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
11372 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
11374         * vc.el: Update todo.
11376         * vc-sccs.el (vc-sccs-dir-status):
11377         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
11378         backends and returning up to date files.
11380         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
11382 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
11384         * vc.el (vc-dir):
11385         * vc-hooks.el: Tweak the VC directory bindings.  These are now
11386         documented in the manual.
11388         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
11389         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
11390         (vc-dispatcher-selection-set): Allow callers to pass in an
11391         observer flag that says no buffer sync is required.
11392         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
11393         Use the observer flag.
11395 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
11397         * simple.el (start-file-process): Clarify docstring.
11399 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
11401         * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
11402         Remove stub implementations of, and references to, wash-log.
11403         * vc-rcs.el (vc-rcs-comment-history):
11404         * vc-cvs.el (vc-cvs-comment-history):
11405         Inline the code that used to be wash-log.
11407         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
11408         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
11409         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
11410         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
11411         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
11412         (vc-rcs-print-log): Grok directories.
11414 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11416         * vc.el (vc-mark-resolved): Add `backend' argument.
11417         (vc-next-action): Pass it the backend.
11418         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
11419         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
11420         (vc-default-comment-history, vc-default-create-snapshot)
11421         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
11422         (vc-annotate-revision-previous-to-line)
11423         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
11424         * vc-svn.el (vc-svn-checkout):
11425         * vc-mcvs.el (vc-mcvs-checkout):
11426         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
11427         (vc-working-revision, vc-before-save, vc-mode-line):
11428         Prefer vc-call-backend to vc-call so as not to recompute the backend.
11430         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
11431         state to be consistent since it's often an unwarranted restriction.
11432         Don't return the state either.
11433         (vc-next-action): Check that the state is consistent.
11434         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
11435         (vc-rollback, vc-update): Adapt to new return value of
11436         vc-deduce-fileset.
11438         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
11439         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
11440         (vc-dispatcher-in-fileset-p): New fun.
11441         (vc-dispatcher-selection-set): Use it to properly handle directories.
11443 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
11445         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
11446         (vc-update): Remove unused let bindings.
11448 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
11450         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
11451         (vc-diff, vc-revert, vc-rollback, vc-update):
11452         * vc-dispatcher.el (vc-dispatcher-selection-set):
11453         Get rid of 4 special cases in fileset selection.  This involved
11454         changing the return value of (vc-deduce-fileset) so that it passes
11455         back a deduced state as well as a deduced back end.
11457 2008-05-08  Sam Steingold  <sds@gnu.org>
11459         * progmodes/compile.el (compilation-minor-mode-map)
11460         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
11461         * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
11462         it to `compilation-minor-mode-map' (instead of an explicit `cons').
11464 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11466         * org/org.el (org-modules, org-format-latex-options):
11467         * org/org-archive.el (org-archive-stamp-time)
11468         (org-archive-save-context-info):
11469         * org/org-faces.el (org-hide):
11470         * org/org-irc.el (org-irc-parse-link):
11471         * org/org-macs.el (org-call-with-arg, org-autoload):
11472         * org/org-mew.el (org-mew-store-link):
11473         * org/org-remember.el (org-remember-store-without-prompt)
11474         (org-remember-templates): Fix typos in docstrings.
11476         * org/org-info.el (org-info-store-link): Remove leftover docstring.
11478         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
11479         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
11480         (org-bbdb-anniv-split): Fix typos in docstrings.
11482         * org/org-publish.el (org-publish-project-alist): Doc fixes.
11483         (org-publish-use-timestamps-flag): Reflow docstring.
11484         (org-publish-files-alist): Fix typos in docstring.
11486 2008-05-07  Sam Steingold  <sds@gnu.org>
11488         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
11489         appears to be too aggressive with window removal.
11491 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
11493         * progmodes/verilog-mode.el (verilog-type-font-keywords):
11494         Add leda and 0in as pragma keywords.
11495         (verilog-pretty-expr): Support lining up assignments which include
11496         part selects.
11497         (verilog-mode): More portable check for the availability of
11498         hideshow support.
11499         (verilog-do-indent): Remove special indent for declarations inside
11500         a parenthetical list.  The code is ill-advised, and doesn't work
11501         given the new user defined types.
11502         (verilog-set-auto-endcomments): Enhance function automatic
11503         endcomment to support functions that return user defined types.
11504         (verilog-mode): Add code to tell which-function-mode minor mode
11505         that Verilog supports this feature.
11507 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
11509         * epa-file.el: Require epa-hook.
11511         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
11513         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
11514         file-names clashes on 8+3 filesystems.  Provide epa-hook.
11516         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
11517         file-names clashes on 8+3 filesystems.
11519 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
11521         * org/org.el (org-read-date-get-relative): Interpret lone
11522         weekday abbreviation as relative to today.
11524 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11526         * abbrev.el (define-abbrev-table):
11527         * composite.el (toggle-auto-composition):
11528         * json.el (json-alist-p, json-plist-p):
11529         * minibuffer.el (completion-table-with-predicate):
11530         * ps-mule.el (ps-mule-external-libraries):
11531         * emacs-lisp/advice.el (ad-special-form-p):
11532         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11533         * eshell/em-smart.el (eshell-review-quick-commands):
11534         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
11535         (python-skip-out, python-check-comint-prompt):
11536         Don't use `iff' in docstrings.
11538         * international/robin.el (robin-package-alist): Fix typo in docstring.
11539         (robin-current-package-name): Doc fix.
11540         (robin-activate): Don't use `iff' in docstring.
11542 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
11544         * vc.el, vc-dispatcher.el: VC-Dired support removed.
11545         The code uses a ewoc-based implementation now.
11546         * vc-hooks.el: Support for Meta-CVS has been removed.
11548 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11550         * tool-bar.el: Choose images dynamically.
11551         (tool-bar-make-keymap, tool-bar-find-image): New function.
11552         (tool-bar-find-image-cache): New var.
11553         (tool-bar-local-item, tool-bar-local-item-from-menu):
11554         Don't select the image yet, do it later in tool-bar-make-keymap.
11556 2008-05-07  Andreas Schwab  <schwab@suse.de>
11558         * window.el: Require 'cl when compiling.
11560 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
11562         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
11564 2008-05-07  Glenn Morris  <rgm@gnu.org>
11566         * subr.el (ignore-errors): Move here from cl-macs.el.
11567         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
11569         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
11570         oddness.
11572 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
11574         * vc-hooks.el (vc-find-file-hook):
11575         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
11576         further from vc.el.
11577         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
11579 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
11581         * progmodes/verilog-mode.el (verilog-getopt-file):
11582         Cleanup warning message format.
11583         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
11584         (verilog-auto-inout, verilog-auto-inout-module)
11585         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
11586         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
11587         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
11588         (verilog-auto-sense-sigs, verilog-auto-tieoff)
11589         (verilog-auto-unused, verilog-auto-wire)
11590         (verilog-decls-get-assigns, verilog-decls-get-consts)
11591         (verilog-decls-get-gparams, verilog-decls-get-inouts)
11592         (verilog-decls-get-inputs, verilog-decls-get-outputs)
11593         (verilog-decls-get-ports, verilog-decls-get-regs)
11594         (verilog-decls-get-signals, verilog-decls-get-wires)
11595         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
11596         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
11597         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
11598         (verilog-inject-sense, verilog-library-filenames)
11599         (verilog-mode-release-date, verilog-mode-version)
11600         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
11601         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
11602         (verilog-modi-get-assigns, verilog-modi-get-consts)
11603         (verilog-modi-get-gparams, verilog-modi-get-inouts)
11604         (verilog-modi-get-inputs, verilog-modi-get-outputs)
11605         (verilog-modi-get-ports, verilog-modi-get-regs)
11606         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
11607         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
11608         (verilog-modi-get-wires, verilog-preserve-cache)
11609         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
11610         (verilog-read-sub-decls, verilog-read-sub-decls-line)
11611         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
11612         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
11613         Add caching of additional state, and rework signal extraction
11614         routines to improve AUTO expansion performance by 300%++.
11616 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
11618         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11619         Tweak Open Watcom regexp to distinguish between errors and warnings.
11621 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11623         * dired.el (dired-read-dir-and-switches): Fix up last change.
11625 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
11627         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
11628         out of this function, move it to vc-dispatcher-selection-set.
11630 2008-05-05  Sam Steingold  <sds@gnu.org>
11632         * window.el (delete-other-windows-vertically): New function.
11634 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11636         * dired.el (dired-read-dir-and-switches):
11637         Obey read-file-name-completion-ignore-case.
11639 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
11641         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11642         Add regexp for Open Watcom compiler output.
11644 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
11646         * progmodes/python.el (python-block-pairs): Align finally with except.
11648 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11650         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
11652 2008-05-05  Tom Tromey  <tromey@redhat.com>
11654         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
11655         looking at conflict marker.
11657 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11659         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
11660         client-mode -> vc-client-object, and guess `funcall' was meant.
11661         (vc-dir-mode): Rename client-mode -> vc-client-mode.
11663 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
11665         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
11666         (dbus-debug): Move declarations outside eval-when-compile.
11668 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11670         * proced.el (proced-command-alist): Fix system-type values.
11671         Fix defcustom.
11672         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
11673         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
11674         (proced-sort-start, proced-sort, proced-sort-time): New commands.
11675         (proced-update): Use proced-sorting-scheme.  Update modeline.
11676         (proced-send-signal): Use nreverse.
11677         (proced-sorting-scheme-p): New function.
11679 2008-05-04  Andreas Schwab  <schwab@suse.de>
11681         * vc.el: Require dired when compiling.
11683         * minibuffer.el (completion--insert-strings): Don't delete past bol.
11685 2008-05-03  Glenn Morris  <rgm@gnu.org>
11687         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
11688         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
11689         Simplify compilation requirements.
11690         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
11691         declarations.
11693 2008-05-03  Dave Love  <fx@gnu.org>
11695         * progmodes/python.el (python-beginning-of-statement):
11696         Loop at least once (fixes 2008-02-21 change).
11698 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
11700         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
11701         instead of `length' for comparing length of user and group names.
11703 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
11705         * vc-dispatcher.el: New file, separates out the UI and command
11706         execution machinery from VCS-specific logic left in vc.el.
11707         The separation is not yet completely clean, but it's a good start.
11708         * vc.el: This file is about 1700 lines shorter now.
11709         Remove obsolete logentry-check from the backend API.
11710         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
11711         implementation of the logentry-check method, and it guarded against
11712         a log length limit that has probably been obsolete for 15 years (!).
11714 2008-05-02  Sam Steingold  <sds@gnu.org>
11716         * progmodes/compile.el (compilation-start): Move setting of
11717         compilation-directory after (funcall mode) as that resets local
11718         variables, this fixes recompile in grep buffers.
11719         * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
11720         in dired &c).
11722 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
11724         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11725         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11726         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
11727         has one of these and that all are called in compatible ways.
11728         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11729         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11730         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
11731         backend has one of these.
11733 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11735         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
11736         initialization into define-abbrev-table.  Use :regexp.
11737         (octave-mode-syntax-table): Don't set word syntax for `.
11739         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
11740         than only value.
11742         * dired.el (dired-read-dir-and-switches):
11743         Set minibuffer-completing-file-name and call substitute-in-file-name.
11744         (dired-format-columns-of-files): Use completion--insert-strings.
11746         * minibuffer.el (completion-hilit-commonality): Revert last change:
11747         the leftover code was actually useful.
11748         (completion--insert-strings): Use string-width rather than length.
11750 2008-05-02  Sam Steingold  <sds@gnu.org>
11752         * vc.el (vc-dir-mode-map): Enable mouse bindings.
11753         (vc-at-event): New macro: run the body at the even location.
11754         (vc-dir-menu, vc-dir-toggle-mark): Use it.
11755         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
11756         * subr.el (mouse-event-p): Check if the event is mouse-related.
11758 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
11760         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
11761         Don't throw error if no file is found.
11763 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
11765         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
11766         (vc-default-state-heuristic): Doc fix.
11768 2008-05-02  Richard Sharman  <rsharman@pobox.com>
11770         * hilit-chg.el (highlight-changes-mode): Remove references to
11771         hooks that no longer exist.  Because define-minor-mode is used the
11772         hook highlight-changes-mode-hook exists and can do what both the
11773         old hooks used to do.  The documentation at the top of the file
11774         was updated to demonstrate this.
11775         (highlight-changes-mode): Remove commented out call to a hook
11776         function that is no longer there.
11777         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
11779 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
11781         * vc.el (vc-default-dired-state-info): Change name of primitive
11782         to prettify-state-info, in preparation for ripping out dired mode.
11783         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
11784         to prettify-state-info, in preparation for ripping out dired mode.
11785         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
11786         tries this on a version-controlled buffer.  It will do useless or
11787         actively bad things on any version control system newer than RCS.
11788         * vc-hooks.el (vc-dired-resynch-file):
11789         * vc.el (vc-dired-resynch-file): Change name of primitive to
11790         vc-directory-resynch-file, preparing to remove dired.
11792 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
11794         * vc-rcs.el (vc-rcs-state): Fix typos.
11796         * vc.el (vc-register): Change argument order so that the prefix
11797         argument is assigned correctly.
11798         (vc-next-action, vc-dir-register): Update for the above change.
11800 2008-05-01  Juri Linkov  <juri@jurta.org>
11802         * replace.el (occur-read-primary-args): Set default to the car of
11803         regexp-history and display it in the prompt, but don't add to the
11804         list of minibuffer defaults.  Bind history-add-new-input to nil to
11805         not add automatically `default'.  For empty input return `default'.
11806         Otherwise, add `input' to regexp-history and return it.
11807         (occur-1): Signal an error for the empty regexp.
11809         * progmodes/compile.el (compilation-auto-jump):
11810         Set window point to `pos' explicitly.
11812 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
11814         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
11815         when appropriate.
11816         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
11817         we report the 'unregistered state reliably.
11818         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
11819         we report the 'unregistered state reliably.
11820         * vc-git.el (vc-git-state): Call vc-git-unregistered so
11821         we report the 'unregistered state reliably.
11822         * vc-hooks.el (vc-state): Document that vc-unregistered is
11823         now expected to be returned reliably.
11824         * vc.el (vc-default-dired-state): Change needs-patch state to
11825         needs-update, since the name now shows up in dir-status listings
11826         and was somewhat misleading.
11827         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
11828         immediately after removing the file.
11829         * vc.el (vc-next-action): More informative messages when a fileset
11830         is in a mixed state or files are missing.
11832 2008-05-01  Sam Steingold  <sds@gnu.org>
11834         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
11836 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11838         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
11840 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
11842         * epa-file-hook.el: New file split from epa-file.el.
11843         * epa-file.el: Require 'epa-file-hook.
11844         (epa-file-handler): Add autoload cookie.
11845         * loadup.el: Load epa-file-hook.
11846         * startup.el (command-line): Eval the body of auto-encryption-mode.
11848 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
11850         * vc.el (vc-dir-mode-map): Don't bind "r".
11852         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
11853         (vc-hg-status-printer): New function.
11854         (vc-hg-after-dir-status): Deal with copied and renamed files.
11855         (vc-hg-dir-status): Add flag to show copied files.
11857 2008-05-01  John Paul Wallington  <jpw@pobox.com>
11859         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
11860         (ibuffer-do-sort-by-recency): Reverse sorting order if last
11861         sorting mode was recency.
11863         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
11864         reverse sorting order if last sorting mode was the sorter's.
11866 2008-05-01  Jason Rumney  <jasonr@gnu.org>
11868         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
11870 2008-04-30  John Paul Wallington  <jpw@pobox.com>
11872         * ibuffer.el (define-ibuffer-column filename): When the major mode
11873         is `vc-dir-mode' show the buffer's default directory.
11875         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
11876         major mode is `vc-dir-mode' use the buffer's default directory.
11878 2008-04-30  Sam Steingold  <sds@gnu.org>
11880         * vc.el (vc-dir-delete-file): Add.
11881         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
11882         (vc-delete-file): Do not barf when the file has been already deleted.
11884 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
11886         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
11888 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11890         * progmodes/octave-mod.el (octave-help): New function.
11891         * progmodes/octave-hlp.el: Delete.
11892         * info-look.el (octave-mode): Add operator index.
11894         * vc.el (vc-checkout): Typo.
11896 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
11898         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
11899         Add "..." in the appropriate places.
11901         * epa.el (epa-key-list-mode-map): Add more menu entries.
11902         Add "..." in the appropriate places.
11904         * dired.el (dired-mode-map): Add :help.
11906         * vc.el (vc-deduce-fileset): Add new parameter.
11907         (vc-dir-marked-only-files): New function.
11908         (vc-next-action): Don't ignore directories, look at the files
11909         inside them.
11910         (vc-dir-mode): Document how the mark/unmark commands work.
11912 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11914         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11915         Rule out trailing spaces in file and directory names as well.
11917         * minibuffer.el (completion--do-completion): Move point even if the
11918         completion makes no change.
11919         (completion-pcm-try-completion): Fix computation of new point.
11921 2008-04-30  David Hansen  <david.hansen@gmx.net>
11923         * dired.el: Require 'cl.
11925 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
11927         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
11928         hollow if not in innermost frame.
11930 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11932         Make `checkout-model' apply to filesets.
11933         * vc-hooks.el (vc-checkout-model): Rewrite.
11934         (vc-before-save, vc-after-save): Adjust callers accordingly.
11935         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
11936         (vc-transfer-file): Adjust callers accordingly.
11937         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
11938         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
11939         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
11940         instead of vc-checkout-model.
11941         * vc-mcvs.el (vc-mcvs-revert):
11942         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
11943         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
11944         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
11945         * vc-svn.el (vc-svn-checkout-model):
11946         * vc-hg.el (vc-hg-checkout-model):
11947         * vc-git.el (vc-git-checkout-model):
11948         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
11950         * dired.el (dired-read-dir-and-switches): Replace last change with
11951         a new approach that mixes read-file-name and read-directory-name.
11953         * files.el (read-buffer-to-switch):
11954         Avoid making assumptions about `other-buffer'.
11956 2008-04-29  Sam Steingold  <sds@gnu.org>
11958         * vc.el (vc-dir-mode-hook): Add normal hook.
11959         (vc-dir-mode): Run it.
11961 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
11963         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
11964         Always split windows.
11965         (gdb-speedbar-timer-fn): Only raise frame after user input.
11966         (gdb-same-frame): Reverse initial value.
11967         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
11969         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
11970         gdb-speedbar-timer-fn.
11972 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11974         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
11976 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
11978         * epa.el (epa-key-list-mode-map): Add menu.
11979         (epa-delete-keys, epa-import-keys): Fix typo.
11981 2008-04-29  Glenn Morris  <rgm@gnu.org>
11983         * find-cmd.el (top-level): Does not need cl when compiling.
11985 2008-04-29  Philip Jackson  <phil@shellarchive.co.uk>
11987         * find-cmd.el: New file.
11989 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11991         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
11992         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
11993         (completion-pcm--hilit-commonality): New function.
11994         (completion-pcm-all-completions): Use it.
11996         * minibuffer.el (completion-common-substring): Mark obsolete.
11997         (completions-first-difference, completions-common-part):
11998         Move from simple.el.
11999         (completion-hilit-commonality): New fun.
12000         (display-completion-list, completion-emacs21-all-completions)
12001         (completion-emacs22-all-completions): Use it.
12002         * simple.el (completions-first-difference, completions-common-part):
12003         Move to minibuffer.el.
12004         (choose-completion-string): Use field functions and minibufferp.
12005         (completion-setup-function): Don't set completions faces.
12007 2008-04-29  Glenn Morris  <rgm@gnu.org>
12009         * calendar/calendar.el (calendar-nth-named-absday)
12010         (calendar-nth-named-day):
12011         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
12012         * calendar/holidays.el (holiday-float): Doc fixes.
12014         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
12015         the `full' case.
12017         * org/org-agenda.el (calendar-iso-from-absolute):
12018         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
12019         Fix declarations.
12021 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
12023         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
12024         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
12025         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
12026         (gdb-assembler-custom): Be careful not to match other addresses.
12028 2008-04-29  Jason Rumney  <jasonr@gnu.org>
12030         * battery.el (battery-status-function): Use w32-battery-status
12031         on Windows.
12032         (battery-echo-area-format): Make apm format the general case.
12033         (battery-mode-line-format): Merge apm and pmset formats as the
12034         general case.
12036 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
12038         * progmodes/gdb-ui.el (gdb-info-stack-custom):
12039         Use gud-tool-bar-item-visible-no-fringe.
12040         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
12041         is already visible in frame.  Remove optional size parameter
12042         and add optional frame parameter.
12044         * progmodes/gud.el (gud-display-line): Only consider visible
12045         frames when looking for source buffer.
12047 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
12049         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
12050         argument to get-char-property, in case the current buffer hasn't
12051         been assigned to that window yet.
12052         (doc-view-display): Default to selected window if the current
12053         buffer hasn't been assigned to a window yet.
12055 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
12057         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
12059 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
12061         * net/tramp.el (tramp-mode): New defcustom.
12062         (tramp-file-name-handler, tramp-completion-file-name-handler):
12063         Use it.
12064         (tramp-replace-environment-variables): Handle "$$".
12066 2008-04-28  Sam Steingold  <sds@gnu.org>
12068         * vc-hg.el (vc-hg-rename-file): Fix argument order.
12070 2008-04-28  Bastien Guerry  <bzg@altern.org>
12072         * whitespace.el (whitespace-trailing): Fix typo.
12074 2008-04-28  Sam Steingold  <sds@gnu.org>
12076         * textmodes/remember.el (diary-make-entry): Update the autoload.
12078 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12080         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
12081         all-completions.
12083 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
12085         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
12087 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
12089         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
12090         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
12091         (vc-dir-mark-file): Add an optional argument.
12092         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
12094 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
12096         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
12097         rather than obsolete alias find-file-hooks.
12098         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
12099         Use find-file-hook rather than obsolete alias find-file-hooks.
12100         Add to find-file-not-found-functions.
12101         (epa-file-handler): Put 'safe-magic and 'operations properties.
12103         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
12104         (epa-menu-items): Remove.
12106         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
12107         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
12108         (epa-dired-mode, epa-global-dired-mode): Remove.
12110         * dired.el (dired-mode-map): Bind encryption/decryption commands.
12112         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
12114         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
12116 2008-04-27  Glenn Morris  <rgm@gnu.org>
12118         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
12119         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
12121 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
12123         * org/org.el (org-html-level-start): Always have id's in HTML.
12124         (org-export-as-html): Use `org-link-protocols' to
12125         retrieve the export form of the link.
12126         (org-add-link-type): Final parameter renamed from PUBLISH.
12127         Better documentation of how it is to be used.  Avoid double entries for
12128         the same link type.
12129         (org-add-link-props): New function.
12130         (org-modules-loaded): New variable.
12131         (org-load-modules-maybe, org-set-modules): New function.
12132         (org-modules): New option.
12133         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
12134         (orgtbl-mode, org-store-link, org-insert-link-global)
12135         (org-open-at-point): Call `org-load-modules-maybe'.
12136         (org-search-view): Add more text properties.
12137         (org-agenda-schedule, org-agenda-deadline): Allow also in
12138         search-type agendas.
12139         (org-search-view): Order of arguments has been changed.
12140         Interpret prefix-arg as TODO-ONLY.
12141         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
12142         Take new argument order of `org-search-view' into account.
12143         (org-todo-only): New variable.
12144         (org-search-syntax-table): New variable and function.
12145         (org-search-view): Do the search with the special syntax table.
12146         (define-obsolete-function-alias): Make work with XEmacs.
12147         (org-add-planning-info): Use old date as default when modifying an
12148         existing deadline or scheduled item.
12149         (org-agenda-compute-time-span): Make argument N optional.
12150         (org-agenda-format-date-aligned): Require `cal-iso'.
12151         (org-agenda-list): Include week into agenda heading, don't
12152         list it at each date (only on Mondays).
12153         (org-read-date-analyze): Define local variable `iso-date'.
12154         (org-agenda-format-date-aligned): Remove dependency on
12155         `calendar-time-from-absolute'.
12156         (org-remember-apply-template, org-go-to-remember-target):
12157         Interpret filenames relative to `org-directory'.
12158         (org-complete): Silently fail when trying to complete
12159         keywords that don't have a default value.
12160         (org-get-current-options): Add a #+DATE: option.
12161         (org-additional-option-like-keywords): Remove "DATE:" from the
12162         list of additional keywords.
12163         (org-export-as-html): Remove (current-time) as unnecessary second
12164         argument of `format-time-string'.
12165         (org-clock-find-position): Handle special case at end of buffer.
12166         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
12167         `org-agenda-change-time-span'.
12168         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
12169         `org-agenda-change-time-span'.
12170         (org-agenda-month-view): New argument MONTH, pass it on to
12171         `org-agenda-change-time-span'.
12172         (org-agenda-year-view): New argument YEAR, pass it on to
12173         `org-agenda-change-time-span'.
12174         (org-agenda-change-time-span): New optional argument N, pass it on
12175         to `org-agenda-compute-time-span'.
12176         (org-agenda-compute-time-span): New argument N, interpret it by
12177         changing the starting day.
12178         (org-small-year-to-year): New function.
12179         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
12180         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
12181         into the future, and that the shift is at least one interval, never 0.
12182         (org-update-checkbox-count): Fix bug with checkbox counting.
12183         (org-add-note): New command.
12184         (org-add-log-setup): Rename from `org-add-log-maybe'.
12185         (org-log-note-headings): New entry for plain notes (i.e. notes not
12186         related to state changes or clocking).
12187         (org-get-org-file): Check for availability of `remember-data-file'.
12188         (org-cached-entry-get): Allow a regexp value for
12189         `org-use-property-inheritance'.
12190         (org-use-property-inheritance): Allow regexp value.  Fix bug in
12191         customization type.
12192         (org-use-tag-inheritance): Allow a list and a regexp value for
12193         this variable.
12194         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
12195         (org-entry-get): Respect value `selective' for the INHERIT argument.
12196         (org-tag-inherit-p, org-property-inherit-p): New functions.
12197         (org-agenda-format-date-aligned): Allow 10 characters for
12198         weekday, to accommodate German locale.
12199         (org-add-archive-files): New function.
12200         (org-agenda-files): New argument `ext', to get archive files as well.
12201         (org-tbl-menu): Protect the use of variables that
12202         are only available when org-table.el gets loaded.
12203         (org-read-agenda-file-list): Error if `org-agenda-files' is a
12204         single directory.
12205         (org-open-file): Allow a batch process to trigger
12206         waiting after executing a system command.
12207         (org-store-link): Link to headline when there is not
12208         target and no region in an org-mode buffer when creating a link.
12209         (org-link-types-re): New variable.
12210         (org-make-link-regexps): Compute `org-link-types-re'.
12211         (org-make-link-description-function): New option.
12212         (org-agenda-date, org-agenda-date-weekend): New faces.
12213         (org-archive-sibling-heading): New option.
12214         (org-archive-to-archive-sibling): New function.
12215         (org-iswitchb): New command.
12216         (org-buffer-list): New function.
12217         (org-agenda-columns): Also try the #+COLUMNS line in
12218         the buffer associated with the entry at point (or with the first
12219         entry in the agenda view).
12220         (org-modules): Add entry for org-bibtex.el.
12221         (org-completion-fallback-command): Move into `org-completion' group.
12222         (org-clock-heading-function): Move to `org-progress' group.
12223         (org-auto-repeat-maybe): Make sure that a note can
12224         be enforces if `org-log-repeat' is `note'.
12225         (org-modules): Allow additional symbols for external packages.
12226         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
12227         (org-clock-goto): Hide drawers after showing an
12228         entry with `org-clock-goto'.
12229         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
12230         Try also a clocktable block shift.
12231         (org-clocktable-try-shift): New function.
12232         (org-columns-hscoll-title): New function.
12233         (org-columns-previous-hscroll): New variable.
12234         (org-columns-full-header-line-format): New variable.
12235         (org-columns-display-here-title, org-columns-remove-overlays):
12236         Install `org-columns-hscoll-title' in post-command-hook.
12238         * org/org.el: Split into many small files.
12240         * org/org-agenda.el: New file, split off from org.el.
12242         * org/org-archive.el: New file, split off from org.el.
12244         * org/org-bbdb.el: New file.
12246         * org/org-bibtex.el: New file, split off from org.el.
12248         * org/org-clock.el: New file, split off from org.el.
12250         * org/org-colview.el: New file, split off from org.el.
12252         * org/org-compat.el: New file, split off from org.el.
12254         * org/org-exp.el: New file, split off from org.el.
12256         * org/org-faces.el: New file, split off from org.el.
12258         * org/org-gnus.el: New file, split off from org.el.
12260         * org/org-info.el: New file, split off from org.el.
12262         * org/org-infojs.el: New file.
12264         * org/org-irc.el: New file.
12266         * org/org-macs.el: New file, split off from org.el.
12268         * org/org-mew.el: New file.
12270         * org/org-mhe.el: New file, split off from org.el.
12272         * org/org-publish.el: New file, split off from org.el.
12274         * org/org-remember.el: New file, split off from org.el.
12276         * org/org-rmail.el: New file, split off from org.el.
12278         * org/org-table.el: New file, split off from org.el.
12280         * org/org-vm.el: New file, split off from org.el.
12282         * org/org-wl.el: New file, split off from org.el.
12284 2008-04-27  Jason Riedy  <jason@acm.org>
12286         * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
12287         parameter that suppresses lines that evaluate to NIL.
12288         (orgtbl-get-fmt): New inline function for
12289         picking apart formats that may be lists.
12290         (orgtbl-apply-fmt): New inline function for applying formats that
12291         may be functions.
12292         (orgtbl-eval-str): New inline function for strings that may be
12293         functions.
12294         (orgtbl-format-line, orgtbl-to-generic): Use and document.
12295         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
12296         (*orgtbl-llfmt*, *orgtbl-llstart*)
12297         (*orgtbl-llend*): Dynamic variables for last-line formatting.
12298         (orgtbl-format-section): Shift formatting to support detecting the
12299         last line and formatting it specially.
12300         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
12301         formats unless overridden.
12302         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
12303         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
12304         bound variables to hold the input collection of lines and output
12305         formatted text.
12306         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
12307         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
12308         format parameters.
12309         (orgtbl-format-line): New function encapsulating formatting for a
12310         single line.
12311         (orgtbl-format-section): Similar for each section.  Rebinding the
12312         dynamic vars customizes the formatting for each section.
12313         (orgtbl-to-generic): Use orgtbl-format-line and
12314         orgtbl-format-section.
12315         (org-get-param): Now unused, so delete.
12316         (orgtbl-gather-send-defs): New function to
12317         gather all the SEND definitions before a table.
12318         (orgtbl-send-replace-tbl): New function to find the RECEIVE
12319         corresponding to the current name.
12320         (orgtbl-send-table): Use the previous two functions and implement
12321         multiple destinations for each table.
12323         * doc/org.texi (A LaTeX example): Note that fmt may be a
12324         one-argument function, and efmt may be a two-argument function.
12325         (Radio tables): Document multiple destinations.
12327 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
12329         * org/org-agenda.el (org-add-to-diary-list): New function.
12330         (org-prefix-has-effort): New variable.
12331         (org-sort-agenda-noeffort-is-high): New option.
12332         (org-agenda-columns-show-summaries)
12333         (org-agenda-columns-compute-summary-properties): New options.
12334         (org-format-agenda-item): Compute the duration of the item.
12335         (org-agenda-weekend-days): New variable.
12336         (org-agenda-list, org-timeline): Use the proper faces for dates in
12337         the agenda and timeline buffers.
12338         (org-agenda-archive-to-archive-sibling): New command.
12339         (org-agenda-start-with-clockreport-mode): New option.
12340         (org-agenda-clockreport-parameter-plist): New option.
12341         (org-agenda-clocktable-mode): New variable.
12342         (org-agenda-deadline-leaders): Allow a function value for the
12343         deadline leader.
12344         (org-agenda-get-deadlines): Deal with new function value.
12346         * org/org-clock.el (org-clock): New customization group.
12347         (org-clock-into-drawer, org-clock-out-when-done)
12348         (org-clock-in-switch-to-state, org-clock-heading-function):
12349         Move into the new group.
12350         (org-clock-out-remove-zero-time-clocks): New option.
12351         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
12352         (org-dblock-write:clocktable): Allow a Lisp form for the scope
12353         parameter.
12354         (org-dblock-write:clocktable): Fix bug with total time calculation.
12355         (org-dblock-write:clocktable): Request the unrestricted list of files.
12356         (org-get-clocktable): New function.
12357         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
12358         be strings but also integers (an absolute day number) and lists (m d y).
12360         * org/org-colview.el (org-columns-next-allowed-value)
12361         (org-columns-edit-value): Limit the effort for updating in the
12362         agenda to recomputing a single file.
12363         (org-columns-compute): Only write property value if it has changed.
12364         This avoids raising the buffer-change-flag unnecessarily.
12365         (org-agenda-colview-summarize)
12366         (org-agenda-colview-compute): New functions.
12367         (org-agenda-columns): Call `org-agenda-colview-summarize'.
12369         * org/org-exp.el (org-export-run-in-background): New option.
12370         (org-export-icalendar): Allow a batch process to trigger waiting
12371         after executing a system command.
12372         (org-export-preprocess-string): Rename from
12373         `org-cleaned-string-for-export'.
12374         (org-export-html-style): Made target class look like normal text.
12375         (org-export-as-html): Make use of the better preprocessing in
12376         `org-cleaned-string-for-export'.
12377         (org-cleaned-string-for-export): Better treatment of heuristic
12378         targets, many more internal links will now work in HTML export.
12379         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
12380         (org-export-inbuffer-options-extra): New variable.
12381         (org-export-options-filters): New hook.
12382         (org-infile-export-plist): Find also the settings keywords in
12383         `org-export-inbuffer-options-extra'.
12384         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
12385         multiple #+INFOJS_OPT lines.
12386         (org-export-html-handle-js-options): New function.
12387         (org-export-html-infojs-setup): New option.
12388         (org-export-as-html): Call `org-export-html-handle-js-options'.
12389         Add autoload to all entry points.
12390         (org-skip-comments): Function removed.
12392         * org/org-table.el (org-table-make-reference): Extra parenthesis
12393         around single fields, to make sure that algebraic formulas get
12394         correctly interpreted by calc.
12395         (org-table-current-column): No longer interactive.
12397         * org/org-export-latex.el (org-export-latex-preprocess):
12398         Rename from `org-export-latex-cleaned-string'.
12400 2008-04-27  Bastien Guerry  <bzg@altern.org>
12402         * org/org-publish.el (org-publish-get-base-files-1): New function.
12403         (org-publish-get-base-files): Use it.
12404         (org-publish-temp-files): New variable.
12405         Don't require 'dired-aux anymore.
12406         (org-publish-initial-buffer): New variable.
12407         (org-publish-org-to, org-publish): Use it.
12408         (org-publish-get-base-files-1): Bug fix: get
12409         the proper list of files when recursing thru a directory.
12410         (org-publish-get-base-files): Use the :exclude property to skip
12411         both files and directories.
12413 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
12415         * net/tramp.el (tramp-handle-make-symbolic-link)
12416         (tramp-handle-file-name-directory)
12417         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
12418         (tramp-do-copy-or-rename-file-directly)
12419         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
12420         (tramp-handle-substitute-in-file-name)
12421         (tramp-handle-insert-file-contents, tramp-handle-write-region)
12422         * net/tramp-cache.el (tramp-get-file-property)
12423         (tramp-set-file-property, tramp-flush-file-property)
12424         (tramp-flush-directory-property)
12425         * net/tramp-compat.el (tramp-compat-make-temp-file)
12426         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
12427         Disable `file-name-handler-alist' when handling localname.
12428         It could have a remote file syntax, like a VMS file name.
12430 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12432         * whitespace.el: New version 11.1.
12433         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
12434         enclosed by \\( and \\)$.  Docstring fix.
12435         (whitespace-trailing-regexp): Fun removed.
12436         (whitespace-report-list): Const initialization fix.
12437         (whitespace-color-on): Code fix.
12439 2008-04-27  Andreas Schwab  <schwab@suse.de>
12441         * Makefile.el: Unbreak bootstrap.
12443 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
12445         * net/tramp.el (tramp-replace-environment-variables): New defun.
12446         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
12447         Use it.
12449 2008-04-27  Glenn Morris  <rgm@gnu.org>
12451         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
12453         * calculator.el (calculator-expt): Replace cl function `oddp'.
12455 2008-04-27  Johan Bockgård  <bojohan@gnu.org>
12457         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
12458         Simplify.  Collect `defun' and `autoload' entries.
12459         Avoid modifying load-history.
12461 2008-04-26  Glenn Morris  <rgm@gnu.org>
12463         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
12465         * simple.el (quoted-insert, zap-to-char): Revert previous change.
12467 2008-04-26  John Paul Wallington  <jpw@pobox.com>
12469         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
12470         `hexl-mode-old-eldoc-documentation-function'.
12471         (hexl-mode-exit): Restore it.
12472         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
12474         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
12476 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
12478         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
12479         (completion-pcm--all-completions): Doc fix.
12480         (completion-styles-alist, completion-all-completions):
12481         Fix typos in docstrings.
12483 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12485         * whitespace.el: There is now only one variable (whitespace-style) to
12486         specify which kind of blank is visualized.  Doc and docstring fix.
12487         New version 11.0.
12488         (whitespace-style): New option, replace whitespace-style-mark and
12489         whitespace-style-color.
12490         (whitespace-style-mark, whitespace-style-color): Options removed.
12491         (whitespace-hspace, whitespace-tab, whitespace-newline)
12492         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
12493         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
12494         (whitespace-hspace-regexp, whitespace-space-regexp)
12495         (whitespace-tab-regexp, whitespace-trailing-regexp)
12496         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
12497         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
12498         (whitespace-space-after-tab-regexp, whitespace-line-column)
12499         (whitespace-display-mappings, whitespace-report): Docstring fix.
12500         (whitespace-color-value-list, whitespace-mark-value-list)
12501         (whitespace-active-color, whitespace-active-mark)
12502         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
12503         (whitespace-style-value-list, whitespace-active-style)
12504         (whitespace-toggle-style): New vars.
12505         (whitespace-toggle-option-alist, whitespace-help-text):
12506         Var initialization and docstring fix.
12507         (whitespace-toggle-options, global-whitespace-toggle-options)
12508         (whitespace-cleanup, whitespace-cleanup-region)
12509         (whitespace-report-region, whitespace-interactive-char)
12510         (whitespace-toggle-list): Docstring and code fix.
12511         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
12512         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
12513         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
12514         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
12516 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12518         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
12519         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
12520         (diff-sanity-check-hunk): Adjust code accordingly.
12522 2008-04-26  Glenn Morris  <rgm@gnu.org>
12524         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
12526         * forms-d2.dat: Move to ../etc.
12527         * forms-d2.el (forms-file): Adapt for above change.
12529         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
12530         `translation-table-for-input'.
12532         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
12533         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
12535         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
12536         to punctuation now it's not needed for abbrevs.
12537         (fortran-mode-abbrev-table): Remove defvar, make use of new
12538         define-abbrev-table :regexp feature.
12540         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
12541         insert, now that translation-table-for-input is not needed.
12543 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
12545         * emacs-lisp/pp.el (pp-display-expression): New function,
12546         extracted from pp-eval-expression.
12547         (pp-eval-expression): Use pp-display-expression.
12548         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
12549         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
12550         (pp-eval-last-sexp): Use pp-last-sexp.
12552 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12554         * abbrev.el (define-abbrev-table): Apply props even if the table
12555         exists already.
12557         * minibuffer.el (completion-table-with-context): Fix `pred' for the
12558         various kinds of completion tables.
12559         (completion-emacs22-try-completion): Place cursor after the /, as was
12560         done in Emacs-22's minibuffer-complete-word.
12561         Fix bug reported by David Hansen <david.hansen@gmx.net>.
12562         (completion-emacs22-try-completion): Merge all mergeable text rather
12563         than just /.
12564         (completion-pcm--delim-wild-regex): New var.
12565         (completion-pcm-word-delimiters): New custom.
12566         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
12567         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
12568         (completion-pcm--all-completions, completion-pcm-all-completions)
12569         (completion-pcm--merge-completions, completion-pcm--pattern->string)
12570         (completion-pcm-try-completion): New functions.
12571         (completion-styles-alist): Add them.
12572         (completion-styles): Add it to the default.
12574 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
12576         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
12577         (gdb-var-create-handler): ...until here when there are values.
12578         (gdb-post-prompt): Don't do -var-update with no watch expressions.
12579         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
12581 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
12583         * ls-lisp.el (ls-lisp-format): Fix last change.
12584         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
12585         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
12586         (ls-lisp-filesize-f-fmt): New defvars.
12587         (ls-lisp-insert-directory): Dynamically compute format specifiers
12588         for displaying UID, GID, and file size, and store them in the
12589         above variables.
12590         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
12591         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
12592         instead of constant format strings.
12593         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
12594         ls-lisp-filesize-d-fmt instead of constant format strings.
12596 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
12598         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
12599         value of addresses rather than (partial) string value.
12600         (gdb-frame-handler): Change regexp according to above change.
12601         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
12602         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
12603         (gdb-assembler-mode): Disable undo in these buffers.
12605 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
12607         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
12608         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
12610 2008-04-24  Sam Steingold  <sds@gnu.org>
12612         * textmodes/remember.el (remember-diary-extract-entries): Use
12613         diary-make-entry instead of the obsolete make-diary-entry.
12615 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12617         * subr.el (translation-table-for-input): Mark as obsolete.
12619         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
12621         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
12623         * textmodes/ispell.el (ispell-dictionary-alist-1)
12624         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
12625         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
12626         (ispell-dictionary-alist-6): Remove.
12627         (ispell-dictionary-base-alist): New var, merges the above.
12628         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
12629         Use it.
12630         (ispell-dictionary-alist): Default to nil.  Remove autoload.
12631         (ispell-local-dictionary-alist): Remove autoload.
12633         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
12634         (f90-mode-abbrev-table): Use the new :regexp feature.
12635         Merge defvar and mapc into define-abbrev-table.
12636         (f90-imenu-type-matcher): Remove unused `l'.
12637         (f90-imenu-generic-expression): Remove unused `not-ib'.
12638         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
12639         (f90-change-keywords): Use restore-buffer-modified-p.
12641 2008-04-24  Glenn Morris  <rgm@gnu.org>
12643         * net/goto-addr.el (goto-address-prog-mode):
12644         * progmodes/bug-reference.el (bug-reference-prog-mode):
12645         Define for compiler.
12647         * minibuffer.el (x-file-dialog): Declare as function.
12649         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
12650         dframe-update-speed rather than obsolete alias speedbar-update-speed.
12652         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
12653         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
12654         work with easymenu.  Add :keys where needed.
12656         * calendar/cal-move.el (calendar-scroll-left): Handle case when
12657         event-start is nil.
12659         * calendar/calendar.el (calendar-mode-map): Fix typo.
12661 2008-04-24  Tom Tromey  <tromey@redhat.com>
12663         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
12664         Document keywords.  Add :suppress.
12665         * pcvs-defs.el (cvs-mode-map): Use :suppress.
12667         * net/goto-addr.el (goto-address-unfontify): New function.
12668         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
12669         (goto-address-fontify-region, goto-address-mode)
12670         (goto-address-prog-mode): New functions.
12672         * progmodes/bug-reference.el: New file.
12674 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12676         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
12678 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12680         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
12681         macros within lambdas.
12683 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12685         * minibuffer.el (completion-try-completion): Add `point' argument.
12686         Change return value.
12687         (completion-all-completions): Add `point' argument.
12688         (minibuffer-completion-help): Pass the new `point' argument.
12689         (completion--do-completion): Pass the whole field to try-completion.
12690         (completion--try-word-completion): Rewrite, making fewer assumptions.
12691         (completion-emacs21-try-completion, completion-emacs21-all-completions)
12692         (completion-emacs22-try-completion, completion-emacs22-all-completions)
12693         (completion-basic-try-completion, completion-basic-all-completions):
12694         New functions.
12695         (completion-styles-alist): Use them.
12697 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
12699         * textmodes/ispell.el (ispell-set-spellchecker-params):
12700         New function to make sure right params and dictionary alists are used
12701         after spellchecker changes.
12702         (ispell-aspell-dictionary-alist, ispell-last-program-name)
12703         (ispell-initialize-spellchecker-hook): New variables and hook.
12704         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
12705         (ispell-maybe-find-aspell-dictionaries): Remove.
12706         Calls replaced by (ispell-set-spellchecker-params) calls.
12707         (ispell-have-aspell-dictionaries): Remove.
12709         * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
12710         by ispell-set-spellchecker-params.
12712 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12714         * complete.el (PC-do-completion): Be more robust in the presence of
12715         unexpected values in minibuffer-completion-predicate.
12717         * minibuffer.el (read-file-name): Don't let-bind default-directory.
12718         Only abbreviate default-filename if it's a file.
12720         * minibuffer.el (read-file-name-function, read-file-name-predicate)
12721         (read-file-name-completion-ignore-case, insert-default-directory):
12722         New vars, moved from fileio.c.
12723         (read-file-name): New fun, moved from fileio.c.
12724         * cus-start.el: Remove insert-default-directory and
12725         read-file-name-completion-ignore-case.
12727 2008-04-23  Magnus Henoch  <mange@freemail.hu>
12729         * tar-mode.el (tar-untar-buffer): If the entry has directory
12730         link type, extract it as a directory even if its file name doesn't
12731         end with a slash.  Fixes extraction of NetBSD tar archives.
12733 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12735         * server.el (server-start): Also don't get confused by CRs since we
12736         don't quote them.
12738 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
12740         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
12741         (gdb-set-gud-minor-mode-existing-buffers)
12742         (gdb-info-breakpoints-custom, gdb-get-location)
12743         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
12744         Previously gdb-create-define-alist wasn't always run and added to
12745         after-save-hook.
12747         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
12749 2008-04-23  Kevin Ryde  <user42@zip.com.au>
12751         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
12752         comments like unindented ones.
12754 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12756         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
12757         parameter origins.
12759 2008-04-23  Kevin Ryde  <user42@zip.com.au>
12761         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12762         Bind print-level to ensure output forms aren't truncated if
12763         print-level is set to eval-expression-print-level when going via
12764         eval-defun and friends, or has been otherwise fiddled with.
12766 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12768         * progmodes/cc-mode.el (c-basic-common-init): Don't set
12769         font-lock-extend-after-change-region-function globally.
12771 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
12773         * speedbar.el (speedbar-use-tool-tips-flag)
12774         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
12775         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
12776         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
12777         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
12778         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
12779         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
12780         (speedbar-separator-face): Fix typos in docstrings.
12781         (speedbar-stealthy-function-list, speedbar-verbosity-level)
12782         (speedbar-supported-extension-expressions, speedbar-update-current-file)
12783         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
12784         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
12785         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
12786         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
12787         (speedbar-check-vc-this-line, speedbar-files-line-directory)
12788         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12789         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
12790         (speedbar-recenter): Doc fixes.
12791         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
12792         declaration and remove redundant info in docstring.
12794 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
12796         * vc-git.el (vc-git-status-printer): Deal with directories.
12798         * vc.el (vc-next-action): Look at more than the first file to
12799         determine the state.
12801 2008-04-23  Glenn Morris  <rgm@gnu.org>
12803         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
12804         timers.  Doc fix.
12805         (dframe-update-speed): Drop support for XEmacs < 20.
12806         (dframe-frame-mode): Drop support for Emacs < 20.
12807         (dframe-set-timer-internal): Drop support for Emacs without timers.
12808         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
12810         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
12811         versions.  Add doc-string.  Mark as obsolete.
12813         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
12815         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
12816         rather than using an Emacs version test.
12818         * tree-widget.el (tree-widget-image-enable): Use display-images-p
12819         rather than an Emacs version test.
12821         * calendar/cal-china.el (holiday-chinese-qingming)
12822         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
12823         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
12824         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
12826         * calendar/cal-islam.el (holiday-islamic): Doc fix.
12828         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
12829         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
12830         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
12832 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
12834         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
12835         (gdb-previous-frame-pc-address): ...to this.
12836         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
12837         of "info frame" with Gdb 6.4+.
12838         (gdb-stack-list-frames-regexp): New regexp.
12839         (gdb-frame-handler-1): Parse output of -stack-info-frame.
12841 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
12843         * tar-mode.el (tar-prefix-offset): New constant.
12844         (tar-header-block-tokenize): Support paths with long names
12845         which use the "ustar" standard.
12847 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
12849         * image-dired.el (image-dired-track-original-file)
12850         (image-dired-modify-mark-on-thumb-original-file):
12851         Use `dired-goto-file' instead of `search-forward'.  This solves
12852         a bug with finding files where the file name is a subset of other
12853         file names.  Doc fix.
12855 2008-04-22  Juri Linkov  <juri@jurta.org>
12857         * menu-bar.el (buffers-menu-max-size): Move its definition down to
12858         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
12859         (yank-menu-length): Change group name `mouse' to `menu'.
12860         (buffers-menu-buffer-name-length): New user option.
12861         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
12862         instead of the hard-coded number 27.
12864 2008-04-22  Juri Linkov  <juri@jurta.org>
12866         * isearch.el (eval-when-compile): Require `help-macro'.
12867         (isearch-help-for-help-internal): Isearch specific Help screen
12868         created by `make-help-screen'.
12869         (isearch-help-map): New variable that binds "b", "k", "m" to
12870         isearch-specific commands, and binds other keys to
12871         isearch-other-control-char, thus allowing other Help keys to
12872         exit isearch mode and execute their global definitions.
12873         (isearch-help-for-help, isearch-describe-bindings)
12874         (isearch-describe-key, isearch-describe-mode): New commands.
12875         (isearch-mode-help): Define alias to isearch-describe-mode
12876         and remove its old function definition.
12877         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
12878         Remove old comments because this issue is settled now.
12879         (isearch-forward): Describe three new Help commands in the docstring.
12880         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
12881         leave the single sentence at the first line of the docstring,
12882         and prepend the word "function" before `isearch-forward'
12883         to make the Help link to the function instead of variable.
12885 2008-04-22  Juri Linkov  <juri@jurta.org>
12887         * isearch.el (isearch-success-function): New variable with default
12888         to `isearch-success-function-default'.
12889         (isearch-search): Call a function from `isearch-success-function'
12890         instead of calling the hard-coded `isearch-range-invisible'.
12891         (isearch-success-function-default): New function that calls
12892         `isearch-range-invisible' and inverts its return value.
12894         * info.el (Info-search): In two similar places that skip
12895         undesired search matches move code to Info-search-success-function,
12896         and call `isearch-success-function' instead.
12897         (Info-search-success-function): New function copied from code
12898         in Info-search.  Replace isearch-range-invisible with
12899         text-property-not-all that checks for 'invisible and 'display
12900         properties to skip partially invisible matches (whose display
12901         properties were set by Info-fontify-node).
12902         (Info-mode): Set buffer-local isearch-success-function
12903         to Info-search-success-function.
12905 2008-04-22  Juri Linkov  <juri@jurta.org>
12907         * minibuffer.el (internal-complete-buffer-except): New function.
12909         * files.el (read-buffer-to-switch): New function.
12910         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
12911         Change interactive spec to call read-buffer-to-switch instead of
12912         using the letter "B".
12914         * simple.el (minibuffer-default-add-shell-commands): New function.
12915         Use declare-function for mailcap-file-default-commands from "mailcap".
12916         (shell-command): Set local minibuffer-default-add-function to
12917         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
12918         before calling read-shell-command.  Set 4th arg default-value of
12919         read-shell-command to relative buffer-file-name in file buffers.
12921         * dired-aux.el (dired-read-shell-command-default): Move it to
12922         gnus/mailcap.el and change its name to more general name
12923         mailcap-file-default-commands.
12924         (minibuffer-default-add-dired-shell-commands): New function.
12925         Use declare-function for mailcap-file-default-commands from "mailcap".
12926         (dired-read-shell-command): Set local minibuffer-default-add-function
12927         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
12928         before calling read-shell-command.  Remove dired-read-shell-command-default
12929         from the default value arg because default values are not set in
12930         minibuffer-default-add-dired-shell-commands.  Doc fix.
12932         * dired-x.el (dired-smart-shell-command): Sync arguments and
12933         interactive spec with changes in `shell-command'.
12934         Use dired-get-filename to get the dired file name at point
12935         as the default value in dired mode.
12937 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
12939         * info.el (Info-complete-menu-item): Add missing parenthesis.
12941 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12943         * info.el (Info-complete-menu-item): Save point.
12945 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
12947         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
12949 2008-04-22  Andreas Schwab  <schwab@suse.de>
12951         * Makefile.in (emacs-deps): Define.
12952         Use it instead of $(lisp)/subdirs.el.
12954 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
12956         * vc.el (vc-next-action): Do not consider directories when
12957         checking for state compatibility.
12958         (vc-transfer-file): Use when not if.
12959         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
12960         (vc-dir-mark-file): Use them.
12961         (vc-deduce-fileset): Also return the backend.
12962         (vc-diff-internal): Take as argument the value returned by
12963         vc-deduce-fileset instead of just the fileset.
12964         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
12965         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
12966         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
12968 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
12970         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
12971         set-window-vscroll but image-scroll-down.  Fixes a bug where a
12972         command following SPC scrolled up again.
12974 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
12976         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
12977         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
12978         (gud-watch): Add "$" prefix when in registers buffer.
12980 2008-04-22  Glenn Morris  <rgm@gnu.org>
12982         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
12984         * whitespace.el (whitespace-display-table)
12985         (whitespace-display-table-was-local): Move definitions before use.
12987         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
12988         (copyright-limit): Respect copyright-at-end-flag.
12989         (copyright-re-search, copyright-start-point)
12990         (copyright-offset-too-large-p): New functions.
12991         (copyright-update-year): Use copyright-re-search.
12992         (copyright-update, copyright-fix-years): Use copyright-start-point,
12993         and copyright-re-search.
12994         (copyright): Use copyright-offset-too-large-p.
12995         * add-log.el (change-log-mode): Set copyright-at-end-flag.
12997         * add-log.el (top-level): Require 'cl when compiling.
12999 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13001         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
13002         Treat minibuffer-completion-predicate as a predicate.
13004         * minibuffer.el (completion--file-name-table): Accept both the old
13005         `dir' arg or the new `pred' arg.
13007         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
13008         `predicate' argument to pass non-predicate data.
13009         (ffap-read-url-internal, ffap-read-file-or-url-internal):
13010         Use second arg as proper predicate.
13012         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
13013         (vc-bzr-revision-completion-table): Use completion-table-with-context
13014         instead.
13016         * simple.el (choose-completion-string): Use minibuffer-completion-table.
13018 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
13020         * term.el (term-emulate-terminal): Perform redisplay after the
13021         process filter has finished running.
13023 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13025         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
13027         * minibuffer.el (completion-try-completion): Change magic symbol
13028         property name.  Rename from minibuffer-try-completion.
13029         (completion-all-completions): Rename from minibuffer-all-completions.
13030         Remove hide-spaces argument.
13031         (completion--do-completion): Rename from minibuffer--do-completion.
13032         (minibuffer-complete-and-exit): Call just try-completion rather than
13033         completion-try-completion to fix up the case.
13034         (completion--try-word-completion): Try to add space or hyphen before
13035         making `string' a prefix of `completion'.
13036         (completion--insert-strings): Rename from minibuffer--insert-strings.
13038 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13040         * net/tls.el (tls-program): Add -ign_eof argument to call the
13041         openssl commands.
13042         (tls-checktrust): Ditto.
13044 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
13046         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
13048         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
13049         (vc-check-master-templates, vc-file-not-found-hook)
13050         (vc-kill-buffer-hook):
13051         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
13052         (vc-find-position-by-context, vc-buffer-context)
13053         (vc-restore-buffer-context, vc-responsible-backend)
13054         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
13055         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
13056         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
13057         (vc-version-diff, vc-diff, vc-insert-headers)
13058         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
13059         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
13060         (vc-revert, vc-rollback, vc-version-backup-file)
13061         (vc-rename-master, vc-delete-file, vc-rename-file)
13062         (vc-branch-part, vc-default-retrieve-snapshot)
13063         (vc-annotate-display-autoscale, vc-annotate-display-select)
13064         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
13065         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
13066         (vc-dir-update): Handle directories.
13067         (vc-default-status-printer): Simplify.
13069         * progmodes/asm-mode.el (asm-mode-map):
13070         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
13072         * progmodes/m4-mode.el (m4-mode-map): Add menu.
13074 2008-04-21  Kenichi Handa  <handa@m17n.org>
13076         * select.el (xselect-convert-to-string): Send a C_STRING only if
13077         the polymorphic target TEXT is requested.
13079 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
13081         * minibuffer.el (completion-setup-hook, display-completion-list)
13082         (completion--file-name-table): Fix typos in docstrings.
13083         (completion-table-dynamic): Fix typo, and reflow docstring.
13085 2008-04-20  Andreas Schwab  <schwab@suse.de>
13087         * server.el (server-switch-buffer): Also consider clients in the
13088         selected frame.
13090 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
13092         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
13093         Select window clicked on first.
13094         (gdb): Display thread number in mode-line.
13095         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
13096         (gdb-breakpoints-header): New variable.
13097         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
13099 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13101         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
13102         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
13103         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
13104         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
13105         (vc-sccs-print-log): Use it.
13107         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
13109         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
13110         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
13112         * tooltip.el (tooltip-previous-message): New var.
13113         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
13114         the C code (avoid overwriting a minibuffer, restore previous echo
13115         message, ...).
13116         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
13117         Simplify.
13119 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
13121         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
13122         (gdb-init-1): Initialise it.
13123         (gdb-annotation-rules): New entry for "new-thread".
13124         (gdb-thread-identification): New function to customize
13125         mode-line-buffer-identification.
13126         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
13127         (gdb-assembler-mode): Use it.
13128         (gdb-threads-mode): Force "info threads" onto queue.
13130 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13132         * files.el (locate-file-completion-table): Rename from
13133         locate-file-completion and make it use `pred' in the normal way.
13134         (locate-file-completion): New compatibility wrapper.
13135         (load-library): Use locate-file-completion-table.
13136         * finder.el (finder-commentary):
13137         * subr.el (locate-library):
13138         * emacs-lisp/find-func.el (find-library): Likewise.
13139         * info.el: Use with-current-buffer and inhibit-read-only.
13140         (Info-read-node-name-2): Change to use `predicate' in the normal way.
13141         (Info-read-node-name-1): Adjust uses accordingly.
13143         * minibuffer.el (completion-table-with-context): Add support for `pred'.
13144         (completion-table-with-terminator): Don't use complete-with-action
13145         since we have to distinguish all three cases anyway.
13146         (completion-table-with-predicate): New function.
13147         (dynamic-completion-table): Add obsolete alias.
13149         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
13151 2008-04-18  Sam Steingold  <sds@gnu.org>
13153         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
13154         Use quit-window instead of bury-buffer.
13156 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13158         * minibuffer.el (completion-table-with-terminator): Fix last fix.
13160 2008-04-18  Andreas Schwab  <schwab@suse.de>
13162         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
13163         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
13164         Depend on $(lisp)/subdirs.el.
13166 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
13168         * descr-text.el (describe-char-after):
13169         Use `define-obsolete-function-alias'.
13171         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
13173         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
13175         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
13176         Remove redundant obsolescence info in docstring.
13178         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
13179         (vc-header-alist): Add WHEN to obsolescence declaration.
13180         (vc-state): Fix typo in docstring.
13182         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
13183         Use `define-obsolete-variable-alias'.
13185         * emulation/tpu-edt.el (tpu-have-ispell):
13186         * international/codepage.el (codepage-setup):
13187         Fix typo in obsolescence declaration.
13189         * international/mule.el (char-coding-system-table):
13190         Remove redundant obsolescence info in docstring.
13191         (charset-list, generic-char-p, set-char-table-default):
13192         Fix typos in obsolescence declarations.
13194         * international/mule-diag.el (non-iso-charset-alist):
13195         Fix typo in obsolescence declaration.
13196         (decode-codepage-char): Remove redundant obsolescence info in docstring.
13198         * font-core.el (font-lock-defaults-alist):
13199         * font-lock.el (font-lock-reference-face):
13200         * frame.el (screen-height, screen-width, set-screen-width)
13201         (set-screen-height):
13202         * hilit-chg.el (highlight-changes-initial-state):
13203         * isearch.el (isearch-return-char):
13204         * log-edit.el (cvs-commit-buffer-require-final-newline)
13205         (cvs-changelog-full-paragraphs):
13206         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
13207         (mouse-popup-menubar-stuff):
13208         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
13209         (mouse-wheel-click-button):
13210         * outline.el (outline-visible):
13211         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
13212         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
13213         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
13214         * progmodes/compile.el (compile-internal):
13215         Add WHEN to obsolescence declarations.
13217 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13219         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
13220         is not better anyway.
13222 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13224         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
13225         properly.
13227 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13229         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
13230         (python-use-skeletons): Remove, unused.
13231         (python-skeletons): Remove.  Use the abbrev table instead.
13232         (python-mode-abbrev-table): Fix regexp;
13233         add enable-function and case-fixed.
13234         (def-python-skeleton): Simplify.
13235         (python-expand-template): Use the abbrev-table and abbrev-insert.
13236         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
13237         Remove.
13238         (python-mode): Don't set pre-abbrev-expand-hook.
13240         * skeleton.el: Set coding-tag.
13242         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
13243         (expand-abbrev): Use it.
13244         (abbrev-table-menu): New function.
13246         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
13248         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
13250 2008-04-17  Sam Steingold  <sds@gnu.org>
13252         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
13253         idiosyncratic bury-buffer/delete-window logic.
13255 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
13257         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
13258         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
13260 2008-04-17  Kenichi Handa  <handa@m17n.org>
13262         * international/characters.el: Don't make the width of U+00AD to 0.
13264 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
13266         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
13267         (gdb, gdb-starting, gdb-frames-mode): Use it.
13268         (gdb-invalidate-frames): Advise to call "info stack" only if
13269         execution has occurred.
13270         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
13271         selected frame if no execution has occurred.
13272         (gdb-frames-force-update): New interactive function.
13273         (gdb-frames-mode-map): Bind it to "F".
13275 2008-04-17  Michael Olson  <mwolson@gnu.org>
13277         * textmodes/remember.el (remember-version): Release Remember 2.0.
13279 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
13281         * textmodes/artist.el:
13282         * progmodes/vhdl-mode.el:
13283         * progmodes/verilog-mode.el:
13284         * progmodes/vera-mode.el:
13285         * progmodes/simula.el:
13286         * progmodes/ps-mode.el:
13287         * progmodes/cmacexp.el:
13288         * obsolete/hilit19.el:
13289         * emulation/viper.el:
13290         * ediff.el: Cleanup the bug-report email addresses and make sure the
13291         maintainer is still willing to handle bug reports.
13293 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
13295         * vc.el (vc-dir-kill-query): Fix thinko.
13297 2008-04-16  Glenn Morris  <rgm@gnu.org>
13299         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
13300         by diary-sexp-entry.
13302 2008-04-16  Markus Triska  <markus.triska@gmx.at>
13304         * proced.el (proced-command-alist): Add support for darwin.
13306 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13308         * proced.el (proced-mode): Redefine as just the major-mode.
13309         (proced): Separate it from proced-mode.
13311         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
13313 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13315         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
13316         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
13317         `tab-width' setting from user.  New version 10.0.  Doc and docstring
13318         fix.
13319         (whitespace-style, whitespace-chars): Remove options.
13320         (whitespace-style-mark): New option, replace whitespace-style deleted
13321         option.  Fix docstring.
13322         (whitespace-style-color): New option, replace whitespace-chars deleted
13323         option.  Fix docstring.
13324         (whitespace-space, whitespace-hspace, whitespace-tab)
13325         (whitespace-newline, whitespace-trailing, whitespace-line)
13326         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
13327         (whitespace-space-after-tab, whitespace-hspace-regexp)
13328         (whitespace-space-regexp, whitespace-tab-regexp)
13329         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13330         (whitespace-empty-at-eob-regexp, whitespace-line-column)
13331         (whitespace-toggle-option-alist): Fix docstring.
13332         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
13333         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
13334         docstring and initialization.
13335         (global-whitespace-mode): Autoloaded global minor mode.
13336         (whitespace-chars-value-list, whitespace-style-value-list)
13337         (whitespace-active-chars, whitespace-active-style)
13338         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
13339         (whitespace-color-value-list): New var, replace
13340         whitespace-chars-value-list removed var.
13341         (whitespace-mark-value-list): New var, replace
13342         whitespace-style-value-list removed var.
13343         (whitespace-active-color): New var, replace whitespace-active-chars
13344         removed var.
13345         (whitespace-active-mark): New var, replace whitespace-active-style
13346         removed var.
13347         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
13348         removed var.
13349         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
13350         removed var.
13351         (whitespace-toggle-option-alist, whitespace-report-list)
13352         (whitespace-report-text, whitespace-help-text): Fix initialization.
13353         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
13354         (whitespace-toggle-options, global-whitespace-toggle-options)
13355         (whitespace-cleanup-region, whitespace-report-region)
13356         (whitespace-interactive-char): Fix docstring and code.
13357         (whitespace-cleanup, whitespace-report): Fix docstring.
13358         (whitespace-replace-spaces-by-tabs): Remove fun.
13359         (whitespace-replace-action): New fun, replace
13360         whitespace-replace-spaces-by-tabs removed fun.
13361         (whitespace-regexp, whitespace-indentation-regexp)
13362         (whitespace-space-after-tab-regexp, whitespace-insert-value)
13363         (whitespace-kill-buffer): New funs.
13364         (whitespace-insert-option-mark, whitespace-help-on)
13365         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
13366         (whitespace-color-on, whitespace-color-off)
13367         (whitespace-display-char-on): Fix code.
13369 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13371         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
13372         (mouse-throw-magnifier-with-mouse-movement): Remove.
13373         (mouse-throw-magnifier-base): New const.
13374         (mouse-drag-scroll-delta): New fun.
13375         (mouse-drag-throw): Use it.
13377 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
13379         * international/uni-bidi.el, international/uni-category.el:
13380         * international/uni-combining.el, international/uni-comment.el:
13381         * international/uni-decimal.el, international/uni-decomposition.el:
13382         * international/uni-digit.el, international/uni-lowercase.el:
13383         * international/uni-mirrored.el, international/uni-name.el:
13384         * international/uni-numeric.el, international/uni-old-name.el:
13385         * international/uni-titlecase.el, international/uni-uppercase.el:
13386         * international/charprop.el: Regenerate.
13388 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
13390         * vc.el (vc-status-fileinfo): Add new member directoryp.
13391         (vc-default-status-printer): Print directories.
13392         (vc-status-update): Sort files before subdirectories.
13394         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
13395         Add alternative implementation based on "cvs update".
13397 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
13399         * doc-view.el: Changed requirements section to tell that only one
13400         of dvipdf or dvipdfm is needed.
13401         (doc-view-already-converted-p): Fix bug that forced reconversion
13402         if doc was already converted.
13404 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13406         * minibuffer.el (minibuffer-message):
13407         Make sure we can put-text-property.
13409         * emacs-lisp/crm.el: Complete rewrite.
13411         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
13412         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
13413         case of an error in display-completion-list.
13415         * filecache.el (file-cache-completions-keymap): Move init from
13416         file-cache-completion-setup-function into declaration.
13417         (file-cache-minibuffer-complete): Simplify.
13418         (file-cache-completion-setup-function): Use standard-output,
13419         preserve current-buffer.
13421         * vc.el (vc-status-update): Fix typo.
13422         (vc-status-update): Set needs-update.
13423         (vc-status-refresh): η-reduce.
13425 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
13427         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
13428         to image-eol.
13430 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
13432         * vc.el (vc-status-update): Undo the previous revert.
13434 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13436         * minibuffer.el (completion-table-with-terminator): Those completions
13437         are never valid w.r.t test-completion.
13438         (completion--file-name-table):
13439         Check completion-all-completions-with-base-size.
13441 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
13443         * doc-view.el (doc-view-dvipdf-program): New variable.
13444         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
13445         (doc-view-mode-p): Check for doc-view-dvipdf-program as
13446         alternative for doc-view-dvipdfm-program.
13447         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
13449         * doc-view.el (doc-view-start-process): Don't set
13450         default-directory to "~/" if the current value is valid.
13451         This broke PS files that run other files in the same directory.
13453 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
13455         * vc.el (vc-status-kill-query): New function.
13456         (vc-status-mode): Add it to kill-buffer-query-functions.
13457         (vc-status-show-fileentry): New function.
13458         (vc-status-menu-map): Bind it.  Bind vc-next-action.
13460 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13462         * minibuffer.el (minibuffer-message): Put cursor at the right place.
13464 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13466         * proced.el (proced-send-signal): Fix error recognition.
13468 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13470         * proced.el (proced-command-alist): Remove sort column.
13471         (proced-command, proced-procname-column):
13472         Use make-variable-buffer-local.
13473         (proced-signal-function): Rename from proced-kill-program.
13474         Allow for elisp symbols and string values representing system calls.
13475         (proced-marker-regexp, proced-success-message): New functions.
13476         (proced): Use defalias.  Add autoload cookie.
13477         (proced-unmark-backward, proced-toggle-marks)
13478         (proced-hide-processes): New commands.
13479         (proced-do-mark): Simplify code.
13480         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
13481         (proced-update): Remove sorting.
13482         (proced-send-signal): Display number of processes to operate on.
13483         Allow for system calls or elisp functions to send signals.
13484         Check if signal was sent successfully.
13486 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13488         * minibuffer.el (completion-all-completion-with-base-size): New var.
13489         (completion--some): New function.
13490         (completion-table-with-context, completion--file-name-table):
13491         Return the base-size if requested.
13492         (completion-table-in-turn): Generalize to multiple arguments.
13493         (complete-in-turn): Compatibility alias.
13494         (completion-styles-alist): New var.
13495         (completion-styles): New customization.
13496         (minibuffer-try-completion, minibuffer-all-completions):
13497         New functions.
13498         (minibuffer--do-completion, minibuffer-complete-and-exit)
13499         (minibuffer-try-word-completion): Use them.
13500         (display-completion-list, minibuffer-completion-help): Use them.
13501         Handle all-completions's new base-size info to set completion-base-size.
13502         * info.el (Info-read-node-name-1): Use completion-table-with-context,
13503         completion-table-with-terminator and complete-with-action.
13504         Remove the now obsolete completion-base-size-function property.
13505         * simple.el (completion-list-mode-map): Move init into declaration.
13506         (completion-list-mode): Use define-derived-mode.
13507         (completion-setup-function): Use any completion-base-size that may
13508         have been set before.  Remove handling of completion-base-size-function.
13509         * loadup.el: Move abbrev.el up earlier.
13511 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
13513         * vc-git.el (vc-git-after-dir-status-stage)
13514         (vc-git-dir-status-goto-stage): New functions.
13515         (vc-git-after-dir-status-stage1)
13516         (vc-git-after-dir-status-stage1-empty-db)
13517         (vc-git-after-dir-status-stage2): Remove, functionality moved
13518         into the new generic stage functions.
13519         (vc-git-dir-status-files): New function.
13521         * vc.el (vc-status-update): Revert an incorrect rewrite.
13522         Add some comments.
13523         (vc-status-refresh-files): New function.
13524         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
13525         state of up-to-date files.
13526         (vc-default-dir-status-files): New function.
13528 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
13530         * minibuffer.el (completion--embedded-envvar-table)
13531         (read-file-name-internal): Fix typos in 2008-04-11 change.
13533         * faces.el (read-face-name): Use `completion-table-in-turn',
13534         not `complete-in-turn'.
13536 2008-04-13  Andreas Schwab  <schwab@suse.de>
13538         * progmodes/etags.el: Require 'cl when compiling.
13540 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
13542         * progmodes/gud.el (gud-menu-map): Expand tooltip.
13544         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
13545         (menu): Add/expand menu tooltips.
13547 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
13549         * progmodes/sh-script.el (sh-show-indent): Fix typo.
13550         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
13552         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
13553         considered registered.
13555 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13557         * emacs-lisp/copyright.el (copyright-update-directory): New command.
13559         * ediff-wind.el (ediff-split-window-function)
13560         (ediff-merge-split-window-function): Improve custom type.
13562 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
13564         * loadup.el ("minibuffer"): Move after "faces".
13566 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13568         * progmodes/hideif.el (hif-factor): Handle unary minus.
13570 2008-04-12  Glenn Morris  <rgm@gnu.org>
13572         * calendar/cal-china.el (chinese-calendar-time-zone):
13573         Mark obsolete name as risky too.
13575         * calendar/calendar.el (calendar-faces): New custom group.
13576         (calendar-today, diary, holiday): Doc fix.
13577         Move to calendar-faces group.
13578         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
13579         (diary-button): Doc fix.  Move to calendar-faces group.
13581         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
13582         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
13583         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
13584         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
13585         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
13586         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
13587         not in dumped files before the associated defcustom.
13589 2008-04-11  Johan Bockgård  <bojohan@gnu.org>
13591         * minibuffer.el (lazy-completion-table): Fix debug spec.
13593 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13595         * minibuffer.el (complete-with-action, lazy-completion-table):
13596         Move from subr.el.
13597         (apply-partially, completion-table-dynamic)
13598         (completion-table-with-context, completion-table-with-terminator)
13599         (completion-table-in-turn): New funs.
13600         (completion--make-envvar-table, completion--embedded-envvar-table):
13601         New funs.
13602         (read-file-name-internal): Use them.
13603         (completion-setup-hook): Move from simple.el.
13604         * subr.el (complete-with-action, lazy-completion-table):
13605         * simple.el (completion-setup-hook): Move to minibuffer.el.
13607 2008-04-11  Glenn Morris  <rgm@gnu.org>
13609         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
13611 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13613         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
13615         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
13617         * textmodes/fill.el (fill-forward-paragraph-function): New var.
13618         (fill-forward-paragraph): New fun.
13619         (fill-paragraph, fill-region): Use it.
13621         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
13622         (vc-status-create-fileinfo): Make `extra' optional.
13623         (vc-status-busy): New fun.
13624         (vc-status-menu-map): Use it.
13625         (vc-status-crt-marked): Remove.
13626         (vc-status-update): Rename from vc-status-add-entries.
13627         Add argument so as to prevent addition of entries.  Rewrite.
13628         (vc-update-vc-status-buffer): Remove.
13629         (vc-status-refresh): Don't remove old entries, set them to
13630         up-to-date instead.  Also do it after the update is complete.
13631         (vc-status-marked-files): η-reduce.
13633         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
13634         for non-dialogs.
13636         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
13638         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
13640 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
13642         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
13643         to t and don't truncate msg.
13645 2008-04-11  Glenn Morris  <rgm@gnu.org>
13647         * calendar/calendar.el (diary, holidays):
13648         Move custom groups to other files.
13649         (holiday-general-holidays, holiday-oriental-holidays)
13650         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
13651         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13652         (holiday-hebrew-holidays, holiday-christian-holidays)
13653         (holiday-islamic-holidays, holiday-bahai-holidays)
13654         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
13655         * calendar/diary-lib.el: Move custom group here from calendar.el.
13656         * calendar/holidays.el: Move custom group and variables here
13657         from calendar.el.
13659         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
13661         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
13662         Fix custom group.
13663         (calendar-current-time-zone-cache): Autoload riskiness.
13665         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
13667 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
13669         * woman.el (woman2-TH): Use string-equal instead of string-match.
13671 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13673         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
13674         (smerge-resolve): Merge the "2-way refinement" case with one half of
13675         the "mere whitespace" resolution.
13677 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
13679         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
13681 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
13683         * subr.el (assoc-ignore-case, assoc-ignore-representation):
13684         Add WHEN to obsolescence declaration.
13686         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
13688 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
13690         * vc-hooks.el (vc-state): Add new state `conflict'.
13691         (vc-after-save): Use when not if.
13692         (vc-default-mode-line-string): Deal with the conflict state.
13693         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
13695         * vc.el (vc-editable-p, vc-default-status-printer)
13696         (vc-next-action): Deal with the conflict state.
13697         (vc-mark-resolved): New function.
13698         (vc-status-mode): Fix mode name.
13699         (vc-default-comment-history): Use when not if.
13700         (Todo): Add new entries, remove old ones.
13702         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
13703         (vc-cvs-parse-status, vc-cvs-after-dir-status):
13704         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
13705         Detect the conflict state.
13707         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
13709 2008-04-10  Glenn Morris  <rgm@gnu.org>
13711         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
13712         Respect truncate-partial-width-windows in non-full windows,
13713         with regards to :toggle and :enable state.
13715         * simple.el (toggle-truncate-lines): Doc fix.
13717         * Makefile.in (MH_E_DIR): New variable.
13718         (MH_E_SRC): Restore variable removed 2008-03-13.
13719         (mh-loaddefs.el): Depend on $MH_E_SRC.
13720         (CAL_DIR, CAL_SRC): New variables.
13721         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
13722         Depend on CAL_SRC.
13724         * calendar/calendar.el (calendar, diary): Add :prefix.
13725         (holidays): Change :prefix.
13726         (calendar-today, holiday, calendar-holiday-marker)
13727         (european-calendar-style): Change custom groups.
13729         * calendar/calendar.el (diary-hook, diary-display-hook):
13730         Move to diary-lib.el.
13731         * calendar/diary-lib.el (diary-hook, diary-display-hook):
13732         Move here from calendar.el.
13733         * calendar/appt.el: Require diary-lib rather than calendar.
13734         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
13736         * calendar/appt.el (appt): Add :prefix.
13738         * calendar/diary-lib.el (diary-hook): Doc fix.
13739         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
13741 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13743         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
13744         New functions.
13746         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
13747         the arg to recursive calls.
13749 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
13751         * minibuffer.el (completion-auto-help): Fix typo.
13753 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13755         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
13757 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
13759         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
13760         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
13762 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13764         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
13766         * minibuffer.el (minibuffer): Move group from cus-edit.el.
13767         (completion-auto-help): Move from C code.
13768         (minibuffer--maybe-completion-help): Remove.
13769         (minibuffer--bitset): New function.
13770         (minibuffer--do-completion): Rename from minibuffer-do-completion.
13771         Renumber a bit.  Really complete on string *before* point.
13772         Add argument used for word-completion.
13773         Join trailing / in completion with following text, as done in
13774         minibuffer-complete-word.
13775         Handle new value `lazy' for completion-auto-help.
13776         (minibuffer-try-word-completion): New function extracted from
13777         minibuffer-complete-word.
13778         (minibuffer-complete-word): Use minibuffer--do-completion.
13779         (minibuffer--insert-strings): Rename from
13780         minibuffer-complete-insert-strings.
13781         (exit-minibuffer): Fix typo.
13782         * cus-edit.el (minibuffer): Move group to minibuffer.el.
13783         * cus-start.el: Remove completion-auto-help.
13785 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
13787         * vc.el (vc-status-add-entries): New function.
13788         (vc-status-add-entry): Remove.
13789         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
13790         Use vc-status-add-entries.
13792         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
13793         order.
13795 2008-04-09  Jason Rumney  <jasonr@gnu.org>
13797         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
13798         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
13799         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
13800         (AUTOGENEL): New variable.
13801         (distclean, maintainer-clean): New targets.
13803 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
13805         * emacs-lisp/regexp-opt.el (regexp-opt):
13806         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
13808 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
13810         * nxml/nxml-mode.el (nxml-cleanup): New function.
13811         (nxml-mode): Add it to change-major-mode-hook.
13813 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
13815         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
13817 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
13819         * calc/.cvsignore: New file.
13821 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
13823         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
13825         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
13826         show-help-function when turning tooltip off.
13827         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
13828         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
13830 2008-04-09  Alan Mackenzie  <acm@muc.de>
13832         * font-lock.el (font-lock-extend-after-change-region-function):
13833         Make it buffer local.
13835 2008-04-09  Glenn Morris  <rgm@gnu.org>
13837         * calendar/calendar.el (diary-file, european-calendar-style):
13838         Remove autoload cookies.
13840 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
13842         * outline.el (outline-mode-menu-bar-map):
13843         * log-view.el (log-view-mode-menu):
13844         * log-edit.el (log-edit-menu): Add :help.
13846 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
13848         * emacs-lisp/regexp-opt.el (regexp-opt-group):
13849         Use substring-no-properties for correct handling of unibyte strings.
13851 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13853         * add-log.el (change-log-next-buffer): Handle the case where version<
13854         signals an error.
13856         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
13857         mouse-major-mode-menu.
13858         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
13859         (mouse-major-mode-menu, mouse-popup-menubar)
13860         (mouse-popup-menubar-stuff): Use them.
13861         (C-down-mouse-3): Bind to a dynamic map rather than to
13862         mouse-popup-menubar-stuff.
13864         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
13865         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
13867 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
13869         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
13870         file:// access method.
13872 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13874         * minibuffer.el: New file.
13875         * loadup.el: Load it.
13877 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13879         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
13880         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
13882         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
13883         (calc-mode-map, calc-digit-map, calc-dispatch-map):
13884         Move initialization into declaration.
13885         * calc/calc-yank.el:
13886         * calc/calc-misc.el:
13887         * calc/calc-embed.el:
13888         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
13890 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
13892         * ps-samp.el (ps-add-printer, ps-remove-printer)
13893         (ps-make-dynamic-printer-menu): New functions.
13895         * net/zeroconf.el: New file.
13897 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13899         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
13901 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
13903         * vc-rcs.el (vc-rcs-modify-change-comment):
13904         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
13906         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
13908 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
13910         * international/mule-cmds.el (set-locale-environment): Don't warn if
13911         coding system doesn't agree with system locale (this reverts changes
13912         by Dave Love, dated 2002-10-27 and 2002-10-09).
13914         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13915         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
13917         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
13919 2008-04-08  Glenn Morris  <rgm@gnu.org>
13921         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
13922         * textmodes/remember.el (remember-diary-convert-entry):
13923         Require calendar.
13925         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
13926         diary-file, since it is the default for make-diary-entry anyway.
13928         * calendar/cal-menu.el (cal-menu-event-to-date):
13929         Rename calendar-event-to-date.  Update callers.
13930         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
13931         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
13932         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
13933         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
13934         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
13935         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
13936         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
13937         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
13938         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
13939         (calendar-mouse-tex-month-landscape):
13940         Rename cal-tex-mouse-month-landscape.
13941         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
13942         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
13943         (calendar-mouse-tex-year-landscape):
13944         Rename cal-tex-mouse-year-landscape.
13945         (cal-menu-context-mouse-menu): Update for above name changes.
13947         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13948         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13949         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
13950         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
13951         * calendar/holidays.el: Replace int-to-string with number-to-string.
13953 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
13955         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
13956         region if point moves.
13958 2008-04-08  Kenichi Handa  <handa@m17n.org>
13960         * faces.el (font-slant-table): Change numeric values for `r',
13961         `roman', and `normal'.
13963 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
13965         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
13967 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
13969         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
13970         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
13972 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
13974         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
13975         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
13977 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13979         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
13981 2008-04-07  Sam Steingold  <sds@gnu.org>
13983         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
13984         Add helper functions.
13985         (lisp-do-defun): Extract the common part of lisp-eval-defun and
13986         lisp-compile-defun; DEFVAR forms reset the variables to the init
13987         values, just like in emacs-lisp mode eval-defun.
13988         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
13989         (lisp-compile-region): Use lisp-compile-string.
13991 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13993         * subr.el (combine-and-quote-strings): Also quote strings that contain
13994         the separator.
13996         * pcvs-util.el (cvs-map): Avoid recursion :-(
13998 2008-04-07  Glenn Morris  <rgm@gnu.org>
14000         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
14002         * calendar/calendar.el (diary-view-entries-initially-flag): Rename
14003         view-diary-entries-initially.  Keep old name as alias, update users.
14004         (calendar-mark-diary-entries-flag): Rename
14005         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
14006         (calendar-view-holidays-initially-flag): Rename
14007         view-calendar-holidays-initially.  Keep old name as alias, update users.
14008         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
14009         Keep old name as alias, update users.
14010         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
14011         Keep old name as alias, update users.
14012         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
14013         Keep old name as alias, update users.
14014         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
14015         Keep old name as alias, update users.
14016         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
14017         (diary-american-date-forms): Rename american-date-diary-pattern.
14018         Keep old name as alias, update users.
14019         (diary-european-date-forms): Rename european-date-diary-pattern.
14020         Keep old name as alias, update users.
14021         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
14022         Keep old name as alias, update users.
14023         (calendar-european-date-display-form): Rename
14024         european-calendar-display-form.  Keep old name as alias, update users.
14025         (calendar-american-date-display-form): Rename
14026         european-calendar-display-form.  Keep old name as alias, update users.
14027         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
14028         Keep old name as alias, update users.
14029         (holiday-general-holidays): Rename general-holidays.
14030         Keep old name as alias, update users.
14031         (holiday-oriental-holidays): Rename oriental-holidays.
14032         Keep old name as alias, update users.
14033         (holiday-local-holidays): Rename local-holidays.
14034         Keep old name as alias, update users.
14035         (holiday-other-holidays): Rename other-holidays.
14036         Keep old name as alias, update users.
14037         (holiday-hebrew-holidays): Rename hebrew-holidays.
14038         Keep old name as alias, update users.
14039         (holiday-christian-holidays): Rename christian-holidays.
14040         Keep old name as alias, update users.
14041         (holiday-islamic-holidays): Rename islamic-holidays.
14042         Keep old name as alias, update users.
14043         (holiday-bahai-holidays): Rename bahai-holidays.
14044         Keep old name as alias, update users.
14045         (holiday-solar-holidays): Rename solar-holidays.
14046         Keep old name as alias, update users.
14047         (diary-fancy-buffer): Rename fancy-diary-buffer.
14048         Keep old name as alias, update users.
14049         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
14050         Update users.
14051         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
14052         Update users.
14053         (calendar-increment-month): Rename increment-calendar-month.
14054         Keep old name as alias, update callers.
14055         (calendar-increment-month-cons): Rename old calendar-increment-month.
14056         Update callers.
14057         (calendar-extract-month): Rename extract-calendar-month.
14058         Keep old name as alias, update callers.
14059         (calendar-extract-day): Rename extract-calendar-day.
14060         Keep old name as alias, update callers.
14061         (calendar-extract-year): Rename extract-calendar-year.
14062         Keep old name as alias, update callers.
14063         (calendar-generate-window): Rename generate-calendar-window.
14064         Update callers.
14065         (calendar-generate): Rename generate-calendar.  Update callers.
14066         (calendar-generate-month): Rename generate-calendar-month.
14067         Update callers.
14068         (calendar-redraw): Rename redraw-calendar.  Update callers.
14069         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
14070         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
14071         Update callers.
14072         (calendar-update-mode-line): Rename update-calendar-mode-line.
14073         Update callers.
14074         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
14075         update callers.
14076         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
14077         Keep old name as alias, update callers.
14078         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14079         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
14080         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
14081         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
14082         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
14083         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
14084         * calendar/solar.el: Update for calendar.el name changes.
14085         * org/org.el (org-agenda-format-date-aligned)
14086         (org-agenda-execute-calendar-command): Access date elements directly
14087         rather than using calendar functions.
14088         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
14089         Also set calendar-view-diary-initially-flag,
14090         calendar-view-holidays-initially-flag.
14091         (org-get-entries-from-diary): Also set diary-fancy-buffer.
14092         (org-agenda-execute-calendar-command): No need to set displayed-day.
14094 2008-04-06  Alan Mackenzie  <acm@muc.de>
14096         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
14097         typo in the doc string.
14099         * progmodes/cc-mode.el (c-basic-common-init):
14100         Set font-lock-extend-after-change-region-function.
14101         (c-extend-after-change-region): New function, used in
14102         font-lock-extend-after-change-region-function, thus superseding
14103         advice on the Font Lock after change functions.
14104         (c-advise-fl-for-region): Remove this macro.
14106 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14108         * textmodes/flyspell.el (flyspell-duplicate-distance):
14109         Improve custom type.
14111 2008-04-06  Glenn Morris  <rgm@gnu.org>
14113         * calendar/diary-lib.el (diary-sexp-entry-symbol):
14114         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
14115         (diary-list-entries-hook): Rename list-diary-entries-hook.
14116         Keep old name as alias, update users.
14117         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
14118         Keep old name as alias, update users.
14119         (diary-nongregorian-listing-hook): Rename
14120         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
14121         (diary-nongregorian-marking-hook): Rename
14122         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
14123         (diary-print-entries-hook): Rename print-diary-entries-hook.
14124         Keep old name as alias, update users.
14125         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
14126         Keep old name as alias, update users.
14127         (diary-number-of-entries): Rename number-of-diary-entries.
14128         Keep old name as alias, update users.
14129         (view-diary-entries, list-diary-entries, show-all-diary-entries):
14130         Give version of obsolescence.
14131         (diary-view-other-diary-entries): Rename view-other-diary-entries.
14132         Keep old name as alias, update callers.
14133         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
14134         update callers.
14135         (diary-include-other-diary-files): Rename include-other-diary-files.
14136         Keep old name as alias, update callers.
14137         (diary-simple-display): Rename simple-diary-display.
14138         Keep old name as alias, update callers.
14139         (diary-fancy-display): Rename fancy-diary-display.
14140         Keep old name as alias, update callers.
14141         (diary-print-entries): Rename print-diary-entries.
14142         Keep old name as alias, update callers.
14143         (diary-marking-entries-flag): Rename marking-diary-entries.
14144         Update users.
14145         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
14146         (diary-mark-entries): Rename mark-diary-entries.
14147         Keep old name as alias, update callers.
14148         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
14149         Keep old name as alias, update callers.
14150         (diary-mark-included-diary-files): Rename mark-included-diary-files.
14151         Keep old name as alias, update callers.
14152         (calendar-mark-days-named): Rename mark-calendar-days-named.
14153         Keep old name as alias, update callers.
14154         (calendar-mark-month): Rename mark-calendar-month.
14155         Keep old name as alias, update callers.
14156         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
14157         Keep old name as alias, update callers.
14158         (diary-sort-entries): Rename sort-diary-entries.
14159         Keep old name as alias, update callers.
14160         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
14161         Keep old name as alias, update callers.
14162         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
14163         update callers.
14164         (diary-insert-entry): Rename insert-diary-entry.
14165         Keep old name as alias.
14166         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
14167         Keep old name as alias.
14168         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
14169         Keep old name as alias.
14170         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
14171         Keep old name as alias.
14172         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
14173         Keep old name as alias.
14174         (diary-insert-block-entry): Rename insert-block-diary-entry.
14175         Keep old name as alias.
14176         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
14177         Keep old name as alias.
14178         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
14179         Keep old name as alias, update users.
14180         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
14181         Keep old name as alias, update callers.
14182         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14183         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
14184         * calendar/icalendar.el: Update for diary-lib name changes.
14186 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
14188         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
14190         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
14191         for copy, move, and link operations.
14193 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
14195         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
14196         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
14198         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
14199         'require' statements with 1-argument ones (wrapped in if's).
14200         For compatibility with the current stable version of XEmacs.
14202 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
14204         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
14206 2008-04-06  Jason Rumney  <jasonr@gnu.org>
14208         * language/burmese.el ("Burmese"): Make sample text consistent with
14209         language name.
14211 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
14213         * progmodes/gdb-ui.el (gdb): New group.
14214         (gdb-debug-log-max, gdb-enable-debug)
14215         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
14216         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
14217         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
14218         (gdb-show-changed-values, gdb-max-children)
14219         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
14220         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
14221         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
14222         (gdb-memory-unit): Move to new group from GUD group.
14223         (menu): Allow customization from GDB-UI menu-item.
14225 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
14227         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
14229 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14231         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
14232         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14233         Revision numbers can include ".".
14235         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
14236         "+" lines not accounted for by counting "-" and context lines.
14238 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14240         * term/mac-win.el (mac-service-open-file): Use file URL instead of
14241         file name string.
14243 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14245         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
14246         (vc-bzr-annotate-time): Accept space used to preserve alignment.
14248 2008-04-05  Richard Stallman  <rms@gnu.org>
14250         * emacs-lisp/advice.el (defadvice): Add usage pattern.
14252 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
14254         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
14255         thread in [h-e-w]).
14257 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
14259         * files.el (abort-if-file-too-large): Fix typo in docstring.
14261 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14263         * subr.el (functionp): Return nil for special forms.
14265 2008-04-05  Glenn Morris  <rgm@gnu.org>
14267         * emacs-lisp/autoload.el (autoload-ensure-default-file):
14268         Provide a feature.
14269         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
14270         Require loaddefs file rather than loading it.
14271         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
14272         autoload-ensure-default-file provides a feature.
14274         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
14275         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
14276         (compile, compile-always, recompile): Use $LOADDEFS.
14277         (cal-autoloads): Remove.
14279         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
14280         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
14282         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
14283         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
14285         * calendar/calendar.el (diary-hebrew-entry-symbol):
14286         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
14287         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
14288         Keep old name as alias.
14289         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
14290         Keep old name as alias.
14291         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
14292         to diary-bahai-entry-symbol.
14293         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
14294         to diary-hebrew-entry-symbol.
14295         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
14296         to diary-islamic-entry-symbol.
14297         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
14299         * calendar/solar.el (diary-sabbath-candles-minutes)
14300         (diary-sabbath-candles): Move to cal-hebrew.
14301         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
14302         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
14303         Doc fix.  Keep old name as alias.
14304         (diary-hebrew-sabbath-candles): Simplify.
14305         (solar-setup, solar-sunrise-sunset, calendar-latitude)
14306         (calendar-longitude, calendar-time-zone): Declare for compiler.
14307         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
14308         rename.
14310         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
14311         Rename coptic-calendar-month-name-array.  Update callers.
14312         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
14313         (calendar-coptic-name): Rename coptic-name.  Update callers.
14314         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
14315         Update callers.
14316         (calendar-coptic-last-day-of-month):
14317         Rename coptic-calendar-last-day-of-month.  Update callers.
14318         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
14319         Keep old name as alias, update callers.
14320         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
14321         Keep old name as alias, update callers.
14322         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
14323         Keep old name as alias.
14324         (calendar-ethiopic-month-name-array):
14325         Rename ethiopic-calendar-month-name-array.  Update callers.
14326         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
14327         Update callers.
14328         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
14329         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
14330         Keep old name as alias, update callers.
14331         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
14332         Keep old name as alias, update callers.
14333         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
14334         Keep old name as alias.
14336         * calendar/cal-french.el (calendar-french-epoch):
14337         Rename french-calendar-epoch.  Update callers.
14338         (calendar-french-month-name-array): Rename variable and function
14339         french-calendar-month-name-array.  Update callers.
14340         (calendar-french-multibyte-month-name-array):
14341         Rename french-calendar-multibyte-month-name-array.  Update callers.
14342         (calendar-french-day-name-array): Rename variable and function
14343         french-calendar-day-name-array.  Update callers.
14344         (calendar-french-special-days-array): Rename variable and function
14345         french-calendar-special-days-array.  Update callers.
14346         (calendar-french-multibyte-special-days-array):
14347         Rename french-calendar-multibyte-special-days-array.  Update callers.
14348         (calendar-french-accents-p): Rename french-calendar-accents.
14349         Update callers.
14350         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
14351         Update callers.
14352         (calendar-french-last-day-of-month):
14353         Rename french-calendar-last-day-of-month.  Update callers.
14354         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
14355         Keep old name as alias, update callers.
14356         (calendar-french-print-date): Rename calendar-print-french-date.
14357         Keep old name as alias, update callers.
14358         (calendar-french-goto-date): Rename calendar-goto-french-date.
14359         Keep old name as alias.
14361         * calendar/cal-menu.el, calendar/calendar.el:
14362         Update for Coptic and French name changes.
14364         * calendar/cal-china.el (calendar-chinese): Rename custom group
14365         from chinese-calendar.  Update users.
14366         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
14367         Keep old name as alias, update users.
14368         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
14369         Keep old name as alias.
14370         (calendar-chinese-daylight-time-offset):
14371         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
14372         update users.
14373         (calendar-chinese-standard-time-zone-name):
14374         Rename chinese-calendar-standard-time-zone-name.
14375         Keep old name as alias, update users.
14376         (calendar-chinese-daylight-saving-start):
14377         Rename chinese-calendar-daylight-savings-starts.
14378         Keep old name as alias, update users.
14379         (calendar-chinese-daylight-saving-end):
14380         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
14381         update users.
14382         (calendar-chinese-daylight-saving-start-time):
14383         Rename chinese-calendar-daylight-savings-starts-time.
14384         Keep old name as alias, update users.
14385         (calendar-chinese-daylight-saving-end-time):
14386         Rename chinese-calendar-daylight-savings-ends-time.
14387         Keep old name as alias, update users.
14388         (calendar-chinese-celestial-stem): Rename
14389         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
14390         (calendar-chinese-terrestrial-branch):
14391         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
14392         update users.
14393         (calendar-chinese-zodiac-sign-on-or-after):
14394         Rename chinese-zodiac-sign-on-or-after.  Update callers.
14395         (calendar-chinese-new-moon-on-or-after):
14396         Rename chinese-new-moon-on-or-after.  Update callers.
14397         (calendar-chinese-month-list): Rename chinese-month-list.
14398         Update callers.
14399         (calendar-chinese-number-months): Rename number-chinese-months.
14400         Update callers.
14401         (calendar-chinese-compute-year): Rename compute-chinese-year.
14402         Update callers.
14403         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
14404         (calendar-chinese-year): Rename chinese-year.  Update callers.
14405         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
14406         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
14407         Keep old name as alias, update callers.
14408         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
14409         Keep old name as alias, update callers.
14410         (calendar-chinese-months-to-alist):
14411         Rename make-chinese-month-assoc-list.  Update callers.
14412         (calendar-chinese-months): Rename chinese-months.  Update callers.
14413         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
14414         Keep old name as alias, update callers.
14416         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
14417         Rename hebrew-calendar-leap-year-p.  Update callers.
14418         (calendar-hebrew-last-month-of-year):
14419         Rename hebrew-calendar-last-month-of-year.  Update callers.
14420         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
14421         Update callers.
14422         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
14423         Update callers.
14424         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
14425         Update callers.
14426         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
14427         Update callers.
14428         (calendar-hebrew-last-day-of-month):
14429         Rename hebrew-calendar-last-day-of-month.  Update callers.
14430         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
14431         Keep old name as alias, update callers.
14432         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
14433         Keep old name as alias, update callers.
14434         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
14435         Keep old name as alias, update callers.
14436         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
14437         Keep old name as alias.
14438         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
14439         Keep old name as alias.
14440         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
14441         Keep old name as alias.
14442         (holiday-hebrew-passover): Rename holiday-passover-etc.
14443         Keep old name as alias.
14444         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
14445         Keep old name as alias, update callers.
14446         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
14447         Keep old name as alias.
14448         (calendar-hebrew-mark-date-pattern):
14449         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
14450         update callers.
14451         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
14452         Keep old name as alias.
14453         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
14454         Keep old name as alias.
14455         (diary-hebrew-insert-monthly-entry):
14456         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
14457         (diary-hebrew-insert-yearly-entry):
14458         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
14459         (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
14460         Keep old name as alias.
14461         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
14462         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
14463         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
14464         Keep old name as alias.
14465         (calendar-hebrew-parashiot-names):
14466         Rename hebrew-calendar-parashiot-names.  Update callers.
14467         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
14468         (calendar-hebrew-year-Saturday-incomplete-Sunday):
14469         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
14470         (calendar-hebrew-year-Saturday-complete-Tuesday):
14471         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
14472         (calendar-hebrew-year-Monday-incomplete-Tuesday):
14473         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
14474         (calendar-hebrew-year-Monday-complete-Thursday):
14475         Rename hebrew-calendar-year-Monday-complete-Thursday.
14476         (calendar-hebrew-year-Tuesday-regular-Thursday):
14477         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
14478         (calendar-hebrew-year-Thursday-regular-Saturday):
14479         Rename hebrew-calendar-year-Thursday-regular-Saturday.
14480         (calendar-hebrew-year-Thursday-complete-Sunday):
14481         Rename hebrew-calendar-year-Thursday-complete-Sunday.
14482         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
14483         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
14484         (calendar-hebrew-year-Saturday-complete-Thursday):
14485         Rename hebrew-calendar-year-Saturday-complete-Thursday.
14486         (calendar-hebrew-year-Monday-incomplete-Thursday):
14487         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
14488         (calendar-hebrew-year-Monday-complete-Saturday):
14489         Rename hebrew-calendar-year-Monday-complete-Saturday.
14490         (calendar-hebrew-year-Tuesday-regular-Saturday):
14491         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
14492         (calendar-hebrew-year-Thursday-incomplete-Sunday):
14493         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
14494         (calendar-hebrew-year-Thursday-complete-Tuesday):
14495         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
14496         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
14497         Update for above name changes of constants.
14499         * calendar/cal-menu.el, calendar/calendar.el:
14500         Update for chinese and hebrew name changes.
14501         * calendar/diary-lib.el: Update for hebrew name changes.
14503 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14505         * subr.el (keymap-canonicalize): Correct thinko.
14507         * server.el: Undo part of the multi-tty change, which is only
14508         needed if server.el is preloaded, and broke server-running-p.
14509         (server-socket-dir): Initialize in the defvar, as before.
14510         (server-start): Remove initialization of server-socket-dir.
14512 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
14514         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
14515         3-member cons cells.
14517 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
14519         * cus-face.el (custom-face-attributes): Handle roman slant.
14521         * faces.el (default): Ensure the face-defface-spec property is set.
14523 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
14525         * files.el (abort-if-file-too-large): New function.
14526         (find-file-noselect, insert-file-1): Use it.
14528 2008-04-05  Reto Zimmermann  <reto@gnu.org>
14530         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
14531         Replace C-c[a-zA-Z] key bindings.
14533 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14535         * progmodes/hideif.el (hif-token-alist): New var.
14536         (hif-token-regexp, hif-tokenize): Use it.
14537         (hif-mathify-binop): New macro.
14538         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
14539         (hif-greater-equal, hif-less-equal): Use it.
14540         (hif-logior, hif-logand): New functions.
14541         (hif-math): Accept | and & as well.
14543         * progmodes/etags.el: Fix problem with completion for buffer-local
14544         tables.  Reported by Radey Shouman <shouman@comcast.net>.
14545         (tags-complete-tag): Remove.
14546         (tags-lazy-completion-table): New function to replace it.
14547         (find-tag-tag, complete-tag): Update users.
14549 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
14551         * vc-rcs.el (vc-rcs-dir-status):
14552         * vc-sccs.el (vc-sccs-dir-status): New function.
14554         * outline.el (outline-mode-menu-bar-map):
14555         * term.el (terminal-signal-menu): Add :help.
14557         * net/eudc.el (eudc-mode-map): Declare and define in one step.
14558         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
14560         * emacs-lisp/re-builder.el (reb-mode-map):
14561         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
14563         * diff-mode.el (diff-file-junk-re): Recognize the git format for
14564         new files, deleted files and for changing permissions.
14565         (diff-mode): Set beginning-of-defun-function and
14566         end-of-defun-function.
14568         * vc-bzr.el (vc-bzr-state): Use when instead of if.
14570         * vc.el (vc-default-status-fileinfo-extra): New function.
14571         (vc-status-mark-buffer-changed): Use it.
14572         (vc-update-vc-status-buffer): Allow for partial updates.
14574 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14576         * net/tramp.el (after-init-hook): Don't wrap a lambda around
14577         tramp-register-completion-file-name-handler.
14579         * subr.el (keymap-canonicalize): New function.
14580         * mouse.el (mouse-menu-non-singleton): Use it.
14581         (mouse-major-mode-menu): Remove hack made unnecessary.
14583         * simple.el (set-fill-column): Prompt rather than error by default.
14585 2008-04-04  Andreas Schwab  <schwab@suse.de>
14587         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
14588         Reset new-rules after each round.
14590         * Makefile.in (cal-autoloads): New target.
14591         (compile, compile-always, recompile): Depend on it.
14592         ($(lisp)/calendar/cal-loaddefs.el)
14593         ($(lisp)/calendar/diary-loaddefs.el)
14594         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
14596 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
14598         * ediff*.el: Replace load with require in eval-when-compile.
14600         * ediff-hook.el: Delete all invocations of (autoload ...).
14602         * ediff-util.el (ediff-setup): Make window-min-height a local variable
14603         in ediff control window, and set its min height to 2.
14604         (ediff-setup-control-buffer): Dedicate the control window.
14605         (ediff-toggle-multiframe): Undedicate control window.
14606         Work directly with ediff-setup-windows-multiframe and
14607         ediff-setup-windows-plain.
14609         * ediff-wind.el (ediff-choose-window-setup-function-automatically):
14610         New function.
14611         (ediff-window-setup-function): Change initialization.
14612         (ediff-setup-windows-automatic): Delete.
14613         (ediff-setup-windows-plain-merge): Make control window dedicated.
14614         (ediff-destroy-control-frame): Do not skip frames if working in a
14615         single frame.
14617         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
14618         eval-when-compile.
14620         * emulation/viper-util.el: Move provide's forward, prevent recursion in
14621         eval-when-compile.
14623 2008-04-04  Glenn Morris  <rgm@gnu.org>
14625         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
14626         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
14628         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
14629         Rename islamic-calendar-leap-year-p.  Update callers.
14630         (calendar-islamic-last-day-of-month):
14631         Rename islamic-calendar-last-day-of-month.  Update callers.
14632         (calendar-islamic-day-number):
14633         Rename islamic-calendar-day-number.  Update callers.
14634         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
14635         Update callers, keep old name as alias.
14636         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
14637         Update callers, keep old name as alias.
14638         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
14639         Keep old name as alias.
14640         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
14641         Update callers, keep old name as alias.
14642         (calendar-islamic-mark-date-pattern):
14643         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
14644         name as alias.
14645         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
14646         Keep old name as alias.
14647         (diary-islamic-insert-monthly-entry):
14648         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
14649         (diary-islamic-insert-yearly-entry):
14650         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
14652         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
14653         calendar-absolute-from-iso.  Update callers, keep old name as alias.
14654         (calendar-iso-print-date): Rename calendar-print-iso-date.
14655         Update callers, keep old name as alias.
14656         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
14657         Keep old name as alias.
14658         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
14659         Keep old name as alias.
14661         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
14662         calendar-absolute-from-julian.  Update callers, keep old name as alias.
14663         (calendar-julian-print-date): Rename calendar-print-julian-date.
14664         Update callers, keep old name as alias.
14665         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
14666         Update callers, keep old name as alias.
14667         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
14668         Update callers, keep old name as alias.
14669         (calendar-astro-print-day-number):
14670         Rename calendar-print-astro-day-number.  Update callers, keep old
14671         name as alias.
14672         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
14673         Update callers, keep old name as alias.
14675         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
14676         Rename calendar-string-to-mayan-long-count.  Update callers.
14677         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
14678         Update callers, keep old name as alias.
14679         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
14680         Update callers.
14681         (calendar-mayan-read-tzolkin-date):
14682         Rename calendar-read-mayan-tzolkin-date.  Update callers.
14683         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
14684         Keep old name as alias.
14685         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
14686         Keep old name as alias.
14687         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
14688         Keep old name as alias.
14689         (calendar-mayan-previous-tzolkin-date):
14690         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
14691         (calendar-mayan-next-round-date):
14692         Rename calendar-next-calendar-round-date.  Keep old name as alias.
14693         (calendar-mayan-previous-round-date):
14694         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
14695         (calendar-mayan-long-count-to-absolute): Rename
14696         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
14697         (calendar-mayan-goto-long-count-date):
14698         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
14700         * calendar/cal-persia.el (calendar-persian-month-name-array):
14701         Rename persian-calendar-month-name-array.  Update callers.
14702         (calendar-persian-epoch): Rename persian-calendar-epoch.
14703         Update callers.
14704         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
14705         Update callers.
14706         (calendar-persian-last-day-of-month):
14707         Rename persian-calendar-last-day-of-month.  Update callers.
14708         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
14709         Update callers, keep old name as alias.
14710         (calendar-persian-print-date): Rename calendar-print-persian-date.
14711         Update callers, keep old name as alias.
14712         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
14713         Keep old name as alias.
14715         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
14716         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
14717         * calendar/solar.el: Update for cal-julian name changes.
14719         * calendar/cal-dst.el: Update for persian name changes.
14721         * calendar/cal-menu.el, calendar/calendar.el:
14722         Update for islamic, iso, julian, mayan, persian name changes.
14724         * calendar/diary-lib.el: Update for islamic name changes.
14726         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
14727         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
14728         as alias.
14729         (calendar-christian-all-holidays-flag):
14730         Rename all-christian-calendar-holidays.  Update callers, keep old
14731         name as alias.
14732         (calendar-islamic-all-holidays-flag):
14733         Rename all-islamic-calendar-holidays.  Update callers, keep old
14734         name as alias.
14735         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
14736         Update callers, keep old name as alias.
14737         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
14738         Update for the above name changes.
14740 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
14742         * hilit-chg.el (global-highlight-changes-mode)
14743         (highlight-changes-passive-string, highlight-changes-active-string):
14744         Mark as obsolete since 23.1, not 22.1.
14746 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
14748         * hilit-chg.el (highlight-changes-visibility-initial-state)
14749         (hilit-chg-update, highlight-changes-mode-turn-on):
14750         Fix typos in docstrings.
14752 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
14754         * newcomment.el (comment-enter-backward): Be careful to restore
14755         position changed during narrowing.
14757 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
14759         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14760         Recognize `sub ($$)'.
14762 2008-04-03  Richard Sharman  <rsharman@pobox.com>
14764         * hilit-chg.el (highlight-changes-mode): Rename from
14765         highlight-changes; no longer uses sub-modes active and passive;
14766         implemented by define-minor-mode.
14767         (highlight-changes-toggle-visibility): New function, to replace
14768         the old passive/active submodes of global-highlight-changes-mode;
14769         implemented by define-minor-mode.
14770         (global-highlight-changes-mode): Rename from global-highlight-changes;
14771         rewrite using define-globalized-minor-mode.
14772         (hilit-chg-major-mode-hook, hilit-chg-check-global)
14773         (hilit-chg-post-command-hook, hilit-chg-check-global)
14774         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
14775         to use of define-globalized-minor-mode.
14776         (highlight-changes-global-initial-state): Change to be boolean.
14777         (highlight-changes-visible-string, highlight-changes-invisible-string):
14778         Rename from highlight-changes-active-string and
14779         highlight-changes-passive-string.
14780         (hilit-chg-update, hilit-chg-set): Use them.
14781         (global-highlight-changes-mode): Rename from global-highlight-changes.
14782         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
14783         docstring.
14784         (hilit-chg-hide-changes): Rewrite to use dolist.
14785         (hilit-chg-set-face-on-change, hilit-chg-update)
14786         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
14787         variable instead of testing highlight-changes-mode.
14788         (highlight-markup-buffers): Add require ediff-util; argument on calls
14789         to highlight-changes-mode changed.
14790         (highlight-compare-with-file): Fix problems with interactive
14791         call giving invalid default file.
14793 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
14795         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
14796         Fix in disassembly buffer (regression in 22.2).
14798 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
14800         * emulation/viper-macs.el (viper-read-fast-keysequence):
14801         Use viper-read-event instead of viper-read-key.
14803         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
14805         * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
14806         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
14807         let-statements.
14809         * emulation/viper-ex.el, emulation/viper-macs.el:
14810         * emulation/viper-mous.el:
14811         Replace load with require in eval-when-compile.
14813 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14815         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
14817         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
14818         (archive-try-jka-compr): New function.
14819         (archive-set-buffer-as-visiting-file): Use it.
14821         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
14823 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
14825         * simple.el (handle-shift-selection): New arg.
14827 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14829         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
14831         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
14833 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
14835         * shell.el (shell-dynamic-complete-filename): New fun.
14836         (shell-dynamic-complete-functions): Use it.
14838         * help-fns.el (describe-variable): Undo 2008-02-25 change.
14840 2008-04-03  Kenichi Handa  <handa@m17n.org>
14842         * international/fontset.el (create-fontset-from-x-resource):
14843         Handle the error of X resource more gracefully.
14845         * international/latin1-disp.el (latin1-display): Don't use make-char.
14846         Fix the argument to set-char-table-range.
14847         (latin1-display-identities): Don't use make-char.
14848         (latin1-display-reset): Use map-charset-chars instead of directly
14849         calling standard-display-default.
14850         (latin1-display-check-font): Don't use make-char.
14851         (latin1-display-setup): Likewise.
14852         (latin1-display-ucs-per-lynx): Likewise.
14854 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14856         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
14857         name the fields, to make the code clearer.
14858         Rewrite all `aset' and `aref' using the defined accessors.
14859         (timer--time): New pseudo-field.
14860         (timer-set-time, timer-set-idle-time, timer-inc-time)
14861         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
14862         (timer--time-less-p): New function.
14863         (timer--activate): New function, extracted from timer-activate.
14864         (timer-activate-when-idle, timer-activate): Use it.
14865         (cancel-function-timers): Use dolist.
14867 2008-04-03  Glenn Morris  <rgm@gnu.org>
14869         * add-log.el (c-beginning-of-defun, c-end-of-defun):
14870         Remove declarations; no longer used.
14871         (c-cpp-define-name, c-defun-name): Declare as functions.
14873         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
14874         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
14876         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
14877         (holiday-passover-etc, holiday-hanukkah): Doc fix.
14878         Add optional argument.  Simplify.
14879         (holiday-tisha-b-av-etc): Use memq rather than unless.
14880         (holiday-julian): Autoload it.
14881         (holiday-hebrew-misc): New function.
14883         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
14885         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
14886         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
14887         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
14888         all-hebrew-calendar-holidays.
14889         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
14890         Simplify using new functions.
14891         (calendar-holidays): Doc fix.
14892         (generate-calendar-window): Use bound-and-true-p.
14894         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
14896         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
14897         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
14898         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
14899         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
14901         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
14903 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14905         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
14907         * vc-bzr.el (vc-bzr-checkout): Simplify.
14909         * image-mode.el (image-mode-fit-frame): New command.
14911         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
14912         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
14913         (keyboard-escape-quit): Check region-active-p i.s.o
14914         transient-mark-mode.
14916 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14918         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
14919         (imap-message-copyuid-1): Use it.
14920         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14921         J. Williams in
14922         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14924 2008-04-02  Alan Mackenzie  <acm@muc.de>
14926         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
14927         New optimised functions to get the name of the current defun/macro.
14929         * add-log.el (add-log-current-defun): Move the functionality which
14930         gets the current function name for C like modes to cc-cmds.el,
14931         thus optimising for speed.
14933 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
14935         * simple.el (deactivate-mark): When the mark is temporarily
14936         active, restore the original value of transient-mark-mode.
14937         (set-mark-command): First deactivate the mark if was temporarily active.
14938         (exchange-point-and-mark): Reactivate the mark if it was
14939         temporarily active.
14940         (handle-shift-selection): New fun.
14941         (transient-mark-mode): Move var documentation here from buffer.c.
14942         (next-line, previous-line, backward-word, move-end-of-line)
14943         (move-beginning-of-line, forward-to-indentation)
14944         (backward-to-indentation, back-to-indentation)
14945         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
14947         * mouse.el (mouse-set-region-1): Save the old value of
14948         transient-mark-mode.
14949         (mouse-drag-track): Ignore the now-obsolete value `identity' for
14950         transient-mark-mode.
14952         * textmodes/paragraphs.el (forward-paragraph)
14953         (backward-paragraph, forward-sentence, backward-sentence): Add ^
14954         interactive spec.
14956         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
14958 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
14960         * net/tramp.el (tramp-make-tramp-temp-file):
14961         Use `tramp-drop-volume-letter' for the local file name part.
14963 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
14965         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
14966         Add menu entries corresponding to all the key bindings.
14968         * emacs-lisp/debug.el (debugger-mode-map):
14969         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
14970         (conf-align-assignments): Only work on the region if it is active.
14971         (conf-quote-normal): Use when instead of if.  Remove redundant test.
14973         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14974         for tracing and re-builder.
14976 2008-04-02  Glenn Morris  <rgm@gnu.org>
14978         * calendar/appt.el (appt-disp-window-function): Doc fix.
14979         (appt-display-message): Move beep before display.
14980         (appt-check): Make interactive.  Reduce the number of lets.
14981         Use string-equal to compare mode-line strings.
14982         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
14983         read-only.
14984         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
14985         (appt-delete): Simplify.
14987         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
14989         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
14991         * calendar/cal-hebrew.el (list-yahrzeit-dates):
14992         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
14993         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
14995         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
14996         (calendar-holiday-marker, mark-visible-calendar-date):
14997         * calendar/diary-lib.el (fancy-diary-display):
14998         Check for font-lock-mode before using faces.
15000         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
15001         (calendar-gregorian-from-absolute): Reduce the number of lets.
15002         (hebrew-holidays-4, generate-calendar-window): Simplify.
15003         (calendar-for-loop): Make obsolete.
15004         (calendar-nth-named-day): Doc fix.
15006         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
15007         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
15008         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
15009         Reduce the number of lets.
15010         (mark-sexp-diary-entries, calendar-mark-complex):
15011         Expand calendar-for-loops.
15013 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
15015         * find-dired.el (find-dired-filter): Fix last patch to handle
15016         multi-line process input.  Pad link numbers too.
15018 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
15020         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
15022 2008-04-01  Jason Rumney  <jasonr@gnu.org>
15024         * international/characters.el (script-list): Add phonetic script,
15025         covering IPA (previously Latin), Phonetic Extensions and
15026         Phonetic Extensions Supplement (both previously unassigned).
15028         * international/fontset.el (setup-default-fontset): Use unicode fonts
15029         that cover bopomofo script for bopomofo.
15030         Likewise for braille and mathematical.
15031         Use unicode scripts that cover the phonetic script for IPA.
15033 2008-04-01  Johan Bockgård  <bojohan@gnu.org>
15035         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
15036         return the assigned value.
15038 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15040         * abbrev.el (abbrev-mode): Use define-minor-mode.
15042         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
15043         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
15044         Use map-keymap.
15045         (minor-mode-menu-from-indicator): Use it.  Simplify.
15047         * bindings.el (mode-line-mode-menu): Move before (new) first use.
15048         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
15049         Bind the key directly to the menu.
15050         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
15052 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
15054         * epa.el (epa-decrypt-region): Explain the reason why this
15055         function should not be used in Lisp programs.
15056         (epa-decrypt-armor-in-region): Ditto.
15057         (epa-verify-region): Ditto.
15058         (epa-verify-cleartext-in-region): Ditto.
15059         (epa-sign-region): Ditto.
15060         (epa-encrypt-region): Ditto.
15062         * epg.el (epg-start-receive-keys): Fix typo in docstring.
15064         * epa.el (epa-select-keys): Show menu even if there is no key in
15065         GnuPG's keyring.
15067 2008-04-01  Glenn Morris  <rgm@gnu.org>
15069         * calendar/calendar.el (calendar-make-temp-face): New function.
15070         (mark-visible-calendar-date):
15071         * calendar/diary-lib.el (fancy-diary-display): Use it.
15073         * vc-hooks.el (vc-responsible-backend): Declare as function.
15075         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
15076         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
15077         * calendar/cal-julian.el (holiday-julian): Use it.
15079         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
15080         (calendar-hebrew-date-is-visible-p): Extract some common code into
15081         separate function.
15082         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
15084         * calendar/cal-menu.el (cal-menu-holidays-menu):
15085         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
15086         rather than obsolete alias.
15088         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
15089         for mark characters.
15090         (calendar-unmark): Unmark by removing all overlays, rather than
15091         redrawing.
15092         (calendar-starred-day): Remove.
15093         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
15094         (calendar-cursor-to-date): No need for special star handling now
15095         using overlays.
15096         (calendar-star-date): Use overlays.
15098         * calendar/cal-french.el (calendar-goto-french-date):
15099         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
15100         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
15101         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
15102         * calendar/cal-persia.el (calendar-persian-date-string):
15103         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
15104         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
15105         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
15106         * calendar/solar.el (solar-equinoxes-solstices):
15107         Reduce nesting of some lets.
15109         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
15110         (calendar-goto-mayan-long-count-date): Simplify.
15112         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
15113         Simplify by using mapcar.
15114         (calendar-list-holidays): Return holiday-list.
15115         (list-holidays): Use let rather than let*.  Remove un-needed locals
15116         `d', `never'.
15117         (calendar-check-holidays): Return result from dolist.
15118         (holiday-float): Use a single let*.  Simplify if-and to and.
15119         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
15120         single let*.
15122 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
15124         * calc/calc.el: Autoload `calc-yank'.
15125         (calc-mode-map): Add keybindings for `calc-yank'.
15126         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
15127         assignments for `calc-yank'.
15129 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
15131         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
15132         (vc-status-mark-buffer-changed): Handle the extra field.
15134         * vc-bzr.el (vc-bzr-after-dir-status):
15135         * vc-cvs.el (vc-cvs-after-dir-status):
15136         * vc-hg.el (vc-hg-after-dir-status):
15137         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
15139 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15141         * doc-view.el: Compute displayed pages first (in PDF).
15142         (doc-view-current-converter-processes): Rename from
15143         doc-view-current-converter-process.  Update users.
15144         (doc-view-sentinel): Test buffer's liveness.
15145         (doc-view-pdf/ps->png-sentinel): Remove.
15146         (doc-view-start-process): New function.
15147         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
15148         (doc-view-ps->pdf): Use it.
15149         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
15150         New functions.
15151         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
15152         (doc-view-mode): Kill the processes when leaving the mode.
15154 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
15156         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
15157         Use `byte-compile-warning-types'.  Add docstring.
15159 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15161         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
15162         (smerge-resolve): Add various resolution heuristics.
15164         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
15165         in 3-way conflicts.
15167 2008-03-31  Glenn Morris  <rgm@gnu.org>
15169         * calendar/cal-bahai.el (diary-bahai-mark-entries):
15170         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
15171         * calendar/cal-islam.el (mark-islamic-diary-entries):
15172         Fix argument order in call to diary-mark-entries-1.
15174         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
15175         pre-Bahai dates.
15176         (holiday-bahai): Use an algorithm actually relevant to this calendar
15177         system.
15179         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
15181         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
15182         Use and.
15184         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
15185         in the last fortnight in Julian October.
15187         * calendar/calendar.el (increment-calendar-month): Optionally handle
15188         systems without 12 months per year.
15189         (calendar-date-is-visible-p): Doc fix.  Simplify.
15191         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
15192         from dolist.
15194 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
15196         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
15197         (hi-lock-unload-function): New function.
15199 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
15201         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
15202         overwriting when NEWNAME is a local file.
15204         * net/trampver.el: Update release number.
15206 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
15208         * vc-git.el: Make vc-status display information about copies,
15209         renames and permission changes.
15210         (vc-git-extra-fileinfo): New defstruct.
15211         (vc-git-escape-file-name, vc-git-file-type-as-string)
15212         (vc-git-rename-as-string, vc-git-permissions-as-string)
15213         (vc-git-status-printer): New functions.
15214         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
15215         (vc-git-after-dir-status-stage1): Look for copies, renames and
15216         permission changes.
15217         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
15218         (vc-git-dir-status): Ask for staged files and renames.
15220 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
15222         * vc.el: Allow backends to display backend specific information in
15223         the vc-status listing.
15224         (vc-status-fileinfo): Add a field for backend specific information.
15225         (vc-status-printer): Rename to ...
15226         (vc-default-status-printer): ... this.
15227         (vc-status-printer): New function.
15228         (vc-update-vc-status-buffer): Set the backend specific file info
15229         if provided.
15231 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15233         * textmodes/remember.el (remember-diary-convert-entry): Revert last
15234         change (ill-conceived).
15236 2008-03-29  Glenn Morris  <rgm@gnu.org>
15238         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
15239         * calendar/cal-julian.el (holiday-julian): Simplify.
15241         * calendar/holidays.el (list-holidays): Use or.
15243 2008-03-29  Juri Linkov  <juri@jurta.org>
15245         * window.el (split-window-preferred-horizontally): New function.
15247         * cus-start.el (split-window-preferred-function):
15248         Set choice for "vertically" to nil instead of split-window.
15249         Set choice for "horizontally" to split-window-preferred-horizontally
15250         instead of lambda.
15252 2008-03-29  Juri Linkov  <juri@jurta.org>
15254         * simple.el (minibuffer-default-add-function): New variable with
15255         the default to minibuffer-default-add-completions.
15256         (minibuffer-default-add-done): New variable.  Make it buffer-local.
15257         (minibuffer-default-add-completions): New function.
15258         (goto-history-element): Set minibuffer-default-add-done to t and
15259         call a function in minibuffer-default-add-function when the
15260         specified absolute history position is greater than the length of
15261         the minibuffer-default list and minibuffer-default-add-done is nil.
15262         Change "^End of history; no next item$" to "^End of defaults;
15263         no next item$".
15265         * bindings.el (debug-ignored-errors): Change "^End of history;
15266         no next item$" to "^End of defaults; no next item$".
15268 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15270         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
15272         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
15273         to with-no-warnings.
15275 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
15277         Sync with Tramp 2.1.13.
15279         * net/tramp-ftp.el: Require 'cl when byte-compiling.
15281         * net/trampver.el: Update release number.
15283 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
15285         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
15286         the current backend.
15288         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
15289         (vc-status-refresh): Create a temporary buffer and call the
15290         `dir-status' backend function from that buffer.
15292         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
15293         (vc-bzr-after-dir-status): Don't kill the buffer.
15295         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
15296         (vc-cvs-after-dir-status): Don't kill the buffer.
15298         * vc-git.el (vc-git-dir-status): Don't create a buffer.
15299         (vc-git-after-dir-status-stage2): Don't kill the buffer.
15301         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
15302         (vc-hg-after-dir-status): Don't kill the buffer.
15304         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
15305         (vc-svn-after-dir-status): Don't kill the buffer.
15307 2008-03-29  Glenn Morris  <rgm@gnu.org>
15309         * calendar/calendar.el (diary-file, american-date-diary-pattern)
15310         (european-date-diary-pattern, european-calendar-display-form)
15311         (american-calendar-display-form, diary-display-hook): Doc fixes.
15312         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
15313         custom :set.  Mark as obsolete.
15314         (calendar-date-style, iso-date-diary-pattern)
15315         (iso-calendar-display-form): New user variables.
15316         (diary-date-forms, calendar-date-display-form): Set using
15317         calendar-date-style.  Doc fix.
15318         (calendar-set-date-style): New command.
15319         (european-calendar, american-calendar): Use calendar-set-date-style.
15320         Mark as obsolete.
15322         * calendar/diary-lib.el (number): Move declaration where needed.
15323         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
15324         (diary-make-date): New function.
15325         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
15326         Use diary-make-date.
15327         (diary-date-display-form, diary-insert-entry-1): New functions.
15328         (insert-monthly-diary-entry, insert-yearly-diary-entry):
15329         Use diary-insert-entry-1.
15330         (insert-anniversary-diary-entry, insert-block-diary-entry)
15331         (insert-cyclic-diary-entry): Use diary-date-display-form.
15333         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
15334         Autoload diary-insert-entry-1.
15335         * calendar/cal-bahai.el (diary-bahai-insert-entry)
15336         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
15337         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
15338         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
15339         * calendar/cal-islam.el (insert-islamic-diary-entry)
15340         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
15341         Use diary-insert-entry-1.
15343         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
15344         (diary-yahrzeit): Doc fix.  Use diary-make-date.
15346         * calendar/icalendar.el (icalendar--datetime-to-american-date):
15347         New name for icalendar--datetime-to-noneuropean-date.  Make old name
15348         obsolete alias.
15349         (icalendar--datetime-to-iso-date): New function.
15350         (icalendar--datetime-to-diary-date): Doc fix.  Respect
15351         calendar-date-style if bound.
15353         * textmodes/remember.el (remember-diary-convert-entry):
15354         Respect calendar-date-style if bound.
15356 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15358         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
15359         (xterm-mouse-handle-delete-frame): Delete.
15361         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
15362         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
15363         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
15364         in xterm-modify-other-keys-terminal-list.
15366         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
15367         are conflicts.
15369 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
15371         * vc.el (vc-update): Check if the buffer is unsaved only if it
15372         actually exists.
15373         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
15374         vc-print-log.
15376 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15378         * net/dns.el (dns-write): Use set-buffer-multibyte.
15380 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15382         * vc-bzr.el (vc-bzr-sha1): New fun.
15383         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
15384         (vc-bzr-registered): Use it.
15386 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
15388         * vc.el (vc-status-kill-dir-status-process): Simplify.
15389         (vc-status-refresh): Make sure the buffer is live.
15390         (ring): Don't require it, not used.
15392 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
15394         * progmodes/verilog-mode.el (verilog-auto-inout-module):
15395         Add optional regular expression to AUTOINOUTMODULE.
15396         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
15397         (verilog-auto-inst-param, verilog-auto-reg)
15398         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
15399         (verilog-auto-output-every, verilog-auto-input)
15400         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
15401         (verilog-auto-unused, verilog-auto): Update documentation to use
15402         more obvious instance module names versus cell names.
15404 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
15406         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
15407         kill if a process is running.
15409         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
15411 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
15413         * vc.el: Add new backend function 'status-extra-headers.
15414         (vc-default-status-extra-headers): New function.
15415         (vc-status-headers): Call 'status-extra-headers.  Add colors.
15417         * vc-git.el (vc-git-status-extra-headers): New function.
15419 2008-03-28  Glenn Morris  <rgm@gnu.org>
15421         * calendar/cal-menu.el (cal-menu-holidays-menu)
15422         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
15423         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
15424         holiday-list is optional.
15425         (calendar-mouse-holidays): Remove un-needed local `l'.
15427         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
15428         Remove un-needed local `date'.
15429         (calendar-cursor-to-visible-date): Use let rather than let*.
15430         Remove un-needed local `first-of-month-weekday'.
15432         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
15434         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
15435         Doc fixes.
15436         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
15437         (diary-header-line-flag, diary-header-line-format): Declare.
15438         (diary-pull-attrs): Check for multiple matches.
15439         (diary-list-entries-2): Simplify finding start of date.
15440         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
15441         pop-up-frames.
15442         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
15443         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
15445 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
15447         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
15449         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
15451 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15453         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
15455         * image-mode.el (image-mode-reapply-winprops): Fix last change.
15457 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
15459         * international/mule-conf.el (define-iso-single-byte-charset):
15460         Don't make latin-iso8859-* supplementary.
15461         (#'set-charset-priority): Don't change the priority of charsets
15462         `unicode' and `emacs'.
15464 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15466         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
15467         temp buffer.
15469 2008-03-27  Glenn Morris  <rgm@gnu.org>
15471         * calendar/cal-bahai.el (diary-bahai-list-entries):
15472         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
15473         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
15475         * calendar/calendar.el (diary-file): Doc fix.
15477         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
15478         (list-diary-entries-hook, mark-diary-entries-hook)
15479         (include-other-diary-files, diary-mail-entries)
15480         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
15481         (diary-set-header): New function.
15482         (diary-header-line-flag, diary-header-line-format):
15483         Use diary-set-header for custom :set function.
15484         (diary-set-maybe-redraw): Use symbol-value rather than eval.
15485         (diary-attrtype-convert): Use intern-soft rather than read.
15486         (diary-display-no-entries): New function.
15487         (simple-diary-display, fancy-diary-display): Use it.
15488         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
15489         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
15491         * calendar/holidays.el (list-holidays): Doc fix.
15493 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
15495         * calc/calc-store.el (calc-read-var-name-history): New variable.
15496         (calc-read-var-name): Use `calc-read-var-name-history'.
15498 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15500         * image-mode.el (image-mode-reapply-winprops): Simplify now that
15501         window-configuration-change-hook works buffer-locally.
15503 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
15505         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
15506         for Emacs Lisp, not Lisp.
15508 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
15510         * help-fns.el (describe-function-1, describe-variable):
15511         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
15513         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
15514         replacement is provided, don't print "use nil instead".
15516 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
15518         * complete.el (PC-do-completion): Use regexp-quote.
15520 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
15522         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
15523         Detect missing files.
15525         * vc-git.el (vc-git-extra-menu-map): New key map.
15526         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
15527         New functions.
15529         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
15530         and 'missing files.
15532 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15534         * calendar/holidays.el (list-holidays): Make Y2 optional.
15536         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
15537         buffers shown to the user.
15538         (appt-disp-window): Disable undo explicitly now that the leading space
15539         is gone.
15541         * simple.el (activate-mark): New function.
15542         (set-mark-command): Use it with region-active-p to clean up the code.
15543         (exchange-point-and-mark): Invert the meaning of C-u when
15544         transient-mark-mode is active.
15546         * dired-aux.el (dired-create-files): Use dolist.
15548         * bindings.el (mode-line-change-eol): Use with-selected-window.
15550         * apropos.el (apropos-command): Include macros.
15552 2008-03-26  Glenn Morris  <rgm@gnu.org>
15554         * calendar/cal-bahai.el: Require calendar, not cal-julian.
15555         (calendar-bahai-epoch): Doc fix.
15557         * calendar/cal-china.el: Explicitly require calendar.
15559         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
15560         Require calendar rather than cal-julian.
15561         Autoload calendar-absolute-from-julian.
15562         * calendar/cal-coptic.el (coptic-calendar-epoch):
15563         * calendar/cal-islam.el (calendar-islamic-epoch):
15564         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
15566         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
15568         * calendar/cal-dst.el: Don't require cal-persia.
15569         (calendar-absolute-from-persian): Autoload it.
15570         (dst-adjust-time): Doc fix.
15572         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
15573         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
15574         calendar.
15576         * calendar/cal-menu.el: Require calendar rather than declaring
15577         functions.
15578         * calendar/calendar.el: Provide calendar before requiring cal-menu.
15580         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
15581         calendar-after-frame-setup-hooks.  Update callers, make old name an
15582         obsolete alias.  Doc fix.
15583         (calendar-frame-1): Doc fix.
15585         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
15587         * calendar/calendar.el (oriental-holidays, solar-holidays):
15588         * calendar/holidays.el (list-holidays): Assume atan always bound.
15590         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
15591         Explicitly require calendar, not cal-julian.
15592         * calendar/lunar.el: Explicitly require cal-dst.
15594 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15596         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
15598         * help-fns.el (describe-function-1, describe-variable): If no
15599         replacement is provided, don't print "use nil instead".
15601 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15603         * proced.el: New file.
15605 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
15607         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
15609 2008-03-25  Juri Linkov  <juri@jurta.org>
15611         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
15612         in battery-mode-line-format.
15614         * bindings.el (minibuffer-local-map): For the command
15615         file-cache-minibuffer-complete replace keymap minibuffer-local-map
15616         with map which is already locally bound to minibuffer-local-map.
15618 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15620         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
15621         Remove `sort-first' argument.
15623         * subr.el (redisplay-end-trigger-functions)
15624         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
15625         (process-filter-multibyte-p, set-process-filter-multibyte):
15626         Mark as obsolete.
15628 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
15630         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
15631         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
15632         use the LOCAL arg of `add-hook'.
15633         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
15634         Remove spurious * from defcustom docstrings.
15635         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
15636         Fix typos in messages.
15637         (reb-mode-buffer-p): New function.
15638         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
15639         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
15640         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
15641         Use `unless', `when'.
15642         (re-builder-unload-function): New function.
15644 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
15646         * vc-hooks.el (vc-state): Add documentation for 'missing.
15648 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
15650         * progmodes/verilog-mode.el (verilog-auto-output)
15651         (verilog-auto-input, verilog-auto-inout, verilog-auto)
15652         (verilog-delete-auto): Add optional regular expression to
15653         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
15654         (verilog-signals-matching-regexp): New internal function for
15655         signal matching.
15657 2008-03-25  Johan Bockgård  <bojohan@gnu.org>
15659         * info.el (Info-isearch-search): Always return point.
15661 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15663         * diff-mode.el (diff-remembered-defdir): New var.
15664         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
15666 2008-03-25  Glenn Morris  <rgm@gnu.org>
15668         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
15669         calendar-bahai-prompt-for-date.  Update callers, make old name an
15670         obsolete alias.  Doc fix.
15671         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
15672         coptic-prompt-for-date.  Update callers, make old name an
15673         obsolete alias.  Doc fix.
15674         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
15675         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
15676         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
15677         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
15678         * calendar/cal-iso.el (calendar-iso-read-date): New name for
15679         calendar-iso-read-args.  Update callers, make old name an obsolete
15680         alias.
15681         * calendar/cal-persia.el (calendar-persian-read-date): New name for
15682         persian-prompt-for-date.  Update callers, make old name an
15683         obsolete alias.  Doc fix.  Move definition before use.
15685         * calendar/cal-x.el (diary-frame-parameters)
15686         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
15687         (calendar-frame-1): Doc fixes.
15688         (make-fancy-diary-buffer): Remove declaration.
15689         (calendar-dedicate-diary): Replace call to deleted function
15690         make-fancy-diary-buffer.
15691         (calendar-frame-setup): New function.
15692         (calendar-one-frame-setup, calendar-only-one-frame-setup)
15693         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
15694         work, and mark as obsolete.
15695         (special-display-buffer-names): Don't mess with this; it's not our
15696         business.
15697         (cal-x-load-hook): Defvar it, and mark as obsolete.
15699         * calendar/calendar.el (calendar-remove-frame-by-deleting):
15700         Default to t.  Add to 'calendar group.
15701         (calendar): Doc fix.  Use calendar-frame-setup.
15702         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
15703         (generate-calendar-window): Doc fix.
15705 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15707         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
15709 2008-03-24  Drew Adams  <drew.adams@oracle.com>
15711         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
15712         New variables.
15713         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
15714         (finder-exit): Ignore errors rather than avoiding them.
15715         Kill *Finder-package* buffer also.
15717 2008-03-24  Andreas Schwab  <schwab@suse.de>
15719         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
15721 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
15723         * vc-hg.el (vc-hg-after-dir-status):
15724         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
15726         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
15727         Detect removed files.
15729         * vc.el (vc-status-printer): Use a different face for missing files.
15730         (vc-status-hide-up-to-date): Rename from
15731         vc-status-remove-up-to-date.  Update all callers.
15732         (vc-status-mode-map): Bind C-m.
15734 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
15736         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
15737         code ...
15738         (vc-git--state-code): ... to this new function.
15739         (vc-git-state): Use it.
15741 2008-03-24  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
15743         * textmodes/remember.el (remember-mail-date)
15744         (remember-store-in-mailbox): Write date and From line in such a
15745         way that Mutt can read it.
15747 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
15749         * simple.el (transient-mark-mode): Turn on by default.
15751 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
15753         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
15754         'unregistered for unregistered files.
15756         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
15758         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
15760         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
15761         subdirectories.
15763         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
15764         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
15765         Add :enable for vc-status-refresh.
15766         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
15767         (vc-status-tool-bar-map): Add binding for
15768         vc-status-kill-dir-status-process.
15769         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
15770         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
15771         Reset vc-status-process-buffer.
15772         (vc-status-refresh): Don't run two refreshes at a time.
15773         (vc-status): If the buffer is already in vc-status-mode only refresh.
15774         (vc-status-mark-buffer-changed): Add an optional file parameter.
15775         (vc-resynch-buffer): Use it.
15776         (vc-delete-file): Expand the file name before using it.
15777         Be careful to not create a new buffer with the old file contents.
15778         Update the VC state after performing the operation.
15780 2008-03-23  Andreas Schwab  <schwab@suse.de>
15782         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
15783         Fix radio button condition.
15784         [box]: Likewise.
15785         [customize]: Add radio button.
15787 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
15789         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
15790         (calc-user-parse-tables, calc-gnuplot-default-device)
15791         (calc-gnuplot-default-output, calc-gnuplot-print-device)
15792         (calc-gnuplot-print-output, calc-gnuplot-geometry)
15793         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
15794         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
15795         (calc-undo-list, calc-redo-list, calc-main-buffer)
15796         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
15797         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
15798         (calc-said-hello, calc-executing-macro, calc-any-selections)
15799         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
15800         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
15801         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
15802         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
15803         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
15804         (calc-create-buffer, calc-quit): Add docstrings.
15806 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
15808         * makefile.w32-in (WINS_ALMOST): Add org.
15810 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
15812         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
15813         New functions to implement vc-status support.
15815 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
15817         * vc.el (vc-status-prepare-status-buffer): New function.
15818         (vc-status): Use it.
15820         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
15821         appropriate.
15823 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
15825         * vc-git.el (vc-git--empty-db-p)
15826         (vc-git-after-dir-status-stage1-empty-db): New functions.
15827         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
15828         Add support for empty repositories.
15830 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
15832         * vc-git.el (vc-git-annotate-extract-revision-at-line):
15833         Allow "^" in a version name.
15835         * vc-mtn.el (vc-mtn-state): Support the added state.
15837 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
15839         * org: New directory for Org-mode.
15841         * org/org-export-latex.el: Moved from lisp/textmodes.
15843         * org/org-irc.el: Moved from lisp/textmodes.
15845         * org/org-mac-message.el: Moved from lisp/textmodes.
15847         * org/org-mouse.el: Moved from lisp/textmodes.
15849         * org/org-publish.el: Moved from lisp/textmodes.
15851 2008-03-21  Juri Linkov  <juri@jurta.org>
15853         * comint.el (comint-dynamic-simple-complete):
15854         Use variable `stub' for the second arg `common-substring'
15855         of `comint-dynamic-list-completions'.
15856         (comint-dynamic-list-filename-completions):
15857         Use variable `filenondir' for the second arg `common-substring'
15858         of `comint-dynamic-list-completions'.
15859         (comint-dynamic-list-completions): Add new optional arg
15860         `common-substring'.  Add `common-substring' as the second arg of
15861         the call to `display-completion-list'.  Doc fix.
15863         * comint.el (comint-dynamic-complete-as-filename)
15864         (comint-dynamic-list-filename-completions)
15865         (comint-dynamic-simple-complete): Use `minibuffer-message'
15866         to display message "No completions of %s" when a command
15867         is called in the minibuffer.
15868         (comint-dynamic-simple-complete): Don't display other
15869         completion messages when a command is called in the minibuffer.
15870         (comint-dynamic-list-completions): Use `minibuffer-message'
15871         to display message " [Type space to flush ...]" when a command
15872         is called in the minibuffer.
15874         * shell.el (shell-dynamic-complete-command)
15875         (shell-dynamic-complete-environment-variable): Don't display
15876         completion messages when command is called in the minibuffer.
15878         * emacs-lisp/lisp.el (lisp-complete-symbol):
15879         Use `minibuffer-message' to display message "No completions of %s"
15880         when this command is called in the minibuffer.
15882         * bindings.el (standard-mode-line-modes): Put special help-echo
15883         tooltip on recursive edit %[ %] mode-line constructs.
15885         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
15886         "^No dynamic expansion for .* found$" to allow error messages like
15887         "No dynamic expansion for \"%s\" found in this-buffer".
15889 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
15891         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
15892         "psftp".
15894 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15896         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
15897         * vc.el (vc-default-dired-state-info): Use just "modified".
15898         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
15899         (vc-cvs-mode-line-string): Make use of the better default.
15900         (vc-cvs-parse-entry): Use the new `added'.
15901         (vc-cvs-dired-state-info): Remove.
15902         * vc-svn.el (vc-svn-dired-state-info): Remove.
15903         * vc-hg.el (vc-hg-dired-state-info): Remove.
15904         * vc-git.el (vc-git-dired-state-info): Remove.
15906 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
15908         * vc-git.el (vc-git-status-result): New variable.
15909         (vc-git-dir-status): Split out ...
15910         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
15911         ... these new functions and work asynchronously.
15913 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
15915         * vc-git.el (vc-git-after-dir-status): Remove.
15916         (vc-git-dired-state-info): Reimplement.
15918 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
15920         * replace.el (occur-mode-map): Add :help.
15922         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
15923         for disassemble.
15925         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
15926         the 'added state.
15927         (vc-status-remove-up-to-date): New function.
15928         (vc-status-mode-map, vc-status-menu-map): Bind it.
15929         (vc-status-printer): Use a different face up-to-date files.
15930         (vc-resynch-buffer): Update the vc-status buffer if it exists.
15931         (Todo): Remove solved entries.
15933         * vc-hg.el (vc-hg-state):
15934         * vc-git.el (vc-git-state):
15935         * vc-cvs.el (vc-cvs-parse-status):
15936         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
15937         state.
15939 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15941         * progmodes/compile.el (compile):
15942         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
15944         * simple.el (minibuffer-local-shell-command-map): New var.
15945         (minibuffer-complete-shell-command, read-shell-command): New funs.
15946         (shell-command, shell-command-on-region): Use them.
15948 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
15950         * vc.el (vc-status-mark-buffer-changed): New function to implement
15951         updating of the *vc-status* buffer when a buffer is saved.
15952         (vc-status-mode): Use it for after-change-hook.
15953         (vc-add-to-vc-status-buffer): Rename to ...
15954         (vc-status-add-entry): ... this.
15955         (Todo): Add new entry.
15957 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15959         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
15961 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
15963         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
15964         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
15965         Remove spurious * from defcustom docstrings.
15966         (icomplete-compute-delay): Fix docstring and remove spurious *.
15967         (icomplete-delay-completions-threshold): Fix typo in docstring and
15968         remove spurious *.
15969         (icomplete-completions): While collecting the list of prospective
15970         candidates, don't overshoot `icomplete-prospects-length'.
15972 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
15974         * textmodes/refbib.el:
15975         * textmodes/reftex.el:
15976         * textmodes/reftex-global.el:
15977         * textmodes/reftex-vars.el:
15978         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
15979         compiler pacifying defvars.
15980         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
15981         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
15982         not needed.
15984 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
15986         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
15987         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
15988         (verilog-customize, verilog-font-customize)
15989         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
15990         (verilog-mode): Update documentation strings to match tool tips.
15991         (verilog-auto-search-do, verilog-auto-re-search-do)
15992         (verilog-skip-forward-comment-or-string): Fix verilog-auto
15993         expansion when a .* appears inside a string.
15994         (verilog-re-search-forward, verilog-re-search-backward):
15995         Add comment to recall how this works.
15996         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
15998 2008-03-20  Glenn Morris  <rgm@gnu.org>
16000         * calendar/calendar.el (calendar-other-dates): New function.
16001         (calendar-print-other-dates): Use calendar-other-dates.
16002         * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
16003         the declarations it replaces.
16004         (calendar-mouse-print-dates): Use calendar-other-dates.
16006         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
16007         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
16008         (calendar-absolute-from-bahai): Fix the leap-year case.
16009         (calendar-bahai-from-absolute): Re-use the Gregorian month.
16010         (calendar-bahai-date-string, calendar-bahai-print-date):
16011         Handle pre-Bahai dates.
16013         * calendar/cal-china.el (chinese-calendar-celestial-stem)
16014         (chinese-calendar-terrestrial-branch): Make defcustoms.
16016         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
16017         (calendar-mouse-view-diary-entries): Use or.
16018         (calendar-mouse-chinese-date): Remove unused command.
16019         (cal-menu-load-hook): Mark as obsolete.
16021         * calendar/solar.el (calendar-location-name, calendar-latitude)
16022         (calendar-longitude, solar-arctan, sunrise-sunset)
16023         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
16025 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
16027         * calc/calc.el: Remove outdated comments.
16028         (defcalcmodevar, calc-mode-var-list-restore-default-values)
16029         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
16030         Add docstrings.
16032 2008-03-19  Jason Rumney  <jasonr@gnu.org>
16034         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
16036 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
16038         * net/tls.el (open-tls-stream): Reindent.
16040 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
16042         * net/tramp.el (tramp-let-maybe): Removed.
16043         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
16044         It does not exist under XEmacs.
16045         (tramp-handle-file-truename, tramp-handle-expand-file-name)
16046         (tramp-completion-file-name-handler): Let-bind
16047         `directory-sep-char'.
16049         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
16050         `directory-sep-char'.
16052 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16054         * help-fns.el (describe-function-1): Don't signal "missing arglist"
16055         for autoloaded keymaps.
16057         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
16058         (electric-verilog-terminate-line, verilog-in-struct-region-p)
16059         (verilog-backward-ws&directives, verilog-forward-ws&directives)
16060         (verilog-in-comment-p, verilog-in-star-comment-p)
16061         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
16062         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
16063         (verilog-skip-forward-comment-or-string, verilog-in-paren)
16064         (verilog-skip-forward-comment-p): Use it.
16066 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
16068         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
16069         (org-remember-templates, org-time-stamp-rounding-minutes)
16070         (org-back-over-empty-lines, org-find-base-buffer-visiting)
16071         (org-columns-new): Fix typos in docstrings.
16073 2008-03-19  Glenn Morris  <rgm@gnu.org>
16075         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
16076         (tramp-handle-shell-command): Use condition-case rather than
16077         ignore-errors.
16079 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
16081         * diff-mode.el (diff-header): Make the color louder.
16082         (diff-refine-change): Tone the color down.
16084 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
16086         * descr-text.el (describe-char): When `describe-char-unidata-list'
16087         is set to show all properties, list them in the right order.
16089 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16091         * international/mule.el (load-with-code-conversion): Avoid setting
16092         default-enable-multibyte-characters.
16094 2008-03-19  Gustav Hållberg  <gustav@virtutech.com>  (tiny change)
16096         * vc.el (vc-annotate-background): Fix custom type.
16098 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16100         * descr-text.el (describe-char-unidata-list): Allow specifying
16101         just all properties.
16102         (describe-char): Handle that new value.
16104         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
16106 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
16108         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
16109         instead of file name extension to make docs with uncommon
16110         extensions work.
16112 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
16114         * doc-view.el (require): Require cl at compile time because
16115         `assert' needs it.
16117 2008-03-18  Glenn Morris  <rgm@gnu.org>
16119         * calendar/calendar.el (initial-calendar-window-hook)
16120         (today-visible-calendar-hook): Doc fixes.
16122 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
16124         * net/tramp.el (tramp-root-regexp): Simplify.
16125         (tramp-completion-file-name-regexp-separate): Don't insist on
16126         leading "[".  This prevents method or user or host completion.
16127         (tramp-let-maybe): Autoload it.
16128         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
16129         is an alias for `identity'.
16130         (tramp-handle-write-region): Protect `last-coding-system-used'
16131         over the trailing statements.
16132         (tramp-completion-file-name-handler-post-function): Remove.
16133         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
16134         instead of calling `tramp-drop-volume-letter'.
16136         * net/tramp.el:
16137         * net/tramp-uu.el:
16138         * net/trampver.el: Move coding cookie at the end.
16140 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16142         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
16143         elements which may be something else than characters.
16145 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
16147         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
16148         New functions to implement vc-status support.
16150         * vc.el (vc-default-extra-status-menu)
16151         (vc-add-to-vc-status-buffer): New functions.
16153         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16154         for eldoc and ielm.
16156 2008-03-17  Glenn Morris  <rgm@gnu.org>
16158         * calendar/cal-x.el (diary-frame-parameters)
16159         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
16160         Fix custom type; add options.
16161         (calendar-frame, diary-frame): Doc fixes.
16162         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
16163         new functions.
16164         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
16165         Use calendar-frame-1 and calendar-dedicate-diary.
16166         (calendar-one-frame-setup): Also handle only-one-frame case.
16167         (calendar-only-one-frame-setup): Doc fix.  Just call
16168         calendar-one-frame-setup.
16170         * calendar/diary-lib.el: Re-order some definitions before their use.
16171         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
16172         (diary-list-entries): Doc fixes.
16173         (make-fancy-diary-display): Remove function.
16175         * calendar/calendar.el (calendar-today-marker)
16176         (initial-calendar-window-hook, today-visible-calendar-hook)
16177         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
16178         (calendar-star-date, calendar-mark-today): Doc fixes.
16179         (today-visible-calendar-hook): Add options.
16180         (calendar-in-read-only-buffer): New macro.
16181         (calendar-basic-setup): Adapt for change in calendar-read-date.
16182         Place holiday let inside if.
16183         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
16184         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
16185         (calendar-print-other-dates): Use one let rather than many.
16187         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
16188         (calendar-print-other-dates):
16189         * calendar/cal-hebrew.el (list-yahrzeit-dates):
16190         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
16191         * calendar/holidays.el (calendar-list-holidays, list-holidays)
16192         (calendar-cursor-holidays):
16193         * calendar/lunar.el (calendar-phases-of-moon): Use
16194         calendar-in-read-only-buffer to replace previous code and disable undo.
16196 2008-03-16  Juri Linkov  <juri@jurta.org>
16198         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
16199         and regexp-search-ring-yank-pointer for the HISTPOS argument of
16200         read-from-minibuffer to provide the correct initial minibuffer
16201         history position in isearch-edit-string when it is called from
16202         isearch-ring-adjust.
16204         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
16205         to check if the current buffer is the minibuffer, and in this case
16206         call abort-recursive-edit to kill the minibuffer.  Doc fix.
16207         (kill-this-buffer-enabled-p): Allow this function to return non-nil
16208         when the current buffer is the minibuffer.
16210         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
16212 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
16214         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
16215         Use non-nil PARENTS attribute of make-directory instead of
16216         explicitly checking existence the current cache directory.
16218 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
16220         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
16221         M-x epa-file-select-keys.
16223 2008-03-16  Kenichi Handa  <handa@m17n.org>
16225         * international/mule.el (auto-coding-alist):
16226         Use no-conversion-multibyte for archive files.
16228 2008-03-16  Glenn Morris  <rgm@gnu.org>
16230         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
16231         New functions.
16232         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
16233         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
16234         Use calendar-mark-1.
16235         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
16236         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
16237         Use calendar-mark-complex.
16238         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
16239         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
16240         Use calendar-mark-1.
16242         * calendar/calendar.el (calendar-mod): Remove.
16243         * calendar/cal-china.el (calendar-chinese-from-absolute)
16244         (calendar-chinese-date-string): Expand calendar-mod calls.
16245         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
16246         Expand calendar-mod calls.
16248         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
16249         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
16250         (diary-bahai-insert-yearly-entry): Use let rather than let*.
16251         Move obsolete aliases after the functions that replaced them.
16253         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
16254         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
16255         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
16256         Use let rather than let*.
16257         (calendar-hebrew-prompt-for-date): New function.
16258         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
16259         (holiday-tisha-b-av-etc): Use unless, let.
16261         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
16262         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
16264         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
16266         * calendar/calendar.el (calendar-for-loop): Add indent spec.
16268         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
16269         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
16270         than concat.
16271         (diary): Remove un-needed let.
16272         (view-other-diary-entries): Rename argument.
16273         (diary-list-entries-2): New function.
16274         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
16275         (print-diary-entries): Use unless.
16276         (diary-mark-entries-1): Change argument order, make all but
16277         markfunc optional.  Handle the standard (Gregorian) case.
16278         Use match-string-no-properties.  Handle marks.
16279         (mark-diary-entries): Use diary-mark-entries-1.
16280         (diary-font-lock-keywords-1): New macro.
16281         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
16283 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
16285         * calendar/icalendar.el (icalendar-version): Increase to 0.18.
16286         (icalendar-export-hidden-diary-entries): New variable.
16287         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
16288         In case of error, insert full error-val.
16289         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
16290         Use calendar-day-of-week.  Return the day number.
16291         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
16293 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
16295         * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
16296         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
16297         (icalendar-export-region): Ignore hidden diary entries.
16298         (icalendar--convert-ordinary-to-ical): Fix case where event
16299         spans across midnight boundary.
16300         (icalendar-first-weekday-of-year): New function.
16301         (icalendar--convert-weekly-to-ical): Allow user-selectable start
16302         year for recurring events (Mozilla calendars do not propagate
16303         recurring events forever, so year 2000 start date was not working).
16304         (icalendar--convert-yearly-to-ical): Remove extra spaces in
16305         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
16307 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
16309         * net/tramp.el (tramp-root-regexp): New defconst.
16310         (tramp-completion-file-name-regexp-unified)
16311         (tramp-completion-file-name-regexp-separate)
16312         (tramp-completion-file-name-regexp-url): Use it.
16313         (tramp-do-copy-or-rename-file-via-buffer):
16314         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
16315         t for `insert-file-contents-literally'.
16316         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
16317         Autoload it.
16318         (tramp-completion-file-name-handler-post-function): New defconst.
16319         (tramp-completion-file-name-handler): Use it.
16320         (tramp-maybe-open-connection): Update calls to
16321         `tramp-flush-connection-property' for removed 2nd argument.
16323 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16325         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
16326         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
16327         New functions.
16329 2008-03-15  Glenn Morris  <rgm@gnu.org>
16331         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
16332         New functions.
16333         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
16334         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16335         (diary-list-entries-1, diary-mark-entries-1): Autoload.
16336         (diary-bahai-list-entries): Use diary-list-entries-1.
16337         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
16338         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
16339         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16340         (diary-list-entries-1, diary-mark-entries-1): Autoload.
16341         (list-hebrew-diary-entries): Use diary-list-entries-1.
16342         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
16343         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
16344         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16345         (diary-list-entries-1, diary-mark-entries-1): Autoload.
16346         (list-islamic-diary-entries): Use diary-list-entries-1.
16347         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
16349         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
16351         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
16353         * calendar/cal-china.el (number-chinese-months)
16354         (calendar-chinese-from-absolute): Use nth, caar.
16356         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
16358         * calendar/cal-french.el (french-calendar-accents): Doc fix.
16360         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
16361         (calendar-hebrew-month-name-array-leap-year)
16362         (hebrew-calendar-parashiot-names): Make constants.
16363         (diary-parasha): Move definition after constants it uses.
16365         * calendar/cal-html.el (cal-html-insert-link-yearpage)
16366         (cal-html-htmlify-list): Doc fix.
16367         (cal-html-htmlify-entry): Use nth.
16369         * calendar/cal-islam.el (calendar-islamic-month-name-array)
16370         (calendar-islamic-epoch): Make constants.
16371         (calendar-islamic-epoch): Doc fix.
16373         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
16375         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
16376         (cal-tex-month-name): Doc fix.
16377         (cal-tex-last-blank-p): Use zerop.
16379         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
16380         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
16381         (calendar-cursor-to-date): Doc fix.
16382         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
16383         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
16384         (calendar-day-number): Use when.
16385         (generate-calendar-month): Use dotimes.
16386         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
16387         (calendar-set-mark): Reverse conditional.
16388         (calendar-make-alist): Move definition before use.
16390         * calendar/diary-lib.el (diary-face-attrs)
16391         (diary-glob-file-regexp-prefix, diary-selective-display)
16392         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
16393         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
16394         (diary-anniversary, diary-cyclic)
16395         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
16396         (diary-header-line-format): Change wording.
16397         (diary-list-entries): Set `date-start' in let.
16398         (include-other-diary-files, mark-included-diary-files): Use format.
16399         (simple-diary-display, fancy-diary-display): Use cadr, unless.
16400         (mark-diary-entries): Use 1+.
16401         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
16402         (mark-calendar-month): Use dotimes.
16404         * calendar/holidays.el (displayed-month, displayed-year):
16405         Move declarations where needed.
16406         (calendar-list-holidays): Doc fix.
16408         * calendar/parse-time.el (parse-time-string): Simplify.
16410         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
16411         Make constants.
16412         (solar-sunrise-sunset): Rename some local variables for clarity.
16413         (sunrise-sunset): Use zerop.
16414         (solar-mean-equinoxes/solstices): Doc fix.
16416         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
16417         Use nth.
16418         (timeclock-completing-read, timeclock-generate-report): Use zerop.
16419         (timeclock-mean, timeclock-generate-report): Use dolist.
16421         * calendar/todo-mode.el (todo-add-category): Simplify.
16422         (todo-more-important-p, todo-delete-item, todo-file-item):
16423         Use unless, when.
16424         (todo-top-priorities): Use zerop.
16426 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
16428         * buff-menu.el (list-buffers-noselect): Display buffer name in
16429         tooltip instead of mouse binding when it doesn't fit in the list.
16431 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
16433         * faces.el (xw-defined-colors):
16434         * simple.el (widget-convert, shell-mode): Declare as functions
16435         instead of autoloading.
16437         * abbrev.el:
16438         * button.el:
16439         * cus-face.el:
16440         * ediff-hook.el:
16441         * emacs-lisp/backquote.el:
16442         * emacs-lisp/timer.el:
16443         * facemenu.el:
16444         * faces.el:
16445         * menu-bar.el:
16446         * simple.el:
16447         * subr.el:
16448         * textmodes/fill.el:
16449         * textmodes/paragraphs.el: Remove autoloads, redundant when the
16450         files are preloaded.
16452 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16454         * desktop.el (desktop-create-buffer): Don't catch errors if
16455         debug-on-error is set.
16457 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
16459         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
16460         ($(lisp)/calendar/diary-loaddefs.el)
16461         ($(lisp)/calendar/hol-loaddefs.el): New targets.
16462         (LOADDEFS): New macro.
16463         (autoloads): Depend on $(LOADDEFS).
16465 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
16467         * font-lock.el (featurep): Remove test, not useful anymore.
16468         (facemenu-keymap): Move key binding ...
16469         * facemenu.el (facemenu-keymap): ... here.
16471         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
16472         for each file in the list.
16473         (vc-bzr-log-view-mode): Recognize the file marker.
16475         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16476         for checkdoc and profiling.
16478 2008-03-14  Bastien Guerry  <bzg@altern.org>
16480         * textmodes/flyspell.el (nxml-mode): Add the right
16481         `flyspell-mode-predicate'.
16483         * wid-edit.el (link): Use 'mouse-face for :follow-link.
16485 2008-03-14  Glenn Morris  <rgm@gnu.org>
16487         * calendar/solar.el: Reorder so that functions are defined before use.
16488         (displayed-month, displayed-year): Move declarations where needed.
16489         (solar-get-number): Move definition before use.  Use unless.
16490         (solar-equatorial-coordinates): Simplify.
16491         (solar-sunrise-and-sunset): Use let rather than let*.
16492         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
16494         * startup.el (command-line-1): Rename -internal-script back to
16495         -scriptload (reverts previous change).
16497         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
16498         (calendar-bahai-leap-base): Add doc strings.
16499         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
16500         Move definition before use.
16501         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
16502         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
16503         variables outside the loop.  Use dolist.
16504         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
16506         * calendar/cal-china.el: Re-order so that functions are defined before
16507         use.
16508         (displayed-month, displayed-year): Move declarations where needed.
16509         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
16510         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
16511         Add doc strings.
16512         (chinese-year-cache): Recenter on 2010.  Doc fix.
16513         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
16514         Doc fix.  Simplify.
16515         (chinese-year-cache-init): New function.
16516         (compute-chinese-year, holiday-chinese-new-year)
16517         (calendar-chinese-date-string, calendar-goto-chinese-date)
16518         (make-chinese-month-assoc-list): Use cadr, nth.
16519         (chinese-months): Remove un-needed let.
16521         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
16522         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
16523         (coptic-prompt-for-date): Move definition before use.
16525         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
16526         (calendar-dst-find-data, calendar-daylight-time-offset)
16527         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
16528         (calendar-daylight-savings-starts-time)
16529         (calendar-daylight-savings-ends-time): Use cadr, nth.
16531         * calendar/cal-french.el (french-calendar-epoch)
16532         (calendar-goto-french-date): Doc fix.
16533         (french-calendar-month-name-array)
16534         (french-calendar-multibyte-month-name-array)
16535         (french-calendar-day-name-array, french-calendar-special-days-array):
16536         Add doc strings.
16538         * calendar/cal-hebrew.el (displayed-month, displayed-year)
16539         (original-date): Move declarations where needed.
16540         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
16541         Doc fix.
16542         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
16543         constant variables outside the loop.  Use dolist.
16545         * calendar/cal-islam.el (displayed-month, displayed-year)
16546         (original-date): Move declarations where needed.
16547         (islamic-calendar-day-number): Remove unused local variable `day'.
16548         (calendar-goto-islamic-date): Doc fix.
16549         (holiday-islamic): Use unless.
16550         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
16551         constant variables outside the loop.  Use dolist.
16552         (mark-islamic-calendar-date-pattern): Move definition before use.
16553         Use unless.
16554         (mark-islamic-diary-entries): Doc fix.
16555         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
16556         (insert-yearly-islamic-diary-entry): Use let rather than let*.
16558         * calendar/cal-julian.el (calendar-absolute-from-julian):
16559         Move definition before use.  Remove un-needed local `day'.
16560         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
16562         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
16563         (calendar-mayan-tzolkin-names-array): Add doc strings.
16564         (calendar-mayan-long-count-from-absolute): Use a single let.
16565         (calendar-string-to-mayan-long-count): Simplify.
16566         (calendar-next-haab-date, calendar-previous-haab-date)
16567         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
16568         (calendar-previous-calendar-round-date)
16569         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
16570         Doc fix.
16571         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
16572         (calendar-mayan-date-string, calendar-print-mayan-date)
16573         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
16574         (calendar-mayan-long-count-common-era): Move definitions before use.
16576         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
16577         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
16578         Doc fix.
16579         (calendar-mouse-goto-date): Move definition before use.
16581         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
16582         Move definition before use.
16583         (calendar-cursor-to-visible-date): Move definition before use.
16584         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
16585         and place inside the conditional.
16586         (calendar-forward-day): Simplify.
16587         (calendar-end-of-month): Use unless.
16588         (calendar-goto-day-of-year): Doc fix.
16589         Relocate obsolete aliases after their replacements.
16591         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
16593         * calendar/diary-lib.el (mark-diary-entries): Move some constant
16594         variables outside the diary-date-forms loop.
16596         * calendar/calendar.el (diary-file): Doc fix.
16597         (calendar-buffer-list): Return buffers rather than strings (fixes
16598         previous change).
16599         (hebrew-holidays-4): Fix typo.
16601         * calendar/holidays.el (displayed-month, displayed-year):
16602         Move declarations where needed.
16603         (calendar-holiday-list, calendar-list-holidays)
16604         (holiday-filter-visible-calendar): Move definitions before use.
16605         (list-holidays): Use cadr.
16606         Relocate obsolete aliases after their replacements.
16608         * calendar/lunar.el (date, displayed-month, displayed-year):
16609         Move declarations where needed.
16610         (lunar-phase-list): Move definition after functions it uses.
16611         (calendar-phases-of-moon, diary-phases-of-moon)
16612         (lunar-new-moon-on-or-after): Use cadr, nth.
16613         (lunar-new-moon-on-or-after): Doc fix.
16615         * textmodes/org-irc.el (top-level): CL not required when compiling.
16616         (org-irc-visit-erc): Replace runtime CL functions.
16618         * textmodes/org-publish.el (declare-function): Add compatibility stub.
16619         (org-publish-delete-dups): Declare as function.
16621 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
16623         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
16624         (vc-bzr-show-log-entry): Make regexp match more cases.
16625         (vc-diff-switches-list): Remove autoload, not needed.
16627 2008-03-14  Juri Linkov  <juri@jurta.org>
16629         * isearch.el (isearch-edit-string): Remove one call to
16630         `isearch-push-state' not to push an inconsistent state,
16631         but keep another correct call to `isearch-push-state'.
16632         (isearch-ring-adjust): Call `isearch-push-state' only when
16633         `search-ring-update' is non-nil since `isearch-edit-string'
16634         already pushes its state.
16635         (isearch-message): Improve matching the failed part by checking
16636         if the original message starts with the last successful message.
16638         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
16639         (dired-perm-write): Rename from `dired-warn-writable'.
16640         Change parent face from `font-lock-warning-face' to
16641         `font-lock-comment-delimiter-face'.
16642         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
16643         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
16644         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
16645         with `dired-perm-write-face'.
16647 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
16649         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
16650         Create cache dir only if it doesn't already exist.
16652 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16654         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
16655         of \ and '.
16657 2008-03-13  Johan Bockgård  <bojohan@gnu.org>
16659         * net/browse-url.el (browse-url-text-xterm):
16660         Unquote browse-url-text-browser.
16662 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
16664         * textmodes/org-mouse.el: Version number change.
16666         * textmodes/org-publish.el (org-publish-expand-components):
16667         Remove null projects from the list of components.
16668         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
16669         Remove unused retrieval of the :publishing-directory property.
16670         (org-publish-file): Bugfix: when using a relative directory as the
16671         publishing directory, convert it to a directory filename.
16672         (org-publish-project): New alias.
16673         (org-publish-get-files): Protect against empty p.
16674         (org-publish-file): Send an error when file is not part of any project.
16675         (org-publish-file): Offer to refresh the list of files in known
16676         project when the current file is not part of any project.
16677         (org-publish-before-export-hook)
16678         (org-publish-after-export-hook): New hooks.
16679         (org-publish-org-to): Use new hooks and kill buffers.
16680         (org-publish-file): Remove the code for killing buffers.
16681         (org-publish-initialize-files-alist): Use interactive.
16682         (org-publish-file): If the publishing function creates a new
16683         buffer, kill it after publishing.
16684         (org-publish-timestamp-filename): Protect ":" in file name path
16685         under windows.
16687         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
16688         change that killed the LaTeX buffer.
16690         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
16691         in the decision tree.
16692         (org-select-remember-template): Clean the code.
16693         (org-prepare-dblock): Add the extra :content parameter.
16694         (org-write-agenda): New output type ".ics" files.
16695         (org-write-agenda): Call `org-icalendar-verify-function', both for
16696         time stamps and for TODO entries.
16697         (org-agenda-collect-markers, org-create-marker-find-array)
16698         (org-check-agenda-marker-table): New functions.
16699         (org-agenda-marker-table): New variable.
16700         (org-export-as-html): Revert the change that killed the html
16701         buffer.  Side effects first need to be studied carefully.
16702         (org-get-tags-at): Fix the structure of the condition-case statement.
16703         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
16704         (org-timestamp-change): Fix regular expressions to swallow the
16705         extra character for repeat-shift control.
16706         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
16707         (org-get-legal-level): Alias to `org-get-valid-level'.
16708         (org-dblock-write:clocktable): Add a :link parameter, linking
16709         headlines to their location in the Org agenda files.
16710         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
16711         throwing an error when getting tags before headlines.
16712         (org-timestamp-change, org-modify-ts-extra)
16713         (org-ts-regexp1): Fix timestamp editing.
16714         (org-agenda-custom-commands-local-options): New constant.
16715         (org-agenda-custom-commands):
16716         Use `org-agenda-custom-commands-local-options' to improve customize
16717         type.  "htmlize": Removed hack to fix face problem with htmlize,
16718         it no longer seem necessary.
16719         (org-follow-link-hook): New hook.
16720         (org-agenda-custom-commands): Add "Component" as a tag for each
16721         item in a command series.
16722         (org-open-at-point): Run `org-follow-link-hook'.
16723         (org-agenda-schedule): Bugfix: don't display marker type when it
16724         is nil.
16725         (org-store-link): org-irc required.
16726         (org-set-regexps-and-options): Parse the new logging options.
16727         (org-extract-log-state-settings): New function.
16728         (org-todo): Handle the new ways of recording state change stuff.
16729         (org-local-logging): New function.
16730         (org-columns-open-link): Fix bug with opening link in column view.
16731         (org-local-logging): New function.
16732         (org-todo): Make sure that LOGGING properties are honoured.
16733         (org-todo-keywords): Improve docstring.
16734         (org-startup-options): Cleanup startup options.
16735         (org-set-regexps-and-options): Process the "!" markers.
16736         (org-todo): Respect the new logging stuff.
16737         (org-log-note-how): New variable.
16738         (org-add-log-maybe): New parameter HOW that defines how logging
16739         should be done and also overrides PURPOSE.  Add a docstring.
16740         (org-add-log-note): Check if we really need to ask for a note.
16741         (org-get-current-options): Digest the new keyword.
16742         (org-agenda-reset-markers): Rename from
16743         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
16744         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
16745         function, without force argument.
16746         (org-buffer-property-keys): Bind local variables s and p.
16747         (org-make-tags-matcher): Allow "" to match an empty or
16748         non-existent property value.
16749         (org-export-as-html): Join unsorted lists when they directly
16750         follow each other.  Such lists may be created by headlines that
16751         are converted to lists.
16752         (org-nofm-to-completion): New function.
16753         (org-export-as-html): Use :html-extension instead of
16754         org-export-html-extension.
16755         (org-store-link): Support for links from `rmail-summary-mode'.
16756         (org-columns-new, org-complete, org-set-property): Set the
16757         `include-columns' argument in the call to
16758         `org-buffer-property-keys'.
16759         (org-buffer-property-keys): New argument `include-columns', to
16760         include properties expected by any of the COLUMNS formats in the
16761         current buffer.
16762         (org-cleaned-string-for-export): Get rid of drawers first, so that
16763         they will be removed also in the text before the first headline.
16764         (org-clock-report): Show the clocktable when found.
16765         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
16766         (org-version): With prefix argument, insert `org-version' at point.
16767         (org-agenda-goto): Recenter the window after finding the target
16768         location, to make sure the correct position will be displayed.
16769         (org-agenda-get-deadlines): Don't scale priority with the warning
16770         period.
16771         (org-insert-heading): Don't break line in the middle of the line.
16772         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
16773         be 0.
16774         (org-update-checkbox-count): Revamp to deal with hierarchical
16775         checkboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
16776         (org-remove-timestamp-with-keyword): New function.
16777         (org-schedule, org-deadline):
16778         Use `org-remove-timestamp-with-keyword' to make sure all such time
16779         stamps are removed.
16780         (org-mode): Support for `align'.
16781         (org-agenda-get-deadlines): Make sure priorities increase as the
16782         due date approaches and is passed.
16783         (org-remember-apply-template): Fix problem with tags that
16784         contain "_" or "@".
16785         (org-make-link-regexps): Improve the regular expression for plain links.
16786         (org-agenda-get-closed): List each clocking entry.
16787         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
16788         (org-special-ctrl-k): New option.
16789         (org-kill-line): New function.
16790         (org-archive-all-done): Fix incorrect number of stars in regexp.
16791         (org-refile-get-location): New function.
16792         (org-refile-goto-last-stored): New function.
16793         (org-global-tags-completion-table): Add the value of org-tag-alist
16794         in each buffer, to make sure that also unused tags will be
16795         available for completion.
16796         (org-columns-edit-value)
16797         (org-columns-next-allowed-value): Only update if not in agenda.
16798         (org-clocktable-steps): New function.
16799         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
16800         (org-archive-subtree): Add the outline tree context as a property.
16801         (org-closest-date): New optional argument `prefer'.
16802         (org-goto-auto-isearch): New option.
16803         (org-goto-map, org-get-location): Implement auto-isearch.
16804         (org-goto-local-auto-isearch-map): New variable.
16805         (org-goto-local-search-forward-headings)
16806         (org-goto-local-auto-isearch): New functions.
16808 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
16810         * textmodes/org-irc.el: New file.
16812 2008-03-13  John Wiegley  <johnw@gnu.org>
16814         * textmodes/org-mac-message.el: New file.
16816 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
16818         * font-lock.el (font-lock-comment-face): Set the foreground for
16819         the light background 8 colors case.
16821 2008-03-13  Glenn Morris  <rgm@gnu.org>
16823         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
16824         generate-autoload-cookie patterns.
16826         * startup.el (command-line-1): Rename -scriptload to -internal-script.
16828         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
16829         (MH_E_SRC): Remove variable.
16830         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
16831         Simplify file header.  Use $@ for generated-autoload-file.
16833         * Makefile.in (LOADDEFS): New variable.
16834         (AUTOGENEL): Use $LOADDEFS.
16835         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
16836         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
16837         ($(lisp)/calendar/hol-loaddefs.el): New targets.
16838         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
16839         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
16840         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
16841         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
16842         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
16843         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
16844         Add calendar-specific autoload cookies, and remove any setting of
16845         generated-autoload-file.
16846         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
16847         * calendar/diary-lib.el: Replace explicit autoloads with reading of
16848         diary-loaddefs.
16849         * calendar/holidays.el: Replace explicit autoloads with reading of
16850         hol-loaddefs.
16852         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
16853         (calendar-buffer-list): Simplify.
16854         (generate-calendar-window): Use calendar-mark-holidays rather than
16855         obsolete alias.
16857         * calendar/cal-hebrew.el (list-yahrzeit-dates):
16858         Use cal-hebrew-yahrzeit-buffer.
16860         * calendar/cal-x.el (calendar-only-one-frame-setup)
16861         (calendar-two-frame-setup): Doc fixes.
16862         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
16864         * calendar/appt.el (appt-mode-string): Mark as risky.
16865         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
16867         * calendar/cal-html.el (diary-list-entries):
16868         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
16869         (calendar-iso-from-absolute): Fix autoloads.
16871         * calendar/cal-iso.el (calendar-absolute-from-iso)
16872         (calendar-iso-read-args): Simplify.
16873         (calendar-iso-date-string, calendar-iso-read-args)
16874         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
16876         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
16877         (displayed-month, displayed-year): Move declarations where needed.
16878         (calendar-print-astro-day-number): Doc fix.
16880         * calendar/cal-persia.el (persian-calendar-month-name-array)
16881         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
16882         (persian-prompt-for-date): Remove local variable `today'.
16884         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
16886         * calendar/solar.el (solar-moment, solar-exact-local-noon)
16887         (solar-sunrise-sunset, solar-sunrise-sunset-string)
16888         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
16889         (diary-sabbath-candles, solar-equinoxes/solstices)
16890         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
16891         (solar-time-equation, solar-date-to-et): Simplify.
16893         * mail/supercite.el: Remove the `function' in `(function (lambda'.
16894         Replace `(car (cdr' with cadr'.
16896         * progmodes/f90.el (f90-font-lock-n): New function.
16897         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
16898         Use f90-font-lock-n.
16899         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
16901         * progmodes/f90.el (f90-mode-abbrev-table):
16902         * progmodes/fortran.el (fortran-mode-abbrev-table):
16903         Use newer form of define-abbrev, where supported.  No need to bind
16904         abbrevs-changed for system abbrevs.
16906 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16908         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
16909         delete-frame-functions.
16911         * bookmark.el (Info-current-node): Remove.
16913 2008-03-12  Juri Linkov  <juri@jurta.org>
16915         * help.el (describe-project): Remove defaliases for view-todo and
16916         describe-project that are now unnecessary after the merge from
16917         emacs--rel--22 that added define-obsolete-function-alias.
16919         * startup.el (inhibit-startup-screen): Revert incomplete
16920         2008-03-10 merge from emacs--rel--22 that partly reverted
16921         2008-02-28 change that added initial message to *scratch* buffer
16922         regardless of the value of `inhibit-startup-screen'.
16923         Now keep this change in the trunk, but not in the 22 branch.
16925 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16927         * international/quail.el (quail-setup-completion-buf, quail-help):
16928         * mail/binhex.el (binhex-decode-region-internal):
16929         * mail/uudecode.el (uudecode-decode-region-internal):
16930         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16931         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16932         setting default-enable-multibyte-characters.
16934         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
16936         * comint.el: Fix up indentation and comment style.  Remove `function'.
16938         * international/mule-cmds.el (reset-language-environment)
16939         (set-language-environment-nonascii-translation):
16940         Don't set-unibyte-charset.
16942         * doc-view.el: Remove all cb-args, use closures instead.
16943         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
16944         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
16945         doing an incorrect check).  Update all callers to use the new name.
16946         (doc-view-doc->txt): Add missing `txt' argument.
16948 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
16950         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
16951         md5 sum calculation to single-byte.
16953 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16955         * doc-view.el (doc-view-new-window-function): Add assertion.
16956         (doc-view-doc-type): New var.
16957         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
16958         (doc-view-intersection): New fun.
16959         (doc-view-mode): Use it to set the new var.
16961 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
16963         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
16964         (doc-view-already-converted-p): New functions.
16965         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
16966         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
16967         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
16968         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
16969         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
16970         (doc-view-convert-current-doc): Don't hardwire the functions the
16971         sentinels call.  Now they're provided by two args CALLBACK and
16972         CB-ARGS to the functions.
16973         (doc-view-search): Use doc-view-doc->txt.
16974         (doc-view-initiate-display): Use doc-view-already-converted-p.
16975         Mention new binding C-c C-t if doc-view-mode doesn't work.
16977 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
16979         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
16981 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16983         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
16984         Mark " outside of tags as punctuation.
16986 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16988         * menu-bar.el (minibuffer-local-map): Use the same command for the
16989         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
16990         Prefer RET over C-j for exit-minibuffer.
16992         * files.el (display-buffer-other-frame): Eliminate problematic code.
16994         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
16995         (menu-bar-select-buffer): Remove.
16996         (menu-bar-select-frame): Make non-interactive and take a frame arg.
16997         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
16999 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
17001         * icomplete.el (icomplete-completions): Remove obsolete code.
17003         * net/net-utils.el (iwconfig-program-options): Doc fix.
17004         (net-utils-run-program, run-network-program): Define as functions.
17006 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
17008         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
17010 2008-03-11  Glenn Morris  <rgm@gnu.org>
17012         * faces.el (mode-line-emphasis): New face.
17013         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
17015         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
17017 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
17019         * simple.el (set-mark-command): Doc fix.
17021 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17023         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
17025         * emacs-lisp/autoload.el (autoload-find-destination):
17026         Don't force raw-text.
17028         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
17029         * calendar/cal-loaddefs.el: Don't version control.
17031 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
17033         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
17034         entries and add :help to the existing ones.
17036 2008-03-10  Glenn Morris  <rgm@gnu.org>
17038         * calendar/cal-hebrew.el (date, entry, number): Move declarations
17039         to where they are needed.
17041         * calendar/calendar.el (diary-file, hebrew-holidays-1)
17042         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
17043         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
17044         (calendar-version): Doc fixes.
17045         (calendar-absolute-from-gregorian): Use zerop.
17046         (calendar-mode-line-format): Make it a defcustom.
17048         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
17049         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
17050         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
17051         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
17052         (mark-included-diary-files, mark-calendar-days-named)
17053         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
17054         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
17055         (insert-monthly-diary-entry, insert-yearly-diary-entry)
17056         (insert-anniversary-diary-entry, insert-block-diary-entry)
17057         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
17058         (diary-font-lock-sexps): Doc fixes.
17059         (diary-remind-message, mark-calendar-month): Use zerop.
17060         (diary-attrtype-convert, diary-pull-attrs): Simplify.
17061         (diary-list-entries): Revert let to let* (previous change).
17063         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
17065 2008-03-10  Kim F. Storm  <storm@cua.dk>
17067         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
17068         function aliases for the old names.
17070 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
17072         * iswitchb.el (iswitchb-use-faces): Doc fix.
17073         (iswitchb-buffer-ignore, iswitchb-read-buffer):
17074         Fix typos in docstrings.
17076 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
17078         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
17079         Fix typo.
17080         (verilog-type-font-keywords): Reindent.
17082 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
17084         * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
17085         Fix bug in the grouping-keyword regular expression.
17086         (verilog-font-lock-keywords): Allow users to toggle special
17087         highlight of grouping-keywords.
17088         (verilog-highlight-grouping-keywords): The toggle for special
17089         highlighting of grouping keywords.
17091 2008-03-10  Juri Linkov  <juri@jurta.org>
17093         * startup.el: Revert 2008-02-28 change that adds initial message
17094         to *scratch* buffer regardless of the value of
17095         `inhibit-startup-screen'.
17097 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
17099         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
17100         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
17101         * progmodes/verilog-mode.el (verilog-mode):
17102         * net/socks.el (socks):
17103         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
17105 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17107         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
17108         (doc-view-bookmark-make-record): Use them.
17109         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
17110         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
17112         * bookmark.el (bookmark-make-record-function): Change expected return
17113         value to include a suggested bookmark name.
17114         (bookmark-make): Split into bookmark-make-record and bookmark-store.
17115         Fix reversed `overwrite' semantics.
17116         (bookmark-set): Call bookmark-make-record before prompting the user.
17117         Then pass the result to bookmark-store later on.
17118         (bookmark-make-name-function): Remove.
17119         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
17120         * info.el (bookmark-make-name-function): Remove.
17121         (Info-mode): Don't set it.
17122         (Info-bookmark-make-name): Remove.
17123         (Info-bookmark-make-record): Use Info-current-node as suggested default
17124         bookmark name.
17126         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
17127         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
17128         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
17129         (bookmark-annotation-buffer, bookmark-annotation-file)
17130         (bookmark-annotation-point, bookmark-send-annotation)
17131         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
17132         (bookmark-edit-annotation-text-func): Rename from
17133         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
17134         (bookmark-edit-annotation-mode-map): Move initialization into
17135         declaration.
17137         * bookmark.el: Remove spurious * in docstrings.
17138         (bookmark-minibuffer-read-name-map): New var.
17139         (bookmark-set): Use it.  Also pass the default value as it should.
17140         (bookmark-send-edited-annotation): Take no chances with text properties.
17141         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
17142         (bookmark-insert-buffer-name): Remove.
17143         (bookmark-buffer-file-name): Signal an error rather than returning nil.
17145 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
17147         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
17149 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
17151         * diff-mode.el (diff-mode-menu): Add :help.
17153 2008-03-09  Glenn Morris  <rgm@gnu.org>
17155         * calendar/calendar.el (general-holidays, oriental-holidays)
17156         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
17157         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
17158         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
17159         (calendar-holidays): Restore autoload cookies, because people are
17160         used to using these variables without loading calendar.el.
17162         * calendar/cal-islam.el (diary-islamic-date): Move to end.
17163         (date, number): Declare where needed.
17165         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
17166         (list-sexp-diary-entries): Doc fixes.
17167         (diary-list-entries): Doc fix.  Remove free variable `entry'.
17168         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
17169         Simplify setting of `date-holiday-list'.
17170         (mark-diary-entries): Remove free variable `entry'.
17171         (diary-list-entries, include-other-diary-files, fancy-diary-display):
17172         Use let where let* is not needed.
17174 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17176         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
17177         make-record function, instead paste it in afterwards.
17178         (bookmark-make-record-for-text-file):
17179         * doc-view.el (doc-view-bookmark-make-record):
17180         * info.el (Info-bookmark-make-record): Don't mess with annotations.
17182 2008-03-08  Glenn Morris  <rgm@gnu.org>
17184         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
17186 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17188         * calendar/diary-lib.el (diary-list-entries)
17189         (include-other-diary-files, mark-diary-entries)
17190         (mark-sexp-diary-entries, mark-included-diary-files)
17191         (diary-entry-time, list-sexp-diary-entries): Remove the special
17192         handling of ^M that dates back to the use of selective-display.
17193         (simple-diary-display): Obey setting of pop-up-frames.
17194         (body, entry): Remove unnecessary declarations.
17196         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
17197         (bookmark-get-annotation, bookmark-set-annotation)
17198         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
17199         (bookmark-set-position, bookmark-get-front-context-string)
17200         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
17201         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
17202         * info.el (Info-bookmark-make-record): Don't bother recording point.
17203         (bookmark-get-filename, bookmark-get-front-context-string)
17204         (bookmark-get-rear-context-string, bookmark-get-position):
17205         Don't declare any more.
17206         (bookmark-get-info-node): Remove.
17207         (bookmark-prop-get): Declare.
17208         (Info-bookmark-jump): Use it.
17210 2008-03-08  Johan Bockgård  <bojohan@gnu.org>
17212         * subr.el (while-no-input): Don't splice BODY directly into the
17213         `or' form.
17215 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
17217         * diff-mode.el (diff-ignore-whitespace-hunk):
17218         Bind inhibit-read-only before trying to change the buffer.
17220 2008-03-08  Glenn Morris  <rgm@gnu.org>
17222         * calendar/appt.el (appt): Move custom group here from calendar.el.
17223         (appt-disp-window, appt-convert-time): Doc fixes.
17225         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
17226         (calendar-bahai-mark-date-pattern):
17227         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
17228         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
17229         * calendar/cal-julian.el (calendar-absolute-from-julian):
17230         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
17232         * calendar/cal-china.el (chinese-calendar): Move custom group here from
17233         calendar.el.
17234         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
17235         Make constants.
17236         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
17237         (chinese-calendar-daylight-savings-starts)
17238         (chinese-calendar-daylight-savings-ends)
17239         (chinese-calendar-daylight-savings-starts-time)
17240         (chinese-calendar-daylight-savings-ends-time)
17241         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
17242         Doc fixes.
17244         * calendar/cal-coptic.el (coptic-name): Add doc string.
17246         * calendar/cal-french.el (french-calendar-month-name-array)
17247         (french-calendar-day-name-array, french-calendar-special-days-array):
17248         Add doc strings.
17250         * calendar/cal-bahai.el (diary-bahai-mark-entries)
17251         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
17252         (diary-bahai-insert-yearly-entry):
17253         * calendar/cal-dst.el (calendar-next-time-zone-transition)
17254         (calendar-time-zone):
17255         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
17256         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
17257         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
17258         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
17259         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
17260         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
17261         (list-islamic-diary-entries, mark-islamic-diary-entries)
17262         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
17263         (insert-yearly-islamic-diary-entry):
17264         * calendar/cal-iso.el (calendar-iso-read-args):
17265         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
17266         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
17267         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
17268         (calendar-next-calendar-round-date)
17269         (calendar-mayan-long-count-common-era):
17270         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
17271         (cal-menu-x-popup-menu, calendar-mouse-holidays)
17272         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
17273         (calendar-mouse-goto-date):
17274         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
17275         * calendar/holidays.el (holidays):
17276         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
17277         * calendar/time-date.el (date-to-time, time-subtract, time-add)
17278         (safe-date-to-time): Doc fixes.
17280         * calendar/cal-persia.el (persian-calendar-month-name-array)
17281         (persian-calendar-epoch): Make constants.
17283         * calendar/cal-tex.el (calendar-tex): Move custom group here from
17284         calendar.el.
17286         * calendar/cal-x.el (diary-frame-parameters)
17287         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
17288         (calendar-after-frame-setup-hooks): Make defcustoms.
17289         (calendar-one-frame-setup, calendar-only-one-frame-setup)
17290         (calendar-two-frame-setup): Doc fix.
17292         * calendar/cal-loaddefs.el: New file.
17294         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
17295         * calendar/cal-french.el, calendar/cal-html.el:
17296         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
17297         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
17298         * calendar/cal-tex.el, calendar/cal-x.el:
17299         Unquote lambda functions.  Add autoload cookies to functions formerly
17300         autoloaded in calendar.el.  Set `generated-autoload-file' to
17301         "cal-loaddefs.el".
17303         * calendar/calendar.el: Move many autoloads to separate file,
17304         cal-loaddefs.el.  Move defcustoms to start and re-order.
17305         (calendar-month-name-array, calendar-starred-day): No need to
17306         declare for compiler.
17307         (cal-loaddefs): Require it.
17308         (appt, chinese-calendar, calendar-tex): Move custom groups to the
17309         appropriate file.
17310         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
17311         Reverse logic.
17312         (diary-face, diary-file-name-prefix-function, diary-include-string)
17313         (diary-glob-file-regexp-prefix, diary-face-attrs)
17314         (diary-file-name-prefix, sexp-diary-entry-symbol)
17315         (print-diary-entries-hook, list-diary-entries-hook)
17316         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
17317         (nongregorian-diary-marking-hook, diary-list-include-blanks):
17318         Move to diary-lib.
17319         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
17320         (all-bahai-calendar-holidays): Doc fix.
17321         (calendar-insert-indented): Doc fix.  Use when rather than if.
17322         (exit-calendar): Use mapc rather than mapcar.
17323         (calendar-cursor-to-date): Use zerop.
17324         (calendar-mark-ring): Add doc-string.
17325         (calendar-starred-day): Defvar it.
17326         (calendar-mode): Make calendar-starred-day local.
17327         (calendar-star-date): No need to make calendar-starred-day local.
17329         * calendar/diary-lib.el: Move defcustoms to start.
17330         (diary-include-string, diary-list-include-blanks)
17331         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
17332         (diary-file-name-prefix, diary-file-name-prefix-function)
17333         (sexp-diary-entry-symbol, list-diary-entries-hook)
17334         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
17335         (nongregorian-diary-marking-hook, print-diary-entries-hook):
17336         Move here from calendar.el.
17337         (diary-file-name-prefix-function): Use 'identity.
17338         (diary-face): Make it a defcustom, and mark as obsolete.
17339         (top-level): No need to require cal-hebrew, cal-islam when compiling.
17340         (calendar-hebrew-month-name-array-leap-year)
17341         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
17342         Define for compiler.
17343         (diary-font-lock-keywords): Use format rather than concat.
17344         Add bahai-diary-entry-symbol.
17346         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
17347         * calendar/solar.el: Unquote lambda functions.
17349         * calendar/solar.el (calendar-location-name, calendar-latitude)
17350         (calendar-longitude, solar-setup, solar-sin-degrees)
17351         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
17352         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
17353         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
17354         (solar-exact-local-noon, solar-julian-ut-centuries)
17355         (solar-ephemeris-time, solar-date-next-longitude)
17356         (solar-horizontal-coordinates, solar-equatorial-coordinates)
17357         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
17358         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
17359         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
17360         Doc fixes.
17361         (solar-horizontal-coordinates, solar-equatorial-coordinates)
17362         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
17363         (solar-ecliptic-coordinates): Use unless.
17364         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
17365         Use or.
17367         * calendar/timeclock.el: Add doc-strings to all functions.
17368         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
17369         (timeclock-entry-list-length, timeclock-entry-list-projects)
17370         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
17372         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
17374         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
17375         (org-get-entries-from-diary): Require diary-lib.
17377 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
17379         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
17380         Pacify byte-compiler.
17382 2008-03-07  Alan Mackenzie  <acm@muc.de>
17384         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
17385         paren/bracket pairs parsed, to solve performance problem.
17387 2008-03-07  Bastien Guerry  <bzg@altern.org>
17389         * bookmark.el (bookmark-set): Don't check for
17390         `bookmark-make-name-function' since `bookmark-buffer-file-name'
17391         already takes care of this.
17392         (bookmark-buffer-name, bookmark-buffer-file-name):
17393         Remove Info-mode specific code.
17395         * info.el (bookmark-get-info-node): Define this function in
17396         info.el, not in bookmark.el.
17397         (Info-mode): Set `bookmark-make-name-function' to
17398         `Info-bookmark-make-name' locally.
17399         (Info-bookmark-make-name): New function.
17401         * bookmark.el (bookmark-make-name-function): New variable.
17403 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
17405         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
17406         buffer-local, not `bookmark-make-cell-function' (the old name).
17408 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
17410         * doc-view.el (doc-view-bookmark-make-record):
17411         * image-mode.el (image-bookmark-make-record):
17412         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
17414 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
17416         * vc.el (vc-status-menu-map-filter): Return orig-binding if
17417         boundp 'vc-ignore-menu-filter.
17418         (vc-status-tool-bar-map): Make it defvar.
17419         (vc-status-mode): vc-status-tool-bar-map now variable.
17420         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
17422 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
17424         Give a better name to part of the bookmark interface.
17426         This was originally a much larger change, but halfway through I
17427         updated and discovered that Stefan Monnier had done the rest.
17428         It looks like he anticipated the new name too, because he used
17429         `the-record' instead of `the-cell' for some internal variable names.
17431         * bookmark.el (bookmark-make-record-function): Was
17432         `bookmark-make-cell-function'.
17433         (bookmark-make, bookmark-send-annotation): Update for above.
17434         (bookmark-make-record-for-text-file):
17435         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
17437         * info.el: Adjust accordingly.
17438         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
17440         * image-mode.el: Adjust accordingly.
17441         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
17443         * doc-view.el: Adjust accordingly.
17444         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
17446 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17448         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
17449         Move initialization into declaration.
17450         (bookmark-get-info-node, bookmark-set-info-node): Remove.
17451         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
17452         (bookmark-info-current-node): Remove.
17453         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
17454         Add relocation fallback.  Set bookmark-current-bookmark.
17455         (bookmark-default-handler): Rename from bookmark-jump-noselect.
17456         Remove relocation fallback.  Don't set bookmark-current-bookmark.
17457         (bookmark-set): Let it be used even if there's no buffer-file-name
17458         as long as there is a bookmark-make-cell-function.
17459         * info.el (Info-bookmark-jump): Remove relocation fallback.
17460         Don't set bookmark-current-bookmark.
17462 2008-03-07  Glenn Morris  <rgm@gnu.org>
17464         * calendar/appt.el (appt-issue-message)
17465         (appt-message-warning-time, appt-audible, appt-visible)
17466         (appt-msg-window, appt-display-mode-line, appt-display-duration)
17467         (appt-display-diary): Remove autoload cookies.
17469         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
17470         Remove leading `*' from defcustom doc-strings.
17472         * calendar/cal-dst.el (calendar-dst): New custom group.
17473         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
17474         (calendar-time-zone, calendar-daylight-time-offset)
17475         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
17476         (calendar-daylight-savings-starts-time)
17477         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
17478         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
17479         Move to start.
17481         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
17483         * calendar/calendar.el (calendar-version): Use emacs-version and
17484         make it obsolete.  Move to end.
17485         (calendar-offset, view-diary-entries-initially)
17486         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
17487         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
17488         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
17489         (all-bahai-calendar-holidays, calendar-load-hook)
17490         (initial-calendar-window-hook, today-visible-calendar-hook)
17491         (today-invisible-calendar-hook, calendar-move-hook)
17492         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
17493         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
17494         (diary-include-string, sexp-diary-entry-symbol)
17495         (abbreviated-calendar-year, american-date-diary-pattern)
17496         (european-date-diary-pattern, european-calendar-display-form)
17497         (american-calendar-display-form, print-diary-entries-hook)
17498         (list-diary-entries-hook, diary-hook, diary-display-hook)
17499         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
17500         (nongregorian-diary-marking-hook, diary-list-include-blanks)
17501         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
17502         (local-holidays, other-holidays, hebrew-holidays-1)
17503         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
17504         (hebrew-holidays, christian-holidays, islamic-holidays)
17505         (bahai-holidays, solar-holidays, calendar-setup)
17506         (calendar-week-start-day): Remove autoload cookies.
17507         (diary-glob-file-regexp-prefix): Doc fix.
17508         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
17509         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
17510         (calendar-week-start-day, calendar-debug-sexp): Move to start.
17512         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
17513         (calendar-time-display-form, calendar-latitude)
17514         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
17515         cookies.
17516         (calendar-latitude, calendar-longitude): Move functions after
17517         variables.
17518         (diary-sabbath-candles-minutes): Move to start.
17519         (solar-setup): Use or rather than if.
17520         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
17521         Remove condition-case.
17522         (solar-atn2): Use zerop.
17523         (solar-equinoxes-solstices): Doc fix.
17525         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
17526         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
17528         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
17529         (calendar-longitude, calendar-latitude, calendar-location-name):
17530         Declare for compiler.
17532 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17534         * arc-mode.el (archive-ar-file-header-re): New const.
17535         (archive-ar-summarize, archive-ar-extract): New funs.
17536         (archive-find-type): Recognize ar archives.
17538         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
17539         New functions.
17541         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
17543 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
17545         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17546         Replace :enable (mark-active) with :enable mark-active.
17548 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
17550         * vms-patch.el (make-legal-file-name): New obsolete alias.
17551         (make-valid-file-name): Rename from `make-legal-file-name'.
17552         (make-auto-save-file-name): Use it.
17554         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
17555         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
17556         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
17558         * textmodes/org.el (org-export-html-style): Doc fix.
17559         (org-get-legal-level): New obsolete alias.
17560         (org-get-valid-level): Rename from `org-get-legal-level'.
17561         (org-promote, org-demote, org-archive-subtree)
17562         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
17564 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
17566         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
17568         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
17569         (vc-status-toggle-mark): New functions.
17570         (vc-status-mode): Set tool bar map.
17572 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
17574         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
17575         Reported by Drew Adams <drew.adams@oracle.com>.
17577 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
17579         * subr.el (read-quoted-char): Resolve modifiers of the character
17580         event.
17582         * comint.el (comint-exec-1): Don't change the coding-system for
17583         decoding to dos-like EOL.
17584         (comint-carriage-motion): Fully rewrite.
17586 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
17588         * epg.el (epg-context-include-certs): Reflow docstring.
17589         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
17590         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
17591         (epg-context-set-signers, epg-context-set-sig-notations)
17592         (epg-make-import-status, epg-make-import-result)
17593         (epg-start-delete-keys): Fix typos in docstrings.
17594         (epg-start-sign-keys, epg-sign-keys):
17595         Fix typos in obsolescence declarations.
17597         * iswitchb.el: Don't check for `cadr' and `last'.
17598         (iswitchb-define-mode-map, iswitchb-default-keybindings):
17599         Add obsolescence declaration and remove redundant info from docstring.
17600         (iswitchb-set-common-completion, iswitchb-set-matches)
17601         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
17602         (recentf-list, most-len, most-is-exact):
17603         Don't wrap defvars within `eval-when-compile'.
17605 2008-03-05  Glenn Morris  <rgm@gnu.org>
17607         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
17608         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
17609         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
17610         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
17611         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
17613         * ediff-hook.el (ediff-window-setup-function): Don't autoload
17614         declaration for compiler.
17615         (ediff-xemacs-init-menus): Use when rather than if.
17617         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
17618         if+and to just and.
17619         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
17620         (ediff-delete-overlay): Move the XEmacs test inside the definition.
17622         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
17624         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
17625         test inside XEmacs test.
17626         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
17627         since it was doing nothing on Emacs.
17628         (ediff-make-bullet-proof-overlay): Use when rather than if.
17630         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
17631         (ediff-setup-control-frame): Remove
17632         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
17633         a (featurep 'xemacs) test.
17635 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
17637         * calc/calc-ext.el (calc-extended-command-history): New variable.
17638         (calc-execute-extended-command): Use `calc-extended-command-history'.
17640 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
17642         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
17643         (standard-mode-line-position): Add mouse-face.
17645         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
17646         * progmodes/grep.el (grep-mode-map): Add :help.
17648         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
17649         initialize in one step.  Add :help.  Use :enable to activate menu
17650         items.  Show the key binding for edebug-defun.
17651         (lisp-interaction-mode-map): Add a menu.
17653         * term.el (term-mode-map): Define and initialize in one step.
17655         * ediff-init.el (ediff-color-display-p): Simplify.
17656         (Xor): Remove unused function.
17657         (ediff-with-syntax-table): Simplify for Emacs.
17659         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
17660         menu-bar being loaded, it always is.
17662 2008-03-05  Glenn Morris  <rgm@gnu.org>
17664         * textmodes/tex-mode.el (tex-mode): Suppress warning about
17665         multiple definitions when compiling.
17667 2008-03-04  Alan Mackenzie  <acm@muc.de>
17669         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
17671         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
17672         doc-string, "c-old-LEN" -> "c-old-END".
17674 2008-03-04  Jason Rumney  <jasonr@gnu.org>
17676         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
17677         namespaces.
17679 2008-03-04  Glenn Morris  <rgm@gnu.org>
17681         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
17683         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
17684         than mapcar.
17686 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17688         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
17689         (byte-compile-nilconstp): Can't use recursion in a defsubst.
17691         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
17692         so that M-q can fill comments.
17693         (tex-executable-exists-p, tex-compile): Extend with special syntax for
17694         commands implemented in elisp.
17695         (tex-compile-commands): Add an entry to use doc-view for pdf files.
17696         (tex-format-cmd): New function.
17697         (tex-compile): Use it to let the user specify default arguments.
17698         (tex-cmd-bibtex-args): New var.
17699         (tex-cmd-doc-view): New function.
17701 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
17703         * faces.el (face-spec-set): Fix typos in docstring.
17705 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
17707         * bindings.el (mode-line-column-line-number-mode-map): New variable.
17708         (standard-mode-line-position): Use it to add a menu for toggling
17709         column number and line number display.
17711 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17713         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17714         Remove optimization that was working around the form-code-walker bug.
17716         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17717         Walk into the body of lambdas after byte-compile-unfold-lambda.
17719 2008-03-03  Glenn Morris  <rgm@gnu.org>
17721         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
17722         value, if set, over frame value.
17724         * simple.el (transient-mark-mode): Don't turn on by default.
17726         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
17727         accidentally removed by the 2007-12-05 merge from Gnus.
17729 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
17731         * progmodes/compile.el (compilation-menu-map): Add menu entries
17732         for useful options.
17734 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
17735             Glenn Morris  <rgm@gnu.org>
17737         * emacs-lisp/bytecomp.el (byte-recompile-directory)
17738         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
17739         Give a `bytecomp-' prefix to local variables with common names.
17741 2008-03-01  Glenn Morris  <rgm@gnu.org>
17743         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17744         Restore code commented out 2007-11-10.
17746         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
17748         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
17749         Delete macro.
17750         * emulation/viper-cmd.el, emulation/viper-ex.el:
17751         * emulation/viper-init.el, emulation/viper-keym.el:
17752         * emulation/viper-mous.el, emulation/viper-util.el:
17753         * emulation/viper.el:
17754         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
17755         featurep test.
17757         Replace obsolete frame-local variables with frame-parameters.
17758         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
17759         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
17760         (viper-vi-state-cursor-color): Only call make-variable-frame-local
17761         on XEmacs.
17762         * emulation/viper-util.el (viper-frame-value): New macro.
17763         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
17764         (viper-R-state-post-command-sentinel)
17765         (viper-replace-state-post-command-sentinel)
17766         (viper-change-state-to-insert, viper-change-state-to-emacs):
17767         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
17768         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
17769         (viper-get-saved-cursor-color-in-insert-mode)
17770         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
17771         Use viper-frame-value for viper-replace-overlay-cursor-color,
17772         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
17773         viper-vi-state-cursor-color values.
17775         * emulation/viper-cmd.el (zmacs-region-stays):
17776         * emulation/viper-util.el (zmacs-region-stays): No need to define
17777         for compiler.
17779         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
17780         mapcar on Emacs.
17782         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
17783         on XEmacs.
17785         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
17786         rather than if.
17788 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17790         * whitespace.el: New version 9.3.  As the glyph code generation was
17791         fixed, it is possible now to use character code above ?\x1FFFF in the
17792         display table.  Fix `whitespace-indentation-regexp' to not include an
17793         extra ending character.  Reported by Michael Welsh Duggan
17794         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
17795         the original whitespace package had.  Suggested by Eric Cooper
17796         <ecc@cmu.edu>.  Doc fix.
17797         (whitespace-action): New option.
17798         (whitespace-display-mappings): Changed default newline visualization to
17799         display downwards arrow, as the glyph code generation was fixed.
17800         (whitespace-unload-function): Assure that all local whitespace mode is
17801         turned off.
17802         (whitespace-global-modes): Fix type customization.
17803         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
17804         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
17805         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
17806         Fix code.
17807         (whitespace-buffer): Command removed.
17808         (whitespace-trailing-regexp, whitespace-mark-x)
17809         (whitespace-display-window, whitespace-action-when-on)
17810         (whitespace-add-local-hook, whitespace-remove-local-hook)
17811         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
17812         (whitespace-action): New funs.
17813         (whitespace-report-list, whitespace-report-text)
17814         (whitespace-report-buffer-name): New consts.
17815         (whitespace-report, whitespace-report-region): New commands.
17817 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
17819         * disp-table.el (make-glyph-code): Don't test the result of
17820         `face-id', which already signals an error for invalid faces.
17821         (glyph-face): Simplify.
17823         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
17824         running `desktop-not-loaded-hook' to allow modifying it.
17825         Don't show warning message if `desktop-dirname' was modified.
17827 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17829         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
17830         we still expect more lines.
17832         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
17833         comment-paragraph filling if the commark doesn't match
17834         comment-start-skip.
17836 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
17838         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
17839         the `imap' variant.
17841 2008-03-01  Jason Rumney  <jasonr@gnu.org>
17843         * files.el (make-auto-save-file-name): Encode more characters in
17844         non-file buffer names.  Use url-encoding.
17846 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
17848         * net/net-utils.el (ftp-program): Fix typo in docstring.
17849         (ifconfig-program-options, netstat-program-options)
17850         (arp-program-options, route-program-options, nslookup-program-options)
17851         (ftp-program-options, smbclient-program-options)
17852         (dns-lookup-program-options, arp, route): Doc fixes.
17854         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
17855         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
17856         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
17857         Fix typos in docstrings.
17858         (gdb-pending-triggers): Reflow docstring.
17859         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
17861 2008-03-01  Alan Mackenzie  <acm@muc.de>
17863         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
17864         typing "#" at EOB.
17866 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
17868         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
17870 2008-02-29  Kim F. Storm  <storm@cua.dk>
17872         * emulation/cua-base.el (cua-remap-control-v)
17873         (cua-remap-control-z): New defcustoms.
17874         (cua-mode): Add them to set-after property.
17875         (cua--init-keymaps): Use them.
17876         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
17878         * help.el (view-emacs-todo): Rename from view-todo.
17879         (describe-gnu-project): Rename from describe-project.  Users changed.
17880         (view-help-file): New helper function.
17881         (describe-distribution, describe-copying, describe-gnu-project)
17882         (view-todo, view-order-manuals, view-emacs-problems): Use it.
17883         (view-emacs-debugging, view-external-packages): New commands.
17884         (help-map): Move describe-distribution to C-h C-o (ordering).
17885         Move view-emacs-problems to C-h C-p (problems).
17886         Bind view-emacs-debugging to C-h C-d (debugging).
17887         Bind view-external-packages to C-h C-e (extras).
17888         (help-for-help-internal): Cleanup and align descriptions.
17889         Remove command names to reduce clutter.
17891 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
17893         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
17894         and quieter face (not a warning).
17896 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
17898         * vc.el (vc-status-crt-marked): New variable.
17899         (vc-status-mode): Make it local.
17900         (vc-status-refresh): Use it to save the marked files.
17901         (vc-update-vc-status-buffer): Use it to restore the marked files.
17903         * vc-svn.el (vc-svn-after-dir-status):
17904         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
17906 2008-02-29  Glenn Morris  <rgm@gnu.org>
17908         * allout.el (allout-topic-encryption-bullet)
17909         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
17910         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
17911         from 22.0 to 22.1.
17913         * net/imap.el (imap-ping-server):
17914         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
17915         Change defcustom :version from 23.0 to 23.1.
17917 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
17919         * desktop.el (desktop-save): Save the buffer name if the
17920         uniquified base name is empty.
17922 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
17924         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
17925         correctly when user has "set print address off".
17927 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
17929         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
17930         version number of the next major Emacs release, not 23.0.
17932         * longlines.el (longlines-unload-function): New function.
17934 2008-02-28  Juri Linkov  <juri@jurta.org>
17936         * startup.el (normal-splash-screen): Add argument `concise'.
17937         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
17938         to the created buffer.  If `concise' is non-nil, call
17939         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
17940         (display-startup-screen): Add argument `concise' to the call to
17941         `normal-splash-screen'.
17943 2008-02-28  Kim F. Storm  <storm@cua.dk>
17945         * startup.el (startup-echo-area-message): Check for about-emacs.
17947 2008-02-28  Juri Linkov  <juri@jurta.org>
17949         * startup.el: Always add initial message to *scratch* buffer if
17950         `initial-scratch-message' is non-nil regardless of the value of
17951         `inhibit-startup-screen'.
17952         (inhibit-startup-screen, initial-scratch-message): Doc fix.
17953         (command-line-1): Move code that inserts `initial-scratch-message'
17954         up before the if-form that checks for `inhibit-startup-screen'.
17955         Suggested by Jonathan Rockway <jon@jrock.us>.
17957 2008-02-28  Juri Linkov  <juri@jurta.org>
17959         * cus-edit.el (custom-mode-map, custom-mode-link-map):
17960         Rename `custom-mode' to `Custom-mode' in docstrings.
17961         (custom-buffer-create-internal, customize-browse):
17962         Rename `custom-mode' to `Custom-mode'.
17963         (custom-mode-hook): Rename to `Custom-mode-hook'.
17964         (Custom-mode-hook): Renamed from `custom-mode-hook'.
17965         (custom-mode): Rename to `Custom-mode'.
17966         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
17967         (custom-mode): Add backward-compatible non-interactive variant of
17968         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
17969         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
17971         * info-look.el: Rename `custom-mode' to `Custom-mode'.
17973         * emulation/viper.el (viper-emacs-state-mode-list):
17974         Rename `custom-mode' to `Custom-mode'.
17976         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
17977         Capitalize "Tagged Files".
17978         (minibuffer-local-map): Add menu items for next/previous
17979         history elements and isearch history forward/backward.
17981         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
17982         `hs-isearch-open' with t instead of `comment' in :selected
17983         for "Code and Comment blocks" menu item.
17985 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17987         * uniquify.el (uniquify-buffer-base-name): Undo last change.
17988         Should be done in desktop.el instead.
17990 2008-02-28  Glenn Morris  <rgm@gnu.org>
17992         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
17994         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
17996         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
17997         (Info-menu, Info-goto-node): Remove declarations.
17998         (report-emacs-bug-info): Use info rather than Info-goto-node.
18000         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
18001         (idlwave-convert-xml-system-routine-info): Don't require xml.
18002         (idlwave-show-commentary, idlwave-shell-show-commentary):
18003         Don't require finder.
18004         (idlwave-info): Don't require info.  Use info rather than
18005         Info-goto-node.
18007         * textmodes/org.el (Info-goto-node): Remove declaration.
18008         (org-info): Use info rather than Info-goto-node.
18010         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
18011         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
18013 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
18015         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
18016         the menu.
18018         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
18019         (vc-finish-logentry): Check for vc-status-mode, not only for
18020         vc-dired-mode.
18022 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
18024         * isearch.el (isearch-printing-char): Don't check
18025         keyboard-coding-system.
18026         Call isearch-process-search-multibyte-characters only when
18027         current-input-method is non-nil.
18029 2008-02-27  Kim F. Storm  <storm@cua.dk>
18031         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
18032         (glyph-char, glyph-face): Handle cons encoding.
18034 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
18036         * uniquify.el (uniquify-buffer-base-name): If the base name is an
18037         empty string, return nil to allow the caller to default to the
18038         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
18040         * tool-bar.el (tool-bar-setup): Doc fix.
18042         * mail/supercite.el (sc-describe):
18043         Fix typos in obsolescence declaration.
18045 2008-02-27  Glenn Morris  <rgm@gnu.org>
18047         * autoinsert.el (auto-insert-alist): Change permission text to
18048         match FSF's GPLv3 form.
18050         * mail/supercite.el (sc-cite-original): Doc fix.
18051         (sc-version): Make obsolete.
18052         (sc-describe): Show the SC info page.  Make obsolete.
18054 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18056         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
18057         when using transient-mark-mode.
18058         (default-indicate-unused-lines): Remove unused var.
18060 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
18062         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
18063         and previous.
18065         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
18067 2008-02-26  Glenn Morris  <rgm@gnu.org>
18069         * net/net-utils.el (top-level): Don't require comint when compiling.
18070         (nslookup-font-lock-keywords): Don't require font-lock.
18071         Use font-lock faces rather than variables.
18072         (nslookup, ftp, smbclient, network-service-connection):
18073         Don't require comint.
18074         (comint-prompt-regexp, comint-input-autoexpand)
18075         (comint-input-ring): Declare for compiler.
18076         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
18077         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
18079         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
18080         doc-string.
18082 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18084         * doc-view.el (doc-view-current-page): Add a `win' argument.
18086 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18088         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
18089         Demote it to plain defvar.
18090         (doc-view-conversion-refresh-interval): Reduce interval.
18091         (doc-view-goto-page): Allow moving to pages not yet rendered.
18092         (doc-view-goto-page): Construct a file name rather than extracting it
18093         from doc-view-current-files.
18094         (doc-view-kill-proc): Ignore errors from kill-process.
18095         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
18096         (doc-view-insert-image): Use appropriate text if the page hasn't been
18097         rendered yet.  Adjust scrolling so the text is displayed.
18098         (doc-view-display): Detect not just that a page is available, but also
18099         that it wasn't available before, so as to avoid refreshing all pages
18100         repeatedly.
18101         (doc-view-mode): Make doc-view-cache-directory if needed.
18103 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18105         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
18106         toggle-read-only.
18108         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
18109         refering to a missing required field with the OPT prefix.
18110         Make unwindform more robust.
18112         * textmodes/bibtex.el: Remove support for hideshow minor mode as
18113         it duplicates the bibtex support in progmodes/hideshow.el.
18114         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
18115         entries that do not start at the beginning of a line.
18117 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
18119         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
18121 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
18123         * help-fns.el (describe-variable): Add phrases about
18124         initialization file with and without customization;
18125         use new button type help-info-variable.
18127         * help-mode.el (help-info-variable):
18128         New button able to read Info files for help-fns.el.
18130 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
18132         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
18133         (grep-mode): Use grep-mode-tool-bar-map.
18135         * progmodes/compile.el (tool-bar): Require tool-bar.
18136         (compilation-mode-tool-bar-map): New variable.
18137         (compilation-mode): Use compilation-mode-tool-bar-map.
18139         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
18141 2008-02-25  Glenn Morris  <rgm@gnu.org>
18143         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
18145 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18147         * diff-mode.el (diff-file-junk-re): New const.
18148         (diff-beginning-of-file-and-junk): Use it.
18149         (diff-file-kill): Make sure we were really inside a file diff.
18151         * diff-mode.el: Make it more robust in the presence of empty context
18152         lines in unified hunks.
18153         (diff-valid-unified-empty-line): New var.
18154         (diff-unified->context, diff-sanity-check-hunk): Obey it.
18155         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
18156         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
18157         (diff-hunk-header-re-unified): New const.
18158         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
18159         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
18160         (diff-sanity-check-hunk): Use it.
18162         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
18163         Index: line, don't search backward for the previous one.
18165 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
18167         * international/fontset.el (setup-default-fontset): Add non-OTF
18168         lao font for lao script.
18170         * language/tibetan.el: Register tibetan-composition-function in
18171         composition-function-table.
18173         * language/tibet-util.el (tibetan-composition-function):
18174         Adjust for the new calling way (argument changed).  Try font-shape-text
18175         if possible.
18177         * language/lao.el: Register lao-composition-function in
18178         composition-function-table.
18180         * language/lao-util.el (lao-composition-function): Adjust for the new
18181         calling way (argument changed).  Try font-shape-text if possible.
18183 2008-02-25  Jason Rumney  <jasonr@gnu.org>
18185         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
18187 2008-02-25  Juri Linkov  <juri@jurta.org>
18189         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
18190         background, "red4" for a dark background, "red" for 16 and
18191         8 colors, "grey" for grayscale, and inverse video otherwise.
18192         Add :version tag.
18193         (isearch-message): Keep the original isearch-message intact, and
18194         add text properties to it where necessary.  Add `isearch-error' to
18195         the condition that checks if isearch is unsuccessful.
18197 2008-02-24  Juri Linkov  <juri@jurta.org>
18199         * progmodes/compile.el (compilation-handle-exit):
18200         Use compilation-error face instead of font-lock-warning-face.
18201         Display the same message in the minibuffer as is inserted
18202         at the end of the compilation buffer.
18204 2008-02-24  Glenn Morris  <rgm@gnu.org>
18206         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
18207         multiple file case.
18209         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
18211         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
18212         multiple file case.  Use a single `let' rather than two.
18214 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
18216         * progmodes/compile.el (compilation-start): Specify a face for
18217         mode-line-process.
18218         (compilation-handle-exit): Specify a face and a tooltip for
18219         mode-line-process.
18221 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18223         * hilit-chg.el: Remove spurious * in defcustom docstrings.
18224         (hilit-chg-make-ov): Simplify.
18225         (hilit-chg-fixup): Use remove-overlays.
18226         (hilit-chg-set-face-on-change): Remove redundant call to
18227         `remove-text-properties'.
18229         * dired.el (dired-mark-prompt): Don't count/display the t element.
18230         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
18232 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
18234         * progmodes/verilog-mode.el (eval-when-compile): Don't define
18235         add-submenu.
18236         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
18237         Remove.  Move contents to the only use ...
18238         (verilog-menu): ... here.
18239         (verilog-statement-menu): Remove.  Move contents to the only use ...
18240         (verilog-stmt-menu): ... here.
18241         (verilog-mark-defun): Simply call mark-defun for emacs.
18242         (occur-pos-list): Declare for byte compiler.
18243         (mode-popup-menu): Don't defvar.
18244         (verilog-add-statement-menu): Remove.
18245         (verilog-mode-hook): Don't add verilog-add-statement-menu.
18246         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
18248 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
18250         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
18251         conditional.
18252         (verilog-font-grouping-keywords-face): Make the begin..end
18253         keywords standout more than other verilog keywords.
18254         (verilog-type-font-keywords): Move the begin..end out of this list
18255         to facilitate making them to (potentially) stand out more.
18256         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
18257         function & task blocks.
18258         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
18259         initial, function & task blocks.
18260         (verilog-forward-sexp): Handle the new "disable fork" statement of
18261         IEEE-1800 Verilog.
18262         (verilog-beg-block-re-ordered): Handle the new "disable fork"
18263         statement of IEEE-1800 Verilog.
18264         (verilog-calc-1): Handle the new "disable fork" statement of
18265         IEEE-1800 Verilog.
18266         (verilog-disable-fork-re): Add const to help handle the new
18267         "disable fork" statement of IEEE-1800 Verilog.
18268         (verilog-declaration-core-re): Add port directions by themselves,
18269         with no qualification, as base item of a declaration.
18270         (verilog-pretty-declarations): Add new flag to ask it to refrain
18271         from printing to the message buffer.
18272         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
18273         printing to the message buffer.  Improve handling of the many
18274         types of expression line up.
18275         (verilog-just-one-space): Remove printing of an empty message.
18276         (verilog-get-lineup-indent): Rework to support the better handling
18277         of expression lineup for verilog-pretty-expr.
18278         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
18280 2008-02-24  Alan Mackenzie  <acm@muc.de>
18282         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
18283         yesterday's commit.
18285 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
18287         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
18288         to mouse-set-point in buffers that aren't associated with files.
18290         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
18292 2008-02-24  Alan Mackenzie  <acm@muc.de>
18294         Set of changes so that "obtrusive" syntactic elements in a
18295         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
18296         unmatched paren) don't interact syntactically with stuff outside
18297         the CPP line.
18299         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
18300         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
18301         off-by-one bug.
18302         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
18303         a bit of refactoring.
18304         (c-awk-extend-and-syntax-tablify-region): Takes some of the
18305         functionality of c-awk-advise-fl-for-awk-region, which has been
18306         refactored away.
18308         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
18309         (c-clear-char-property-with-value): New function and macro which
18310         remove text-properties `equal' to a supplied value.
18312         * progmodes/cc-engine.el: Comment about text properties amended.
18314         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
18315         parens around "error\\|warning".
18317         * progmodes/cc-langs.el (c-get-state-before-change-function)
18318         (c-before-font-lock-function, c-anchored-cpp-prefix):
18319         New language variables.
18320         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
18322         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
18323         syntax-table text properties.
18324         (c-common-init): Call language specific before/after-change
18325         functions at mode initialisation.
18326         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
18327         (c-extend-region-for-CPP, c-neutralize-CPP-line)
18328         (c-neutralize-syntax-in-CPP): New functions.
18329         (c-before-change, c-after-change): Call the new language specific
18330         change functions defined in cc-langs.el.
18331         (c-advise-fl-for-region): New macro.
18332         (awk-mode): Remove AWK specific stuff which has been refactored
18333         into language independent stuff.
18335 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
18337         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
18338         (gdb): (Re)set gdb-flush-pending-output to nil here...
18339         (gdb-init-1): ...instead of here (before gdb-prompt).
18341 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18343         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
18344         Recognize ''' just like any other char-constant.
18346 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18348         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
18349         careful enough.  Detect the uid-change all within the main loop.
18351 2008-02-24  Stefan Monnier  <monnier@pastel.home>
18353         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
18355 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18357         * hilit-chg.el (highlight-save-buffer-state): New macro.
18358         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
18359         (hilit-chg-clear): Use it to preserve the modified-p flag.
18360         (highlight-changes-rotate-faces): Don't mess with the undo-list.
18362 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18364         * font-lock.el (font-lock-set-defaults): Unset previously set variables
18365         when needed.
18367 2008-02-24  Ævar Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
18369         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
18370         from gnus-button-url-regexp.
18372 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
18374         * progmodes/compile.el (compilation-next-error): Doc fix.
18375         (compilation-find-file): Doc fix.
18377 2008-02-24  Glenn Morris  <rgm@gnu.org>
18379         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
18380         Add obsolete aliases to the old names.
18382 2008-02-24  Richard Stallman  <rms@gnu.org>
18384         * net/net-utils.el (ifconfig): Rename from ipconfig.
18385         (ipconfig): Alias to ifconfig.
18386         (ifconfig-program): Rename from ipconfig-program.
18387         (ifconfig-program-options): Rename from ipconfig-program-options.
18389 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
18391         * progmodes/verilog-mode.el (verilog-declaration-core-re):
18392         Add port directions by themselves, with no qualification, as base
18393         item of a declaration.
18394         (verilog-pretty-declarations): Add new flag that inhibits printing
18395         to the message buffer.
18396         (verilog-pretty-expr): Add new flag that inhibits printing to the
18397         message buffer.  Improve handling of the many types of expression
18398         line up.
18399         (verilog-just-one-space): Don't print an empty message.
18400         (verilog-get-lineup-indent): Rework to support the better handling
18401         of expression lineup for verilog-pretty-expr.
18402         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
18403         (verilog-mode-version, verilog-mode-release-date): Update.
18405 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18407         * subr.el (cancel-change-group): Don't move point.
18409 2008-02-23  Markus Triska  <markus.triska@gmx.at>
18411         * linum.el (linum-after-config): Update all visible windows.
18413 2008-02-23  Glenn Morris  <rgm@gnu.org>
18415         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
18416         Add :help for Solitaire and Tetris.
18418         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
18420         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
18421         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
18422         (smtpmail-queue-index-file): Make it a defcustom.
18423         (smtpmail-queue-index): Delete.
18424         (smtpmail-send-it, smtpmail-send-queued-mail):
18425         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
18426         smtpmail-queue-index.
18428         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
18429         Add :version.
18431 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
18433         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
18434         New variables.
18435         (iwconfig): New function.
18437 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
18439         * vc.el (vc-find-revision): Make vc-parent-buffer local before
18440         setting it.
18441         (vc-status-menu-map): Do not define using easy-menu.
18442         (vc-status-menu-map): New defalias.
18443         (vc-status-mode-map): Hook up the menu.
18444         (top-level): Update TODO.
18446         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
18448         * vc-bzr.el (vc-bzr-init-version): Rename to ...
18449         (vc-bzr-init-revision): ... this.
18451 2008-02-23  Jason Rumney  <jasonr@gnu.org>
18453         * makefile.w32-in (WINS_ALMOST): Remove term.
18454         (WINS): Add term here.
18455         (custom-deps, finder-data): Use WINS_ALMOST.
18457 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
18459         * faces.el (font-weight-table): Fix value of `semi-light'.
18461 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18463         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
18464         Make those tables bijective.
18466 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
18468         Finish pdbtrack integration cleanup, settling missing-functions
18469         byte compiler warnings appropriately.
18471         * progmodes/python.el (python-point): Remove this - beginning-of-line
18472         was all that was necessary for `python-pdbtrack-overlay-arrow'.
18473         (python-end-of-def-or-class, python-beginning-of-def-or-class)
18474         (python-goto-initial-line): Drop these - they were only needed for
18475         python-point.
18476         (python-comint-output-filter-function): Use condition-case and
18477         beginning-of-line directly, instead of python-mode.el functions
18478         which require all sorts of baggage.
18479         (point-safe): Unnecessary - we're using condition-case directly,
18480         instead.
18481         (python-execute-file): Include for python-shell, which I'm leaving
18482         in keeping despite it being unnecessary for pdb tracking.
18484 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
18486         * progmodes/scheme.el (scheme-font-lock-keywords-2):
18487         Add SRFI 11 support.
18488         (let-values, let*-values): Specify scheme-indent-function.
18490 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
18492         * vc.el (vc-exec-after): Move setting mode-line-process in the
18493         busy case ...
18494         (vc-set-mode-line-busy-indicator): ... in this new function.
18495         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
18496         (vc-update-vc-status-buffer): Reset mode-line-process.
18497         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
18498         mark/unmark all the files with the same state as the current one.
18499         With a prefix argument mark/unmark all files.
18500         (vc-status-mode-menu): Adjust strings.
18501         (vc-update-vc-status-buffer): Only do something when the argument
18502         is not nil.
18503         (vc-status-kill-dir-status-process): New function.
18504         (vc-status-mode-map): Bind it.
18505         (vc-status-process-buffer): New variable.
18506         (vc-status-mode): Make it local.
18507         (vc-status-refresh): Set it.
18509         * vc-hg.el (vc-hg-dir-status):
18510         * vc-git.el (vc-git-dir-status):
18511         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
18512         command is run.
18514 2008-02-22  Glenn Morris  <rgm@gnu.org>
18516         * json.el (top-level): No need to require thingatpt.
18517         (json-read-keyword): Use thing-at-point rather than word-at-point.
18519         * time.el (top-level): No need to require time-date when compiling.
18521         * emacs-lisp/copyright.el (copyright-update-year):
18522         Fix subexpression numbering for the case when years are split over
18523         lines, and for the replace case.
18525         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
18526         (tpu-caar, tpu-cadr): Delete functions.
18527         (zmacs-regions): No need to declare for compiler.
18528         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
18529         (tpu-spell-check): Rewrite, and handle mark after point.
18530         (tpu-special-insert): Use or rather than if.
18532         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
18533         rather than spell-region.
18535         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
18536         warnings about spell-region.
18538 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
18540         * ldefs-boot.el: Regenerated.
18542         * loadup.el: Don't load language/devanagari, language/kannada,
18543         language/malayalam, and language/tamil.  Load language/sinhala.
18545         * language/indian.el (indian-font-foundry)
18546         (indian-script-language-alist, indian-font-char-index-table)
18547         (indian-font-char, indian-font-char-range, indian-script-table)
18548         (indian-default-script, indian-composable-pattern): Delete them.
18549         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
18550         language environments moved to here.
18551         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
18552         New language environments.
18554         * language/devanagari.el, language/devan-util.el,
18555         * language/kannada.el, language/knd-util.el, language/malayalam.el,
18556         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
18557         Delete them.
18559         * language/sinhala.el: New file.
18561 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
18563         Update Nick Robert's port of pdb tracking from python-mode.el.
18565         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
18566         Clarify docstring.
18567         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
18568         tracking is happening.
18569         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
18570         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
18571         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
18572         Tracking is plugged in to all comint buffers once python.el is loaded.
18573         (python-pdbtrack-overlay-arrow): Toggle activation of
18574         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
18575         (python-pdbtrack-track-stack-file): Use new
18576         `python-pdbtrack-get-source-buffer' for more flexible access to
18577         debugging source files.
18578         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
18579         according to pdb stack trace, optionally using new
18580         `python-pdbtrack-grub-for-buffer' if file is not locally available.
18581         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
18582         named buffer, or having function with indicated name.
18583         (python-shell): Remove comint-output-filter-functions hook
18584         addition, it's being done elsewhere.  Wrap long line.
18586 2008-02-21  Michael Olson  <mwolson@gnu.org>
18588         * json.el: Replace XEmacs compatibility code to get rid of
18589         compiler warnings.
18591         * time.el: Fix compiler warning.
18593 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
18595         * json.el: New file (JavaScript Object Notation parser / generator).
18597 2008-02-21  Dave Love  <fx@gnu.org>
18599         * progmodes/sym-comp.el: New file.
18601         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
18602         Require sym-comp.  Add Python buffer to same-window-buffer-names.
18603         Fixup whitespaces.
18604         (python-font-lock-keywords): Add highlighting for Python builtins.
18605         (python-font-lock-syntactic-keywords): Rewrite.
18606         (python-quote-syntax): Use syntax-ppss-context instead of parsing
18607         ppss directly.
18608         (python-mode-map): Add binding for python-find-function.
18609         (python-calculate-indentation): Clean up the logic.
18610         (python-beginning-of-defun): Explicitly set return value.
18611         (python-beginning-of-statement): Stop looping if we get stuck
18612         going backwards.
18613         (python-next-statement): Stop looping if we somehow end up inside
18614         a string while advancing.
18615         (python-preoutput-continuation, python-version-checked): New vars.
18616         (python-check-version): New function.
18617         (run-python): Set default command to python-command instead of
18618         python-python-command.
18619         (run-python): Use python-check-version.  Give PYTHONPATH
18620         precedence over data-directory in the process environment.
18621         Load function definitions in python process after.
18622         (python-check-comint-prompt): New function.
18623         (python-send-command, python-send-receive): Use it.
18624         (python-complete-symbol, python-try-complete): Functions deleted.
18625         Use symbol-complete instead of python-complete-symbol throughout.
18626         (python-fill-paragraph): Further refine the fenced-string regexp.
18627         (def-python-skeleton): Expand to the original abbrev instead if in
18628         a comment or string.  Tweak skeletons for `if', `while', `for',
18629         `try/except', `try/finally', `name'.
18630         (python-pea-hook, python-abbrev-pc-hook): New functions.
18631         (python-abbrev-syntax-table): New var.
18632         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
18633         Use symbol-completion-try-complete for hippie expansion.
18634         Turn on font lock unconditionally.
18635         (python-mode-hook): Defcustom it.  No need to use make-local
18636         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
18637         option, since it's buffer-local.
18639 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
18641         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
18643 2008-02-21  Drew Adams  <drew.adams@oracle.com>
18645         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
18646         "Turn off" and a "Help" entry when the minor mode has no menu.
18648 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
18650         * vc.el (vc-status-mark, vc-status-unmark): New functions.
18651         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
18652         vc-status-mark-file and vc-status-unmark-file.
18653         (vc-status-mark-unmark): New function.
18654         (vc-status-previous-line, vc-status-next-line): No longer interactive.
18656 2008-02-21  Glenn Morris  <rgm@gnu.org>
18658         * composite.el (encode-composition-rule): Fix typo in error message.
18659         (composition-function-table, auto-composition-mode): Doc fixes.
18661         * subr.el (sit-for): Fix obsolete form for nil second argument.
18663         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
18664         (spell-string): Make obsolete, in favor of ispell.
18666 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
18668         * language/devanagari.el: Don't setup composition-function-table
18669         here.
18670         ("Devanagari"): Change charset, coding-system, coding-priority to
18671         Unicode-based ones.  Don't require the feature devan-util.
18673         * composite.el (compose-chars-after): Fix arguments for a function
18674         in composition-function-table.
18675         (auto-compose-region): Likewise.
18677         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
18678         for Ethiopic.
18679         (ps-mule-plot-string): Ignore glyph-string based compositions.
18681 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18683         * doc-view.el: Allow different windows to show different pages.
18684         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
18685         (doc-view-current-image, doc-view-current-overlay): Remove variables,
18686         add them back as macros instead, using image-mode-winprops instead.
18687         Update all users of those variables.
18688         (doc-view-new-window-function): New function to create a new overlay
18689         for each new window.
18690         (doc-view-mode): Use it and image-mode-setup-winprops.
18691         (doc-view-clone-buffer-hook): Rewrite accordingly.
18693         * image-mode.el: Extend [hv]scroll support to per-window properties.
18694         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
18695         (image-mode-winprops-alist): New var to replace them.
18696         (image-mode-new-window-functions): New hook.
18697         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
18698         New funs.
18699         (image-set-window-vscroll, image-set-window-hscroll): Use them.
18700         Remove the `window' argument, update callers.
18701         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
18702         Use the new functions.
18703         (image-mode-reapply-winprops): New fun.
18704         (image-mode): Use it.
18706 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
18708         * calc/calc-math.el (math-sin-raw): Add optional argument
18709         to keep track of original argument.
18710         (math-cos-raw): Use optional argument when calling math-sin-raw.
18711         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
18712         with close to original precision.
18714 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18716         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
18717         args in calls of sit-for.
18719 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
18721         * vc-svn.el (vc-svn-program): Fix typo in docstring.
18722         (vc-svn-checkin): Fix typo in error message.
18724         * help-mode.el: Require easymenu when compiling.
18726 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
18728         * help-mode.el (help-mode-menu): New menu.
18730 2008-02-20  Glenn Morris  <rgm@gnu.org>
18732         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
18733         on Windows.
18735 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
18737         * ps-mule.el (ps-mule-encode-region): Return a single string.
18738         (ps-mule-plot-string): Adjust for the above change.
18739         (ps-mule-encode-header-string): Likewise.
18741         * international/latin1-disp.el (latin1-display): Don't use
18742         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
18743         standard-display-table.
18744         (latin1-display-identities): Adjust for the change of what is
18745         returned by (get-language-info charset 'charset).
18747         * international/mule-util.el (char-displayable-p): Fix for Latin-1
18748         characters and terminal case.
18750 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
18752         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
18754         * progmodes/python.el: Also require comint when loading.
18755         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
18756         Replace python-shell with run-python on menu bar.
18757         (python-shell-map): New map.
18758         (python-default-interpreter, python-python-command-args)
18759         (python-jython-command-args, python-pdbtrack-do-tracking-p):
18760         New options.
18761         (python-which-shell, python-which-args, python-which-bufname):
18762         New buffer local variables.
18763         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
18765         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
18766         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
18767         New constants.
18769         Pdbtrack features:
18771         (python-point, python-end-of-def-or-class)
18772         (python-beginning-of-def-or-class, python-goto-initial-line)
18773         (python-comint-output-filter-function)
18774         (python-pdbtrack-overlay-arrow)
18775         (python-pdbtrack-track-stack-file, python-toggle-shells)
18776         (python-shell, python-pdbtrack-toggle-stack-tracking)
18777         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
18778         New functions.
18780 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18782         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
18783         when the argument is nil.
18785 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
18787         * vc.el (dir-status): Add a brief description.
18789 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
18791         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
18792         If non-nil, reverse the sense of the check.
18794         * vc-rcs.el (vc-rcs-root): New func.
18795         * vc-cvs.el (vc-cvs-root): New func.
18796         * vc-svn.el (vc-svn-root): New func.
18797         * vc-sccs.el (vc-sccs-root): New func.
18799 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
18801         * language/japan-util.el (setup-japanese-environment-internal):
18802         Call use-cjk-char-width-table.
18804         * language/japanese.el ("Japanese"): Set exit-function to
18805         use-default-char-width-table.
18807         * international/characters.el: Delete occurrences of non-Unicode
18808         tibetan and ethiopic characters.
18809         (cjk-char-width-table): New variable.
18810         (use-cjk-char-width-table, use-default-char-width-table):
18811         New functions.
18813 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
18815         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
18816         (vc-status-mode-menu): Add a :filter.
18817         (vc-status-printer): Add faces.
18819         * vc-hg.el (vc-hg-extra-status-menu): New function.
18820         (vc-hg-dir-status): Clean up the buffer before using it.
18822 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18824         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
18825         (gdb): Initialize it here instead.
18827         * files.el (locate-dominating-file): Fix thinko in last change.
18828         Reported by Bruce Stephens <bruce.stephens@isode.com>.
18830 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
18832         * vc.el (vc-status-mode-menu): New menu for vc-status.
18834 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
18836         * progmodes/verilog-mode.el (customize): Fix typo in error message.
18837         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
18838         (verilog-mode-auto, verilog-indent-level-module)
18839         (verilog-minimum-comment-distance, verilog-library-flags)
18840         (verilog-library-directories, verilog-library-files)
18841         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
18842         (verilog-xemacs-menu, verilog-set-compile-command)
18843         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
18844         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
18845         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
18846         (verilog-batch-inject-auto, verilog-batch-indent)
18847         (verilog-continued-line, verilog-type-keywords)
18848         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
18849         (verilog-read-inst-pins, verilog-read-arg-pins)
18850         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
18851         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
18852         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
18853         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
18854         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
18855         (verilog-mode-version, verilog-mode-release-date)
18856         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
18857         (verilog-simulator, verilog-compiler)
18858         (verilog-auto-sense-defines-constant, verilog-company)
18859         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
18860         Fix typos in docstrings.
18861         (verilog-set-auto-endcomments, verilog-calculate-indent)
18862         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
18863         Reflow docstrings.
18864         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
18865         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
18866         (electric-verilog-forward-sexp, verilog-in-case-region-p)
18867         (verilog-in-struct-region-p, verilog-in-generate-region-p)
18868         (verilog-leap-to-head, verilog-current-indent-level)
18869         (verilog-case-indent-level, verilog-cpp-keywords)
18870         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
18871         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
18872         (verilog-signals-not-in, verilog-symbol-detick-text)
18873         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
18874         (verilog-forward-close-paren, verilog-backward-open-paren)
18875         (verilog-backward-open-bracket): Doc fixes.
18877         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
18878         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
18879         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
18880         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
18881         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
18882         Fix typos in docstrings.
18884         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
18886 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
18888         * info.el (Info-read-node-name): Removed unused `default' arg.
18890 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
18892         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
18894 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18896         * image-mode.el (image-get-display-property): New fun.
18897         (image-forward-hscroll, image-next-line, image-eol, image-eob)
18898         (image-mode, image-minor-mode, image-toggle-display-text)
18899         (image-toggle-display): Use it.
18901 2008-02-18  Jason Rumney  <jasonr@gnu.org>
18903         * international/mule.el (xml-find-file-coding-system): Don't warn
18904         about utf-16 with BOM.
18906         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
18908         * international/mule.el (sgml-xml-auto-coding-function): Detect and
18909         warn if file encoding is not utf-8 and encoding not specified.
18910         (xml-find-file-coding-system): New function.
18911         * international/mule-conf.el (file-coding-system-alist): Use it.
18913 2008-02-17  Glenn Morris  <rgm@gnu.org>
18915         * international/mule-cmds.el (set-locale-environment):
18916         Pass `frame' to getenv for LC_MESSAGES.
18918 2008-02-17  Juri Linkov  <juri@jurta.org>
18920         * time.el (emacs-init-time): Use format instead of format-seconds.
18922 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18924         * textmodes/bibtex.el (bibtex-search-entry): Rename from
18925         bibtex-find-entry.  Add autoload cookie.
18926         (bibtex-find-entry): Alias for bibtex-search-entry.
18927         (bibtex-search-crossref): Rename from bibtex-find-crossref.
18928         (bibtex-find-crossref): Alias for bibtex-search-crossref.
18929         (bibtex-clean-entry): atomic-change-group removed.
18930         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
18931         to locate buffer location where error occurred.
18932         Make error messages more specific.
18933         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
18935 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
18937         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
18938         top level.
18940         * simple.el (transient-mark-mode): Add an :init-value.
18942         * startup.el (command-line): Use custom-reevaluate-setting for
18943         transient-mark-mode.
18945 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
18947         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
18949 2008-02-16  Juri Linkov  <juri@jurta.org>
18951         * startup.el (after-init-time): New variable.
18952         (command-line): Set `after-init-time' to the current time.
18954         * time.el (emacs-init-time): New function.
18956 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18958         * files.el (locate-dominating-file): Remove initial loop because it's
18959         not careful enough.  Detect the uid-change all within the main loop.
18961 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
18963         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
18965 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
18967         * vc.el (vc-annotate): Add new argument.
18968         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
18970         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
18971         Move make-variable-buffer-local code after the corresponding defvar.
18972         (hs-minor-mode-map): Define and initialize in one step.
18973         (hs-minor-mode): Change from defun to define-minor-mode.
18975 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
18977         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
18978         (gdb-ready): Move declaration...
18980         * progmodes/gdb-ui.el (gdb-ready): ...to here.
18981         (gdb-early-user-input): New variable.
18982         (gdb): Reset gdb-flush-pending-output to nil and set
18983         comint-input-sender here (before gdb-prompt), instead of...
18984         (gdb-init-1): ...here.
18985         (gdb-send): If Emacs is not ready, defer user input to...
18986         (gdb-prompt): ...here.
18988 2008-02-16  Glenn Morris  <rgm@gnu.org>
18990         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
18992         * startup.el (emacs-startup-time): Rename to `before-init-time'.
18993         (before-init-time): New name for `emacs-startup-time'.
18994         (command-line): Use before-init-time rather than emacs-startup-time.
18995         * time.el (emacs-uptime): Use before-init-time rather than
18996         emacs-startup-time.
18998         * composite.el (composition-function-table): Doc fix.
19000         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
19001         in favor of `%z' specifier.
19002         (emacs-uptime): Move to time.el.
19003         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
19004         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
19005         argument of format-seconds.
19007 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
19009         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
19011 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
19013         * ielm.el (ielm-is-whitespace): Remove.
19014         (ielm-is-whitespace-or-comment): New function.
19015         (ielm-eval-input): Use it.
19017 2008-02-15  Jason Rumney  <jasonr@gnu.org>
19019         * term/mac-win.el: Fix coding tag.
19021 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
19023         * vc-hooks.el (vc-menu-map):
19024         * bindings.el (mode-line-mode-menu): Add tooltips.
19026         * bindings.el (help-echo): Add more tooltips.  Use a less
19027         telegraphic style for existing tooltips.
19029 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19031         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
19032         from the auto-generated one.
19034 2008-02-14  Glenn Morris  <rgm@gnu.org>
19036         * mail/rmail-spam-filter.el (rmail-spam-filter):
19037         Let-bind message-spam-status.
19039         * mail/smtpmail.el (password-cache-add): Declare as function.
19041 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
19043         * mail/smtpmail.el: Use password-cache.
19045 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
19047         * uniquify.el (uniquify-buffer-base-name): New function.
19048         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19050         * desktop.el (uniquify-managed): Don't defvar.
19051         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
19052         `uniquify-managed'.  Return also the buffer's base name.
19053         (desktop-save): When saving the buffer info, filter out the base name,
19054         and save it as buffer name if the buffer is managed by uniquify.
19055         (uniquify-item-base): Don't declare; not called anymore.
19057 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
19059         * vc.el (vc-annotate-find-revision-at-line): New function.
19060         (vc-annotate-mode-map): Bind it.
19061         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
19062         some entries.
19064 2008-02-14  Glenn Morris  <rgm@gnu.org>
19066         * calendar/time-date.el (format-seconds): New function.
19067         (emacs-uptime): Use format-seconds.
19069         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
19070         Remove `LC_ALL=C', since it's included in $(emacs) now.
19072 2008-02-14  Zhang Wei  <id.brep@gmail.com>
19074         * textmodes/org-publish.el (org-publish-timestamp-filename):
19075         Replace colon characters in filename too.
19077 2008-02-13  Bastien Guerry  <bzg@altern.org>
19079         * mail/rmail.el (rmail-header-name): New face.
19080         (rmail-font-lock-keywords): Use rmail-header-name.
19082         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
19083         against X-Spam-Status header field.
19084         (rmail-spam-filter): Also check X-Spam-Status header field.
19086 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
19088         * progmodes/flymake.el (flymake-allowed-file-name-masks):
19089         Add support for .pm files and .php files.
19090         (flymake-err-line-patterns): Add pattern for PHP errors.
19091         (flymake-php-init): New function.  PHP support for flymake.
19093         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19094         Add regular expression for PHP errors.
19096 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
19098         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
19099         This DTRT even on w32 machines.
19100         (ange-ftp-cf1): Quote FILENAME.
19102 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19104         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
19105         (smerge-auto-combine): New fun.
19107 2008-02-12  Juri Linkov  <juri@jurta.org>
19109         * startup.el (fancy-startup-screen, normal-splash-screen):
19110         Set default-directory to command-line-default-directory.
19112         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
19113         after reading the desktop.
19115         * progmodes/compile.el (compilation-auto-jump):
19116         Call compile-goto-error only when compilation-auto-jump-to-first-error
19117         is non-nil.
19118         (compilation-scroll-output): Replace :type 'boolean with a choice
19119         that has three options including a third option `first-error'.
19120         Doc fix.
19121         (compilation-start, compilation-forget-errors): Add an alternate
19122         condition comparing compilation-scroll-output with `first-error'
19123         in addition to compilation-auto-jump-to-first-error (to call
19124         compilation-auto-jump in the proper place).
19126 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19128         * international/mule.el (sgml-html-meta-auto-coding-function):
19129         Make sure the search limit is ahead.
19131         * tar-mode.el: Fix broken indentation.
19132         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
19133         Use with-current-buffer.
19135 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
19137         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
19138         it is already automatically buffer-local.
19140 2008-02-12  Drew Adams  <drew.adams@oracle.com>
19142         * help.el (describe-key): Join some split lines to facilitate filling.
19143         * help-fns.el (describe-function-1): Fill text of overlong lines.
19145 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
19147         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
19148         Use unibyte-string instead of string-make-unibyte.
19150         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
19152 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19154         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
19155         works also for buffers w/o buffer-file-name.  Update callers.
19156         (doc-view-clone-buffer-hook): New fun.
19157         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
19158         the `doc-view' property so they can be recognized.
19160         * simple.el (clone-indirect-buffer-hook): New hook.
19161         (clone-indirect-buffer): Run it.
19163 2008-02-11  Michael Olson  <mwolson@gnu.org>
19165         * epa-setup.el:
19166         * epg-package-info.el: Files removed.
19168 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
19170         * epa.el (epa-menu-mode): Merge into epa-mode.
19171         (epa-menu-items): Rename the label "EasyPG Assistant" to
19172         "Encryption/Decryption".
19174         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
19175         (epa-dired-mode-map): Rename from epa-dired-map.
19176         (epa-global-dired-mode): Rename the global minor mode.
19178 2008-02-11  Drew Adams  <drew.adams@oracle.com>
19180         * isearch.el (isearch-fail): New face.
19181         (isearch-message): Highlight failure part of input.
19183 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19185         * ibuffer.el (ibuffer-header-line-format): New var.
19186         (ibuffer-mode): Set it instead of header-line-format.
19187         (ibuffer-update): Use it to set header-line-format.
19189         * international/mule-cmds.el (ucs-insert): Inherit surrounding
19190         properties like self-insert-command.
19192 2008-02-11  Drew Adams  <drew.adams@oracle.com>
19194         * progmodes/etags.el: Add many doc strings.
19196 2008-02-11  Jason Rumney  <jasonr@gnu.org>
19198         * ldefs-boot.el: Regenerated.
19200 2008-02-11  Glenn Morris  <rgm@gnu.org>
19202         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19203         Shorten some names.
19205         * ffap.el (ffap-rfc-directories): Add :version.
19207 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
19209         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
19210         files, and backup files of same.
19212 2008-02-11  Kevin Ryde  <user42@zip.com.au>
19214         * ffap.el (ffap-rfc-directories): New variable.
19215         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
19217         * info.el (Info-next-reference, Info-prev-reference)
19218         (Info-try-follow-nearest-node): Move to and follow https:// links too.
19220         * simple.el (completion-list-mode): Show full completion-list-mode-map
19221         in the docstring.
19223 2008-02-11  Sam Steingold  <sds@gnu.org>
19225         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
19227 2008-02-11  Glenn Morris  <rgm@gnu.org>
19229         * startup.el (emacs-startup-time): New variable.
19230         (command-line): Set emacs-startup-time.
19232         * calendar/time-date.el (emacs-uptime): New function.
19234 2008-02-10  Bastien Guerry  <bzg@altern.org>
19236         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
19237         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
19238         it is nil.
19240 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
19242         * epg-config.el: Expand the contents of epg-package-info.el.
19243         (epg-package-name): New constant.
19244         (epg-version-number): New constant.
19245         (epg-bug-report-address): New constant.
19247         * epa-mail.el (epa-mail-mode): Add autoload cookie.
19248         (epa-global-mail-mode): New global minor mode.
19250         * epa-file.el (epa-file-mode): New global minor mode.
19252         * epa-dired.el (epa-dired-mode): New global minor mode.
19254         * epa.el (epa-menu): New variable.
19255         (epa-menu-items): New variable.
19256         (epa-menu-mode): New global minor mode.
19257         (epa-global-minor-modes): New user option.
19258         (epa-mode): New global minor mode.
19260 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
19262         * net/dbus.el: Remove `no-byte-compile' cookie.
19263         (dbus-call-method, dbus-register-signal, dbus-debug)
19264         (dbus-registered-functions-table): Declare them with
19265         `declare-function' or `defvar', respectively.
19266         (top): Don't assert any longer.  Require 'cl when compiling.
19267         Apply `ignore-errors' but `dbus-ignore-errors'.
19269 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
19271         * diff-mode.el (diff-add-change-log-entries-other-window):
19272         Use add-change-log-entry.
19274 2008-02-09  Jason Rumney  <jasonr@gnu.org>
19276         * button.el (button-map):
19277         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
19278         * ldefs-boot.el: Regenerate.
19280 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
19282         * epa.el (epa-faces, epa):
19283         * epa-file.el (epa-file):
19284         * epg-config.el (epg): Add :version.
19286 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
19288         * vc.el (vc-exec-after): Append CODE to previous fragments.
19289         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
19290         take MESSAGES instead of VERBOSE; use it when non-nil.
19291         (vc-diff-internal): Compute messages once; use them;
19292         update call to vc-diff-finish.
19294 2008-02-09  Michael Olson  <mwolson@gnu.org>
19296         * net/tramp.el (tramp-process-sentinel): Avoid error when process
19297         buffer has been killed, such as by
19298         `tramp-cleanup-all-connections'.
19300 2008-02-09  Miles Bader  <miles@gnu.org>
19302         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
19304 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19306         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
19307         splitter in context hunks.
19309 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
19311         * international/fontset.el (setup-default-fontset): Fix arabic otf
19312         font specification.
19314 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
19316         * epa-dired.el:
19317         * epa-file.el:
19318         * epa-mail.el:
19319         * epa-setup.el:
19320         * epa.el:
19321         * epg-config.el:
19322         * epg-package-info.el:
19323         * epg.el: Initial check-in of EasyPG.
19325 2008-02-08  Glenn Morris  <rgm@gnu.org>
19327         * woman.el (woman-locale): New defcustom.
19328         (woman-expand-locale, woman-manpath-add-locales): New functions.
19329         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
19331         * international/mule-cmds.el (locale-translate): New function,
19332         with old code extracted from set-locale-environment.
19333         (set-locale-environment): Use locale-translate.  Set woman-locale.
19335         * cus-start.el (selection-coding-system): Remove, since it's now
19336         defined in select.el rather than in xselect.c.
19337         * select.el (selection-coding-system): Make it a defcustom, and
19338         add the properties from cus-start.el.  Bump :version.
19340         * custom.el (custom-theme-set-variables): Sort symbols that are
19341         dependencies before symbols that depend on them.
19342         (custom-enabled-themes): Set after custom-theme-directory.
19344         * pcmpl-unix.el (top-level): Move provide statement to end.
19345         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
19346         `*' from doc-string.  Allow to be nil.
19347         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
19348         Allow to be nil.  Add :version.
19349         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
19350         without hostnames, and multiple hostnames per line.
19352         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
19354 2008-02-08  Phil Hagelberg  <phil@evri.com>
19356         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
19357         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
19359 2008-02-07  Timo Savola  <timo.savola@iki.fi>
19361         * startup.el (command-line-x-option-alist): Add --parent-id.
19363         * term/x-win.el (x-handle-parent-id): New function.
19365 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
19367         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
19368         "Font Menu".
19370 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
19372         * net/dbus.el (dbus-interface-peer): New defconst.
19373         (dbus-ping): New defun.
19375 2008-02-06  Sam Steingold  <sds@gnu.org>
19377         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
19379 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19381         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
19382         Just return nil and let the C code provide a fallback.
19384 2008-02-05  Glenn Morris  <rgm@gnu.org>
19386         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
19387         tramp-flush-connection-property for removed 2nd argument.
19389 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19391         * diff-mode.el (diff-add-change-log-entries-other-window):
19392         Rename from diff-create-changelog.  Change users.
19393         Minor change to hopefully work with plain diffs.
19394         (diff-mode-map): Add binding for it.
19396 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
19398         * diff-mode.el: Add new TODO entry.
19399         (diff-create-changelog): New function.
19400         (diff-mode-menu): Bind it.
19402 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
19404         * international/mule-diag.el (print-fontset-element): Handle the
19405         case of inhibiting the fallback fonts.
19407 2008-02-04  Kim F. Storm  <storm@cua.dk>
19409         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
19410         (ido-magic-delete-char): Use prefix arg.
19412 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
19414         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
19415         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
19416         of today, the most recent libpng is 1.2.24).
19418 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
19420         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
19422         * net/dbus.el (top): Check (featurep 'dbusbind).
19424         * net/tramp.el (tramp-process-sentinel): New defun.
19425         (tramp-do-copy-or-rename-file-out-of-band)
19426         (tramp-maybe-open-connection): Use it as process sentinel.
19427         (tramp-handle-delete-directory): Don't use the "-f" option; it
19428         isn't portable.
19429         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
19430         after the command.
19431         (tramp-handle-shell-command): Set `mode-line-process' in the
19432         asynchronous case.
19434         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
19436         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
19437         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
19438         Use `tramp-process-sentinel' as process sentinel.
19440 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
19442         * whitespace.el (global-whitespace-mode): Revert last change.
19443         (whitespace-unload-function): Force `global-whitespace-mode'
19444         to deactivate local modes in a slightly less intrusive way.
19446 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
19448         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
19450 2008-02-02  Glenn Morris  <rgm@gnu.org>
19452         * international/latin1-disp.el (latin1-display):
19453         * progmodes/fortran.el (fortran-comment-indent-char):
19454         * progmodes/idlw-shell.el (top-level):
19455         * term/mac-win.el (mac-keyboard-translate-char):
19456         * whitespace.el (whitespace-char-valid-p):
19457         * wid-edit.el (widget-key-sequence-read-event):
19458         Use characterp rather than char-valid-p.
19460         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
19461         to capitalized-find-word-boundary.  Doc fix.  Update callers.
19462         (capitalized-next-word-boundary-function-table): Rename to
19463         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
19465         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
19466         string-to-int.
19468         * ps-def.el (declare-function): Add compatibility definition.
19469         (ps-plot-with-face, ps-plot-string): Declare as functions.
19470         (ps-bold-faces, ps-italic-faces): Declare variables.
19472         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
19473         (ps-mule-end-job): Declare as functions.
19475         * wid-edit.el (widget-string-complete): Use assoc-string rather
19476         than assoc-ignore-case.
19478 See ChangeLog.13 for earlier changes.
19480 ;; Local Variables:
19481 ;; coding: utf-8
19482 ;; End:
19484     Copyright (C) 2008, 2009  Free Software Foundation, Inc.
19486   This file is part of GNU Emacs.
19488   GNU Emacs is free software: you can redistribute it and/or modify
19489   it under the terms of the GNU General Public License as published by
19490   the Free Software Foundation, either version 3 of the License, or
19491   (at your option) any later version.
19493   GNU Emacs is distributed in the hope that it will be useful,
19494   but WITHOUT ANY WARRANTY; without even the implied warranty of
19495   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19496   GNU General Public License for more details.
19498   You should have received a copy of the GNU General Public License
19499   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19501 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc