- 04 Sep, 2007 2 commits
-
-
Dan Nicolaescu authored
change. * xt-mouse.el: Undo previous change. * term.c (Vsuspend_tty_functions, Vresume_tty_functions) (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
-
Dan Nicolaescu authored
suspend-tty-functions has been renamed to suspend-tty-hook. * xt-mouse.el: Likewise. resume-tty-functions has been renamed to resume-tty-hook. * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions. (Vresume_tty_hook): Rename from Vresume_tty_functions. (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook and resume-tty-function to resume-tty-hook. (Fsuspend_tty, Fresume_tty): Use new names.
-
- 31 Aug, 2007 4 commits
-
-
Glenn Morris authored
(eshell/info): New function.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
- 30 Aug, 2007 2 commits
-
-
Richard M. Stallman authored
-
Glenn Morris authored
-
- 29 Aug, 2007 1 commit
-
-
Jan Djärv authored
-
- 28 Aug, 2007 2 commits
-
-
Thien-Thi Nguyen authored
-
Richard M. Stallman authored
(display-time-world-mode, display-time-world-display) (display-time-world, display-time-world-timer): New functions. display-time-world-list, display-time-world-time-format) (display-time-world-buffer-name, display-time-world-timer-enable) (display-time-world-timer-second, display-time-world-mode-map): New variables.
-
- 27 Aug, 2007 1 commit
-
-
Thien-Thi Nguyen authored
-
- 26 Aug, 2007 2 commits
-
-
Michaël Cadilhac authored
-
Richard M. Stallman authored
-
- 25 Aug, 2007 1 commit
-
-
Stefan Monnier authored
-
- 24 Aug, 2007 1 commit
-
-
Glenn Morris authored
-
- 23 Aug, 2007 1 commit
-
-
Richard M. Stallman authored
-
- 22 Aug, 2007 5 commits
-
-
Michael Albinus authored
prefix and `default-directory' is a remote file name.
-
Stefan Monnier authored
-
Glenn Morris authored
-
Stefan Monnier authored
(line-move-invisible-p): Keep as an obsolete alias, just to be safe. (line-move-1, line-move-finish, line-move-to-column) (move-end-of-line, move-beginning-of-line): Use new name.
-
Glenn Morris authored
Mention svg support.
-
- 21 Aug, 2007 2 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
(signal_before_change, signal_after_change): Use it to reset (after|before)-change-functions to nil in case of error. Bind inhibit-modification-hooks to t. Don't bind (after|before)-change-functions to nil while they run.
-
- 16 Aug, 2007 2 commits
-
-
Stefan Monnier authored
-
Juri Linkov authored
-
- 14 Aug, 2007 1 commit
-
-
Glenn Morris authored
-
- 12 Aug, 2007 1 commit
-
-
Richard M. Stallman authored
(cvs-execute-single-file): Use new name split-string-and-unquote. (cvs-header-msg): Use new name combine-and-quote-strings.
-
- 10 Aug, 2007 2 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
-
- 08 Aug, 2007 1 commit
-
-
Glenn Morris authored
-
- 07 Aug, 2007 3 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
-
Richard M. Stallman authored
-
- 01 Aug, 2007 2 commits
-
-
Dan Nicolaescu authored
* vc-hooks.el (vc-default-extra-menu): New function. * menu-bar.el (menu-bar-vc-filter): New function. (menu-bar-tools-menu): Use it as a filter.
-
Glenn Morris authored
-
- 30 Jul, 2007 3 commits
-
-
Richard M. Stallman authored
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
Remove. (vc-git-revision-completion-table): Enable. * vc-hooks.el (vc-handled-backends): Add GIT and HG. * vc.el (vc-directory-exclusion-list): Add .git and .hg. * vc-hg.el (vc-hg-revision-completion-table): Re-enable. * diff-mode.el (diff-mode-menu): New entries. * diff-mode.el (diff-beginning-of-file-and-junk): New function. (diff-file-kill): Use it. (diff-beginning-of-hunk): Add arg `try-harder' using it. (diff-restrict-view, diff-find-source-location, diff-refine-hunk): Use it so they find the hunk even when we're in the file header. * vc.el: Add new VC operation `revision-completion-table'. (vc-default-revision-completion-table): New function. (vc-version-diff, vc-version-other-window): Use it to provide completion of revision names if the backend provides it. * vc-arch.el (vc-arch--version-completion-table) (vc-arch-revision-completion-table): New functions to provide completion of revision names. * vc-cvs.el: Require CL. (vc-cvs-revision-table, vc-cvs-revision-completion-table): New functions to provide completion of revision names. * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400. * vc2-xtra.texi (Customizing VC): Add GIT and HG.
-
- 29 Jul, 2007 1 commit
-
-
Juri Linkov authored
Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode' when major-mode is not dired-mode. (dired-toggle-read-only): New function. (dired-recursive-deletes): Remove obsolete comments about old default value. (dired-do-flagged-delete, dired-do-delete): Refill docstring.
-