mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
8267 lines
316 KiB
Plaintext
8267 lines
316 KiB
Plaintext
2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
|
|
|
|
2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* finder.el (finder-mode-map): Add a menu.
|
|
|
|
2009-11-26 Michael McNamara <mac@mail.brushroad.com>
|
|
|
|
* verilog-mode.el (verilog-at-struct-p): Support "signed" and
|
|
"unsigned" structs.
|
|
|
|
(verilog-leap-to-head, verilog-backward-token): Handle "disable
|
|
fork" statement better.
|
|
|
|
2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
|
|
|
|
* verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
|
|
(verilog-delete-empty-auto-pair, verilog-library-filenames):
|
|
Fix AUTOINSERTLISP to support insert-file. Reported by Clay Douglass.
|
|
|
|
(verilog-auto-inst, verilog-auto-star-safe)
|
|
(verilog-delete-auto-star-implicit, verilog-read-sub-decls):
|
|
Fix removing "// Interfaces" when saving .* expansions. Reported by
|
|
Pierre-David Pfister.
|
|
|
|
2009-11-26 Glenn Morris <rgm@gnu.org>
|
|
|
|
* eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
|
|
the scope.
|
|
|
|
2009-11-25 Johan Bockgård <bojohan@gnu.org>
|
|
|
|
* vc-annotate.el (vc-annotate-revision-previous-to-line):
|
|
Really use previous revision.
|
|
|
|
2009-11-25 Kevin Ryde <user42@zip.com.au>
|
|
|
|
* man.el (Man-completion-table): default-directory "/" in case
|
|
doesn't otherwise exist. process-environment COLUMNS=999 so as
|
|
not to truncate long names. process-connection-type pipe to avoid
|
|
any chance of hitting the pseudo-tty TIOCGWINSZ.
|
|
(man): completion-ignore-case t for friendliness and since man
|
|
itself is case-insensitive on the command line.
|
|
Further to Bug#3717.
|
|
|
|
* arc-mode.el: Add "Keywords: files", so the details in its
|
|
commentary can be reached from finder-by-keyword.
|
|
* textmodes/dns-mode.el: Add "Keywords: comm". It's only an
|
|
editing mode, but it's comms related and sgml-mode.el has "comm"
|
|
on that basis too.
|
|
* textmodes/bibtex-style.el: Add "Keywords: tex".
|
|
* international/isearch-x.el, international/ja-dic-cnv.el:
|
|
* international/ja-dic-utl.el, international/kkc.el:
|
|
Add "Keywords: i18n", so they can be reached from finder-by-keyword.
|
|
|
|
2009-11-25 Juri Linkov <juri@jurta.org>
|
|
|
|
* man.el (Man-completion-table): Modify regexp to include
|
|
section names to completion strings. (Bug#3717)
|
|
|
|
2009-11-25 Juri Linkov <juri@jurta.org>
|
|
|
|
Search recursively in gzipped files. (Bug#4982)
|
|
|
|
* progmodes/grep.el (grep-highlight-matches): Add new options
|
|
`always' and `auto'. Doc fix.
|
|
(grep-process-setup): Check `grep-highlight-matches' for
|
|
`auto-detect' to determine the need to compute grep defaults.
|
|
Move Windows/DOS specific --colors settings handling
|
|
to `grep-compute-defaults'. Check `grep-highlight-matches'
|
|
to get the value of "--color=".
|
|
(grep-compute-defaults): Compute `grep-highlight-matches' when it
|
|
has the value `auto-detect'. Move Windows/DOS specific settings
|
|
from `grep-process-setup'.
|
|
(zrgrep): New command with alias `rzgrep'.
|
|
|
|
2009-11-25 Juri Linkov <juri@jurta.org>
|
|
|
|
* doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
|
|
to nil instead of switching off view-mode. (Bug#4896)
|
|
|
|
2009-11-25 Juri Linkov <juri@jurta.org>
|
|
|
|
Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
|
|
|
|
* mwheel.el (mwheel-scroll-up-function)
|
|
(mwheel-scroll-down-function): New defvars.
|
|
(mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
|
|
`scroll-up', and `mwheel-scroll-down-function' instead of
|
|
`scroll-down'.
|
|
|
|
* doc-view.el (doc-view-scroll-up-or-next-page)
|
|
(doc-view-scroll-down-or-previous-page): Add optional ARG.
|
|
Use this ARG in the call to image-scroll-up/image-scroll-down.
|
|
Change `interactive' spec to "P". Goto next/previous page only
|
|
when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
|
|
SPC/DEL case). Doc fix.
|
|
(doc-view-next-line-or-next-page)
|
|
(doc-view-previous-line-or-previous-page): Rename arg to ARG
|
|
for consistency.
|
|
(doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
|
|
`doc-view-scroll-up-or-next-page', and buffer-local
|
|
`mwheel-scroll-down-function' to
|
|
`doc-view-scroll-down-or-previous-page'.
|
|
|
|
2009-11-25 Juri Linkov <juri@jurta.org>
|
|
|
|
Provide additional default values (directories at other Dired
|
|
windows) via M-n in the minibuffer of some Dired commands.
|
|
|
|
* dired-aux.el (dired-diff, dired-compare-directories)
|
|
(dired-do-create-files): Use `dired-dwim-target-defaults' to set
|
|
`minibuffer-default' in `minibuffer-with-setup-hook'.
|
|
(dired-dwim-target-directory): Find a window that displays Dired
|
|
buffer instead of failing when the next window is not Dired.
|
|
Use `get-window-with-predicate' to find for the next Dired window.
|
|
(dired-dwim-target-defaults): New function.
|
|
|
|
* ediff-util.el (ediff-read-file-name):
|
|
Use `dired-dwim-target-defaults' to set `minibuffer-default'
|
|
in `minibuffer-with-setup-hook'.
|
|
|
|
2009-11-25 Juri Linkov <juri@jurta.org>
|
|
|
|
Provide additional default values (file name at point or at the
|
|
current Dired line) via M-n for file reading minibuffers. (Bug#5010)
|
|
|
|
* minibuffer.el (read-file-name-defaults): New function.
|
|
(read-file-name): Reset `minibuffer-default' to nil when
|
|
it duplicates initial input `insdef'.
|
|
Bind `minibuffer-default-add-function' to lambda that
|
|
calls `read-file-name-defaults' in `minibuffer-selected-window'.
|
|
(minibuffer-insert-file-name-at-point): New command.
|
|
|
|
* files.el (file-name-at-point-functions): New defcustom.
|
|
(find-file-default): Remove defvar.
|
|
(find-file-read-args): Don't use `find-file-default'.
|
|
Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
|
|
to `read-file-name'.
|
|
(find-file-literally): Use `read-file-name' with
|
|
`confirm-nonexistent-file-or-buffer'.
|
|
|
|
* ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
|
|
|
|
* dired.el (dired-read-dir-and-switches):
|
|
Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
|
|
to `read-file-name'.
|
|
(dired-file-name-at-point): New function.
|
|
(dired-mode): Add hook `dired-file-name-at-point' to
|
|
`file-name-at-point-functions'.
|
|
|
|
2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
Really make the *Completions* window soft-dedicated (bug#5030).
|
|
* window.el (window--display-buffer-2): Add `dedicated' argument.
|
|
(display-buffer): Pass it when needed so the dedicated flag is set
|
|
after calling set-window-buffer, which would otherwise reset it.
|
|
|
|
2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* progmodes/meta-mode.el (meta-complete-symbol):
|
|
* progmodes/etags.el (complete-tag):
|
|
* mail/mailabbrev.el (mail-abbrev-complete-alias):
|
|
Use completion-in-region.
|
|
|
|
* dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
|
|
(dabbrev-completion): Use completion-in-region.
|
|
(dabbrev--abbrev-at-point): Simplify regexp.
|
|
|
|
* abbrev.el (abbrev--before-point): Use word-motion functions
|
|
if :regexp is not specified (bug#5031).
|
|
|
|
* subr.el (string-prefix-p): New function.
|
|
|
|
* man.el (Man-completion-cache): New var.
|
|
(Man-completion-table): Use it.
|
|
|
|
* vc.el (vc-print-log-internal): Make `limit' optional for better
|
|
compatibility (e.g. with vc-annotate.el).
|
|
|
|
2009-11-24 Kevin Ryde <user42@zip.com.au>
|
|
|
|
* emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
|
|
Build value with regexp-opt instead of explicit joining loop. (My
|
|
Bug#4927.)
|
|
|
|
* emacs-lisp/elint.el (elint-add-required-env): Better error message
|
|
when .el source file not found or other error.
|
|
|
|
2009-11-24 Markus Triska <markus.triska@gmx.at>
|
|
|
|
* linum.el (linum-update-window): Ignore intangible (bug#4996).
|
|
|
|
2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
Handle the [back] button properly (bug#4979).
|
|
* descr-text.el (describe-text-properties): Add a `buffer' argument.
|
|
Use help-setup-xref, help-buffer, and with-help-window.
|
|
(describe-char): Add `buffer' argument.
|
|
Pass proper command to help-setup-xref. Don't meddle with
|
|
help-xref-stack-item directly.
|
|
(describe-text-category): Use with-help-window and help-buffer.
|
|
|
|
* emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
|
|
for the displayed buffer (bug#4887).
|
|
|
|
* man.el (Man-completion-table): New function.
|
|
(man): Use it.
|
|
|
|
2009-11-24 David Reitter <david.reitter@gmail.com>
|
|
|
|
* vc-git.el (vc-git-registered): Use checkout directory (where
|
|
.git is) rather than the file's directory and a relative path spec
|
|
to work around a bug in git.
|
|
|
|
2009-11-24 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
Improve handling of processes on remote hosts.
|
|
|
|
* eshell/esh-util.el (eshell-path-env): New defvar.
|
|
(eshell-parse-colon-path): New defun.
|
|
(eshell-file-attributes): Use `eshell-parse-colon-path'.
|
|
|
|
* eshell/esh-ext.el (eshell-search-path):
|
|
Use `eshell-parse-colon-path'.
|
|
(eshell-remote-command): Remove argument HANDLER.
|
|
(eshell-external-command): Check for FTP remote connection.
|
|
|
|
* eshell/esh-proc.el (eshell-gather-process-output):
|
|
Use `file-truename', in order to start also symlinked files.
|
|
Apply `start-file-process' instead of `start-process'.
|
|
Shorten `command' to the local file name part.
|
|
|
|
* eshell/em-cmpl.el (eshell-complete-commands-list):
|
|
Use `eshell-parse-colon-path'.
|
|
|
|
* eshell/em-unix.el (eshell/du): Check for FTP remote connection.
|
|
|
|
* net/tramp.el (tramp-eshell-directory-change): New defun. Add it
|
|
to `eshell-directory-change-hook'.
|
|
|
|
2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
|
|
|
|
* doc-view.el (doc-view-mode): Switch off view-mode explicitly,
|
|
because it could be enabled automatically if view-read-only is non-nil.
|
|
|
|
2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
|
|
|
|
* ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
|
|
made on 2009-11-22.
|
|
|
|
2009-11-24 Glenn Morris <rgm@gnu.org>
|
|
|
|
* bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
|
|
deleted variable bookmark-bmenu-bookmark-column.
|
|
|
|
* cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
|
|
Move after definition of global-semantic-idle-tag-highlight-mode.
|
|
|
|
2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
|
|
|
|
2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
|
|
|
|
* net/browse-url.el (browse-url-filename-alist): On Windows, add
|
|
two slashes to the "file:" prefix.
|
|
(browse-url-file-url): De-munge Cygwin filenames before passing
|
|
them to Windows browser.
|
|
(browse-url-default-windows-browser): Use call-process.
|
|
|
|
2009-11-23 Juri Linkov <juri@jurta.org>
|
|
|
|
Implement DocView Continuous mode. (Bug#4896)
|
|
* doc-view.el (doc-view-continuous-mode): New defcustom.
|
|
(doc-view-mode-map): Bind C-n/<down> to
|
|
`doc-view-next-line-or-next-page', C-p/<up> to
|
|
`doc-view-previous-line-or-previous-page'.
|
|
(doc-view-next-line-or-next-page)
|
|
(doc-view-previous-line-or-previous-page): New commands.
|
|
|
|
2009-11-23 Juri Linkov <juri@jurta.org>
|
|
|
|
Implement Isearch in comint input history. (Bug#3746)
|
|
* comint.el (comint-mode): Add `comint-history-isearch-setup' to
|
|
`isearch-mode-hook'.
|
|
(comint-history-isearch): New defcustom.
|
|
(comint-history-isearch-backward)
|
|
(comint-history-isearch-backward-regexp): New commands.
|
|
(comint-history-isearch-message-overlay): New buffer-local variable.
|
|
(comint-history-isearch-setup, comint-history-isearch-end)
|
|
(comint-goto-input, comint-history-isearch-search)
|
|
(comint-history-isearch-message, comint-history-isearch-wrap)
|
|
(comint-history-isearch-push-state)
|
|
(comint-history-isearch-pop-state): New functions.
|
|
|
|
2009-11-23 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
|
|
return.
|
|
(tramp-handle-make-symbolic-link)
|
|
(tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
|
|
Quote file names.
|
|
(tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
|
|
(tramp-handle-process-file): Use it.
|
|
|
|
2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* window.el (move-to-window-line-last-op): Remove.
|
|
(move-to-window-line-top-bottom): Reuse recenter-last-op instead.
|
|
|
|
2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
|
|
|
|
Make M-r mirror the new cycling behavior of C-l.
|
|
* window.el (move-to-window-line-last-op): New var.
|
|
(move-to-window-line-top-bottom): New command.
|
|
(global-map): Bind M-r move-to-window-line-top-bottom.
|
|
|
|
2009-11-23 Sven Joachim <svenjoac@gmx.de>
|
|
|
|
* dired-x.el (dired-guess-shell-alist-default):
|
|
Support xz format. (Bug#4953)
|
|
|
|
2009-11-22 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* cedet/srecode/map.el (srecode-get-maps):
|
|
* cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
|
|
* cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
|
|
* cedet/semantic/decorate/mode.el (semantic-decoration-mode)
|
|
(semantic-toggle-decoration-style):
|
|
* cedet/semantic/decorate/include.el
|
|
(semantic-decoration-include-describe)
|
|
(semantic-decoration-unknown-include-describe)
|
|
(semantic-decoration-unparsed-include-describe)
|
|
(semantic-decoration-all-include-summary):
|
|
* cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
|
|
* cedet/semantic/analyze/complete.el
|
|
(semantic-analyze-possible-completions):
|
|
* cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
|
|
(semantic-show-unmatched-syntax-mode)
|
|
(semantic-show-parser-state-mode, semantic-stickyfunc-mode)
|
|
(semantic-highlight-func-mode):
|
|
* cedet/semantic/util.el (semantic-describe-buffer):
|
|
* cedet/semantic/symref.el (semantic-symref-find-references-by-name)
|
|
(semantic-symref-find-tags-by-name)
|
|
(semantic-symref-find-tags-by-regexp)
|
|
(semantic-symref-find-tags-by-completion)
|
|
(semantic-symref-find-file-references-by-name)
|
|
(semantic-symref-find-text):
|
|
* cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
|
|
(senator-yank-tag):
|
|
* cedet/semantic/scope.el (semantic-calculate-scope):
|
|
* cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
|
|
* cedet/semantic/idle.el (semantic-idle-scheduler-mode)
|
|
(define-semantic-idle-service):
|
|
* cedet/semantic/complete.el (semantic-complete-analyze-inline)
|
|
(semantic-complete-analyze-inline-idle):
|
|
* cedet/semantic/analyze.el (semantic-analyze-current-context):
|
|
* cedet/mode-local.el (describe-mode-local-bindings)
|
|
(describe-mode-local-bindings-in-mode):
|
|
* cedet/ede/make.el (ede-make-check-version):
|
|
* cedet/ede/locate.el (ede-enable-locate-on-project):
|
|
* cedet/cedet-idutils.el (cedet-idutils-expand-filename)
|
|
(cedet-idutils-version-check):
|
|
* cedet/cedet-global.el (cedet-gnu-global-expand-filename)
|
|
(cedet-gnu-global-version-check):
|
|
* cedet/cedet-cscope.el (cedet-cscope-expand-filename)
|
|
(cedet-cscope-version-check): Use called-interactively-p instead
|
|
of interactive-p.
|
|
|
|
* cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
|
|
Use semantic-format-tag-prototype.
|
|
|
|
2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
|
|
|
|
* emulation/viper-cmd.el: Use viper-last-command-char instead of
|
|
last-command-char/last-command-event.
|
|
(viper-prefix-arg-value): Do correct conversion of event-char for
|
|
XEmacs.
|
|
|
|
* emulation/viper-util.el, emulation/viper.el:
|
|
Use viper-last-command-char instead of
|
|
last-command-char/last-command-event.
|
|
|
|
* ediff-init.el, ediff-mult.el, ediff-util.el:
|
|
Replace last-command-char and last-command-event
|
|
with (ediff-last-command-char) everywhere.
|
|
|
|
* ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
|
|
created in fundamental mode.
|
|
|
|
* ediff.el (ediff-version): Revert the change of interactive-p to
|
|
called-interactively-p.
|
|
|
|
2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
|
|
|
|
* progmodes/subword.el (subword-mode-map): Fix subword-mode-map
|
|
generation from word-movement command names.
|
|
|
|
2009-11-21 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* cedet/semantic/complete.el (semantic-complete-read-tag-engine)
|
|
(semantic-complete-jump-local, semantic-complete-jump):
|
|
Improve prompt string.
|
|
|
|
2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
|
|
|
|
* cus-start.el (all): Add native condition for font-use-system-font.
|
|
|
|
2009-11-21 Nathaniel Flath <flat0103@gmail.com>
|
|
|
|
* progmodes/cc-menus.el (cc-imenu-java-generic-expression):
|
|
Correct the patch from 2009-11-18. (Bug#3910)
|
|
|
|
2009-11-21 Alan Mackenzie <acm@muc.de>
|
|
|
|
* progmodes/cc-menus.el (cc-imenu-java-generic-expression):
|
|
Update to deal with modern Java constructs.
|
|
|
|
2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
|
|
|
|
* progmodes/subword.el: Rename from lisp/subword.el.
|
|
|
|
* subword.el: Rename to progmodes/subword.el.
|
|
|
|
* Makefile.in (ELCFILES): Adapt to subword.el move.
|
|
|
|
2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
|
|
Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
|
|
(bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
|
|
(bookmark-bmenu-show-filenames): Use push.
|
|
(bookmark-bmenu-hide-filenames): Use local var instead of
|
|
bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
|
|
(bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
|
|
(bookmark-bmenu-execute-deletions): Don't bother adding/removing the
|
|
filenames now that the bookmark names are always available.
|
|
|
|
2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
|
|
(bookmark-search-pattern): Move and leave unbound.
|
|
(bookmark-bmenu-mode-map): Change binding.
|
|
(bookmark-read-search-input): Simplify.
|
|
Don't use text-char-description. Don't error on non-char events.
|
|
(bookmark-filtered-alist-by-regexp-only): Remove by folding into the
|
|
only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
|
|
(bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
|
|
Use a local var for the timer.
|
|
(bookmark-bmenu-cancel-search): Remove by folding into the only caller
|
|
(i.e. bookmark-bmenu-search).
|
|
|
|
2009-11-21 Glenn Morris <rgm@gnu.org>
|
|
|
|
* mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
|
|
|
|
2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
|
|
|
|
* net/browse-url.el (browse-url-default-windows-browser):
|
|
Use cygstart for cygwin.
|
|
|
|
2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
|
|
|
|
* bookmark.el Formatting and doc fixes only:
|
|
(bookmark-search-delay): Shorten doc string to fit in 80 columns.
|
|
(bookmark-bmenu-search): Wrap to fit within 80 columns.
|
|
Minor grammar and punctuation fixes in doc string.
|
|
(bookmark-read-search-input): Adjust to fit within 80 columns.
|
|
|
|
2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
|
|
|
|
* progmodes/cc-cmds.el (c-forward-into-nomenclature)
|
|
(c-backward-into-nomenclature): Adapt to subword renaming.
|
|
|
|
* subword.el (subword-forward, subword-backward, subword-mark)
|
|
(subword-kill, subword-backward-kill, subword-transpose)
|
|
(subword-downcase, subword-upcase, subword-capitalize)
|
|
(subword-forward-internal, subword-backward-internal):
|
|
Rename from forward-subword, backward-subword, mark-subword,
|
|
kill-subword, backward-kill-subword, transpose-subwords,
|
|
downcase-subword, upcase-subword, capitalize-subword,
|
|
forward-subword-internal, backward-subword-internal.
|
|
|
|
2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
|
|
|
|
* bookmark.el (bookmark-search-delay, bookmark-search-prompt):
|
|
New options.
|
|
(bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
|
|
New vars.
|
|
(bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
|
|
(bookmark-bmenu-filter-alist-by-regexp)
|
|
(bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
|
|
(bookmark-bmenu-search): New command.
|
|
(bookmark-bmenu-mode-map): Bind it.
|
|
|
|
2009-11-20 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
|
|
|
|
* cedet/semantic/idle.el (define-semantic-idle-service)
|
|
(semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
|
|
|
|
2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
|
|
|
|
* progmodes/cc-cmds.el: declare-functioned forward-subword and
|
|
backward-subword to quit the byte-compiler.
|
|
|
|
* makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
|
|
|
|
* Makefile.in: Don't refer cc-subword.elc but subword.elc.
|
|
|
|
* progmodes/cc-cmds.el (c-update-modeline)
|
|
(c-forward-into-nomenclature, c-backward-into-nomenclature):
|
|
Refer to subword.el functions instead of cc-subword.el.
|
|
|
|
* progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
|
|
subword.el functions instead of cc-subword.el.
|
|
|
|
* progmodes/cc-subword.el: Rename to subword.el.
|
|
* subword.el: Rename from progmodes/cc-subword.el.
|
|
(subword-mode-map): Rename from c-subword-mode-map.
|
|
(subword-mode): Rename from c-subword-mode.
|
|
(global-subword-mode): New global minor mode.
|
|
(forward-subword): Rename from c-forward-subword.
|
|
(backward-subword): Rename from c-backward-subword.
|
|
(mark-subword): Rename from c-mark-subword.
|
|
(kill-subword): Rename from c-kill-subword.
|
|
(backward-kill-subword): Rename from c-backward-kill-subword.
|
|
(transpose-subwords): Rename from c-tranpose-subword.
|
|
(downcase-subword): Rename from c-downcase-subword.
|
|
(capitalize-subword): Rename from c-capitalize-subword.
|
|
(forward-subword-internal): Rename from c-forward-subword-internal.
|
|
(backward-subword-internal): Rename from c-backward-subword-internal.
|
|
|
|
2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* vc.el (vc-deduce-fileset): Allow non-state changing operations
|
|
from a dired buffer.
|
|
(vc-dired-deduce-fileset): New function.
|
|
(vc-root-diff, vc-print-root-log): Use it.
|
|
|
|
* vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
|
|
nil LIMIT argument to vc-print-log-internal.
|
|
|
|
2009-11-20 Glenn Morris <rgm@gnu.org>
|
|
|
|
* Makefile.in (ELCFILES): Regenerate.
|
|
|
|
2009-11-20 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* cedet/cedet.el (cedet-menu-map): Re-order menu items.
|
|
|
|
* cedet/semantic.el: Enable idle-mode menu items only if
|
|
global-semantic-idle-scheduler-mode is enabled.
|
|
(semantic-default-submodes): Doc fix.
|
|
|
|
* cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
|
|
When turning off, disable other idle modes.
|
|
|
|
2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
* calc/calc.el (calc-set-mode-line):
|
|
Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
|
|
(math-format-number): Rename `math-format-complement-signed' to
|
|
`math-format-twos-complement'.
|
|
|
|
* calc/calc-bin.el (math-format-twos-complement): Rename from
|
|
math-format-complement-signed.
|
|
(calc-radix): Rename `calc-complement-signed-mode' to
|
|
`calc-twos-complement-mode'.
|
|
(calc-octal-radix, calc-hex-radix): Add an argument for
|
|
two's complement.
|
|
|
|
* calc/calc-embed.el (calc-embedded-mode-vars):
|
|
Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
|
|
|
|
* calc/calc-ext.el (calc-init-extensions):
|
|
Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
|
|
(math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
|
|
|
|
* calc/calc-units.el (math-build-units-table-buffer):
|
|
Let `calc-twos-complement-mode' be nil.
|
|
|
|
* calc/calc-menu.el (calc-modes-menu): Clean up two's complement
|
|
entries.
|
|
|
|
* calc/calc-vec.el (calcFunc-vunpack):
|
|
* calc/calc-aent.el (calc-do-calc-eval):
|
|
* calc/calc-forms.el (math-format-date):
|
|
* calc/calc-graph.el (calc-graph-plot):
|
|
* calc/calc-math.el (math-use-emacs-fn):
|
|
* calc/calccomp.el (math-compose-expr):
|
|
Let `calc-twos-complement-mode' be nil.
|
|
|
|
2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* abbrev.el (abbrev-with-wrapper-hook): (re)move...
|
|
* simple.el (with-wrapper-hook): ...to here. Add argument `args'.
|
|
* minibuffer.el (completion-in-region-functions): New hook.
|
|
(completion-in-region): New function.
|
|
* emacs-lisp/lisp.el (lisp-complete-symbol):
|
|
* pcomplete.el (pcomplete-std-complete): Use it.
|
|
|
|
2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* textmodes/tex-mode.el (latex-complete-bibtex-cache)
|
|
(latex-complete-alist): New vars.
|
|
(latex-string-prefix-p, latex-complete-bibtex-keys)
|
|
(latex-complete-envnames, latex-complete-refkeys)
|
|
(latex-complete-data): New functions.
|
|
(latex-complete, latex-indent-or-complete): New commands.
|
|
|
|
* window.el (display-buffer-mark-dedicated): New var.
|
|
(display-buffer): Obey it.
|
|
* minibuffer.el (minibuffer-completion-help): Use it.
|
|
|
|
* progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
|
|
|
|
* filecache.el (file-cache-add-file): Use push and cons.
|
|
(file-cache-delete-file-regexp): Use push.
|
|
(file-cache-complete): Use completion-in-region.
|
|
|
|
* simple.el (with-wrapper-hook): Fix thinko.
|
|
|
|
* hfy-cmap.el (hfy-rgb-file): Use locate-file.
|
|
(htmlfontify-load-rgb-file): Remove unnused var `ff'.
|
|
Use with-current-buffer and string-to-number.
|
|
(hfy-fallback-colour-values): Use assoc-string.
|
|
* htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
|
|
(hfy-face-at): Remove unused var `found-face'.
|
|
(hfy-compile-stylesheet): Remove unused var `css'.
|
|
(hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
|
|
and `orig-buffer'.
|
|
(hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
|
|
Use with-current-buffer.
|
|
(hfy-text-p): Use expand-file-name and fewer setq.
|
|
|
|
2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
|
|
|
|
* htmlfontify.el, hfy-cmap.el: New files.
|
|
|
|
2009-11-19 Juri Linkov <juri@jurta.org>
|
|
|
|
* minibuffer.el (completions-format): New defcustom.
|
|
(completion--insert-strings): Implement vertical format.
|
|
|
|
* simple.el (switch-to-completions): Move point to the first
|
|
completion when point was at the beginning of the buffer.
|
|
|
|
2009-11-19 Juri Linkov <juri@jurta.org>
|
|
|
|
* find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
|
|
|
|
* progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
|
|
|
|
2009-11-19 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* mail/sendmail.el (mail-yank-prefix): Change default to "> ".
|
|
(mail-signature): Change default to t.
|
|
(mail-from-style): Deprecate `system-default' value.
|
|
(mail-insert-from-field): For default value of mail-from-style,
|
|
default to `angles' unless `angles' needs quoting and `parens'
|
|
does not.
|
|
(mail-citation-prefix-regexp): Use citation regexp from
|
|
message-mode.
|
|
|
|
2009-11-19 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
|
|
Set variables for computing the prompt for reading password.
|
|
|
|
2009-11-19 Glenn Morris <rgm@gnu.org>
|
|
|
|
* dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
|
|
|
|
* textmodes/flyspell.el (sgml-lexical-context): Declare.
|
|
|
|
* net/newst-treeview.el (newsticker-treeview-treewindow-width)
|
|
(newsticker-treeview-listwindow-height): Fix custom type.
|
|
|
|
2009-11-19 Kenichi Handa <handa@m17n.org>
|
|
|
|
* descr-text.el (describe-char-padded-string): Compose with TAB
|
|
only if there's a font for CH.
|
|
(describe-char): Fix the condition for detecting a trivial composition.
|
|
|
|
2009-11-18 Nathaniel Flath <flat0103@gmail.com>
|
|
|
|
* progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
|
|
more accurate version of the regexp. (Bug#3910)
|
|
|
|
2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
|
|
|
|
* vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
|
|
|
|
2009-11-18 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* font-setting.el (font-use-system-font): Declare for byte-compiler.
|
|
(font-setting-change-default-font): Fix typo in docstring.
|
|
|
|
2009-11-18 Alan Mackenzie <acm@muc.de>
|
|
|
|
* progmodes/cc-defs.el (c-version): Bump to 5.31.8.
|
|
|
|
2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
|
|
|
|
* font-setting.el (font-use-system-font): Move ...
|
|
|
|
* cus-start.el (all): ... to here.
|
|
|
|
2009-11-17 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
|
|
Don't set `ad-return-value' if `ad-do-it' doesn't.
|
|
|
|
* net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
|
|
modification time.
|
|
|
|
2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
|
|
|
|
* menu-bar.el: Put "Use system font" in Option-menu.
|
|
(menu-bar-options-save): Add font-use-system-font.
|
|
|
|
* loadup.el: If feature system-font-setting or font-render-setting is
|
|
there, load font-setting.
|
|
|
|
* Makefile.in (ELCFILES): Add font-settings.el.
|
|
* font-setting.el: New file.
|
|
|
|
2009-11-17 Glenn Morris <rgm@gnu.org>
|
|
|
|
* vc-svn.el (vc-svn-print-log): Fix typo in previous.
|
|
|
|
* net/newst-treeview.el (newsticker--treeview-list-update-faces):
|
|
Preserve point in the list buffer. (Bug#4939)
|
|
Use point-at-eol.
|
|
(newsticker--treeview-list-update-highlight)
|
|
(newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
|
|
|
|
2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
* calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
|
|
Remove.
|
|
|
|
* calc/calc-ext.el (calc-init-extensions): Remove references to
|
|
symclip.
|
|
|
|
* calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
|
|
|
|
* calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
|
|
* calc/calc-help.el (calc-b-prefix-help): Remove references to
|
|
`calc-symclip'.
|
|
|
|
2009-11-16 Kevin Ryde <user42@zip.com.au>
|
|
|
|
* textmodes/flyspell.el (sgml-mode-flyspell-verify):
|
|
Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
|
|
|
|
* emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
|
|
(lm-keywords-list): Allow comma-only separator like "foo,bar".
|
|
Ignore trailing spaces by omit-nulls to split-string (fixing
|
|
regression from Emacs 21 due to the incompatible split-string
|
|
change). (Bug #4928.)
|
|
|
|
2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* vc.el (vc-log-show-limit): Default to 2000.
|
|
(vc-print-log-internal): Insert buttons to request more entries
|
|
when limiting the output.
|
|
|
|
* vc-sccs.el (vc-sccs-print-log):
|
|
* vc-rcs.el (vc-rcs-print-log):
|
|
* vc-cvs.el (vc-cvs-print-log):
|
|
* vc-git.el (vc-git-print-log): Return 'limit-unsupported when
|
|
LIMIT is non-nil.
|
|
|
|
2009-11-16 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
|
|
error when `tramp-gvfs-dbus-event-vector' is set.
|
|
(tramp-gvfs-maybe-open-connection): Loop over `read-event'.
|
|
|
|
2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
|
|
|
|
2009-11-16 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/dbus.el (dbus-unregister-service): New defun.
|
|
(dbus-register-property): Register the handlers of
|
|
"org.freedesktop.DBus.Properties" for SERVICE.
|
|
(dbus-property-handler): Fix docstring.
|
|
|
|
2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-output-file-form):
|
|
Quote doc string reference in defvaralias as it is not in special form.
|
|
(byte-compile-output-docform): Doc fix.
|
|
|
|
2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
* calc/calc.el (math-2-word-size, math-half-2-word-size)
|
|
(calc-complement-signed-mode): New variables.
|
|
(calc-set-mode-line): Add indicator for twos-complements.
|
|
(math-format-number): Format twos-complement notation.
|
|
|
|
* calc/calc-bin.el (calc-word-size): Reset the variables
|
|
`math-2-word-size' and `math-half-2-word-size'.
|
|
(math-format-complement-signed, math-symclip, calcFunc-symclip)
|
|
(calc-symclip): New functions.
|
|
|
|
* calc/calc-aent.el (math-read-token): Read complement signed numbers.
|
|
|
|
* calc/calc-embed.el (calc-embedded-mode-vars):
|
|
Add `calc-complement-signed-mode' to the list of modes.
|
|
|
|
* calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
|
|
(calc-b-oper-keys): Add `calc-symclip' to list.
|
|
|
|
* calc/calc-ext.el (math-read-number-fancy): Read complement
|
|
signed numbers.
|
|
(calc-init-extensions): Add binding for `calc-symclip'.
|
|
Add autoload for `calcFunc-symclip' and `calc-symclip'.
|
|
|
|
* calc/calc-menu.el (calc-arithmetic-menu): Add item for
|
|
`calc-symclip'.
|
|
(calc-modes-menu): Add item for twos complement mode.
|
|
|
|
* calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
|
|
|
|
2009-11-15 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* register.el (jump-to-register, insert-register): Handle Semantic
|
|
tags. From commented-out advice in semantic/senator.el.
|
|
|
|
2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* vc.el (vc-log-show-limit): New variable.
|
|
(vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
|
|
when using a prefix argument.
|
|
(vc-print-log-internal): Add new argument LIMIT.
|
|
|
|
* vc-svn.el (vc-svn-print-log):
|
|
* vc-mtn.el (vc-mtn-print-log):
|
|
* vc-hg.el (vc-hg-print-log):
|
|
* vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
|
|
pass it to the log command when set. Make the BUFFER argument
|
|
non-optional.
|
|
|
|
* vc-sccs.el (vc-sccs-print-log):
|
|
* vc-rcs.el (vc-rcs-print-log):
|
|
* vc-git.el (vc-git-print-log):
|
|
* vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
|
|
ignore it. Make the BUFFER argument non-optional
|
|
|
|
* bindings.el (mode-line-buffer-identification): Do not purecopy.
|
|
|
|
2009-11-15 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* dired.el (dired-mode-map): Move encryption items to "Operate"
|
|
menu (Bug#4703).
|
|
|
|
* strokes.el (strokes-update-window-configuration): Make strokes
|
|
buffer current before erasing (Bug#4906).
|
|
|
|
* cedet/semantic/idle.el (semantic-idle-summary-mode)
|
|
(semantic-idle-summary-mode): Define using define-minor-mode
|
|
instead of define-semantic-idle-service.
|
|
(semantic-idle-summary-mode): New function.
|
|
(semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
|
|
that mouse motion does not reset the echo area.
|
|
|
|
2009-11-15 Juri Linkov <juri@jurta.org>
|
|
|
|
* simple.el (set-mark-default-inactive): Add :type, :group
|
|
and :version. (Bug#4876)
|
|
|
|
2009-11-15 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* arc-mode.el (archive-maybe-copy): Move creation of directory ...
|
|
(archive-unique-fname): ... here. (Bug#4929)
|
|
|
|
2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* help-mode.el (help-make-xrefs): Undo the last revert, and replace it
|
|
with a real fix.
|
|
|
|
* novice.el (disabled-command-function): Add useful args.
|
|
Setup the help buffer so that [back] works.
|
|
Remove redundant call to help-mode.
|
|
(disabled-command-function): Use `case'.
|
|
(en/disable-command): New function extracted from enable-command.
|
|
(enable-command, disable-command): Use it.
|
|
|
|
2009-11-14 Glenn Morris <rgm@gnu.org>
|
|
|
|
* menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
|
|
constants. (Bug#4913)
|
|
|
|
* emacs-lisp/elint.el (elint-standard-variables): Doc fix.
|
|
|
|
2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
|
|
|
|
* emacs-lisp/elint.el (elint-standard-variables): Add some variables
|
|
defined in C that have no doc-strings. (Bug#1063)
|
|
|
|
2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
|
|
|
|
* cus-edit.el (data, files):
|
|
* ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
|
|
|
|
2009-11-14 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* simple.el (shell-command): Doc fix (Bug#4891).
|
|
|
|
* help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
|
|
|
|
2009-11-14 Glenn Morris <rgm@gnu.org>
|
|
|
|
* emulation/viper.el (viper-set-hooks): Remove duplicate advice
|
|
statements for vc-diff, emerge-quit, and rmail-cease-edit.
|
|
If they are already loaded, eval-after-load will do the right thing.
|
|
|
|
* speedbar.el (top-level): Remove unnecessary load of ange-ftp when
|
|
compiling.
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
|
|
|
|
* simple.el (x-selection-owner-p): Declare.
|
|
(read-mail-command): Use custom radio type rather than choice.
|
|
(completion-no-auto-exit): Doc fix.
|
|
|
|
* custom.el (defgroup):
|
|
* epg-config.el (epg): Doc fixes.
|
|
|
|
2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* bindings.el (mode-line-buffer-identification): Purecopy only the string.
|
|
* international/ccl.el (define-ccl-program): Do not purecopy the
|
|
docstring, defconst does it anyway.
|
|
|
|
2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* add-log.el (add-change-log-entry): Avoid displaying the changelog
|
|
a second time.
|
|
|
|
* x-dnd.el (x-dnd-maybe-call-test-function):
|
|
* window.el (split-window-vertically):
|
|
* whitespace.el (whitespace-help-on):
|
|
* vc-rcs.el (vc-rcs-consult-headers):
|
|
* userlock.el (ask-user-about-lock-help)
|
|
(ask-user-about-supersession-help):
|
|
* type-break.el (type-break-force-mode-line-update):
|
|
* time-stamp.el (time-stamp-conv-warn):
|
|
* terminal.el (te-set-output-log, te-more-break, te-filter)
|
|
(te-sentinel,terminal-emulator):
|
|
* term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
|
|
(term-write-input-ring, term-check-source, term-start-output-log):
|
|
(term-display-buffer-line, term-dynamic-list-completions):
|
|
(term-ansi-make-term, serial-term):
|
|
* subr.el (selective-display):
|
|
* strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
|
|
(strokes-encode-buffer, strokes-xpm-for-compressed-string):
|
|
* speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
|
|
(speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
|
|
(speedbar-remove-localized-speedbar-support)
|
|
(speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
|
|
(speedbar-update-special-contents, speedbar-buffer-buttons-engine)
|
|
(speedbar-buffers-line-directory):
|
|
* simple.el (shell-command-on-region, append-to-buffer)
|
|
(prepend-to-buffer):
|
|
* shadowfile.el (shadow-save-todo-file):
|
|
* scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
|
|
(scroll-bar-maybe-set-window-start):
|
|
* sb-image.el (speedbar-image-dump):
|
|
* saveplace.el (save-place-alist-to-file, save-places-to-alist)
|
|
(load-save-place-alist-from-file):
|
|
* ps-samp.el (ps-print-message-from-summary):
|
|
* ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
|
|
(ps-background-image, ps-begin-job, ps-do-despool):
|
|
* ps-bdf.el (bdf-find-file, bdf-read-font-info):
|
|
* printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
|
|
(pr-ps-message-from-summary, pr-lpr-message-from-summary):
|
|
(pr-call-process, pr-file-list, pr-interface-save):
|
|
* novice.el (disabled-command-function)
|
|
(enable-command, disable-command):
|
|
* mouse.el (mouse-buffer-menu-alist):
|
|
* mouse-copy.el (mouse-kill-preserving-secondary):
|
|
* macros.el (kbd-macro-query):
|
|
* ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
|
|
* informat.el (batch-info-validate):
|
|
* ido.el (ido-copy-current-word, ido-initiate-auto-merge):
|
|
* hippie-exp.el (try-expand-dabbrev-visible):
|
|
* help-mode.el (help-make-xrefs):
|
|
* help-fns.el (describe-variable):
|
|
* generic-x.el (bat-generic-mode-run-as-comint):
|
|
* finder.el (finder-mouse-select):
|
|
* find-dired.el (find-dired-sentinel):
|
|
* filesets.el (filesets-file-close):
|
|
* files.el (list-directory):
|
|
* faces.el (list-faces-display, describe-face):
|
|
* facemenu.el (list-colors-display):
|
|
* ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
|
|
* epg.el (epg--process-filter, epg-cancel):
|
|
* epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
|
|
(epa--read-signature-type):
|
|
* emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
|
|
(emerge-file-names):
|
|
* ehelp.el (electric-helpify):
|
|
* ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
|
|
* ediff-vers.el (rcs-ediff-view-revision):
|
|
* ediff-util.el (ediff-setup):
|
|
* ediff-mult.el (ediff-append-custom-diff):
|
|
* ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
|
|
(ediff-wordify):
|
|
* echistory.el (Electric-command-history-redo-expression):
|
|
* dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
|
|
* disp-table.el (describe-display-table):
|
|
* dired.el (dired-find-buffer-nocreate):
|
|
* dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
|
|
* dabbrev.el (dabbrev--same-major-mode-p):
|
|
* chistory.el (list-command-history):
|
|
* apropos.el (apropos-documentation):
|
|
* allout.el (allout-obtain-passphrase):
|
|
(allout-copy-exposed-to-buffer):
|
|
(allout-verify-passphrase): Use with-current-buffer.
|
|
|
|
2009-11-13 Glenn Morris <rgm@gnu.org>
|
|
|
|
* Makefile.in (ELCFILES): Regenerate.
|
|
|
|
2009-11-13 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/dbus.el (dbus-registered-objects-table): Rename from
|
|
`dbus-registered-functions-table', because it contains also properties.
|
|
(dbus-unregister-object): Unregister also properties.
|
|
(dbus-get-property, dbus-set-property, dbus-get-all-properties):
|
|
Use a timeout of 500 msec, in order to not block.
|
|
(dbus-register-property, dbus-property-handler): New defuns.
|
|
|
|
2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* simple.el (minibuffer-default-add-completions): Drop deprecated
|
|
4th arg.
|
|
|
|
2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
|
|
|
|
* textmodes/artist.el (artist-mouse-choose-operation):
|
|
Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
|
|
menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
|
|
(artist-compute-up-event-key): New function.
|
|
(artist-mouse-choose-operation, artist-down-mouse-1): Call it.
|
|
|
|
2009-11-13 Kenichi Handa <handa@m17n.org>
|
|
|
|
* language/japan-util.el: Make sure that the value of jisx0208
|
|
property is jisx0208 character.
|
|
|
|
2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* international/mule.el (auto-coding-regexp-alist): Only purecopy
|
|
car or each item, not the whole list.
|
|
|
|
2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* minibuffer.el (minibuffer-completion-help):
|
|
Use minibuffer-hide-completions.
|
|
|
|
2009-11-12 Per Starbäck <per@starback.se> (tiny change)
|
|
|
|
* dired.el (dired-save-positions, dired-restore-positions): New funs.
|
|
(dired-revert): Use them (bug#4880).
|
|
|
|
2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* tooltip.el (tooltip-frame-parameters): Undo previous change.
|
|
|
|
2009-11-12 Juri Linkov <juri@jurta.org>
|
|
|
|
* ffap.el (ffap-alternate-file-other-window, ffap-literally):
|
|
New functions.
|
|
(find-file-literally-at-point): Alias of `ffap-literally'.
|
|
|
|
2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* textmodes/ispell.el (ispell-skip-region-alist):
|
|
* textmodes/css-mode.el (auto-mode-alist):
|
|
* progmodes/compile.el (auto-mode-alist):
|
|
* international/mule.el (ctext-non-standard-encodings-alist)
|
|
(ctext-non-standard-encodings-regexp):
|
|
* simple.el (shell-command-switch, text-read-only):
|
|
* replace.el (occur-mode-map):
|
|
* paths.el (rmail-file-name):
|
|
* jka-cmpr-hook.el (jka-compr-build-file-regexp):
|
|
* find-file.el (ff-special-constructs):
|
|
* files.el (file-name-handler-alist):
|
|
* composite.el: Purecopy strings.
|
|
|
|
* emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
|
|
|
|
2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* widget.el (define-widget): Purecopy the docstring.
|
|
* international/mule-cmds.el (charset): Do not purecopy the
|
|
docstring here, define-widget does it.
|
|
|
|
* textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
|
|
* textmodes/bibtex-style.el (auto-mode-alist):
|
|
* progmodes/inf-lisp.el (inferior-lisp-prompt):
|
|
* progmodes/compile.el (compile-command):
|
|
* language/korea-util.el (default-korean-keyboard):
|
|
* international/mule-conf.el (file-coding-system-alist):
|
|
* emacs-lisp/eldoc.el (eldoc-minor-mode-string):
|
|
* tooltip.el (tooltip-frame-parameters):
|
|
* newcomment.el (comment-end, comment-padding):
|
|
* dired.el (dired-trivial-filenames):
|
|
* comint.el (comint-file-name-prefix): Purecopy initial values.
|
|
|
|
2009-11-11 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp.el (tramp-advice-minibuffer-electric-separator)
|
|
(tramp-advice-minibuffer-electric-tilde): Unload advices via
|
|
`tramp-unload'.
|
|
(tramp-advice-make-auto-save-file-name)
|
|
(tramp-advice-file-expand-wildcards): Apply also `ad-activate'
|
|
after removing the advice.
|
|
|
|
2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* progmodes/grep.el (grep-regexp-alist):
|
|
* international/mule-cmds.el (iso-2022-control-alist):
|
|
* emacs-lisp/timer.el (timer-duration-words):
|
|
* subr.el (version-separator, version-regexp-alist):
|
|
* minibuffer.el (completion-styles-alist):
|
|
* faces.el (face-attribute-name-alist, list-faces-sample-text):
|
|
Change defvars to defconsts.
|
|
|
|
* Makefile.in (ELCFILES): Add international/mule-conf.elc.
|
|
* loadup.el ("international/mule-conf"): Load the byte compiled version.
|
|
* international/mule-conf.el: Allow to be byte compiled.
|
|
|
|
* international/mule.el (define-charset): Purecopy props.
|
|
(load-with-code-conversion): Purecopy doc string and file name.
|
|
(put-charset-property): Purecopy strings.
|
|
(auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
|
|
|
|
* international/mule-cmds.el (register-input-method): Purecopy arguments.
|
|
(define-char-code-property): Correctly purecopy the table.
|
|
|
|
* international/ccl.el (define-ccl-program): Purecopy the docstring.
|
|
|
|
* emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
|
|
|
|
* subr.el (add-hook): Purecopy strings.
|
|
(eval-after-load): Purecopy load-history-regexp and the form.
|
|
|
|
* custom.el (custom-declare-group): Purecopy load-file-name.
|
|
|
|
* subr.el (menu-bar-separator): New defconst.
|
|
* net/eudc.el (eudc-tools-menu):
|
|
* international/mule-cmds.el (set-coding-system-map)
|
|
(mule-menu-keymap):
|
|
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
|
|
* vc-hooks.el (vc-menu-map):
|
|
* replace.el (occur-mode-map):
|
|
* menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
|
|
(menu-bar-edit-menu, menu-bar-goto-menu)
|
|
(menu-bar-custom-menu, menu-bar-showhide-menu)
|
|
(menu-bar-options-menu, menu-bar-tools-menu)
|
|
(menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
|
|
(menu-bar-search-documentation-menu, menu-bar-manuals-menu)
|
|
(menu-bar-help-menu):
|
|
* ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
|
|
* buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
|
|
|
|
* term/x-win.el (x-gtk-stock-map):
|
|
* progmodes/vera-mode.el (auto-mode-alist):
|
|
* progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
|
|
(inferior-lisp-program, inferior-lisp-load-command):
|
|
* progmodes/hideshow.el (hs-special-modes-alist):
|
|
* progmodes/gud.el (same-window-regexps):
|
|
* progmodes/grep.el (grep-program, find-program, xargs-program):
|
|
* net/telnet.el (same-window-regexps):
|
|
* net/rlogin.el (same-window-regexps):
|
|
* language/ethiopic.el (font-ccl-encoder-alist):
|
|
* vc-sccs.el (vc-sccs-master-templates):
|
|
* vc-rcs.el (vc-rcs-master-templates):
|
|
* subr.el (cl-assertion-failed):
|
|
* simple.el (next-error-overlay-arrow-position):
|
|
* lpr.el (lpr-command):
|
|
* locate.el (locate-ls-subdir-switches):
|
|
* info.el (same-window-regexps, info)
|
|
(Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
|
|
* image-mode.el (image-mode, auto-mode-alist):
|
|
* hippie-exp.el (hippie-expand-ignore-buffers):
|
|
* format.el (format-alist):
|
|
* find-dired.el (find-ls-subdir-switches, find-grep-options)
|
|
(find-name-arg):
|
|
* facemenu.el (facemenu-keybindings):
|
|
* dired.el (dired-listing-switches, dired-chown-program):
|
|
* diff.el (diff-switches, diff-command):
|
|
* cus-edit.el (same-window-regexps):
|
|
* bindings.el (mode-line-mule-info)
|
|
(mode-line-buffer-identification): Purecopy strings.
|
|
|
|
2009-11-11 Juri Linkov <juri@jurta.org>
|
|
|
|
* simple.el (dired-get-filename)<declare-function>:
|
|
Tell the byte-compiler about dired-get-filename.
|
|
(shell-command): In Dired mode, get filename from the current line
|
|
as the default value.
|
|
|
|
2009-11-10 Glenn Morris <rgm@gnu.org>
|
|
|
|
* dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
|
|
* calendar/holidays.el, progmodes/cperl-mode.el:
|
|
Update x-popup-menu declarations.
|
|
|
|
* emacs-lisp/shadow.el (find-emacs-lisp-shadows)
|
|
(list-load-path-shadows): Use dolist.
|
|
(list-load-path-shadows): Use with-current-buffer.
|
|
|
|
2009-11-10 Juri Linkov <juri@jurta.org>
|
|
|
|
* minibuffer.el (read-file-name): Support a list of default values
|
|
in `default-filename'. Use the first file name where only one
|
|
element is required. Doc fix.
|
|
|
|
2009-11-09 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/dbus.el (dbus-unregister-object): Release service, if no
|
|
other method is registered for it.
|
|
|
|
2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
|
|
|
|
* bookmark.el (bookmark-completing-read): Sort bookmark names if
|
|
bookmark-sort-flag is non-nil (Bug#4653).
|
|
|
|
2009-11-08 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
|
|
the progress reporter entirely.
|
|
|
|
* emulation/cua-base.el: Add CUA property to some CC mode commands
|
|
(Bug#4100).
|
|
|
|
2009-11-08 Kevin Ryde <user42@zip.com.au>
|
|
|
|
* emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
|
|
at end of sentence (Bug#4818).
|
|
|
|
2009-11-08 Jared Finder <jfinder@crypticstudios.com>
|
|
|
|
* progmodes/compile.el (compilation-error-regexp-alist-alist):
|
|
Handle "see declaration of" MSFT statements (Bug#4100).
|
|
|
|
2009-11-08 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp.el (tramp-advice-make-auto-save-file-name)
|
|
(tramp-advice-file-expand-wildcards): Unload via
|
|
`ad-remove-advice'.
|
|
|
|
* net/trampver.el: Update release number.
|
|
|
|
2009-11-08 Kevin Ryde <user42@zip.com.au>
|
|
|
|
* net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
|
|
`ad-do-it'.
|
|
|
|
2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
|
|
|
|
* net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
|
|
in order to keep context in SELinux.
|
|
|
|
2009-11-08 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* dired-aux.el (dired-query): Place cursor in echo area and allow
|
|
C-g.
|
|
|
|
* dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
|
|
menu item if not on a directory (Bug#4701).
|
|
|
|
2009-11-07 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
Sync with Tramp 2.1.17.
|
|
|
|
* net/tramp.el (tramp-handle-copy-directory): Don't use
|
|
`file-remote-p' (due to compatibility).
|
|
|
|
* net/tramp-compat.el (tramp-compat-copy-directory)
|
|
(tramp-compat-delete-directory): New defuns.
|
|
|
|
* net/tramp-fish.el (tramp-fish-handle-delete-directory):
|
|
* net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
|
|
`tramp-compat-delete-directory'.
|
|
|
|
* net/tramp-smb.el (tramp-smb-handle-copy-directory)
|
|
(tramp-smb-handle-delete-directory ): Use
|
|
`tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
|
|
|
|
* net/trampver.el: Update release number.
|
|
|
|
2009-11-07 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* tar-mode.el (tar-copy): Call write-region on the right buffer
|
|
(Bug#4857).
|
|
|
|
* mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
|
|
by hand, if necessary (Bug#4878).
|
|
|
|
2009-11-06 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* buff-menu.el (Buffer-menu-buffer+size): Use display property to
|
|
align size column (Bug#4839).
|
|
|
|
* emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
|
|
statement.
|
|
|
|
2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* progmodes/ld-script.el (auto-mode-alist):
|
|
* vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
|
|
|
|
* cus-face.el (custom-declare-face): Purecopy face spec.
|
|
|
|
2009-11-06 Kenichi Handa <handa@m17n.org>
|
|
|
|
* international/uni-bidi.el: Re-generated.
|
|
* international/uni-category.el: Re-generated.
|
|
* international/uni-combining.el: Re-generated.
|
|
* international/uni-mirrored.el: Re-generated.
|
|
|
|
2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* textmodes/tex-mode.el (tex-alt-dvi-print-command)
|
|
(tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
|
|
(tex-start-options, slitex-run-command, latex-run-command)
|
|
(tex-run-command, tex-directory):
|
|
* textmodes/ispell.el (ispell-html-skip-alists)
|
|
(ispell-tex-skip-alists, ispell-tex-skip-alists):
|
|
* textmodes/fill.el (adaptive-fill-first-line-regexp):
|
|
(adaptive-fill-regexp):
|
|
* textmodes/dns-mode.el (auto-mode-alist):
|
|
* progmodes/python.el (interpreter-mode-alist):
|
|
* progmodes/etags.el (tags-compression-info-list):
|
|
* progmodes/etags.el (tags-file-name):
|
|
* net/browse-url.el (browse-url-galeon-program)
|
|
(browse-url-firefox-program):
|
|
* mail/sendmail.el (mail-signature-file)
|
|
(mail-citation-prefix-regexp):
|
|
* international/mule-conf.el (eight-bit):
|
|
* international/latexenc.el (latex-inputenc-coding-alist):
|
|
* international/fontset.el (x-pixel-size-width-font-regexp):
|
|
* emacs-lisp/warnings.el (warning-type-format):
|
|
* emacs-lisp/trace.el (trace-buffer):
|
|
* emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
|
|
(emacs-lisp-mode-map):
|
|
* calendar/holidays.el (holiday-solar-holidays)
|
|
(holiday-bahai-holidays, holiday-islamic-holidays)
|
|
(holiday-christian-holidays, holiday-hebrew-holidays)
|
|
(hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
|
|
(hebrew-holidays-1, holiday-oriental-holidays)
|
|
(holiday-general-holidays):
|
|
* x-dnd.el (x-dnd-known-types):
|
|
* tool-bar.el (tool-bar):
|
|
* startup.el (site-run-file):
|
|
* shell.el (shell-dumb-shell-regexp):
|
|
* rfn-eshadow.el (file-name-shadow-tty-properties)
|
|
(file-name-shadow-properties):
|
|
* paths.el (remote-shell-program, news-directory):
|
|
* mouse.el ([C-down-mouse-3]):
|
|
* menu-bar.el (menu-bar-tools-menu):
|
|
* jka-cmpr-hook.el (jka-compr-load-suffixes)
|
|
(jka-compr-mode-alist-additions, jka-compr-compression-info-list)
|
|
(jka-compr-compression-info-list):
|
|
* isearch.el (search-whitespace-regexp):
|
|
* image-file.el (image-file-name-extensions):
|
|
* find-dired.el (find-ls-option):
|
|
* files.el (directory-listing-before-filename-regexp)
|
|
(directory-free-space-args, insert-directory-program)
|
|
(list-directory-brief-switches, magic-fallback-mode-alist)
|
|
(magic-fallback-mode-alist, auto-mode-interpreter-regexp)
|
|
(automount-dir-prefix):
|
|
* faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
|
|
(x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
|
|
(face-font-registry-alternatives, face-font-registry-alternatives)
|
|
(face-font-family-alternatives):
|
|
* facemenu.el (facemenu-add-new-face, facemenu-background-menu)
|
|
(facemenu-foreground-menu, facemenu-face-menu):
|
|
* epa-hook.el (epa-file-name-regexp):
|
|
* dnd.el (dnd-protocol-alist):
|
|
* textmodes/rst.el (auto-mode-alist):
|
|
* button.el (default-button): Purecopy strings.
|
|
|
|
2009-11-06 Glenn Morris <rgm@gnu.org>
|
|
|
|
* Makefile.in (ELCFILES): Update.
|
|
|
|
2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* emacs-lisp/lucid.el: Move to obsolete/lucid.el.
|
|
* emacs-lisp/levents.el: Move to obsolete/levents.el.
|
|
|
|
* nxml/xsd-regexp.el (xsdre-gen-categories):
|
|
* nxml/xmltok.el (xmltok-parse-entity):
|
|
* nxml/rng-parse.el (rng-parse-validate-file):
|
|
* nxml/rng-maint.el (rng-format-manual)
|
|
(rng-manual-output-force-new-line):
|
|
* nxml/rng-loc.el (rng-save-schema-location-1):
|
|
* nxml/rng-cmpct.el (rng-c-parse-file):
|
|
* nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
|
|
* nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
|
|
|
|
2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
|
|
|
|
* verilog-mode.el (verilog-getopt-file, verilog-set-define):
|
|
Remove extra save-excursions and make-variable-buffer-local's.
|
|
Suggested by Stefan Monnier.
|
|
|
|
(verilog-getopt-file, verilog-module-inside-filename-p)
|
|
(verilog-set-define): Merge GNU 1.35 and repair changes from
|
|
switching to using with-current-buffer.
|
|
|
|
(verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
|
|
being treated as a number and confusing AUTORESET.
|
|
Reported by Dan Dever.
|
|
|
|
(verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
|
|
Add verilog-auto-ignore-concat to fix backward compatibility with
|
|
older verilog-modes. Reported by Dan Katz.
|
|
|
|
(verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
|
|
containing closing anchors "...$".
|
|
|
|
(verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
|
|
Reported by Wade Smith.
|
|
|
|
(verilog-batch-execute-func) Comment on function usage.
|
|
|
|
2009-11-05 Michael McNamara <mac@mail.brushroad.com>
|
|
|
|
* verilog-mode.el (verilog-label-re): Fix regular expression for
|
|
labels.
|
|
|
|
(verilog-label-re, verilog-calc-1): Support proper indent of named
|
|
asserts.
|
|
|
|
(verilog-backward-token, verilog-basic-complete-re)
|
|
(verilog-beg-of-statement, verilog-indent-re): Support proper
|
|
indent of the assert statement at the beginning of a block of text.
|
|
|
|
(verilog-beg-block-re, verilog-ovm-begin-re): Support the
|
|
`ovm_object_param_utils_begin and `ovm_component_param_utils_begin
|
|
tokens as begins.
|
|
|
|
2009-11-05 Glenn Morris <rgm@gnu.org>
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
|
|
Emacs 19. (Bug#1531)
|
|
(byte-compile-fix-header): Update for the above change.
|
|
Drop test for epoch::version.
|
|
|
|
* emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
|
|
* cus-dep.el (custom-make-dependencies):
|
|
* finder.el (finder-compile-keywords):
|
|
Use autoload-rubric's feature argument.
|
|
|
|
* calendar/diary-lib.el (top-level): Make load behave more like require.
|
|
|
|
* vc-git.el (vc-git-stash-map): Move definition before use.
|
|
|
|
2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* custom.el (custom-declare-group): Purecopy standard-value.
|
|
(custom-declare-group): Purecopy custom-prefix.
|
|
|
|
* international/mule.el (load-with-code-conversion):
|
|
Call do-after-load-evaluation unconditionally.
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
|
|
|
|
2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* descr-text.el: Require help-mode rather than help-fns (bug#4861).
|
|
|
|
2009-11-04 Glenn Morris <rgm@gnu.org>
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
|
|
(byte-compile-compatibility): Remove option.
|
|
(byte-compile-close-variables, byte-compile-fix-header)
|
|
(byte-compile-insert-header, byte-compile-output-docform)
|
|
(byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
|
|
(byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
|
|
(byte-compile-list, byte-compile-concat, byte-compile-function-form)
|
|
(byte-compile-insert, byte-compile-defun):
|
|
Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
|
|
(byte-defop-compiler19): Remove.
|
|
Without byte-compile-compatibility, the 'emacs19-opcode property is not
|
|
used by anything. Replace all calls with byte-defop-compiler.
|
|
|
|
2009-11-04 Juri Linkov <juri@jurta.org>
|
|
|
|
* menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
|
|
(menu-bar-options-menu): Don't quote the `prop' arg of
|
|
`menu-bar-make-mm-toggle'.
|
|
|
|
2009-11-04 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* calendar/calendar.el (cal-loaddefs):
|
|
* calendar/diary-lib.el (diary-loaddefs):
|
|
* calendar/holidays.el (hol-loaddefs):
|
|
* eshell/esh-module.el (esh-groups): Load rather than require.
|
|
|
|
2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* calendar/todo-mode.el (todo-add-category): Don't hardcode
|
|
point-min==1.
|
|
(todo-top-priorities): Only display-buffer when called interactively.
|
|
(todo-item-start): Don't save excursion point.
|
|
(todo-item-end): Be slightly more careful. Add `include-sep' arg.
|
|
(todo-insert-item-here, todo-file-item, todo-remove-item):
|
|
Adjust uses of todo-item-start and todo-item-end.
|
|
|
|
* emacs-lisp/autoload.el (generated-autoload-feature): Remove.
|
|
(autoload-rubric): Don't use any more.
|
|
* cedet/semantic/fw.el (semantic/loaddefs):
|
|
* cedet/srecode.el (srecode/loaddefs):
|
|
* cedet/ede.el (ede/loaddefs): Load rather than require.
|
|
* cedet/ede/cpp-root.el:
|
|
* cedet/ede/emacs.el:
|
|
* cedet/ede/files.el:
|
|
* cedet/ede/linux.el:
|
|
* cedet/ede/locate.el:
|
|
* cedet/ede/make.el:
|
|
* cedet/ede/shell.el:
|
|
* cedet/ede/speedbar.el:
|
|
* cedet/ede/system.el:
|
|
* cedet/ede/util.el:
|
|
* cedet/semantic/analyze.el:
|
|
* cedet/semantic/bovine.el:
|
|
* cedet/semantic/complete.el:
|
|
* cedet/semantic/ctxt.el:
|
|
* cedet/semantic/db-file.el:
|
|
* cedet/semantic/db-find.el:
|
|
* cedet/semantic/db-global.el:
|
|
* cedet/semantic/db-mode.el:
|
|
* cedet/semantic/db-typecache.el:
|
|
* cedet/semantic/db.el:
|
|
* cedet/semantic/debug.el:
|
|
* cedet/semantic/dep.el:
|
|
* cedet/semantic/doc.el:
|
|
* cedet/semantic/edit.el:
|
|
* cedet/semantic/find.el:
|
|
* cedet/semantic/format.el:
|
|
* cedet/semantic/html.el:
|
|
* cedet/semantic/ia-sb.el:
|
|
* cedet/semantic/ia.el:
|
|
* cedet/semantic/idle.el:
|
|
* cedet/semantic/lex-spp.el:
|
|
* cedet/semantic/lex.el:
|
|
* cedet/semantic/mru-bookmark.el:
|
|
* cedet/semantic/scope.el:
|
|
* cedet/semantic/senator.el:
|
|
* cedet/semantic/sort.el:
|
|
* cedet/semantic/symref.el:
|
|
* cedet/semantic/tag-file.el:
|
|
* cedet/semantic/tag-ls.el:
|
|
* cedet/semantic/tag-write.el:
|
|
* cedet/semantic/tag.el:
|
|
* cedet/semantic/util-modes.el:
|
|
* cedet/semantic/analyze/complete.el:
|
|
* cedet/semantic/analyze/refs.el:
|
|
* cedet/semantic/bovine/c.el:
|
|
* cedet/semantic/bovine/gcc.el:
|
|
* cedet/semantic/bovine/make.el:
|
|
* cedet/semantic/bovine/scm.el:
|
|
* cedet/semantic/decorate/include.el:
|
|
* cedet/semantic/decorate/mode.el:
|
|
* cedet/semantic/symref/cscope.el:
|
|
* cedet/semantic/symref/global.el:
|
|
* cedet/semantic/symref/grep.el:
|
|
* cedet/semantic/symref/idutils.el:
|
|
* cedet/semantic/symref/list.el:
|
|
* cedet/semantic/wisent/java-tags.el:
|
|
* cedet/semantic/wisent/javascript.el:
|
|
* cedet/srecode/compile.el:
|
|
* cedet/srecode/cpp.el:
|
|
* cedet/srecode/document.el:
|
|
* cedet/srecode/el.el:
|
|
* cedet/srecode/expandproto.el:
|
|
* cedet/srecode/getset.el:
|
|
* cedet/srecode/insert.el:
|
|
* cedet/srecode/java.el:
|
|
* cedet/srecode/map.el:
|
|
* cedet/srecode/mode.el:
|
|
* cedet/srecode/template.el:
|
|
* cedet/srecode/texi.el: Remove the file-local setting of
|
|
generated-autoload-feature.
|
|
|
|
* emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
|
|
and only put a prop if it is non-nil.
|
|
|
|
2009-11-03 Juri Linkov <juri@jurta.org>
|
|
|
|
* menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
|
|
(menu-bar-options-menu): Fix list quoting (Bug#4429).
|
|
|
|
* buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
|
|
and "Menu" to make top-level menu item visually one unit (like
|
|
it's done for "Lisp-Interaction", "Emacs-Lisp" and other
|
|
multi-word menu items). Fix :help string for quit-window.
|
|
|
|
2009-11-03 Glenn Morris <rgm@gnu.org>
|
|
|
|
* cedet/mode-local.el (with-mode-local): Doc fix.
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
|
|
(byte-compile-file-form-define-abbrev-table)
|
|
(byte-compile-file-form-custom-declare-variable)
|
|
(byte-compile-variable-ref, byte-compile-defvar):
|
|
Whether or not a warning is enabled should only affect whether we issue
|
|
the warning, not whether or not we collect the relevant data.
|
|
Eg warnings can be turned on and off throughout the course of a file.
|
|
|
|
* eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
|
|
(eshell-handle-ansi-color): ... Rather than requiring ansi-color.
|
|
|
|
2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
|
|
* play/mpuz.el (mpuz-create-buffer):
|
|
* play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
|
|
(lm-print-y,s,noise, lm-print-w0, lm-init):
|
|
* play/gomoku.el (gomoku-prompt-for-move):
|
|
* play/fortune.el (fortune-in-buffer):
|
|
* play/dissociate.el (dissociated-press):
|
|
* play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
|
|
(decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
|
|
* mail/supercite.el (sc-eref-show):
|
|
* mail/smtpmail.el (smtpmail-send-it):
|
|
* mail/rmailsum.el (rmail-summary-next-labeled-message)
|
|
(rmail-summary-previous-labeled-message, rmail-summary-wipe)
|
|
(rmail-summary-undelete-many, rmail-summary-rmail-update)
|
|
(rmail-summary-goto-msg, rmail-summary-expunge)
|
|
(rmail-summary-get-new-mail, rmail-summary-search-backward)
|
|
(rmail-summary-add-label, rmail-summary-output-menu)
|
|
(rmail-summary-output-body):
|
|
* mail/rfc822.el (rfc822-addresses):
|
|
* mail/reporter.el (reporter-dump-variable, reporter-dump-state):
|
|
* mail/mailpost.el (post-mail-send-it):
|
|
* mail/hashcash.el (hashcash-generate-payment):
|
|
* mail/feedmail.el (feedmail-run-the-queue)
|
|
(feedmail-queue-send-edit-prompt-help-first)
|
|
(feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
|
|
(feedmail-deduce-address-list):
|
|
* eshell/esh-ext.el (eshell-remote-command):
|
|
* eshell/em-unix.el (eshell-occur-mode-mouse-goto):
|
|
* emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
|
|
(viper-wildcard-to-regexp, viper-glob-mswindows-files)
|
|
(viper-save-string-in-file, viper-valid-marker):
|
|
* emulation/viper-keym.el (viper-toggle-key):
|
|
* emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
|
|
(ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
|
|
(ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
|
|
* emulation/viper-cmd.el (viper-exec-form-in-vi)
|
|
(viper-exec-form-in-emacs, viper-brac-function):
|
|
* emulation/viper.el (viper-delocalize-var):
|
|
* emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
|
|
(vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
|
|
(vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
|
|
(ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
|
|
* emulation/vi.el (vi-switch-mode, vi-ex-cmd):
|
|
* emulation/edt.el (edt-electric-helpify):
|
|
* emulation/cua-rect.el (cua--rectangle-aux-replace):
|
|
* emulation/cua-gmrk.el (cua--insert-at-global-mark)
|
|
(cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
|
|
(cua-indent-to-global-mark-column):
|
|
* calendar/diary-lib.el (calendar-mark-1):
|
|
* calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
|
|
Use with-current-buffer.
|
|
* emulation/viper.el (viper-delocalize-var): Use dolist.
|
|
|
|
2009-11-03 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* comint.el (comint-replace-by-expanded-history-before-point):
|
|
Replace !! with the previous input string literally (Bug#1795).
|
|
|
|
2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
* calc/calc-forms.el (calc-date-notation): Allow a "blank string"
|
|
to be made up of whitespace.
|
|
|
|
2009-11-02 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* minibuffer.el (read-file-name): Don't use file dialogs for
|
|
remote directories (Bug#99).
|
|
|
|
2009-11-01 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
|
|
|
|
2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
|
|
|
|
* view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
|
|
instead of deleting the window or frame.
|
|
|
|
2009-10-31 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
|
|
Support face colors.
|
|
|
|
* textmodes/tex-mode.el (tex-facemenu-add-face-function):
|
|
New function. Support face colors (Bug#1168).
|
|
(tex-common-initialization): Use it.
|
|
|
|
* facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
|
|
mode allows it (Bug#1168).
|
|
|
|
2009-10-31 Juri Linkov <juri@jurta.org>
|
|
|
|
* facemenu.el (list-colors-display): Don't mark buffer as
|
|
modified (Bug#3948).
|
|
|
|
2009-10-31 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* international/mule-diag.el (list-character-sets-1): Minor
|
|
message fix (Bug#3526).
|
|
|
|
* progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
|
|
face property (Bug#4834).
|
|
(etags-list-tags, etags-tags-apropos-additional)
|
|
(etags-tags-apropos, tags-select-tags-table): Add follow-link
|
|
property.
|
|
|
|
* menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
|
|
items.
|
|
|
|
* cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
|
|
items.
|
|
|
|
* cedet/ede.el (ede-minor-mode):
|
|
* cedet/semantic.el (semantic-mode): Toggle menu separators.
|
|
|
|
2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* textmodes/two-column.el (2C-split):
|
|
* textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
|
|
* textmodes/tex-mode.el (tex-set-buffer-directory):
|
|
* textmodes/spell.el (spell-region, spell-string):
|
|
* textmodes/reftex.el (reftex-erase-buffer):
|
|
(reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
|
|
* textmodes/reftex-toc.el (reftex-toc-promote-action):
|
|
* textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
|
|
(reftex-select-item):
|
|
* textmodes/reftex-ref.el (reftex-label-info-update)
|
|
(reftex-offer-label-menu):
|
|
* textmodes/reftex-index.el (reftex-index-change-entry)
|
|
(reftex-index-phrases-info):
|
|
* textmodes/reftex-global.el (reftex-create-tags-file)
|
|
(reftex-save-all-document-buffers, reftex-ensure-write-access):
|
|
* textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
|
|
(reftex-view-crossref-from-bibtex):
|
|
* textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
|
|
(reftex-extract-bib-entries-from-thebibliography)
|
|
(reftex-all-used-citation-keys, reftex-create-bibtex-file):
|
|
* textmodes/refbib.el (r2b-capitalize-title):
|
|
(r2b-convert-buffer, r2b-help):
|
|
* textmodes/page-ext.el (pages-directory)
|
|
(pages-directory-goto-with-mouse):
|
|
* textmodes/bibtex.el (bibtex-validate-globally):
|
|
* textmodes/bib-mode.el (bib-capitalize-title):
|
|
* textmodes/artist.el (artist-clear-buffer, artist-system):
|
|
* progmodes/xscheme.el (global-set-scheme-interaction-buffer):
|
|
(local-set-scheme-interaction-buffer, xscheme-process-filter)
|
|
(verify-xscheme-buffer, xscheme-enter-interaction-mode)
|
|
(xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
|
|
(xscheme-send-control-g-interrupt, xscheme-start-process)
|
|
(xscheme-process-sentinel, xscheme-cd):
|
|
* progmodes/verilog-mode.el (verilog-read-always-signals)
|
|
(verilog-set-define, verilog-getopt-file)
|
|
(verilog-module-inside-filename-p):
|
|
* progmodes/sh-script.el:
|
|
* progmodes/python.el (python-pdbtrack-get-source-buffer)
|
|
(python-pdbtrack-grub-for-buffer, python-execute-file):
|
|
* progmodes/octave-inf.el (inferior-octave):
|
|
* progmodes/idlwave.el (idlwave-scan-user-lib-files)
|
|
(idlwave-shell-compile-helper-routines, idlwave-set-local)
|
|
(idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
|
|
(idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
|
|
(idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
|
|
* progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
|
|
(idlwave-shell-filter, idlwave-shell-examine-highlight)
|
|
(idlwave-shell-sentinel, idlwave-shell-filter-directory)
|
|
(idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
|
|
(idlwave-shell-examine-display, idlwave-shell-run-region)
|
|
(idlwave-shell-filter-bp, idlwave-shell-save-and-action)
|
|
(idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
|
|
* progmodes/idlw-help.el (idlwave-help-get-special-help)
|
|
(idlwave-help-get-help-buffer):
|
|
* progmodes/gud.el (gud-basic-call, gud-find-class)
|
|
(gud-tooltip-activate-mouse-motions-if-enabled):
|
|
* progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
|
|
* progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
|
|
(ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
|
|
(ebrowse-tags-next-file):
|
|
* progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
|
|
(ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
|
|
(ebnf-eps-finish-and-write):
|
|
* progmodes/cpp.el (cpp-edit-save):
|
|
* progmodes/cperl-mode.el (cperl-pod-to-manpage):
|
|
* progmodes/cc-defs.el (c-emacs-features):
|
|
* progmodes/antlr-mode.el (antlr-invalidate-context-cache)
|
|
(antlr-directory-dependencies):
|
|
* progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
|
|
(ada-run-application, ada-find-in-src-path, ada-goto-parent)
|
|
(ada-find-any-references, ada-make-filename-from-adaname)
|
|
(ada-make-body-gnatstub):
|
|
* obsolete/rnews.el (news-list-news-groups):
|
|
* obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
|
|
* obsolete/iso-acc.el (iso-acc-minibuf-setup):
|
|
* net/rcirc.el (rcirc-debug):
|
|
* net/newst-treeview.el (newsticker--treeview-list-add-item)
|
|
(newsticker--treeview-list-clear, newsticker-treeview-browse-url)
|
|
(newsticker--treeview-list-update-faces, newsticker-treeview-save)
|
|
(newsticker--treeview-item-show-text, newsticker--treeview-item-show)
|
|
(newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
|
|
(newsticker-treeview-show-item, newsticker--treeview-unfold-node)
|
|
(newsticker--treeview-list-clear-highlight)
|
|
(newsticker--treeview-list-update-highlight)
|
|
(newsticker--treeview-list-highlight-start)
|
|
(newsticker--treeview-tree-update-highlight)
|
|
(newsticker--treeview-get-selected-item)
|
|
(newsticker-treeview-mark-list-items-old)
|
|
(newsticker--treeview-set-current-node):
|
|
* net/newst-plainview.el (newsticker--buffer-set-uptodate):
|
|
* net/newst-backend.el (newsticker--get-news-by-funcall)
|
|
(newsticker--get-news-by-wget, newsticker--image-get)
|
|
(newsticker--image-sentinel):
|
|
* net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
|
|
* net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
|
|
(eudc-ph-close-session):
|
|
* net/eudc.el (eudc-save-options):
|
|
* language/thai-word.el (thai-update-word-table):
|
|
* language/japan-util.el (japanese-string-conversion):
|
|
* international/titdic-cnv.el (tsang-quick-converter)
|
|
(ziranma-converter, ctlau-converter):
|
|
* international/mule-cmds.el (describe-language-environment):
|
|
* international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
|
|
(skkdic-convert-postfix, skkdic-convert-prefix):
|
|
(skkdic-convert-okuri-nasi, skkdic-convert):
|
|
* emacs-lisp/re-builder.el (reb-update-overlays):
|
|
* emacs-lisp/pp.el (pp-to-string, pp-display-expression):
|
|
* emacs-lisp/gulp.el (gulp-send-requests):
|
|
* emacs-lisp/find-gc.el (trace-call-tree):
|
|
* emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
|
|
(eieio-describe-generic):
|
|
* emacs-lisp/eieio-base.el (eieio-persistent-read):
|
|
* emacs-lisp/edebug.el (edebug-outside-excursion):
|
|
* emacs-lisp/debug.el (debugger-make-xrefs):
|
|
* emacs-lisp/cust-print.el (custom-prin1-to-string):
|
|
* emacs-lisp/chart.el (chart-new-buffer):
|
|
* emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
|
|
Use with-current-buffer.
|
|
* textmodes/artist.el (artist-system): Don't call
|
|
copy-sequence on a fresh string.
|
|
* progmodes/idlw-shell.el (easymenu setup): Use dolist.
|
|
|
|
2009-10-31 Stephen Berman <stephen.berman@gmx.net>
|
|
|
|
* calendar/todo-mode.el (todo-edit-item): Signal an error if there
|
|
is no item to edit. (Bug#4820)
|
|
(todo-top-priorities): Restore point and restore narrowing in Todo
|
|
buffer. (Bug#4820)
|
|
|
|
2009-10-31 Glenn Morris <rgm@gnu.org>
|
|
|
|
* net/ange-ftp.el (top-level): Don't require dired when compiling.
|
|
(comint-last-output-start, comint-last-input-start)
|
|
(comint-last-input-end): Don't defvar when compiling.
|
|
(ange-ftp-process-file): Use bound-and-true-p.
|
|
|
|
* pcmpl-rpm.el (top-level): Move provide statement to end.
|
|
(pcmpl-rpm): Remove unused custom group.
|
|
|
|
* pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
|
|
|
|
* mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-warning-types)
|
|
(byte-compile-warnings): Add `constants' as an option.
|
|
(byte-compile-callargs-warn, byte-compile-arglist-warn)
|
|
(display-call-tree): Update for byte-compile-fdefinition possibly
|
|
returning `(macro lambda ...)'. (Bug#4778)
|
|
(byte-compile-variable-ref, byte-compile-setq-default):
|
|
Respect `constants' member of byte-compile-warnings.
|
|
|
|
* cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
|
|
Use mapc rather than mapcar because the return value is never used.
|
|
|
|
* cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
|
|
* cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
|
|
* cedet/semantic/html.el:
|
|
Suppress harmless warnings about setting up semantic-imenu (not
|
|
part of Emacs) variables.
|
|
|
|
2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* vc-bzr.el (vc-bzr-revision-keywords): New var.
|
|
(vc-bzr-revision-completion-table): Use it to fix completion of "s:"
|
|
to "submit:".
|
|
|
|
* cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
|
|
* cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
|
|
* cedet/semantic/symref/grep.el (semantic-symref-perform-search):
|
|
* cedet/semantic/bovine/gcc.el (semantic-gcc-query):
|
|
* cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
|
|
* cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
|
|
(semantic-analyzer-debug-global-symbol)
|
|
(semantic-analyzer-debug-missing-innertype)
|
|
(semantic-analyzer-debug-insert-include-summary):
|
|
* cedet/semantic/util.el (semantic-file-tag-table):
|
|
(semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
|
|
(semantic-recursive-find-nonterminal-by-name):
|
|
* cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
|
|
* cedet/semantic/tag-file.el (semantic-prototype-file):
|
|
* cedet/semantic/symref.el (semantic-symref-parse-tool-output):
|
|
* cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
|
|
* cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
|
|
* cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
|
|
(semantic-idle-summary-maybe-highlight):
|
|
* cedet/semantic/ia-sb.el (semantic-ia-speedbar)
|
|
(semantic-ia-sb-tag-info):
|
|
* cedet/semantic/grammar.el (semantic-analyze-possible-completions):
|
|
* cedet/semantic/find.el (semantic-brute-find-tag-by-position):
|
|
* cedet/semantic/ede-grammar.el (project-compile-target):
|
|
(ede-proj-makefile-insert-variables):
|
|
* cedet/semantic/debug.el (semantic-debug-set-parser-location):
|
|
(semantic-debug-set-source-location, semantic-debug-interface-layout)
|
|
(semantic-debug-mode, semantic-debug):
|
|
* cedet/semantic/db.el (semanticdb-needs-refresh-p):
|
|
* cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
|
|
* cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
|
|
* cedet/semantic/db-find.el (semanticdb-find-log-new-search)
|
|
(semanticdb-find-translate-path-includes--internal)
|
|
(semanticdb-reset-log, semanticdb-find-log-activity):
|
|
* cedet/semantic/db-file.el (object-write):
|
|
* cedet/semantic/db-el.el (semanticdb-equivalent-mode):
|
|
* cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
|
|
(semanticdb-create-ebrowse-database):
|
|
* cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
|
|
* cedet/semantic/complete.el (semantic-displayor-focus-request)
|
|
(semantic-collector-calculate-completions-raw)
|
|
(semantic-complete-read-tag-analyzer):
|
|
* cedet/semantic/analyze.el (semantic-analyze-pulse):
|
|
* cedet/ede/util.el (ede-update-version-in-source):
|
|
* cedet/ede/proj.el (project-delete-target):
|
|
* cedet/ede/proj-elisp.el (ede-update-version-in-source)
|
|
(ede-proj-flush-autoconf):
|
|
* cedet/ede/pconf.el (ede-proj-configure-synchronize)
|
|
(ede-proj-configure-synchronize):
|
|
* cedet/ede/locate.el (ede-locate-file-in-project-impl):
|
|
* cedet/ede/linux.el (ede-linux-version):
|
|
* cedet/ede/emacs.el (ede-emacs-version):
|
|
* cedet/ede/dired.el (ede-dired-add-to-target):
|
|
* cedet/ede.el (ede-buffer-header-file, ede-find-target)
|
|
(ede-buffer-documentation-files, ede-project-buffers, ede-set)
|
|
(ede-target-buffers, ede-buffers, ede-make-project-local-variable):
|
|
* cedet/cedet-idutils.el (cedet-idutils-fnid-call):
|
|
(cedet-idutils-lid-call, cedet-idutils-expand-filename)
|
|
(cedet-idutils-version-check):
|
|
* cedet/cedet-global.el (cedet-gnu-global-call):
|
|
(cedet-gnu-global-expand-filename, cedet-gnu-global-root)
|
|
(cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
|
|
* cedet/cedet-cscope.el (cedet-cscope-call)
|
|
(cedet-cscope-expand-filename, cedet-cscope-version-check):
|
|
Use with-current-buffer.
|
|
* cedet/ede.el (ede-make-project-local-variable)
|
|
(ede-set-project-variables, ede-set): Use dolist.
|
|
|
|
2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* textmodes/ispell.el (ispell-skip-region-alist):
|
|
* international/mule-conf.el (eight-bit):
|
|
* international/fontset.el (font-encoding-alist):
|
|
* startup.el (pure-space-overflow-message):
|
|
* simple.el (overwrite-mode-textual, overwrite-mode-binary):
|
|
* paths.el (gnus-nntp-service, rmail-spool-directory)
|
|
(term-file-prefix):
|
|
* files.el (save-some-buffers-action-alist):
|
|
* cmuscheme.el (same-window-buffer-names):
|
|
* ielm.el (same-window-buffer-names):
|
|
* shell.el (same-window-buffer-names):
|
|
* mail/sendmail.el (same-window-buffer-names):
|
|
* progmodes/inf-lisp.el (same-window-buffer-names):
|
|
* bindings.el (mode-line-client)
|
|
(mode-line-column-line-number-mode-map):
|
|
* language/tibetan.el (tibetan-precomposition-rule-regexp)
|
|
(tibetan-precomposed-regexp): Purecopy string arguments.
|
|
|
|
2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
|
|
(calcDigit-nondigit):
|
|
* calc/calc-yank.el (calc-copy-to-buffer):
|
|
* calc/calc-units.el (calc-invalidate-units-table):
|
|
* calc/calc-trail.el (calc-trail-yank):
|
|
* calc/calc-store.el (calc-insert-variables):
|
|
* calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
|
|
* calc/calc-prog.el (calc-read-parse-table):
|
|
* calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
|
|
* calc/calc-help.el (calc-describe-bindings, calc-describe-key):
|
|
* calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
|
|
(calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
|
|
(calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
|
|
(calc-graph-name, calc-graph-find-command, calc-graph-view)
|
|
(calc-graph-view, calc-gnuplot-command, calc-graph-init):
|
|
* calc/calc-ext.el (calc-realign):
|
|
* calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
|
|
(calc-embedded-finish-edit, calc-embedded-make-info)
|
|
(calc-embedded-finish-command, calc-embedded-stack-change):
|
|
* calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
|
|
|
|
* cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
|
|
(overload-docstring-extension): Use that info.
|
|
* cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
|
|
* cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
|
|
* cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
|
|
(semantic-nonterminal-abstract, semantic-nonterminal-leaf)
|
|
(semantic-nonterminal-full-name): Add the new `when' info.
|
|
* cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
|
|
`assert'.
|
|
|
|
* pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
|
|
shell-dynamic-complete-filename in preference to
|
|
comint-dynamic-complete-filename.
|
|
|
|
* bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
|
|
(bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
|
|
Don't consider whether the display supports colors.
|
|
(bookmark-import-new-list): Use dolist.
|
|
(bookmark-bmenu-mode-map): Move initialization into declaration.
|
|
(bookmark-bmenu-list): Use dolist, simplify.
|
|
(bookmark-show-all-annotations): Use save-selected-window and dolist.
|
|
(menu-bar-final-items): Use push.
|
|
|
|
2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
|
|
|
|
* vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
|
|
it works on remote files.
|
|
(vc-hg-diff): Don't pass any `--cwd' argument.
|
|
|
|
2009-10-27 Kevin Ryde <user42@zip.com.au>
|
|
|
|
* emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
|
|
Use help-xref-info-regexp and help-xref-url-regexp to identify links.
|
|
(Further to Bug#3921).
|
|
|
|
2009-10-27 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
|
|
(tramp-imap-do-copy-or-rename-file): Don't use the inode, when
|
|
calling `tramp-imap-put-file'. Add file size to the call.
|
|
(tramp-imap-get-file-entries): Compute also user name, file size,
|
|
and date.
|
|
(tramp-imap-handle-insert-directory): Insert uid and gid.
|
|
(tramp-imap-handle-file-attributes): Transform uid and gid
|
|
according to `id-format'.
|
|
(tramp-imap-put-file): New optional parameter SIZE. Encode file
|
|
size in header X-Size.
|
|
|
|
2009-10-26 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* simple.el (transpose-subr): Give clearer error when the mark
|
|
is not set. (Bug#4807)
|
|
|
|
2009-10-26 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp.el (tramp-perl-file-truename): New defconst.
|
|
Perl code contributed by yary <not.com@gmail.com> (tiny change).
|
|
(tramp-handle-file-truename, tramp-get-remote-perl): Use it.
|
|
Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
|
|
(tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
|
|
|
|
* net/tramp-imap.el (tramp-imap-file-name-handler-alist):
|
|
Ignore `dired-call-process'.
|
|
(tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
|
|
|
|
2009-10-26 Julian Scheid <julians37@gmail.com>
|
|
|
|
* net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
|
|
(tramp-get-remote-readlink): New defun.
|
|
(tramp-handle-file-truename): Use it.
|
|
(tramp-handle-file-exists-p): Check file-attributes cache, assume
|
|
file exists if cache value present.
|
|
(tramp-check-cached-permissions) New defun.
|
|
(tramp-handle-file-readable-p): Use it.
|
|
(tramp-handle-file-writable-p): Likewise.
|
|
(tramp-handle-file-executable-p): Likewise.
|
|
(tramp-handle-file-name-all-completions): Try using Perl to get
|
|
partial completions. When perl not available, combine `cd' and
|
|
`ls' into single remote operation and use shell expansion to get
|
|
partial remote directory contents. Set `file-exists-p' cache for
|
|
directory and any files returned by ls. Change cache handling to
|
|
support partial directory contents. Use error message emitted by
|
|
remote `cd' or Perl code for local tramp-error.
|
|
(tramp-do-copy-or-rename-file-directly): Avoid separate
|
|
tramp-send-command-and-check call.
|
|
(tramp-handle-process-file): Merge three remote ops into one.
|
|
Do not flush all caches when `process-file-side-effects' is set.
|
|
(tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
|
|
file-attributes shows uid/gid to be set already.
|
|
|
|
2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* textmodes/tex-mode.el (tex-dvi-view-command)
|
|
(tex-show-queue-command, tex-open-quote):
|
|
* progmodes/ruby-mode.el (auto-mode-alist)
|
|
(interpreter-mode-alist): Purecopy strings.
|
|
|
|
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
|
|
|
|
* emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
|
|
string for the hook, keymap and abbrev table.
|
|
|
|
* emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
|
|
|
|
* x-dnd.el (x-dnd-xdnd-to-action):
|
|
* startup.el (fancy-startup-text, fancy-about-text): Change to
|
|
defconst from defvar.
|
|
|
|
* ps-print.el (ps-page-dimensions-database): Purecopy initial value.
|
|
|
|
* mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
|
|
Purecopy initialization strings.
|
|
|
|
* mail/sendmail.el (mail-header-separator)
|
|
(mail-personal-alias-file):
|
|
* mail/rmail.el (rmail-default-dont-reply-to-names)
|
|
(rmail-ignored-headers, rmail-retry-ignored-headers)
|
|
(rmail-highlighted-headers, rmail-secondary-file-directory)
|
|
(rmail-secondary-file-regexp):
|
|
* files.el (null-device, file-name-invalid-regexp)
|
|
(locate-dominating-stop-dir-regexp)
|
|
(inhibit-first-line-modes-regexps): Purecopy initialization strings.
|
|
(interpreter-mode-alist): Use mapcar instead of mapc.
|
|
|
|
* buff-menu.el (Buffer-menu-mode-map): Purecopy name.
|
|
|
|
* bindings.el (mode-line-major-mode-keymap): Purecopy name.
|
|
(completion-ignored-extensions):
|
|
(debug-ignored-errors): Purecopy strings.
|
|
|
|
2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
|
|
(pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
|
|
(pcomplete--here): Use push.
|
|
|
|
* subr.el (all-completions): Declare the 4th arg obsolete.
|
|
|
|
2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* pcomplete.el (pcomplete-unquote-argument-function): New var.
|
|
(pcomplete-unquote-argument): New function.
|
|
(pcomplete--common-suffix): Always pay attention to case.
|
|
(pcomplete--table-subvert): Quote and unquote the text.
|
|
(pcomplete--common-quoted-suffix): New function.
|
|
(pcomplete-std-complete): Use it and pcomplete-begin.
|
|
|
|
* bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
|
|
we're inside a dedicated or minibuffer window.
|
|
|
|
2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* cedet/semantic/fw.el (semantic-alias-obsolete)
|
|
(semantic-varalias-obsolete): Make the `when' arg mandatory.
|
|
(define-mode-overload-implementation):
|
|
* cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
|
|
* cedet/semantic/wisent.el (wisent-lex-make-token-table):
|
|
* cedet/semantic/util.el (semantic-file-token-stream)
|
|
(semantic-something-to-stream):
|
|
* cedet/semantic/tag.el (semantic-tag-make-assoc-list)
|
|
(semantic-expand-nonterminal):
|
|
* cedet/semantic/tag-file.el (semantic-find-nonterminal)
|
|
(semantic-find-dependency, semantic-find-nonterminal)
|
|
(semantic-find-dependency):
|
|
* cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
|
|
(semantic-flex-text, semantic-flex-make-keyword-table)
|
|
(semantic-flex-keyword-p, semantic-flex-keyword-put)
|
|
(semantic-flex-keyword-get, semantic-flex-map-keywords)
|
|
(semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
|
|
* cedet/semantic/java.el (semantic-java-prototype-nonterminal):
|
|
* cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
|
|
(semantic-after-idle-scheduler-reparse-hooks):
|
|
* cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
|
|
* cedet/semantic/db-mode.el (semanticdb-mode-hooks):
|
|
* cedet/semantic.el (semantic-toplevel-bovine-table)
|
|
(semantic-toplevel-bovine-cache)
|
|
(semantic-before-toplevel-bovination-hook, semantic-init-hooks)
|
|
(semantic-init-mode-hooks, semantic-init-db-hooks)
|
|
(semantic-bovination-working-type): Provide the `when' arg.
|
|
|
|
2009-10-24 Karl Fogel <kfogel@red-bean.com>
|
|
|
|
* bookmark.el: Update documentation, especially documentation
|
|
of `bookmark-alist' and of the bookmark file format.
|
|
Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
|
|
|
|
2009-10-24 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* mail/emacsbug.el (report-emacs-bug): Clarify that the
|
|
keybindings apply to the mail buffer (Bug#4003). Shrink help
|
|
window to buffer.
|
|
|
|
* whitespace.el (whitespace-mode, whitespace-newline-mode)
|
|
(global-whitespace-mode, global-whitespace-newline-mode)
|
|
(whitespace-toggle-options, global-whitespace-toggle-options):
|
|
Doc fix (Bug#3660).
|
|
|
|
* nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
|
|
of xmltok-start before the end tag was inserted (Bug#2840).
|
|
|
|
* progmodes/sh-script.el (sh-font-lock-paren): Handle case
|
|
patterns that are preceded by an open-paren (Bug#1320).
|
|
|
|
2009-10-24 Sven Joachim <svenjoac@gmx.de>
|
|
|
|
* files.el (delete-directory): Delete symlinks to directories with
|
|
delete-file (Bug#4739).
|
|
|
|
2009-10-24 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
|
|
* cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
|
|
argument to make-obsolete.
|
|
|
|
* cedet/semantic/fw.el (semantic-alias-obsolete)
|
|
(semantic-varalias-obsolete): Add optional WHEN argument.
|
|
|
|
2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* vc.el (vc-backend-for-registration): Rename from
|
|
vc-get-backend-for-registration. Update callers.
|
|
|
|
* international/mule-cmds.el (set-language-info-alist):
|
|
Purecopy lang-env.
|
|
(leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
|
|
(charset): Purecopy the name.
|
|
(define-char-code-property): Purecopy string arguments.
|
|
|
|
* emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
|
|
Purecopy string arguments.
|
|
|
|
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
|
|
* ediff-hook.el (menu-bar-ediff-menu):
|
|
* buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
|
|
* bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
|
|
|
|
2009-10-24 Glenn Morris <rgm@gnu.org>
|
|
|
|
* comint.el (comint-dynamic-list-completions):
|
|
* term.el (term-dynamic-list-completions): Use choose-completion rather
|
|
than obsolete alias mouse-choose-completion.
|
|
|
|
* filecache.el (file-cache-completions-keymap): Bind mouse-2 to
|
|
file-cache-choose-completion.
|
|
(file-cache-choose-completion): Handle an optional event argument.
|
|
(file-cache-mouse-choose-completion): Make it an obsolete alias.
|
|
|
|
* progmodes/octave-mod.el (octave-complete-symbol):
|
|
Use choose-completion if mouse-choose-completion is ever removed.
|
|
|
|
* textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
|
|
use.
|
|
|
|
* emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
|
|
compiler.
|
|
|
|
* vc-hooks.el (vc-responsible-backend): Fix declaration.
|
|
|
|
2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* minibuffer.el (completion--embedded-envvar-table): Fix last change.
|
|
Ignore `pred' now that we receive one.
|
|
Handle test-completion specially.
|
|
|
|
2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* vc.el (vc-responsible-backend): Throw an error if not backend is
|
|
found. Remove the REGISTER argument. Move the code dealing with
|
|
REGISTER ...
|
|
(vc-get-backend-for-registration): ... here. New function.
|
|
(vc-deduce-fileset): Call vc-get-backend-for-registration instead
|
|
of vc-responsible-backend, pass the file name instead of the
|
|
directory name.
|
|
|
|
2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
|
|
New funs.
|
|
(pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
|
|
(pcomplete-comint-setup): Don't modify a global var via
|
|
accidental side-effects.
|
|
(pcomplete-shell-setup): Adjust call accordingly.
|
|
(pcomplete-parse-comint-arguments): Use push.
|
|
|
|
2009-10-23 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
|
|
Allow uncapitalized info node names (Bug#3921).
|
|
|
|
* mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
|
|
to the DEBUG file (Bug#3781).
|
|
|
|
2009-10-23 Jari Aalto <jari.aalto@cante.net>
|
|
|
|
* textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
|
|
dictionary entry (Bug#4579).
|
|
|
|
2009-10-23 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
|
|
from `rfn-eshadow-update-overlay-hook' when unloading.
|
|
(tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
|
|
"rsyncc". Adjust doc string.
|
|
(tramp-temp-buffer-file-name) New buffer-local defvar.
|
|
(tramp-handle-insert-file-contents, tramp-handle-write-region):
|
|
Keep temporary file when indicated by method ("rsync" and
|
|
"rsyncc").
|
|
(tramp-handle-write-region): Handle APPEND.
|
|
(tramp-delete-temp-file-function): New defun. Added to
|
|
`kill-buffer-hook'.
|
|
|
|
2009-10-23 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
|
|
|
|
2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* term/tty-colors.el (msdos-color-values): Remove declaration, unused.
|
|
(color-name-rgb-alist, tty-standard-colors)
|
|
(tty-color-mode-alist): Change to defconst.
|
|
|
|
* simple.el (mark-inactive): Purecopy message.
|
|
|
|
* menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
|
|
(global-map, yank-menu):
|
|
* textmodes/ispell.el (ispell-menu-map):
|
|
* net/eudc.el (eudc-tools-menu):
|
|
* international/mule-cmds.el (describe-language-environment-map)
|
|
(setup-language-environment-map, set-coding-system-map)
|
|
(mule-menu-keymap):
|
|
* vc-hooks.el (vc-menu-entry, vc-menu-map):
|
|
* replace.el (occur-mode-map):
|
|
* pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
|
|
|
|
2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
* calc/calc.el (math-read-number, math-read-number-simple): Use
|
|
`save-match-data'.
|
|
|
|
2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* simple.el (normal-erase-is-backspace-mode): Use input-decode-map
|
|
rather than fiddling with global-map bindings, since it should only
|
|
affect per-terminal settings.
|
|
See http://bugs.gentoo.org/show_bug.cgi?id=289709.
|
|
|
|
* minibuffer.el (completion-table-with-terminator): Allow to specify
|
|
the terminator-regexp.
|
|
|
|
* simple.el (switch-to-completions): Look for *Completions* in other
|
|
frames as well.
|
|
|
|
* pcomplete.el: Allow the use of completion-tables.
|
|
(pcomplete-std-complete): New command.
|
|
(pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
|
|
(pcomplete--here): Use a function for `form' rather than an expression,
|
|
so it can be byte-compiled.
|
|
(pcomplete-here, pcomplete-here*): Adjust accordingly.
|
|
Add edebug declaration.
|
|
(pcomplete-show-completions): Remove unused var `curbuf'.
|
|
(pcomplete-do-complete, pcomplete-stub):
|
|
Don't assume `completions' is a list of strings any more.
|
|
|
|
2009-10-22 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* find-dired.el (find-name-arg): Fix typo in docstring.
|
|
|
|
2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
|
|
(pcmpl-linux-fs-types): Same, and update to new modules layout.
|
|
|
|
* pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
|
|
pcomplete-entries.
|
|
|
|
* comint.el (comint-read-input-ring, comint-write-input-ring)
|
|
(comint-substitute-in-file-name)
|
|
(comint-dynamic-complete-as-filename)
|
|
(comint-dynamic-simple-complete)
|
|
(comint-dynamic-list-filename-completions)
|
|
(comint-dynamic-list-completions)
|
|
(comint-redirect-results-list-from-process): Minor simplifications.
|
|
|
|
2009-10-21 Kevin Ryde <user42@zip.com.au>
|
|
|
|
* emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
|
|
When inserting ";;; Code" put it before any ";;;###autoload" cookie on
|
|
the first form. And insert a blank line after ";;; Code" since
|
|
that's usual style. (My Bug#4612.)
|
|
|
|
* net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
|
|
|
|
2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* minibuffer.el (completion-table-with-terminator): Properly implement
|
|
boundaries, in case `terminator' appears in the suffix.
|
|
(completion--embedded-envvar-table): Don't return boundaries if
|
|
there's no valid completion. Simplify.
|
|
(completion-file-name-table): New completion table extracted from
|
|
completion--file-name-table.
|
|
(completion--file-name-table): Use it.
|
|
(read-file-name-predicate): Declare obsolete.
|
|
(read-file-name): Use the pred arg i.s.o read-file-name-predicate.
|
|
* vc-bzr.el (vc-bzr-revision-completion-table): Use the new
|
|
completion-file-name-table, and use the `pred' argument.
|
|
* files.el (locate-file-completion-table): Use the `pred' arg rather
|
|
than read-file-name-predicate.
|
|
(abbreviate-file-name): Use \` rather than ^ for BOS.
|
|
|
|
2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* vc.el (vc-deduce-fileset): Undo previous change, do not tell
|
|
vc-responsible-backend to register, it causes problems.
|
|
|
|
2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* help-fns.el: Don't require help-mode (to avoid bootstrap issues).
|
|
|
|
2009-10-21 Eric Ludlam <zappo@gnu.org>
|
|
|
|
* cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
|
|
(semantic-c-debug-mode-init-pch): New functions.
|
|
(semantic-c-debug-mode-init-last-mode): New var.
|
|
(semantic-c-parse-lexical-token): Use them.
|
|
|
|
* cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
|
|
When extracting the argument list, limit only by point-max.
|
|
|
|
2009-10-21 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
|
|
(tramp-smb-handle-file-attributes): Use it.
|
|
(tramp-smb-do-file-attributes-with-stat): Don't raise an error.
|
|
(tramp-smb-handle-insert-directory): Use `mapc' rather than
|
|
`mapcar'. Use `tramp-smb-get-stat-capability'.
|
|
Add `dired-filename' text properties.
|
|
(tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
|
|
(tramp-smb-maybe-open-connection): Simplify check for smbclient
|
|
version.
|
|
|
|
2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* subr.el (read-key-delay): Reduce to 0.01.
|
|
(read-key): Use read-key-sequence-vector to avoid turning M-t into 244
|
|
(bug#4751).
|
|
|
|
2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
|
|
|
|
* info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
|
|
(Info-menu): Remove unused vars `last' and `completions'.
|
|
(Info-index-nodes): Remove unused var `node'.
|
|
|
|
* info.el (Info-complete-menu-item): Use complete-with-action.
|
|
|
|
2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
Make vc-annotate work through copies and renames.
|
|
* vc-annotate.el (vc-annotate-extract-revision-at-line):
|
|
Return the file name too.
|
|
(vc-annotate-revision-at-line)
|
|
(vc-annotate-find-revision-at-line)
|
|
(vc-annotate-revision-previous-to-line)
|
|
(vc-annotate-show-log-revision-at-line): Update to get the file
|
|
name from vc-annotate-extract-revision-at-line.
|
|
(vc-annotate-show-diff-revision-at-line-internal): Change the
|
|
argument to mean whether to show a file diff or not. Get the file
|
|
name from vc-annotate-extract-revision-at-line.
|
|
(vc-annotate-show-diff-revision-at-line):
|
|
Update vc-annotate-show-diff-revision-at-line call.
|
|
(vc-annotate-warp-revision): Add an optional file argument.
|
|
|
|
* vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
|
|
(vc-git-annotate-extract-revision-at-line): Also return the file
|
|
name if found.
|
|
|
|
* vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
|
|
command. Remove unused code.
|
|
(vc-hg-annotate-re): Update to match --follow output.
|
|
(vc-hg-annotate-extract-revision-at-line): Also return the file
|
|
name if found.
|
|
|
|
* vc.el: Update annotate-extract-revision-at-line documentation.
|
|
|
|
2009-10-18 Kevin Ryde <user42@zip.com.au>
|
|
|
|
* ibuffer.el (ibuffer-confirm-operation-on): Correction to error
|
|
re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
|
|
|
|
* net/browse-url.el (browse-url): Identify alist with "consp and
|
|
not functionp" and let all other things go down the `apply' leg,
|
|
as suggested by Stefan. (Further to bug#4531.)
|
|
|
|
2009-10-18 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* minibuffer.el (read-file-name): Check for repeat before putting
|
|
a default argument in file-name-history (Bug#4657).
|
|
|
|
* emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
|
|
read syntax (Bug#4737).
|
|
|
|
* textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
|
|
|
|
2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
|
|
|
|
* textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
|
|
(html-tag-alist, html-tag-help): Add descriptions for undocumented
|
|
entries and make note of obsolete tags.
|
|
|
|
2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
|
|
|
|
2009-10-18 Glenn Morris <rgm@gnu.org>
|
|
|
|
* Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
|
|
grep, so that binary files (eg international/uni-bidi.el) can match.
|
|
Remove test for "UnicodeData" files, since it is hopefully unnecessary
|
|
now, and in any case the file header format has changed.
|
|
|
|
2009-10-17 Glenn Morris <rgm@gnu.org>
|
|
|
|
* textmodes/flyspell.el (flyspell-large-region, flyspell-word)
|
|
(flyspell-get-word, flyspell-large-region)
|
|
(flyspell-auto-correct-previous-word): Doc/error message fixes.
|
|
|
|
2009-10-17 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* Makefile.in (ELCFILES): Add ede/shell.
|
|
|
|
2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* term/common-win.el (x-colors): Purecopy it.
|
|
|
|
2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
|
|
permissive for when the buffer is empty.
|
|
(tar-header-block-tokenize): Decode the username and groupname.
|
|
(tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
|
|
|
|
2009-10-17 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* cedet/srecode/srt.el:
|
|
* cedet/srecode/compile.el:
|
|
* cedet/semantic/mru-bookmark.el:
|
|
* cedet/semantic/debug.el:
|
|
* cedet/semantic/complete.el:
|
|
* cedet/semantic/analyze.el: Require CL when compiling.
|
|
|
|
2009-10-17 Eric Ludlam <zappo@gnu.org>
|
|
|
|
* cedet/semantic/scope.el
|
|
(semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
|
|
tmpscope so that the regular scope will continue to work.
|
|
|
|
* cedet/semantic/idle.el (semantic-idle-tag-highlight):
|
|
Use semantic-idle-summary-highlight-face as the highlighting.
|
|
|
|
* emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
|
|
contains multibyte characters, choose first applicable coding
|
|
system automatically.
|
|
|
|
* cedet/ede/project-am.el (project-run-target): New method.
|
|
(project-run-target): New method.
|
|
|
|
* cedet/ede.el (ede-target): Add run target menu item.
|
|
(ede-project, ede-minor-keymap): Add ede-run-target binding.
|
|
(ede-run-target): New function.
|
|
(ede-target::project-run-target): New method.
|
|
|
|
* cedet/ede/proj.el (project-run-target): New method.
|
|
|
|
* cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
|
|
(ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
|
|
Add :rules.
|
|
(ede-proj-target-makefile-shared-object): Only libtool compilers
|
|
now available. Add linkers for libtool.
|
|
(ede-cc-linker-libtool, ede-g++-linker-libtool): New.
|
|
(ede-proj-makefile-target-name): Always use .la extension.
|
|
|
|
* cedet/ede/proj-prog.el (project-run-target): New method.
|
|
|
|
* cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
|
|
(ede-g++-linker): Change Change link lines.
|
|
|
|
* cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
|
|
When searching for old variables, go to the end of the buffer and
|
|
search backward from there.
|
|
(ede-proj-makefile-automake-insert-subdirs)
|
|
(ede-proj-makefile-automake-insert-extradist): New methods.
|
|
(ede-proj-makefile-create): Use them.
|
|
|
|
* cedet/ede/pconf.el (ede-proj-configure-test-required-file):
|
|
Force FILE to expand to the current target. Use file-exists-p to
|
|
check that it exists.
|
|
|
|
* cedet/ede/linux.el (ede-linux-version): Don't call "head".
|
|
(ede-linux-load): Wrap dir in file-name-as-directory.
|
|
Set :version slot.
|
|
|
|
* cedet/ede/files.el (ede-get-locator-object): When enabling
|
|
locate, do so on "top".
|
|
|
|
* cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
|
|
file-name-as-directory during compare.
|
|
(ede-emacs-version): Return Emacs/XEmacs differentiator.
|
|
Get version number from different places. Don't call egrep.
|
|
(ede-emacs-load): Set :version slot. Call file-name-as-directory
|
|
to set the directory.
|
|
|
|
* cedet/ede/shell.el: New file.
|
|
|
|
* cedet/inversion.el (inversion-decoders): Allow for stray . in
|
|
alpha/beta variants.
|
|
|
|
2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* international/mule-cmds.el (select-safe-coding-system): If the file
|
|
has a coding cookie, use it regardless of any other setting (bug#4712).
|
|
|
|
2009-10-17 Glenn Morris <rgm@gnu.org>
|
|
|
|
* cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
|
|
All errors should have messages.
|
|
|
|
* foldout.el (foldout-mouse-swallow-events):
|
|
* gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
|
|
|
|
* dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
|
|
(dired-keep-marker-copy, dired-keep-marker-hardlink)
|
|
(dired-keep-marker-symlink, dired-dwim-target)
|
|
(dired-copy-preserve-time): Do not autoload these defcustoms.
|
|
|
|
* mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
|
|
messages from messing up the file coding. (Bug#4623)
|
|
|
|
2009-10-17 Jari Aalto <jari.aalto@cante.net>
|
|
|
|
* textmodes/ispell.el (ispell-get-decoded-string): Give an error
|
|
if no match is found for the current dictionary. (Bug#4578)
|
|
|
|
* textmodes/flyspell.el (flyspell-get-word): Make `following' argument
|
|
optional, since that is how it is documented, and this is often called
|
|
with a nil argument. (Bug#4577)
|
|
(flyspell-external-point-words, flyspell-auto-correct-word)
|
|
(flyspell-correct-word-before-point, flyspell-word-search-forward)
|
|
(flyspell-word-search-backward): Remove nil argument in calls to
|
|
flyspell-get-word, since it is not needed now.
|
|
|
|
2009-10-17 Ulrich Mueller <ulm@gentoo.org>
|
|
|
|
* play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
|
|
|
|
2009-10-16 Glenn Morris <rgm@gnu.org>
|
|
|
|
* net/rcirc.el (rcirc-authenticate): Simplify previous change.
|
|
|
|
2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
|
|
|
|
* net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
|
|
(ange-ftp-file-size): New function.
|
|
(ange-ftp-file-attributes): Use it.
|
|
|
|
2009-10-16 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp-smb.el (tramp-smb-version): New defvar.
|
|
(tramp-smb-maybe-open-connection): Use it, in order to avoid
|
|
repeated checks.
|
|
|
|
2009-10-16 Glenn Morris <rgm@gnu.org>
|
|
|
|
* emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
|
|
Maybe copy some custom properties from old to new name. (Bug#4706)
|
|
|
|
2009-10-16 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* subr.el (error, sit-for, start-process-shell-command)
|
|
(start-file-process-shell-command): Set the calling convention
|
|
after the function definition.
|
|
|
|
2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* subr.el (error, sit-for, start-process-shell-command)
|
|
(start-file-process-shell-command): Use the new
|
|
set-advertised-calling-convention feature.
|
|
|
|
2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
|
|
|
|
* international/ucs-normalize.el (ucs-normalize-version):
|
|
Change to 1.2.
|
|
(check-range): Adjust for Unicode 5.2.
|
|
|
|
2009-10-15 Juri Linkov <juri@jurta.org>
|
|
|
|
* menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
|
|
to the `menu-item' format.
|
|
|
|
2009-10-15 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp.el (tramp-replace-environment-variables): Do not fail
|
|
if the environment variable does not exist.
|
|
|
|
* net/tramp-smb.el (tramp-smb-errors): Add error messages.
|
|
(tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
|
|
parameter.
|
|
(tramp-smb-handle-add-name-to-file)
|
|
(tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
|
|
(tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
|
|
(tramp-smb-handle-file-attributes)
|
|
(tramp-smb-do-file-attributes-with-stat)
|
|
(tramp-smb-handle-file-local-copy)
|
|
(tramp-smb-handle-insert-directory)
|
|
(tramp-smb-handle-make-directory)
|
|
(tramp-smb-handle-make-directory-internal)
|
|
(tramp-smb-handle-make-symbolic-link)
|
|
(tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
|
|
(tramp-smb-handle-write-region, tramp-smb-get-file-entries)
|
|
(tramp-smb-maybe-open-connection): Apply the changed parameters.
|
|
(tramp-smb-read-file-entry): Read Disk names in compressed format.
|
|
Handle long file names.
|
|
(tramp-smb-get-cifs-capabilities): Check, whether the connection
|
|
process is running.
|
|
(tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
|
|
Read share names with "-g" option.
|
|
|
|
2009-10-15 Ryan Yeske <rcyeske@gmail.com>
|
|
|
|
* net/rcirc.el (rcirc-view-log-file): New command.
|
|
(rcirc-track-minor-mode-map): Remove C-c ` binding.
|
|
(rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
|
|
specified.
|
|
|
|
2009-10-15 Glenn Morris <rgm@gnu.org>
|
|
|
|
* w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
|
|
from the second command-line argument.
|
|
* makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
|
|
($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
|
|
($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
|
|
w32-batch-update-autoloads.
|
|
* emacs-lisp/autoload.el (autoload-make-program): New variable.
|
|
(batch-update-autoloads): Handle autoload-excludes on windows-nt.
|
|
|
|
* mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
|
|
the headers cannot be located. Simplify, subtracting superflous
|
|
save-excursions.
|
|
|
|
2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
Replace completion-base-size by completion-base-position to fix bugs
|
|
such as (bug#4699).
|
|
* simple.el (completion-base-position): New var.
|
|
(completion-base-size): Mark as obsolete.
|
|
(choose-completion): Make it work for mouse events as well.
|
|
Pass the new base-position to choose-completion-string.
|
|
(choose-completion-guess-base-position): New function, extracted from
|
|
choose-completion-delete-max-match.
|
|
(choose-completion-delete-max-match): Use it. Make obsolete.
|
|
(choose-completion-string): Use the new base-position info.
|
|
(completion-root-regexp): Delete.
|
|
(completion-setup-function): Preserve completion-base-position.
|
|
Eliminate obsolete base-size manipulation.
|
|
* minibuffer.el (display-completion-list): Don't mess with base-size.
|
|
(minibuffer-completion-help): Set completion-base-position instead.
|
|
* mouse.el (mouse-choose-completion): Redefine as a mere alias to
|
|
choose-completion.
|
|
* textmodes/bibtex.el (bibtex-complete):
|
|
* emacs-lisp/crm.el (crm--choose-completion-string):
|
|
Adjust to new calling convention.
|
|
* complete.el (partial-completion-mode): Use minibufferp to avoid
|
|
bumping into incompatible change to choose-completion-string-functions.
|
|
* ido.el (ido-choose-completion-string): Make its calling convention
|
|
more permissive.
|
|
* comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
|
|
base-size manipulation.
|
|
(comint-dynamic-list-input-ring): Use dotimes and push.
|
|
* iswitchb.el (iswitchb-completion-help): Remove dead-code call to
|
|
fundamental-mode. Use `or'.
|
|
|
|
2009-10-14 Juri Linkov <juri@jurta.org>
|
|
|
|
* misearch.el (multi-isearch-next-buffer-from-list)
|
|
(multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
|
|
|
|
2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* Makefile.in (compile-onefile): Load `bytecomp' rather than
|
|
`bytecomp.el'.
|
|
|
|
* minibuffer.el (completion-pcm--merge-completions): Make sure the
|
|
string we return is all made up of text from the completions rather
|
|
than part from the completions and part from the input (bug#4219).
|
|
|
|
* ido.el (ido-everywhere): Use define-minor-mode.
|
|
|
|
* buff-menu.el (list-buffers, ctl-x-map):
|
|
Mark the entry points with ;;;###autoload cookies.
|
|
|
|
2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* vc-git.el (vc-git-dir-extra-headers): Set the branch name
|
|
correctly in the detached head case.
|
|
(vc-git-print-log): Remove unused binding.
|
|
|
|
* vc.el (vc-responsible-backend): When a directory is passed for
|
|
for registration create a VC repository if no backend is
|
|
responsible for the directory argument.
|
|
(vc-deduce-fileset): Tell vc-responsible-backend to register.
|
|
|
|
* vc.el: Move comments about RCS and SCCS ...
|
|
* vc-rcs.el:
|
|
* vc-sccs.el: ... here, respectively.
|
|
|
|
2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* minibuffer.el (completion--file-name-table): Return nil if there's
|
|
no file completion, even if substitute-in-file-name changed
|
|
the string (bug#4708).
|
|
|
|
2009-10-13 Juri Linkov <juri@jurta.org>
|
|
|
|
* files-x.el (read-file-local-variable-value): Don't filter out
|
|
minor modes from mode name completion (bug#4664).
|
|
|
|
2009-10-13 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* international/mule-cmds.el (ucs-names): Remove exclusion of
|
|
"Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
|
|
|
|
2009-10-13 Kenichi Handa <handa@m17n.org>
|
|
|
|
* international/uni-name.el: Regenerated.
|
|
|
|
2009-10-13 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* bs.el (bs-mode): Fix last change. (`revert-buffer-function'
|
|
should be automatically buffer-local, but isn't.)
|
|
|
|
2009-10-12 Sam Steingold <sds@gnu.org>
|
|
|
|
* progmodes/compile.el (compilation-next-error-function): Fix the
|
|
timestamps if the buffer has been visited before.
|
|
(compilation-mode-font-lock-keywords): Do not prepend "^ *" to
|
|
non-anchored patterns, like the perl one (bug#3928).
|
|
|
|
2009-10-12 Glenn Morris <rgm@gnu.org>
|
|
|
|
* net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
|
|
Let-bind `size'.
|
|
|
|
2009-10-12 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* proced.el (proced-unload-function): New function.
|
|
|
|
* bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
|
|
(bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
|
|
Doc fix.
|
|
|
|
* menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
|
|
|
|
2009-10-11 Juri Linkov <juri@jurta.org>
|
|
|
|
* files-x.el (read-file-local-variable-value):
|
|
Provide default value only for bound variables (bug#4664).
|
|
|
|
2009-10-11 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp.el (tramp-local-host-p): Function shall return nil for
|
|
connection methods like smb.
|
|
|
|
* net/tramp-cache.el (tramp-flush-connection-property): The hash
|
|
can be empty.
|
|
|
|
* net/tramp-smb.el (tramp-smb-errors): Add error messages.
|
|
(tramp-smb-file-name-handler-alist): Add handlers for
|
|
`add-name-to-file', `make-symbolic-link'.
|
|
(tramp-smb-handle-add-name-to-file)
|
|
(tramp-smb-do-file-attributes-with-stat)
|
|
(tramp-smb-handle-make-symbolic-link)
|
|
(tramp-smb-get-cifs-capabilities): New defuns.
|
|
(tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
|
|
(tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
|
|
(tramp-smb-handle-file-local-copy)
|
|
(tramp-smb-handle-make-directory-internal)
|
|
(tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
|
|
The file name syntax depends on cifs capabilities.
|
|
(tramp-smb-handle-file-attributes):
|
|
Call `tramp-smb-do-file-attributes-with-stat' if possible.
|
|
(tramp-smb-handle-insert-directory): Use posix attributes if possible.
|
|
(tramp-smb-handle-set-file-modes): It is applicable for posix only.
|
|
|
|
2009-10-11 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* emacs-lisp/eieio.el: Avoid requiring cl at runtime.
|
|
(eieio-defclass): Apply deftype handler and setf-method properties
|
|
directly.
|
|
(eieio-add-new-slot): Avoid union function from cl library.
|
|
(eieio--typep): New function.
|
|
(eieio-perform-slot-validation): Use it.
|
|
|
|
2009-10-10 Karl Fogel <kfogel@red-bean.com>
|
|
|
|
* bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
|
|
Update documentation to refer to the variables documented in r1.135.
|
|
(Bug#4188)
|
|
|
|
2009-10-10 Karl Fogel <kfogel@red-bean.com>
|
|
|
|
* bookmark.el (Info-suffix-list): Remove this unused variable.
|
|
(bookmark-current-point): Remove this obsolete variable.
|
|
(bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
|
|
Adjust for removal of bookmark-current-point.
|
|
|
|
(bookmarks-already-loaded, bookmark-current-buffer)
|
|
(bookmark-yank-point): Document. (Bug#4188)
|
|
|
|
2009-10-10 Glenn Morris <rgm@gnu.org>
|
|
|
|
* frame.el (frame-height): Doc fix.
|
|
|
|
* calendar/calendar.el (calendar-split-width-threshold): New option.
|
|
(calendar-basic-setup): Use calendar-split-width-threshold.
|
|
|
|
2009-10-10 Sascha Wilde <wilde@sha-bang.de>
|
|
|
|
* cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
|
|
Use .la for Automake.
|
|
|
|
2009-10-09 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* cedet/ede/pconf.el (ede-proj-configure-synchronize):
|
|
Use "autoreconf -i". Suggested by Andreas Schwab.
|
|
|
|
2009-10-09 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* international/mule-cmds.el (ucs-names): Exclude new "Enclosed
|
|
Ideographic Supplement" range (U+1F200..U+1F2FF).
|
|
|
|
2009-10-09 Karl Fogel <kfogel@red-bean.com>
|
|
|
|
* bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
|
|
since the list will have been rebuilt anyway. (Bug#4349)
|
|
|
|
2009-10-09 Karl Fogel <kfogel@red-bean.com>
|
|
|
|
* bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
|
|
(bookmark-bmenu-execute-deletions): Don't save here, as
|
|
bookmark-delete will now do so if necessary.
|
|
Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
|
|
(Bug#4348)
|
|
|
|
2009-10-09 Glenn Morris <rgm@gnu.org>
|
|
|
|
* mail/emacsbug.el (report-emacs-bug): Also print `features'.
|
|
|
|
2009-10-09 Karl Fogel <kfogel@red-bean.com>
|
|
|
|
* bookmark.el (bookmark-jump): Add new `display-func' parameter.
|
|
(bookmark-jump-other-window): Just invoke bookmark-jump with new
|
|
argument now, so the two function's behaviors will match. (Bug#3645)
|
|
|
|
2009-10-08 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* cedet/ede/proj.el (project-make-dist, project-compile-project):
|
|
Fix filename test.
|
|
(ede-proj-dist-makefile): Use expand-file-name instead of concat
|
|
to expand file names.
|
|
|
|
2009-10-08 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
|
|
(tramp-file-name-real-host, tramp-file-name-port):
|
|
Apply `save-match-data'.
|
|
|
|
* net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
|
|
case both directories are remote.
|
|
(tramp-smb-handle-expand-file-name): Implement "~" expansion.
|
|
(tramp-smb-maybe-open-connection): Flush the cache only if necessary.
|
|
|
|
2009-10-08 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* cedet/ede/proj-obj.el (ede-gcc-linker): New var.
|
|
(ede-proj-target-makefile-objectcode): Use it.
|
|
|
|
* cedet/ede/source.el (ede-want-any-source-files-p)
|
|
(ede-want-any-auxiliary-files-p, ede-want-any-files-p):
|
|
Return search result. This error was introduced while merging.
|
|
|
|
2009-10-07 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
|
|
|
|
2009-10-07 Glenn Morris <rgm@gnu.org>
|
|
|
|
* emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
|
|
of concat.
|
|
|
|
2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* files-x.el (read-file-local-variable): Include some
|
|
non-user-variables in the completion table (bug#4664).
|
|
|
|
2009-10-07 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp-cache.el (tramp-flush-connection-property): Add trace
|
|
message.
|
|
|
|
* net/tramp-smb.el (tramp-smb-errors): Add error messages.
|
|
(tramp-smb-file-name-handler-alist): Add handler for
|
|
`copy-directory', `expand-file-name', `set-file-modes'.
|
|
(tramp-smb-handle-copy-directory)
|
|
(tramp-smb-handle-expand-file-name)
|
|
(tramp-smb-handle-set-file-modes): New defuns.
|
|
(tramp-smb-handle-copy-file): Handle KEEP-DATE.
|
|
(tramp-smb-handle-file-attributes): Simplify check for retrieving
|
|
entry.
|
|
(tramp-smb-handle-insert-directory): Don't flush the cache.
|
|
(tramp-smb-maybe-open-connection): Check for samba client and
|
|
server versions.
|
|
|
|
2009-10-07 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
* emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
|
|
to not error out of search for "^lisp=" fails.
|
|
|
|
2009-10-07 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* makefile.w32-in (WINS_UPDATES): New macro.
|
|
(custom-deps, finder-data, autoloads): Use it.
|
|
|
|
2009-10-07 Glenn Morris <rgm@gnu.org>
|
|
|
|
* Makefile.in (autoloads): Revert previous change.
|
|
* emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
|
|
the list of preloaded files passed on the command-line, get
|
|
it from src/Makefile.
|
|
|
|
* calendar/calendar.el (calendar-basic-setup): In the wide frame case,
|
|
show the original buffer rather than a random one.
|
|
|
|
2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
|
|
|
|
* help.el (describe-no-warranty): Place point in a slightly better
|
|
position in the GPLv3 text.
|
|
|
|
2009-10-06 Sam Steingold <sds@gnu.org>
|
|
|
|
* net/tramp-compat.el (tramp-compat-process-running-p): Check that
|
|
the comm attribute is present before calling regexp-quote.
|
|
|
|
2009-10-06 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* play/animate.el (animate-string): For good effect, make sure
|
|
`indent-tabs-mode' and `show-trailing-whitespace' are nil.
|
|
|
|
* play/animate.el (animate-sequence, animate-birthday-present):
|
|
* misc.el (butterfly): Don't set `indent-tabs-mode'.
|
|
|
|
2009-10-06 Glenn Morris <rgm@gnu.org>
|
|
|
|
* emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
|
|
|
|
* emacs-lisp/autoload.el (autoload-excludes): New variable.
|
|
(autoload-generate-file-autoloads): Skip files in autoload-excludes.
|
|
(batch-update-autoloads): Process a string value of autoload-excludes,
|
|
set during the build process.
|
|
* Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
|
|
|
|
* net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
|
|
inside with-parsed... macro so that `v' is defined.
|
|
|
|
* progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
|
|
* progmodes/fortran.el (fortran-end-of-block)
|
|
(fortran-beginning-of-block):
|
|
Also push mark in the macro case.
|
|
|
|
* emerge.el (emerge-show-file-name):
|
|
* calc/calc.el (calc-quit):
|
|
* calc/calc-misc.el (calc-big-or-small):
|
|
* calc/calc-graph.el (calc-graph-view):
|
|
* calc/calc-ext.el (calc-reset):
|
|
* calendar/calendar.el (calendar-basic-setup):
|
|
Use window-full-height-p.
|
|
|
|
* mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
|
|
header we don't understand, don't insert another. (Bug#4624)
|
|
If changing mime charset, insert the new one in the right place.
|
|
|
|
2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
|
|
|
|
* calendar/cal-tex.el (cal-tex-cursor-month-landscape)
|
|
(cal-tex-cursor-month): Correctly increment the end date for diary and
|
|
holiday listing. (Bug#4626)
|
|
|
|
2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* help-fns.el (describe-function-1): Don't burp if the function is not
|
|
a symbol.
|
|
|
|
2009-10-05 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
|
|
(chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
|
|
(chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
|
|
(chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
|
|
|
|
* emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
|
|
(eieio-default-superclass): Reflow docstrings.
|
|
(this, class-option-assoc, defclass, eieio-class-un-autoload)
|
|
(eieio-unbind-method-implementations, defmethod)
|
|
(eieio-validate-slot-value, eieio-validate-class-slot-value)
|
|
(oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
|
|
(with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
|
|
(eieio-slot-originating-class-p, eieio-slot-name-index)
|
|
(eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
|
|
(constructor, initialize-instance, no-next-method, object-print)
|
|
(object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
|
|
Fix typos in docstrings.
|
|
(eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
|
|
(child-of-class-p, object-slots, slot-boundp, slot-exists-p)
|
|
(next-method-p): Doc fixes.
|
|
(eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
|
|
Fix typos in error messages.
|
|
(eieio-defmethod): Fix typo in description of generic method.
|
|
|
|
* emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
|
|
(eieio-persistent-save-interactive, slot-missing):
|
|
Fix typos in docstrings.
|
|
(eieio-instance-inheritor-slot-boundp): Doc fix.
|
|
|
|
* emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
|
|
(byte-compile-defmethod-param-convert): Fix typos in docstrings.
|
|
|
|
* emacs-lisp/eieio-custom.el (eieio-done-customizing)
|
|
(eieio-custom-object-apply-reset):
|
|
Fix typos in docstrings and error messages.
|
|
|
|
* emacs-lisp/eieio-datadebug.el (data-debug-show):
|
|
Fix typo in docstring.
|
|
|
|
* emacs-lisp/eieio-opt.el (top): Fix typo in error message.
|
|
(eieio-browse-tree): Doc fix.
|
|
(eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
|
|
(eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
|
|
Fix typos in docstrings.
|
|
|
|
* emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
|
|
(eieio-speedbar-key-map, eieio-speedbar-create-engine)
|
|
(eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
|
|
(eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
|
|
Reflow docstrings.
|
|
|
|
2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* vc-hg.el (log-view-vc-backend): Declare for compiler.
|
|
(vc-hg-outgoing-mode, vc-hg-incoming-mode):
|
|
Set log-view-vc-backend so that diff can work.
|
|
|
|
* log-view.el (log-view-diff): Use vc-diff-internal instead of
|
|
vc-version-diff.
|
|
(vc-diff-internal): Autoload this instead of vc-version-diff.
|
|
|
|
2009-10-05 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
* simple.el (eval-expression): Doc fix.
|
|
|
|
* progmodes/cwarn.el (cwarn-mode): Doc fix.
|
|
|
|
2009-10-05 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* files.el (directory-files-no-dot-files-regexp): New defconst.
|
|
(delete-directory): Use it.
|
|
(copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
|
|
|
|
* net/tramp.el (tramp-verbose): Fix docstring.
|
|
(tramp-methods): Add recursive option to `tramp-copy-args'.
|
|
Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
|
|
"scp1_old", "scp2_old", "rsync", "rsyncc".
|
|
(tramp-default-method): Check also for `auth-source-user-or-password'.
|
|
(tramp-file-name-handler-alist, tramp-file-name-for-operation):
|
|
Add handler for `copy-directory'.
|
|
(tramp-handle-copy-directory): New defun.
|
|
(tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
|
|
(tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
|
|
Optimize sent command.
|
|
|
|
2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
|
|
window if necessary.
|
|
|
|
* calendar/calendar.el (calendar-basic-setup): Don't call
|
|
switch-to-buffer in a dedicated window.
|
|
|
|
2009-10-05 Karl Fogel <kfogel@red-bean.com>
|
|
|
|
* bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
|
|
don't do anything related to relocating, just return nil.
|
|
(bookmark-error-no-filename): New error.
|
|
(bookmark-default-handler): Signal `bookmark-error-no-filename' if
|
|
bookmark has no file. Don't even attempt to handle things that
|
|
are not files; the whole point of custom handlers is to keep that
|
|
knowledge elsewhere anyway. Tighten some comments.
|
|
(bookmark-file-or-variation-thereof): Remove now-unused function.
|
|
(bookmark-location): Doc string fix.
|
|
(Bug#4250)
|
|
|
|
2009-10-04 Karl Fogel <kfogel@red-bean.com>
|
|
|
|
* bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
|
|
don't use a file dialog, because they usually don't know how to read
|
|
a directory target from the user. (Bug#4230)
|
|
Also, make sure the prompt can display directories as well as files.
|
|
|
|
2009-10-04 Karl Fogel <kfogel@red-bean.com>
|
|
|
|
* bookmark.el (bookmark-set, bookmark-buffer-name):
|
|
Improve doc strings. (Bug#1193)
|
|
|
|
2009-10-04 Karl Fogel <kfogel@red-bean.com>
|
|
|
|
* bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
|
|
(bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
|
|
(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-location, bookmark-jump)
|
|
(bookmark-jump-other-window, bookmark-handle-bookmark)
|
|
(bookmark-relocate, bookmark-insert-location, bookmark-rename)
|
|
(bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
|
|
(bookmark-edit-annotation-mode, bookmark-edit-annotation):
|
|
Improve doc strings to say whether bookmark can be a string or
|
|
a record or both, and make other consistency and clarity fixes.
|
|
(bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
|
|
(bookmark-default-annotation-text, bookmark-yank-word)
|
|
(bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
|
|
(bookmark-import-new-list, bookmark-maybe-rename)
|
|
(bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
|
|
(bookmark-bmenu-bookmark): Give these doc strings.
|
|
(bookmark-bmenu-check-position): Give this a doc string, but also
|
|
add a FIXME comment about how the function may be pointless.
|
|
(bookmark-default-handler): Rework doc string and change a
|
|
parameter name, to clarify that this takes a bookmark record
|
|
not a bookmark name.
|
|
(bookmark-set): Change a parameter name to indicate its meaning,
|
|
and improve the doc string a bit.
|
|
(Bug#4188)
|
|
|
|
2009-10-04 Karl Fogel <kfogel@red-bean.com>
|
|
|
|
* bookmark.el (bookmark-alist): Document the new `handler' element
|
|
in the param alist.
|
|
(bookmark-make-record-function): Adjust documentation for above.
|
|
(Bug#4193)
|
|
|
|
2009-10-04 Karl Fogel <kfogel@red-bean.com>
|
|
|
|
* info.el (Info-bookmark-make-record): Document this function.
|
|
(Info-bookmark-jump): Document with a doc string, not just a comment.
|
|
(Bug#4203)
|
|
|
|
2009-10-04 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
|
|
(semantic-new-buffer-fcn): Call parser setup functions here.
|
|
(semantic-mode): Don't call parser setup functions here, it's done
|
|
in semantic-new-buffer-fcn now.
|
|
(semantic-mode): Parse all existing buffers when enabled.
|
|
|
|
* cedet/srecode/compile.el (srecode-compile-file):
|
|
Call semantic-new-buffer-fcn if the buffer has not been parsed.
|
|
|
|
2009-10-04 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
|
|
|
|
* cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
|
|
(proj-comp-insert-variable-once): New macro, renamed from
|
|
ede-pmake-insert-variable-once in ede/pmake.edl.
|
|
(ede-proj-makefile-insert-variables): Use it.
|
|
|
|
2009-10-04 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* files.el (copy-directory): New defun.
|
|
|
|
* dired-aux.el (dired-copy-file-recursive): Use it.
|
|
|
|
2009-10-04 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* cedet/ede/makefile-edit.el (makefile-beginning-of-command)
|
|
(makefile-end-of-command):
|
|
* cedet/srecode/srt-mode.el (semantic-beginning-of-context)
|
|
(semantic-end-of-context): Fix previous change. Doc fixes.
|
|
|
|
2009-10-04 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* files-x.el (modify-dir-local-variable)
|
|
(copy-dir-locals-to-file-locals-prop-line):
|
|
* cedet/ede/makefile-edit.el (makefile-beginning-of-command)
|
|
(makefile-end-of-command):
|
|
* cedet/semantic/lex.el (semantic-lex-token):
|
|
* cedet/semantic/analyze/fcn.el
|
|
(semantic-analyze-dereference-metatype-1):
|
|
* cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
|
|
(semantic-lex-cpp-undef):
|
|
* cedet/semantic/wisent/wisent.el (wisent-skip-block):
|
|
* cedet/srecode/srt-mode.el (semantic-beginning-of-context)
|
|
(semantic-end-of-context): Fix typos in docstrings.
|
|
|
|
* recentf.el (recentf-unload-function): New function.
|
|
|
|
2009-10-04 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* cedet/ede.el (ede-project-placeholder-cache-file):
|
|
* cedet/semantic/db-file.el (semanticdb-default-save-directory):
|
|
* cedet/srecode/map.el (srecode-map-save-file):
|
|
Use locate-user-emacs-file. Suggested by Juanma Barranquero.
|
|
|
|
2009-10-04 Glenn Morris <rgm@gnu.org>
|
|
|
|
* window.el (window-full-height-p): Add doc string.
|
|
|
|
2009-10-04 Martin Rudalics <rudalics@gmx.at>
|
|
|
|
* window.el (window-full-height-p): New function. (Bug#4543)
|
|
|
|
2009-10-03 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* cedet/srecode/insert.el: Require srecode/args.
|
|
|
|
* cedet/srecode/args.el: Require srecode/dictionary instead of
|
|
srecode/insert.
|
|
|
|
* cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
|
|
|
|
* files.el (auto-mode-alist): Add .srt and Project.ede.
|
|
|
|
* cedet/semantic.el (semantic-mode):
|
|
Handle srecode-template-mode-hook as well.
|
|
(semantic-mode): Use js-mode-hook for Javascript hook.
|
|
|
|
* cedet/srecode/template.el: Remove hook variable.
|
|
|
|
* cedet/ede/proj-comp.el: Require ede/pmake when compiling.
|
|
|
|
* cedet/ede.el (ede-target-forms-menu): Don't enable if no
|
|
projects exist.
|
|
(ede-project-placeholder-cache-file): Default to a file in
|
|
user-emacs-directory.
|
|
|
|
* cedet/srecode/map.el (srecode-map-base-template-dir): Look for
|
|
templates in data-directory.
|
|
(srecode-map-save-file): Default to a file in user-emacs-directory.
|
|
|
|
* cedet/ede/srecode.el (ede-srecode-setup): Use default templates
|
|
directory.
|
|
|
|
2009-09-30 Eric Ludlam <zappo@gnu.org>
|
|
|
|
* cedet/semantic/util-modes.el (semantic-highlight-func-mode):
|
|
Doc fix.
|
|
|
|
* cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
|
|
Only insert each variable once.
|
|
|
|
* cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
|
|
(ede-pmake-insert-variable-shared): Use it.
|
|
|
|
* cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
|
|
for lexical table iff table is nil.
|
|
|
|
2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* vc.el: Remove commented out code.
|
|
(vc-derived-from-dir-mode): Remove, unused.
|
|
(vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
|
|
|
|
2009-10-03 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp-ftp.el (tramp-ftp-file-name-handler):
|
|
Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
|
|
there could be recursive loading when `default-directory' is a
|
|
remote file name. (Bug#4614)
|
|
|
|
2009-10-03 Glenn Morris <rgm@gnu.org>
|
|
|
|
* calendar/calendar.el (calendar-basic-setup): Handle the case where
|
|
the frame is wide.
|
|
(calendar-generate-window): Test for shrinkability rather than width.
|
|
|
|
* cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
|
|
declaration, currently false.
|
|
|
|
* mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
|
|
reusing existing buffers, in case we happen to visit two files with the
|
|
same basename. (Bug#4593)
|
|
|
|
2009-10-02 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
* makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
|
|
(WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
|
|
(bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
|
|
subdirs of cedet as well.
|
|
(AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
|
|
|
|
2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
|
|
Obey advertised-signature-table.
|
|
|
|
* help-fns.el (help-function-arglist): Don't check
|
|
advertised-signature-table.
|
|
(describe-function-1): Do it here instead so it also applies to subrs.
|
|
|
|
2009-10-02 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* simple.el (start-file-process): Say in the doc-string, that file
|
|
handlers might not support pty association, if PROGRAM is nil.
|
|
|
|
* net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
|
|
HOST and USER are strings. They are nil, when there are
|
|
incomplete entries in ~/.netrc, for example.
|
|
(ange-ftp-delete-directory): Implement RECURSIVE case. Change to
|
|
root directory ("device busy" error otherwise).
|
|
|
|
* net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
|
|
Flush file properties of created directory.
|
|
|
|
2009-10-02 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
* makefile.w32-in (WINS_BASIC): Remove cedet.
|
|
(WINS_CEDET): Add cedet.
|
|
(update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
|
|
|
|
2009-10-02 Kevin Ryde <user42@zip.com.au>
|
|
|
|
* net/browse-url.el (browse-url): Pass any symbol in
|
|
browse-url-browser-function to `apply', since if you've mistakenly put
|
|
an unbound symbol then the error is clearer. (Bug#4531)
|
|
|
|
2009-10-02 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* allout.el (allout-init, allout-back-to-current-heading)
|
|
(allout-beginning-of-current-entry, allout-ascend-to-depth)
|
|
(allout-ascend, allout-up-current-level, allout-end-of-level)
|
|
(allout-previous-visible-heading, allout-forward-current-level)
|
|
(allout-backward-current-level, allout-show-children):
|
|
* apropos.el (apropos-describe-plist):
|
|
* bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
|
|
* comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
|
|
* completion.el (add-completion, add-permanent-completion):
|
|
* descr-text.el (describe-text-category, describe-char):
|
|
* desktop.el (desktop-lazy-abort):
|
|
* dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
|
|
* dired.el (dired-build-subdir-alist):
|
|
* ediff.el (ediff-version):
|
|
* elide-head.el (elide-head, elide-head-show):
|
|
* emerge.el (emerge-version):
|
|
* env.el (getenv):
|
|
* face-remap.el (variable-pitch-mode):
|
|
* faces.el (describe-face):
|
|
* ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
|
|
(dired-at-point):
|
|
* files.el (find-file-existing, auto-save-mode):
|
|
* font-lock.el (font-lock-fontify-buffer):
|
|
* help-fns.el (describe-function, describe-variable)
|
|
(describe-syntax, describe-categories):
|
|
* help.el (view-lossage, describe-bindings, describe-key)
|
|
(describe-mode):
|
|
* hexl.el (hexl-current-address):
|
|
* hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
|
|
* info.el (Info-goto-emacs-key-command-node):
|
|
* log-edit.el (log-edit-insert-cvs-template)
|
|
(log-edit-insert-cvs-rcstemplate):
|
|
* menu-bar.el (menu-bar-mode):
|
|
* mouse.el (mouse-appearance-menu):
|
|
* newcomment.el (comment-indent-new-line):
|
|
* pgg.el (pgg-save-coding-system, pgg-encrypt-region)
|
|
(pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
|
|
(pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
|
|
(pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
|
|
* recentf.el (recentf-mode):
|
|
* savehist.el (savehist-mode, savehist-save):
|
|
* shadowfile.el (shadow-copy-files):
|
|
* simple.el (kill-ring-save, next-line, previous-line)
|
|
(normal-erase-is-backspace-mode):
|
|
* strokes.el (strokes-update-window-configuration)
|
|
(strokes-load-user-strokes, strokes-prompt-user-save-strokes)
|
|
(strokes-xpm-for-stroke):
|
|
* time.el (emacs-uptime, emacs-init-time):
|
|
* tutorial.el (tutorial--describe-nonstandard-key)
|
|
(tutorial--detailed-help):
|
|
* type-break.el (type-break-mode)
|
|
(type-break-mode-line-message-mode, type-break-query-mode)
|
|
(type-break-guesstimate-keystroke-threshold):
|
|
* vc.el (vc-version-diff, vc-diff, vc-root-diff):
|
|
* version.el (emacs-version):
|
|
* vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
|
|
* winner.el (winner-mode):
|
|
* calendar/timeclock.el (timeclock-in, timeclock-out)
|
|
(timeclock-status-string, timeclock-change)
|
|
(timeclock-workday-remaining-string)
|
|
(timeclock-workday-elapsed-string)
|
|
(timeclock-when-to-leave-string):
|
|
* calendar/todo-mode.el (todo-add-category):
|
|
* emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
|
|
* emacs-lisp/autoload.el (update-file-autoloads):
|
|
* emacs-lisp/checkdoc.el (checkdoc-current-buffer)
|
|
(checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
|
|
(checkdoc-message-text, checkdoc-defun):
|
|
* emacs-lisp/debug.el (debugger-list-functions):
|
|
* emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
|
|
* emacs-lisp/eieio-opt.el (eieio-describe-class)
|
|
(eieio-describe-generic):
|
|
* emacs-lisp/lisp-mnt.el (lm-synopsis):
|
|
* emacs-lisp/shadow.el (list-load-path-shadows):
|
|
* emulation/cua-base.el (cua-mode):
|
|
* emulation/edt.el (edt-set-scroll-margins):
|
|
* emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
|
|
(tpu-toggle-regexp, tpu-toggle-search-direction)
|
|
(tpu-toggle-rectangle, tpu-toggle-control-keys):
|
|
* emulation/tpu-extras.el (tpu-set-scroll-margins):
|
|
* emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
|
|
(viper-set-parsing-style-toggling-macro)
|
|
(viper-set-emacs-state-searchstyle-macros):
|
|
* emulation/viper.el (viper-set-hooks):
|
|
* eshell/esh-mode.el (eshell-truncate-buffer):
|
|
* international/mule-cmds.el (prefer-coding-system)
|
|
(describe-input-method, describe-language-environment):
|
|
* international/mule-diag.el (list-character-sets)
|
|
(describe-character-set, describe-coding-system)
|
|
(describe-fontset, list-fontsets, list-input-methods):
|
|
* mail/sendmail.el (mail-signature):
|
|
* net/ange-ftp.el (ange-ftp-copy-file):
|
|
* net/browse-url.el (browse-url):
|
|
* net/eudc.el (eudc-set-server, eudc-get-attribute-list):
|
|
* net/quickurl.el (quickurl-add-url):
|
|
* net/rcirc.el (names, topic):
|
|
* net/xesam.el (xesam-mode):
|
|
* play/5x5.el (5x5-new-game):
|
|
* play/yow.el (apropos-zippy):
|
|
* progmodes/ada-mode.el (ada-mode-version):
|
|
* progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
|
|
(f90-end-of-block)
|
|
(f90-beginning-of-block):
|
|
* progmodes/fortran.el (fortran-end-of-block)
|
|
(fortran-beginning-of-block):
|
|
* progmodes/js.el (js-syntactic-context, js-gc, js-eval):
|
|
* progmodes/python.el (python-describe-symbol, python-shell):
|
|
* term/ns-win.el (ns-print-buffer):
|
|
* textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
|
|
* textmodes/flyspell.el (flyspell-mode-on):
|
|
* textmodes/page-ext.el (set-page-delimiter, pages-directory)
|
|
(pages-directory-for-addresses):
|
|
* textmodes/table.el (table-recognize-cell)
|
|
(table-query-dimension, table-generate-source)
|
|
(table-insert-sequence, table--warn-incompatibility):
|
|
* textmodes/tex-mode.el (tex-validate-buffer):
|
|
* textmodes/texinfmt.el (texinfmt-version)
|
|
(texinfo-format-buffer):
|
|
Use `called-interactively-p' instead of `interactive-p'.
|
|
|
|
2009-10-02 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* image-mode.el (image-toggle-display):
|
|
* emacs-lisp/elp.el (elp-instrument-function):
|
|
* emacs-lisp/advice.el (ad-make-advised-definition):
|
|
* emacs-lisp/easy-mmode.el (define-minor-mode):
|
|
* net/browse-url.el (browse-url-maybe-new-window):
|
|
* progmodes/sh-script.el (sh-learn-buffer-indent):
|
|
Pass new argument 'any to `called-interactively-p'.
|
|
|
|
2009-10-01 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:
|
|
Regenerate from Unicode 5.2.0 data.
|
|
|
|
2009-10-01 Glenn Morris <rgm@gnu.org>
|
|
|
|
* Makefile.in (ELCFILES): Regenerate.
|
|
|
|
2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* subr.el (interactive-p): Mark obsolete.
|
|
(called-interactively-p): Make the optional-ness of `kind' obsolete.
|
|
* emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
|
|
advertised-signature-table for subroutines as well.
|
|
|
|
* emacs-lisp/byte-run.el (advertised-signature-table): New var.
|
|
(set-advertised-calling-convention): New function.
|
|
(make-obsolete, define-obsolete-function-alias)
|
|
(make-obsolete-variable, define-obsolete-variable-alias):
|
|
Make the optional-ness of `when' obsolete.
|
|
(define-obsolete-face-alias): Make `when' non-optional.
|
|
* help-fns.el (help-function-arglist):
|
|
* emacs-lisp/bytecomp.el (byte-compile-fdefinition):
|
|
Use advertised-signature-table.
|
|
|
|
2009-10-01 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* files.el (delete-directory): New defun. The original function
|
|
in fileio.c has been renamed to `delete-directory-internal'.
|
|
|
|
* dired.el (dired-delete-file): Call `delete-directory' with
|
|
RECURSIVE parameter.
|
|
|
|
* net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
|
|
parameter RECURSIVE. Implementation is missing.
|
|
|
|
* net/tramp.el (tramp-handle-make-directory): Flush upper
|
|
directory's file properties.
|
|
(tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
|
|
(tramp-handle-dired-recursive-delete-directory): Flush directory
|
|
properties after the remove command only.
|
|
|
|
* net/tramp-fish.el (tramp-fish-handle-delete-directory):
|
|
Handle optional parameter RECURSIVE.
|
|
|
|
* net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
|
|
Handle optional parameter RECURSIVE.
|
|
|
|
* net/tramp-smb.el (tramp-smb-errors): Add error message for
|
|
connection timeout.
|
|
(tramp-smb-handle-delete-directory): Handle optional parameter
|
|
RECURSIVE.
|
|
|
|
2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
|
|
(byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
|
|
(byte-compile-defmacro): Use backquotes.
|
|
|
|
* files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
|
|
|
|
* vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
|
|
has no associated file.
|
|
(vc-resynch-buffer): Use vc-dir-buffers.
|
|
|
|
2009-10-01 Glenn Morris <rgm@gnu.org>
|
|
|
|
* emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
|
|
(chart-file-count):
|
|
* emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
|
|
* emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
|
|
* emacs-lisp/eieio-opt.el (eieio-describe-class):
|
|
* emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
|
|
* emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
|
|
(eieio-copy-parents-into-subclass, make-instance, class-children)
|
|
(eieio-generic-form):
|
|
* cedet/cedet-files.el (cedet-directory-name-to-file-name):
|
|
* cedet/cedet-idutils.el (cedet-idutils-search)
|
|
(cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
|
|
(cedet-idutils-version-check):
|
|
* cedet/cedet.el (cedet-version):
|
|
* cedet/data-debug.el (data-debug-insert-overlay-button)
|
|
(data-debug-insert-overlay-list-button)
|
|
(data-debug-insert-buffer-button)
|
|
(data-debug-insert-buffer-list-button)
|
|
(data-debug-insert-process-button, data-debug-insert-ring-button)
|
|
(data-debug-insert-widget, data-debug-insert-stuff-list-button)
|
|
(data-debug-insert-stuff-vector-button)
|
|
(data-debug-insert-symbol-button, data-debug-insert-string)
|
|
(data-debug-insert-number, data-debug-insert-lambda-expression)
|
|
(data-debug-insert-nil, data-debug-insert-simple-thing)
|
|
(data-debug-insert-custom, data-debug-edebug-expr):
|
|
* cedet/ede.el (ede-auto-add-method, ede-project-class-files)
|
|
(global-ede-mode-map, ede-new, ede-debug-target)
|
|
(ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
|
|
* cedet/semantic.el (semantic-minimum-working-buffer-size)
|
|
(semantic-fetch-tags, semantic-submode-list)
|
|
(semantic-default-submodes):
|
|
* cedet/ede/source.el (ede-source-match):
|
|
* cedet/ede/project-am.el (project-am-type-alist, project-add-file)
|
|
(project-am-package-info):
|
|
* cedet/ede/proj.el (ede-proj-target, project-new-target):
|
|
* cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
|
|
* cedet/ede/proj-comp.el (ede-current-build-list):
|
|
* cedet/ede/makefile-edit.el (makefile-move-to-macro):
|
|
* cedet/ede/files.el (ede-toplevel-project-or-nil):
|
|
* cedet/ede/cpp-root.el (initialize-instance):
|
|
* cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
|
|
(autoconf-parameter-strip, autoconf-insert-new-macro):
|
|
* cedet/semantic/wisent.el (wisent-lex-eoi):
|
|
* cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
|
|
(semantic-show-parser-state-mode):
|
|
* cedet/semantic/texi.el (semantic-texi-environment-regexp):
|
|
* cedet/semantic/tag.el (semantic-tag-new-variable)
|
|
(semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
|
|
(semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
|
|
(semantic--tag-deep-copy-tag-list)
|
|
(semantic-tag-components-with-overlays-default):
|
|
* cedet/semantic/symref.el (semantic-symref-find-text):
|
|
* cedet/semantic/senator.el (senator-yank-tag)
|
|
(senator-transpose-tags-up):
|
|
* cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
|
|
(semantic-analyze-scoped-inherited-tags, semantic-scope-find):
|
|
* cedet/semantic/sb.el (semantic-sb-autoexpand-length):
|
|
* cedet/semantic/lex.el (semantic-lex-comment-regex)
|
|
(semantic-lex-maximum-depth, define-lex, semantic-lex-token)
|
|
(semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
|
|
* cedet/semantic/lex-spp.el
|
|
(semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
|
|
(semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
|
|
* cedet/semantic/idle.el
|
|
(semantic-idle-summary-current-symbol-info-brutish)
|
|
(semantic-idle-summary-current-symbol-info-default):
|
|
* cedet/semantic/grammar.el (semantic-grammar-recreate-package)
|
|
(semantic--grammar-macro-compl-dict):
|
|
* cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
|
|
* cedet/semantic/format.el (semantic-format-tag-custom-list)
|
|
(semantic-format-tag-canonical-name-default):
|
|
* cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
|
|
(semantic-find-tags-for-completion)
|
|
(semantic-find-tags-by-scope-protection-default)
|
|
(semantic-deep-find-tags-for-completion):
|
|
* cedet/semantic/edit.el
|
|
(semantic-edits-incremental-reparse-failed-hook)
|
|
(semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
|
|
(semantic-edits-splice-remove, semantic-edits-splice-replace):
|
|
* cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
|
|
* cedet/semantic/dep.el (semantic-dependency-include-path):
|
|
* cedet/semantic/db.el (semanticdb-default-find-index-class)
|
|
(semanticdb-match-any-mode, semanticdb-with-match-any-mode)
|
|
(semanticdb-project-roots):
|
|
* cedet/semantic/db-find.el (semanticdb-implied-include-tags)
|
|
(semanticdb-find-adebug-insert-scanned-tag-cons)
|
|
(semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
|
|
(semanticdb-brute-deep-find-tags-for-completion):
|
|
* cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
|
|
* cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
|
|
(semantic-end-of-context-default)
|
|
(semantic-ctxt-current-function-default)
|
|
(semantic-ctxt-scoped-types-default):
|
|
* cedet/semantic/complete.el (semantic-complete-read-tag-engine)
|
|
(semantic-complete-inline-tag-engine)
|
|
(semantic-complete-inline-custom-type)
|
|
(semantic-complete-read-tag-analyzer):
|
|
* cedet/semantic/chart.el (semantic-chart-tags-by-class)
|
|
(semantic-chart-database-size):
|
|
* cedet/semantic/analyze.el (semantic-analyze-current-symbol)
|
|
(semantic-analyze-current-context):
|
|
* cedet/semantic/symref/list.el (semantic-symref)
|
|
(semantic-symref-hide-buffer, semantic-symref-symbol):
|
|
* cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
|
|
* cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
|
|
* cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
|
|
* cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
|
|
(semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
|
|
(semantic-c-dereference-template):
|
|
* cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
|
|
(semantic--analyze-refs-full-lookup-with-parents)
|
|
(semantic--analyze-refs-full-lookup-simple):
|
|
* cedet/semantic/analyze/complete.el
|
|
(semantic-analyze-possible-completions):
|
|
* cedet/srecode/table.el (srecode-mode-table-new):
|
|
* cedet/srecode/srt.el (srecode-read-variable-name):
|
|
* cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
|
|
* cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
|
|
(srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
|
|
* cedet/srecode/map.el (srecode-current-map):
|
|
* cedet/srecode/insert.el (srecode-insert)
|
|
(srecode-insert-variable-secondname-handler, srecode-insert-method)
|
|
(srecode-template-inserter-point-override)
|
|
(srecode-insert-include-lookup):
|
|
* cedet/srecode/getset.el (srecode-auto-choose-class):
|
|
* cedet/srecode/extract.el (srecode-inserter-extract):
|
|
* cedet/srecode/document.el
|
|
(srecode-document-autocomment-return-last-alist)
|
|
(srecode-document-autocomment-param-type-alist)
|
|
(srecode-document-insert-function-comment)
|
|
(srecode-document-insert-variable-one-line-comment)
|
|
(srecode-document-function-name-comment):
|
|
* cedet/srecode/dictionary.el (srecode-create-dictionary)
|
|
(srecode-compound-toString):
|
|
* cedet/srecode/compile.el (srecode-flush-active-templates):
|
|
* cedet/srecode/args.el (srecode-semantic-handle-:blank):
|
|
Doc/message fixes.
|
|
|
|
* vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
|
|
match-data. (Bug#4555).
|
|
|
|
* cedet/semantic/bovine/gcc.el
|
|
(semantic-c-reset-preprocessor-symbol-map): Fix declaration.
|
|
(semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
|
|
|
|
* emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
|
|
rather than parsing it as a regexp. This relaxes the layout
|
|
requirements and makes errors easier to detect.
|
|
(check-declare-verify): Check file is regular.
|
|
(check-declare-directory): Doc fix.
|
|
* subr.el (declare-function): Doc fix.
|
|
|
|
* ibuffer.el (ibuffer-format-qualifier):
|
|
* isearch.el (hi-lock-regexp-okay):
|
|
* calc/calc.el (math-zerop):
|
|
* mail/uce.el (rmail-msgbeg, rmail-msgend):
|
|
* term/w32-win.el (setup-default-fontset, set-fontset-font):
|
|
Remove unused declarations.
|
|
|
|
2009-10-01 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* cedet/semantic/wisent/javat-wy.el
|
|
(wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
|
|
|
|
2009-09-30 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* cedet/srecode/expandproto.el: Fix provide statement.
|
|
|
|
2009-09-30 Eric Ludlam <zappo@gnu.org>
|
|
|
|
* emacs-lisp/eieio.el (boolean-p): Delete.
|
|
|
|
2009-09-30 Sascha Wilde <wilde@sha-bang.de>
|
|
|
|
* cedet/ede/srecode.el: Fix provide statement.
|
|
|
|
2009-09-30 Glenn Morris <rgm@gnu.org>
|
|
|
|
* cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
|
|
* cedet/ede/proj-aux.el (ede-aux-source):
|
|
* cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
|
|
(ede-misc-source):
|
|
* cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
|
|
(semantic-mrub-switch-tags): Fix doc typos.
|
|
|
|
* cedet/semantic/db-global.el (data-debug-new-buffer)
|
|
(data-debug-insert-thing): Remove unneeded declarations (one broken).
|
|
(semanticdb-enable-gnu-global-databases): Fix prompt typo.
|
|
|
|
* cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
|
|
|
|
* cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
|
|
use of CL function `remove-if-not'.
|
|
|
|
* emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
|
|
|
|
* emacs-lisp/elint.el (elint-init-form): Report declarations where the
|
|
filename is not a string.
|
|
|
|
2009-09-29 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* files.el (safe-local-eval-forms): Fix typo.
|
|
|
|
2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* vc-hooks.el (vc-dir-buffers): New var.
|
|
(vc-state-refresh): New function.
|
|
(vc-state): Use it.
|
|
(vc-after-save): Always ask the backend to recompute the new state.
|
|
Always call vc-dir if necessary, using vc-dir-buffers.
|
|
* vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
|
|
Use vc-dir-buffers.
|
|
(vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
|
|
(vc-dir-prepare-status-buffer, vc-dir-update)
|
|
(vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
|
|
Don't call expand-file-name on default-directory.
|
|
|
|
2009-09-29 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* speedbar.el (speedbar-item-delete):
|
|
* calc/calc-prog.el (calc-kbd-if):
|
|
* language/hanja-util.el (hanja-init-load): Fix typos in messages.
|
|
|
|
* epa.el (epa-key-list-mode-map):
|
|
* hi-lock.el (hi-lock-menu): Fix typos in menus.
|
|
|
|
* progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
|
|
(hs-show-hook): Fix typo in docstring.
|
|
|
|
2009-09-29 Glenn Morris <rgm@gnu.org>
|
|
|
|
* cedet/semantic/symref/idutils.el:
|
|
* cedet/semantic/symref/list.el: Relicense under GPLv3+.
|
|
|
|
* cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
|
|
|
|
* cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
|
|
* cedet/semantic/tag-file.el (semanticdb-table-child-p):
|
|
* cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
|
|
Mark declarations not understood by check-declare.
|
|
|
|
* emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
|
|
file-name-nondirectory call preventing location of cedet files.
|
|
(check-declare-verify): Use literal search rather than re-search.
|
|
Add basic defmethod and defclass, and define-overloadable-function.
|
|
|
|
* net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
|
|
Use tramp-compat-file-attributes rather than nonexistent
|
|
tramp-compat-handle-file-attributes.
|
|
|
|
* Makefile.in (lisptagsfiles4): New.
|
|
(AUTOGENEL): Add cedet loaddefs files.
|
|
(TAGS, TAGS-LISP): Use $lisptagsfiles4.
|
|
(update-elclist, compile-always, backup-compiled-files)
|
|
(bootstrap-clean): Add yet another directory level.
|
|
(update-elclist): Use LC_COLLATE rather than COLLATE.
|
|
(ELCFILES): Update, via `make update-elclist'.
|
|
|
|
2009-09-29 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
|
|
(WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
|
|
(update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
|
|
|
|
2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
|
|
|
|
* Makefile.in (lisptagsfiles3): Define.
|
|
(TAGS, TAGS-LISP): Use it.
|
|
(update-elclist): Add third directory level to look for elc files.
|
|
(compile-always): Likewise.
|
|
(backup-compiled-files): Likewise.
|
|
(bootstrap-clean): Likewise.
|
|
(ELCFILES): Update.
|
|
|
|
2009-09-28 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* Makefile.in (ELCFILES): Add CEDET files.
|
|
|
|
2009-09-28 Eric Ludlam <zappo@gnu.org>
|
|
|
|
CEDET (development tools) package merged.
|
|
|
|
* cedet/*.el:
|
|
* cedet/ede/*.el:
|
|
* cedet/semantic/*.el:
|
|
* cedet/srecode/*.el: New files.
|
|
|
|
2009-09-28 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* Makefile.in (ELCFILES): Add net/tramp-imap.elc.
|
|
|
|
* net/tramp.el (top): Require tramp-imap.
|
|
|
|
* net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
|
|
Use `tramp-compat-handle-file-attributes'.
|
|
|
|
2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
|
|
|
|
* net/tramp-imap.el: New package.
|
|
|
|
2009-09-28 Eric Ludlam <zappo@gnu.org>
|
|
|
|
* emacs-lisp/chart.el:
|
|
* emacs-lisp/eieio-base.el:
|
|
* emacs-lisp/eieio-comp.el:
|
|
* emacs-lisp/eieio-custom.el:
|
|
* emacs-lisp/eieio-datadebug.el:
|
|
* emacs-lisp/eieio-opt.el:
|
|
* emacs-lisp/eieio-speedbar.el:
|
|
* emacs-lisp/eieio.el: New files.
|
|
|
|
* cedet/cedet-cscope.el:
|
|
* cedet/cedet-files.el:
|
|
* cedet/cedet-global.el:
|
|
* cedet/cedet-idutils.el:
|
|
* cedet/data-debug.el:
|
|
* cedet/inversion.el:
|
|
* cedet/mode-local.el:
|
|
* cedet/pulse.el: New files.
|
|
|
|
2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
|
|
|
* whitespace.el (whitespace-trailing-regexp)
|
|
(whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
|
|
Fix doc string.
|
|
|
|
2009-09-27 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
|
|
menu.
|
|
|
|
* ediff-hook.el: Move menu-bar-ediff-misc-menu into
|
|
menu-bar-ediff-menu.
|
|
|
|
* emacs-lisp/lisp-mode.el: Add doc-string-elt property to
|
|
define-overloadable-function.
|
|
|
|
* progmodes/autoconf.el: Provide autoconf as well, so that this
|
|
file can be `require'd.
|
|
|
|
* emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
|
|
|
|
* emacs-lisp/autoload.el (generated-autoload-feature)
|
|
(generated-autoload-load-name): New vars.
|
|
(autoload-rubric, autoload-generate-file-autoloads): Use them.
|
|
(make-autoload): Recognize define-overloadable-function and
|
|
defclass forms (for EIEIO).
|
|
|
|
* Makefile.in (update-subdirs): Exclude cedet directory.
|
|
|
|
2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
|
|
|
|
* term/ns-win.el: Don't set the region face background. (Bug#4381)
|
|
|
|
* faces.el: Default light-background background for region face to
|
|
ns_selection_color under NS.
|
|
|
|
2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
|
|
|
|
* net/imap-hash.el: New library, see NEWS.
|
|
|
|
* Makefile.in (ELCFILES): Add imap-hash.el.
|
|
|
|
2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
|
|
* isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
|
|
* help-macro.el (make-help-screen): Avoid using an ambiguous function
|
|
definition where the docstring could be taken for the return value.
|
|
|
|
2009-09-26 Glenn Morris <rgm@gnu.org>
|
|
|
|
* mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
|
|
Add option to only show images below a certain size.
|
|
(rmail-mime-multipart-handler): Remove unnecessary save-match-data and
|
|
save-excursion calls.
|
|
|
|
2009-09-26 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
* makefile.w32-in (WINS_ALMOST): Add cedet (with its
|
|
subdirectories) and eieio.
|
|
|
|
2009-09-26 Alan Mackenzie <acm@muc.de>
|
|
|
|
* progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
|
|
buggy bracketing. (Bug#4289)
|
|
|
|
* progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
|
|
character constants (as case labels). (Bug#4289)
|
|
|
|
2009-09-25 Juri Linkov <juri@jurta.org>
|
|
|
|
* files.el (safe-local-eval-forms): Allow time-stamp in
|
|
before-save-hook (Bug#4554).
|
|
|
|
2009-09-25 Drew Adams <drew.adams@oracle.com>
|
|
|
|
* menu-bar.el (list-buffers-directory): Doc fix.
|
|
|
|
2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
|
|
Try and avoid copying twice the same paragraph.
|
|
(log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
|
|
Remove save-excursion.
|
|
(log-edit-changelog-entry): Do it here instead.
|
|
|
|
2009-09-25 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* bs.el (bs--get-file-name): Use `list-buffers-directory'
|
|
when available, instead of hardcoding mode names. Doc fix.
|
|
|
|
* menu-bar.el (list-buffers-directory): Add docstring.
|
|
Make automatically buffer-local.
|
|
|
|
* dired.el (dired-mode):
|
|
* files.el (cd-absolute):
|
|
* pcvs.el (cvs-temp-buffer):
|
|
* pcvs-util.el (cvs-get-buffer-create):
|
|
* shell.el (shell-mode):
|
|
* vc-dir.el (vc-dir-mode):
|
|
Don't make `list-buffers-directory' buffer local.
|
|
|
|
2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
|
|
|
|
* comint.el (comint-exec, comint-run, make-comint):
|
|
Doc fixes (Bug#4542).
|
|
|
|
2009-09-25 Glenn Morris <rgm@gnu.org>
|
|
|
|
* mail/rmailmm.el (rmail-mime): New custom group.
|
|
Move all defcustoms in this file into this group.
|
|
(rmail-mime-media-type-handlers-alist): Revert previous change.
|
|
(rmail-mime-show-images): New option.
|
|
(rmail-mime-total-number-of-bulk-attachments): Remove variable and all
|
|
references to it, since it wasn't actually used for anything.
|
|
(rmail-mime-insert-image): New function.
|
|
(rmail-mime-image): Use rmail-mime-insert-image.
|
|
(rmail-mime-bulk-handler): Remove optional `image' argument, instead
|
|
obey the value of `rmail-mime-show-images' option. Print the size of
|
|
attachments.
|
|
|
|
2009-09-25 David Engster <deng@randomsample.de>
|
|
|
|
* progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
|
|
|
|
2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
|
|
|
* whitespace.el: Does not highlight trailing spaces While point is
|
|
at end of line. Does not highligt spaces at beginning of buffer
|
|
while point is at beginning of buffer. Does not highlight spaces
|
|
at end of buffer while point is at end of buffer. (Bug#4177)
|
|
New version 12.0.
|
|
(whitespace-display-mappings): Adjust initialization.
|
|
(whitespace-point, whitespace-font-lock-refontify): New vars.
|
|
(whitespace-color-on, whitespace-color-off): Adjust code.
|
|
(whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
|
|
(whitespace-empty-at-eob-regexp, whitespace-space-regexp)
|
|
(whitespace-tab-regexp, whitespace-post-command-hook): New funs.
|
|
|
|
2009-09-24 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
|
|
|
|
* textmodes/sgml-mode.el: Remove xml-mode alias.
|
|
|
|
* files.el (auto-mode-alist, conf-mode-maybe)
|
|
(magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
|
|
|
|
2009-09-24 Alan Mackenzie <acm@muc.de>
|
|
|
|
* progmodes/cc-cmds.el (c-scan-conditionals): A new function like
|
|
c-forward-conditionals, but it doesn't move point and doesn't set
|
|
the mark.
|
|
(c-up-conditional, c-up-conditional-with-else, c-down-conditional)
|
|
(c-down-conditional-with-else, c-backward-conditional)
|
|
(c-forward-conditional): Refactor to use c-scan-conditionals.
|
|
|
|
2009-09-24 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* help-fns.el (help-downcase-arguments): New option, defaulting to nil.
|
|
(help-default-arg-highlight): Remove.
|
|
(help-highlight-arg): New function.
|
|
(help-do-arg-highlight): Use it.
|
|
Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
|
|
|
|
2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* term.el (term-set-scroll-region, term-handle-ansi-escape):
|
|
Undo last change, which didn't fix the problem and introduced others.
|
|
|
|
2009-09-24 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
* progmodes/gdb-mi.el: Don't require speedbar.
|
|
(gdb-jsonify-buffer): Handle case where "=" is part of value string.
|
|
|
|
2009-09-24 Glenn Morris <rgm@gnu.org>
|
|
|
|
* calendar/diary-lib.el (diary-fancy-display): Always run the hook.
|
|
|
|
* term/ns-win.el (ns-reg-to-script): Define for compiler.
|
|
|
|
* mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
|
|
there is no newline after the final mime boundary. (Bug#4539)
|
|
Move markers on insertion so that any buttons inserted don't end up in
|
|
the next part of a multipart message.
|
|
(rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
|
|
(rmail-mime-bulk-handler): Optionally handle images.
|
|
(rmail-mime-image): New button action.
|
|
(rmail-mime-image-handler): New function.
|
|
(rmail-mime-mode): New mode.
|
|
(rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
|
|
|
|
2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* minibuffer.el (minibuffer-force-complete): Cycle the list, rather
|
|
than just dropping elements from it (bug#4504).
|
|
|
|
* term.el (term-set-scroll-region): Don't move cursor any more.
|
|
(term-handle-ansi-escape): Call term-goto here instead.
|
|
Suggested by Ivan Kanis <apple@kanis.eu>.
|
|
|
|
* term.el: Require CL.
|
|
(term-ansi-reset): New function.
|
|
(term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
|
|
(term-handle-colors-array): Simplify.
|
|
|
|
2009-09-24 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* allout.el (allout-overlay-interior-modification-handler)
|
|
(allout-obtain-passphrase):
|
|
* epa-file.el (epa-file-write-region):
|
|
* ps-print.el (ps-begin-job):
|
|
* vc-hooks.el (vc-toggle-read-only):
|
|
* vc-rcs.el (vc-rcs-rollback):
|
|
* vc-sccs.el (vc-sccs-rollback):
|
|
* vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
|
|
(vc-version-diff, vc-revert, vc-rollback):
|
|
* wdired.el (wdired-check-kill-buffer):
|
|
* emacs-lisp/authors.el (authors):
|
|
* net/socks.el (socks-open-connection):
|
|
* net/zeroconf.el (zeroconf-service-add-hook):
|
|
* obsolete/vc-mcvs.el (vc-mcvs-register):
|
|
* progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
|
|
(gdb-select-frame):
|
|
* progmodes/grep.el (lgrep, rgrep):
|
|
* progmodes/idlw-help.el (idlwave-help-check-locations)
|
|
(idlwave-help-html-link, idlwave-help-assistant-open-link):
|
|
* textmodes/ispell.el (ispell-find-aspell-dictionaries):
|
|
* textmodes/reftex-toc.el (reftex-toc-promote-prepare)
|
|
(reftex-toc-rename-label): Fix typos in error messages.
|
|
|
|
* dired-aux.el (dired-do-shell-command): Reflow docstring.
|
|
(dired-copy-how-to-fn): Doc fix.
|
|
(dired-files-attributes, dired-read-shell-command):
|
|
Fix typos in docstrings.
|
|
|
|
* dired-x.el (dired-enable-local-variables, dired-filename-at-point)
|
|
(dired-x-find-file-other-window): Reflow docstrings.
|
|
(dired-omit-marker-char, dired-read-shell-command)
|
|
(dired-x-submit-report): Fix typos in docstrings.
|
|
|
|
* shell.el (shell-mode-hook):
|
|
* view.el (View-scroll-line-forward):
|
|
* progmodes/inf-lisp.el (inferior-lisp-mode-hook):
|
|
Fix typos in docstrings.
|
|
|
|
* net/dig.el (dig-invoke): Fix typo in docstring.
|
|
(query-dig): Reflow docstring.
|
|
|
|
* progmodes/idlwave.el (idlwave-create-user-catalog-file)
|
|
(idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
|
|
(idlwave-abbrev-move, idlwave-auto-routine-info-updates)
|
|
(idlwave-begin-block-reg, idlwave-begin-unit-reg)
|
|
(idlwave-beginning-of-subprogram, idlwave-block-jump-out)
|
|
(idlwave-block-match-regexp, idlwave-calculate-paren-indent)
|
|
(idlwave-check-abbrev, idlwave-class-file-or-buffer)
|
|
(idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
|
|
(idlwave-completion-map, idlwave-current-indent)
|
|
(idlwave-custom-ampersand-surround, idlwave-customize)
|
|
(idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
|
|
(idlwave-define-abbrev, idlwave-determine-class-special)
|
|
(idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
|
|
(idlwave-end-block-reg, idlwave-end-of-statement)
|
|
(idlwave-end-of-statement0, idlwave-end-of-subprogram)
|
|
(idlwave-end-unit-reg, idlwave-entry-find-keyword)
|
|
(idlwave-explicit-class-listed, idlwave-file-header)
|
|
(idlwave-fill-paragraph, idlwave-find-class-definition)
|
|
(idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
|
|
(idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
|
|
(idlwave-in-quote, idlwave-indent-action-table)
|
|
(idlwave-indent-expand-table, idlwave-indent-line)
|
|
(idlwave-indent-subprogram, idlwave-indent-to-open-paren)
|
|
(idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
|
|
(idlwave-is-continuation-line, idlwave-is-pointer-dereference)
|
|
(idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
|
|
(idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
|
|
(idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
|
|
(idlwave-outlawed-buffers, idlwave-popup-select)
|
|
(idlwave-previous-statement, idlwave-rescan-catalog-directories)
|
|
(idlwave-routine-entry-compare, idlwave-routine-info.pro)
|
|
(idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
|
|
(idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
|
|
(idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
|
|
(idlwave-statement-type, idlwave-struct-skip)
|
|
(idlwave-substitute-link-target, idlwave-toggle-comment-region)
|
|
(idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
|
|
(idlwave-what-module-find-class): Fix typos in docstrings.
|
|
(idlwave-all-method-classes, idlwave-calc-hanging-indent)
|
|
(idlwave-calculate-cont-indent, idlwave-expand-equal)
|
|
(idlwave-find-module, idlwave-find-structure-definition)
|
|
(idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
|
|
(idlwave-list-load-path-shadows, idlwave-next-statement)
|
|
(idlwave-routine-entry-compare-twins, idlwave-routine-info)
|
|
(idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
|
|
(idlwave-template): Reflow docstrings.
|
|
|
|
* progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
|
|
(idlwave-shell-batch-command, idlwave-shell-bp-alist)
|
|
(idlwave-shell-bp-get, idlwave-shell-bp-overlays)
|
|
(idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
|
|
(idlwave-shell-display-line, idlwave-shell-display-wframe)
|
|
(idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
|
|
(idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
|
|
(idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
|
|
(idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
|
|
(idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
|
|
(idlwave-shell-mode-map, idlwave-shell-module-source-filter)
|
|
(idlwave-shell-mouse-help, idlwave-shell-mouse-print)
|
|
(idlwave-shell-pc-frame, idlwave-shell-pending-commands)
|
|
(idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
|
|
(idlwave-shell-scan-for-state, idlwave-shell-send-command)
|
|
(idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
|
|
(idlwave-shell-shell-command, idlwave-shell-sources-alist)
|
|
(idlwave-shell-sources-bp, idlwave-shell-sources-filter)
|
|
(idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
|
|
(idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
|
|
Fix typos in docstrings.
|
|
(idlwave-shell-bp, idlwave-shell-clear-current-bp)
|
|
(idlwave-shell-hide-output, idlwave-shell-mode)
|
|
(idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
|
|
Reflow docstrings.
|
|
|
|
* textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
|
|
|
|
2009-09-24 Ivan Kanis <apple@kanis.eu>
|
|
|
|
* term.el (term-bold-attribute): New var.
|
|
(term-handle-colors-array): Use it.
|
|
|
|
2009-09-23 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
* progmodes/gdb-mi.el (gdb-version): New variable.
|
|
(gdb-non-stop-handler): Set gdb-version.
|
|
(gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
|
|
Condition "--thread" option on gdb-version.
|
|
(gdb-invalidate-threads): Remove unused argument.
|
|
|
|
2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
|
|
to looking-back to avoid ridiculous slow down in large files (bug#4511).
|
|
|
|
2009-09-23 Glenn Morris <rgm@gnu.org>
|
|
|
|
* mail/rmail.el (rmail-reply): Don't try to add a References header when
|
|
replying to mail without References or Message-Id. (Bug#4525)
|
|
|
|
2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
|
|
|
|
* term/ns-win.el (ns-reg-to-script): New variable.
|
|
|
|
2009-09-23 Daiki Ueno <ueno@unixuser.org>
|
|
|
|
* epg.el (epg-wait-for-status): Preserve existing 'error results.
|
|
|
|
2009-09-22 Sam Steingold <sds@gnu.org>
|
|
|
|
* vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
|
|
(vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
|
|
to 1 because hg returns status 1 when nothing is found.
|
|
Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
|
|
|
|
2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* textmodes/fill.el: Convert to utf-8 encoding.
|
|
(fill-french-nobreak-p): Remove redundant » and « inherited from our
|
|
pre-unicode days.
|
|
|
|
* add-log.el (change-log-fill-forward-paragraph): New function.
|
|
(change-log-mode): Use it so fill-region DTRT.
|
|
Set fill-indent-according-to-mode here rather than in
|
|
change-log-fill-paragraph.
|
|
(change-log-fill-paragraph): Remove.
|
|
|
|
2009-09-22 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* info.el (Info-try-follow-nearest-node): Use the URL extracted by
|
|
`Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
|
|
|
|
2009-09-22 Glenn Morris <rgm@gnu.org>
|
|
|
|
* calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
|
|
the scroll-bar scroll the calendar window rather than the buffer.
|
|
|
|
* calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
|
|
commands that move point (as opposed to scrolling).
|
|
|
|
* emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
|
|
|
|
* emacs-lisp/elint.el (elint): New custom group.
|
|
(elint-log-buffer): Make it a defcustom.
|
|
(elint-scan-preloaded, elint-ignored-warnings)
|
|
(elint-directory-skip-re): New options.
|
|
(elint-builtin-variables): Doc fix.
|
|
(elint-preloaded-env): New variable.
|
|
(elint-unknown-builtin-args): Add an entry for encode-time.
|
|
(elint-extra-errors): Make it a variable rather than a constant.
|
|
(elint-preloaded-skip-re): New constant.
|
|
(elint-directory): Skip files matching elint-directory-skip-re.
|
|
(elint-features): New variable, local to linted buffers.
|
|
(elint-update-env): Initialize elint-features. Possibly add
|
|
elint-preloaded-env to the buffer's environment.
|
|
(elint-get-top-forms): Bind elint-current-pos, for log messages.
|
|
Skip quoted forms.
|
|
(elint-init-form): New function, extracted from elint-init-env.
|
|
Make non-list forms a warning rather than an error.
|
|
Add the mode-map for define-derived-mode. Handle define-minor-mode,
|
|
easy-menu-define, put that adds an error-condition, and provide.
|
|
When requiring cl, also require cl-macs. Really require cl, to handle
|
|
some cl macros. Store required libraries in the list elint-features,
|
|
so as not to re-load them. Treat cc-require like require.
|
|
(elint-init-env): Call elint-init-form to do the work.
|
|
Handle eval-and-compile and such like.
|
|
(elint-add-required-env): Do not clear messages.
|
|
(elint-special-forms): Add handlers for function, defalias, if, when,
|
|
unless, and, or.
|
|
(elint-form): Add optional argument to ignore elint-special-forms,
|
|
useful to prevent recursive calls from handlers. Doc fix.
|
|
Respect elint-ignored-warnings.
|
|
(elint-form): Respect elint-ignored-warnings.
|
|
(elint-bound-variable, elint-bound-function): New variables.
|
|
(elint-unbound-variable): Respect elint-bound-variable.
|
|
(elint-get-args): Respect elint-bound-function.
|
|
(elint-check-cond-form): Add some simple handling for (f)boundp and
|
|
featurep tests.
|
|
(elint-check-defalias-form): New handler.
|
|
(elint-check-let-form): Make an empty let a warning rather than an
|
|
error.
|
|
(elint-check-setq-form): Make an empty setq a warning rather than an
|
|
error. Respect elint-ignored-warnings.
|
|
(elint-check-defvar-form): Accept null doc-strings.
|
|
(elint-check-conditional-form): New handler. Does some simple-minded
|
|
checking of featurep and (f)boundp tests.
|
|
(elint-put-function-args): New function.
|
|
(elint-initialize): Use elint-scan-doc-file rather than
|
|
elint-find-builtin-variables. Use elint-put-function-args.
|
|
Possibly scan preloaded-file-list.
|
|
(elint-scan-doc-file): Rename from elint-find-builtin-variables and
|
|
extend to handle functions as well.
|
|
|
|
2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
|
|
|
|
* linum.el (linum-delete-overlays, linum-update-window):
|
|
Do not modify the right margin. (Bug#3971)
|
|
|
|
2009-09-21 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
|
|
nxml-mode instead of xml-mode.
|
|
|
|
2009-09-21 Kevin Ryde <user42@zip.com.au>
|
|
|
|
* net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
|
|
|
|
2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* net/dig.el (dig-mode): Use define-derived-mode.
|
|
|
|
2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* vc-dispatcher.el (vc-do-command): Return the process object in
|
|
the asynchronous case. Use when instead of if. Do not run
|
|
vc-exec-after to display a message if not enabled. (Bug#4463)
|
|
|
|
* vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
|
|
properties to the stash strings.
|
|
(vc-git-stash-list): Return a list of strings.
|
|
(vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
|
|
(vc-git-stash-show-at-point): New functions.
|
|
(vc-git-stash-map): New keymap.
|
|
|
|
* register.el (ctl-x-r-map): Define the keys here instead of
|
|
using autoload.
|
|
|
|
2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
|
|
|
|
* bookmark.el (bookmark-write-file): Avoid calling `pp' with large
|
|
list, to workaround performance problem (bug#4485).
|
|
|
|
2009-09-20 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
* progmodes/gud.el (gud-sentinel): Revert indavertant change.
|
|
|
|
2009-09-20 Daiki Ueno <ueno@unixuser.org>
|
|
|
|
* epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
|
|
Document that this option is not recommended to use.
|
|
|
|
2009-09-19 Glenn Morris <rgm@gnu.org>
|
|
|
|
* calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
|
|
variable `var'.
|
|
|
|
* calc/calc-alg.el (var):
|
|
* calc/calcalg2.el (var): Define for compiler.
|
|
|
|
2009-09-19 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
|
|
Doc fix (Bug#3932).
|
|
|
|
* subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
|
|
|
|
* time-stamp.el (time-stamp-month-dd-yyyy)
|
|
(time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
|
|
(time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
|
|
(time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
|
|
(time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
|
|
Remove functions that have been obsolete since 1995 (Bug#4436).
|
|
|
|
* progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
|
|
indent buffer only if called interactively (Bug#4452).
|
|
|
|
2009-09-19 Juanma Barranquero <lekktu@gmail.com>
|
|
Eli Zaretskii <eliz@gnu.org>
|
|
|
|
This fixes bug#4197 (merged to bug#865, though not identical).
|
|
* server.el (server-auth-dir): Add docstring note about FAT32.
|
|
(server-ensure-safe-dir): Accept FAT32 directories as "safe",
|
|
but warn against using them.
|
|
|
|
2009-09-19 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
* progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
|
|
older GDB where there is no has_more field.
|
|
|
|
2009-09-19 Glenn Morris <rgm@gnu.org>
|
|
|
|
* pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
|
|
|
|
2009-09-18 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* files.el (auto-mode-alist): Change default for XML files to nXML
|
|
mode (Bug#4169).
|
|
|
|
2009-09-18 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* server.el (server-ensure-safe-dir): Pass 'integer
|
|
to `file-attributes', as suggested.
|
|
|
|
2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* dired-aux.el (dired-query-alist): Remove spurious backslash.
|
|
(dired-query): Use read-key.
|
|
|
|
2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
|
|
|
|
* cus-start.el (ns-use-qd-smoothing): Remove.
|
|
|
|
2009-09-18 Glenn Morris <rgm@gnu.org>
|
|
|
|
* allout.el (top-level): Remove unnecessary progn.
|
|
|
|
* progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
|
|
|
|
* emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
|
|
definition of abbrev table.
|
|
|
|
* speedbar.el (speedbar-track-mouse):
|
|
* net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
|
|
* net/eudc.el (eudc-expand-inline):
|
|
* net/newst-backend.el (newsticker--cache-read-feed):
|
|
* nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
|
|
condition-case handlers.
|
|
|
|
2009-09-18 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
* progmodes/gdb-mi.el (gdb-frame-address): New variable.
|
|
(gdb-var-list): Add an element for has_more field.
|
|
(gdb-non-stop-handler): Enable pretty printing for STL containers.
|
|
(gdb-var-create-handler, gdb-var-list-children-handler-1)
|
|
(gdb-var-update-handler-1): Parse output of dynamic variable
|
|
objects (STL containers).
|
|
(gdb-var-delete-1): Pass var1 as an explicit second argument.
|
|
(gdb-get-field): Delete alias. Use bindat-get-field directly.
|
|
|
|
* progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
|
|
gdb-var-list.
|
|
(gud-speedbar-buttons): Make node expandable if expression "has more"
|
|
children.
|
|
|
|
2009-09-17 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* startup.el (emacs-quick-startup): Remove variable and all uses.
|
|
(command-line): Set `inhibit-x-resources' instead.
|
|
(command-line-1): Use `inhibit-x-resources' instead.
|
|
|
|
2009-09-17 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* subr.el: Fix last change to avoid using the `unless' macro,
|
|
which breaks bootstrapping.
|
|
|
|
2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
|
|
extended definitions, in case we reload subr.el after having
|
|
loaded CL.
|
|
(eval-next-after-load): Mark as obsolete.
|
|
|
|
2009-09-17 Juri Linkov <juri@jurta.org>
|
|
|
|
* menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
|
|
(menu-bar-options-menu, menu-bar-showhide-fringe-menu)
|
|
(menu-bar-showhide-menu, menu-bar-tools-menu)
|
|
(menu-bar-describe-menu, menu-bar-help-menu)
|
|
(minibuffer-local-completion-map, minibuffer-local-map):
|
|
Fix list quoting.
|
|
|
|
2009-09-17 Glenn Morris <rgm@gnu.org>
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
|
|
arguments, whether or not it has a handler.
|
|
|
|
* ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
|
|
|
|
* simple.el (hard-newline): Give it a doc-string.
|
|
|
|
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
|
|
(lisp-mode-syntax-table): Give them doc-strings.
|
|
|
|
2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
|
|
(menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
|
|
(menu-bar-options-menu, menu-bar-showhide-menu)
|
|
(menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
|
|
(menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
|
|
(menu-bar-options-menu, menu-bar-line-wrapping-menu)
|
|
(menu-bar-options-menu, menu-bar-tools-menu)
|
|
(menu-bar-describe-menu, menu-bar-search-documentation-menu)
|
|
(menu-bar-help-menu):
|
|
(menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
|
|
string arguments.
|
|
|
|
* ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
|
|
(menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
|
|
calls for the menu names and :help.
|
|
|
|
2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* mouse.el (minor-mode-menu-from-indicator): Pay attention
|
|
to :minor-mode-function (bug#4455).
|
|
|
|
2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* startup.el (command-line): Initialize the window-system after
|
|
processing the command-line.
|
|
|
|
* textmodes/page.el (what-page): Make sure we don't inf-loop if
|
|
page-delimiter matches the empty string.
|
|
|
|
2009-09-16 Glenn Morris <rgm@gnu.org>
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
|
|
byte-compile-not-obsolete-var. It's a list now.
|
|
(byte-compile-not-obsolete-funcs): New variable.
|
|
(byte-compile-warn-obsolete): Don't warn about functions if they are in
|
|
byte-compile-not-obsolete-funcs.
|
|
(byte-compile-variable-ref, byte-compile-defvar): Update for
|
|
byte-compile-not-obsolete-vars name-change and list nature.
|
|
(byte-compile-maybe-guarded): Suppress warnings about obsolete functions
|
|
and variables behind (f)boundp tests.
|
|
* net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
|
|
|
|
2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
|
|
|
|
2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
|
|
* emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
|
|
Don't autoload.
|
|
|
|
2009-09-15 Stephen Eglen <stephen@gnu.org>
|
|
|
|
* iswitchb.el (iswitchb-read-buffer): When selecting a match from
|
|
the virtual-buffers, use the name of the buffer specified by
|
|
find-file-noselect, as the match may be a symlink. (This was a
|
|
problem if the target and the symlink had different names.)
|
|
|
|
2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* custom.el (custom-initialize-default, custom-initialize-set): CSE.
|
|
|
|
* desktop.el (desktop-path): Check user-emacs-directory.
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
|
|
|
|
* loadup.el: Use after-load-functions to GC after loading each file.
|
|
Remove the explicit GC calls that used to be sprinkled around.
|
|
|
|
* subr.el (after-load-functions): New hook.
|
|
(do-after-load-evaluation): Run it. Use string-match-p to detect
|
|
`obsolete' packages, rather than painfully extracting the relevant
|
|
directory name.
|
|
|
|
2009-09-15 Glenn Morris <rgm@gnu.org>
|
|
|
|
* apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
|
|
free variable `doc'.
|
|
|
|
* dired.el (dired-mode-map): Add menu entry for async shell command.
|
|
|
|
* help-fns.el (find-lisp-object-file-name): When looking for autoloaded
|
|
variables, also consider the .elc files, since the .el files are
|
|
normally gzipped (subsequent code locates the .el.gz from the .elc).
|
|
|
|
* calc/calc-prog.el (arglist): Define for compiler.
|
|
|
|
* calendar/diary-lib.el (diary-display-function): Change the default to
|
|
fancy display.
|
|
(body): Define for compiler.
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-keep-pending)
|
|
(byte-compile-file-form, byte-compile-lambda)
|
|
(byte-compile-top-level-body, byte-compile-form)
|
|
(byte-compile-variable-ref, byte-compile-setq)
|
|
(byte-compile-setq-default, byte-compile-body)
|
|
(byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
|
|
(batch-byte-compile): Give some more local variables with common names
|
|
a "bytecomp-" prefix to avoid masking warnings about free variables.
|
|
|
|
* startup.el (command-line-1): Give local variables with common names a
|
|
distinguishing prefix, so as not to hide free variable warnings during
|
|
bootstrap.
|
|
|
|
* mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
|
|
clever and add a suffix to make a unique name, just let the user decide
|
|
whether or not to overwrite it. If the input is a directory, write the
|
|
default filename to that directory. (Bug#4388)
|
|
(rmail-mime-bulk-handler): Ensure the save button's 'directory property
|
|
is a filename-as-a-directory.
|
|
|
|
2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* textmodes/page.el (what-page): Don't move to beginning of line.
|
|
See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
|
|
|
|
2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* vc-git.el (vc-git-dir-extra-headers): Show the remote location.
|
|
|
|
2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
|
|
* help.el (help-for-help-internal): Add purecopy calls for text.
|
|
|
|
* vc.el (top): print-log method now takes an optional SHORTLOG
|
|
argument. Add a new method: root.
|
|
(vc-root-diff, vc-print-root-log): New functions.
|
|
(vc-log-short-style): New variable.
|
|
(vc-print-log-internal): Add support for showing short logs.
|
|
|
|
* vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
|
|
vc-print-root-log and vc-print-root-diff.
|
|
|
|
* vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
|
|
* vc-git.el (vc-git-print-log, vc-git-log-view-mode):
|
|
* vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
|
|
short logs.
|
|
|
|
* vc-cvs.el (vc-cvs-print-log):
|
|
* vc-mtn.el (vc-mtn-print-log):
|
|
* vc-rcs.el (vc-rcs-print-log):
|
|
* vc-sccs.el (vc-sccs-print-log):
|
|
* vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
|
|
that is ignored for now.
|
|
|
|
* vc-mtn.el (vc-mtn-annotate-command):
|
|
* vc-svn.el (vc-svn-annotate-command): Run asynchronously.
|
|
|
|
2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* simple.el: Add mapping for backspace/delete/clear/tab/escape/return
|
|
to function-key-map, and give them ascii-character property.
|
|
* term/x-win.el (x-alternatives-map):
|
|
* term/ns-win.el (ns-alternatives-map):
|
|
* term/internal.el (msdos-key-remapping-map):
|
|
* w32-fns.el (x-alternatives-map): Remove redundant mappings.
|
|
|
|
2009-09-14 Glenn Morris <rgm@gnu.org>
|
|
|
|
* emacs-lisp/elint.el (elint-add-required-env): Revert to not using
|
|
temp-buffers (2009-09-12).
|
|
|
|
2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* textmodes/ispell.el (ispell-command-loop): Improve last fix, using
|
|
the new read-key function.
|
|
|
|
2009-09-13 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
|
|
is defined (Bug#4405).
|
|
|
|
2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
|
|
|
|
* recentf.el (recentf-cleanup): Use a hash table to find
|
|
duplicates (Bug#4407).
|
|
|
|
2009-09-13 Per Starbäck <per@starback.se> (tiny change)
|
|
|
|
* textmodes/ispell.el (ispell-command-loop): Convert keys such as
|
|
kp-0 to ascii equivalents (Bug#4325).
|
|
|
|
2009-09-13 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
|
|
|
|
* eshell/em-hist.el:
|
|
* eshell/em-dirs.el (eshell-complete-user-reference):
|
|
Declare pcomplete functions and variables to avoid compiler warnings.
|
|
|
|
2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
|
|
|
|
* eshell/em-script.el (eshell-login-script, eshell-rc-script):
|
|
* eshell/em-dirs.el (eshell-last-dir-ring-file-name):
|
|
* eshell/em-alias.el (eshell-aliases-file):
|
|
* eshell/em-hist.el (eshell-history-file-name):
|
|
Use expand-file-name instead of concat to make file names (Bug#4308).
|
|
|
|
2009-09-13 Glenn Morris <rgm@gnu.org>
|
|
|
|
* ediff-merg.el (ediff-do-merge):
|
|
* filesets.el (filesets-run-cmd):
|
|
* emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
|
|
(ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
|
|
(ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
|
|
(ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
|
|
(ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
|
|
Replace empty `let's with `progn'.
|
|
|
|
2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* mail/sendmail.el (send-mail-function):
|
|
* tooltip.el (tooltip-mode):
|
|
* simple.el (transient-mark-mode):
|
|
* rfn-eshadow.el (file-name-shadow-mode):
|
|
* frame.el (blink-cursor-mode):
|
|
* font-core.el (global-font-lock-mode):
|
|
* files.el (temporary-file-directory)
|
|
(small-temporary-file-directory, auto-save-file-name-transforms):
|
|
* epa-hook.el (auto-encryption-mode):
|
|
* composite.el (global-auto-composition-mode):
|
|
Use custom-initialize-delay.
|
|
* startup.el (command-line): Don't explicitly call
|
|
custom-reevaluate-setting for all the above vars.
|
|
* custom.el (custom-initialize-safe-set)
|
|
(custom-initialize-safe-default): Delete.
|
|
|
|
2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* term/x-win.el (x-initialize-window-system):
|
|
* term/w32-win.el (w32-initialize-window-system):
|
|
* term/ns-win.el (ns-initialize-window-system): Don't call
|
|
mouse-wheel-mode since it's enabled globally by default already.
|
|
|
|
* mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
|
|
actually define the variable, but only silences the byte-compiler.
|
|
(mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
|
|
before looking it up.
|
|
(mouse-wheel-scroll-amount): Also reset the bindings if this value
|
|
is changed.
|
|
|
|
2009-09-12 Glenn Morris <rgm@gnu.org>
|
|
|
|
* emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
|
|
1000.
|
|
(elint-add-required-env): Don't beep on error.
|
|
(elint-forms): In case of error, return ENV unchanged.
|
|
(elint-init-env): Skip non-list forms.
|
|
(elint-log): Handle unknown file positions.
|
|
|
|
2009-09-12 Daiki Ueno <ueno@unixuser.org>
|
|
|
|
* epg.el (epg-make-context): Add autoload cookie.
|
|
(epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
|
|
(epg-decrypt-string, epg-start-verify, epg-verify-file)
|
|
(epg-verify-string, epg-start-sign, epg-sign-file)
|
|
(epg-sign-string, epg-start-encrypt, epg-encrypt-file)
|
|
(epg-encrypt-string, epg-start-export-keys)
|
|
(epg-export-keys-to-file, epg-export-keys-to-string)
|
|
(epg-start-import-keys, epg-import-keys-from-file)
|
|
(epg-import-keys-from-string, epg-start-receive-keys)
|
|
(epg-receive-keys, epg-import-keys-from-server)
|
|
(epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
|
|
(epg-sign-keys, epg-start-generate-key)
|
|
(epg-generate-key-from-file, epg-generate-key-from-string):
|
|
Remove autoload cookie.
|
|
|
|
2009-09-12 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
* dos-fns.el (dos-reevaluate-defcustoms): Comment out the
|
|
reevaluation of trash-directory.
|
|
|
|
* mwheel.el: Fix last change.
|
|
(mouse-wheel-mode): New defvar.
|
|
(mouse-wheel-mode): Remove autoload cookie.
|
|
|
|
2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* mwheel.el (mwheel-installed-bindings): New var.
|
|
(mouse-wheel-mode): Use it, so as to make sure we really remove all
|
|
the bindings we set last time. Use custom-initialize-delay.
|
|
* loadup.el: Load mwheel after term/*-win.el.
|
|
* startup.el (command-line): Don't reevaluate mouse-wheel-down-event
|
|
and mouse-wheel-up-event now that their first evaluation is done
|
|
sufficiently late to be correct.
|
|
|
|
* startup.el (tutorial-directory): Make it a defcustom.
|
|
Use custom-initialize-delay rather than eval-at-startup to set it.
|
|
* image.el (image-load-path): Make it a defcustom.
|
|
Use custom-initialize-delay rather than eval-at-startup to set it.
|
|
* subr.el (eval-at-startup): Remove.
|
|
* font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
|
|
|
|
* subr.el (do-after-load-evaluation): Warn the user after loading an
|
|
obsolete package.
|
|
|
|
2009-09-12 Glenn Morris <rgm@gnu.org>
|
|
|
|
* proced.el (proced-mark-alt): Remove alias.
|
|
(proced-mode-map): Remove proced-mark-alt.
|
|
|
|
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
|
|
Elint file and directory. Remove initialization entry.
|
|
|
|
* emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
|
|
commands.
|
|
(elint-current-buffer): Set mode-line-process.
|
|
(elint-init-env): Handle define-derived-mode.
|
|
Fix declare-function with unspecified arglist. Guard against odd
|
|
defalias statements (eg iso-insert's 8859-1-map).
|
|
(elint-add-required-env): Use a temp buffer.
|
|
(elint-form): Just print the function/macro name, not the whole form.
|
|
Return env unchanged if we fail to parse a macro.
|
|
(elint-forms): Guard against parse errors.
|
|
(elint-output): New function, to handle batch mode.
|
|
(elint-log-message): Add optional argument. Use elint-output.
|
|
(elint-set-mode-line): New function.
|
|
|
|
2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
|
|
|
|
* emacs-lisp/elp.el (elp-not-profilable): Add more
|
|
functions (Bug#4233).
|
|
|
|
2009-09-12 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
|
|
(scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
|
|
|
|
2009-09-11 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
* progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
|
|
(gdb-var-list-children): Use json parsing.
|
|
|
|
2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
|
|
|
|
* progmodes/js.el (js--proper-indentation): Handle the case where
|
|
char-before is null. Reported by Deniz Dogan.
|
|
|
|
2009-09-11 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
|
|
|
|
2009-09-11 Daiki Ueno <ueno@unixuser.org>
|
|
|
|
* epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
|
|
(epg-digest-algorithm-alist): Add SHA224.
|
|
(epg-context-set-passphrase-callback)
|
|
(epg-context-set-progress-callback): Add description about
|
|
callback function.
|
|
|
|
2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* custom.el (custom-delayed-init-variables): New var.
|
|
(custom-initialize-delay): New function.
|
|
* startup.el (command-line): "Re"evaluate all vars in
|
|
custom-delayed-init-variables. Don't reevaluate abbrev-file-name
|
|
explicitly any more.
|
|
* abbrev.el (abbrev-file-name): Use custom-initialize-delay
|
|
to avoid creating a ~/.emacs.d at build-time (bug#4347).
|
|
|
|
* proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
|
|
|
|
2009-09-11 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
* progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
|
|
(gdb-var-update-handler): Use json parsing.
|
|
|
|
2009-09-11 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* vc-annotate.el (vc-annotate): Use the main file's coding-system to
|
|
decode annotated text, regardless of language environment. (Bug#2741)
|
|
|
|
2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* Makefile.in (autoloads): Make rmail.el writable as well.
|
|
|
|
2009-09-11 Glenn Morris <rgm@gnu.org>
|
|
|
|
* dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
|
|
loaddefs.el.
|
|
* dired.el: Regenerate with extracted autoloads.
|
|
* Makefile.in (autoloads): Make dired.el writable.
|
|
|
|
* ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
|
|
* ibuffer.el: Regenerate with extracted autoloads.
|
|
* Makefile.in (autoloads): Make ibuffer.el writable.
|
|
|
|
* paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
|
|
* version.el (emacs-copyright, emacs-major-version)
|
|
(emacs-minor-version): Reformat doc-strings for make-docfile.
|
|
|
|
* apropos.el (apropos-documentation-check-doc-file): Exclude unbound
|
|
functions and variables, since they must be stuff specific to some other
|
|
platform.
|
|
(apropos-print): Make mouse-click message less specific about button.
|
|
|
|
* emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
|
|
that records where a macro was defined.
|
|
* help-fns.el (describe-function-1): Mention if a function has a
|
|
compiler-macro.
|
|
* help-mode.el (help-function-cmacro): New button.
|
|
|
|
* locate.el (top-level): Always require dired.
|
|
(locate-mode-map): Initialize inside the defvar.
|
|
|
|
* net/ange-ftp.el (dired-compress-file): Declare.
|
|
(ange-ftp-dired-compress-file): Add doc string.
|
|
|
|
* term/ns-win.el (x-display-name, x-setup-function-keys):
|
|
Unify doc-strings with X versions.
|
|
|
|
2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* emulation/crisp.el (crisp-mode-map): Move initialization
|
|
into declaration.
|
|
(crisp-mode): Use define-minor-mode.
|
|
|
|
* progmodes/xscheme.el (xscheme-evaluation-commands):
|
|
Put a :advertised-binding property rather than using
|
|
advertised-xscheme-send-previous-expression.
|
|
(advertised-xscheme-send-previous-expression): Declare obsolete.
|
|
* emulation/crisp.el (crisp-mode-map): Use `undo' rather than
|
|
`advertised-undo'.
|
|
(crisp-mode): Add corresponding bindings to
|
|
undo's :advertised-binding instead.
|
|
* dired.el (dired-mode-map): Put a :advertised-binding property rather
|
|
than using dired-advertised-find-file.
|
|
(dired-advertised-find-file):
|
|
* simple.el (advertised-undo):
|
|
* wid-edit.el (advertised-widget-backward): Declare obsolete.
|
|
(widget-keymap): Put a :advertised-binding property rather
|
|
than using advertised-widget-backward.
|
|
* bindings.el (ctl-x-map): Put a :advertised-binding property rather
|
|
than using advertised-undo.
|
|
* tutorial.el (tutorial--default-keys): Adjust accordingly.
|
|
|
|
2009-09-10 Simon South <ssouth@slowcomputing.org>
|
|
|
|
* progmodes/delphi.el (delphi-tab): Indent region when Transient
|
|
Mark mode is enabled and region is active; otherwise indent or
|
|
insert TAB as usual.
|
|
(delphi-mode): Update description of TAB-key binding.
|
|
|
|
2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* subr.el (define-key-rebound-commands): Mark obsolete.
|
|
* startup.el (precompute-menubar-bindings): Remove.
|
|
(normal-top-level): Remove obsolete code that tried to precompute
|
|
menubar bindings.
|
|
* loadup.el (define-key-rebound-commands): Don't bother fiddling with
|
|
define-key-rebound-commands and precompute-menubar-bindings.
|
|
|
|
2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
|
|
|
|
* net/imap.el (imap-interactive-login): Better messages.
|
|
(imap-open): Fix bug with renamed buffer on reconnect.
|
|
(imap-authenticate): Add buffer-local imap-last-authenticator variable
|
|
for easier debugging and cleaner code. On successful (guessed based on
|
|
server capabilities) secondary authentication, set imap-state
|
|
correctly.
|
|
(imap-last-authenticator): Define imap-last-authenticator as a variable
|
|
to avoid warnings.
|
|
|
|
2009-09-10 Glenn Morris <rgm@gnu.org>
|
|
|
|
* pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
|
|
(byte-compile-file-form-autoload): Don't warn about unknown functions
|
|
where the autoload statement comes after the use.
|
|
(with-no-warnings): Give it a byte-hunk-handler like than of progn, so
|
|
that any handlers inside the body (eg require) are in turn respected.
|
|
|
|
* emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
|
|
effects.
|
|
|
|
* emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
|
|
and syntax and abbrev tables basic docs, if they don't have any.
|
|
|
|
* emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
|
|
|
|
* international/mule-cmds.el (top-level): Require cl when compiling.
|
|
(view-hello-file): Use default-value rather than
|
|
default-enable-multibyte-characters.
|
|
|
|
* progmodes/fortran.el: Move all safe and risky properties into the
|
|
defcustoms.
|
|
|
|
* mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
|
|
* mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
|
|
* mail/undigest.el:
|
|
Put autoloads in rmail.el rather than loaddefs.el.
|
|
* mail/rmail.el: Regenerate with extracted autoloads.
|
|
|
|
* mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
|
|
* mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
|
|
|
|
2009-09-10 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
Reported in thread for Bug#4375.
|
|
* progmodes/gud.el (gud-tooltip-print-command): Use MI command
|
|
"-data-evaluate-expression" instead of print.
|
|
* progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
|
|
(gdb-tooltip-print): Parse output from above MI command.
|
|
(gdb): Revert 2009-08-11 change. User should detach inferior
|
|
manually.
|
|
|
|
Remove the word "separate" from IO functions as inferior
|
|
output is now never displayed in the GUD buffer.
|
|
|
|
2009-09-10 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* startup.el (command-line-normalize-file-name): On Windows and
|
|
MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
|
|
|
|
2009-09-10 Juri Linkov <juri@jurta.org>
|
|
|
|
* isearch.el (isearch-text-char-description): Propertize escape
|
|
character sequences with the `escape-glyph' face. (Bug#4344)
|
|
|
|
* simple.el (shell-command): Set asynchronous process filter to
|
|
`comint-output-filter'. (Bug#4343)
|
|
|
|
* progmodes/grep.el (grep-template): Add "<X>" to docstring.
|
|
(grep-files-aliases): Add "all". Move "el" and "ch" to the top of
|
|
the list. Move "asm" to the bottom.
|
|
(grep-find-ignored-directories): Add `choice' with nil value
|
|
to empty the list easily.
|
|
(grep-find-ignored-files): New option.
|
|
(grep-files-history): Set to nil by default instead of '("ch" "el").
|
|
(grep-compute-defaults): Add "<X>" to `grep-template'.
|
|
(grep-read-files): Bind new local variables `default-alias' and
|
|
`default-extension'. Use a list of default values for the file prompt.
|
|
(lgrep): Add `--exclude=' command line options composed from
|
|
`grep-find-ignored-files'.
|
|
(rgrep): Add `-name' command line options composed from
|
|
`grep-find-ignored-files'. (Bug#4301)
|
|
|
|
2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
|
|
(bug#4368).
|
|
|
|
2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
|
|
* calendar/time-date.el (autoload):
|
|
Expand define-obsolete-function-alias into defalias and make-obsolete
|
|
for old Emacsen that Gnus supports.
|
|
(with-no-warnings): Define it for old Emacsen.
|
|
(time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
|
|
is available.
|
|
(time-to-number-of-days): Don't use (featurep 'xemacs) to check if
|
|
float-time is available; suppress compile warning for time-to-seconds.
|
|
|
|
2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
|
|
|
|
* net/imap.el (imap-message-map): Docstring fix.
|
|
|
|
2009-09-09 Glenn Morris <rgm@gnu.org>
|
|
|
|
* ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
|
|
line numbers too. (Bug#4374)
|
|
|
|
2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* smerge-mode.el (smerge-remove-props, smerge-refine):
|
|
Use with-silent-modifications (bug#4342).
|
|
|
|
* subr.el (with-silent-modifications): New macro.
|
|
|
|
2009-09-07 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* files.el (top-level): Require `cl' when compiling.
|
|
|
|
2009-09-07 Glenn Morris <rgm@gnu.org>
|
|
|
|
* files.el (auto-mode-alist): Use delphi-mode for .dpr files.
|
|
|
|
* proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
|
|
(proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
|
|
|
|
2009-09-06 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
* vc-git.el (vc-git-annotate-command): Use separator to parse
|
|
arguments correctly.
|
|
|
|
2009-09-06 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
* proced.el (proced-mode): Doc fix.
|
|
|
|
2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
|
|
|
|
* net/tramp.el (tramp-perl-file-attributes): Print "nil" when
|
|
lstat fails.
|
|
(tramp-do-file-attributes-with-ls): Check for file existence at
|
|
remote end.
|
|
(tramp-do-file-attributes-with-stat): Likewise.
|
|
(tramp-convert-file-attributes): Return nil when attr is nil.
|
|
|
|
2009-09-05 Glenn Morris <rgm@gnu.org>
|
|
|
|
* calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
|
|
properties to this button.
|
|
(diary-fancy-display): Don't extend the button to the final newline.
|
|
(diary-fancy-display-mode): Continue to define "q" as a local key.
|
|
|
|
* calendar/cal-china.el (holiday-chinese): Make it slightly more
|
|
efficient.
|
|
|
|
* font-lock.el (lisp-font-lock-keywords-2): Add letf.
|
|
|
|
* emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
|
|
(byte-compile-dest-file-function): New option.
|
|
(byte-compile-dest-file): Doc fix.
|
|
Obey byte-compile-dest-file-function.
|
|
(byte-compile-cl-file-p): New function.
|
|
(byte-compile-eval): Only suppress noruntime warnings about cl functions
|
|
if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
|
|
(byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
|
|
than for file being previously loaded.
|
|
(byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
|
|
(byte-compile-file-form-require): Handle the case where requiring a file
|
|
indirectly causes CL to be loaded.
|
|
|
|
2009-09-05 Karl Fogel <kfogel@red-bean.com>
|
|
|
|
* files.el (find-alternate-file): Run `kill-buffer-hook' manually
|
|
before killing the old buffer, since by the time `kill-buffer' is
|
|
run so many buffer variables have been set to nil that it may not
|
|
behave as expected. (Bug#4061)
|
|
|
|
2009-09-05 Karl Fogel <kfogel@red-bean.com>
|
|
|
|
* files.el (find-alternate-file): If the old buffer is modified
|
|
and visiting a file, behave similarly to `kill-buffer' when
|
|
killing it, thus reverting to the pre-1.878 behavior; see
|
|
http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
|
|
for discussion. Also, consult `buffer-file-name' as a variable
|
|
not as a function, for consistency with the rest of the code.
|
|
|
|
2009-09-04 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
|
|
also when adding a new directory.
|
|
|
|
* net/tramp-compat.el (tramp-compat-line-beginning-position): New
|
|
defun.
|
|
|
|
2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* files.el (locate-file-completion-table): Make it provide boundary
|
|
information, so partial-completion works better.
|
|
|
|
2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
|
|
|
|
* mail/footnote.el (Footnote-text-under-cursor):
|
|
Check footnote-text-marker-alist before using it (bug#4324).
|
|
|
|
2009-09-04 Glenn Morris <rgm@gnu.org>
|
|
|
|
* play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
|
|
* play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
|
|
* play/solitaire.el, play/tetris.el:
|
|
Remove leading * from defcustom and defface docs.
|
|
|
|
* calendar/diary-lib.el (diary-fancy-display): Only switch modes if
|
|
necessary.
|
|
(diary-fancy-overriding-map): New variable.
|
|
(diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
|
|
Use view-mode.
|
|
|
|
* vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
|
|
goto-line.
|
|
|
|
2009-09-03 Glenn Morris <rgm@gnu.org>
|
|
|
|
* arc-mode.el (archive-mode):
|
|
* dos-fns.el (set-default-process-coding-system):
|
|
* man.el (Man-getpage-in-background):
|
|
* menu-bar.el (menu-bar-describe-menu):
|
|
* server.el (server-process-filter):
|
|
* startup.el (command-line):
|
|
* tar-mode.el (tar-header-block-tokenize, tar-extract):
|
|
* w32-fns.el (set-default-process-coding-system):
|
|
* x-dnd.el (x-dnd-handle-file-name):
|
|
* international/mule-cmds.el (mule-menu-keymap)
|
|
(set-default-coding-systems, language-info-alist, set-language-info)
|
|
(set-language-environment, standard-display-european-internal)
|
|
(set-locale-environment):
|
|
* international/mule-diag.el (mule-diag):
|
|
* mail/emacsbug.el (report-emacs-bug):
|
|
* mail/rmail.el (rmail-mode):
|
|
* mail/sendmail.el (mail-setup):
|
|
Use default-value rather than default-enable-multibyte-characters.
|
|
|
|
* progmodes/f90.el: Move all safe properties into the defcustoms.
|
|
(f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
|
|
|
|
* calendar/appt.el (appt-check):
|
|
* calendar/diary-lib.el (diary-set-header, diary-live-p)
|
|
(diary-check-diary-file, diary-list-entries)
|
|
(diary-include-other-diary-files, diary-simple-display)
|
|
(diary-fancy-display, diary-print-entries)
|
|
(diary-mark-included-diary-files, diary-make-entry):
|
|
Don't call substitute-in-file-name on diary-file.
|
|
|
|
2009-09-03 Eduard Wiebe <usenet@pusto.de>
|
|
Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* mail/footnote.el (footnote-prefix): Make it a defcustom.
|
|
(footnote-mode-map): Move initialization into the declaration.
|
|
(footnote-minor-mode-map): Define it rather than changing global-map.
|
|
(footnote-mode): Use define-minor-mode.
|
|
|
|
2009-09-02 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp.el (tramp-handle-file-attributes-with-ls)
|
|
(tramp-do-file-attributes-with-perl)
|
|
(tramp-do-file-attributes-with-stat): Rename from
|
|
`tramp-handle-file-attributes-with-*'.
|
|
(tramp-handle-file-attributes): Use them.
|
|
(tramp-do-directory-files-and-attributes-with-perl)
|
|
(tramp-do-directory-files-and-attributes-with-stat): Rename from
|
|
`tramp-handle-directory-files-and-attributes-with-*'.
|
|
(tramp-handle-directory-files-and-attributes): Use them.
|
|
(tramp-method-out-of-band-p): Additional parameter SIZE.
|
|
(tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
|
|
(tramp-handle-write-region): Use it.
|
|
(tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
|
|
(tramp-handle-vc-registered): Check, whether the first run did
|
|
return files to be tested.
|
|
(tramp-advice-make-auto-save-file-name): Do not call directly
|
|
`tramp-handle-make-auto-save-file-name', because this would bypass
|
|
the locking mechanism.
|
|
|
|
* net/tramp-compat.el (top): Autoload used functions from tramp.el.
|
|
(file-remote-p, process-file, start-file-process, set-file-times)
|
|
(tramp-compat-file-attributes): Compatibility functions shall not
|
|
call directly `tramp-handle-*', because this would bypass the
|
|
locking mechanism.
|
|
(tramp-compat-number-sequence): New defun.
|
|
|
|
2009-09-02 Glenn Morris <rgm@gnu.org>
|
|
|
|
* calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
|
|
alias for float-time.
|
|
(time-to-number-of-days): In Emacs, use float-time.
|
|
* net/newst-backend.el (time-add): Suppress warnings from compat
|
|
function.
|
|
* time.el (emacs-uptime, emacs-init-time):
|
|
* net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
|
|
Use float-time rather than time-to-seconds.
|
|
|
|
* minibuffer.el (completion-initials-expand): Fix typo.
|
|
|
|
* faces.el (modeline, modeline-inactive, modeline-highlight)
|
|
(modeline-buffer-id):
|
|
* info.el (info-menu-5): Mark these face aliases as obsolete.
|
|
|
|
2009-09-01 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
* progmodes/gdb-mi.el (gdb-current-context-command): Move the
|
|
space ...
|
|
(gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
|
|
no "--thread" option.
|
|
(gdb-stopped): Don't print "Switched to thread" message when it is
|
|
unchanged.
|
|
|
|
2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* minibuffer.el (completion-try-completion)
|
|
(completion-all-completions): Remove ill-defined (and
|
|
mistakenly installed and luckily never used nor documented)
|
|
`completion-styles' property.
|
|
(completion-initials-expand, completion-initials-all-completions)
|
|
(completion-initials-try-completion): New functions.
|
|
(completion-styles-alist): Add doc to each entry.
|
|
Add new `initials' entry.
|
|
|
|
2009-09-01 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
* progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
|
|
MI command -var-evaluate-expression.
|
|
(gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
|
|
and tweak for case of string child.
|
|
(gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
|
|
|
|
2009-09-01 Glenn Morris <rgm@gnu.org>
|
|
|
|
* add-log.el (change-log-date-face, change-log-name-face)
|
|
(change-log-email-face, change-log-file-face, change-log-list-face)
|
|
(change-log-conditionals-face, change-log-function-face)
|
|
(change-log-acknowledgement-face):
|
|
* cus-edit.el (custom-invalid-face, custom-rogue-face)
|
|
(custom-modified-face, custom-set-face, custom-changed-face)
|
|
(custom-saved-face, custom-button-face, custom-button-pressed-face)
|
|
(custom-documentation-face, custom-state-face, custom-comment-face)
|
|
(custom-comment-tag-face, custom-variable-tag-face)
|
|
(custom-variable-button-face, custom-face-tag-face)
|
|
(custom-group-tag-face-1, custom-group-tag-face):
|
|
* diff-mode.el (diff-header-face, diff-file-header-face)
|
|
(diff-index-face, diff-hunk-header-face, diff-removed-face)
|
|
(diff-added-face, diff-changed-face, diff-function-face)
|
|
(diff-context-face, diff-nonexistent-face):
|
|
* generic-x.el (show-tabs-tab-face, show-tabs-space-face):
|
|
* hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
|
|
* info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
|
|
(Info-title-4-face):
|
|
* isearch.el (isearch-lazy-highlight-face):
|
|
* log-view.el (log-view-file-face, log-view-message-face):
|
|
* paren.el (show-paren-match-face, show-paren-mismatch-face):
|
|
* pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
|
|
(cvs-handled-face, cvs-need-action-face, cvs-marked-face)
|
|
(cvs-msg-face):
|
|
* smerge-mode.el (smerge-mine-face, smerge-other-face)
|
|
(smerge-base-face, smerge-markers-face):
|
|
* wid-edit.el (widget-documentation-face, widget-button-face)
|
|
(widget-field-face, widget-single-line-field-face)
|
|
(widget-inactive-face, widget-button-pressed-face):
|
|
* woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
|
|
(woman-addition-face):
|
|
* eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
|
|
(eshell-ls-executable-face, eshell-ls-readonly-face)
|
|
(eshell-ls-unreadable-face, eshell-ls-special-face)
|
|
(eshell-ls-missing-face, eshell-ls-archive-face)
|
|
(eshell-ls-backup-face, eshell-ls-product-face)
|
|
(eshell-ls-clutter-face):
|
|
* eshell/em-prompt.el (eshell-prompt-face):
|
|
* eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
|
|
* obsolete/old-whitespace.el (whitespace-highlight-face):
|
|
* progmodes/antlr-mode.el (antlr-font-lock-default-face)
|
|
(antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
|
|
(antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
|
|
(antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
|
|
(antlr-font-lock-literal-face):
|
|
* progmodes/ebrowse.el (ebrowse-tree-mark-face)
|
|
(ebrowse-root-class-face, ebrowse-file-name-face)
|
|
(ebrowse-default-face, ebrowse-member-attribute-face)
|
|
(ebrowse-member-class-face, ebrowse-progress-face):
|
|
* progmodes/make-mode.el (makefile-space-face):
|
|
* progmodes/sh-script.el (sh-heredoc-face):
|
|
* textmodes/flyspell.el (flyspell-incorrect-face)
|
|
(flyspell-duplicate-face):
|
|
* textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
|
|
* textmodes/texinfo.el (texinfo-heading-face):
|
|
Mark face aliases with "-face" suffix as obsolete.
|
|
|
|
* mail/feedmail.el (file-name-buffer-file-type-alist): Define for
|
|
compiler.
|
|
|
|
* net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
|
|
(eudc-bob-sound-menu): Use defvar rather than defconst, since
|
|
easy-menu-define wants to modify these.
|
|
|
|
* net/net-utils.el (nslookup): Use make-comint rather than comint-run.
|
|
|
|
* net/browse-url.el (browse-url-file-url):
|
|
* term/internal.el (dos-codepage-setup):
|
|
Use default-value rather than default-enable-multibyte-characters.
|
|
|
|
* progmodes/etags.el (etags-goto-tag-location):
|
|
* progmodes/flymake.el (flymake-highlight-line)
|
|
(flymake-goto-file-and-line, flymake-goto-line):
|
|
* progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
|
|
(gdb-goto-breakpoint):
|
|
* progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
|
|
* progmodes/python.el (python-find-function)
|
|
(python-pdbtrack-track-stack-file):
|
|
* progmodes/verilog-mode.el (verilog-surelint-off):
|
|
* term/ns-win.el (ns-open-file-select-line):
|
|
* textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
|
|
Use forward-line rather than goto-line.
|
|
|
|
* textmodes/reftex-cite.el (reftex-offer-bib-menu):
|
|
* textmodes/reftex-index.el (reftex-display-index):
|
|
* textmodes/reftex-ref.el (reftex-offer-label-menu):
|
|
* textmodes/reftex-toc.el (reftex-toc):
|
|
Remove unnecessary bindings of default-major-mode (all are followed by
|
|
major-mode check and possible mode switch).
|
|
|
|
2009-08-31 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
* progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
|
|
Handle watchpoints (bug#4282).
|
|
(def-gdb-thread-buffer-command): Enable thread to be selected by
|
|
clicking without selecting threads buffer first.
|
|
(gdb-current-context-command): Use selected frame so that "up",
|
|
"down" etc work in the GUD buffer.
|
|
(gdb-update): Find selected frame before rendering stack buffer.
|
|
(gdb-frame-handler): Set gdb-frame-number for stack buffer.
|
|
|
|
2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* progmodes/sym-comp.el (displayed-completions): Remove.
|
|
(symbol-complete): Use minibuffer-complete.
|
|
|
|
2009-08-31 Glenn Morris <rgm@gnu.org>
|
|
|
|
* emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
|
|
|
|
* apropos.el (apropos-symbols-internal):
|
|
Handle (obsolete) face aliases.
|
|
|
|
* faces.el (describe-face): Adjust the output format to be more like
|
|
describe-variable, and to mention (obsolete) face aliases.
|
|
Adjust the whitespace so that help-setup-xref works.
|
|
|
|
* calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
|
|
* calendar/diary-lib.el (diary-button-face):
|
|
Mark these face aliases as obsolete.
|
|
|
|
* calendar/calendar.el (calendar-today): Doc fix.
|
|
|
|
2009-08-31 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
* progmodes/gdb-mi.el (gdb-control-all-threads)
|
|
(gdb-control-current-thread): Force tool bar update.
|
|
(gdb-non-stop-handler): New function.
|
|
(gdb-init-1): Use it to test if non-stop mode is supported.
|
|
Remove unused gdbmi buffer type.
|
|
|
|
2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
|
|
|
|
* progmodes/grep.el (grep-read-files): Strip trailing <N> from
|
|
buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
|
|
|
|
2009-08-30 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
* comint.el (comint-exec-1): Check command is non-null first.
|
|
Part of gdb-mi.el change (2009-08-28).
|
|
|
|
2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
|
|
|
|
2009-08-30 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* subr.el (do-after-load-evaluation): Fix last change: use `mapc'
|
|
instead of `dolist' to avoid a recursive require when bootstrapping.
|
|
|
|
2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
|
|
|
|
* net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
|
|
|
|
* net/imap.el (imap-send-command): Simplify.
|
|
(imap-wait-for-tag): point-max -> buffer-size.
|
|
|
|
* net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
|
|
|
|
* emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
|
|
with constant argument.
|
|
|
|
* emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
|
|
|
|
* emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
|
|
|
|
* emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
|
|
Change default, since most of our files don't have a history.
|
|
(checkdoc-display-status-buffer): Don't use a hidden buffer to show to
|
|
the user.
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
|
|
Add comint-run.
|
|
|
|
* calc/calc.el: Improve commenting convention.
|
|
(calc-digit-map, toplevel): Simplify.
|
|
|
|
* comint.el (comint-insert-input): Be careful to only set point if we
|
|
don't delegate to some other command.
|
|
|
|
* proced.el (proced-signal-list): Make it an alist.
|
|
(proced-grammar-alist): Capitalize names.
|
|
(proced-send-signal): Use a non-hidden buffer (since it's displayed).
|
|
Disable undo manually and make it read-only.
|
|
Use completion-annotate-function.
|
|
|
|
* minibuffer.el (minibuffer-message): If the current buffer is not
|
|
a minibuffer, insert the message in the echo area rather than at the
|
|
end of the buffer.
|
|
(completion-annotate-function): New variable.
|
|
(minibuffer-completion-help): Use it.
|
|
(completion--embedded-envvar-table): Environment vars are
|
|
always case-sensitive.
|
|
|
|
2009-08-30 Glenn Morris <rgm@gnu.org>
|
|
|
|
* progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
|
|
from fortran-current-defun.
|
|
(fortran-beginning-of-subprogram): Be more precise about finding the
|
|
start, to avoid an infinite loop in end-of-defun. (Bug#4259)
|
|
(fortran-end-of-subprogram): Simplify.
|
|
(fortran-current-defun): Use fortran-start-prog-re.
|
|
|
|
2009-08-29 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* subr.el (do-after-load-evaluation): Simplify.
|
|
|
|
2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
|
|
|
|
* vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
|
|
(vc-rcs-print-log): Use it.
|
|
|
|
* vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
|
|
|
|
2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* paths.el (abbrev-file-name): Move to abbrev.el.
|
|
* abbrev.el (abbrev-file-name): Move from paths.el.
|
|
Obey user-emacs-directory.
|
|
* calc/calc.el (calc-settings-file): Don't autoload and instead obey
|
|
user-emacs-directory.
|
|
* dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
|
|
abbrev-file-name and calc-settings-file any more.
|
|
* startup.el (command-line): Recompute abbrev-file-name and
|
|
abbreviated-home-dir.
|
|
(normal-no-mouse-startup-screen): Improve the generic code and get rid
|
|
of the special code for when C-h bindings haven't been changed.
|
|
(display-startup-echo-area-message): Use with-current-buffer.
|
|
(command-line-1): Use a list of strings, rather than a list of lists
|
|
of strings for longopts.
|
|
|
|
* files.el (get-free-disk-space): Use / for default-directory.
|
|
|
|
* textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
|
|
Use with-current-buffer.
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
|
|
Recognize immutable variables like most-positive-fixnum.
|
|
(byte-compile-setq-default): Check and warn if trying to assign
|
|
to an immutable variable, or a non-variable.
|
|
|
|
* progmodes/cc-vars.el (c-comment-continuation-stars):
|
|
* progmodes/cc-engine.el (c-looking-at-bos):
|
|
* progmodes/cc-cmds.el (c-toggle-auto-state)
|
|
(c-forward-into-nomenclature, c-backward-into-nomenclature)
|
|
(c-comment-line-break-function): Add version of obsolescence.
|
|
|
|
2009-08-28 Juri Linkov <juri@jurta.org>
|
|
|
|
* files.el (magic-fallback-mode-alist): Add ZIP magic number
|
|
associated with `archive-mode'.
|
|
|
|
* image.el (image-type-header-regexps): Use only JPEG magic number
|
|
to determine JPEG images, and don't use `image-jpeg-p' because
|
|
Emacs can display non-JFIF non-Exif JPEG images.
|
|
|
|
2009-08-28 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* arc-mode.el (archive-mode):
|
|
* emacs-lisp/re-builder.el (re-builder-unload-function):
|
|
Protect against the default value of `major-mode' being nil.
|
|
|
|
2009-08-28 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
* international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
|
|
Fix typos in docstrings.
|
|
|
|
* progmodes/js.el (js--macro-decl-re): Doc fix.
|
|
(js--plain-method-re, js--split-name): Refloc docstring.
|
|
(js--class-styles, js--make-merged-item, js--splice-into-items):
|
|
Fix typos in docstrings; reflow docstrings.
|
|
(js--maybe-join, js--function-prologue-beginning, js--flush-caches)
|
|
(js--variable-decl-matcher, js--inside-pitem-p)
|
|
(js--parse-state-at-point, js--get-all-known-symbols)
|
|
(js--symbol-history, js-find-symbol, js--js-references)
|
|
(js--moz-interactor, js--js-encode-value, js--read-tab):
|
|
Fix typos in docstrings.
|
|
|
|
2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* textmodes/reftex.el (reftex-get-file-buffer-force):
|
|
* progmodes/verilog-mode.el (verilog-batch-execute-func):
|
|
* emulation/viper.el (viper-go-away, viper-set-hooks):
|
|
* emacs-lisp/re-builder.el (re-builder-unload-function):
|
|
* emacs-lisp/bytecomp.el (byte-compile-file):
|
|
* ses.el (ses-unload-function):
|
|
* hexl.el (hexl-find-file):
|
|
* files.el (normal-mode):
|
|
* ehelp.el (with-electric-help):
|
|
* autoinsert.el (auto-insert-alist):
|
|
* arc-mode.el (archive-mode):
|
|
Use (default-value 'major-mode) instead of default-major-mode.
|
|
|
|
* textmodes/ispell.el (ispell-check-version, ispell-send-string):
|
|
* international/mule.el (load-with-code-conversion):
|
|
* emacs-lisp/debug.el (debug):
|
|
* ediff-vers.el (ediff-rcs-get-output-buffer):
|
|
* dired.el (dired-internal-noselect): Don't let-bind
|
|
default-major-mode around code that doesn't use it.
|
|
E.g. buffer creation via get-buffer-create doesn't use it.
|
|
|
|
2009-08-28 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp.el (all): Replace "'(lambda" by "(lambda".
|
|
(tramp-handle-file-local-copy): Unset `file-name-handler-alist'
|
|
when writing the temp file. Otherwise, epa-file gets confused.
|
|
(tramp-register-file-name-handlers): Make it a defun. Move also
|
|
`epa-file-handler' to the front of `file-name-handler-alist'.
|
|
|
|
2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
|
|
start right after a ^M.
|
|
(tramp-root-regexp, tramp-completion-file-name-regexp-unified)
|
|
(tramp-completion-file-name-regexp-separate)
|
|
(tramp-completion-file-name-regexp-url): Use \\` and \\'.
|
|
(tramp-handle-file-attributes, tramp-set-file-uid-gid):
|
|
Don't modify last-coding-system-used by accident.
|
|
(tramp-completion-file-name-handler): Apply the checks here,
|
|
instead during registration.
|
|
(tramp-register-file-name-handlers) Renamed from
|
|
`tramp-register-file-name-handler'. Register both
|
|
`tramp-file-name-handler' and `tramp-completion-file-name-handler'.
|
|
(tramp-register-completion-file-name-handler): Remove. (Bug#4260)
|
|
|
|
2009-08-28 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
* progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
|
|
Remove variable ...
|
|
(gdb-init-1, gdb-display-separate-io-buffer)
|
|
(gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
|
|
references to it.
|
|
(gdb-inferior-io-mode): Use make-comint-in-buffer.
|
|
(gdb-inferior-filter): Use comint-output-filter to stop
|
|
echoing and remove ^M characters.
|
|
|
|
2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* emulation/viper-init.el (viper-restore-cursor-type):
|
|
* emulation/cua-base.el (cua--update-indications):
|
|
Replace default-cursor-type with (default-value 'cursor-type).
|
|
|
|
* mail/sendmail.el (mail-recover-1):
|
|
* international/mule-diag.el (describe-current-coding-system-briefly)
|
|
(describe-current-coding-system):
|
|
* international/mule-cmds.el (select-safe-coding-system)
|
|
(select-message-coding-system)
|
|
(set-language-environment-coding-systems, set-locale-environment):
|
|
* hexl.el (hexl-insert-multibyte-char):
|
|
* dos-w32.el (find-buffer-file-type-coding-system):
|
|
* simple.el (what-cursor-position):
|
|
Replace uses of default-buffer-file-coding-system
|
|
with (default-value 'buffer-file-coding-system).
|
|
|
|
* emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
|
|
Replace uses of default-cursor-in-non-selected-windows
|
|
with (default-value 'cursor-in-non-selected-windows).
|
|
Use with-current-buffer.
|
|
|
|
* mail/feedmail.el: Use CL macros.
|
|
(feedmail-run-the-queue, feedmail-send-it-immediately):
|
|
* dos-w32.el (find-buffer-file-type): Replace uses of
|
|
default-buffer-file-type with (default-value 'buffer-file-type).
|
|
|
|
2009-08-28 Glenn Morris <rgm@gnu.org>
|
|
|
|
* calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
|
|
(diary-show-all-entries, diary-mark-entries, diary-make-entry):
|
|
Use default-value of major-mode rather than default-major-mode.
|
|
|
|
2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* Makefile.in (update-elcfiles): Report left over elc files.
|
|
|
|
* mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
|
|
expand-file-name and with-current-buffer.
|
|
(mail-get-names, mail-directory): Use with-current-buffer.
|
|
|
|
* vc.el (vc-read-revision): New function.
|
|
(vc-version-diff, vc-merge): Use it.
|
|
|
|
2009-08-27 Sam Steingold <sds@gnu.org>
|
|
|
|
* simple.el (kill-do-not-save-duplicates): New user option.
|
|
(kill-new): When it is non-nil, and the new string is the same as
|
|
the latest kill, set replace to t to avoid duplicates in kill-ring.
|
|
|
|
2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
|
|
|
|
* net/tramp.el (tramp-handle-process-file): Do not flush all
|
|
caches when `process-file-side-effects' is set.
|
|
(tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
|
|
instead of `tramp-find-file-exists-command'.
|
|
Unset `process-file-side-effects'.
|
|
|
|
2009-08-27 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp.el (tramp-methods): New method "rsyncc".
|
|
(top): Add completion function for "rsyncc".
|
|
(tramp-message-show-message): New defvar.
|
|
(tramp-message, tramp-error): Use it.
|
|
(tramp-do-copy-or-rename-file-directly): Extend check for direct
|
|
remote copying.
|
|
(tramp-do-copy-or-rename-file-out-of-band): Handle new
|
|
`tramp-methods' entry `copy-env' of "rsyncc".
|
|
(tramp-vc-registered-read-file-names): New defconst.
|
|
(tramp-vc-registered-file-names): New defvar.
|
|
(tramp-handle-vc-registered): Implement optimization strategy.
|
|
(tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
|
|
(tramp-vc-file-name-handler): New defun.
|
|
(tramp-get-ls-command, tramp-get-test-command)
|
|
(tramp-get-file-exists-command, tramp-get-remote-ln)
|
|
(tramp-get-remote-perl, tramp-get-remote-stat)
|
|
(tramp-get-remote-id): Remove superfluous `with-current-buffer'.
|
|
|
|
* net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
|
|
(tramp-cache-inhibit-cache): Extend doc string. It allows also
|
|
timestamps.
|
|
(tramp-get-file-property): Check for timestamps in
|
|
`tramp-cache-inhibit-cache'.
|
|
(tramp-set-file-property): Write timestamp.
|
|
|
|
2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
|
|
|
|
* language/japan-util.el (japanese-symbol-table): Add entries for
|
|
cp932-2-byte.
|
|
|
|
* international/characters.el: Add category `j' to cp932-2-byte.
|
|
|
|
2009-08-27 Kenichi Handa <handa@m17n.org>
|
|
|
|
* international/fontset.el (build-default-fontset-data): New macro.
|
|
(setup-default-fontset): Use build-default-fontset-data for CJK,
|
|
tibetan, ethiopic, and ipa.
|
|
|
|
2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* cus-start.el (default-major-mode): Customize `major-mode' instead.
|
|
(enable-multibyte-characters): Not customizable any more.
|
|
|
|
* subr.el (default-mode-line-format, default-header-line-format)
|
|
(default-line-spacing, default-abbrev-mode, default-ctl-arrow)
|
|
(default-direction-reversed, default-truncate-lines)
|
|
(default-left-margin, default-tab-width, default-case-fold-search)
|
|
(default-left-margin-width, default-right-margin-width)
|
|
(default-left-fringe-width, default-right-fringe-width)
|
|
(default-fringes-outside-margins, default-scroll-bar-width)
|
|
(default-vertical-scroll-bar, default-indicate-empty-lines)
|
|
(default-indicate-buffer-boundaries, default-fringe-indicator-alist)
|
|
(default-fringe-cursor-alist, default-scroll-up-aggressively)
|
|
(default-scroll-down-aggressively, default-fill-column)
|
|
(default-cursor-type, default-buffer-file-type)
|
|
(default-cursor-in-non-selected-windows)
|
|
(default-buffer-file-coding-system, default-major-mode)
|
|
(default-enable-multibyte-characters): Mark as obsolete.
|
|
|
|
2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* vc-dir.el (vc-dir-update): Remove debug helper.
|
|
|
|
* vc-cvs.el (vc-cvs-update-changelog): Fix typo.
|
|
|
|
2009-08-26 Sam Steingold <sds@gnu.org>
|
|
|
|
* simple.el (save-interprogram-paste-before-kill): New user option.
|
|
(kill-new): When `save-interprogram-paste-before-kill' is non-nil,
|
|
save the interprogram-paste into kill-ring before overriding it
|
|
with the Emacs kill.
|
|
|
|
2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
|
|
(vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
|
|
(vc-default-previous-revision): Rename to vc-rcs-previous-revision
|
|
and move to vc-rcs.el.
|
|
(vc-default-next-revision): Rename to vc-rcs-next-revision and
|
|
move to vc-rcs.el.
|
|
(vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
|
|
(vc-rcs-update-changelog): Remove.
|
|
(vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
|
|
and move to vc-rcs.el.
|
|
|
|
* vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
|
|
(vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
|
|
renaming.
|
|
(vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
|
|
(vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
|
|
vc.el, renamed to be RCS specific.
|
|
|
|
* vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
|
|
New functions.
|
|
(vc-cvs-update-changelog): Move here from vc.el.
|
|
|
|
* vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
|
|
New functions.
|
|
|
|
2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
|
|
|
|
2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* vc-git.el (vc-git-register): Use "git add" for directories.
|
|
(vc-git-stash, vc-git-stash-show): New functions.
|
|
(vc-git-extra-menu-map): Bind them.
|
|
|
|
* vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
|
|
directory correctly in case the item is a directory itself.
|
|
|
|
* vc.el: Document the desired behavior for reverted files in the
|
|
`added' state.
|
|
(vc-default-prettify-state-info): Remove function, unused.
|
|
|
|
* vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
|
|
|
|
2009-08-26 Glenn Morris <rgm@gnu.org>
|
|
|
|
* bindings.el (standard-mode-line-format): Reposition dashes in
|
|
which-func entry. (Bug#4217)
|
|
|
|
* files.el (enable-local-variables, enable-local-eval)
|
|
(safe-local-variable-values, safe-local-eval-forms): Mark as risky in
|
|
the defcustoms.
|
|
(auto-mode-alist, ignored-local-variables)
|
|
(save-some-buffers-action-alist): Move risky declarations to the
|
|
definitions.
|
|
(dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
|
|
(font-lock-defaults, format-alist, imenu--index-alist)
|
|
(imenu-generic-expression, input-method-alist, minor-mode-alist)
|
|
(mode-line-buffer-identification, mode-line-client, mode-line-modes)
|
|
(mode-line-modified, mode-line-mule-info, mode-line-position)
|
|
(mode-line-process, mode-line-remote, outline-level)
|
|
(parse-time-rules, rmail-output-file-alist)
|
|
(special-display-buffer-names, vc-mode):
|
|
Move risky declarations to the relevant files.
|
|
* bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
|
|
(mode-line-modified, mode-line-process, mode-line-position)
|
|
(mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
|
|
* font-core.el (font-lock-defaults):
|
|
* format.el (format-alist):
|
|
* vc-hooks.el (vc-mode):
|
|
* window.el (special-display-buffer-names):
|
|
* international/mule-cmds.el (input-method-alist):
|
|
Define riskiness here (dumped file) rather than in files.el.
|
|
* dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
|
|
* imenu.el (imenu-generic-expression, imenu--index-alist):
|
|
* outline.el (outline-level):
|
|
* time.el (display-time-string):
|
|
* calendar/parse-time.el (parse-time-rules):
|
|
* mail/rmailout.el (rmail-output-file-alist):
|
|
Autoload riskiness here, rather than placing in files.el.
|
|
|
|
2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
|
|
|
|
2009-08-25 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* simple.el (process-file-side-effects): New defvar.
|
|
|
|
* dired-aux.el (dired-show-file-type):
|
|
* vc.el (vc-diff-internal):
|
|
* vc-arch.el (vc-arch-diff):
|
|
* vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
|
|
* vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
|
|
* vc-git.el (vc-git-registered, vc-git-working-revision)
|
|
(vc-git-find-revision, vc-git-diff, vc-git-revision-table)
|
|
(vc-git--empty-db-p):
|
|
* vc-hooks.el (vc-user-login-name):
|
|
* vc-svn.el (vc-svn-registered, vc-svn-state)
|
|
(vc-svn-dir-extra-headers, vc-svn-find-revision):
|
|
* progmodes/grep.el (grep-probe): Let-bind
|
|
`process-file-side-effects' with nil.
|
|
|
|
* net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
|
|
|
|
* net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
|
|
daemon. Replace ping by checking for running service for bluez
|
|
and zeroconf. (Bug#4239)
|
|
|
|
2009-08-25 Kevin Ryde <user42@zip.com.au>
|
|
|
|
* net/dig.el (dig): Add autoload cookie.
|
|
|
|
2009-08-25 Glenn Morris <rgm@gnu.org>
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
|
|
load-history for absolute file-names.
|
|
(byte-compile-file-form-require): Warn about use of the cl package.
|
|
|
|
* format.el (format-alist): Doc fix.
|
|
|
|
* play/bubbles.el (top-level): Don't require cl at run-time.
|
|
|
|
* progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
|
|
run-time cl).
|
|
|
|
2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
|
|
|
|
* progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
|
|
from cl package.
|
|
(gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
|
|
|
|
2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
* calc/calc-alg.el (math-trig-rewrite)
|
|
(math-hyperbolic-trig-rewrite): New functions.
|
|
(calc-simplify): Simplify trig functions when asked.
|
|
|
|
2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* diff-mode.el (diff-find-source-location): Avoid goto-line.
|
|
|
|
2009-08-24 Kenichi Handa <handa@m17n.org>
|
|
|
|
* language/ind-util.el (mapthread): Delete it.
|
|
(combinatorial): New function.
|
|
(indian--puthash-cv): Use combinatorial instead of mapthread.
|
|
|
|
2009-08-22 Kevin Ryde <user42@zip.com.au>
|
|
|
|
* emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
|
|
(checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
|
|
(checkdoc-symbol-words): Add safe-local-variable for list of strings.
|
|
Clarify docstring that the value is strings not symbols.
|
|
(checkdoc-list-of-strings-p): New function.
|
|
|
|
2009-08-22 Glenn Morris <rgm@gnu.org>
|
|
|
|
* files.el (auto-mode-alist):
|
|
* hippie-exp.el (he-concat-directory-file-name):
|
|
* lpr.el (lpr-windows-system, printer-name):
|
|
* ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
|
|
* ps-print.el (ps-windows-system):
|
|
* startup.el (command-line):
|
|
* emulation/viper-ex.el (viper-glob-function):
|
|
* international/mule-cmds.el (set-language-environment-coding-systems):
|
|
* net/ange-ftp.el (ange-ftp-write-region):
|
|
* obsolete/fast-lock.el (fast-lock-cache-name):
|
|
Remove code for defunct system-types emx, macos, mswindows, next-mach,
|
|
unisoft-unix, vax-vms, win32, w32.
|
|
|
|
* calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
|
|
given name if the pattern is not more specific.
|
|
|
|
* calendar/lunar.el (lunar-phase-names): New option.
|
|
(lunar-phase): Doc fix.
|
|
(lunar-cycles-per-year): New constant.
|
|
(lunar-index): New function.
|
|
(lunar-phase-list, diary-lunar-phases): Use lunar-index.
|
|
(lunar-phase-name): Use lunar-phase-names.
|
|
(calendar-lunar-phases): Use format.
|
|
(lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
|
|
|
|
* progmodes/cperl-mode.el (cperl-imenu-name-and-position):
|
|
Copy imenu-example--name-and-position function here for own use.
|
|
(cperl-xsub-scan): Use cperl-imenu-name-and-position.
|
|
|
|
* bs.el (bs--redisplay):
|
|
* cus-edit.el (custom-redraw):
|
|
* ibuffer.el (ibuffer-bury-buffer):
|
|
* server.el (server-goto-line-column):
|
|
* startup.el (command-line-1):
|
|
* strokes.el (strokes-xpm-for-stroke):
|
|
* term.el (term-display-buffer-line):
|
|
* view.el (View-goto-line):
|
|
* calc/calc.el (calc-do, calc-trail-buffer):
|
|
* play/gamegrid.el (gamegrid-add-score-insecure):
|
|
* progmodes/ada-mode.el (ada-compile-goto-error):
|
|
* progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
|
|
(ebrowse-select-1st-to-9nth):
|
|
* progmodes/cperl-mode.el (cperl-time-fontification):
|
|
* progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
|
|
* progmodes/gud.el (gud-display-line):
|
|
(idlwave-shell-display-line):
|
|
* progmodes/idlw-shell.el (idlwave-shell-goto-frame)
|
|
* progmodes/make-mode.el (makefile-browser-toggle):
|
|
(vhdl-speedbar-port-copy, vhdl-compose-components-package):
|
|
* progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
|
|
* textmodes/picture.el (picture-draw-rectangle):
|
|
* textmodes/reftex-index.el (reftex-index-goto-letter):
|
|
(reftex-select-jump-to-previous):
|
|
* textmodes/reftex-sel.el (reftex-find-start-point)
|
|
* textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
|
|
(rst-straighten-deco-spacing, rst-section-tree, rst-toc):
|
|
* textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
|
|
* textmodes/tex-mode.el (tex-compilation-parse-errors):
|
|
* textmodes/two-column.el (2C-associated-buffer):
|
|
Use forward-line rather than goto-line.
|
|
|
|
* emulation/vi.el (vi-goto-line): Don't warn about non-interactive
|
|
goto-line.
|
|
|
|
* international/ucs-normalize.el (nfd, decomposition-translation-alist)
|
|
(decomposition-char-recursively, alist-list-to-vector, quick-check-list)
|
|
(quick-check-list-to-regexp): Declare.
|
|
|
|
* progmodes/make-mode.el (makefile-browser-insert-selection):
|
|
Use goto-char rather than goto-line.
|
|
|
|
* progmodes/prolog.el (compilation-error-regexp-alist)
|
|
(compilation-forget-errors): Declare.
|
|
|
|
2009-08-22 Juri Linkov <juri@jurta.org>
|
|
|
|
* progmodes/grep.el (lgrep, rgrep): At the beginning
|
|
set `dir' to `default-directory' unless `dir' is a non-nil
|
|
readable directory. (Bug#4052)
|
|
(lgrep, rgrep): Change a weird way to report an error
|
|
from using `read-string' to using `error'.
|
|
Instead of using interactive arguments in the function body,
|
|
add new argument `confirm'.
|
|
|
|
2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* textmodes/remember.el (remember-buffer):
|
|
* progmodes/cperl-mode.el (cperl-vc-header-alist):
|
|
* calendar/icalendar.el (icalendar-convert-diary-to-ical)
|
|
(icalendar-extract-ical-from-buffer):
|
|
* net/newst-treeview.el (newsticker-groups-filename):
|
|
* net/newst-backend.el (newsticker-cache-filename):
|
|
* speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
|
|
(speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
|
|
(speedbar-add-ignored-path-regexp, speedbar-line-path)
|
|
(speedbar-buffers-line-path, speedbar-path-line)
|
|
(speedbar-buffers-line-path):
|
|
* epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
|
|
(epg-sign-keys):
|
|
* epa.el (epa-display-verify-result):
|
|
* progmodes/pascal.el (pascal-outline): Add version of obsolescence.
|
|
|
|
2009-08-21 Glenn Morris <rgm@gnu.org>
|
|
|
|
* progmodes/js.el (inferior-moz-process): Fix declaration.
|
|
|
|
* imenu.el (imenu-example--name-and-position): Fix obsolescence message.
|
|
|
|
* obsolete/rnewspost.el (news-mail-reply):
|
|
Use goto-char rather than goto-line.
|
|
|
|
* term/ns-win.el (ns-open-file-select-line):
|
|
Use line-beginning-position rather than goto-line.
|
|
|
|
* apropos.el (apropos-command):
|
|
* ehelp.el (electric-helpify):
|
|
* printing.el (pr-show-setup):
|
|
* strokes.el (strokes-help):
|
|
* tutorial.el (tutorial--describe-nonstandard-key)
|
|
(tutorial--detailed-help):
|
|
* woman.el (woman-mini-help, woman-display-extended-fonts):
|
|
* calc/calc-help.el (calc-describe-key):
|
|
* emulation/edt.el (edt-electric-helpify):
|
|
* international/mule-diag.el (mule-diag):
|
|
* play/yow.el (apropos-zippy):
|
|
* progmodes/python.el (python-describe-symbol):
|
|
* progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
|
|
* textmodes/table.el (*table--cell-describe-mode)
|
|
(*table--cell-describe-bindings):
|
|
Use help-print-return-message rather than the now obsolete alias.
|
|
|
|
* calendar/cal-move.el (calendar-cursor-to-nearest-date)
|
|
(calendar-cursor-to-visible-date):
|
|
* play/5x5.el (5x5-position-cursor):
|
|
* play/decipher.el (decipher):
|
|
* play/gomoku.el (gomoku-goto-xy):
|
|
* play/landmark.el (lm-goto-xy):
|
|
* play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
|
|
(mpuz-paint-digit):
|
|
Use forward-line, not goto-line.
|
|
|
|
* mail/rmail.el (rmail-obsolete): Delete custom group.
|
|
(rmail-pop-password, rmail-pop-password-required): Make into aliases.
|
|
(rmail-remote-password, rmail-remote-password-required):
|
|
Remove unneeded :set-after and :set properties.
|
|
|
|
2009-08-21 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/dbus.el (top): Initialize only when `dbusbind' is loaded.
|
|
|
|
2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* loadup.el: Remove leftover macos code.
|
|
|
|
* vc-git.el (vc-git-annotate-command): Run asynchronously.
|
|
Explicitly pass the date format to git blame so that user local
|
|
so that the output format can be parsed.
|
|
|
|
2009-08-20 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/dbus.el (top): Don't check for (getenv
|
|
"DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
|
|
|
|
2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
|
|
|
|
* log-edit.el (log-edit-strip-single-file-name): New var.
|
|
(log-edit-insert-changelog): Use it. Bug#3571
|
|
|
|
2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* subr.el (read-passwd): Use read-key so keypad keys work as well.
|
|
Bug#3287
|
|
|
|
* help.el (help-print-return-message): Rename from
|
|
print-help-return-message.
|
|
|
|
* log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
|
|
cvs-mode-map parent hack.
|
|
(log-view-mode): Derive from special-mode.
|
|
|
|
* linum.el (linum-mode): window-size-change-functions is redundant.
|
|
Adapt to new window-configuration-change-hook behavior.
|
|
(linum-after-size, linum-after-config): Remove.
|
|
|
|
* imenu.el (imenu-example--name-and-position)
|
|
(imenu-example--lisp-extract-index-name)
|
|
(imenu-example--create-lisp-index, imenu-example--create-c-index):
|
|
Mark as obsolete.
|
|
|
|
* progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
|
|
(inferior-prolog-mode): Use it.
|
|
(inferior-prolog-load-file): Reset list of errors.
|
|
|
|
2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
|
|
|
|
* language/tibetan.el ("Tibetan"): Fix sample-text entry.
|
|
|
|
* language/tai-viet.el ("TaiViet"): Fix sample-text entry.
|
|
|
|
2009-08-19 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
|
|
is running already.
|
|
|
|
2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* subr.el (listify-key-sequence-1): Use normal syntax since those
|
|
integers are nowadays always represented by the same (positive) number
|
|
on all platforms.
|
|
(read-key-empty-map): New const.
|
|
(read-key-delay): New var.
|
|
(read-key): New function.
|
|
(force-mode-line-update): Use with-current-buffer.
|
|
(locate-user-emacs-file): Don't forget to abbreviate the file name.
|
|
(start-process-shell-command, start-file-process-shell-command):
|
|
Discourage the use of command-args.
|
|
|
|
2009-08-19 Glenn Morris <rgm@gnu.org>
|
|
|
|
* emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
|
|
|
|
2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* simple.el (choose-completion-string): Don't rely on
|
|
minibuffer-completing-file-name and ad-hoc checks to decide whether
|
|
to continue completion or not.
|
|
|
|
* minibuffer.el (minibuffer-hide-completions): New function.
|
|
(completion--do-completion): Use it.
|
|
(completions-annotations): New face.
|
|
(completion--insert-strings): Use it.
|
|
(completion-pcm--delim-wild-regex): Add docstring.
|
|
(completion-pcm--string->pattern): Add support for 0-width delimiters
|
|
in completion-pcm--delim-wild-regex.
|
|
|
|
2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
|
|
Remove unused var `buffer-modified-p'.
|
|
|
|
* minibuffer.el (completion--do-completion): Move point for the #b001
|
|
case as well (bug#4176).
|
|
(minibuffer-complete, minibuffer-complete-word): Don't move point.
|
|
|
|
2009-08-18 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
|
|
and :session buses.
|
|
|
|
2009-08-18 Kenichi Handa <handa@m17n.org>
|
|
|
|
* international/ucs-normalize.el (ucs-normalize-version):
|
|
Change to 1.1.
|
|
(ucs-normalize-hfs-nfd-pre-write-conversion): New function.
|
|
(utf-8-hfs): Make it perform normalization on encoding too.
|
|
|
|
* textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
|
|
(sentence-end-without-space): Delete duplicated chars.
|
|
(sentence-end-base): Likewise.
|
|
|
|
* textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
|
|
(html-mode): Delete duplicated chars from sentence-end-base.
|
|
|
|
* textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
|
|
(texinfo-mode): Delete duplicated chars from sentence-end-base.
|
|
|
|
2009-08-17 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* files.el (hack-one-local-variable): If the mode function is for
|
|
a minor mode, pass it an argument (Bug#4148).
|
|
|
|
2009-08-17 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp.el (tramp-register-completion-file-name-handler):
|
|
Check also for (member 'partial-completion completion-styles).
|
|
|
|
2009-08-16 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
|
|
abbrev (Bug#3943).
|
|
|
|
2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
|
|
|
|
* progmodes/cperl-mode.el: Merge upstream 6.2.
|
|
(cperl-mode-syntax-table): Modify syntax entry for ["'`].
|
|
(cperl-forward-re): Check cperl-brace-recursing.
|
|
(cperl-highlight-charclass): New function.
|
|
(cperl-find-pods-heres): Use it.
|
|
(cperl-fill-paragraph): Synch to save-excursion placement used upstream.
|
|
(cperl-beautify-regexp-piece): Fix column calculation.
|
|
(cperl-make-regexp-x): Handle case where point is between "q" and "rs".
|
|
(cperl-beautify-level): Don't process entire regexp.
|
|
(cperl-build-manpage, cperl-perldoc): Bind Man-switches before
|
|
calling man.
|
|
(cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
|
|
(cperl-init-faces): Build a list in the normal way.
|
|
|
|
2009-08-16 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* calendar/parse-time.el (parse-time-string-chars): Save match
|
|
data.
|
|
|
|
2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* progmodes/sql.el (sql-product-alist): Add :name tag to entries.
|
|
(sql-product): Use it.
|
|
(sql-mode-menu): Auto-generate the menu based on sql-product-alist.
|
|
(sql-set-product): Add completion.
|
|
(sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
|
|
(sql-highlight-linter-keywords, sql-highlight-ms-keywords)
|
|
(sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
|
|
(sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
|
|
(sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
|
|
(sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
|
|
(sql-highlight-db2-keywords): Remove.
|
|
(sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
|
|
(sql-highlight-product): Use derived-mode-p.
|
|
(sql-set-sqli-buffer): Use with-current-buffer.
|
|
(sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
|
|
Simplify.
|
|
|
|
* emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
|
|
|
|
* term.el: Fix commenting convention, turn comments into docstrings.
|
|
|
|
2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
|
|
|
|
* whitespace.el (whitespace-style): Doc fix (Bug#3661).
|
|
|
|
2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
|
|
|
|
* calendar/parse-time.el (parse-time-string-chars): Compute using
|
|
character classes, to handle non-ascii characters (Bug#3190).
|
|
|
|
2009-08-16 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
|
|
another heredoc if the user adds another < (Bug#3226).
|
|
|
|
* mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
|
|
Don't initialize based on window-system (Bug#4124).
|
|
|
|
* facemenu.el (facemenu-read-color): Use a completion function
|
|
that accepts any defined color, such as RGB triplets (Bug#3677).
|
|
|
|
* files.el (get-free-disk-space): Change fallback default
|
|
directory to /. Expand DIR argument before switching to fallback.
|
|
Suggested by Kevin Ryde (Bug#2631, Bug#3911).
|
|
|
|
2009-08-15 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* files.el (load-library): Doc fix.
|
|
|
|
2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
|
|
|
|
* emulation/viper-cmd.el (viper-insert-isearch-string): New function.
|
|
(viper-if-string): Redefine C-s in the minibuffer to insert the last
|
|
incremental search string.
|
|
|
|
* ediff-init.el (ediff-coding-system): Use escape-quoted in case of
|
|
XEmacs.
|
|
|
|
* ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
|
|
(ediff-merge-region-is-non-clash)
|
|
(ediff-skip-merge-region-if-changed-from-default-p): Use defun.
|
|
Also check if the job is really a merge job.
|
|
|
|
* ediff.el (ediff-current-file): New function.
|
|
|
|
2009-08-15 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* progmodes/js.el: Edit docstrings throughout to follow Emacs
|
|
conventions.
|
|
(js-insert-and-indent): Delete function.
|
|
(js-mode-map): Don't bind keys to js-insert-and-indent.
|
|
(js-beginning-of-defun): Rename from js--beginning-of-defun.
|
|
(js-end-of-defun): Rename from js--end-of-defun.
|
|
(js-auto-indent-flag): Delete variable.
|
|
|
|
2009-08-14 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* progmodes/js.el: Remove proclaim statement.
|
|
Defvar which-func-imenu-joiner-function to silence compiler.
|
|
|
|
* files.el (auto-mode-alist): Use js-mode for .js files.
|
|
|
|
* progmodes/js2-mode.el: Remove file.
|
|
|
|
* Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
|
|
|
|
* speedbar.el (speedbar-supported-extension-expressions): Add .js.
|
|
|
|
* progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
|
|
|
|
2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
|
|
Karl Landstrom <karl.landstrom@brgeight.se>
|
|
|
|
* progmodes/js.el: New file.
|
|
|
|
2009-08-14 Mark A. Hershberger <mah@everybody.org>
|
|
|
|
* timezone.el (timezone-parse-date): Add ability to understand ISO
|
|
basic format (minimal separators) dates in addition to the
|
|
already-supported extended format dates.
|
|
|
|
2009-08-14 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
* international/ucs-normalize.el: Add a `coding' file variable.
|
|
|
|
* Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
|
|
|
|
2009-08-14 Sam Steingold <sds@gnu.org>
|
|
|
|
* vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
|
|
|
|
2009-08-13 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* faces.el (help-argument-name): Define it here instead of
|
|
help-fns.el, because in daemon mode help-fns.el may be loaded when
|
|
faces are still uninitialized (Bug#1078).
|
|
|
|
* help-fns.el (help-argument-name): Move defface to faces.el.
|
|
|
|
2009-08-13 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
* progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
|
|
create buffer with a pty but no process so that GDB can make the
|
|
inferior the controlling process.
|
|
|
|
2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
|
|
|
|
* international/ucs-normalize.el: New file.
|
|
|
|
2009-08-13 Richard Stallman <rms@gnu.org>
|
|
|
|
* mail/rmail.el (rmail-get-attr-names):
|
|
Accept an attribute header that is too short.
|
|
|
|
* mail/rmail.el (rmail-forget-messages):
|
|
Ignore nil elt in rmail-message-vector. Use dotimes.
|
|
|
|
* progmodes/compile.el (compilation-goto-locus):
|
|
Use next-error-move-function.
|
|
|
|
* simple.el (next-error-move-function): New variable.
|
|
|
|
2009-08-12 Juri Linkov <juri@jurta.org>
|
|
|
|
* progmodes/grep.el (lgrep): Ensure that `default-directory' is
|
|
always non-nil. (Bug#4052)
|
|
|
|
* replace.el (read-regexp): Return empty string when
|
|
`default-value' is nil.
|
|
(keep-lines-read-args): Don't use empty string as the
|
|
default value for `read-regexp'. (Bug#2495)
|
|
|
|
2009-08-12 Juri Linkov <juri@jurta.org>
|
|
|
|
* international/mule-cmds.el (ucs-insert): Change arguments
|
|
from `arg' to `character', `count', `inherit' to be the same
|
|
as in `insert-char'. Doc fix. (Bug#4039)
|
|
|
|
* international/mule-conf.el (utf-16be-with-signature): Doc fix.
|
|
|
|
2009-08-12 Juri Linkov <juri@jurta.org>
|
|
|
|
* files-x.el: New file.
|
|
|
|
* files.el: Move code that deals with adding/deleting
|
|
file/directory-local variables to files-x.el.
|
|
|
|
* Makefile.in (ELCFILES): Add files-x.elc.
|
|
|
|
2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
|
|
|
|
* progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
|
|
to use `goto-line'.
|
|
(gdb-place-breakpoints, gdb-get-location): Rewritten without
|
|
`goto-line'.
|
|
(gdb-invalidate-disassembly): Do not refresh upon receiving
|
|
'update signal. Instead, update all disassembly buffers only after
|
|
threads list.
|
|
(gdb): Send -target-detach when buffer is killed (Bug#3794).
|
|
(gdb-starting): Moved -data-list-register-names...
|
|
(gdb-stopped): ...here so it's sent when first thread stops.
|
|
(gdb-registers-handler-custom): Do nothing if register names are
|
|
unknown yet.
|
|
|
|
* progmodes/gud.el (gud-stop-subjob): Rewritten without macros
|
|
from `gdb-mi.el' to avoid extra tangling.
|
|
|
|
* progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
|
|
change which breaks `gud-def' definitions used in `gdb'.
|
|
(gdb-update-gud-running): No extra fuss for updating frame number.
|
|
|
|
2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* international/mule-cmds.el (mule-keymap, mule-menu-keymap)
|
|
(describe-language-environment-map, setup-language-environment-map)
|
|
(set-coding-system-map): Move initialization into declaration.
|
|
(set-language-info-alist): Last arg to define-key-after can be skipped.
|
|
|
|
* international/quail.el (quail-completion-1): Simplify.
|
|
(quail-define-rules): Use slightly more compact code.
|
|
(quail-insert-decode-map): Propertize keys, compact columns.
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
|
|
Add goto-line.
|
|
|
|
2009-08-10 Miles Bader <miles@gnu.org>
|
|
|
|
* progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
|
|
(js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
|
|
(js2-instance-member, js2-private-member, js2-private-function-call)
|
|
(js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
|
|
(js2-magic-paren, js2-external-variable):
|
|
Remove "-face" suffix from face names.
|
|
(js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
|
|
(js2-highlight-undeclared-vars, js2-peek-token)
|
|
(js2-parse-function-params, js2-mode-show-errors)
|
|
(js2-mode-show-warnings, js2-make-magic-delimiter)
|
|
(js2-mode-highlight-magic-parens): Update to use new face names.
|
|
|
|
2009-08-09 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp.el (tramp-get-ls-command-with-dired): New defun.
|
|
(tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
|
|
|
|
2009-08-09 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* subr.el: Provide hashtable-print-readable.
|
|
|
|
* progmodes/hideshow.el (hs-special-modes-alist): Don't use
|
|
hs-c-like-adjust-block-beginning.
|
|
(hs-hide-block-at-point): Stop hiding at the beginning of
|
|
hs-block-end-regexp (Bug#700).
|
|
|
|
2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
|
|
|
|
* progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
|
|
a macro.
|
|
(gdb-registers-handler-custom): Do not fail when register names
|
|
are unavailable.
|
|
|
|
2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
|
|
|
|
* progmodes/gdb-mi.el (gdb-control-all-threads)
|
|
(gdb-control-current-thread): Interactive setters for
|
|
`gdb-gud-control-all-threads' to use in menu.
|
|
(gdb-show-run-p): Show «Go» when process is not active.
|
|
(gud-tool-bar-map): Add non-stop/A,T indicator. Uses
|
|
gud/thread.xpm and gud/all.xpm.
|
|
|
|
2009-08-08 Yoni Rabkin <yoni@rabkins.net>
|
|
|
|
* net/net-utils.el (net-utils-font-lock-keywords): New var.
|
|
(nslookup-font-lock-keywords): Make it a variable.
|
|
(net-utils-mode): New mode for viewing diagnostic network output.
|
|
(net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
|
|
(net-utils-run-simple): New function.
|
|
(ifconfig, iwconfig, netstat, arp, route): Use it.
|
|
|
|
2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
|
|
|
|
* progmodes/gdb-mi.el (gdb-read-memory-custom)
|
|
(gdb-memory-set-address, def-gdb-set-positive-number)
|
|
(def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
|
|
after changing settings.
|
|
(gdb-invalidate-disassembly): Update when first shown.
|
|
(gdb-edit-locals-value): Fixed.
|
|
(gdb-registers-handler-custom): Print registers in right order and
|
|
allow changing register values (only for current thread yet).
|
|
(gdb-breakpoints-mode-map): Don't assume threads buffer is present.
|
|
(gdb-threads-mode-map): Don't assume breakpoints buffer is present.
|
|
(gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
|
|
(gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
|
|
info in mode name.
|
|
(gdb-registers-mode-map): TAB to switch to locals.
|
|
|
|
2009-08-08 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
* mail/rmail.el (rmail-add-mbox-headers)
|
|
(rmail-set-message-counters-counter): Search for
|
|
rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
|
|
|
|
2009-08-08 Glenn Morris <rgm@gnu.org>
|
|
|
|
* Makefile.in (ELCFILES): Update.
|
|
|
|
2009-08-07 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
* mail/sendmail.el (mail-yank-original): Set
|
|
buffer-file-coding-system from the one used by the message whose
|
|
text is yanked.
|
|
|
|
* calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
|
|
to "windows" when "pgnuplot" is used.
|
|
(calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
|
|
call accept-process-output if "pgnuplot" is used.
|
|
(calc-graph-init): Don't send -display and -geometry to
|
|
"pgnuplot". If "pgnuplot" is used, glean gnuplot version by
|
|
running "pgnuplot -V" with shell-command-to-string.
|
|
|
|
* calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
|
|
the default.
|
|
|
|
2009-08-07 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
* Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
|
|
org/org-latex.elc.
|
|
|
|
2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* vc-dispatcher.el (vc-resynch-window): Update comment.
|
|
|
|
* term.el (term-handle-ansi-escape): Add comments with the
|
|
terminfo capabilities implemented.
|
|
|
|
2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
|
|
|
|
* progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
|
|
(gdb-var-create-handler): Rewritten using JSON parser.
|
|
(gdb-propertize-header): Moved earlier.
|
|
(gdb-set-header): Removed to avoid duplication.
|
|
(gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
|
|
Refresh disassembly buffers only after threads list have been
|
|
update.
|
|
(gdb-threads-header, gdb-registers-header): Per-buffer header line
|
|
variables.
|
|
|
|
2009-08-04 Juri Linkov <juri@jurta.org>
|
|
|
|
* files.el: Commands to add/delete file/directory-local variables.
|
|
(read-file-local-variable, read-file-local-variable-value)
|
|
(read-file-local-variable-mode, modify-file-local-variable)
|
|
(modify-file-local-variable-prop-line)
|
|
(modify-dir-local-variable): New functions.
|
|
(add-file-local-variable, delete-file-local-variable)
|
|
(add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
|
|
(add-dir-local-variable, delete-dir-local-variable)
|
|
(copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
|
|
(copy-dir-locals-to-file-locals-prop-line): New commands.
|
|
|
|
2009-08-04 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* abbrev.el (insert-abbrev-table-description): Prettify output.
|
|
Suggested by Karl Chen.
|
|
|
|
2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
|
|
|
|
* progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
|
|
(gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
|
|
(gdb-overlay-arrow-position, gdb-thread-position)
|
|
(gdb-disassembly-position): Declare variables.
|
|
(gdb-wait-for-pending): Function now.
|
|
(gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
|
|
(gdb-emit-signal, gdb-buf-publisher): Declare before first use so
|
|
compilation goes smoothly.
|
|
(gdb, gdb-non-stop, gdb-buffers): New customization groups.
|
|
(gdb-non-stop-setting): New customization setting which replaces
|
|
`gdb-non-stop' so changing it doesn't break active GDB session.
|
|
(gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
|
|
(gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
|
|
(gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
|
|
(gdb-show-threads-by-default): New customization options.
|
|
(gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
|
|
routines.
|
|
(gdb-get-buffer-create): Send buffers update signal when they are
|
|
created.
|
|
(gdb-invalidate-locals, gdb-invalidate-registers)
|
|
(gdb-invalidate-breakpoints)
|
|
(gdb-invalidate-threads, gdb-invalidate-disassembly)
|
|
(gdb-invalidate-memory): Accept update signal.
|
|
(gdb-current-context-command): Use --frame option.
|
|
(gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
|
|
Implement `gdb-frame-number' selection logic.
|
|
(gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
|
|
whether to show GUD toolbar buttons.
|
|
(gdb-thread-exited): Unselect current thread when it exits.
|
|
(gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
|
|
(gdb-mark-line): Routine which sets overlay arrow or inverses
|
|
video on fringeless displays.
|
|
(gdb-table, gdb-table-add-row, gdb-table-string): Structure used
|
|
to build aligned columns of data in GDB buffers and set text
|
|
properties line-by-line.
|
|
(gdb-invalidate-breakpoints)
|
|
(gdb-breakpoints-list-handler-custom)
|
|
(gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
|
|
(gdb-stack-list-frames-custom, gdb-locals-handler-custom)
|
|
(gdb-registers-handler-custom): Align data columns.
|
|
(gdb-locals-handler-custom): Now prints data like in variable
|
|
declarations.
|
|
(gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
|
|
Removed confusing buttons.
|
|
(gdb-invalidate-threads): Append --frame.
|
|
(gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
|
|
between breakpoints/threads buffers.
|
|
(gdb-set-window-buffer): Now can ignore dedicated windows.
|
|
(gdb-propertize-header): Use `gdb-set-window-buffer'.
|
|
(def-gdb-thread-buffer-simple-command): Numerous typos fixed.
|
|
(def-gdb-thread-buffer-gud-command): Replaces
|
|
`def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
|
|
for fine thread control.
|
|
(gdb-preempt-existing-or-display-buffer): New function used to
|
|
display bound buffers without breaking window layout.
|
|
(gdb-frame-location): Replaces `gdb-insert-frame-location'.
|
|
(gdb-select-frame): New version of `gdb-frames-select' which now
|
|
sets `gdb-frame-number' so commands may use --frame option instead
|
|
of inner debugger state.
|
|
(gdb-frame-handler): Do not set `gdb-frame-number'.
|
|
(gdb-threads-mode-map): Select threads with mouse.
|
|
|
|
* progmodes/gud.el (gdb-gud-context-call): Declare function to
|
|
avoid compilation warning.
|
|
(gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
|
|
`gdb-show-stop-p`.
|
|
|
|
* progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
|
|
Argument `key' renamed to `buffer-type'.
|
|
(gdb-current-context-buffer-name): Do not add thread info to
|
|
buffer name when no thread is selected.
|
|
(gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
|
|
command (bug 3794).
|
|
(gdb-thread-selected): Handle `=thread-selected' notification.
|
|
(gdb-wait-for-pending): New macro to deal with congestion problems.
|
|
(gdb-breakpoints-list-handler-custom): Don't fail on pending
|
|
breakpoints.
|
|
(gdb-invalidate-disassembly): Use 'fullname instead of 'file.
|
|
This fixes problem similar to one described in bug 3947.
|
|
(gud-menu-map): More menu items.
|
|
(gdb-init-1): Reset `gdb-thread-number' to nil.
|
|
|
|
* progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
|
|
non-stop settings.
|
|
|
|
* progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
|
|
(gdb-current-context-command): Do not append --thread if
|
|
`gdb-thread-number' is nil.
|
|
(gdb-running-threads-count, gdb-stopped-threads-count): New
|
|
variables.
|
|
(gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
|
|
(gdb-stopped-hooks, gdb-switch-when-another-stopped): New
|
|
customization options.
|
|
(gdb-gud-context-command, gdb-gud-context-call): New wrappers for
|
|
GUD commands.
|
|
(gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
|
|
(gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
|
|
(gdb-setq-thread-number, gdb-update-gud-running): New functions to
|
|
set `gdb-thread-number' and update `gud-running' properly.
|
|
(gdb-running): Update threads list when new threads appear.
|
|
(gdb-stopped): Support non-stop operation and new thread switching
|
|
logic.
|
|
(gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
|
|
(gdb-json-partial-output): New set of JSON routines.
|
|
(def-gdb-auto-update-trigger): New `signal-list' optional
|
|
argument.
|
|
(gdb-thread-list-handler-custom): Update `gud-running',
|
|
`gdb-stopped-threads-count' and `gdb-running-threads-count'.
|
|
(def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
|
|
(gdb-continue-thread, gdb-step-thread): New commands for fine
|
|
thread execution control.
|
|
(gud-menu-map): New menu items to switch non-stop options.
|
|
(gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
|
|
(gdb-send): Mimic RET properly (bug 3794).
|
|
|
|
* progmodes/gdb-mi.el (gdb-rules-name-maker)
|
|
(gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
|
|
gdb-buffer-rules.
|
|
(def-gdb-auto-update-handler): New nopreserve optional argument.
|
|
(gdb-stack-list-frames-custom): Print stack from top to bottom.
|
|
|
|
* progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
|
|
(gdb-threads-list, gdb-breakpoints-list): New assoc lists.
|
|
(gdb-parent-mode): New mode to derive other GDB modes from.
|
|
(gdb-display-disassembly-for-thread)
|
|
(gdb-frame-disassembly-for-thread): New commands for threads
|
|
buffer.
|
|
|
|
* progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
|
|
(gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
|
|
(gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
|
|
(gdb-update): We now store all GDB buffers in a list so that they
|
|
can be updated by traversing a list instead of calling invalidate
|
|
triggers explicitly.
|
|
(def-gdb-trigger-and-handler): New macro to define trigger-handler
|
|
pair for GDB buffer.
|
|
(gdb-stack-buffer-name): Add thread information.
|
|
(gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
|
|
handle pending triggers.
|
|
(gdb-threads-mode-map, def-gdb-thread-buffer-command)
|
|
(def-gdb-thread-buffer-simple-command)
|
|
(gdb-display-stack-for-thread, gdb-display-locals-for-thread)
|
|
(gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
|
|
(gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
|
|
New commands which show buffers bound to thread.
|
|
(gdb-stack-list-locals-regexp): Removed unused regexp.
|
|
|
|
* progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
|
|
(gdb-locals-buffer-name, gdb-registers-buffer-name)
|
|
(gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
|
|
to (gud-comint-buffer) in *-buffer-name functions
|
|
because (gdb-get-target-string) already does that.
|
|
(gdb-locals-handler-custom, gdb-registers-handler-custom)
|
|
(gdb-changed-registers-handler): Rewritten without regexps.
|
|
|
|
* progmodes/gdb-mi.el: Basic thread selection support.
|
|
(gdb-thread-number): New variable.
|
|
(gdb-current-context-command): New macro which adds --thread
|
|
option to command.
|
|
(gdb-threads-mode-map): Select thread with SPC.
|
|
(gdb-thread-list-handler-custom): Mark current thread with overlay
|
|
arrow. Synchronize GDB thread and Emacs thread.
|
|
(gdb-select-thread): New command which selects current thread.
|
|
(gdb-invalidate-frames, gdb-invalidate-locals)
|
|
(gdb-invalidate-registers): Use --thread option.
|
|
|
|
2009-08-04 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp.el (top): Make check for tramp-gvfs loading more
|
|
robust. (Bug#3977)
|
|
(tramp-handle-insert-file-contents): `unwind-protect' must be
|
|
inside `with-parsed-tramp-file-name'.
|
|
|
|
* net/tramp-gvfs.el (top): Remove superfluous message when loading
|
|
fails.
|
|
|
|
2009-08-03 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
* progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
|
|
directory if CLASSPATH is not set.
|
|
|
|
2009-08-03 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
|
|
New defconst.
|
|
(tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
|
|
|
|
2009-08-02 Kevin Ryde <user42@zip.com.au>
|
|
|
|
* net/newst-backend.el (newsticker--raw-url-list-defaults):
|
|
Update freshmeat link. Delete newsforge.com as it seems gone.
|
|
|
|
2009-08-02 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* select.el (x-set-selection): Doc fix (Bug#4021).
|
|
|
|
* w32-fns.el (x-set-selection): Doc fix (Bug#4021).
|
|
|
|
* help-fns.el (describe-variable): Treat list return values from
|
|
dir-locals-find-file properly (Bug#4005).
|
|
|
|
2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
|
|
|
|
* net/tramp.el (tramp-debug-message): Print also microseconds.
|
|
|
|
2009-08-02 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
|
|
or END is non-nil.
|
|
(tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
|
|
(tramp-get-debug-buffer): Change `outline-regexp' according to new
|
|
format.
|
|
|
|
* net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
|
|
(tramp-get-file-property): Use it.
|
|
|
|
* autorevert.el (auto-revert-handler): Allow
|
|
`auto-revert-tail-mode' for remote files.
|
|
|
|
2009-08-02 Jason Rumney <jasonr@gnu.org>
|
|
|
|
* minibuffer.el (read-file-name): Treat confirm options to
|
|
MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
|
|
|
|
2009-08-02 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* font-lock.el (font-lock-string-face, font-lock-builtin-face)
|
|
(font-lock-variable-name-face, font-lock-constant-face): Darken
|
|
the colors for light backgrounds.
|
|
|
|
2009-08-01 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
* mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
|
|
month names. (Bug#3987)
|
|
|
|
2009-07-31 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* simple.el (line-move-finish): Pass whole number to
|
|
line-move-to-column.
|
|
(line-move-visual): Perform hscroll to the recorded position.
|
|
|
|
2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
* calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
|
|
|
|
2009-07-29 Alan Mackenzie <acm@muc.de>
|
|
|
|
* progmodes/cc-defs.el (c-version): Bump to 5.31.7.
|
|
|
|
2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
|
|
|
|
* progmodes/gdb-mi.el (gdb-goto-breakpoint)
|
|
(gdb-place-breakpoints): Use full path when setting breakpoints.
|
|
|
|
2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
* calc/calc.el (calc-mode-map): Add keybinding for
|
|
`calc-transpose-lines'.
|
|
|
|
2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
|
|
|
|
* calc/calc-misc.el (calc-transpose-lines): New function.
|
|
|
|
2009-07-28 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
|
|
Simplify check for out-of-band methods.
|
|
(tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
|
|
remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
|
|
|
|
2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* vc-git.el (vc-git-checkin): Fix typo.
|
|
|
|
2009-07-28 Steve Yegge <steve.yegge@gmail.com>
|
|
|
|
* progmodes/js2-mode.el: New file.
|
|
|
|
2009-07-28 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
* progmodes/gud.el (jdb): Add gud-pstar to dump object information.
|
|
(gud-menu-map): Adjust tooltip accordingly.
|
|
|
|
2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
|
|
(vc-bzr-log-view-mode): Adjust log-view-file-re.
|
|
|
|
* add-log.el (change-log-mode-map): Add a menu.
|
|
|
|
2009-07-27 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/dbus.el (dbus-call-method-non-blocking): Handle the case the
|
|
function returns nil.
|
|
(dbus-handle-event): Handle special return value :ignore.
|
|
Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
|
|
|
|
2009-07-26 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* view.el (view-mode-enable): Don't define Helper-return-blurb if
|
|
it's not needed.
|
|
|
|
2009-07-25 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
Fix Bug#3888:
|
|
|
|
* w32-vars.el (x-select-enable-clipboard): Doc fix.
|
|
|
|
* term/pc-win.el (x-display-name, x-colors)
|
|
(x-select-enable-clipboard, x-select-text): Doc fix.
|
|
|
|
* term/common-win.el (x-display-name, x-colors): Doc fix.
|
|
|
|
* term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
|
|
(xw-defined-colors): Doc fix.
|
|
|
|
* w32-fns.el (x-select-text, x-setup-function-keys)
|
|
(x-get-selection, x-set-selection): Doc fix.
|
|
|
|
* term/x-win.el (x-select-text, x-setup-function-keys)
|
|
(x-select-enable-clipboard, xw-defined-colors): Doc fix.
|
|
|
|
* select.el (x-set-selection): Doc fix.
|
|
|
|
2009-07-25 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
|
|
instead of "IsNSSSupportAvailable". Avahi ought to work also when
|
|
"IsNSSSupportAvailable" method is not available. Reported by
|
|
Steve Youngs <steve@sxemacs.org>.
|
|
|
|
2009-07-24 Kenichi Handa <handa@m17n.org>
|
|
|
|
* international/characters.el: Fix setting of category ?C, ?|, ?K,
|
|
and ?H. Fix setting of case for Latin Extended and Greek Extended.
|
|
(build-unicode-category-table): Fix range checks.
|
|
|
|
2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
|
|
the buffer we try to sync is current when calling
|
|
vc-resynch-buffer.
|
|
|
|
* vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
|
|
not show up to date files.
|
|
|
|
2009-07-24 Glenn Morris <rgm@gnu.org>
|
|
|
|
* emacs-lisp/elint.el (elint-current-buffer, elint-defun):
|
|
Add autoload cookies. If necessary, initialize.
|
|
(elint-log): Handle non-file buffers.
|
|
(elint-initialize): Add optional argument to reinitialize.
|
|
(elint-find-builtin-variables): Save excursion.
|
|
|
|
2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
|
|
for Lint.
|
|
|
|
2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* vc.el (vc-print-log-internal): New function, split out from ...
|
|
(vc-print-log): ... here.
|
|
(vc-dir-move-to-goal-column): Declare.
|
|
|
|
* vc-git.el (vc-git-add-signoff): New variable.
|
|
(vc-git-checkin): Use it.
|
|
(vc-git-toggle-signoff): New function.
|
|
(vc-git-extra-menu-map): Bind it to menu.
|
|
(vc-git--run-command-string): Accept a nil FILE argument.
|
|
(vc-git-stash-list): New function.
|
|
(vc-git-dir-extra-headers): Use it.
|
|
|
|
2009-07-23 Glenn Morris <rgm@gnu.org>
|
|
|
|
* help-fns.el (describe-variable): Describe ignored and risky local
|
|
variables in a similar way to that in which we describe safe ones.
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-from-buffer)
|
|
(byte-compile-output-file-form, byte-compile-output-docform)
|
|
(byte-compile-file-form-defmumble, byte-compile-output-as-comment):
|
|
Give some more local variables with common names a "bytecomp-" prefix,
|
|
so as not to shadow things during compilation.
|
|
* emacs-lisp/cl-macs.el (load-time-value)
|
|
* emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
|
|
`outbuffer' to `bytecomp-outbuffer'.
|
|
|
|
* emacs-lisp/elint.el (elint-standard-variables): Remove most members,
|
|
since the next two variables cover them automatically now.
|
|
(elint-builtin-variables, elint-autoloaded-variables): New.
|
|
(elint-unknown-builtin-args): Remove all members, since they can be
|
|
parsed automatically now.
|
|
(elint-extra-errors): New.
|
|
(elint-env-add-env, elint-env-add-macro): Use cadr.
|
|
(elint-current-buffer): Use or. Change final message.
|
|
(elint-get-top-forms): Use line-end-position.
|
|
(elint-init-env): Use cadr. Handle autoload, declare-function,
|
|
and defalias.
|
|
(elint-add-required-env): Doc fix. Use or. Standardize error.
|
|
(regexp-assoc): Remove unused function.
|
|
(elint-top-form): Set elint-current-pos, to record the start of the
|
|
top-level form, for compilation-mode.
|
|
(elint-form): Trap errors in macro expansion. Use dolist.
|
|
(elint-unbound-variable): Use elint-builtin-variables and
|
|
elint-autoloaded-variables.
|
|
(elint-get-args): Use cadr, or.
|
|
(elint-check-cond-form): Use dolist, cadr.
|
|
(elint-check-condition-case-form): Doc fix. Use cadr.
|
|
Use elint-extra-errors.
|
|
(elint-log): New function.
|
|
(elint-error, elint-warning): Use elint-log for a bytecomp-style format.
|
|
Distinguish errors and warnings.
|
|
(elint-log-message): Use with-current-buffer. Inhibit read-only.
|
|
Use a bytecomp-style format.
|
|
(elint-clear-log): Preserve default-directory. Inhibit read-only.
|
|
(elint-get-log-buffer): Use compilation mode. Disable undo.
|
|
Don't truncate lines.
|
|
(elint-initialize): Set builtin and autoloaded variable lists.
|
|
Only process elint-unknown-builtin-args if non-nil.
|
|
(elint-find-builtin-variables, elint-find-autoloaded-variables):
|
|
New functions.
|
|
(elint-find-builtin-args): Doc fix. Handle "BODY...)".
|
|
|
|
2009-07-22 Kevin Ryde <user42@zip.com.au>
|
|
|
|
* net/newst-backend.el (newsticker--parse-atom-1.0)
|
|
(newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
|
|
(newsticker--parse-rss-1.0):
|
|
* progmodes/idlwave.el (idlwave-mode):
|
|
* progmodes/idlw-shell.el (idlwave-shell-mode):
|
|
* progmodes/vera-mode.el (vera-mode):
|
|
* progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
|
|
* progmodes/vhdl-mode.el (vhdl-mode):
|
|
* textmodes/table.el (table-generate-source)
|
|
(table--warn-incompatibility):
|
|
Hyperlink urls in docstrings with URL `...'.
|
|
|
|
2009-07-22 Glenn Morris <rgm@gnu.org>
|
|
|
|
* emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
|
|
* emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
|
|
* emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
|
|
Remove leading * from defcustom docs.
|
|
|
|
* simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
|
|
|
|
* emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
|
|
defcustom doc.
|
|
(list-load-path-shadows): Optionally, just return shadows as a string.
|
|
|
|
* mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
|
|
|
|
2009-07-21 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* mail/rmailedit.el (rmail-edit-mode): Use
|
|
auto-save-include-big-deletions.
|
|
|
|
* mail/rmail.el (rmail-variables): Use
|
|
auto-save-include-big-deletions.
|
|
|
|
* files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
|
|
changes.
|
|
|
|
2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
* calc/calc.el (calc-undo-length): New variable.
|
|
(calc-quit): Truncate rather than eliminate `calc-undo-list'.
|
|
|
|
2009-07-21 Richard Stallman <rms@gnu.org>
|
|
|
|
* files.el (auto-save-mode): Handle buffer-save-size = -2
|
|
for toggling mode.
|
|
|
|
2009-07-21 Glenn Morris <rgm@gnu.org>
|
|
|
|
* textmodes/ispell.el (ispell-looking-back): Update declaration.
|
|
|
|
* calendar/todo-mode.el (calendar-current-date): Update declaration.
|
|
|
|
* ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
|
|
silence compiler. Instead...
|
|
(jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
|
|
(ps-print-ensure-fontified): Update for above function name changes.
|
|
|
|
* printing.el (pr-mh-get-msg-num, pr-mh-show)
|
|
(pr-mh-start-of-uncleaned-message): Remove aliases only used to
|
|
silence compiler. Instead...
|
|
(mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
|
|
(mh-show-buffer): Only define for compiler.
|
|
(pr-mh-current-message): Update for above function name changes.
|
|
|
|
* files.el (abort-if-file-too-large): Explicitly pass `filename'
|
|
as an argument.
|
|
(find-file-noselect, insert-file-1): Update for above change.
|
|
|
|
* mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
|
|
|
|
* mail/mailclient.el (mailclient-send-it): Fix message.
|
|
|
|
* emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
|
|
(edebug-eval): Check cl-debug-env is bound.
|
|
(print-level, print-circle): Don't redefine built-in variables.
|
|
|
|
* emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
|
|
(custom-print-vectors): Remove old comments from doc.
|
|
|
|
* emerge.el (menu-bar-emerge-menu): Remove unused variable.
|
|
(emerge-version): Make the variable an obsolete alias for the
|
|
emacs-version variable. Make the function obsolete.
|
|
(emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
|
|
Emerge options, rather than merging in into the main Options menu.
|
|
(emerge-options-menu): Adjust menu text. Use buttons for skip prefers
|
|
and auto advance modes. Disable edit/fast items when not relevant.
|
|
|
|
2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* term/vt420.el (terminal-init-vt420): Fix typo.
|
|
|
|
2009-07-20 Sam Steingold <sds@gnu.org>
|
|
|
|
* progmodes/ada-mode.el (compile-auto-highlight): Remove the
|
|
variable (removed from compile.el on 2004-03-11).
|
|
|
|
2009-07-20 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* files.el (hack-local-variables-filter): Fix last change.
|
|
|
|
2009-07-19 Juri Linkov <juri@jurta.org>
|
|
|
|
* files.el (ignored-local-variables): Add `dir-local-variables-alist'.
|
|
(dir-local-variables-alist): New buffer-local variable.
|
|
(hack-local-variables-filter): If variable is not dir-local,
|
|
i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
|
|
because file-local overrides dir-local.
|
|
(c-postprocess-file-styles)<declare-function>:
|
|
Remove obsolete declaration.
|
|
(hack-dir-local-variables): Add dir-local variable/value pair to
|
|
`dir-local-variables-alist' and remove duplicates. Doc fix.
|
|
|
|
* help-fns.el (describe-variable): Add information about
|
|
file-local and dir-local variables.
|
|
|
|
2009-07-19 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* files.el (hack-local-variables-filter): Rewrite.
|
|
|
|
2009-07-19 Glenn Morris <rgm@gnu.org>
|
|
|
|
* progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
|
|
Silence compiler by only defining on XEmacs.
|
|
|
|
* international/mule.el (auto-coding-regexp-alist): Only match
|
|
BABYL... at the start of buffer, not of lines. (Bug#3790)
|
|
|
|
* calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
|
|
non-calendar buffers (Bug#3862). Restore "not on a date" message.
|
|
(cal-menu-context-mouse-menu): Doc fix.
|
|
|
|
* desktop.el (desktop-buffers-not-to-save): Set :version tag.
|
|
|
|
* simple.el (mail-user-agent): Doc fix. Set :version tag.
|
|
|
|
2009-07-18 Juri Linkov <juri@jurta.org>
|
|
|
|
* info.el: Virtual Info keyword finder.
|
|
(add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
|
|
(Info-finder-file): New variable.
|
|
(Info-finder-find-file): New function.
|
|
(finder-known-keywords, finder-package-info)
|
|
(find-library-name, lm-commentary): Use defvar and
|
|
declare-function to silence compiler warnings.
|
|
(Info-finder-find-node): New function.
|
|
(info-finder): New command.
|
|
|
|
* subr.el (process-kill-buffer-query-function): New function.
|
|
(add-hook)<kill-buffer-query-functions>: Add hook
|
|
`process-kill-buffer-query-function'.
|
|
|
|
2009-07-18 Alan Mackenzie <acm@muc.de>
|
|
|
|
* progmodes/cc-mode.el (c-before-hack-hook)
|
|
(c-postprocess-file-styles): Give invocation of `c-set-style'
|
|
DONT-OVERRIDE parameter of t. Already set style variables will
|
|
thus not be overridden by style settings given by `c-file-syle'.
|
|
|
|
* files.el (hack-local-variables-filter): Remove entries with
|
|
duplicate keys from `file-local-variables-alist'.
|
|
|
|
2009-07-18 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
* simple.el (deactivate-mark, activate-mark, set-mark): Don't call
|
|
x-set-selection if display-selections-p returns nil for the
|
|
current frame.
|
|
|
|
2009-07-18 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
|
|
|
|
2009-07-18 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
* desktop.el (desktop-buffers-not-to-save): Default value is nil.
|
|
Accept nil in addition to a regexp.
|
|
(desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
|
|
Accept nil in addition to a regexp.
|
|
(desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
|
|
buffers that have an associated file. Handle nil values of
|
|
desktop-buffers-not-to-save and desktop-files-not-to-save.
|
|
(Bug#3833)
|
|
|
|
* term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
|
|
(x-disown-selection-internal): New functions.
|
|
|
|
2009-07-18 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
* progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
|
|
warning.
|
|
(gdb-breakpoints-header): Move forward to avoid compiler warning.
|
|
(gdb-make-header-line-mouse-map): Remove duplicate definition.
|
|
|
|
2009-07-18 David De La Harpe Golden <david@harpegolden.net>
|
|
|
|
* simple.el (set-mark): Revert last change.
|
|
|
|
2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
|
|
|
|
* doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
|
|
rendering of pngs is not possible instead of messaging a long
|
|
description.
|
|
|
|
2009-07-17 David De La Harpe Golden <david@harpegolden.net>
|
|
|
|
* w32-fns.el (x-selection-owner-p): New function.
|
|
|
|
* mouse.el (mouse-drag-track): Call deactivate-mark earlier.
|
|
(mouse-yank-at-click, mouse-yank-primary): If
|
|
select-active-regions is non-nil, deactivate the mark before
|
|
insertion.
|
|
|
|
* simple.el (deactivate-mark, set-mark): Only save selection if we
|
|
own it.
|
|
|
|
2009-07-17 Kenichi Handa <handa@m17n.org>
|
|
|
|
* case-table.el (describe-buffer-case-table): Fix for the case
|
|
that KEY is a cons.
|
|
|
|
2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* vc-rcs.el (vc-rcs-find-file-hook):
|
|
* vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
|
|
|
|
2009-07-16 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp.el (tramp-wait-for-output): Handle the case when
|
|
commands do not return a newline but a null byte before the shell
|
|
prompt. (Bug#3858)
|
|
|
|
2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
|
|
|
* term/ns-win.el (ns-set-alpha): Don't declare.
|
|
(ns-set-background-alpha): Remove function.
|
|
|
|
2009-07-16 Kevin Ryde <user42@zip.com.au>
|
|
|
|
* emacs-lisp/copyright.el (copyright-update): Save match-data across
|
|
y-or-n-p, for safety.
|
|
|
|
2009-07-16 Richard Stallman <rms@gnu.org>
|
|
|
|
* files.el (auto-save-mode): If buffer-saved-size is -2,
|
|
don't clobber it.
|
|
|
|
* mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
|
|
(rmail-retry-ignored-headers): Add more uninteresting fields.
|
|
|
|
2009-07-15 Jari Aalto <jari.aalto@cante.net>
|
|
|
|
* net/rcirc.el (rcirc): Use history variables.
|
|
(rcirc-server-name-history, rcirc-nick-name-history)
|
|
(rcirc-server-port-history): New variables.
|
|
|
|
2009-07-15 Kenichi Handa <handa@m17n.org>
|
|
|
|
* international/mule-cmds.el (set-language-environment-charset):
|
|
If coding-system-charset-list returns `iso-2022' or `emacs-mule',
|
|
ignore them.
|
|
|
|
* language/misc-lang.el ("IPA"): Change coding systems to utf-8.
|
|
Delete unibyte-display.
|
|
|
|
2009-07-15 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
|
|
|
|
2009-07-15 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* simple.el (deactivate-mark): Optional argument FORCE.
|
|
(set-mark): Use deactivate-mark.
|
|
|
|
* info.el (Info-search): No need to check transient-mark-mode
|
|
before calling deactivate-mark.
|
|
|
|
* select.el (x-set-selection): Doc fix.
|
|
(x-valid-simple-selection-p): Allow buffer values.
|
|
(xselect--selection-bounds): Handle buffer values. Suggested by
|
|
David De La Harpe Golden.
|
|
|
|
* mouse.el (mouse-set-region, mouse-drag-track): Call
|
|
copy-region-as-kill before setting the mark, to let
|
|
select-active-regions work.
|
|
|
|
2009-07-15 David De La Harpe Golden <david@harpegolden.net>
|
|
|
|
* simple.el (deactivate-mark): If select-active-regions is
|
|
non-nil, copy the selection data into a string.
|
|
(activate-mark): If select-active-regions is non-nil, set the
|
|
selection to the current buffer.
|
|
(set-mark): Update selection if select-active-regions is non-nil.
|
|
|
|
* select.el (x-valid-simple-selection-p): Allow buffer values.
|
|
|
|
2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* simple.el (mail-user-agent): Default to the upwardly-UI-compatible
|
|
and more featureful message-mode.
|
|
|
|
2009-07-14 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* select.el (x-set-selection): Doc fix.
|
|
(x-valid-simple-selection-p): Disallow selection data consisting
|
|
of a list or cons of integers, since that is not used.
|
|
(xselect--selection-bounds, xselect--int-to-cons): New functions.
|
|
(xselect-convert-to-string, xselect-convert-to-length)
|
|
(xselect-convert-to-filename, xselect-convert-to-charpos)
|
|
(xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
|
|
|
|
2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
|
|
|
|
* progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
|
|
output in -break-info command (Emacs bug #3794).
|
|
|
|
2009-07-14 Glenn Morris <rgm@gnu.org>
|
|
|
|
* emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
|
|
(edebug-eval-macro-args, edebug-save-displayed-buffer-points)
|
|
(edebug-print-length, edebug-print-level, edebug-print-circle)
|
|
(edebug-sit-for-seconds, edebug-view-outside)
|
|
(edebug-bounce-point, edebug-set-global-break-condition)
|
|
(edebug-Go-nonstop-mode, edebug-trace-mode)
|
|
(edebug-Trace-fast-mode, edebug-continue-mode)
|
|
(edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
|
|
(edebug-visit-eval-list): Doc fixes.
|
|
|
|
* subr.el (def-edebug-spec): Doc fix.
|
|
|
|
2009-07-14 Kenichi Handa <handa@m17n.org>
|
|
|
|
* international/characters.el: Fix setting of category ?C.
|
|
|
|
2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
|
|
|
|
* term/ns-win.el (x-select-font): defalias x-select-font to
|
|
ns-popup-font-panel instead of generate-fontset-menu.
|
|
|
|
2009-07-12 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
* desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
|
|
|
|
2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
|
|
|
|
* arc-mode.el (archive-find-type): Allow for a PK00 string before
|
|
the PK\003\004 header (Bug#3770).
|
|
|
|
2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
|
|
|
|
* pcomplete.el (pcomplete-comint-setup): Check for
|
|
shell-dynamic-complete-filename too.
|
|
|
|
2009-07-11 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* simple.el (temporary-goal-column): Change the value for
|
|
line-move-visual to a cons cell.
|
|
(line-move-visual): Record or set the window hscroll, if
|
|
necessary (Bug#3494).
|
|
(line-move-1): Handle cons value of temporary-goal-column.
|
|
|
|
2009-07-11 Kenichi Handa <handa@m17n.org>
|
|
|
|
* international/mule-diag.el (describe-character-set): Don't show
|
|
width.
|
|
|
|
2009-07-10 Sam Steingold <sds@gnu.org>
|
|
|
|
* progmodes/compile.el (compilation-mode-font-lock-keywords):
|
|
Omake sometimes indents the errors it prints, so allow all
|
|
regexps to start with spaces.
|
|
|
|
2009-07-10 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
* cus-edit.el (customize-changed-options-previous-release):
|
|
Bump value to 22.1. (Bug#3804)
|
|
|
|
2009-07-08 Sam Steingold <sds@gnu.org>
|
|
|
|
* progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
|
|
to be a cons cell (test . ignored-directory) to selectively ignore
|
|
some directories depending on the location of the search.
|
|
|
|
2009-07-08 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp.el (tramp-set-file-uid-gid): Handle the case the
|
|
remote user is root, on the local host.
|
|
(tramp-local-host-p): Either the local user or the remote user
|
|
must be root. (Bug#3771)
|
|
|
|
2009-07-08 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
* progmodes/gdb-mi.el (gdb): Remove description of
|
|
gdb-use-separate-io-buffer.
|
|
(menu): Don't allow toggling of or enable
|
|
gdb-use-separate-io-buffer from menubar.
|
|
|
|
2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
|
|
|
|
* mail/unrmail.el (unrmail): Make sure the message ends with two
|
|
newlines (Bug#3769).
|
|
|
|
2009-07-08 Glenn Morris <rgm@gnu.org>
|
|
|
|
* calendar/calendar.el (calendar-current-date): Rework previous change.
|
|
|
|
2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
|
|
|
|
* calendar/calendar.el (calendar-current-date):
|
|
Add an optional argument giving an offset from today.
|
|
|
|
2009-07-08 Glenn Morris <rgm@gnu.org>
|
|
|
|
* tutorial.el (tutorial--describe-nonstandard-key):
|
|
Adjust the message for when a key has been unbound.
|
|
(help-with-tutorial): Hide the arch-tag.
|
|
|
|
2009-07-08 Kenichi Handa <handa@m17n.org>
|
|
|
|
* international/fontset.el (setup-default-fontset): For each
|
|
script, append (not set) font-specs.
|
|
|
|
* language/japanese.el (japanese-shift-jis-2004): Fix typo in the
|
|
docstring.
|
|
|
|
2009-07-08 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
* progmodes/gdb-mi.el (gdb-init-1): Move sending
|
|
-data-list-register-names to ...
|
|
(gdb-starting): ... here because GDB 7.0 requires execution to
|
|
have started when using this MI command.
|
|
(gdb-set-header): New function to distinguish select and
|
|
unselected tabs in gdb buffers.
|
|
(gdb-propertize-header): New macro that uses gdb-set-header.
|
|
(gdb-breakpoints-header, gdb-locals-header): Use it.
|
|
(gdb-disassembly-mode-map): Add keybinding to kill buffer.
|
|
|
|
2009-07-07 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* Makefile.in (ELCFILES): Remove fadr.elc.
|
|
|
|
2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
|
|
|
|
* progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
|
|
may contain frame information, so `string-match' should be used.
|
|
(gdb-update): Disassembly is invalidated through
|
|
`gdb-get-selected-frame'.
|
|
(gdb-pad-string): New function to pad string with spaces.
|
|
(gdb-invalidate-disassembly): Invalidate only if the buffer
|
|
exists.
|
|
(gdb-disassembly-handler-custom): Column alignment.
|
|
(gdb-disassembly-place-breakpoints): Clear old breakpoints before
|
|
placing new ones.
|
|
(gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
|
|
end of line, too.
|
|
(gdb-frame-handler): Match convention to for disassembly buffer
|
|
mode name.
|
|
(gdb-stack-list-frames-handler): Rewritten without regexps.
|
|
(gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
|
|
not highlight breakpoints without line information.
|
|
(gdb-input): Add trailing newline to command.
|
|
|
|
* progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
|
|
buffer properly.
|
|
(gdb-breakpoints-list-handler-custom): Replacement for
|
|
`gdb-break-list-handler'. Using real parser instead of regexps
|
|
now.
|
|
(gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
|
|
Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
|
|
to place breakpoints.
|
|
(def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
|
|
functions.
|
|
(gdb-disassembly-handler-custom): Show overlay arrow.
|
|
(gdb-disassembly-place-breakpoints): Show breakpoints in
|
|
disassembly buffer.
|
|
(gdb-toggle-breakpoint, gdb-delete-breakpoint)
|
|
(gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
|
|
instead of parsing breakpoints buffer. Fixed old menu references
|
|
in `gud-menu-map'.
|
|
|
|
* fadr.el: Remove.
|
|
|
|
* progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
|
|
(gdb-memory-address): New variable which holds top address of
|
|
memory page shown in memory buffer.
|
|
(gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
|
|
customization variables.
|
|
New functions:
|
|
(gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
|
|
display the memory buffer.
|
|
(gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
|
|
buffer display parameters.
|
|
(def-gdb-memory-format, gdb-memory-format-binary)
|
|
(gdb-memory-format-octal, gdb-memory-format-unsigned)
|
|
(gdb-memory-format-signed, gdb-memory-format-hexadecimal):
|
|
Functions for setting memory buffer format.
|
|
(gdb-memory-unit-word, gdb-memory-unit-halfword)
|
|
(gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
|
|
unit size used in memory buffer.
|
|
(gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
|
|
to next/previous page of memory buffer.
|
|
Now using (bindat-get-field) instead of fadr functions.
|
|
|
|
2009-07-07 Sam Steingold <sds@gnu.org>
|
|
|
|
* vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
|
|
non-top-level files.
|
|
|
|
2009-07-07 Kenichi Handa <handa@m17n.org>
|
|
|
|
* international/mule-cmds.el (reset-language-environment): Put
|
|
the highset priority to the charset iso-8859-1.
|
|
|
|
2009-07-06 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
|
|
to the end of the line when locating the block (Bug#700).
|
|
|
|
2009-07-06 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp.el (tramp-handle-write-region): Flush file properties
|
|
in case of short track.
|
|
|
|
2009-07-06 Michael McNamara <mac@mail.brushroad.com>
|
|
|
|
* verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
|
|
representation of verilog error regular expressions to work with
|
|
Emacs-22's new format.
|
|
(verilog-error-regexp-xemacs-alist): Coded custom representation
|
|
of verilog error regular expressions to work with XEmacs format.
|
|
(verilog-error-regexp-add-xemacs): Hook routine to install verilog
|
|
error recognition into XEmacs.
|
|
(verilog-error-regexp-add-emacs): Hook routine to install verilog
|
|
error recognition into Emacs-22.
|
|
|
|
2009-07-06 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* woman.el: Remove stand-alone closing parentheses.
|
|
(woman-file-name, woman2-format-paragraphs)
|
|
(woman-leave-blank-lines): Code cleanup.
|
|
(woman-use-own-frame): Change default to nil.
|
|
(woman-italic, woman-bold, woman-unknown, woman-addition): Change
|
|
defaults to inherit from default faces.
|
|
(woman2-process-escapes): Consume the newline after a stand-alone
|
|
filler character (Bug#3651).
|
|
|
|
2009-07-06 Glenn Morris <rgm@gnu.org>
|
|
|
|
* ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
|
|
(top-level): Move provide to the end.
|
|
(ffap): Remove defunct URL from custom group.
|
|
|
|
* subr.el (eval-after-load): Doc fix.
|
|
|
|
2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
|
|
|
|
* calc/calc-embed.el (calc-embedded-make-info): Don't force when
|
|
`calc-embedded-word' is called twice.
|
|
|
|
2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
* files.el (find-alternate-file-other-window, find-alternate-file):
|
|
Obey confirm-nonexistent-file-or-buffer.
|
|
|
|
2009-07-05 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* dired-aux.el (dired-show-file-type): Handle remote files.
|
|
|
|
2009-07-05 Jari Aalto <jari.aalto@cante.net>
|
|
|
|
* desktop.el (desktop-globals-to-save):
|
|
Add file-name-history (Bug#2750).
|
|
|
|
2009-07-05 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
|
|
|
|
2009-07-04 Johan Bockgård <bojohan@gnu.org>
|
|
|
|
* eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
|
|
property on entire argument since this is what eshell-lisp-command
|
|
expects.
|
|
|
|
2009-07-03 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp-gvfs.el (tramp-gvfs-methods)
|
|
(tramp-gvfs-zeroconf-domain)
|
|
(tramp-bluez-discover-devices-timeout): Add version flag.
|
|
(tramp-gvfs-handler-mounted-unmounted)
|
|
(tramp-gvfs-connection-mounted-p): Polish handling of
|
|
incompatibilities between GVFS 0.2 and 1.0.
|
|
|
|
2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
|
|
|
|
* cus-start.el (all): Add make-pointer-invisible.
|
|
|
|
2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
* calc-math.el (math-use-emacs-fn): Make sure that the number is
|
|
formatted correctly.
|
|
|
|
2009-07-02 Juri Linkov <juri@jurta.org>
|
|
|
|
* info.el: Virtual Info files and nodes.
|
|
(Info-virtual-files, Info-virtual-nodes): New variables.
|
|
(Info-current-node-virtual): New variable.
|
|
(Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
|
|
New functions.
|
|
(Info-file-supports-index-cookies): Use Info-virtual-file-p
|
|
to check for a virtual file instead of checking a fixed list
|
|
of node names.
|
|
(Info-find-file): Use Info-virtual-fun and Info-virtual-call
|
|
instead of ad-hoc processing of "dir" and (apropos history toc).
|
|
(Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
|
|
instead of ad-hoc processing of "dir" and (apropos history toc).
|
|
Reread a file when moving from a virtual node.
|
|
(add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
|
|
(Info-directory-toc-nodes, Info-directory-find-file)
|
|
(Info-directory-find-node): New functions.
|
|
(add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
|
|
(Info-history): Move part of code to
|
|
`Info-history-find-node'.
|
|
(Info-history-toc-nodes, Info-history-find-file)
|
|
(Info-history-find-node): New functions.
|
|
(add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
|
|
(Info-toc): Move part of code to `Info-toc-find-node'.
|
|
(Info-toc-find-node): New function.
|
|
(Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
|
|
the current Info file name to references because now the node
|
|
"*TOC*" belongs to the same Info manual.
|
|
(Info-toc-build): Rename from `Info-build-toc'.
|
|
(Info-toc-nodes): Rename input argument `file' to `filename'.
|
|
Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
|
|
instead of ad-hoc processing of ("dir" apropos history toc).
|
|
(Info-index-nodes): Use Info-virtual-file-p
|
|
to check for a virtual file instead of checking a fixed list
|
|
of node names.
|
|
(Info-index-node): Add check for `Info-current-node-virtual'.
|
|
Raise `save-match-data' higher up the tree to contain
|
|
`search-forward' too (bug fix).
|
|
(add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
|
|
(Info-virtual-index-nodes): New variable.
|
|
(Info-virtual-index-find-node, Info-virtual-index): New functions.
|
|
(add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
|
|
(Info-apropos-file, Info-apropos-nodes): New variables.
|
|
(Info-apropos-toc-nodes, Info-apropos-find-file)
|
|
(Info-apropos-find-node, Info-apropos-matches): New functions.
|
|
(info-apropos): Move part of code to `Info-apropos-find-node' and
|
|
`Info-apropos-matches'.
|
|
(Info-mode-map): Bind "I" to `Info-virtual-index'.
|
|
(Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
|
|
for a virtual file instead of checking a fixed list of node names.
|
|
|
|
* simple.el (async-shell-command): New command.
|
|
|
|
* bindings.el (esc-map): Bind "&" to `async-shell-command'.
|
|
|
|
* net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
|
|
instead of `mount-info'.
|
|
|
|
2009-07-02 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
|
|
(tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
|
|
|
|
2009-07-02 Kenichi Handa <handa@m17n.org>
|
|
|
|
* international/mule.el (set-keyboard-coding-system): Force *-unix
|
|
coding-system to avoid eol conversion.
|
|
|
|
2009-07-01 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
|
|
Add handler for `process-file', `shell-command' and
|
|
`start-file-process'.
|
|
(tramp-gvfs-handle-shell-command)
|
|
(tramp-gvfs-handle-start-file-process)
|
|
(tramp-gvfs-handle-process-file): New defuns.
|
|
(tramp-synce-list-devices): Simplify check for existence of property.
|
|
|
|
2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
|
|
|
|
* startup.el (command-line-x-option-alist): Add -mm and --maximized.
|
|
|
|
2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
|
|
|
|
* language/korean.el (set-language-info-alist): Add korean-cp949,
|
|
cp949 to spec.
|
|
|
|
2009-07-01 Kenichi Handa <handa@m17n.org>
|
|
|
|
* Makefile.in (ELCFILES): Delete encoded-kb.elc.
|
|
|
|
* international/encoded-kb.el: Deleted.
|
|
|
|
* international/mule.el (set-keyboard-coding-system): Perform the
|
|
necessary setup here instead of calling encoded-kbd-setup-display.
|
|
|
|
2009-07-01 Glenn Morris <rgm@gnu.org>
|
|
|
|
* progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
|
|
|
|
2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
|
|
|
|
* progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
|
|
|
|
2009-06-30 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp.el (tramp-do-copy-or-rename-file-directly):
|
|
Handle also the 'rename case, when setting file modes. (Bug#3712)
|
|
(tramp-default-file-modes) Remove execute permissions.
|
|
|
|
* net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
|
|
(top): Add a default for "synce" in `tramp-default-user-alist'.
|
|
Add completion function for "synce" method.
|
|
(tramp-hal-service, tramp-hal-path-manager)
|
|
(tramp-hal-interface-manager, tramp-hal-interface-device):
|
|
New defconst.
|
|
(tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
|
|
(tramp-synce-list-devices, tramp-synce-parse-device-names):
|
|
New defuns.
|
|
|
|
* net/trampver.el: Update release number.
|
|
|
|
2009-06-30 Kenichi Handa <handa@m17n.org>
|
|
|
|
* international/fontset.el (setup-default-fontset): Add CJK fonts
|
|
for symbols and the other miscellaneous characters.
|
|
|
|
* language/korea-util.el (setup-korean-environment-internal):
|
|
Make char-width-table suitable for Korean environments.
|
|
(exit-korean-environment): Cancel above.
|
|
|
|
* language/chinese.el ("Chinese-GB", "Chinese-BIG5")
|
|
("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
|
|
setup-funcion to make char-widht-table suitable for respective
|
|
environments, and an exit-function to cancel that.
|
|
|
|
* language/japan-util.el (setup-japanese-environment-internal):
|
|
Call use-cjk-char-width-table with arg `ja_JP'.
|
|
|
|
* international/characters.el (cjk-char-width-table): Delete it.
|
|
(cjk-char-width-table-list): New variable.
|
|
(use-cjk-char-width-table): New arg local-name.
|
|
(use-default-char-width-table): Fix for the case that Emacs is
|
|
already using the default char-width-table.
|
|
|
|
2009-06-29 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
|
|
modes mandatory. (Bug#3712)
|
|
|
|
2009-06-29 Alan Mackenzie <acm@muc.de>
|
|
|
|
* progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
|
|
correction between the visible width of TABs and their number of bytes.
|
|
|
|
2009-06-29 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* server.el (server-buffer-done): Prevent kill-buffer from
|
|
prompting by clearing the buffer modification flag (Bug#3696).
|
|
|
|
2009-06-28 Michael McNamara <mac@mail.brushroad.com>
|
|
|
|
* verilog-mode.el (verilog-beg-of-statement)
|
|
(verilog-endcomment-reason-re): Support unique case and priority case.
|
|
(verilog-basic-complete-re): Support localparam lineup.
|
|
(verilog-beg-of-statement-1): Fix for robustness, unique case.
|
|
(verilog-set-auto-endcomments): Fix for unique case, always_comb
|
|
commenting.
|
|
(verilog-leap-to-case-head): Now support *nested* unique &
|
|
priority case statements.
|
|
(verilog-auto-lineup): Make just declarations the default (as it
|
|
had been).
|
|
(verilog-leap-to-case-head): Support priority/unique case statements.
|
|
(verilog-auto-lineup): Rework to give users radio buttons to
|
|
select the various styles of automatic lineup.
|
|
(verilog-error-regexp-alist): Rework to support the XEmacs style
|
|
of error regular expressions from compilers, lint tools &
|
|
simulators. Note that GNU Emacs has made it impossible for a mode
|
|
to load such things.
|
|
(electric-verilog-terminate-line, verilog-indent-declaration)
|
|
(verilog-auto-wiure): Rework for radio button selection of
|
|
auto-lineup selection of specification of auto lineup.
|
|
(verilog-beg-of-statement-1): Redesign to support proper operation
|
|
in additional code, based on testing with auto-lineup.
|
|
(verilog-calculate-indent, assignments & declarations)
|
|
(verilog-backward-token): Enhance to support auto-lineup of
|
|
assignments & declarations.
|
|
(verilog-in-directive-p, verilog-at-struct-p): New function for
|
|
easy test of whether we are.
|
|
(verilog-pretty-declarations, verilog-pretty-expr): Massive rework
|
|
to support safe execution at almost anyline.
|
|
(verilog-calc-1): Properly support indenting deep inside generate
|
|
blocks.
|
|
(verilog-init-font) Remove definition & use of verilog-init-font,
|
|
as it is redundant with font-lock-defaults.
|
|
(verilog-mode): Alter the definition of verilog-font-lock-defaults
|
|
to avoid circular calls if syntax-ppss is a function (as is the
|
|
case now in 22.x GNU Emacs) as that function would sometimes call
|
|
itself, leading to (nearly) infinite recursion.
|
|
(verilog-ovm-begin-re, verilog-ovm-end-re)
|
|
(verilog-ovm-statement-re, verilog-leap-to-head)
|
|
(verilog-backward-token): Add support for OVM macros. Some are
|
|
complete statements, and others open and close scopes like begin
|
|
and end.
|
|
(verilog-defun-level-not-generate-re, verilog-defun-level-re)
|
|
(verilog-defun-level-generate-only-re): Really fix the defun-list
|
|
compilation issue.
|
|
(verilog-calc-1) (verilog-beg-of-statement): Enhance support for
|
|
coverpoint, constraint and cross statements.
|
|
(verilog-defun-level-list, verilog-generate-defun-level-list)
|
|
(verilog-all-defun-level-list): Redo these specifications - it is
|
|
too hard to support eval-when compile aggregation of lists also
|
|
built at when-compile time.
|
|
(verilog-defun-level-list): Place defconsts of variables used in
|
|
building regular expressions which are built in eval-when-compile
|
|
bodies in the same eval-when-compile body to facilitate compile
|
|
without load.
|
|
(verilog-beg-block-re-ordered): Support indenting
|
|
virtual/protected tasks and functions.
|
|
(verilog-defun-level-list, verilog-in-generate-region-p)
|
|
(verilog-backward-ws&directives, verilog-calc-1): Speed up
|
|
indentation of some module items (generate items).
|
|
(verilog-forward-sexp, verilog-leap-to-head): Support stepping
|
|
across virtual/protected tasks and functions.
|
|
|
|
2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
|
|
|
|
* verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
|
|
Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
|
|
(verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
|
|
in concatenations. Reported by Yishay Belkind.
|
|
(verilog-auto-ascii-enum): Support one-hot state machines in
|
|
AUTOASCIIENUM. Suggested by Lloyd Gomez.
|
|
(verilog-auto-inst, verilog-auto-inst-port): Include interface
|
|
modport in AUTOINST and add vl-modport for users. Reported by
|
|
David Rogoff.
|
|
(verilog-auto-inout-module, verilog-auto-inst)
|
|
(verilog-decls-get-interfaces, verilog-insert-definition)
|
|
(verilog-insert-one-definition, verilog-read-decls)
|
|
(verilog-read-sub-decls, verilog-read-sub-decls-sig)
|
|
(verilog-sig-modport, verilog-signals-combine-bus)
|
|
(verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
|
|
interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
|
|
Suggested by David Rogoff.
|
|
(verilog-repair-open-comma): Fix non-insertion of comma when
|
|
`DEFINE occurs in V2K argument list. Reported by Lane Brooks.
|
|
(verilog-make-width-expression): Simplify [A-1:0] expression
|
|
widths to just {A{1'b0}}.
|
|
(verilog-mode): Cleanup checkdoc warnings.
|
|
(verilog-auto-inout-module, verilog-signals-matching-dir-re):
|
|
Add third optional regexp to AUTOINOUTMODULE to allow selecting only
|
|
inputs/outputs or data type. Suggested by Vasu Kandadi.
|
|
(next-error-last-buffer): Fix byte-compiler warning.
|
|
(verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
|
|
(verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
|
|
or shell command text during AUTO expansion. Suggested by Tad Truex.
|
|
(verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
|
|
(verilog-read-sub-decls-sig, verilog-symbol-detick-text):
|
|
Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
|
|
in AUTOINOUT. Reported by Matthew Lovell.
|
|
(verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
|
|
causing use of <= assignments. Reported by Alex Reed.
|
|
(verilog-read-decls): Fix triand, trior, wand, wor to be
|
|
recognized by AUTOWIRE. Reported by Spencer Isaacson.
|
|
(verilog-extended-complete-re): Support import "DPI-C" functions.
|
|
(verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
|
|
y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
|
|
(verilog-insert-date, verilog-insert-year)
|
|
(verilog-sk-header-tmpl): Fix verilog-header inserting error on
|
|
Windows systems. Reported by Michael Potts.
|
|
(verilog-read-module-name): Fix AUTOINST when the child module
|
|
declaration's name is a tick define. Reported by Elliot Mednick.
|
|
(verilog-read-decls): Fix V2K parameter bit subscripts getting
|
|
passed to next parameter's definition. Reported by Bruce T.
|
|
(verilog-read-decls): Fix detecting "parameter int" when using
|
|
AUTOINSTPARAM. Reported by Bruce T.
|
|
(verilog-goto-defun): Fix goto not finding modules unless first
|
|
perform a verilog-auto expansion. Suggested by Lawrence Butcher.
|
|
(verilog-mode): Expand -f flag arguments on entry to mode so
|
|
verilog-goto-defun will work. Reported by Lawrence Butcher.
|
|
(verilog-getopt): Expand environment variables in -f file
|
|
arguments. Suggested by Lawrence Butcher.
|
|
(verilog-set-define): Fix "Symbol's value as variable is void"
|
|
when reading enumerations.
|
|
(verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
|
|
Suggested by Stephen Peltan.
|
|
(verilog-read-defines): Fix reading of enumerations in include
|
|
files. Reported by Steve Peltan.
|
|
|
|
2009-06-28 David De La Harpe Golden <david@harpegolden.net>
|
|
|
|
* files.el (trash-directory): Fix defcustom type.
|
|
|
|
2009-06-28 Juri Linkov <juri@jurta.org>
|
|
|
|
* help-fns.el (describe-function-1): Correctly locate adviced
|
|
functions in hyperlink (Bug#2438).
|
|
|
|
2009-06-28 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* files.el (trash-directory): Change default to nil.
|
|
(move-file-to-trash): If trash-directory is nil and
|
|
system-move-file-to-trash is unbound, perform freedesktop-style
|
|
trashing.
|
|
|
|
2009-06-28 David De La Harpe Golden <david@harpegolden.net>
|
|
|
|
* files.el (move-file-to-trash): Add freedesktop trash
|
|
support (Bug#973).
|
|
|
|
2009-06-28 Glenn Morris <rgm@gnu.org>
|
|
|
|
* autorevert.el (global-auto-revert-non-file-buffers)
|
|
(global-auto-revert-mode): Doc fixes.
|
|
|
|
2009-06-27 Johan Bockgård <bojohan@gnu.org>
|
|
|
|
* emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
|
|
|
|
2009-06-27 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
* faces.el (x-handle-named-frame-geometry): Ensure that we have
|
|
opened an X connection before calling x-get-resource (Bug#3194).
|
|
|
|
* play/doctor.el: Remove reference to obsolete website.
|
|
(make-doctor-variables): Correct grammar mistake (Bug#2633).
|
|
|
|
2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
Remove find-file-not-found-hook VC method. (Bug#2757)
|
|
* vc-hooks.el (vc-file-not-found-hook)
|
|
(vc-default-find-file-not-found-hook): Remove functions.
|
|
(find-file-not-found-functions): Do not add vc-file-not-found-hook.
|
|
* vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
|
|
* vc.el:
|
|
* vc-hg.el:
|
|
* vc-git.el: Do not mention find-file-not-found-hook VC method.
|
|
|
|
2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
|
|
|
|
* textmodes/ispell.el: Add `ispell-looking-back' XEmacs
|
|
compatibility function for `looking-back'.
|
|
|
|
* textmodes/flyspell.el (sgml-mode-flyspell-verify):
|
|
Use `ispell-looking-back'.
|
|
|
|
2009-06-24 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
* net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
|
|
rather than `filename'.
|
|
|
|
2009-06-23 Miles Bader <miles@gnu.org>
|
|
|
|
* face-remap.el (text-scale-set): New function.
|
|
|
|
2009-06-23 Glenn Morris <rgm@gnu.org>
|
|
|
|
* pcmpl-rpm.el (pcomplete/rpm): Doc fix.
|
|
|
|
* bindings.el (mode-line-modified): Fix case of "Buffer is modified".
|
|
|
|
* textmodes/ispell.el (ispell-local-dictionary): Doc fix.
|
|
|
|
* progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
|
|
|
|
* calendar/cal-dst.el (calendar-time-zone-daylight-rules):
|
|
Simplify Persian conditionals.
|
|
|
|
* calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
|
|
variable `filename'.
|
|
|
|
* comint.el (comint-insert-input): Doc fix.
|
|
|
|
* Makefile.in (ELCFILES): Fix typo in previous change.
|
|
|
|
2009-06-23 Miles Bader <miles@gnu.org>
|
|
|
|
* cus-start.el: Add entry for `recenter-redisplay'.
|
|
|
|
2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
|
|
Add an optional argument for the backend, use it instead of
|
|
calling vc-backend.
|
|
(vc-mode-line): Add an optional argument for the backend.
|
|
Pass the backend to vc-state and vc-working-revision. Move code for
|
|
special handling for vc-state being a buffer to ...
|
|
|
|
* vc-rcs.el (vc-rcs-find-file-hook):
|
|
* vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
|
|
|
|
* vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
|
|
(vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
|
|
vc-stay-local-p and vc-mode-line calls.
|
|
|
|
* vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
|
|
(vc-cvs-diff, vc-cvs-annotate-command)
|
|
(vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
|
|
(vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
|
|
vc-mode-line calls.
|
|
|
|
* vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
|
|
direct comparison.
|
|
(vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
|
|
backend when calling vc-mode-line.
|
|
(vc-register): Do not create a closure for calling the vc register
|
|
function, call it directly.
|
|
|
|
2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
* emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
|
|
to make it obvious item can be clicked.
|
|
|
|
* vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
|
|
|
|
2009-06-23 Kenichi Handa <handa@m17n.org>
|
|
|
|
* language/korea-util.el (korean-key-bindings): Change the binding
|
|
of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
|
|
same command.
|
|
|
|
2009-06-22 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
Sync with Tramp 2.1.16.
|
|
|
|
* Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
|
|
|
|
* net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
|
|
when a loading of a package fails. Completion function for rsync
|
|
is `tramp-completion-function-alist-ssh'.
|
|
(all): Replace all calls of `split-string' and
|
|
`tramp-split-string' by `tramp-compat-split-string'.
|
|
(tramp-default-method): Use `tramp-compat-process-running-p'.
|
|
(tramp-default-proxies-alist): Allow also Lisp forms.
|
|
(tramp-remote-path): Add choice "Private Directories".
|
|
(tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
|
|
(tramp-domain-regexp): Allow also "-", "_" and ".".
|
|
(tramp-end-of-output): Remove newlines, and add "$" at the end.
|
|
(tramp-file-name-handler-alist): Add handler for `dired-uncache'.
|
|
(tramp-debug-message): Insert header line in debug buffer.
|
|
(tramp-handle-directory-files-and-attributes-with-stat):
|
|
Care about filenames with spaces, or starting with "-".
|
|
(tramp-handle-dired-uncache): New defun.
|
|
(tramp-handle-insert-directory): Don't flush the directory from
|
|
cache, this is handled by `dired-uncache' now.
|
|
(tramp-handle-insert-file-contents): Improve error handling.
|
|
(tramp-find-shell, tramp-open-connection-setup-interactive-shell):
|
|
Quote `tramp-end-of-output'.
|
|
(tramp-action-password): Improve trace message.
|
|
(tramp-check-for-regexp): Both echoes must be present, before removing.
|
|
(tramp-open-connection-setup-interactive-shell): Trace coding system.
|
|
(tramp-compute-multi-hops): Eval cons cells of
|
|
`tramp-default-proxies-alist'.
|
|
(tramp-maybe-open-connection): Use the same command pattern for
|
|
first hop and further hops.
|
|
(tramp-wait-for-output): Remove handling of newlines.
|
|
(tramp-get-remote-path): Handle also `tramp-own-remote-path'.
|
|
(tramp-split-string): Remove function. It is handled in
|
|
tramp-compat now.
|
|
|
|
* net/tramp-cmds.el (tramp-bug):
|
|
Recommend `tramp-cleanup-all-connections' in the bug mail.
|
|
|
|
* net/tramp-compat.el (tramp-compat-split-string)
|
|
(tramp-compat-process-running-p): New defuns.
|
|
|
|
* net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
|
|
for `dired-uncache'.
|
|
|
|
* net/tramp-gvfs.el: New package.
|
|
|
|
* net/tramp-smb.el (tramp-smb-file-name-handler-alist):
|
|
Add handler for `dired-uncache'.
|
|
(tramp-smb-handle-file-local-copy): Cleanup in case of error.
|
|
|
|
* net/trampver.el: Update release number. Make version check fit
|
|
for SXEmacs 22.
|
|
|
|
2009-06-22 Jim Meyering <meyering@redhat.com>
|
|
|
|
Automatically handle .xz suffix (XZ-compressed files), too.
|
|
* jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
|
|
XZ is the successor to LZMA: <http://tukaani.org/xz/>
|
|
|
|
2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
|
|
Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
* progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
|
|
repository (http://sphinx.net.ru/hg/gdb-mi/).
|
|
|
|
2009-06-22 Glenn Morris <rgm@gnu.org>
|
|
|
|
* files.el (dir-locals-collect-mode-variables): Allow for any number of
|
|
`mode' and `eval' entries. (Bug#3430)
|
|
|
|
* Makefile.in (ELCFILES): Add fadr.elc.
|
|
|
|
* calendar/appt.el (appt-make-list): Fix off-by-one error caused by
|
|
differing behavior of \n and ^ in strings. (Bug#3385)
|
|
|
|
* emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
|
|
|
|
* emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
|
|
property.
|
|
(lisp-indent-function): Make it a defcustom.
|
|
|
|
2009-06-21 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
* progmodes/gdb-ui.el: Replace with ...
|
|
* progmodes/gdb-mi.el: ... this file.
|
|
* progmodes/gud.el: Modify for gdb-mi.el.
|
|
|
|
2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
|
|
|
|
* fadr.el: New file.
|
|
|
|
See ChangeLog.14 for earlier changes.
|
|
|
|
;; Local Variables:
|
|
;; coding: utf-8
|
|
;; End:
|
|
|
|
Copyright (C) 2009 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 <http://www.gnu.org/licenses/>.
|
|
|
|
;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1
|