Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 160 | -1089/+774 |
| | |||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 71 | -426/+284 |
| | |||||
* | Fix last fix. | Chong Yidong | 2008-05-06 | 1 | -2/+2 |
| | |||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 25 | -155/+105 |
| | |||||
* | (compilation-error-regexp-alist-alist): Tweak Open Watcom regexp to | Chong Yidong | 2008-05-06 | 1 | -1/+3 |
| | | | | distinguish between errors and warnings. | ||||
* | * progmodes/compile.el (compilation-error-regexp-alist-alist): | Chong Yidong | 2008-05-06 | 1 | -0/+6 |
| | | | | | Tweak Open Watcom regexp to distinguish between errors and warnings. | ||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 64 | -386/+261 |
| | |||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 45 | -270/+180 |
| | |||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 27 | -163/+109 |
| | |||||
* | Move a customization variable. | Eric S. Raymond | 2008-05-06 | 2 | -6/+24 |
| | |||||
* | (dired-read-dir-and-switches): Fix up last change. | Stefan Monnier | 2008-05-06 | 2 | -4/+11 |
| | |||||
* | Move the fileset staleness check from vc-next-action to | Eric S. Raymond | 2008-05-06 | 2 | -47/+39 |
| | | | | vc-dispatcher-selection-set. | ||||
* | (erc-noncommands-list, noncommands, erc-control-characters, | Juanma Barranquero | 2008-05-05 | 2 | -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. Raymond | 2008-05-05 | 3 | -49/+81 |
| | |||||
* | Fix typo in comment. | Juanma Barranquero | 2008-05-05 | 1 | -1/+1 |
| | |||||
* | Fix typo. | Juanma Barranquero | 2008-05-05 | 3 | -3/+3 |
| | |||||
* | *** empty log message *** | Juanma Barranquero | 2008-05-05 | 1 | -1/+1 |
| | |||||
* | (delete-other-windows-vertically): New function. | Sam Steingold | 2008-05-05 | 2 | -0/+19 |
| | |||||
* | (dired-read-dir-and-switches): Obey read-file-name-completion-ignore-case. | Stefan Monnier | 2008-05-05 | 2 | -3/+10 |
| | |||||
* | xref to standalone info manual | Karl Berry | 2008-05-05 | 2 | -3/+8 |
| | |||||
* | Actually supply needed arguments. | Eric S. Raymond | 2008-05-05 | 1 | -2/+2 |
| | |||||
* | Avoid passing default nil argument. | Eric S. Raymond | 2008-05-05 | 1 | -7/+8 |
| | |||||
* | Document the fact that (current-local-map) and (urrent-global-map) | Eric S. Raymond | 2008-05-05 | 2 | -3/+14 |
| | | | | return references, not copies. | ||||
* | Fix a compilation warning. | Eric S. Raymond | 2008-05-05 | 1 | -1/+2 |
| | |||||
* | Add regexp for Open Watcom compiler output. | Nick Roberts | 2008-05-05 | 1 | -0/+8 |
| | |||||
* | (compilation-error-regexp-alist-alist): | Nick Roberts | 2008-05-05 | 1 | -0/+3 |
| | | | | Add regexp for Open Watcom compiler output. | ||||
* | *** empty log message *** | Nick Roberts | 2008-05-05 | 2 | -0/+9 |
| | |||||
* | (ispell-get-decoded-string): Remove no-op | Agustín Martín | 2008-05-05 | 1 | -2/+1 |
| | |||||
* | (Ftry_completion): Remove code left over from when we used | Stefan Monnier | 2008-05-05 | 2 | -3/+5 |
| | | | | scmp instead of Fcompare_strings. | ||||
* | (python-block-pairs): Align finally with except. | Stefan Monnier | 2008-05-05 | 2 | -1/+5 |
| | |||||
* | (vc-rcs-fetch-master-state): Fix inf-loop. | Stefan Monnier | 2008-05-05 | 2 | -1/+6 |
| | |||||
* | (smerge-start-session): Don't call smerge-next if | Stefan Monnier | 2008-05-05 | 2 | -1/+7 |
| | | | | looking at conflict marker. | ||||
* | (vc-dir-mark-buffer-changed): Fix typo | Stefan Monnier | 2008-05-05 | 2 | -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 Nicolaescu | 2008-05-05 | 2 | -4/+10 |
| | | | | (dbus-debug): Move declarations outside eval-when-compile. | ||||
* | Typo fix. | Eric S. Raymond | 2008-05-05 | 1 | -1/+1 |
| | |||||
* | * proced.el (proced-command-alist): Fix system-type values. Fix defcustom. | Roland Winkler | 2008-05-05 | 1 | -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 Winkler | 2008-05-05 | 1 | -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. Raymond | 2008-05-04 | 1 | -3/+5 |
| | |||||
* | (Fw32_battery_status): Fix computation of %t (h:min) format. | Juanma Barranquero | 2008-05-04 | 2 | -5/+9 |
| | |||||
* | (mailcap-replace-in-string): New compatibility alias. | Juri Linkov | 2008-05-04 | 2 | -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--22 | Miles Bader | 2008-05-04 | 10 | -43/+698 |
|\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1142 | ||||
| * | Document removal of duplicated "alt-" input methods. | Reiner Steib | 2008-05-04 | 2 | -0/+14 |
| | | |||||
| * | (XDrawLine, XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: | YAMAMOTO Mitsuharu | 2008-05-04 | 2 | -2/+18 |
| | | | | | | | | Create bitmap context in native byte order. | ||||
| * | [USE_MAC_IMAGE_IO] (image_load_image_io): | YAMAMOTO Mitsuharu | 2008-05-04 | 1 | -1/+5 |
| | | | | | | | | Create bitmap context in native byte order. | ||||
| * | Correct authorship of patch from Red Hat. | Glenn Morris | 2008-05-03 | 1 | -1/+1 |
| | | |||||
| * | (Ffile_attributes): Don't allow the device number become negative. | Eli Zaretskii | 2008-05-03 | 2 | -2/+10 |
| | | |||||
* | | Merge from gnus--devo--0 | Miles Bader | 2008-05-04 | 2 | -1/+5 |
| | | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1141 | ||||
* | | Add arch tagline | Miles Bader | 2008-05-04 | 1 | -0/+1 |
| | | |||||
* | | Typo fix. | Eric S. Raymond | 2008-05-04 | 1 | -1/+1 |
| | | |||||
* | | Bug fix for vc-dispatcher split. | Eric S. Raymond | 2008-05-04 | 2 | -95/+137 |
| | |