aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):Jan Djärv2006-11-102-4/+9
| | | | Encode/decode text to/from cut buffers to/from iso-latin-1 only.
* (bs--window-for-buffer): Remove.Juanma Barranquero2006-11-102-13/+10
| | | | | (bs--show-with-configuration): Use `get-window-with-predicate' instead of `bs--window-for-buffer'.
* (revert-buffer): Fix previous change.Kenichi Handa2006-11-102-0/+5
|
* Add "add-log-time-zone-rule: t" to Local Variables section.Juanma Barranquero2006-11-105-49/+54
|
* (bs--redisplay): Fix typo in docstring.Juanma Barranquero2006-11-092-19/+38
| | | | | | | | | (bs--window-config-coming-from): Make frame-local. (bs--restore-window-config): New function. (bs-kill, bs-select, bs-select-other-window, bs-select-other-frame): Use it. (bs--show-with-configuration): Save the window configuration as a frame local var, and only if *buffer-selection* is not already visible on this frame. (bs--window-for-buffer): Return as soon as a matching buffer is found.
* Fix typo in previous commit.Chong Yidong2006-11-091-6/+24
|
* Undo last fix.Chong Yidong2006-11-091-24/+6
|
* (vc-svn-admin-directory): New var.Chong Yidong2006-11-091-6/+24
| | | | | | (vc-svn-registered, vc-svn-responsible-p) (vc-svn-repository-hostname): Use it. Suggested by [email protected].
* * vc-svn.el (vc-svn-admin-directory): New var.Chong Yidong2006-11-091-0/+7
| | | | | | (vc-svn-registered, vc-svn-responsible-p) (vc-svn-repository-hostname): Use it. Suggested by [email protected].
* Regenerate.Juanma Barranquero2006-11-092-1135/+844
|
* (erc-header-line): Fix typo.Chong Yidong2006-11-091-1/+1
|
* * erc.el (erc-header-line): Fix typo.Chong Yidong2006-11-091-0/+4
|
* (url-http-handle-authentication): If there are several authenticationMagnus Henoch2006-11-082-11/+21
| | | | headers, use the strongest available method.
* 2006-11-08 Alan Mackenzie <[email protected]>Alan Mackenzie2006-11-082-11/+59
| | | | | | * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the case (eq open-paren-in-column-0-is-defun-start nil) by searching for least nested open-paren.
* (remove-overlays): Fix typo in last change.Romain Francoise2006-11-082-1/+5
|
* (remove-overlays): Call overlay-recenter.Richard M. Stallman2006-11-082-0/+6
|
* Fix Print submenu creationVinicius Jose Latorre2006-11-082-25/+34
|
* *** empty log message ***Juanma Barranquero2006-11-081-0/+12
|
* (ido-ignore-extensions, ido-show-dot-for-dired, ido-max-dir-file-cache,Juanma Barranquero2006-11-081-23/+23
| | | | | | | | | ido-decorations, ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth, ido-magic-backward-char, ido-enter-dired, ido-enter-insert-buffer, ido-enter-insert-file, ido-dired, ido-list-directory, ido-first-match, ido-only-match, ido-subdir, ido-indicator): Fix typos in docstrings. (ido-buffer-internal, ido-completion-help): Fix typos in messages. (ido-read-internal): Fix typo in error message.
* (set-default-coding-systems): AlwaysKenichi Handa2006-11-082-4/+11
| | | | set default-file-name-coding-system to utf-8 for Mac Darwin.
* *** empty log message ***Juanma Barranquero2006-11-081-0/+7
|
* (setwins): Remove.Juanma Barranquero2006-11-081-13/+6
| | | | | | (WINS_ALMOST): New macro. (WINS): Use it. (autoloads): Don't extract autoloads from files in obsolete/.
* (url-retrieve-synchronously): Allow quitting when inhibit-quit is t.Magnus Henoch2006-11-082-3/+14
|
* (whitespace-buffer): Call remove-overlays after overlay-recenter forChong Yidong2006-11-071-1/+1
| | | | performance. Suggested by Martin Rudalics.
* * whitespace.el (whitespace-buffer): Call remove-overlays afterChong Yidong2006-11-071-0/+5
| | | | overlay-recenter for performance. Suggested by Martin Rudalics.
* * lisp/net/tramp.el (tramp-default-method): scp is the default method.Michael Albinus2006-11-072-1/+5
| | | | | * man/tramp.texi (Configuration): scp is the default method. (Default Method): Use ssh as example for another method.
* *** empty log message ***Juanma Barranquero2006-11-071-0/+4
|
* (server-start): Save also the Emacs pid in the server authentication file.Juanma Barranquero2006-11-071-0/+1
|
* (reftex-pop-to-bibtex-entry): Preserve point when displaying a bibtexCarsten Dominik2006-11-071-3/+6
| | | | cross reference in the echo area.
* *** empty log message ***Carsten Dominik2006-11-071-0/+5
|
* *** empty log message ***Juanma Barranquero2006-11-061-0/+3
|
* (make-char): Fix typo in docstring.Juanma Barranquero2006-11-061-8/+7
| | | | (load-with-code-conversion, charsetp): Doc fixes.
* (hook): Fix typos in docstring.Juanma Barranquero2006-11-062-2/+7
|
* (skkdic-convert): Fix typo in docstring.Juanma Barranquero2006-11-061-1/+1
|
* (custom-mode-map): Move defvar above code using it.Chong Yidong2006-11-061-19/+35
| | | | | (custom-mode-link-map): New variable. (custom-group-link, custom-manual): Use follow-link.
* * cus-edit.el (custom-mode-map): Move defvar above code using it.Chong Yidong2006-11-061-0/+6
| | | | | (custom-mode-link-map): New variable. (custom-group-link, custom-manual): Use follow-link.
* Fix typo in name of author of bibtex.el,Roland Winkler2006-11-062-1/+6
| | | | "Mark Shapiro" -> "Marc Shapiro". Update his email address.
* Update Marc Shapiro's email address.Roland Winkler2006-11-061-1/+1
|
* *** empty log message ***Richard M. Stallman2006-11-061-0/+20
|
* (flyspell-correct-word-before-point):Richard M. Stallman2006-11-061-40/+51
| | | | | | New function broken out of flyspell-correct-word. (flyspell-mode-map): Bind it to M-RET. (flyspell-correct-word): Call it.
* (fill-minibuffer-function): New function.Richard M. Stallman2006-11-061-2/+13
| | | | (fill-paragraph): Bind fill-paragraph-function to fill-minibuffer-function.
* (ruler-mode-map): Add bindings for up-events so that they aren't undefined.Richard M. Stallman2006-11-061-0/+10
|
* No maintainer now.Richard M. Stallman2006-11-061-1/+1
|
* (dired-readin): Locally bind file-name-coding-system.Richard M. Stallman2006-11-061-0/+3
|
* Shorten and clarify usual mode line mouse help string.Richard M. Stallman2006-11-061-1/+1
|
* (autoloads): Don't include `obsolete'.Richard M. Stallman2006-11-061-1/+3
|
* (pr-alist-custom-set, pr-ps-utility-custom-set)Chong Yidong2006-11-061-17/+19
| | | | | | (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the Printing menu if it's not initialized. (pr-menu-bind): Act on menu-bar-file-menu directly.
* * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)Chong Yidong2006-11-061-0/+7
| | | | | | (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the Printing menu if it's not initialized. (pr-menu-bind): Act on menu-bar-file-menu directly.
* *** empty log message ***Juanma Barranquero2006-11-062-13/+123
|
* (allout-adjust-file-variable, allout-passphrase-verifier-string,Juanma Barranquero2006-11-061-6/+6
| | | | | allout-passphrase-hint-string, allout-toggle-current-subtree-encryption): Fix typos in docstrings.