aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (vc-dir-children-marked-p): Fix child check.Andreas Schwab2008-06-082-3/+4
|
* (vc-cvs-dir-status): Pass -f to cvs.Andreas Schwab2008-06-082-1/+3
|
* (vc-dir-move-to-goal-column): Don't move in anAndreas Schwab2008-06-082-2/+6
| | | | empty line.
* (minibuffer-message): Bind inhibit-quit aroundAndreas Schwab2008-06-082-1/+9
| | | | sit-for.
* (split-height-threshold, split-width-threshold): AddMartin Rudalics2008-06-082-75/+97
| | | | | | | | | | choice nil. (split-window-preferred-function): Allow either nil or a function. (window--splittable-p, window--try-to-split-window): Handle changed option values. (window--frame-usable-p): Handle nil argument. (display-buffer): Call get-lru-window when pop-up-windows is nil and window can't be split.
* * auth-source.el: Precise Tramp doc.Michael Albinus2008-06-082-11/+13
|
* * net/tramp.el (top): Quote feature names. RemoveMichael Albinus2008-06-082-12/+22
| | | | | | | `tramp-rfn-eshadow-setup-minibuffer' from `rfn-eshadow-setup-minibuffer-hook' when unloading. (tramp-read-passwd): There is only one call to `auth-source-user-or-password' needed. Pacify byte compiler.
* * uniquify.el (uniquify-get-proposed-name): Handle remote files.Michael Albinus2008-06-081-1/+2
|
* (display-buffer): Use lru window if current windowAndreas Schwab2008-06-082-1/+7
| | | | cannot be split.
* (apropos-library): New command and new button.Stefan Monnier2008-06-082-0/+69
| | | | (apropos-library-button): New function.
* Remove spurious * in docstrings.Stefan Monnier2008-06-082-71/+73
| | | | | | (apropos-label-face): Use variable pitch. (apropos-print): Use dolist and with-current-buffer. (apropos-print-doc): Use when.
* (special-display-p, display-buffer): Fix up C->Elisp transcription error.Stefan Monnier2008-06-082-20/+27
|
* (byte-compile-current-group): New var.Stefan Monnier2008-06-082-8/+25
| | | | | (byte-compile-file): Initialize it. (byte-compile-nogroup-warn): Keep track of the current group.
* (compile, compile-always, bootstrap-prepare):Glenn Morris2008-06-082-4/+11
| | | | Explictly pass EMACS to sub-makes that use it, for non-GNU makes.
* Docstrings improved.Kenichi Handa2008-06-071-0/+6
|
* (hanja-init-load): Use a char-table forKenichi Handa2008-06-071-7566/+6439
| | | | | hanja-table. (hangul-to-hanja-char): Adjusted for the above change.
* (bootstrap-clean): Run autogen-clean.Glenn Morris2008-06-072-5/+25
| | | | | (maintainer-clean): No need to run autogen-clean now it is included in bootstrap-clean.
* Remove unnecessary eval-when-compile.Glenn Morris2008-06-071-5/+4
|
* Remove unnecessary eval-when-compiles and eval-and-compiles.Glenn Morris2008-06-073-5/+5
|
* (finder-compile-keywords): Use lm-keywords-list rather than lm-keywords.Glenn Morris2008-06-071-6/+4
|
* (terminal-init-linux): Use gpm-mouse-mode rather than obsolete alias.Glenn Morris2008-06-071-3/+2
|
* Commentary fixes.Glenn Morris2008-06-071-5/+4
| | | | Remove unnecessary eval-when-compile.
* Remove unnecessary eval-and-compile.Glenn Morris2008-06-071-7/+5
|
* (mail-interactive): Add :version.Glenn Morris2008-06-071-1/+3
|
* Remove unnecessary eval-when-compiles and eval-and-compiles.Glenn Morris2008-06-071-4/+3
|
* Remove unnecessary eval-and-compile.Glenn Morris2008-06-071-5/+4
|
* Remove unnecessary eval-when-compiles.Glenn Morris2008-06-072-10/+8
|
* Remove unnecessary eval-when-compile.Glenn Morris2008-06-072-9/+8
|
* Remove unnecessary eval-when-compiles and eval-and-compiles.Glenn Morris2008-06-079-66/+55
|
* Fix attribution and date of nnir.el addition.Glenn Morris2008-06-071-1/+5
|
* Remove unnecessary eval-when-compile.Glenn Morris2008-06-071-3/+2
|
* Formatting fixes.Glenn Morris2008-06-071-27/+26
|
* Remove unnecessary eval-when-compiles.Glenn Morris2008-06-076-15/+19
|
* (auth-source-user-or-password): Remove unnecessary eval-and-compile.Glenn Morris2008-06-072-11/+14
|
* Merge from gnus--devo--0Miles Bader2008-06-064-0/+1675
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1215
* (menu-bar-options-menu): Add Menu entry for longlines mode.Chong Yidong2008-06-061-4/+12
|
* * menu-bar.el (menu-bar-options-menu): Add Menu entry for longlinesChong Yidong2008-06-061-0/+3
| | | | mode.
* (longlines-show-effect): Default to a pilcrow sign.Chong Yidong2008-06-061-1/+1
|
* * longlines.el (longlines-show-effect): Default to a pilcrow sign.Chong Yidong2008-06-061-0/+1
|
* (replace-search-function, replace-re-search-function): New vars.Chong Yidong2008-06-061-1/+15
| | | | (perform-replace): Use them.
* (longlines-re-search-forward): New function.Chong Yidong2008-06-061-0/+10
| | | | | | (longlines-mode): Bind replace-search-function and replace-re-search-function, to ensure that replacement commands treat newlines as spaces.
* * replace.el (replace-search-function)Chong Yidong2008-06-061-0/+11
| | | | | | | | | | (replace-re-search-function): New vars. (perform-replace): Use them. * longlines.el (longlines-re-search-forward): New function. (longlines-mode): Bind replace-search-function and replace-re-search-function, to ensure that replacement commands treat newlines as spaces.
* * help.el (function-called-at-point):Stefan Monnier2008-06-063-47/+53
| | | | | * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table even when calling find-tag-default.
* Fix typos.Juanma Barranquero2008-06-061-16/+16
|
* Add ChangeLog entries. Remove unneeded (require 'cl).Michael Olson2008-06-062-3/+26
|
* nXML: Use font lockMichael Olson2008-06-063-159/+217
|
* (display-buffer): Remove dead call to get-lru-window.Martin Rudalics2008-06-062-8/+15
|
* (mail-interactive): Change default.Stefan Monnier2008-06-062-1/+9
|
* (completion-ignored-extensions): Add .p64fsl, .d64fsl, and .dx64fsl.John Paul Wallington2008-06-052-0/+6
|
* (ffap-prompter): Don't use the region.Stefan Monnier2008-06-052-1/+9
|