summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* (vc-hg-log-switches): Add defcustom.Sam Steingold2009-06-121-0/+5
| | | | (vc-hg-print-log): Use it.
* Re-generated.Kenichi Handa2009-06-121-0/+4
|
* (calendar-time-zone-daylight-rules): Fix typo in 2008-04-02 change.Glenn Morris2009-06-101-0/+5
|
* (compose-gstring-for-terminal): For zero-widthKenichi Handa2009-06-101-0/+5
| | | | characters of Unicode category `Cf', simply replace it with SPC.
* ispell.el: Make `ispell-dictionary' customizable (#2555)Agustín Martín2009-06-091-0/+4
|
* * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remoteMichael Albinus2009-06-081-0/+5
| | | | files correctly.
* term/ns-win.el (composition-function-table) (script-representative-chars): ↵Adrian Robert2009-06-081-0/+5
| | | | Don't alter.
* * net/tramp.el (tramp-do-copy-or-rename-file-directly): Make directMichael Albinus2009-06-071-0/+5
| | | | 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-071-0/+4
|
* * tramp.el (tramp-open-connection-setup-interactive-shell): ApplyMichael Albinus2009-06-061-0/+5
| | | | workaround for OpenSolaris bug.
* (epa-decrypt-region): Detect encoding ifDaiki Ueno2009-06-051-0/+7
| | | | | | 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-041-0/+5
| | | | POSIX tar archives (bug#3410).
* (vc-revision-other-window): Fix argument to backend functionJohan Bockgård2009-06-041-0/+5
| | | | revision-completion-table; it expects a list.
* (delete-other-frames): Only delete frames on theStefan Monnier2009-06-041-0/+5
| | | | same terminal (bug#3442).
* (solar-n-hemi-seasons, solar-s-hemi-seasons):Glenn Morris2009-06-041-0/+5
| | | | Make into defcustoms. (Bug#3429)
* * 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).
* (normal-no-mouse-startup-screen): Use F1 rather than C-hStefan Monnier2009-05-291-6/+10
| | | | 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-261-0/+3
|
* * view.el (view-window-size): Use window-line-height to find window height.Chong Yidong2009-05-261-0/+4
| | | | | | (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-261-0/+5
| | | | normally.
* * textmodes/table.el (table--unibyte-char-to-multibyte): FunctionChong Yidong2009-05-261-0/+7
| | | | | | 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-261-0/+4
|
* * mail/smtpmail.el: Indent code properly to make it more readable.Roland Winkler2009-05-251-0/+4
|
* * textmodes/ispell.el (ispell-check-version): Handle dashes inChong Yidong2009-05-241-0/+5
| | | | version numbers. Suggested by sdl.web@gmail.com (Bug#3369).
* * info.el (Info-mode): Doc fix (Bug#3358).Chong Yidong2009-05-231-0/+4
|
* (ediff-vc-latest-version): Use property `vc-latest-revision' insteadJohan Bockgård2009-05-231-0/+6
| | | | of `vc-latest-version'. (It was renamed in the big VC overhaul.)
* * progmodes/grep.el (grep-compute-defaults): Simplify how settingsChong Yidong2009-05-231-0/+10
| | | | | | | | | 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-211-0/+5
| | | | always move cursor to new date. (Bug#3338)
* (tex-uptodate-p): Accept [1{/var/foo}] as a page number.Stefan Monnier2009-05-201-7/+11
|
* (locate-dominating-stop-dir-regexp): Add terminalJason Rumney2009-05-201-0/+5
| | | | directory separator to UNC path case (Bug#3252).
* * international/encoded-kb.el (encoded-kbd-setup-display): ChangeChong Yidong2009-05-201-0/+8
| | | | | | | DISPLAY arg to TERMINAL. * international/mule.el (set-terminal-coding-system) (set-keyboard-coding-system): Change DISPLAY arg to TERMINAL.
* *** empty log message ***Alan Mackenzie2009-05-191-0/+11
|
* (set-face-attribute): Fix handling of :family "FOUNDRY-FAMILY".Kenichi Handa2009-05-191-0/+5
|
* * register.el (register-alist): Doc fix (Bug#3311).Chong Yidong2009-05-181-0/+4
|
* * progmodes/compile.el (compilation-filter): If inserting at endRichard M. Stallman2009-05-181-0/+3
| | | | 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-181-0/+11
| | | | | | | | | | 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-171-0/+6
| | | | | Call rmail-modify-format here. (rmail-cease-edit): Not here.
* (vc-bzr-state-heuristic): Fallback on vc-bzr-state in caseStefan Monnier2009-05-171-6/+10
| | | | of any kind of error (e.g. when "sha1sum" is not found).
* (dired-pop-to-buffer): Try to make this behave theMartin Rudalics2009-05-151-0/+5
| | | | Emacs 22 way (Bug#1806).
* * frame.el (minibuffer-frame-alist): Doc fix (Bug#3276).Chong Yidong2009-05-141-0/+4
|
* * tutorial.el (help-with-tutorial): Use TUTORIAL.xx for the tutorialChong Yidong2009-05-121-1/+2
| | | | buffer, since that is what the tutorial text assumes.
* * tutorial.el (help-with-tutorial): Don't use text mode, since theChong Yidong2009-05-121-0/+5
| | | | tutorial text assume Fundamental mode.
* (completion-setup-function):Stefan Monnier2009-05-111-15/+17
| | | | | Only modify the default-directory in *Completions* (bug#3250). Take partial-completion into account when setting default-directory.
* * emacs-lisp/cl-macs.el (lexical-let*): Doc fix (Bug#3178).Chong Yidong2009-05-101-0/+4
|
* Add proper support for confirm-nonexistent-file-or-bufferKim F. Storm2009-05-101-0/+12
| | | | | | | | | | | values `confirm' and `confirm-after-completion'. (ido-read-internal, ido-buffer-internal, ido-file-internal): Setup and handle require-match arg according to c-n-f-o-b. (ido-show-confirm-message): New dynamic variable. (ido-exit-minibuffer): Request confirmation for non-existing file or buffer according to confirm-nonexistent-file-or-buffer. (ido-decorations): Add 11th element for "confirm" message. (ido-completions): Show confirmation message when requested.
* (encoded-kbd-setup-keymap): Fix for big5.Kenichi Handa2009-05-081-0/+8
|
* (split-window-sensibly): New function.Martin Rudalics2009-05-071-0/+15
| | | | | | | | | | | | | | (split-height-threshold, split-width-threshold): State in doc-string that these affect split-window-sensibly. Change customization subtype from number to integer. (window--splittable-p): Rename to window-splittable-p since it's referred to in doc-string of split-window-sensibly. Update doc-string. (window--try-to-split-window): Unconditionally call split-window-preferred-function and move splitting functionality to split-window-sensibly (Bug#3142). (split-window-preferred-function): Rewrite doc-string. Don't allow nil as customization type.
* * faces.el (x-handle-named-frame-geometry): Ignore errors fromChong Yidong2009-05-071-0/+6
| | | | | x-get-resource due to not yet opened X connection. This is a temporary workaround for Bug#3194.
* (vc-svn-parse-status): Accept ?D for removed files (bug#3213).Stefan Monnier2009-05-051-0/+4
|