summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (add-to-list): Fix last change--optimize for no compare-fn.Kim F. Storm2006-10-221-4/+4
|
* (add-to-list): Optimize if compare-fn is `eq' or `eql'.Kim F. Storm2006-10-221-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. Storm2006-10-221-0/+7
|
* * textmodes/flyspell.el (flyspell-word): Skip past all previousChong Yidong2006-10-222-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 Yidong2006-10-222-6/+6
|
* 2006-10-22 John Wiegley <johnw@newartisans.com>John Wiegley2006-10-222-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 assumeChong Yidong2006-10-222-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 giveNick Roberts2006-10-221-1/+0
| | | | gdb-stack-position a value when there is no fringe.
* *** empty log message ***Nick Roberts2006-10-221-0/+3
|
* (mode-line-mode-menu): Disable auto-revert-tail-modeNick Roberts2006-10-211-0/+1
| | | | indicator if not visiting a file.
* *** empty log message ***Nick Roberts2006-10-211-0/+5
|
* (kill-buffer-and-window): Fix a bug where an abortedDavid Kastrup2006-10-202-8/+21
| | | | operation would still cause some window to collapse later.
* (vc-switch-backend): Try to be more careful with unwantedStefan Monnier2006-10-202-19/+29
| | | | side-effect due to mixing various backends's file properties.
* (vc-svn-parse-status): Remove unused arg `localp'.Stefan Monnier2006-10-202-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 notKenichi Handa2006-10-192-1/+7
| | | | | defined, append (this-single-command-raw-keys) to unread-input-method-events.
* *** empty log message ***Juanma Barranquero2006-10-191-0/+4
|
* (ada-in-string-p): Doc fix.Juanma Barranquero2006-10-191-10/+10
|
* *** empty log message ***YAMAMOTO Mitsuharu2006-10-192-3/+12
|
* (emacs-version): Use mac-carbon-version-string.YAMAMOTO Mitsuharu2006-10-191-0/+2
|
* * select.el (ccl-check-utf-8, string-utf-8-p): New functionsJan Djärv2006-10-192-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 Barranquero2006-10-181-10/+20
|
* (ada-83-string-keywords, ada-last-which-function-line ada-no-auto-case,Juanma Barranquero2006-10-181-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 Yidong2006-10-181-1/+1
|
* * term/x-win.el (res-geometry): Don't set geometry from XresourcesJan Djärv2006-10-182-3/+12
| | | | | to default-frame-alist if default-frame-alist already contains widht/height.
* *** empty log message ***Richard M. Stallman2006-10-181-0/+22
|
* Comment change.Richard M. Stallman2006-10-181-0/+11
|
* (pp-eval-expression): Use `X' to read value.Richard M. Stallman2006-10-181-7/+10
| | | | Non-interactive arg is the value, not the expression.
* (read-expression-map): Just set it, no defvar.Richard M. Stallman2006-10-181-6/+5
|
* (insert-for-yank-1): If last inserted char has properties,Richard M. Stallman2006-10-181-0/+6
| | | | mark them as rear-nonsticky.
* (recentf-mode): Doc fix.Richard M. Stallman2006-10-181-3/+1
|
* (facemenu-add-new-face): Defend against symbol that isn't a face name.Richard M. Stallman2006-10-181-0/+3
|
* (dired-do-copy): Doc fix.Richard M. Stallman2006-10-181-1/+4
|
* * simple.el (line-move-1): During fields during motion to theChong Yidong2006-10-182-1/+13
| | | | beginning of line to avoid getting point stuck.
* * textmodes/flyspell.el (flyspell-word-search-backward): SetChong Yidong2006-10-182-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. Stallman2006-10-161-29/+34
|
* (url-https-create-secure-wrapper): Always use tls gateway method.Magnus Henoch2006-10-162-3/+6
|
* (ido-reread-directory): Work in `dir' mode too.Kim F. Storm2006-10-161-1/+1
|
* *** empty log message ***Kim F. Storm2006-10-161-0/+4
|
* 2006-10-15 Martin Rudalics <rudalics@gmx.at>Kim F. Storm2006-10-151-0/+1
| | | | Require 'regexp-opt.
* *** empty log message ***Kim F. Storm2006-10-151-0/+4
|
* 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>Kim F. Storm2006-10-151-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. Storm2006-10-151-1/+3
| | | | (explicit-bash-args): Use shell-quote-argument.
* 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>Kim F. Storm2006-10-151-2/+6
| | | | | (ada-find-in-src-path): Use shell-quote-argument. Use grep -E rather than egrep.
* *** empty log message ***Kim F. Storm2006-10-151-0/+10
|
* 2006-10-15 Michaël Cadilhac <michael.cadilhac@lrde.org>Kim F. Storm2006-10-151-1/+1
| | | | (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
* *** empty log message ***Kim F. Storm2006-10-151-0/+4
|
* * woman.el (woman2-format-paragraphs): Avoid infinite loop in caseChong Yidong2006-10-151-1/+5
| | | | there is no terminating newline.
* Merge from gnus--rel--5.10Miles Bader2006-10-155-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. Storm2006-10-141-1/+1
|
* *** empty log message ***Kim F. Storm2006-10-141-0/+4
|