summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* * replace.el (query-replace-defaults): New variable.Chong Yidong2006-05-282-17/+26
| | | | | | (query-replace-read-from): Use `query-replace-defaults' for default value, instead of history list. (query-replace-read-to): Update `query-replace-defaults'.
* * msb.el (mouse-select-buffer): Minor fix to make popup menu workChong Yidong2006-05-282-1/+6
| | | | with no X toolkit.
* (tumme-show-all-from-dir-max-files): Fix typo.Nick Roberts2006-05-271-1/+2
| | | | (tumme-show-all-from-dir): Add autoload.
* *** empty log message ***Nick Roberts2006-05-271-20/+18
|
* Commentary and whitespace munging; nfc.Thien-Thi Nguyen2006-05-271-34/+1
|
* *** empty log message ***Thien-Thi Nguyen2006-05-271-0/+7
|
* (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.Thien-Thi Nguyen2006-05-271-1/+1
|
* (ewoc): Add member `hf-pp' to this structure.Thien-Thi Nguyen2006-05-271-10/+25
| | | | | | | (ewoc--wrap): New func. (ewoc-create): Take additional arg NOSEP. If nil, wrap node and header/footer pretty-printers. Save header/footer pretty-printer. (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
* Change a lot of `(if .. (progn ..)' to `(when ..)'.Mathias Dahl2006-05-272-4/+5
| | | | (tumme-remove-tag): Fix bug.
* *** empty log message ***Eli Zaretskii2006-05-271-0/+5
|
* *** empty log message ***Mathias Dahl2006-05-271-0/+4
|
* (ewoc--node): Don't define constructorThien-Thi Nguyen2006-05-272-0/+4
| | | | `make-ewoc--node' for this structure.
* * tumme.el: Replace a lot of `if ... progn' with `when'.Mathias Dahl2006-05-271-102/+90
| | | | | | * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'. (tumme-setup-dired-keybindings): Change `tumme-add-remove' to `tumme-delete-tag'.
* (ewoc--node-branch): Merge into unique caller.Thien-Thi Nguyen2006-05-272-8/+6
|
* (ewoc-delete): Compute last node once before looping.Thien-Thi Nguyen2006-05-272-3/+5
|
* (ewoc--create): No longer takeThien-Thi Nguyen2006-05-272-5/+9
| | | | HEADER and FOOTER args. Update unique caller.
* * dired.el (dired-mode-map): Change `tumme-tag-remove' toMathias Dahl2006-05-261-1/+1
| | | | | | | | | `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image Tag'. Change "Compare directories..." to "Change Directories...". * dired.el (dired-mode-map): Move tumme commands to Operate, Regexp and Immediate menus. Change "Add Comment" to "Add Image Comment". Change "Add Image Tag" to "Add Image Tags".
* *** empty log message ***Mathias Dahl2006-05-261-1/+1
|
* (tumme-delete-tag): Rename from `tumme-tag-remove'.Mathias Dahl2006-05-261-4/+4
| | | | | (tumme-setup-dired-keybindings): Change `tumme-add-remove' to `tumme-delete-tag'.
* * dired.el (dired-mode-map): Change `tumme-tag-remove' toMathias Dahl2006-05-261-4/+4
| | | | | | | | | `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image Tag'. * dired.el (dired-mode-map): Move tumme commands to Operate, Regexp and Immediate menus. Change "Add Comment" to "Add Image Comment". Change "Add Image Tag" to "Add Image Tags".
* *** empty log message ***Mathias Dahl2006-05-261-0/+8
|
* *** empty log message ***Mathias Dahl2006-05-261-0/+6
|
* (shell-mode): Call shell-dirtrack-mode after list-buffers-directory isLuc Teirlinck2006-05-261-1/+1
| | | | made a local variable, to avoid setting the default value.
* (dired-mode-map): Move tumme commands to Operate,Mathias Dahl2006-05-261-32/+42
| | | | | Regexp and Immediate menus. Change "Add Comment" to "Add Image Comment". Change "Add Image Tag" to "Add Image Tags".
* *** empty log message ***Luc Teirlinck2006-05-261-0/+6
|
* *** empty log message ***Eli Zaretskii2006-05-261-0/+3
|
* (Info-index-next): Use where-is-internal to report actual binding ofEli Zaretskii2006-05-261-2/+5
| | | | Info-index-next, rather than hard-coded `,'.
* (menu-bar-apropos-menu): Move "Find Key in Manual" and "Find Command in Manual"Eli Zaretskii2006-05-261-8/+6
| | | | to here.
* Remove 'tiny change' labels from Michael Cadilhac's changes.Eli Zaretskii2006-05-261-6/+6
|
* *** empty log message ***Eli Zaretskii2006-05-261-0/+5
|
* (list-buffers-noselect): For Info buffers, use Info-current-file as theEli Zaretskii2006-05-261-4/+20
| | | | file name.
* * ses.el (defadvice undo-more): Delete this defadvice. The undoJonathan Yavner2006-05-262-39/+57
| | | | | | | | | | | | | | overrides will now be done a different way. (ses-set-parameter): Reapply this function for undo. (ses-set-header-row): Reconstruct header row during undo. (ses-widen): New function. (ses-goto-data, ses-reconstruct-all): Use new function. (ses-command-hook): Widen buffer during undo, before unupdating the cells. (ses-insert-row, ses-delete-row): Widen buffer during undo. (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets. (ses-read-cell): Avoid stupid warning for RET RET on a cell whose formula hasn't been executed yet.
* (comint-kill-whole-line): Rename arg to count. FixReiner Steib2006-05-262-6/+11
| | | | doc string.
* * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argumentChong Yidong2006-05-262-1/+6
| | | | to copy-file.
* (toggle-truncate-lines): Make arg optional forReiner Steib2006-05-262-1/+6
| | | | backward compatibility.
* (ewoc--current-dll): New var.Thien-Thi Nguyen2006-05-262-55/+70
| | | | | | | | (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take DLL arg. Instead, use `ewoc--current-dll'. Update all callers. (ewoc--set-buffer-bind-dll-let*): Bind `ewoc--current-dll', not `dll'. (ewoc--adjust): Use `ewoc--current-dll'. (ewoc-next, ewoc-prev, ewoc-nth): Bind `ewoc--current-dll'.
* (org-next-item, org-previous-item): Emit more compactCarsten Dominik2006-05-261-85/+47
| | | | | | | | | | | | error message. (org-tags-view): Refresh category table in each file. (org-table-justify-field-maybe): Removed superfluous arguments to `format'. (org-export-as-html): Insert "<p>" before postamble. (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
* *** empty log message ***Carsten Dominik2006-05-261-0/+11
|
* *** empty log message ***Kenichi Handa2006-05-261-0/+15
|
* (decode-coding-inserted-region): CallKenichi Handa2006-05-261-1/+2
| | | | find-operation-coding-system with (FILENAME . BUFFER).
* (archive-set-buffer-as-visiting-file): CallKenichi Handa2006-05-261-2/+3
| | | | find-operation-coding-system with (FILENAME . BUFFER).
* (tar-extract): Call find-operation-coding-systemKenichi Handa2006-05-261-1/+2
| | | | with (FILENAME . BUFFER).
* (po-find-charset): Pay attention to the caseKenichi Handa2006-05-261-5/+14
| | | | | FILENAME is a cons (NAME . BUFFER). (po-find-file-coding-system-guts): Likewise.
* * image-mode.el (image-toggle-display): Use buffer contents toChong Yidong2006-05-262-0/+6
| | | | generate image for a remote file.
* *** empty log message ***Juri Linkov2006-05-251-0/+5
|
* (query-replace-read-from, query-replace-read-to):Juri Linkov2006-05-251-2/+2
| | | | Remove 8th arg KEEP-ALL in read-from-minibuffer.
* whitespace.el - make whitesspace-cleanup use the current active regoin, if ↵Rajesh Vaidheeswarran2006-05-252-5/+16
| | | | there is one.
* * dired.el (dired-mode-map): Add help-echo strings to tummeMathias Dahl2006-05-251-14/+14
| | | | | | | commands. * dired.el (dired-mode-map): Bind `tumme-dired-display-image' to C-t i.
* *** empty log message ***Mathias Dahl2006-05-251-0/+3
|
* *** empty log message ***Nick Roberts2006-05-251-1/+0
|