emacs/lisp/ChangeLog.14

20566 lines
755 KiB
Plaintext

2009-02-07 Dave Love <fx@gnu.org>
* net/tls.el (open-tls-stream): Don't query killing process.
2009-06-21 Chong Yidong <cyd@stupidchicken.com>
* Branch for 23.1.
2009-06-21 Glenn Morris <rgm@gnu.org>
* emacs-lisp/lisp-mode.el (lisp-indent-function)
* emacs-lisp/cl-indent.el (lisp-indent-defun-method)
(common-lisp-indent-function): Add doc strings.
2009-06-19 David Casperson <casper@unbc.ca> (tiny change)
* font-core.el (turn-on-font-lock-if-desired): Correctly handle
the case where font-lock-global-modes is a list that doesn't begin
with `not' (Bug#3611).
2009-06-19 Glenn Morris <rgm@gnu.org>
* subr.el (open-network-stream): Doc fix.
2009-06-19 Juanma Barranquero <lekktu@gmail.com>
* international/fontset.el (setup-default-fontset):
Fix typo in previous change.
2009-06-19 Kenichi Handa <handa@m17n.org>
* international/fontset.el (setup-default-fontset): Add a spec of
non-OTF Unicode font for Thai.
* fringe.el: Add coding: utf-8 cookie.
2009-06-18 Kenichi Handa <handa@m17n.org>
* language/korean.el (korean-cp949): New coding system. Set cp949
as an alias to it.
2009-06-18 Ulrich Müller <ulm@gentoo.org>
* pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
format used by GnuPG 2.0.11.
2009-06-18 Glenn Morris <rgm@gnu.org>
* files.el (dir-locals-set-directory-class): Make mtime argument
optional, since it is always unneeded in the non-file case. (Bug#3577)
2009-06-18 Kenichi Handa <handa@m17n.org>
* language/korean.el ("Korean"): Fix `documentation' property of
this language environment.
* language/korea-util.el (korean-key-bindings): Add binding for
key Hangul.
2009-06-17 Chong Yidong <cyd@stupidchicken.com>
* progmodes/compile.el (compilation-error-regexp-alist-alist):
Comment out 2007-07-25 change adding support for Maven error
messages; this regexp is too slow on long lines (Bug#3441).
2009-06-17 Akinori MUSHA <knu@iDaemons.org> (tiny change)
* progmodes/ruby-mode.el (ruby-parse-partial)
(ruby-font-lock-keywords): Support overloadable negative
operators (Bug#3587).
2009-06-17 Tiago Saboga <tiagosaboga@gmail.com> (tiny change)
* files.el (save-some-buffers-action-alist): Fix last
change (Bug#3578).
2009-06-17 Glenn Morris <rgm@gnu.org>
* files.el (dir-locals-set-directory-class): Fix doc typo.
2009-06-17 Kenichi Handa <handa@m17n.org>
* international/mule-diag.el (list-character-sets): Change
"FINAL-CHAR" to "FINAL-BYTE" to follow the official terminology.
(list-character-sets-1): Add one line explanation about
"supplementary charset". Make the part "Supplementary Character
Sets" clickable.
2009-06-16 Eduard Wiebe <usenet@pusto.de> (tiny change)
* international/mule-conf.el: Add cp949-2-byte, cp949.
2009-06-16 Kenichi Handa <handa@m17n.org>
* composite.el (compose-region): Improve the docstring.
2009-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
* vc.el (vc-default-revision-granularity): Remove to let the normal
error handling kick in (bug#3570).
2009-06-13 Chong Yidong <cyd@stupidchicken.com>
* simple.el (kill-visual-line): Rewrite (Bug#3437). Don't try to
handle kill-whole-line, as it doesn't make sense in this context.
2009-06-12 Sam Steingold <sds@gnu.org>
* vc-hg.el (vc-hg-log-switches): Add defcustom.
(vc-hg-print-log): Use it.
2009-06-12 Kenichi Handa <handa@m17n.org>
* international/eucjp-ms.el: Re-generated.
2009-06-10 Glenn Morris <rgm@gnu.org>
* calendar/cal-dst.el (calendar-time-zone-daylight-rules):
Fix typo in 2008-04-02 change.
2009-06-10 Kenichi Handa <handa@m17n.org>
* composite.el (compose-gstring-for-terminal): For zero-width
characters of Unicode category `Cf', simply replace it with SPC.
2009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
* ispell.el: Make `ispell-dictionary' customizable (#2555)
2009-06-08 Michael Albinus <michael.albinus@gmx.de>
* ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote
files correctly.
2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
* term/ns-win.el (composition-function-table)
(script-representative-chars): Don't alter.
2009-06-07 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-do-copy-or-rename-file-directly): Make direct
copy more robust, especially when "chown" is not applicable.
2009-06-07 Martin Rudalics <rudalics@gmx.at>
* emacs-lisp/lisp-mode.el (lisp-mode-variables): Fix doc-string.
2009-06-06 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-open-connection-setup-interactive-shell):
Apply workaround for OpenSolaris bug.
2009-06-05 Daiki Ueno <ueno@unixuser.org>
* epa.el (epa-decrypt-region): Detect encoding if
coding-system-for-read is not specified.
<https://sourceforge.jp/ticket/browse.php?group_id=2267&tid=17018>
(epa-verify-region): Ditto.
2009-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
* tar-mode.el (tar-header-block-tokenize): Obey @LongLink even for
POSIX tar archives (bug#3410).
2009-06-04 Johan Bockgård <bojohan@gnu.org>
* vc.el (vc-revision-other-window): Fix argument to backend
function revision-completion-table; it expects a list.
2009-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
* frame.el (delete-other-frames): Only delete frames on the
same terminal (bug#3442).
2009-06-04 Glenn Morris <rgm@gnu.org>
* calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
Make into defcustoms. (Bug#3429)
2009-06-01 Chong Yidong <cyd@stupidchicken.com>
* international/README: New file.
* international/charprop.el:
* international/uni-bidi.el:
* international/uni-category.el:
* international/uni-combining.el:
* international/uni-comment.el:
* international/uni-decimal.el:
* international/uni-decomposition.el:
* international/uni-digit.el:
* international/uni-lowercase.el:
* international/uni-mirrored.el:
* international/uni-name.el:
* international/uni-numeric.el:
* international/uni-old-name.el:
* international/uni-titlecase.el:
* international/uni-uppercase.el: Add copyright notice (Bug#3428).
* emulation/edt.el (edt-previous-line, edt-next-line): Don't use
forward-line, undoing 2007-10-19 change (Bug#3188).
* textmodes/two-column.el (2C-split): Call move-to-column, to
compensate for the 2007-10-19 change from next-line to
forward-line (Bug#3435). Account for fringe and scroll-bar when
setting 2C-window-width.
2009-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
* startup.el (normal-no-mouse-startup-screen): Use F1 rather than C-h
if C-h is remapped to something else like DEL.
2009-05-26 Chong Yidong <cyd@stupidchicken.com>
* edmacro.el (edmacro-parse-keys): Fix 2008-08-19 change (Bug#3387).
* view.el (view-recenter): Allow recenter to compute window height
normally.
(view-window-size): Use window-line-height to find window height.
(view-page-size-default): Return nil if LINES is nil, 0, or larger
than the window height.
(view-scroll-lines): Handle nil value for DEFAULT arg (Bug#3361).
2009-05-26 Kenichi Handa <handa@m17n.org>
* textmodes/table.el (table--unibyte-char-to-multibyte):
Delete function.
(*table--cell-self-insert-command, *table--cell-quoted-insert):
Don't call table--unibyte-char-to-multibyte (Bug#3372).
2009-05-26 Chong Yidong <cyd@stupidchicken.com>
* newcomment.el (comment-region): Doc fix (Bug#3370).
2009-05-24 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* mail/smtpmail.el: Indent code properly to make it more readable.
2009-05-24 Chong Yidong <cyd@stupidchicken.com>
* textmodes/ispell.el (ispell-check-version): Handle dashes in
version numbers. Suggested by sdl.web@gmail.com (Bug#3369).
2009-05-23 Chong Yidong <cyd@stupidchicken.com>
* info.el (Info-mode): Doc fix (Bug#3358).
2009-05-23 Johan Bockgård <bojohan@gnu.org>
* ediff-vers.el (ediff-vc-latest-version): Use property
`vc-latest-revision' instead of `vc-latest-version'. (It was
renamed in the big VC overhaul.)
2009-05-23 Chong Yidong <cyd@stupidchicken.com>
* progmodes/grep.el (grep-compute-defaults): Simplify how settings
are looked up.
(grep-apply-setting): New function.
(grep-highlight-matches, grep-command, grep-template)
(grep-use-null-device, grep-find-command, grep-find-template):
Clarify role of grep-compute-defaults in docstrings.
Use grep-apply-setting to apply changes (Bug#3343).
2009-05-21 Glenn Morris <rgm@gnu.org>
* calendar/cal-move.el (calendar-forward-day): Fix 2008-06-21 change -
always move cursor to new date. (Bug#3338)
2009-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
* textmodes/tex-mode.el (tex-uptodate-p): Accept [1{/var/foo}] as
a page number.
2009-05-20 Jason Rumney <jasonr@gnu.org>
* files.el (locate-dominating-stop-dir-regexp): Add terminal
directory separator to UNC path case (Bug#3252).
2009-05-20 Chong Yidong <cyd@stupidchicken.com>
* international/encoded-kb.el (encoded-kbd-setup-display):
Change DISPLAY arg to TERMINAL.
* international/mule.el (set-terminal-coding-system)
(set-keyboard-coding-system): Change DISPLAY arg to TERMINAL.
2009-05-19 Alan Mackenzie <acm@muc.de>
* progmodes/cc-mode.el (c-extend-and-neutralize-CPP-line):
Rename from c-neutralize-syntax-in-CPP. Set the variables c-new-BEG
and c-new-END, thus extending the font-lock region.
(c-font-lock-init): Don't set obsolete variable font-lock-lines-before.
* progmodes/cc-langs.el (c-before-font-lock-function): Rename a
value to c-extend-and-neutralize-syntax-in-CPP.
2009-05-19 Kenichi Handa <handa@m17n.org>
* faces.el (set-face-attribute): Fix handling of :family
"FOUNDRY-FAMILY".
2009-05-18 Chong Yidong <cyd@stupidchicken.com>
* register.el (register-alist): Doc fix (Bug#3311).
2009-05-18 Richard M Stallman <rms@gnu.org>
* progmodes/compile.el (compilation-filter): If inserting at end
of accessible part of buffer, keep end of output visible.
* mail/rmail.el (rmail-expunge-confirmed): Return nil if nothing to do.
Don't call rmail-modify-format here.
(rmail-expunge): Call it here after expunge is confirmed.
(rmail-confirm-expunge): Doc fix. Mark as risky.
(rmail-convert-babyl-to-mbox): Call rmail-modify-format.
(rmail-set-attribute): Call rmail-dont-modify-format only for `unseen'.
For other attributes, call `rmail-modify-format',
and propagate the modified flag to rmail-buffer.
2009-05-17 Richard M Stallman <rms@gnu.org>
* mail/rmailedit.el (rmail-edit-current-message):
Call rmail-modify-format here.
(rmail-cease-edit): Not here.
2009-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-bzr.el (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
of any kind of error (e.g. when "sha1sum" is not found).
2009-05-15 Martin Rudalics <rudalics@gmx.at>
* dired.el (dired-pop-to-buffer): Try to make this behave the
Emacs 22 way (Bug#1806).
2009-05-14 Chong Yidong <cyd@stupidchicken.com>
* frame.el (minibuffer-frame-alist): Doc fix (Bug#3276).
2009-05-12 Chong Yidong <cyd@stupidchicken.com>
* tutorial.el (help-with-tutorial): Don't use text mode, since the
tutorial text assume Fundamental mode. Use TUTORIAL.xx for the
tutorial buffer, since that is what the tutorial text assumes.
2009-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
* simple.el (completion-setup-function):
Only modify the default-directory in *Completions* (bug#3250).
Take partial-completion into account when setting default-directory.
2009-05-10 Chong Yidong <cyd@stupidchicken.com>
* emacs-lisp/cl-macs.el (lexical-let*): Doc fix (Bug#3178).
2009-05-10 Kim F. Storm <storm@cua.dk>
* ido.el: Add proper support for confirm-nonexistent-file-or-buffer
values `confirm' and `confirm-after-completion'.
(ido-read-internal, ido-buffer-internal, ido-file-internal):
Setup and handle require-match arg according to c-n-f-o-b.
(ido-show-confirm-message): New dynamic variable.
(ido-exit-minibuffer): Request confirmation for non-existing file
or buffer according to confirm-nonexistent-file-or-buffer.
(ido-decorations): Add 11th element for "confirm" message.
(ido-completions): Show confirmation message when requested.
2009-05-08 Kenichi Handa <handa@m17n.org>
* international/encoded-kb.el (encoded-kbd-setup-keymap):
* international/mule-diag.el (describe-coding-system): Fix for big5.
2009-05-07 Martin Rudalics <rudalics@gmx.at>
* window.el (split-window-sensibly): New function.
(split-height-threshold, split-width-threshold): State in
doc-string that these affect split-window-sensibly.
Change customization subtype from number to integer.
(window--splittable-p): Rename to window-splittable-p since it's
referred to in doc-string of split-window-sensibly. Update doc-string.
(window--try-to-split-window): Unconditionally call
split-window-preferred-function and move splitting functionality
to split-window-sensibly (Bug#3142).
(split-window-preferred-function): Rewrite doc-string.
Don't allow nil as customization type.
2009-05-07 Chong Yidong <cyd@stupidchicken.com>
* faces.el (x-handle-named-frame-geometry): Ignore errors from
x-get-resource due to not yet opened X connection. This is a
temporary workaround for Bug#3194.
2009-05-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
* vc-svn.el (vc-svn-parse-status): ?D is for removed files (bug#3213).
2009-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
* vc.el (vc-delete-file): Add autoload cookie (bug#3209).
2009-05-04 Miles Bader <miles@gnu.org>
* emacs-lisp/bindat.el (bindat-pack): Allocate and set a string
directly (Bug#2878).
2009-05-03 Juanma Barranquero <lekktu@gmail.com>
* term/ns-win.el (ns-alternatives-map, ns-insert-working-text)
(ns-echo-working-text, ns-utf8-nfd-post-read-conversion)
(ns-insert-text, ns-insert-file, ns-find-file, generate-fontset-menu)
(mouse-set-font, ns-respond-to-change-font, ns-standard-fontset-spec)
(ns-set-background-alpha, ns-set-foreground-at-mouse)
(ns-set-background-at-mouse): Fix typos in docstrings.
2009-05-03 Daiki Ueno <ueno@unixuser.org>
* epg.el (epg-wait-for-completion): Sleep after the process
exits, to allow process-filter to run (Bug#2412).
* epa.el (epa--read-signature-type): Fix typo.
2009-05-02 Glenn Morris <rgm@gnu.org>
* wid-edit.el (widget-specify-field, widget-field-value-get, character):
Revert 2009-03-24 change, since it causes a more serious problem than
the one it solves. (Closes Bug#3136, reopens Bug#2689.)
2009-05-02 Martin Rudalics <rudalics@gmx.at>
* frame.el (pop-up-frame-function): Remove choice nil since it
does not represent a valid value.
2009-04-30 David Reitter <david.reitter@gmail.com>
* term/ns-win.el (ns-make-command-string, ns-grabenv)
(ns-extended-platform-support-mode, menu-bar-ns-file-menu)
(ns-arrange-all-frames, ns-arrange-visible-frames)
(ns-arrange-frames): Remove. These functionalities not
available on other (free) platforms will be provided to users
outside the Emacs project in the "ns-platform-support" package.
2009-04-30 Alan Mackenzie <acm@muc.de>
Enhancements for Objective-C:
* progmodes/cc-vars.el (c-objc-method-arg-min-delta-to-bracket)
(c-objc-method-arg-unfinished-offset)
(c-objc-method-parameter-offset): New variables.
(c-offsets-alist): Use c-lineup-ObjC-method-call-colons in entry
for objc-method-call-cont.
* progmodes/cc-langs.el (c-constant-kwds): New ObjC keywords
"YES", "NO", "NS_DURING", "NS_HANDLER", "NS_ENDHANDLER".
* progmodes/cc-align.el (c-lineup-ObjC-method-call-colons):
New function.
2009-04-29 Chong Yidong <cyd@stupidchicken.com>
* subr.el (assoc-default): Doc fix.
2009-04-29 Ulrich Müller <ulm@gentoo.org>
* files.el (hack-local-variables-prop-line)
(hack-local-variables, dir-locals-read-from-file):
Bind read-circle to nil before reading.
2009-04-28 Geert Kloosterman <g.j.kloosterman@gmail.com> (tiny change)
* progmodes/which-func.el (which-function): Don't assume that
entries from `imenu--index-alist' are ordered by buffer position,
which fails when submenus are present (Bug#3153).
2009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
* international/quail.el (quail-vunion): Remove unexplained nreverse.
2009-04-28 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-tooltip-print): Avoid "Non-X frame used"
error with gud-tooltip-mode in the Linux console.
2009-04-28 Chong Yidong <cyd@stupidchicken.com>
* tooltip.el (tooltip-show-help): Fall back on
tooltip-show-help-non-mode for text-only displays.
2009-04-27 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc.el (calc-mode): Replace `copy-list' with `copy-sequence'.
2009-04-26 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc.el (calc-set-mode-line): Check to make sure that the
correct Calc buffer gets "Embed" in the mode line.
(calc-mode): Copy stack list for additional Calc buffers.
2009-04-25 Chong Yidong <cyd@stupidchicken.com>
* simple.el (line-move-visual): If point is stuck moving backwards
against a display string, temporarily ignore the goal
column (Bug#3020).
* startup.el (normal-top-level): Implement a work-around to handle
changes to face-font-rescale-alist during
initialization (Bug#1785).
2009-04-24 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-handle-directory-files-and-attributes-with-stat)
(tramp-handle-file-name-all-completions): Don't use "-b" as ls
arg. It does not work on OpenBSD. Reported by Taylor Venable
<taylor@metasyntax.net>.
2009-04-23 Chong Yidong <cyd@stupidchicken.com>
* hi-lock.el (hi-lock--inhibit-font-lock-hook): New var.
(hi-lock-set-pattern, hi-lock-font-lock-hook): Use it (Bug#3068).
2009-04-21 Martin Rudalics <rudalics@gmx.at>
* diff-mode.el (diff-find-source-location): Don't call
diff-sanity-check-hunk when NOPROMPT is non-nil. (Bug#3033)
2009-04-21 Kenichi Handa <handa@m17n.org>
* international/uni-decomposition.el: Re-generated.
2009-04-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* proced.el (proced-sort): Declare it buffer-local.
(proced-send-signal): Handle non-nil signals.
2009-04-18 Jason Rumney <jasonr@gnu.org>
* facemenu.el (list-colors-duplicates): w32-default-color-map is
a function (Bug#3044).
2009-04-18 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>
* epa-file.el (epa-file-decode-and-insert):
Use string-to-multibyte instead of set-buffer-multibyte.
<https://sourceforge.jp/ticket/browse.php?group_id=2267&tid=15259>
2009-04-18 Yann Hodique <yann.hodique@gmail.com> (tiny change)
* net/rcirc.el (rcirc): Use correct property names (Bug#3037).
2009-04-18 Chong Yidong <cyd@stupidchicken.com>
* thingatpt.el (thing-at-point-bounds-of-list-at-point):
New function (Bug#3027).
2009-04-17 Kenichi Handa <handa@m17n.org>
* international/uni-decomposition.el: Re-generated.
2009-04-16 Chong Yidong <cyd@stupidchicken.com>
* textmodes/flyspell.el (flyspell-correct-word-before-point):
Don't create markers.
(tex-mode-flyspell-verify): Don't create markers.
Use line-end-position.
(sgml-mode-flyspell-verify): Don't create markers. Simplify code
using looking-at and looking-back.
2009-04-16 Robert Brown <brown@google.com> (tiny change)
* emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt
property (Bug#2984).
2009-04-16 Leo Liu <sdl.web@gmail.com> (tiny change)
* ediff-wind.el (ediff-make-wide-display): Fix typo in frame
parameter alist.
2009-04-15 William Xu <william.xwl@gmail.com>
* outline.el (hide-sublevels): Ensure that arguments are passed to
outline-flag-region in the correct order (Bug#3000).
2009-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
* net/browse-url.el (browse-url-filename-alist): Correct file
URI (Bug#2922).
2009-04-15 Chong Yidong <cyd@stupidchicken.com>
* subr.el (posn-col-row): Properly compute line spacing.
Suggested by Nikolaj Schumacher (Bug#2933).
2009-04-15 Ulf Jasper <ulf.jasper@web.de>
* net/newst-treeview.el (newsticker-treeview-jump): Enable virtual
feeds.
2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
* vc-svn.el (vc-svn-after-dir-status): Fix regexp to allow for file
names with leading spaces. Ignore "." if it appears as a filename.
2009-04-14 Juanma Barranquero <lekktu@gmail.com>
* help-at-pt.el (help-at-pt-kbd-string): Reflow docstring.
(scan-buf-previous-region): Fix typo in docstring.
2009-04-14 Eduard Wiebe <usenet@pusto.de> (tiny change)
* jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring.
2009-04-14 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-handle-dired-recursive-delete-directory):
Fix an error in flushing cache data.
(tramp-handle-process-file): Flush all file cache values for the
connection, because the remote process could have changed them.
Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
Handle QUIT.
* net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data
of directory "".
2009-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (completion--try-word-completion): Don't disable
`partial-completion' any more. Mark the added char instead.
(completion-pcm--string->pattern): Notice chars added by
completion--try-word-completion and treat them specially. (bug#2957)
2009-04-13 Jason Rumney <jasonr@gnu.org>
* faces.el (frame-set-background-mode): Window system frames
default to light. Use default in cases where specified color
does not exist (Bug#2969).
2009-04-13 Kenichi Handa <handa@m17n.org>
* language/japanese.el (cp932): Delete alias for japanese-shift-jis.
2009-04-12 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-do-copy-or-rename-file-directly):
Overwrite always the tmpfile. (Bug#2962).
2009-04-11 Chong Yidong <cyd@stupidchicken.com>
* files.el (dir-locals-directory-cache): Rename from
dir-locals-directory-alist. Change format to include
the mtime of the directory-local variables file (Bug#2833).
(dir-locals-set-directory-class): New arg mtime. Store it in
dir-locals-directory-cache.
(dir-locals-find-file): Check cache validity using the mtime.
(dir-locals-read-from-file): Save the file mtime in the cache.
(hack-dir-local-variables): Adapt to new
dir-locals-directory-cache entry format.
* international/mule-diag.el (describe-font-internal):
Rename ignored argument to IGNORED.
(describe-font): Elide unnecessary argument to
describe-font-internal (Bug#2945).
2009-04-10 Richard M Stallman <rms@gnu.org>
* mail/rmailedit.el (rmail-cease-edit): Call rmail-modify-format.
* vc-dir.el (vc-dir): Doc fix.
2009-04-10 Eli Zaretskii <eliz@gnu.org>
* mail/unrmail.el (unrmail): If "Mail-From" header is found,
append a newline to it.
* mail/rmail.el (rmail-unrmail-new-mail)
(rmail-unrmail-new-mail-maybe): New functions.
(rmail-insert-inbox-text): Use rmail-unrmail-new-mail-maybe to
convert Babyl-formatted new mail to mbox format. (Bug#2942)
2009-04-09 Kim F. Storm <storm@cua.dk>
* emulation/cua-rect.el (cua--indent-rectangle): Insert tabs using
tab-to-tab-stop to respect indent-tabs-mode.
2009-04-09 Richard M Stallman <rms@gnu.org>
* mail/rmailkwd.el (rmail-set-label): Warn if multiple labels spec'd.
(rmail-kill-label, rmail-add-label): Doc fixes.
* mail/rmailout.el (rmail-output): If file is visited,
check the buffer's format.
* mail/rmailout.el (rmail-convert-to-babyl-format): Don't set "unseen".
* mail/rmailout.el (rmail-output-to-rmail-buffer):
Call rmail-modify-format.
Don't query before visiting a Babyl file.
Instead, query before modifications that would save it.
* mail/rmail.el (rmail-was-converted): New variable.
(rmail-seriously-modified): New variable.
(rmail-perm-variables): Set them to nil.
(rmail-convert-babyl-to-mbox): Don't query about converting Babyl file.
Instead, set rmail-was-converted.
(rmail-modify-format): New function. Query if save will change format.
(rmail-dont-modify-format): New function.
(rmail-duplicate-message, rmail-get-new-mail):
Call rmail-modify-format.
(rmail-set-header): Call rmail-dont-modify-format.
(rmail-set-attribute): Likewise.
(rmail-expunge-confirmed): Call rmail-modify-format.
* mail/sendmail.el (sendmail-send-it): Replace any
pre-existing Content-type header if we insert one.
2009-04-09 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-file-name-handler-alist): Add `vc-registered'.
(tramp-handle-vc-registered): New defun. (Bug#1741)
* net/tramp-cache.el (tramp-flush-directory-property): Use the
localname of KEY for check.
2009-04-09 Kenichi Handa <handa@m17n.org>
* international/charprop.el: Re-generated.
* international/uni-bidi.el: Re-generated.
* international/uni-category.el: Re-generated.
* international/uni-combining.el: Re-generated.
* international/uni-decomposition.el: Re-generated.
* international/uni-mirrored.el: Re-generated.
* international/uni-name.el: Re-generated.
2009-04-08 Eli Zaretskii <eliz@gnu.org>
* files.el (append-to-file): Doc fix.
* term/pc-win.el (msdos-last-help-message): New defvar.
(msdos-show-help): Use it to avoid saving the last message if it
was also a help message (Bug#2895).
* mail/rmail.el (rmail-simplified-subject): Normalize whitespace
in subject. This resurrects a feature, lost in transition to
mbox, whereby Subject is matched even if it's broken into several
lines at arbitrary places.
2009-04-08 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el: Give hint for GDB in Emacs on Mac OSX.
2009-04-08 Chong Yidong <cyd@stupidchicken.com>
* textmodes/fill.el (fill-paragraph): Doc fix.
2009-04-07 Chong Yidong <cyd@stupidchicken.com>
* vc-bzr.el (vc-bzr-log-view-mode): Fix last fix.
2009-04-07 Glenn Morris <rgm@gnu.org>
* term/ns-win.el (ns-pop-up-frames): Make it a defcustom.
* mail/rmail.el (rmail-expunge-and-save): Let rmail-expunge show the
message.
(rmail-quit): Mark summary unmodified.
(rmail-expunge): Doc fix. Always show a message. (Bug#2763)
2009-04-07 Chong Yidong <cyd@stupidchicken.com>
* vc-bzr.el (vc-bzr-log-view-mode):
Tweak log-view-message-re (Bug#2872).
* descr-text.el (describe-property-list, describe-char):
Add follow-link properties to buttons that need them.
* tooltip.el (tooltip-show-help-non-mode): Don't save the last
message if it was also a help message (Bug#2895).
2009-04-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* textmodes/bibtex.el (bibtex-format-entry)
(bibtex-search-crossref): Allow OPT prefix for name of crossref field.
2009-04-06 Sam Steingold <sds@gnu.org>
* simple.el (completion-list-mode-map): Bind "q" to quit-window,
just like in all other read-only buffers.
2009-04-05 Chong Yidong <cyd@stupidchicken.com>
* simple.el (handle-shift-selection): Clarify docstring.
2009-04-05 Michael Albinus <michael.albinus@gmx.de>
* dired-aux.el (dired-copy-file-recursive): Set mode to "700" if
`file-modes' returns nil.
* net/ange-ftp.el (ange-ftp-set-file-modes): New defun. Change
`ange-ftp' property of `set-file-modes' to
`ange-ftp-set-file-modes' (Bug#2865).
(ange-ftp-call-chmod): Add error handling.
* net/tramp.el (tramp-default-file-modes): New defun. Replace all
calls of `file-modes' by this (Bug#2869).
(tramp-handle-find-backup-file-name): Use `symbol-value' instead
of `boundp'.
* net/tramp-fish.el (tramp-fish-do-copy-or-rename-file-directly):
Use `tramp-default-file-modes'.
2009-04-04 Chong Yidong <cyd@stupidchicken.com>
* frame.el (make-frame): Doc fix.
2009-04-04 Eli Zaretskii <eliz@gnu.org>
* mail/rmailsum.el (rmail-new-summary-1): Don't show zero count of
summary lines.
2009-04-02 Chong Yidong <cyd@stupidchicken.com>
* dired.el (dired-get-filename): Always pass filename through
`read' to ensure unquoting is performed (Bug#2862).
2009-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
* doc-view.el (doc-view-mode): Don't give up if the file doesn't exist.
2009-04-02 Glenn Morris <rgm@gnu.org>
* calendar/diary-lib.el (diary-cyclic): Check for +ve N.
* calendar/holidays.el (calendar-holidays):
Don't autoload it. (Bug#2811)
2009-04-02 Kenichi Handa <handa@m17n.org>
* international/fontset.el (setup-default-fontset):
Specify iso10646-1 font for characters in PUA of BMP. (Bug#2830)
2009-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
* simple.el (auto-fill-function): Mark it as safe for nil.
Suggested by Leo <sdl.web@gmail.com>.
2009-04-01 Dan Nicolaescu <dann@ics.uci.edu>
* vc-mtn.el (vc-mtn-register): Fix optional arguments.
* vc-hooks.el (vc-name): Avoid calling vc-backend twice.
(vc-mode-line): Accept and use an optional argument for the backend.
(vc-find-file-hook): Use when instead of if. Avoid calling
vc-backend multiple times, pass down the value computed the first time.
2009-03-30 Andreas Schwab <schwab@linux-m68k.org>
* ansi-color.el (ansi-color-get-face):
Use ansi-color-parameter-regexp to match parameters.
(ansi-color-regexp): Include final `m' in first group.
2009-03-30 Jason Rumney <jasonr@gnu.org>
* files.el (locate-dominating-stop-dir-regexp): Stop searching
when a UNC mount point is reached.
2009-03-30 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc-embed.el (calc-embedded-restore-original-modes):
Add argument for Calculator buffer.
(calc-do-embedded): Use specific Calculator buffer when canceling
embedded mode.
* calc/calc.el (calc-buffer-list): New variable.
(calc-kill-stack-buffer): New function.
(calc-mode): Add `calc-kill-stack-buffer' to
`kill-buffer-query-functions'. Add current buffer to
`calc-buffer-list'.
2009-03-30 Kenichi Handa <handa@m17n.org>
* language/chinese.el (chinese-big5): Change type to `big5'.
2009-03-30 Chong Yidong <cyd@stupidchicken.com>
* help-mode.el (help-buffer): Add docstring.
2009-03-28 David Reitter <david.reitter@gmail.com>
* term/ns-win.el (ns-expand-space): Remove defvar.
(S-,): Bind to `customize' in line with menu item.
([global-map windows]): Remove (in line with other platforms).
(menu-bar-update-frames, force-menu-bar-update-buffers):
Remove, not needed.
(menu-bar-update-hook): Do not alter.
(generate-fontset-menu, mouse-set-font): Amend doc string
of these defaliases to point out their altered meaning in NS.
2009-03-28 Juri Linkov <juri@jurta.org>
* simple.el (minibuffer-default-add-completions):
Remove `(interactive)'. (Bug#2805)
2009-03-28 Eli Zaretskii <eliz@gnu.org>
* files.el (shell-quote-wildcard-pattern): Doc fix.
2009-03-27 Eli Zaretskii <eliz@gnu.org>
* ls-lisp.el (ls-lisp-insert-directory): Allow for a trailing '/'
when looking for "." and "..". (Bug#2801)
2009-03-27 Andreas Schwab <schwab@linux-m68k.org>
* simple.el (shift-select-mode): Make it a defcustom.
* cus-start.el: Remove shift-select-mode.
2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
* simple.el (shift-select-mode): Move declaration from callint.c.
(handle-shift-selection): Remove `deactivate' arg and check
shift-select-mode instead.
2009-03-26 Juanma Barranquero <lekktu@gmail.com>
* align.el (align-large-region, align-perl-modes, align-rules-list)
(align-open-comment-modes): Fix typos in docstrings.
(align-region-separate): Doc fixes.
2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
* arc-mode.el (archive-ar-summarize): Don't burp on special GNU
extension entries for lookup tables or extended file name tables.
Distinguish the internal and external name, so lookup is easier.
(archive-ar-extract): Take advantage of more precise name.
Preserve point.
2009-03-25 Chong Yidong <cyd@stupidchicken.com>
* play/bubbles.el (bubbles): Doc fix (Bug#2776).
2009-03-25 Juanma Barranquero <lekktu@gmail.com>
* composite.el (auto-compose-chars): Fix typo in docstring.
2009-03-24 Michael Albinus <michael.albinus@gmx.de>
* net/ange-ftp.el (ange-ftp-skip-msgs): Add 534.
2009-03-24 Glenn Morris <rgm@gnu.org>
* wid-edit.el (widget-specify-field): Don't add a second overlay for a
field with just a newline character.
(widget-field-value-get): Don't reduce fields with just a space
character to null.
(character): Accept newline. (Bug#2689)
2009-03-24 Kenichi Handa <handa@m17n.org>
* international/fontset.el (font-encoding-alist): Add an entry for
muletibetan-0. (Bug#2722)
2009-03-23 Dan Nicolaescu <dann@ics.uci.edu>
* vc-bzr.el (vc-bzr-working-revision): Add support for lightweight
checkouts. (Bug#2157)
(vc-bzr-after-dir-status): Ignore a warning for bzr status.
(vc-bzr-dir-extra-headers): Add headers for lightweight checkouts.
2009-03-22 Richard M Stallman <rms@gnu.org>
* mail/rmail.el (rmail-expunge): Update summary buffer even if DONT-SHOW.
(rmail-expunge): Without DONT-SHOW, show the message even after
updating summary.
2009-03-21 Jari Aalto <jari.aalto@cante.net>
* time.el (display-time-default-load-average): Doc fix.
2009-03-21 Eli Zaretskii <eliz@gnu.org>
* simple.el (handle-shift-selection): Doc fix. (Bug#2738)
2009-03-21 Chong Yidong <cyd@stupidchicken.com>
* files.el (file-modes-rights-to-number): Doc fix.
(file-modes-symbolic-to-number): Handle empty permissions
arg (Bug#2729).
2009-03-21 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (Todo): Add note on simplifying vc-register.
2009-03-21 Eli Zaretskii <eliz@gnu.org>
* eshell/em-ls.el (eshell-ls-dir):
Call eshell-directory-files-and-attributes with additional argument
'integer or 'string, according to numeric-uid-gid.
(eshell-ls-file): Don't convert UID and GID to strings, as
eshell-ls-dir already did. Enlarge max user-name string length to
14 characters.
(eshell-do-ls): Fix the long name of the -L option.
* eshell/esh-util.el (directory-files-and-attributes): Accept and
ignore additional optional argument id-format.
(eshell-directory-files-and-attributes):
Call directory-files-and-attributes with additional argument id-format.
* eshell/em-ls.el (eshell-ls-file): Enlarge default size-width to 8.
(eshell-ls-dir): Under -l, call eshell-ls-printable-size with last
argument nil.
2009-03-21 David Reitter <david.reitter@gmail.com>
* cus-start.el (all): Use existing `ns' rather than new `nextstep'
group for variables affected by last two changes.
2009-03-21 Eli Zaretskii <eliz@gnu.org>
* cus-start.el (all): Fix last change.
2009-03-21 David Reitter <david.reitter@gmail.com>
* cus-start.el (all): Add ns-control-modifier,
ns-command-modifier, ns-alternate-modifier, ns-function-modifier,
ns-antialias-text, and ns-use-qd-smoothing.
2009-03-20 Dan Nicolaescu <dann@ics.uci.edu>
* vc-dir.el (vc-dir-deduce-fileset): Make the error message more explicit.
2009-03-19 Juanma Barranquero <lekktu@gmail.com>
* subr.el (forward-point): Add obsolescence declaration.
* paren.el (show-paren-function):
* simple.el (kill-forward-chars, kill-backward-chars):
Use (+/- (point) N), instead of `forward-point'.
2009-03-19 Glenn Morris <rgm@gnu.org>
* mail/rmail.el (rmail-retry-ignored-headers): Add :version tag.
* mail/supercite.el (sc-version): Doc fix.
2009-03-19 Leo Liu <sdl.web@gmail.com> (tiny change)
* mail/supercite.el (sc-version): Fix typo in interactive spec.
2009-03-19 Kenichi Handa <handa@m17n.org>
* international/quail.el (quail-update-leim-list-file):
Save leim-list.el in utf-8.
* international/mule-cmds.el (leim-list-header):
Use utf-8 coding tag.
* term/ns-win.el: Call create-default-fontset, not
setup-default-fontset. Call create-fontset-from-fontset-spec
within condition-case.
* term/w32-win.el (w32-initialize-window-system):
Call create-default-fontset, not setup-default-fontset.
Call create-fontset-from-fontset-spec within condition-case.
* term/x-win.el (x-initialize-window-system):
Call create-default-fontset, not setup-default-fontset.
Call create-fontset-from-fontset-spec within condition-case.
* international/fontset.el (create-default-fontset): New function.
(create-fontset-from-x-resource): Use display-warning instead of
message.
2009-03-18 Richard M Stallman <rms@gnu.org>
* mail/rmail.el (rmail-retry-ignored-headers): Add usual mime headers.
(rmail-retry-failure): Undo previous change.
2009-03-18 Kenichi Handa <handa@m17n.org>
* international/mule.el (after-insert-file-set-coding):
Set buffer-file-coding-system directly without calling
set-buffer-file-coding-system. (Fixes bug described in
follow-up to bug#2317).
2009-03-17 Juanma Barranquero <lekktu@gmail.com>
* emacs-lisp/benchmark.el (benchmark): Reflow docstring.
2009-03-17 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
* international/characters.el (cjk-char-width-table):
Add cp932-2-byte.
2009-03-17 Chong Yidong <cyd@stupidchicken.com>
* minibuffer.el (minibuffer-complete-and-exit): Doc fix.
2009-03-16 David Reitter <david.reitter@gmail.com>
* faces.el (set-face-attributes-from-resources)
(face-set-after-frame-default): Do not import X resources on NS
because NS does not have system-wide X resources.
2009-03-16 Richard M Stallman <rms@gnu.org>
* mail/rmail.el (rmail-retry-failure): Discard rmail-ignored-headers.
(rmail-expunge): Show the message only once, and only if needed.
If the current message was current before, just re-swap.
2009-03-16 Kenichi Handa <handa@m17n.org>
* international/ccl.el (ccl-compile-if): Signal an error for
invalid operator.
2009-03-16 Chong Yidong <cyd@stupidchicken.com>
* minibuffer.el (read-file-name): Doc fix.
* tooltip.el (tooltip-show-help-non-mode): Don't set
tooltip-previous-message if called with the same tooltip that is
showing (Bug#2680).
* emacs-lisp/crm.el (crm--choose-completion-string): New function.
(completing-read-multiple): Set and restore
choose-completion-string-functions (Bug#1080).
2009-03-15 Glenn Morris <rgm@gnu.org>
* calendar/cal-tex.el (cal-tex-preamble-extra): Add an example string
value to help people with the formatting.
* mail/sendmail.el (mail-yank-prefix): Doc fix.
(mail-mode-map): Only enable the "Cite Original" menu-item when
appropriate. Standardize the text used for other headers re hyphens.
* mail/rmail.el (rmail-font-lock-keywords): Treat "Mail-Reply-To"
like "Reply-To".
2009-03-15 Chong Yidong <cyd@stupidchicken.com>
* minibuffer.el (completion-styles): Add emacs22 completion style
as fallback.
2009-03-15 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-checkin): Add an extra argument for the VC backend,
pass it down to vc-start-logentry.
(vc-next-action, vc-transfer-file): Pass the VC backend to
vc-checkin.
(vc-next-action): Do not assume that all backends in
vc-handled-backends are upper case.
2009-03-15 Chong Yidong <cyd@stupidchicken.com>
* files.el (get-free-disk-space): Ensure that default-directory is
usable before calling call-process. Suggested by Kevin
Ryde (Bug#2631).
2009-03-14 David Reitter <david.reitter@gmail.com>
* term/ns-win.el (ns-expand-space): Remove.
(ns-show-prefs event): Run `customize'.
(ns-power-off): Run `save-buffers-kill-emacs', but ask user
whether to save files (as is standard).
(clipboard-yank, clipboard-kill-ring-save, clipboard-kill-region)
(menu-bar-enable-clipboard): Do not undefine these.
(ns-save-preferences, ns-save-options, ns-show-preferences-help):
Remove.
2009-03-14 Glenn Morris <rgm@gnu.org>
* mail/mailalias.el: Remove leading `*' from defcustom docs.
* mail/sendmail.el (mail-interactive): Doc fix.
(mail-yank-ignored-headers): Add X-RMAIL- headers, bump :version.
(mail-setup): Use the function mail-signature.
(mail-mode-hook): Doc fix.
(mail-to, mail-subject, mail-cc, mail-bcc, mail-reply-to)
(mail-mail-reply-to, mail-mail-followup-to): Doc fixes.
(mail-signature): Check the signature file is readable.
With the argument ATPOINT, really insert at point.
Handle the case when the variable mail-signature is an expression.
2009-03-14 Chong Yidong <cyd@stupidchicken.com>
* simple.el (undo-outer-limit-truncate): Mention that
warning-suppress-types is defined in the warnings
library (Bug#2668).
2009-03-14 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-default-receive-file): The 'register method now
expects a list, pass a list.
2009-03-14 Chong Yidong <cyd@stupidchicken.com>
* doc-view.el (doc-view-sentinel): Strip trailing newline from
event message.
2009-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
* tar-mode.el (tar-extract): Setup the buffer's name, undo-list, and
modified status before running the major-mode.
* simple.el (undo): Don't loop when encountering empty undo records.
2009-03-13 Tassilo Horn <tassilo@member.fsf.org>
* doc-view.el (doc-view-mode-map): Bind RET to image-next-line.
2009-03-13 Alexandre Julliard <julliard@winehq.org>
* vc-git.el (vc-git-previous-revision, vc-git-next-revision):
Fall back to original commit if vc-git-symbolic-commit fails to
find a symbolic name.
(vc-git-symbolic-commit): Don't limit search to tags.
Treat "undefined" as an error. (Bug #2110)
2009-03-13 D. Goel <deego3@gmail.com>
* ibuf-ext.el:
* midnight.el (midnight-next):
* progmodes/ebrowse.el:
* progmodes/flymake.el (flymake-float-time):
When calling (multiple-value-bind/setq .. ls) replace ls
by (values-list ls) throughout.
2009-03-13 Agustín Martín <agustin.martin@hispalinux.es>
* textmodes/ispell.el (ispell-get-word): Initialize spellchecker
params. (Bug #2654)
2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
* files.el (auto-mode-alist): Add rules for OpenOffice extension
packages, as well as Opkg/Ipkg packages.
* tar-mode.el (tar-header-block-tokenize): Presume less, check more.
(tar-summarize-buffer): Don't silently skip incomplete headers.
(tar-mode): Revert to fundamental-mode in case of malformed tar data.
(tar-extract): Try to make sure set-auto-mode doesn't mistakenly
treat a tar file member as being a tar file itself, just because
its own filename includes the parent tar file's.
2009-03-13 Kenichi Handa <handa@m17n.org>
* international/mule-diag.el (print-fontset): Handling of the
argument FONTSET changed for consistency. Reorder the printed
information to match with the font searching strategy.
(describe-fontset): Use face-attribute to get the fontset of the
selected frame.
(mule-diag): Likewise. Print both font and fontset of the frame.
2009-03-13 Chong Yidong <cyd@stupidchicken.com>
* term.el (term-send-raw-string): Deactivate mark.
(term-send-raw, term-send-raw-meta): Undo 2009-03-08 change.
2009-03-12 Juanma Barranquero <lekktu@gmail.com>
* register.el (get-register): Rename arg REG to REGISTER for
consistency with other register functions.
(set-register, jump-to-register): Fix typos in docstrings.
(copy-to-register, copy-rectangle-to-register): Reflow docstrings.
2009-03-12 Glenn Morris <rgm@gnu.org>
* mail/mailabbrev.el (mail-abbrev-next-line)
(mail-abbrev-end-of-buffer): Doc fixes.
2009-03-11 Jason Rumney <jasonr@gnu.org>
* term/w32-win.el (w32-initialize-window-system): Don't override
Japanese font settings.
(xlfd-regexp-registry-subnum): Remove unused declaration.
(w32-drag-n-drop-debug): Comment out unused debug function.
2009-03-11 Glenn Morris <rgm@gnu.org>
* mail/rmailedit.el (rmail-edit-mode):
Set write-region-annotate-functions. (Bug#2625)
2009-03-10 Juanma Barranquero <lekktu@gmail.com>
* w32-vars.el (w32-list-proportional-fonts): Fix typos in last change.
2009-03-10 Jason Rumney <jasonr@gnu.org>
* w32-vars.el (w32-list-proportional-fonts): Make obsolete.
2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
* server.el (server-process-filter): Use expand-file-name rather than
command-line-normalize-file-name so as to use the `dir' when provided.
* doc-view.el (doc-view-convert-current-doc): Fix last change.
2009-03-10 Glenn Morris <rgm@gnu.org>
* mail/sendmail.el (mail-archive-file-name, mail-default-headers):
Doc fixes.
(mail-mailing-lists): Remove leading `*' from defcustom doc.
* simple.el (compose-mail): Doc fix.
2009-03-10 Alexander Becher <alexander.becher@capgemini-sdm.com> (tiny change)
* vc-annotate.el (vc-annotate): Use widened line number (Bug#2612).
2009-03-09 Jason Rumney <jasonr@gnu.org>
* minibuffer.el (read-file-name): Only split dir name when
default filename is missing. (Bug#2585)
2009-03-08 Chong Yidong <cyd@stupidchicken.com>
* finder.el (finder-commentary): Don't delete other
windows (Bug#2291).
* term.el (term-send-raw, term-send-raw-meta): Deactivate the mark
first (Bug#2449).
2009-03-08 Andreas Schwab <schwab@linux-m68k.org>
* net/ange-ftp.el (ange-ftp-multi-msgs): Add 150-.
2009-03-07 Eli Zaretskii <eliz@gnu.org>
* woman.el (woman-parse-colon-path): Return a list even if there's
only one directory in PATHS.
(woman-mode): Restore tab-width value after the call to Man-mode,
since Man-mode resets it to the default, and that makes right
margin extend beyond woman-fill-column.
* man.el (Man-init-defvars) [windows-nt]: Use a special command
list. Don't invoke Awk.
2009-03-06 Glenn Morris <rgm@gnu.org>
* mail/rmailmm.el (rmail-mime-media-type-handlers-alist): Fix doc and
custom type.
2009-03-05 Tassilo Horn <tassilo@member.fsf.org>
* doc-view.el (doc-view-convert-current-doc): Save the current
resolution in the cache directory.
(doc-view-initiate-display): Restore the saved resolution when
using cached image files.
2009-03-05 Glenn Morris <rgm@gnu.org>
* mail/rmail.el (rmail-perm-variables): rmail-overlay-list needs to be
buffer-local in the view buffer, not the rmail buffer.
* mail/rmailout.el (rmail-output-to-rmail-buffer): Add the new message
at the end of the existing messages, ensuring there is a blank line
between them. (Bug#2521)
* mail/rmail.el (rmail-ensure-blank-line): New function.
* mail/rmailedit.el (rmail-cease-edit):
* mail/rmailout.el (rmail-output-as-mbox):
* mail/rmailsort.el (rmail-sort-messages): Use rmail-ensure-blank-line.
* mail/rmailmm.el (rmail-mime-media-type-handlers-alist)
(rmail-mime-attachment-dirs-alist): Doc fixes. Fix custom-type.
Add version.
(rmail-mime-total-number-of-bulk-attachments): Doc fix.
(rmail-mime): Doc fix. Use rmail-apply-in-message.
Disable undo in the mime buffer, mark unmodified.
2009-03-04 David Reitter <david.reitter@gmail.com>
* menu-bar.el (clipboard-yank): Avoid checking (x-selection-exists-p)
if unbound in order to enable the item.
For paste menu item, same, and check kill-ring.
2009-03-04 Sam Steingold <sds@gnu.org>
* progmodes/compile.el (compilation-error-regexp-alist-alist):
Handle "omake -P" messages "file foo changed".
2009-03-04 Glenn Morris <rgm@gnu.org>
* mail/rmailedit.el (rmail-edit-mode): Doc fix.
* mail/rmailsort.el: Replace `(function (lambda' by `(lambda'.
(rmail-sort-by-date, rmail-sort-by-subject)
(rmail-sort-by-author, rmail-sort-by-recipient)
(rmail-sort-by-correspondent, rmail-select-correspondent)
(rmail-sort-by-lines, rmail-sort-by-labels, rmail-sort-messages)
(rmail-make-date-sortable): Doc fixes.
(rmail-sort-by-correspondent): Downcase correspondents.
(rmail-sort-by-labels): Make it work.
(rmail-sort-messages): Restore undo if it was initially enabled.
Fix bobp/bolp typo that was adding a line on every sort.
* mail/rmailsum.el (rmail-get-create-summary-buffer): Doc fix.
Disable undo in the summary buffer.
(rmail-summary-sort-by-date, rmail-summary-sort-by-subject)
(rmail-summary-sort-by-author, rmail-summary-sort-by-recipient)
(rmail-summary-sort-by-correspondent, rmail-summary-sort-by-lines)
(rmail-summary-sort-by-labels, rmail-sort-from-summary): Doc fixes.
(rmail-summary-sort-by-labels): Replace `(function (lambda'
by `(lambda'.
2009-03-03 Sam Steingold <sds@gnu.org>
* progmodes/compile.el (compilation-move-to-column):
Guard against negative col values.
2009-03-03 Simon Josefsson <simon@josefsson.org>
* mail/smtpmail.el (smtpmail-auth-supported): Mention that list is
in preference order.
(smtpmail-try-auth-methods): Improve which authentication
mechanism to use, so that the locally most preferred and mutually
supported mechanism is used.
2009-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/lisp.el (end-of-defun-function): Make it more clear that
the function takes no argument.
2009-03-03 Glenn Morris <rgm@gnu.org>
* mail/rmail.el (rmail-highlighted-headers, rmail-highlight)
(rmail-header-name): Doc fixes.
(rmail-show-message-verbose-min): Add :version.
(rmail-highlight-headers): Add doc string. Simplify.
* mail/rmailsum.el (rmail-summary-scroll-between-messages)
(rmail-summary-line-count-flag, rmail-summary-by-regexp): Doc fixes.
(rmail-summary-by-senders): Doc fix.
(rmail-summary-mode-map): Bind C-o to output-as-seen, not output.
Make the output menu-items consistent with rmail-mode-map.
Bind rmail-summary-by-senders to C-M-f.
(rmail-summary-search): Ensure the selected message shows.
2009-03-03 Kenichi Handa <handa@m17n.org>
* files.el (basic-save-buffer-1): Set car part of
buffer-file-coding-system-explicit.
(revert-buffer): Check car part of buffer-file-coding-system-explicit.
* international/mule-cmds.el (select-safe-coding-system): If cdr
part of buffer-file-coding-system-explicit is set, ignore
default-buffer-file-coding-system and the most preferred coding system.
* international/mule.el (set-buffer-file-coding-system): Set cdr
part of buffer-file-coding-system-explicit.
(after-insert-file-set-coding):
Set buffer-file-coding-system-explicit to a cons.
2009-03-02 Glenn Morris <rgm@gnu.org>
* calendar/calendar.el (diary-date-forms, calendar-date-display-form):
Add :set-after listing variables on which we might depend.
* mail/rmail.el (rmail-reply): Use rmail-apply-in-message so that this
function has access to all the headers, not just the visible ones.
Avoid extraneous leading whitespace in `References'.
(rmail-dont-reply-to-names, rmail-default-dont-reply-to-names):
Doc fixes.
(rmail-retry-failure): Use rmail-get-header rather than a magical
save-excursion/restriction combination that does nothing.
(rmail-delete-headers): New function.
(rmail-retry-failure): Restore yet another feature mbox Rmail removed
without telling anyone, namely rmail-retry-ignored-headers.
2009-03-01 Chong Yidong <cyd@stupidchicken.com>
* abbrev.el (clear-abbrev-table): Always return nil (Bug#2515).
2009-03-01 Glenn Morris <rgm@gnu.org>
* mail/rmail.el (rmail-mode-map): Add explicit keybinding for
rmail-resend in the menu.
* files.el (confirm-nonexistent-file-or-buffer): `other' must be last
custom choice. (Bug#2506)
2009-02-28 Eli Zaretskii <eliz@gnu.org>
* progmodes/grep.el (grep-process-setup) [windows-nt msdos]:
Use "--color=always".
2009-02-28 Glenn Morris <rgm@gnu.org>
* mail/rmailout.el (rmail-output-as-seen): Add autoload cookie.
* mail/rmailmm.el (rmail-mime): Add autoload cookie.
* mail/rmail.el (rmail-mode-map):
* mail/rmailsum.el (rmail-summary-mode-map): Bind rmail-mime to `v'.
* mail/rmail.el (rmail-primary-inbox-list): Doc fix.
Fix custom choice to match default.
(rmail-get-new-mail): Doc fix.
(rmail-beginning-of-message, rmail-end-of-message): Preserve the current
header style.
2009-02-27 Chong Yidong <cyd@stupidchicken.com>
* replace.el (keep-lines-read-args): Use empty string as
default (Bug#2495).
* menu-bar.el (menu-set-font): Fix last fix.
2009-02-27 Glenn Morris <rgm@gnu.org>
* help-fns.el (find-lisp-object-file-name): Need a buffer position, not
just a buffer, to find a definition.
* mail/rmail.el (rmail-speedbar-move-message): Preserve the directory
part against rmail-output's oddness.
2009-02-27 Chong Yidong <cyd@stupidchicken.com>
* menu-bar.el (menu-set-font): Assign the same font object to all
frames (Bug#2476).
2009-02-26 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463)
2009-02-26 Juanma Barranquero <lekktu@gmail.com>
* x-dnd.el (x-dnd-test-function, x-dnd-get-state-cons-for-frame)
(x-dnd-get-state-for-frame, x-dnd-handle-moz-url)
(x-dnd-handle-uri-list, x-dnd-choose-type, x-dnd-get-drop-width-height)
(x-dnd-init-motif-for-frame): Fix typos in docstrings.
(x-dnd-drop-data, x-dnd-types-alist, x-dnd-default-test-function):
Reflow docstrings.
2009-02-26 Glenn Morris <rgm@gnu.org>
* mail/rmailsum.el (rmail-summary-rmail-update):
Use rmail-message-unseen-p. (Bug#2477)
(rmail-summary-mark-seen): Add option to mark as unseen.
(rmail-summary-rmail-update): Store a position in
rmail-summary-put-back-unseen rather than just a flag, and use it to put
back the "-" mark in the summary.
* progmodes/cc-vars.el (c-style-variables-are-local-p):
Mark as safe if boolean. (Bug#2197)
2009-02-26 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
* mail/sendmail.el (sendmail-send-it): `call-process-region' can
return a string. (Bug#2428)
2009-02-25 Juanma Barranquero <lekktu@gmail.com>
* bs.el (bs--down):
* ibuffer.el (ibuffer-redisplay-engine): Use `point-min' instead of 1.
2009-02-25 Glenn Morris <rgm@gnu.org>
* dired-x.el (dired-guess-shell-alist-user): Fix doc typo.
* simple.el (eval-expression):
* emacs-lisp/lisp-mode.el (eval-last-sexp): Mention truncation in doc.
2009-02-25 Dan Nicolaescu <dann@ics.uci.edu>
* vc-dir.el (vc-dir-update): Make sure ./ is always first in the listing.
2009-02-25 David Reitter <david.reitter@gmail.com>
* mail/mailclient.el (clipboard-kill-ring-save): Declare.
2009-02-25 Kenichi Handa <handa@m17n.org>
* ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region.
* composite.el (auto-composition-mode): Don't add a hook to
after-change-functions. Don't decompose the buffer.
(auto-composition-after-change): Delete it.
(toggle-auto-composition): Make it an alias of
auto-composition-mode.
(auto-compose-region): Delete it.
2009-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
* term/ns-win.el (ns-working-overlay): Don't make it buffer-local.
(ns-working-overlay-len): Remove. Use ns-working-overlay instead.
(ns-delete-working-text): Merge with ns-unecho-working-text.
Decide which to use based on ns-working-overlay.
(ns-unecho-working-text): Remove.
(ns-insert-working-text, ns-echo-working-text): Adjust accordingly.
2009-02-24 Juanma Barranquero <lekktu@gmail.com>
* textmodes/ispell.el (ispell-region): Adapt "done" message to
coding conventions. (Bug#2447)
* scroll-bar.el (scroll-bar-mode): Turn off scroll bars when
argument is 0. Doc fix. (Bug#1527)
* w32-vars.el (w32-system-shells): Doc fix.
* image.el (image-load-path-for-library, insert-sliced-image):
Fix typos in docstrings.
2009-02-24 Glenn Morris <rgm@gnu.org>
* textmodes/flyspell.el (flyspell-use-meta-tab): Add a custom
:set function. (Bug#2429)
* eshell/esh-util.el (eshell-parse-ange-ls): Define `name' before
potential use.
* progmodes/cperl-mode.el (cperl-find-pods-heres):
Don't globally bind `name'.
* emacs-lisp/elint.el (elint-unknown-builtin-args):
Fix encode-time spec. (Bug#2453)
(elint-find-builtin-args): Make the match more restrictive.
Handle errors. Return a result actually containing the function name.
* mail/rmail.el (rmail): Don't show a message if rmail-get-new-mail
already did. (Bug#2440)
(rmail-quit): Don't swap buffers. (Bug#2441)
(rmail-list-to-menu): Don't globally bind `name'.
2009-02-23 Chong Yidong <cyd@stupidchicken.com>
* net/ange-ftp.el (ange-ftp-insert-directory): Adapt switch
manipulation to 2009-02-11 change to dired-add-entry (Bug#2410).
2009-02-23 Juanma Barranquero <lekktu@gmail.com>
* bs.el (bs--down): When wrapping around, use `forward-line',
not `goto-line', to avoid distracting "Mark set" message.
2009-02-23 Geoff Gole <geoffgole@gmail.com> (tiny change)
* ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message
clobbering useful message from `ibuffer-toggle-sorting-mode' (Bug#2439).
2009-02-23 Miles Bader <miles@gnu.org>
* proced.el (proced-process-attributes):
* server.el (server-running-p): Rename `system-process-attributes'
to `process-attributes'.
2009-02-22 Juri Linkov <juri@jurta.org>
* dired-aux.el (minibuffer-default-add-dired-shell-commands):
Doc fix.
* dired-x.el (dired-guess-shell-command): Use read-shell-command
instead of read-from-minibuffer.
(dired-read-shell-command): Add code that uses
minibuffer-with-setup-hook to set minibuffer-default-add-function
to minibuffer-default-add-dired-shell-commands exactly like
`dired-read-shell-command' in dired-aux.el already does. Doc fix.
* dired-x.el (dired-smart-shell-command): Remove code that uses
minibuffer-with-setup-hook to set minibuffer-default-add-function
to minibuffer-default-add-shell-commands because the same code was
already moved to `read-shell-command' 2008-07-31. (Bug#2414)
2009-02-21 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc-math.el (math-use-emacs-fn): Make sure that the
lisp number is in decimal.
2009-02-21 Chong Yidong <cyd@stupidchicken.com>
* progmodes/compile.el (compilation-error-regexp-alist-alist):
Tweak regexp (Bug#2173).
* textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to
avoid yanks (Bug#2408).
2009-02-21 Alan Mackenzie <acm@muc.de>
* progmodes/cc-langs.el (c-case-kwds-regexp): New variable.
* progmodes/cc-engine.el (c-beginning-of-statement-1): Enhance to
parse case clauses with (compile-time) expressions.
2009-02-21 Eli Zaretskii <eliz@gnu.org>
* mail/rmailedit.el (rmail-cease-edit): Notice changes in buffer's
encoding during editing. Make sure to use encoding that can
safely encode the message. Rewrite MIME charset= header if the
new encoding is different from the old one.
2009-02-21 Glenn Morris <rgm@gnu.org>
* mail/supercite.el (sc-mail-glom-frame): Handle a "From " line
at the start of the headers.
(sc-mail-check-from): New function.
2009-02-20 Martin Rudalics <rudalics@gmx.at>
* progmodes/python.el (python-shift-left, python-shift-right):
When the mark is not active shift the current line. (Bug#2381)
Suggested by Guillaume Salagnac <guillaume.salagnac@gmail.com>
2009-02-20 Andreas Schwab <schwab@suse.de>
* startup.el (command-line): Don't match an empty argument as an
option.
(command-line-1): Likewise.
2009-02-20 Daniel Jensen <daniel@bigwalter.net> (tiny change)
* apropos.el (apropos-library): Check for null filename in load-history.
2009-02-20 Glenn Morris <rgm@gnu.org>
* apropos.el (apropos-library): Remove the element with null filename,
if present, from the completion list.
* mail/rmail.el (rmail-speedbar-buttons): Only add regular files.
(rmail-speedbar-find-file): Use rmail rather than find-file.
2009-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Doc fix.
2009-02-20 Era Eriksson <era@iki.fi> (tiny change)
* textmodes/bibtex.el (bibtex-autokey-titleword-ignore):
Fix regexp (Bug#2385).
(bibtex-autokey-get-title): Observe case for
bibtex-autokey-titleword-ignore.
2009-02-20 Chong Yidong <cyd@stupidchicken.com>
* server.el (server-start): Make the warning more
verbose (Bug#2395).
2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
* font-lock.el (font-lock-fontify-syntactic-keywords-region):
Make sure we stop when we reach the limit.
* progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
a "..." does not quote anything. (Bug#2384)
* textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.
2009-02-19 Andreas Schwab <schwab@suse.de>
* term.el: Remap self-insert-command to term-send-raw in
term-raw-map. (Bug#2386)
2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end
of the function as being part of the function.
2009-02-19 Nick Roberts <nickrob@snap.net.nz>
* progmodes/compile.el (compilation-error-regexp-alist-alist):
Move entry for maven (alphabetical order).
2009-02-19 Glenn Morris <rgm@gnu.org>
* mail/rmailsum.el (rmail-summary-by-topic): Doc fix.
Regexp-quote default argument taken from current subject.
(rmail-new-summary-1): Error if empty summary. (Bug#2333)
* mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam):
Move here from rmail.el. Be more careful about error-handling.
Restore the feature of temporarily setting all old messages
undeleted before expunging (removed 2009-02-18).
* mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter):
Don't declare.
(rmail-get-new-mail-filter-spam): Declare. Move definition to
rmail-spam-filter.el.
(rmail-get-new-mail-1): Move the beep and sleep to
rmail-get-new-mail-filter-spam.
2009-02-18 Martin Rudalics <rudalics@gmx.at>
* cus-edit.el (custom-group-value-create): Insert some
informatory text in the WIDGET-misses-doc-string case.
2009-02-18 Sam Steingold <sds@gnu.org>
* progmodes/compile.el: Require comint at top level to fix the
last patch.
2009-02-18 Martin Rudalics <rudalics@gmx.at>
* cus-edit.el (custom-group-value-create): Don't throw an error
when WIDGET has no doc-string. (Bug#2356)
2009-02-18 Juanma Barranquero <lekktu@gmail.com>
* progmodes/cc-menus.el (imenu-progress-message):
Remove bogus cc-bytecomp-defun.
(cc-imenu-objc-function): Don't call `imenu-progress-message'.
Don't let-bind variable `stupid'. (Bug#1638)
2009-02-18 Glenn Morris <rgm@gnu.org>
* mail/rmail.el (rmail-get-new-mail-filter-spam):
* mail/rmail-spam-filter.el (rmail-spam-filter):
Show a message rather than the raw mbox while prompting.
2009-02-18 Martin Rudalics <rudalics@gmx.at>
* progmodes/flymake.el (flymake): Add defgroup. (Bug#2356)
2009-02-18 Glenn Morris <rgm@gnu.org>
* mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
declaration.
(top-level): No need for cl now.
(rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
(rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
(rsf-autosave-newly-added-definitions, rsf-white-list)
(rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
(rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
(rsf-customize-spam-definitions, rsf-customize-group)
(rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
(rsf-check-field): Use setcar and setcdr rather than setf.
(rmail-spam-filter): Simplify.
(rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
(rsf-add-region-to-spam-list): Use rmail-get-header or
buffer-substring-no-properties. Regexp-quote the extracted data.
Make the messages less verbose.
(rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
simplify things.
(rsf-add-content-type-field): Make the message less verbose.
* mail/rmail.el (rmail-get-new-mail-1): Fix the spam beep test.
(rmail-get-new-mail-filter-spam): Simplify. Don't mess with
rmail-deleted-vector.
(rmail-insert-inbox-text, rmail-collect-deleted)
(rmail-set-message-deleted-p, rmail-only-expunge)
(rmail-make-in-reply-to-field): Replace ?\ with ?\s.
(rmail-get-labels): Remove unused local `blurb'.
(rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
(rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
(rmail-set-message-deleted-p): Doc fixes.
* mail/rmailout.el (rmail-mbox-from): Move to mail-utils.
Update callers for associated name change.
* mail/mail-utils.el (mail-mbox-from): Move here from rmailout.el.
* mail/unrmail.el (unrmail): Use mail-mbox-from.
2009-02-17 Richard M Stallman <rms@gnu.org>
* mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
* mail/rmail.el (rmail-copy-headers): When copying full headers,
correctly put point at the end.
2009-02-17 Sam Steingold <sds@gnu.org>
* progmodes/compile.el (compilation-filter):
Call `comint-carriage-motion', just like `comint-output-filter'.
2009-02-17 Jason Rumney <jasonr@gnu.org>
* files.el (make-directory): Stop recursing if parent is
self. (Bug#2309)
2009-02-17 Juanma Barranquero <lekktu@gmail.com>
* net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.
* progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
2009-02-17 Miles Bader <miles@gnu.org>
* emacs-lisp/copyright.el (copyright-regexp): Tweak to match
copyright statements where the years follow the name.
2009-02-17 Glenn Morris <rgm@gnu.org>
* emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
move point. (Bug#2209)
* mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
(rmail-delete-unwanted-fields): Ignore case. Use line-beg-pos.
(rmail-output, rmail-output-as-seen): Change the "from-gnus" argument
to "not-rmail", and make it work. Simplify.
(rmail-mbox-from): New function.
(rmail-output-as-mbox): Use rmail-mbox-from.
(rmail-output): Ensure a From line in the not-rmail Babyl case.
* mail/rmail.el (rmail-get-attr-names): Give a warning rather than an
error if the header is corrupt.
2009-02-16 Ulf Jasper <ulf.jasper@web.de>
* net/newst-treeview.el (newsticker--treeview-load):
Offer deletion of old groups file.
2009-02-16 Glenn Morris <rgm@gnu.org>
* mail/rmailout.el (rmail-delete-unwanted-fields)
(rmail-output-as-babyl, rmail-output-to-babyl-buffer)
(rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
(rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
(rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.
2009-02-15 Glenn Morris <rgm@gnu.org>
* mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
* mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
(rmail-output-as-babyl, rmail-output-to-babyl-buffer):
Remove unnecessary use of with-no-warnings.
(rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
(rmail-output-as-mbox): Start search from point-min. If constructing a
"From " line, prefer the date header over the current time.
(rmail-update-summary): Move declaration earlier in file.
2009-02-15 Richard M Stallman <rms@gnu.org>
* mail/rmailedit.el (rmail-edit-diff-headers):
Delete spurious reference to OLD.
2009-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
* jit-lock.el (with-buffer-prepared-for-jit-lock): Swap the `let' and
the `with-buffer-unmodified' to avoid useless `readlink' calls.
2009-02-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* textmodes/bibtex.el (bibtex-global-key-alist)
(bibtex-initialize): Exclude current buffer if it does not use
bibtex-mode.
(bibtex-parse-strings, bibtex-strings, bibtex-initialize)
(bibtex-sort-buffer, bibtex-search-entry)
(bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
test whether bibtex-strings and bibtex-reference-keys have their
initial values.
2009-02-14 Eli Zaretskii <eliz@gnu.org>
* textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings'
around forms that refer to translation-table-for-input.
* isearch.el (isearch-search-string): Use `with-no-warnings'
around forms that refer to translation-table-for-input.
* international/quail.el (quail-input-string-to-events)
(quail-store-decode-map-key, quail-char-equal-p):
Use `with-no-warnings' around forms that refer to
translation-table-for-input.
* simple.el (quoted-insert, zap-to-char): Use `with-no-warnings'
around forms that refer to translation-table-for-input.
* subr.el (translation-table-for-input): Declare obsolete again.
2009-02-14 Glenn Morris <rgm@gnu.org>
* mail/rmail.el (rmail): When reverting, swap buffers before setting
counters. (Bug#2229)
(rmail-revert): Swap buffers before replacing contents.
2009-02-14 Ian Eure <ian@digg.com> (tiny change)
* progmodes/sql.el (sql-product-alist, sql-connect-sqlite): Remove host,
user, password options not applicable to SQlite. (Bug#1904)
2009-02-14 Richard M Stallman <rms@gnu.org>
* mail/rmailedit.el: Handle editing of header fields.
(rmail-old-headers): New variable.
(rmail-edit-current-message): Set it, recording current headers.
(rmail-cease-edit): Compute new headers and diff against old ones.
Update the mbox buffer with the changes that were made.
(rmail-edit-headers-alist): New function.
(rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
* mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
in default file name.
* mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search.
(rmail-add-mbox-headers): Likewise.
2009-02-13 Eli Zaretskii <eliz@gnu.org>
* files.el (load-library): Doc fix.
* subr.el (locate-library): Doc fix. (Bug#2291)
2009-02-13 Alan Mackenzie <acm@muc.de>
* progmodes/cc-cmds.el (c-defun-name): Widen, to allow it to work
in narrowed buffers.
2009-02-13 Kenichi Handa <handa@m17n.org>
* international/titdic-cnv.el (tit-process-header):
Use buffer-substring-no-properties instead of buffer-substring.
(tit-process-body): Likewise.
(tsang-quick-converter): Handle superfluous CR at eol.
(py-converter): Use buffer-substring-no-properties instead of
buffer-substring. Handle superfluous CR at eol.
(ziranma-converter): Likewise.
(ctlau-converter): Likewise.
(miscdic-convert): Read a file without eol conversion. (Bug#2307)
2009-02-13 Juanma Barranquero <lekktu@gmail.com>
* minibuffer.el (internal-complete-buffer-except): Doc fix. (Bug#2315)
2009-02-13 Glenn Morris <rgm@gnu.org>
* mail/rmail.el (rmail-show-message-1): New name for the old
rmail-show-message.
* mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailout.el:
* mail/rmailsort.el: Update for rmail-show-message name change.
* mail/rmail.el (rmail-show-message): New name for the old
rmail-show-message-maybe.
* mail/rmail.el, mail/rmailsum.el: Update for rmail-show-message-maybe
name change.
* mail/rmailsum.el (msgnum): Remove declaration.
(rmail-summary-redo): Add missing initialization value.
(rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
(rmail-summary-mark-deleted, rmail-summary-deleted-p):
Fix skip-chars-forward calls.
(rmail-summary-mark-seen): New function. As well as removing the '-'
mark, update the summary-vector. (Bug#2135)
(rmail-summary-rmail-update, rmail-summary-goto-msg):
Use rmail-summary-mark-seen.
* mail/rmail.el (rmail-summary-vector, rmail-mode-map): Add doc string.
* mail/unrmail.el (unrmail): When getting message keywords, don't
include a leading space, but do include the space after the separating
comma. (Bug#2303)
* mail/rmail.el (rmail-set-header-1): If VALUE is nil, remove the
header altogether.
(rmail-set-header): Doc fix.
* mail/rmailkwd.el (rmail-set-label): Delete the keyword header if all
labels are removed. (Bug#2302)
2009-02-12 Juri Linkov <juri@jurta.org>
* image-mode.el (image-toggle-display):
Let-bind `buffer-file-truename' to nil around the call to
`add-text-properties' to prevent directory time modification
by lock_file. Replace `set-buffer-modified-p' with
`restore-buffer-modified-p'. (Bug#2295)
2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/python.el (python-use-skeletons): Re-add.
(def-python-skeleton): Use it. (Bug#2238)
* international/quail.el (quail-make-guidance-frame): Remove the
`parent-id' parameter.
(quail-show-guidance): Make the new window dedicated.
2009-02-12 Juanma Barranquero <lekktu@gmail.com>
* international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
Fix typos in docstrings.
2009-02-12 Alan Mackenzie <acm@muc.de>
* progmodes/cc-defs.el (c-emacs-features): Crash-fix: change `='
to `eq'. (Bug#2304)
2009-02-12 Glenn Morris <rgm@gnu.org>
* mail/rmailkwd.el (rmail-set-label): Fix the test for a label being
already present. (Bug#2210)
2009-02-12 Kenichi Handa <handa@m17n.org>
* international/characters.el (?.): New character category for
Base characters. Set them in the standard category table.
* composite.el: Use "\\c." instead of "[[:alpha:]]" to match with
a base character.
2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
* isearch.el (isearch-yank-char-in-minibuffer)
(isearch-other-meta-char): Use with-current-buffer.
* progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
syntax-ppss. (Bug#1243)
* emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
to beginning-of-defun-raw.
* emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after
calling end-of-defun-function if it already moved to BOL.
2009-02-12 Richard M Stallman <rms@gnu.org>
* mail/rmail.el (rmail-show-message-verbose-min): New option.
(rmail-show-message): Conditionally show start and finish in echo area.
2009-02-12 Glenn Morris <rgm@gnu.org>
* mail/rmailsum.el (rmail-get-summary-labels): Store any message labels
for use in completion.
* mail/rmailkwd.el (rmail-read-label): Don't scan for labels if the
summary exists, since it's already done.
* mail/rmail.el (rmail-unix-mail-delimiter): Doc fix.
(rmail-enable-multibyte): Don't really define, only for compiler.
2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
* files.el (read-buffer-to-switch):
Add table to icomplete-with-completion-tables.
2009-02-11 Chong Yidong <cyd@stupidchicken.com>
* dired-aux.el (dired-add-entry): Avoid munging long-form Dired
switches (Bug#2261).
2009-02-11 Juanma Barranquero <lekktu@gmail.com>
* server.el (server-with-environment): Don't fail for negative
entries in ENV.
2009-02-11 Dan Nicolaescu <dann@ics.uci.edu>
* vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
(vc-default-dir-printer): Add a comment about updating this function.
* vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
for the file name.
2009-02-11 Glenn Morris <rgm@gnu.org>
* calendar/calendar.el (calendar-window-list): Ignore invisible windows.
(calendar-set-mode-line): Fall back to a default width if we seem to be
called from daemon. (Bug#2199)
* mail/rmailkwd.el (rmail-make-label): Doc fix.
(rmail-read-label): Add current labels to completion list. (Bug#2222)
(rmail-set-label): Use `or'.
2009-02-11 Chong Yidong <cyd@stupidchicken.com>
* emacs-lisp/find-func.el (find-library-name, find-library):
Doc fixes. (Part of bug#2270)
2009-02-10 Eric Hanchrow <eric.hanchrow@gmail.com>
* env.el (getenv): When FRAME is non-nil, pass the frame environment
to `getenv-internal', not the frame. (Bug#2259)
2009-02-10 Kenichi Handa <handa@m17n.org>
* descr-text.el (describe-char-display): On terminal, if terminal
coding system is nil, assume us-ascii.
(describe-char): Don't show the composition information if it is
trivial.
2009-02-10 Nick Roberts <nickrob@snap.net.nz>
* vc-svn.el (vc-svn-after-dir-status): Use shy group for revision
number as it isn't present for unregistered files.
* vc-dir.el (vc-dir-find-file-other-window): Allow mouse events.
(vc-dir-mouse-map): New keymap.
(vc-default-dir-printer): Use it locally.
2009-02-10 Glenn Morris <rgm@gnu.org>
* speedbar.el: Avoid messing up font-lock-global-modes.
* mail/mail-utils.el (mail-use-rfc822): Remove * from defcustom doc.
(mail-file-babyl-p): Use with-temp-buffer.
* mail/rmailsort.el: Just require rmail.
* mail/rmailedit.el: Just require rmail.
(rmail-old-pruned): Add doc string.
(rmail-edit-current-message): Use rmail-msg-is-pruned.
(rmail-cease-edit): Don't mangle the leading From line.
Don't mark as edited if there were no changes. (Bug#2256)
Correctly restore header state.
* mail/rmail.el (rmail-automatic-folder-directives): Doc fix.
(rmail-current-message, rmail-total-messages)
(rmail-message-vector, rmail-deleted-vector): Add doc strings.
(rmail-duplicate-message): Doc fix.
(rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
New functions.
(rmail-get-header, rmail-set-header, rmail-set-attribute):
Use rmail-apply-in-message.
(rmail-message-attr-p): Use rmail-get-header, hence no longer requires
unswapped-ness.
(rmail-get-attr-names): Check for missing or corrupt attribute headers.
(rmail-auto-file): Set the filed attribute, rather than explicitly not
doing so. (Bug#2231)
(rmail-set-attribute): Allow ATTR to be a string.
2009-02-09 Ulf Jasper <ulf.jasper@web.de>
* net/newst-treeview.el (newsticker-treeview-save)
(newsticker--treeview-load): Kill groups buffer after saving/loading.
2009-02-09 Tassilo Horn <tassilo@member.fsf.org>
* doc-view.el (doc-view-scroll-up-or-next-page)
(doc-view-scroll-down-or-previous-page, doc-view-goto-page):
Reset the old hscroll value after switching pages.
2009-02-09 Glenn Morris <rgm@gnu.org>
* calendar/calendar.el (diary-entry-marker, calendar-today-marker)
(calendar-holiday-marker): Drop test for color display.
2009-02-08 Glenn Morris <rgm@gnu.org>
* calendar/calendar.el (diary-entry-marker, calendar-today-marker)
(calendar-holiday-marker, calendar-mark-visible-date):
* calendar/diary-lib.el (diary-fancy-display):
It doesn't make sense to check font-lock-mode (see comments;
reverts 2008-04-02 change). (Bug#2199)
2009-02-08 Juri Linkov <juri@jurta.org>
* simple.el (toggle-word-wrap): New command.
2009-02-07 Chong Yidong <cyd@stupidchicken.com>
* progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
(ps-run-make-tmp-filename): Use temporary-file-directory.
* textmodes/artist.el (artist-system): Allow make-temp-file to use
temporary-file-directory.
* mail/rmailmm.el (rmail-mime-attachment-dirs-alist):
Use temporary-file-directory.
2009-02-07 Glenn Morris <rgm@gnu.org>
* mail/unrmail.el (rmime-magic-string): Define for compiler.
2009-02-07 Eli Zaretskii <eliz@gnu.org>
* mail/rmail.el (rmail): Bind coding-system-for-read to
no-conversion before calling find-file-noselect. (Bug#2015)
2009-02-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* proced.el (proced-after-send-signal-hook): Use defcustom.
(proced-header-line): Handle header lines that are shorter than
window-hscroll.
(proced-send-signal): Rebind split-width-threshold analogous to
dired-pop-to-buffer.
2009-02-07 Eli Zaretskii <eliz@gnu.org>
* mail/rmail.el (rmail-redecode-body): Don't encode/decode the
message; instead, just rewrite the X-Coding-System header with the
new encoding, and let rmail-show-message do the rest.
Remove unused argument RAW. Fix doc string to be consistent with the
new implementation.
(rmail-show-message): Honor X-Coding-System header, if present, in
preference to Content-Type header.
2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
* server.el (server-execute): Enable quit.
2009-02-07 Andreas Schwab <schwab@suse.de>
* image-mode.el (image-mode): Always set image-type.
(image-minor-mode): Likewise.
2009-02-07 Eli Zaretskii <eliz@gnu.org>
* mail/rmailedit.el (rmail-cease-edit): Look for the message's
encoding, and its "content-transfer-encoding" and "content-type"
headers only in the headers' portion. (Bug#2017)
2009-02-07 Ulf Jasper <ulf.jasper@web.de>
* net/newst-treeview.el
(newsticker-treeview-next-new-or-immortal-item): New arg
DONT-WRAP-TREES to prevent infinite recursion.
2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
* mail/rmailedit.el (rmail-cease-edit): narrow-to-region before
extracting mail message headers. Use encode-coding-region instead
of insert-buffer-substring for re-encoding edited message.
Add qp/b64 encoding only after text was encoded.
2009-02-07 Eli Zaretskii <eliz@gnu.org>
* subr.el: Don't declare `translation-table-for-input' obsolete.
Equivalent info added to its doc string, q.v.
* files.el (save-buffer): Display "Saving file FOO..." message
regardless of buffer's size. (Bug#2137)
2009-02-07 Chong Yidong <cyd@stupidchicken.com>
* simple.el (line-move-visual): Handle overflow-newline-into-fringe.
2009-02-07 Alex Schroeder <alex@gnu.org>
* mail/unrmail.el (unrmail): Use regexps to find message separators so
as not to match any fake rmime.el separators. Remove any sections added
by rmime.el.
2009-02-07 Glenn Morris <rgm@gnu.org>
* mail/metamail.el (metamail-interpret-body): Remove Rmail-specific hack
that is no longer appropriate to mbox Rmail.
* mail/rmailsum.el (rmail-create-summary-line): Widen the view buffer
before trying to move to the start of the message.
(rmail-summary-undelete-many, rmail-summary-rmail-update):
Fix rmail-set-attribute calls.
* mail/sendmail.el (mail-bury-selects-summary, mail-yank-original):
Doc fix.
(rmail-output-to-rmail-buffer): Autoload it.
(mail-do-fcc): Give it a doc string. Update for mbox Rmail, simplify.
2009-02-06 Glenn Morris <rgm@gnu.org>
* mail/unrmail.el (unrmail): Use current-time-string.
* simple.el (kill-whole-line): Provide a default argument of 1.
* mail/undigest.el (rmail-mail-separator): Delete.
(undigestify-rmail-message, unforward-rmail-message): Update for
mbox Rmail.
2009-02-05 Kenichi Handa <handa@m17n.org>
* international/fontset.el (script-representative-chars):
Remove mathematical.
(setup-default-fontset): Add entries for each subgroup of
mathematical script.
2009-02-05 Juri Linkov <juri@jurta.org>
* image-mode.el (image-mode): Use `image-get-display-property'
instead of `get-text-property'.
(image-minor-mode): Sync the logic with `image-mode' including the
displaying an image file as the actual image by default.
2009-02-05 Alan Mackenzie <acm@muc.de>
* progmodes/cc-defs.el (c-emacs-features): Check the working of
beginning/end-of-defun-function more rigorously before setting
argumentative-bod-function.
2009-02-05 Dan Nicolaescu <dann@ics.uci.edu>
* xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
(turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
mode on the initial terminal.
2009-02-05 Glenn Morris <rgm@gnu.org>
* mail/rmail.el (rmail-what-message, rmail-duplicate-message):
Make these functions work.
* net/mairix.el (rmail-buffer): Remove unneeded eval-when-compile.
(rmail-narrow-to-non-pruned-header): Remove autoload.
(mairix-rmail-fetch-field): Handle mbox Rmail.
2009-02-04 Dave Love <fx@gnu.org>
* net/imap.el (imap-fetch-safe): Bind debug-on-error.
(imap-debug): Add imap-fetch-safe.
2009-02-04 Teodor Zlatanov <tzlatanov@jumptrading.com>
* net/netrc.el (netrc-machine-user-or-password): Use list of
auth-source modes.
2009-02-04 Nick Roberts <nickrob@snap.net.nz>
* vc-svn.el (vc-svn-diff): Revert previous change but add a test
for newvars is nil. (C-u C-x v = with default values).
2009-02-04 Dan Nicolaescu <dann@ics.uci.edu>
* vc-bzr.el (vc-bzr-working-revision): Recognize a newer branch
format. Use when instead of if.
2009-02-04 Miles Bader <miles@gnu.org>
* emacs-lisp/lisp.el (forward-sexp, backward-sexp, forward-list)
(backward-list, backward-up-list, beginning-of-defun)
(beginning-of-defun-raw, end-of-defun): Add "^" to interactive spec.
2009-02-04 Glenn Morris <rgm@gnu.org>
* mail/mail-utils.el (mail-fetch-field): Previous doc fix was
ill-advised.
* mail/rmail.el: No need for mule-util when compiling.
(rmail-first-message): Unbreak it.
* mail/rmailmsc.el: Require rmail not just when compiling.
Remove unneeded declarations.
* term/ns-win.el (ns): Define as a custom group.
2009-02-04 Kenichi Handa <handa@m17n.org>
* international/mule-cmds.el (select-safe-coding-system):
Use buffer-chars-modified-tick instead of buffer-modified-tick.
* descr-text.el (describe-char): Check font-object by fontp.
* composite.el (compose-gstring-for-terminal): If a character is
not supported by the current terminal, don't make a multi-glyph
grapheme cluster.
(auto-compose-chars): Check font-object by fontp.
2009-02-03 Glenn Morris <rgm@gnu.org>
* mail/unrmail.el (unrmail): In the absence of Mail-from, prefer Date
over current-time. (Bug#2175)
* mail/rmail.el (rmail-convert-babyl-to-mbox): Disable undo while
inserting the converted mailbox.
(rmail-get-new-mail): Restore the loop over inboxes when two or more
have the same basename. (Bug#2164)
Set the return value according to whether any mail was found,
not just in the last inbox. Only show a message and run the hook after
checking all inboxes.
(rmail-get-new-mail-1): Move message display and running the hook to
rmail-get-new-mail.
* mail/rmailkwd.el (rmail-label-obarray): Initialize using
rmail-attr-array.
(rmail-make-label, rmail-read-label): Give it a doc string.
(rmail-add-label, rmail-kill-label): Change argument name to match the
doc. Doc fix.
(rmail-set-label): Doc fix. Also update summary in attr case.
Accept labels as a string or a symbol. (Bug#2165)
* mail/rmailsum.el (rmail-get-summary-labels): Treat empty labels as
null.
2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/vhdl-mode.el (vhdl-prepare-search-1)
(vhdl-prepare-search-2): Properly cleanup on `quit'.
* progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
Mark the entries as being "system" entries rather than "user" entries.
2009-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
* smerge-mode.el (smerge-start-session): Add interactive spec.
2009-02-02 Glenn Morris <rgm@gnu.org>
* mail/rmail.el (rmail-ignored-headers, rmail-displayed-headers)
(rmail-retry-ignored-headers, rmail-highlighted-headers):
Restore autoloads.
2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
* cmuscheme.el (scheme-args-to-list): Remove.
(run-scheme): Use split-string-and-unquote instead, so as to allow
spaces in the command name and/or the arguments.
2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
* term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.
2009-02-01 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.1.15.
* net/tramp.el (tramp-read-passwd): Cache passwords shall still be
used.
* net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
* net/trampver.el: Update release number.
2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
* mail/rmail.el (rmail-view-buffer): Make buffer-local.
(rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
(rmail-undelete-previous-message, rmail-mark-message)
(rmail-speedbar-buttons): Use with-current-buffer.
(rmail-mode-map): Move initialization into declaration.
(rmail-swap-buffers, rmail-unfontify-buffer-function)
(rmail-fontify-message): Use restore-buffer-modified-p.
(rmail-expunge-and-save): Don't swap buffer.
(rmail-get-header, rmail-set-header, rmail-set-attribute)
(rmail-apply-in-message): Swap save-excursion and save-restriction.
* mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car
if possible.
* mail/rmailedit.el (rmail-edit-map): Move init into declaration.
(rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
* mouse.el (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.
* progmodes/ebrowse.el:
* international/robin.el:
* emulation/viper-util.el:
* emulation/viper-mous.el:
* emulation/viper-keym.el:
* ediff.el:
* ediff-wind.el:
* ediff-vers.el:
* ediff-ptch.el:
* ediff-mult.el:
* ediff-merg.el:
* ediff-diff.el: Follow commenting conventions.
2009-01-31 Eli Zaretskii <eliz@gnu.org>
* mail/rmail.el (rmail-redecode-body): Use eight-bit instead of
obsolete eight-bit-control and eight-bit-graphic.
2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/elp.el (elp-results-symname-map): Add follow-link.
2009-01-31 Chong Yidong <cyd@stupidchicken.com>
* emacs-lisp/lisp.el (end-of-defun): Protect against
infloops (Bug#2106).
2009-01-31 Dan Nicolaescu <dann@ics.uci.edu>
* vc-dir.el (vc-dir-mouse-map):
(vc-default-dir-printer):
(vc-dir-find-file-other-window): Undo previous change, it breaks
the behavior of mouse-2.
(vc-dir-mode): Fix docstring.
* vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
logic, it makes the makes the normal case too slow.
2009-01-31 Eli Zaretskii <eliz@gnu.org>
* mail/unrmail.el (unrmail): Set coding-system of the old Rmail
file to `raw-text-unix'. Bind coding-system-for-write when
writing out the converted message, and make sure it uses Unix EOLs.
* mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
encoding to `raw-text-unix'.
(rmail-perm-variables): Set encoding of rmail-view-buffer to
`undecided-unix'.
(rmail-redecode-body): Don't change EOL conversion of the new
encoding if the old one left it unspecified.
(rmail-automatic-folder-directives, rmail): Doc fixes.
(rmail-swap-buffers): New function.
(rmail-change-major-mode-hook, rmail-swap-buffers-maybe)
(rmail-show-message): Use rmail-swap-buffers.
(rmail-decode-region): If DESTINATION is a buffer, set the
encoding of that buffer, rather than the current buffer.
(rmail-show-message): Make error message about uuencoded mail
more explicit.
(rmail-show-message-maybe): Simplify code. Doc fix.
(rmail-show-message): Doc fix.
2009-01-31 Glenn Morris <rgm@gnu.org>
* mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty
folder.
* mail/rmail.el (rmail-msg-is-pruned): New function.
(rmail-toggle-header): Doc fix. Use rmail-msg-is-pruned.
(rmail-reply): Set up to yank from the decoded message rather than the
raw one. (Bug#2104).
* mail/mail-utils.el (mail-fetch-field): Doc fix.
* mail/uce.el (rmail-current-message): Remove unneeded declaration.
(uce-message-text, uce-default-headers): Fix custom type.
(rmail-buffer, rmail-msg-is-pruned): Declare.
(uce-reply-to-uce): Add autoload cookie. Doc fix.
Update for mbox Rmail.
2009-01-31 Nick Roberts <nickrob@snap.net.nz>
* vc-dir.el (vc-dir-mouse-map): New keymap.
(vc-default-dir-printer): Use it locally.
(vc-dir-find-file-other-window): Allow mouse events.
2009-01-30 Eli Zaretskii <eliz@gnu.org>
* mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
into Rmail-mbox attributes.
* mail/rmail.el (rmail-convert-babyl-to-mbox):
Bind coding-system-for-read to `raw-text', and use insert-file-contents
instead of insert-file-contents-literally. Fixes bug #2019.
(rmail-resent-attr-index): Fix index value.
2009-01-30 Nick Roberts <nickrob@snap.net.nz>
* vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take
precedence even when its value is t. (Bug#2093)
* vc-svn.el (vc-svn-dir-status): Correct logic for remote
connection. (Bug#2093)
(vc-svn-diff): Use old version number even when it is the working
revision. This is needed, e.g, in the vc-print-log buffer. (Bug#2092)
2009-01-30 Glenn Morris <rgm@gnu.org>
* mail/rmail.el (rmail-reply): Handle empty folders.
(rmail-speedbar-buttons)
(rmail-speedbar-move-message-to-folder-on-line): Use line-end-position.
* mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
line-beginning-position calls.
(rmail-header-summary): Use line-end-position.
2009-01-30 Toby Speight <streapadair@gmx.net> (tiny change)
* generic-x.el (hosts-generic-mode, named-database-generic-mode):
Fix regexp quoting. (Bug#1739)
2009-01-29 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-process-actions, tramp-read-passwd):
Allow correction of passwords.
2009-01-29 Chong Yidong <cyd@stupidchicken.com>
* mail/rmail.el (rmail-toggle-header): Determine current header
style using the buffer-local value of rmail-header-style in the
view buffer.
(rmail-show-message): Set a buffer-local value of
rmail-header-style in the view buffer. (Bug#2016)
2009-01-29 Juanma Barranquero <lekktu@gmail.com>
* vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
Fix typos in docstrings.
2009-01-29 Juanma Barranquero <lekktu@gmail.com>
* bindings.el (completion-ignored-extensions):
Add entries for VCS metadata directories (CVS/, .svn, etc).
* pcvs.el (completion-ignored-extensions):
* vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
directory, now done in bindings.el.
2009-01-29 Klaus Straubinger <KSNetz@UseNet.ArcorNews.DE> (tiny change)
* pcmpl-rpm.el (pcmpl-rpm): Doc fix. (Bug#2094)
2009-01-29 Glenn Morris <rgm@gnu.org>
* mail/rmail.el (rmail-file-name): Remove duplicate definition.
(rmail-set-header): Ensure header changes get saved.
* mail/rmailedit.el (rmail-summary-disable): Fix declaration.
* mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
one, after a label is added.
* mail/rmailsum.el (rmail-summary-update-line): New function.
(rmail-summary-goto-msg): Return a value according to whether message
was found.
(rmail-summary-update-highlight): Give the overlay an 'rmail-summary
property. Use line-end-position.
2009-01-29 Chong Yidong <cyd@stupidchicken.com>
* mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
quoted From lines.
* mail/rmail.el (rmail-redecode-body): New function, based on old
version removed in 2009-01-22 change.
(rmail-show-message): Unquote From lines.
2009-01-28 Tassilo Horn <tassilo@member.fsf.org>
* doc-view.el (doc-view-mode): Don't use string-match and file
extension to choose fallback mode on empty/non-existing files but
let-bind auto-mode-alist and call normal-mode.
2009-01-28 Eli Zaretskii <eliz@gnu.org>
* ls-lisp.el (ls-lisp-classify): Propertize file name before
concatenating the type indicating character.
(ls-lisp-format): Don't propertize file-name only if
ls-lisp-classify already did.
2009-01-28 Michael Albinus <michael.albinus@gmx.de>
* net/dbus.el (dbus-event-error-hooks): Fix docstring.
Describe second parameter of hook functions.
(dbus-handle-event): Apply it.
2009-01-28 Chong Yidong <cyd@stupidchicken.com>
* mail/rmail.el (rmail-toggle-header): Don't reset
rmail-header-style permanently (bug#2016).
2009-01-28 Denis Howe <denis.howe@gmail.com>
* complete.el (PC-do-completion): Correct case when completion is
unambiguous.
2009-01-28 Stephen Berman <stephen.berman@gmx.net>
* calendar/todo-mode.el (todo-insert-item-here):
Prevent insertion of a new entry inside of an existing entry.
Minor code cleanup. (Bug#2084)
(todo-add-category): Change the interactive spec. Signal an error
if the Todo file is non-empty but contains no category.
Reject category names that could induce bugs and confusion.
Call todo-mode if the Todo file is new and unsaved. Simplify handling
of local variables cookie. Properly display the newly added
category in Todo mode.
(todo-show): Call todo-initial-setup only if there is neither a
Todo file nor a corresponding unsaved buffer. (Bug#2085)
(todo-category-alist): Delete function.
(todo-completing-read): New function.
(todo-insert-item, todo-jump-to-category): Use it.
(todo-insert-item): Make the use of the prefix argument conform to
the doc string. (Bug#2086)
2009-01-28 Glenn Morris <rgm@gnu.org>
* mail/rmail.el (rmail-expunge-and-save): Always show a message,
even when called from the summary. (Bug#2075)
(rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
(rmail-show-message-maybe): Use rmail-no-mail-p.
(rmail-show-message): If empty folder, do nothing. (Bug#2076)
(rmail-get-labels): Separate status and label fields with a semicolon,
rather than a comma, for consistency with old Rmail.
* mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
starting from the beginning, since mail-fetch-field does not care.
(rmail-create-summary-line): Fix unseen handling. (Bug#2089)
(rmail-get-summary-status): New name for old rmail-get-summary-labels.
(rmail-get-summary-labels): New function. Returns labels rather than
status (edited, etc).
(rmail-create-summary): Insert an extra space after the status
flags, for consistency with old rmail, and with current
rmail-summary-font-lock-keywords.
2009-01-28 Chong Yidong <cyd@stupidchicken.com>
* progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
if region is active. Use cond instead of nested ifs. (Bug#2053)
2009-01-27 Chong Yidong <cyd@stupidchicken.com>
* mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
converting.
* mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
which are recognized by the new Rmail, instead of X-BABYL-V6-*.
2009-01-27 Christopher Oliver <coliver@message.nmc.edu>
* mouse.el (mouse-select-font): Return a string instead of a list.
2009-01-27 Chong Yidong <cyd@stupidchicken.com>
* bindings.el: Swap C-delete and C-backspace bindings here, so we
don't have to do it in normal-erase-is-backspace-mode.
* simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
and C-backspace; the latter is not available on ttys anyway.
2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
(doc-view-mode): Fix broken call to string-match.
2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
* doc-view.el (doc-view-mode): Enhance docstring and fallback to
fundamental-mode or ps-mode if the file is empty or doesn't exist
at all.
(doc-view-initiate-display): Better info message if doc-view-mode
cannot be used. (Missing utility or no png support/no X frame.)
(Bug#2058)
2009-01-27 Glenn Morris <rgm@gnu.org>
* mail/rmail.el (rmail-copy-headers): Doc fix. Leave point at the end
of the headers in the full header case. (Bug#2073)
2009-01-27 Kenichi Handa <handa@m17n.org>
* mail/rmail.el (rmail-get-coding-system): Re-search
rmail-mime-charset-pattern directly instead of using
mail-fetch-field. Use coding-system-from-name.
* international/mule-cmds.el (canonicalize-coding-system-name)
(coding-system-from-name): New functions.
2009-01-27 Glenn Morris <rgm@gnu.org>
* dired-x.el (dired-bind-vm): Doc fix.
* mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
Replace `first' and `rest' with `car' and `cdr' throughout.
(rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
(rsf-scanning-messages-now): Doc fix.
(rsf-check-field): Rename from `check-field' and update callers.
(rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
Use rmail-output rather than deleted rmail-output-to-rmail-file.
* mail/rmail.el: Remove leading `*' from defcustom docs.
Remove needless autoloads of many defcustoms and hooks.
(rmail-enable-mime, rmail-insert-mime-resent-message-function)
(rmail-search-mime-message-function, rmail-search-mime-header-function)
(rmail-decode-mime-charset): Doc fix.
(rmail-search-message, rmail-resend): Check functions set before use.
* mail/rmailout.el: Remove leading `*' from defcustom docs.
Remove needless autoloads of many defcustoms.
(rmail-output-to-babyl-buffer): Rename from
rmail-output-to-r-mail-buffer and update caller.
(rmail-output): Doc fix.
* mail/rmailsum.el: Remove leading `*' from defcustom docs.
Remove needless autoloads of many defcustoms.
(rmail-message-regexp-p-1): Check rmail-search-mime-header-function
is set.
* mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
(batch-unrmail, unrmail): Doc fix.
* mail/rmailsum.el (rmail-message-recipients-p-1)
(rmail-message-regexp-p-1): Ensure searches start from the
beginning of the header.
2009-01-27 Chong Yidong <cyd@stupidchicken.com>
* mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
expand the denominator.
2009-01-26 Michael Albinus <michael.albinus@gmx.de>
* net/dbus.el (dbus-event-error-hooks): New variable.
(dbus-handle-event): Use it.
2009-01-26 Glenn Morris <rgm@gnu.org>
* Makefile.in (ELCFILES): Update.
* mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
replies. (Bug#512)
2009-01-25 Ulf Jasper <ulf.jasper@web.de>
* calendar/icalendar.el (icalendar-uid-format): Fix doc string.
2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
* term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
Remove from global map and key definitions.
(ns-toggle-toolbar, ns-info-prefs): Add to global map and key
definitions.
(ns-show-preferences-help, ns-unput-working-text): New functions.
(ns-unecho-working-text): Update message.
2009-01-25 Craig Markwardt <cbmarkwardt@gmail.com>
* calendar/icalendar.el (icalendar-uid-format): New defcustom
variable to allow the user to choose iCalendar UID format.
(icalendar--diarytime-to-isotime): Bug fix, now times in the range
12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
(icalendar-export-region, icalendar--create-uid): Use custom
function to compute iCalendar UID for each entry.
(icalendar--parse-summary-and-rest): Bug fix for parsing of lines
with description, location, etc. fields (need to keep active count
of fields encountered). Another bug fix to the regex that matches
multiple lines (need \' regex instead of $ to match end-of-entry).
2009-01-25 Juri Linkov <juri@jurta.org>
* progmodes/grep.el (grep-mode-map): Put grep-find before grep and
change its title from "Recursive grep..." to "Grep via Find...".
Add menu items for lgrep and rgrep.
2009-01-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* ps-print.el (ps-print-version): New version 7.3.4.
2009-01-24 Eduard Wiebe <usenet@pusto.de> (tiny change)
* ps-print.el: Fix face background/foreground extraction.
(ps-face-extract-color): New fun.
(ps-face-attributes, ps-face-attribute-list): Code fix.
2009-01-24 Geoff Gole <geoffgole@gmail.com> (tiny change)
* align.el (align-region): Avoid infloop.
2009-01-24 Eli Zaretskii <eliz@gnu.org>
* env.el (environment): Function removed.
* international/mule-cmds.el (set-language-environment-coding-systems):
If default-buffer-file-coding-system is nil, set up to have EOLs that
are native for the underlying system-type. (Bug#1853)
(prefer-coding-system, set-default-coding-systems): Doc fix.
2009-01-24 Juanma Barranquero <lekktu@gmail.com>
* emacs-lisp/eldoc.el (eldoc-function-argstring-format):
Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
(eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
Use `string-match-p'.
2009-01-24 Ulf Jasper <ulf.jasper@web.de>
* net/newst-treeview.el (newsticker--treeview-first-feed): New.
(newsticker-treeview-next-new-or-immortal-item): Try first-feed if
next-feed does not succeed. Fixes bug#1710 even more.
(newsticker-treeview-next-feed): Simplify.
(newsticker--group-get-feeds): Suppress group names in result.
2009-01-24 Adrian Robert <Adrian.B.Robert@gmail.com>
* term/ns-win.el (menu-bar-select-frame): Drop this override.
(menu-bar-update-frames): Update call to menu-bar-select-frame.
2009-01-24 Glenn Morris <rgm@gnu.org>
* mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
"popmail" by "pormail".
* language/ethio-util.el (rmail-current-message, rmail-message-vector):
Remove unneeded declarations.
2009-01-24 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc-poly.el (calcFunc-apart): Improve test for
rational functions.
2009-01-23 Chong Yidong <cyd@stupidchicken.com>
* mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
return value of rmail-get-labels.
* mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
return value of rmail-get-labels.
* mail/rmail.el (rmail-get-labels): Obey the MSG argument.
(rmail-buffer-swapped): Fix last change. (Bug#1997)
2009-01-23 Ulf Jasper <ulf.jasper@web.de>
* net/newst-backend.el (newsticker--cache-read): Offer deletion of
old cache file. Fixes bug#1710.
2009-01-23 Chong Yidong <cyd@stupidchicken.com>
* mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
* term/ns-win.el (ns-insert-working-text, ns-put-working-text):
Switch names and update comments for clarity.
2009-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
* mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
start is nil, as was done in tar-mode.el.
2009-01-23 Glenn Morris <rgm@gnu.org>
* mail/sendmail.el (mail-bury): Revert previous change now pmail is no
more.
* mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
2009-01-23 Chong Yidong <cyd@stupidchicken.com>
* server.el (server-name): Make it a defcustom. (Bug#1995)
* mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
2009-01-23 Glenn Morris <rgm@gnu.org>
* Makefile.in (ELCFILES): Update.
2009-01-22 Ulf Jasper <ulf.jasper@web.de>
* net/newst-treeview.el
(newsticker-treeview-next-new-or-immortal-item): New optional arg
current-item-counts. Move to next feed if necessary. (Bug#1569)
(newsticker-treeview-prev-new-or-immortal-item): Move to previous
feed if necessary. (Bug#1569)
(newsticker-treeview-next-feed)
(newsticker-treeview-prev-feed): New optional arg stay-in-tree.
Don't activate node nil. (Bug#1569)
2009-01-22 Paul Reilly <pmr@pajato.com>
Henrik Enberg <enberg@printf.se>
Alex Schroeder <alex@gnu.org>
Chong Yidong <cyd@stupidchicken.com>
Richard M Stallman <rms@gnu.org>
Glenn Morris <rgm@gnu.org>
Juanma Barranquero <lekktu@gmail.com>
* mail/rmail.el: Code implementing Rmail-mbox functionality.
(rmail-attribute-header, rmail-keyword-header)
(rmail-answered-attr-index, rmail-deleted-attr-index)
(rmail-edited-attr-index, rmail-filed-attr-index)
(rmail-retried-attr-index, rmail-forwarded-attr-index)
(rmail-unseen-attr-index, rmail-resent-attr-index)
(rmail-attr-array, rmail-header-style, rmail-file-name)
(rmail-buffer-swapped): New vars.
(rmail-convert-file-maybe, rmail-error-bad-format)
(rmail-convert-babyl-to-mbox, rmail-get-coding-system)
(rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
(rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
(rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
(rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
(rmail-get-header, rmail-set-header, rmail-get-attr-names)
(rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
(rmail-message-attr-p, rmail-message-unseen-p)
(rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
(rmail-show-message-maybe, rmail-copy-headers)
(rmail-simplified-subject, rmail-simplified-subject-regexp)
(rmail-write-region-annotate): New functions.
(rmail-keywords, rmail-default-rmail-file): Delete vars.
(rmail-convert-mailpath, rmail-convert-file)
(rmail-insert-rmail-file-header, rmail-decode-babyl-format)
(rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
(rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
(rmail-redecode-body)
(rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
(rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
(rmail-count-screen-lines, rmail-message-regexp-p)
(rmail-current-subject, rmail-current-subject-regexp): Delete functions.
(rmail-nuke-pinhead-header): Move to rmailout.el.
(rmail-ignored-headers): Add additional headers.
(rmail-mode-map): Update key commands.
(rmail-tool-bar-map): Build tool-bar unconditionally.
(rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
conversion and new buffer swapping mechanism.
(rmail-perm-variables): Use new vars, and remove deleted ones.
(rmail-revert): Use rmail-convert-file-maybe.
(rmail-duplicate-message): Use rmail-show-message-maybe.
(rmail-get-new-mail): Don't leave the buffer screwed up if we get
a disk-full error.
(rmail-parse-url): Strip embedded password.
(rmail-insert-inbox-text): Default to movemail if
rmail-movemail-program is null. Handle mbox format.
(rmail-decode-region): New arg.
(rmail-display-labels): Don't perform Babyl processing.
(rmail-set-attribute, rmail-message-labels-p, rmail-search)
(rmail-set-message-counters, rmail-count-new-messages)
(rmail-set-message-counters-counter, rmail-show-message)
(rmail-next-same-subject, rmail-reply): Use mbox format.
(rmail-toggle-header, rmail-show-message, rmail-only-expunge)
(rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
buffer swapping mechanism.
* mail/rmailedit.el: Require rmailsum.el.
(rmail-edit-mode): First check if buffer is swapped.
(rmail-edit-saved-coding-system): Delete var.
(rmail-edit-current-message): Don't call deleted vars.
(rmail-cease-edit): Handle mbox format.
(rmail-abort-edit): Widen buffer.
* mail/rmailkwd.el: Require rmail.el. Remove unneeded function
declarations.
(rmail-buffer, rmail-current-message, rmail-last-label)
(rmail-last-multi-labels, rmail-summary-vector)
(rmail-total-messages, rmail-attributes, rmail-deleted-label)
(rmail-keywords): Delete vars.
(rmail-attribute-p, rmail-keyword-p, rmail-make-label)
(rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
(rmail-parse-file-keywords, rmail-install-keyword): Delete functions.
(rmail-make-label): New function.
(rmail-read-label): Don't call rmail-parse-file-keywords.
(rmail-set-label): Rewrite using rmail-set-attribute.
(rmail-next-labeled-message): Use rmail-get-labels.
* mail/rmailmm.el: New file.
* mail/rmailmsc.el: Require rmail.el.
(set-rmail-inbox-list): Set rmail-inbox-list directly.
* mail/rmailout.el (rmail-output-decode-coding): New var.
(rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
(rmail-convert-to-babyl-format, rmail-output-as-mbox)
(rmail-output-to-rmail-buffer): New functions.
(rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
Delete functions.
(rmail-nuke-pinhead-header): Move from rmail.el.
(rmail-output): Rewrite to accept both mbox and babyl output.
(rmail-output-as-seen, rmail-output-body-to-file): Rewrite to
use mbox internal format.
* mail/rmailsort.el: Eval mail-utils when compiled. Require rmail.el.
(rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
(rmail-sort-by-recipient, rmail-sort-by-correspondent):
Use rmail-get-header.
(rmail-sort-messages): Use new buffer swapping mechanism.
Handle mbox internal format.
* mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
(rmail-message-recipients-p, rmail-message-recipients-p-1)
(rmail-message-regexp-p, rmail-new-summary-1)
(rmail-get-create-summary-buffer, rmail-get-summary)
(rmail-create-summary-line, rmail-get-summary-labels)
(rmail-create-summary, rmail-header-summary)
(rmail-summary-output, rmail-summary-output-as-seen): New functions.
(rmail-summary-by-topic, rmail-message-senders-p)
(rmail-header-summary, rmail-summary-next-same-subject): Use mbox
internal format.
(rmail-new-summary): Rewrite window handling.
(rmail-make-summary-line, rmail-make-summary-line-1)
(rmail-make-basic-summary-line)
(rmail-summary-output-to-rmail-file): Functions deleted.
(rmail-summary-undelete, rmail-summary-rmail-update)
(rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
(rmail-summary-show-message, rmail-summary-wipe)
(rmail-summary-toggle-header, rmail-summary-reply):
Use rmail-buffer instead of rmail-view-buffer.
(rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
(rmail-summary-goto-msg): Use rmail-show-message-maybe.
(rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
* term/ns-win.el (ns-show-manual): Fix node name.
(x-open-connection): Fix typo in declaration filename.
2009-01-22 Romain Francoise <romain@orebokech.com>
* Makefile.in (ELCFILES): Update.
2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
* frame.el (make-frame-on-tty): Remove function, inline contents
in the only user ...
* server.el (server-create-tty-frame): ... here.
2009-01-22 Chong Yidong <cyd@stupidchicken.com>
* format.el (format-annotate-function):
Set write-region-post-annotation-function.
2009-01-21 John Wiegley <johnw@newartisans.com>
* eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
list of output filters.
(eshell-mode): Change the default binding of C-a to eshell-bol.
I don't think it's actually bound at all by default in eshell;
it just falls back to the default binding of C-a.
2009-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (completion--insert-strings): Fix up computation of
column position which manifested e.g. in proced's signal completion.
2009-01-21 Chong Yidong <cyd@stupidchicken.com>
* server.el (server-start): Allow server to shut down when no
frames are available in daemon-mode.
2009-01-21 Juanma Barranquero <lekktu@gmail.com>
* term.el (term-previous-matching-input, term-next-matching-input)
(term-previous-matching-input-from-input)
(term-next-matching-input-from-input, term-backward-matching-input)
(term-forward-matching-input): Change argument name to match docstring.
2009-01-21 Glenn Morris <rgm@gnu.org>
* emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
that are no longer needed.
(authors-scan-change-log): Doc fix.
(authors-scan-el): Restore let*, foolishly removed 2009-01-11.
2009-01-20 Agustín Martín <agustin.martin@hispalinux.es>
* textmodes/ispell.el (ispell-find-aspell-dictionaries):
Use aspell default dict.
2009-01-20 Kenichi Handa <handa@m17n.org>
* descr-text.el (describe-char): Improve description of eight-bit
char in a unibyte buffer. (Bug#1935)
2009-01-20 Glenn Morris <rgm@gnu.org>
* emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
Add some entries.
2009-01-19 Chong Yidong <cyd@stupidchicken.com>
* progmodes/ruby-mode.el: Autoload other interpreter names.
2009-01-19 Juanma Barranquero <lekktu@gmail.com>
* descr-text.el (describe-char-categories): New defsubst.
(describe-char): Use it.
2009-01-19 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
IPv4 mapped IPv6 addresses.
2009-01-18 Juanma Barranquero <lekktu@gmail.com>
* textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
the beginning of the buffer. (Bug#1949)
2009-01-18 Markus Triska <markus.triska@gmx.at>
* linum.el (linum-update-window): Use `delq' instead of `delete';
compare strings with `equal-including-properties'.
2009-01-17 Glenn Morris <rgm@gnu.org>
* progmodes/cc-langs.el (declare-function): Add compatibility stub.
(delete-duplicates, mapcan, cl-macroexpand-all): Declare.
* emacs-lisp/eldoc.el (eldoc-minor-mode-string)
(eldoc-message-commands, eldoc-print-current-symbol-info):
Doc fix (consistent case of "ElDoc").
2009-01-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
2009-01-17 Eli Zaretskii <eliz@gnu.org>
* dos-w32.el (find-buffer-file-type-coding-system): If `(car
TARGET)' does not exist, try again with its basename replaced by
`(cdr TARGET)'. (Related to Bug #1853.)
* international/mule-conf.el (raw-text, eight-bit): Doc fixes.
2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
* textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
unless flyspell-mode is enabled.
(flyspell-pre-point): Make buffer-local.
2009-01-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* textmodes/bibtex.el (bibtex-format-entry): For updating field
delimiters, allow fields that are composed of strings and string
constants.
(bibtex-mode): Doc fix.
2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
* textmodes/ispell.el: Protect against declare-function undefined
in XEmacs.
(ispell-program-name): Search also for hunspell when setting default.
(ispell-find-aspell-dictionaries): Better error message. Use correct
dictionary alist for default. Better fallback default dictionary.
2009-01-16 Ulrich Müller <ulm@kph.uni-mainz.de>
* international/quail.el (quail-insert-kbd-layout):
Delete superfluous handling of 8-bit code. (Bug#1418)
2009-01-16 Glenn Morris <rgm@gnu.org>
* emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
(eldoc-argument-case, eldoc-echo-area-use-multiline-p)
(eldoc-highlight-function-argument): Doc fix - mention effect of
eldoc-documentation-function.
(eldoc-message-commands-table-size, eldoc-message-commands)
(eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
(eldoc-documentation-function): Mention effect on user options.
* emacs-lisp/copyright.el (copyright-update): Doc fix.
2009-01-16 Kevin Ryde <user42@zip.com.au>
* tar-mode.el (tar-rename-entry): Only test the magic string, without
its version number, and then set both.
2009-01-16 Richard M Stallman <rms@gnu.org>
* textmodes/paragraphs.el (sentence-end): Accept non-break space.
2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
* buff-menu.el (Buffer-menu-mode): Derive from special-mode.
Refer to revert-buffer, not Buffer-menu-revert.
(Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
(Buffer-menu-revert): Remove function, unused.
(Buffer-menu-mode-map): Don't bind keys already
bound by special-mode.
(Buffer-menu-mode-map): Add a menu.
2009-01-15 Stephen Eglen <stephen@gnu.org>
* emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
* vc-hg.el (vc-hg-diff): Pass relative file names. (Bug#1903)
2009-01-15 Martin Rudalics <rudalics@gmx.at>
* window.el (special-display-p): Revert 2009-01-14 change.
2009-01-15 Glenn Morris <rgm@gnu.org>
* emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
(authors-obsolete-files-regexps, authors-ignored-files):
(authors-renamed-files-alist): Add some entries.
(authors-fixed-entries): Change some entries.
(authors-canonical-file-name): Doc fix.
(authors-scan-change-log): Handle joint authorship in ChangeLogs.
2009-01-14 Juri Linkov <juri@jurta.org>
* info.el (Info-isearch-filter): Don't filter out invisible text
when search-invisible is t. (Bug#1848)
* simple.el (blink-matching-open): Use `minibuffer-message' to
display messages in the minibuffer.
* help.el (view-help-file):
* menu-bar.el (menu-bar-help-extra-packages):
Use goto-address-mode instead of goto-address.
* net/goto-addr.el (goto-address-url-face): Change default value
from `bold' to `link'.
2009-01-14 Juanma Barranquero <lekktu@gmail.com>
* international/mule-diag.el (print-list): Fix 2008-12-03 change.
2009-01-14 Martin Rudalics <rudalics@gmx.at>
* frame.el (special-display-popup-frame): Rewrite doc-string and
simplify code.
* window.el (special-display-buffer-names)
(special-display-regexps): Add customization support for
function/other-args elements. Rewrite doc-strings.
(special-display-function): Rewrite doc-string.
(same-window-buffer-names, same-window-regexps):
Minor doc-string fixes.
(special-display-p): Minor rewrite.
2009-01-14 Glenn Morris <rgm@gnu.org>
* textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
2009-01-14 Juanma Barranquero <lekktu@gmail.com>
* minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
MESSAGEs with internal square brackets (i.e., " this [test] message").
Use `string-match-p'.
(completion--make-envvar-table, completion--file-name-table)
(completion-pcm--string->pattern, completion-pcm--all-completions)
(completion-pcm--filename-try-filter): Use `string-match-p'.
2009-01-14 Juri Linkov <juri@jurta.org>
* progmodes/bug-reference.el (bug-reference-fontify): Check for
non-nil `bug-reference-url-format' before putting an overlay
property `bug-reference-url'.
(bug-reference-mode, bug-reference-prog-mode): Don't check for
`bug-reference-url-format'. Doc fix. (Bug#1744)
2009-01-13 Chong Yidong <cyd@stupidchicken.com>
* menu-bar.el (menu-bar-file-menu): Do not hardbind key display
for exit-emacs item. Bind it to save-buffers-kill-terminal.
* diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
loaded.
2009-01-13 Jason Rumney <jasonr@gnu.org>
* faces.el (face-valid-attribute-values): No stipple on w32. (Bug#884)
2009-01-12 Juanma Barranquero <lekktu@gmail.com>
* subr.el (play-sound): Doc fix. (Bug#250)
(shell-quote-argument, field-at-pos): Fix typos in docstrings.
2009-01-12 Alan Mackenzie <acm@muc.de>
* textmodes/paragraphs.el (forward-sentence): Change limit of
re-search-backward to allow values of `sentence-end' anchored at BOL.
2009-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
* tar-mode.el (tar-header-block-tokenize): Properly ignore the version
subfield of the magic string.
2009-01-11 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc-lang.el (math-compose-tex-sqrt): New function.
(math-special-function-table): Use `math-compose-tex-sqrt' to
compose sqrts in TeX and LaTeX mode.
2009-01-11 Chong Yidong <cyd@stupidchicken.com>
* faces.el (describe-face): Ignore anonymous faces.
* server.el (server-save-buffers-kill-terminal): Args changed.
Handle nowait client frames.
* files.el (save-buffers-kill-terminal): Args for
server-save-buffers-kill-terminal changed.
2009-01-11 Juanma Barranquero <lekktu@gmail.com>
* international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
2009-01-11 Glenn Morris <rgm@gnu.org>
* diff-mode.el (whitespace-style, whitespace-trailing-regexp):
Silence compiler.
* emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
some entries.
(authors-fixed-case, authors-ignored-files, authors-valid-file-names):
(authors-renamed-files-alist): Add entries.
(authors-fixed-entries): Update for renamed and removed files.
(authors-canonical-file-name): Add entries to
authors-checked-files-alist based on their full names, expanded relative
to each log-file directory.
(authors-scan-el, authors-add-to-author-list, authors):
Handle multiple authors in a file, via a new :cowrote category.
* emacs-lisp/copyright.el (copyright-update): Add doc-string.
2009-01-10 Richard M Stallman <rms@gnu.org>
* mail/mail-utils.el (mail-quote-printable-region): New function.
2009-01-10 Glenn Morris <rgm@gnu.org>
* calendar/cal-move.el (calendar-scroll-left-three-months)
(calendar-scroll-right-three-months):
* calendar/holidays.el (calendar-list-holidays)
(calendar-mark-holidays):
* calendar/lunar.el (calendar-lunar-phases):
Add event handling, for when called from menus with the calendar buffer
not current.
2009-01-10 Dan Nicolaescu <dann@ics.uci.edu>
* diff-mode.el (diff-show-trailing-whitespaces): Remove function.
Move setting up whitespace-mode ...
(diff-mode): ... here.
(diff-mode-menu): Add a menu entry for showing trailing whitespace.
2009-01-10 Chong Yidong <cyd@stupidchicken.com>
* faces.el (x-font-family-list): Remove entirely.
2009-01-10 Eli Zaretskii <eliz@gnu.org>
Fix Bug #876:
* info.el (info-insert-file-contents, Info-insert-dir):
Bind inhibit-null-byte-detection to non-nil.
2009-01-10 Martin Rudalics <rudalics@gmx.at>
* tool-bar.el (tool-bar-mode): Modify all frame parameters when
toggling tool bars on. (Bug#1754)
2009-01-09 Chong Yidong <cyd@stupidchicken.com>
* faces.el (face-valid-attribute-values): Use string as value for
:family attribute. Now, font-family-list returns a list of strings.
(x-font-family-list): Obsolete compatibility version of function
from xfaces.c.
2009-01-09 Martin Rudalics <rudalics@gmx.at>
* window.el (special-display-buffer-names)
(special-display-regexps, special-display-function):
In doc-strings say "same-window" instead of "same-buffer".
2009-01-09 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el: Revert previous patch. `last-command-char' is
used in code intended only for XEmacs, where it is different from
`last-command-event'.
2009-01-09 Glenn Morris <rgm@gnu.org>
* subr.el (last-input-char, last-command-char):
Move here from src/keyboard.c.
* allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
* electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
* minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
* wdired.el:
* calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
* calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
* calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
* calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
* emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
* emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
* eshell/em-smart.el, eshell/esh-mode.el:
* international/mule-cmds.el:
* mail/mailabbrev.el:
* net/tramp.el:
* play/mpuz.el:
* progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
* progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
* progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
* progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
* progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
* progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
* progmodes/vhdl-mode.el, progmodes/xscheme.el:
* textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
Replace last-command-char with last-command-event.
* double.el, electric.el, replace.el, term.el, terminal.el:
* calc/calc.el:
* emulation/viper-cmd.el:
* international/mule-cmds.el:
* obsolete/iso-acc.el:
* progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
* emacs-lisp/edebug.el: Remove references to last-command-char and
last-input-char, since these have been identical to last-command-event
and last-input-event since at least Emacs 19.
(edebug-outside-last-command-char, edebug-outside-last-input-char):
Remove.
2009-01-09 Dave Love <fx@gnu.org>
* calendar/time-date.el: Require cl for `declare'.
2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
* calendar/time-date.el (format-seconds): Explain `assoc-string'.
Suggested by Dave Love.
2009-01-09 Dave Love <fx@gnu.org>
* net/imap.el (imap-string-to-integer): Fix typo.
(imap-fetch-safe): New function.
(imap-message-copyuid-1, imap-message-appenduid-1): Use it.
* net/imap.el (imap-process-connection-type, imap-debug, imap-open):
(imap-parse-greeting): Fix doc strings.
(imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
(imap-parse-flag-list): Make messages unique.
(imap-parse-body): Fix comments. Add comment on Exchange 2007.
* net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
call.
* net/imap.el: Fix author email. Doc fixes.
(imap-parse-body): Work around assertion failure in bogus Exchange 2007
reply.
2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
* net/dns.el (dns-set-servers): Check "Address". Fix typo.
2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
* net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
Call nslookup if resolv.conf isn't available.
(dns-query): Rename from query-dns.
(dns-query-cached): Rename from query-dns-cached.
2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
* net/imap.el (imap-enable-exchange-bug-workaround):
Explain auto-detection in the doc string.
2009-01-09 Juanma Barranquero <lekktu@gmail.com>
* textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
(ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
(ispell-begin-skip-region-regexp, ispell-skip-region-list)
(ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
(ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
Fix typos in docstrings.
(ispell-command-loop): Reflow docstring.
2009-01-08 Agustín Martín <agustin.martin@hispalinux.es>
* textmodes/ispell.el (ispell-encoding8-command): New variable.
(ispell-aspell-supports-utf8): Mark as obsoleted by
ispell-encoding8-command.
(ispell-check-version): Set ispell-encoding8-command.
(ispell-check-spellchecker-params, ispell-start-process):
Use ispell-encoding8-command.
* textmodes/flyspell.el (flyspell-large-region):
Use ispell-encoding8-command.
2009-01-08 Glenn Morris <rgm@gnu.org>
* calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
scroll the calendar.
* international/mule-cmds.el (universal-coding-system-argument):
last-input-char need not be a char.
* textmodes/ispell.el (ispell-check-minver): Declare.
Use string-to-number rather than string-to-int.
2009-01-07 Juanma Barranquero <lekktu@gmail.com>
* add-log.el (change-log-search-tag-name): Reflow docstring.
(change-log-mode): Fix typo in docstring.
* international/mule.el (define-coding-system): Doc fix.
2009-01-07 Kenichi Handa <handa@m17n.org>
* international/mule.el (define-coding-system): Fix docstring
about :bom usage.
2009-01-07 Martin Rudalics <rudalics@gmx.at>
* dired.el (dired-pop-to-buffer): Don't split windows
horizontally. (Bug#1806)
2009-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
* tar-mode.el (tar-mode, tar-mode-write-contents)
(tar-write-region-annotate): Undo Andreas's last change.
2009-01-06 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-do-copy-or-rename-file-directly)
(tramp-handle-file-local-copy, tramp-handle-write-region)
* net/tramp-smb.el (tramp-smb-handle-copy-file)
(tramp-smb-handle-rename-file): Delete temporary file in case of quit.
2009-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (completion-hilit-commonality): Don't presume
all-completions always include the input as prefix.
(completion-pcm--pattern-trivial-p): Accept a few more patterns
as trivial.
(completion-pcm--hilit-commonality): Remove leftover code that used to
deal with the now removed cdr-in-last-cons.
2009-01-06 Juanma Barranquero <lekktu@gmail.com>
* international/mule.el (define-coding-system): Fix typos in docstring.
2009-01-05 Alan Mackenzie <acm@muc.de>
* progmodes/cc-styles.el (c-setup-paragraph-variables):
Ensure paragraph-\(start\|separate\) match blank lines. For AWK Mode.
2009-01-05 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-handle-load)
(tramp-do-copy-or-rename-file-directly)
(tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
(tramp-handle-write-region)
* net/tramp-smb.el (tramp-smb-handle-copy-file)
(tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
Delete temporary file in case of error.
2009-01-05 Agustín Martín <agustin.martin@hispalinux.es>
* textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
2009-01-05 Richard M Stallman <rms@gnu.org>
* mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
2009-01-05 Martin Rudalics <rudalics@gmx.at>
* window.el (display-buffer): Fix last fix.
2009-01-05 Juanma Barranquero <lekktu@gmail.com>
* desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
to shorten the desktop file directory shown in message.
2009-01-05 Glenn Morris <rgm@gnu.org>
* version.el (emacs-copyright):
* net/tramp.el (tramp-perl-encode, tramp-perl-decode):
Update copyrights for 2009.
2009-01-04 Stephen Leake <stephen_leake@member.fsf.org>
* progmodes/ada-mode.el (ada-mode): Simplify doc string.
(ada-get-indent-paramlist): Use ada-broken-indent instead of
hard-coded 0.
(ada-get-indent-loop): Fix list access bug.
2009-01-04 Juanma Barranquero <lekktu@gmail.com>
* emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
(lisp-interaction-mode): Add a blank line in the docstring
before the keymap listing.
2009-01-04 Martin Rudalics <rudalics@gmx.at>
* window.el (display-buffer): When a buffer is displayed in the
selected and some other window, and not-this-window is non-nil,
try to return that other window instead of popping up a new
frame. (Bug#30)
2009-01-04 Chong Yidong <cyd@stupidchicken.com>
* simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
2009-01-04 Ulrich Müller <ulm@kph.uni-mainz.de>
* progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
2009-01-03 Michael Olson <mwolson@gnu.org>
* net/imap.el (imap-parse-fetch): Courier can insert spurious
blank characters which will confuse `read', so skip past them.
2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
* emacs-lisp/authors.el (authors-aliases): Addition.
(authors): Allow to use it for other projects.
* emacs-lisp/copyright.el (copyright-update-directory): Autoload.
Clarify MATCH argument. Print filenames.
2009-01-03 Michael Albinus <michael.albinus@gmx.de>
* net/dbus.el (dbus-string-to-byte-array): Handle empty string.
* net/tramp.el (tramp-local-host-regexp)
(tramp-prefix-domain-format)
(tramp-prefix-domain-regexp, tramp-domain-regexp)
(tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
(tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
(tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
(tramp-file-name-structure, tramp-file-name-regexp-unified)
(tramp-completion-dissect-file-name, tramp-parse-hosts-group)
(tramp-dissect-file-name, tramp-make-tramp-file-name)
(tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
(tramp-handle-insert-file-contents): Fix setting of
`buffer-read-only'.
(tramp-compute-multi-hops, tramp-local-host-p):
Use `tramp-local-host-regexp'.
(tramp-file-name-real-user, tramp-file-name-domain):
Use `tramp-user-with-domain-regexp'.
* net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
(tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
2009-01-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* proced.el (proced-grammar-alist): Refiner can be a
list (function help-echo) instead of a cons pair.
(proced-post-display-hook): New variable.
(proced-tree-depth): Rename from proced-tree-indent.
(proced-mode): Derive mode from special-mode.
(proced-mode-map): Change accordingly.
(proced, proced-update): Run proced-post-display-hook.
(proced-do-mark-all): Count processes for which mark has been updated.
(proced-format): Check for ppid attribute.
(proced-process-attributes): Take time and ctime attribute from
system-process-attributes.
(proced-send-signal): Doc fix. Collect properly the info on
marked processes. Use fit-window-to-buffer instead of
dired-pop-to-buffer.
2009-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
point-min==1.
2009-01-02 Juanma Barranquero <lekktu@gmail.com>
* bindings.el (mode-line-eol-desc): Fix typo in help message.
(mode-line-client): Fix typo in help message and docstring.
2009-01-02 Jason Rumney <jasonr@gnu.org>
* term/w32-win.el (image-library-alist): Add gobject library.
2009-01-02 Martin Rudalics <rudalics@gmx.at>
* frame.el (window-system-default-frame-alist)
(initial-frame-alist, minibuffer-frame-alist)
(pop-up-frame-alist, pop-up-frame-function)
(special-display-frame-alist): Rewrite and reformat doc-strings.
2009-01-01 Martin Rudalics <rudalics@gmx.at>
* simple.el (minibuffer-default-add-shell-commands):
Fix doc-string typo.
2009-01-01 Chong Yidong <cyd@stupidchicken.com>
* language/cham.el: Fix setting of composition-function-table.
* language/khmer.el: Fix setting of composition-function-table.
* language/tibet-util.el (tibetan-composition-function):
Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
* simple.el (minibuffer-default): Add defvar.
* hippie-exp.el: Require comint.
2008-12-31 Martin Rudalics <rudalics@gmx.at>
* simple.el (last-buffer): Don't set major mode of *scratch* if
that buffer exists already. Rewrite doc-string.
2008-12-31 Andreas Schwab <schwab@suse.de>
* tar-mode.el (tar-mode): Set write-contents-functions instead of
write-region-annotate-functions.
(tar-mode-write-contents): New function.
(tar-write-region-annotate): Remove.
2008-12-31 Chong Yidong <cyd@stupidchicken.com>
* files.el (basic-save-buffer): Revert 2008-12-22 change.
(buffer-swapped-with): Var removed.
2008-12-30 Kenichi Handa <handa@m17n.org>
* language/japanese.el (compose-gstring-for-variation-glyph):
New function. Register it in composition-function-table.
* composite.el (lglyph-set-code): New function.
2008-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
* tar-mode.el (tar-data-swapped): New var.
(tar-data-swapped-p, tar-swap-data):
Use it instead of buffer-swapped-with.
(tar-write-region-annotate): Re-add (partial undo of last change).
(tar-mode): Use it again (partial undo as well).
2008-12-30 Ed Swarthout <Ed.Swarthout@hwdebug.com> (tiny change)
* textmodes/table.el (table-capture): Fix symbol quoting typo.
2008-12-30 Chong Yidong <cyd@stupidchicken.com>
* follow.el (follow-select-if-visible): Improve the check for the
last line of the window.
(follow-post-command-hook): Perform redisplay in more
circumstances, to avoid getting point stuck on partially visible lines.
2008-12-30 Chong Yidong <cyd@stupidchicken.com>
* follow.el (follow-calc-win-end): Use with-selected-window.
(follow-windows-start-end, follow-pos-visible)
(follow-windows-aligned-p): Code cleanup.
(follow-select-if-visible): Try to avoid partially-visible lines.
(follow-select-if-visible-from-first): Call follow-redisplay and
move point to destination.
(follow-redisplay): New arg, to keep selected window unchanged.
(follow-post-command-hook): In final check for destination
visibility, use window-start and window-end instead of the less
accurate follow-pos-visible. If the selected window is redrawn,
tell follow-redisplay to preserve it.
(follow-calculate-first-window-start-from-below): Avoid looping
forever if vertical-motion returns an unexpected value.
2008-12-30 Andreas Schwab <schwab@suse.de>
* server.el (server-running-p): Remove interactive spec.
Fix regexp.
2008-12-30 Chong Yidong <cyd@stupidchicken.com>
* follow.el (follow-calc-win-start): Don't use `inline'.
(follow-update-window-start, follow-select-if-visible)
(follow-calculate-first-window-start-from-below)
(follow-post-command-hook): Code cleanup.
(follow-downward, follow-calculate-first-window-start):
Delete function and merge into follow-redisplay.
(follow-redisplay): Merge code from follow-downward and
follow-calculate-first-window-start.
2008-12-30 Juanma Barranquero <lekktu@gmail.com>
* proced.el (proced-tree-flag): Fix typo in docstring.
2008-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* proced.el (proced-temp-alist): Rename from variable
proced-children-alist.
(proced-process-tree, proced-toggle-tree): Fix docstring.
(proced-tree): Fix docstring. Simplify. Use proced-temp-alist.
(proced-temp-internal): Use proced-temp-alist.
2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
* subr.el (mkdir): New defalias.
2008-12-29 Juri Linkov <juri@jurta.org>
* proced.el (proced-mode-map): Bind " " to next-line instead of the
command `proced-next-line' removed on 2008-09-06.
2008-12-28 Juri Linkov <juri@jurta.org>
* misearch.el (multi-isearch-next-buffer-function): Doc fix.
(multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
* textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
(reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
is bound set it to `reftex-isearch-switch-to-next-file'. Otherwise,
set 4 obsolete variables for backward-compatibility with Emacs 22.
2008-12-28 Juri Linkov <juri@jurta.org>
* misc.el (butterfly): Doc fix. Add `animate-string' and `browse-url'.
2008-12-28 Raffael Mancini <raffael.mancini@hcl-club.lu> (tiny change)
* misc.el (butterfly): New command.
2008-12-28 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* proced.el (proced-grammar-alist): Allow predicate nil.
New attribute tree.
(proced-format-alist): Use attribute tree.
(proced-tree-flag, proced-tree-indent): New variables.
(proced-children-alist): Rename from proced-process-tree.
PPID must refer to a process in process-alist.
Ignore PPIDs that equal PID (Bug#1718).
Children alist inherits sorting order from process-alist.
(proced-process-tree): New variable. New function.
(proced-process-tree-internal, proced-toggle-tree)
(proced-tree, proced-tree-insert, proced-format-tree): New functions.
(proced-mark-process-alist): Add docstring.
(proced-filter-parents): PPID must refer to a process in
process-alist. Ignore PPIDs that equal PID (Bug#1718).
(proced-sort): Throw error if attribute is not sortable.
(proced-sort-interactive): Restrict completion to sortable attributes.
(proced-format): Include tree in standard attributes if
proced-tree-flag is non-nil. Make header clickable only if
corresponding predicate is non-nil.
(proced-update): Use proced-tree.
2008-12-28 Chong Yidong <cyd@stupidchicken.com>
* diff.el (diff): Doc fix.
* emacs-lisp/rx.el (rx): Doc fix.
* files.el (move-file-to-trash): Bind backup-directory-alist to nil
before uniquifying backup trash file name.
2008-12-27 Andreas Schwab <schwab@suse.de>
* vc-git.el (vc-git-dir-printer): Fix filename column.
2008-12-27 Nicholas Maniscalco <nicholas@maniscalco.com> (tiny change)
* term.el (term-emulate-terminal): Decode substring just prior to
inserting it, i.e. revert part of the 2008-09-24 change. (Bug#1469)
2008-12-27 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in (MH_E_DIR): New variable.
($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
* Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2008-12-26 Eli Zaretskii <eliz@gnu.org>
* files.el (dosified-file-name): Declare.
2008-12-26 Andreas Schwab <schwab@suse.de>
* subr.el (keymap-canonicalize): Properly preserve keymap prompt.
* tar-mode.el (tar-swap-data): New function.
(tar-change-major-mode-hook): Use it instead of buffer-swap-text.
(tar-mode-revert): Likewise.
(tar-mode): Likewise. Don't set write-region-annotate-functions.
(tar-data-swapped-p): Test buffer-swapped-with.
(tar-write-region-annotate): Remove.
(tar-header-block-tokenize): Add argument `coding' and use it
instead of tar-file-name-coding-system.
(tar-summarize-buffer): Pass tar-file-name-coding-system here.
2008-12-26 Eli Zaretskii <eliz@gnu.org>
* dos-fns.el (dosified-file-name): New function.
* files.el (dir-locals-find-file): Run dir-locals-file through
dosified-file-name. Compare files case-insensitively on systems
whose filesystems are case-insensitive.
2008-12-25 Martin Rudalics <rudalics@gmx.at>
* help.el (help-for-help-internal): Fix entry for "l".
2008-12-25 Richard M Stallman <rms@gnu.org>
* shadowfile.el (shadow-copy-file): Revert previous change.
This code as it was should work properly with buffer-swapped-with.
2008-12-24 Francois Fleuret <francois.fleuret@idiap.ch> (tiny change)
* textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
* subr.el (chmod): New defalias for set-file-modes.
2008-12-23 Juri Linkov <juri@jurta.org>
* isearch.el (isearch-filter-predicate, isearch-search):
Replace `isearch-filter-invisible' with `isearch-filter-visible'.
(isearch-filter-visible): Rename from
`isearch-filter-invisible'. Doc fix.
* dired-aux.el (dired-isearch-filenames-toggle): Use the original
value from `dired-isearch-filter-predicate-orig' instead of the
symbol `isearch-filter-invisible'. Doc fix.
(dired-isearch-filter-filenames): Doc fix.
Replace `isearch-filter-invisible' with `isearch-filter-visible'.
* info.el (Info-find-node-2): Use negative offset 2 instead of 1
for Info-point-loc since it is more correct in all cases.
(Info-isearch-filter): Rename from
`Info-isearch-filter-predicate'. Doc fix.
(Info-mode): Replace `Info-isearch-filter-predicate' with
`Info-isearch-filter'.
2008-12-23 Daiki Ueno <ueno@unixuser.org>
* pgg.el: Add obsolescence info.
2008-12-22 Richard M Stallman <rms@gnu.org>
* shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
* files.el (buffer-swapped-with): New variable.
(basic-save-buffer-0): Most of basic-save-buffer moved here.
(basic-save-buffer): Unswap the buffer temporarily if nec.
* dired.el (dired-readin): Inhibit modification hooks.
2008-12-22 Ulf Jasper <ulf.jasper@web.de>
* net/newst-backend.el (newst-backend):
Remove wrong duplicate provide statement.
2008-12-22 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
end, before updating.
(tramp-convert-file-attributes): Add "l" indicator to file modes.
(tramp-file-name-real-user, tramp-file-name-domain): New defuns.
2008-12-21 Martin Rudalics <rudalics@gmx.at>
* window.el (set-window-text-height): Fix doc-string.
2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (completion-all-completions-with-base-size): Remove.
(completion-all-completions): Don't set it.
(completion-table-with-context, completion--file-name-table):
Don't add base-size in last cdr.
(completion-hilit-commonality): Add argument `base-size'.
(display-completion-list, completion-emacs21-all-completions)
(completion-emacs22-all-completions, completion-basic-all-completions):
Provide it.
(completion-pcm--all-completions): Don't need to remove the base-size
in last-cdr any more.
2008-12-20 Agustín Martín <agustin.martin@hispalinux.es>
* textmodes/ispell.el (ispell-check-minver): New function.
(ispell-check-version): Rewrite spellchecker and version checking.
Use (ispell-check-minver). Handle hunspell versions.
2008-12-20 Chong Yidong <cyd@stupidchicken.com>
* ido.el (ido-read-internal): Handle `confirm' and
`confirm-after-completion' values for the require-match argument.
2008-12-20 Jason Rumney <jasonr@gnu.org>
* international/mule.el (auto-coding-regexp-alist):
Use utf-8-with-signature for files starting with UTF-8 BOM. (Bug#269)
2008-12-20 Ami Fischman <ami@fischman.org>
* bindings.el (mode-line-eol-desc): Use assoc to query
mode-line-eol-desc-cache.
2008-12-20 Glenn Morris <rgm@gnu.org>
* comint.el (comint-save-input-ring-index): Add missing initial value.
2008-12-19 Juanma Barranquero <lekktu@gmail.com>
* proced.el (proced-grammar-alist): Doc fix.
(proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
(proced-filter-parents, proced-sort-header, proced-update, proced-help)
(proced-undo): Fix typos in docstrings.
2008-12-19 Glenn Morris <rgm@gnu.org>
* emacs-lisp/authors.el (authors-aliases): Add some more aliases.
(authors-fixed-case): New constant.
(authors-public-domain-files, authors-ignored-files):
(authors-valid-file-names, authors-renamed-files-alist): Update lists.
(authors-renamed-files-regexps): Add some new entries.
(authors-canonical-file-name): Don't complain about ignored files.
(authors-canonical-author-name): Doc fix. Respect authors-fixed-case.
(authors): Ensure error buffer is writable.
2008-12-18 Agustín Martín <agustin.martin@hispalinux.es>
(ispell-really-hunspell): New variable to signal hunspell.
(ispell-check-version):
Check if hunspell and set ispell-really-hunspell if needed.
(ispell-send-string, ispell-start-process, flyspell-large-region):
Pass right options for hunspell if needed.
2008-12-18 Kenichi Handa <handa@m17n.org>
* international/fontset.el (script-representative-chars)
(setup-default-fontset): Add more scripts.
* international/characters.el: Add more scripts.
2008-12-19 Juri Linkov <juri@jurta.org>
* info.el (Info-isearch-search): Implement lax version of
incremental word search in Info.
(Info-isearch-start): Set Info-isearch-initial-node to the
current node when search is nonincremental to not stop at the
initial node in this case.
(Info-mode-map): Unbind "\M-s" from `Info-search'.
2008-12-18 Juanma Barranquero <lekktu@gmail.com>
* textmodes/rst.el (rst-promote-region): Reflow docstring.
(rst-mode-map, rst-mode-hook, rst-section-tree-rec)
(rst-repeat-last-character): Fix typos in docstrings.
(rst-mode, rst-backward-section): Doc fixes.
2008-12-18 Ulf Jasper <ulf.jasper@web.de>
* net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
(newsticker-treeview-quit): Call `newsticker-treeview-save'.
(newsticker--treeview-load): Check whether groups file exists.
* net/newst-backend.el (newsticker-cache-filename): Made obsolete.
(newsticker-dir): Use `locate-user-emacs-file'.
2008-12-18 Martin Rudalics <rudalics@gmx.at>
* emulation/cua-base.el (cmd): Add beginning-of-visual-line and
end-of-visual-line to CUA's recognized commands. (Bug#1549)
2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
* newcomment.el (comment-style): Default to `indent'. (Bug#1153)
* startup.el (command-line): Do not mention the server name in
case the user has not mentioned it, print a more explicit message.
* vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
Change all callers.
2008-12-18 Sam Steingold <sds@gnu.org>
* vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
2008-12-18 Juri Linkov <juri@jurta.org>
* isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
`isearch-edit-string-set-word'.
(isearch-edit-string-set-word): Remove.
(isearch-occur): Imitate the C function `wordify' by replacing
non-word character with the \\W+ regexp.
(isearch-search-fun): Add `isearch-nonincremental' to the
condition of using a non-lax version of `word-search-forward'.
2008-12-17 Daiki Ueno <ueno@unixuser.org>
* epa-file.el (epa-file-insert-file-contents):
Set buffer-file-name before decrypting a file.
2008-12-16 Juanma Barranquero <lekktu@gmail.com>
* server.el (server-start): If unable to start the server,
display a warning instead of raising an error.
* startup.el (server-process): Add defvar.
(command-line): If the daemon is unable to start the server,
display a message and exit Emacs.
2008-12-15 Sam Steingold <sds@gnu.org>
* progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
mostly for CLISP modules, but could also be useful elsewhere.
2008-12-15 Juanma Barranquero <lekktu@gmail.com>
* face-remap.el (text-scale-mode-step, buffer-face-mode-face):
* icomplete.el (icomplete-prospects-height):
* textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
2008-12-15 Juanma Barranquero <lekktu@gmail.com>
* international/mule.el (find-auto-coding): Fix typo in docstring.
* international/mule-cmds.el (select-safe-coding-system):
* mail/rmail.el (rmail-require-mime-maybe):
Fix arguments of `display-warning'.
* simple.el (bad-package-check): Fix arguments of `display-warning',
using the package name as TYPE. Use `string-match-p'.
2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* proced.el (proced-sort-interactive, proced-sort-pcpu)
(proced-sort-pmem, proced-sort-start, proced-sort-time)
(proced-sort-user, proced-sort-header): Prefix arg determines
sorting order. Suggested by Dan Nicolaescu.
(proced-revert): Doc fix.
2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* proced.el (proced-grammar-alist): Allow refiner elements that
are cons pairs (function . help-echo) or nil.
(proced-refine): Use them.
(proced-format-alist): Allow alternatives.
(proced-descend): New variable.
(proced-sort): New arg descend.
(proced-sort-interactive): Repeated calls toggle sort order.
(proced-format): Accommodate changes of proced-format-alist.
Undefined attributes are displayed as "?".
(proced-process-attributes): New optional arg pid-list.
Ignore processes with empty attribute list.
2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* proced.el (proced-auto-update-interval): Rename from
proced-timer-interval.
(proced-auto-update-flag): Rename from proced-timer-flag.
(proced-auto-update-timer): Rename from proced-timer.
(proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
(proced-available): Initialize appropriately.
2008-12-13 Glenn Morris <rgm@gnu.org>
* subr.el (declare-function): Doc fix.
* font-core.el (font-lock-defaults): Doc fix: mention levels;
refer to elisp manual.
2008-12-12 Martin Rudalics <rudalics@gmx.at>
* window.el (fit-window-to-buffer): Return non-nil when height
was orderly adjusted, nil otherwise.
2008-12-12 Juanma Barranquero <lekktu@gmail.com>
Stefan Monnier <monnier@iro.umontreal.ca>
* server.el (server-sentinel): Uncomment code to delete connection file.
(server-start): Save the connection file in the server property list.
Delete it only when we are reasonably convinced that it is not owned by
a running server.
(server-force-delete): New command to force-delete the connection file,
and stop the server if it is running.
(server-running-p): Return t also for local TCP servers when we find a
process with a matching PID, and :other for undecided cases.
2008-12-11 Martin Rudalics <rudalics@gmx.at>
* window.el (fit-window-to-buffer): Use with-selected-window and
condition-case. Do not delete more windows than necessary in
the shrinking (delta < 0) case. Do not raise an error when the
containing frame is too small to show all of buffer. (Bug#1488)
* dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
min-height arg 1 to make sure that small buffers are shown.
2008-12-11 Juanma Barranquero <lekktu@gmail.com>
* progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
(ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
(ruby-mode-variables, ruby-indent-line, ruby-indent-size)
(ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
(ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
(ruby-font-lock-syntax-table, ruby-font-lock-keywords)
(ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
(ruby-backward-sexp, ruby-add-log-current-method)
(ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
(ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
(ruby-deep-indent-paren): Doc fix.
(ruby-insert-encoding-magic-comment): Remove * from docstring.
(ruby-here-doc-find-end): Reflow docstring.
2008-12-11 Stephen Berman <Stephen.Berman@rub.de>
* dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
dired-shrink-to-fit is non-nil. (Bug#1488)
2008-12-11 Juanma Barranquero <lekktu@gmail.com>
* w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
decoding of long locale info is now done in `w32-get-locale-info'.
2008-12-11 Chong Yidong <cyd@stupidchicken.com>
* progmodes/ruby-mode.el: Fix auto-mode-alist entry.
2008-12-10 Chong Yidong <cyd@stupidchicken.com>
* Makefile.in (ELCFILES): Add ruby-mode.elc.
* term/xterm.el (xterm-remove-modify-other-keys): Fix error in
terminal variable assignment.
2008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org>
Nobuyoshi Nakada <nobu@ruby-lang.org>
* progmodes/ruby-mode.el: New file.
2008-12-10 Juanma Barranquero <lekktu@gmail.com>
* net/tramp.el (top): Don't fail if there is no current message.
[Ulrich Müller sent a patch, which I saw too late.] (Bug#1514)
2008-12-10 Kenichi Handa <handa@m17n.org>
* international/fontset.el (setup-default-fontset): Add an entry
for characters in the Unicode SIP area.
2008-12-10 Glenn Morris <rgm@gnu.org>
* vc-mcvs.el: Move to obsolete/, with warning comment.
* Makefile.in (ELCFILES): Update.
2008-12-10 Daiki Ueno <ueno@unixuser.org>
* epa-hook.el (epa-file-find-file-hook): Don't mark the current
buffer unmodified. (Bug#1509)
* epa-file.el (epa-file-insert-file-contents): Set buffer's
modification time if visiting a file and the content is
successfully decrypted.
2008-12-09 Chong Yidong <cyd@stupidchicken.com>
* files.el (save-some-buffers): At each map-y-or-n-p iteration,
check whether the buffer is still alive.
2008-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
2008-12-09 Glenn Morris <rgm@gnu.org>
* Makefile.in (ELCFILES): Update.
2008-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
* autoinsert.el (auto-insert): Use expand-file-name instead of concat.
Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
2008-12-06 Chong Yidong <cyd@stupidchicken.com>
* term/xterm.el (terminal-init-xterm): Discard pending input
before reading a reply to the terminal attributes query. (Bug#1495)
2008-12-05 Andreas Schwab <schwab@suse.de>
* dired.el (dired-font-lock-keywords): Fix last change.
2008-12-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
into (defcustom ... "..." :type ... :group...).
2008-12-05 Juanma Barranquero <lekktu@gmail.com>
* international/mule-diag.el (mule-diag): Display the window
system version in a less laconic way.
2008-12-04 Juanma Barranquero <lekktu@gmail.com>
* ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
if the sorting functions are not loaded. (Bug#1432)
2008-12-04 Sam Steingold <sds@gnu.org>
* progmodes/compile.el (compilation-read-command): Extract from
compile.
(compile): Use it.
(recompile): Accept an optional argument to enable editing the
command line.
2008-12-04 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (top): Write a message, when loading Tramp.
* net/tramp-cache.el (tramp-dump-connection-properties):
Polish the check, whether to dump the data.
2008-12-04 Lute Kamstra <lute@gnu.org>
* vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
check if the file "CVS/Entries" exists.
2008-12-04 Juanma Barranquero <lekktu@gmail.com>
* international/mule-diag.el (list-character-sets): Doc fix.
(list-character-sets-2): Fix info in header. Simplify.
(print-coding-system): Simplify.
(list-input-methods-1): Simplify.
(mule-diag): Display current font/fontset for all window systems,
not just X. Simplify.
2008-12-04 Glenn Morris <rgm@gnu.org>
* vc-cvs.el (vc-cvs-register-switches): Doc fix. Add t as option.
(vc-cvs-register): Doc fix.
* vc-mcvs.el (vc-mcvs-register-switches): Doc fix. Add t as option.
(vc-mcvs-register): Doc fix.
* vc-rcs.el (vc-rcs-register-switches): Doc fix. Add t as option.
(vc-rcs-register): Doc fix.
* vc-sccs.el (vc-sccs-register-switches): Doc fix. Add t as option.
(vc-sccs-register): Doc fix.
* vc-svn.el (vc-svn-register-switches): Doc fix. Add t as option.
(vc-svn-register): Doc fix.
* files.el (toggle-read-only): Doc fix.
2008-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
* apropos.el (apropos-print-doc): Fix thinko that caused long labels to
be used in compact layout and vice-versa.
2008-12-03 Juanma Barranquero <lekktu@gmail.com>
* w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
like most list-* commands.
* international/mule-diag.el (unicodedata-file, unicode-data): Remove.
They already exist in descr-text.el as `describe-char-unicodedata-file'
and `describe-char-unicode-data'.
(print-list): Simplify.
(read-charset): Reflow docstring.
(list-coding-systems): Doc fix.
2008-12-03 Glenn Morris <rgm@gnu.org>
* vc.el (vc-diff-switches): Doc fix.
* vc-bzr.el (vc-bzr-diff-switches): Doc fix. Add t as option.
(vc-bzr-log-switches): Doc fix.
* vc-cvs.el (vc-cvs-diff-switches): Doc fix. Add t as option.
* vc-git.el (vc-git-diff-switches): Doc fix.
* vc-hg.el (vc-hg-diff-switches): Doc fix.
* vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
* vc-mtn.el (vc-mtn-diff-switches): Doc fix.
* vc-rcs.el (vc-rcs-diff-switches): Doc fix. Add t as option.
* vc-sccs.el (vc-sccs-diff-switches): Doc fix. Add t as option.
* vc-arch.el (vc-arch-diff-switches): New option, for consistency with
other backends.
(vc-arch-diff): Apply switches.
* vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
than appending.
* vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
2008-12-03 Daiki Ueno <ueno@unixuser.org>
* epa.el (epa--show-key): Use past tense of "expire" if the key
has already been expired. Thanks to Peter BARABAS.
2008-12-03 Lute Kamstra <lute@gnu.org>
* align.el:
* allout.el:
* apropos.el:
* arc-mode.el:
* autoinsert.el:
* avoid.el:
* battery.el:
* bookmark.el:
* buff-menu.el:
* calculator.el:
* chistory.el:
* cmuscheme.el:
* comint.el:
* compare-w.el:
* dabbrev.el:
* delim-col.el:
* desktop.el:
* diff-mode.el:
* diff.el:
* dired-aux.el:
* dired-x.el:
* dired.el:
* dos-vars.el:
* ediff-diff.el:
* ediff-help.el:
* ediff-init.el:
* ediff-merg.el:
* ediff-mult.el:
* ediff-ptch.el:
* ediff-vers.el:
* ediff-wind.el:
* ediff.el:
* emerge.el:
* facemenu.el:
* faces.el:
* ffap.el:
* filecache.el:
* find-dired.el:
* font-core.el:
* font-lock.el:
* forms.el:
* fringe.el:
* help-at-pt.el:
* hippie-exp.el:
* ido.el:
* image-file.el:
* imenu.el:
* indent.el:
* info.el:
* isearchb.el:
* iswitchb.el:
* jit-lock.el:
* jka-compr.el:
* log-edit.el:
* lpr.el:
* ls-lisp.el:
* man.el:
* menu-bar.el:
* midnight.el:
* mouse-sel.el:
* mouse.el:
* msb.el:
* outline.el:
* paren.el:
* pcmpl-cvs.el:
* pcmpl-gnu.el:
* pcomplete.el:
* pcvs-info.el:
* pcvs-parse.el:
* printing.el:
* ps-mule.el:
* ps-print.el:
* replace.el:
* ruler-mode.el:
* saveplace.el:
* sb-image.el:
* scroll-bar.el:
* sha1.el:
* shadowfile.el:
* shell.el:
* sort.el:
* speedbar.el:
* strokes.el:
* tempo.el:
* term.el:
* terminal.el:
* time-stamp.el:
* time.el:
* tree-widget.el:
* type-break.el:
* vc-cvs.el:
* vc-hg.el:
* vc-mcvs.el:
* vc-rcs.el:
* vc-sccs.el:
* vc.el:
* view.el:
* w32-vars.el:
* whitespace.el:
* wid-edit.el: Remove leading * from docstrings of defcustoms,
deffaces, defconsts and defuns.
2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
* complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
the prompt was added to the minibuffer.
2008-12-02 Glenn Morris <rgm@gnu.org>
* format.el (format-write-file): Rewrite doc yet again.
* progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
Doc fix. (Bug#1368)
* textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
2008-12-02 Aaron S. Hawley <aaronh@garden.org>
* textmodes/texinfo.el (texinfo-insert-quote): Handle corner
case where point is at the beginning of the buffer. (Bug#1239)
2008-12-02 Lennart Borgman <lennart.borgman@gmail.com>
* nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
already have the correct indentation. (Bug#859)
2008-12-02 Kenichi Handa <handa@m17n.org>
* international/uni-decomposition.el: Re-generated.
2008-12-01 Andreas Schwab <schwab@suse.de>
* dired.el (dired-font-lock-keywords): Avoid fontifying file names
ending in a colon as directory header.
2008-12-01 Kenichi Handa <handa@m17n.org>
* international/uni-numeric.el: Re-generated.
* international/charprop.el: Re-generated.
2008-12-01 Juanma Barranquero <lekktu@gmail.com>
* international/mule-cmds.el (locale-preferred-coding-systems):
Fix alist item.
2008-12-01 Michael Albinus <michael.albinus@gmx.de>
* net/tramp-cache.el (tramp-cache-data-changed): New defvar.
(tramp-set-connection-property, tramp-flush-connection-property)
(tramp-dump-connection-properties): Use it.
2008-11-30 Chong Yidong <cyd@stupidchicken.com>
* wdired.el (wdired-finish-edit): If displaying a single file,
change dired-directory if that file was renamed.
* emacs-lisp/byte-run.el (macro-declaration-function):
Disallow declare specs with lengths of 3 or more.
* dirtrack.el (dirtrack): Fix error message.
2008-11-30 Glenn Morris <rgm@gnu.org>
* vc-svn.el (vc-svn-diff-switches): Doc fix.
(vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
* vc-git.el (vc-git-diff):
* vc-hg.el (vc-hg-diff):
* vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
* eshell/esh-proc.el (eshell-needs-pipe): New variable.
(eshell-needs-pipe-p): New function.
(eshell-gather-process-output): Set process-connection-type according to
eshell-needs-pipe-p. (Bug#1388)
2008-11-30 Juanma Barranquero <lekktu@gmail.com>
* calendar/diary-lib.el (diary-cyclic): Doc fix.
(diary-remind-message, diary-number-of-entries)
(diary-include-other-diary-files, diary-mark-included-diary-files)
(diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
(diary-font-lock-keywords-1): Reflow docstrings.
(diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
(diary-anniversary, diary-date-display-form): Fix typos in docstrings.
* emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
(timer-duration): Use `string-match-p'.
2008-11-29 Chong Yidong <cyd@stupidchicken.com>
* complete.el (PC-do-complete-and-exit):
Use minibuffer-confirm-exit-commands.
* minibuffer.el (minibuffer-confirm-exit-commands):
Add PC-complete and PC-complete-word to the list.
2008-11-29 Juanma Barranquero <lekktu@gmail.com>
* files.el (break-hardlink-on-save): Fix typo in docstring.
Add :version tag.
* emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
(reb-mode): Define with `define-derived-mode'.
2008-11-29 Karl Fogel <kfogel@red-bean.com>
* files.el (break-hardlink-on-save): New variable.
(basic-save-buffer-2): Honor new variable break-hardlink-on-save.
(file-precious-flag): Mention it in doc string.
2008-11-29 Miles Bader <miles@gnu.org>
* minibuffer.el (minibuffer-confirm-exit-commands): New variable.
(minibuffer-complete-and-exit): Use it.
2008-11-29 Chong Yidong <cyd@stupidchicken.com>
* term/x-win.el (x-gtk-stock-cache): New hash table.
(x-gtk-map-stock): Perform caching to prevent excess consing
during redisplay.
2008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (completion--try-word-completion): Don't ignore
partial-completion if it's the only style.
2008-11-28 Juanma Barranquero <lekktu@gmail.com>
* emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
(re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
(reb-initialize-buffer): Update matches, in case we're reentering
RE Builder mode.
2008-11-28 Chong Yidong <cyd@stupidchicken.com>
* complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
to minibuffer.el; recognize `confirm' and `confirm-after-completion'
values for minibuffer-completion-confirm.
2008-11-28 Martin Rudalics <rudalics@gmx.at>
* emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
any but the first "*" in a doc-string.
2008-11-28 Glenn Morris <rgm@gnu.org>
* format.el (format-write-file): Improve previous doc fix.
2008-11-27 Chong Yidong <cyd@stupidchicken.com>
* simple.el (use-empty-active-region, use-region-p)
(region-active-p): Doc fix.
2008-11-27 Martin Rudalics <rudalics@gmx.at>
* window.el (display-buffer): Fix handling of not-this-window
argument. (Bug#1415)
2008-11-27 Kenichi Handa <handa@m17n.org>
* international/characters.el: Set category 'C' to characters
#x20000..#x2AFFF, #x2F800..#x2FFFF.
* loadup.el: Set inhibit-load-charset-map to t while preloading files.
2008-11-27 Chong Yidong <cyd@stupidchicken.com>
* tool-bar.el (tool-bar-find-image-cache): Var deleted.
(tool-bar-find-image): Function deleted.
(tool-bar-local-item, tool-bar-local-item-from-menu):
Use find-image instead of tool-bar-find-image.
(tool-bar-keymap-cache): New hash table.
(tool-bar-make-keymap): Use it.
(tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
2008-11-26 Michael Albinus <michael.albinus@gmx.de>
* net/dbus.el (dbus-handle-event): The result of a message call
handler can also be an object, which is not a consp.
2008-11-25 Alan Mackenzie <acm@muc.de>
* emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
(forward-list, backward-list, down-list, backward-up-list)
(up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
(insert-pair, insert-parentheses): State that the command assumes
that point is not in a string or comment.
2008-11-26 Michael Albinus <michael.albinus@gmx.de>
* net/dbus.el (dbus-string-to-byte-array)
(dbus-byte-array-to-string, dbus-escape-as-identifier)
(dbus-unescape-from-identifier): New defuns.
(dbus-handle-event): The result of a message call is a list of
arguments, which must be expanded when passing to
`dbus-method-return-internal'.
* net/tramp.el (tramp-handle-write-region): Improve the check for
calling direct copy.
(tramp-find-inline-encoding): Don't raise an error but a warning,
when no inline encoding is found.
(tramp-get-remote-coding): Check for a symbol. The negative check
for a string fails, when there is an empty string.
2008-11-26 Glenn Morris <rgm@gnu.org>
* vc-git.el (vc-git-diff-switches): New option.
(vc-git-diff): Apply diff switches. (Bug#1386)
Give it a basic doc string.
* term/pc-win.el (x-font-family-list): Replace redefinition with
ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
2008-11-26 Vincent Belaïche <vincent.b.1@hotmail.fr>
* calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
of the polynomial rather than the whole polynomial.
2008-11-25 Chong Yidong <cyd@stupidchicken.com>
* mail/mailabbrev.el (define-mail-abbrev): When reading from
mailrc, recognize string quoting. When reading from Lisp, accept
rfc822-like addresses.
* mail/mailalias.el (define-mail-alias): Sync code with
define-mail-abbrev.
2008-11-25 Glenn Morris <rgm@gnu.org>
* eshell/esh-proc.el (eshell-gather-process-output):
Revert previous change. (re-opens Bug#1388)
* select.el (x-set-cut-buffer): Fix signal arguments.
* speedbar.el (speedbar-restricted-move): Fix signal arguments.
2008-11-25 Juanma Barranquero <lekktu@gmail.com>
* play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
(bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
(bubbles--empty-char): Use "\s".
2008-11-25 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc.el (calc-settings-file, calc-language-alist)
(calc-embedded-announce-formula)
(calc-embedded-announce-formula-alist)
(calc-embedded-open-formula, calc-embedded-close-formula)
(calc-embedded-open-close-formula-alist)
(calc-embedded-word-regexp-alist, calc-embedded-open-plain)
(calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
(calc-embedded-open-new-formula, calc-embedded-close-new-formula)
(calc-embedded-open-close-new-formula-alist)
(calc-embedded-open-mode, calc-embedded-close-mode)
(calc-embedded-open-close-mode-alist, calc-gnuplot-name)
(calc-gnuplot-plot-command, calc-gnuplot-print-command)
(calc-multiplication-has-precedence): Remove unnecessary asterisks
from docstrings.
2008-11-25 Juanma Barranquero <lekktu@gmail.com>
* calculator.el (calculator-op-or-exp): Reflow docstring.
(calculator-remove-zeros, calculator-repR, calculator-repL):
Fix typos in docstrings.
2008-11-24 Chong Yidong <cyd@stupidchicken.com>
* log-view.el (log-view-annotate-version): Let vc-annotate manage
windows instead of calling switch-to-buffer.
* diff.el (diff-sentinel): Take note of diff error return value.
2008-11-24 Martin Rudalics <rudalics@gmx.at>
* calendar/appt.el (appt-disp-window): Do a set-buffer when the
frame can't be split.
2008-11-24 Ulf Jasper <ulf.jasper@web.de>
* net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
(newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
(newsticker--treeview-tree-update-tag): Remove dead code.
(newsticker-treeview-update): Don't update cache.
(newsticker-treeview-quit): Don't save cache.
(newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
(newsticker-treeview-save): Use `newsticker-dir'.
(newsticker--treeview-load): Use `newsticker-dir'.
(newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
Update tags.
(newsticker-treeview-tree-do-click): Slightly simplified.
* net/newst-backend.el (newsticker-dir): New.
(newsticker-start): Use `newsticker--cache-read'.
(newsticker-stop): Use `newsticker--cache-save'.
(newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
(newsticker--images-dir): New.
(newsticker--image-get, newsticker--image-sentinel):
Use `newsticker--images-dir'.
(newsticker--cache-save-version1): Backup version of
`newsticker--cache-save'.
(newsticker--cache-update): Create newsticker-dir if necessary.
(newsticker--cache-dir): New.
(newsticker--cache-save): Save feeds separately in `newsticker-dir'.
(newsticker--cache-save-feed): New.
(newsticker--cache-read-version1): New. Backuped version for reading
cache data..
(newsticker--cache-read, newsticker--cache-do-read): New.
* net/newst-reader.el (newsticker--image-read):
Use `newsticker--images-dir'.
2008-11-24 Chong Yidong <cyd@stupidchicken.com>
* files.el (confirm-nonexistent-file-or-buffer):
Allow `after-completion' value to request confirm only after TAB.
(confirm-nonexistent-file-or-buffer): New function.
(read-buffer-to-switch, find-file, find-file-other-window)
(find-file-other-frame, find-file-read-only)
(find-file-read-only-other-window)
(find-file-read-only-other-frame): Use it.
(switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
Thanks to Alan Mackenzie for suggesting the new behavior.
* minibuffer.el (minibuffer-complete-and-exit):
Change `confirm-only' value of minibuffer-completion-confirm to
`confirm', and handle a `confirm-after-completion' value.
2008-11-24 Juanma Barranquero <lekktu@gmail.com>
* emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
2008-11-24 Andreas Schwab <schwab@suse.de>
* image.el (image-type-header-regexps): Recognize more xbm format
variants.
2008-11-24 Juanma Barranquero <lekktu@gmail.com>
* textmodes/artist.el (artist-charlist-to-string): Simplify.
(artist-mode-name, artist-mt, artist-vaporize-fuzziness)
(artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
(artist-replace-string, artist-draw-rect, artist-draw-line)
(artist-undraw-line, artist-draw-sline, artist-undraw-rect)
(artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
(artist-pen, artist-pen-line, artist-text-insert-common)
(artist-text-overwrite, artist-spray-get-interval)
(artist-spray-clear-circle, artist-erase-char)
(artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
(artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
(artist-key-draw-1point, artist-key-draw-2points)
(artist-mouse-draw-continously): Fix typos in docstrings.
(artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
(artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
(artist-backward-char, artist-forward-char): Doc fixes.
(artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
Reflow docstrings.
2008-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
* international/quail.el (quail-vunion): New function.
(quail-defrule-internal): Use it to prevent accumulating redundant
alternatives when `append' is set.
(quail-insert-decode-map): Simplify computation of the max-key-width.
Compute it right for multiple-list.
2008-11-24 Chong Yidong <cyd@stupidchicken.com>
* emacs-lisp/elp.el (elp-instrument-list): Check argument type
explicitly. Doc fix.
2008-11-24 Martin Rudalics <rudalics@gmx.at>
* calendar/appt.el (appt-disp-window): Move minibuffer check
after binding this-window and do not set-buffer to make sure we
won't deselect the minibuffer. (Bug#1413)
2008-11-24 Dan Nicolaescu <dann@ics.uci.edu>
* vc-hg.el (vc-hg-program): Remove.
(vc-hg-state, vc-hg-working-revision, vc-hg-command):
Undo previous change.
2008-11-23 Martin Rudalics <rudalics@gmx.at>
* info-look.el (info-lookup): When Info buffer is visible on
another frame, raise that frame.
2008-11-23 Juanma Barranquero <lekktu@gmail.com>
* allout.el (allout-mode): Fix typo in docstring.
* vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
(vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
2008-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-hooks.el (vc-follow-link): Complete last change.
2008-11-23 Juanma Barranquero <lekktu@gmail.com>
* textmodes/remember.el (remember-region): Doc fix.
(remember-filter-functions, remember-handler-functions)
(remember-save-after-remembering, remember-mailbox)
(remember-default-priority, remember-data-file, remember-leader-text)
(remember-diary-file): Remove * from defcustom docstrings.
(remember-run-all-annotation-functions-flag)
(remember-all-handler-functions): Reflow docstrings.
(remember-store-in-mailbox): Fix typo in docstring.
(remember-mode): Define with `define-derived-mode'. Doc fix.
2008-11-23 Glenn Morris <rgm@gnu.org>
* eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
(eshell-do-pipelines): Add optional argument to distinguish recursive
calls. Use to set eshell-in-pipeline-p to 'first for the first command
in a pipeline.
* eshell/esh-proc.el (eshell-gather-process-output):
Set process-connection-type nil for all but the first element of a
pipeline. (Bug#1388)
2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-hook.el: Add tooltips to Emacs menus.
* ediff.el: Change date of last update.
2008-11-22 Juri Linkov <juri@jurta.org>
* dired-aux.el (dired-isearch-filenames): Add new context-dependent
option `dwim'. Change non-dwim option from `dired-filename' to `t'.
Doc fix.
(dired-isearch-filenames-setup): Run filename Isearch only when
dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
and the text property `dired-filename' at point is non-nil.
In this case also set isearch-message-prefix-add to "filename ".
(dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
(dired-isearch-filenames, dired-isearch-filenames-regexp):
Don't let-bind isearch-message-prefix-add since this is done now
in dired-isearch-filenames-setup.
* isearch.el (isearch-mode): Change the order of calling
`isearch-update' and running the `isearch-mode-hook' to call
`isearch-update' with Isearch parameters set in this hook.
* progmodes/compile.el (compilation-auto-jump-to-first-error):
Fix docstring - change "during `compile'" to "during compilation".
* descr-text.el (describe-char-unidata-list): Move `old-name' to
be immediately after `name'.
* startup.el (initial-buffer-choice): Change an abstract file name
"file.txt" to more reasonable default file name value "~/.emacs".
2008-11-22 Juri Linkov <juri@jurta.org>
* files.el (hack-local-variables-confirm): Rename arg `project' to
`dir-name'. Move `(or dir-name name)' to let-binding of `name'.
(hack-local-variables-filter): Rename arg `project' to `dir-name'.
(hack-local-variables): Rename call of `hack-project-variables' to
`hack-dir-local-variables'. Change error text to "Directory-local
variables error".
(dir-locals-class-alist): Rename from `project-class-alist'.
(dir-locals-directory-alist): Rename from `project-directory-alist'.
(dir-locals-get-class-variables): Rename from `project-get-alist'.
(dir-locals-collect-mode-variables): Rename from
`project-collect-bindings-from-alist'. Rename arg `mode-alist' to
`mode-variables', and arg `settings' to `variables'.
(dir-locals-collect-variables): Rename from
`project-collect-binding-list'. Rename arg `binding-list' to
`class-variables', and arg `settings' to `variables'.
(dir-locals-set-directory-class): Rename from `set-directory-project'.
(dir-locals-set-class-variables): Rename from `define-project-bindings'.
Rename arg `settings' to `variables'.
(dir-locals-file): New defconst.
(dir-locals-find-file): Rename from `project-find-settings-file'.
Use `dir-locals-file'. Rename let-bound `settings' to `locals-file',
and `pda' to `dir-elt'.
(dir-locals-read-from-file): Rename from
`project-define-from-project-file'. Rename arg `settings-file'
to `file'. Rename let-bound `list' to `variables'.
(hack-dir-local-variables): Rename from `hack-project-variables'.
Rename let-bound `settings' to `variables-file', `root-dir'
to `dir-name', and `bindings' to `variables'.
2008-11-22 Lute Kamstra <lute@gnu.org>
* simple.el (goto-line): Rename argument.
2008-11-22 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in (compile-first): New target.
(recompile): Depend on compile-first.
* Makefile.in (recompile): Depend on compile-first.
2008-11-22 Martin Rudalics <rudalics@gmx.at>
* files.el (switch-to-buffer-other-window)
(switch-to-buffer-other-frame): Rename buffer argument to
buffer-or-name. Reword and mention new option
confirm-nonexistent-file-or-buffer in doc-string.
2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
* emulation/viper.el: Date change.
* emulation/viper-cmd.el (viper-envelop-ESC-key):
viper-translate-all-ESC-keysequences is now a function.
* emulation/viper-init.el (viper-translate-all-ESC-keysequences):
Make this variable.
2008-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-hooks.el (vc-follow-link, vc-find-file-hook):
Use buffer-file-truename to handle symlinks in any part of the filename.
2008-11-22 Glenn Morris <rgm@gnu.org>
* vc-mtn.el (vc-mtn-diff-switches): New option.
(vc-mtn-program): Rename from vc-mtn-command, for
consistency with other backends. Keep old name as alias.
Update callers. Make it a defcustom.
(vc-mtn-diff): Give it a doc string. Apply diff switches.
* vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
consistency with other backends. Keep old name as alias.
Make it a defcustom.
(vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
* vc-hg.el (vc-hg-program): New option.
(vc-hg-state, vc-hg-working-revision, vc-hg-command):
Use vc-hg-program rather than hard-coded "hg".
* vc-svn.el: Remove leading `*' from defcustom doc-strings.
(vc-svn-program): Move defcustom to start.
(vc-svn-create-repo, vc-svn-modify-change-comment):
Use vc-svn-program rather than hard-coded "svn".
* menu-bar.el: Stylistic consistency fixes for various menu and
help texts.
* kmacro.el (kmacro-insert-counter): Doc fix.
2008-11-21 Ivan Shmakov <oneingray@gmail.com>
* progmodes/tcl.el (tcl-filter): Don't forcibly move point.
2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
* international/quail.el (quail-indent-to): New function.
(quail-completion-1, quail-completion-list-translations)
(quail-insert-decode-map): Use it to improve alignment.
(quail-build-decode-map): Don't ignore latin-1 chars.
(quail-help): Increase the max decode-map size so that even the TeX map
gets printed.
* bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
Signal error for invalid bookmark.
(bookmark-get-bookmark-record): Undo last change.
(bookmark-store, bookmark-delete): Use new arg `noerror'.
* bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
Suggested by Toru TSUNEYOSHI.
2008-11-21 Shigeru Fukaya <shigeru.fukaya@gmail.com>
* byte-opt.el (byte-compile-butlast): Move up in file.
(byte-optimize-plus): Don't call
byte-optimize-delay-constants-math (bug#1334).
Use byte-optimize-predicate to optimize constants.
(byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
Remove zero arguments first
if possible. Call byte-optimize-predicate to optimize constants.
(byte-optimize-multiply): Remove optimizations for arguments of 0
and 2, which may be inaccurate. Optimize (* x -1) to (- x).
Call byte-optimize-predicate.
(byte-optimize-divide): Leave runtime errors unchanged.
Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
2008-11-21 Juanma Barranquero <lekktu@gmail.com>
* bookmark.el (bookmark-jump-noselect): Add obsolescence
declaration and remove redundant info from docstring.
* isearch.el (isearch-search-string): Doc fix.
(search-exit-option, search-slow-window-lines, search-slow-speed)
(search-upper-case, search-nonincremental-instead)
(search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
(search-ring-update, search-highlight, isearch-lazy-highlight)
(lazy-highlight-cleanup, lazy-highlight-initial-delay)
(lazy-highlight-interval): Remove * from defcustom docstrings.
(isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
Remove * from defcustom docstrings; fix typos.
(isearch-push-state-function, isearch-help-for-help-internal)
(isearch-help-for-help, isearch-describe-bindings)
(isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
(isearch-pop-fun-state, isearch-search-fun-function)
(isearch-lazy-highlight-search): Fix typos in docstrings.
(isearch-yank-internal, isearch-fallback): Reflow docstrings.
(isearch-forward): Fix typo and reflow docstring.
(isearch-help-map): Remove unused `i' binding. Fix typos in docstring.
(isearch-mode-map): Don't use `let*'.
2008-11-21 Chong Yidong <cyd@stupidchicken.com>
* files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
* isearch.el (isearch-search-string): Simplify and convert docstring.
* buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
2008-11-20 Juanma Barranquero <lekktu@gmail.com>
* international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
(lookup-nested-alist): Doc fix.
(with-coding-priority): Reflow docstring.
(detect-coding-with-priority): Fix typos in obsolescence declaration.
(char-displayable-p): Reflow docstring. Use `when'.
2008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
* calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
week forward/backward.
2008-11-20 Juanma Barranquero <lekktu@gmail.com>
* ehelp.el (electric-help-map, ehelp-map): Define within defvar.
(with-electric-help): Fix typo and reflow docstring.
2008-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
* buff-menu.el (Buffer-menu-short-ellipsis): New constant.
(Buffer-menu-buffer+size): Use it, fix last change, and simplify.
(list-buffers-noselect): Don't need to pad.
2008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
* buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
Pay attention to char widths when computing string sizes.
2008-11-20 Juanma Barranquero <lekktu@gmail.com>
* emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
(byte-compile-output-docform): Reflow docstrings.
(no-byte-compile): Fix typo in docstring.
(byte-recompile-directory, compile-defun): Doc fixes.
(emacs-lisp-file-regexp, byte-compile-verbose)
(byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
(byte-compile-dynamic-docstrings, byte-optimize-log)
(byte-compile-error-on-warn, byte-compile-warnings)
(byte-compile-generate-call-tree, byte-compile-call-tree-sort):
Remove * from defcustom docstrings.
2008-11-20 Glenn Morris <rgm@gnu.org>
* format.el (format-alist, format-write-file): Doc fix.
* proced.el (proced-available): New variable.
(proced-process-attributes): Move availability check from previous
change from here...
(proced): ... to here.
* vc-hg.el (vc-hg-diff-switches): New option.
(vc-hg-diff): Apply diff switches. (Bug#1017)
* calc/calc-units.el (math-additional-units): Doc fix (active voice).
* progmodes/fortran.el (fortran-mode-map): Add some menu :help.
2008-11-20 Stephen Berman <Stephen.Berman@gmx.net>
* files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
2008-11-19 Juanma Barranquero <lekktu@gmail.com>
* calc/calc-units.el (math-units-table): Doc fix.
(math-standard-units): Fix typo in constant's description.
(math-additional-units): Fix typo in docstring.
2008-11-19 Ulrich Müller <ulm@kph.uni-mainz.de>
* calc/calc-units.el (math-standard-units): Add eps0,
permittivity of vacuum.
2008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
* files.el (project-settings-file): Remove.
(project-find-settings-file): Undo previous change that added the
use of project-settings-file.
2008-11-19 Glenn Morris <rgm@gnu.org>
* proced.el (proced, proced-format-time): Doc fixes.
(proced-process-attributes): Signal an error if unsupported. (Bug#1314)
2008-11-19 Karl Fogel <kfogel@red-bean.com>
* bookmark.el (bookmark-jump-noselect): Move the deprecation
notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
2008-11-19 Lute Kamstra <lute@gnu.org>
* autoinsert.el (auto-insert-alist): Don't use match data.
2008-11-19 Glenn Morris <rgm@gnu.org>
* progmodes/f90.el (f90-mode-map): Add some menu :help.
* autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
* emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
* term/w32-win.el (x-select-font): Declare.
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
Use the imperative for all help strings.
2008-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
* textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
case where the default dictionary is French, Spanish, younameit.
* window.el (window--frame-usable-p): Consider dedicated windows
as usable.
* files.el (confirm-nonexistent-file-or-buffer):
Rename from find-file-confirm-nonexistent-file.
(read-buffer-to-switch): Use it.
2008-11-18 Juanma Barranquero <lekktu@gmail.com>
* server.el (server-temp-file-p): Use `string-match-p'.
(server-socket-dir): Set to nil if local sockets are unsupported.
(server-start): Don't try to delete local socket if unsupported.
(server-kill-new-buffers): Reflow docstring.
(server-delete-client, server-handle-delete-frame)
(server-save-buffers-kill-terminal): Doc fixes.
(server-send-string): Fix typo in docstring.
2008-11-18 Sam Steingold <sds@gnu.org>
* progmodes/compile.el (compilation-start-hook): New hook.
(compilation-start): Run it on the compilation process.
2008-11-18 Juanma Barranquero <lekktu@gmail.com>
* international/mule-cmds.el (update-leim-list-file): Simplify.
(prefer-coding-system, find-coding-systems-for-charsets):
Fix docstring typos.
(select-safe-coding-system, input-method-exit-on-first-char)
(language-info-alist, language-info-custom-alist): Reflow docstrings.
(toggle-input-method, read-multilingual-string): Doc fixes.
Reflow docstrings.
(locale-name-match, sort-coding-systems, find-multibyte-characters)
(read-char-by-name): Use `string-match-p'.
(get-char-code-property, put-char-code-property)
(char-code-property-description): Be silent while loading uni-* files.
(ucs-names): Use `dotimes-with-progress-reporter', because loading
the Unicode character names is *slow*.
2008-11-17 Chong Yidong <cyd@stupidchicken.com>
* wid-edit.el (widget-image-insert): Don't add a mouse-face.
* cus-edit.el (custom-group-value-create): Don't insert docstring twice.
2008-11-17 Juanma Barranquero <lekktu@gmail.com>
* international/mule-cmds.el (ucs-completions): Mark as risky.
2008-11-17 Martin Rudalics <rudalics@gmx.at>
* help-macro.el (three-step-help): Remove * from defcustom.
(make-help-screen): Don't iconify selected frame. (Bug#1322)
Use when instead of if and cond within condition-case.
* window.el (quit-window): Bind window to selected window when
trying to delete it.
2008-11-17 Glenn Morris <rgm@gnu.org>
* progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
definition of 'ignore, rather than nil. (Bug#1353)
2008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
* window.el (window--frame-usable-p): Allow use for soft-dedication.
2008-11-17 Juanma Barranquero <lekktu@gmail.com>
* emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
* simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
(undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
(exchange-point-and-mark, set-goal-column, kill-line, backward-word)
(kill-word, backward-kill-word, zap-to-char): Doc fixes.
(shell-command, repeat-complex-command): Reflow docstrings.
(pop-to-mark-command): Fix typos in docstring.
2008-11-17 Juri Linkov <juri@jurta.org>
* isearch.el (isearch-filter-predicate): Rename from
`isearch-success-function'. Rename default value from
`isearch-success-function-default' to
`isearch-filter-invisible'. Doc fix.
(isearch-filter-invisible): Rename from
`isearch-success-function-default'. Doc fix.
(isearch-search, isearch-lazy-highlight-search):
Rename `isearch-success-function' to `isearch-filter-predicate'.
* dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
`dired-isearch-orig-success-function'.
(dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
(dired-isearch-filenames-end): Rename `isearch-success-function' to
`isearch-filter-predicate'. Doc fix.
(dired-isearch-filter-filenames): Rename from
`dired-isearch-success-function'.
* info.el (Info-search, Info-mode):
Rename `isearch-success-function' to `isearch-filter-predicate'.
(Info-isearch-filter-predicate): Rename from
`Info-search-success-function'.
* simple.el (minibuffer-default-add-function): Fix docstring to
use clear text "default values" instead of obscure references to
the dynamic variable `minibuffer-default'.
2008-11-16 Glenn Morris <rgm@gnu.org>
* term/ns-win.el (ns-extended-platform-support-mode):
Tweak menu entry from previous change.
* wid-edit.el (advertised-widget-backward): Remove autoload cookie.
* cus-edit.el (custom-buffer-create-internal): Always insert the
in-buffer buttons, regardless of tool-bar. (Bug#1326)
2008-11-16 Chong Yidong <cyd@stupidchicken.com>
* subr.el (read-passwd): Use read-event instead of read-char-exclusive.
2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
* ielm.el (ielm-eval-input): Fix thinko in last change.
2008-11-16 Chong Yidong <cyd@stupidchicken.com>
* subr.el (read-passwd): Yank current kill if the user enters C-y.
2008-11-16 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-handle-file-name-as-directory): New defun.
(tramp-file-name-handler-alist): Handle `file-name-as-directory'.
* net/tramp-fish.el (tramp-fish-file-name-handler-alist)
* net/tramp-smb.el (tramp-smb-file-name-handler-alist):
Handle `file-name-as-directory'.
2008-11-16 Chong Yidong <cyd@stupidchicken.com>
* startup.el (fancy-startup-text): Give "Emacs tutorial" line the
usual variable-pitch face.
2008-11-16 Juanma Barranquero <lekktu@gmail.com>
* net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
(ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
(ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
(ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
(ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
(ange-ftp-quote-string, ange-ftp-process-handle-line)
(ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
(ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
(ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
(ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
(ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
(ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
(ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
(ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
(ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
(ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
(ange-ftp-default-user, ange-ftp-default-password)
(ange-ftp-default-account, ange-ftp-netrc-default-password)
(ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
(ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
(ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
(ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
(ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
(ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
(ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
(ange-ftp-make-backup-files, ange-ftp-retry-time)
(ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
(ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
(ange-ftp-gateway-tmp-name-template)
(ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
(ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
(ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
(ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
(ange-ftp-gateway-program): Remove * from docstring and reflow.
(ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
(ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
(ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
(ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
(ange-ftp-rename-local-to-remote): Doc fixes.
(ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
Use `when', `unless'.
(ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
(ange-ftp-process-handle-hash): Rename arg STR to STRING.
(ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
(ange-ftp-smart-login): Rename arg PASS to PASSWORD.
(ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
(ange-ftp-process-sentinel): Use `when'. Fix typo.
(ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
(ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
(ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
(ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
(ange-ftp-dumb-unix-host, ange-ftp-binary-file)
(ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
(ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
(ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
`(save-match-data (string-match ...))'.
(ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
(ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
Use `string-match-p' instead of `(save-match-data (string-match ...))'.
Doc fixes.
2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
* emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
function instead of a variable.
* emulation/viper-util.el (viper-fast-keysequence-p): Change to use
viper-ESC-keyseq-timeout as a function.
(viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
defsubst.
* emulation/viper-cmd.el: Let line-move-visual to nil when using
next-line or previous-line.
(viper-R-state-post-command-sentinel): Use defun instead of defsubst.
* emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
* ediff-util.el (ediff-toggle-multiframe): Check if control window is
live.
(ediff-save-buffer): Let window-min-height to 2.
* ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
the minibuffer.
2008-11-16 Juanma Barranquero <lekktu@gmail.com>
* ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
(ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
(ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
(ielm-map): Define within defvar. Add docstring.
(ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
(ielm-complete-filename): Use `when', `unless'.
(ielm-is-whitespace-or-comment): Use `string-match-p'.
(ielm-return, ielm-get-old-input): Use `looking-at-p'.
(ielm-change-working-buffer): Check that the buffer is live.
(inferior-emacs-lisp-mode): Define with `define-derived-mode'.
Simplify. Reflow docstring.
(inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
New aliases, to satisfy `define-derived-mode' expectations.
2008-11-15 Glenn Morris <rgm@gnu.org>
Martin Rudalics <rudalics@gmx.at>
* emacs-lisp/find-func.el (find-function-advised-original): New.
(find-function-C-source, find-function-noselect):
Use find-function-advised-original to handle advised funcs. (Bug#789)
2008-11-15 Glenn Morris <rgm@gnu.org>
* emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
alias message.
* uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
Remove uniquify-after-kill-buffer-p dependency.
(uniquify-kill-buffer-function): New function.
(kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
* term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
(ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
main Emacs manual.
2008-11-15 Martin Rudalics <rudalics@gmx.at>
* window.el (quit-window): Restore delete window with second
arg non-nil behavior as of before 2008-10-30 change.
2008-11-15 Chong Yidong <cyd@stupidchicken.com>
* help-fns.el (describe-function-1): Do char-range check for
self-insert-command.
2008-11-14 Karl Fogel <kfogel@red-bean.com>
* files.el (file-precious-flag): Document that this flag is advisory.
2008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
* emacs-lisp/bytecomp.el (byte-compile-associative)
(byte-compile-minus, byte-compile-quo): If there are more than two
operands, don't use binary operation code (bug#1334).
2008-11-14 Juanma Barranquero <lekktu@gmail.com>
* w32-fns.el (w32-shell-dos-semantics):
* calendar/diary-lib.el (diary-face-attrs):
* international/mule-cmds.el (set-default-coding-systems)
(prefer-coding-system):
* net/tramp.el (tramp-set-completion-function):
* progmodes/vhdl-mode.el (vhdl-file-header):
* term/pc-win.el (msdos-show-help): Fix typos in docstrings.
* emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
* files.el (enable-local-eval, not-modified, kill-buffer-ask)
(kill-matching-buffers, save-buffers-kill-emacs)
(save-buffers-kill-terminal): Fix typos in docstrings.
(switch-to-buffer-other-window): Reflow docstring.
(revert-buffer): Doc fix.
(define-project-bindings): Rename arg LIST to SETTINGS.
(project-find-settings-file): Use `let', not `let*'.
Use `when'.
2008-11-13 Juanma Barranquero <lekktu@gmail.com>
* files.el (project-settings-file, locate-dominating-file):
Fix typos in docstrings.
(find-file-visit-truename): Remove * from defcustom docstring.
2008-11-13 T. V. Raman <raman@users.sourceforge.net> (tiny change)
* files.el (project-settings-file): New variable.
(project-find-settings-file): Use it, instead of hardcoding
.dir.settings.el.
2008-11-13 Glenn Morris <rgm@gnu.org>
* nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
2008-11-13 Henry Weller <hweller0@gmail.com> (tiny change)
* net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
in mail bodies.
2008-11-12 Juanma Barranquero <lekktu@gmail.com>
* international/mule.el (autoload-coding-system, with-category-table)
(ctext-non-standard-encodings-alist): Fix typos in docstrings.
(coding-system-equal, set-buffer-process-coding-system): Doc fixes.
(set-buffer-file-coding-system, revert-buffer-with-coding-system)
(set-file-name-coding-system, ctext-pre-write-conversion)
(auto-coding-functions, find-auto-coding, modify-coding-system-alist):
Reflow docstrings.
(charset-list, set-coding-priority): Remove redundant obsolescence info.
(charset-id, charset-bytes, make-coding-system): Add obsolescence info.
(char-valid-p): Define with `define-obsolete-function-alias'.
* textmodes/artist.el (artist-mode): Fix typos in docstring.
2008-11-12 Sam Steingold <sds@gnu.org>
* vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
between hostname and path.
2008-11-11 Juri Linkov <juri@jurta.org>
* dired-aux.el (dired-isearch-filenames)
(dired-isearch-filenames-regexp):
Let-bind isearch-message-prefix-add to "filename ".
* isearch.el (isearch-message-prefix-add)
(isearch-message-suffix-add): New variables.
(isearch-message-prefix): Show additional text from
`isearch-message-prefix-add' before "I-search".
(isearch-message-suffix): Show additional text from
`isearch-message-suffix-add' at the end.
* isearch.el (isearch-lazy-highlight-search): Use a loop like in
`isearch-search'. Call isearch-success-function to skip matches
outside the current isearch scope. Let-bind search-invisible to
nil to not match invisible text.
* isearch.el (isearch-query-replace, isearch-highlight-regexp):
Let-bind `isearch-recursive-edit' to nil to prevent calling
`exit-recursive-edit' in `isearch-done' that terminates the
execution of these commands when it is non-nil. Call
`exit-recursive-edit' explicitly at the end.
(isearch-occur): For word search construct the correct regexp
with word boundaries to proceed with occur.
* isearch.el (isearch-search-fun): Compare the length of the
current search string with the length of the string from the
previous search state to detect the situation when the user
adds or removes characters in the search string.
Use word-search-forward-lax and word-search-backward-lax in this
case, and otherwise word-search-forward and word-search-backward.
2008-11-11 Sam Steingold <sds@gnu.org>
* mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
the "Version Control" group (for C-x v g).
2008-11-11 Juanma Barranquero <lekktu@gmail.com>
* server.el (server-process-filter): Fix typos and reflow docstring.
2008-11-11 Martin Rudalics <rudalics@gmx.at>
* mail/footnote.el (footnote-mode): Improve doc-string.
Suggested by <jidanni@jidanni.org>. (Bug#1318)
2008-11-11 Chong Yidong <cyd@stupidchicken.com>
* cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
* mail/smtpmail.el (smtpmail-open-stream): Use
`starttls-any-program-available'. Auto-load starttls.el for it.
2008-11-08 Chong Yidong <cyd@stupidchicken.com>
* dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
version (bug@1285).
2008-11-08 Eli Zaretskii <eliz@gnu.org>
* startup.el (command-line): Ignore init-file-user when checking
user's home directory on MS-DOS as well.
2008-11-07 Sam Steingold <sds@gnu.org>
* progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
2008-11-07 Juanma Barranquero <lekktu@gmail.com>
* frame.el (make-frame-on-display): Use `string-match-p'.
2008-11-07 Glenn Morris <rgm@gnu.org>
* progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
2008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
* emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
to initialize font-lock keyword case sensitivity.
(lisp-mode): Use it.
2008-11-06 Glenn Morris <rgm@gnu.org>
* eshell/esh-maint.el: Remove unused file.
* progmodes/cc-defs.el (cl-macroexpand-all): Declare.
* cus-edit.el (custom-comment-tag): Doc fix.
(custom-comment, custom-variable-value-create, custom-face):
Use face names sans -face suffix rather than aliases.
2008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc.el (calc-quit): Use `window-full-width-p' to check
window width.
2008-11-05 Chong Yidong <cyd@stupidchicken.com>
* server.el (server-process-filter): Only default to emacsclient's
terminal in daemon mode.
2008-11-05 Martin Rudalics <rudalics@gmx.at>
* window.el (quit-window): Restore prefix argument behavior
removed in 2008-10-30 change. (Bug#1308)
2008-11-05 Tassilo Horn <tassilo@member.fsf.org>
* doc-view.el (doc-view-mode): Bugfix: Add conversion killing
function to kill-buffer-hook, not to kill-buffer.
Reported by Markus Triska <markus.triska@gmx.at>
2008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc.el (calc-quit): Make sure that the keypad buffer
exists before deleting its windows.
2008-11-04 Chong Yidong <cyd@stupidchicken.com>
* server.el (server-process-filter): Don't call
server-create-tty-frame when no tty name is specified.
2008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change)
* vc-bzr.el (vc-bzr-dir-extra-headers): New function.
2008-11-04 Juanma Barranquero <lekktu@gmail.com>
* international/mule-cmds.el (toggle-enable-multibyte-characters)
(define-char-code-property):
* textmodes/reftex.el (reftex-index):
* textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
2008-11-04 Chong Yidong <cyd@stupidchicken.com>
* vc-bzr.el (vc-bzr-dir-printer): Rename from
vc-bzr-status-printer.
* startup.el (startup-echo-area-message): Display a different
message in daemon mode. Suggested by Stephen Turnbull.
* frame.el (make-frame-on-display): Ignore DISPLAY argument on
Windows.
2008-11-04 Juanma Barranquero <lekktu@gmail.com>
* dframe.el (dframe-mouse-position-function)
(dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
(dframe-mouse-set-point): Fix typos in docstrings.
2008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
* vc-dir.el (vc-dir-headers): Undo previous change.
2008-11-04 Nick Roberts <nickrob@snap.net.nz>
* vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
* vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
2008-11-04 Martin Rudalics <rudalics@gmx.at>
* subr.el (looking-back): Fix doc-string typo.
* electric.el (Electric-pop-up-window): Call window-end with
UPDATE set to t.
* window.el (save-selected-window): Make it behave like
save-selected-window-norecord.
(save-selected-window-norecord): Remove, since functionality
fully taken over by save-selected-window.
(walk-windows, set-window-text-height, fit-window-to-buffer):
Use save-selected-window instead of save-selected-window-norecord.
* font-lock.el (lisp-font-lock-keywords-2): Remove entry for
save-selected-window-norecord.
* emacs-lisp/lisp-mode.el (save-selected-window): Remove
indent-function for save-selected-window-norecord.
2008-11-03 Alan Mackenzie <acm@muc.de>
* progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
2008-11-03 Chong Yidong <cyd@stupidchicken.com>
* subr.el (looking-back): Doc fix.
* term/x-win.el (x-initialize-window-system):
Call x-wm-set-size-hint after initialization.
* eshell/em-hist.el (eshell-save-history-on-exit): Change default
to t.
* emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
2000-12-08 (bug#1297).
* font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
2008-11-03 Vincent Belaïche <vincent.b.1@hotmail.fr>
* calc/calc-alg.el (calcFunc-collect): Return constant polynomial
when appropriate.
2008-11-02 Martin Rudalics <rudalics@gmx.at>
* window.el (save-selected-window-norecord): New macro.
(walk-windows): Use save-selected-window-norecord and call
select-window with NORECORD set. (Bug#1237)
(set-window-text-height, fit-window-to-buffer):
Use save-selected-window-norecord and call select-window with
NORECORD set.
* subr.el (with-selected-window): Call set-frame-selected-window
with new argument NORECORD set. Update doc-string.
(with-selected-frame): Call select-frame with new argument
NORECORD set. Update doc-string.
* emacs-lisp/lisp-mode.el (save-selected-window-norecord):
Put indent-function for save-selected-window-norecord.
* font-lock.el (lisp-font-lock-keywords-2):
Add save-selected-window-norecord.
2008-11-01 Juanma Barranquero <lekktu@gmail.com>
* cus-edit.el (customize-apropos-options, custom-comment)
(custom-comment-tag, custom-face-edit-attribute-tag):
Fix typos in docstrings.
(custom-buffer-done-kill): Remove * from defcustom docstring.
(custom-file): Fix typo in doc of defcustom choice.
* frame.el (display-visual-class): Fix typo in docstring.
(initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
(special-display-frame-alist, show-trailing-whitespace)
(auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
(display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
Remove * from defcustom docstrings.
* md4.el (md4-buffer): Fix typo in docstring.
(md4, md4-64): Doc fixes.
(md4-pack-int32): Reflow docstring.
* paths.el (rmail-file-name): Remove * from defcustom docstring.
(prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
* rect.el (open-rectangle): Reflow docstring.
(spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
* select.el (x-get-cut-buffer): Fix typo in docstring.
* timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
(timezone-time-zone-from-absolute, timezone-leap-year-p):
Fix typos in docstrings.
* emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
Fix typos in docstrings.
2008-10-31 Ulf Jasper <ulf.jasper@web.de>
* net/newst-backend.el (newsticker--cache-update): Fix no-save case.
* net/newst-treeview.el (newsticker--treeview-list-update-faces)
(newsticker--treeview-list-update, newsticker--treeview-item-show)
(newsticker--treeview-tree-update)
(newsticker--treeview-tree-update-highlight)
(newsticker-treeview-update)
(newsticker-treeview-next-item, newsticker-treeview-prev-item)
(newsticker-treeview-next-new-or-immortal-item)
(newsticker-treeview-prev-new-or-immortal-item)
(newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
(newsticker-treeview-tree-click): Watch for layout changes.
(newsticker--treeview-set-current-node): Cleanup.
(newsticker--treeview-restore-layout): Rename from
newsticker--treeview-restore-buffers.
(newsticker--treeview-mark-item): Update cache file.
2008-10-31 Ulf Jasper <ulf.jasper@web.de>
* calendar/icalendar.el (icalendar--uid-count): New.
(icalendar--create-uid): New. Extracted from
`icalendar-export-region' and add uid counter.
(icalendar-export-region): Use `icalendar--create-uid'.
2008-10-31 Juanma Barranquero <lekktu@gmail.com>
* tooltip.el (tooltip-frame-parameters): Doc fix.
2008-10-31 Martin Rudalics <rudalics@gmx.at>
* window.el (window-body-height, window-current-scroll-bars)
(walk-windows, get-window-with-predicate, get-buffer-window-list)
(minibuffer-window-active-p, count-windows)
(window-safely-shrinkable-p, window--splittable-p)
(window--try-to-split-window, window--frame-usable-p)
(window--even-window-heights, window--display-buffer-1)
(window--display-buffer-2, set-window-text-height)
(fit-window-to-buffer, shrink-window-if-larger-than-buffer)
(truncated-partial-width-window-p): Rewrite doc-string.
(window-fixed-size-p): Simplify code. Rewrite doc-string.
(split-window-vertically, split-window-horizontally):
Rename args, rewrite doc-string, and simplify code.
(split-window-save-restore-data): Rename args and use
when instead of if.
2008-10-30 Chong Yidong <cyd@stupidchicken.com>
* indent.el (indent-for-tab-command): Use use-region-p.
* vc.el (vc-revert): Limit the length of the query string.
2008-10-30 Juanma Barranquero <lekktu@gmail.com>
* simple.el (idle-update-delay, next-error-highlight)
(next-error-highlight-no-select, next-error-recenter, next-error-hook)
(minibuffer-history-case-insensitive-variables, kill-ring-max)
(kill-read-only-ok, backward-delete-char-untabify-method)
(kill-whole-line, mark-ring-max, global-mark-ring-max)
(set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
(goal-column, line-move-ignore-invisible, fill-prefix)
(auto-fill-inhibit-regexp, blink-matching-paren)
(blink-matching-paren-on-screen, blink-matching-paren-distance)
(blink-matching-delay, blink-matching-paren-dont-ignore-comments)
(read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
(minibuffer-history-isearch-wrap, transient-mark-mode)
(next-logical-line, auto-fill-mode, line-number-mode)
(column-number-mode, size-indication-mode, clone-indirect-buffer)
(normal-erase-is-backspace-mode): Doc fixes.
(current-kill, transient-mark-mode, toggle-truncate-lines)
(visible-mode): Reflow docstrings.
(minibuffer-local-shell-command-map, interprogram-paste-function):
Fix typos in docstrings.
2008-10-30 Chong Yidong <cyd@stupidchicken.com>
* server.el (server-process-filter): In daemon mode, default to
emacsclient's tty if not opening a new frame and only the
terminal-frame is available.
2008-10-30 Martin Rudalics <rudalics@gmx.at>
* window.el (quit-window): Simplify code. Say in doc-string
that it operates on the selected window's buffer. (Bug#1259)
2008-10-30 Nick Roberts <nickrob@snap.net.nz>
* vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
nil so that log-view-diff-changeset works.
2008-10-30 Glenn Morris <rgm@gnu.org>
* files.el (locate-dominating-stop-dir-regexp): Fix typo.
* resume.el: Move to obsolete/.
* Makefile.in (ELCFILES): Update.
2008-10-29 Chong Yidong <cyd@stupidchicken.com>
* electric.el (Electric-pop-up-window): Don't shrink the window if
it's already big enough.
* minibuffer.el (delete-minibuffer-contents): Delete all
minibuffer contents instead of just the current field.
* tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
* bookmark.el (bookmark-handle-bookmark): Rename from
bookmark-jump-noselect.
(bookmark--jump-via, bookmark-insert): Callers changed.
(bookmark-jump-noselect): Wrapper function for
bookmark-handle-bookmark.
(bookmark-get-bookmark-record): Signal error for invalid bookmark.
* textmodes/ispell.el (ispell-word): Use use-region-p.
2008-10-29 Juanma Barranquero <lekktu@gmail.com>
* tooltip.el (tooltip-functions): Rename from `tooltip-hook',
to follow naming conventions for abnormal hooks. Doc fix.
(tooltip-mode, tooltip-timeout): Use it.
(tooltip-hook): New obsolete alias.
(tooltip-help-tips): Doc fix.
* progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
2008-10-29 Ulrich Müller <ulm@gentoo.org>
* server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
of hardcoded /tmp.
2008-10-29 Glenn Morris <rgm@gnu.org>
* net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
* vc-hooks.el (vc-find-root): Remove bogus alias.
2008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
* international/quail.el (quail-show-guidance): Don't create
a guidance-frame if current buffer is not a minibuffer, since even if
selected-window is mini-p, the buffer will never be displayed in it, so
it will be usable for guidance.
2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
* smerge-mode.el: Require diff-mode at run-time as well.
2008-10-28 Martin Rudalics <rudalics@gmx.at>
* vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
* vc-hooks.el (vc-stay-local): Likewise.
2008-10-28 Phil Sung <psung@mit.edu>
* follow.el (follow-scroll-down, follow-calc-win-end)
(follow-estimate-first-window-start): Reduce effective window
height when header line is present. (Bug#925)
2008-10-28 Juanma Barranquero <lekktu@gmail.com>
* subr.el (locate-user-emacs-file): Simplify. Don't create
`user-emacs-directory' when Emacs is running in batch mode.
* startup.el (inhibit-startup-screen): Reflow docstring.
(user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
2008-10-27 Kenichi Handa <handa@m17n.org>
* descr-text.el (describe-char): Fix terminal case (where font is nil).
2008-10-27 Juanma Barranquero <lekktu@gmail.com>
* face-remap.el (text-scale-increase, text-scale-decrease)
(text-scale-adjust): Remove &optional keyword from the arg list;
the INC argument is not really optional, if the functions happen
to be called from elisp.
2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el: Rename VC methods that were missed when vc-status was
renamed to vc-dir.
* vc-svn.el (vc-svn-dir-extra-headers): Rename from
vc-svn-status-extra-headers.
* vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
(vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
* vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
(vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
* vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
vc-dir-status-printer.
(vc-dir-headers): Use `dir-extra-headers' instead of
`status-extra-headers'.
(vc-dir-printer): Rename from vc-dir-status-printer.
(vc-default-dir-extra-headers): Rename from
vc-default-status-extra-headers.
* vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
vc-cvs-status-extra-headers.
* startup.el (server-name): Pacify byte compiler.
(command-line): If --daemon=SERVER_NAME was used, set server-name
before calling server-start.
2008-10-26 Romain Francoise <romain@orebokech.com>
* startup.el (command-line): Call daemon-initialized after
starting the server.
2008-10-26 Kenichi Handa <handa@m17n.org>
* help-fns.el (describe-categories): Display the terse legend at
the head.
* international/characters.el: Docstrings of categories improved.
2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/python.el (python-mode): Don't impose ourselves on hippie.
* faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
to the courier family.
* textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
usually not serif'd and hence rather unlike verbatim's printed output.
2008-10-25 Chong Yidong <cyd@stupidchicken.com>
* vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
when reporting the module.
* vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
* wid-edit.el (widget-color-complete): Sort completions alphabetically.
2008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
* files.el (locate-dominating-stop-dir-regexp): New var.
(locate-dominating-file): Change arg from a regexp to a file name.
Rewrite using the vc-find-root code to avoid directory-files which is
too slow. Obey locate-dominating-stop-dir-regexp.
Don't pay attention to changes in owner.
(project-find-settings-file): Adjust call to locate-dominating-file.
* progmodes/flymake.el (flymake-find-buildfile):
Adjust call to locate-dominating-file.
* vc-hooks.el (vc-find-root): Use locate-dominating-file.
(vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
2008-10-25 Martin Rudalics <rudalics@gmx.at>
* subr.el (with-current-buffer): Rename buffer argument to
buffer-or-name.
* window.el (get-buffer-window-list): Rename buffer argument to
buffer-or-name and make it optional.
2008-10-25 Juanma Barranquero <lekktu@gmail.com>
* completion.el (add-completion-to-head, add-completion): Doc fixes.
(completion-search-next, add-completions-from-file):
Fix typos in docstrings.
* filesets.el (filesets-menu-ensure-use-cached)
(filesets-ingroup-patterns, filesets-filetype-property):
* tutorial.el (get-lang-string):
* play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
Fix typos in docstrings.
* image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
(image-dired-line-up-method, image-dired-thumb-size)
(image-dired-cmd-write-exif-data-options, image-dired-write-tags)
(image-dired-track-original-file, image-dired-track-thumbnail)
(image-dired-dired-next-line, image-dired-dired-previous-line)
(image-dired-write-comments): Reflow docstrings.
(image-dired-show-all-from-dir-max-files)
(image-dired-format-properties-string, image-dired-create-thumbs)
(image-dired-mark-tagged-files, image-dired-gallery-generate):
Fix typos in docstrings.
* savehist.el (savehist-save-minibuffer-history, savehist-file)
(savehist-additional-variables, savehist-ignored-variables)
(savehist-file-modes, savehist-autosave-interval):
* startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
(inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
(fancy-splash-image):
* thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
(thumbs-conversion-program, thumbs-margin):
Remove spurious * in docstrings.
2008-10-25 Aaron S. Hawley <aaronh@garden.org>
* thingatpt.el (end-of-sexp, beginning-of-sexp)
(forward-same-syntax): Omit default arguments to char-after and
char-before.
2008-10-24 Juanma Barranquero <lekktu@gmail.com>
* subr.el (locate-user-emacs-file): New function.
(user-emacs-directory): Mention it in docstring.
* completion.el (save-completions-file-name):
* filesets.el (filesets-menu-cache-file):
* image-dired.el (image-dired-dir, image-dired-db-file)
(image-dired-temp-image-file, image-dired-gallery-dir)
(image-dired-temp-rotate-image-file):
* savehist.el (savehist-file):
* server.el (server-auth-dir):
* thumbs.el (thumbs-thumbsdir):
* tutorial.el (tutorial--saved-dir):
* play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
2008-10-23 Juanma Barranquero <lekktu@gmail.com>
* edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
(edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
2008-10-23 Chong Yidong <cyd@stupidchicken.com>
* filesets.el: Update author email.
(filesets-data): Doc fix.
2008-10-23 Jens Petersen <petersen@redhat.com> (tiny change)
* pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
2008-10-23 Ulrich Müller <ulm@kph.uni-mainz.de>
* international/mule-cmds.el (describe-language-environment):
Indent sample text.
2008-10-23 Glenn Morris <rgm@gnu.org>
* pcmpl-rpm.el (pcomplete/rpm): Doc fix.
* emacs-lisp/cl-macs.el (flet): Throw an error when trying to
byte-compile a redefinition of a function with special byte-compile
handling. (Bug#411)
2008-10-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* ps-print.el: Deal with page sizes for label printers. Suggested by
Friedrich Delgado Friedrichs <friedel@nomaden.org>.
(ps-print-version): New version 7.3.3.
(ps-page-dimensions-database): New page sizes for label printers.
(ps-n-up-printing): Fix code.
2008-10-22 Chong Yidong <cyd@stupidchicken.com>
* frame.el (make-frame-command): Doc fix. Use display-graphic-p.
* thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
(list-at-point): Add docstrings.
* dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
* dired-aux.el (dired-do-create-files): Doc fix.
2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
* version.el (emacs-version): Change '*Step' to 'NS' for consistency
with other documentation.
2008-10-22 Juanma Barranquero <lekktu@gmail.com>
* replace.el (how-many): Fix typo in docstring.
Reported by Leo <sdl.web@gmail.com>.
2008-10-22 Glenn Morris <rgm@gnu.org>
* international/mule-cmds.el (universal-coding-system-argument):
Check for C-g. (Bug#1205)
2008-10-22 Kenichi Handa <handa@m17n.org>
* international/characters.el: Don't setup
find-word-boundary-function-table.
(next-word-boundary-han, next-word-boundary-kana): Delete them.
(word-combining-categories, word-separating-categories):
Adjust to the change of the docstrings.
2008-10-21 Chong Yidong <cyd@stupidchicken.com>
* simple.el (region-active-p): Doc fix.
2008-10-20 Eli Zaretskii <eliz@gnu.org>
* subr.el (apply-partially): Move from here...
* simple.el (apply-partially): ...to here.
2008-10-20 Andreas Schwab <schwab@suse.de>
* subr.el (split-string-and-unquote): Simplify regexp.
2008-10-20 Eli Zaretskii <eliz@gnu.org>
* subr.el (top-level): Require `cl' when compiling.
2008-10-20 David Reitter <david.reitter@gmail.com>
* info.el (Info-mode): Do not remove an existing header line if
`Info-use-header-line' is nil.
2008-10-19 Juri Linkov <juri@jurta.org>
* isearch.el (isearch-query-replace, isearch-query-replace-regexp):
Add arg `delimited' as in `query-replace' for the case when
isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
Add more indicators to the prompt ("word" and "in region").
* replace.el (query-replace, query-replace-regexp)
(replace-string, replace-regexp, perform-replace): Add "word"
indicators to the prompt for word delimited replacements.
* replace.el (read-regexp): Rename arg `default' to `default-value'.
Doc fix.
2008-10-19 Eli Zaretskii <eliz@gnu.org>
* subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
* simple.el (minibuffer-default-add-shell-commands): Doc fix.
2008-10-19 Martin Rudalics <rudalics@gmx.at>
* window.el (enlarge-window-horizontally, shrink-window-horizontally):
Make argument names follow Elisp manual.
2008-10-19 Eli Zaretskii <eliz@gnu.org>
* textmodes/remember.el (remember-data-file):
* shadowfile.el (shadow-initialize)
<shadow-info-file, shadow-todo-file>:
* savehist.el (savehist-file):
* recentf.el (recentf-save-file):
* pcvs-defs.el (cvs-cvsrc-file):
* international/kkc.el (kkc-init-file-name):
* ido.el (ido-save-directory-list-file):
* calendar/todo-mode.el (todo-file-do, todo-file-done)
(todo-file-top): Run file names that begin with a period thru
`convert-standard-filename'.
* dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
before-init-hook.
Fix Bug #1183:
* ediff-diff.el (ediff-exec-process): For buffer jobs, bind
coding-system-for-read to ediff-coding-system-for-write.
* ediff-util.el (ediff-make-temp-file): Unconditionally bind
coding-system-for-write to ediff-coding-system-for-write.
* ediff-init.el (ediff-coding-system-for-read): Doc fix.
(ediff-coding-system-for-write): Set to emacs-internal.
2008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
* international/mule-conf.el (emacs-internal): New coding system alias.
2008-10-18 Juri Linkov <juri@jurta.org>
* info.el (Info-file-supports-index-cookies-list): New variable.
(Info-file-supports-index-cookies): New function.
(Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
(Info-index-nodes): Let-bind Info-point-loc to nil for files
without an index cookie to ignore it when Info-index-nodes is
called during navigating from an index node with line numbers.
(Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
* info.el (Info-breadcrumbs-depth): Move defcustom higher to the
variable definition section.
* info.el (Info-find-node-2): Put initial point below the header line
and breadcrumbs line.
2008-10-18 Glenn Morris <rgm@gnu.org>
* doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
the needed external programs were not found.
2008-10-18 Eli Zaretskii <eliz@gnu.org>
* files.el (trash-directory): Run thru `convert-standard-filename'.
(file-modes-char-to-who, file-modes-char-to-right)
(file-modes-rights-to-number, file-modes-symbolic-to-number)
(read-file-modes): Doc fixes.
2008-10-17 Chong Yidong <cyd@stupidchicken.com>
* abbrev.el (define-abbrev): Doc fix.
2008-10-17 Alan Mackenzie <acm@muc.de>
* progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
foo bar [] = { ...".
2008-10-17 Chong Yidong <cyd@stupidchicken.com>
* faces.el (face-spec-set-2): Don't pass invalid attributes to
set-face-attribute.
2008-10-17 Juanma Barranquero <lekktu@gmail.com>
* w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
according to `locale-coding-system'. (This fixes trivial bug reported
as part of bug#1179).
Sort list of valid locale ids (EnumSystemLocales does not guarantee any
particular order). Use `when'.
2008-10-16 Juanma Barranquero <lekktu@gmail.com>
* w32-fns.el (w32-check-shell-configuration): Doc fix.
(w32-add-charset-info): Fix typo in docstring.
2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
* international/mule-conf.el: Removed `utf8' and `UTF8' aliases
after discussion.
2008-10-16 Magnus Henoch <mange@freemail.hu>
* vc-arch.el (vc-arch-dir-status): New function.
(vc-arch-after-dir-status): New function.
2008-10-16 Glenn Morris <rgm@gnu.org>
* man.el (Man-getpage-in-background): Force recent `man's to output
escape sequences even when stdout is not a tty. (Bug#1142)
2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
* international/mule-conf.el: Add `utf8' and `UTF8' as
aliases for the `utf-8' coding system.
2008-10-15 Juanma Barranquero <lekktu@gmail.com>
* find-file.el (ff-get-file): Doc fix.
(ff-get-file-name): Use `let', not `let*'.
(ff-search-directories): Fix typo in docstring.
(ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
(ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
(ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
(ff-quiet-mode, ff-other-file-alist, cc-search-directories)
(cc-other-file-alist, modula2-other-file-alist):
Remove spurious * in docstrings.
2008-10-14 Chong Yidong <cyd@stupidchicken.com>
* faces.el (set-face-attribute): Set family and foundry before
other attributes.
(face-spec-set-2): Pass unmodified args to set-face-attribute.
2008-10-14 Juanma Barranquero <lekktu@gmail.com>
* hl-line.el (hl-line-unload-function): New function.
(hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
(hl-line-sticky-flag): Remove spurious * in docstring.
2008-10-14 Eric Hanchrow <offby1@blarg.net>
* vc-git.el (vc-git-show-log-entry): Include the revision in the
search string.
2008-10-14 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-process-one-action): Embed regexp in
parentheses, before adding end-of-buffer construct. Suggested by
Markus Triska <markus.triska@gmx.at>.
2008-10-13 Ulf Jasper <ulf.jasper@web.de>
* net/newst-plainview.el (w3m-toggle-inline-image):
Define 'declare-function if necessary, for compatibility.
* net/newst-treeview.el (w3m-toggle-inline-images):
Define 'declare-function if necessary, for compatibility.
2008-10-13 Alan Mackenzie <acm@muc.de>
* progmodes/cc-cmds.el (c-indent-region): Fix previous patch
so that the function works on one-line macros.
* progmodes/cc-engine.el: Amend several doc strings and comments.
2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
* vc-hooks.el (vc-stay-local): Add a new choice and default to it.
* vc-cvs.el (vc-cvs-dir-stay-local): Remove.
(vc-cvs-stay-local): Add a new choice and default to it.
(vc-cvs-dir-status): Use the new vc-stay-local choice.
* vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
2008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
* progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
Add support for extended return statement.
* progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
and obj-dir; keep user order.
2008-10-12 Glenn Morris <rgm@gnu.org>
* Makefile.in (ELCFILES): Update.
* simple.el (shell-delimiter-argument-list, shell-file-name-chars)
(shell-file-name-quote-list): Declare.
2008-10-12 Michael Albinus <michael.albinus@gmx.de>
* net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
2008-10-12 Chong Yidong <cyd@stupidchicken.com>
* startup.el (command-line): If toolbar is disabled but ought to
be initialized, call tool-bar-setup.
* tool-bar.el (tool-bar-setup): Variable deleted.
(tool-bar-setup): Set it up unconditionally.
* faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
* progmodes/grep.el (grep-mode-tool-bar-map): Check if
tool-bar-map has been initialized before setting it up.
* progmodes/compile.el (compilation-mode-tool-bar-map): Check if
tool-bar-map has been initialized before setting it up.
2008-10-11 Chong Yidong <cyd@stupidchicken.com>
* emacs-lisp/warnings.el (display-warning): Issue a message if
called during daemon initialization.
* tool-bar.el (tool-bar-local-item)
(tool-bar-local-item-from-menu): Put the check for number of
display colors into the image expression.
(tool-bar-setup): Don't be a no-op on ttys.
* info.el (info-tool-bar-map):
* progmodes/gud.el (gud-tool-bar-map):
* progmodes/grep.el (grep-mode-tool-bar-map):
* progmodes/compile.el (compilation-mode-tool-bar-map):
Initialize it unconditionally.
2008-10-11 Romain Francoise <romain@orebokech.com>
* help.el (view-lossage): Fix docstring, lossage is now 300 keys.
* kmacro.el (kmacro-edit-lossage): Ditto.
* edmacro.el (edit-kbd-macro): Ditto.
2008-10-11 Ulf Jasper <ulf.jasper@web.de>
* net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
Fix variable names.
2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
* startup.el (command-line): Revert 2008-09-26 change, not
necessary anymore.
2008-10-10 Andreas Schwab <schwab@suse.de>
* simple.el (minibuffer-complete-shell-command):
Bind comint-delimiter-argument-list, comint-file-name-chars and
comint-file-name-quote-list like shell-mode.
2008-10-10 Martin Rudalics <rudalics@gmx.at>
* window.el (pop-to-buffer): Fix misplacement of arg norecord in
call of select-window.
2008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc.el (calc-embedded-word-regexp)
(calc-embedded-word-regexp-alist): New variables.
(calc-embedded-open-word, calc-embedded-close-word)
(calc-embedded-open-close-word-alist): Remove unused variables.
* calc/calc-embed.el (calc-embedded-make-info):
Use `calc-embedded-word-regexp' to find words.
2008-10-10 Martin Rudalics <rudalics@gmx.at>
* info.el (Info-extract-menu-counting): New argument no-detail to
skip detailed node listings.
(Info-forward-node): New argument not-up to inhibit going up.
(Info-final-node): Call Info-extract-menu-counting and
Info-forward-node with the new arguments set to avoid infinite
looping. (Bug#1116)
2008-10-10 Eli Zaretskii <eliz@gnu.org>
* startup.el (command-line): Don't invoke tool-bar-mode if it is
not fboundp.
2008-10-09 Chong Yidong <cyd@stupidchicken.com>
* startup.el (command-line): Enable tool-bar-mode as long as it is
not suppressed by X resources, regardless of the terminal.
* tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
graphical terminals.
(tool-bar-setup): No-op if called on a tty.
2008-10-09 Eli Zaretskii <eliz@gnu.org>
* frame.el (make-frame-on-tty): Use "F" inside interactive.
Support `pc' ``window-system''.
* progmodes/compile.el (compilation-start): Resurrect the version
for systems that don't support asynchronous subprocesses.
2008-10-09 Martin Rudalics <rudalics@gmx.at>
* window.el (pop-up-frames): Add choice graphic-only.
(display-buffer): When pop-up-frames equals graphic-only do
not pop up new frame on text-only terminals. (Bug#1061)
2008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
* vc-cvs.el (vc-cvs-dir-stay-local): New variable.
(vc-cvs-dir-status): Use it.
2008-10-08 Chong Yidong <cyd@stupidchicken.com>
* json.el (json-skip-whitespace): Fix last change.
2008-10-08 Juanma Barranquero <lekktu@gmail.com>
* bs.el (bs-unload-function): New function.
2008-10-08 Sven Joachim <svenjoac@gmx.de>
* eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
* eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
For clarity, explicitly require cl.
2008-10-08 Michael Olson <mwolson@gnu.org>
* ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
can avoid a bad interaction with programs that add functions to
the window-scroll-functions hook. This fixes Bug #858.
2008-10-07 Chong Yidong <cyd@stupidchicken.com>
* startup.el (command-line): Use display-warning to warn about an
init file error.
(command-line-1): Remove init file error delay.
2008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
* rx-new.el (rx-constituents): Change `anything' to call rx-anything.
Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
(rx-group-if): New function.
(rx-parent): New variable.
(rx-and, rx-or): Put shy groups only when necessary.
(rx-bracket): Remove.
(rx-anything): New function.
(rx-any-delete-from-range, rx-any-condense-range)
(rx-check-any-string): New functions.
(rx-check-any): Return result as a list. Don't convert chars to
strings. Don't prepend "\\" to "^". Don't search for close bracket.
Check char category string. Call rx-form instead of rx-to-string.
(rx-any): Rebuild to complete the function.
(rx-check-not): Fix char category regexp pattern string.
Call rx-form instead of rx-to-string.
(rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
"[^^]". Call regexp-quote for one char string when not called from
rx-not. Add "\\w", and toggle to upcase. Add the case of
"\\[SCBW]" to toggle.
(rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
instead of rx-to-string.
(rx-kleene): Call rx-form instead of rx-to-string.
Call rx-group-if to adjust putting of shy groups.
(rx-atomic-p): Make check more precisely.
(rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
(rx-regexp): Call rx-group-if.
(rx-form): New function.
(rx-to-string): Call rx-form, rx-group-if.
Refine definition of NO-GROUP.
2008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
* json.el (json-advance): Use forward-char.
(json-skip-whitespace): Use skip-syntax-forward.
2008-10-07 Alan Mackenzie <acm@muc.de>
* progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
indenting a macro followed by blank lines doesn't backslash the
following non-blank line into the macro.
2008-10-06 Chong Yidong <cyd@stupidchicken.com>
* startup.el (before-init-time, after-init-time): Move into emacs.c.
(command-line): Set after-init-time to nil before initialization.
2008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc-units.el (math-standard-units): Update the values
of the units.
2008-10-06 Juanma Barranquero <lekktu@gmail.com>
* bookmark.el (bookmark-unload-function): New function.
2008-10-06 Andreas Schwab <schwab@suse.de>
* emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2008-10-06 Martin Rudalics <rudalics@gmx.at>
* mail/footnote.el: Remove * in defcustom docstrings and tell
for most options that customizing them doesn't affect buffers
already displaying footnotes.
(Footnote-refresh-footnotes, Footnote-renumber-footnotes):
Fix handling of text properties and identical start/end tags.
Do not use format when renumbering.
(Footnote-set-style): Make it work.
(Footnote-insert-numbered-footnote): Simplify.
(Footnote-narrow-to-footnotes, Footnote-insert-footnote)
(Footnote-goto-footnote): Fix handling of empty section tag.
(Footnote-delete-footnote): Fix handling of identical start/end
tags, empty section tag, and spaced footnotes. Do not use
kill-region.
(footnote-mode): Make most options buffer-local to avoid that
customizing messes up handling of footnotes in buffers that
already display them.
2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
* faces.el (x-create-frame-with-faces): Undo previous change.
* vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
existent files.
2008-10-05 Chong Yidong <cyd@stupidchicken.com>
* international/mule-cmds.el (universal-coding-system-argument):
Handle digit-argument too.
2008-10-05 Mario Lang <mlang@delysid.org>
* xml.el (xml-parse-string): Use skip-chars-forward.
2008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
* vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
existent files.
(vc-bzr-dir-status-files): New function.
2008-10-04 Glenn Morris <rgm@gnu.org>
* files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
* vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
(vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
* vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
(vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
2008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
* progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
Fix typo. (Bug#1074)
2008-10-04 Martin Rudalics <rudalics@gmx.at>
* progmodes/compile.el (compilation-start): Make sure to move to
point-max only when we are in the compilation buffer. (Bug#1073)
2008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
* faces.el (x-create-frame-with-faces): Only setup the toolbar if
tool-bar-mode is on.
* vc-svn.el (vc-svn-dir-status-files):
* vc-cvs.el (vc-cvs-dir-status-files): New function.
2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
* vc-hg.el (vc-hg-dir-status-files): New function.
2008-10-03 Martin Rudalics <rudalics@gmx.at>
* window.el (window--display-buffer-1): Don't care about
visibility since raise-frame does.
2008-10-03 Mario Lang <mlang@delysid.org>
* nxml/xmltok.el (xmltok-forward): Simplify.
2008-10-03 Glenn Morris <rgm@gnu.org>
* Makefile.in (ELCFILES): Update.
* frame.el (set-default-font): Make obsolete.
* mouse.el (mouse-set-font): Use set-frame-font.
* jka-cmpr-hook.el (jka-compr-compression-info-list)
(jka-compr-mode-alist-additions): Also match `.tbz2'.
* progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
* files.el (auto-mode-alist): Add .PRO as per above autoload.
2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
* vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
(vc-dir-refresh): Set it here instead. (Bug#1067)
2008-10-02 Chong Yidong <cyd@stupidchicken.com>
* faces.el (inhibit-frame-set-background-mode): New var.
(frame-set-background-mode): Use it to avoid a loop in
face-spec-recalc.
2008-10-02 Glenn Morris <rgm@gnu.org>
* vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
vc-diff-switches.
2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
that is, to take some action when a buffer is killed. Suggested by
Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
11.2.2.
(whitespace-action): Docstring and :type fix.
(whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
Code fix.
(whitespace-add-local-hook, whitespace-remove-local-hook)
(whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
2008-10-01 Magnus Henoch <mange@freemail.hu>
* net/tls.el (open-tls-stream): Show the actual command being
executed, instead of the format string.
2008-10-01 Eli Zaretskii <eliz@gnu.org>
* term/internal.el (dos-locale-alist): New alist.
(dos-codepage-setup): Use it to compute a value of locale with
which to call set-locale-environment. Remove code to set
terminal, keyboard, and file-name encoding (done by
set-locale-environment).
* international/mule-cmds.el
(set-language-environment-nonascii-translation): Fix nonascii
value for `pc' ``window-system''.
(set-display-table-and-terminal-coding-system)
(set-default-coding-systems): Don't special-case `pc'.
2008-10-01 Glenn Morris <rgm@gnu.org>
* filesets.el (filesets-menu-name): Fix type.
(filesets-menu-path, filesets-menu-before): Fix types.
Change defaults to be consistent with recentf. (Bug#1056)
2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
* term/xterm.el (xterm-turn-on-modify-other-keys)
(xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
Don't forget to pass `terminal' to `send-string-to-terminal'.
2008-09-30 Michael Albinus <michael.albinus@gmx.de>
* vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
(vc-file-not-found-hook): Check, that `buffer-file-name' is
non-nil. It is not clear, whether this is only fixing symptoms on
an error. OTOH, in all other cases, the call of `vc-file-clearprops'
is embedded by that check. So it might be TRT. Suggested by Dan
Nicolaescu <dann@ics.uci.edu>.
2008-09-30 Eli Zaretskii <eliz@gnu.org>
* Makefile.in (ELCFILES): Remove codepage.elc.
* international/codepage.el: File removed, as even ms-dos doesn't
need it anymore.
* loadup.el [ms-dos]: Don't load ccl and codepage.
* term/internal.el: Remove coding: cookie and no-byte-compile flag.
(IT-character-translations, cjk-codepages-alist): Remove variables.
(IT-display-table-setup, dos-cpNNN-setup): Remove functions.
(IT-unicode-translations): Remove charset and base elements.
Add translations for Latin-1 characters.
(IT-setup-unicode-display): Accept a CODING argument. Don't use
base and chset elements of IT-unicode-translations. Don't wrap
translation in "{...}". Set up translations only for characters
for which unencodable-char-position returns non-nil.
(dos-codepage-setup): Don't use special-case codepages in
cjk-codepages-alist.
* files.el (locate-dominating-file): Wrap directory-files with
condition-case, instead of calling file-directory-p, which stats
the directory one more time.
* mail/mail-utils.el (mail-unquote-printable-region):
Use insert-byte instead of insert-char, when the UNIBYTE arg is
non-nil.
2008-09-30 Daiki Ueno <ueno@unixuser.org>
* epa-file.el (epa-file-insert-file-contents): Fix typo.
2008-09-30 Glenn Morris <rgm@gnu.org>
* progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
2008-09-30 Daniel Colascione <danc@merrillpress.com>
* progmodes/which-func.el (which-func-imenu-joiner-function): New.
(which-function): Handle nested imenu trees.
* imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
some nested menu items.
2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc-units.el (math-standard-units): Add entries used to
display the values in the units buffer.
(math-build-units-table): Add entries to the units table to be used
to display the values in the units buffer.
(math-build-units-table-buffer): Use the display entry of the units
table when non-nil.
(calc-define-unit): Add option to enter display value of unit.
2008-09-29 Michael Albinus <michael.albinus@gmx.de>
* vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
2008-09-29 Eli Zaretskii <eliz@gnu.org>
* files.el (locate-dominating-file): Take file-attributes of
`dir', not of `file' (which never changes).
2008-09-29 Michael Albinus <michael.albinus@gmx.de>
* files.el (file-remote-p): Precise doc string; IDENTIFICATION can
also be `localname'.
* net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
IDENTIFICATION.
2008-09-28 Glenn Morris <rgm@gnu.org>
* vc.el (vc-switches): Give it a doc string.
2008-09-28 Romain Francoise <romain@orebokech.com>
* comint.el (comint-show-output): Adjust to stickiness changes of
the output field.
* startup.el (command-line): Start the daemon server later.
2008-09-28 Martin Rudalics <rudalics@gmx.at>
* subr.el (read-quoted-char): Call char-resolve-modifiers
instead of char-resolve-modifers.
2008-09-27 Glenn Morris <rgm@gnu.org>
* play/solitaire.el (solitaire-mode-map): Bind "\r" rather
than [return]. (Bug#1031)
2008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
* calendar/calendar.el (solar-sunrises-buffer): Fix typo.
2008-09-27 Daiki Ueno <ueno@unixuser.org>
* epg.el (epg-wait-for-status): Check if there is no pending status.
Reported by Ted Romer <ted@romerfamily.com>.
2008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
* startup.el (command-line): Turn on menu-bar-mode and
tool-bar-mode when running as a daemon.
2008-09-26 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
($(lisp)/progmodes/cc-engine.elc)
($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
($(lisp)/progmodes/cc-subword.elc)
($(lisp)/progmodes/cc-vars.elc): New dependencies.
* Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
($(lisp)/progmodes/cc-engine.elc)
($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
($(lisp)/progmodes/cc-subword.elc)
($(lisp)/progmodes/cc-vars.elc): New dependencies.
2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
* informat.el (Info-split-threshold): New variable.
(Info-split): Use it.
* textmodes/texinfmt.el (texinfo-format-buffer):
Use Info-split-threshold to decide whether to split Info files.
2008-09-25 Chong Yidong <cyd@stupidchicken.com>
* progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
quoting.
* comint.el (comint-dynamic-complete-as-filename): Quote directory
name when reinserting it.
* isearch.el (isearch-search-fun): Use word-search-forward-lax and
word-search-backward-lax for incremental word search.
2008-09-25 Juanma Barranquero <lekktu@gmail.com>
* generic-x.el (generic-other-modes): Fix typo in docstring.
(generic-use-find-file-hook, generic-lines-to-scan)
(generic-find-file-regexp, generic-ignore-files-regexp)
(generic-define-mswindows-modes, generic-define-unix-modes):
Remove `*' from docstring.
(generic-mode-find-file-hook): Use `string-match-p'.
(apache-log-generic-mode, mailagent-rules-generic-mode)
(prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
(java-manifest-generic-mode, java-properties-generic-mode)
(alias-generic-mode): Doc fix: use "Generic mode" in docstrings
for consistency with other modes in generic-x.el.
2008-09-25 Martin Rudalics <rudalics@gmx.at>
* textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
(latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
parens specially only if latex-handle-escaped-parens is non-nil.
(latex-indent-within-escaped-parens): New option.
(latex-find-indent): Bind latex-handle-escaped-parens to
latex-indent-within-escaped-parens. Do not treat escaped parens
specially when this is nil. (Bug#954)
2008-09-25 Glenn Morris <rgm@gnu.org>
* ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
2008-09-25 Chong Yidong <cyd@stupidchicken.com>
* vc.el (vc-mark-resolved): Move message here from
vc-default-mark-resolved.
(vc-default-mark-resolved): Change to an alias for ignore.
2008-09-24 Andreas Politz <politza@fh-trier.de>
* term.el (term-emulate-terminal): Encode input string before
checking its length.
2008-09-24 Chong Yidong <cyd@stupidchicken.com>
* progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
is loaded.
* server.el (server-buffer-done): Avoid changing the buffer when
deleting the client's frame (bug#640).
* vc.el (vc-default-mark-resolved): New function.
2008-09-24 Stephen Berman <stephen.berman@gmx.net>
* mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
from raising a wrong-type-argument error.
2008-09-24 Martin Rudalics <rudalics@gmx.at>
* help-fns.el (describe-function-1, describe-variable): Print
relative file name in help buffer.
* faces.el (describe-face): Print relative file name in help
buffer.
2008-09-23 Romain Francoise <romain@orebokech.com>
* subr.el (with-output-to-string): Make sure that the temporary
buffer gets killed.
2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
* emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
indentation problem with keyword symbols when a list starts with
,@ or spaces. (Bug#1012)
2008-09-23 Martin Rudalics <rudalics@gmx.at>
* textmodes/tex-mode.el (latex-find-indent): Try to handle
escaped close parens correctly. (Bug#954)
2008-09-22 Tassilo Horn <tassilo@member.fsf.org>
* play/fortune.el (fortune-in-buffer): Fix a bug which forced
usage of `fortune-file' even though a FILE argument was passed to
the function.
2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
* startup.el (command-line): Start the server when in daemon mode.
Remove always true test.
* frame.el (frame-initialize): Remove spurious setting of
special-display-function with the default value.
2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
* calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
2008-09-20 Glenn Morris <rgm@gnu.org>
* emacs-lisp/lisp-mode.el (lisp-indent-offset):
Fix custom type. (Bug#1011)
2008-09-20 David De La Harpe Golden <david@harpegolden.net>
* files.el (move-file-to-trash): Avoid recursive trashing if
rename-file calls delete-file.
2008-09-20 Glenn Morris <rgm@gnu.org>
* play/fortune.el: Remove leading `*' from defcustom docs.
(fortune-program-options): Doc fix. Allow to be a string again.
Add :version.
(fortune-in-buffer): Handle fortune-program-options as a string.
Don't rely on fortune program accepting options after fortune file.
2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
* play/fortune.el (fortune-program-options): Change to a list.
(fortune-in-buffer): Use apply.
2008-09-20 Ulrich Müller <ulm@kph.uni-mainz.de>
* emacs-lisp/authors.el: Change encoding of file to utf-8.
(authors-coding-system): Likewise.
2008-09-20 Ami Fischman <ami@fischman.org>
* savehist.el (savehist-save): Handle errors in writing as well as
reading.
2008-09-20 Michael Olson <mwolson@gnu.org>
* emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
to provide a minimal performance boost.
2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* proced.el (proced-grammar-alist, proced-custom-attributes)
(proced-format-alist, proced-format, proced-filter-alist)
(proced-filter, proced-sort): Use defcustom.
(proced-mode): Fix docstring.
(proced-process-attributes): Handle return value nil of functions
in proced-custom-attributes.
2008-09-19 Martin Rudalics <rudalics@gmx.at>
* textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
2008-09-19 Miles Bader <miles@gnu.org>
* comint.el (comint-output-filter): Make field properties for
output text front-sticky.
2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
* vc-bzr.el (vc-bzr-show-log-entry):
* vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
C-x v l for a directory uses that.
2008-09-18 Simon Josefsson <simon@josefsson.org>
* files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
.sieve files.
2008-09-18 Martin Rudalics <rudalics@gmx.at>
* help-macro.el (make-help-screen): Preserve key bindings
established in help-mode call when exiting this macro.
2008-09-17 Kenichi Handa <handa@m17n.org>
* language/burmese.el: Fix setting of composition-function-table.
2008-09-17 Martin Rudalics <rudalics@gmx.at>
* info.el (Info-follow-nearest-node): Don't raise an error for
mouse-1 clicks.
2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc-units.el (calc-convert-temperature): Use default
units when appropriate.
2008-09-16 Markus Triska <markus.triska@gmx.at>
* textmodes/flyspell.el (flyspell-math-tex-command-p): Always
catch errors raised in `texmathp'.
(flyspell-tex-math-initialized): Remove.
2008-09-16 Martin Rudalics <rudalics@gmx.at>
* frame.el (select-frame-set-input-focus): With non-nil
mouse-autoselect-window always move mouse cursor to frame's
selected window. Otherwise restore pre 2008-09-13 behavior.
(select-frame-by-name): Use select-frame-set-input-focus.
* files.el (switch-to-buffer-other-frame): Don't raise frame since
pop-to-buffer already does it.
(display-buffer-other-frame): Fix doc-string.
2008-09-16 Glenn Morris <rgm@gnu.org>
* add-log.el (diff-find-source-location): Update declaration.
* progmodes/make-mode.el (makefile-match-function-end):
Move point. (Bug#983)
2008-09-16 Daiki Ueno <ueno@unixuser.org>
* epg.el (epg-start-verify): Pass "--verify" to gpgsm.
2008-09-15 Juanma Barranquero <lekktu@gmail.com>
* vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
(vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
* vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
2008-09-15 Martin Rudalics <rudalics@gmx.at>
* files.el (file-truename): Don't raise args-out-of-range error
when filename has no separator on windows-nt. (Bug#982)
2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
* diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
be more honest when we don't know.
(diff-tell-file-name): Don't prompt before the actual prompt.
(diff-mode): Don't prompt in add-log-buffer-file-name-function.
(diff-find-source-location): Add `noprompt' argument.
(diff-current-defun): Don't prompt.
2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* proced.el (proced-mark-face, proced-marked-face)
(proced-sort-header-face): Remove.
(proced-font-lock-keywords): Simplify.
(proced-format): Use face proced-sort-header.
(proced-format-interactive, proced-sort-interactive)
(proced-filter-interactive): Only call proced-update if the scheme
has changed.
(proced-sort-header): Use posn-actual-col-row.
2008-09-14 Martin Rudalics <rudalics@gmx.at>
* add-log.el (change-log-find-window): New variable.
(change-log-goto-source-1, change-log-goto-source):
Set change-log-find-window to window displaying source.
(change-log-next-error): Select window specified by
change-log-find-window.
2008-09-13 Martin Rudalics <rudalics@gmx.at>
* frame.el (select-frame-set-input-focus): With focus follows
mouse move mouse cursor to right window.
* window.el (pop-to-buffer): Select window before calling
select-frame-set-input-focus.
2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* proced.el (proced-sort-header): New face.
(proced-sort-header-face): New variable.
(proced-format): Allow format value nil.
Use proced-sort-header-face for header of sort column.
(proced-format-args): New function.
(proced-grammar-alist, proced-timer-flag, proced-process-alist)
(proced-header-help-echo, proced-field-help-echo, proced-timer)
(proced-toggle-timer-flag, proced, proced-mode): Doc fix.
(proced-refine): Rename from proced-filter-attribute. Doc fix.
(proced-sort-header): Bind also to mouse-1.
(proced-move-to-goal-column): Return position of point.
(proced-filter-interactive): Always revert listing.
(proced-format-ttname): Simplify.
(proced-update): Do not keep undo information. Put point at
beginning of buffer if we generate the first listing.
2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
* doc-view.el (doc-view-scroll-up-or-next-page)
(doc-view-scroll-down-or-previous-page): Fix scrolling in case of
vertically split windows.
2008-09-12 Glenn Morris <rgm@gnu.org>
* progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
* indent.el (indent-line-function): Doc fix.
* progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
2008-09-11 Martin Rudalics <rudalics@gmx.at>
* window.el (pop-to-buffer): If the window for buffer-or-name is
not on the selected frame, raise that window's frame and give it
input focus. (Bug#745)
2008-09-11 Glenn Morris <rgm@gnu.org>
* ido.el (ido-mode): Initialize with custom-initialize-default,
rather than a set function. (Bug#947)
2008-09-10 Chong Yidong <cyd@stupidchicken.com>
* replace.el (perform-replace): Don't set inhibit-read-only using
query-replace-skip-read-only (bug#956).
* edmacro.el (edmacro-parse-keys): Fix last change to omit macros
of the <<foo>> form.
2008-09-10 Martin Rudalics <rudalics@gmx.at>
* window.el (display-buffer): Fix doc-string typo.
2008-09-10 Kenichi Handa <handa@m17n.org>
* composite.el (compose-gstring-for-graphic): Fix previous change.
2008-09-10 Glenn Morris <rgm@gnu.org>
* info.el (Info-try-follow-nearest-node): Fix doc typo.
2008-09-10 Stephen Berman <stephen.berman@gmx.net>
* info.el (Info-mouse-follow-nearest-node): Follow links to different
manuals. (Bug#886)
2008-09-09 Juanma Barranquero <lekktu@gmail.com>
* ido.el (ido-unload-function): New function.
2008-09-08 Juanma Barranquero <lekktu@gmail.com>
* ido.el (ido-file-internal): Fix typo in prompt.
(ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
(ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
(ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
(ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
Fix typos in docstrings.
2008-09-08 Martin Rudalics <rudalics@gmx.at>
* help-fns.el (describe-function-1): Don't print extra newline
after filling.
2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
* help-fns.el (find-lisp-object-file-name): Handle case where
library is compressed.
2008-09-07 Chong Yidong <cyd@stupidchicken.com>
* complete.el (PC-do-completion): Don't replace buffer
contents (bug#227).
2008-09-07 Juanma Barranquero <lekktu@gmail.com>
* loadhist.el (unload-feature-special-hooks):
Add `choose-completion-string-functions'.
2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-svn.el (vc-svn-root):
* vc-sccs.el (vc-sccs-root):
* vc-rcs.el (vc-rcs-root):
* vc-cvs.el (vc-cvs-root): Delete.
* vc-hooks.el (vc-find-root): Remove `invert' argument.
2008-09-07 Nikolaj Schumacher <n_schumacher@web.de>
* progmodes/flymake.el (flymake-parse-err-lines): Filter out
errors occurring in different files.
2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
* vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
(vc-bzr-status-printer): New function.
(vc-bzr-after-dir-status): Deal with renamed files.
2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
* ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
buffer's filename.
2008-09-07 Martin Rudalics <rudalics@gmx.at>
* subr.el (cancel-change-group): Widen buffer temporarily when
undoing changes. (Bug#810)
2008-09-07 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
with gud-stop-subjob rather than exit debugger.
2008-09-07 Kenichi Handa <handa@m17n.org>
* composite.el: Compose combining characters only when it
follows a character matching with "[[:alpha:]]".
2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* proced.el: Require time-date.
(proced-command-alist, proced-command, proced-goal-header-re)
(proced-sorting-schemes-alist, proced-sorting-scheme)
(proced-header-alist, proced-sorting-schemes-re)
(proced-skip-regexp, proced-next-line, proced-previous-line)
(proced-listing-type, proced-sorting-scheme-p): Remove.
(proced-grammar-alist, proced-custom-attributes)
(proced-format-alist, proced-format, proced-filter-alist)
(proced-filter, proced-sort, proced-goal-attribute)
(proced-timer-interval, proced-timer-flag, proced-timer)
(proced-process-alist, proced-sort-internal, proced-process-tree)
(proced-header-help-echo, proced-field-help-echo): New variables.
(proced-pid-at-point, proced-timer, proced-mark-process-alist)
(proced-omit-process, proced-filter, proced-process-tree)
(proced-filter-children, proced-children-pids)
(proced-filter-parents, proced-<, proced-string-lessp)
(proced-time-lessp, proced-xor, proced-sort-p)
(proced-format-time, proced-format-start, proced-format-ttname)
(proced-format, proced-process-attributes): New functions.
(proced-toggle-timer-flag, proced-mark-children)
(proced-mark-parents, proced-filter-interactive)
(proced-filter-attribute, proced-sort-interactive)
(proced-sort-header, proced-format-interactive): New commands.
(proced-move-to-goal-column): Use goal-column.
(proced-mode): Use proced-timer.
(proced-do-mark-all): Display process count. Use use-region-p.
Simplify.
(proced-omit-processes): Use use-region-p.
(proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
(proced-sort-start, proced-sort-time, proced-sort-user):
Use proced-sort-interactive.
(proced-sort): Make it a function that performs the actual sort.
(proced-update): New arg revert. Use proced-process-alist,
proced-filter, proced-sort, proced-format, and
proced-grammar-alist. Preserve position of point based on fields.
Make header line and fields clickable.
(proced-send-signal): Use proced-pid-at-point and proced-process-alist.
(proced-why): Use save-selected-window.
(proced-log): Use buffer-read-only.
2008-09-06 Chong Yidong <cyd@stupidchicken.com>
* tooltip.el (tooltip-mode): Initialize unconditionally to t.
2008-09-06 Glenn Morris <rgm@gnu.org>
* add-log.el (diff-find-source-location): Declare.
(find-change-log): If called from a diff buffer, try to switch to the
source buffer (e.g. to respect change-log-default-name there).
* progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
unallowed characters; added 2006-10-10 without comment. (Bug#753)
* Makefile.in (ELCFILES): Update.
2008-09-06 Chong Yidong <cyd@stupidchicken.com>
* textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
user enters a mouse event in another frame, or a special event.
* server.el (server-switch-buffer): New arg.
(server-execute): If reusing an existing window, set file position
if required.
2008-09-06 Kenichi Handa <handa@m17n.org>
* language/lao.el: Fix setting of composition-function-table.
2008-09-06 Eli Zaretskii <eliz@gnu.org>
* term/pc-win.el (msdos-show-help): Don't truncate lines while
displaying help echo messages.
2008-09-06 Martin Rudalics <rudalics@gmx.at>
* subr.el (symbol-file): Fix doc-string.
2008-09-06 Glenn Morris <rgm@gnu.org>
* help-mode.el (help-xref-forward-stack): Doc fix.
* add-log.el (change-log-default-name): Autoload safety.
2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
* progmodes/verilog-mode.el (verilog-library-extensions): Enable .sv
filename extensions to call verilog-mode.
(verilog-auto, verilog-auto-inst, verilog-faq)
(verilog-submit-bug-report): Update author support URLs.
(verilog-delete-auto, verilog-auto-inout-module)
(verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
creating complemented testbench modules. Suggested by Yishay Belkind.
(verilog-auto-inst-port, verilog-simplify-range-expression):
When verilog-auto-inst-param-value is set, don't require a
AUTO_TEMPLATE to expand parameter substitutions. Suggested by
Yishay Belkind.
(verilog-auto-inst-param-value): Add safe variable.
(verilog-re-search-forward, verilog-re-search-backward):
Fix returning wrong search results on Emacs 22.1.
(verilog-modi-cache-results, verilog-auto): Fix warning message
about "toggling font-lock-mode."
(verilog-auto): Fix losing font-lock on errors.
(verilog-auto-inst-param-value, verilog-mode-version)
(verilog-mode-version-date, verilog-read-inst-param-value)
(verilog-auto-inst, verilog-auto-inst-param)
(verilog-auto-inst-port, verilog-simplify-range-expression):
Allow parameters to be replaced with their values, on the expansion of
an AUTOINST with Verilog 2001 style parameter settings.
Suggested by David Rogoff.
2008-09-05 Michael McNamara <mac@mail.brushroad.com>
* progmodes/verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
Better support for the property statement. Sometimes this keyword
introduces a statement which requires an endproperty keyword, and
sometimes it doesn't, depending on the work before the property
word. If property is prefixed with assert, assume or cover
keyword, then the statement is ended with a ';'. Otherwise,
property is like task or specify, and is followed by some number
of statements, which are ended with an endproperty keyword.
(electric-verilog-tab): Support Emacs 22.2 style handling of tab
in a highlighted region: indent each line in region according to
mode. Supply this so it works in XEmacs and older Emacs.
2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
Don't clean up a buffer when killing it.
2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* whitespace.el: Fix auto-cleanup on kill prevents killing read-only
buffers (bug#360). New version 11.2.1.
(whitespace-action): New value `warn-read-only' to give a warning when
buffer is read-only and whitespace action is cleanup or auto-cleanup.
(whitespace-cleanup, whitespace-cleanup-region): Code fix.
(whitespace-warn-read-only): New fun.
2008-09-05 Chong Yidong <cyd@stupidchicken.com>
* international/quail.el: Require help-mode.
(quail-help-init): Function removed.
(quail-keyboard-layout-button, quail-keyboard-customize-button):
Define directly.
* dired.el (dired-get-filename): Rewrite octal escape character
processor (bug#885).
2008-09-05 Eli Zaretskii <eliz@gnu.org>
* cus-edit.el (custom-button-pressed): Default to inverse-video.
* term/pc-win.el (msdos-face-setup): Setup faces for all frames,
not just for terminal-frame.
2008-09-05 Martin Rudalics <rudalics@gmx.at>
* window.el (window--try-to-split-window): Don't split when window
is not splittable in last disjunct. (Bug#888)
2008-09-05 Kenichi Handa <handa@m17n.org>
* language/tibetan.el: Fix setting of composition-function-table.
* composite.el (find-composition): Mention about the automatic
composition in the docstring.
(compose-gstring-for-graphic): Fix handling "above" marks.
* descr-text.el (describe-char): Fix handling of automatic composition.
2008-09-04 Juanma Barranquero <lekktu@gmail.com>
* net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
(tramp-parse-connection-properties): Reflow docstring.
2008-09-04 Kim F. Storm <storm@cua.dk>
* ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
and other-frame methods when switching between file and buffer modes.
2008-09-04 Martin Rudalics <rudalics@gmx.at>
* info.el (Info-dir-remove-duplicates): Narrow buffer when
removing duplicate entries under same heading. Don't skip char
matching anything but a space or tab at bol. (Bug#864)
2008-09-03 Alan Mackenzie <acm@muc.de>
* progmodes/cc-defs.el (c-version): Increment to 5.31.6.
2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (completion-pcm--pattern->regex): Undo last change.
(completion-pcm--all-completions): Move the case-fold-search binding to
it also applies to completion-regexp-list (used in all-completions).
(completion-pcm--hilit-commonality): Add missing case-fold-search.
2008-09-03 Martin Rudalics <rudalics@gmx.at>
* window.el (pop-up-frame-function): Move ...
* frame.el (pop-up-frame-function): ... here, to avoid
"CHANGED outside Customize;".
2008-09-03 Glenn Morris <rgm@gnu.org>
* buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
2008-09-03 Chong Yidong <cyd@stupidchicken.com>
* isearch.el (isearch-highlight-regexp): Fix last change, quoting
non-alphabetical characters properly.
2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
* files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
2008-09-02 Martin Rudalics <rudalics@gmx.at>
* calc/calc.el (calc-dispatch-map): Fix handling of upcased and
control-prefixed keys. (Bug#835)
2008-09-02 Chong Yidong <cyd@stupidchicken.com>
* image-mode.el (image-mode): Fix 2008-07-19 change.
2008-09-02 Juanma Barranquero <lekktu@gmail.com>
* tool-bar.el (tool-bar-add-item): Fix typo in docstring.
* emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
2008-09-02 Glenn Morris <rgm@gnu.org>
* emacs-lisp/lucid.el (try-face-font): Remove dead alias.
* progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
2008-09-01 Glenn Morris <rgm@gnu.org>
* vc-hooks.el (vc-previous-version): Move alias to vc.el.
* vc.el (vc-default-previous-version): Move alias here from vc-hooks,
and fix name typos. (Bug#856)
2008-09-01 Chong Yidong <cyd@stupidchicken.com>
* minibuffer.el (completion-pcm--pattern->regex):
When completion-ignore-case is non-nil, generate a regexp that
ignores case.
* window.el (recenter-top-bottom): Doc fix.
2008-09-01 Simon South <ssouth@member.fsf.org>
* progmodes/delphi.el: New maintainer.
(delphi-interface-types): New var.
(delphi-composite-types): Use it.
(delphi-enclosing-indent-of): Distinguish between "interface"
keyword as a unit separator and used like a class declaration.
2008-09-01 Martin Rudalics <rudalics@gmx.at>
* help-fns.el (describe-simplify-lib-file-name)
(find-source-lisp-file): Remove.
(find-lisp-object-file-name): New function giving preference to
files found via load-path instead of loaddefs.el.
(describe-function-1): Use new function instead of the removed
ones. (Bugs #587, #669, #690)
* faces.el (describe-face): Use find-lisp-object-file-name instead
of describe-simplify-lib-file-name.
2008-09-01 Kenichi Handa <handa@m17n.org>
* international/mule-diag.el (font-show-log): Fix previous change.
* international/mule-cmds.el (set-language-environment):
Don't overwrite current-iso639-language if the current language
environment doesn't provide that data.
(set-locale-environment): Set current-iso639-language from the
locale name.
* international/fontset.el (script-representative-chars): Re-add
the entry for symbol, but with vector of characters.
(setup-default-fontset): Cancel previous change.
2008-08-31 Chong Yidong <cyd@stupidchicken.com>
* ido.el: Move provide statement to the end of the file.
2008-08-30 Markus Triska <markus.triska@gmx.at>
* linum.el (linum-mode): `window-size-change-functions' can now be
buffer-local.
(linum-update-window): Use result of `move-overlay'.
2008-08-30 Glenn Morris <rgm@gnu.org>
* subr.el (make-variable-frame-local): Tweak obsolescence message.
* info.el (Info-hide-note-references, Info-refill-paragraphs):
Doc fixes.
* apropos.el (apropos-command): Report documentation errors.
* help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
2008-08-29 Chong Yidong <cyd@stupidchicken.com>
* isearch.el (isearch-highlight-regexp): Fix case of highlighted
string.
2008-08-29 Eli Zaretskii <eliz@gnu.org>
* bindings.el (mode-line-frame-identification): Fix last change.
2008-08-29 Kenichi Handa <handa@m17n.org>
These changes are to adjust the automatic composition for the new
implementation (avoid using text property).
* composite.el (composition-function-table): Move declaration to
composite.c.
(terminal-composition-base-character-p): Delete it.
(terminal-composition-function): Delete it.
(terminal-composition-function-table): Delete it.
(lgstring-header, lgstring-set-header, lgstring-font)
(lgstring-char, lgstring-char-len, lgstring-shaped-p)
(lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
(lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
(lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
(lglyph-ascent, lglyph-descent, lglyph-adjustment)
(lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
(compose-glyph-string, compose-glyph-string-relative)
(compose-gstring-for-graphic, compose-gstring-for-terminal):
New functions.
(auto-compose-chars): Argument changed.
* language/european.el: Don't setup composition-function-table.
(diacritic-composition-pattern, diacritic-compose-region)
(diacritic-compose-string, diacritic-compose-buffer)
(diacritic-composition-function): Delete them.
* language/lao-util.el (lao-composition-function): Argument changed.
* language/sinhala.el: Fix setting up of composition-function-table.
* language/thai.el: Fix setting up of composition-function-table.
* language/thai-util.el: Encoding changed to utf-8.
(thai-composition-function): Argument changed.
* language/indian.el: Fix setting up of composition-function-table.
(devanagari-composable-pattern)
(tamil-composable-pattern, kannada-composable-pattern)
(malayalam-composable-pattern): New variables.
* international/characters.el (unicode-category-table):
Setup unicode-category-table.
* international/fontset.el (setup-default-fontset): Prepend
iso10646-1 fonts to the fallback font groups instead of appending.
2008-08-29 Glenn Morris <rgm@gnu.org>
* cus-start.el (truncate-partial-width-windows): Changed in 23.1.
2008-08-28 Chong Yidong <cyd@stupidchicken.com>
* term/x-win.el (x-win-suspend-error): Don't signal error if there
are no X frames active.
2008-08-28 Michael Albinus <michael.albinus@gmx.de>
* net/xesam.el (xesam-kill-buffer-function): Wrap code by
`ignore-errors' (the function must succeed always).
2008-08-28 Theresa O'Connor <hober0@gmail.com>
* json.el (json-read-number): New arg. Handle explicitly signed
numbers.
(json-readtable): Add `+' and `.'.
2008-08-28 Eli Zaretskii <eliz@gnu.org>
* term/pc-win.el (msdos-previous-message): New variable.
(msdos-show-help): New function.
(msdos-initialize-window-system): Set show-help-function to
msdos-show-help.
2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
* emacs-lisp/debug.el (debug): When killing a noninteractive
Emacs, give an exit status of -1.
2008-08-28 Chong Yidong <cyd@stupidchicken.com>
* vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
* vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
not the same as the last modification time, fall back on the
backend-specific check.
2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
* add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
to go to the position of interest.
2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
* textmodes/artist.el (artist-mode-init): Add comment on the
setting up of the `artist-replacement-table' array.
(artist-get-replacement-char): New defsubst.
(artist-get-char-at-xy-conv, artist-replace-char)
(artist-replace-chars, artist-replace-string): Use it instead of
accessing `artist-replacement-table' directly.
Reported by Rubén Berenguel <ruben@maia.ub.es>.
(artist-mt): Fix structures for cut and copy operations.
2008-08-27 Chong Yidong <cyd@stupidchicken.com>
* shell.el (shell-file-name-quote-list): Quote `$'.
* comint.el (comint-dynamic-complete-as-filename): Generalize last
change to allow quoting of characters before point.
(comint-dynamic-list-filename-completions): Quote common substring.
2008-08-26 Chong Yidong <cyd@stupidchicken.com>
* comint.el (comint-dynamic-complete-as-filename): If case is
ignored while matching, replace the entire filename with completion.
* textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
flyspell-pre-point is valid to avoid signaling an error in
post-command-hook.
2008-08-26 Johan Bockgård <bojohan@gnu.org>
* linum.el (linum): Inherit remaining face attributes from default
face.
2008-08-26 Markus Triska <markus.triska@gmx.at>
* linum.el (linum-delay): Disable - it should no longer be
necessary, and can lead to longer delays.
(linum-update-window): Renumber if margin width has changed.
2008-08-26 Daiki Ueno <ueno@unixuser.org>
* epa.el (epa--key-widget-action): Save the selected window to
make `widget-button-click-moves-point' work. (Bug#733).
2008-08-26 Glenn Morris <rgm@gnu.org>
* calendar/holidays.el (calendar-holidays): Doc fix.
* progmodes/gud.el (tramp-file-name-localname)
(tramp-dissect-file-name): Declare.
* term/pc-win.el (msdos-setup-keyboard): Fix declaration.
2008-08-25 Eli Zaretskii <eliz@gnu.org>
* bindings.el (mode-line-frame-control): New function, caters to
`pc' ``window system''.
(mode-line-frame-identification): Use it instead of accessing
window-system directly.
2008-08-25 Juri Linkov <juri@jurta.org>
* textmodes/text-mode.el (text-mode-map): Unbind "\es" from
`center-line' and "\eS" from `center-paragraph'.
(facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
`center-paragraph'.
2008-08-25 Ulf Jasper <ulf.jasper@web.de>
* net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
(newsticker-treeview-treewindow-width): New.
(newsticker-treeview-listwindow-height): New.
(newsticker-treeview-browse-url-item): New.
(newsticker-treeview-mode-map):
Add newsticker-treeview-browse-url-item.
(newsticker--treeview-window-init):
Use newsticker-treeview-treewindow-width and
newsticker-treeview-listwindow-height.
* net/newst-reader.el (newsticker-browse-url-item): New.
2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
* vc-dir.el (vc-dir-marked-only-files-and-states):
(vc-dir-child-files-and-states): Reverse the list before returning it.
2008-08-24 Michael Albinus <michael.albinus@gmx.de>
* net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
2008-08-24 Romain Francoise <romain@orebokech.com>
* progmodes/python.el (run-python): Remove '' from sys.path.
2008-08-23 Glenn Morris <rgm@gnu.org>
* progmodes/fortran.el (fortran-tab-mode-string)
(fortran-comment-line-start, fortran-continuation-string): Doc fixes.
2008-08-23 Eli Zaretskii <eliz@gnu.org>
* term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
Add declare-function.
* startup.el (command-line): Don't call tty-register-default-colors
if initial-window-system is `pc'.
* term/internal.el (local-function-key-map): Fix unbalanced parens.
(msdos-key-remapping-map): New variable. Move here all the special
keys we will be remapping via local-function-key-map.
(msdos-setup-keyboard): New function.
* term/pc-win.el (msdos-create-frame-with-faces): Rename from
make-msdos-frame.
(terminal-init-internal): New function, errors out if called.
(msdos-initialize-window-system): New function.
(msdos-create-frame-with-faces): Set the terminal's
`terminal-initted' (sic!) parameter.
(frame-creation-function-alist): Add msdos-create-frame-with-faces.
(window-system-initialization-alist):
Add msdos-initialize-window-system.
(handle-args-function-alist): Use tty-handle-args for `pc'
``window system'' as well.
(pc-win): Provide.
* term/tty-colors.el (tty-register-default-colors): Remove bogus
code for using msdos-color-values.
* loadup.el [ms-dos]: Load term/pc-win.
2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
* vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
directory name.
2008-08-23 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gud.el (gud-common-init): Use absolute file so that
perldb works with tramp (sudo).
* term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
match data in process filters.
2008-08-23 Martin Rudalics <rudalics@gmx.at>
* dired.el (dired-buffer-stale-p): Do not revert buffer that
can be written.
2008-08-23 Glenn Morris <rgm@gnu.org>
* dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
(dired-guess-shell-alist-user): Doc fix. (Bug#417).
2008-08-23 Chong Yidong <cyd@stupidchicken.com>
* subr.el (temp-buffer-show-hook): Doc fix.
2008-08-22 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
and "INSIDE_EMACS=...". Reported by Tassilo Horn
<tassilo@member.fsf.org>.
* net/trampver.el: Update release number.
* net/xesam.el (xesam-minor-mode): New minor mode.
(xesam-highlight-buffer): Remove. Code moved to
`xesam-minor-mode'.
(xesam-refresh-entry): Use `xesam-minor-mode'.
2008-08-21 Chong Yidong <cyd@stupidchicken.com>
* minibuffer.el (completion--try-word-completion):
Disable partial-completion when considering the addition of a space
or hyphen.
2008-08-21 John Paul Wallington <jpw@pobox.com>
* mail/rmail.el (rmail-insert-inbox-text): Ensure that the
filename of `tofile' doesn't contain any colons on Windows,
Cygwin, and MS-DOS systems.
2008-08-21 Daiki Ueno <ueno@unixuser.org>
* epg.el (epg-make-context, epg-context-set-passphrase-callback)
(epg-context-set-progress-callback): Make sure the callback is a
cons of a function and a handback. Update all callers.
2008-08-20 David Reitter <david.reitter@gmail.com>
* term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
Patch applied by Adrian Robert.
2008-08-20 Kevin Ryde <user42@zip.com.au>
* textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
directive lines.
2008-08-20 Michael Albinus <michael.albinus@gmx.de>
* net/xesam.el (xesam-highlight-string): Precise doc string.
(xesam-highlight-buffer): New defun.
(xesam-refresh-entry): Use it. Better check for sourceModified.
2008-08-19 Chong Yidong <cyd@stupidchicken.com>
* edmacro.el (edmacro-parse-keys): Catch events with spaces in
their names.
2008-08-19 Kenichi Handa <handa@m17n.org>
* language/european.el ("Esperanto"): Change the preferred
charsets to iso-8859-3.
* language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
* international/fontset.el (script-representative-chars):
Delete the entry for symbol.
(setup-default-fontset): For symbol characters, don't specify
:script property.
2008-08-19 Chong Yidong <cyd@stupidchicken.com>
* minibuffer.el (completion-table-dynamic): Doc fix.
* cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
saved.
2008-08-18 Chong Yidong <cyd@stupidchicken.com>
* emulation/edt.el (edt-default-emulation-setup):
Share global-buffers-menu-map with the emulated global map.
2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
* term/ns-win.el (global): Uncomment "put backspace
ascii-character..." and friends, they are needed for tramp. (Bug#725)
2008-08-18 Kenichi Handa <handa@m17n.org>
* international/mule-diag.el (font-show-log): Add optional arg N
to control the limit of font listing.
2008-08-18 Chong Yidong <cyd@stupidchicken.com>
* window.el (recenter-top-bottom): Determine top and bottom
positions using scroll-margin instead of scroll-conservatively.
2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* proced.el (proced-send-signal): Use beginning-of-line.
2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
(proced-mode-map): Add tooltips for menus. Use radio buttons for
listing types.
(proced-log-buffer): New variable.
(proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
region if transient-mark-mode is turned on and the region is active.
(proced-omit-processes): Rename from proced-hide-processes to
avoid key clash with describe-mode (bound to h). Search for
marked processes starting from point-min.
(proced-header-space): Remove.
(proced-send-signal): Handle errors. Operate on current process
if no process is marked.
(proced-why): New command.
(proced-log, proced-log-summary): New functions.
(proced-help): Use proced-why.
* textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
(bibtex-autokey-year-title-separator): Fix docstring.
2008-08-17 Michael Albinus <michael.albinus@gmx.de>
* net/xesam.el (xesam-vendor, xesam-notify-function):
New local variables.
(xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
(xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
(xesam-new-search): Initialize `xesam-vendor'.
2008-08-15 Glenn Morris <rgm@gnu.org>
* eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
a pipeline.
* eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
unless at the end of the pipeline. (Bug#699).
2008-08-14 Chong Yidong <cyd@stupidchicken.com>
* minibuffer.el (completion-boundaries): Doc fix.
(display-completion-list): Only default base-size to zero if
completing in the minibuffer.
* simple.el (completion-base-size): Doc fix.
(choose-completion): Try reselecting completion-reference-buffer.
2008-08-14 Michael Albinus <michael.albinus@gmx.de>
* vc-dispatcher.el (vc-do-command): Let asynchronous processes run
also for remote directories.
2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
since those precomputed values aren't used any more.
(easy-menu-precalculate-equivalent-keybindings): Obsolete.
2008-08-14 Martin Rudalics <rudalics@gmx.at>
* help.el (with-help-window): Return last value in BODY.
2008-08-14 Michael Albinus <michael.albinus@gmx.de>
* net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
notify function of the URL.
(xesam-new-search): Encode special characters in the query string.
2008-08-13 Chong Yidong <cyd@stupidchicken.com>
* term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
2008-08-13 Andreas Schwab <schwab@suse.de>
* net/tramp.el (tramp-handle-shell-command): Handle output going
to current buffer like shell-command. Don't disable undo.
2008-08-13 Glenn Morris <rgm@gnu.org>
* eshell/esh-cmd.el (eshell/which): Handle the case where no
description is found.
2008-08-12 Alan Mackenzie <acm@muc.de>
* progmodes/cc-defs.el (c-emacs-features):
argumentative-bod-function: bind mark-ring to avoid accumulating a
spurious mark.
2008-08-12 Chong Yidong <cyd@stupidchicken.com>
* simple.el (visual-line--saved-state): New var.
(visual-line-mode): Save local values of variables, and restore
them when visual-line-mode is disabled.
2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
* net/ldap.el (ldap-search-internal): Tweak URL regexp.
2008-08-11 Chong Yidong <cyd@stupidchicken.com>
* progmodes/cc-defs.el (c-emacs-features):
Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
moving point during the test.
* emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
2008-08-11 Glenn Morris <rgm@gnu.org>
* term/ns-win.el (x-parse-geometry): Doc fix.
* dired.el (x-popup-menu):
* hi-lock.el (x-popup-menu):
* mouse.el (font-face-attributes):
* calendar/cal-menu.el (x-popup-menu):
* calendar/calendar.el (x-popup-menu):
* calendar/holidays.el (x-popup-menu):
* progmodes/cperl-mode.el (x-popup-menu):
* term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
(x-open-connection):
* term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
(x-command-line-resources):
* term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
(x-display-name, x-command-line-resources):
Add declarations for builds without X.
2008-08-10 Glenn Morris <rgm@gnu.org>
* calendar/cal-bahai.el (holiday-bahai): Doc fix.
2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
* vc-bzr.el (vc-bzr-find-revision): Rename from
vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
2008-08-10 Michael Albinus <michael.albinus@gmx.de>
* net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
(xesam-refresh-entry): Add Debbugs handling. Insert a widget
"DONE", when all hits are retrieved.
(xesam-search): Autoload it.
2008-08-11 John Paul Wallington <jpw@pobox.com>
* ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
empty string when no filename.
(define-ibuffer-column filename): Accommodate that change.
* ibuf-ext.el (ibuffer-define-filter filename): Use plain old
`buffer-file-name' instead of `ibuffer-buffer-file-name'.
2008-08-10 Glenn Morris <rgm@gnu.org>
* Makefile.in (ELCFILES): Update.
2008-08-10 John Paul Wallington <jpw@pobox.com>
* pcvs.el (defun-cvs-mode): Add `doc-string' decl.
2008-08-08 Chong Yidong <cyd@stupidchicken.com>
* battery.el (battery-echo-area-format, battery-status-function):
Handle new Linux sysfs format for battery reporting.
(battery-linux-sysfs): New function.
2008-08-07 Martin Rudalics <rudalics@gmx.at>
* add-log.el (change-log-search-tag-name)
(change-log-goto-source): Fix behavior when point is not on tag.
2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
* startup.el (command-line-ns-option-alist): Use ignore instead of
ns-ignore-0-arg.
* term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
(ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
(ns-alternatives-map): New variable.
(x-set-up-function-keys): Use it.
(global): Comment out "put backspace ascii-character..." and friends.
Move function-key-map into ns-alternatives-map. Don't call
precompute-menubar-bindings. Don't set anything connected with
browse-url.
(after-make-frame-functions): Clarify comment why a hook is added.
2008-08-06 Joakim Verona <joakim@verona.se>
* thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
in url:s.
2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
* vc-svn.el (vc-svn-parse-status): Use when instead of if.
Fix 2008-01-01 change: use a shy group to not affect subsequent
match calls.
2008-08-06 Reto Zimmermann <reto@gnu.org>
* progmodes/vera-mode.el (vera-electric-tab):
* progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
region when active.
2008-08-06 Kenichi Handa <handa@m17n.org>
* faces.el (face-valid-attribute-values): Fix handling the value
of (font-family-list) and font-XXX-table.
2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
* proced.el (proced-menu): Bind the correct function to for toggling.
* vc-dir.el (vc-dir-mode): Fix typo.
2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* whitespace.el (whitespace-newline-mode)
(global-whitespace-newline-mode, whitespace-mode)
(global-whitespace-mode): Improve docstring.
2008-08-05 Chong Yidong <cyd@stupidchicken.com>
* kmacro.el (kmacro-exec-ring-item): Add autoload.
* files.el (auto-save-visited-file-name): Move definition to fileio.c.
* cus-start.el (all): Handle auto-save-visited-file-name.
2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
* files.el (hack-one-local-variable-eval-safep): Handle
lisp-indent-function and scheme-indent-function in addition to the
deprecated lisp-indent-hook.
2008-08-05 Michael Albinus <michael.albinus@gmx.de>
* net/xesam.el (top): Require `wid-edit' always.
(xesam-mode-line, xesam-highlight): New deffaces.
(xesam-objects): New local variable.
(xesam-search-engines): Fix error in field list.
(xesam-mode): Use `xesam-mode-line' instead of
`font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
proper initialization (why?).
(xesam-highlight-string, xesam-get-hits)
(xesam-kill-buffer-function): New defuns.
(xesam-refresh-entry): Move code to `xesam-get-hits'. Check
result of "hit.fields", it isn't a string only. Wrap an error of
the strigi search engine ("xesam:size" is returned as string).
Highlight search items.
(xesam-refresh-search-buffer): Make logic of counters more simple.
Prefetch next hits.
(xesam-signal-handler): Use `xesam-mode-line' instead of
`font-lock-type-face'.
(xesam-new-search): Add `xesam-kill-buffer-function' to
`kill-buffer-hook'.
2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
* add-log.el (change-log-next-error, change-log-mode): Add support
for `next-error' to call `change-log-goto-source' on named files
in a ChangeLog.
2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc.el (math-read-number): Handle all C-like languages
properly.
2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
* calc/calc.el (math-read-number): Handle C numbers beginning with
0 correctly.
2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
* term/ns-win.el ([ns-new-frame]): New global key.
2008-08-04 Juanma Barranquero <lekktu@gmail.com>
* international/mule-cmds.el (read-char-by-name):
Check UCS names with `assoc-string' and case folding.
2008-08-04 Michael Albinus <michael.albinus@gmx.de>
* net/dbus.el (dbus-call-method-asynchronously)
(dbus-method-return-internal, dbus-method-error-internal):
Declare them with `declare-function'.
2008-08-04 Juanma Barranquero <lekktu@gmail.com>
* descr-text.el (describe-char-display): Fix last change:
don't pass CHARSET to `encoded-string-description'.
2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
* vc.el (vc-next-action): Update list var correctly after delete.
2008-08-02 Chong Yidong <cyd@stupidchicken.com>
* ido.el (ido-mode): Add toggle notification.
* cus-edit.el (custom-save-all): Avoid destroying symlink if
already visiting the custom file.
* pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
pending output coming after the status change.
2008-08-02 Jason Rumney <jasonr@gnu.org>
* w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
2008-08-01 Kenichi Handa <handa@m17n.org>
* international/mule-cmds.el (encode-coding-char):
New optional arg CHARSET.
* descr-text.el (describe-char-display): Call encode-coding-char
with the arg CHARSET.
(describe-char): Pay attention to the text-property `charset'.
2008-08-01 Michael Albinus <michael.albinus@gmx.de>
* net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
error messages.
(dbus-set-property): Call `dbus-introspect-get-property' instead
of `dbus-get-property'.
* net/xesam.el (xesam-all-fields): Remove source and content
identifiers.
(xesam-dbus-unique-names): New defvar.
(xesam-dbus-call-method): New defun. Replace all calls of
`dbus-call-method' by `xesam-dbus-call-method'.
(xesam-get-cached-property, xesam-set-cached-property):
New defuns.
(xesam-get-property, xesam-set-property, xesam-refresh-entry)
(xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
(xesam-search-engines): Make it an association list. Take changed
layout into account in the corresponding function.
(xesam-delete-search-engine): Remove check for consistency of
`xesam-search-engines', not needed anymore.
(xesam-mode): Show XML query string only in the debug case.
2008-07-31 Juanma Barranquero <lekktu@gmail.com>
* files.el (read-file-modes): Fix typo in docstring.
2008-07-31 Chong Yidong <cyd@stupidchicken.com>
* Makefile.in: Avoid maintainer warning for autogenerated Unicode
files.
* apropos.el (apropos-symbol): Don't set button skip by default.
(apropos-print): Set button skip iff searching for multiple types.
(apropos-print-doc): Insert blank label button when searching for
a single type.
* button.el (forward-button): Avoid infloop.
* minibuffer.el (read-file-name-completion-ignore-case):
Add cygwin to the list.
2008-07-31 Sven Joachim <svenjoac@gmx.de>
* files.el (abbreviate-file-name): When replacing $HOME with ~,
turn off case-fold-search.
2008-07-31 Michael Albinus <michael.albinus@gmx.de>
* net/dbus.el (top): Don't register for "NameOwnerChanged".
(dbus-message-type-invalid, dbus-message-type-method-call)
(dbus-message-type-method-return, dbus-message-type-error)
(dbus-message-type-signal): New defconst.
(dbus-ignore-errors): Fix `edebug-form-spec' property.
(dbus-return-values-table): New defvar.
(dbus-call-method-non-blocking-handler, dbus-event-message-type):
New defun.
(dbus-check-event, dbus-handle-event, dbus-event-serial-number):
Extend docstring. Adapt implementation according to new
`dbus-event' layout.
(dbus-event-service-name, dbus-event-path-name)
(dbus-event-interface-name, dbus-event-member-name):
Adapt implementation according to new `dbus-event' layout.
(dbus-set-property): Correct `dbus-introspect-get-attribute' call.
* net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
(xesam-mode): Rework implementation.
(xesam-new-search): Additional parameter TYPE.
(xesam-search): Adapt call of `xesam-new-search'.
2008-07-31 Juri Linkov <juri@jurta.org>
* dired-aux.el (dired-do-chmod): Set default value to the original
mode string using absolute notation like u=rwx,g=rx,o=rx.
Use it as a new arg `default' of `dired-mark-read-string'.
(dired-mark-read-string): Add new optional arg `default'.
* files.el (read-file-modes): Set default value to the original
mode string using absolute notation like u=rwx,g=rx,o=rx.
Use it as the `default' arg of `read-string'.
* filesets.el (filesets-cmd-isearch-getargs): Check if the
variable `files' is bound to avoid warnings.
* isearch.el (isearch-forward-regexp, isearch-forward-word)
(isearch-backward, isearch-backward-regexp): Doc fix - make a link
to the command `isearch-forward' instead of displaying "See C-s".
(isearch-highlight-regexp): Remove arguments `regexp' and `face'
with their interactive specifications. Move reading the face name to
the main body after calls to isearch-done and isearch-clean-overlays.
* mb-depth.el: Unify all names under one common name prefix
`minibuffer-depth-'.
(minibuffer-depth-indicator-function): Rename from
`minibuf-depth-indicator-function'.
(minibuffer-depth-overlay): Rename from
`minibuf-depth-overlay'.
(minibuffer-depth-setup): Rename from
`minibuf-depth-setup-minibuffer'.
(minibuffer-depth-indicate-mode): Rename from
`minibuffer-indicate-depth-mode'.
2008-07-31 Juri Linkov <juri@jurta.org>
* dired-aux.el (dired-isearch-filenames-toggle): New command.
(dired-isearch-filenames-setup): Bind "\M-sf" to
dired-isearch-filenames-toggle in isearch-mode-map.
(dired-isearch-filenames-end): Bind "\M-sf" to nil
in isearch-mode-map.
* isearch.el (isearch-edit-string-set-word): New command.
(minibuffer-local-isearch-map): Bind "\C-w" to
isearch-edit-string-set-word.
(isearch-new-word): Temporary internal variable.
(isearch-edit-string): Remove special case of reading the
first character and checking it for C-w.
* simple.el (read-shell-command, shell-command):
Move code that uses minibuffer-with-setup-hook to set
minibuffer-default-add-function to minibuffer-default-add-shell-commands
from the interactive spec of `shell-command' to `read-shell-command'.
* international/mule-cmds.el (read-char-by-name):
Accept hash notation. Doc fix.
(ucs-insert): Doc fix. Convert to number only when `arg' is
a string. Use separate error message when `arg' is not an integer.
Bind `ucs-insert' to `C-x 8 RET'.
2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
* progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
move the (arglist-cont-nonempty) from c-offsets-alist to
c-hanging-braces-alist like other styles already have.
2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
* textmodes/texinfmt.el:
* nxml/nxml-enc.el:
* mail/feedmail.el:
* international/mule.el:
* international/latexenc.el:
* emulation/viper-util.el:
* emulation/viper-init.el:
* emulation/viper-ex.el:
* emacs-lisp/bytecomp.el:
* version.el:
* subr.el:
* startup.el:
* sort.el:
* shadowfile.el:
* recentf.el:
* printing.el:
* paths.el:
* minibuffer.el:
* ls-lisp.el:
* loadup.el:
* hippie-exp.el:
* finder.el:
* files.el:
* ediff-util.el:
* ediff-ptch.el:
* ediff-init.el:
* ediff-diff.el:
* dired.el:
* dired-aux.el:
* cus-edit.el:
* bindings.el:
* arc-mode.el:
* add-log.el: Remove VMS support.
* obsolete/vmsproc.el:
* obsolete/vms-pmail.el:
* obsolete/vms-patch.el: Remove file.
2008-07-31 Alan Mackenzie <acm@muc.de>
* progmodes/cc-mode.el (c-before-hack-hook): New function.
(Top Level): Install c-before-hack-hook on
before-hack-local-variables-hook, rather than
c-postprocess-file-styles on hack-local-variables-hook.
2008-07-31 Chong Yidong <cyd@stupidchicken.com>
* files.el (normal-mode): Move call to hack-project-variables into
hack-local-variables.
(file-local-variables-alist, before-hack-local-variables-hook):
New vars.
(ignored-local-variables): Add file-local-variables-alist.
(hack-local-variables-filter): Renamed from
hack-local-variables-apply. Add the result to
file-local-variables-alist, without applying them.
(hack-local-variables): Set file-local-variables-alist to nil.
Call hack-project-variables and before-hack-local-variables-hook.
Apply variables here, instead of hack-local-variables-apply.
Based on a patch by Alan Mackenzie.
2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
* info-look.el (autoconf-mode :doc-spec): For
"(autoconf)M4 Macro Index", if the item already
begins with "AS_", don't prefix that string again.
2008-07-30 Juri Linkov <juri@jurta.org>
* info.el (info, Info-mode): Doc fix.
* isearch.el (isearch-mode-map): Bind `M-s r' to
`isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
(search-map): Bind `M-s w' to `isearch-forward-word' globally
in the global map `search-map'.
(isearch-forward): Doc fix.
(isearch-forward-word, isearch-toggle-case-fold): New commands.
* simple.el (quoted-insert): Comment out code that treats
0240-0377 specially.
2008-07-30 Chong Yidong <cyd@stupidchicken.com>
* cus-start.el: Add customization info for
read-buffer-completion-ignore-case.
2008-07-30 Sam Steingold <sds@gnu.org>
* vc-dir.el (vc-dir): Call file-truename on the dir argument.
2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
* vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
(vc-dir-mode): Improve docstring.
2008-07-30 Juri Linkov <juri@jurta.org>
* dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
for the sake of isearch-mode-hook in dired-mode in dired.el.
2008-07-19 Markus Triska <markus.triska@gmx.at>
* image-mode.el (image-mode): Set image-mode-text-map when image
cannot be displayed.
2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
* progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
ada-xref-set-default-prj-values.
(ada-prj-display-page): Ditto.
* progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
(ada-make-filename-from-adaname): Fix free variable.
2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
* vc-git.el (vc-git-status-printer): Synchronize with the default.
2008-07-30 Michael McNamara <mac@mail.brushroad.com>
* progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
for declarations inside a parenthetical list. The code is ill-advised,
and doesn't work given user defined types.
(verilog-set-auto-endcomments): Enhance function automatic
endcomment to support functions that return user defined types.
(verilog-mode): Add code to tell which-function-mode minor mode
that Verilog supports this feature.
(verilog-beg-block-re-ordered, verilog-indent-re)
(verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
(verilog-leap-to-head): Support the new virtual and/or protected
tasks, as well as extern declarations of tasks for indenting and
for forward/backward expression.
2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
* progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
to work with SV 'logic' signals. Suggested by Julian Gorfajn.
(verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
(verilog-string-replace-matches): Avoid recursion with small
replacements.
(verilog-auto-inst-param-value, verilog-mode-version)
(verilog-mode-version-date, verilog-read-inst-param-value)
(verilog-auto-inst, verilog-auto-inst-param)
(verilog-auto-inst-port, verilog-simplify-range-expression): Add
verilog-auto-inst-param-value option for AUTOINST. Suggested by
David Rogoff. This allows parameters to be replaced with their
values, on the expansion of an AUTOINST with Verilog 2001 style
parameter settings.
2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
* calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
to `cddr'.
2008-07-29 Chong Yidong <cyd@stupidchicken.com>
* Makefile.in (ELCFILES): Add mairix.elc.
2008-07-29 David Engster <deng@randomsample.de>
* net/mairix.el: New file.
2008-07-29 Juri Linkov <juri@jurta.org>
* cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
instead of variable-pitch with bold and 1.2 height.
* dired-aux.el (dired-do-async-shell-command): New command.
* dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
2008-07-29 Juri Linkov <juri@jurta.org>
* international/mule-cmds.el (ucs-names): New internal variable.
(ucs-names): New function.
(ucs-completions): New lazy completion variable.
(read-char-by-name): New function.
(ucs-insert): Replace interactive spec letter "s" with the call to
`read-char-by-name'.
* replace.el (read-regexp): Add second arg `default'. Doc fix.
* replace.el (occur-read-primary-args):
* hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
(hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
second arg of `read-regexp'.
* dired-aux.el (dired-isearch-filenames): New user option.
(dired-isearch-orig-success-function): New internal variable.
(dired-isearch-filenames-setup, dired-isearch-filenames-end)
(dired-isearch-success-function): New functions.
(dired-isearch-filenames, dired-isearch-filenames-regexp):
New commands.
* dired.el (dired-insert-set-properties): Add new text property
`dired-filename' to put on file names.
(dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
Add menu items.
(dired-mode): Add hook `dired-isearch-filenames-setup' to
buffer-local `isearch-mode-hook'.
2008-07-29 Juanma Barranquero <lekktu@gmail.com>
* progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
(ada-create-case-exception): Fix typo in docstring.
(ada-no-auto-case): Return nil, not the docstring.
(ada-indent-current): Reflow docstring.
* progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
(ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
(ada-prj-load-from-file): Reflow docstring.
(ada-prj-display-page): Fix typo in widget.
* progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
Fix typos in docstrings.
* progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
(ada-compile-current, ada-check-current, ada-run-application)
(ada-get-ali-file-name): Fix typos in docstrings.
(ada-xref-confirm-compile, ada-find-references)
(ada-find-local-references, ada-find-any-references): Doc fixes.
(ada-get-all-references): Fix typo in error message.
(ada-xref-current-project): Use `let', not `let*'.
(ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* whitespace.el (whitespace-newline): Change initialization to have a
low contrast relative to the background color. Suggested by David
Reitter <david.reitter@gmail.com>.
2008-07-28 Juri Linkov <juri@jurta.org>
* dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
New functions.
* dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
2008-07-28 Seiji Zenitani <zenitani@mac.com>
* help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
* emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
* progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
Add support for add-log.
(ada-end-stmt-re): Fix bug - allow comment after 'when'.
* progmodes/ada-prj.el: Delete 'main_unit' project variable.
(ada-prj-save): Prompt for file name if not given.
(ada-prj-display-page): Display casing exceptions.
* progmodes/ada-xref.el: Add support for GNAT project files as Emacs
Ada mode project files. Delete 'main_unit' project variable;
only need 'main'. Simplify handling of default project values.
Use cross-prefix consistently.
(ada-find-executable): Throw error if not found.
(ada-initialize-runtime-library): Improve error handling when
gnatls not found.
(ada-gnat-parse-gpr): New.
(ada-treat-cmd-string): Allow process environment variables.
(ada-xref-set-default-prj-values): Delete; replace with
ada-default-prj-properties.
(ada-parse-prj-file): Handle GNAT project files.
(ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
(ada-select-prj-file): New.
(ada-get-absolute-dir-list): Allow project and environment variables.
2008-07-27 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.1.14.
* net/tramp.el (tramp-perl-directory-files-and-attributes)
(tramp-get-device): Make device number a cons cell.
(tramp-convert-file-attributes): Make inode a cons cell.
* net/trampver.el: Update release number.
2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
* faces.el (face-set-after-frame-default): Treat 'ns as all other
window systems.
2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
* term/ns-win.el (do-applescript): New alias in carbon-compat section.
2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
Remove support for Mac Carbon.
* term/mac-win.el: Remove file
* international/mule-cmds.el:
* version.el:
* startup.el:
* simple.el:
* mwheel.el:
* mouse.el:
* loadup.el:
* isearch.el:
* info.el:
* frame.el:
* faces.el:
* disp-table.el:
* cus-start.el:
* cus-face.el:
* cus-edit.el:
* Makefile.in: Remove code for Carbon.
2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
* term/ns-win.el (ns-extended-platform-support-mode): Get rid of
bindings for functions deleted by Dan N. 2008-07-21. Set
where-is-preferred-modifier. Add show-manual option to Help menu.
2008-07-26 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-handle-start-file-process):
Set query-on-exit flag. Kill temporary buffer.
(tramp-process-sentinel): Remove defun.
(tramp-do-copy-or-rename-file-out-of-band)
(tramp-maybe-open-connection): Don't call it.
* net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
`tramp-process-sentinel'.
* net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
`tramp-process-sentinel'.
* net/xesam.el (xesam-from): Remove defvar.
(xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
and `mode-line-position'.
(xesam-refresh-entry): Remove argument `hit-number'. Add debug
information to the widgets. Don't set `mode-line-position'.
(xesam-refresh-search-buffer): Correct hit number computing.
Don't set `mode-line-position'.
(xesam-new-search): Add debug information to the mode line.
2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* diff-mode.el (diff-show-trailing-blanks): Renamed to
diff-show-trailing-whitespaces.
2008-07-25 Chong Yidong <cyd@stupidchicken.com>
* textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
invalid filename strings when parsing tex errors (bug#376).
2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
* menu-bar.el (menu-bar-file-menu): Fix typo.
2008-07-25 Juanma Barranquero <lekktu@gmail.com>
* play/solitaire.el (solitaire-mode-map): Define within defvar.
(solitaire-mode): Define with `define-derived-mode'.
(solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
(solitaire-down): Use "?\s" instead of "?\ "; use `when'.
(solitaire-undo, solitaire-check): Use `when'.
(solitaire-solve): Err out if the solitaire is already in progress.
Use `when'.
* descr-text.el (describe-char): Don't overwrite local variable char
when describing characters with display-table entries. Display font
backend when describing composed characters. Simplify: use `let'
instead of `let*', and `or x y' instead of `if x x y'.
2008-07-25 Chong Yidong <cyd@stupidchicken.com>
* image-mode.el (image-minor-mode): Set up winprops.
2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* diff-mode.el (diff-show-trailing-blanks): New fun.
Show trailing blanks in modified lines for diff-mode.
2008-07-24 Michael Albinus <michael.albinus@gmx.de>
* Makefile.in (ELCFILES): Add net/xesam.el.
* net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
process name. Reported by Markus Triska <markus.triska@gmx.at>.
* net/xesam.el: New file.
2008-07-24 Sven Joachim <svenjoac@gmx.de>
* dired-aux.el (dired-copy-file-recursive): Avoid calling
set-file-modes when creating target directories.
2008-07-24 Juanma Barranquero <lekktu@gmail.com>
* play/solitaire.el (solitaire-mode): Fix typo in docstring.
Set `show-trailing-whitespace' to nil.
(solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
Fix typos in docstrings.
2008-07-24 Chong Yidong <cyd@stupidchicken.com>
* textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
key remapping, not directly.
2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* whitespace.el: New version 11.2.
(whitespace-newline-mode, global-whitespace-newline-mode): New newline
minor mode visualization.
2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
* progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
* Makefile.in (ELCFILES): Add term/common-win.elc.
* vc-dir.el (vc-dir-search, vc-dir-isearch)
(vc-dir-isearch-regexp): New functions.
(vc-dir-mode-map, vc-dir-menu-map): Bind them.
2008-07-23 Juri Linkov <juri@jurta.org>
* isearch-multi.el: Remove file to avoid dos file name clashes
with isearch-x.el. Move most content to misearch.el.
* misearch.el: New file with most content from isearch-multi.el.
Rename `isearch-buffers' name prefixes to `multi-isearch'.
Remove `isearch-buffers-minor-mode'. Add new function
`multi-isearch-setup' to `isearch-mode-hook'. New top-level
commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
`multi-isearch-files', `multi-isearch-files-regexp'.
* Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
* isearch.el (isearch-message-prefix): Display "Multi" when
`multi-isearch-next-buffer-current-function' is non-nil.
(isearch-search-string): Replace `isearch-buffers-next-buffer-function'
with `multi-isearch-next-buffer-current-function', and
`isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
* add-log.el (change-log-mode): Set `change-log-next-buffer' to
`multi-isearch-next-buffer-function' instead of
`isearch-buffers-next-buffer-function'. Remove call to
`isearch-buffers-minor-mode'.
* buff-menu.el (Buffer-menu-marked-buffers)
(Buffer-menu-isearch-buffers)
(Buffer-menu-isearch-buffers-regexp): New functions.
(Buffer-menu-mode-map): Bind "M-s a C-s" to
`Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
`Buffer-menu-isearch-buffers-regexp'.
(Buffer-menu-mode): Document new commands in docstring.
(list-buffers-noselect): Add one space after Info file name
according to the Info address convention.
* ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
New functions.
* ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
`ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
(ibuffer-mode): Document new commands in docstring.
* filesets.el (filesets-commands): Add commands for "Isearch" and
"Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
(filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
or `multi-isearch-files-regexp'.
(filesets-cmd-query-replace-getargs): Call standard function
`query-replace-read-args' to read `query-replace' arguments.
Add `multi-query-replace-map'.
(filesets-cmd-query-replace-regexp-getargs)
(filesets-cmd-isearch-getargs): New functions.
2008-07-23 Chong Yidong <cyd@stupidchicken.com>
* international/mule.el (recode-region): Deactivate mark at the end.
2008-07-23 Nikolaj Schumacher <n_schumacher@web.de>
* progmodes/flymake.el (flymake-errline, flymake-warnline):
Use more suitable colors on dark displays.
2008-07-23 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
"scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
(tramp-temp-buffer-name): New defconst.
(tramp-handle-start-file-process): Use it. Apply "exec", for the
command. No trailing prompt.
(tramp-process-sentinel): Remove temporary buffer, if existing.
Don't handle trailing prompt.
(tramp-open-connection-setup-interactive-shell):
Use `tramp-temp-buffer-name'.
2008-07-23 Chong Yidong <cyd@stupidchicken.com>
* shell.el (shell-dynamic-complete-functions):
Use comint-dynamic-complete-filename as well (bug#361).
2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
* term/ns-win.el:
* version.el (emacs-version):
* loadup.el:
* frame.el (make-frame-on-display): Check for ns instead of
ns-windowing.
* dired.el (dired-mode-map): Show the key binding for wdired.
* menu-bar.el (menu-bar-file-menu): Show the key binding for
exiting Emacs.
2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
* term/ns-win.el (x-list-fonts): Drop alias.
2008-07-23 Juri Linkov <juri@jurta.org>
* replace.el (multi-query-replace-map): New variable.
(perform-replace): Add processing of new multi-buffer keys bound
to `automatic-all' and `exit-current'. Set `query-flag' to nil
if last input char was `automatic-all'. Set new local variable
`multi-buffer' to t when one of new two keys were typed. Return
non-nil value of `multi-buffer' that tells to calling functions
to continue replacement on the next file.
* progmodes/etags.el (tags-query-replace): Set arg `map' of
`perform-replace' to `multi-query-replace-map'.
2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
* diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
otherwise displayed in every buffer.
* vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
(vc-arch-trim-one-revlib): Delete temp directories as well.
2008-07-22 Stephen Eglen <stephen@gnu.org>
* iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
2008-07-22 Sven Joachim <svenjoac@gmx.de>
* vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
2008-07-22 Miles Bader <miles@gnu.org>
* progmodes/sh-script.el (sh-newline-and-indent): Remove.
(sh-mode-map): Remove remapping of newline-and-indent.
2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (Todo): Update.
* vc-hooks.el: Remove obsolete comment.
* vc-git.el (vc-git-status-printer): Update the directory display
to match the default.
* vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
2008-07-21 Chong Yidong <cyd@stupidchicken.com>
* menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
for "word wrap" command.
* simple.el (visual-line-mode): Disable truncate-partial-width-windows.
2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
* term/ns-win.el: Rename ns- functions/variables to the
corresponding x- versions.
(x-select-text, x-cut-buffer-or-selection-value)
(x-disown-selection-internal, x-get-selection-internal)
(x-own-selection-internal, x-defined-colors, xw-defined-colors)
(x-display-mm-width, x-display-mm-height)
(x-display-backing-store, x-display-save-under)
(x-display-visual-class, x-display-screens, x-focus-frame): Remove
defaliases.
* frame.el (ns-display-name): Remove declaration.
(make-frame-on-display): Use x-display-name instead
ns-display-name. Use unless.
* startup.el (command-line-1): Fix indentation.
* term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
checked in inadvertently.
2008-07-21 Chong Yidong <cyd@stupidchicken.com>
* term/ns-win.el: Standardize references to "Nextstep" in
comments, messages, and docstrings.
(ns-handle-args, x-parse-geometry)
(ns-extended-platform-support-mode, x-setup-function-keys)
(ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
(ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
(ns-initialized, ns-initialize-window-system): Doc fixes.
2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
* diff-mode.el (diff-auto-refine): Delete defcustom.
(diff-auto-refine-mode): New func/var via define-minor-mode.
Update var ref to use diff-auto-refine-mode.
* smerge-mode.el (diff-mode): Require when compiling.
(smerge-auto-refine): Delete defcustom.
Update smerge-auto-refine ref to use diff-auto-refine-mode.
2008-07-21 Chong Yidong <cyd@stupidchicken.com>
* simple.el (visual-line): New custom group.
(visual-line-fringe-indicators): New var.
(visual-line-mode): Set fringe-indicator-alist based on
visual-line-fringe-indicators. Add lighter.
2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
* term/x-win.el (x-handle-switch, x-handle-numeric-switch)
(x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
(x-handle-geometry, x-handle-name-switch, x-display-name)
(x-handle-display, x-handle-args, x-colors): Move ...
* term/common-win.el: ... here. New file.
* term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
(x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
(x-handle-geometry, x-handle-name-switch, x-display-name)
(x-handle-display, x-handle-args, x-colors): Remove.
* loadup.el: Load term/common-win before term/x-win and term/w32-win.
2008-07-19 Juri Linkov <juri@jurta.org>
* startup.el (fancy-startup-text): Move the line "To quit
a partially entered command, type Control-g" a few lines below
to be after the line "To start". Add text "at gnu.org" to
"Overview of Emacs features".
* dired.el (dired-mode-map): Fix menu text of
image-dired-display-thumbs.
* image-dired.el (image-dired-cmd-create-thumbnail-options)
(image-dired-cmd-create-temp-image-options)
(image-dired-cmd-create-standard-thumbnail-command): Add > to the
ImageMagick command line to change the dimensions of the image
only if its width or height exceeds the geometry specification.
* longlines.el: Add coding cookie utf-8 for the pilcrow sign.
* proced.el (proced-mode, proced): Add \\<proced-mode-map>
to docstrings.
2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
* term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
Vinicius Jose Latorre.
2008-07-19 Glenn Morris <rgm@gnu.org>
* term/ns-win.el (ns-make-command-string): Use mapconcat.
(ns-save-preferences): Fix typo in previous change. (Bug#573)
2008-07-18 Michael Albinus <michael.albinus@gmx.de>
* net/dbus.el (dbus-interface-properties): New defconst.
(dbus-introspect): Update docstring.
(dbus-introspect-xml, dbus-introspect-get-attribute)
(dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
(dbus-introspect-get-interface-names)
(dbus-introspect-get-interface, dbus-introspect-get-method-names)
(dbus-introspect-get-method, dbus-introspect-get-signal-names)
(dbus-introspect-get-signal, dbus-introspect-get-property-names)
(dbus-introspect-get-property)
(dbus-introspect-get-annotation-names)
(dbus-introspect-get-annotation)
(dbus-introspect-get-argument-names, dbus-introspect-get-argument)
(dbus-introspect-get-signature, dbus-get-property)
(dbus-set-property, dbus-get-all-properties): New defuns.
2008-07-18 Chong Yidong <cyd@stupidchicken.com>
* Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
ns-grabenv.elc.
* ns-carbon-compat.el: File removed.
* ns-grabenv.el: File removed.
* term/ns-win.el: Contents of ns-carbon-compat.el and
ns-grabenv.el moved here.
(ns-grabenv, ns-open-file-select-line): Doc fixes.
(ns-submit-bug-report): Function removed. Reports go to the main
Emacs bug list.
(ns-handle-args, ns-spi-service-call): Doc fixes.
(info-ns-emacs): Function removed. Nextstep port manual will be
merged into the Emacs manual, so no separate link needed.
2008-07-18 Francesc Rocher <rocher@member.fsf.org>
* startup.el (fancy-splash-head): Fix change of 2008-07-02.
2008-07-18 Glenn Morris <rgm@gnu.org>
* eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
to XEmacs, since it does nothing for Emacs.
2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
* net/tls.el (open-tls-stream): Make it work with the 2nd argument
BUFFER that is a string but does not exist as a buffer object, as
mentioned in the doc-string.
2008-07-17 Chong Yidong <cyd@stupidchicken.com>
* simple.el (line-move-visual): Make it a defcustom.
(line-move-1): Convert temporary-goal-column back to an integer if
it was set as a float by a previous call to line-move-visual.
(end-of-visual-line, beginning-of-visual-line)
(next-logical-line, previous-logical-line): New functions.
2008-07-17 David Reitter <david.reitter@gmail.com>
* simple.el (kill-visual-line, turn-on-visual-line-mode): New functions.
(visual-line-mode, global-visual-line-mode): New minor mode.
(visual-line-mode-map): New variable.
2008-07-17 Glenn Morris <rgm@gnu.org>
* term/ns-win.el (parameters): Declare for compiler.
2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
* eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
for Windows.
2008-07-17 Daiki Ueno <ueno@unixuser.org>
* epa.el (epa-key-list-mode): Use run-mode-hooks.
(epa-key-mode): Ditto.
(epa-info-mode): Ditto.
2008-07-17 Glenn Morris <rgm@gnu.org>
* term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
(ns-handle-numeric-switch): Just call ns-handle-switch.
(ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
(ns-handle-args): Simplify using `pop'.
(ns-display-name): Define (used in frame.el).
(menu-bar-select-frame): Add (ignored) arg to more closely match the
original definition.
(ns-perform-service): Declare.
(ns-save-preferences): Use fewer `let's.
* frame.el (ns-display-name): Declare for compiler.
2008-07-17 Kenichi Handa <handa@m17n.org>
* descr-text.el (describe-char-unidata-list): Initialize to the
list of name, general-category, decomposition, and old-name.
2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
* startup.el (command-line-1): Update processing of NS long options to
mimic recent changes to processing of X long options.
2008-07-16 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
list of #defines for remote files.
(gdb-source-info): Only show main if it has been found.
2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
* term/ns-win.el: Require CL; fix up comment style; reindent.
(ns-define-service): Use subst-char-in-string. Avoid `eval'.
(ns-save-preferences): Use `case'.
(ns-initialize-window-system): Use `dolist'.
2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
* loadup.el: Remove load of easy-mmode prior to ns-win when NS
windowing is used.
* term/ns-win.el (ns-extended-platform-support-mode):
Correct/improve documentation.
2008-07-16 Glenn Morris <rgm@gnu.org>
* emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
Simply require 'cl (see comment in cl-compat.el).
* emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
* emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
(cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
directly rather by subterfuge. Provide cl before loading cl-macs.
* paths.el (rmail-spool-directory): Remove settings for systems that are
no longer supported.
* frame.el (ns-initialize-window-system): Declare for compiler.
* term/ns-win.el: Add numerous declarations for compiler.
(ns-pop-up-frames): Move definition before use. Doc fix.
* emacs-lisp/check-declare.el (check-declare-locate)
(check-declare-verify): Handle .m files.
2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
* ns-carbon-compat.el: New file: user-visible compatibility of
NeXTstep port with Carbon port.
* ns-grabenv.el: New file: functionality useful on OS X platform to
expose environment variables inside Emacs started from icon.
* Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
* cus-edit.el:
* cus-face.el:
* disp-table.el:
* faces.el:
* info.el:
* mouse.el:
* mwheel.el:
* simple.el: Add ns to window systems treated as GUIs.
* facemenu.el (facemenu-read-color): Don't require a name match under
NS, to allow numeric color entry.
* frame.el (make-frame-on-display): Follow code for 'x in initializing
'ns window system if need be.
(various): Add 'ns as described above.
* loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
ns-windowing is active.
* startup.el (command-line-ns-option-alist): New constant to handle NS
windowing system specific command line args analogous to how they are
handled for X windows.
(command-line-1): Use the above where appropriate.
* version.el: Add NS port version.
* woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
Darwin (usually OS X) systems.
(woman-use-own-frame): Include 'ns in list of GUI window systems.
* emulation/viper-util.el (ns-display-color-p)
(ns-color-defined-p): Remove these (caustically-commented) outdated
compensations for a port that was never itself integrated until now.
* gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
for NS window system.
* international/mule-cmds.el: Add 'ns to list of special-cased window
systems (probably most of these, x/w32/mac/ns could be changed to
window-system non-nil).
* term/ns-win.el: New file: lisp-side support for NS windowing system.
2008-07-14 Jason Rumney <jasonr@gnu.org>
* term/w32-win.el (x-handle-switch, x-handle-name-switch)
(x-handle-numeric-switch, x-handle-initial-switch)
(x-handle-xrm-switch, x-handle-args, x-handle-display)
(xw-defined-colors, w32-initialize-window-system):
Avoid use of cl pop and push macros.
2008-07-14 Martin Rudalics <rudalics@gmx.at>
* add-log.el (change-log-goto-source): Avoid wrong-type-argument
error when change-log-search-file-name returns nil.
2008-07-13 Martin Rudalics <rudalics@gmx.at>
* add-log.el (change-log-search-file-name):
Use match-string-no-properties.
(change-log-search-tag-name-1, change-log-search-tag-name)
(change-log-goto-source-1, change-log-goto-source): New functions.
(change-log-tag-re, change-log-find-head, change-log-find-tail):
New variables.
(change-log-mode-map): Bind C-c C-c to change-log-goto-source.
2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc-help.el (calc-describe-key): Add angles to special key
descriptions.
2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
* calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
search for regexp.
2008-07-12 Chong Yidong <cyd@stupidchicken.com>
* simple.el (line-move-visual): Handle null pixel position gracefully.
2008-07-11 Jason Rumney <jasonr@gnu.org>
* files.el (file-truename): Get truename of ancestors if file does
not exist on Windows.
2008-07-11 Chong Yidong <cyd@stupidchicken.com>
* simple.el (line-move-visual): Obey goal-column and no-error arg.
(track-eol, temporary-goal-column, previous-line, next-line):
Update docstring.
(move-end-of-line, move-beginning-of-line): Bind line-move-visual
to nil.
2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
* simple.el (line-move-visual): New var.
(line-move-visual): New function.
(line-move): Call line-move-visual.
2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
* progmodes/grep.el (grep-files-aliases): Improve the C++ source
pattern and add patterns for C++ header files.
2008-07-10 Chong Yidong <cyd@stupidchicken.com>
* window.el (truncated-partial-width-window-p): New function.
* menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
* faces.el (x-create-frame-with-faces): Don't pass parameters that
are set later to x-create-frame.
(face-set-after-frame-default): Apply X resources for non-default
faces.
2008-07-08 Chong Yidong <cyd@stupidchicken.com>
* faces.el (face-set-after-frame-default): Simplify. Don't apply
frame-specific X resource settings. Set faces using a list of
frame parameters explicitly passed to the calling
function (e.g. make-frame).
(x-create-frame-with-faces, tty-create-frame-with-faces):
Supply explicit frame parameter list to face-set-after-frame-default.
2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
* net/browse-url.el (browse-url-default-browser):
Fix argument list in lambda.
2008-07-07 Ulf Jasper <ulf.jasper@web.de>
* net/newst-backend.el (newsticker--get-news-by-url): Catch errors
from url-retrieve.
(newsticker--sentinel-work): Fix xerror typo.
2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
* vc-dir.el (vc-dir-refresh): Only update files.
* vc-git.el (vc-git--ls-files-state): Remove unused function.
* vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
2008-07-06 John Paul Wallington <jpw@pobox.com>
* kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
2008-07-05 Alexandre Julliard <julliard@winehq.org>
* vc-git.el (vc-git-registered): Return true for removed files.
(vc-git-print-log, vc-git-log-view-mode): Print a single log for
all the files instead of one per file.
(vc-git-previous-revision): Add support for project-wide previous
revision when specified file is nil.
2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
* vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
* vc-dir.el (vc-dir-find-child-files): New function.
(vc-dir-resync-directory-files): New function.
(vc-dir-recompute-file-state): New function, broken out of ...
(vc-dir-resynch-file): ... here. Also deal with directories.
* vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
(vc-resynch-buffer): Use it.
* vc-hg.el (vc-hg-registered): Do not set vc-state.
* vc-annotate.el (vc-annotate-mode-menu): Add separator.
2008-07-05 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
if it's not part of gdb-ui, e.g, at start.
* progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
filenames in stack trace (text command mode).
2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
* mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
* textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
Use syntax-ppss on a position *before* the char we want to change.
2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
* vc-dir.el (vc-dir-query-replace-regexp): New function.
(vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
(vc-dir-mode-map): Likewise.
2008-07-03 Juanma Barranquero <lekktu@gmail.com>
* eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
(eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
(eshell-arg-load-hook, eshell-special-chars-outside-quoting):
Remove spurious * in defcustom docstrings.
* textmodes/fill.el (fill-paragraph): Fix typo in docstring.
(fill-individual-varying-indent, colon-double-space, enable-kinsoku)
(adaptive-fill-mode, adaptive-fill-first-line-regexp)
(default-justification): Remove spurious * in defcustom docstrings.
* textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
(rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
(rst-compare-decorations, rst-default-indent, rst-update-section)
(rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
(rst-toc-insert-find-delete-contents, rst-toc-count-lines)
(rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
Fix typos in docstrings.
(rst-mode-lazy): Fix typo in docstring. Remove spurious *.
(rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
(rst-get-decorations-around, rst-section-tree-point)
(rst-font-lock-adornment-point): Reflow docstrings.
(rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
Doc fixes.
(rst-re-enumerations): Comment out.
* nxml/nxml-glyph.el (nxml-glyph-set-hook):
* nxml/nxml-uchnm.el (nxml-unicode-blocks)
(nxml-unicode-block-char-name-set):
* nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
* nxml/rng-nxml.el (rng-set-state-after):
* nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
* nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
(rng-c-parse-annotation-body):
* nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
* nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
(nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
(nxml-forward-balanced-item, nxml-dynamic-markup-word)
(nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
Fix typos in docstrings.
(nxml-attribute-indent): Reflow docstring.
(nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
(nxml-default-buffer-file-coding-system): Doc fixes.
* nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
(nxml-ns-set-prefix): Fix typos in docstrings.
(nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
Reflow docstring.
(nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
* nxml/nxml-outln.el (nxml-hide-all-text-content)
(nxml-show-direct-text-content, nxml-show-direct-subheadings)
(nxml-hide-direct-text-content, nxml-hide-subheadings)
(nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
(nxml-outline-display-rest, nxml-outline-set-overlay)
(nxml-section-tag-forward, nxml-section-tag-backward)
(nxml-back-to-section-start): Fix typos in docstrings.
* nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
Doc fixes.
* nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
(nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
(nxml-scan-after-change): Fix typo in docstring.
* nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
(rng-name-class-possible-names): Doc fixes.
(rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
(rng-match-possible-start-tag-names, rng-match-possible-value-strings):
Fix typos in docstrings.
(rng-intern-group-shortcut, rng-intern-choice-shortcut):
Reflow docstrings.
* nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
(rng-substq, rng-complete-before-point): Fix typos in docstrings.
* nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
(rng-xsd-convert-date-time): Reflow docstrings.
(rng-xsd-compile): Fix typo in docstring.
* nxml/rng-loc.el (rng-current-schema-file-name)
(rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
Doc fixes.
(rng-set-schema-file): Fix typo in docstring.
* nxml/rng-valid.el (rng-error-count, rng-validate-mode)
(rng-do-some-validation, rng-process-start-tag, rng-process-text):
Fix typos in docstrings.
(rng-message-overlay, rng-conditional-up-to-date-start)
(rng-conditional-up-to-date-end): Doc fixes.
(rng-next-error, rng-previous-error): Reflow docstrings.
* nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
(xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
(xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
(xmltok-merge-attributes): Fix typos in docstrings.
(xmltok-make-attribute, xmltok-forward-special)
(xmltok-get-declared-encoding-position): Reflow docstrings.
* nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
(xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
Fix typos in docstrings.
2008-07-02 John Paul Wallington <jpw@pobox.com>
* ibuffer.el (ibuffer-buffer-file-name):
Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
and `vc-dir-mode'. Suggested by Dan Nicolaescu.
2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
* files.el (backup-extract-version): Handle versioned directories.
(trash-directory): New variable.
(move-file-to-trash): New function.
* cus-start.el (delete-by-moving-to-trash): Declare for custom.
2008-07-02 Magnus Henoch <mange@freemail.hu>
* vc-git.el (vc-git-annotate-command): Use proper option for
specifying revision.
2008-07-02 Francesc Rocher <rocher@member.fsf.org>
* startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
if available.
2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
* uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
* vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
Add binding for vc-annotate-show-changeset-diff-revision-at-line.
* vc-dir.el (vc-dir-mode): Set list-buffers-directory.
2008-07-01 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
(gdb-init-2): Use it. Don't run gdb-mode-hook again.
(gdb-var-list-children-regexp, gdb-var-update-regexp)
(gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
(gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
(gdb-stack-list-locals-regexp): Future proof regexps better.
2008-06-30 Juri Linkov <juri@jurta.org>
* faces.el (face-name-history): New variable.
(make-face, make-empty-face): Replace interactive spec "S"
with `read-from-minibuffer' where `read' arg is t and
`hist' arg is `face-name-history'.
(read-face-name): Set `hist' arg of `completing-read-multiple'
to `face-name-history'.
(list-faces-display): Use `read-regexp' instead of `read-string'
to read regexp.
* hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
to `regexp-history'.
(hi-lock-face-history): Rename to `hi-lock-face-defaults' and
make it an obsolete alias to it.
(hi-lock-face-defaults): New variable renamed from
`hi-lock-face-history'.
(hi-lock-line-face-buffer, hi-lock-face-buffer)
(hi-lock-face-phrase-buffer): Use `read-regexp' instead of
`read-from-minibuffer'. Doc fix.
(hi-lock-read-face-name): Replace `hi-lock-face-history' with
`hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
Set `hist' arg of `completing-read' to `face-name-history'.
Put a list of default faces to `default' arg instead of `hist' arg.
* bindings.el (abbrev-map, narrow-map): New variables.
Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
Rebind related commands to these new maps.
(ctl-x-r-map): New variable for rectangle, register and bookmark
keys. Move rectangle keybindings to rect.el and register
keybindings to register.el.
(next-buffer, previous-buffer): Remove C-x prefix and move
keybindings to ctl-x-map.
* bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
to the new map `ctl-x-r-map' in autoload cookies.
* expand.el: Rebind two global `C-x a' keys "n", "p"
to the new map `abbrev-map' in autoload cookies.
* rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
* register.el: Bind global keys to ctl-x-r-map in autoload cookies.
2008-06-30 Miles Bader <miles@gnu.org>
* net/rcirc.el (rcirc-markup-attributes): Don't skip a character
after processing an escape sequence.
2008-06-29 Michael Albinus <michael.albinus@gmx.de>
* net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
from 2008-06-28. It does not work on W32.
2008-06-29 Juri Linkov <juri@jurta.org>
* replace.el (read-regexp): New function.
(keep-lines-read-args, occur-read-primary-args):
Call `read-regexp' instead of code moved to new function.
(keep-lines, flush-lines, how-many): Remove parenthesis and colon
from the end of prompt.
(replace-re-search-function): Doc fix.
2008-06-29 Kenichi Handa <handa@m17n.org>
* descr-text.el (describe-char-display): Always return a string.
(describe-char-padded-string): New function.
(describe-char): Adjusted for the change of
describe-char-display. Use describe-char-padded-string.
2008-06-29 Andreas Schwab <schwab@suse.de>
* vc-dir.el (vc-dir): Make backend argument optional and use
vc-responsible-backend when nil. Interactively pass nil for
backend instead of using the backend of what happens to be
default-directory at the time of the call.
* find-dired.el (find-dired-filter): Preserve point.
2008-06-28 Juanma Barranquero <lekktu@gmail.com>
* net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
(sasl-find-mechanism, sasl-next-step):
* net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
(sasl-ntlm-response): Fix typos in docstrings.
2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
* international/mule-cmds.el (view-hello-file): Doc fix.
2008-06-28 Chong Yidong <cyd@stupidchicken.com>
* faces.el (inhibit-face-set-after-frame-default): Var deleted.
(set-face-attribute, face-set-after-frame-default)): Don't use it.
2008-06-28 John Paul Wallington <jpw@pobox.com>
* calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
2008-06-28 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-handle-file-modes): Handle symlinks.
(tramp-convert-file-attributes): Convert symlinks only when
returned from `tramp-handle-file-attributes-with-stat'.
* net/tramp-ftp.el (top): Delete 'ange-ftp property from
`substitute-in-file-name' when unloading.
(tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
* vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
(vc-string-prefix-p): Move function ...
* vc.el (vc-string-prefix-p): ... here.
2008-06-27 Juanma Barranquero <lekktu@gmail.com>
* vc-dir.el (vc-dir): Complete only directory names.
2008-06-27 Jason Rumney <jasonr@gnu.org>
* w32-fns.el (top-level): Unconditionally define all charsets.
2008-06-27 Alan Mackenzie <acm@muc.de>
* progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
the CC Mode specific functions; this is no longer needed, since
{beginning,end}-of-defun now pass ARG to ...-of-defun-function.
* progmodes/cc-defs.el (c-emacs-features): New feature
'argumentative-bod-function.
2008-06-27 John Paul Wallington <jpw@pobox.com>
* chistory.el (list-command-history): Use `bound-and-true-p'.
(command-history-map): Define within defvar. Add docstring.
2008-06-27 Juanma Barranquero <lekktu@gmail.com>
* image.el (image-jpeg-p): Don't fail if the arg cannot be converted
to unibyte; just assume it is not a JPEG. Use `string-match-p'.
(image-type-from-data, image-type-from-file-name): Use `string-match-p'.
(image-type-from-buffer): Use `looking-at-p'.
2008-06-27 Juanma Barranquero <lekktu@gmail.com>
* ibuf-ext.el (diff-sentinel): Declare.
2008-06-27 Glenn Morris <rgm@gnu.org>
* calendar/lunar.el (calendar-lunar-phases): Rename from
calendar-phases-of-moon. Keep old name as alias, update callers.
(lunar-phases): Rename from phases-of-moon. Keep old name as alias.
(diary-lunar-phases): Rename from diary-phases-of-moon.
Keep old name as alias.
* calendar/cal-menu.el (cal-menu-sunmoon-menu)
(cal-menu-global-mouse-menu): Update for lunar name changes.
* calendar/calendar.el (calendar-mode-map): Update for name change.
* calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
2008-06-26 Glenn Morris <rgm@gnu.org>
* calendar/solar.el (solar-sunrise-sunset-string): Add optional
argument `nolocation'.
(calendar-sunrise-sunset-month): New function.
* calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
(cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
* calendar/calendar.el (solar-sunrises-buffer): New constant.
(calendar-mode-map): Use cal-menu-sunmoon-menu.
(calendar-buffer-list): Add solar-sunrises-buffer.
* calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
2008-06-26 Chong Yidong <cyd@stupidchicken.com>
* cus-start.el: Add customization types for word-wrap and
shift-select-mode.
2008-06-26 John Paul Wallington <jpw@pobox.com>
* ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
(ibuffer-diff-with-file): Use it. Do diff on marked buffers.
(ibuffer-mark-on-buffer): Don't display message when removing marks.
(ibuffer-mark-by-mode): Use `buffer-local-value'.
2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
* vc-dir.el (tool-bar): Require.
* vc.el (ewoc, tool-bar): Do not require.
2008-06-26 Kenichi Handa <handa@m17n.org>
* international/mule-cmds.el (encode-coding-char): Fix for ASCII
characters.
* composite.el (terminal-composition-base-character-p): New function.
(terminal-composition-function):
Use terminal-composition-base-character-p. Include the base character
in the composition.
(auto-compose-chars): Don't check font-object for terminal display.
2008-06-26 Glenn Morris <rgm@gnu.org>
* doc-view.el (bookmark-make-record-default):
* image-mode.el (bookmark-make-record-default): Fix declaration.
* calendar/calendar.el (calendar-date-echo-text): Doc fix.
Add default :value for sexp type.
(calendar-month-edges): New variable.
(calendar-month-edges): New function.
(calendar-recompute-layout-variables): Set calendar-month-edges.
(calendar-intermonth-header, calendar-intermonth-text): New options.
(calendar-insert-at-column): New function.
(calendar-generate-month): Use calendar-insert-at-column.
Handle intermonth text. Add 'date property.
(calendar-column-to-month): Remove function.
(calendar-column-to-segment): New function.
(calendar-cursor-to-date): Use calendar-column-to-segment.
Check 'date property.
* calendar/calendar.el (calendar-print-other-dates):
Handle mouse events.
* calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
(cal-menu-context-mouse-menu): Use calendar-print-other-dates.
* calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
* calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
(cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
* calendar/cal-move.el (calendar-cursor-to-nearest-date):
Use calendar-column-to-segment, calendar-month-edges, and
the 'date property to handle intermonth text.
* calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
* calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
(cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
Add doc strings.
(cal-menu-context-mouse-menu): Add some :keys.
(calendar-check-holidays): Declare rather than autoloading.
(diary-show-holidays-flag): Remove unneeded declaration.
* calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
* calendar/calendar.el (calendar-cursor-to-date): Handle case where
event-start is nil.
2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (completion-basic-try-completion): Use the text after
point to constrain the completion candidates.
(completion-basic-all-completions): Adjust accordingly.
2008-06-25 Chong Yidong <cyd@stupidchicken.com>
* textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
courier.
* faces.el (set-face-attribute): Doc fix.
2008-06-25 Juri Linkov <juri@jurta.org>
* bindings.el (goto-map): New variable. Rebind goto-related
commands to this `M-g' prefix keymap.
(search-map): New variable for `M-s' prefix keymap.
Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
`highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
`M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
`M-shw' to `hi-lock-write-interactive-patterns'.
* isearch.el (isearch-mode-map): Bind `M-s h r' to
`isearch-highlight-regexp'.
(isearch-highlight-regexp): New function.
2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
* info.el (Info-bookmark-make-record):
Use bookmark-make-record-default.
(Info-bookmark-jump): Use bookmark-default-handler.
* image-mode.el (image-bookmark-make-record):
Use bookmark-make-record-default.
(image-bookmark-jump): Use bookmark-default-handler.
* doc-view.el (doc-view-bookmark-make-record):
Use bookmark-make-record-default.
(doc-view-bookmark-jump): Use bookmark-default-handler.
* bookmark.el (bookmark-alist): Allow the 2 slightly different formats
used until now in bookmark.el's code.
(bookmark-get-bookmark): Accept bookmark names or bookmark records.
(bookmark-get-bookmark-record): Allow the 2 slightly different formats
used until now in bookmark.el's code.
(bookmark-set-filename): Remove special code, moved to its only caller.
(bookmark-store): Use the newer format.
(bookmark-make-record-default): Add arg `point-only'.
Rename from bookmark-make-record-for-text-file.
(bookmark--jump-via): New function.
(bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
(bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
Use it.
(bookmark-jump-noselect, bookmark-default-handler):
Don't return an alist, instead return the data implicitly by changing
current buffer and point. Signal an error if the file doesn't exist.
* buff-menu.el: Use with-current-buffer and inhibit-read-only.
(Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
* bs.el: Use with-current-buffer. Simplify.
(bs-toggle-readonly): Avoid vc-toggle-read-only.
* eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
is bound before using it.
2008-06-25 Kenichi Handa <handa@m17n.org>
* image.el (image-jpeg-p): Convert DATA to unibyte at first.
2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
* vc-hg.el:
* vc-git.el: Require vc-dir when compiling.
* vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
vc-dir-marked-only-files. Change the return value.
(vc-dir-child-files-and-states): Rename from vc-dir-child-files.
Change the return value.
(vc-dir-deduce-fileset): New function broken out from ...
* vc.el (vc-deduce-fileset): ... here and ...
(vc-deduce-fileset): ... here.
* vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
(vc-svn-parse-status): Do not set the vc-backend property.
2008-06-25 Andreas Schwab <schwab@suse.de>
* faces.el (face-font-family-alternatives, variable-pitch):
Use "Sans Serif", not "Sans-Serif".
2008-06-24 Chong Yidong <cyd@stupidchicken.com>
* faces.el (face-font-family-alternatives, variable-pitch):
Change "Sans" to the canonical name "Sans-Serif".
2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc.el (calc-mode-map): Add extra keybindings to
`calc-missing-key'.
* calc/calc-ext.el (calc-init-extensions): Add keybinding for
`kill-ring-save'.
2008-06-24 Miles Bader <miles@gnu.org>
* mouse.el (mouse-appearance-menu): Don't do anything if the user
pops up the menu but doesn't select anything.
2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
* add-log.el (add-change-log-entry): Add new arg to force each new
entry to be on a new line.
* diff-mode.el (diff-add-change-log-entries-other-window): Use it.
* vc-dir.el (vc-client-object): Remove.
(vc-dir-prepare-status-buffer): Take a backend as an argument and
use it when looking for a buffer.
(vc-dir): Add a backend argument. Set revert-buffer-function.
Don't create a client object. Move bindings ...
(vc-dir-menu-map, vc-dir-mode-map): ... here.
(vc-dir-revert-buffer-function): New function.
(vc-generic-status-printer): Rename to ...
(vc-dir-status-printer): ... this.
(vc-generic-state, vc-generic-status-fileinfo-extra)
(vc-dir-extra-menu, vc-make-backend-object): Remove.
(vc-default-status-printer): Use a different face for
directories. Don't display any text for directories in the state
column. Add tooltips.
* vc.el (Todo): Update.
* vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
* vc-rcs.el (vc-annotate-convert-time):
* vc-mtn.el (vc-annotate-convert-time):
* vc-git.el (vc-annotate-convert-time):
* vc-cvs.el (vc-annotate-convert-time):
* vc-bzr.el (vc-annotate-convert-time): Declare as functions.
2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
* vc-annotate.el (vc-annotate-mode): Derive from special-mode
instead of using view-mode.
2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
* Makefile.in (distclean): Don't delete *.elc and autogen files.
2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el:
* vc-hooks.el:
* vc-dispatcher.el: Move vc-dir variables and functions ...
* vc-dir.el: ... here. New file.
* Makefile.in (ELCFILES): Add vc-dir.elc.
* vc.el: Move vc-annotate variables and functions ...
* vc-annotate.el: ... here. New file.
* Makefile.in (ELCFILES): Add vc-annotate.elc.
* vc-dav.el: Move here from url/vc-dav.el.
(Todo): Note work needed to make this backend functional.
* Makefile.in (ELCFILES): Update vc-dav.el location.
2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
* Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
2008-06-21 John Paul Wallington <jpw@pobox.com>
* emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
* textmodes/rst.el (rst-mode): Put docstring in right place.
2008-06-21 Chong Yidong <cyd@stupidchicken.com>
* startup.el (fancy-about-text, fancy-startup-tail): Increase text
size for legibility.
* faces.el (fixed-pitch): Use "Monospace" family.
(variable-pitch): Use "Sans" family.
(face-font-family-alternatives): Define alternatives for "Sans"
and "Monospace".
2008-06-21 Glenn Morris <rgm@gnu.org>
* mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
Require 'cl when compiling.
* emacs-lisp/debug.el (help-xref-interned): Declare.
* emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
Evaluate definition when compiling.
* progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
rather than mouse-1.
(bug-reference-url-format): Autoload safe if string.
(bug-reference-bug-regexp): Make space after "bug" optional.
* Makefile.in (all): Explicitly pass EMACS to sub-make,
for some non-GNU makes.
* cus-dep.el (custom-dependencies-no-scan-regexp):
* finder.el (finder-no-scan-regexp): Add ldefs-boot.el
* calendar/cal-move.el (calendar-forward-day): Scroll in one month
increments.
* calendar/calendar.el: Factor out the magic numbers controlling the
calendar layout.
(calendar-month-digit-width, calendar-month-width)
(calendar-right-margin): New variables.
(calendar-recompute-layout-variables, calendar-set-layout-variable):
New functions.
(calendar-left-margin, calendar-intermonth-spacing)
(calendar-column-width, calendar-day-header-width)
(calendar-day-digit-width): New options.
(calendar-first-date-row): New constant.
(calendar-move-to-column, calendar-ensure-newline): New functions,
replacing calendar-insert-indented.
(calendar-insert-indented): Remove function.
(calendar-generate-month): Use calendar-move-to-column and
calendar-ensure-newline. Use layout variables.
(calendar-generate, calendar-update-mode-line)
(calendar-font-lock-keywords): Use layout variables.
(calendar-column-to-month): New function.
(calendar-cursor-to-date): Use calendar-column-to-month.
Use layout variables.
* calendar/cal-move.el (calendar-cursor-to-nearest-date):
Use layout variables. Use calendar-column-to-month.
(calendar-cursor-to-visible-date): Use layout variables.
2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
* Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
(all): Run compile-last.
(compile-onefile): New target.
(compile-first): Simplify.
(compile-last): Don't treat COMPILE_FIRST specially.
(COMPILE_FIRST): List the elc files rather than the el files.
(ELCFILES): Update.
2008-06-21 Ulf Jasper <ulf.jasper@web.de>
* net/newst-treeview.el: Remove dead code.
(newsticker--window-config): Remove.
(newsticker-treeview-quit): Do not save window config.
(newsticker-treeview): Do not try to restore window config.
(newsticker-groups, newsticker--treeview-list-sort-by-column)
(newsticker--treeview-list-new-items)
(newsticker--treeview-list-immortal-items)
(newsticker--treeview-list-obsolete-items)
(newsticker--treeview-list-all-items)
(newsticker--treeview-list-feed-items): Fix documentation.
2008-06-21 Miles Bader <miles@gnu.org>
* face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
2008-06-21 Alan Mackenzie <acm@muc.de>
* progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
infinite loop on invalid syntax.
2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
* textmodes/rst.el: Run rst-define-level-faces when loading.
(rst-mode): Don't set the font-lock-multiline var.
(rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
Set the font-lock-multiline property by hand.
* loadup.el: Don't add emacs-<VERS> name when bootstrapping.
* Makefile.in (emacs-deps): Remove.
($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
(all): Use them.
(autogen-clean): Remove.
2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
* Makefile.in (all): New target.
(bootstrap-prepare): Remove.
* Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
the .elc file to batch-byte-compile.
* progmodes/cc-mode.el (c-make-inherited-keymap): Only use
set-keymap-parents if set-keymap-parent doesn't exist.
* vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
Allow more than one space before the |.
* textmodes/rst.el: Fix up docstring conventions.
Move vars to before their first use.
(rst-mode): Don't mess with font-lock-support-mode.
(rst-suggest-new-decoration, rst-adjust-decoration):
Avoid CL's copy-list.
(rst-delete-entire-line): Use line-beginning-position.
(rst-position): New fun.
(rst-straighten-decorations): Use it instead of CL's position.
(rst-straighten-bullets-region): Avoid CL's mapcar*.
(rst-toc-mode): Use define-derived-mode.
(rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
Remove unused var `in-par'. Use `point' rather than `point-marker'.
(rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
(rst-replace-lines): Simplify.
(auto-mode-alist): Use rst-mode for *.rst and *.rest files.
* simple.el (special-mode-map): New var.
(special-mode): New major mode.
2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
* vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
log-view-file-re.
* vc.el (vc-dir-hide-up-to-date): Undo previous change.
(vc-switch-backend): Simplify.
(Todo): Remove solved items.
* vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
the vc-backend property.
2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
Bind inhibit-read-only since the buffer is always read-only.
2008-06-20 Ulf Jasper <ulf.jasper@web.de>
* net/newst-treeview.el (newsticker-treeview-own-frame):
Change default value to nil.
(newsticker--treeview-list-add-item)
(newsticker--treeview-propertize-tag): Show item title in tooltip.
2008-06-20 Martin Blais <blais@furius.ca>
Stefan Merten <smerten@oekonux.de>
David Goodger <goodger@python.org>
* textmodes/rst.el: New file.
2008-06-20 Sam Steingold <sds@gnu.org>
* vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
remove DIRECTORY entries.
2008-06-20 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in (distclean): Depend on `clean'.
(clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
(AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
empty cus-load.el with `echo', and include "Local Variables"
section to prevent the empty file from being compiled.
(cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
that generate an empty cus-load.el.
2008-06-20 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
Don't copy ldefs-boot.el over loaddefs.el.
(bootstrap-clean): Remove loaddefs.el and don't depend on it.
(loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
to loaddefs.el; they are not needed now. Add coding cookie.
2008-06-20 Miles Bader <miles@gnu.org>
* face-remap.el (face-remap-add-relative, face-remap-set-base):
Strip unnecessary list levels from SPECS.
(buffer-face-set, buffer-face-toggle):
Change argument from FACE to &rest SPECS, and strip unnecessary
list levels from SPECS.
(buffer-face-mode-invoke): Change argument from FACE to SPECS.
2008-06-20 Jason Rumney <jasonr@gnu.org>
* international/fontset.el (setup-default-fontset): Specify script
for latin use of iso10646-1. Fix use of lang tags.
2008-06-19 Miles Bader <miles@gnu.org>
* face-remap.el (text-scale-increase): Start from zero if
text-scale-mode isn't enabled.
2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
* faces.el (face-set-after-frame-default): Re-apply explicit `font'
frame parameters after setting up the `default' face.
2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
* faces.el (face-set-after-frame-default): Don't exclude `default'.
2008-06-18 Glenn Morris <rgm@gnu.org>
* mouse.el (buffer-face-mode-invoke): Declare.
* Makefile.in (ELCFILES): Add org/org-id.elc.
* calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
* calendar/cal-menu.el (cal-menu-holidays-menu):
Use calendar-cursor-holidays rather than cal-menu-today-holidays.
(cal-menu-today-holidays): Remove function.
* calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
(cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
(cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
Remove unused functions.
(calendar-mouse-view-diary-entries): Use format rather than concat.
* calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
(calendar-mouse-holidays, calendar-mouse-view-diary-entries)
(calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
* calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
(calendar-mouse-holidays, calendar-mouse-view-diary-entries)
(calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
(cal-menu-set-date-title): Use calendar-cursor-to-date rather than
cal-menu-event-to-date.
* calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
Handle mouse events.
* calendar/cal-tex.el (cal-tex-cursor-year)
(cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
(cal-tex-cursor-month-landscape, cal-tex-cursor-month)
(cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
(cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
(cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
(cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
(cal-tex-cursor-month): Mark N as optional.
* calendar/cal-menu.el (calendar-mouse-tex-day)
(calendar-mouse-tex-week, calendar-mouse-tex-week2)
(calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
(calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
(calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
(calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
(calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
Remove functions.
(cal-menu-context-mouse-menu): Replace the above functions with the
cal-tex versions. Add HTML submenu.
2008-06-17 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
text command mode.
(gdb): Explain that gud-gdb is needed for text command mode.
2008-06-17 Martin Rudalics <rudalics@gmx.at>
* window.el (split-height-threshold): Remove spurious extra line.
2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
* calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
(calendar-set-mark):
* calendar/diary-lib.el (diary-insert-entry):
* calendar/solar.el (calendar-sunrise-sunset): Use it.
* calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
(calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
(cal-menu-context-mouse-menu): Use calendar-set-mark,
diary-insert-entry, and calendar-sunrise-sunset instead.
* vc.el (vc-deduce-fileset): Add arg `only-files'.
(vc-next-action): Pass the new arg.
(vc-register): Don't use `only-files'.
Don't set `backup-inhibited' in the current buffer.
2008-06-17 Miles Bader <miles@gnu.org>
* mouse.el (mouse-appearance-menu): Use buffer-face-mode.
* face-remap.el (buffer-face-mode-face)
(buffer-face-mode-remapping): New variables.
(buffer-face-mode, buffer-face-set, buffer-face-toggle)
(buffer-face-mode-invoke): New functions.
(variable-pitch-mode-remapping): Variable removed.
(variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
* face-remap.el (internal-lisp-face-attributes): New variable.
(face-attrs-more-relative-p, face-remap-order): New functions.
(face-remap-add-relative): Use `face-remap-order'.
2008-06-17 Glenn Morris <rgm@gnu.org>
* mouse.el (x-select-font): Declare.
* calendar/calendar.el (calendar-move-hook):
Add calendar-update-mode-line as an option.
(calendar-date-echo-text): New user option.
(calendar-generate-month): Set `day'. Use calendar-date-echo-text.
(calendar-insert-indented): Simplify newline insertion.
(calendar-describe-mode): Remove unused function.
(calendar-mode-line-entry): New function.
(calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
Mark as risky.
(calendar-mouse-other-month): Remove function.
(calendar-other-month): Handle mouse events.
(calendar-goto-info-node): Call fit-window-to-buffer.
(calendar-mode): Use define-derived-mode. Doc fix.
(calendar-update-mode-line): Tweak whitespace.
2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
(vc-dir-marked-only-files): vc-string-prefix-p.
2008-06-16 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-memory-set-address)
(gdb-memory-set-repeat-count): Allow keyboard bindings.
(gdb-memory-mode-map): Bind above functions respectively
to 'S' and 'N'.
2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
* nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
2008-06-16 Juanma Barranquero <lekktu@gmail.com>
* log-view.el (vc-diff-internal): Declare for compiler.
* vc-bzr.el (log-view-per-file-logs):
* vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
2008-06-15 Chong Yidong <cyd@stupidchicken.com>
* mouse.el (mouse-appearance-menu-map): New var.
(mouse-appearance-menu): New function.
Bind it to S-down-mouse-1.
2008-06-15 Juri Linkov <juri@jurta.org>
* info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
(Info-toc, Info-insert-toc): Increment nth's index to add PARENT
as the second element.
(Info-build-toc): Add PARENT element extracted from the Up pointer.
Don't print progress messages.
(Info-toc-nodes): New variable and function.
(Info-index-nodes): Optimize non-string file name case.
(Info-breadcrumbs-depth): Increment the default value from 3 to 4.
(Info-insert-breadcrumbs): Use the cached document structure instead
of visiting all ancestor nodes. Remove the initial `>'.
2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
* log-view.el (log-view-diff-changeset): New function.
(log-view-mode-map, log-view-mode-menu): Bind it.
(log-view-per-file-logs, log-view-vc-fileset)
(log-view-vc-backend): New variables.
(log-view-find-revision, log-view-modify-change-comment)
(log-view-annotate-version): Throw an error if the log is for more
than one file and we can't find the current file. Get the current
file from log-view-vc-fileset if necessary.
(log-view-diff): Get the current file from log-view-vc-fileset if
necessary.
* vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
* vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
(vc-hg-log-view-mode): Declare for compiler.
(vc-hg-log-view-mode): Set log-view-per-file-logs and
log-view-file-re.
(vc-hg-diff): If no file is passed, use default-directory for cwd.
* vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
* vc-svn.el (vc-svn-log-view-mode): New derived mode.
2008-06-15 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-handle-start-file-process):
Clear modification time of the connection buffer.
(tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
(tramp-open-connection-setup-interactive-shell): Flush cache, and
restart `tramp-maybe-open-connection' when the remote system has
been changed. Throw 'uname-changed event.
(tramp-maybe-open-connection): Catch it.
* net/tramp-cmds.el (tramp-cleanup-all-connections):
Reset `tramp-locked'.
2008-06-15 Ulf Jasper <ulf.jasper@web.de>
* net/newst-treeview.el (newsticker--treeview-list-update)
(newsticker--treeview-item-update)
(newsticker--treeview-tree-update)
(newsticker-treeview-jump, newsticker-group-add-group)
(newsticker-group-move-feed, newsticker-group-delete-group):
Remove window dedication.
(newsticker--group-manage-orphan-feeds): Handle ill-valued
newsticker-groups.
(newsticker--treeview-tree-expand): Don't manage orphan feeds here.
2008-06-15 Andreas Schwab <schwab@suse.de>
* vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
when parsing CVS/Repository.
* wdired.el (wdired-search-and-rename): Fix undocumented change.
2008-06-15 Ulf Jasper <ulf.jasper@web.de>
* net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
(newsticker-extra-face, newsticker-enclosure-face): Moved to
net/newst-reader.el.
* net/newst-reader.el (newsticker-faces, newsticker-feed-face)
(newsticker-extra-face, newsticker-enclosure-face): Moved from
net/newst-reader.el.
2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
* international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
Catch and recover from case when the bytes we thought we were reading
turn out to be something else entirely, such as latin-1 chars from
quail. See bug#396.
2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-deduce-fileset): Check if the buffer has a file.
(vc-register): Call the backend function only once, instead of
once for each file.
(vc-next-action): Update call to vc-register.
(vc-dir-register): Remove function.
(vc-dir): Bind vc-register instead of vc-dir-register.
2008-06-14 Glenn Morris <rgm@gnu.org>
* Makefile.in (ELCFILES): Add net/newst-*.el.
2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
* wdired.el (wdired-do-renames): New function.
(wdired-finish-edit): Use it to.
(wdired-preprocess-files): Don't hardcode (point-min) == 1.
2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
* info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
2008-06-14 Martin Rudalics <rudalics@gmx.at>
* window.el (window--even-window-heights): Even window heights
only if the selected window is higher than WINDOW. (Bug#410)
Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
* info.el (Info-insert-breadcrumbs): Be careful to preserve history.
2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
* term/linux.el (terminal-init-linux): Load t-mouse.
2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
Drew Adams <drew.adams@oracle.com>
* info.el (Info-breadcrumbs-depth): New var.
(Info-insert-breadcrumbs): New function.
(Info-fontify-node): Use it.
(Info-mode-map): Move initialization into declaration.
2008-06-13 Ulf Jasper <ulf.jasper@web.de>
Rename net/newsticker-*.el to net/newst-*.el.
* net/newst-backend.el: Rename from net/newsticker-backend.el.
* net/newst-plainview.el: Rename from net/newsticker-plainview.el.
* net/newst-reader.el: Rename from net/newsticker-reader.el.
* net/newst-ticker.el: Rename from net/newsticker-ticker.el.
* net/newst-treeview.el: Rename from net/newsticker-treeview.el.
* net/newsticker-backend.el: Rename to net/newst-backend.el.
* net/newsticker-plainview.el: Rename to net/newst-plainview.el.
* net/newsticker-reader.el: Rename to net/newst-reader.el.
* net/newsticker-ticker.el: Rename to net/newst-ticker.el.
* net/newsticker-treeview.el: Rename to net/newst-treeview.el.
2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/compile.el (compilation-start): Don't disable undo in
comint buffer. Don't override the comint-filter with our own.
(compilation-filter): Change point's insertion-type.
* comint.el (comint-output-filter): Use copy-marker.
2008-06-13 David Reitter <david.reitter@gmail.com>
* textmodes/flyspell.el (mail-mode-flyspell-verify):
Check message-signature-separator exists before using it.
2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-delete-file): Bind default-directory before calling
the backend.
(vc-annotate-show-diff-revision-at-line): Move most of the code to ...
(vc-annotate-show-diff-revision-at-line-internal): ... here.
New function.
(vc-annotate-show-changeset-diff-revision-at-line): New function.
(vc-annotate-mode-menu): Bind it.
2008-06-13 Jason Rumney <jasonr@gnu.org>
* term/w32-win.el (mouse-set-font): Remove overridden function.
(w32-select-font): Declare as obsolete alias for x-select-font.
2008-06-13 Daniel Engeler <engeler@gmail.com>
These changes add serial port access.
* term.el (term-update-mode-line): Modify.
(serial-port-is-file-p, serial-nice-speed-history)
(serial-no-speed, serial-mode-line-speed-menu)
(serial-mode-line-config-menu): New variables and constants.
(serial-name-history, serial-speed-history)
(serial-supported-or-barf, serial-read-name, serial-read-speed)
(serial-term, serial-speed, serial-mode-line-speed-menu-1)
(serial-mode-line-speed-menu, serial-update-speed-menu)
(serial-mode-line-config-menu-1, serial-mode-line-config-menu)
(serial-update-config-menu): New functions.
2008-06-13 Glenn Morris <rgm@gnu.org>
* menu-bar.el (menu-set-font): Use fboundp rather than functionp.
* emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
2008-06-13 Kenichi Handa <handa@m17n.org>
* cus-face.el (custom-face-attributes): Add :foundry.
* faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
(face-x-resources): Add :foundry.
(face-valid-attribute-values): Likewise.
(face-attribute-name-alist): Likewise.
(describe-face): Likewise.
2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
2008-06-12 Chong Yidong <cyd@stupidchicken.com>
* longlines.el (longlines-search-forward, longlines-search-backward)
(longlines-re-search-forward): Use a smarter search-spaces-regexp.
2008-06-12 Sam Steingold <sds@gnu.org>
* vc.el (vc-rename-file): DTRT when the destination is a directory
name and the source is a file.
2008-06-12 Chong Yidong <cyd@stupidchicken.com>
* menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
2008-06-12 Glenn Morris <rgm@gnu.org>
* progmodes/f90.el (f90-beginning-of-subprogram)
(f90-end-of-subprogram): Only give a message when interactive.
* term/mac-win.el (x-toolkit-scroll-bars): Check bound.
* progmodes/cperl-mode.el (cperl-info-on-command):
Use display-pixel-height rather than x-display-pixel-height.
* mail/rmailedit.el (rmail-cease-edit):
* vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
* emulation/edt.el (edt-xserver):
* emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
* emulation/edt-mapper.el: Drop test for Emacs < 19.
* mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
Evaluate definitions when compiling. Reverse tests.
* dframe.el (dframe-reposition-frame-emacs): Reorder test, and
use unless.
* menu-bar.el (w32-menu-bar-open): Declare for compiler.
* textmodes/artist.el (x-pointer-shape):
* term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
(x-open-connection, x-server-max-request-size, x-get-resource):
* term/w32console.el (x-setup-function-keys):
* term/w32-win.el (x-parse-geometry, x-resource-name)
(generate-fontset-menu, image-library-alist, x-open-connection)
(setup-default-fontset, set-fontset-font, setup-default-fontset)
(create-fontset-from-fontset-spec, create-fontset-from-x-resource)
(x-get-resource):
* term/mac-win.el (x-parse-geometry, x-resource-name)
(x-get-selection-internal, tool-bar-mode, set-fontset-font)
(new-fontset, x-display-list, x-open-connection, x-get-resource):
* progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
(tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
(tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
* progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
(tooltip-identifier-from-point, define-fringe-bitmap):
* play/gamegrid.el (image-size):
* play/bubbles.el (image-size):
* mail/emacsbug.el (x-server-vendor, x-server-version):
* international/mule-util.el (internal-char-font):
* international/mule-diag.el (font-info, query-fontset, fontset-info)
(fontset-alias-alist, fontset-list, fontset-plain-name):
* international/mule-cmds.el (x-server-vendor, x-server-version):
* international/fontset.el (font-encoding-charset-alist)
(otf-script-alist, new-fontset, set-fontset-font)
(x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
(fontset-list, query-fontset, x-get-resource):
* emulation/edt.el (x-server-vendor):
* emulation/edt-mapper.el (x-server-vendor):
* emacs-lisp/map-ynp.el (x-popup-dialog):
* emacs-lisp/lmenu.el (x-popup-dialog):
* x-dnd.el (x-window-property, x-change-window-property)
(x-get-selection-internal):
* woman.el (x-list-fonts):
* w32-fns.el (x-server-version):
* tooltip.el (x-show-tip, x-hide-tip):
* tool-bar.el (image-mask-p):
* thumbs.el (image-size):
* term.el (overflow-newline-into-fringe):
* subr.el (scroll-bar-scale):
* startup.el (x-get-resource, tool-bar-mode, image-size):
* select.el (x-get-selection-internal, x-own-selection-internal)
(x-disown-selection-internal):
* mouse.el (generate-fontset-menu):
* mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
* image.el (image-library-alist):
* image-mode.el (image-size, image-refresh):
* image-dired.el (clear-image-cache):
* gs.el (x-display-mm-width, x-display-pixel-width)
(x-display-mm-height, x-display-pixel-height)
(x-change-window-property, x-display-grayscale-p, x-window-property):
* frame.el (tool-bar-mode, x-display-name, x-close-connection)
(x-focus-frame, x-list-fonts, x-display-screens)
(x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
(x-display-mm-width, x-display-backing-store, x-display-save-under)
(x-display-planes, x-display-color-cells, x-display-visual-class):
* faces.el (internal-face-x-get-resource)
(internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
(fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
(xw-display-color-p, x-display-grayscale-p, x-get-resource)
(x-parse-geometry, x-create-frame, x-setup-function-keys)
(tool-bar-setup):
* doc-view.el (clear-image-cache, image-size, tooltip-show):
* dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
* dframe.el (x-display-pixel-width, x-display-pixel-height):
* descr-text.el (internal-char-font):
Define for compiler, for builds without X.
2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
2008-06-11 Glenn Morris <rgm@gnu.org>
* progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
before trying to move there.
(fortran-calculate-indent): When fortran-check-all-num-for-matching-do
is non-nil, indent most terminating statements like loop body.
* calendar/diary-lib.el (diary-list-entries-2): Accept optional
Gregorian date, and add it, not the local date, to diary-entries-list.
(diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/compile.el (compilation-filter): Fix up last change.
* term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
* t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
(gpm-mouse-mode): Make it into a proper global minor mode.
* files.el (save-some-buffers-action-alist): Only use recursive-edit
if the user enabled recursive-minibuffers.
* emacs-lisp/map-ynp.el (map-y-or-n-p):
Add support for scroll-other-window.
2008-06-11 Jason Rumney <jasonr@gnu.org>
* term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
Use tmm-menubar if menu is disabled in this frame.
* menu-bar.el (menu-bar-open): Determine how to open menu bar
from frame type, per documentation. Add w32 case.
2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (completion--merge-suffix): New function.
(completion-basic-try-completion): Use it.
(completion-pcm--find-all-completions): Add argument `filter'.
(completion-pcm--filename-try-filter, completion-pcm--merge-try):
New functions.
(completion-pcm-try-completion): Use them.
* xt-mouse.el (turn-on-xterm-mouse-tracking)
(turn-off-xterm-mouse-tracking): Use terminal-list.
* cus-start.el (underline-minimum-offset): Rename from
x-underline-minimum-display-offset.
2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
* cus-start.el (x-underline-minimum-display-offset): Give it a type.
2008-06-10 Chong Yidong <cyd@stupidchicken.com>
* mouse.el (mouse-select-font): New function.
* faces.el (face-spec-recalc): When the face is set using
Customize, avoid recalculating it twice.
* menu-bar.el (menu-set-font): New function. Bind "Set Default
Font" menu item to it. Apply selected font to all frames, and
make it saveable.
(menu-bar-options-save): Save `default' font if changed.
2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
* ffap.el (ffap-string-at-point-mode-alist):
Use alpha rather than lower.
* dired.el (dired-insert-directory): Don't assume Unix-style dir names.
* subr.el (momentary-string-display): Use an overlay.
* progmodes/compile.el (compilation-mode):
Set window-point-insertion-type.
(compilation-filter): Don't use insert-before-markers any more.
* emacs-lisp/trace.el (trace-make-advice):
Set window-point-insertion-type in the trace buffer.
* startup.el (normal-top-level): Set window-point-insertion-type in
*Messages*.
* net/telnet.el (telnet-mode): Set window-point-insertion-type.
(telnet-filter): Don't use insert-before-markers any more.
* comint.el (comint-mode): Set window-point-insertion-type.
(comint-output-filter): Don't use insert-before-markers any more.
* button.el (make-text-button): Allow `start' to be a string.
2008-06-10 Juanma Barranquero <lekktu@gmail.com>
* emacs-lisp/autoload.el (autoload-rubric):
Fix coding cookie not to force Unix EOL.
2008-06-10 Martin Rudalics <rudalics@gmx.at>
* window.el (window--splittable-p, window--try-to-split-window):
Don't use with-selected-window to avoid messing up get-lru-window.
Reported by David Hansen <david.hansen@gmx.net>.
2008-06-10 Glenn Morris <rgm@gnu.org>
* subr.el (locate-library): Doc fix.
* net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
(newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
Check tool-bar-map is bound, for non-X builds.
* net/newsticker-reader.el (newsticker--next-item-image)
(newsticker--previous-item-image, newsticker--previous-feed-image)
(newsticker--next-feed-image, newsticker--mark-read-image)
(ewsticker--mark-immortal-image, newsticker--narrow-image)
(newsticker--get-all-image, newsticker--update-image)
(newsticker--browse-image): Check xpm images are available.
(newsticker--mark-read-image, newsticker--mark-immortal-image)
(newsticker--narrow-image, newsticker--get-all-image): Doc fix.
* net/newsticker-plainview.el (tool-bar-map): Don't declare.
(newsticker--plainview-tool-bar-map, newsticker-mode):
Check tool-bar-map is bound, for non-X builds.
(w3m-toggle-inline-image): Declare.
* net/newsticker-backend.el (tool-bar-map): Don't declare.
* emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
* finder.el (finder-font-lock-keywords): Handle ``quotes''.
(finder-compile-keywords): Move let to where needed.
(finder-mouse-face-on-line): Go back one more line if needed.
(finder-list-matches): Use cadr.
(finder-goto-xref): New function.
(finder-commentary): Add buttons to jump to foo.el libraries.
2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
* apropos.el (apropos-function, apropos-macro, apropos-command)
(apropos-variable, apropos-face, apropos-group, apropos-widget)
(apropos-plist): Add apropos-short-label property.
(apropos-multi-type): New variables.
(apropos-command, apropos-value): Set it.
(apropos-compact-layout): New custom.
(apropos-print, apropos-print-doc): Use it.
(apropos-print): Truncate lines.
2008-06-09 Kenichi Handa <handa@m17n.org>
* international/fontset.el (font-encoding-alist):
Add an entry for "ascii-0".
2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
* language/hanja-util.el (hanja-init-load): Show the message only
when loading a table.
2008-06-08 Ulf Jasper <ulf.jasper@web.de>
* net/newsticker-treeview.el (newsticker-treeview):
* net/newsticker-plainview.el (newsticker-plainview):
Add autoload cookie.
2008-06-08 Ulf Jasper <ulf.jasper@web.de>
* net/newsticker.el: Split up into newsticker-backend, -ticker,
-reader, -plainview, and -treeview.
(newsticker-version): Change to 1.99.
* net/newsticker-backend.el: New. Move backend functionality from
newsticker.el to newsticker-backend.el.
(newsticker--download-logos): New.
(newsticker--sentinel-callback): New.
(newsticker--set-customvar): Remove. Split up into specific
functions related to retrieval, ticker, buffer, and display.
(newsticker--set-customvar-retrieval): New. Extracted from
`newsticker--set-customvar'.
(newsticker-retrieval): New. Renamed from `newsticker-feed'.
(newsticker-url-list-defaults):
Use `newsticker--set-customvar-retrieval' for :set. Change :group.
(newsticker-url-list): Doc changed. URL can be a function.
Use `newsticker--set-customvar-retrieval' for :set. Change :group.
(newsticker-retrieval-method): New.
(newsticker-wget-name, newsticker-wget-arguments): Change :group.
(newsticker-retrieval-interval):
Use `newsticker--set-customvar-retrieval' for :set. Change :group.
(newsticker-desc-comp-max): Change :group.
(newsticker--cache): Doc changed.
(newsticker--guid-to-string): New.
(newsticker--guid): Use `newsticker--guid-to-string'.
(newsticker--real-feed-name): New.
(newsticker--start-feed): New. Extracted from `newsticker-start'.
(newsticker-start): Use `insert-file-contents' for reading cache.
Use `newsticker--start-feed'.
(newsticker--stop-feed): New. Extracted from `newsticker-stop'.
(newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
Use `newsticker--stop-feed'.
(newsticker-save-item): New.
(newsticker--get-news-by-funcall): New.
(newsticker-get-news): Handle new retrieval methods.
(newsticker--sentinel): Use `newsticker--sentinel-work'.
(newsticker--sentinel-work): New. Extracted from
`newsticker--sentinel'. Use `newsticker--download-logos',
`newsticker--sentinel-callback'.
(newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
(newsticker--parse-atom-1.0): Fix link determination.
(newsticker--parse-rss-0.91): Fix time determination.
(newsticker--parse-rss-0.92): Fix time determination.
(newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
(newsticker--parse-generic-feed): New arg order in
`newsticker--cache-add'.
(newsticker--parse-generic-items): Fix for multiple items.
New arg order in `newsticker--cache-add'.
(newsticker--forget-preformatted): Check whether
`newsticker--buffer-set-uptodate' is fbound.
(newsticker--decode-iso8601-date): Handle fractions of seconds.
(newsticker--decode-rfc822-date): Partial timezone handling.
(newsticker--cache-contains): Fix guid problem.
(newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
(newsticker--cache-save): New.
(newsticker--cache-update): Use temp buffer.
(newsticker--stat-num-items): Allow multiple AGE args.
(newsticker--stat-num-items-total): New.
(newsticker--opml-import-outlines): New.
(newsticker-opml-import): Use `newsticker--opml-import-outlines'.
(newsticker--do-run-auto-mark-filter): Doc changed.
(newsticker-retrieve-random-message): New.
* net/newsticker-ticker.el: New. Move ticker functionality from
net/newsticker.el to net/newsticker-ticker.el.
(newsticker--ticker-timer): Rename `newsticker--display-timer' to
`newsticker--ticker-timer'.
(newsticker-ticker-running-p): Rename `newsticker--display-timer'
to `newsticker--ticker-timer'.
(newsticker--set-customvar-ticker): New. Extracted from
`newsticker--set-customvar'.
(newsticker-ticker-interval): Rename `newsticker-display-interval'
to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
for :set. Change :group.
(newsticker-scroll-smoothly): Doc changed. Change :group.
(newsticker-hide-immortal-items-in-echo-area)
(newsticker-hide-old-items-in-echo-area)
(newsticker-hide-obsolete-items-in-echo-area):
Use `newsticker--set-customvar-ticker for :set. Change :group.
(newsticker-start-ticker): Rename `newsticker--display-timer' to
`newsticker--ticker-timer'. Rename `newsticker-display-interval'
to `newsticker-ticker-interval'.
(newsticker-stop-ticker): Rename `newsticker--display-timer' to
`newsticker--ticker-timer'.
* net/newsticker-reader.el: New. Move reader functionality from
net/newsticker.el to net/newsticker-reader.el.
(newsticker--set-customvar-formatting): New. Extracted from
`newsticker--set-customvar'.
(newsticker-reader, newsticker-frontend): New.
(newsticker-enable-logo-manipulations): Change :group.
(newsticker-justification): Use `newsticker--set-customvar-formatting'
for :set. Change :group.
(newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
for :set. Change :group.
(newsticker-html-renderer): Doc changed.
Use `newsticker--set-customvar-formatting' for :set. Change :group.
(newsticker-date-format):
Use `newsticker--set-customvar-formatting' for :set. Change :group.
(newsticker--insert-enclosure):
Rename `newsticker--buffer-insert-enclosure' to
`newsticker--insert-enclosure'. Add keymap arg.
(newsticker--print-extra-elements):
Rename `newsticker--buffer-print-extra-elements' to
`newsticker--print-extra-elements'. Add keymap arg.
(newsticker--do-print-extra-element):
Rename `newsticker--buffer-do-print-extra-element' to
`newsticker--do-print-extra-element'. Add keymap arg.
(newsticker-show-news): Use `newsticker-frontend'.
* net/newsticker-plainview.el: New. Move plainview functionality
from net/newsticker.el to net/newsticker-reader.el.
(newsticker-plainview): New.
(newsticker--set-customvar-sorting): New. Extracted from
`newsticker--set-customvar'.
(newsticker-sort-method): Use `newsticker--set-customvar-sorting
for :set. Changed :group.
(newsticker-heading-format, newsticker-item-format)
(newsticker-desc-format, newsticker-statistics-format):
Use `newsticker--set-customvar-formatting for :set. Change :group.
(newsticker-faces): Change :group.
(newsticker-default-face): Enable again.
(newsticker-hide-old-items-in-newsticker-buffer)
(newsticker-show-descriptions-of-new-items):
Use `newsticker--set-customvar-buffer' for :set. Change :group.
(newsticker-show-all-news-elements): Change :group.
(newsticker-plainview-hooks): New.
(newsticker-select-item-hook, newsticker-select-feed-hook)
(newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
(newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
to `newsticker--plainview-tool-bar-map'.
(newsticker--url-keymap): Add mouse-1 binding.
(newsticker-plainview): New.
(newsticker-mark-all-items-of-feed-as-read): Change doc.
(newsticker--buffer-do-insert-text): Use renamed
newsticker--[buffer-]insert-enclosure and
newsticker--[buffer-]print-extra-elements.
(newsticker--buffer-set-faces): Use newsticker-default-face.
* net/newsticker-treeview.el: New.
2008-06-08 Andreas Schwab <schwab@suse.de>
* vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
* vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
* vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
empty line.
* minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
2008-06-08 Martin Rudalics <rudalics@gmx.at>
* window.el (split-height-threshold, split-width-threshold):
Add choice nil.
(split-window-preferred-function): Allow either nil or a function.
(window--splittable-p, window--try-to-split-window):
Handle changed option values.
(window--frame-usable-p): Handle nil argument.
(display-buffer): Call get-lru-window when pop-up-windows is nil
and window can't be split.
2008-06-08 Michael Albinus <michael.albinus@gmx.de>
* uniquify.el (uniquify-get-proposed-name): Handle remote files.
* net/tramp.el (top): Quote feature names. Remove
`tramp-rfn-eshadow-setup-minibuffer' from
`rfn-eshadow-setup-minibuffer-hook' when unloading.
(tramp-read-passwd): There is only one call to
`auth-source-user-or-password' needed. Pacify byte compiler.
2008-06-08 Andreas Schwab <schwab@suse.de>
* window.el (display-buffer): Use lru window if current window
cannot be split.
2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
* apropos.el (apropos-library): New command and new button.
(apropos-library-button): New function.
* apropos.el: Remove spurious * in docstrings.
(apropos-label-face): Use variable pitch.
(apropos-print): Use dolist and with-current-buffer.
(apropos-print-doc): Use when.
* window.el (special-display-p, display-buffer):
Fix up C->Elisp transcription error.
2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
(byte-compile-file): Initialize it.
(byte-compile-nogroup-warn): Keep track of the current group.
2008-06-08 Glenn Morris <rgm@gnu.org>
* Makefile.in (compile, compile-always, bootstrap-prepare):
Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
* language/hanja-util.el (hanja-init-load): Use a char-table for
hanja-table.
(hangul-to-hanja-char): Adjust for the above change.
2008-06-07 Glenn Morris <rgm@gnu.org>
* finder.el (finder-compile-keywords): Use lm-keywords-list rather than
lm-keywords.
* mail/sendmail.el (mail-interactive): Add :version.
* term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
obsolete alias.
* ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
* emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
* eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
* eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
* eshell/esh-util.el, international/mule-cmds.el:
* international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
* net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
Remove unnecessary eval-when-compiles and eval-and-compiles.
* Makefile.in (bootstrap-clean): Run autogen-clean.
(maintainer-clean): No need to run autogen-clean now it is included in
bootstrap-clean.
2008-06-06 Miles Bader <miles@gnu.org>
* Makefile.in (ELCFILES): Add gnus/nndir.elc.
2008-06-06 Chong Yidong <cyd@stupidchicken.com>
* menu-bar.el (menu-bar-options-menu): Add Menu entry for
longlines mode.
* replace.el (replace-search-function)
(replace-re-search-function): New vars.
(perform-replace): Use them.
* longlines.el (longlines-re-search-forward): New function.
(longlines-mode): Bind replace-search-function and
replace-re-search-function, to ensure that replacement commands
treat newlines as spaces.
(longlines-show-effect): Default to a pilcrow sign.
2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
* help.el (function-called-at-point):
* help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
even when calling find-tag-default.
2008-06-06 Daniel Colascione <danc@merrillpress.com>
* nxml/nxml-mode.el (nxml-syntax-highlight-flag)
(nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
(nxml-clear-fontified, nxml-fontify, nxml-fontify1)
(nxml-fontify-buffer, nxml-do-fontify):
Remove obsolete variables and functions.
(nxml-font-lock-keywords, nxml-set-face, nxml-mode)
(nxml-degrade, nxml-after-change, nxml-after-change1)
(nxml-extend-region, nxml-extend-after-change-region)
(nxml-extend-after-change-region1, nxml-fontify-matcher)
(nxml-toggle-char-ref-extra-display): Use font-lock, and
font-lock-extend-region-functions in particular, to fontify
nxml-mode buffers.
(nxml-debug-region): New debugging helper function.
* nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
(nxml-scan-after-change, nxml-move-tag-backwards):
Adapt for font-lock changes.
* nxml/nxml-util.el (nxml-debug, nxml-debug-change)
(nxml-debug-set-inside, nxml-debug-clear-inside):
New debugging functions.
(nxml-with-degradation-on-error): New helper macro.
2008-06-06 Martin Rudalics <rudalics@gmx.at>
* window.el (display-buffer): Remove dead call to get-lru-window.
2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
* mail/sendmail.el (mail-interactive): Change default.
2008-06-05 John Paul Wallington <jpw@pobox.com>
* bindings.el (completion-ignored-extensions):
Add .p64fsl, .d64fsl, and .dx64fsl.
2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
* ffap.el (ffap-prompter): Don't use the region.
2008-06-05 Sam Steingold <sds@gnu.org>
* vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
subdirectory to be registered.
2008-06-05 Martin Rudalics <rudalics@gmx.at>
* window.el (display-buffer-function, special-display-p)
(special-display-buffer-names, special-display-regexps)
(special-display-function, same-window-p, same-window-buffer-names)
(same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
(pop-up-frame-function, pop-up-windows, even-window-heights)
(split-window-preferred-function, split-height-threshold)
(window--display-buffer-1, display-buffer, pop-to-buffer):
Move from window.c and buffer.c.
(window--splittable-p, window--try-to-split-window)
(window--frame-usable-p, window--display-buffer-2)
(window--even-window-heights): New functions.
(split-width-threshold): New option.
(split-window-preferred-horizontally): Remove.
* cus-start.el: Remove corresponding declarations.
2008-06-05 Sam Steingold <sds@gnu.org>
* vc.el (vc-update): Use `save-some-buffers' instead of signaling
an error on modified buffers.
2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/etags.el (tags-verify-table): Be careful to use and update
tags-file-name and tags-table-list from the right buffer.
(tags-table-check-computed-list, tags-table-extend-computed-list)
(find-tag-noselect): Use with-current-buffer.
* emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
Use print-circle.
* minibuffer.el (minibuffer-local-must-match-filename-map):
Declare obsolete alias for the old name.
* abbrev.el (unexpand-abbrev): Better preserve markers.
2008-06-05 Glenn Morris <rgm@gnu.org>
* emacs-lisp/autoload.el (autoload-rubric): New function,
extracted from autoload-ensure-default-file.
(autoload-ensure-default-file): Use autoload-rubric.
* cus-dep.el (generated-custom-dependencies-file): Doc fix.
(custom-dependencies-no-scan-regexp): New variable.
(custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
Don't scan files matching custom-dependencies-no-scan-regexp.
Disable undo in the output buffer. Remove kept-new-versions wackiness.
* finder.el (finder-headmark): Initialize and add doc string.
(generated-finder-keywords-file): Doc fix.
(finder-no-scan-regexp): New variable.
(finder-compile-keywords): Use a single let binding.
Disable undo in the output buffer. Use autoload-rubric.
Use mapc rather than mapcar. Don't scan files matching
finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
rather than concat. Use directory-files to do regexp matching.
No need to require jka-compr.
(finder-list-keywords): Remove un-needed set-buffer. Disable undo.
(finder-list-matches): Disable undo.
(finder-commentary): Use let rather than let*. Disable undo.
(finder-current-item): Use zerop.
(finder-mode): Use define-derived-mode.
(finder-exit): Doc fix. Use dolist.
* Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
(custom-deps): Don't require $(lisp)/cus-load.el.
(custom-deps, finder-data): Don't depend on autoloads.
Should not be needed now, and doing so was causing make install to
re-dump emacs post-bootstrap.
(bootstrap-after): Don't run update-elclist, since modifying Makefile.in
mid-build forces some things to be rebuilt.
2008-06-05 Miles Bader <miles@gnu.org>
* face-remap.el
(face-remap-add-relative): Renamed from `add-relative-face-remapping'.
(face-remap-remove-relative): Renamed from
`remove-relative-face-remapping'.
(face-remap-reset-base): Renamed from
`set-default-base-face-remapping'.
(face-remap-set-base): Renamed from `set-base-face-remapping'.
(text-scale-increase): Renamed from `increase-buffer-face-height'.
(text-scale-decrease): Renamed from `decrease-buffer-face-height'.
(text-scale-adjust): Renamed from `adjust-buffer-face-height'.
* face-remap.el (variable-pitch-mode): Autoload.
2008-06-04 Sam Steingold <sds@gnu.org>
* vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
Generate extra status headers for a Mercurial tree.
2008-06-04 John Paul Wallington <jpw@pobox.com>
* echistory.el (electric-history-map): Define within defvar.
Add docstring.
* font-lock.el (font-lock-turn-off-thing-lock)
(font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
Use `bound-and-true-p'.
(cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
Doc fixes.
* international/ccl.el (define-ccl-program): Add `doc-string'
declaration.
2008-06-04 Juanma Barranquero <lekktu@gmail.com>
* face-remap.el (variable-pitch-mode): Reflow docstrings.
(text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
* emacs-lisp/rx.el (rx): Doc fix.
2008-06-04 Markus Triska <markus.triska@gmx.at>
* image-mode.el (image-mode-map): Add doc-view-inspired bindings.
2008-06-04 Miles Bader <miles@gnu.org>
* face-remap.el (adjust-buffer-face-height): New function.
Add autoloaded keybindings in ctl-x-map.
(increase-buffer-face-height, decrease-buffer-face-height):
Simplify interactive spec to just "p". Remove autoloaded keybindings.
2008-06-03 Chong Yidong <cyd@stupidchicken.com>
* simple.el (line-move-1): If we did not move as far as desired,
ensure that point-left and point-entered hooks are called.
2008-06-03 Sam Steingold <sds@gnu.org>
* vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
2008-06-03 John Paul Wallington <jpw@pobox.com>
* progmodes/make-mode.el (makefile-cleanup-continuations)
(makefile-warn-suspicious-lines, makefile-warn-continuations):
Use `derived-mode-p'.
2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
* Makefile.in (update-elclist): Impose a fixed collation for sorting.
(ELCFILES): Update.
2008-06-03 Miles Bader <miles@gnu.org>
* face-remap.el: New file.
* Makefile.in (ELCFILES): Add face-remap.elc.
2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/flymake.el (flymake-process-filter): Make sure the source
buffer isn't dead.
* obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
* obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
* obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
* obsolete/auto-show.el, obsolete/hscroll.el:
Remove packages that were obsolete in Emacs-20, or that were obsolete
in Emacs-21 and do not contain any more code.
* vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
vc-client-mode is not set.
* image-mode.el (image-mode-map): Suppress key map and bind `q'.
* doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
* progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
yet a bit more clever at distinguishing / from /.
2008-06-03 Kenichi Handa <handa@m17n.org>
* Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
* language/hanja-util.el: New file.
2008-06-03 Glenn Morris <rgm@gnu.org>
* progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
Check that end-of-word follows "type".
2008-06-02 Daiki Ueno <ueno@unixuser.org>
* epa-file.el (epa-file-write-region): Write the entire buffer
content if START is nil.
2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
* select.el (x-get-selection): Fix typo.
2008-06-01 Juanma Barranquero <lekktu@gmail.com>
* descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
(describe-char): Use `looking-at-p', `string-match-p' when possible.
2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
* tar-mode.el (tar-header-block-summarize): Ensure one space around
user&group.
2008-05-31 John Paul Wallington <jpw@pobox.com>
* help-fns.el (describe-variable-custom-version-info):
Handle dotted `package-version' info.
2008-05-31 Juanma Barranquero <lekktu@gmail.com>
* icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
* vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
names and improve support for unregistered files.
2008-05-31 Glenn Morris <rgm@gnu.org>
* Makefile.in (compile-last): Replace tr in `els' assignment with sed.
Remove shell variable `elc'. Split tests to hopefully be more portable.
Fix `sel' assignment.
2008-05-30 Juanma Barranquero <lekktu@gmail.com>
* minibuffer.el (completion-table-dynamic): Doc fix.
2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
Try and return `unregistered' when applicable.
* emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
Don't encourage naming variables with "-flag".
2008-05-30 Glenn Morris <rgm@gnu.org>
* Makefile.in (update-elclist): Hide the warning when it does not apply,
make it milder when it does.
(autogen-clean): New target.
(maintainer-clean): Use autogen-clean.
* calendar/diary-lib.el (diary-display-function): New name for
diary-display-hook. Keep old name as obsolete alias. Doc fix.
Change custom type and version.
(diary-list-entries-hook, diary-list-entries, diary-simple-display)
(diary-fancy-display): Doc fixes.
(diary-list-entries, diary-include-other-diary-files)
(diary-mail-entries):
Use diary-display-function rather than diary-display-hook.
* calendar/appt.el (appt-check): Use diary-display-function rather than
diary-display-hook.
* calendar/cal-x.el (calendar-dedicate-diary): Update for
diary-display-function replacing diary-display-hook.
* org/org-agenda.el (org-get-entries-from-diary): Also set
diary-display-function.
* calendar/cal-html.el (cal-html-list-diary-entries):
* calendar/cal-menu.el (calendar-mouse-view-diary-entries):
* calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
argument of diary-list-entries rather than setting diary-display-hook.
2008-05-30 Kenichi Handa <handa@m17n.org>
* international/mule-conf.el (utf-8-with-signature): Renamed from
utf-8-sig.
(utf-8-auto): Adjusted for the above change.
* international/mule-diag.el (describe-font): Don't check fontset
here, and just call font-info. Get the default font by from the
default face.
2008-05-29 Kenichi Handa <handa@m17n.org>
* international/mule-conf.el (utf-8-sig, utf-8-auto):
New coding systems.
* international/mule.el (define-coding-system): Accept :bom for utf-8.
2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
* international/utf-7.el (utf-7-encode): Use the right escape char
depending on imap/nonimap encoding.
2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (completion-pcm-all-completions): Add the base-size.
2008-05-29 Juanma Barranquero <lekktu@gmail.com>
* icomplete.el (icomplete-prospects-height): Add :group.
2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
* icomplete.el (icomplete-prospects-length): Make obsolete.
(icomplete-prospects-height): New var.
(icomplete-completions): Use it.
2008-05-29 David Kastrup <dak@gnu.org>
* autoinsert.el (auto-insert): Add :link.
2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
* tar-mode.el (tar-header): New field `header-start'.
(tar-header-block-tokenize): Set it when useful.
Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
(tar-header-data-end): New function.
(tar-summarize-buffer): Use it.
(tar-next-line): Fix goal column for long usernames.
(tar-expunge-internal): Use header-start.
(tar-rename-entry): Handle ustar-style long names.
(tar-alter-one-field): Add optional `descriptor' argument.
(tar-subfile-save-buffer): Use it.
2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
* tar-mode.el (tar-header): New field `header-start'.
(tar-header-block-tokenize): Set header-start for longlink entries.
(tar-expunge-internal): Use header-start to expunge longlink entries.
* files.el (hack-local-variables): Don't signal an error if the local
variable section is not properly terminated.
* emacs-lisp/easymenu.el (easy-menu-convert-item)
(easy-menu-convert-item-1): Move the duplicate-generation outside of
the caching so it also works for identical entries.
* tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
(tar-mode): Use write-region-annotate-functions rather than
write-contents-functions.
(tar-extract): Remove unused var `pos'.
(tar-subfile-save-buffer): Remove unused var `following-descs'.
(tar-mode-write-file): Remove.
(tar-write-region-annotate): New function.
* progmodes/flymake.el (flymake-save-buffer-in-file):
* shadowfile.el (shadow-copy-file):
* arc-mode.el (archive-*-write-file-member):
* files.el (diff-buffer-with-file):
* subr.el (with-temp-file): Pass nil to write-region.
* jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
* doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
the custom.
* files.el (basic-save-buffer-2): Pass nil rather than (point-min)
to write-region.
2008-05-28 Glenn Morris <rgm@gnu.org>
* Makefile.in (update-elclist): Work around non-portability of "\"
in various implementations of echo.
2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
* international/mule-diag.el (describe-current-coding-system):
Don't assume selection-coding-system is always defined.
* tar-mode.el: Use defstruct and markers.
(tar-setf): Remove.
(tar-header): Use defstruct. Add `data-start' field.
(make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
(tar-desc-data-start): Remove (now called tar-header-data-start).
(tar-roundup-512): New fun.
(tar-header-block-tokenize): Receive a buffer position rather than
a string. Handle @longLink here, be more careful about it.
Create a marker for data-start.
(tar-summarize-buffer): Don't handle @LongLink here any more.
(tar-expunge-internal, tar-subfile-save-buffer): Don't update
data-start on the following entries any more.
(tar-chown-entry, tar-chgrp-entry): Use read-number.
* tar-mode.el: Use buffer-swap-text to separate summary and raw data.
(tar-header-offset): Remove.
(tar-parse-info, tar-header-offset, tar-file-name-coding-system):
Not permanent any more.
(tar-data-buffer): New var.
(tar-data-swapped-p, tar-change-major-mode-hook)
(tar-mode-kill-buffer-hook): New funs.
(tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
(tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
(tar-clear-modification-flags, tar-alter-one-field)
(tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
Change accordingly.
2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
* vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
(vc-dir-resynch-file): ... this. Update callers.
Use vc-string-prefix-p. Ignore directory args.
(vc-string-prefix-p): CSE.
(vc-resynch-buffer): Restore conditional.
* vc-hooks.el (vc-after-save): Improve test.
(vc-mode-line): Fix indentation.
2008-05-27 Chong Yidong <cyd@stupidchicken.com>
* calendar/parse-time.el (parse-time-months)
(parse-time-weekdays): Add long-form month and day names.
2008-05-27 Glenn Morris <rgm@gnu.org>
* Makefile.in (update-elclist): Make errors in final sed non-fatal.
2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-dispatcher.el (vc-string-prefix-p): New function.
(vc-dir-parent-marked-p): Use it.
2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (Problems): Remove fixed issues.
(vc-expand-dirs): Avoid returning directories.
(vc-dir): Fix C-x v v binding.
(vc-make-backend-object): Fix name.
(vc-dir-show-fileentry): Fix docstring.
(vc-dir-refresh): Use vc-dir-backend. Fix docstring.
(vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
Reset the state for directories.
(vc-dir-headers): Align labels.
(vc-default-status-printer): Do no call prettify-state-info.
(vc-deduce-fileset): Replace implementation with one based on a
working older version.
(vc-next-action): Use the new form of vc-deduce-fileset.
Fix dealing with unregistered files.
* vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
(vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
(vc-dir-child-files): New function.
(vc-dir-node-directory): New function.
(vc-dir-update, vc-dir-parent-marked-p)
(vc-dir-children-marked-p, vc-dir-mark-all-files)
(vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
* vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
* diff-mode.el (diff-context-mid-hunk-header-re): New const.
(diff-font-lock-keywords, diff-context->unified)
(diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
(diff-hunk-text, diff-find-source-location): Use it.
(diff-post-command-hook): Let the user edit the hunk headers.
2008-05-26 Andreas Schwab <schwab@suse.de>
* vc.el (vc-default-prettify-state-info): Fix formatting of an
unknown state.
* tar-mode.el (tar-summarize-buffer): Comment fix.
2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
* tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
2008-05-26 Glenn Morris <rgm@gnu.org>
* calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
2008-05-25 John Paul Wallington <jpw@pobox.com>
* proced.el (proced-next-line, proced-previous-line):
Avoid calling `next-line' and `previous-line' from Lisp code.
2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
* calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
Use diary-ordinal-suffix.
2008-05-24 Juanma Barranquero <lekktu@gmail.com>
* emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
(edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
(edebug-save-displayed-buffer-points, edebug-initial-mode)
(edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
(edebug-print-length, edebug-print-level, edebug-print-circle)
(edebug-unwrap-results, edebug-on-error, edebug-on-quit)
(edebug-global-break-condition, edebug-sit-for-seconds):
Remove spurious * from defcustom docstrings.
(edebug-unwrap*, edebug-signal, edebug-eval-display):
Improve argument/docstring consistency.
(edebug-test-coverage, edebug-gensym, edebug-read)
(edebug-top-level-nonstop, edebug-eval-result-list)
(edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
(edebug-eval-defun, edebug-eval-top-level-form, edebug)
(edebug-display-freq-count): Reflow docstrings.
(edebug-restore-status): Doc fix.
2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
* proced.el (proced-header-line): Use the :align-to 0 feature
rather than computing the corresponding position manually.
(proced-update): Don't hardcode point-min==1.
2008-05-24 Alan Mackenzie <acm@muc.de>
* progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
if c-file-style is set to a non-string.
(c-neutralize-CPP-line): Surround by `save-excursion'.
(c-neutralize-syntax-in-CPP): Optimize for speed.
2008-05-24 Glenn Morris <rgm@gnu.org>
* Makefile.in (update-elclist): New target, to update ELCFILES.
(bootstrap-after): Run update-elclist.
2008-05-24 Ulf Jasper <ulf.jasper@web.de>
* calendar/icalendar.el (icalendar-version): Increase to "0.19".
(icalendar--date-style): New function.
(icalendar--datetime-to-diary-date): Doc fix.
Use icalendar--date-style.
(icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
(icalendar--convert-yearly-to-ical)
(icalendar--convert-recurring-to-diary): Handle iso date style,
use icalendar-date-style.
2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-delete-file): Make sure the buffer is deleted and
vc-dir buffers are updated.
2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
* vc.el (vc-delete-file): Don't try to resynch the buffer.
2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
* textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
* textmodes/reftex.el (reftex-extra-bindings-map): New var.
(reftex-extra-bindings): Use it.
* progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
away from the user-reserved keys.
* progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
New vars.
(ada-create-keymap): Use them.
2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/regexp-opt.el (regexp-opt): Always return
a properly-grouped regexp.
2008-05-23 Juanma Barranquero <lekktu@gmail.com>
* progmodes/cap-words.el (capitalized-words-mode):
Fix typos in docstring.
2008-05-23 Kenichi Handa <handa@m17n.org>
* international/mule-conf.el: Don't define the charset `emacs'
here, just put :docstring, :short-name, and :long-name.
2008-05-22 Kenichi Handa <handa@m17n.org>
* international/mule-diag.el (font-show-log): Limit each listing
to 20 items.
2008-05-23 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-enable-debug): New function.
(gdb-annotation-rules): New entry for "thread-changed".
(gdb-thread-changed): New function.
2008-05-23 Glenn Morris <rgm@gnu.org>
* Makefile.in (SOURCES): Remove, unused.
(lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
(TAGS, TAGS-LISP): Use a single rule with multiple targets.
Exclude more '*loaddefs' files.
(compile-always): Simplify '.elc' deletion.
2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
(vc-bzr-revision-completion-table): Handle `boundaries' argument.
* minibuffer.el (completion-boundaries): Change calling
convention, so `string' has the same semantics as in
try-completion and all-completions.
(completion-table-with-context, completion--embedded-envvar-table)
(completion--file-name-table)
(completion-pcm--find-all-completions): Adjust code accordingly.
2008-05-22 Chong Yidong <cyd@stupidchicken.com>
* image-mode.el (image-mode-winprops): Add argument CLEANUP to
prune image-mode-winprops-alist, preventing it from growing
indefinitely.
(image-mode-reapply-winprops): Use it.
2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
* net/netrc.el (netrc-machine): Always match if the port is not given.
2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (completion-pcm--find-all-completions):
Don't add pseudo-completions.
* icomplete.el (icomplete-eoinput): Remove.
(icomplete-overlay): New var to replace it.
(icomplete-tidy): Rewrite.
(icomplete-exhibit): Use an overlay.
(icomplete-completions): Use completion-all-sorted-completions.
Obey completion-ignore-case.
* files.el (locate-dominating-file): Accept non-existing argument.
(project-find-settings-file): Rewrite, using locate-dominating-file.
2008-05-22 Kenichi Handa <handa@m17n.org>
* faces.el (font-weight-table, font-slant-table, font-width-table):
Delete them. Don't call internal-set-font-style-table.
* international/mule-diag.el (font-show-log): New function.
* international/fontset.el (script-representative-chars): Add more
chars for latin. Add data for symbol.
(setup-default-fontset): Add entries for phonetic, armenian, and symbol.
2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (completion-all-sorted-completions): New var.
(completion--flush-all-sorted-completions)
(completion-all-sorted-completions): New functions.
(minibuffer-force-complete): New command.
2008-05-21 Glenn Morris <rgm@gnu.org>
* files.el (c-postprocess-file-styles): Declare for compiler.
* Makefile.in: Allow for parallel byte-compiling.
(ELCFILES): New variable.
(.el.elc): Remove prerequisites from suffix rule. Print a message.
(compile-first, compile-main, compile-last): New targets.
(compile-always): Simplify - delete .elc files, then `make compile'.
* Makefile.in (compile-calc): Use glob rather than find.
($(lisp)/progmodes/cc-mode.elc): Use $@.
* eshell/esh-module.el: No need for cl when compiling.
* eshell/eshell.el (eshell-defgroup): New alias.
* eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
* eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
* eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
* eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
* eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
* eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
Autoload the custom group. Set generated-autoload-file.
* eshell/em-basic.el, eshell/esh-module.el: Require eshell,
for eshell-defgroup.
* eshell/esh-module.el (eshell-load-defgroups): Remove.
Require esh-groups rather than loading it.
2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* proced.el (proced-header-line): New variable and new function.
(proced-mode): Set header-line-format.
(proced-update): Set proced-header-line.
(proced-send-signal): Use proced-header-line.
2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
* macros.el (insert-kbd-macro): Use prin1-char.
2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (completion-boundaries): New function.
(completion--some): Delay errors.
(complete-with-action, completion-table-with-context):
Handle `boundaries' case.
(completion--try-word-completion): Avoid partial-completion
when the user hasn't entered anything yet.
(minibuffer-local-map, minibuffer-local-filename-completion-map)
(minibuffer-local-must-match-map, minibuffer-local-completion-map)
(minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
Setup default keybindings.
(completion--embedded-envvar-re): New var.
(completion--embedded-envvar-table): Use it. Handle `boundaries' case.
(completion--file-name-table): Handle `boundaries' case.
(completion-pcm--pattern->regex): Avoid pathological backtracking.
(completion-pcm--all-completions): Add a `prefix' arg.
(completion-pcm--find-all-completions): New function.
(completion-pcm-all-completions, completion-pcm-try-completion):
Use it.
* icomplete.el (icomplete-completions): Don't use `predicate' with
a table of a different type than `candidates'.
2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* proced.el (proced-goal-column): Rename from proced-procname-column.
(proced-goal-header-re): Rename from proced-procname-column-regexp.
(proced-move-to-goal-column): Rename from proced-move-to-procname.
(proced-header-face, proced-header-regexp): Remove.
(proced-font-lock-keywords): Remove proced-header-face.
(proced-header-alist, proced-sorting-schemes-re): New variables.
(proced): Rename Proced buffer to *Proced*.
(proced-next-line, proced-previous-line): New commands.
(proced-do-mark, proced-do-mark-all, proced-toggle-marks)
(proced-hide-processes): Do not treat first line as special.
(proced-header-space): New function.
(proced-update): Use header-line-format.
Initialize proced-header-alist and proced-sorting-schemes-re.
Set proced-goal-column. Include proced-command in mode-name.
(proced-send-signal): Use header-line-format for *Marked
Processes* buffer.
(proced-sort): Restrict minibuffer completion to applicable
sorting schemes.
(proced-sorting-scheme-p): Use proced-sorting-schemes-re.
2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
* icomplete.el (icomplete-simple-completing-p):
Allow icomplete-with-completion-tables to say "use it everywhere".
(icomplete-completions): Obey completion-styles. Try to accommodate
partial-completion style.
2008-05-20 Michael Olson <mwolson@gnu.org>
* files.el (project-find-settings-file): Change concat to
expand-file-name.
2008-05-19 Tom Tromey <tromey@redhat.com>
* files.el (normal-mode): Call hack-project-variables.
(hack-local-variables-confirm): Add 'project' argument.
(hack-local-variables-apply): New function.
(hack-local-variables): Use it.
(project-class-alist, project-directory-alist): New variables.
(project-get-alist): New function.
(project-collect-bindings-from-alist)
(project-collect-binding-list, set-directory-project)
(project-find-settings-file, project-define-from-project-file)
(hack-project-variables): New functions.
2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
2008-05-19 Juanma Barranquero <lekktu@gmail.com>
* faces.el (font-weight-table): Fix typo in docstring.
2008-05-18 David Hull <david@snap.com> (tiny change)
* vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
(vc-hg-annotate-command): Allow white space before version number.
2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc-yank.el (calc-register-alist): New variable.
(calc-set-register, calc-get-register, calc-copy-to-register)
(calc-insert-register, calc-add-to-register, calc-append-to-register)
(calc-prepend-to-register): New functions.
* calc/calc-ext.el (calc-init-extensions): Add keybindings for
`calc-copy-to-register' and `calc-insert-register'.
Autoload new register functions.
* calc/calc-help.el (calc-r-prefix-help): Add help for register
functions.
2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (Todo): Add known problems.
(vc-dir-backend): New variable.
(vc-dir): Set it.
(vc-make-backend-object, vc-generic-status-printer)
(vc-generic-state, vc-generic-status-fileinfo-extra)
(vc-dir-extra-menu): Use it.
(vc-generic-dir-headers): Remove, unused.
* vc-dispatcher.el (vc-dir-previous-directory): Rename from
vc-dir-prev-directory for consistency with vc-dir-previous-line.
(vc-dir-mode-map): Fix bindings.
* vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc-yank.el (calc-kill): Make sure that only the stack is
operated on.
(calc-kill-region): Kill entire lines.
2008-05-17 Glenn Morris <rgm@gnu.org>
* ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
simplify initial value.
(defezimage): Drop support for Emacs without defimage, use a featurep
test rather than fboundp when defining, drop with-no-warnings.
(ezimage-insert-over-text): Move featurep test inside
add-text-properties.
* elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
* net/tramp.el (top-level): Load auth-source when compiling.
* progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
2008-05-17 Andreas Schwab <schwab@suse.de>
* vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-annotate-show-diff-revision-at-line): Change
vc-diff-internal arg to match what vc-deduce-fileset returns now.
2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
2008-05-17 Jim Meyering <meyering@redhat.com>
* ido.el (ido-save-history): Do not emit a trailing newline at the
end of the ido history file.
2008-05-16 John Paul Wallington <jpw@pobox.com>
* vc-dispatcher.el (top-level): Revert previous change: require cl
when compiling.
2008-05-16 Eric S. Raymond <esr@thyrsus.com>
* vc.el (vc-default-status-printer)
(vc-default-prettify-state-info): Enhance the state prettyprinter
to deal better with unknown states and indirect through it when
painting vc-dir buffers.
2008-05-16 John Paul Wallington <jpw@pobox.com>
* vc-dispatcher.el (top-level): Don't require cl when compiling.
(vc-dir-mode-map): Fix backquote.
(vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
2008-05-16 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-handle-write-region): Fix check for short track.
Reported by Glenn Morris <rgm@gnu.org>.
2008-05-16 Eric S. Raymond <esr@thyrsus.com>
* vc.el: Remove my analysis of SCCS/RCS concurrency issues from
the end of the file, it was good work at one time but has been
stale since 1995 and may now be actively misleading.
* vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
CVS repository and module (assumptions for the latter a bit iffy).
* vc-svn.el (vc-svn-status-extra-headers): Extract and display the
SVN repository.
2008-05-16 Juanma Barranquero <lekktu@gmail.com>
* vc-rcs.el (vc-rcs-create-tag):
* vc-sccs.el (vc-sccs-create-tag):
Fix typo in error message and pass backend arg.
2008-05-15 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
* net/tramp.el: Load auth-source library.
(tramp-read-passwd): Use it for password, not login.
2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
* ses.el (ses-goto-print): Use move-to-column rather than forward-char.
(ses-print-cell): Use string-width, truncate-string-to-width,
delete-region rather than length, substring, delete-char.
(ses-setup): Set inhibit-point-motion-hooks to t.
Calculate position by actually moving point rather than just using
unibyte character length.
(ses-mode): Set indent-tabs-mode to nil.
(ses-center): Use string-width rather than length.
2008-05-15 Eric S. Raymond <esr@thyrsus.com>
* vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
* vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
vc-*-create-tag and vc-*-retrieve-tag respectively.
* vc-dispatcher.el: Fix an incorrect buffer name and remove an
unneeded defalias.
* vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
* vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
about buffer names.
2008-05-15 Glenn Morris <rgm@gnu.org>
* vc-hooks.el (vc-directory-resynch-file): Fix declaration.
* org/org-exp.el (org-infojs-options-inbuffer-template):
Fix declaration.
* progmodes/cc-mode.el (declare-function): Add compat definition.
(awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
2008-05-14 Eric S. Raymond <esr@thyrsus.com>
* vc-dispatcher.el (vc-dispatcher-selection): Change the returned
list to a cons so the caller can get back both expanded and
unexpanded filesets.
* vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
(vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
Change handling of selection-set returns as required.
2008-05-15 John Paul Wallington <jpw@pobox.com>
* add-log.el (top-level): Don't require cl when compiling.
* arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
(archive-*-extract): Use `zerop'.
(archive-*-write-file-member): Use `or', use `zerop'.
* diff-mode.el (diff-current-defun): Use `buffer-local-value'.
* ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
(ibuffer-mark-interactive, ibuffer-set-mark)
(ibuffer-insert-buffer-line, ibuffer-redisplay-current)
(ibuffer-map-lines, ibuffer-switch-format)
(ibuffer-update-title-and-summary)
(ibuffer-redisplay-engine): Use it.
* ibuf-ext.el (ibuffer-interactive-filter-by-mode)
(ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
(define-ibuffer-filter mode, define-ibuffer-filter used-mode)
(define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
(ibuffer-mark-read-only-buffers)
(ibuffer-mark-dired-buffers): Use `buffer-local-value'.
* ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
(define-ibuffer-column, define-ibuffer-sorter)
(define-ibuffer-op, define-ibuffer-filter): Add declarations
containing indentation specs, replacing equivalent top-level
forms that set `lisp-indent-function' properties.
(define-ibuffer-op): Use `derived-mode-p'.
(define-ibuffer-filter): Remove redundant `concat' call.
2008-05-14 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-echo-mark): Update docstring.
(tramp-echo-mark-marker): New defconst.
(tramp-check-for-regexp): Use it.
2008-05-14 Eric S. Raymond <esr@thyrsus.com>
* vc.el (vc-deduce-fileset): Do the right thing when visiting a
buffer (say, a log buffer or diff buffer) with a vc-dir buffer
as parent.
2008-05-14 John Paul Wallington <jpw@pobox.com>
* international/mule.el (convert-define-charset-argument):
Remove period from end of error message.
(coding-system-mnemonic): Doc fix.
(ctext-pre-write-conversion): Doc fix.
2008-05-14 Simon Marshall <simon@gnu.org>
* obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
from its default value and give it the risky-local-variable
property (CVE-2008-2142).
2008-05-14 Kenichi Handa <handa@m17n.org>
* language/korean.el ("Korean"): Set `iso639-language'
property to `ko'.
* language/japanese.el ("Japanese"): Set `iso639-language'
property to `ja'.
* language/chinese.el ("Chinese-GB", "Chinese-BIG5")
("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
("Chinese-GB18030"): Set `iso639-language' property to `zh'.
* international/mule-cmds.el (set-language-environment):
Set current-iso639-language.
* international/fontset.el (setup-default-fontset): For kana, han,
hangul, and cjk-misc, move an entry with font-spec at the end.
(generate-fontset-menu): Exclude fontset-auto* from the list.
* composite.el (compose-chars-after): Assume that WINDOW is always
non-nil.
* faces.el (font-weight-table, font-slant-table)
(font-swidth-table): Declare them by defconst. Change the format
of elements. Call internal-set-font-style-table after their
declaration.
(face-valid-attribute-values): Call font-family-list. Get values
for width, weight, and slant from font-xxx-table.
* cus-face.el (custom-face-attributes): Add "thin" for :weight.
2008-05-13 John Paul Wallington <jpw@pobox.com>
* ibuffer.el (ibuffer-buffer-file-name): New function.
(define-ibuffer-column filename): Use it.
* ibuf-ext.el (define-ibuffer-filter filename): Use it.
2008-05-13 Chong Yidong <cyd@stupidchicken.com>
* talk.el (talk): Simplify. Pass display arg to talk-add-display
as a string.
(talk-add-display): Simplify. Accept only string args.
2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
* Makefile.in (bootstrap-prepare): Don't chmod files.
(autoloads): Do it here instead, where it's actually needed.
2008-05-13 Chong Yidong <cyd@stupidchicken.com>
* tool-bar.el (tool-bar-make-keymap): Account for the optional
KEY-BINDING-DATA field in menu-item list.
2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
* dired.el (dired-read-dir-and-switches): Move things about to use less
recursion during macroexpansion.
* dired.el (dired-read-dir-and-switches): Use read-file-name.
* dired.el (dired-read-dir-and-switches): Ignore ., .., and
completion-ignored-extension directories if there's something else.
(dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
(dired-remember-marks, dired-undo, dired-build-subdir-alist)
(dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
(dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
buffer-read-only -> inhibit-read-only.
2008-05-12 Eric S. Raymond <esr@thyrsus.com>
* vc.el (vc-expand-dirs): Stop this function from tossing out
explicitly specified files.
2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
* smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
to `insert'.
2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
cons. Use vc-annotate-backend.
(with-vc-file, edit-vc-file): Remove unused macros.
2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
* mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
(smtpmail-try-auth-methods): Use it.
2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
(setf (nthcdr ..) ..) doesn't require CL at runtime.
2008-05-11 Carsten Dominik <dominik@science.uva.nl>
* org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
(vc-bzr-revision-completion-table): Use process-file.
(vc-bzr-working-revision): Pass relative file names.
* diff-mode.el (diff-hunk-header-re): Refine the regexp.
2008-05-11 Juri Linkov <juri@jurta.org>
* wid-edit.el (widget-image-directory): Change default image data
subdirectory from "custom" to "images/custom".
* info.el (Info-next-preorder): Let-bind `Info-history' to nil
before recursive call to `Info-next-preorder' to not add
intermediate nodes to the history.
* isearch.el: Put isearch-scroll property on recenter-top-bottom.
* emulation/cua-base.el: Put isearch-scroll property
on cua-scroll-up and cua-scroll-down.
2008-05-11 Eric S. Raymond <esr@thyrsus.com>
* vc-hooks.el (vc-recompute-state): Remove (dead code).
2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
* vc-dispatcher.el (ewoc): Require.
(vc-log-edit, vc-buffer-sync): Declare for byte compiler.
* vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
2008-05-10 Chong Yidong <cyd@stupidchicken.com>
* term/w32-win.el (x-colors):
* term/mac-win.el (x-colors):
* term/x-win.el (x-colors): Re-order colors.
2008-05-10 Reiner Steib <reiner.steib@gmx.de>
* smerge-mode.el (smerge-command-prefix): Fix custom type.
2008-05-10 Eric S. Raymond <esr@thyrsus.com>
* vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
New functions implementing motion to next and previous directory.
* vc-arch.el (vc-arch-command):
* vc-bzr.el (vc-bzr-command):
* vc-cvs.el (vc-cvs-command):
* vc-dispatcher.el (vc-do-command):
* vc-git.el (vc-git-command):
* vc-hg.el (vc-hg-command):
* vc-mcvs.el (vc-mvcs-command):
* vc-mtn.el (vc-mtn-command):
* vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
(vc-sccs-workfile-unchanged-p):
* vc-svn.el (vc-svn-command, vc-svn-create-repo):
* vc-rcs.el (all methods): Remove assumption about what a nil
argument to vc-do-command means. This means no buffer name needs
to be hardcoded into the dispatcher layer, and it's better to be
explicit anyway.
* vc-svn.el (vc-svn-dir-state-heuristic): Remove.
2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el: Update todo.
* vc-sccs.el (vc-sccs-dir-status):
* vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
backends and returning up to date files.
* vc-hooks.el (vc-prefix-map): Remove duplicate binding.
2008-05-09 Eric S. Raymond <esr@thyrsus.com>
* vc.el (vc-dir):
* vc-hooks.el: Tweak the VC directory bindings. These are now
documented in the manual.
* vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
(vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
(vc-dispatcher-selection-set): Allow callers to pass in an
observer flag that says no buffer sync is required.
* vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
Use the observer flag.
2008-05-09 Michael Albinus <michael.albinus@gmx.de>
* simple.el (start-file-process): Clarify docstring.
2008-05-09 Eric S. Raymond <esr@thyrsus.com>
* vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
Remove stub implementations of, and references to, wash-log.
* vc-rcs.el (vc-rcs-comment-history):
* vc-cvs.el (vc-cvs-comment-history):
Inline the code that used to be wash-log.
* vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
(vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
(vc-sccs-print-log, vc-sccs-diff): Grok directories.
* vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
(vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
(vc-rcs-print-log): Grok directories.
2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
* vc.el (vc-mark-resolved): Add `backend' argument.
(vc-next-action): Pass it the backend.
(vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
(vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
(vc-default-comment-history, vc-default-create-snapshot)
(vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
(vc-annotate-revision-previous-to-line)
(vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
* vc-svn.el (vc-svn-checkout):
* vc-mcvs.el (vc-mcvs-checkout):
* vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
(vc-working-revision, vc-before-save, vc-mode-line):
Prefer vc-call-backend to vc-call so as not to recompute the backend.
* vc.el (vc-deduce-fileset): Don't require the checkout-model and the
state to be consistent since it's often an unwarranted restriction.
Don't return the state either.
(vc-next-action): Check that the state is consistent.
(vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
(vc-rollback, vc-update): Adapt to new return value of
vc-deduce-fileset.
* vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
(vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
(vc-dispatcher-in-fileset-p): New fun.
(vc-dispatcher-selection-set): Use it to properly handle directories.
2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
(vc-update): Remove unused let bindings.
2008-05-09 Eric S. Raymond <esr@thyrsus.com>
* vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
(vc-diff, vc-revert, vc-rollback, vc-update):
* vc-dispatcher.el (vc-dispatcher-selection-set):
Get rid of 4 special cases in fileset selection. This involved
changing the return value of (vc-deduce-fileset) so that it passes
back a deduced state as well as a deduced back end.
2008-05-08 Sam Steingold <sds@gnu.org>
* progmodes/compile.el (compilation-minor-mode-map)
(compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
* progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
it to `compilation-minor-mode-map' (instead of an explicit `cons').
2008-05-08 Juanma Barranquero <lekktu@gmail.com>
* org/org.el (org-modules, org-format-latex-options):
* org/org-archive.el (org-archive-stamp-time)
(org-archive-save-context-info):
* org/org-faces.el (org-hide):
* org/org-irc.el (org-irc-parse-link):
* org/org-macs.el (org-call-with-arg, org-autoload):
* org/org-mew.el (org-mew-store-link):
* org/org-remember.el (org-remember-store-without-prompt)
(org-remember-templates): Fix typos in docstrings.
* org/org-info.el (org-info-store-link): Remove leftover docstring.
* org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
(org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
(org-bbdb-anniv-split): Fix typos in docstrings.
* org/org-publish.el (org-publish-project-alist): Doc fixes.
(org-publish-use-timestamps-flag): Reflow docstring.
(org-publish-files-alist): Fix typos in docstring.
2008-05-07 Sam Steingold <sds@gnu.org>
* pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
appears to be too aggressive with window removal.
2008-05-08 Michael McNamara <mac@mail.brushroad.com>
* progmodes/verilog-mode.el (verilog-type-font-keywords):
Add leda and 0in as pragma keywords.
(verilog-pretty-expr): Support lining up assignments which include
part selects.
(verilog-mode): More portable check for the availability of
hideshow support.
(verilog-do-indent): Remove special indent for declarations inside
a parenthetical list. The code is ill-advised, and doesn't work
given the new user defined types.
(verilog-set-auto-endcomments): Enhance function automatic
endcomment to support functions that return user defined types.
(verilog-mode): Add code to tell which-function-mode minor mode
that Verilog supports this feature.
2008-05-08 Eli Zaretskii <eliz@gnu.org>
* epa-file.el: Require epa-hook.
* loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
* epa-hook.el: Renamed from epa-file-hook.el, to avoid
file-names clashes on 8+3 filesystems. Provide epa-hook.
* org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
file-names clashes on 8+3 filesystems.
2008-05-08 Carsten Dominik <dominik@science.uva.nl>
* org/org.el (org-read-date-get-relative): Interpret lone
weekday abbreviation as relative to today.
2008-05-08 Juanma Barranquero <lekktu@gmail.com>
* abbrev.el (define-abbrev-table):
* composite.el (toggle-auto-composition):
* json.el (json-alist-p, json-plist-p):
* minibuffer.el (completion-table-with-predicate):
* ps-mule.el (ps-mule-external-libraries):
* emacs-lisp/advice.el (ad-special-form-p):
* emacs-lisp/autoload.el (autoload-generate-file-autoloads):
* eshell/em-smart.el (eshell-review-quick-commands):
* progmodes/python.el (python-comment-line-p, python-blank-line-p)
(python-skip-out, python-check-comint-prompt):
Don't use `iff' in docstrings.
* international/robin.el (robin-package-alist): Fix typo in docstring.
(robin-current-package-name): Doc fix.
(robin-activate): Don't use `iff' in docstring.
2008-05-07 Eric S. Raymond <esr@thyrsus.com>
* vc.el, vc-dispatcher.el: VC-Dired support removed.
The code uses a ewoc-based implementation now.
* vc-hooks.el: Support for Meta-CVS has been removed.
2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
* tool-bar.el: Choose images dynamically.
(tool-bar-make-keymap, tool-bar-find-image): New function.
(tool-bar-find-image-cache): New var.
(tool-bar-local-item, tool-bar-local-item-from-menu):
Don't select the image yet, do it later in tool-bar-make-keymap.
2008-05-07 Andreas Schwab <schwab@suse.de>
* window.el: Require 'cl when compiling.
2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
* vc-dispatcher.el (vc-dir-insert-directories): Default to t.
2008-05-07 Glenn Morris <rgm@gnu.org>
* subr.el (ignore-errors): Move here from cl-macs.el.
* emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
* progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
oddness.
2008-05-06 Eric S. Raymond <esr@thyrsus.com>
* vc-hooks.el (vc-find-file-hook):
* vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
further from vc.el.
* vc.el (vc-dir-mode): Move VC-specific context menu entries here.
2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
* progmodes/verilog-mode.el (verilog-getopt-file):
Cleanup warning message format.
(verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
(verilog-auto-inout, verilog-auto-inout-module)
(verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
(verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
(verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
(verilog-auto-sense-sigs, verilog-auto-tieoff)
(verilog-auto-unused, verilog-auto-wire)
(verilog-decls-get-assigns, verilog-decls-get-consts)
(verilog-decls-get-gparams, verilog-decls-get-inouts)
(verilog-decls-get-inputs, verilog-decls-get-outputs)
(verilog-decls-get-ports, verilog-decls-get-regs)
(verilog-decls-get-signals, verilog-decls-get-wires)
(verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
(verilog-dir-cache-preserving, verilog-dir-file-exists-p)
(verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
(verilog-inject-sense, verilog-library-filenames)
(verilog-mode-release-date, verilog-mode-version)
(verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
(verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
(verilog-modi-get-assigns, verilog-modi-get-consts)
(verilog-modi-get-gparams, verilog-modi-get-inouts)
(verilog-modi-get-inputs, verilog-modi-get-outputs)
(verilog-modi-get-ports, verilog-modi-get-regs)
(verilog-modi-get-signals, verilog-modi-get-sub-inouts)
(verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
(verilog-modi-get-wires, verilog-preserve-cache)
(verilog-preserve-dir-cache, verilog-preserve-modi-cache)
(verilog-read-sub-decls, verilog-read-sub-decls-line)
(verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
(verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
Add caching of additional state, and rework signal extraction
routines to improve AUTO expansion performance by 300%++.
2008-05-06 Chong Yidong <cyd@stupidchicken.com>
* progmodes/compile.el (compilation-error-regexp-alist-alist):
Tweak Open Watcom regexp to distinguish between errors and warnings.
2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
* dired.el (dired-read-dir-and-switches): Fix up last change.
2008-05-05 Eric S. Raymond <esr@thyrsus.com>
* vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
out of this function, move it to vc-dispatcher-selection-set.
2008-05-05 Sam Steingold <sds@gnu.org>
* window.el (delete-other-windows-vertically): New function.
2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
* dired.el (dired-read-dir-and-switches):
Obey read-file-name-completion-ignore-case.
2008-05-05 Nick Roberts <nickrob@snap.net.nz>
* progmodes/compile.el (compilation-error-regexp-alist-alist):
Add regexp for Open Watcom compiler output.
2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
* progmodes/python.el (python-block-pairs): Align finally with except.
2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
2008-05-05 Tom Tromey <tromey@redhat.com>
* smerge-mode.el (smerge-start-session): Don't call smerge-next if
looking at conflict marker.
2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
client-mode -> vc-client-object, and guess `funcall' was meant.
(vc-dir-mode): Rename client-mode -> vc-client-mode.
2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
* net/zeroconf.el (dbus-call-method, dbus-register-signal)
(dbus-debug): Move declarations outside eval-when-compile.
2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* proced.el (proced-command-alist): Fix system-type values.
Fix defcustom.
(proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
(proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
(proced-sort-start, proced-sort, proced-sort-time): New commands.
(proced-update): Use proced-sorting-scheme. Update modeline.
(proced-send-signal): Use nreverse.
(proced-sorting-scheme-p): New function.
2008-05-04 Andreas Schwab <schwab@suse.de>
* vc.el: Require dired when compiling.
* minibuffer.el (completion--insert-strings): Don't delete past bol.
2008-05-03 Glenn Morris <rgm@gnu.org>
* ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
* ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
Simplify compilation requirements.
* ediff-init.el, ediff-vers.el: Remove unnecessary variable
declarations.
2008-05-03 Dave Love <fx@gnu.org>
* progmodes/python.el (python-beginning-of-statement):
Loop at least once (fixes 2008-02-21 change).
2008-05-03 Eli Zaretskii <eliz@gnu.org>
* ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
instead of `length' for comparing length of user and group names.
2008-05-03 Eric S. Raymond <esr@thyrsus.com>
* vc-dispatcher.el: New file, separates out the UI and command
execution machinery from VCS-specific logic left in vc.el.
The separation is not yet completely clean, but it's a good start.
* vc.el: This file is about 1700 lines shorter now.
Remove obsolete logentry-check from the backend API.
* vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
implementation of the logentry-check method, and it guarded against
a log length limit that has probably been obsolete for 15 years (!).
2008-05-02 Sam Steingold <sds@gnu.org>
* progmodes/compile.el (compilation-start): Move setting of
compilation-directory after (funcall mode) as that resets local
variables, this fixes recompile in grep buffers.
* progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
in dired &c).
2008-05-02 Eric S. Raymond <esr@thyrsus.com>
* vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
* vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
* vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
has one of these and that all are called in compatible ways.
* vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
* vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
* vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
backend has one of these.
2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
initialization into define-abbrev-table. Use :regexp.
(octave-mode-syntax-table): Don't set word syntax for `.
* files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
than only value.
* dired.el (dired-read-dir-and-switches):
Set minibuffer-completing-file-name and call substitute-in-file-name.
(dired-format-columns-of-files): Use completion--insert-strings.
* minibuffer.el (completion-hilit-commonality): Revert last change:
the leftover code was actually useful.
(completion--insert-strings): Use string-width rather than length.
2008-05-02 Sam Steingold <sds@gnu.org>
* vc.el (vc-dir-mode-map): Enable mouse bindings.
(vc-at-event): New macro: run the body at the even location.
(vc-dir-menu, vc-dir-toggle-mark): Use it.
(vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
* subr.el (mouse-event-p): Check if the event is mouse-related.
2008-05-02 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
Don't throw error if no file is found.
2008-05-02 Juanma Barranquero <lekktu@gmail.com>
* vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
(vc-default-state-heuristic): Doc fix.
2008-05-02 Richard Sharman <rsharman@pobox.com>
* hilit-chg.el (highlight-changes-mode): Remove references to
hooks that no longer exist. Because define-minor-mode is used the
hook highlight-changes-mode-hook exists and can do what both the
old hooks used to do. The documentation at the top of the file
was updated to demonstrate this.
(highlight-changes-mode): Remove commented out call to a hook
function that is no longer there.
(hilit-chg-set): Remove running of highlight-changes-enable-hook.
2008-05-02 Eric S. Raymond <esr@thyrsus.com>
* vc.el (vc-default-dired-state-info): Change name of primitive
to prettify-state-info, in preparation for ripping out dired mode.
* vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
to prettify-state-info, in preparation for ripping out dired mode.
* vc-hooks.el (vc-toggle-read-only): Throw an error when a user
tries this on a version-controlled buffer. It will do useless or
actively bad things on any version control system newer than RCS.
* vc-hooks.el (vc-dired-resynch-file):
* vc.el (vc-dired-resynch-file): Change name of primitive to
vc-directory-resynch-file, preparing to remove dired.
2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
* vc-rcs.el (vc-rcs-state): Fix typos.
* vc.el (vc-register): Change argument order so that the prefix
argument is assigned correctly.
(vc-next-action, vc-dir-register): Update for the above change.
2008-05-01 Juri Linkov <juri@jurta.org>
* replace.el (occur-read-primary-args): Set default to the car of
regexp-history and display it in the prompt, but don't add to the
list of minibuffer defaults. Bind history-add-new-input to nil to
not add automatically `default'. For empty input return `default'.
Otherwise, add `input' to regexp-history and return it.
(occur-1): Signal an error for the empty regexp.
* progmodes/compile.el (compilation-auto-jump):
Set window point to `pos' explicitly.
2008-05-01 Eric S. Raymond <esr@thyrsus.com>
* vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
when appropriate.
* vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
we report the 'unregistered state reliably.
* vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
we report the 'unregistered state reliably.
* vc-git.el (vc-git-state): Call vc-git-unregistered so
we report the 'unregistered state reliably.
* vc-hooks.el (vc-state): Document that vc-unregistered is
now expected to be returned reliably.
* vc.el (vc-default-dired-state): Change needs-patch state to
needs-update, since the name now shows up in dir-status listings
and was somewhat misleading.
* vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
immediately after removing the file.
* vc.el (vc-next-action): More informative messages when a fileset
is in a mixed state or files are missing.
2008-05-01 Sam Steingold <sds@gnu.org>
* vc.el (vc-delete-file): Check if the file has uncommitted changes.
2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
* Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
2008-05-01 Daiki Ueno <ueno@unixuser.org>
* epa-file-hook.el: New file split from epa-file.el.
* epa-file.el: Require 'epa-file-hook.
(epa-file-handler): Add autoload cookie.
* loadup.el: Load epa-file-hook.
* startup.el (command-line): Eval the body of auto-encryption-mode.
2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-dir-mode-map): Don't bind "r".
* vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
(vc-hg-status-printer): New function.
(vc-hg-after-dir-status): Deal with copied and renamed files.
(vc-hg-dir-status): Add flag to show copied files.
2008-05-01 John Paul Wallington <jpw@pobox.com>
* ibuffer.el (ibuffer-last-sorting-mode): New variable.
(ibuffer-do-sort-by-recency): Reverse sorting order if last
sorting mode was recency.
* ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
reverse sorting order if last sorting mode was the sorter's.
2008-05-01 Jason Rumney <jasonr@gnu.org>
* w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
2008-04-30 John Paul Wallington <jpw@pobox.com>
* ibuffer.el (define-ibuffer-column filename): When the major mode
is `vc-dir-mode' show the buffer's default directory.
* ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
major mode is `vc-dir-mode' use the buffer's default directory.
2008-04-30 Sam Steingold <sds@gnu.org>
* vc.el (vc-dir-delete-file): Add.
(vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
(vc-delete-file): Do not barf when the file has been already deleted.
2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
* emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/octave-mod.el (octave-help): New function.
* progmodes/octave-hlp.el: Delete.
* info-look.el (octave-mode): Add operator index.
* vc.el (vc-checkout): Typo.
2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
* menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
Add "..." in the appropriate places.
* epa.el (epa-key-list-mode-map): Add more menu entries.
Add "..." in the appropriate places.
* dired.el (dired-mode-map): Add :help.
* vc.el (vc-deduce-fileset): Add new parameter.
(vc-dir-marked-only-files): New function.
(vc-next-action): Don't ignore directories, look at the files
inside them.
(vc-dir-mode): Document how the mark/unmark commands work.
2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
Rule out trailing spaces in file and directory names as well.
* minibuffer.el (completion--do-completion): Move point even if the
completion makes no change.
(completion-pcm-try-completion): Fix computation of new point.
2008-04-30 David Hansen <david.hansen@gmx.net>
* dired.el: Require 'cl.
2008-04-30 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
hollow if not in innermost frame.
2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
Make `checkout-model' apply to filesets.
* vc-hooks.el (vc-checkout-model): Rewrite.
(vc-before-save, vc-after-save): Adjust callers accordingly.
* vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
(vc-transfer-file): Adjust callers accordingly.
* vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
(vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
(vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
instead of vc-checkout-model.
* vc-mcvs.el (vc-mcvs-revert):
Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
* vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
(vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
* vc-svn.el (vc-svn-checkout-model):
* vc-hg.el (vc-hg-checkout-model):
* vc-git.el (vc-git-checkout-model):
* vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
* dired.el (dired-read-dir-and-switches): Replace last change with
a new approach that mixes read-file-name and read-directory-name.
* files.el (read-buffer-to-switch):
Avoid making assumptions about `other-buffer'.
2008-04-29 Sam Steingold <sds@gnu.org>
* vc.el (vc-dir-mode-hook): Add normal hook.
(vc-dir-mode): Run it.
2008-04-29 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
Always split windows.
(gdb-speedbar-timer-fn): Only raise frame after user input.
(gdb-same-frame): Reverse initial value.
(gdb-display-gdb-buffer): Check for GUD buffer in other frames.
* progmodes/gud.el (gud-speedbar-buttons): Raise frame in
gdb-speedbar-timer-fn.
2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
* uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
2008-04-29 Daiki Ueno <ueno@unixuser.org>
* epa.el (epa-key-list-mode-map): Add menu.
(epa-delete-keys, epa-import-keys): Fix typo.
2008-04-29 Glenn Morris <rgm@gnu.org>
* find-cmd.el (top-level): Does not need cl when compiling.
2008-04-29 Philip Jackson <phil@shellarchive.co.uk>
* find-cmd.el: New file.
2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (completion-hilit-commonality): Remove leftover code.
(completion-pcm--pattern->regex): Let `group' be a list of symbols.
(completion-pcm--hilit-commonality): New function.
(completion-pcm-all-completions): Use it.
* minibuffer.el (completion-common-substring): Mark obsolete.
(completions-first-difference, completions-common-part):
Move from simple.el.
(completion-hilit-commonality): New fun.
(display-completion-list, completion-emacs21-all-completions)
(completion-emacs22-all-completions): Use it.
* simple.el (completions-first-difference, completions-common-part):
Move to minibuffer.el.
(choose-completion-string): Use field functions and minibufferp.
(completion-setup-function): Don't set completions faces.
2008-04-29 Glenn Morris <rgm@gnu.org>
* calendar/calendar.el (calendar-nth-named-absday)
(calendar-nth-named-day):
* calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
* calendar/holidays.el (holiday-float): Doc fixes.
* emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
the `full' case.
* org/org-agenda.el (calendar-iso-from-absolute):
* org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
Fix declarations.
2008-04-28 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
(gdb-goto-breakpoint): Likewise for visiting breakpoints.
(gdb-assembler-custom): Be careful not to match other addresses.
2008-04-29 Jason Rumney <jasonr@gnu.org>
* battery.el (battery-status-function): Use w32-battery-status
on Windows.
(battery-echo-area-format): Make apm format the general case.
(battery-mode-line-format): Merge apm and pmset formats as the
general case.
2008-04-29 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-info-stack-custom):
Use gud-tool-bar-item-visible-no-fringe.
(gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
is already visible in frame. Remove optional size parameter
and add optional frame parameter.
* progmodes/gud.el (gud-display-line): Only consider visible
frames when looking for source buffer.
2008-04-28 Chong Yidong <cyd@stupidchicken.com>
* doc-view.el (doc-view-new-window-function): Avoid using WINDOW
argument to get-char-property, in case the current buffer hasn't
been assigned to that window yet.
(doc-view-display): Default to selected window if the current
buffer hasn't been assigned to a window yet.
2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
* whitespace.el (whitespace-trailing-regexp): Fix docstring.
2008-04-28 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-mode): New defcustom.
(tramp-file-name-handler, tramp-completion-file-name-handler):
Use it.
(tramp-replace-environment-variables): Handle "$$".
2008-04-28 Sam Steingold <sds@gnu.org>
* vc-hg.el (vc-hg-rename-file): Fix argument order.
2008-04-28 Bastien Guerry <bzg@altern.org>
* whitespace.el (whitespace-trailing): Fix typo.
2008-04-28 Sam Steingold <sds@gnu.org>
* textmodes/remember.el (diary-make-entry): Update the autoload.
2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (completion-pcm--all-completions): Don't pass nil to
all-completions.
2008-04-28 Juanma Barranquero <lekktu@gmail.com>
* desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
(vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
(vc-dir-mark-file): Add an optional argument.
(vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
2008-04-27 Daiki Ueno <ueno@unixuser.org>
* epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
rather than obsolete alias find-file-hooks.
(auto-encryption-mode): Rename from epa-file-mode. Default to on.
Use find-file-hook rather than obsolete alias find-file-hooks.
Add to find-file-not-found-functions.
(epa-file-handler): Put 'safe-magic and 'operations properties.
* epa.el (epa-global-minor-modes, epa-mode, epa-menu)
(epa-menu-items): Remove.
* epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
(epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
(epa-dired-mode, epa-global-dired-mode): Remove.
* dired.el (dired-mode-map): Bind encryption/decryption commands.
* menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
* files.el (insert-file-contents-literally): Inhibit epa-file-handler.
2008-04-27 Glenn Morris <rgm@gnu.org>
* textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
Remove un-needed local `orig-list'. Replace cl `copy-list'.
2008-04-27 Carsten Dominik <dominik@science.uva.nl>
* org/org.el (org-html-level-start): Always have id's in HTML.
(org-export-as-html): Use `org-link-protocols' to
retrieve the export form of the link.
(org-add-link-type): Final parameter renamed from PUBLISH.
Better documentation of how it is to be used. Avoid double entries for
the same link type.
(org-add-link-props): New function.
(org-modules-loaded): New variable.
(org-load-modules-maybe, org-set-modules): New function.
(org-modules): New option.
(org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
(orgtbl-mode, org-store-link, org-insert-link-global)
(org-open-at-point): Call `org-load-modules-maybe'.
(org-search-view): Add more text properties.
(org-agenda-schedule, org-agenda-deadline): Allow also in
search-type agendas.
(org-search-view): Order of arguments has been changed.
Interpret prefix-arg as TODO-ONLY.
(org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
Take new argument order of `org-search-view' into account.
(org-todo-only): New variable.
(org-search-syntax-table): New variable and function.
(org-search-view): Do the search with the special syntax table.
(define-obsolete-function-alias): Make work with XEmacs.
(org-add-planning-info): Use old date as default when modifying an
existing deadline or scheduled item.
(org-agenda-compute-time-span): Make argument N optional.
(org-agenda-format-date-aligned): Require `cal-iso'.
(org-agenda-list): Include week into agenda heading, don't
list it at each date (only on Mondays).
(org-read-date-analyze): Define local variable `iso-date'.
(org-agenda-format-date-aligned): Remove dependency on
`calendar-time-from-absolute'.
(org-remember-apply-template, org-go-to-remember-target):
Interpret filenames relative to `org-directory'.
(org-complete): Silently fail when trying to complete
keywords that don't have a default value.
(org-get-current-options): Add a #+DATE: option.
(org-additional-option-like-keywords): Remove "DATE:" from the
list of additional keywords.
(org-export-as-html): Remove (current-time) as unnecessary second
argument of `format-time-string'.
(org-clock-find-position): Handle special case at end of buffer.
(org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
`org-agenda-change-time-span'.
(org-agenda-week-view): New argument ISO-WEEK, pass it on to
`org-agenda-change-time-span'.
(org-agenda-month-view): New argument MONTH, pass it on to
`org-agenda-change-time-span'.
(org-agenda-year-view): New argument YEAR, pass it on to
`org-agenda-change-time-span'.
(org-agenda-change-time-span): New optional argument N, pass it on
to `org-agenda-compute-time-span'.
(org-agenda-compute-time-span): New argument N, interpret it by
changing the starting day.
(org-small-year-to-year): New function.
(org-scheduled-past-days): Respect `org-scheduled-past-days'.
(org-auto-repeat-maybe): Make sure that repeating dates are pushed
into the future, and that the shift is at least one interval, never 0.
(org-update-checkbox-count): Fix bug with checkbox counting.
(org-add-note): New command.
(org-add-log-setup): Rename from `org-add-log-maybe'.
(org-log-note-headings): New entry for plain notes (i.e. notes not
related to state changes or clocking).
(org-get-org-file): Check for availability of `remember-data-file'.
(org-cached-entry-get): Allow a regexp value for
`org-use-property-inheritance'.
(org-use-property-inheritance): Allow regexp value. Fix bug in
customization type.
(org-use-tag-inheritance): Allow a list and a regexp value for
this variable.
(org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
(org-entry-get): Respect value `selective' for the INHERIT argument.
(org-tag-inherit-p, org-property-inherit-p): New functions.
(org-agenda-format-date-aligned): Allow 10 characters for
weekday, to accommodate German locale.
(org-add-archive-files): New function.
(org-agenda-files): New argument `ext', to get archive files as well.
(org-tbl-menu): Protect the use of variables that
are only available when org-table.el gets loaded.
(org-read-agenda-file-list): Error if `org-agenda-files' is a
single directory.
(org-open-file): Allow a batch process to trigger
waiting after executing a system command.
(org-store-link): Link to headline when there is not
target and no region in an org-mode buffer when creating a link.
(org-link-types-re): New variable.
(org-make-link-regexps): Compute `org-link-types-re'.
(org-make-link-description-function): New option.
(org-agenda-date, org-agenda-date-weekend): New faces.
(org-archive-sibling-heading): New option.
(org-archive-to-archive-sibling): New function.
(org-iswitchb): New command.
(org-buffer-list): New function.
(org-agenda-columns): Also try the #+COLUMNS line in
the buffer associated with the entry at point (or with the first
entry in the agenda view).
(org-modules): Add entry for org-bibtex.el.
(org-completion-fallback-command): Move into `org-completion' group.
(org-clock-heading-function): Move to `org-progress' group.
(org-auto-repeat-maybe): Make sure that a note can
be enforces if `org-log-repeat' is `note'.
(org-modules): Allow additional symbols for external packages.
(org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
(org-clock-goto): Hide drawers after showing an
entry with `org-clock-goto'.
(org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
Try also a clocktable block shift.
(org-clocktable-try-shift): New function.
(org-columns-hscoll-title): New function.
(org-columns-previous-hscroll): New variable.
(org-columns-full-header-line-format): New variable.
(org-columns-display-here-title, org-columns-remove-overlays):
Install `org-columns-hscoll-title' in post-command-hook.
* org/org.el: Split into many small files.
* org/org-agenda.el: New file, split off from org.el.
* org/org-archive.el: New file, split off from org.el.
* org/org-bbdb.el: New file.
* org/org-bibtex.el: New file, split off from org.el.
* org/org-clock.el: New file, split off from org.el.
* org/org-colview.el: New file, split off from org.el.
* org/org-compat.el: New file, split off from org.el.
* org/org-exp.el: New file, split off from org.el.
* org/org-faces.el: New file, split off from org.el.
* org/org-gnus.el: New file, split off from org.el.
* org/org-info.el: New file, split off from org.el.
* org/org-infojs.el: New file.
* org/org-irc.el: New file.
* org/org-macs.el: New file, split off from org.el.
* org/org-mew.el: New file.
* org/org-mhe.el: New file, split off from org.el.
* org/org-publish.el: New file, split off from org.el.
* org/org-remember.el: New file, split off from org.el.
* org/org-rmail.el: New file, split off from org.el.
* org/org-table.el: New file, split off from org.el.
* org/org-vm.el: New file, split off from org.el.
* org/org-wl.el: New file, split off from org.el.
2008-04-27 Jason Riedy <jason@acm.org>
* org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
parameter that suppresses lines that evaluate to NIL.
(orgtbl-get-fmt): New inline function for
picking apart formats that may be lists.
(orgtbl-apply-fmt): New inline function for applying formats that
may be functions.
(orgtbl-eval-str): New inline function for strings that may be
functions.
(orgtbl-format-line, orgtbl-to-generic): Use and document.
(orgtbl-to-latex, orgtbl-to-texinfo): Document.
(*orgtbl-llfmt*, *orgtbl-llstart*)
(*orgtbl-llend*): Dynamic variables for last-line formatting.
(orgtbl-format-section): Shift formatting to support detecting the
last line and formatting it specially.
(orgtbl-to-generic): Document :ll* formats. Set to the non-ll
formats unless overridden.
(orgtbl-to-latex): Suggest using :llend to suppress the final \\.
(*orgtbl-table*, *orgtbl-rtn*): Dynamically
bound variables to hold the input collection of lines and output
formatted text.
(*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
(*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
format parameters.
(orgtbl-format-line): New function encapsulating formatting for a
single line.
(orgtbl-format-section): Similar for each section. Rebinding the
dynamic vars customizes the formatting for each section.
(orgtbl-to-generic): Use orgtbl-format-line and
orgtbl-format-section.
(org-get-param): Now unused, so delete.
(orgtbl-gather-send-defs): New function to
gather all the SEND definitions before a table.
(orgtbl-send-replace-tbl): New function to find the RECEIVE
corresponding to the current name.
(orgtbl-send-table): Use the previous two functions and implement
multiple destinations for each table.
2008-04-27 Carsten Dominik <dominik@science.uva.nl>
* org/org-agenda.el (org-add-to-diary-list): New function.
(org-prefix-has-effort): New variable.
(org-sort-agenda-noeffort-is-high): New option.
(org-agenda-columns-show-summaries)
(org-agenda-columns-compute-summary-properties): New options.
(org-format-agenda-item): Compute the duration of the item.
(org-agenda-weekend-days): New variable.
(org-agenda-list, org-timeline): Use the proper faces for dates in
the agenda and timeline buffers.
(org-agenda-archive-to-archive-sibling): New command.
(org-agenda-start-with-clockreport-mode): New option.
(org-agenda-clockreport-parameter-plist): New option.
(org-agenda-clocktable-mode): New variable.
(org-agenda-deadline-leaders): Allow a function value for the
deadline leader.
(org-agenda-get-deadlines): Deal with new function value.
* org/org-clock.el (org-clock): New customization group.
(org-clock-into-drawer, org-clock-out-when-done)
(org-clock-in-switch-to-state, org-clock-heading-function):
Move into the new group.
(org-clock-out-remove-zero-time-clocks): New option.
(org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
(org-dblock-write:clocktable): Allow a Lisp form for the scope
parameter.
(org-dblock-write:clocktable): Fix bug with total time calculation.
(org-dblock-write:clocktable): Request the unrestricted list of files.
(org-get-clocktable): New function.
(org-dblock-write:clocktable): Make sure :tstart and :tend can not only
be strings but also integers (an absolute day number) and lists (m d y).
* org/org-colview.el (org-columns-next-allowed-value)
(org-columns-edit-value): Limit the effort for updating in the
agenda to recomputing a single file.
(org-columns-compute): Only write property value if it has changed.
This avoids raising the buffer-change-flag unnecessarily.
(org-agenda-colview-summarize)
(org-agenda-colview-compute): New functions.
(org-agenda-columns): Call `org-agenda-colview-summarize'.
* org/org-exp.el (org-export-run-in-background): New option.
(org-export-icalendar): Allow a batch process to trigger waiting
after executing a system command.
(org-export-preprocess-string): Rename from
`org-cleaned-string-for-export'.
(org-export-html-style): Made target class look like normal text.
(org-export-as-html): Make use of the better preprocessing in
`org-cleaned-string-for-export'.
(org-cleaned-string-for-export): Better treatment of heuristic
targets, many more internal links will now work in HTML export.
(org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
(org-export-inbuffer-options-extra): New variable.
(org-export-options-filters): New hook.
(org-infile-export-plist): Find also the settings keywords in
`org-export-inbuffer-options-extra'.
(org-infile-export-plist): Allow multiple #+OPTIONS lines and
multiple #+INFOJS_OPT lines.
(org-export-html-handle-js-options): New function.
(org-export-html-infojs-setup): New option.
(org-export-as-html): Call `org-export-html-handle-js-options'.
Add autoload to all entry points.
(org-skip-comments): Function removed.
* org/org-table.el (org-table-make-reference): Extra parenthesis
around single fields, to make sure that algebraic formulas get
correctly interpreted by calc.
(org-table-current-column): No longer interactive.
* org/org-export-latex.el (org-export-latex-preprocess):
Rename from `org-export-latex-cleaned-string'.
2008-04-27 Bastien Guerry <bzg@altern.org>
* org/org-publish.el (org-publish-get-base-files-1): New function.
(org-publish-get-base-files): Use it.
(org-publish-temp-files): New variable.
Don't require 'dired-aux anymore.
(org-publish-initial-buffer): New variable.
(org-publish-org-to, org-publish): Use it.
(org-publish-get-base-files-1): Bug fix: get
the proper list of files when recursing thru a directory.
(org-publish-get-base-files): Use the :exclude property to skip
both files and directories.
2008-04-27 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-handle-make-symbolic-link)
(tramp-handle-file-name-directory)
(tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
(tramp-do-copy-or-rename-file-directly)
(tramp-handle-insert-directory, tramp-handle-expand-file-name)
(tramp-handle-substitute-in-file-name)
(tramp-handle-insert-file-contents, tramp-handle-write-region)
* net/tramp-cache.el (tramp-get-file-property)
(tramp-set-file-property, tramp-flush-file-property)
(tramp-flush-directory-property)
* net/tramp-compat.el (tramp-compat-make-temp-file)
* net/tramp-fish.el (tramp-fish-handle-expand-file-name):
Disable `file-name-handler-alist' when handling localname.
It could have a remote file syntax, like a VMS file name.
2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* whitespace.el: New version 11.1.
(whitespace-trailing-regexp): Option fix, now trailing regexp must be
enclosed by \\( and \\)$. Docstring fix.
(whitespace-trailing-regexp): Fun removed.
(whitespace-report-list): Const initialization fix.
(whitespace-color-on): Code fix.
2008-04-27 Andreas Schwab <schwab@suse.de>
* Makefile.in: Unbreak bootstrap.
2008-04-27 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-replace-environment-variables): New defun.
(tramp-handle-substitute-in-file-name, tramp-file-name-handler):
Use it.
2008-04-27 Glenn Morris <rgm@gnu.org>
* emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
* calculator.el (calculator-expt): Replace cl function `oddp'.
2008-04-27 Johan Bockgård <bojohan@gnu.org>
* emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
Simplify. Collect `defun' and `autoload' entries.
Avoid modifying load-history.
2008-04-26 Glenn Morris <rgm@gnu.org>
* textmodes/ispell.el (ispell-insert-word): Revert previous change.
* simple.el (quoted-insert, zap-to-char): Revert previous change.
2008-04-26 John Paul Wallington <jpw@pobox.com>
* hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
`hexl-mode-old-eldoc-documentation-function'.
(hexl-mode-exit): Restore it.
(hexl-mode-old-eldoc-documentation-function): Declare for compiler.
* w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
2008-04-26 Juanma Barranquero <lekktu@gmail.com>
* minibuffer.el (completion-pcm-word-delimiters): Add :group.
(completion-pcm--all-completions): Doc fix.
(completion-styles-alist, completion-all-completions):
Fix typos in docstrings.
2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* whitespace.el: There is now only one variable (whitespace-style) to
specify which kind of blank is visualized. Doc and docstring fix.
New version 11.0.
(whitespace-style): New option, replace whitespace-style-mark and
whitespace-style-color.
(whitespace-style-mark, whitespace-style-color): Options removed.
(whitespace-hspace, whitespace-tab, whitespace-newline)
(whitespace-trailing, whitespace-line, whitespace-space-before-tab)
(whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
(whitespace-hspace-regexp, whitespace-space-regexp)
(whitespace-tab-regexp, whitespace-trailing-regexp)
(whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
(whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
(whitespace-space-after-tab-regexp, whitespace-line-column)
(whitespace-display-mappings, whitespace-report): Docstring fix.
(whitespace-color-value-list, whitespace-mark-value-list)
(whitespace-active-color, whitespace-active-mark)
(whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
(whitespace-style-value-list, whitespace-active-style)
(whitespace-toggle-style): New vars.
(whitespace-toggle-option-alist, whitespace-help-text):
Var initialization and docstring fix.
(whitespace-toggle-options, global-whitespace-toggle-options)
(whitespace-cleanup, whitespace-cleanup-region)
(whitespace-report-region, whitespace-interactive-char)
(whitespace-toggle-list): Docstring and code fix.
(whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
(whitespace-turn-off, whitespace-color-on, whitespace-color-off)
(whitespace-display-char-on, whitespace-display-char-off): Code fix.
(whitespace-style-face-p, whitespace-style-mark-p): New fun.
2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
* diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
(diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
(diff-sanity-check-hunk): Adjust code accordingly.
2008-04-26 Glenn Morris <rgm@gnu.org>
* abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
* forms-d2.dat: Move to ../etc.
* forms-d2.el (forms-file): Adapt for above change.
* simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
`translation-table-for-input'.
* emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
(byte-compile-obsolete, byte-compile-variable-ref): Use it.
* progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
to punctuation now it's not needed for abbrevs.
(fortran-mode-abbrev-table): Remove defvar, make use of new
define-abbrev-table :regexp feature.
* textmodes/ispell.el (ispell-insert-word): Remove, and replace with
insert, now that translation-table-for-input is not needed.
2008-04-26 Johannes Weiner <hannes@saeurebad.de>
* emacs-lisp/pp.el (pp-display-expression): New function,
extracted from pp-eval-expression.
(pp-eval-expression): Use pp-display-expression.
(pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
(pp-last-sexp): New function, extracted from pp-eval-last-sexp.
(pp-eval-last-sexp): Use pp-last-sexp.
2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
* abbrev.el (define-abbrev-table): Apply props even if the table
exists already.
* minibuffer.el (completion-table-with-context): Fix `pred' for the
various kinds of completion tables.
(completion-emacs22-try-completion): Place cursor after the /, as was
done in Emacs-22's minibuffer-complete-word.
Fix bug reported by David Hansen <david.hansen@gmx.net>.
(completion-emacs22-try-completion): Merge all mergeable text rather
than just /.
(completion-pcm--delim-wild-regex): New var.
(completion-pcm-word-delimiters): New custom.
(completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
(completion-pcm--string->pattern, completion-pcm--pattern->regex)
(completion-pcm--all-completions, completion-pcm-all-completions)
(completion-pcm--merge-completions, completion-pcm--pattern->string)
(completion-pcm-try-completion): New functions.
(completion-styles-alist): Add them.
(completion-styles): Add it to the default.
2008-04-25 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
(gdb-var-create-handler): ...until here when there are values.
(gdb-post-prompt): Don't do -var-update with no watch expressions.
(gdb-info-locals-handler): Don't match "struct {...}" as an array.
2008-04-25 Eli Zaretskii <eliz@gnu.org>
* ls-lisp.el (ls-lisp-format): Fix last change.
(ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
(ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
(ls-lisp-filesize-f-fmt): New defvars.
(ls-lisp-insert-directory): Dynamically compute format specifiers
for displaying UID, GID, and file size, and store them in the
above variables.
(ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
instead of constant format strings.
(ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
ls-lisp-filesize-d-fmt instead of constant format strings.
2008-04-24 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
value of addresses rather than (partial) string value.
(gdb-frame-handler): Change regexp according to above change.
(gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
(gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
(gdb-assembler-mode): Disable undo in these buffers.
2008-04-24 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
2008-04-24 Sam Steingold <sds@gnu.org>
* textmodes/remember.el (remember-diary-extract-entries): Use
diary-make-entry instead of the obsolete make-diary-entry.
2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
* subr.el (translation-table-for-input): Mark as obsolete.
* isearch.el (isearch-search-string): Avoid string-bytes and aset.
* international/quail.el (quail-build-decode-map): Avoid string-bytes.
* textmodes/ispell.el (ispell-dictionary-alist-1)
(ispell-dictionary-alist-2, ispell-dictionary-alist-3)
(ispell-dictionary-alist-4, ispell-dictionary-alist-5)
(ispell-dictionary-alist-6): Remove.
(ispell-dictionary-base-alist): New var, merges the above.
(ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
Use it.
(ispell-dictionary-alist): Default to nil. Remove autoload.
(ispell-local-dictionary-alist): Remove autoload.
* progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
(f90-mode-abbrev-table): Use the new :regexp feature.
Merge defvar and mapc into define-abbrev-table.
(f90-imenu-type-matcher): Remove unused `l'.
(f90-imenu-generic-expression): Remove unused `not-ib'.
(f90-prepare-abbrev-list-buffer): Use with-current-buffer.
(f90-change-keywords): Use restore-buffer-modified-p.
2008-04-24 Glenn Morris <rgm@gnu.org>
* net/goto-addr.el (goto-address-prog-mode):
* progmodes/bug-reference.el (bug-reference-prog-mode):
Define for compiler.
* minibuffer.el (x-file-dialog): Declare as function.
* progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
dframe-update-speed rather than obsolete alias speedbar-update-speed.
* calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
(cal-menu-scroll-menu): Use commands rather than key macros, which don't
work with easymenu. Add :keys where needed.
* calendar/cal-move.el (calendar-scroll-left): Handle case when
event-start is nil.
* calendar/calendar.el (calendar-mode-map): Fix typo.
2008-04-24 Tom Tromey <tromey@redhat.com>
* emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
Document keywords. Add :suppress.
* pcvs-defs.el (cvs-mode-map): Use :suppress.
* net/goto-addr.el (goto-address-unfontify): New function.
(goto-address-fontify): Use it. Respect goto-address-prog-mode.
(goto-address-fontify-region, goto-address-mode)
(goto-address-prog-mode): New functions.
* progmodes/bug-reference.el: New file.
2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
macros within lambdas.
2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (completion-try-completion): Add `point' argument.
Change return value.
(completion-all-completions): Add `point' argument.
(minibuffer-completion-help): Pass the new `point' argument.
(completion--do-completion): Pass the whole field to try-completion.
(completion--try-word-completion): Rewrite, making fewer assumptions.
(completion-emacs21-try-completion, completion-emacs21-all-completions)
(completion-emacs22-try-completion, completion-emacs22-all-completions)
(completion-basic-try-completion, completion-basic-all-completions):
New functions.
(completion-styles-alist): Use them.
2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
* textmodes/ispell.el (ispell-set-spellchecker-params):
New function to make sure right params and dictionary alists are used
after spellchecker changes.
(ispell-aspell-dictionary-alist, ispell-last-program-name)
(ispell-initialize-spellchecker-hook): New variables and hook.
(ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
(ispell-maybe-find-aspell-dictionaries): Remove.
Calls replaced by (ispell-set-spellchecker-params) calls.
(ispell-have-aspell-dictionaries): Remove.
* textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
by ispell-set-spellchecker-params.
2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
* complete.el (PC-do-completion): Be more robust in the presence of
unexpected values in minibuffer-completion-predicate.
* minibuffer.el (read-file-name): Don't let-bind default-directory.
Only abbreviate default-filename if it's a file.
* minibuffer.el (read-file-name-function, read-file-name-predicate)
(read-file-name-completion-ignore-case, insert-default-directory):
New vars, moved from fileio.c.
(read-file-name): New fun, moved from fileio.c.
* cus-start.el: Remove insert-default-directory and
read-file-name-completion-ignore-case.
2008-04-23 Magnus Henoch <mange@freemail.hu>
* tar-mode.el (tar-untar-buffer): If the entry has directory
link type, extract it as a directory even if its file name doesn't
end with a slash. Fixes extraction of NetBSD tar archives.
2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
* server.el (server-start): Also don't get confused by CRs since we
don't quote them.
2008-04-23 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-init-buffer): New function.
(gdb-set-gud-minor-mode-existing-buffers)
(gdb-info-breakpoints-custom, gdb-get-location)
(gdb-set-gud-minor-mode-existing-buffers-1): Use it.
Previously gdb-create-define-alist wasn't always run and added to
after-save-hook.
* progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
2008-04-23 Kevin Ryde <user42@zip.com.au>
* progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
comments like unindented ones.
2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* term/mac-win.el (mac-ae-open-documents): Adjust selection range
parameter origins.
2008-04-23 Kevin Ryde <user42@zip.com.au>
* emacs-lisp/autoload.el (autoload-generate-file-autoloads):
Bind print-level to ensure output forms aren't truncated if
print-level is set to eval-expression-print-level when going via
eval-defun and friends, or has been otherwise fiddled with.
2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/cc-mode.el (c-basic-common-init): Don't set
font-lock-extend-after-change-region-function globally.
2008-04-23 Juanma Barranquero <lekktu@gmail.com>
* speedbar.el (speedbar-use-tool-tips-flag)
(speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
(speedbar-file-regexp, speedbar-message, speedbar-item-info)
(speedbar-files-item-info, speedbar-maybe-add-localized-support)
(speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
(speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
(speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
(speedbar-separator-face): Fix typos in docstrings.
(speedbar-stealthy-function-list, speedbar-verbosity-level)
(speedbar-supported-extension-expressions, speedbar-update-current-file)
(speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
(speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
(speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
(speedbar-show-info-under-mouse, speedbar-directory-buttons)
(speedbar-check-vc-this-line, speedbar-files-line-directory)
(speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
(speedbar-buffers-line-directory, speedbar-recenter-to-top)
(speedbar-recenter): Doc fixes.
(speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
declaration and remove redundant info in docstring.
2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
* vc-git.el (vc-git-status-printer): Deal with directories.
* vc.el (vc-next-action): Look at more than the first file to
determine the state.
2008-04-23 Glenn Morris <rgm@gnu.org>
* dframe.el (dframe-have-timer-flag): Drop support for Emacs without
timers. Doc fix.
(dframe-update-speed): Drop support for XEmacs < 20.
(dframe-frame-mode): Drop support for Emacs < 20.
(dframe-set-timer-internal): Drop support for Emacs without timers.
(dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
* ediff-init.el (ediff-check-version): Drop support for very old Emacs
versions. Add doc-string. Mark as obsolete.
* ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
* speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
rather than using an Emacs version test.
* tree-widget.el (tree-widget-image-enable): Use display-images-p
rather than an Emacs version test.
* calendar/cal-china.el (holiday-chinese-qingming)
(holiday-chinese-winter-solstice, holiday-chinese): New functions.
* calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
* calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
* calendar/cal-islam.el (holiday-islamic): Doc fix.
* calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
(diary-remind): Allow negative DAYS to represent a range 1:DAYS.
Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2008-04-23 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
(gdb-previous-frame-pc-address): ...to this.
(gdb-get-selected-frame): Use MI command -stack-info-frame instead
of "info frame" with Gdb 6.4+.
(gdb-stack-list-frames-regexp): New regexp.
(gdb-frame-handler-1): Parse output of -stack-info-frame.
2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
* tar-mode.el (tar-prefix-offset): New constant.
(tar-header-block-tokenize): Support paths with long names
which use the "ustar" standard.
2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
* image-dired.el (image-dired-track-original-file)
(image-dired-modify-mark-on-thumb-original-file):
Use `dired-goto-file' instead of `search-forward'. This solves
a bug with finding files where the file name is a subset of other
file names. Doc fix.
2008-04-22 Juri Linkov <juri@jurta.org>
* menu-bar.el (buffers-menu-max-size): Move its definition down to
the "Buffers Menu" section. Change group name `mouse' to `menu'.
(yank-menu-length): Change group name `mouse' to `menu'.
(buffers-menu-buffer-name-length): New user option.
(menu-bar-update-buffers): Use buffers-menu-buffer-name-length
instead of the hard-coded number 27.
2008-04-22 Juri Linkov <juri@jurta.org>
* isearch.el (eval-when-compile): Require `help-macro'.
(isearch-help-for-help-internal): Isearch specific Help screen
created by `make-help-screen'.
(isearch-help-map): New variable that binds "b", "k", "m" to
isearch-specific commands, and binds other keys to
isearch-other-control-char, thus allowing other Help keys to
exit isearch mode and execute their global definitions.
(isearch-help-for-help, isearch-describe-bindings)
(isearch-describe-key, isearch-describe-mode): New commands.
(isearch-mode-help): Define alias to isearch-describe-mode
and remove its old function definition.
(isearch-mode-map): Bind "\C-h" to isearch-help-map.
Remove old comments because this issue is settled now.
(isearch-forward): Describe three new Help commands in the docstring.
(isearch-mode): Remove \\{isearch-mode-map} from the docstring,
leave the single sentence at the first line of the docstring,
and prepend the word "function" before `isearch-forward'
to make the Help link to the function instead of variable.
2008-04-22 Juri Linkov <juri@jurta.org>
* isearch.el (isearch-success-function): New variable with default
to `isearch-success-function-default'.
(isearch-search): Call a function from `isearch-success-function'
instead of calling the hard-coded `isearch-range-invisible'.
(isearch-success-function-default): New function that calls
`isearch-range-invisible' and inverts its return value.
* info.el (Info-search): In two similar places that skip
undesired search matches move code to Info-search-success-function,
and call `isearch-success-function' instead.
(Info-search-success-function): New function copied from code
in Info-search. Replace isearch-range-invisible with
text-property-not-all that checks for 'invisible and 'display
properties to skip partially invisible matches (whose display
properties were set by Info-fontify-node).
(Info-mode): Set buffer-local isearch-success-function
to Info-search-success-function.
2008-04-22 Juri Linkov <juri@jurta.org>
* minibuffer.el (internal-complete-buffer-except): New function.
* files.el (read-buffer-to-switch): New function.
(switch-to-buffer-other-window, switch-to-buffer-other-frame):
Change interactive spec to call read-buffer-to-switch instead of
using the letter "B".
* simple.el (minibuffer-default-add-shell-commands): New function.
Use declare-function for mailcap-file-default-commands from "mailcap".
(shell-command): Set local minibuffer-default-add-function to
minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
before calling read-shell-command. Set 4th arg default-value of
read-shell-command to relative buffer-file-name in file buffers.
* dired-aux.el (dired-read-shell-command-default): Move it to
gnus/mailcap.el and change its name to more general name
mailcap-file-default-commands.
(minibuffer-default-add-dired-shell-commands): New function.
Use declare-function for mailcap-file-default-commands from "mailcap".
(dired-read-shell-command): Set local minibuffer-default-add-function
to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
before calling read-shell-command. Remove dired-read-shell-command-default
from the default value arg because default values are not set in
minibuffer-default-add-dired-shell-commands. Doc fix.
* dired-x.el (dired-smart-shell-command): Sync arguments and
interactive spec with changes in `shell-command'.
Use dired-get-filename to get the dired file name at point
as the default value in dired mode.
2008-04-22 Juanma Barranquero <lekktu@gmail.com>
* info.el (Info-complete-menu-item): Add missing parenthesis.
2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
* info.el (Info-complete-menu-item): Save point.
2008-04-22 Juanma Barranquero <lekktu@gmail.com>
* minibuffer.el (minibuffer-complete-and-exit): Fix last change.
2008-04-22 Andreas Schwab <schwab@suse.de>
* Makefile.in (emacs-deps): Define.
Use it instead of $(lisp)/subdirs.el.
2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-next-action): Do not consider directories when
checking for state compatibility.
(vc-transfer-file): Use when not if.
(vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
(vc-dir-mark-file): Use them.
(vc-deduce-fileset): Also return the backend.
(vc-diff-internal): Take as argument the value returned by
vc-deduce-fileset instead of just the fileset.
(vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
(vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
(vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
* doc-view.el (doc-view-scroll-up-or-next-page): Don't use
set-window-vscroll but image-scroll-down. Fixes a bug where a
command following SPC scrolled up again.
2008-04-22 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-locals-header): New variable.
(gdb-locals-mode, gdb-registers-mode): Use it for header line.
(gud-watch): Add "$" prefix when in registers buffer.
2008-04-22 Glenn Morris <rgm@gnu.org>
* progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
* whitespace.el (whitespace-display-table)
(whitespace-display-table-was-local): Move definitions before use.
* emacs-lisp/copyright.el (copyright-at-end-flag): New option.
(copyright-limit): Respect copyright-at-end-flag.
(copyright-re-search, copyright-start-point)
(copyright-offset-too-large-p): New functions.
(copyright-update-year): Use copyright-re-search.
(copyright-update, copyright-fix-years): Use copyright-start-point,
and copyright-re-search.
(copyright): Use copyright-offset-too-large-p.
* add-log.el (change-log-mode): Set copyright-at-end-flag.
* add-log.el (top-level): Require 'cl when compiling.
2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
* complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
Treat minibuffer-completion-predicate as a predicate.
* minibuffer.el (completion--file-name-table): Accept both the old
`dir' arg or the new `pred' arg.
* ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
`predicate' argument to pass non-predicate data.
(ffap-read-url-internal, ffap-read-file-or-url-internal):
Use second arg as proper predicate.
* vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
(vc-bzr-revision-completion-table): Use completion-table-with-context
instead.
* simple.el (choose-completion-string): Use minibuffer-completion-table.
2008-04-21 Chong Yidong <cyd@stupidchicken.com>
* term.el (term-emulate-terminal): Perform redisplay after the
process filter has finished running.
2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
* vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
* minibuffer.el (completion-try-completion): Change magic symbol
property name. Rename from minibuffer-try-completion.
(completion-all-completions): Rename from minibuffer-all-completions.
Remove hide-spaces argument.
(completion--do-completion): Rename from minibuffer--do-completion.
(minibuffer-complete-and-exit): Call just try-completion rather than
completion-try-completion to fix up the case.
(completion--try-word-completion): Try to add space or hyphen before
making `string' a prefix of `completion'.
(completion--insert-strings): Rename from minibuffer--insert-strings.
2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
* net/tls.el (tls-program): Add -ign_eof argument to call the
openssl commands.
(tls-checktrust): Ditto.
2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
* vc-cvs.el (vc-cvs-status-extra-headers): New function.
* vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
(vc-check-master-templates, vc-file-not-found-hook)
(vc-kill-buffer-hook):
* vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
(vc-find-position-by-context, vc-buffer-context)
(vc-restore-buffer-context, vc-responsible-backend)
(vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
(vc-next-action, vc-register, vc-register-with, vc-steal-lock)
(vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
(vc-version-diff, vc-diff, vc-insert-headers)
(vc-dired-buffers-for-dir, vc-dired-resynch-file)
(vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
(vc-revert, vc-rollback, vc-version-backup-file)
(vc-rename-master, vc-delete-file, vc-rename-file)
(vc-branch-part, vc-default-retrieve-snapshot)
(vc-annotate-display-autoscale, vc-annotate-display-select)
(vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
(vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
(vc-dir-update): Handle directories.
(vc-default-status-printer): Simplify.
* progmodes/asm-mode.el (asm-mode-map):
* progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
* progmodes/m4-mode.el (m4-mode-map): Add menu.
2008-04-21 Kenichi Handa <handa@m17n.org>
* select.el (xselect-convert-to-string): Send a C_STRING only if
the polymorphic target TEXT is requested.
2008-04-21 Juanma Barranquero <lekktu@gmail.com>
* minibuffer.el (completion-setup-hook, display-completion-list)
(completion--file-name-table): Fix typos in docstrings.
(completion-table-dynamic): Fix typo, and reflow docstring.
2008-04-20 Andreas Schwab <schwab@suse.de>
* server.el (server-switch-buffer): Also consider clients in the
selected frame.
2008-04-19 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
Select window clicked on first.
(gdb): Display thread number in mode-line.
(gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
(gdb-breakpoints-header): New variable.
(gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
(vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
(vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
(vc-sccs-steal-lock, vc-sccs-modify-change-comment)
(vc-sccs-print-log): Use it.
* vc-hooks.el (vc-path): Remove SCCS-specific hack.
* emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
* progmodes/scheme.el (scheme-mode-variables): Don't use it.
* tooltip.el (tooltip-previous-message): New var.
(tooltip-show-help-non-mode): Rewrite to better follow the behavior of
the C code (avoid overwriting a minibuffer, restore previous echo
message, ...).
(tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
Simplify.
2008-04-19 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
(gdb-init-1): Initialize it.
(gdb-annotation-rules): New entry for "new-thread".
(gdb-thread-identification): New function to customize
mode-line-buffer-identification.
(gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
(gdb-assembler-mode): Use it.
(gdb-threads-mode): Force "info threads" onto queue.
2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
* files.el (locate-file-completion-table): Rename from
locate-file-completion and make it use `pred' in the normal way.
(locate-file-completion): New compatibility wrapper.
(load-library): Use locate-file-completion-table.
* finder.el (finder-commentary):
* subr.el (locate-library):
* emacs-lisp/find-func.el (find-library): Likewise.
* info.el: Use with-current-buffer and inhibit-read-only.
(Info-read-node-name-2): Change to use `predicate' in the normal way.
(Info-read-node-name-1): Adjust uses accordingly.
* minibuffer.el (completion-table-with-context): Add support for `pred'.
(completion-table-with-terminator): Don't use complete-with-action
since we have to distinguish all three cases anyway.
(completion-table-with-predicate): New function.
(dynamic-completion-table): Add obsolete alias.
* emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
2008-04-18 Sam Steingold <sds@gnu.org>
* vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
Use quit-window instead of bury-buffer.
2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (completion-table-with-terminator): Fix last fix.
2008-04-18 Andreas Schwab <schwab@suse.de>
* Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
Depend on $(lisp)/subdirs.el.
2008-04-18 Juanma Barranquero <lekktu@gmail.com>
* descr-text.el (describe-char-after):
Use `define-obsolete-function-alias'.
* dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
* facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
* savehist.el (savehist-load): Add WHEN to obsolescence declaration.
Remove redundant obsolescence info in docstring.
* vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
(vc-header-alist): Add WHEN to obsolescence declaration.
(vc-state): Fix typo in docstring.
* emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
Use `define-obsolete-variable-alias'.
* emulation/tpu-edt.el (tpu-have-ispell):
* international/codepage.el (codepage-setup):
Fix typo in obsolescence declaration.
* international/mule.el (char-coding-system-table):
Remove redundant obsolescence info in docstring.
(charset-list, generic-char-p, set-char-table-default):
Fix typos in obsolescence declarations.
* international/mule-diag.el (non-iso-charset-alist):
Fix typo in obsolescence declaration.
(decode-codepage-char): Remove redundant obsolescence info in docstring.
* font-core.el (font-lock-defaults-alist):
* font-lock.el (font-lock-reference-face):
* frame.el (screen-height, screen-width, set-screen-width)
(set-screen-height):
* hilit-chg.el (highlight-changes-initial-state):
* isearch.el (isearch-return-char):
* log-edit.el (cvs-commit-buffer-require-final-newline)
(cvs-changelog-full-paragraphs):
* mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
(mouse-popup-menubar-stuff):
* mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
(mouse-wheel-click-button):
* outline.el (outline-visible):
* pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
* pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
* emacs-lisp/lisp-mode.el (lisp-comment-indent):
* progmodes/compile.el (compile-internal):
Add WHEN to obsolescence declarations.
2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
is not better anyway.
2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* whitespace.el (whitespace-report-region): Handle whitespace-tab-width
properly.
2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/python.el (python-mode-map): Use abbrev-table-menu.
(python-use-skeletons): Remove, unused.
(python-skeletons): Remove. Use the abbrev table instead.
(python-mode-abbrev-table): Fix regexp;
add enable-function and case-fixed.
(def-python-skeleton): Simplify.
(python-expand-template): Use the abbrev-table and abbrev-insert.
(python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
Remove.
(python-mode): Don't set pre-abbrev-expand-hook.
* skeleton.el: Set coding-tag.
* abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
(expand-abbrev): Use it.
(abbrev-table-menu): New function.
* abbrev.el (define-abbrev-table): Fontify dosctrings as such.
* minibuffer.el (completion-table-with-terminator): Fix paren typo.
2008-04-17 Sam Steingold <sds@gnu.org>
* pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
idiosyncratic bury-buffer/delete-window logic.
2008-04-17 Juanma Barranquero <lekktu@gmail.com>
* emacs-lisp/crm.el (crm-completion-help, crm-complete)
(crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
2008-04-17 Kenichi Handa <handa@m17n.org>
* international/characters.el: Don't make the width of U+00AD to 0.
2008-04-17 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-stack-update): New variable.
(gdb, gdb-starting, gdb-frames-mode): Use it.
(gdb-invalidate-frames): Advise to call "info stack" only if
execution has occurred.
(gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
selected frame if no execution has occurred.
(gdb-frames-force-update): New interactive function.
(gdb-frames-mode-map): Bind it to "F".
2008-04-17 Michael Olson <mwolson@gnu.org>
* textmodes/remember.el (remember-version): Release Remember 2.0.
2008-04-16 Yoni Rabkin <yoni@rabkins.net>
* textmodes/artist.el:
* progmodes/vhdl-mode.el:
* progmodes/verilog-mode.el:
* progmodes/vera-mode.el:
* progmodes/simula.el:
* progmodes/ps-mode.el:
* progmodes/cmacexp.el:
* obsolete/hilit19.el:
* emulation/viper.el:
* ediff.el: Cleanup the bug-report email addresses and make sure the
maintainer is still willing to handle bug reports.
2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-dir-kill-query): Fix thinko.
2008-04-16 Glenn Morris <rgm@gnu.org>
* calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
by diary-sexp-entry.
2008-04-16 Markus Triska <markus.triska@gmx.at>
* proced.el (proced-command-alist): Add support for darwin.
2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
* proced.el (proced-mode): Redefine as just the major-mode.
(proced): Separate it from proced-mode.
* vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* whitespace.el: Honor the `indent-tabs-mode' setting from user.
Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
`tab-width' setting from user. New version 10.0. Doc and docstring
fix.
(whitespace-style, whitespace-chars): Remove options.
(whitespace-style-mark): New option, replace whitespace-style deleted
option. Fix docstring.
(whitespace-style-color): New option, replace whitespace-chars deleted
option. Fix docstring.
(whitespace-space, whitespace-hspace, whitespace-tab)
(whitespace-newline, whitespace-trailing, whitespace-line)
(whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
(whitespace-space-after-tab, whitespace-hspace-regexp)
(whitespace-space-regexp, whitespace-tab-regexp)
(whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
(whitespace-empty-at-eob-regexp, whitespace-line-column)
(whitespace-toggle-option-alist): Fix docstring.
(whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
(whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
docstring and initialization.
(global-whitespace-mode): Autoloaded global minor mode.
(whitespace-chars-value-list, whitespace-style-value-list)
(whitespace-active-chars, whitespace-active-style)
(whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
(whitespace-color-value-list): New var, replace
whitespace-chars-value-list removed var.
(whitespace-mark-value-list): New var, replace
whitespace-style-value-list removed var.
(whitespace-active-color): New var, replace whitespace-active-chars
removed var.
(whitespace-active-mark): New var, replace whitespace-active-style
removed var.
(whitespace-toggle-color): New var, replace whitespace-toggle-chars
removed var.
(whitespace-toggle-mark): New var, replace whitespace-toggle-style
removed var.
(whitespace-toggle-option-alist, whitespace-report-list)
(whitespace-report-text, whitespace-help-text): Fix initialization.
(whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
(whitespace-toggle-options, global-whitespace-toggle-options)
(whitespace-cleanup-region, whitespace-report-region)
(whitespace-interactive-char): Fix docstring and code.
(whitespace-cleanup, whitespace-report): Fix docstring.
(whitespace-replace-spaces-by-tabs): Remove fun.
(whitespace-replace-action): New fun, replace
whitespace-replace-spaces-by-tabs removed fun.
(whitespace-regexp, whitespace-indentation-regexp)
(whitespace-space-after-tab-regexp, whitespace-insert-value)
(whitespace-kill-buffer): New funs.
(whitespace-insert-option-mark, whitespace-help-on)
(whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
(whitespace-color-on, whitespace-color-off)
(whitespace-display-char-on): Fix code.
2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
* mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
(mouse-throw-magnifier-with-mouse-movement): Remove.
(mouse-throw-magnifier-base): New const.
(mouse-drag-scroll-delta): New fun.
(mouse-drag-throw): Use it.
2008-04-15 Juanma Barranquero <lekktu@gmail.com>
* international/uni-bidi.el, international/uni-category.el:
* international/uni-combining.el, international/uni-comment.el:
* international/uni-decimal.el, international/uni-decomposition.el:
* international/uni-digit.el, international/uni-lowercase.el:
* international/uni-mirrored.el, international/uni-name.el:
* international/uni-numeric.el, international/uni-old-name.el:
* international/uni-titlecase.el, international/uni-uppercase.el:
* international/charprop.el: Regenerate.
2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-status-fileinfo): Add new member directoryp.
(vc-default-status-printer): Print directories.
(vc-status-update): Sort files before subdirectories.
* vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
Add alternative implementation based on "cvs update".
2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
* doc-view.el: Changed requirements section to tell that only one
of dvipdf or dvipdfm is needed.
(doc-view-already-converted-p): Fix bug that forced reconversion
if doc was already converted.
2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (minibuffer-message):
Make sure we can put-text-property.
* emacs-lisp/crm.el: Complete rewrite.
* tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
(tmm-add-prompt): Make sure completion-setup-hook is preserved even in
case of an error in display-completion-list.
* filecache.el (file-cache-completions-keymap): Move init from
file-cache-completion-setup-function into declaration.
(file-cache-minibuffer-complete): Simplify.
(file-cache-completion-setup-function): Use standard-output,
preserve current-buffer.
* vc.el (vc-status-update): Fix typo.
(vc-status-update): Set needs-update.
(vc-status-refresh): η-reduce.
2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
* doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
to image-eol.
2008-04-14 Alexandre Julliard <julliard@winehq.org>
* vc.el (vc-status-update): Undo the previous revert.
2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (completion-table-with-terminator): Those completions
are never valid w.r.t test-completion.
(completion--file-name-table):
Check completion-all-completions-with-base-size.
2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
* doc-view.el (doc-view-dvipdf-program): New variable.
(doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
(doc-view-mode-p): Check for doc-view-dvipdf-program as
alternative for doc-view-dvipdfm-program.
(doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
* doc-view.el (doc-view-start-process): Don't set
default-directory to "~/" if the current value is valid.
This broke PS files that run other files in the same directory.
2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-status-kill-query): New function.
(vc-status-mode): Add it to kill-buffer-query-functions.
(vc-status-show-fileentry): New function.
(vc-status-menu-map): Bind it. Bind vc-next-action.
2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (minibuffer-message): Put cursor at the right place.
2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* proced.el (proced-send-signal): Fix error recognition.
2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* proced.el (proced-command-alist): Remove sort column.
(proced-command, proced-procname-column):
Use make-variable-buffer-local.
(proced-signal-function): Rename from proced-kill-program.
Allow for elisp symbols and string values representing system calls.
(proced-marker-regexp, proced-success-message): New functions.
(proced): Use defalias. Add autoload cookie.
(proced-unmark-backward, proced-toggle-marks)
(proced-hide-processes): New commands.
(proced-do-mark): Simplify code.
(proced-insert-mark): Use optional arg BACKWARD instead of line number.
(proced-update): Remove sorting.
(proced-send-signal): Display number of processes to operate on.
Allow for system calls or elisp functions to send signals.
Check if signal was sent successfully.
2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (completion-all-completion-with-base-size): New var.
(completion--some): New function.
(completion-table-with-context, completion--file-name-table):
Return the base-size if requested.
(completion-table-in-turn): Generalize to multiple arguments.
(complete-in-turn): Compatibility alias.
(completion-styles-alist): New var.
(completion-styles): New customization.
(minibuffer-try-completion, minibuffer-all-completions):
New functions.
(minibuffer--do-completion, minibuffer-complete-and-exit)
(minibuffer-try-word-completion): Use them.
(display-completion-list, minibuffer-completion-help): Use them.
Handle all-completions's new base-size info to set completion-base-size.
* info.el (Info-read-node-name-1): Use completion-table-with-context,
completion-table-with-terminator and complete-with-action.
Remove the now obsolete completion-base-size-function property.
* simple.el (completion-list-mode-map): Move init into declaration.
(completion-list-mode): Use define-derived-mode.
(completion-setup-function): Use any completion-base-size that may
have been set before. Remove handling of completion-base-size-function.
* loadup.el: Move abbrev.el up earlier.
2008-04-13 Alexandre Julliard <julliard@winehq.org>
* vc-git.el (vc-git-after-dir-status-stage)
(vc-git-dir-status-goto-stage): New functions.
(vc-git-after-dir-status-stage1)
(vc-git-after-dir-status-stage1-empty-db)
(vc-git-after-dir-status-stage2): Remove, functionality moved
into the new generic stage functions.
(vc-git-dir-status-files): New function.
* vc.el (vc-status-update): Revert an incorrect rewrite.
Add some comments.
(vc-status-refresh-files): New function.
(vc-status-refresh): Use `vc-status-refresh-files' to refresh the
state of up-to-date files.
(vc-default-dir-status-files): New function.
2008-04-13 Juanma Barranquero <lekktu@gmail.com>
* minibuffer.el (completion--embedded-envvar-table)
(read-file-name-internal): Fix typos in 2008-04-11 change.
* faces.el (read-face-name): Use `completion-table-in-turn',
not `complete-in-turn'.
2008-04-13 Andreas Schwab <schwab@suse.de>
* progmodes/etags.el: Require 'cl when compiling.
2008-04-12 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gud.el (gud-menu-map): Expand tooltip.
* progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
(menu): Add/expand menu tooltips.
2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
* progmodes/sh-script.el (sh-show-indent): Fix typo.
(sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
* vc-cvs.el (vc-cvs-registered): Allow removed files to be
considered registered.
2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
* emacs-lisp/copyright.el (copyright-update-directory): New command.
* ediff-wind.el (ediff-split-window-function)
(ediff-merge-split-window-function): Improve custom type.
2008-04-12 Eli Zaretskii <eliz@gnu.org>
* loadup.el ("minibuffer"): Move after "faces".
2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/hideif.el (hif-factor): Handle unary minus.
2008-04-12 Glenn Morris <rgm@gnu.org>
* calendar/cal-china.el (chinese-calendar-time-zone):
Mark obsolete name as risky too.
* calendar/calendar.el (calendar-faces): New custom group.
(calendar-today, diary, holiday): Doc fix.
Move to calendar-faces group.
* calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
(diary-button): Doc fix. Move to calendar-faces group.
* emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
* desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
* pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
* calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
* calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
not in dumped files before the associated defcustom.
2008-04-11 Johan Bockgård <bojohan@gnu.org>
* minibuffer.el (lazy-completion-table): Fix debug spec.
2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (complete-with-action, lazy-completion-table):
Move from subr.el.
(apply-partially, completion-table-dynamic)
(completion-table-with-context, completion-table-with-terminator)
(completion-table-in-turn): New funs.
(completion--make-envvar-table, completion--embedded-envvar-table):
New funs.
(read-file-name-internal): Use them.
(completion-setup-hook): Move from simple.el.
* subr.el (complete-with-action, lazy-completion-table):
* simple.el (completion-setup-hook): Move to minibuffer.el.
2008-04-11 Glenn Morris <rgm@gnu.org>
* Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/python.el (python-mode): Don't mess with hippie-expand.
* Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
* textmodes/fill.el (fill-forward-paragraph-function): New var.
(fill-forward-paragraph): New fun.
(fill-paragraph, fill-region): Use it.
* vc.el: Change `dir-status' to not take (and pass) status-buffer.
(vc-status-create-fileinfo): Make `extra' optional.
(vc-status-busy): New fun.
(vc-status-menu-map): Use it.
(vc-status-crt-marked): Remove.
(vc-status-update): Rename from vc-status-add-entries.
Add argument so as to prevent addition of entries. Rewrite.
(vc-update-vc-status-buffer): Remove.
(vc-status-refresh): Don't remove old entries, set them to
up-to-date instead. Also do it after the update is complete.
(vc-status-marked-files): η-reduce.
* dired.el (dired-read-dir-and-switches): Use read-directory-name even
for non-dialogs.
* Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
* loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
* tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
to t and don't truncate msg.
2008-04-11 Glenn Morris <rgm@gnu.org>
* calendar/calendar.el (diary, holidays):
Move custom groups to other files.
(holiday-general-holidays, holiday-oriental-holidays)
(holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
(hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
(holiday-hebrew-holidays, holiday-christian-holidays)
(holiday-islamic-holidays, holiday-bahai-holidays)
(holiday-solar-holidays, calendar-holidays): Move to holidays.el.
* calendar/diary-lib.el: Move custom group here from calendar.el.
* calendar/holidays.el: Move custom group and variables here
from calendar.el.
* calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
* calendar/cal-dst.el (calendar-dst-check-each-year-flag):
Fix custom group.
(calendar-current-time-zone-cache): Autoload riskiness.
* calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
2008-04-11 Chong Yidong <cyd@stupidchicken.com>
* woman.el (woman2-TH): Use string-equal instead of string-match.
2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
* smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
(smerge-resolve): Merge the "2-way refinement" case with one half of
the "mere whitespace" resolution.
2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
* vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
2008-04-10 Juanma Barranquero <lekktu@gmail.com>
* subr.el (assoc-ignore-case, assoc-ignore-representation):
Add WHEN to obsolescence declaration.
* makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
* vc-hooks.el (vc-state): Add new state `conflict'.
(vc-after-save): Use when not if.
(vc-default-mode-line-string): Deal with the conflict state.
(vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
* vc.el (vc-editable-p, vc-default-status-printer)
(vc-next-action): Deal with the conflict state.
(vc-mark-resolved): New function.
(vc-status-mode): Fix mode name.
(vc-default-comment-history): Use when not if.
(Todo): Add new entries, remove old ones.
* vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
(vc-cvs-parse-status, vc-cvs-after-dir-status):
* vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
Detect the conflict state.
* vc-hg.el (vc-hg-dir-status): Remove unneeded call.
2008-04-10 Glenn Morris <rgm@gnu.org>
* menu-bar.el (menu-bar-options-menu) <truncate-lines>:
Respect truncate-partial-width-windows in non-full windows,
with regards to :toggle and :enable state.
* simple.el (toggle-truncate-lines): Doc fix.
* Makefile.in (MH_E_DIR): New variable.
(MH_E_SRC): Restore variable removed 2008-03-13.
(mh-loaddefs.el): Depend on $MH_E_SRC.
(CAL_DIR, CAL_SRC): New variables.
(cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
Depend on CAL_SRC.
* calendar/calendar.el (calendar, diary): Add :prefix.
(holidays): Change :prefix.
(calendar-today, holiday, calendar-holiday-marker)
(european-calendar-style): Change custom groups.
* calendar/calendar.el (diary-hook, diary-display-hook):
Move to diary-lib.el.
* calendar/diary-lib.el (diary-hook, diary-display-hook):
Move here from calendar.el.
* calendar/appt.el: Require diary-lib rather than calendar.
* calendar/cal-x.el (diary-display-hook): Declare for compiler.
* calendar/appt.el (appt): Add :prefix.
* calendar/diary-lib.el (diary-hook): Doc fix.
(diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
New functions.
* minibuffer.el (minibuffer--do-completion): Don't forget to propagate
the arg to recursive calls.
2008-04-09 Juanma Barranquero <lekktu@gmail.com>
* minibuffer.el (completion-auto-help): Fix typo.
2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
2008-04-09 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
(tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
* minibuffer.el (minibuffer): Move group from cus-edit.el.
(completion-auto-help): Move from C code.
(minibuffer--maybe-completion-help): Remove.
(minibuffer--bitset): New function.
(minibuffer--do-completion): Rename from minibuffer-do-completion.
Renumber a bit. Really complete on string *before* point.
Add argument used for word-completion.
Join trailing / in completion with following text, as done in
minibuffer-complete-word.
Handle new value `lazy' for completion-auto-help.
(minibuffer-try-word-completion): New function extracted from
minibuffer-complete-word.
(minibuffer-complete-word): Use minibuffer--do-completion.
(minibuffer--insert-strings): Rename from
minibuffer-complete-insert-strings.
(exit-minibuffer): Fix typo.
* cus-edit.el (minibuffer): Move group to minibuffer.el.
* cus-start.el: Remove completion-auto-help.
2008-04-09 Alexandre Julliard <julliard@winehq.org>
* vc.el (vc-status-add-entries): New function.
(vc-status-add-entry): Remove.
(vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
Use vc-status-add-entries.
* emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
order.
2008-04-09 Jason Rumney <jasonr@gnu.org>
* makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
(pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
(AUTOGENEL): New variable.
(distclean, maintainer-clean): New targets.
2008-04-09 Chong Yidong <cyd@stupidchicken.com>
* emacs-lisp/regexp-opt.el (regexp-opt):
Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
* nxml/nxml-mode.el (nxml-cleanup): New function.
(nxml-mode): Add it to change-major-mode-hook.
2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
* term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
2008-04-09 Juanma Barranquero <lekktu@gmail.com>
* calc/.cvsignore: New file.
2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
* vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
* tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
show-help-function when turning tooltip off.
(tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
(tooltip-trunc-str, tooltip-show-help-non-mode): New.
2008-04-09 Alan Mackenzie <acm@muc.de>
* font-lock.el (font-lock-extend-after-change-region-function):
Make it buffer local.
2008-04-09 Glenn Morris <rgm@gnu.org>
* calendar/calendar.el (diary-file, european-calendar-style):
Remove autoload cookies.
2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
* outline.el (outline-mode-menu-bar-map):
* log-view.el (log-view-mode-menu):
* log-edit.el (log-edit-menu): Add :help.
2008-04-09 Chong Yidong <cyd@stupidchicken.com>
* emacs-lisp/regexp-opt.el (regexp-opt-group):
Use substring-no-properties for correct handling of unibyte strings.
2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
* add-log.el (change-log-next-buffer): Handle the case where version<
signals an error.
* mouse.el (mouse-menu-major-mode-map): New fun extracted from
mouse-major-mode-menu.
(mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
(mouse-major-mode-menu, mouse-popup-menubar)
(mouse-popup-menubar-stuff): Use them.
(C-down-mouse-3): Bind to a dynamic map rather than to
mouse-popup-menubar-stuff.
* bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
* vc-svn.el (vc-svn-modify-change-comment): Add support for the
file:// access method.
2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el: New file.
* loadup.el: Load it.
2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
* Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
rather than subdirs.el. It introduces an ugly circular dependency, tho.
* calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
(calc-mode-map, calc-digit-map, calc-dispatch-map):
Move initialization into declaration.
* calc/calc-yank.el:
* calc/calc-misc.el:
* calc/calc-embed.el:
* calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
2008-04-08 Michael Albinus <michael.albinus@gmx.de>
* ps-samp.el (ps-add-printer, ps-remove-printer)
(ps-make-dynamic-printer-menu): New functions.
* net/zeroconf.el: New file.
2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
* calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
* vc-rcs.el (vc-rcs-modify-change-comment):
* vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
* log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
2008-04-08 Juanma Barranquero <lekktu@gmail.com>
* international/mule-cmds.el (set-locale-environment): Don't warn if
coding system doesn't agree with system locale (this reverts changes
by Dave Love, dated 2002-10-27 and 2002-10-09).
* emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
* emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
* emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
2008-04-08 Glenn Morris <rgm@gnu.org>
* calendar/calendar.el (calendar-date-style): Remove autoload cookie.
* textmodes/remember.el (remember-diary-convert-entry):
Require calendar.
* textmodes/remember.el (remember-diary-extract-entries): Don't pass
diary-file, since it is the default for make-diary-entry anyway.
* calendar/cal-menu.el (cal-menu-event-to-date):
Rename calendar-event-to-date. Update callers.
(calendar-mouse-tex-day): Rename cal-tex-mouse-day.
(calendar-mouse-tex-week): Rename cal-tex-mouse-week.
(calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
(calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
(calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
(calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
(calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
(calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
(calendar-mouse-tex-month): Rename cal-tex-mouse-month.
(calendar-mouse-tex-month-landscape):
Rename cal-tex-mouse-month-landscape.
(calendar-mouse-tex-year): Rename cal-tex-mouse-year.
(calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
(calendar-mouse-tex-year-landscape):
Rename cal-tex-mouse-year-landscape.
(cal-menu-context-mouse-menu): Update for above name changes.
* calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
* calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
* calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
* calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
* calendar/holidays.el: Replace int-to-string with number-to-string.
2008-04-08 Chong Yidong <cyd@stupidchicken.com>
* mwheel.el (mwheel-scroll): Deactivate any temporarily active
region if point moves.
2008-04-08 Kenichi Handa <handa@m17n.org>
* faces.el (font-slant-table): Change numeric values for `r',
`roman', and `normal'.
2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
* calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
`calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
2008-04-07 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-methods): Fix again tramp-copy-args of
"pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
* dired-aux.el (dired-read-shell-command): Use read-shell-command.
2008-04-07 Sam Steingold <sds@gnu.org>
* progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
Add helper functions.
(lisp-do-defun): Extract the common part of lisp-eval-defun and
lisp-compile-defun; DEFVAR forms reset the variables to the init
values, just like in emacs-lisp mode eval-defun.
(lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
(lisp-compile-region): Use lisp-compile-string.
2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
* subr.el (combine-and-quote-strings): Also quote strings that contain
the separator.
* pcvs-util.el (cvs-map): Avoid recursion :-(
2008-04-07 Glenn Morris <rgm@gnu.org>
* calendar/calendar.el (calendar-mode-map): Replace use of kbd.
* calendar/calendar.el (diary-view-entries-initially-flag): Rename
view-diary-entries-initially. Keep old name as alias, update users.
(calendar-mark-diary-entries-flag): Rename
mark-diary-entries-in-calendar. Keep old name as alias, update users.
(calendar-view-holidays-initially-flag): Rename
view-calendar-holidays-initially. Keep old name as alias, update users.
(calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
Keep old name as alias, update users.
(calendar-initial-window-hook): Rename initial-calendar-window-hook.
Keep old name as alias, update users.
(calendar-today-visible-hook): Rename today-visible-calendar-hook.
Keep old name as alias, update users.
(calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
Keep old name as alias, update users.
(diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
(diary-american-date-forms): Rename american-date-diary-pattern.
Keep old name as alias, update users.
(diary-european-date-forms): Rename european-date-diary-pattern.
Keep old name as alias, update users.
(calendar-iso-date-display-form): Rename iso-calendar-display-form.
Keep old name as alias, update users.
(calendar-european-date-display-form): Rename
european-calendar-display-form. Keep old name as alias, update users.
(calendar-american-date-display-form): Rename
european-calendar-display-form. Keep old name as alias, update users.
(diary-show-holidays-flag): Rename holidays-in-diary-buffer.
Keep old name as alias, update users.
(holiday-general-holidays): Rename general-holidays.
Keep old name as alias, update users.
(holiday-oriental-holidays): Rename oriental-holidays.
Keep old name as alias, update users.
(holiday-local-holidays): Rename local-holidays.
Keep old name as alias, update users.
(holiday-other-holidays): Rename other-holidays.
Keep old name as alias, update users.
(holiday-hebrew-holidays): Rename hebrew-holidays.
Keep old name as alias, update users.
(holiday-christian-holidays): Rename christian-holidays.
Keep old name as alias, update users.
(holiday-islamic-holidays): Rename islamic-holidays.
Keep old name as alias, update users.
(holiday-bahai-holidays): Rename bahai-holidays.
Keep old name as alias, update users.
(holiday-solar-holidays): Rename solar-holidays.
Keep old name as alias, update users.
(diary-fancy-buffer): Rename fancy-diary-buffer.
Keep old name as alias, update users.
(calendar-other-calendars-buffer): Rename other-calendars-buffer.
Update users.
(calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
Update users.
(calendar-increment-month): Rename increment-calendar-month.
Keep old name as alias, update callers.
(calendar-increment-month-cons): Rename old calendar-increment-month.
Update callers.
(calendar-extract-month): Rename extract-calendar-month.
Keep old name as alias, update callers.
(calendar-extract-day): Rename extract-calendar-day.
Keep old name as alias, update callers.
(calendar-extract-year): Rename extract-calendar-year.
Keep old name as alias, update callers.
(calendar-generate-window): Rename generate-calendar-window.
Update callers.
(calendar-generate): Rename generate-calendar. Update callers.
(calendar-generate-month): Rename generate-calendar-month.
Update callers.
(calendar-redraw): Rename redraw-calendar. Update callers.
(calendar-describe-mode): Rename describe-calendar-mode. Update uses.
(calendar-mouse-other-month): Rename mouse-calendar-other-month.
Update callers.
(calendar-update-mode-line): Rename update-calendar-mode-line.
Update callers.
(calendar-exit): Rename exit-calendar. Keep old name as alias,
update callers.
(calendar-mark-visible-date): Rename mark-visible-calendar-date.
Keep old name as alias, update callers.
* calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
* calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
* calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
* calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
* calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
* calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
* calendar/solar.el: Update for calendar.el name changes.
* org/org.el (org-agenda-format-date-aligned)
(org-agenda-execute-calendar-command): Access date elements directly
rather than using calendar functions.
(org-read-date, org-goto-calendar, org-agenda-goto-calendar):
Also set calendar-view-diary-initially-flag,
calendar-view-holidays-initially-flag.
(org-get-entries-from-diary): Also set diary-fancy-buffer.
(org-agenda-execute-calendar-command): No need to set displayed-day.
2008-04-06 Alan Mackenzie <acm@muc.de>
* progmodes/cc-langs.el (c-before-font-lock-function): Correct a
typo in the doc string.
* progmodes/cc-mode.el (c-basic-common-init):
Set font-lock-extend-after-change-region-function.
(c-extend-after-change-region): New function, used in
font-lock-extend-after-change-region-function, thus superseding
advice on the Font Lock after change functions.
(c-advise-fl-for-region): Remove this macro.
2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
* textmodes/flyspell.el (flyspell-duplicate-distance):
Improve custom type.
2008-04-06 Glenn Morris <rgm@gnu.org>
* calendar/diary-lib.el (diary-sexp-entry-symbol):
Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
(diary-list-entries-hook): Rename list-diary-entries-hook.
Keep old name as alias, update users.
(diary-mark-entries-hook): Rename mark-diary-entries-hook.
Keep old name as alias, update users.
(diary-nongregorian-listing-hook): Rename
nongregorian-diary-listing-hook. Keep old name as alias, update users.
(diary-nongregorian-marking-hook): Rename
nongregorian-diary-marking-hook. Keep old name as alias, update users.
(diary-print-entries-hook): Rename print-diary-entries-hook.
Keep old name as alias, update users.
(diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
Keep old name as alias, update users.
(diary-number-of-entries): Rename number-of-diary-entries.
Keep old name as alias, update users.
(view-diary-entries, list-diary-entries, show-all-diary-entries):
Give version of obsolescence.
(diary-view-other-diary-entries): Rename view-other-diary-entries.
Keep old name as alias, update callers.
(diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
update callers.
(diary-include-other-diary-files): Rename include-other-diary-files.
Keep old name as alias, update callers.
(diary-simple-display): Rename simple-diary-display.
Keep old name as alias, update callers.
(diary-fancy-display): Rename fancy-diary-display.
Keep old name as alias, update callers.
(diary-print-entries): Rename print-diary-entries.
Keep old name as alias, update callers.
(diary-marking-entries-flag): Rename marking-diary-entries.
Update users.
(diary-marking-entry-flag): Rename marking-diary-entry. Update users.
(diary-mark-entries): Rename mark-diary-entries.
Keep old name as alias, update callers.
(diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
Keep old name as alias, update callers.
(diary-mark-included-diary-files): Rename mark-included-diary-files.
Keep old name as alias, update callers.
(calendar-mark-days-named): Rename mark-calendar-days-named.
Keep old name as alias, update callers.
(calendar-mark-month): Rename mark-calendar-month.
Keep old name as alias, update callers.
(calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
Keep old name as alias, update callers.
(diary-sort-entries): Rename sort-diary-entries.
Keep old name as alias, update callers.
(diary-list-sexp-entries): Rename list-sexp-diary-entries.
Keep old name as alias, update callers.
(diary-make-entry): Rename make-diary-entry. Keep old name as alias,
update callers.
(diary-insert-entry): Rename insert-diary-entry.
Keep old name as alias.
(diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
Keep old name as alias.
(diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
Keep old name as alias.
(diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
Keep old name as alias.
(diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
Keep old name as alias.
(diary-insert-block-entry): Rename insert-block-diary-entry.
Keep old name as alias.
(diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
Keep old name as alias.
(diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
Keep old name as alias, update users.
(diary-fancy-display-mode): Rename fancy-diary-display-mode.
Keep old name as alias, update callers.
* calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
* calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
* calendar/icalendar.el: Update for diary-lib name changes.
2008-04-06 Chong Yidong <cyd@stupidchicken.com>
* dired-aux.el (dired-overwrite-confirmed): Revert last change.
* dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
for copy, move, and link operations.
2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
* emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
(viper-search-wrap-around-t): Replace with viper-search-wrap-around.
* ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
'require' statements with 1-argument ones (wrapped in if's).
For compatibility with the current stable version of XEmacs.
2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
2008-04-06 Jason Rumney <jasonr@gnu.org>
* language/burmese.el ("Burmese"): Make sample text consistent with
language name.
2008-04-06 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb): New group.
(gdb-debug-log-max, gdb-enable-debug)
(gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
(gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
(gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
(gdb-show-changed-values, gdb-max-children)
(gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
(breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
(gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
(gdb-memory-unit): Move to new group from GUD group.
(menu): Allow customization from GDB-UI menu-item.
2008-04-05 Chong Yidong <cyd@stupidchicken.com>
* dired-aux.el (dired-overwrite-confirmed): Supply initial value.
2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
(vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
Revision numbers can include ".".
* diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
"+" lines not accounted for by counting "-" and context lines.
2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* term/mac-win.el (mac-service-open-file): Use file URL instead of
file name string.
2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
(vc-bzr-annotate-time): Accept space used to preserve alignment.
2008-04-05 Richard Stallman <rms@gnu.org>
* emacs-lisp/advice.el (defadvice): Add usage pattern.
2008-04-05 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
thread in [h-e-w]).
2008-04-05 Juanma Barranquero <lekktu@gmail.com>
* files.el (abort-if-file-too-large): Fix typo in docstring.
2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
* subr.el (functionp): Return nil for special forms.
2008-04-05 Glenn Morris <rgm@gnu.org>
* emacs-lisp/autoload.el (autoload-ensure-default-file):
Provide a feature.
* calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
Require loaddefs file rather than loading it.
* Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
autoload-ensure-default-file provides a feature.
* Makefile.in (LOADDEFS): Add mh-loaddefs.el.
(AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
(compile, compile-always, recompile): Use $LOADDEFS.
(cal-autoloads): Remove.
* calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
* calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
(hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
* calendar/calendar.el (diary-hebrew-entry-symbol):
Rename hebrew-diary-entry-symbol. Keep old name as alias.
(diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
Keep old name as alias.
(diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
Keep old name as alias.
* calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
to diary-bahai-entry-symbol.
* calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
to diary-hebrew-entry-symbol.
* calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
to diary-islamic-entry-symbol.
* calendar/diary-lib.el: Update for diary-entry-symbol renames.
* calendar/solar.el (diary-sabbath-candles-minutes)
(diary-sabbath-candles): Move to cal-hebrew.
* calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
(diary-hebrew-sabbath-candles): Move here from solar.el and rename.
Doc fix. Keep old name as alias.
(diary-hebrew-sabbath-candles): Simplify.
(solar-setup, solar-sunrise-sunset, calendar-latitude)
(calendar-longitude, calendar-time-zone): Declare for compiler.
* calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
rename.
* calendar/cal-coptic.el (calendar-coptic-month-name-array):
Rename coptic-calendar-month-name-array. Update callers.
(calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
(calendar-coptic-name): Rename coptic-name. Update callers.
(calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
Update callers.
(calendar-coptic-last-day-of-month):
Rename coptic-calendar-last-day-of-month. Update callers.
(calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
Keep old name as alias, update callers.
(calendar-coptic-print-date): Rename calendar-print-coptic-date.
Keep old name as alias, update callers.
(calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
Keep old name as alias.
(calendar-ethiopic-month-name-array):
Rename ethiopic-calendar-month-name-array. Update callers.
(calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
Update callers.
(calendar-ethiopic-name): Rename ethiopic-name. Update callers.
(calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
Keep old name as alias, update callers.
(calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
Keep old name as alias, update callers.
(calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
Keep old name as alias.
* calendar/cal-french.el (calendar-french-epoch):
Rename french-calendar-epoch. Update callers.
(calendar-french-month-name-array): Rename variable and function
french-calendar-month-name-array. Update callers.
(calendar-french-multibyte-month-name-array):
Rename french-calendar-multibyte-month-name-array. Update callers.
(calendar-french-day-name-array): Rename variable and function
french-calendar-day-name-array. Update callers.
(calendar-french-special-days-array): Rename variable and function
french-calendar-special-days-array. Update callers.
(calendar-french-multibyte-special-days-array):
Rename french-calendar-multibyte-special-days-array. Update callers.
(calendar-french-accents-p): Rename french-calendar-accents.
Update callers.
(calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
Update callers.
(calendar-french-last-day-of-month):
Rename french-calendar-last-day-of-month. Update callers.
(calendar-french-to-absolute): Rename calendar-absolute-from-french.
Keep old name as alias, update callers.
(calendar-french-print-date): Rename calendar-print-french-date.
Keep old name as alias, update callers.
(calendar-french-goto-date): Rename calendar-goto-french-date.
Keep old name as alias.
* calendar/cal-menu.el, calendar/calendar.el:
Update for Coptic and French name changes.
* calendar/cal-china.el (calendar-chinese): Rename custom group
from chinese-calendar. Update users.
(calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
Keep old name as alias, update users.
(calendar-chinese-location-name): Rename chinese-calendar-location-name.
Keep old name as alias.
(calendar-chinese-daylight-time-offset):
Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
update users.
(calendar-chinese-standard-time-zone-name):
Rename chinese-calendar-standard-time-zone-name.
Keep old name as alias, update users.
(calendar-chinese-daylight-saving-start):
Rename chinese-calendar-daylight-savings-starts.
Keep old name as alias, update users.
(calendar-chinese-daylight-saving-end):
Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
update users.
(calendar-chinese-daylight-saving-start-time):
Rename chinese-calendar-daylight-savings-starts-time.
Keep old name as alias, update users.
(calendar-chinese-daylight-saving-end-time):
Rename chinese-calendar-daylight-savings-ends-time.
Keep old name as alias, update users.
(calendar-chinese-celestial-stem): Rename
calendar-chinese-celestial-stem. Keep old name as alias, update users.
(calendar-chinese-terrestrial-branch):
Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
update users.
(calendar-chinese-zodiac-sign-on-or-after):
Rename chinese-zodiac-sign-on-or-after. Update callers.
(calendar-chinese-new-moon-on-or-after):
Rename chinese-new-moon-on-or-after. Update callers.
(calendar-chinese-month-list): Rename chinese-month-list.
Update callers.
(calendar-chinese-number-months): Rename number-chinese-months.
Update callers.
(calendar-chinese-compute-year): Rename compute-chinese-year.
Update callers.
(calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
(calendar-chinese-year): Rename chinese-year. Update callers.
(calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
(calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
Keep old name as alias, update callers.
(calendar-chinese-print-date): Rename calendar-print-chinese-date.
Keep old name as alias, update callers.
(calendar-chinese-months-to-alist):
Rename make-chinese-month-assoc-list. Update callers.
(calendar-chinese-months): Rename chinese-months. Update callers.
(calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
Keep old name as alias, update callers.
* calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
Rename hebrew-calendar-leap-year-p. Update callers.
(calendar-hebrew-last-month-of-year):
Rename hebrew-calendar-last-month-of-year. Update callers.
(calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
Update callers.
(calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
Update callers.
(calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
Update callers.
(calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
Update callers.
(calendar-hebrew-last-day-of-month):
Rename hebrew-calendar-last-day-of-month. Update callers.
(calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
Keep old name as alias, update callers.
(calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
Keep old name as alias, update callers.
(calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
Keep old name as alias, update callers.
(calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
Keep old name as alias.
(holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
Keep old name as alias.
(holiday-hebrew-hanukkah): Rename holiday-hanukkah.
Keep old name as alias.
(holiday-hebrew-passover): Rename holiday-passover-etc.
Keep old name as alias.
(holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
Keep old name as alias, update callers.
(diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
Keep old name as alias.
(calendar-hebrew-mark-date-pattern):
Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
update callers.
(diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
Keep old name as alias.
(diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
Keep old name as alias.
(diary-hebrew-insert-monthly-entry):
Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
(diary-hebrew-insert-yearly-entry):
Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
(calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
Keep old name as alias.
(diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
(diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
(diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
Keep old name as alias.
(calendar-hebrew-parashiot-names):
Rename hebrew-calendar-parashiot-names. Update callers.
(calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
(calendar-hebrew-year-Saturday-incomplete-Sunday):
Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
(calendar-hebrew-year-Saturday-complete-Tuesday):
Rename hebrew-calendar-year-Saturday-complete-Tuesday.
(calendar-hebrew-year-Monday-incomplete-Tuesday):
Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
(calendar-hebrew-year-Monday-complete-Thursday):
Rename hebrew-calendar-year-Monday-complete-Thursday.
(calendar-hebrew-year-Tuesday-regular-Thursday):
Rename hebrew-calendar-year-Tuesday-regular-Thursday.
(calendar-hebrew-year-Thursday-regular-Saturday):
Rename hebrew-calendar-year-Thursday-regular-Saturday.
(calendar-hebrew-year-Thursday-complete-Sunday):
Rename hebrew-calendar-year-Thursday-complete-Sunday.
(calendar-hebrew-year-Saturday-incomplete-Tuesday):
Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
(calendar-hebrew-year-Saturday-complete-Thursday):
Rename hebrew-calendar-year-Saturday-complete-Thursday.
(calendar-hebrew-year-Monday-incomplete-Thursday):
Rename hebrew-calendar-year-Monday-incomplete-Thursday.
(calendar-hebrew-year-Monday-complete-Saturday):
Rename hebrew-calendar-year-Monday-complete-Saturday.
(calendar-hebrew-year-Tuesday-regular-Saturday):
Rename hebrew-calendar-year-Tuesday-regular-Saturday.
(calendar-hebrew-year-Thursday-incomplete-Sunday):
Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
(calendar-hebrew-year-Thursday-complete-Tuesday):
Rename hebrew-calendar-year-Thursday-complete-Tuesday.
(diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
Update for above name changes of constants.
* calendar/cal-menu.el, calendar/calendar.el:
Update for chinese and hebrew name changes.
* calendar/diary-lib.el: Update for hebrew name changes.
2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
* subr.el (keymap-canonicalize): Correct thinko.
* server.el: Undo part of the multi-tty change, which is only
needed if server.el is preloaded, and broke server-running-p.
(server-socket-dir): Initialize in the defvar, as before.
(server-start): Remove initialization of server-socket-dir.
2008-04-05 Eli Zaretskii <eliz@gnu.org>
* ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
3-member cons cells.
2008-04-05 Chong Yidong <cyd@stupidchicken.com>
* cus-face.el (custom-face-attributes): Handle roman slant.
* faces.el (default): Ensure the face-defface-spec property is set.
2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
* files.el (abort-if-file-too-large): New function.
(find-file-noselect, insert-file-1): Use it.
2008-04-05 Reto Zimmermann <reto@gnu.org>
* progmodes/vhdl-mode.el (vhdl-mode-map-init):
Replace C-c[a-zA-Z] key bindings.
2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/hideif.el (hif-token-alist): New var.
(hif-token-regexp, hif-tokenize): Use it.
(hif-mathify-binop): New macro.
(hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
(hif-greater-equal, hif-less-equal): Use it.
(hif-logior, hif-logand): New functions.
(hif-math): Accept | and & as well.
* progmodes/etags.el: Fix problem with completion for buffer-local
tables. Reported by Radey Shouman <shouman@comcast.net>.
(tags-complete-tag): Remove.
(tags-lazy-completion-table): New function to replace it.
(find-tag-tag, complete-tag): Update users.
2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
* vc-rcs.el (vc-rcs-dir-status):
* vc-sccs.el (vc-sccs-dir-status): New function.
* outline.el (outline-mode-menu-bar-map):
* term.el (terminal-signal-menu): Add :help.
* net/eudc.el (eudc-mode-map): Declare and define in one step.
(eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
* emacs-lisp/re-builder.el (reb-mode-map):
* textmodes/nroff-mode.el (nroff-mode-map): Add menus.
* diff-mode.el (diff-file-junk-re): Recognize the git format for
new files, deleted files and for changing permissions.
(diff-mode): Set beginning-of-defun-function and
end-of-defun-function.
* vc-bzr.el (vc-bzr-state): Use when instead of if.
* vc.el (vc-default-status-fileinfo-extra): New function.
(vc-status-mark-buffer-changed): Use it.
(vc-update-vc-status-buffer): Allow for partial updates.
2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
* net/tramp.el (after-init-hook): Don't wrap a lambda around
tramp-register-completion-file-name-handler.
* subr.el (keymap-canonicalize): New function.
* mouse.el (mouse-menu-non-singleton): Use it.
(mouse-major-mode-menu): Remove hack made unnecessary.
* simple.el (set-fill-column): Prompt rather than error by default.
2008-04-04 Andreas Schwab <schwab@suse.de>
* calendar/cal-dst.el (calendar-time-zone-daylight-rules):
Reset new-rules after each round.
* Makefile.in (cal-autoloads): New target.
(compile, compile-always, recompile): Depend on it.
($(lisp)/calendar/cal-loaddefs.el)
($(lisp)/calendar/diary-loaddefs.el)
($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff*.el: Replace load with require in eval-when-compile.
* ediff-hook.el: Delete all invocations of (autoload ...).
* ediff-util.el (ediff-setup): Make window-min-height a local variable
in ediff control window, and set its min height to 2.
(ediff-setup-control-buffer): Dedicate the control window.
(ediff-toggle-multiframe): Undedicate control window.
Work directly with ediff-setup-windows-multiframe and
ediff-setup-windows-plain.
* ediff-wind.el (ediff-choose-window-setup-function-automatically):
New function.
(ediff-window-setup-function): Change initialization.
(ediff-setup-windows-automatic): Delete.
(ediff-setup-windows-plain-merge): Make control window dedicated.
(ediff-destroy-control-frame): Do not skip frames if working in a
single frame.
* emulation/viper-ex.el: Move provide's forward, prevent recursion in
eval-when-compile.
* emulation/viper-util.el: Move provide's forward, prevent recursion in
eval-when-compile.
2008-04-04 Glenn Morris <rgm@gnu.org>
* calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
calendar-absolute-from-bahai. Update callers, keep old name as alias.
* calendar/cal-islam.el (calendar-islamic-leap-year-p):
Rename islamic-calendar-leap-year-p. Update callers.
(calendar-islamic-last-day-of-month):
Rename islamic-calendar-last-day-of-month. Update callers.
(calendar-islamic-day-number):
Rename islamic-calendar-day-number. Update callers.
(calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
Update callers, keep old name as alias.
(calendar-islamic-print-date): Rename calendar-print-islamic-date.
Update callers, keep old name as alias.
(calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
Keep old name as alias.
(diary-islamic-list-entries): Rename list-islamic-diary-entries.
Update callers, keep old name as alias.
(calendar-islamic-mark-date-pattern):
Rename mark-islamic-calendar-date-pattern. Update callers, keep old
name as alias.
(diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
Keep old name as alias.
(diary-islamic-insert-monthly-entry):
Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
(diary-islamic-insert-yearly-entry):
Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
* calendar/cal-iso.el (calendar-iso-to-absolute): Rename
calendar-absolute-from-iso. Update callers, keep old name as alias.
(calendar-iso-print-date): Rename calendar-print-iso-date.
Update callers, keep old name as alias.
(calendar-iso-goto-date): Rename calendar-goto-iso-date.
Keep old name as alias.
(calendar-iso-goto-week): Rename calendar-goto-iso-week.
Keep old name as alias.
* calendar/cal-julian.el (calendar-julian-to-absolute): Rename
calendar-absolute-from-julian. Update callers, keep old name as alias.
(calendar-julian-print-date): Rename calendar-print-julian-date.
Update callers, keep old name as alias.
(calendar-julian-goto-date): Rename calendar-goto-julian-date.
Update callers, keep old name as alias.
(calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
Update callers, keep old name as alias.
(calendar-astro-print-day-number):
Rename calendar-print-astro-day-number. Update callers, keep old
name as alias.
(calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
Update callers, keep old name as alias.
* calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
Rename calendar-string-to-mayan-long-count. Update callers.
(calendar-mayan-print-date): Rename calendar-print-mayan-date.
Update callers, keep old name as alias.
(calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
Update callers.
(calendar-mayan-read-tzolkin-date):
Rename calendar-read-mayan-tzolkin-date. Update callers.
(calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
Keep old name as alias.
(calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
Keep old name as alias.
(calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
Keep old name as alias.
(calendar-mayan-previous-tzolkin-date):
Rename calendar-previous-tzolkin-date. Keep old name as alias.
(calendar-mayan-next-round-date):
Rename calendar-next-calendar-round-date. Keep old name as alias.
(calendar-mayan-previous-round-date):
Rename calendar-previous-calendar-round-date. Keep old name as alias.
(calendar-mayan-long-count-to-absolute): Rename
calendar-absolute-from-mayan-long-count. Keep old name as alias.
(calendar-mayan-goto-long-count-date):
Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
* calendar/cal-persia.el (calendar-persian-month-name-array):
Rename persian-calendar-month-name-array. Update callers.
(calendar-persian-epoch): Rename persian-calendar-epoch.
Update callers.
(calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
Update callers.
(calendar-persian-last-day-of-month):
Rename persian-calendar-last-day-of-month. Update callers.
(calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
Update callers, keep old name as alias.
(calendar-persian-print-date): Rename calendar-print-persian-date.
Update callers, keep old name as alias.
(calendar-persian-goto-date): Rename calendar-goto-persian-date.
Keep old name as alias.
* calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
* calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
* calendar/solar.el: Update for cal-julian name changes.
* calendar/cal-dst.el: Update for persian name changes.
* calendar/cal-menu.el, calendar/calendar.el:
Update for islamic, iso, julian, mayan, persian name changes.
* calendar/diary-lib.el: Update for islamic name changes.
* calendar/calendar.el (calendar-hebrew-all-holidays-flag):
Rename all-hebrew-calendar-holidays. Update callers, keep old name
as alias.
(calendar-christian-all-holidays-flag):
Rename all-christian-calendar-holidays. Update callers, keep old
name as alias.
(calendar-islamic-all-holidays-flag):
Rename all-islamic-calendar-holidays. Update callers, keep old
name as alias.
(calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
Update callers, keep old name as alias.
* calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
Update for the above name changes.
2008-04-04 Juanma Barranquero <lekktu@gmail.com>
* hilit-chg.el (global-highlight-changes-mode)
(highlight-changes-passive-string, highlight-changes-active-string):
Mark as obsolete since 23.1, not 22.1.
2008-04-03 Juanma Barranquero <lekktu@gmail.com>
* hilit-chg.el (highlight-changes-visibility-initial-state)
(hilit-chg-update, highlight-changes-mode-turn-on):
Fix typos in docstrings.
2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
* newcomment.el (comment-enter-backward): Be careful to restore
position changed during narrowing.
2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
* progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
Recognize `sub ($$)'.
2008-04-03 Richard Sharman <rsharman@pobox.com>
* hilit-chg.el (highlight-changes-mode): Rename from
highlight-changes; no longer uses sub-modes active and passive;
implemented by define-minor-mode.
(highlight-changes-toggle-visibility): New function, to replace
the old passive/active submodes of global-highlight-changes-mode;
implemented by define-minor-mode.
(global-highlight-changes-mode): Rename from global-highlight-changes;
rewrite using define-globalized-minor-mode.
(hilit-chg-major-mode-hook, hilit-chg-check-global)
(hilit-chg-post-command-hook, hilit-chg-check-global)
(hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
to use of define-globalized-minor-mode.
(highlight-changes-global-initial-state): Change to be boolean.
(highlight-changes-visible-string, highlight-changes-invisible-string):
Rename from highlight-changes-active-string and
highlight-changes-passive-string.
(hilit-chg-update, hilit-chg-set): Use them.
(global-highlight-changes-mode): Rename from global-highlight-changes.
(hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
docstring.
(hilit-chg-hide-changes): Rewrite to use dolist.
(hilit-chg-set-face-on-change, hilit-chg-update)
(highlight-changes-rotate-faces): Use highlight-changes-visible-mode
variable instead of testing highlight-changes-mode.
(highlight-markup-buffers): Add require ediff-util; argument on calls
to highlight-changes-mode changed.
(highlight-compare-with-file): Fix problems with interactive
call giving invalid default file.
2008-04-03 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
Fix in disassembly buffer (regression in 22.2).
2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
* emulation/viper-macs.el (viper-read-fast-keysequence):
Use viper-read-event instead of viper-read-key.
* emulation/viper.el (viper-mode): Move the check for fundamental mode.
* emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
(viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
let-statements.
* emulation/viper-ex.el, emulation/viper-macs.el:
* emulation/viper-mous.el:
Replace load with require in eval-when-compile.
2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
* files.el (auto-mode-alist): Use archive-mode for Debian packages.
* arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
(archive-try-jka-compr): New function.
(archive-set-buffer-as-visiting-file): Use it.
* tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
2008-04-03 Chong Yidong <cyd@stupidchicken.com>
* simple.el (handle-shift-selection): New arg.
2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
* vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
2008-04-03 Chong Yidong <cyd@stupidchicken.com>
* shell.el (shell-dynamic-complete-filename): New fun.
(shell-dynamic-complete-functions): Use it.
* help-fns.el (describe-variable): Undo 2008-02-25 change.
2008-04-03 Kenichi Handa <handa@m17n.org>
* international/fontset.el (create-fontset-from-x-resource):
Handle the error of X resource more gracefully.
* international/latin1-disp.el (latin1-display): Don't use make-char.
Fix the argument to set-char-table-range.
(latin1-display-identities): Don't use make-char.
(latin1-display-reset): Use map-charset-chars instead of directly
calling standard-display-default.
(latin1-display-check-font): Don't use make-char.
(latin1-display-setup): Likewise.
(latin1-display-ucs-per-lynx): Likewise.
2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/timer.el (timer): Define as a defstruct, so we can
name the fields, to make the code clearer.
Rewrite all `aset' and `aref' using the defined accessors.
(timer--time): New pseudo-field.
(timer-set-time, timer-set-idle-time, timer-inc-time)
(timer-set-time-with-usecs, with-timeout-suspend): Use it.
(timer--time-less-p): New function.
(timer--activate): New function, extracted from timer-activate.
(timer-activate-when-idle, timer-activate): Use it.
(cancel-function-timers): Use dolist.
2008-04-03 Glenn Morris <rgm@gnu.org>
* add-log.el (c-beginning-of-defun, c-end-of-defun):
Remove declarations; no longer used.
(c-cpp-define-name, c-defun-name): Declare as functions.
* calendar/cal-bahai.el (holiday-fixed): Autoload it.
(holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
* calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
(holiday-passover-etc, holiday-hanukkah): Doc fix.
Add optional argument. Simplify.
(holiday-tisha-b-av-etc): Use memq rather than unless.
(holiday-julian): Autoload it.
(holiday-hebrew-misc): New function.
* calendar/cal-islam.el (holiday-islamic-new-year): New function.
* calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
(hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
(hebrew-holidays-2): Just use holiday-hanukkah now it respects
all-hebrew-calendar-holidays.
(hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
Simplify using new functions.
(calendar-holidays): Doc fix.
(generate-calendar-window): Use bound-and-true-p.
* calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
* calendar/holidays.el (calendar-holiday-list): Fix previous change.
(holiday-filter-visible-calendar): Doc fix. Use mapcar.
(holiday-easter-etc): Fix nesting of result. Tweak holiday order.
Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
* net/tramp.el (tramp-drop-volume-letter): Move definition before use.
2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-mtn.el (vc-mtn-command): Avoid localization of messages.
* vc-bzr.el (vc-bzr-checkout): Simplify.
* image-mode.el (image-mode-fit-frame): New command.
* simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
(copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
(keyboard-escape-quit): Check region-active-p i.s.o
transient-mark-mode.
2008-04-02 Simon Josefsson <simon@josefsson.org>
* net/imap.el (imap-enable-exchange-bug-workaround): New variable.
(imap-message-copyuid-1): Use it.
(imap-message-appenduid-1): Likewise. Based on patch by Nathan
J. Williams in
<http://permalink.gmane.org/gmane.emacs.gnus.general/65855>. [dead link]
2008-04-02 Alan Mackenzie <acm@muc.de>
* progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
New optimized functions to get the name of the current defun/macro.
* add-log.el (add-log-current-defun): Move the functionality which
gets the current function name for C like modes to cc-cmds.el,
thus optimizing for speed.
2008-04-02 Chong Yidong <cyd@stupidchicken.com>
* simple.el (deactivate-mark): When the mark is temporarily
active, restore the original value of transient-mark-mode.
(set-mark-command): First deactivate the mark if was temporarily active.
(exchange-point-and-mark): Reactivate the mark if it was
temporarily active.
(handle-shift-selection): New fun.
(transient-mark-mode): Move var documentation here from buffer.c.
(next-line, previous-line, backward-word, move-end-of-line)
(move-beginning-of-line, forward-to-indentation)
(backward-to-indentation, back-to-indentation)
(beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
* mouse.el (mouse-set-region-1): Save the old value of
transient-mark-mode.
(mouse-drag-track): Ignore the now-obsolete value `identity' for
transient-mark-mode.
* textmodes/paragraphs.el (forward-paragraph)
(backward-paragraph, forward-sentence, backward-sentence): Add ^
interactive spec.
* emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
2008-04-02 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-make-tramp-temp-file):
Use `tramp-drop-volume-letter' for the local file name part.
2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
* progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
Add menu entries corresponding to all the key bindings.
* emacs-lisp/debug.el (debugger-mode-map):
* textmodes/conf-mode.el (conf-mode-map): Add a menu.
(conf-align-assignments): Only work on the region if it is active.
(conf-quote-normal): Use when instead of if. Remove redundant test.
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
for tracing and re-builder.
2008-04-02 Glenn Morris <rgm@gnu.org>
* calendar/appt.el (appt-disp-window-function): Doc fix.
(appt-display-message): Move beep before display.
(appt-check): Make interactive. Reduce the number of lets.
Use string-equal to compare mode-line strings.
(appt-disp-window): Pluralize "minute" as needed. Make appt buffer
read-only.
(appt-select-lowest-window, appt-make-list): Reduce the number of lets.
(appt-delete): Simplify.
* calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
* calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
* calendar/cal-hebrew.el (list-yahrzeit-dates):
* calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
(cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
* calendar/calendar.el (diary-entry-marker, calendar-today-marker)
(calendar-holiday-marker, mark-visible-calendar-date):
* calendar/diary-lib.el (fancy-diary-display):
Check for font-lock-mode before using faces.
* calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
(calendar-gregorian-from-absolute): Reduce the number of lets.
(hebrew-holidays-4, generate-calendar-window): Simplify.
(calendar-for-loop): Make obsolete.
(calendar-nth-named-day): Doc fix.
* calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
(print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
(calendar-mark-1, list-sexp-diary-entries, diary-remind):
Reduce the number of lets.
(mark-sexp-diary-entries, calendar-mark-complex):
Expand calendar-for-loops.
2008-04-01 Chong Yidong <cyd@stupidchicken.com>
* find-dired.el (find-dired-filter): Fix last patch to handle
multi-line process input. Pad link numbers too.
2008-04-01 Jari Aalto <jari.aalto@cante.net>
* find-dired.el (find-dired-filter): Align columns by padding file sizes.
2008-04-01 Jason Rumney <jasonr@gnu.org>
* international/characters.el (script-list): Add phonetic script,
covering IPA (previously Latin), Phonetic Extensions and
Phonetic Extensions Supplement (both previously unassigned).
* international/fontset.el (setup-default-fontset): Use Unicode fonts
that cover bopomofo script for bopomofo.
Likewise for braille and mathematical.
Use Unicode scripts that cover the phonetic script for IPA.
2008-04-01 Johan Bockgård <bojohan@gnu.org>
* emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
return the assigned value.
2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
* abbrev.el (abbrev-mode): Use define-minor-mode.
* mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
(mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
Use map-keymap.
(minor-mode-menu-from-indicator): Use it. Simplify.
* bindings.el (mode-line-mode-menu): Move before (new) first use.
(mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
Bind the key directly to the menu.
(mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
2008-04-01 Daiki Ueno <ueno@unixuser.org>
* epa.el (epa-decrypt-region): Explain the reason why this
function should not be used in Lisp programs.
(epa-decrypt-armor-in-region): Ditto.
(epa-verify-region): Ditto.
(epa-verify-cleartext-in-region): Ditto.
(epa-sign-region): Ditto.
(epa-encrypt-region): Ditto.
* epg.el (epg-start-receive-keys): Fix typo in docstring.
* epa.el (epa-select-keys): Show menu even if there is no key in
GnuPG's keyring.
2008-04-01 Glenn Morris <rgm@gnu.org>
* calendar/calendar.el (calendar-make-temp-face): New function.
(mark-visible-calendar-date):
* calendar/diary-lib.el (fancy-diary-display): Use it.
* vc-hooks.el (vc-responsible-backend): Declare as function.
* calendar/calendar.el (calendar-nongregorian-visible-p): New function.
* calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
* calendar/cal-julian.el (holiday-julian): Use it.
* calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
(calendar-hebrew-date-is-visible-p): Extract some common code into
separate function.
(holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
* calendar/cal-menu.el (cal-menu-holidays-menu):
* calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
rather than obsolete alias.
* calendar/calendar.el (mark-visible-calendar-date): Also use overlay
for mark characters.
(calendar-unmark): Unmark by removing all overlays, rather than
redrawing.
(calendar-starred-day): Remove.
(calendar-mode): Disable undo. Don't make calendar-starred-day local.
(calendar-cursor-to-date): No need for special star handling now
using overlays.
(calendar-star-date): Use overlays.
* calendar/cal-french.el (calendar-goto-french-date):
* calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
(holiday-hanukkah, mark-hebrew-calendar-date-pattern):
* calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
* calendar/cal-persia.el (calendar-persian-date-string):
* calendar/cal-tex.el (cal-tex-cursor-month-landscape)
(cal-tex-cursor-month, cal-tex-LaTeXify-string):
* calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
* calendar/solar.el (solar-equinoxes-solstices):
Reduce nesting of some lets.
* calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
(calendar-goto-mayan-long-count-date): Simplify.
* calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
Simplify by using mapcar.
(calendar-list-holidays): Return holiday-list.
(list-holidays): Use let rather than let*. Remove un-needed locals
`d', `never'.
(calendar-check-holidays): Return result from dolist.
(holiday-float): Use a single let*. Simplify if-and to and.
(holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
single let*.
2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc.el: Autoload `calc-yank'.
(calc-mode-map): Add keybindings for `calc-yank'.
* calc/calc-ext.el (calc-init-extensions): Remove keybinding
assignments for `calc-yank'.
2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
(vc-status-mark-buffer-changed): Handle the extra field.
* vc-bzr.el (vc-bzr-after-dir-status):
* vc-cvs.el (vc-cvs-after-dir-status):
* vc-hg.el (vc-hg-after-dir-status):
* vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
* doc-view.el: Compute displayed pages first (in PDF).
(doc-view-current-converter-processes): Rename from
doc-view-current-converter-process. Update users.
(doc-view-sentinel): Test buffer's liveness.
(doc-view-pdf/ps->png-sentinel): Remove.
(doc-view-start-process): New function.
(doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
(doc-view-ps->pdf): Use it.
(doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
New functions.
(doc-view-convert-current-doc, doc-view-goto-page): Use them.
(doc-view-mode): Kill the processes when leaving the mode.
2008-03-31 Juanma Barranquero <lekktu@gmail.com>
* emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
Use `byte-compile-warning-types'. Add docstring.
2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
* smerge-mode.el (smerge-apply-resolution-patch): New fun.
(smerge-resolve): Add various resolution heuristics.
* smerge-mode.el (smerge-refine): Allow highlighting other subparts
in 3-way conflicts.
2008-03-31 Glenn Morris <rgm@gnu.org>
* calendar/cal-bahai.el (diary-bahai-mark-entries):
* calendar/cal-hebrew.el (mark-hebrew-diary-entries):
* calendar/cal-islam.el (mark-islamic-diary-entries):
Fix argument order in call to diary-mark-entries-1.
* calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
pre-Bahai dates.
(holiday-bahai): Use an algorithm actually relevant to this calendar
system.
* calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
* calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
Use and.
* calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
in the last fortnight in Julian October.
* calendar/calendar.el (increment-calendar-month): Optionally handle
systems without 12 months per year.
(calendar-date-is-visible-p): Doc fix. Simplify.
* calendar/holidays.el (holiday-filter-visible-calendar): Return result
from dolist.
2008-03-30 Juanma Barranquero <lekktu@gmail.com>
* hi-lock.el (hi-lock-mode): Fix typos in docstring.
(hi-lock-unload-function): New function.
2008-03-30 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
overwriting when NEWNAME is a local file.
* net/trampver.el: Update release number.
2008-03-30 Alexandre Julliard <julliard@winehq.org>
* vc-git.el: Make vc-status display information about copies,
renames and permission changes.
(vc-git-extra-fileinfo): New defstruct.
(vc-git-escape-file-name, vc-git-file-type-as-string)
(vc-git-rename-as-string, vc-git-permissions-as-string)
(vc-git-status-printer): New functions.
(vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
(vc-git-after-dir-status-stage1): Look for copies, renames and
permission changes.
(vc-git-after-dir-status-stage1-empty-db): Set permissions.
(vc-git-dir-status): Ask for staged files and renames.
2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el: Allow backends to display backend specific information in
the vc-status listing.
(vc-status-fileinfo): Add a field for backend specific information.
(vc-status-printer): Rename to ...
(vc-default-status-printer): ... this.
(vc-status-printer): New function.
(vc-update-vc-status-buffer): Set the backend specific file info
if provided.
2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
* textmodes/remember.el (remember-diary-convert-entry): Revert last
change (ill-conceived).
2008-03-29 Glenn Morris <rgm@gnu.org>
* calendar/cal-hebrew.el (holiday-hebrew): Simplify.
* calendar/cal-julian.el (holiday-julian): Simplify.
* calendar/holidays.el (list-holidays): Use or.
2008-03-29 Juri Linkov <juri@jurta.org>
* window.el (split-window-preferred-horizontally): New function.
* cus-start.el (split-window-preferred-function):
Set choice for "vertically" to nil instead of split-window.
Set choice for "horizontally" to split-window-preferred-horizontally
instead of lambda.
2008-03-29 Juri Linkov <juri@jurta.org>
* simple.el (minibuffer-default-add-function): New variable with
the default to minibuffer-default-add-completions.
(minibuffer-default-add-done): New variable. Make it buffer-local.
(minibuffer-default-add-completions): New function.
(goto-history-element): Set minibuffer-default-add-done to t and
call a function in minibuffer-default-add-function when the
specified absolute history position is greater than the length of
the minibuffer-default list and minibuffer-default-add-done is nil.
Change "^End of history; no next item$" to "^End of defaults;
no next item$".
* bindings.el (debug-ignored-errors): Change "^End of history;
no next item$" to "^End of defaults; no next item$".
2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
* subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
* textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
to with-no-warnings.
2008-03-29 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.1.13.
* net/tramp-ftp.el: Require 'cl when byte-compiling.
* net/trampver.el: Update release number.
2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
* vc-hooks.el (vc-menu-map-filter): Be more careful when finding
the current backend.
* vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
(vc-status-refresh): Create a temporary buffer and call the
`dir-status' backend function from that buffer.
* vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
(vc-bzr-after-dir-status): Don't kill the buffer.
* vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
(vc-cvs-after-dir-status): Don't kill the buffer.
* vc-git.el (vc-git-dir-status): Don't create a buffer.
(vc-git-after-dir-status-stage2): Don't kill the buffer.
* vc-hg.el (vc-hg-dir-status): Don't create a buffer.
(vc-hg-after-dir-status): Don't kill the buffer.
* vc-svn.el (vc-svn-dir-status): Don't create a buffer.
(vc-svn-after-dir-status): Don't kill the buffer.
2008-03-29 Glenn Morris <rgm@gnu.org>
* calendar/calendar.el (diary-file, american-date-diary-pattern)
(european-date-diary-pattern, european-calendar-display-form)
(american-calendar-display-form, diary-display-hook): Doc fixes.
(european-calendar-style): Doc fix. Use calendar-set-date-style for
custom :set. Mark as obsolete.
(calendar-date-style, iso-date-diary-pattern)
(iso-calendar-display-form): New user variables.
(diary-date-forms, calendar-date-display-form): Set using
calendar-date-style. Doc fix.
(calendar-set-date-style): New command.
(european-calendar, american-calendar): Use calendar-set-date-style.
Mark as obsolete.
* calendar/diary-lib.el (number): Move declaration where needed.
(diary-mail-entries, list-sexp-diary-entries): Doc fixes.
(diary-make-date): New function.
(diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
Use diary-make-date.
(diary-date-display-form, diary-insert-entry-1): New functions.
(insert-monthly-diary-entry, insert-yearly-diary-entry):
Use diary-insert-entry-1.
(insert-anniversary-diary-entry, insert-block-diary-entry)
(insert-cyclic-diary-entry): Use diary-date-display-form.
* calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
Autoload diary-insert-entry-1.
* calendar/cal-bahai.el (diary-bahai-insert-entry)
(diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
* calendar/cal-hebrew.el (insert-hebrew-diary-entry)
(insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
* calendar/cal-islam.el (insert-islamic-diary-entry)
(insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
Use diary-insert-entry-1.
* calendar/cal-hebrew.el (diary-make-date): Autoload it.
(diary-yahrzeit): Doc fix. Use diary-make-date.
* calendar/icalendar.el (icalendar--datetime-to-american-date):
New name for icalendar--datetime-to-noneuropean-date. Make old name
obsolete alias.
(icalendar--datetime-to-iso-date): New function.
(icalendar--datetime-to-diary-date): Doc fix. Respect
calendar-date-style if bound.
* textmodes/remember.el (remember-diary-convert-entry):
Respect calendar-date-style if bound.
2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
* xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
(xterm-mouse-handle-delete-frame): Delete.
* term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
(xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
(xterm-remove-modify-other-keys): Lookup terminal rather than frame
in xterm-modify-other-keys-terminal-list.
* vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
are conflicts.
2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-update): Check if the buffer is unsaved only if it
actually exists.
(vc-status-mode-map, vc-status-menu-map): Bind vc-update and
vc-print-log.
2008-03-28 Magnus Henoch <mange@freemail.hu>
* net/dns.el (dns-write): Use set-buffer-multibyte.
2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-bzr.el (vc-bzr-sha1): New fun.
(vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
(vc-bzr-registered): Use it.
2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-status-kill-dir-status-process): Simplify.
(vc-status-refresh): Make sure the buffer is live.
(ring): Don't require it, not used.
2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
* progmodes/verilog-mode.el (verilog-auto-inout-module):
Add optional regular expression to AUTOINOUTMODULE.
(verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
(verilog-auto-inst-param, verilog-auto-reg)
(verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
(verilog-auto-output-every, verilog-auto-input)
(verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
(verilog-auto-unused, verilog-auto): Update documentation to use
more obvious instance module names versus cell names.
2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
* progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
kill if a process is running.
* progmodes/grep.el (grep-mode-tool-bar-map): The same.
2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el: Add new backend function 'status-extra-headers.
(vc-default-status-extra-headers): New function.
(vc-status-headers): Call 'status-extra-headers. Add colors.
* vc-git.el (vc-git-status-extra-headers): New function.
2008-03-28 Glenn Morris <rgm@gnu.org>
* calendar/cal-menu.el (cal-menu-holidays-menu)
(cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
(cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
holiday-list is optional.
(calendar-mouse-holidays): Remove un-needed local `l'.
* calendar/cal-move.el (calendar-cursor-to-nearest-date):
Remove un-needed local `date'.
(calendar-cursor-to-visible-date): Use let rather than let*.
Remove un-needed local `first-of-month-weekday'.
* calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
* calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
Doc fixes.
(abbreviated-calendar-year): Move here from calendar.el. Doc fix.
(diary-header-line-flag, diary-header-line-format): Declare.
(diary-pull-attrs): Check for multiple matches.
(diary-list-entries-2): Simplify finding start of date.
(diary-show-all-entries, make-diary-entry): Respect non-nil values of
pop-up-frames.
(diary-mark-entries-1): Reuse offset in abbreviated-year case.
(mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
* vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-hooks.el (vc-before-save): Don't prevent saving the file.
* image-mode.el (image-mode-reapply-winprops): Fix last change.
2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
* international/mule-conf.el (define-iso-single-byte-charset):
Don't make latin-iso8859-* supplementary.
(#'set-charset-priority): Don't change the priority of charsets
`unicode' and `emacs'.
2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
* vc.el (vc-do-command): Don't pop to the buffer if it's an internal
temp buffer.
2008-03-27 Glenn Morris <rgm@gnu.org>
* calendar/cal-bahai.el (diary-bahai-list-entries):
* calendar/cal-hebrew.el (list-hebrew-diary-entries):
* calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
* calendar/calendar.el (diary-file): Doc fix.
* calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
(list-diary-entries-hook, mark-diary-entries-hook)
(include-other-diary-files, diary-mail-entries)
(mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
(diary-set-header): New function.
(diary-header-line-flag, diary-header-line-format):
Use diary-set-header for custom :set function.
(diary-set-maybe-redraw): Use symbol-value rather than eval.
(diary-attrtype-convert): Use intern-soft rather than read.
(diary-display-no-entries): New function.
(simple-diary-display, fancy-diary-display): Use it.
(fancy-diary-display): Doc fix. Remove unneeded local entry-list.
(diary-mark-entries-1): Fix position offsets in non-gregorian case.
* calendar/holidays.el (list-holidays): Doc fix.
2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc-store.el (calc-read-var-name-history): New variable.
(calc-read-var-name): Use `calc-read-var-name-history'.
2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
* image-mode.el (image-mode-reapply-winprops): Simplify now that
window-configuration-change-hook works buffer-locally.
2008-03-26 Johan Bockgård <bojohan@gnu.org>
* emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
for Emacs Lisp, not Lisp.
2008-03-26 Juanma Barranquero <lekktu@gmail.com>
* help-fns.el (describe-function-1, describe-variable):
If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
* emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
replacement is provided, don't print "use nil instead".
2008-03-26 Johan Bockgård <bojohan@gnu.org>
* complete.el (PC-do-completion): Use regexp-quote.
2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
* vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
Detect missing files.
* vc-git.el (vc-git-extra-menu-map): New key map.
(vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
New functions.
* vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
and 'missing files.
2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
* calendar/holidays.el (list-holidays): Make Y2 optional.
* calendar/appt.el (appt-buffer-name): Don't use a leading space for
buffers shown to the user.
(appt-disp-window): Disable undo explicitly now that the leading space
is gone.
* simple.el (activate-mark): New function.
(set-mark-command): Use it with region-active-p to clean up the code.
(exchange-point-and-mark): Invert the meaning of C-u when
transient-mark-mode is active.
* dired-aux.el (dired-create-files): Use dolist.
* bindings.el (mode-line-change-eol): Use with-selected-window.
* apropos.el (apropos-command): Include macros.
2008-03-26 Glenn Morris <rgm@gnu.org>
* calendar/cal-bahai.el: Require calendar, not cal-julian.
(calendar-bahai-epoch): Doc fix.
* calendar/cal-china.el: Explicitly require calendar.
* calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
Require calendar rather than cal-julian.
Autoload calendar-absolute-from-julian.
* calendar/cal-coptic.el (coptic-calendar-epoch):
* calendar/cal-islam.el (calendar-islamic-epoch):
* calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
* calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
* calendar/cal-dst.el: Don't require cal-persia.
(calendar-absolute-from-persian): Autoload it.
(dst-adjust-time): Doc fix.
* calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
calendar.
* calendar/cal-menu.el: Require calendar rather than declaring
functions.
* calendar/calendar.el: Provide calendar before requiring cal-menu.
* calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
calendar-after-frame-setup-hooks. Update callers, make old name an
obsolete alias. Doc fix.
(calendar-frame-1): Doc fix.
* calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
* calendar/calendar.el (oriental-holidays, solar-holidays):
* calendar/holidays.el (list-holidays): Assume atan always bound.
* calendar/lunar.el, calendar/solar.el: Remove floating-point check.
Explicitly require calendar, not cal-julian.
* calendar/lunar.el: Explicitly require cal-dst.
2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
* autorevert.el (auto-revert-buffers): Use buffer-live-p.
* help-fns.el (describe-function-1, describe-variable): If no
replacement is provided, don't print "use nil instead".
2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* proced.el: New file.
2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
* emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
2008-03-25 Juri Linkov <juri@jurta.org>
* battery.el: Add file cookie coding:iso-8859-1 for the degree sign
in battery-mode-line-format.
* bindings.el (minibuffer-local-map): For the command
file-cache-minibuffer-complete replace keymap minibuffer-local-map
with map which is already locally bound to minibuffer-local-map.
2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
* subr.el (map-keymap-sorted): Rename from map-keymap-internal.
Remove `sort-first' argument.
* subr.el (redisplay-end-trigger-functions)
(window-redisplay-end-trigger, set-window-redisplay-end-trigger)
(process-filter-multibyte-p, set-process-filter-multibyte):
Mark as obsolete.
2008-03-25 Juanma Barranquero <lekktu@gmail.com>
* emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
use the LOCAL arg of `add-hook'.
(reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
Remove spurious * from defcustom docstrings.
(reb-next-match, reb-prev-match, reb-enter-subexp-mode):
Fix typos in messages.
(reb-mode-buffer-p): New function.
(re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
(top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
(reb-cook-regexp, reb-update-regexp, reb-update-overlays):
Use `unless', `when'.
(re-builder-unload-function): New function.
2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
* vc-hooks.el (vc-state): Add documentation for 'missing.
2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
* progmodes/verilog-mode.el (verilog-auto-output)
(verilog-auto-input, verilog-auto-inout, verilog-auto)
(verilog-delete-auto): Add optional regular expression to
AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
(verilog-signals-matching-regexp): New internal function for
signal matching.
2008-03-25 Johan Bockgård <bojohan@gnu.org>
* info.el (Info-isearch-search): Always return point.
2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
* diff-mode.el (diff-remembered-defdir): New var.
(diff-find-file-name): Use it to flush diff-remembered-files-alist.
2008-03-25 Glenn Morris <rgm@gnu.org>
* calendar/cal-bahai.el (calendar-bahai-read-date): New name for
calendar-bahai-prompt-for-date. Update callers, make old name an
obsolete alias. Doc fix.
* calendar/cal-coptic.el (calendar-coptic-read-date): New name for
coptic-prompt-for-date. Update callers, make old name an
obsolete alias. Doc fix.
* calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
calendar-hebrew-prompt-for-date. Update callers. Doc fix.
* calendar/cal-islam.el (calendar-islamic-read-date): New name for
calendar-islamic-prompt-for-date. Update callers. Doc fix.
* calendar/cal-iso.el (calendar-iso-read-date): New name for
calendar-iso-read-args. Update callers, make old name an obsolete
alias.
* calendar/cal-persia.el (calendar-persian-read-date): New name for
persian-prompt-for-date. Update callers, make old name an
obsolete alias. Doc fix. Move definition before use.
* calendar/cal-x.el (diary-frame-parameters)
(calendar-frame-parameters, calendar-and-diary-frame-parameters)
(calendar-frame-1): Doc fixes.
(make-fancy-diary-buffer): Remove declaration.
(calendar-dedicate-diary): Replace call to deleted function
make-fancy-diary-buffer.
(calendar-frame-setup): New function.
(calendar-one-frame-setup, calendar-only-one-frame-setup)
(calendar-two-frame-setup): Call calendar-frame-setup to do the actual
work, and mark as obsolete.
(special-display-buffer-names): Don't mess with this; it's not our
business.
(cal-x-load-hook): Defvar it, and mark as obsolete.
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Default to t. Add to 'calendar group.
(calendar): Doc fix. Use calendar-frame-setup.
(calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
(generate-calendar-window): Doc fix.
2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
2008-03-24 Drew Adams <drew.adams@oracle.com>
* finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
New variables.
(finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
(finder-exit): Ignore errors rather than avoiding them.
Kill *Finder-package* buffer also.
2008-03-24 Andreas Schwab <schwab@suse.de>
* xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
* vc-hg.el (vc-hg-after-dir-status):
* vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
* vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
Detect removed files.
* vc.el (vc-status-printer): Use a different face for missing files.
(vc-status-hide-up-to-date): Rename from
vc-status-remove-up-to-date. Update all callers.
(vc-status-mode-map): Bind C-m.
2008-03-24 Alexandre Julliard <julliard@winehq.org>
* vc-git.el (vc-git-after-dir-status-stage1): Move state matching
code ...
(vc-git--state-code): ... to this new function.
(vc-git-state): Use it.
2008-03-24 Trent W. Buck <trentbuck@gmail.com> (tiny change)
* textmodes/remember.el (remember-mail-date)
(remember-store-in-mailbox): Write date and From line in such a
way that Mutt can read it.
2008-03-23 Chong Yidong <cyd@stupidchicken.com>
* simple.el (transient-mark-mode): Turn on by default.
2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
* vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
'unregistered for unregistered files.
* vc-hg.el (vc-hg-state): Return 'removed for removed files.
* bindings.el (standard-mode-line-modes): Avoid duplicating a string.
* vc-cvs.el (vc-cvs-parse-status): Note there are problems with
subdirectories.
* vc.el (vc-status-prepare-status-buffer): Fix thinko.
(vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
Add :enable for vc-status-refresh.
(vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
(vc-status-tool-bar-map): Add binding for
vc-status-kill-dir-status-process.
Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
(vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
Reset vc-status-process-buffer.
(vc-status-refresh): Don't run two refreshes at a time.
(vc-status): If the buffer is already in vc-status-mode only refresh.
(vc-status-mark-buffer-changed): Add an optional file parameter.
(vc-resynch-buffer): Use it.
(vc-delete-file): Expand the file name before using it.
Be careful to not create a new buffer with the old file contents.
Update the VC state after performing the operation.
2008-03-23 Andreas Schwab <schwab@suse.de>
* menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
Fix radio button condition.
[box]: Likewise.
[customize]: Add radio button.
2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc.el (calc-was-keypad-mode, calc-full-mode)
(calc-user-parse-tables, calc-gnuplot-default-device)
(calc-gnuplot-default-output, calc-gnuplot-print-device)
(calc-gnuplot-print-output, calc-gnuplot-geometry)
(calc-graph-default-resolution, calc-graph-default-resolution-3d)
(calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
(calc-undo-list, calc-redo-list, calc-main-buffer)
(calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
(calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
(calc-said-hello, calc-executing-macro, calc-any-selections)
(calc-help-phase, calc-full-help-flag, calc-refresh-count)
(calc-display-dirty, calc-embedded-info, calc-embedded-active)
(calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
(math-expr-variable-mapping, calc-mode-map, calc-digit-map)
(calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
(calc-create-buffer, calc-quit): Add docstrings.
2008-03-23 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (WINS_ALMOST): Add org.
2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
* vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
New functions to implement vc-status support.
2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-status-prepare-status-buffer): New function.
(vc-status): Use it.
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
appropriate.
2008-03-22 Alexandre Julliard <julliard@winehq.org>
* vc-git.el (vc-git--empty-db-p)
(vc-git-after-dir-status-stage1-empty-db): New functions.
(vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
Add support for empty repositories.
2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
* vc-git.el (vc-git-annotate-extract-revision-at-line):
Allow "^" in a version name.
* vc-mtn.el (vc-mtn-state): Support the added state.
2008-03-22 Carsten Dominik <dominik@science.uva.nl>
* org: New directory for Org-mode.
* org/org-export-latex.el: Moved from lisp/textmodes.
* org/org-irc.el: Moved from lisp/textmodes.
* org/org-mac-message.el: Moved from lisp/textmodes.
* org/org-mouse.el: Moved from lisp/textmodes.
* org/org-publish.el: Moved from lisp/textmodes.
2008-03-21 Juri Linkov <juri@jurta.org>
* comint.el (comint-dynamic-simple-complete):
Use variable `stub' for the second arg `common-substring'
of `comint-dynamic-list-completions'.
(comint-dynamic-list-filename-completions):
Use variable `filenondir' for the second arg `common-substring'
of `comint-dynamic-list-completions'.
(comint-dynamic-list-completions): Add new optional arg
`common-substring'. Add `common-substring' as the second arg of
the call to `display-completion-list'. Doc fix.
* comint.el (comint-dynamic-complete-as-filename)
(comint-dynamic-list-filename-completions)
(comint-dynamic-simple-complete): Use `minibuffer-message'
to display message "No completions of %s" when a command
is called in the minibuffer.
(comint-dynamic-simple-complete): Don't display other
completion messages when a command is called in the minibuffer.
(comint-dynamic-list-completions): Use `minibuffer-message'
to display message " [Type space to flush ...]" when a command
is called in the minibuffer.
* shell.el (shell-dynamic-complete-command)
(shell-dynamic-complete-environment-variable): Don't display
completion messages when command is called in the minibuffer.
* emacs-lisp/lisp.el (lisp-complete-symbol):
Use `minibuffer-message' to display message "No completions of %s"
when this command is called in the minibuffer.
* bindings.el (standard-mode-line-modes): Put special help-echo
tooltip on recursive edit %[ %] mode-line constructs.
* dabbrev.el (debug-ignored-errors): Remove $ from the end of
"^No dynamic expansion for .* found$" to allow error messages like
"No dynamic expansion for \"%s\" found in this-buffer".
2008-03-21 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
"psftp".
2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-hooks.el (vc-default-mode-line-string): Add case for added files.
* vc.el (vc-default-dired-state-info): Use just "modified".
* vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
(vc-cvs-mode-line-string): Make use of the better default.
(vc-cvs-parse-entry): Use the new `added'.
(vc-cvs-dired-state-info): Remove.
* vc-svn.el (vc-svn-dired-state-info): Remove.
* vc-hg.el (vc-hg-dired-state-info): Remove.
* vc-git.el (vc-git-dired-state-info): Remove.
2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
* vc-git.el (vc-git-status-result): New variable.
(vc-git-dir-status): Split out ...
(vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
... these new functions and work asynchronously.
2008-03-21 Alexandre Julliard <julliard@winehq.org>
* vc-git.el (vc-git-after-dir-status): Remove.
(vc-git-dired-state-info): Reimplement.
2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
* replace.el (occur-mode-map): Add :help.
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
for disassemble.
* vc.el (vc-status-mark-buffer-changed): Better deal with files in
the 'added state.
(vc-status-remove-up-to-date): New function.
(vc-status-mode-map, vc-status-menu-map): Bind it.
(vc-status-printer): Use a different face up-to-date files.
(vc-resynch-buffer): Update the vc-status buffer if it exists.
(Todo): Remove solved entries.
* vc-hg.el (vc-hg-state):
* vc-git.el (vc-git-state):
* vc-cvs.el (vc-cvs-parse-status):
* vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
state.
2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/compile.el (compile):
* progmodes/grep.el (grep, grep-find): Use read-shell-command.
* simple.el (minibuffer-local-shell-command-map): New var.
(minibuffer-complete-shell-command, read-shell-command): New funs.
(shell-command, shell-command-on-region): Use them.
2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-status-mark-buffer-changed): New function to implement
updating of the *vc-status* buffer when a buffer is saved.
(vc-status-mode): Use it for after-change-hook.
(vc-add-to-vc-status-buffer): Rename to ...
(vc-status-add-entry): ... this.
(Todo): Add new entry.
2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
* sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
2008-03-20 Juanma Barranquero <lekktu@gmail.com>
* icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
(icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
Remove spurious * from defcustom docstrings.
(icomplete-compute-delay): Fix docstring and remove spurious *.
(icomplete-delay-completions-threshold): Fix typo in docstring and
remove spurious *.
(icomplete-completions): While collecting the list of prospective
candidates, don't overshoot `icomplete-prospects-length'.
2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
* textmodes/refbib.el:
* textmodes/reftex.el:
* textmodes/reftex-global.el:
* textmodes/reftex-vars.el:
* textmodes/reftex-toc.el: Don't use eval-and-compile for byte
compiler pacifying defvars.
(reftex-toc-mode): Only make zmacs-regions local on XEmacs.
* textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
not needed.
2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
* progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
(verilog-stmt-menu, verilog-menu): Add :help and filter it.
(verilog-customize, verilog-font-customize)
(electric-verilog-backward-sexp, electric-verilog-forward-sexp)
(verilog-mode): Update documentation strings to match tool tips.
(verilog-auto-search-do, verilog-auto-re-search-do)
(verilog-skip-forward-comment-or-string): Fix verilog-auto
expansion when a .* appears inside a string.
(verilog-re-search-forward, verilog-re-search-backward):
Add comment to recall how this works.
(verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
2008-03-20 Glenn Morris <rgm@gnu.org>
* calendar/calendar.el (calendar-other-dates): New function.
(calendar-print-other-dates): Use calendar-other-dates.
* calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
the declarations it replaces.
(calendar-mouse-print-dates): Use calendar-other-dates.
* calendar/cal-bahai.el (calendar-bahai-leap-year-p)
(calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
(calendar-absolute-from-bahai): Fix the leap-year case.
(calendar-bahai-from-absolute): Reuse the Gregorian month.
(calendar-bahai-date-string, calendar-bahai-print-date):
Handle pre-Bahai dates.
* calendar/cal-china.el (chinese-calendar-celestial-stem)
(chinese-calendar-terrestrial-branch): Make defcustoms.
* calendar/cal-menu.el (calendar-mouse-holidays): Reuse the title.
(calendar-mouse-view-diary-entries): Use or.
(calendar-mouse-chinese-date): Remove unused command.
(cal-menu-load-hook): Mark as obsolete.
* calendar/solar.el (calendar-location-name, calendar-latitude)
(calendar-longitude, solar-arctan, sunrise-sunset)
(solar-mean-equinoxes/solstices): Use the appropriate equality test.
2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc.el: Remove outdated comments.
(defcalcmodevar, calc-mode-var-list-restore-default-values)
(calc-mode-var-list-restore-saved-values, calc-autorange-units):
Add docstrings.
2008-03-19 Jason Rumney <jasonr@gnu.org>
* w32-fns.el (x-alternatives-map): Add S-tab mapping.
2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
* net/tls.el (open-tls-stream): Reindent.
2008-03-19 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-let-maybe): Removed.
(tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
It does not exist under XEmacs.
(tramp-handle-file-truename, tramp-handle-expand-file-name)
(tramp-completion-file-name-handler): Let-bind
`directory-sep-char'.
* net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
`directory-sep-char'.
2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
* help-fns.el (describe-function-1): Don't signal "missing arglist"
for autoloaded keymaps.
* progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
(electric-verilog-terminate-line, verilog-in-struct-region-p)
(verilog-backward-ws&directives, verilog-forward-ws&directives)
(verilog-in-comment-p, verilog-in-star-comment-p)
(verilog-in-slash-comment-p, verilog-skip-backward-comments)
(verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
(verilog-skip-forward-comment-or-string, verilog-in-paren)
(verilog-skip-forward-comment-p): Use it.
2008-03-19 Juanma Barranquero <lekktu@gmail.com>
* textmodes/org.el (org-link-store, org-link-follow, org-latex)
(org-remember-templates, org-time-stamp-rounding-minutes)
(org-back-over-empty-lines, org-find-base-buffer-visiting)
(org-columns-new): Fix typos in docstrings.
2008-03-19 Glenn Morris <rgm@gnu.org>
* net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
(tramp-handle-shell-command): Use condition-case rather than
ignore-errors.
2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
* diff-mode.el (diff-header): Make the color louder.
(diff-refine-change): Tone the color down.
2008-03-19 Juanma Barranquero <lekktu@gmail.com>
* descr-text.el (describe-char): When `describe-char-unidata-list'
is set to show all properties, list them in the right order.
2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
* international/mule.el (load-with-code-conversion): Avoid setting
default-enable-multibyte-characters.
2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
* vc.el (vc-annotate-background): Fix custom type.
2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
* descr-text.el (describe-char-unidata-list): Allow specifying
just all properties.
(describe-char): Handle that new value.
* emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
* doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
instead of file name extension to make docs with uncommon
extensions work.
2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
* doc-view.el (require): Require cl at compile time because
`assert' needs it.
2008-03-18 Glenn Morris <rgm@gnu.org>
* calendar/calendar.el (initial-calendar-window-hook)
(today-visible-calendar-hook): Doc fixes.
2008-03-17 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-root-regexp): Simplify.
(tramp-completion-file-name-regexp-separate): Don't insist on
leading "[". This prevents method or user or host completion.
(tramp-let-maybe): Autoload it.
(tramp-drop-volume-letter): Don't autoload. When not on W32, it
is an alias for `identity'.
(tramp-handle-write-region): Protect `last-coding-system-used'
over the trailing statements.
(tramp-completion-file-name-handler-post-function): Remove.
(tramp-completion-file-name-handler): Let-bind `directory-sep-char'
instead of calling `tramp-drop-volume-letter'.
* net/tramp.el:
* net/tramp-uu.el:
* net/trampver.el: Move coding cookie at the end.
2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
* net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
elements which may be something else than characters.
2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
* vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
New functions to implement vc-status support.
* vc.el (vc-default-extra-status-menu)
(vc-add-to-vc-status-buffer): New functions.
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
for eldoc and ielm.
2008-03-17 Glenn Morris <rgm@gnu.org>
* calendar/cal-x.el (diary-frame-parameters)
(calendar-frame-parameters, calendar-and-diary-frame-parameters):
Fix custom type; add options.
(calendar-frame, diary-frame): Doc fixes.
(calendar-dedicate-diary, calendar-frame-1): Extract common code into
new functions.
(calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
Use calendar-frame-1 and calendar-dedicate-diary.
(calendar-one-frame-setup): Also handle only-one-frame case.
(calendar-only-one-frame-setup): Doc fix. Just call
calendar-one-frame-setup.
* calendar/diary-lib.el: Re-order some definitions before their use.
(nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
(diary-list-entries): Doc fixes.
(make-fancy-diary-display): Remove function.
* calendar/calendar.el (calendar-today-marker)
(initial-calendar-window-hook, today-visible-calendar-hook)
(today-invisible-calendar-hook, diary-file, calendar-basic-setup)
(calendar-star-date, calendar-mark-today): Doc fixes.
(today-visible-calendar-hook): Add options.
(calendar-in-read-only-buffer): New macro.
(calendar-basic-setup): Adapt for change in calendar-read-date.
Place holiday let inside if.
(calendar-day-name-array, calendar-month-name-array): Make defcustoms.
(calendar-read-date): Set day to 1 rather than nil in the NODAY case.
(calendar-print-other-dates): Use one let rather than many.
* calendar/calendar.el (calendar-in-read-only-buffer): New macro.
(calendar-print-other-dates):
* calendar/cal-hebrew.el (list-yahrzeit-dates):
* calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
* calendar/holidays.el (calendar-list-holidays, list-holidays)
(calendar-cursor-holidays):
* calendar/lunar.el (calendar-phases-of-moon): Use
calendar-in-read-only-buffer to replace previous code and disable undo.
2008-03-16 Juri Linkov <juri@jurta.org>
* isearch.el (isearch-edit-string): Use search-ring-yank-pointer
and regexp-search-ring-yank-pointer for the HISTPOS argument of
read-from-minibuffer to provide the correct initial minibuffer
history position in isearch-edit-string when it is called from
isearch-ring-adjust.
* menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
to check if the current buffer is the minibuffer, and in this case
call abort-recursive-edit to kill the minibuffer. Doc fix.
(kill-this-buffer-enabled-p): Allow this function to return non-nil
when the current buffer is the minibuffer.
* simple.el (goto-line): Leave mark at previous position. Doc fix.
2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
* doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
Use non-nil PARENTS attribute of make-directory instead of
explicitly checking existence the current cache directory.
2008-03-16 Daiki Ueno <ueno@unixuser.org>
* epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
M-x epa-file-select-keys.
2008-03-16 Kenichi Handa <handa@m17n.org>
* international/mule.el (auto-coding-alist):
Use no-conversion-multibyte for archive files.
2008-03-16 Glenn Morris <rgm@gnu.org>
* calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
New functions.
* calendar/cal-bahai.el (calendar-mark-1): Autoload it.
(calendar-bahai-mark-date-pattern): Add optional argument `color'.
Use calendar-mark-1.
* calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
(mark-hebrew-calendar-date-pattern): Add optional argument `color'.
Use calendar-mark-complex.
* calendar/cal-islam.el (calendar-mark-1): Autoload it.
(mark-islamic-calendar-date-pattern): Add optional argument `color'.
Use calendar-mark-1.
* calendar/calendar.el (calendar-mod): Remove.
* calendar/cal-china.el (calendar-chinese-from-absolute)
(calendar-chinese-date-string): Expand calendar-mod calls.
* calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
Expand calendar-mod calls.
* calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
(diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
(diary-bahai-insert-yearly-entry): Use let rather than let*.
Move obsolete aliases after the functions that replaced them.
* calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
(hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
(insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
Use let rather than let*.
(calendar-hebrew-prompt-for-date): New function.
(calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
(holiday-tisha-b-av-etc): Use unless, let.
* calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
(calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
* calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
* calendar/calendar.el (calendar-for-loop): Add indent spec.
* calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
(list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
than concat.
(diary): Remove un-needed let.
(view-other-diary-entries): Rename argument.
(diary-list-entries-2): New function.
(diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
(print-diary-entries): Use unless.
(diary-mark-entries-1): Change argument order, make all but
markfunc optional. Handle the standard (Gregorian) case.
Use match-string-no-properties. Handle marks.
(mark-diary-entries): Use diary-mark-entries-1.
(diary-font-lock-keywords-1): New macro.
(diary-font-lock-keywords): Use diary-font-lock-keywords-1.
2008-03-16 Ulf Jasper <ulf.jasper@web.de>
* calendar/icalendar.el (icalendar-version): Increase to 0.18.
(icalendar-export-hidden-diary-entries): New variable.
(icalendar-export-region): Use icalendar-export-hidden-diary-entries.
In case of error, insert full error-val.
(icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
Use calendar-day-of-week. Return the day number.
(icalendar--convert-weekly-to-ical): Use funcall rather than apply.
2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
* calendar/icalendar.el (icalendar-recurring-start-year): New variable.
(icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
(icalendar-export-region): Ignore hidden diary entries.
(icalendar--convert-ordinary-to-ical): Fix case where event
spans across midnight boundary.
(icalendar-first-weekday-of-year): New function.
(icalendar--convert-weekly-to-ical): Allow user-selectable start
year for recurring events (Mozilla calendars do not propagate
recurring events forever, so year 2000 start date was not working).
(icalendar--convert-yearly-to-ical): Remove extra spaces in
formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
2008-03-15 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-root-regexp): New defconst.
(tramp-completion-file-name-regexp-unified)
(tramp-completion-file-name-regexp-separate)
(tramp-completion-file-name-regexp-url): Use it.
(tramp-do-copy-or-rename-file-via-buffer):
Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
t for `insert-file-contents-literally'.
(tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
Autoload it.
(tramp-completion-file-name-handler-post-function): New defconst.
(tramp-completion-file-name-handler): Use it.
(tramp-maybe-open-connection): Update calls to
`tramp-flush-connection-property' for removed 2nd argument.
2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
(vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
New functions.
2008-03-15 Glenn Morris <rgm@gnu.org>
* calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
New functions.
* calendar/cal-bahai.el (number, original-date, add-to-diary-list)
(diary-name-pattern, mark-calendar-days-named): Remove declarations.
(diary-list-entries-1, diary-mark-entries-1): Autoload.
(diary-bahai-list-entries): Use diary-list-entries-1.
(diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
* calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
(diary-name-pattern, mark-calendar-days-named): Remove declarations.
(diary-list-entries-1, diary-mark-entries-1): Autoload.
(list-hebrew-diary-entries): Use diary-list-entries-1.
(mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
* calendar/cal-islam.el (number, original-date, add-to-diary-list)
(diary-name-pattern, mark-calendar-days-named): Remove declarations.
(diary-list-entries-1, diary-mark-entries-1): Autoload.
(list-islamic-diary-entries): Use diary-list-entries-1.
(mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
* calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
* calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
* calendar/cal-china.el (number-chinese-months)
(calendar-chinese-from-absolute): Use nth, caar.
* calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
* calendar/cal-french.el (french-calendar-accents): Doc fix.
* calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
(calendar-hebrew-month-name-array-leap-year)
(hebrew-calendar-parashiot-names): Make constants.
(diary-parasha): Move definition after constants it uses.
* calendar/cal-html.el (cal-html-insert-link-yearpage)
(cal-html-htmlify-list): Doc fix.
(cal-html-htmlify-entry): Use nth.
* calendar/cal-islam.el (calendar-islamic-month-name-array)
(calendar-islamic-epoch): Make constants.
(calendar-islamic-epoch): Doc fix.
* calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
* calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
(cal-tex-month-name): Doc fix.
(cal-tex-last-blank-p): Use zerop.
* calendar/calendar.el (european-calendar-style, calendar-for-loop)
(calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
(calendar-cursor-to-date): Doc fix.
(hebrew-holidays-1, hebrew-holidays-4): Simplify.
(extract-calendar-day, extract-calendar-year): Use cadr, nth.
(calendar-day-number): Use when.
(generate-calendar-month): Use dotimes.
(exit-calendar, calendar-print-other-dates): Use let rather than let*.
(calendar-set-mark): Reverse conditional.
(calendar-make-alist): Move definition before use.
* calendar/diary-lib.el (diary-face-attrs)
(diary-glob-file-regexp-prefix, diary-selective-display)
(number-of-diary-entries, diary-list-entries, diary-goto-entry)
(list-sexp-diary-entries, diary-date, diary-block, diary-float)
(diary-anniversary, diary-cyclic)
(diary-fancy-font-lock-fontify-region-function): Doc fixes.
(diary-header-line-format): Change wording.
(diary-list-entries): Set `date-start' in let.
(include-other-diary-files, mark-included-diary-files): Use format.
(simple-diary-display, fancy-diary-display): Use cadr, unless.
(mark-diary-entries): Use 1+.
(mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
(mark-calendar-month): Use dotimes.
* calendar/holidays.el (displayed-month, displayed-year):
Move declarations where needed.
(calendar-list-holidays): Doc fix.
* calendar/parse-time.el (parse-time-string): Simplify.
* calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
Make constants.
(solar-sunrise-sunset): Rename some local variables for clarity.
(sunrise-sunset): Use zerop.
(solar-mean-equinoxes/solstices): Doc fix.
* calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
Use nth.
(timeclock-completing-read, timeclock-generate-report): Use zerop.
(timeclock-mean, timeclock-generate-report): Use dolist.
* calendar/todo-mode.el (todo-add-category): Simplify.
(todo-more-important-p, todo-delete-item, todo-file-item):
Use unless, when.
(todo-top-priorities): Use zerop.
2008-03-14 Nick Roberts <nickrob@snap.net.nz>
* buff-menu.el (list-buffers-noselect): Display buffer name in
tooltip instead of mouse binding when it doesn't fit in the list.
2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
* faces.el (xw-defined-colors):
* simple.el (widget-convert, shell-mode): Declare as functions
instead of autoloading.
* abbrev.el:
* button.el:
* cus-face.el:
* ediff-hook.el:
* emacs-lisp/backquote.el:
* emacs-lisp/timer.el:
* facemenu.el:
* faces.el:
* menu-bar.el:
* simple.el:
* subr.el:
* textmodes/fill.el:
* textmodes/paragraphs.el: Remove autoloads, redundant when the
files are preloaded.
2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
* desktop.el (desktop-create-buffer): Don't catch errors if
debug-on-error is set.
2008-03-14 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
($(lisp)/calendar/diary-loaddefs.el)
($(lisp)/calendar/hol-loaddefs.el): New targets.
(LOADDEFS): New macro.
(autoloads): Depend on $(LOADDEFS).
2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
* font-lock.el (featurep): Remove test, not useful anymore.
(facemenu-keymap): Move key binding ...
* facemenu.el (facemenu-keymap): ... here.
* vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
for each file in the list.
(vc-bzr-log-view-mode): Recognize the file marker.
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
for checkdoc and profiling.
2008-03-14 Bastien Guerry <bzg@altern.org>
* textmodes/flyspell.el (nxml-mode): Add the right
`flyspell-mode-predicate'.
* wid-edit.el (link): Use 'mouse-face for :follow-link.
2008-03-14 Glenn Morris <rgm@gnu.org>
* calendar/solar.el: Reorder so that functions are defined before use.
(displayed-month, displayed-year): Move declarations where needed.
(solar-get-number): Move definition before use. Use unless.
(solar-equatorial-coordinates): Simplify.
(solar-sunrise-and-sunset): Use let rather than let*.
(solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
* startup.el (command-line-1): Rename -internal-script back to
-scriptload (reverts previous change).
* calendar/cal-bahai.el (calendar-bahai-month-name-array)
(calendar-bahai-leap-base): Add doc strings.
(calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
Move definition before use.
(calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
(diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
variables outside the loop. Use dolist.
(holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
* calendar/cal-china.el: Re-order so that functions are defined before
use.
(displayed-month, displayed-year): Move declarations where needed.
(chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
(chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
Add doc strings.
(chinese-year-cache): Recenter on 2010. Doc fix.
(chinese-year, number-chinese-months, calendar-absolute-from-chinese):
Doc fix. Simplify.
(chinese-year-cache-init): New function.
(compute-chinese-year, holiday-chinese-new-year)
(calendar-chinese-date-string, calendar-goto-chinese-date)
(make-chinese-month-assoc-list): Use cadr, nth.
(chinese-months): Remove un-needed let.
* calendar/cal-coptic.el (coptic-calendar-month-name-array)
(ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
(coptic-prompt-for-date): Move definition before use.
* calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
(calendar-dst-find-data, calendar-daylight-time-offset)
(calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
(calendar-daylight-savings-starts-time)
(calendar-daylight-savings-ends-time): Use cadr, nth.
* calendar/cal-french.el (french-calendar-epoch)
(calendar-goto-french-date): Doc fix.
(french-calendar-month-name-array)
(french-calendar-multibyte-month-name-array)
(french-calendar-day-name-array, french-calendar-special-days-array):
Add doc strings.
* calendar/cal-hebrew.el (displayed-month, displayed-year)
(original-date): Move declarations where needed.
(calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
Doc fix.
(list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
constant variables outside the loop. Use dolist.
* calendar/cal-islam.el (displayed-month, displayed-year)
(original-date): Move declarations where needed.
(islamic-calendar-day-number): Remove unused local variable `day'.
(calendar-goto-islamic-date): Doc fix.
(holiday-islamic): Use unless.
(list-islamic-diary-entries, mark-islamic-diary-entries): Move some
constant variables outside the loop. Use dolist.
(mark-islamic-calendar-date-pattern): Move definition before use.
Use unless.
(mark-islamic-diary-entries): Doc fix.
(insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
(insert-yearly-islamic-diary-entry): Use let rather than let*.
* calendar/cal-julian.el (calendar-absolute-from-julian):
Move definition before use. Remove un-needed local `day'.
(calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
* calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
(calendar-mayan-tzolkin-names-array): Add doc strings.
(calendar-mayan-long-count-from-absolute): Use a single let.
(calendar-string-to-mayan-long-count): Simplify.
(calendar-next-haab-date, calendar-previous-haab-date)
(calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
(calendar-previous-calendar-round-date)
(calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
Doc fix.
(calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
(calendar-mayan-date-string, calendar-print-mayan-date)
(calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
(calendar-mayan-long-count-common-era): Move definitions before use.
* calendar/cal-menu.el (displayed-year): Move declaration where needed.
(calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
Doc fix.
(calendar-mouse-goto-date): Move definition before use.
* calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
Move definition before use.
(calendar-cursor-to-visible-date): Move definition before use.
(calendar-scroll-left): Use unless and zerop. Combine lets into one,
and place inside the conditional.
(calendar-forward-day): Simplify.
(calendar-end-of-month): Use unless.
(calendar-goto-day-of-year): Doc fix.
Relocate obsolete aliases after their replacements.
* calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
* calendar/diary-lib.el (mark-diary-entries): Move some constant
variables outside the diary-date-forms loop.
* calendar/calendar.el (diary-file): Doc fix.
(calendar-buffer-list): Return buffers rather than strings (fixes
previous change).
(hebrew-holidays-4): Fix typo.
* calendar/holidays.el (displayed-month, displayed-year):
Move declarations where needed.
(calendar-holiday-list, calendar-list-holidays)
(holiday-filter-visible-calendar): Move definitions before use.
(list-holidays): Use cadr.
Relocate obsolete aliases after their replacements.
* calendar/lunar.el (date, displayed-month, displayed-year):
Move declarations where needed.
(lunar-phase-list): Move definition after functions it uses.
(calendar-phases-of-moon, diary-phases-of-moon)
(lunar-new-moon-on-or-after): Use cadr, nth.
(lunar-new-moon-on-or-after): Doc fix.
* textmodes/org-irc.el (top-level): CL not required when compiling.
(org-irc-visit-erc): Replace runtime CL functions.
* textmodes/org-publish.el (declare-function): Add compatibility stub.
(org-publish-delete-dups): Declare as function.
2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
* vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
(vc-bzr-show-log-entry): Make regexp match more cases.
(vc-diff-switches-list): Remove autoload, not needed.
2008-03-14 Juri Linkov <juri@jurta.org>
* isearch.el (isearch-edit-string): Remove one call to
`isearch-push-state' not to push an inconsistent state,
but keep another correct call to `isearch-push-state'.
(isearch-ring-adjust): Call `isearch-push-state' only when
`search-ring-update' is non-nil since `isearch-edit-string'
already pushes its state.
(isearch-message): Improve matching the failed part by checking
if the original message starts with the last successful message.
* dired.el (dired-warn-writable): Rename to `dired-perm-write'.
(dired-perm-write): Rename from `dired-warn-writable'.
Change parent face from `font-lock-warning-face' to
`font-lock-comment-delimiter-face'.
(dired-warn-writable-face): Rename to `dired-perm-write-face'.
(dired-perm-write-face): Rename from `dired-warn-writable-face'.
(dired-font-lock-keywords): Replace `dired-warn-writable-face'
with `dired-perm-write-face'.
2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
* doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
Create cache dir only if it doesn't already exist.
2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
of \ and '.
2008-03-13 Johan Bockgård <bojohan@gnu.org>
* net/browse-url.el (browse-url-text-xterm):
Unquote browse-url-text-browser.
2008-03-13 Carsten Dominik <dominik@science.uva.nl>
* textmodes/org-mouse.el: Version number change.
* textmodes/org-publish.el (org-publish-expand-components):
Remove null projects from the list of components.
(org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
Remove unused retrieval of the :publishing-directory property.
(org-publish-file): Bugfix: when using a relative directory as the
publishing directory, convert it to a directory filename.
(org-publish-project): New alias.
(org-publish-get-files): Protect against empty p.
(org-publish-file): Send an error when file is not part of any project.
(org-publish-file): Offer to refresh the list of files in known
project when the current file is not part of any project.
(org-publish-before-export-hook)
(org-publish-after-export-hook): New hooks.
(org-publish-org-to): Use new hooks and kill buffers.
(org-publish-file): Remove the code for killing buffers.
(org-publish-initialize-files-alist): Use interactive.
(org-publish-file): If the publishing function creates a new
buffer, kill it after publishing.
(org-publish-timestamp-filename): Protect ":" in file name path
under windows.
* textmodes/org-export-latex.el (org-export-as-latex): Revert the
change that killed the LaTeX buffer.
* textmodes/org.el (org-ctrl-c-star): Implement a missing branch
in the decision tree.
(org-select-remember-template): Clean the code.
(org-prepare-dblock): Add the extra :content parameter.
(org-write-agenda): New output type ".ics" files.
(org-write-agenda): Call `org-icalendar-verify-function', both for
time stamps and for TODO entries.
(org-agenda-collect-markers, org-create-marker-find-array)
(org-check-agenda-marker-table): New functions.
(org-agenda-marker-table): New variable.
(org-export-as-html): Revert the change that killed the html
buffer. Side effects first need to be studied carefully.
(org-get-tags-at): Fix the structure of the condition-case statement.
(org-ts-regexp0, org-repeat-re, org-display-custom-time)
(org-timestamp-change): Fix regular expressions to swallow the
extra character for repeat-shift control.
(org-auto-repeat-maybe): Implement the new repeater mechanisms.
(org-get-legal-level): Alias to `org-get-valid-level'.
(org-dblock-write:clocktable): Add a :link parameter, linking
headlines to their location in the Org agenda files.
(org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
throwing an error when getting tags before headlines.
(org-timestamp-change, org-modify-ts-extra)
(org-ts-regexp1): Fix timestamp editing.
(org-agenda-custom-commands-local-options): New constant.
(org-agenda-custom-commands):
Use `org-agenda-custom-commands-local-options' to improve customize
type. "htmlize": Removed hack to fix face problem with htmlize,
it no longer seem necessary.
(org-follow-link-hook): New hook.
(org-agenda-custom-commands): Add "Component" as a tag for each
item in a command series.
(org-open-at-point): Run `org-follow-link-hook'.
(org-agenda-schedule): Bugfix: don't display marker type when it
is nil.
(org-store-link): org-irc required.
(org-set-regexps-and-options): Parse the new logging options.
(org-extract-log-state-settings): New function.
(org-todo): Handle the new ways of recording state change stuff.
(org-local-logging): New function.
(org-columns-open-link): Fix bug with opening link in column view.
(org-local-logging): New function.
(org-todo): Make sure that LOGGING properties are honored.
(org-todo-keywords): Improve docstring.
(org-startup-options): Cleanup startup options.
(org-set-regexps-and-options): Process the "!" markers.
(org-todo): Respect the new logging stuff.
(org-log-note-how): New variable.
(org-add-log-maybe): New parameter HOW that defines how logging
should be done and also overrides PURPOSE. Add a docstring.
(org-add-log-note): Check if we really need to ask for a note.
(org-get-current-options): Digest the new keyword.
(org-agenda-reset-markers): Rename from
`org-agenda-maybe-reset-markers'. Remove FORCE argument.
(org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
function, without force argument.
(org-buffer-property-keys): Bind local variables s and p.
(org-make-tags-matcher): Allow "" to match an empty or
non-existent property value.
(org-export-as-html): Join unsorted lists when they directly
follow each other. Such lists may be created by headlines that
are converted to lists.
(org-nofm-to-completion): New function.
(org-export-as-html): Use :html-extension instead of
org-export-html-extension.
(org-store-link): Support for links from `rmail-summary-mode'.
(org-columns-new, org-complete, org-set-property): Set the
`include-columns' argument in the call to
`org-buffer-property-keys'.
(org-buffer-property-keys): New argument `include-columns', to
include properties expected by any of the COLUMNS formats in the
current buffer.
(org-cleaned-string-for-export): Get rid of drawers first, so that
they will be removed also in the text before the first headline.
(org-clock-report): Show the clocktable when found.
(org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
(org-version): With prefix argument, insert `org-version' at point.
(org-agenda-goto): Recenter the window after finding the target
location, to make sure the correct position will be displayed.
(org-agenda-get-deadlines): Don't scale priority with the warning
period.
(org-insert-heading): Don't break line in the middle of the line.
(org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
be 0.
(org-update-checkbox-count): Revamp to deal with hierarchical
checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
(org-remove-timestamp-with-keyword): New function.
(org-schedule, org-deadline):
Use `org-remove-timestamp-with-keyword' to make sure all such time
stamps are removed.
(org-mode): Support for `align'.
(org-agenda-get-deadlines): Make sure priorities increase as the
due date approaches and is passed.
(org-remember-apply-template): Fix problem with tags that
contain "_" or "@".
(org-make-link-regexps): Improve the regular expression for plain links.
(org-agenda-get-closed): List each clocking entry.
(org-set-tags): Only tabify before tags if indent-tabs-mode is t.
(org-special-ctrl-k): New option.
(org-kill-line): New function.
(org-archive-all-done): Fix incorrect number of stars in regexp.
(org-refile-get-location): New function.
(org-refile-goto-last-stored): New function.
(org-global-tags-completion-table): Add the value of org-tag-alist
in each buffer, to make sure that also unused tags will be
available for completion.
(org-columns-edit-value)
(org-columns-next-allowed-value): Only update if not in agenda.
(org-clocktable-steps): New function.
(org-dblock-write:clocktable): Call `org-clocktable-steps'.
(org-archive-subtree): Add the outline tree context as a property.
(org-closest-date): New optional argument `prefer'.
(org-goto-auto-isearch): New option.
(org-goto-map, org-get-location): Implement auto-isearch.
(org-goto-local-auto-isearch-map): New variable.
(org-goto-local-search-forward-headings)
(org-goto-local-auto-isearch): New functions.
2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
* textmodes/org-irc.el: New file.
2008-03-13 John Wiegley <johnw@gnu.org>
* textmodes/org-mac-message.el: New file.
2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
* font-lock.el (font-lock-comment-face): Set the foreground for
the light background 8 colors case.
2008-03-13 Glenn Morris <rgm@gnu.org>
* font-lock.el (lisp-font-lock-keywords-1): Support wider range of
generate-autoload-cookie patterns.
* startup.el (command-line-1): Rename -scriptload to -internal-script.
* Makefile.in ($(lisp)/loaddefs.el): Remove this target.
(MH_E_SRC): Remove variable.
($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
Simplify file header. Use $@ for generated-autoload-file.
* Makefile.in (LOADDEFS): New variable.
(AUTOGENEL): Use $LOADDEFS.
(autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
($(lisp)/calendar/hol-loaddefs.el): New targets.
* calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
* calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
* calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
* calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
* calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
* calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
Add calendar-specific autoload cookies, and remove any setting of
generated-autoload-file.
* calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
* calendar/diary-lib.el: Replace explicit autoloads with reading of
diary-loaddefs.
* calendar/holidays.el: Replace explicit autoloads with reading of
hol-loaddefs.
* calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
(calendar-buffer-list): Simplify.
(generate-calendar-window): Use calendar-mark-holidays rather than
obsolete alias.
* calendar/cal-hebrew.el (list-yahrzeit-dates):
Use cal-hebrew-yahrzeit-buffer.
* calendar/cal-x.el (calendar-only-one-frame-setup)
(calendar-two-frame-setup): Doc fixes.
(special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
* calendar/appt.el (appt-mode-string): Mark as risky.
(appt-check): Apply mode-line-emphasis face to appt-mode-string.
* calendar/cal-html.el (diary-list-entries):
* calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
(calendar-iso-from-absolute): Fix autoloads.
* calendar/cal-iso.el (calendar-absolute-from-iso)
(calendar-iso-read-args): Simplify.
(calendar-iso-date-string, calendar-iso-read-args)
(calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
* calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
(displayed-month, displayed-year): Move declarations where needed.
(calendar-print-astro-day-number): Doc fix.
* calendar/cal-persia.el (persian-calendar-month-name-array)
(persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
(persian-prompt-for-date): Remove local variable `today'.
* calendar/diary-lib.el (mark-calendar-month): Use zerop.
* calendar/solar.el (solar-moment, solar-exact-local-noon)
(solar-sunrise-sunset, solar-sunrise-sunset-string)
(solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
(diary-sabbath-candles, solar-equinoxes/solstices)
(solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
(solar-time-equation, solar-date-to-et): Simplify.
* mail/supercite.el: Remove the `function' in `(function (lambda'.
Replace `(car (cdr' with cadr'.
* progmodes/f90.el (f90-font-lock-n): New function.
(f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
Use f90-font-lock-n.
(f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
* progmodes/f90.el (f90-mode-abbrev-table):
* progmodes/fortran.el (fortran-mode-abbrev-table):
Use newer form of define-abbrev, where supported. No need to bind
abbrevs-changed for system abbrevs.
2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
* term/xterm.el (terminal-init-xterm): delete-frame-hook ->
delete-frame-functions.
* bookmark.el (Info-current-node): Remove.
2008-03-12 Juri Linkov <juri@jurta.org>
* help.el (describe-project): Remove defaliases for view-todo and
describe-project that are now unnecessary after the merge from
emacs--rel--22 that added define-obsolete-function-alias.
* startup.el (inhibit-startup-screen): Revert incomplete
2008-03-10 merge from emacs--rel--22 that partly reverted
2008-02-28 change that added initial message to *scratch* buffer
regardless of the value of `inhibit-startup-screen'.
Now keep this change in the trunk, but not in the 22 branch.
2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
* international/quail.el (quail-setup-completion-buf, quail-help):
* mail/binhex.el (binhex-decode-region-internal):
* mail/uudecode.el (uudecode-decode-region-internal):
* net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
* sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
setting default-enable-multibyte-characters.
* emulation/viper-util.el (viper-file-remote-p): Remove, unused.
* comint.el: Fix up indentation and comment style. Remove `function'.
* international/mule-cmds.el (reset-language-environment)
(set-language-environment-nonascii-translation):
Don't set-unibyte-charset.
* doc-view.el: Remove all cb-args, use closures instead.
(doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
doing an incorrect check). Update all callers to use the new name.
(doc-view-doc->txt): Add missing `txt' argument.
2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
* doc-view.el (doc-view-current-cache-dir): Set buffer used for
md5 sum calculation to single-byte.
2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
* doc-view.el (doc-view-new-window-function): Add assertion.
(doc-view-doc-type): New var.
(doc-view-convert-current-doc, doc-view-doc->txt): Use it.
(doc-view-intersection): New fun.
(doc-view-mode): Use it to set the new var.
2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
* doc-view.el (doc-view-doc->txt, doc-view-open-text)
(doc-view-already-converted-p): New functions.
(doc-view-clear-cache): Don't recreate doc-view-cache-directory.
(doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
(doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
(doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
(doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
(doc-view-convert-current-doc): Don't hardwire the functions the
sentinels call. Now they're provided by two args CALLBACK and
CB-ARGS to the functions.
(doc-view-search): Use doc-view-doc->txt.
(doc-view-initiate-display): Use doc-view-already-converted-p.
Mention new binding C-c C-t if doc-view-mode doesn't work.
2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
* diff-mode.el (diff-refine-change): Adjust colors to be more visible.
2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
* textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
Mark " outside of tags as punctuation.
2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
* menu-bar.el (minibuffer-local-map): Use the same command for the
"Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
Prefer RET over C-j for exit-minibuffer.
* files.el (display-buffer-other-frame): Eliminate problematic code.
* menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
(menu-bar-select-buffer): Remove.
(menu-bar-select-frame): Make non-interactive and take a frame arg.
(menu-bar-update-buffers): Don't use buffer-names or frame names as events.
2008-03-11 Juanma Barranquero <lekktu@gmail.com>
* icomplete.el (icomplete-completions): Remove obsolete code.
* net/net-utils.el (iwconfig-program-options): Doc fix.
(net-utils-run-program, run-network-program): Define as functions.
2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
* emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
2008-03-11 Glenn Morris <rgm@gnu.org>
* faces.el (mode-line-emphasis): New face.
* vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
* calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
2008-03-11 Chong Yidong <cyd@stupidchicken.com>
* simple.el (set-mark-command): Doc fix.
2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
* Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
* emacs-lisp/autoload.el (autoload-find-destination):
Don't force raw-text.
* calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
* calendar/cal-loaddefs.el: Don't version control.
2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
* progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
entries and add :help to the existing ones.
2008-03-10 Glenn Morris <rgm@gnu.org>
* calendar/cal-hebrew.el (date, entry, number): Move declarations
to where they are needed.
* calendar/calendar.el (diary-file, hebrew-holidays-1)
(hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
(calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
(calendar-version): Doc fixes.
(calendar-absolute-from-gregorian): Use zerop.
(calendar-mode-line-format): Make it a defcustom.
* calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
(diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
(diary-pull-attrs, diary-header-line-flag, diary-list-entries)
(diary-unhide-everything, include-other-diary-files, diary-goto-entry)
(mark-included-diary-files, mark-calendar-days-named)
(mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
(diary-remind, insert-diary-entry, insert-weekly-diary-entry)
(insert-monthly-diary-entry, insert-yearly-diary-entry)
(insert-anniversary-diary-entry, insert-block-diary-entry)
(insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
(diary-font-lock-sexps): Doc fixes.
(diary-remind-message, mark-calendar-month): Use zerop.
(diary-attrtype-convert, diary-pull-attrs): Simplify.
(diary-list-entries): Revert let to let* (previous change).
* Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
2008-03-10 Kim F. Storm <storm@cua.dk>
* help.el (view-emacs-todo, describe-gnu-project): Define obsolete
function aliases for the old names.
2008-03-10 Juanma Barranquero <lekktu@gmail.com>
* iswitchb.el (iswitchb-use-faces): Doc fix.
(iswitchb-buffer-ignore, iswitchb-read-buffer):
Fix typos in docstrings.
2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
* progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
Fix typo.
(verilog-type-font-keywords): Reindent.
2008-03-10 Michael McNamara <mac@mail.brushroad.com>
* progmodes/verilog-mode.el (verilog-font-grouping-keywords):
Fix bug in the grouping-keyword regular expression.
(verilog-font-lock-keywords): Allow users to toggle special
highlight of grouping-keywords.
(verilog-highlight-grouping-keywords): The toggle for special
highlighting of grouping keywords.
2008-03-10 Juri Linkov <juri@jurta.org>
* startup.el: Revert 2008-02-28 change that adds initial message
to *scratch* buffer regardless of the value of
`inhibit-startup-screen'.
2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
* textmodes/css-mode.el (css-indent-offset, css-electric-keys):
* textmodes/bibtex-style.el (bibtex-style-indent-basic):
* progmodes/verilog-mode.el (verilog-mode):
* net/socks.el (socks):
* vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
* doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
(doc-view-bookmark-make-record): Use them.
(doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
(bookmark-get-filename, bookmark-get-bookmark-record): Remove.
* bookmark.el (bookmark-make-record-function): Change expected return
value to include a suggested bookmark name.
(bookmark-make): Split into bookmark-make-record and bookmark-store.
Fix reversed `overwrite' semantics.
(bookmark-set): Call bookmark-make-record before prompting the user.
Then pass the result to bookmark-store later on.
(bookmark-make-name-function): Remove.
(bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
* info.el (bookmark-make-name-function): Remove.
(Info-mode): Don't set it.
(Info-bookmark-make-name): Remove.
(Info-bookmark-make-record): Use Info-current-node as suggested default
bookmark name.
* bookmark.el (bookmark-set): Make bookmark before reading annotations.
I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
(bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
(bookmark-annotation-buffer, bookmark-annotation-file)
(bookmark-annotation-point, bookmark-send-annotation)
(bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
(bookmark-edit-annotation-text-func): Rename from
bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
(bookmark-edit-annotation-mode-map): Move initialization into
declaration.
* bookmark.el: Remove spurious * in docstrings.
(bookmark-minibuffer-read-name-map): New var.
(bookmark-set): Use it. Also pass the default value as it should.
(bookmark-send-edited-annotation): Take no chances with text properties.
(bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
(bookmark-insert-buffer-name): Remove.
(bookmark-buffer-file-name): Signal an error rather than returning nil.
2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
* tutorial.el (tutorial--default-keys): Update `C-l' binding.
2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
* diff-mode.el (diff-mode-menu): Add :help.
2008-03-09 Glenn Morris <rgm@gnu.org>
* calendar/calendar.el (general-holidays, oriental-holidays)
(local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
(hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
(christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
(calendar-holidays): Restore autoload cookies, because people are
used to using these variables without loading calendar.el.
* calendar/cal-islam.el (diary-islamic-date): Move to end.
(date, number): Declare where needed.
* calendar/diary-lib.el (nongregorian-diary-marking-hook)
(list-sexp-diary-entries): Doc fixes.
(diary-list-entries): Doc fix. Remove free variable `entry'.
(fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
Simplify setting of `date-holiday-list'.
(mark-diary-entries): Remove free variable `entry'.
(diary-list-entries, include-other-diary-files, fancy-diary-display):
Use let where let* is not needed.
2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
* bookmark.el (bookmark-make): Don't pass the `annotation' to the
make-record function, instead paste it in afterwards.
(bookmark-make-record-for-text-file):
* doc-view.el (doc-view-bookmark-make-record):
* info.el (Info-bookmark-make-record): Don't mess with annotations.
2008-03-08 Glenn Morris <rgm@gnu.org>
* calendar/diary-lib.el (entry): Declare for compiler part-way through.
2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
* calendar/diary-lib.el (diary-list-entries)
(include-other-diary-files, mark-diary-entries)
(mark-sexp-diary-entries, mark-included-diary-files)
(diary-entry-time, list-sexp-diary-entries): Remove the special
handling of ^M that dates back to the use of selective-display.
(simple-diary-display): Obey setting of pop-up-frames.
(body, entry): Remove unnecessary declarations.
* bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
(bookmark-get-annotation, bookmark-set-annotation)
(bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
(bookmark-set-position, bookmark-get-front-context-string)
(bookmark-set-front-context-string, bookmark-get-rear-context-string)
(bookmark-set-rear-context-string, bookmark-get-handler): Use them.
* info.el (Info-bookmark-make-record): Don't bother recording point.
(bookmark-get-filename, bookmark-get-front-context-string)
(bookmark-get-rear-context-string, bookmark-get-position):
Don't declare any more.
(bookmark-get-info-node): Remove.
(bookmark-prop-get): Declare.
(Info-bookmark-jump): Use it.
2008-03-08 Johan Bockgård <bojohan@gnu.org>
* subr.el (while-no-input): Don't splice BODY directly into the
`or' form.
2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
* diff-mode.el (diff-ignore-whitespace-hunk):
Bind inhibit-read-only before trying to change the buffer.
2008-03-08 Glenn Morris <rgm@gnu.org>
* calendar/appt.el (appt): Move custom group here from calendar.el.
(appt-disp-window, appt-convert-time): Doc fixes.
* calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
(calendar-bahai-mark-date-pattern):
* calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
* calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
* calendar/cal-julian.el (calendar-absolute-from-julian):
* calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
* calendar/cal-china.el (chinese-calendar): Move custom group here from
calendar.el.
(chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
Make constants.
(chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
(chinese-calendar-daylight-savings-starts)
(chinese-calendar-daylight-savings-ends)
(chinese-calendar-daylight-savings-starts-time)
(chinese-calendar-daylight-savings-ends-time)
(chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
Doc fixes.
* calendar/cal-coptic.el (coptic-name): Add doc string.
* calendar/cal-french.el (french-calendar-month-name-array)
(french-calendar-day-name-array, french-calendar-special-days-array):
Add doc strings.
* calendar/cal-bahai.el (diary-bahai-mark-entries)
(diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
(diary-bahai-insert-yearly-entry):
* calendar/cal-dst.el (calendar-next-time-zone-transition)
(calendar-time-zone):
* calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
(hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
(hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
(insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
(insert-yearly-hebrew-diary-entry, diary-yahrzeit):
* calendar/cal-islam.el (islamic-calendar-leap-year-p)
(list-islamic-diary-entries, mark-islamic-diary-entries)
(insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
(insert-yearly-islamic-diary-entry):
* calendar/cal-iso.el (calendar-iso-read-args):
* calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
(calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
(calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
(calendar-next-calendar-round-date)
(calendar-mayan-long-count-common-era):
* calendar/cal-menu.el (cal-menu-holiday-window-suffix)
(cal-menu-x-popup-menu, calendar-mouse-holidays)
(calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
(calendar-mouse-goto-date):
* calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
* calendar/holidays.el (holidays):
* calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
* calendar/time-date.el (date-to-time, time-subtract, time-add)
(safe-date-to-time): Doc fixes.
* calendar/cal-persia.el (persian-calendar-month-name-array)
(persian-calendar-epoch): Make constants.
* calendar/cal-tex.el (calendar-tex): Move custom group here from
calendar.el.
* calendar/cal-x.el (diary-frame-parameters)
(calendar-frame-parameters, calendar-and-diary-frame-parameters)
(calendar-after-frame-setup-hooks): Make defcustoms.
(calendar-one-frame-setup, calendar-only-one-frame-setup)
(calendar-two-frame-setup): Doc fix.
* calendar/cal-loaddefs.el: New file.
* calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
* calendar/cal-french.el, calendar/cal-html.el:
* calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
* calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
* calendar/cal-tex.el, calendar/cal-x.el:
Unquote lambda functions. Add autoload cookies to functions formerly
autoloaded in calendar.el. Set `generated-autoload-file' to
"cal-loaddefs.el".
* calendar/calendar.el: Move many autoloads to separate file,
cal-loaddefs.el. Move defcustoms to start and re-order.
(calendar-month-name-array, calendar-starred-day): No need to
declare for compiler.
(cal-loaddefs): Require it.
(appt, chinese-calendar, calendar-tex): Move custom groups to the
appropriate file.
(diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
Reverse logic.
(diary-face, diary-file-name-prefix-function, diary-include-string)
(diary-glob-file-regexp-prefix, diary-face-attrs)
(diary-file-name-prefix, sexp-diary-entry-symbol)
(print-diary-entries-hook, list-diary-entries-hook)
(nongregorian-diary-listing-hook, mark-diary-entries-hook)
(nongregorian-diary-marking-hook, diary-list-include-blanks):
Move to diary-lib.
(all-christian-calendar-holidays, all-islamic-calendar-holidays)
(all-bahai-calendar-holidays): Doc fix.
(calendar-insert-indented): Doc fix. Use when rather than if.
(exit-calendar): Use mapc rather than mapcar.
(calendar-cursor-to-date): Use zerop.
(calendar-mark-ring): Add doc-string.
(calendar-starred-day): Defvar it.
(calendar-mode): Make calendar-starred-day local.
(calendar-star-date): No need to make calendar-starred-day local.
* calendar/diary-lib.el: Move defcustoms to start.
(diary-include-string, diary-list-include-blanks)
(diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
(diary-file-name-prefix, diary-file-name-prefix-function)
(sexp-diary-entry-symbol, list-diary-entries-hook)
(mark-diary-entries-hook, nongregorian-diary-listing-hook)
(nongregorian-diary-marking-hook, print-diary-entries-hook):
Move here from calendar.el.
(diary-file-name-prefix-function): Use 'identity.
(diary-face): Make it a defcustom, and mark as obsolete.
(top-level): No need to require cal-hebrew, cal-islam when compiling.
(calendar-hebrew-month-name-array-leap-year)
(calendar-islamic-month-name-array, calendar-bahai-month-name-array):
Define for compiler.
(diary-font-lock-keywords): Use format rather than concat.
Add bahai-diary-entry-symbol.
* calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
* calendar/solar.el: Unquote lambda functions.
* calendar/solar.el (calendar-location-name, calendar-latitude)
(calendar-longitude, solar-setup, solar-sin-degrees)
(solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
(solar-degrees-to-quadrant, solar-atn2, solar-arccos)
(solar-sunrise-and-sunset, solar-moment, solar-daylight)
(solar-exact-local-noon, solar-julian-ut-centuries)
(solar-ephemeris-time, solar-date-next-longitude)
(solar-horizontal-coordinates, solar-equatorial-coordinates)
(solar-ecliptic-coordinates, solar-data-list, solar-longitude)
(solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
(sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
Doc fixes.
(solar-horizontal-coordinates, solar-equatorial-coordinates)
(solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
(solar-ecliptic-coordinates): Use unless.
(calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
Use or.
* calendar/timeclock.el: Add doc-strings to all functions.
(timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
(timeclock-entry-list-length, timeclock-entry-list-projects)
(timeclock-day-list-projects, timeclock-day-list): Use dolist.
* calendar/todo-mode.el: Remove un-needed eval-when-compile.
* textmodes/org.el (list-diary-entries-hook): Declare for compiler.
(org-get-entries-from-diary): Require diary-lib.
2008-03-08 Juanma Barranquero <lekktu@gmail.com>
* info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
Pacify byte-compiler.
2008-03-07 Alan Mackenzie <acm@muc.de>
* progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
paren/bracket pairs parsed, to solve performance problem.
2008-03-07 Bastien Guerry <bzg@altern.org>
* bookmark.el (bookmark-set): Don't check for
`bookmark-make-name-function' since `bookmark-buffer-file-name'
already takes care of this.
(bookmark-buffer-name, bookmark-buffer-file-name):
Remove Info-mode specific code.
* info.el (bookmark-get-info-node): Define this function in
info.el, not in bookmark.el.
(Info-mode): Set `bookmark-make-name-function' to
`Info-bookmark-make-name' locally.
(Info-bookmark-make-name): New function.
* bookmark.el (bookmark-make-name-function): New variable.
2008-03-07 Karl Fogel <kfogel@red-bean.com>
* bookmark.el (bookmark-set): Make `bookmark-make-record-function'
buffer-local, not `bookmark-make-cell-function' (the old name).
2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
* doc-view.el (doc-view-bookmark-make-record):
* image-mode.el (image-bookmark-make-record):
* info.el (Info-bookmark-make-record): Delete obsolete second arg.
2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
* vc.el (vc-status-menu-map-filter): Return orig-binding if
boundp 'vc-ignore-menu-filter.
(vc-status-tool-bar-map): Make it defvar.
(vc-status-mode): vc-status-tool-bar-map now variable.
(vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
2008-03-07 Karl Fogel <kfogel@red-bean.com>
Give a better name to part of the bookmark interface.
This was originally a much larger change, but halfway through I
updated and discovered that Stefan Monnier had done the rest.
It looks like he anticipated the new name too, because he used
`the-record' instead of `the-cell' for some internal variable names.
* bookmark.el (bookmark-make-record-function): Was
`bookmark-make-cell-function'.
(bookmark-make, bookmark-send-annotation): Update for above.
(bookmark-make-record-for-text-file):
Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
* info.el: Adjust accordingly.
(Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
* image-mode.el: Adjust accordingly.
(image-bookmark-make-record): Was `image-bookmark-make-cell'.
* doc-view.el: Adjust accordingly.
(doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
* bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
Move initialization into declaration.
(bookmark-get-info-node, bookmark-set-info-node): Remove.
(bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
(bookmark-info-current-node): Remove.
(bookmark-jump-noselect): Rename from bookmark-jump-internal.
Add relocation fallback. Set bookmark-current-bookmark.
(bookmark-default-handler): Rename from bookmark-jump-noselect.
Remove relocation fallback. Don't set bookmark-current-bookmark.
(bookmark-set): Let it be used even if there's no buffer-file-name
as long as there is a bookmark-make-cell-function.
* info.el (Info-bookmark-jump): Remove relocation fallback.
Don't set bookmark-current-bookmark.
2008-03-07 Glenn Morris <rgm@gnu.org>
* calendar/appt.el (appt-issue-message)
(appt-message-warning-time, appt-audible, appt-visible)
(appt-msg-window, appt-display-mode-line, appt-display-duration)
(appt-display-diary): Remove autoload cookies.
* calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
Remove leading `*' from defcustom doc-strings.
* calendar/cal-dst.el (calendar-dst): New custom group.
(calendar-daylight-savings-starts, calendar-daylight-savings-ends)
(calendar-time-zone, calendar-daylight-time-offset)
(calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
(calendar-daylight-savings-starts-time)
(calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
(calendar-daylight-savings-starts, calendar-daylight-savings-ends):
Move to start.
* calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
* calendar/calendar.el (calendar-version): Use emacs-version and
make it obsolete. Move to end.
(calendar-offset, view-diary-entries-initially)
(mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
(view-calendar-holidays-initially, all-hebrew-calendar-holidays)
(all-christian-calendar-holidays, all-islamic-calendar-holidays)
(all-bahai-calendar-holidays, calendar-load-hook)
(initial-calendar-window-hook, today-visible-calendar-hook)
(today-invisible-calendar-hook, calendar-move-hook)
(diary-nonmarking-symbol, hebrew-diary-entry-symbol)
(islamic-diary-entry-symbol, bahai-diary-entry-symbol)
(diary-include-string, sexp-diary-entry-symbol)
(abbreviated-calendar-year, american-date-diary-pattern)
(european-date-diary-pattern, european-calendar-display-form)
(american-calendar-display-form, print-diary-entries-hook)
(list-diary-entries-hook, diary-hook, diary-display-hook)
(nongregorian-diary-listing-hook, mark-diary-entries-hook)
(nongregorian-diary-marking-hook, diary-list-include-blanks)
(holidays-in-diary-buffer, general-holidays, oriental-holidays)
(local-holidays, other-holidays, hebrew-holidays-1)
(hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
(hebrew-holidays, christian-holidays, islamic-holidays)
(bahai-holidays, solar-holidays, calendar-setup)
(calendar-week-start-day): Remove autoload cookies.
(diary-glob-file-regexp-prefix): Doc fix.
(calendar-goto-info-node): Use `info' rather than `Info-find-node'.
(Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
(calendar-week-start-day, calendar-debug-sexp): Move to start.
* calendar/solar.el: Remove leading `*' from defcustom doc-strings.
(calendar-time-display-form, calendar-latitude)
(calendar-longitude, solar-equinoxes-solstices): Remove autoload
cookies.
(calendar-latitude, calendar-longitude): Move functions after
variables.
(diary-sabbath-candles-minutes): Move to start.
(solar-setup): Use or rather than if.
(solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
Remove condition-case.
(solar-atn2): Use zerop.
(solar-equinoxes-solstices): Doc fix.
* mail/supercite.el: Remove leading `*' from defcustom doc-strings.
(sc-mode-map-prefix): Doc fix. Make it a defcustom.
* textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
(calendar-longitude, calendar-latitude, calendar-location-name):
Declare for compiler.
2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
* arc-mode.el (archive-ar-file-header-re): New const.
(archive-ar-summarize, archive-ar-extract): New funs.
(archive-find-type): Recognize ar archives.
* vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
New functions.
* info.el (Info-bookmark-make-cell): Don't use the info-node argument.
2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
Replace :enable (mark-active) with :enable mark-active.
2008-03-06 Juanma Barranquero <lekktu@gmail.com>
* vms-patch.el (make-legal-file-name): New obsolete alias.
(make-valid-file-name): Rename from `make-legal-file-name'.
(make-auto-save-file-name): Use it.
* calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
(calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
(calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
* textmodes/org.el (org-export-html-style): Doc fix.
(org-get-legal-level): New obsolete alias.
(org-get-valid-level): Rename from `org-get-legal-level'.
(org-promote, org-demote, org-archive-subtree)
(org-remember-handler, org-refile, org-put-clock-overlay): Use it.
2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
* term/x-win.el (x-gtk-stock-map): Add bookmark_add.
* vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
(vc-status-toggle-mark): New functions.
(vc-status-mode): Set tool bar map.
2008-03-05 Chong Yidong <cyd@stupidchicken.com>
* emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
Reported by Drew Adams <drew.adams@oracle.com>.
2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
* subr.el (read-quoted-char): Resolve modifiers of the character
event.
* comint.el (comint-exec-1): Don't change the coding-system for
decoding to dos-like EOL.
(comint-carriage-motion): Fully rewrite.
2008-03-05 Juanma Barranquero <lekktu@gmail.com>
* epg.el (epg-context-include-certs): Reflow docstring.
(epg-start-sign-keys, epg-sign-keys, epg-context-armor)
(epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
(epg-context-set-signers, epg-context-set-sig-notations)
(epg-make-import-status, epg-make-import-result)
(epg-start-delete-keys): Fix typos in docstrings.
(epg-start-sign-keys, epg-sign-keys):
Fix typos in obsolescence declarations.
* iswitchb.el: Don't check for `cadr' and `last'.
(iswitchb-define-mode-map, iswitchb-default-keybindings):
Add obsolescence declaration and remove redundant info from docstring.
(iswitchb-set-common-completion, iswitchb-set-matches)
(iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
(recentf-list, most-len, most-is-exact):
Don't wrap defvars within `eval-when-compile'.
2008-03-05 Glenn Morris <rgm@gnu.org>
* ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
* ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
* ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
* ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
* ediff-hook.el (ediff-window-setup-function): Don't autoload
declaration for compiler.
(ediff-xemacs-init-menus): Use when rather than if.
* ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
if+and to just and.
(ediff-read-event, ediff-overlayp, ediff-make-overlay)
(ediff-delete-overlay): Move the XEmacs test inside the definition.
* ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
* ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
test inside XEmacs test.
(ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
since it was doing nothing on Emacs.
(ediff-make-bullet-proof-overlay): Use when rather than if.
* ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
(ediff-setup-control-frame): Remove
ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
a (featurep 'xemacs) test.
2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc-ext.el (calc-extended-command-history): New variable.
(calc-execute-extended-command): Use `calc-extended-command-history'.
2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
* bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
(standard-mode-line-position): Add mouse-face.
* progmodes/compile.el (compilation-menu-map, compilation-mode-map):
* progmodes/grep.el (grep-mode-map): Add :help.
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
initialize in one step. Add :help. Use :enable to activate menu
items. Show the key binding for edebug-defun.
(lisp-interaction-mode-map): Add a menu.
* term.el (term-mode-map): Define and initialize in one step.
* ediff-init.el (ediff-color-display-p): Simplify.
(Xor): Remove unused function.
(ediff-with-syntax-table): Simplify for Emacs.
* ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
menu-bar being loaded, it always is.
2008-03-05 Glenn Morris <rgm@gnu.org>
* textmodes/tex-mode.el (tex-mode): Suppress warning about
multiple definitions when compiling.
2008-03-04 Alan Mackenzie <acm@muc.de>
* progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
* progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
doc-string, "c-old-LEN" -> "c-old-END".
2008-03-04 Jason Rumney <jasonr@gnu.org>
* nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
namespaces.
2008-03-04 Glenn Morris <rgm@gnu.org>
* textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
* ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
than mapcar.
2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/byte-opt.el (byte-compile-trueconstp)
(byte-compile-nilconstp): Can't use recursion in a defsubst.
* textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
so that M-q can fill comments.
(tex-executable-exists-p, tex-compile): Extend with special syntax for
commands implemented in elisp.
(tex-compile-commands): Add an entry to use doc-view for pdf files.
(tex-format-cmd): New function.
(tex-compile): Use it to let the user specify default arguments.
(tex-cmd-bibtex-args): New var.
(tex-cmd-doc-view): New function.
2008-03-03 Juanma Barranquero <lekktu@gmail.com>
* faces.el (face-spec-set): Fix typos in docstring.
2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
* bindings.el (mode-line-column-line-number-mode-map): New variable.
(standard-mode-line-position): Use it to add a menu for toggling
column number and line number display.
2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
Remove optimization that was working around the form-code-walker bug.
* emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
Walk into the body of lambdas after byte-compile-unfold-lambda.
2008-03-03 Glenn Morris <rgm@gnu.org>
* emulation/viper-util.el (viper-frame-value): Prefer buffer-local
value, if set, over frame value.
* simple.el (transient-mark-mode): Don't turn on by default.
* net/tls.el (open-tls-stream): Restore the 2007-11-04 change
accidentally removed by the 2007-12-05 merge from Gnus.
2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
* progmodes/compile.el (compilation-menu-map): Add menu entries
for useful options.
2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
Glenn Morris <rgm@gnu.org>
* emacs-lisp/bytecomp.el (byte-recompile-directory)
(byte-compile-file, batch-byte-compile, batch-byte-compile-file):
Give a `bytecomp-' prefix to local variables with common names.
2008-03-01 Glenn Morris <rgm@gnu.org>
* emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
Restore code commented out 2007-11-10.
* emulation/edt.el (zmacs-region-stays): Define for compiler once only.
* emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
Delete macro.
* emulation/viper-cmd.el, emulation/viper-ex.el:
* emulation/viper-init.el, emulation/viper-keym.el:
* emulation/viper-mous.el, emulation/viper-util.el:
* emulation/viper.el:
Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
featurep test.
Replace obsolete frame-local variables with frame-parameters.
* emulation/viper-init.el (viper-replace-overlay-cursor-color)
(viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
(viper-vi-state-cursor-color): Only call make-variable-frame-local
on XEmacs.
* emulation/viper-util.el (viper-frame-value): New macro.
* emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
(viper-R-state-post-command-sentinel)
(viper-replace-state-post-command-sentinel)
(viper-change-state-to-insert, viper-change-state-to-emacs):
* emulation/viper-util.el (viper-set-cursor-color-according-to-state)
(viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
(viper-get-saved-cursor-color-in-insert-mode)
(viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
Use viper-frame-value for viper-replace-overlay-cursor-color,
viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
viper-vi-state-cursor-color values.
* emulation/viper-cmd.el (zmacs-region-stays):
* emulation/viper-util.el (zmacs-region-stays): No need to define
for compiler.
* emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
mapcar on Emacs.
* emulation/viper-mous.el (viper-counting-clicks-p): Only define
on XEmacs.
* emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
rather than if.
2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* whitespace.el: New version 9.3. As the glyph code generation was
fixed, it is possible now to use character code above ?\x1FFFF in the
display table. Fix `whitespace-indentation-regexp' to not include an
extra ending character. Reported by Michael Welsh Duggan
<mwd@cert.org>. Added hook actions when buffer is written or killed as
the original whitespace package had. Suggested by Eric Cooper
<ecc@cmu.edu>. Doc fix.
(whitespace-action): New option.
(whitespace-display-mappings): Changed default newline visualization to
display downwards arrow, as the glyph code generation was fixed.
(whitespace-unload-function): Assure that all local whitespace mode is
turned off.
(whitespace-global-modes): Fix type customization.
(whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
(whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
(whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
Fix code.
(whitespace-buffer): Command removed.
(whitespace-trailing-regexp, whitespace-mark-x)
(whitespace-display-window, whitespace-action-when-on)
(whitespace-add-local-hook, whitespace-remove-local-hook)
(whitespace-write-file-hook, whitespace-kill-buffer-hook)
(whitespace-action): New funs.
(whitespace-report-list, whitespace-report-text)
(whitespace-report-buffer-name): New consts.
(whitespace-report, whitespace-report-region): New commands.
2008-03-01 Juanma Barranquero <lekktu@gmail.com>
* disp-table.el (make-glyph-code): Don't test the result of
`face-id', which already signals an error for invalid faces.
(glyph-face): Simplify.
* desktop.el (desktop-read): Set `desktop-dirname' to nil before
running `desktop-not-loaded-hook' to allow modifying it.
Don't show warning message if `desktop-dirname' was modified.
2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
* diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
we still expect more lines.
* textmodes/fill.el (fill-comment-paragraph): Don't try to do
comment-paragraph filling if the commark doesn't match
comment-start-skip.
2008-03-01 Daiki Ueno <ueno@unixuser.org>
* international/utf-7.el (utf-7-encode): Never skip the trailing - for
the `imap' variant.
2008-03-01 Jason Rumney <jasonr@gnu.org>
* files.el (make-auto-save-file-name): Encode more characters in
non-file buffer names. Use url-encoding.
2008-03-01 Juanma Barranquero <lekktu@gmail.com>
* net/net-utils.el (ftp-program): Fix typo in docstring.
(ifconfig-program-options, netstat-program-options)
(arp-program-options, route-program-options, nslookup-program-options)
(ftp-program-options, smbclient-program-options)
(dns-lookup-program-options, arp, route): Doc fixes.
* progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
(gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
(gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
Fix typos in docstrings.
(gdb-pending-triggers): Reflow docstring.
(gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
2008-03-01 Alan Mackenzie <acm@muc.de>
* progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
typing "#" at EOB.
2008-03-01 Juanma Barranquero <lekktu@gmail.com>
* emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
2008-02-29 Kim F. Storm <storm@cua.dk>
* emulation/cua-base.el (cua-remap-control-v)
(cua-remap-control-z): New defcustoms.
(cua-mode): Add them to set-after property.
(cua--init-keymaps): Use them.
Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
* help.el (view-emacs-todo): Rename from view-todo.
(describe-gnu-project): Rename from describe-project. Users changed.
(view-help-file): New helper function.
(describe-distribution, describe-copying, describe-gnu-project)
(view-todo, view-order-manuals, view-emacs-problems): Use it.
(view-emacs-debugging, view-external-packages): New commands.
(help-map): Move describe-distribution to C-h C-o (ordering).
Move view-emacs-problems to C-h C-p (problems).
Bind view-emacs-debugging to C-h C-d (debugging).
Bind view-external-packages to C-h C-e (extras).
(help-for-help-internal): Cleanup and align descriptions.
Remove command names to reduce clutter.
2008-02-29 Nick Roberts <nickrob@snap.net.nz>
* vc.el (vc-set-mode-line-busy-indicator): Use shorter message
and quieter face (not a warning).
2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-status-crt-marked): New variable.
(vc-status-mode): Make it local.
(vc-status-refresh): Use it to save the marked files.
(vc-update-vc-status-buffer): Use it to restore the marked files.
* vc-svn.el (vc-svn-after-dir-status):
* vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
2008-02-29 Glenn Morris <rgm@gnu.org>
* allout.el (allout-topic-encryption-bullet)
(allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
(allout-encrypt-unencrypted-on-saves): Change defcustom :version
from 22.0 to 22.1.
* net/imap.el (imap-ping-server):
* net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
Change defcustom :version from 23.0 to 23.1.
2008-02-29 Juanma Barranquero <lekktu@gmail.com>
* desktop.el (desktop-save): Save the buffer name if the
uniquified base name is empty.
2008-02-29 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
correctly when user has "set print address off".
2008-02-28 Juanma Barranquero <lekktu@gmail.com>
* cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
version number of the next major Emacs release, not 23.0.
* longlines.el (longlines-unload-function): New function.
2008-02-28 Juri Linkov <juri@jurta.org>
* startup.el (normal-splash-screen): Add argument `concise'.
Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
to the created buffer. If `concise' is non-nil, call
`display-buffer', otherwise `switch-to-buffer'. Doc fix.
(display-startup-screen): Add argument `concise' to the call to
`normal-splash-screen'.
2008-02-28 Kim F. Storm <storm@cua.dk>
* startup.el (startup-echo-area-message): Check for about-emacs.
2008-02-28 Juri Linkov <juri@jurta.org>
* startup.el: Always add initial message to *scratch* buffer if
`initial-scratch-message' is non-nil regardless of the value of
`inhibit-startup-screen'.
(inhibit-startup-screen, initial-scratch-message): Doc fix.
(command-line-1): Move code that inserts `initial-scratch-message'
up before the if-form that checks for `inhibit-startup-screen'.
Suggested by Jonathan Rockway <jon@jrock.us>.
2008-02-28 Juri Linkov <juri@jurta.org>
* cus-edit.el (custom-mode-map, custom-mode-link-map):
Rename `custom-mode' to `Custom-mode' in docstrings.
(custom-buffer-create-internal, customize-browse):
Rename `custom-mode' to `Custom-mode'.
(custom-mode-hook): Rename to `Custom-mode-hook'.
(Custom-mode-hook): Renamed from `custom-mode-hook'.
(custom-mode): Rename to `Custom-mode'.
(Custom-mode): Renamed from `custom-mode'. Doc fix.
(custom-mode): Add backward-compatible non-interactive variant of
`Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
(custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
* info-look.el: Rename `custom-mode' to `Custom-mode'.
* emulation/viper.el (viper-emacs-state-mode-list):
Rename `custom-mode' to `Custom-mode'.
* menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
Capitalize "Tagged Files".
(minibuffer-local-map): Add menu items for next/previous
history elements and isearch history forward/backward.
* progmodes/hideshow.el (hs-minor-mode-menu): Compare
`hs-isearch-open' with t instead of `comment' in :selected
for "Code and Comment blocks" menu item.
2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
* uniquify.el (uniquify-buffer-base-name): Undo last change.
Should be done in desktop.el instead.
2008-02-28 Glenn Morris <rgm@gnu.org>
* autoinsert.el (auto-insert-alist): Update to FDL 1.2.
* emacs-lisp/byte-run.el (make-obsolete): Doc fix.
* mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
(Info-menu, Info-goto-node): Remove declarations.
(report-emacs-bug-info): Use info rather than Info-goto-node.
* progmodes/idlwave.el (Info-goto-node): Remove declaration.
(idlwave-convert-xml-system-routine-info): Don't require xml.
(idlwave-show-commentary, idlwave-shell-show-commentary):
Don't require finder.
(idlwave-info): Don't require info. Use info rather than
Info-goto-node.
* textmodes/org.el (Info-goto-node): Remove declaration.
(org-info): Use info rather than Info-goto-node.
* textmodes/reftex.el (reftex-show-commentary): Don't require finder.
(reftex-info): Don't require info. Use info rather than Info-goto-node.
2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
* progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
the menu.
* vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
(vc-finish-logentry): Check for vc-status-mode, not only for
vc-dired-mode.
2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
* isearch.el (isearch-printing-char): Don't check
keyboard-coding-system.
Call isearch-process-search-multibyte-characters only when
current-input-method is non-nil.
2008-02-27 Kim F. Storm <storm@cua.dk>
* disp-table.el (make-glyph-code): Encode as cons if face id > 63.
(glyph-char, glyph-face): Handle cons encoding.
2008-02-27 Juanma Barranquero <lekktu@gmail.com>
* uniquify.el (uniquify-buffer-base-name): If the base name is an
empty string, return nil to allow the caller to default to the
buffer name. Reported by Martin Fischer <parozusa@web.de>.
* tool-bar.el (tool-bar-setup): Doc fix.
* mail/supercite.el (sc-describe):
Fix typos in obsolescence declaration.
2008-02-27 Glenn Morris <rgm@gnu.org>
* autoinsert.el (auto-insert-alist): Change permission text to
match FSF's GPLv3 form.
* mail/supercite.el (sc-cite-original): Doc fix.
(sc-version): Make obsolete.
(sc-describe): Show the SC info page. Make obsolete.
2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
* simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
when using transient-mark-mode.
(default-indicate-unused-lines): Remove unused var.
2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
* progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
and previous.
* progmodes/compile.el (compilation-mode-tool-bar-map): The same.
2008-02-26 Glenn Morris <rgm@gnu.org>
* net/net-utils.el (top-level): Don't require comint when compiling.
(nslookup-font-lock-keywords): Don't require font-lock.
Use font-lock faces rather than variables.
(nslookup, ftp, smbclient, network-service-connection):
Don't require comint.
(comint-prompt-regexp, comint-input-autoexpand)
(comint-input-ring): Declare for compiler.
(comint-mode, ffap-string-at-point, comint-exec): Autoload.
(dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
* ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
doc-string.
2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
* doc-view.el (doc-view-current-page): Add a `win' argument.
2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
* doc-view.el (doc-view-conversion-buffer): Give it an internal name.
Demote it to plain defvar.
(doc-view-conversion-refresh-interval): Reduce interval.
(doc-view-goto-page): Allow moving to pages not yet rendered.
(doc-view-goto-page): Construct a file name rather than extracting it
from doc-view-current-files.
(doc-view-kill-proc): Ignore errors from kill-process.
(doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
(doc-view-insert-image): Use appropriate text if the page hasn't been
rendered yet. Adjust scrolling so the text is displayed.
(doc-view-display): Detect not just that a page is available, but also
that it wasn't available before, so as to avoid refreshing all pages
repeatedly.
(doc-view-mode): Make doc-view-cache-directory if needed.
2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
toggle-read-only.
* textmodes/bibtex.el (bibtex-format-entry): Handle error message
referring to a missing required field with the OPT prefix.
Make unwindform more robust.
* textmodes/bibtex.el: Remove support for hideshow minor mode as
it duplicates the bibtex support in progmodes/hideshow.el.
* progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
entries that do not start at the beginning of a line.
2008-02-25 Chong Yidong <cyd@stupidchicken.com>
* files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
* help-fns.el (describe-variable): Add phrases about
initialization file with and without customization;
use new button type help-info-variable.
* help-mode.el (help-info-variable):
New button able to read Info files for help-fns.el.
2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
* progmodes/grep.el (grep-mode-tool-bar-map): New variable.
(grep-mode): Use grep-mode-tool-bar-map.
* progmodes/compile.el (tool-bar): Require tool-bar.
(compilation-mode-tool-bar-map): New variable.
(compilation-mode): Use compilation-mode-tool-bar-map.
* term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
2008-02-25 Glenn Morris <rgm@gnu.org>
* vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
* diff-mode.el (diff-file-junk-re): New const.
(diff-beginning-of-file-and-junk): Use it.
(diff-file-kill): Make sure we were really inside a file diff.
* diff-mode.el: Make it more robust in the presence of empty context
lines in unified hunks.
(diff-valid-unified-empty-line): New var.
(diff-unified->context, diff-sanity-check-hunk): Obey it.
(diff-end-of-hunk): Obey it. New arg `donttrustheader'.
(diff-fixup-modifs, diff-post-command-hook): Use this new arg.
(diff-hunk-header-re-unified): New const.
(diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
(diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
(diff-sanity-check-hunk): Use it.
* diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
Index: line, don't search backward for the previous one.
2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
* international/fontset.el (setup-default-fontset): Add non-OTF
lao font for lao script.
* language/tibetan.el: Register tibetan-composition-function in
composition-function-table.
* language/tibet-util.el (tibetan-composition-function):
Adjust for the new calling way (argument changed). Try font-shape-text
if possible.
* language/lao.el: Register lao-composition-function in
composition-function-table.
* language/lao-util.el (lao-composition-function): Adjust for the new
calling way (argument changed). Try font-shape-text if possible.
2008-02-25 Jason Rumney <jasonr@gnu.org>
* files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
2008-02-25 Juri Linkov <juri@jurta.org>
* isearch.el (isearch-fail): Use "RosyBrown1" for a light
background, "red4" for a dark background, "red" for 16 and
8 colors, "grey" for grayscale, and inverse video otherwise.
Add :version tag.
(isearch-message): Keep the original isearch-message intact, and
add text properties to it where necessary. Add `isearch-error' to
the condition that checks if isearch is unsuccessful.
2008-02-24 Juri Linkov <juri@jurta.org>
* progmodes/compile.el (compilation-handle-exit):
Use compilation-error face instead of font-lock-warning-face.
Display the same message in the minibuffer as is inserted
at the end of the compilation buffer.
2008-02-24 Glenn Morris <rgm@gnu.org>
* vc-cvs.el (vc-cvs-register): Fix registering of directories in
multiple file case.
* vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
* vc-rcs.el (vc-rcs-register): Fix treatment of directories in
multiple file case. Use a single `let' rather than two.
2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
* progmodes/compile.el (compilation-start): Specify a face for
mode-line-process.
(compilation-handle-exit): Specify a face and a tooltip for
mode-line-process.
2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
* hilit-chg.el: Remove spurious * in defcustom docstrings.
(hilit-chg-make-ov): Simplify.
(hilit-chg-fixup): Use remove-overlays.
(hilit-chg-set-face-on-change): Remove redundant call to
`remove-text-properties'.
* dired.el (dired-mark-prompt): Don't count/display the t element.
Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
* progmodes/verilog-mode.el (eval-when-compile): Don't define
add-submenu.
(verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
Remove. Move contents to the only use ...
(verilog-menu): ... here.
(verilog-statement-menu): Remove. Move contents to the only use ...
(verilog-stmt-menu): ... here.
(verilog-mark-defun): Simply call mark-defun for emacs.
(occur-pos-list): Declare for byte compiler.
(mode-popup-menu): Don't defvar.
(verilog-add-statement-menu): Remove.
(verilog-mode-hook): Don't add verilog-add-statement-menu.
(verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
2008-02-24 Michael McNamara <mac@mail.brushroad.com>
* progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
conditional.
(verilog-font-grouping-keywords-face): Make the begin..end
keywords standout more than other verilog keywords.
(verilog-type-font-keywords): Move the begin..end out of this list
to facilitate making them to (potentially) stand out more.
(verilog-backward-token): Fix indent of bare always{_*}?, initial,
function & task blocks.
(verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
initial, function & task blocks.
(verilog-forward-sexp): Handle the new "disable fork" statement of
IEEE-1800 Verilog.
(verilog-beg-block-re-ordered): Handle the new "disable fork"
statement of IEEE-1800 Verilog.
(verilog-calc-1): Handle the new "disable fork" statement of
IEEE-1800 Verilog.
(verilog-disable-fork-re): Add const to help handle the new
"disable fork" statement of IEEE-1800 Verilog.
(verilog-declaration-core-re): Add port directions by themselves,
with no qualification, as base item of a declaration.
(verilog-pretty-declarations): Add new flag to ask it to refrain
from printing to the message buffer.
(verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
printing to the message buffer. Improve handling of the many
types of expression line up.
(verilog-just-one-space): Remove printing of an empty message.
(verilog-get-lineup-indent): Rework to support the better handling
of expression lineup for verilog-pretty-expr.
(verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
2008-02-24 Alan Mackenzie <acm@muc.de>
* progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
yesterday's commit.
2008-02-24 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
to mouse-set-point in buffers that aren't associated with files.
* progmodes/gud.el: Rename menu item to "Show GUD tooltips".
2008-02-24 Alan Mackenzie <acm@muc.de>
Set of changes so that "obtrusive" syntactic elements in a
C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
unmatched paren) don't interact syntactically with stuff outside
the CPP line.
* progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
off-by-one bug.
(c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
a bit of refactoring.
(c-awk-extend-and-syntax-tablify-region): Takes some of the
functionality of c-awk-advise-fl-for-awk-region, which has been
refactored away.
* progmodes/cc-defs.el (c-clear-char-property-with-value-function)
(c-clear-char-property-with-value): New function and macro which
remove text-properties `equal' to a supplied value.
* progmodes/cc-engine.el: Comment about text properties amended.
* progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
parens around "error\\|warning".
* progmodes/cc-langs.el (c-get-state-before-change-function)
(c-before-font-lock-function, c-anchored-cpp-prefix):
New language variables.
(c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
* progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
syntax-table text properties.
(c-common-init): Call language specific before/after-change
functions at mode initialization.
(c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
(c-extend-region-for-CPP, c-neutralize-CPP-line)
(c-neutralize-syntax-in-CPP): New functions.
(c-before-change, c-after-change): Call the new language specific
change functions defined in cc-langs.el.
(c-advise-fl-for-region): New macro.
(awk-mode): Remove AWK specific stuff which has been refactored
into language independent stuff.
2008-02-24 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
(gdb): (Re)set gdb-flush-pending-output to nil here...
(gdb-init-1): ...instead of here (before gdb-prompt).
2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
Recognize ''' just like any other char-constant.
2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-hooks.el (vc-find-root): Remove initial loop because it's not
careful enough. Detect the uid-change all within the main loop.
2008-02-24 Stefan Monnier <monnier@pastel.home>
* textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
* hilit-chg.el (highlight-save-buffer-state): New macro.
(highlight-save-buffer-state, hilit-chg-set-face-on-change)
(hilit-chg-clear): Use it to preserve the modified-p flag.
(highlight-changes-rotate-faces): Don't mess with the undo-list.
2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
* font-lock.el (font-lock-set-defaults): Unset previously set variables
when needed.
2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
* net/rcirc.el (rcirc-url-regexp): Replace definition by copying
from gnus-button-url-regexp.
2008-02-24 Eli Zaretskii <eliz@gnu.org>
* progmodes/compile.el (compilation-next-error): Doc fix.
(compilation-find-file): Doc fix.
2008-02-24 Glenn Morris <rgm@gnu.org>
* net/net-utils.el (ipconfig-program, ipconfig-program-options):
Add obsolete aliases to the old names.
2008-02-24 Richard Stallman <rms@gnu.org>
* net/net-utils.el (ifconfig): Rename from ipconfig.
(ipconfig): Alias to ifconfig.
(ifconfig-program): Rename from ipconfig-program.
(ifconfig-program-options): Rename from ipconfig-program-options.
2008-02-24 Michael McNamara <mac@mail.brushroad.com>
* progmodes/verilog-mode.el (verilog-declaration-core-re):
Add port directions by themselves, with no qualification, as base
item of a declaration.
(verilog-pretty-declarations): Add new flag that inhibits printing
to the message buffer.
(verilog-pretty-expr): Add new flag that inhibits printing to the
message buffer. Improve handling of the many types of expression
line up.
(verilog-just-one-space): Don't print an empty message.
(verilog-get-lineup-indent): Rework to support the better handling
of expression lineup for verilog-pretty-expr.
(verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
(verilog-mode-version, verilog-mode-release-date): Update.
2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
* subr.el (cancel-change-group): Don't move point.
2008-02-23 Markus Triska <markus.triska@gmx.at>
* linum.el (linum-after-config): Update all visible windows.
2008-02-23 Glenn Morris <rgm@gnu.org>
* menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
Add :help for Solitaire and Tetris.
* tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
* mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
(smtpmail-code-conv-from): Doc fix. Fix custom type.
(smtpmail-queue-index-file): Make it a defcustom.
(smtpmail-queue-index): Delete.
(smtpmail-send-it, smtpmail-send-queued-mail):
Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
smtpmail-queue-index.
* net/net-utils.el (iwconfig-program, iwconfig-program-options):
Add :version.
2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
* net/net-utils.el (iwconfig-program, iwconfig-program-options):
New variables.
(iwconfig): New function.
2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-find-revision): Make vc-parent-buffer local before
setting it.
(vc-status-menu-map): Do not define using easy-menu.
(vc-status-menu-map): New defalias.
(vc-status-mode-map): Hook up the menu.
(top-level): Update TODO.
* vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
* vc-bzr.el (vc-bzr-init-version): Rename to ...
(vc-bzr-init-revision): ... this.
2008-02-23 Jason Rumney <jasonr@gnu.org>
* makefile.w32-in (WINS_ALMOST): Remove term.
(WINS): Add term here.
(custom-deps, finder-data): Use WINS_ALMOST.
2008-02-22 Juanma Barranquero <lekktu@gmail.com>
* faces.el (font-weight-table): Fix value of `semi-light'.
2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
* faces.el (font-weight-table, font-slant-table, font-swidth-table):
Make those tables bijective.
2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
Finish pdbtrack integration cleanup, settling missing-functions
byte compiler warnings appropriately.
* progmodes/python.el (python-point): Remove this - beginning-of-line
was all that was necessary for `python-pdbtrack-overlay-arrow'.
(python-end-of-def-or-class, python-beginning-of-def-or-class)
(python-goto-initial-line): Drop these - they were only needed for
python-point.
(python-comint-output-filter-function): Use condition-case and
beginning-of-line directly, instead of python-mode.el functions
which require all sorts of baggage.
(point-safe): Unnecessary - we're using condition-case directly,
instead.
(python-execute-file): Include for python-shell, which I'm leaving
in keeping despite it being unnecessary for pdb tracking.
2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
* progmodes/scheme.el (scheme-font-lock-keywords-2):
Add SRFI 11 support.
(let-values, let*-values): Specify scheme-indent-function.
2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-exec-after): Move setting mode-line-process in the
busy case ...
(vc-set-mode-line-busy-indicator): ... in this new function.
(vc-status-refresh): Call vc-set-mode-line-busy-indicator.
(vc-update-vc-status-buffer): Reset mode-line-process.
(vc-status-mark-all-files, vc-status-unmark-all-files): Change to
mark/unmark all the files with the same state as the current one.
With a prefix argument mark/unmark all files.
(vc-status-mode-menu): Adjust strings.
(vc-update-vc-status-buffer): Only do something when the argument
is not nil.
(vc-status-kill-dir-status-process): New function.
(vc-status-mode-map): Bind it.
(vc-status-process-buffer): New variable.
(vc-status-mode): Make it local.
(vc-status-refresh): Set it.
* vc-hg.el (vc-hg-dir-status):
* vc-git.el (vc-git-dir-status):
* vc-svn.el (vc-svn-dir-status): Return the buffer in which the
command is run.
2008-02-22 Glenn Morris <rgm@gnu.org>
* json.el (top-level): No need to require thingatpt.
(json-read-keyword): Use thing-at-point rather than word-at-point.
* time.el (top-level): No need to require time-date when compiling.
* emacs-lisp/copyright.el (copyright-update-year):
Fix subexpression numbering for the case when years are split over
lines, and for the replace case.
* emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
(tpu-caar, tpu-cadr): Delete functions.
(zmacs-regions): No need to declare for compiler.
(tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
(tpu-spell-check): Rewrite, and handle mark after point.
(tpu-special-insert): Use or rather than if.
* emulation/vip.el (vip-special-prefix-com): Use ispell-region
rather than spell-region.
* textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
warnings about spell-region.
2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
* ldefs-boot.el: Regenerated.
* loadup.el: Don't load language/devanagari, language/kannada,
language/malayalam, and language/tamil. Load language/sinhala.
* language/indian.el (indian-font-foundry)
(indian-script-language-alist, indian-font-char-index-table)
(indian-font-char, indian-font-char-range, indian-script-table)
(indian-default-script, indian-composable-pattern): Delete them.
("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
language environments moved to here.
("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
New language environments.
* language/devanagari.el, language/devan-util.el,
* language/kannada.el, language/knd-util.el, language/malayalam.el,
* language/mlm-util.el, language/tamil.el, language/tml-util.el:
Delete them.
* language/sinhala.el: New file.
2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
Update Nick Robert's port of pdb tracking from python-mode.el.
* progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
Clarify docstring.
(python-pdbtrack-minor-mode-string): A sign indicating that pdb
tracking is happening.
(python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
(python-pdbtrack-input-prompt): Better recognize PDB prompts.
(comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
Tracking is plugged in to all comint buffers once python.el is loaded.
(python-pdbtrack-overlay-arrow): Toggle activation of
`python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
(python-pdbtrack-track-stack-file): Use new
`python-pdbtrack-get-source-buffer' for more flexible access to
debugging source files.
(python-pdbtrack-get-source-buffer): Identify debugging target buffer
according to pdb stack trace, optionally using new
`python-pdbtrack-grub-for-buffer' if file is not locally available.
(python-pdbtrack-grub-for-buffer): Find most recent python-mode
named buffer, or having function with indicated name.
(python-shell): Remove comint-output-filter-functions hook
addition, it's being done elsewhere. Wrap long line.
2008-02-21 Michael Olson <mwolson@gnu.org>
* json.el: Replace XEmacs compatibility code to get rid of
compiler warnings.
* time.el: Fix compiler warning.
2008-02-21 Theresa O'Connor <ted@oconnor.cx>
* json.el: New file (JavaScript Object Notation parser / generator).
2008-02-21 Dave Love <fx@gnu.org>
* progmodes/sym-comp.el: New file.
* progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
Require sym-comp. Add Python buffer to same-window-buffer-names.
Fixup whitespaces.
(python-font-lock-keywords): Add highlighting for Python builtins.
(python-font-lock-syntactic-keywords): Rewrite.
(python-quote-syntax): Use syntax-ppss-context instead of parsing
ppss directly.
(python-mode-map): Add binding for python-find-function.
(python-calculate-indentation): Clean up the logic.
(python-beginning-of-defun): Explicitly set return value.
(python-beginning-of-statement): Stop looping if we get stuck
going backwards.
(python-next-statement): Stop looping if we somehow end up inside
a string while advancing.
(python-preoutput-continuation, python-version-checked): New vars.
(python-check-version): New function.
(run-python): Set default command to python-command instead of
python-python-command.
(run-python): Use python-check-version. Give PYTHONPATH
precedence over data-directory in the process environment.
Load function definitions in python process after.
(python-check-comint-prompt): New function.
(python-send-command, python-send-receive): Use it.
(python-complete-symbol, python-try-complete): Functions deleted.
Use symbol-complete instead of python-complete-symbol throughout.
(python-fill-paragraph): Further refine the fenced-string regexp.
(def-python-skeleton): Expand to the original abbrev instead if in
a comment or string. Tweak skeletons for `if', `while', `for',
`try/except', `try/finally', `name'.
(python-pea-hook, python-abbrev-pc-hook): New functions.
(python-abbrev-syntax-table): New var.
(python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
Use symbol-completion-try-complete for hippie expansion.
Turn on font lock unconditionally.
(python-mode-hook): Defcustom it. No need to use make-local
variable on indent-tabs-mode in "Turn off Indent Tabs mode"
option, since it's buffer-local.
2008-02-21 Juanma Barranquero <lekktu@gmail.com>
* play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
2008-02-21 Drew Adams <drew.adams@oracle.com>
* mouse.el (minor-mode-menu-from-indicator): Create a menu with a
"Turn off" and a "Help" entry when the minor mode has no menu.
2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-status-mark, vc-status-unmark): New functions.
(vc-status-mode-map, vc-status-mode-menu): Bind them instead of
vc-status-mark-file and vc-status-unmark-file.
(vc-status-mark-unmark): New function.
(vc-status-previous-line, vc-status-next-line): No longer interactive.
2008-02-21 Glenn Morris <rgm@gnu.org>
* composite.el (encode-composition-rule): Fix typo in error message.
(composition-function-table, auto-composition-mode): Doc fixes.
* subr.el (sit-for): Fix obsolete form for nil second argument.
* textmodes/spell.el (spell-buffer, spell-word, spell-region)
(spell-string): Make obsolete, in favor of ispell.
2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
* language/devanagari.el: Don't setup composition-function-table
here.
("Devanagari"): Change charset, coding-system, coding-priority to
Unicode-based ones. Don't require the feature devan-util.
* composite.el (compose-chars-after): Fix arguments for a function
in composition-function-table.
(auto-compose-region): Likewise.
* ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
for Ethiopic.
(ps-mule-plot-string): Ignore glyph-string based compositions.
2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
* doc-view.el: Allow different windows to show different pages.
(doc-view-current-page, doc-view-current-slice, doc-view-current-info)
(doc-view-current-image, doc-view-current-overlay): Remove variables,
add them back as macros instead, using image-mode-winprops instead.
Update all users of those variables.
(doc-view-new-window-function): New function to create a new overlay
for each new window.
(doc-view-mode): Use it and image-mode-setup-winprops.
(doc-view-clone-buffer-hook): Rewrite accordingly.
* image-mode.el: Extend [hv]scroll support to per-window properties.
(image-mode-current-vscroll, image-mode-current-hscroll): Remove.
(image-mode-winprops-alist): New var to replace them.
(image-mode-new-window-functions): New hook.
(image-mode-winprops, image-mode-window-get, image-mode-window-put):
New funs.
(image-set-window-vscroll, image-set-window-hscroll): Use them.
Remove the `window' argument, update callers.
(image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
Use the new functions.
(image-mode-reapply-winprops): New fun.
(image-mode): Use it.
2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc-math.el (math-sin-raw): Add optional argument
to keep track of original argument.
(math-cos-raw): Use optional argument when calling math-sin-raw.
(math-sin-raw-2, math-cos-raw-2): Check for a zero argument
with close to original precision.
2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
args in calls of sit-for.
2008-02-20 Juanma Barranquero <lekktu@gmail.com>
* vc-svn.el (vc-svn-program): Fix typo in docstring.
(vc-svn-checkin): Fix typo in error message.
* help-mode.el: Require easymenu when compiling.
2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
* help-mode.el (help-mode-menu): New menu.
2008-02-20 Glenn Morris <rgm@gnu.org>
* mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
on Windows.
2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
* ps-mule.el (ps-mule-encode-region): Return a single string.
(ps-mule-plot-string): Adjust for the above change.
(ps-mule-encode-header-string): Likewise.
* international/latin1-disp.el (latin1-display): Don't use
ucs-mule-8859-to-mule-unicode. Fix the way of resetting
standard-display-table.
(latin1-display-identities): Adjust for the change of what is
returned by (get-language-info charset 'charset).
* international/mule-util.el (char-displayable-p): Fix for Latin-1
characters and terminal case.
2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
* progmodes/python.el: Also require comint when loading.
(python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
Replace python-shell with run-python on menu bar.
(python-shell-map): New map.
(python-default-interpreter, python-python-command-args)
(python-jython-command-args, python-pdbtrack-do-tracking-p):
New options.
(python-which-shell, python-which-args, python-which-bufname):
New buffer local variables.
(python-file-queue, python-pdbtrack-is-tracking-p): New variables.
* progmodes/python.el (python-pdbtrack-stack-entry-regexp)
(python-pdbtrack-input-prompt, python-pdbtrack-track-range):
New constants.
Pdbtrack features:
(python-point, python-end-of-def-or-class)
(python-beginning-of-def-or-class, python-goto-initial-line)
(python-comint-output-filter-function)
(python-pdbtrack-overlay-arrow)
(python-pdbtrack-track-stack-file, python-toggle-shells)
(python-shell, python-pdbtrack-toggle-stack-tracking)
(turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
New functions.
2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
* net/ange-ftp.el (ange-ftp-quote-string): Return the null string
when the argument is nil.
2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (dir-status): Add a brief description.
2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
* vc-hooks.el (vc-find-root): Take optional arg INVERT.
If non-nil, reverse the sense of the check.
* vc-rcs.el (vc-rcs-root): New func.
* vc-cvs.el (vc-cvs-root): New func.
* vc-svn.el (vc-svn-root): New func.
* vc-sccs.el (vc-sccs-root): New func.
2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
* language/japan-util.el (setup-japanese-environment-internal):
Call use-cjk-char-width-table.
* language/japanese.el ("Japanese"): Set exit-function to
use-default-char-width-table.
* international/characters.el: Delete occurrences of non-Unicode
tibetan and ethiopic characters.
(cjk-char-width-table): New variable.
(use-cjk-char-width-table, use-default-char-width-table):
New functions.
2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
(vc-status-mode-menu): Add a :filter.
(vc-status-printer): Add faces.
* vc-hg.el (vc-hg-extra-status-menu): New function.
(vc-hg-dir-status): Clean up the buffer before using it.
2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
(gdb): Initialize it here instead.
* files.el (locate-dominating-file): Fix thinko in last change.
Reported by Bruce Stephens <bruce.stephens@isode.com>.
2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-status-mode-menu): New menu for vc-status.
2008-02-18 Juanma Barranquero <lekktu@gmail.com>
* progmodes/verilog-mode.el (customize): Fix typo in error message.
(verilog-mode, verilog-mode-indent, verilog-mode-actions)
(verilog-mode-auto, verilog-indent-level-module)
(verilog-minimum-comment-distance, verilog-library-flags)
(verilog-library-directories, verilog-library-files)
(verilog-auto-reset-widths, verilog-imenu-generic-expression)
(verilog-xemacs-menu, verilog-set-compile-command)
(verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
(verilog-get-expr, verilog-strip-comments, verilog-one-line)
(verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
(verilog-batch-inject-auto, verilog-batch-indent)
(verilog-continued-line, verilog-type-keywords)
(verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
(verilog-read-inst-pins, verilog-read-arg-pins)
(verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
(verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
(verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
(verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
(verilog-sk-datadef, verilog-colorize-include-files-buffer)
(verilog-mode-version, verilog-mode-release-date)
(verilog-mode-release-emacs, verilog-linter, verilog-coverage)
(verilog-simulator, verilog-compiler)
(verilog-auto-sense-defines-constant, verilog-company)
(verilog-project, verilog-mark-defun, verilog-submit-bug-report):
Fix typos in docstrings.
(verilog-set-auto-endcomments, verilog-calculate-indent)
(verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
Reflow docstrings.
(verilog-tab-always-indent, verilog-highlight-p1800-keywords)
(verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
(electric-verilog-forward-sexp, verilog-in-case-region-p)
(verilog-in-struct-region-p, verilog-in-generate-region-p)
(verilog-leap-to-head, verilog-current-indent-level)
(verilog-case-indent-level, verilog-cpp-keywords)
(verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
(verilog-case-keywords, verilog-separator-keywords, verilog-completion)
(verilog-signals-not-in, verilog-symbol-detick-text)
(verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
(verilog-forward-close-paren, verilog-backward-open-paren)
(verilog-backward-open-bracket): Doc fixes.
* progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
(gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
(gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
(gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
(gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
Fix typos in docstrings.
* w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
* info.el (Info-read-node-name): Removed unused `default' arg.
2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
* vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
* image-mode.el (image-get-display-property): New fun.
(image-forward-hscroll, image-next-line, image-eol, image-eob)
(image-mode, image-minor-mode, image-toggle-display-text)
(image-toggle-display): Use it.
2008-02-18 Jason Rumney <jasonr@gnu.org>
* international/mule.el (xml-find-file-coding-system): Don't warn
about utf-16 with BOM.
* nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
* international/mule.el (sgml-xml-auto-coding-function): Detect and
warn if file encoding is not utf-8 and encoding not specified.
(xml-find-file-coding-system): New function.
* international/mule-conf.el (file-coding-system-alist): Use it.
2008-02-17 Glenn Morris <rgm@gnu.org>
* international/mule-cmds.el (set-locale-environment):
Pass `frame' to getenv for LC_MESSAGES.
2008-02-17 Juri Linkov <juri@jurta.org>
* time.el (emacs-init-time): Use format instead of format-seconds.
2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* textmodes/bibtex.el (bibtex-search-entry): Rename from
bibtex-find-entry. Add autoload cookie.
(bibtex-find-entry): Alias for bibtex-search-entry.
(bibtex-search-crossref): Rename from bibtex-find-crossref.
(bibtex-find-crossref): Alias for bibtex-search-crossref.
(bibtex-clean-entry): atomic-change-group removed.
(bibtex-format-entry): Use atomic-change-group. Use unwind-protect
to locate buffer location where error occurred.
Make error messages more specific.
(bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
* progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
top level.
* simple.el (transient-mark-mode): Add an :init-value.
* startup.el (command-line): Use custom-reevaluate-setting for
transient-mark-mode.
2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
* wdired.el (wdired-allow-to-change-permissions): Fix typo.
2008-02-16 Juri Linkov <juri@jurta.org>
* startup.el (after-init-time): New variable.
(command-line): Set `after-init-time' to the current time.
* time.el (emacs-init-time): New function.
2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
* files.el (locate-dominating-file): Remove initial loop because it's
not careful enough. Detect the uid-change all within the main loop.
2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
* ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-annotate): Add new argument.
(vc-annotate-warp-revision): Pass the current line to vc-annotate.
* progmodes/hideshow.el: Remove the minor-mode bookkeeping.
Move make-variable-buffer-local code after the corresponding defvar.
(hs-minor-mode-map): Define and initialize in one step.
(hs-minor-mode): Change from defun to define-minor-mode.
2008-02-16 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
(gdb-ready): Move declaration...
* progmodes/gdb-ui.el (gdb-ready): ...to here.
(gdb-early-user-input): New variable.
(gdb): Reset gdb-flush-pending-output to nil and set
comint-input-sender here (before gdb-prompt), instead of...
(gdb-init-1): ...here.
(gdb-send): If Emacs is not ready, defer user input to...
(gdb-prompt): ...here.
2008-02-16 Glenn Morris <rgm@gnu.org>
* nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
* startup.el (emacs-startup-time): Rename to `before-init-time'.
(before-init-time): New name for `emacs-startup-time'.
(command-line): Use before-init-time rather than emacs-startup-time.
* time.el (emacs-uptime): Use before-init-time rather than
emacs-startup-time.
* composite.el (composition-function-table): Doc fix.
* calendar/time-date.el (format-seconds): Remove `nonzero' argument
in favor of `%z' specifier.
(emacs-uptime): Move to time.el.
* time.el (emacs-uptime): Move here from time-date.el. Add optional
`format' argument. Doc fix. Use `%z' rather than removed `nonzero'
argument of format-seconds.
2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
* bindings.el (mode-line-mule-info): Make the tooltips more explicit.
2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
* ielm.el (ielm-is-whitespace): Remove.
(ielm-is-whitespace-or-comment): New function.
(ielm-eval-input): Use it.
2008-02-15 Jason Rumney <jasonr@gnu.org>
* term/mac-win.el: Fix coding tag.
2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
* vc-hooks.el (vc-menu-map):
* bindings.el (mode-line-mode-menu): Add tooltips.
* bindings.el (help-echo): Add more tooltips. Use a less
telegraphic style for existing tooltips.
2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
* frame.el (frame-notice-user-settings): Distinguish explicit parent-id
from the auto-generated one.
2008-02-14 Glenn Morris <rgm@gnu.org>
* mail/rmail-spam-filter.el (rmail-spam-filter):
Let-bind message-spam-status.
* mail/smtpmail.el (password-cache-add): Declare as function.
2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
* mail/smtpmail.el: Use password-cache.
2008-02-14 Juanma Barranquero <lekktu@gmail.com>
* uniquify.el (uniquify-buffer-base-name): New function.
Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
* desktop.el (uniquify-managed): Don't defvar.
(desktop-buffer-info): Use `uniquify-buffer-base-name', not
`uniquify-managed'. Return also the buffer's base name.
(desktop-save): When saving the buffer info, filter out the base name,
and save it as buffer name if the buffer is managed by uniquify.
(uniquify-item-base): Don't declare; not called anymore.
2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-annotate-find-revision-at-line): New function.
(vc-annotate-mode-map): Bind it.
(vc-annotate-mode-menu): Add a menu entry for it. Add :help for
some entries.
2008-02-14 Glenn Morris <rgm@gnu.org>
* calendar/time-date.el (format-seconds): New function.
(emacs-uptime): Use format-seconds.
* Makefile.in (custom-deps, finder-data, autoloads, recompile):
Remove `LC_ALL=C', since it's included in $(emacs) now.
2008-02-14 Zhang Wei <id.brep@gmail.com>
* textmodes/org-publish.el (org-publish-timestamp-filename):
Replace colon characters in filename too.
2008-02-13 Bastien Guerry <bzg@altern.org>
* mail/rmail.el (rmail-header-name): New face.
(rmail-font-lock-keywords): Use rmail-header-name.
* mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
against X-Spam-Status header field.
(rmail-spam-filter): Also check X-Spam-Status header field.
2008-02-14 Mark A. Hershberger <mah@everybody.org>
* progmodes/flymake.el (flymake-allowed-file-name-masks):
Add support for .pm files and .php files.
(flymake-err-line-patterns): Add pattern for PHP errors.
(flymake-php-init): New function. PHP support for flymake.
* progmodes/compile.el (compilation-error-regexp-alist-alist):
Add regular expression for PHP errors.
2008-02-13 Michael Albinus <michael.albinus@gmx.de>
* net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
This DTRT even on w32 machines.
(ange-ftp-cf1): Quote FILENAME.
2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
* smerge-mode.el (smerge-auto-combine-max-separation): New var.
(smerge-auto-combine): New fun.
2008-02-12 Juri Linkov <juri@jurta.org>
* startup.el (fancy-startup-screen, normal-splash-screen):
Set default-directory to command-line-default-directory.
* desktop.el (after-init-hook): Set inhibit-startup-screen to t
after reading the desktop.
* progmodes/compile.el (compilation-auto-jump):
Call compile-goto-error only when compilation-auto-jump-to-first-error
is non-nil.
(compilation-scroll-output): Replace :type 'boolean with a choice
that has three options including a third option `first-error'.
Doc fix.
(compilation-start, compilation-forget-errors): Add an alternate
condition comparing compilation-scroll-output with `first-error'
in addition to compilation-auto-jump-to-first-error (to call
compilation-auto-jump in the proper place).
2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
* international/mule.el (sgml-html-meta-auto-coding-function):
Make sure the search limit is ahead.
* tar-mode.el: Fix broken indentation.
(tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
Use with-current-buffer.
2008-02-12 Juanma Barranquero <lekktu@gmail.com>
* hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
it is already automatically buffer-local.
2008-02-12 Drew Adams <drew.adams@oracle.com>
* help.el (describe-key): Join some split lines to facilitate filling.
* help-fns.el (describe-function-1): Fill text of overlong lines.
2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
* emacs-lisp/bytecomp.el (byte-compile-lapcode):
Use unibyte-string instead of string-make-unibyte.
* Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
* doc-view.el (doc-view-display): Change file arg to buffer arg, so it
works also for buffers without buffer-file-name. Update callers.
(doc-view-clone-buffer-hook): New fun.
(doc-view-mode): Use it for indirect clones. Mark the overlays with
the `doc-view' property so they can be recognized.
* simple.el (clone-indirect-buffer-hook): New hook.
(clone-indirect-buffer): Run it.
2008-02-11 Michael Olson <mwolson@gnu.org>
* epa-setup.el:
* epg-package-info.el: Files removed.
2008-02-11 Daiki Ueno <ueno@unixuser.org>
* epa.el (epa-menu-mode): Merge into epa-mode.
(epa-menu-items): Rename the label "EasyPG Assistant" to
"Encryption/Decryption".
* epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
(epa-dired-mode-map): Rename from epa-dired-map.
(epa-global-dired-mode): Rename the global minor mode.
2008-02-11 Drew Adams <drew.adams@oracle.com>
* isearch.el (isearch-fail): New face.
(isearch-message): Highlight failure part of input.
2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
* ibuffer.el (ibuffer-header-line-format): New var.
(ibuffer-mode): Set it instead of header-line-format.
(ibuffer-update): Use it to set header-line-format.
* international/mule-cmds.el (ucs-insert): Inherit surrounding
properties like self-insert-command.
2008-02-11 Drew Adams <drew.adams@oracle.com>
* progmodes/etags.el: Add many doc strings.
2008-02-11 Jason Rumney <jasonr@gnu.org>
* ldefs-boot.el: Regenerated.
2008-02-11 Glenn Morris <rgm@gnu.org>
* progmodes/compile.el (compilation-error-regexp-alist-alist):
Shorten some names.
* ffap.el (ffap-rfc-directories): Add :version.
2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
* jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
files, and backup files of same.
2008-02-11 Kevin Ryde <user42@zip.com.au>
* ffap.el (ffap-rfc-directories): New variable.
(ffap-rfc): Look in those dirs before offering ffap-rfc-path.
* info.el (Info-next-reference, Info-prev-reference)
(Info-try-follow-nearest-node): Move to and follow https:// links too.
* simple.el (completion-list-mode): Show full completion-list-mode-map
in the docstring.
2008-02-11 Sam Steingold <sds@gnu.org>
* vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
2008-02-11 Glenn Morris <rgm@gnu.org>
* startup.el (emacs-startup-time): New variable.
(command-line): Set emacs-startup-time.
* calendar/time-date.el (emacs-uptime): New function.
2008-02-10 Bastien Guerry <bzg@altern.org>
* mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
(rmail-clear-headers): Don't check `rmail-nonignored-headers' when
it is nil.
2008-02-10 Daiki Ueno <ueno@unixuser.org>
* epg-config.el: Expand the contents of epg-package-info.el.
(epg-package-name): New constant.
(epg-version-number): New constant.
(epg-bug-report-address): New constant.
* epa-mail.el (epa-mail-mode): Add autoload cookie.
(epa-global-mail-mode): New global minor mode.
* epa-file.el (epa-file-mode): New global minor mode.
* epa-dired.el (epa-dired-mode): New global minor mode.
* epa.el (epa-menu): New variable.
(epa-menu-items): New variable.
(epa-menu-mode): New global minor mode.
(epa-global-minor-modes): New user option.
(epa-mode): New global minor mode.
2008-02-10 Michael Albinus <michael.albinus@gmx.de>
* net/dbus.el: Remove `no-byte-compile' cookie.
(dbus-call-method, dbus-register-signal, dbus-debug)
(dbus-registered-functions-table): Declare them with
`declare-function' or `defvar', respectively.
(top): Don't assert any longer. Require 'cl when compiling.
Apply `ignore-errors' but `dbus-ignore-errors'.
2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
* diff-mode.el (diff-add-change-log-entries-other-window):
Use add-change-log-entry.
2008-02-09 Jason Rumney <jasonr@gnu.org>
* button.el (button-map):
* wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
* ldefs-boot.el: Regenerate.
2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
* epa.el (epa-faces, epa):
* epa-file.el (epa-file):
* epg-config.el (epg): Add :version.
2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
* vc.el (vc-exec-after): Append CODE to previous fragments.
(vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
take MESSAGES instead of VERBOSE; use it when non-nil.
(vc-diff-internal): Compute messages once; use them;
update call to vc-diff-finish.
2008-02-09 Michael Olson <mwolson@gnu.org>
* net/tramp.el (tramp-process-sentinel): Avoid error when process
buffer has been killed, such as by
`tramp-cleanup-all-connections'.
2008-02-09 Miles Bader <miles@gnu.org>
* net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
* diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
splitter in context hunks.
2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
* international/fontset.el (setup-default-fontset): Fix arabic otf
font specification.
2008-02-08 Daiki Ueno <ueno@unixuser.org>
* epa-dired.el:
* epa-file.el:
* epa-mail.el:
* epa-setup.el:
* epa.el:
* epg-config.el:
* epg-package-info.el:
* epg.el: Initial check-in of EasyPG.
2008-02-08 Glenn Morris <rgm@gnu.org>
* woman.el (woman-locale): New defcustom.
(woman-expand-locale, woman-manpath-add-locales): New functions.
(woman-manpath): Call woman-manpath-add-locales. Bump :version.
* international/mule-cmds.el (locale-translate): New function,
with old code extracted from set-locale-environment.
(set-locale-environment): Use locale-translate. Set woman-locale.
* cus-start.el (selection-coding-system): Remove, since it's now
defined in select.el rather than in xselect.c.
* select.el (selection-coding-system): Make it a defcustom, and
add the properties from cus-start.el. Bump :version.
* custom.el (custom-theme-set-variables): Sort symbols that are
dependencies before symbols that depend on them.
(custom-enabled-themes): Set after custom-theme-directory.
* pcmpl-unix.el (top-level): Move provide statement to end.
(pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
`*' from doc-string. Allow to be nil.
(pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
Allow to be nil. Add :version.
(pcmpl-ssh-hosts): Move definition before use. Handle lines
without hostnames, and multiple hostnames per line.
* term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
2008-02-08 Phil Hagelberg <phil@evri.com>
* pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
(pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
2008-02-07 Timo Savola <timo.savola@iki.fi>
* startup.el (command-line-x-option-alist): Add --parent-id.
* term/x-win.el (x-handle-parent-id): New function.
2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
* mouse.el (x-fixed-font-alist): Use consistent capitalization for
"Font Menu".
2008-02-06 Michael Albinus <michael.albinus@gmx.de>
* net/dbus.el (dbus-interface-peer): New defconst.
(dbus-ping): New defun.
2008-02-06 Sam Steingold <sds@gnu.org>
* vc-hooks.el (vc-prefix-key): New user-customizable variable.
2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
* net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
Just return nil and let the C code provide a fallback.
2008-02-05 Glenn Morris <rgm@gnu.org>
* net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
tramp-flush-connection-property for removed 2nd argument.
2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
* diff-mode.el (diff-add-change-log-entries-other-window):
Rename from diff-create-changelog. Change users.
Minor change to hopefully work with plain diffs.
(diff-mode-map): Add binding for it.
2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
* diff-mode.el: Add new TODO entry.
(diff-create-changelog): New function.
(diff-mode-menu): Bind it.
2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
* international/mule-diag.el (print-fontset-element): Handle the
case of inhibiting the fallback fonts.
2008-02-04 Kim F. Storm <storm@cua.dk>
* ido.el (ido-magic-forward-char, ido-magic-backward-char)
(ido-magic-delete-char): Use prefix arg.
2008-02-03 Juanma Barranquero <lekktu@gmail.com>
* term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
because the latter is in fact a 1.2.8 build distributed with GTK+ (as
of today, the most recent libpng is 1.2.24).
2008-02-03 Michael Albinus <michael.albinus@gmx.de>
* ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
* net/dbus.el (top): Check (featurep 'dbusbind).
* net/tramp.el (tramp-process-sentinel): New defun.
(tramp-do-copy-or-rename-file-out-of-band)
(tramp-maybe-open-connection): Use it as process sentinel.
(tramp-handle-delete-directory): Don't use the "-f" option; it
isn't portable.
(tramp-handle-start-file-process): Echo `tramp-end-of-output'
after the command.
(tramp-handle-shell-command): Set `mode-line-process' in the
asynchronous case.
* net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
* net/tramp-fish.el (tramp-fish-maybe-open-connection):
* net/tramp-smb.el (tramp-smb-maybe-open-connection):
Use `tramp-process-sentinel' as process sentinel.
2008-02-02 Juanma Barranquero <lekktu@gmail.com>
* whitespace.el (global-whitespace-mode): Revert last change.
(whitespace-unload-function): Force `global-whitespace-mode'
to deactivate local modes in a slightly less intrusive way.
2008-02-02 Eli Zaretskii <eliz@gnu.org>
* view.el (kill-buffer-if-not-modified): Add an autoload cookie.
2008-02-02 Glenn Morris <rgm@gnu.org>
* international/latin1-disp.el (latin1-display):
* progmodes/fortran.el (fortran-comment-indent-char):
* progmodes/idlw-shell.el (top-level):
* term/mac-win.el (mac-keyboard-translate-char):
* whitespace.el (whitespace-char-valid-p):
* wid-edit.el (widget-key-sequence-read-event):
Use characterp rather than char-valid-p.
* progmodes/cap-words.el (capitalized-next-word-boundary): Rename
to capitalized-find-word-boundary. Doc fix. Update callers.
(capitalized-next-word-boundary-function-table): Rename to
capitalized-find-word-boundary-function-table. Doc fix. Update users.
* ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
string-to-int.
* ps-def.el (declare-function): Add compatibility definition.
(ps-plot-with-face, ps-plot-string): Declare as functions.
(ps-bold-faces, ps-italic-faces): Declare variables.
* ps-print.el (ps-mule-initialize, ps-mule-begin-job)
(ps-mule-end-job): Declare as functions.
* wid-edit.el (widget-string-complete): Use assoc-string rather
than assoc-ignore-case.
See ChangeLog.13 for earlier changes.
;; Local Variables:
;; coding: utf-8
;; End:
Copyright (C) 2008-2024 Free Software Foundation, Inc.
This file is part of GNU Emacs.
GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.