Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * replace.el (query-replace-defaults): New variable. | Chong Yidong | 2006-05-28 | 2 | -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 work | Chong Yidong | 2006-05-28 | 2 | -1/+6 |
| | | | | with no X toolkit. | ||||
* | (tumme-show-all-from-dir-max-files): Fix typo. | Nick Roberts | 2006-05-27 | 1 | -1/+2 |
| | | | | (tumme-show-all-from-dir): Add autoload. | ||||
* | *** empty log message *** | Nick Roberts | 2006-05-27 | 1 | -20/+18 |
| | |||||
* | Commentary and whitespace munging; nfc. | Thien-Thi Nguyen | 2006-05-27 | 1 | -34/+1 |
| | |||||
* | *** empty log message *** | Thien-Thi Nguyen | 2006-05-27 | 1 | -0/+7 |
| | |||||
* | (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'. | Thien-Thi Nguyen | 2006-05-27 | 1 | -1/+1 |
| | |||||
* | (ewoc): Add member `hf-pp' to this structure. | Thien-Thi Nguyen | 2006-05-27 | 1 | -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 Dahl | 2006-05-27 | 2 | -4/+5 |
| | | | | (tumme-remove-tag): Fix bug. | ||||
* | *** empty log message *** | Eli Zaretskii | 2006-05-27 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Mathias Dahl | 2006-05-27 | 1 | -0/+4 |
| | |||||
* | (ewoc--node): Don't define constructor | Thien-Thi Nguyen | 2006-05-27 | 2 | -0/+4 |
| | | | | `make-ewoc--node' for this structure. | ||||
* | * tumme.el: Replace a lot of `if ... progn' with `when'. | Mathias Dahl | 2006-05-27 | 1 | -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 Nguyen | 2006-05-27 | 2 | -8/+6 |
| | |||||
* | (ewoc-delete): Compute last node once before looping. | Thien-Thi Nguyen | 2006-05-27 | 2 | -3/+5 |
| | |||||
* | (ewoc--create): No longer take | Thien-Thi Nguyen | 2006-05-27 | 2 | -5/+9 |
| | | | | HEADER and FOOTER args. Update unique caller. | ||||
* | * dired.el (dired-mode-map): Change `tumme-tag-remove' to | Mathias Dahl | 2006-05-26 | 1 | -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 Dahl | 2006-05-26 | 1 | -1/+1 |
| | |||||
* | (tumme-delete-tag): Rename from `tumme-tag-remove'. | Mathias Dahl | 2006-05-26 | 1 | -4/+4 |
| | | | | | (tumme-setup-dired-keybindings): Change `tumme-add-remove' to `tumme-delete-tag'. | ||||
* | * dired.el (dired-mode-map): Change `tumme-tag-remove' to | Mathias Dahl | 2006-05-26 | 1 | -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 Dahl | 2006-05-26 | 1 | -0/+8 |
| | |||||
* | *** empty log message *** | Mathias Dahl | 2006-05-26 | 1 | -0/+6 |
| | |||||
* | (shell-mode): Call shell-dirtrack-mode after list-buffers-directory is | Luc Teirlinck | 2006-05-26 | 1 | -1/+1 |
| | | | | made a local variable, to avoid setting the default value. | ||||
* | (dired-mode-map): Move tumme commands to Operate, | Mathias Dahl | 2006-05-26 | 1 | -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 Teirlinck | 2006-05-26 | 1 | -0/+6 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2006-05-26 | 1 | -0/+3 |
| | |||||
* | (Info-index-next): Use where-is-internal to report actual binding of | Eli Zaretskii | 2006-05-26 | 1 | -2/+5 |
| | | | | Info-index-next, rather than hard-coded `,'. | ||||
* | (menu-bar-apropos-menu): Move "Find Key in Manual" and "Find Command in Manual" | Eli Zaretskii | 2006-05-26 | 1 | -8/+6 |
| | | | | to here. | ||||
* | Remove 'tiny change' labels from Michael Cadilhac's changes. | Eli Zaretskii | 2006-05-26 | 1 | -6/+6 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2006-05-26 | 1 | -0/+5 |
| | |||||
* | (list-buffers-noselect): For Info buffers, use Info-current-file as the | Eli Zaretskii | 2006-05-26 | 1 | -4/+20 |
| | | | | file name. | ||||
* | * ses.el (defadvice undo-more): Delete this defadvice. The undo | Jonathan Yavner | 2006-05-26 | 2 | -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. Fix | Reiner Steib | 2006-05-26 | 2 | -6/+11 |
| | | | | doc string. | ||||
* | * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument | Chong Yidong | 2006-05-26 | 2 | -1/+6 |
| | | | | to copy-file. | ||||
* | (toggle-truncate-lines): Make arg optional for | Reiner Steib | 2006-05-26 | 2 | -1/+6 |
| | | | | backward compatibility. | ||||
* | (ewoc--current-dll): New var. | Thien-Thi Nguyen | 2006-05-26 | 2 | -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 compact | Carsten Dominik | 2006-05-26 | 1 | -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 Dominik | 2006-05-26 | 1 | -0/+11 |
| | |||||
* | *** empty log message *** | Kenichi Handa | 2006-05-26 | 1 | -0/+15 |
| | |||||
* | (decode-coding-inserted-region): Call | Kenichi Handa | 2006-05-26 | 1 | -1/+2 |
| | | | | find-operation-coding-system with (FILENAME . BUFFER). | ||||
* | (archive-set-buffer-as-visiting-file): Call | Kenichi Handa | 2006-05-26 | 1 | -2/+3 |
| | | | | find-operation-coding-system with (FILENAME . BUFFER). | ||||
* | (tar-extract): Call find-operation-coding-system | Kenichi Handa | 2006-05-26 | 1 | -1/+2 |
| | | | | with (FILENAME . BUFFER). | ||||
* | (po-find-charset): Pay attention to the case | Kenichi Handa | 2006-05-26 | 1 | -5/+14 |
| | | | | | FILENAME is a cons (NAME . BUFFER). (po-find-file-coding-system-guts): Likewise. | ||||
* | * image-mode.el (image-toggle-display): Use buffer contents to | Chong Yidong | 2006-05-26 | 2 | -0/+6 |
| | | | | generate image for a remote file. | ||||
* | *** empty log message *** | Juri Linkov | 2006-05-25 | 1 | -0/+5 |
| | |||||
* | (query-replace-read-from, query-replace-read-to): | Juri Linkov | 2006-05-25 | 1 | -2/+2 |
| | | | | Remove 8th arg KEEP-ALL in read-from-minibuffer. | ||||
* | whitespace.el - make whitesspace-cleanup use the current active regoin, if ↵ | Rajesh Vaidheeswarran | 2006-05-25 | 2 | -5/+16 |
| | | | | there is one. | ||||
* | * dired.el (dired-mode-map): Add help-echo strings to tumme | Mathias Dahl | 2006-05-25 | 1 | -14/+14 |
| | | | | | | | commands. * dired.el (dired-mode-map): Bind `tumme-dired-display-image' to C-t i. | ||||
* | *** empty log message *** | Mathias Dahl | 2006-05-25 | 1 | -0/+3 |
| | |||||
* | *** empty log message *** | Nick Roberts | 2006-05-25 | 1 | -1/+0 |
| |