Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (add-to-list): Fix last change--optimize for no compare-fn. | Kim F. Storm | 2006-10-22 | 1 | -4/+4 | |
| | ||||||
* | (add-to-list): Optimize if compare-fn is `eq' or `eql'. | Kim F. Storm | 2006-10-22 | 1 | -9/+21 | |
| | | | | | | (sit-for): If last command was a prefix arg, add the read-ahead event to unread-command-events as (t . EVENT) so it will be added to this-command-keys by read-key-sequence. | |||||
* | *** empty log message *** | Kim F. Storm | 2006-10-22 | 1 | -0/+7 | |
| | ||||||
* | * textmodes/flyspell.el (flyspell-word): Skip past all previous | Chong Yidong | 2006-10-22 | 2 | -7/+18 | |
| | | | | | | | whitespace when checking doublons. (flyspell-check-region-doublons): Fix doublon regexp. (flyspell-highlight-incorrect-region): Highlight doublons using flyspell-duplicate face. | |||||
* | * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom. | Chong Yidong | 2006-10-22 | 2 | -6/+6 | |
| | ||||||
* | 2006-10-22 John Wiegley <johnw@newartisans.com> | John Wiegley | 2006-10-22 | 2 | -1/+17 | |
| | | | | | | | | * progmodes/python.el (python-use-skeletons): python-mode was auto-inserting templates (for those with abbrev-mode on), not only by default -- *but without a configuration variable to disable it*. This rendered python-mode completely useless for me, so I have added `python-use-skeletons', which is now off by default. | |||||
* | * progmodes/cperl-mode.el (cperl-mode): Don't assume | Chong Yidong | 2006-10-22 | 2 | -14/+24 | |
| | | | | | | font-lock-multiline is auto-local (it's not). (cperl-windowed-init): Ensure that cperl-font-lock-multiline is initialized before calling cperl-init-faces. | |||||
* | (gdb-info-stack-custom): Don't try to give | Nick Roberts | 2006-10-22 | 1 | -1/+0 | |
| | | | | gdb-stack-position a value when there is no fringe. | |||||
* | *** empty log message *** | Nick Roberts | 2006-10-22 | 1 | -0/+3 | |
| | ||||||
* | (mode-line-mode-menu): Disable auto-revert-tail-mode | Nick Roberts | 2006-10-21 | 1 | -0/+1 | |
| | | | | indicator if not visiting a file. | |||||
* | *** empty log message *** | Nick Roberts | 2006-10-21 | 1 | -0/+5 | |
| | ||||||
* | (kill-buffer-and-window): Fix a bug where an aborted | David Kastrup | 2006-10-20 | 2 | -8/+21 | |
| | | | | operation would still cause some window to collapse later. | |||||
* | (vc-switch-backend): Try to be more careful with unwanted | Stefan Monnier | 2006-10-20 | 2 | -19/+29 | |
| | | | | side-effect due to mixing various backends's file properties. | |||||
* | (vc-svn-parse-status): Remove unused arg `localp'. | Stefan Monnier | 2006-10-20 | 2 | -14/+21 | |
| | | | | | Add arg `filename' instead. Don't set vc-backend if `filename' is set. Return `filename's status if applicable. Update callers. | |||||
* | (kkc-region): When a key sequence is not | Kenichi Handa | 2006-10-19 | 2 | -1/+7 | |
| | | | | | defined, append (this-single-command-raw-keys) to unread-input-method-events. | |||||
* | *** empty log message *** | Juanma Barranquero | 2006-10-19 | 1 | -0/+4 | |
| | ||||||
* | (ada-in-string-p): Doc fix. | Juanma Barranquero | 2006-10-19 | 1 | -10/+10 | |
| | ||||||
* | *** empty log message *** | YAMAMOTO Mitsuharu | 2006-10-19 | 2 | -3/+12 | |
| | ||||||
* | (emacs-version): Use mac-carbon-version-string. | YAMAMOTO Mitsuharu | 2006-10-19 | 1 | -0/+2 | |
| | ||||||
* | * select.el (ccl-check-utf-8, string-utf-8-p): New functions | Jan Djärv | 2006-10-19 | 2 | -5/+46 | |
| | | | | | | (by Kenichi Handa). (xselect-convert-to-string): Decline requests for UTF8_STRING if the selection is not UTF-8. | |||||
* | *** empty log message *** | Juanma Barranquero | 2006-10-18 | 1 | -10/+20 | |
| | ||||||
* | (ada-83-string-keywords, ada-last-which-function-line ada-no-auto-case, | Juanma Barranquero | 2006-10-18 | 1 | -19/+19 | |
| | | | | | | | | ada-indent-region, ada-which-compiler, ada-align-modes, ada-adjust-case-buffer, ada-looking-at-semi-private, ada-get-body-name): Fix typos in docstrings. (ada-create-case-exception, ada-create-case-exception-substring): Fix typos in error messages. (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes. | |||||
* | Fix badly written ChangeLog entry. | Chong Yidong | 2006-10-18 | 1 | -1/+1 | |
| | ||||||
* | * term/x-win.el (res-geometry): Don't set geometry from Xresources | Jan Djärv | 2006-10-18 | 2 | -3/+12 | |
| | | | | | to default-frame-alist if default-frame-alist already contains widht/height. | |||||
* | *** empty log message *** | Richard M. Stallman | 2006-10-18 | 1 | -0/+22 | |
| | ||||||
* | Comment change. | Richard M. Stallman | 2006-10-18 | 1 | -0/+11 | |
| | ||||||
* | (pp-eval-expression): Use `X' to read value. | Richard M. Stallman | 2006-10-18 | 1 | -7/+10 | |
| | | | | Non-interactive arg is the value, not the expression. | |||||
* | (read-expression-map): Just set it, no defvar. | Richard M. Stallman | 2006-10-18 | 1 | -6/+5 | |
| | ||||||
* | (insert-for-yank-1): If last inserted char has properties, | Richard M. Stallman | 2006-10-18 | 1 | -0/+6 | |
| | | | | mark them as rear-nonsticky. | |||||
* | (recentf-mode): Doc fix. | Richard M. Stallman | 2006-10-18 | 1 | -3/+1 | |
| | ||||||
* | (facemenu-add-new-face): Defend against symbol that isn't a face name. | Richard M. Stallman | 2006-10-18 | 1 | -0/+3 | |
| | ||||||
* | (dired-do-copy): Doc fix. | Richard M. Stallman | 2006-10-18 | 1 | -1/+4 | |
| | ||||||
* | * simple.el (line-move-1): During fields during motion to the | Chong Yidong | 2006-10-18 | 2 | -1/+13 | |
| | | | | beginning of line to avoid getting point stuck. | |||||
* | * textmodes/flyspell.el (flyspell-word-search-backward): Set | Chong Yidong | 2006-10-18 | 2 | -0/+8 | |
| | | | | | inhibit-point-motion-hooks to avoid looping due to intangibile text. | |||||
* | (describe-function-1): Special case optimization for self-insert-command. | Richard M. Stallman | 2006-10-16 | 1 | -29/+34 | |
| | ||||||
* | (url-https-create-secure-wrapper): Always use tls gateway method. | Magnus Henoch | 2006-10-16 | 2 | -3/+6 | |
| | ||||||
* | (ido-reread-directory): Work in `dir' mode too. | Kim F. Storm | 2006-10-16 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Kim F. Storm | 2006-10-16 | 1 | -0/+4 | |
| | ||||||
* | 2006-10-15 Martin Rudalics <rudalics@gmx.at> | Kim F. Storm | 2006-10-15 | 1 | -0/+1 | |
| | | | | Require 'regexp-opt. | |||||
* | *** empty log message *** | Kim F. Storm | 2006-10-15 | 1 | -0/+4 | |
| | ||||||
* | 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se> | Kim F. Storm | 2006-10-15 | 1 | -1/+3 | |
| | | | | (flymake-get-project-include-dirs-imp): Use shell-quote-argument. | |||||
* | 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se> | Kim F. Storm | 2006-10-15 | 1 | -1/+3 | |
| | | | | (explicit-bash-args): Use shell-quote-argument. | |||||
* | 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se> | Kim F. Storm | 2006-10-15 | 1 | -2/+6 | |
| | | | | | (ada-find-in-src-path): Use shell-quote-argument. Use grep -E rather than egrep. | |||||
* | *** empty log message *** | Kim F. Storm | 2006-10-15 | 1 | -0/+10 | |
| | ||||||
* | 2006-10-15 Michaël Cadilhac <michael.cadilhac@lrde.org> | Kim F. Storm | 2006-10-15 | 1 | -1/+1 | |
| | | | | (ido-exhibit): Allow `-', `_', and trailing `$' in user id. | |||||
* | *** empty log message *** | Kim F. Storm | 2006-10-15 | 1 | -0/+4 | |
| | ||||||
* | * woman.el (woman2-format-paragraphs): Avoid infinite loop in case | Chong Yidong | 2006-10-15 | 1 | -1/+5 | |
| | | | | there is no terminating newline. | |||||
* | Merge from gnus--rel--5.10 | Miles Bader | 2006-10-15 | 5 | -17/+47 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 150-152) - Update from CVS 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> * lisp/gnus/mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of "blank line" when searching for end of armor headers. 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gmm-utils.el (gmm-write-region): Fix variable name. 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gmm-utils.el (gmm-write-region): New function based on compatibility code from `mm-make-temp-file'. * lisp/gnus/mm-util.el (mm-make-temp-file): Use `gmm-write-region'. * lisp/gnus/nnmaildir.el (nnmaildir--update-nov) (nnmaildir-request-replace-article, nnmaildir-request-accept-article): Use `gmm-write-region'. 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> * man/gnus.texi (Other modes): Fix typo. Add alternative index entry for gnus-dired-attach. (Selecting a Group): Fix typo. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-475 | |||||
* | (filesets-run-cmd--repl-fn): Use shell-quote-argument. | Kim F. Storm | 2006-10-14 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Kim F. Storm | 2006-10-14 | 1 | -0/+4 | |
| |