summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge from gnus--devo--0Miles Bader2009-02-232-13/+76
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1552
* (auto-composition-mode): Don't add a hook toKenichi Handa2009-02-231-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 Linkov2009-02-222-3/+13
|
* (dired-guess-shell-command): Use read-shell-commandJuri Linkov2009-02-221-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 usesJuri Linkov2009-02-222-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 Yidong2009-02-211-1/+1
|
* Use /= in previous change.Glenn Morris2009-02-211-1/+1
|
* (math-use-emacs-fn): Make sure that the lisp number is in decimal.Jay Belanger2009-02-212-1/+8
|
* (compilation-error-regexp-alist-alist): Tweak regexp (Bug#2173).Chong Yidong2009-02-211-1/+1
|
* * progmodes/compile.el (compilation-error-regexp-alist-alist):Chong Yidong2009-02-211-0/+3
| | | | Tweak regexp (Bug#2173).
* (flyspell-mouse-map): Undefine mouse-2 to avoid yanks (Bug#2408).Chong Yidong2009-02-211-2/+4
|
* * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 toChong Yidong2009-02-211-0/+5
| | | | avoid yanks (Bug#2408).
* cc-engine.el (c-beginning-of-statement-1): Enhance to parse case clausesAlan Mackenzie2009-02-212-17/+33
| | | | | with (compile-time) expressions. cc-langs.el (c-case-kwds-regexp): New variable for the above.
* *** empty log message ***Alan Mackenzie2009-02-211-0/+7
|
* (rmail-cease-edit): Notice changes in buffer's encoding during editing.Eli Zaretskii2009-02-212-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 Rumney2009-02-211-2/+4
|
* Comment (reformat header).Glenn Morris2009-02-211-3/+3
|
* (sc-mail-glom-frame): Handle a "From " line at the start of the headers.Glenn Morris2009-02-212-2/+20
| | | | (sc-mail-check-from): New function.
* (python-shift-left, python-shift-right):Martin Rudalics2009-02-202-6/+14
| | | | When the mark is not active shift the current line. (Bug#2381)
* (command-line): Don't match an empty argument as anAndreas Schwab2009-02-202-15/+20
| | | | | option. (command-line-1): Likewise.
* Remove duplicate words.Juanma Barranquero2009-02-201-1/+1
|
* 2009-02-20 Carsten Dominik <dominik@science.uva.nl>Carsten Dominik2009-02-204-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 Morris2009-02-202-1/+5
| | | | (apropos-library): Check for null filename in load-history.
* (apropos-library): Remove the element with null filename, if present,Glenn Morris2009-02-202-11/+15
| | | | from the completion list.
* Comment.Glenn Morris2009-02-201-1/+1
|
* Be tediously correct.Glenn Morris2009-02-201-0/+4
|
* Fix attribution.Glenn Morris2009-02-201-1/+1
|
* (rmail-speedbar-buttons): Only add regular files.Glenn Morris2009-02-202-11/+18
| | | | (rmail-speedbar-find-file): Use rmail rather than find-file.
* (bibtex-autokey-titleword-ignore): Fix regexp. bug#2385.Roland Winkler2009-02-202-9/+16
| | | | | (bibtex-autokey-get-title): Observe case for bibtex-autokey-titleword-ignore.
* (server-start): Make the warning more verbose (Bug#2395).Chong Yidong2009-02-201-3/+8
|
* * server.el (server-start): Make the warning more verbose (Bug#2395).Chong Yidong2009-02-201-0/+5
|
* Add bug reference.Juanma Barranquero2009-02-191-3/+3
|
* (font-lock-fontify-syntactic-keywords-region):Stefan Monnier2009-02-192-3/+7
| | | | Make sure we stop when we reach the limit.
* (sh-font-lock-quoted-subshell): ' inside a "..." does not quote anything.Stefan Monnier2009-02-192-1/+6
|
* (rst-mode-abbrev-table): Mark entries as `system'.Stefan Monnier2009-02-192-8/+12
|
* (beginning-of-defun): Fix harmless paren typo.Stefan Monnier2009-02-191-1/+2
|
* Remap self-insert-command to term-send-raw inAndreas Schwab2009-02-192-0/+6
| | | | term-raw-map. (Bug#2386)
* (end-of-defun): Consider the ".*\n" after the end ofStefan Monnier2009-02-192-1/+14
| | | | the function as being part of the function.
* 2009-02-19 Carsten Dominik <dominik@science.uva.nl>Carsten Dominik2009-02-192-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 Roberts2009-02-191-4/+4
| | | | Move entry for maven (alphabetical order).
* Add entry for maven.Nick Roberts2009-02-191-0/+5
|
* (rmail-summary-by-topic): Doc fix.Glenn Morris2009-02-192-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 Morris2009-02-191-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 Morris2009-02-191-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 Morris2009-02-191-0/+24
|
* (custom-group-value-create): Insert someMartin Rudalics2009-02-182-2/+10
| | | | informatory text in the WIDGET-misses-doc-string case.
* Insert change from yesterdayJason Rumney2009-02-181-0/+5
|
* Require comint at top level to fix the last patch.Sam Steingold2009-02-182-1/+7
|
* (custom-group-value-create): Don't throw an errorMartin Rudalics2009-02-182-6/+12
| | | | when WIDGET has no doc-string. (Bug#2356)
* * progmodes/cc-menus.el (imenu-progress-message):Juanma Barranquero2009-02-182-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)