summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (proced-sort): Declare it buffer-local.Roland Winkler2009-04-202-53/+58
| | | | (proced-send-signal): Handle non-nil signals.
* (rfc2047-decode-region): Don't skip past `start', whichStefan Monnier2009-04-202-1/+6
| | | | could happen if the text is only composed of spaces and/or tabs.
* (list-colors-duplicates): w32-default-color-map is a function.Jason Rumney2009-04-182-2/+7
|
* epa-file: fix garble with decode-coding-inserted-regionDaiki Ueno2009-04-182-5/+10
| | | | | * epa-file.el (epa-file-decode-and-insert): Use string-to-multibyte instead of set-buffer-multibyte.
* * net/rcirc.el (rcirc): Use correct property names (Bug#3037).Chong Yidong2009-04-182-3/+7
|
* * thingatpt.el (thing-at-point-bounds-of-list-at-point): NewChong Yidong2009-04-182-2/+25
| | | | function (Bug#3027).
* Re-generated.Kenichi Handa2009-04-172-0/+4
|
* * textmodes/flyspell.el (flyspell-correct-word-before-point):Chong Yidong2009-04-162-25/+19
| | | | | | | | Don't create markers. (tex-mode-flyspell-verify): Don't create markers. Use line-end-position. (sgml-mode-flyspell-verify): Don't create markers. Simplify code using looking-at and looking-back.
* * emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-eltChong Yidong2009-04-162-0/+6
| | | | property (Bug#2984).
* browse-url.el (browse-url-filename-alist): Update :version for last change.Chong Yidong2009-04-161-1/+1
|
* * ediff-wind.el (ediff-make-wide-display): Fix typo in frame parameterChong Yidong2009-04-162-1/+6
| | | | alist.
* * outline.el (hide-sublevels): Ensure that arguments are passed toChong Yidong2009-04-152-0/+7
| | | | outline-flag-region in the correct order (Bug#3000).
* * net/browse-url.el (browse-url-filename-alist): Correct fileChong Yidong2009-04-152-1/+6
| | | | URI (Bug#2922).
* * subr.el (posn-col-row): Properly compute line spacing.Chong Yidong2009-04-152-7/+18
| | | | Suggested by Nikolaj Schumacher (Bug#2933).
* newsticker: enable jump to virtual feedsUlf Jasper2009-04-152-4/+10
|
* (vc-svn-after-dir-status): Fix regexp to allow forDan Nicolaescu2009-04-152-2/+8
| | | | | file names with leading spaces. Ignore "." if it appears as a filename.
* * help-at-pt.el (help-at-pt-kbd-string): Reflow docstring.Juanma Barranquero2009-04-142-3/+8
| | | | (scan-buf-previous-region): Fix typo in docstring.
* * jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring.Juanma Barranquero2009-04-142-6/+10
|
* * net/tramp-cmds.el (tramp-cleanup-connection): Flush cache dataMichael Albinus2009-04-142-1/+13
| | | | of directory "".
* * net/tramp.el (tramp-handle-dired-recursive-delete-directory):Michael Albinus2009-04-141-5/+14
| | | | | | | | Fix an error in flushing cache data. (tramp-handle-process-file): Flush all file cache values for the connection, because the remote process could have changed them. Suggested by Stefan Monnier <monnier@iro.umontreal.ca>. Handle QUIT.
* (completion--try-word-completion): Don't disableStefan Monnier2009-04-142-14/+29
| | | | | | `partial-completion' any more. Mark the added char instead. (completion-pcm--string->pattern): Notice chars added by completion--try-word-completion and treat them specially.
* (frame-set-background-mode): Window system framesJason Rumney2009-04-132-17/+17
| | | | | default to light. Use default in cases where specified color does not exist (Bug#2969).
* (cp932): Delete alias for japanese-shift-jis.Kenichi Handa2009-04-132-1/+5
|
* *** empty log message ***Michael Albinus2009-04-121-1/+1
|
* * tramp.el (tramp-do-copy-or-rename-file-directly): OverwriteMichael Albinus2009-04-122-7/+9
| | | | always the tmpfile. (Bug#2962).
* * files.el (dir-locals-directory-cache): Change format to includeChong Yidong2009-04-112-25/+59
| | | | | | | | | | the mtime of the directory-local variables file (Bug#2833). (dir-locals-set-directory-class): New arg mtime. Store it in dir-locals-directory-cache. (dir-locals-find-file): Check cache validity using the mtime. (dir-locals-read-from-file): Save the file mtime in the cache. (hack-dir-local-variables): Adapt to new dir-locals-directory-cache entry format.
* * international/mule-diag.el (describe-font-internal): ChangeChong Yidong2009-04-112-3/+11
| | | | | | ignored argument to IGNORED. (describe-font): Elide unnecessary argument to describe-font-internal (Bug#2945).
* Typo.Andreas Schwab2009-04-101-1/+1
|
* * mail/rmailedit.el (rmail-cease-edit): Call rmail-modify-format.Richard M. Stallman2009-04-102-0/+3
|
* * vc-dir.el (vc-dir): Dox fix.Richard M. Stallman2009-04-102-2/+19
|
* (unrmail): If "Mail-From" header is found, append a newline to it.Eli Zaretskii2009-04-102-2/+11
|
* (rmail-unrmail-new-mail, rmail-unrmail-new-mail-maybe): New functions.Eli Zaretskii2009-04-102-1/+55
| | | | | (rmail-insert-inbox-text): Use rmail-unrmail-new-mail-maybe to convert Babyl-formatted new mail to mbox format. (Bug#2942)
* Remove `tiny change' for Nikolaj Schumacher.Stefan Monnier2009-04-102-8/+8
|
* (cua--indent-rectangle): Insert tabs usingKim F. Storm2009-04-092-1/+6
| | | | tab-to-tab-stop to respect indent-tabs-mode.
* * mail/rmailkwd.el (rmail-set-label): Warn if multipe labels spec'd.Richard M. Stallman2009-04-092-2/+7
| | | | (rmail-kill-label, rmail-add-label): Doc fixes.
* * mail/rmailout.el (rmail-output): If file is visited,Richard M. Stallman2009-04-092-1/+17
| | | | check the buffer's format.
* * mail/rmailout.el (rmail-convert-to-babyl-format): Don't set "unseen".Richard M. Stallman2009-04-092-2/+4
|
* Don't query before visiting a Babyl file.Richard M. Stallman2009-04-093-16/+70
| | | | | | | | | | | | | | | | | | | | Instead, query before modifications that would save it. * mail/rmail.el (rmail-was-converted): New variable. (rmail-seriously-modified): New variable. (rmail-perm-variables): Set them to nil. (rmail-convert-babyl-to-mbox): Don't query about converting Babyl file. Instead, set rmail-was-converted. (rmail-modify-format): New function. Query if save will change format. (rmail-dont-modify-format): New function. (rmail-duplicate-message, rmail-get-new-mail): Call rmail-modify-format. (rmail-set-header): Call rmail-dont-modify-format. (rmail-set-attribute): Likewise. (rmail-expunge-confirmed): Call rmail-modify-format. * mail/rmailout.el (rmail-output-to-rmail-buffer): Call rmail-modify-format.
* * mail/sendmail.el (sendmail-send-it): Replace anyRichard M. Stallman2009-04-092-6/+22
| | | | pre-existing Content-type header if we insert one.
* * net/tramp.el (tramp-file-name-handler-alist): AddMichael Albinus2009-04-092-1/+18
| | | | | `vc-registered'. (tramp-handle-vc-registered ): New defun. (Bug#1741).
* * tramp-cache.el (tramp-flush-directory-property): Use theMichael Albinus2009-04-091-1/+1
| | | | localname of KEY for check.
* Re-generated.Kenichi Handa2009-04-098-3/+12
|
* (mule-cmds.el): Mention that leim-list.el is auto-generated.Stefan Monnier2009-04-081-1/+3
|
* (append-to-file): Doc fix.Eli Zaretskii2009-04-082-2/+10
|
* (msdos-last-help-message): New defvar.Eli Zaretskii2009-04-082-5/+16
| | | | | (msdos-show-help): Use it to avoid saving the last message if it was also a help message (Bug#2895).
* (rmail-simplified-subject): Normalize whitespace in subject. ThisEli Zaretskii2009-04-082-0/+11
| | | | | resurrects a feature, lost in transition to mbox, whereby Subject is matched even if it's broken into several lines at arbitrary places.
* Give hint for GDB in Emacs on Mac OSX.Nick Roberts2009-04-081-0/+7
|
* *** empty log message ***Nick Roberts2009-04-081-0/+4
|
* * textmodes/fill.el (fill-paragraph): Doc fix.Chong Yidong2009-04-082-3/+8
|
* * vc-bzr.el (vc-bzr-log-view-mode): Fix last fix.Chong Yidong2009-04-072-1/+5
|