summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (linum-unload-function): New function.Juanma Barranquero2008-01-312-2/+11
|
* Update.Juanma Barranquero2008-01-302-7/+14
|
* (check-declare-directory): Use `find-program' andJuanma Barranquero2008-01-301-3/+4
| | | | `grep-program' instead of hardcoded program names.
* (authors): Use `find-program' and `grep-program'Juanma Barranquero2008-01-301-2/+2
| | | | instead of hardcoded program names.
* (file-remote-p): Docstring fix.Stefan Monnier2008-01-301-6/+6
|
* 2008-01-30 Tassilo Horn <tassilo@member.fsf.org>Tassilo Horn2008-01-302-0/+88
| | | | | | | | * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions. Implement bookmark support the new make-cell/handler way. (Info-mode): Bind bookmark-make-cell-function to Info-bookmark-make-cell buffer locally.
* Merge from emacs--rel--22Miles Bader2008-01-303-4/+15
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1024
| * *** empty log message ***Juanma Barranquero2008-01-301-2/+2
| |
| * (c-block-stmt-1-kwds, c-block-stmt-2-kwds, c-simple-stmt-kwds): NewAlan Mackenzie2008-01-291-0/+3
| | | | | | | | Objective C keywords: @finally, @try, @catch, @synchronized, @throw.
| * *** empty log message ***Alan Mackenzie2008-01-291-0/+4
| |
| * Correct file name in previous commission.Alan Mackenzie2008-01-291-1/+1
| |
| * (c-specifier-key): Exclude "template" from this regexp; to allow the "{"Alan Mackenzie2008-01-291-3/+5
| | | | | | | | | | of a template function to be correctly anchored on "template", not the following "<".
| * *** empty log message ***Alan Mackenzie2008-01-291-0/+3
| |
| * (c-guess-basic-syntax, CASE 5A.5): Anchor the "{" of a template functionAlan Mackenzie2008-01-291-6/+9
| | | | | | | | correctly on "template", not the following "<".
| * *** empty log message ***Alan Mackenzie2008-01-291-0/+4
| |
| * (c-version): increase to 5.31.5.Alan Mackenzie2008-01-291-1/+1
| |
| * *** empty log message ***Alan Mackenzie2008-01-291-0/+9
| |
| * (tags-query-replace): Delete unused optional args. Doc fix.Richard M. Stallman2008-01-292-2/+12
| |
| * (hack-local-variables): Don't query about fake variables.Richard M. Stallman2008-01-291-1/+2
| |
| * *** empty log message ***Juanma Barranquero2008-01-291-3/+3
| |
* | (mh-mml-to-mime): Don't look up sender if From absent. Fixes "WrongBill Wohler2008-01-301-6/+7
| | | | | | | | type argument: stringp, nil" error.
* | *** empty log message ***Bill Wohler2008-01-301-0/+5
| |
* | Add arch taglineMiles Bader2008-01-301-0/+1
| |
* | Update comment.Juanma Barranquero2008-01-301-5/+1
| |
* | New file.Juanma Barranquero2008-01-302-2/+205
| |
* | * net/tramp.el (tramp-methods): Use "-H" option for "sudo". SuggestedMichael Albinus2008-01-291-19/+43
| | | | | | | | | | | | | | | | | | | | by Trent W. Buck <trentbuck@gmail.com>. Make ("%h") a single element in "plinkx". (tramp-handle-shell-command): Reuse "*Async Shell Command*" or "*Shell Command Output*" buffers. Check, whether there is already an asynchronous process running. Display always the buffer of the asynchronous process. (tramp-compute-multi-hops): Adapt error message.
* | *** empty log message ***Michael Albinus2008-01-291-0/+11
| |
* | (c-specifier-key): Exclude "template" from this regexp; to allow the "{"Alan Mackenzie2008-01-292-3/+8
| | | | | | | | | | of a template function to be correctly anchored on "template", not the following "<".
* | (c-guess-basic-syntax, CASE 5A.5): Anchor the "{" of a template functionAlan Mackenzie2008-01-291-6/+9
| | | | | | | | correctly on "template", not the following "<".
* | *** empty log message ***Alan Mackenzie2008-01-291-0/+4
| |
* | (c-version): increase to 5.31.5.Alan Mackenzie2008-01-291-1/+1
| |
* | *** empty log message ***Alan Mackenzie2008-01-291-0/+4
| |
* | * doc-view.el (doc-view-mode): Adapt to i-m-current-[vh]scrollTassilo Horn2008-01-292-4/+15
| | | | | | | | being an alist now.
* | * image-mode.el (image-mode-current-vscroll)Tassilo Horn2008-01-291-10/+22
| | | | | | | | | | | | | | (image-mode-current-hscroll): Add doc strings. (image-set-window-vscroll, image-set-window-hscroll) (image-reset-current-vhscroll, image-mode): Adapt to i-m-current-[vh]scroll being an alist now.
* | (find-function-search-for-symbol): Strip extensionMartin Rudalics2008-01-292-2/+12
| | | | | | | | from .emacs.el to make sure symbol is searched in .emacs too.
* | 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>Tassilo Horn2008-01-292-0/+24
| | | | | | | | | | * doc-view.el (doc-view-mode): Use facilities of image-mode to restore [vh]scroll when switching buffers.
* | 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>Tassilo Horn2008-01-291-23/+47
| | | | | | | | | | | | | | | | | | | | | | | | * image-mode.el (image-mode-current-vscroll) (image-mode-current-hscroll): New variables. (image-set-window-hscroll, image-set-window-vscroll): New functions. (image-forward-hscroll, image-next-line, image-bol, image-eol) (image-bob, image-eob): Use them. (image-reset-current-vhscroll): New function. (image-mode): Make new variables buffer-local and reset [vh]scroll on window configuration changes.
* | Merge from emacs--rel--22Miles Bader2008-01-295-198/+249
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1021
| * (gdb-create-define-alist): Don't callNick Roberts2008-01-271-3/+3
| | | | | | | | | | gdb-cpp-define-alist-program if file is nil (currently only " *partial-output-...").
| * *** empty log message ***Nick Roberts2008-01-271-0/+6
| |
| * Correct typos, enhance comments.Alan Mackenzie2008-01-271-1/+1
| |
| * Correct typos, enhance comments.Alan Mackenzie2008-01-272-7/+8
| |
| * More trivial doc fixes.Richard M. Stallman2008-01-272-9/+14
| | | | | | | | Comment change.
| * Many doc fixes.Richard M. Stallman2008-01-271-159/+160
| | | | | | | | (allout-encrypt-string): Fix error message.
| * Introduce elements for the syntactic symbol arglist-cont-nonempty intoAlan Mackenzie2008-01-263-8/+19
| | | | | | | | c-hanging-braces-alist. Amend pertinent functions and 5 styles.
| * *** empty log message ***Alan Mackenzie2008-01-261-0/+12
| |
| * (c-save-buffer-state): Bind buffer-file-name and buffer-file-truename toAlan Mackenzie2008-01-261-0/+2
| | | | | | | | nil, to prevent primitives generating "buffer is read only" messages.
| * *** empty log message ***Alan Mackenzie2008-01-261-0/+6
| |
| * (tags-query-replace): Doc fix.Eli Zaretskii2008-01-262-1/+8
| |
| * (wdired-get-filename): Change `(1+ beg)' to `beg' soMartin Rudalics2008-01-262-1/+11
| | | | | | | | | | that the filename end is found even when the filename is empty. Fixes error and spurious newlines when marking files for deletion.