summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-0661-369/+251
|
* Remove translation of permissions notice.Glenn Morris2008-05-061-27/+12
| | | | Switch to recommended form of GPLv3 permissions notice.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-06140-872/+596
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-06160-1089/+774
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-0671-426/+284
|
* Fix last fix.Chong Yidong2008-05-061-2/+2
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-0625-155/+105
|
* (compilation-error-regexp-alist-alist): Tweak Open Watcom regexp toChong Yidong2008-05-061-1/+3
| | | | distinguish between errors and warnings.
* * progmodes/compile.el (compilation-error-regexp-alist-alist):Chong Yidong2008-05-061-0/+6
| | | | | Tweak Open Watcom regexp to distinguish between errors and warnings.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-0664-386/+261
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-0645-270/+180
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-0627-163/+109
|
* Move a customization variable.Eric S. Raymond2008-05-062-6/+24
|
* (dired-read-dir-and-switches): Fix up last change.Stefan Monnier2008-05-062-4/+11
|
* Move the fileset staleness check from vc-next-action toEric S. Raymond2008-05-062-47/+39
| | | | vc-dispatcher-selection-set.
* (erc-noncommands-list, noncommands, erc-control-characters,Juanma Barranquero2008-05-052-8/+14
| | | | | erc-interpret-controls-p, erc-interpret-mirc-color): Fix typos in docstrings. (erc-controls-highlight): Reflow docstring.
* More policy-mechanism separation.Eric S. Raymond2008-05-053-49/+81
|
* Fix typo in comment.Juanma Barranquero2008-05-051-1/+1
|
* Fix typo.Juanma Barranquero2008-05-051-1/+1
|
* (delete-other-windows-vertically): New function.Sam Steingold2008-05-052-0/+19
|
* (dired-read-dir-and-switches): Obey read-file-name-completion-ignore-case.Stefan Monnier2008-05-052-3/+10
|
* Actually supply needed arguments.Eric S. Raymond2008-05-051-2/+2
|
* Avoid passing default nil argument.Eric S. Raymond2008-05-051-7/+8
|
* Fix a compilation warning.Eric S. Raymond2008-05-051-1/+2
|
* (compilation-error-regexp-alist-alist):Nick Roberts2008-05-051-0/+3
| | | | Add regexp for Open Watcom compiler output.
* *** empty log message ***Nick Roberts2008-05-051-0/+5
|
* (ispell-get-decoded-string): Remove no-opAgustín Martín2008-05-051-2/+1
|
* (python-block-pairs): Align finally with except.Stefan Monnier2008-05-052-1/+5
|
* (vc-rcs-fetch-master-state): Fix inf-loop.Stefan Monnier2008-05-052-1/+6
|
* (smerge-start-session): Don't call smerge-next ifStefan Monnier2008-05-052-1/+7
| | | | looking at conflict marker.
* (vc-dir-mark-buffer-changed): Fix typoStefan Monnier2008-05-052-15/+21
| | | | | client-mode -> vc-client-object, and guess `funcall' was meant. (vc-dir-mode): Rename client-mode -> vc-client.mode.
* (dbus-call-method, dbus-register-signal)Dan Nicolaescu2008-05-052-4/+10
| | | | (dbus-debug): Move declarations outside eval-when-compile.
* Typo fix.Eric S. Raymond2008-05-051-1/+1
|
* * proced.el (proced-command-alist): Fix system-type values. Fix defcustom.Roland Winkler2008-05-051-0/+12
| | | | | | | | | (proced-sorting-schemes-alist, proced-sorting-scheme): New variables. (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid) (proced-sort-start, proced-sort, proced-sort-time): New commands. (proced-update): Use proced-sorting-scheme. Update modeline. (proced-send-signal): Use nreverse. (proced-sorting-scheme-p): New function.
* (proced-command-alist): Fix system-type values. Fix defcustom.Roland Winkler2008-05-051-14/+120
| | | | | | | | | (proced-sorting-schemes-alist, proced-sorting-scheme): New variables. (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid) (proced-sort-start, proced-sort, proced-sort-time): New commands. (proced-update): Use proced-sorting-scheme. Update modeline. (proced-send-signal): Use nreverse. (proced-sorting-scheme-p): New function.
* Correct buggy dispatch logic.Eric S. Raymond2008-05-041-3/+5
|
* (mailcap-replace-in-string): New compatibility alias.Juri Linkov2008-05-042-13/+34
| | | | | | (mailcap-file-default-commands): Use mailcap-replace-in-string instead of replace-regexp-in-string, and mailcap-delete-duplicates instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
* Merge from gnus--devo--0Miles Bader2008-05-042-1/+5
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1141
* Add arch taglineMiles Bader2008-05-041-0/+1
|
* Typo fix.Eric S. Raymond2008-05-041-1/+1
|
* Bug fix for vc-dispatcher split.Eric S. Raymond2008-05-042-95/+137
|
* *** empty log message ***Michael Albinus2008-05-041-0/+7
|
* Require dired when compiling.Andreas Schwab2008-05-042-0/+3
|
* (completion--insert-strings): Don't delete pastAndreas Schwab2008-05-042-8/+13
| | | | bol.
* Simplify compilation requirements.Glenn Morris2008-05-039-73/+18
|
* Remove unnecessary variable declarations.Glenn Morris2008-05-032-6/+0
|
* Fix typo.Glenn Morris2008-05-031-1/+1
|
* Dave Love <fx at gnu.org>Glenn Morris2008-05-032-5/+13
| | | | (python-beginning-of-statement): Loop at least once (fixes 2008-02-21 change).
* Another refactoring step.Eric S. Raymond2008-05-031-12/+7
|
* Refactoring step.Eric S. Raymond2008-05-031-6/+9
|