aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (doc-view-scroll-up-or-next-page)Tassilo Horn2008-09-122-2/+10
| | | | | (doc-view-scroll-down-or-previous-page): Fix scrolling in case of vertically split windows.
* (f90-mode-map): Don't bind \t and \r.Glenn Morris2008-09-122-2/+5
|
* (sh-font-lock-open-heredoc): Doc fix.Glenn Morris2008-09-122-1/+6
|
* (indent-line-function): Doc fix.Glenn Morris2008-09-121-1/+1
|
* Comment.Glenn Morris2008-09-121-1/+1
|
* (perform-replace): Don't set inhibit-read-only usingChong Yidong2008-09-121-2/+1
| | | | query-replace-skip-read-only (bug#956).
* Re-word to fool font-lock.Glenn Morris2008-09-111-2/+2
|
* (pop-to-buffer): If the window for buffer-or-name isMartin Rudalics2008-09-112-2/+23
| | | | | not on the selected frame, raise that window's frame and give it input focus. (Bug#745)
* (charset-map-path): Doc fix.Glenn Morris2008-09-111-1/+1
|
* (ido-mode): Initialize with custom-initialize-default. (Bug#947).Glenn Morris2008-09-112-1/+6
|
* Fix EOL mishap in previous commit.Juanma Barranquero2008-09-101-1629/+1629
|
* * replace.el (perform-replace): Don't set inhibit-read-only usingChong Yidong2008-09-101-0/+3
| | | | query-replace-skip-read-only (bug#956).
* (edmacro-parse-keys): Fix last change to omit macros of the <<foo>>Chong Yidong2008-09-101-1/+1
| | | | form.
* * edmacro.el (edmacro-parse-keys): Fix last change to omit macros ofChong Yidong2008-09-101-0/+5
| | | | the <<foo>> form.
* *** empty log message ***Martin Rudalics2008-09-102-1629/+1633
|
* (compose-gstring-for-graphic): Fix previous change.Kenichi Handa2008-09-102-50/+63
|
* (Info-try-follow-nearest-node): Fix doc typo.Glenn Morris2008-09-102-1/+5
|
* Stephen Berman <stephen.berman at gmx.net>Glenn Morris2008-09-102-1/+6
| | | | (Info-mouse-follow-nearest-node): Follow links to different manuals. (Bug#886)
* * gnus-group.el (gnus-group-make-useful-group): Don't use the compilerKatsumi Yamaoka2008-09-102-1/+9
| | | | macro caddr in the interactive form since it won't be expanded.
* * gnus-art.el (gnus-mime-set-charset-parameters): Add new argumentKatsumi Yamaoka2008-09-092-12/+20
| | | | | `charset'; fix name of function called recursively. (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
* * ido.el (ido-unload-function): New function.Juanma Barranquero2008-09-092-0/+11
|
* * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.Katsumi Yamaoka2008-09-092-5/+15
| | | | | | (gnus-mime-set-charset-parameters): New function. (gnus-mime-view-part-as-charset): Use it to correctly display part specifying wrong charset.
* Merge from gnus--devo--0Miles Bader2008-09-092-1/+6
| | | | Revision: [email protected]/emacs--devo--0--patch-1411
* * ido.el (ido-file-internal): Fix typo in prompt.Juanma Barranquero2008-09-082-17/+26
| | | | | | | | (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes. (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers) (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions) (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir): Fix typos in docstrings.
* (describe-function-1): Don't print extra newlineMartin Rudalics2008-09-082-795/+802
| | | | after filling.
* (find-lisp-object-file-name): Handle case whereMartin Rudalics2008-09-082-793/+800
| | | | library is compressed.
* * complete.el (PC-do-completion): Don't replace bufferChong Yidong2008-09-071-0/+5
| | | | contents (bug#227).
* * complete.el (PC-do-completion): Don't replace buffer contentsChong Yidong2008-09-071-8/+1
| | | | (bug#227).
* * loadhist.el (unload-feature-special-hooks):Juanma Barranquero2008-09-072-4/+8
| | | | Add `choose-completion-string-functions'.
* * vc-svn.el (vc-svn-root):Stefan Monnier2008-09-077-48/+29
| | | | | | | * vc-sccs.el (vc-sccs-root): * vc-rcs.el (vc-rcs-root): * vc-cvs.el (vc-cvs-root): Delete. * vc-hooks.el (vc-find-root): Remove `invert' argument.
* (flymake-parse-err-lines): Filter out errors occurring in differentChong Yidong2008-09-071-5/+3
| | | | files.
* * progmodes/flymake.el (flymake-parse-err-lines): Filter outChong Yidong2008-09-071-0/+5
| | | | errors occurring in different files.
* (vc-bzr-extra-fileinfo): New defstruct.Dan Nicolaescu2008-09-072-15/+49
| | | | | (vc-bzr-status-printer): New function. (vc-bzr-after-dir-status): Deal with renamed files.
* *** empty log message ***John Paul Wallington2008-09-071-0/+5
|
* (ibuffer-diff-buffer-with-file-1): Shell quote buffer's filename.John Paul Wallington2008-09-071-1/+1
| | | | From Johan Euphrosine <[email protected]>.
* (cancel-change-group): Widen buffer temporarily whenMartin Rudalics2008-09-072-20/+29
| | | | undoing changes. (Bug#810)
* Compose combining characters only when itKenichi Handa2008-09-071-1/+1
| | | | follows an character matching with "[[:alpha:]]".
* (gud-stop-subjob): Using jdb, suspend threadsNick Roberts2008-09-071-1/+3
| | | | with gud-stop-subjob rather than exit debugger.
* *** empty log message ***Nick Roberts2008-09-071-0/+5
|
* Require time-date.Roland Winkler2008-09-062-399/+999
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (proced-command-alist, proced-command, proced-goal-header-re) (proced-sorting-schemes-alist, proced-sorting-scheme) (proced-header-alist, proced-sorting-schemes-re) (proced-skip-regexp, proced-next-line, proced-previous-line) (proced-listing-type, proced-sorting-scheme-p): Removed. (proced-grammar-alist, proced-custom-attributes) (proced-format-alist, proced-format, proced-filter-alist) (proced-filter, proced-sort, proced-goal-attribute) (proced-timer-interval, proced-timer-flag, proced-timer) (proced-process-alist, proced-sort-internal, proced-process-tree) (proced-header-help-echo, proced-field-help-echo): New variables. (proced-pid-at-point, proced-timer, proced-mark-process-alist) (proced-omit-process, proced-filter, proced-process-tree) (proced-filter-children, proced-children-pids) (proced-filter-parents, proced-<, proced-string-lessp) (proced-time-lessp, proced-xor, proced-sort-p) (proced-format-time, proced-format-start, proced-format-ttname) (proced-format, proced-process-attributes): New functions. (proced-toggle-timer-flag, proced-mark-children) (proced-mark-parents, proced-filter-interactive) (proced-filter-attribute, proced-sort-interactive) (proced-sort-header, proced-format-interactive): New commands. (proced-move-to-goal-column): Use goal-column. (proced-mode): Use proced-timer. (proced-do-mark-all): Display process count. Use use-region-p. Simplify. (proced-omit-processes): Use use-region-p. (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid) (proced-sort-start, proced-sort-time, proced-sort-user): Use proced-sort-interactive. (proced-sort): Make it a function that performs the actual sort. (proced-update): New arg revert. Use proced-process-alist, proced-filter, proced-sort, proced-format, and proced-grammar-alist. Preserve position of point based on fields. Make header line and fields clickable. (proced-send-signal): Use proced-pid-at-point and proced-process-alist. (proced-why): Use save-selected-window. (proced-log): Use buffer-read-only.
* (tooltip-mode): Initialize unconditionally to t.Chong Yidong2008-09-061-4/+3
|
* * tooltip.el (tooltip-mode): Initialize unconditionally to t.Chong Yidong2008-09-061-0/+4
|
* (ispell-command-loop): Suspend ispell if the user enters a mouse eventChong Yidong2008-09-061-8/+17
| | | | in another frame, or a special event.
* * textmodes/ispell.el (ispell-command-loop): Suspend ispell if theChong Yidong2008-09-061-0/+3
| | | | user enters a mouse event in another frame, or a special event.
* Fix previous change.Glenn Morris2008-09-061-42/+43
|
* (diff-find-source-location): Declare.Glenn Morris2008-09-062-9/+21
| | | | | (find-change-log): If called from a diff buffer, try to switch to the source buffer (e.g. to respect change-log-default-name there).
* (sh-get-kw): Remove '()' from the list ofGlenn Morris2008-09-062-1/+4
| | | | unallowed characters; added 2006-10-10 without comment. (Bug#753)
* *** empty log message ***Glenn Morris2008-09-061-0/+1
|
* (rmail-spam-filter): Autoload it.Glenn Morris2008-09-061-0/+2
|
* *** empty log message ***Glenn Morris2008-09-061-0/+6
|