aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak bootstrap.Andreas Schwab2008-05-031-2/+0
|
* (ls-lisp-insert-directory): Use `string-width' instead of `length'Eli Zaretskii2008-05-031-0/+5
| | | | for comparing length of user and group names.
* Remove logentry primitive from backend API.Eric S. Raymond2008-05-031-1/+6
|
* vc-dispatcher layer separation.Eric S. Raymond2008-05-031-0/+7
|
* * progmodes/compile.el (compilation-start): Move setting ofSam Steingold2008-05-021-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 andStefan Monnier2008-05-021-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. Raymond2008-05-021-0/+11
|
* (dired-format-columns-of-files): Use completion--insert-strings.Stefan Monnier2008-05-021-0/+1
|
* (completion--insert-strings): Use string-width rather than length.Stefan Monnier2008-05-021-0/+1
|
* (minibuffer-with-setup-hook): Allow `fun' expressions rather than only value.Stefan Monnier2008-05-021-0/+3
|
* (dired-read-dir-and-switches):Stefan Monnier2008-05-021-0/+3
| | | | Set minibuffer-completing-file-name and call substitute-in-file-name.
* (completion-hilit-commonality): Revert last change:Stefan Monnier2008-05-021-3/+8
| | | | the leftover code was actually useful.
* * vc.el (vc-dir-mode-map): Enable mouse bindings.Sam Steingold2008-05-021-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--22Miles Bader2008-05-021-0/+5
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1139
| * *** empty log message ***Nick Roberts2008-05-011-0/+5
| |
* | *** empty log message ***Juanma Barranquero2008-05-021-0/+5
| |
* | (highlight-changes-mode): Removed references to hooks that no longer exist.Juanma Barranquero2008-05-021-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 Barranquero2008-05-021-5/+5
| |
* | More preparation for removing dired.Eric S. Raymond2008-05-021-0/+3
| |
* | The day wehen vc-toggle-ready-only was a good idea is long gone.Eric S. Raymond2008-05-021-0/+3
| |
* | Name change in preparation for ripping out vc-dired.Eric S. Raymond2008-05-021-2/+9
| |
* | Better error message on missing files.Eric S. Raymond2008-05-021-2/+2
| |
* | (vc-rcs-state): Fix typos.Dan Nicolaescu2008-05-021-0/+2
| |
* | (vc-register): Change argument order so that the prefixDan Nicolaescu2008-05-021-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. Raymond2008-05-021-0/+2
| |
* | Don't commit right after deletion.Eric S. Raymond2008-05-021-0/+2
| |
* | (compilation-auto-jump): Set window point to `pos' explicitly.Juri Linkov2008-05-011-0/+12
| |
* | Change 'needs-patch to 'needs-update.Eric S. Raymond2008-05-011-0/+16
| |
* | (vc-delete-file): Check if the file has uncommitted changed.Sam Steingold2008-05-011-0/+4
| |
* | Revert incorrect fix for claimed bootstrap breakage.Stefan Monnier2008-05-011-0/+10
| |
* | * epa-file-hook.el: New file split from epa-file.el.Daiki Ueno2008-05-011-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 Nicolaescu2008-05-011-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 Nicolaescu2008-05-011-0/+4
| |
* | *** empty log message ***John Paul Wallington2008-05-011-0/+9
| |
* | (w32-charset-info-alist): Map vietnamese to windows-1258.Jason Rumney2008-05-011-0/+4
| |
* | (define-ibuffer-filter filename): When the major mode is `vc-dir-mode'John Paul Wallington2008-05-011-0/+3
| | | | | | | | use the buffer's default directory as filename.
* | (define-ibuffer-column filename): When the major mode is `vc-dir-mode'John Paul Wallington2008-04-301-0/+5
| | | | | | | | show the buffer's default directory.
* | (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.Sam Steingold2008-04-301-2/+2
| |
* | (vc-dir-mode-map): Bind "d" to vc-dir-delete-file.Sam Steingold2008-04-301-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 Nicolaescu2008-04-301-0/+4
| |
* | * progmodes/octave-mod.el (octave-help): New function.Stefan Monnier2008-04-301-0/+4
| | | | | | | | | | * progmodes/octave-hlp.el: Delete. * info-look.el (octave-mode): Add operator index.
* | (vc-checkout): Typo.Stefan Monnier2008-04-301-0/+4
| |
* | (compilation-error-regexp-alist-alist) <gnu>:Stefan Monnier2008-04-301-0/+3
| | | | | | | | Rule out trailing spaces in file and directory names as well.
* | (menu-bar-tools-menu): Reorder, place Games last.Dan Nicolaescu2008-04-301-1/+4
| | | | | | | | Add "..." in the appropriate places.
* | (epa-key-list-mode-map): Add more menu entries.Dan Nicolaescu2008-04-301-0/+3
| | | | | | | | Add ... in the appropriate places.
* | (dired-mode-map): Add :help.Dan Nicolaescu2008-04-301-0/+2
| |
* | (vc-deduce-fileset): Add new parameter.Dan Nicolaescu2008-04-301-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 Monnier2008-04-301-0/+6
| | | | | | | | (completion-pcm-try-completion): Fix computation of new point.
* | Require 'cl.Stefan Monnier2008-04-301-0/+4
| |
* | *** empty log message ***Nick Roberts2008-04-301-0/+5
| |