aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change.Juanma Barranquero2009-03-102-1/+5
|
* * w32-vars.el (w32-list-proportional-fonts): Make obsolete.Jason Rumney2009-03-102-4/+7
| | | | | | | * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify w32-use-visible-system-caret doc to indicate that it should get set automatically. (Windows Fonts): Add doc for the uniscribe backend.
* * server.el (server-process-filter): Use expand-file-name rather thanStefan Monnier2009-03-102-1/+4
| | | | | | | command-line-normalize-file-name so as to use the `dir' when provided. * emacsclient.c (main): Always pass cwd via "-dir". Pass the file names without prepending cwd to them, so Emacs uses its customary rules to determine how to interpret the file name.
* (doc-view-convert-current-doc): Fix last change.Stefan Monnier2009-03-102-44/+45
|
* (mail-archive-file-name, mail-default-headers): Doc fixes.Glenn Morris2009-03-102-6/+12
| | | | (mail-mailing-lists): Remove leading `*' from defcustom doc.
* (compose-mail): Doc fix.Glenn Morris2009-03-102-1/+5
|
* (vc-annotate): Use widened line number (Bug#2612).Chong Yidong2009-03-101-1/+4
|
* * vc-annotate.el (vc-annotate): Use widened line number (Bug#2612).Chong Yidong2009-03-101-0/+5
|
* (read-file-name): Only split dir name whenJason Rumney2009-03-092-2/+9
| | | | default filename is missing. (Bug#2585)
* (finder-commentary): Don't delete other windows (Bug#2291).Chong Yidong2009-03-081-1/+0
|
* * finder.el (finder-commentary): Don't delete other windowsChong Yidong2009-03-081-0/+3
| | | | (Bug#2291).
* (term-send-raw-meta): Deactivate the mark first (Bug#2449).Chong Yidong2009-03-081-0/+1
|
* * term.el (term-send-raw-meta): Deactivate the mark first (Bug#2449).Chong Yidong2009-03-081-1/+2
|
* (term-send-raw): Deactivate the mark first (Bug#2449).Chong Yidong2009-03-081-1/+2
|
* * term.el (term-send-raw): Deactivate the mark first (Bug#2449).Chong Yidong2009-03-081-0/+4
|
* (ange-ftp-multi-msgs): Add 150-.Andreas Schwab2009-03-082-1/+5
|
* (woman-mode): Restore tab-width value after the call to Man-mode, sinceEli Zaretskii2009-03-072-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 directoryEli Zaretskii2009-03-072-1/+4
| | | | in PATHS.
* (Man-init-defvars) [windows-nt]: Use a special command list. Don't invoke Awk.Eli Zaretskii2009-03-072-30/+50
|
* (rmail-mime-media-type-handlers-alist): Fix doc and custom type.Glenn Morris2009-03-062-5/+10
|
* (doc-view-convert-current-doc): Save the currentTassilo Horn2009-03-052-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 Morris2009-03-052-6/+24
|
* (rmail-sort-messages): Use rmail-ensure-blank-line.Glenn Morris2009-03-051-4/+1
|
* (rmail-perm-variables): rmail-overlay-list needs to be buffer-local inGlenn Morris2009-03-051-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 Morris2009-03-051-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 Morris2009-03-051-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 inDavid Reitter2009-03-042-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 Steingold2009-03-042-0/+10
| | | | changed".
* (rmail-edit-mode): Doc fix.Glenn Morris2009-03-042-9/+32
|
* Replace `(function (lambda' by `(lambda' throughout.Glenn Morris2009-03-041-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 Morris2009-03-041-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 Steingold2009-03-032-1/+6
|
* (smtpmail-auth-supported): Mention that list isSimon Josefsson2009-03-032-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 thatStefan Monnier2009-03-032-8/+14
| | | | the function takes no argument.
* Merge from gnus--devo--0Miles Bader2009-03-032-0/+7
| | | | Revision: [email protected]/emacs--devo--0--patch-1564
* (rmail-summary-search): Ensure the selected message shows.Glenn Morris2009-03-032-2/+7
|
* (rmail-summary-by-senders): Doc fix.Glenn Morris2009-03-032-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 Morris2009-03-032-15/+35
| | | | | (rmail-show-message-verbose-min): Add :version. (rmail-highlight-headers): Add doc string. Simplify.
* (rmail-summary-scroll-between-messages)Glenn Morris2009-03-031-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--0Miles Bader2009-03-032-4/+15
| | | | Revision: [email protected]/emacs--devo--0--patch-1561
* (basic-save-buffer-1): Set car part ofKenichi Handa2009-03-032-2/+24
| | | | | | buffer-file-coding-system-explicit. (revert-buffer): Check car part of buffer-file-coding-system-explicit.
* (select-safe-coding-system): If cdrKenichi Handa2009-03-031-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 cdrKenichi Handa2009-03-031-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 Barranquero2009-03-021-2/+1
|
* Fix typos.Juanma Barranquero2009-03-024-5/+6
|
* (rmail-delete-headers): New function.Glenn Morris2009-03-022-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 magicalGlenn Morris2009-03-022-7/+4
| | | | save-excursion/restriction combination that does nothing.
* (rmail-dont-reply-to-names, rmail-default-dont-reply-to-names): Doc fixes.Glenn Morris2009-03-022-9/+20
| | | | (rmail-reply): Avoid extraneous leading whitespace.
* (diary-date-forms, calendar-date-display-form):Glenn Morris2009-03-022-0/+9
| | | | Add :set-after listing variables on which we might depend.
* (rmail-reply): Use rmail-apply-in-message so that this function hasGlenn Morris2009-03-022-39/+34
| | | | access to all the headers, not just the visible ones.