| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Unbreak bootstrap. | Andreas Schwab | 2008-05-03 | 1 | -2/+0 |
| | | |||||
| * | (ls-lisp-insert-directory): Use `string-width' instead of `length' | Eli Zaretskii | 2008-05-03 | 1 | -0/+5 |
| | | | | | for comparing length of user and group names. | ||||
| * | Remove logentry primitive from backend API. | Eric S. Raymond | 2008-05-03 | 1 | -1/+6 |
| | | |||||
| * | vc-dispatcher layer separation. | Eric S. Raymond | 2008-05-03 | 1 | -0/+7 |
| | | |||||
| * | * progmodes/compile.el (compilation-start): Move setting of | Sam Steingold | 2008-05-02 | 1 | -0/+7 |
| | | | | | | | compilation-directory after (funcall mode) as that resets local variables, this fixes recompile in grep buffers. * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c). | ||||
| * | (octave-abbrev-table): Move defvar and | Stefan Monnier | 2008-05-02 | 1 | -0/+4 |
| | | | | | | initialization into define-abbrev-table. Use :regexp. (octave-mode-syntax-table): Don't set word syntax for `. | ||||
| * | Should have gone in with previous commit. | Eric S. Raymond | 2008-05-02 | 1 | -0/+11 |
| | | |||||
| * | (dired-format-columns-of-files): Use completion--insert-strings. | Stefan Monnier | 2008-05-02 | 1 | -0/+1 |
| | | |||||
| * | (completion--insert-strings): Use string-width rather than length. | Stefan Monnier | 2008-05-02 | 1 | -0/+1 |
| | | |||||
| * | (minibuffer-with-setup-hook): Allow `fun' expressions rather than only value. | Stefan Monnier | 2008-05-02 | 1 | -0/+3 |
| | | |||||
| * | (dired-read-dir-and-switches): | Stefan Monnier | 2008-05-02 | 1 | -0/+3 |
| | | | | | Set minibuffer-completing-file-name and call substitute-in-file-name. | ||||
| * | (completion-hilit-commonality): Revert last change: | Stefan Monnier | 2008-05-02 | 1 | -3/+8 |
| | | | | | the leftover code was actually useful. | ||||
| * | * vc.el (vc-dir-mode-map): Enable mouse bindings. | Sam Steingold | 2008-05-02 | 1 | -0/+8 |
| | | | | | | | | (vc-at-event): New macro: run the body at the even location. (vc-dir-menu, vc-dir-toggle-mark): Use it. (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events. * subr.d (mouse-event-p): Check if the even is mouse-related. | ||||
| * | Merge from emacs--rel--22 | Miles Bader | 2008-05-02 | 1 | -0/+5 |
| |\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1139 | ||||
| | * | *** empty log message *** | Nick Roberts | 2008-05-01 | 1 | -0/+5 |
| | | | |||||
| * | | *** empty log message *** | Juanma Barranquero | 2008-05-02 | 1 | -0/+5 |
| | | | |||||
| * | | (highlight-changes-mode): Removed references to hooks that no longer exist. | Juanma Barranquero | 2008-05-02 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | Because define-minor-mode is used the hook highlight-changes-mode-hook exists and can do what both the old hooks used to do. The documentation at the top of the file was updated to demonstrate this. (highlight-changes-mode): Remove commented out call to a hook function that is no longer there. (hilit-chg-set): Remove running of highlight-changes-enable-hook. | ||||
| * | | *** empty log message *** | Juanma Barranquero | 2008-05-02 | 1 | -5/+5 |
| | | | |||||
| * | | More preparation for removing dired. | Eric S. Raymond | 2008-05-02 | 1 | -0/+3 |
| | | | |||||
| * | | The day wehen vc-toggle-ready-only was a good idea is long gone. | Eric S. Raymond | 2008-05-02 | 1 | -0/+3 |
| | | | |||||
| * | | Name change in preparation for ripping out vc-dired. | Eric S. Raymond | 2008-05-02 | 1 | -2/+9 |
| | | | |||||
| * | | Better error message on missing files. | Eric S. Raymond | 2008-05-02 | 1 | -2/+2 |
| | | | |||||
| * | | (vc-rcs-state): Fix typos. | Dan Nicolaescu | 2008-05-02 | 1 | -0/+2 |
| | | | |||||
| * | | (vc-register): Change argument order so that the prefix | Dan Nicolaescu | 2008-05-02 | 1 | -2/+8 |
| | | | | | | | | | | | argument is assigned correctly. (vc-next-action, vc-dir-register): Update for the above change. | ||||
| * | | More informative message when a fileset is in a mixed state. | Eric S. Raymond | 2008-05-02 | 1 | -0/+2 |
| | | | |||||
| * | | Don't commit right after deletion. | Eric S. Raymond | 2008-05-02 | 1 | -0/+2 |
| | | | |||||
| * | | (compilation-auto-jump): Set window point to `pos' explicitly. | Juri Linkov | 2008-05-01 | 1 | -0/+12 |
| | | | |||||
| * | | Change 'needs-patch to 'needs-update. | Eric S. Raymond | 2008-05-01 | 1 | -0/+16 |
| | | | |||||
| * | | (vc-delete-file): Check if the file has uncommitted changed. | Sam Steingold | 2008-05-01 | 1 | -0/+4 |
| | | | |||||
| * | | Revert incorrect fix for claimed bootstrap breakage. | Stefan Monnier | 2008-05-01 | 1 | -0/+10 |
| | | | |||||
| * | | * epa-file-hook.el: New file split from epa-file.el. | Daiki Ueno | 2008-05-01 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | * epa-file.el: Require 'epa-file-hook. (epa-file-handler): Add autoload cookie. * loadup.el: Load epa-file-hook. * startup.el (command-line): Eval the body of auto-encryption-mode. | ||||
| * | | (vc-hg-extra-fileinfo): New defstruct. | Dan Nicolaescu | 2008-05-01 | 1 | -0/+5 |
| | | | | | | | | | | | | | (vc-hg-status-printer): New function. (vc-hg-after-dir-status): Deal with copied and renamed files. (vc-hg-dir-status): Add flag to show copied files. | ||||
| * | | (vc-dir-mode-map): Don't bind "r". | Dan Nicolaescu | 2008-05-01 | 1 | -0/+4 |
| | | | |||||
| * | | *** empty log message *** | John Paul Wallington | 2008-05-01 | 1 | -0/+9 |
| | | | |||||
| * | | (w32-charset-info-alist): Map vietnamese to windows-1258. | Jason Rumney | 2008-05-01 | 1 | -0/+4 |
| | | | |||||
| * | | (define-ibuffer-filter filename): When the major mode is `vc-dir-mode' | John Paul Wallington | 2008-05-01 | 1 | -0/+3 |
| | | | | | | | | | use the buffer's default directory as filename. | ||||
| * | | (define-ibuffer-column filename): When the major mode is `vc-dir-mode' | John Paul Wallington | 2008-04-30 | 1 | -0/+5 |
| | | | | | | | | | show the buffer's default directory. | ||||
| * | | (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS. | Sam Steingold | 2008-04-30 | 1 | -2/+2 |
| | | | |||||
| * | | (vc-dir-mode-map): Bind "d" to vc-dir-delete-file. | Sam Steingold | 2008-04-30 | 1 | -0/+6 |
| | | | | | | | | | | | (vc-dir-delete-file): Add. (vc-delete-file): Do not barf when the file has been already deleted. | ||||
| * | | (lisp-mode-map): Add menu. | Dan Nicolaescu | 2008-04-30 | 1 | -0/+4 |
| | | | |||||
| * | | * progmodes/octave-mod.el (octave-help): New function. | Stefan Monnier | 2008-04-30 | 1 | -0/+4 |
| | | | | | | | | | | | * progmodes/octave-hlp.el: Delete. * info-look.el (octave-mode): Add operator index. | ||||
| * | | (vc-checkout): Typo. | Stefan Monnier | 2008-04-30 | 1 | -0/+4 |
| | | | |||||
| * | | (compilation-error-regexp-alist-alist) <gnu>: | Stefan Monnier | 2008-04-30 | 1 | -0/+3 |
| | | | | | | | | | Rule out trailing spaces in file and directory names as well. | ||||
| * | | (menu-bar-tools-menu): Reorder, place Games last. | Dan Nicolaescu | 2008-04-30 | 1 | -1/+4 |
| | | | | | | | | | Add "..." in the appropriate places. | ||||
| * | | (epa-key-list-mode-map): Add more menu entries. | Dan Nicolaescu | 2008-04-30 | 1 | -0/+3 |
| | | | | | | | | | Add ... in the appropriate places. | ||||
| * | | (dired-mode-map): Add :help. | Dan Nicolaescu | 2008-04-30 | 1 | -0/+2 |
| | | | |||||
| * | | (vc-deduce-fileset): Add new parameter. | Dan Nicolaescu | 2008-04-30 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | (vc-dir-marked-only-files): New function. (vc-next-action): Don't ignore directories, look at the files inside them. (vc-dir-mode): Document how the mark/unmark commands work. | ||||
| * | | (completion--do-completion): Move point even if the completion makes no change. | Stefan Monnier | 2008-04-30 | 1 | -0/+6 |
| | | | | | | | | | (completion-pcm-try-completion): Fix computation of new point. | ||||
| * | | Require 'cl. | Stefan Monnier | 2008-04-30 | 1 | -0/+4 |
| | | | |||||
| * | | *** empty log message *** | Nick Roberts | 2008-04-30 | 1 | -0/+5 |
| | | | |||||