Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge from gnus--devo--0 | Miles Bader | 2009-02-23 | 2 | -13/+76 | |
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1552 | |||||
* | (auto-composition-mode): Don't add a hook to | Kenichi Handa | 2009-02-23 | 1 | -96/+2 | |
| | | | | | | | | after-change-functions. Don't decompose the buffer. (auto-composition-after-change): Delete it. (toggle-auto-composition): Make it an alias of auto-composition-mode. (auto-compose-region): Delete it. | |||||
* | (minibuffer-default-add-dired-shell-commands): Doc fix. | Juri Linkov | 2009-02-22 | 2 | -3/+13 | |
| | ||||||
* | (dired-guess-shell-command): Use read-shell-command | Juri Linkov | 2009-02-22 | 1 | -11/+15 | |
| | | | | | | | | instead of read-from-minibuffer. (dired-read-shell-command): Add code that uses minibuffer-with-setup-hook to set minibuffer-default-add-function to minibuffer-default-add-dired-shell-commands exactly like `dired-read-shell-command' in dired-aux.el already does. Doc fix. | |||||
* | (dired-smart-shell-command): Remove code that uses | Juri Linkov | 2009-02-22 | 2 | -8/+11 | |
| | | | | | | minibuffer-with-setup-hook to set minibuffer-default-add-function to minibuffer-default-add-shell-commands because the same code was already moved to `read-shell-command' 2008-07-31. | |||||
* | Fix last change. | Chong Yidong | 2009-02-21 | 1 | -1/+1 | |
| | ||||||
* | Use /= in previous change. | Glenn Morris | 2009-02-21 | 1 | -1/+1 | |
| | ||||||
* | (math-use-emacs-fn): Make sure that the lisp number is in decimal. | Jay Belanger | 2009-02-21 | 2 | -1/+8 | |
| | ||||||
* | (compilation-error-regexp-alist-alist): Tweak regexp (Bug#2173). | Chong Yidong | 2009-02-21 | 1 | -1/+1 | |
| | ||||||
* | * progmodes/compile.el (compilation-error-regexp-alist-alist): | Chong Yidong | 2009-02-21 | 1 | -0/+3 | |
| | | | | Tweak regexp (Bug#2173). | |||||
* | (flyspell-mouse-map): Undefine mouse-2 to avoid yanks (Bug#2408). | Chong Yidong | 2009-02-21 | 1 | -2/+4 | |
| | ||||||
* | * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to | Chong Yidong | 2009-02-21 | 1 | -0/+5 | |
| | | | | avoid yanks (Bug#2408). | |||||
* | cc-engine.el (c-beginning-of-statement-1): Enhance to parse case clauses | Alan Mackenzie | 2009-02-21 | 2 | -17/+33 | |
| | | | | | with (compile-time) expressions. cc-langs.el (c-case-kwds-regexp): New variable for the above. | |||||
* | *** empty log message *** | Alan Mackenzie | 2009-02-21 | 1 | -0/+7 | |
| | ||||||
* | (rmail-cease-edit): Notice changes in buffer's encoding during editing. | Eli Zaretskii | 2009-02-21 | 2 | -1/+49 | |
| | | | | | Make sure to use encoding that can safely encode the message. Rewrite MIME charset= header if the new encoding is different from the old one. | |||||
* | (url-default-expander): Use concat to combine parts. (Bug #1020) | Jason Rumney | 2009-02-21 | 1 | -2/+4 | |
| | ||||||
* | Comment (reformat header). | Glenn Morris | 2009-02-21 | 1 | -3/+3 | |
| | ||||||
* | (sc-mail-glom-frame): Handle a "From " line at the start of the headers. | Glenn Morris | 2009-02-21 | 2 | -2/+20 | |
| | | | | (sc-mail-check-from): New function. | |||||
* | (python-shift-left, python-shift-right): | Martin Rudalics | 2009-02-20 | 2 | -6/+14 | |
| | | | | When the mark is not active shift the current line. (Bug#2381) | |||||
* | (command-line): Don't match an empty argument as an | Andreas Schwab | 2009-02-20 | 2 | -15/+20 | |
| | | | | | option. (command-line-1): Likewise. | |||||
* | Remove duplicate words. | Juanma Barranquero | 2009-02-20 | 1 | -1/+1 | |
| | ||||||
* | 2009-02-20 Carsten Dominik <dominik@science.uva.nl> | Carsten Dominik | 2009-02-20 | 4 | -9/+23 | |
| | | | | | | | | | | | | | * org-remember.el (org-remember-apply-template): Turn off ido for this completion. * org.el (org-priority): Also find invisible headings, for remote editing. (org-completing-read-no-ido): New function. (org-make-tags-matcher, org-set-property): Turn off ido for this completion. * org-colview.el (org-columns-edit-value): No special treatment of prefix arg. | |||||
* | Daniel Jensen <daniel at bigwalter.net> (tiny change) | Glenn Morris | 2009-02-20 | 2 | -1/+5 | |
| | | | | (apropos-library): Check for null filename in load-history. | |||||
* | (apropos-library): Remove the element with null filename, if present, | Glenn Morris | 2009-02-20 | 2 | -11/+15 | |
| | | | | from the completion list. | |||||
* | Comment. | Glenn Morris | 2009-02-20 | 1 | -1/+1 | |
| | ||||||
* | Be tediously correct. | Glenn Morris | 2009-02-20 | 1 | -0/+4 | |
| | ||||||
* | Fix attribution. | Glenn Morris | 2009-02-20 | 1 | -1/+1 | |
| | ||||||
* | (rmail-speedbar-buttons): Only add regular files. | Glenn Morris | 2009-02-20 | 2 | -11/+18 | |
| | | | | (rmail-speedbar-find-file): Use rmail rather than find-file. | |||||
* | (bibtex-autokey-titleword-ignore): Fix regexp. bug#2385. | Roland Winkler | 2009-02-20 | 2 | -9/+16 | |
| | | | | | (bibtex-autokey-get-title): Observe case for bibtex-autokey-titleword-ignore. | |||||
* | (server-start): Make the warning more verbose (Bug#2395). | Chong Yidong | 2009-02-20 | 1 | -3/+8 | |
| | ||||||
* | * server.el (server-start): Make the warning more verbose (Bug#2395). | Chong Yidong | 2009-02-20 | 1 | -0/+5 | |
| | ||||||
* | Add bug reference. | Juanma Barranquero | 2009-02-19 | 1 | -3/+3 | |
| | ||||||
* | (font-lock-fontify-syntactic-keywords-region): | Stefan Monnier | 2009-02-19 | 2 | -3/+7 | |
| | | | | Make sure we stop when we reach the limit. | |||||
* | (sh-font-lock-quoted-subshell): ' inside a "..." does not quote anything. | Stefan Monnier | 2009-02-19 | 2 | -1/+6 | |
| | ||||||
* | (rst-mode-abbrev-table): Mark entries as `system'. | Stefan Monnier | 2009-02-19 | 2 | -8/+12 | |
| | ||||||
* | (beginning-of-defun): Fix harmless paren typo. | Stefan Monnier | 2009-02-19 | 1 | -1/+2 | |
| | ||||||
* | Remap self-insert-command to term-send-raw in | Andreas Schwab | 2009-02-19 | 2 | -0/+6 | |
| | | | | term-raw-map. (Bug#2386) | |||||
* | (end-of-defun): Consider the ".*\n" after the end of | Stefan Monnier | 2009-02-19 | 2 | -1/+14 | |
| | | | | the function as being part of the function. | |||||
* | 2009-02-19 Carsten Dominik <dominik@science.uva.nl> | Carsten Dominik | 2009-02-19 | 2 | -14/+29 | |
| | | | | | | | | | * org.el (org-block-todo-from-children-or-siblings): Use `org-up-heading-all' so that this will work correctly with hidden property drawers and entries. (org-end-of-line, org-beginning-of-line): Make prefix arg work, by falling back to normal, default command. (org-get-location): Temporarily turn off special behavior. | |||||
* | (compilation-error-regexp-alist-alist): | Nick Roberts | 2009-02-19 | 1 | -4/+4 | |
| | | | | Move entry for maven (alphabetical order). | |||||
* | Add entry for maven. | Nick Roberts | 2009-02-19 | 1 | -0/+5 | |
| | ||||||
* | (rmail-summary-by-topic): Doc fix. | Glenn Morris | 2009-02-19 | 2 | -8/+27 | |
| | | | | | Regexp-quote default argument taken from current subject. (rmail-new-summary-1): Error if empty summary. (Bug#2333) | |||||
* | (rmail-get-new-mail-filter-spam): Be more careful about error-handling. | Glenn Morris | 2009-02-19 | 1 | -13/+41 | |
| | | | | | Restore the feature of temporarily setting all old messages undeleted before expunging (removed 2009-02-18). | |||||
* | (rsf-beep, rsf-sleep-after-message, rmail-spam-filter): Don't declare. | Glenn Morris | 2009-02-19 | 1 | -37/+5 | |
| | | | | | | | (rmail-get-new-mail-filter-spam): Declare. Move definition to rmail-spam-filter.el. (rmail-get-new-mail-1): Move the beep and sleep to rmail-get-new-mail-filter-spam. | |||||
* | (rmail-get-new-mail-filter-spam): Move here from rmail.el. | Glenn Morris | 2009-02-19 | 1 | -0/+24 | |
| | ||||||
* | (custom-group-value-create): Insert some | Martin Rudalics | 2009-02-18 | 2 | -2/+10 | |
| | | | | informatory text in the WIDGET-misses-doc-string case. | |||||
* | Insert change from yesterday | Jason Rumney | 2009-02-18 | 1 | -0/+5 | |
| | ||||||
* | Require comint at top level to fix the last patch. | Sam Steingold | 2009-02-18 | 2 | -1/+7 | |
| | ||||||
* | (custom-group-value-create): Don't throw an error | Martin Rudalics | 2009-02-18 | 2 | -6/+12 | |
| | | | | when WIDGET has no doc-string. (Bug#2356) | |||||
* | * progmodes/cc-menus.el (imenu-progress-message): | Juanma Barranquero | 2009-02-18 | 2 | -5/+7 | |
| | | | | | | Remove bogus cc-bytecomp-defun. (cc-imenu-objc-function): Don't call `imenu-progress-message'. Don't let-bind variable `stupid'. (Bug#1638) |