aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-053-3/+3
|
* *** empty log message ***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
|
* xref to standalone info manualKarl Berry2008-05-052-3/+8
|
* Actually supply needed arguments.Eric S. Raymond2008-05-051-2/+2
|
* Avoid passing default nil argument.Eric S. Raymond2008-05-051-7/+8
|
* Document the fact that (current-local-map) and (urrent-global-map)Eric S. Raymond2008-05-052-3/+14
| | | | return references, not copies.
* Fix a compilation warning.Eric S. Raymond2008-05-051-1/+2
|
* Add regexp for Open Watcom compiler output.Nick Roberts2008-05-051-0/+8
|
* (compilation-error-regexp-alist-alist):Nick Roberts2008-05-051-0/+3
| | | | Add regexp for Open Watcom compiler output.
* *** empty log message ***Nick Roberts2008-05-052-0/+9
|
* (ispell-get-decoded-string): Remove no-opAgustín Martín2008-05-051-2/+1
|
* (Ftry_completion): Remove code left over from when we usedStefan Monnier2008-05-052-3/+5
| | | | scmp instead of Fcompare_strings.
* (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
|
* (Fw32_battery_status): Fix computation of %t (h:min) format.Juanma Barranquero2008-05-042-5/+9
|
* (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 emacs--rel--22Miles Bader2008-05-0410-43/+698
|\ | | | | | | Revision: [email protected]/emacs--devo--0--patch-1142
| * Document removal of duplicated "alt-" input methods.Reiner Steib2008-05-042-0/+14
| |
| * (XDrawLine, XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]:YAMAMOTO Mitsuharu2008-05-042-2/+18
| | | | | | | | Create bitmap context in native byte order.
| * [USE_MAC_IMAGE_IO] (image_load_image_io):YAMAMOTO Mitsuharu2008-05-041-1/+5
| | | | | | | | Create bitmap context in native byte order.
| * Correct authorship of patch from Red Hat.Glenn Morris2008-05-031-1/+1
| |
| * (Ffile_attributes): Don't allow the device number become negative.Eli Zaretskii2008-05-032-2/+10
| |
* | Merge from gnus--devo--0Miles Bader2008-05-042-1/+5
| | | | | | | | Revision: [email protected]/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
| |