Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (vc-annotate): Use widened line number (Bug#2612). | Chong Yidong | 2009-03-10 | 1 | -1/+4 | |
| | ||||||
* | * vc-annotate.el (vc-annotate): Use widened line number (Bug#2612). | Chong Yidong | 2009-03-10 | 1 | -0/+5 | |
| | ||||||
* | (read-file-name): Only split dir name when | Jason Rumney | 2009-03-09 | 2 | -2/+9 | |
| | | | | default filename is missing. (Bug#2585) | |||||
* | (finder-commentary): Don't delete other windows (Bug#2291). | Chong Yidong | 2009-03-08 | 1 | -1/+0 | |
| | ||||||
* | * finder.el (finder-commentary): Don't delete other windows | Chong Yidong | 2009-03-08 | 1 | -0/+3 | |
| | | | | (Bug#2291). | |||||
* | (term-send-raw-meta): Deactivate the mark first (Bug#2449). | Chong Yidong | 2009-03-08 | 1 | -0/+1 | |
| | ||||||
* | * term.el (term-send-raw-meta): Deactivate the mark first (Bug#2449). | Chong Yidong | 2009-03-08 | 1 | -1/+2 | |
| | ||||||
* | (term-send-raw): Deactivate the mark first (Bug#2449). | Chong Yidong | 2009-03-08 | 1 | -1/+2 | |
| | ||||||
* | * term.el (term-send-raw): Deactivate the mark first (Bug#2449). | Chong Yidong | 2009-03-08 | 1 | -0/+4 | |
| | ||||||
* | (ange-ftp-multi-msgs): Add 150-. | Andreas Schwab | 2009-03-08 | 2 | -1/+5 | |
| | ||||||
* | (woman-mode): Restore tab-width value after the call to Man-mode, since | Eli Zaretskii | 2009-03-07 | 2 | -1/+5 | |
| | | | | | Man-mode resets it to the default, and that makes right margin extend beyond woman-fill-column. | |||||
* | (woman-parse-colon-path): Return a list even if there's only one directory | Eli Zaretskii | 2009-03-07 | 2 | -1/+4 | |
| | | | | in PATHS. | |||||
* | (Man-init-defvars) [windows-nt]: Use a special command list. Don't invoke Awk. | Eli Zaretskii | 2009-03-07 | 2 | -30/+50 | |
| | ||||||
* | (rmail-mime-media-type-handlers-alist): Fix doc and custom type. | Glenn Morris | 2009-03-06 | 2 | -5/+10 | |
| | ||||||
* | (doc-view-convert-current-doc): Save the current | Tassilo Horn | 2009-03-05 | 2 | -0/+25 | |
| | | | | | | resolution in the cache directory. (doc-view-initiate-display): Restore the saved resolution when using cached image files. | |||||
* | (rmail-cease-edit): Use rmail-ensure-blank-line. | Glenn Morris | 2009-03-05 | 2 | -6/+24 | |
| | ||||||
* | (rmail-sort-messages): Use rmail-ensure-blank-line. | Glenn Morris | 2009-03-05 | 1 | -4/+1 | |
| | ||||||
* | (rmail-perm-variables): rmail-overlay-list needs to be buffer-local in | Glenn Morris | 2009-03-05 | 1 | -2/+13 | |
| | | | | | the view buffer, not the rmail buffer. (rmail-ensure-blank-line): New function. | |||||
* | (rmail-output-as-mbox): Use rmail-ensure-blank-line. | Glenn Morris | 2009-03-05 | 1 | -6/+12 | |
| | | | | | (rmail-output-to-rmail-buffer): Add the new message at the end of the existing messages, ensuring there is a blank line between them. (Bug#2521) | |||||
* | (rmail-mime-media-type-handlers-alist) | Glenn Morris | 2009-03-05 | 1 | -25/+35 | |
| | | | | | | | (rmail-mime-attachment-dirs-alist): Doc fixes. Fix custom-type. Add version. (rmail-mime-total-number-of-bulk-attachments): Doc fix. (rmail-mime): Doc fix. Use rmail-apply-in-message. Disable undo in the mime buffer, mark unmodified. | |||||
* | (clipboard-yank): avoid checking (x-selection-exists-p) if unbound in | David Reitter | 2009-03-04 | 2 | -8/+16 | |
| | | | | | order to enable the item. For paste menu item, same, and check kill-ring. | |||||
* | (compilation-error-regexp-alist-alist): Handle "omake -P" messages "file foo ↵ | Sam Steingold | 2009-03-04 | 2 | -0/+10 | |
| | | | | changed". | |||||
* | (rmail-edit-mode): Doc fix. | Glenn Morris | 2009-03-04 | 2 | -9/+32 | |
| | ||||||
* | Replace `(function (lambda' by `(lambda' throughout. | Glenn Morris | 2009-03-04 | 1 | -72/+94 | |
| | | | | | | | | | | | | (rmail-sort-by-date, rmail-sort-by-subject) (rmail-sort-by-author, rmail-sort-by-recipient) (rmail-sort-by-correspondent, rmail-select-correspondent) (rmail-sort-by-lines, rmail-sort-by-labels, rmail-sort-messages) (rmail-make-date-sortable): Doc fixes. (rmail-sort-by-correspondent): Downcase correspondents. (rmail-sort-by-labels): Make it work. (rmail-sort-messages): Restore undo if it was initially enabled. Fix bobp/bolp typo that was adding a line on every sort. | |||||
* | (rmail-get-create-summary-buffer): Doc fix. | Glenn Morris | 2009-03-04 | 1 | -17/+28 | |
| | | | | | | | | | Disable undo in the summary buffer. (rmail-summary-sort-by-date, rmail-summary-sort-by-subject) (rmail-summary-sort-by-author, rmail-summary-sort-by-recipient) (rmail-summary-sort-by-correspondent, rmail-summary-sort-by-lines) (rmail-summary-sort-by-labels, rmail-sort-from-summary): Doc fixes. (rmail-summary-sort-by-labels): Replace `(function (lambda' by `(lambda'. | |||||
* | (compilation-move-to-column): Guard against negative col values. | Sam Steingold | 2009-03-03 | 2 | -1/+6 | |
| | ||||||
* | (smtpmail-auth-supported): Mention that list is | Simon Josefsson | 2009-03-03 | 2 | -2/+11 | |
| | | | | | | | in preference order. (smtpmail-try-auth-methods): Improve which authentication mechanism to use, so that the locally most preferred and mutually supported mechanism is used. | |||||
* | (end-of-defun-function): Make it more clear that | Stefan Monnier | 2009-03-03 | 2 | -8/+14 | |
| | | | | the function takes no argument. | |||||
* | Merge from gnus--devo--0 | Miles Bader | 2009-03-03 | 2 | -0/+7 | |
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1564 | |||||
* | (rmail-summary-search): Ensure the selected message shows. | Glenn Morris | 2009-03-03 | 2 | -2/+7 | |
| | ||||||
* | (rmail-summary-by-senders): Doc fix. | Glenn Morris | 2009-03-03 | 2 | -2/+6 | |
| | | | | (rmail-summary-mode-map): Bind rmail-summary-by-senders to C-M-f. | |||||
* | (rmail-highlighted-headers, rmail-highlight, rmail-header-name): Doc fixes. | Glenn Morris | 2009-03-03 | 2 | -15/+35 | |
| | | | | | (rmail-show-message-verbose-min): Add :version. (rmail-highlight-headers): Add doc string. Simplify. | |||||
* | (rmail-summary-scroll-between-messages) | Glenn Morris | 2009-03-03 | 1 | -7/+20 | |
| | | | | | | (rmail-summary-line-count-flag, rmail-summary-by-regexp): Doc fixes. (rmail-summary-mode-map): Bind C-o to output-as-seen, not output. Make the output menu-items consistent with rmail-mode-map. | |||||
* | Merge from gnus--devo--0 | Miles Bader | 2009-03-03 | 2 | -4/+15 | |
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1561 | |||||
* | (basic-save-buffer-1): Set car part of | Kenichi Handa | 2009-03-03 | 2 | -2/+24 | |
| | | | | | | buffer-file-coding-system-explicit. (revert-buffer): Check car part of buffer-file-coding-system-explicit. | |||||
* | (select-safe-coding-system): If cdr | Kenichi Handa | 2009-03-03 | 1 | -22/+24 | |
| | | | | | | part of buffer-file-coding-system-explicit is set, ignore default-buffer-file-coding-system and the most preferred coding system. | |||||
* | (set-buffer-file-coding-system): Set cdr | Kenichi Handa | 2009-03-03 | 1 | -15/+24 | |
| | | | | | | part of buffer-file-coding-system-explicit. (after-insert-file-set-coding): Set buffer-file-coding-system-explicit to a cons. | |||||
* | Revert last change, committed by mistake. | Juanma Barranquero | 2009-03-02 | 1 | -2/+1 | |
| | ||||||
* | Fix typos. | Juanma Barranquero | 2009-03-02 | 4 | -5/+6 | |
| | ||||||
* | (rmail-delete-headers): New function. | Glenn Morris | 2009-03-02 | 2 | -3/+25 | |
| | | | | | (rmail-retry-failure): Restore yet another feature mbox Rmail removed without telling anyone, namely rmail-retry-ignored-headers. | |||||
* | (rmail-retry-failure): Use rmail-get-header rather than a magical | Glenn Morris | 2009-03-02 | 2 | -7/+4 | |
| | | | | save-excursion/restriction combination that does nothing. | |||||
* | (rmail-dont-reply-to-names, rmail-default-dont-reply-to-names): Doc fixes. | Glenn Morris | 2009-03-02 | 2 | -9/+20 | |
| | | | | (rmail-reply): Avoid extraneous leading whitespace. | |||||
* | (diary-date-forms, calendar-date-display-form): | Glenn Morris | 2009-03-02 | 2 | -0/+9 | |
| | | | | Add :set-after listing variables on which we might depend. | |||||
* | (rmail-reply): Use rmail-apply-in-message so that this function has | Glenn Morris | 2009-03-02 | 2 | -39/+34 | |
| | | | | access to all the headers, not just the visible ones. | |||||
* | Add comment. | Chong Yidong | 2009-03-01 | 1 | -0/+1 | |
| | ||||||
* | (clear-abbrev-table): Always return nil (Bug#2515). | Chong Yidong | 2009-03-01 | 1 | -1/+2 | |
| | ||||||
* | * abbrev.el (clear-abbrev-table): Always return nil (Bug#2515). | Chong Yidong | 2009-03-01 | 1 | -0/+4 | |
| | ||||||
* | (rmail-mode-map): Add explicit keybinding for rmail-resend in the menu. | Glenn Morris | 2009-03-01 | 2 | -1/+6 | |
| | ||||||
* | (confirm-nonexistent-file-or-buffer): `other' must be last custom | Glenn Morris | 2009-03-01 | 2 | -3/+8 | |
| | | | | choice. (Bug#2506) | |||||
* | (grep-process-setup) [windows-nt msdos]: Use "--color=always". | Eli Zaretskii | 2009-02-28 | 2 | -1/+10 | |
| |