summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (calendar-time-zone-daylight-rules): Fix typo in 2008-04-02 change.Glenn Morris2009-06-102-1/+6
|
* (compose-gstring-for-terminal): For zero-widthKenichi Handa2009-06-102-1/+13
| | | | characters of Unicode category `Cf', simply replace it with SPC.
* ispell.el: Make `ispell-dictionary' customizable (#2555)Agustín Martín2009-06-092-3/+10
|
* Synch with Gnus trunk:Katsumi Yamaoka2009-06-083-34/+32
| | | | | | | | | | | | | | | | | | 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org> * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset to deleted part. 2009-05-30 David Engster <dengste@eml.cc> * nnmairix.el: Remove old documentation in the commentary block. (nnmairix-request-group): Do not update active file for nnml back ends. (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back end so that overview files are ignored. (nnmairix-update-groups): Make updating the groups more robust by using marks. (nnmairix-determine-original-group-from-path): Circumvent mairix bug with dollar characters in message-id.
* * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remoteMichael Albinus2009-06-082-5/+7
| | | | files correctly.
* term/ns-win.el (composition-function-table) (script-representative-chars): ↵Adrian Robert2009-06-081-0/+5
| | | | Don't alter.
* term/ns-win.el (composition-function-table) (script-representative-chars): ↵Adrian Robert2009-06-081-13/+0
| | | | Don't alter.
* * net/tramp.el (tramp-do-copy-or-rename-file-directly): Make directMichael Albinus2009-06-072-15/+39
| | | | copy more robust, especially when "chown" is not applicable.
* *** empty log message ***Michael Albinus2009-06-071-2/+2
|
* (lisp-mode-variables): Fix doc-string.Martin Rudalics2009-06-072-3/+7
|
* * tramp.el (tramp-open-connection-setup-interactive-shell): ApplyMichael Albinus2009-06-062-0/+13
| | | | workaround for OpenSolaris bug.
* Fix bug where org-gnus-store-link used wrong subject when called in an articleTassilo Horn2009-06-052-1/+9
| | | | buffer. Patch provided by fengli AT gmail DOT com.
* (epa-decrypt-region): Detect encoding ifDaiki Ueno2009-06-052-2/+11
| | | | | | coding-system-for-read is not specified. <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=17018> (epa-verify-region): Ditto.
* (tar-header-block-tokenize): Obey @LongLink even forStefan Monnier2009-06-042-1/+9
| | | | POSIX tar archives (bug#3410).
* (vc-revision-other-window): Fix argument to backend functionJohan Bockgård2009-06-042-1/+6
| | | | revision-completion-table; it expects a list.
* (delete-other-frames): Only delete frames on theStefan Monnier2009-06-042-0/+9
| | | | same terminal (bug#3442).
* (solar-n-hemi-seasons, solar-s-hemi-seasons):Glenn Morris2009-06-042-7/+23
| | | | Make into defcustoms. (Bug#3429)
* * international/README: New file.Chong Yidong2009-06-0416-1/+56
| | | | | | | | | | | | | | | | | | * international/charprop.el: * international/uni-bidi.el: * international/uni-category.el: * international/uni-combining.el: * international/uni-comment.el: * international/uni-decimal.el: * international/uni-decomposition.el: * international/uni-digit.el: * international/uni-lowercase.el: * international/uni-mirrored.el: * international/uni-name.el: * international/uni-numeric.el: * international/uni-old-name.el: * international/uni-titlecase.el: * international/uni-uppercase.el: Add copyright notice (Bug#3428).
* Add commentary about where these code conversion rules came from (Bug#3428).Chong Yidong2009-06-041-1/+12
|
* * international/README: New file.Chong Yidong2009-06-041-0/+28
| | | | | | | | | | | | | | | | | | * international/charprop.el: * international/uni-bidi.el: * international/uni-category.el: * international/uni-combining.el: * international/uni-comment.el: * international/uni-decimal.el: * international/uni-decomposition.el: * international/uni-digit.el: * international/uni-lowercase.el: * international/uni-mirrored.el: * international/uni-name.el: * international/uni-numeric.el: * international/uni-old-name.el: * international/uni-titlecase.el: * international/uni-uppercase.el: Add copyright notice (Bug#3428).
* * textmodes/two-column.el (2C-split): Call move-to-column, toChong Yidong2009-06-041-7/+12
| | | | | | compensate for the 2007-10-19 change from next-line to forward-line (Bug#3435). Account for fringe and scroll-bar when setting 2C-window-width.
* * emulation/edt.el (edt-previous-line, edt-next-line): Don't useChong Yidong2009-06-041-2/+4
| | | | forward-line, undoing 2007-10-19 change (Bug#3188).
* (normal-no-mouse-startup-screen): Use F1 rather than C-hStefan Monnier2009-05-292-56/+64
| | | | if C-h is remapped to something else like DEL.
* * edmacro.el (edmacro-parse-keys): Fix 2008-08-19 change (Bug#3387).Chong Yidong2009-05-262-1/+4
|
* * view.el (view-window-size): Use window-line-height to find window height.Chong Yidong2009-05-262-29/+35
| | | | | | (view-page-size-default): Return nil if LINES is nil, 0, or larger than the window height. (view-scroll-lines): Handle nil value for DEFAULT arg (Bug#3361).
* * view.el (view-recenter): Allow recenter to compute window heightChong Yidong2009-05-262-2/+7
| | | | normally.
* * textmodes/table.el (table--unibyte-char-to-multibyte): FunctionChong Yidong2009-05-262-15/+9
| | | | | | deleted. (*table--cell-self-insert-command, *table--cell-quoted-insert): Don't call table--unibyte-char-to-multibyte (Bug#3372).
* * newcomment.el (comment-region): Doc fix (Bug#3370).Chong Yidong2009-05-262-5/+13
|
* * mail/smtpmail.el: Indent code properly to make it more readable.Roland Winkler2009-05-252-120/+103
|
* * textmodes/ispell.el (ispell-check-version): Handle dashes inChong Yidong2009-05-242-2/+7
| | | | version numbers. Suggested by sdl.web@gmail.com (Bug#3369).
* * info.el (Info-mode): Doc fix (Bug#3358).Chong Yidong2009-05-232-2/+4
|
* (ediff-vc-latest-version): Use property `vc-latest-revision' insteadJohan Bockgård2009-05-232-2/+8
| | | | of `vc-latest-version'. (It was renamed in the big VC overhaul.)
* Bump version to 23.0.94.Chong Yidong2009-05-231-1/+1
|
* Regenerate.Chong Yidong2009-05-231-37/+44
|
* * progmodes/grep.el (grep-compute-defaults): Simplify how settingsChong Yidong2009-05-232-48/+65
| | | | | | | | | are looked up. (grep-apply-setting): New function. (grep-highlight-matches, grep-command, grep-template) (grep-use-null-device, grep-find-command, grep-find-template): Clarify role of grep-compute-defaults in docstrings. Use grep-apply-setting to apply changes (Bug#3343).
* (calendar-forward-day): Fix 2008-06-21 change -Glenn Morris2009-05-212-4/+10
| | | | always move cursor to new date. (Bug#3338)
* (tex-uptodate-p): Accept [1{/var/foo}] as a page number.Stefan Monnier2009-05-202-8/+16
|
* (locate-dominating-stop-dir-regexp): Add terminalJason Rumney2009-05-202-1/+6
| | | | directory separator to UNC path case (Bug#3252).
* * indent.el (indent-for-tab-command): Fix typo in docstring.Chong Yidong2009-05-201-1/+1
|
* * international/encoded-kb.el (encoded-kbd-setup-display): ChangeChong Yidong2009-05-203-15/+27
| | | | | | | DISPLAY arg to TERMINAL. * international/mule.el (set-terminal-coding-system) (set-keyboard-coding-system): Change DISPLAY arg to TERMINAL.
* cc-mode.el (c-extend-and-neutralize-CPP-line): Renamed fromAlan Mackenzie2009-05-192-21/+30
| | | | | | | | | c-neutralize-syntax-in-CPP. Set the variables c-new-BEG and c-new-END, thus extending the font-lock region. (c-font-lock-init): Don't set obsolete variable font-lock-lines-before. cc-langs.el (c-before-font-lock-function): Rename a value to c-extend-and-neutralize-syntax-in-CPP.
* *** empty log message ***Alan Mackenzie2009-05-191-0/+11
|
* (set-face-attribute): Fix handling of :family "FOUNDRY-FAMILY".Kenichi Handa2009-05-192-2/+7
|
* * register.el (register-alist): Doc fix (Bug#3311).Chong Yidong2009-05-182-3/+8
|
* * progmodes/compile.el (compilation-filter): If inserting at endRichard M. Stallman2009-05-182-2/+14
| | | | of accessible part of buffer, keep end of output visible.
* * mail/rmail.el (rmail-expunge-confirmed): Return nil if nothing to do.Richard M. Stallman2009-05-182-13/+35
| | | | | | | | | | Don't call rmail-modify-format here. (rmail-expunge): Call it here after expunge is confirmed. (rmail-confirm-expunge): Doc fix. Mark as risky. (rmail-convert-babyl-to-mbox): Call rmail-modify-format. (rmail-set-attribute): Call rmail-dont-modify-format only for `unseen'. For other attributes, call `rmail-modify-format', and propagate the modified flag to rmail-buffer.
* * mail/rmailedit.el (rmail-edit-current-message):Richard M. Stallman2009-05-172-1/+7
| | | | | Call rmail-modify-format here. (rmail-cease-edit): Not here.
* (vc-bzr-state-heuristic): Fallback on vc-bzr-state in caseStefan Monnier2009-05-172-51/+60
| | | | of any kind of error (e.g. when "sha1sum" is not found).
* (dired-pop-to-buffer): Fix last fix.Martin Rudalics2009-05-151-1/+2
|
* (dired-pop-to-buffer): Try to make this behave theMartin Rudalics2009-05-152-2/+13
| | | | Emacs 22 way (Bug#1806).