summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (rmail-file-name): Remove duplicate definition.Glenn Morris2009-01-291-15/+4
| | | | (rmail-set-header): Ensure header changes get saved.
* (rmail-set-label): Update the summary, if there is one, after a labelGlenn Morris2009-01-291-1/+6
| | | | is added.
* (rmail-summary-update-line): New function.Glenn Morris2009-01-291-4/+27
| | | | | | | (rmail-summary-goto-msg): Return a value according to whether message was found. (rmail-summary-update-highlight): Give the overlay an 'rmail-summary property. Use line-end-position.
* (rmail-cease-edit): Add additional quotes to quoted From lines.Chong Yidong2009-01-291-2/+3
|
* (rmail-show-message): Unquote From lines.Chong Yidong2009-01-291-1/+7
|
* * mail/rmailedit.el (rmail-cease-edit): Add additional quotes toChong Yidong2009-01-291-0/+4
| | | | | | quoted From lines. * mail/rmail.el (rmail-show-message): Unquote From lines.
* (rmail-redecode-body): New function, based on old version removed inChong Yidong2009-01-291-0/+94
| | | | 2009-01-22 change.
* * mail/rmail.el (rmail-redecode-body): New function, based on oldChong Yidong2009-01-291-0/+5
| | | | version removed in 2009-01-22 change.
* (doc-view-mode): Don't use string-match and fileTassilo Horn2009-01-282-5/+11
| | | | | extension to choose fallback mode on empty/non-existing files but let-bind auto-mode-alist and call normal-mode.
* (ls-lisp-classify): Propertize file name before concatenating the typeEli Zaretskii2009-01-282-4/+17
| | | | | indicating character. (ls-lisp-format): Don't propertize file-name if ls-lisp-classify already did.
* * net/dbus.el (dbus-event-error-hooks): Fix docstring. DescribeMichael Albinus2009-01-282-2/+8
| | | | | second parameter of hook functions. (dbus-handle-event): Apply it.
* (rmail-toggle-header): Don't resetChong Yidong2009-01-281-6/+6
| | | | rmail-header-style permanently (bug#2016).
* * mail/rmail.el (rmail-toggle-header): Don't resetChong Yidong2009-01-281-0/+5
| | | | rmail-header-style permanently (bug#2016).
* (PC-do-completion): Correct case when completion is unambiguous.Chong Yidong2009-01-281-22/+18
|
* * complete.el (PC-do-completion): Correct case when completion isChong Yidong2009-01-281-0/+5
| | | | unambiguous.
* 2009-01-28 Carsten Dominik <carsten.dominik@gmail.com>Carsten Dominik2009-01-2834-126/+310
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * org-agenda.el (org-agenda-get-todos): Start search from correct position. * org.el (org-fast-todo-selection): Make sure TODO selection does not change buffer position. * org-list.el (org-toggle-checkbox): Implement adding or removing checkboxes from line or region when called with a prefix argument. * org-rmail.el (org-rmail-store-link): Protect the call to `rmail-narrow-to-non-pruned-header'. * org-clock.el (org-clock-special-range): Fix week display in clock tables. * org-exp.el (org-get-current-options): Fix bug when in indirect buffer. * org-agenda.el (org-agenda-dim-blocked-tasks): New option. (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'. (org-agenda-dim-blocked-tasks): New function. * org.el (org-enforce-todo-dependencies): New option. (org-block-todo-from-children-or-siblings): New function. * org-faces.el (org-agenda-dimmed-todo-face): New face.
* Add bug references.Juanma Barranquero2009-01-281-10/+11
|
* Whitespace fix.Glenn Morris2009-01-281-1/+0
|
* (todo-insert-item-here): Prevent insertionChong Yidong2009-01-281-49/+73
| | | | | | | | | | | | | | | | | of a new entry inside of an existing entry. Minor code cleanup. (todo-add-category): Change the interactive spec. Signal an error if the Todo file is non-empty but contains no category. Reject category names that could induce bugs and confusion. Call todo-mode if the Todo file is new and unsaved. Simplify handling of local variables cookie. Properly display the newly added category in Todo mode. (todo-show): Call todo-initial-setup only if there is neither a Todo file nor a corresponding unsaved buffer. (todo-category-alist): Delete function. (todo-completing-read): New function. (todo-insert-item, todo-jump-to-category): Use it. (todo-insert-item): Make the use of the prefix argument conform to the doc string.
* * calendar/todo-mode.el (todo-insert-item-here): Prevent insertionChong Yidong2009-01-281-0/+18
| | | | | | | | | | | | | | | | | of a new entry inside of an existing entry. Minor code cleanup. (todo-add-category): Change the interactive spec. Signal an error if the Todo file is non-empty but contains no category. Reject category names that could induce bugs and confusion. Call todo-mode if the Todo file is new and unsaved. Simplify handling of local variables cookie. Properly display the newly added category in Todo mode. (todo-show): Call todo-initial-setup only if there is neither a Todo file nor a corresponding unsaved buffer. (todo-category-alist): Delete function. (todo-completing-read): New function. (todo-insert-item, todo-jump-to-category): Use it. (todo-insert-item): Make the use of the prefix argument conform to the doc string.
* Whitespace fix.Glenn Morris2009-01-281-1/+0
|
* Restore clobbered change.Glenn Morris2009-01-281-1/+0
|
* (rmail-expunge-and-save): Always show a message,Glenn Morris2009-01-282-89/+117
| | | | | | | even when called from the summary. (Bug#2075) (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe. (rmail-show-message-maybe): Use rmail-no-mail-p. (rmail-show-message): If empty folder, do nothing. (Bug#2076)
* (rmail-message-recipients-p-1): Don't botherGlenn Morris2009-01-281-6/+29
| | | | | | | | | | | starting from the beginning, since mail-fetch-field does not care. (rmail-create-summary-line): Fix unseen handling. (Bug#2089) (rmail-get-summary-status): New name for old rmail-get-summary-labels. (rmail-get-summary-labels): New function. Returns labels rather than status (edited, etc). (rmail-create-summary): Insert an extra space after the status flags, for consistency with old rmail, and with current rmail-summary-font-lock-keywords.
* (perl-indent-line-command): Call indent-region if region is active.Chong Yidong2009-01-281-47/+54
| | | | Use cond instead of nested ifs.
* * progmodes/perl-mode.el (perl-indent-line-command): CallChong Yidong2009-01-281-0/+6
| | | | indent-region if region is active. Use cond instead of nested ifs.
* (rmail-convert-babyl-to-mbox): Prompt user before converting.Chong Yidong2009-01-271-0/+3
|
* * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user beforeChong Yidong2009-01-271-0/+3
| | | | converting.
* (unrmail): Record labels in X-RMAIL-* fields, which are recognized byChong Yidong2009-01-271-2/+2
| | | | the new Rmail, instead of X-BABYL-V6-*.
* * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,Chong Yidong2009-01-271-0/+5
| | | | which are recognized by the new Rmail, instead of X-BABYL-V6-*.
* (mouse-select-font): Return a string instead of a list.Chong Yidong2009-01-271-6/+7
|
* * mouse.el (mouse-select-font): Return a string instead of a list.Chong Yidong2009-01-271-0/+4
|
* Fix last changelog entry.Chong Yidong2009-01-271-3/+2
|
* Swap C-delete and C-backspace bindings here, so we don't have to do itChong Yidong2009-01-271-2/+2
| | | | in normal-erase-is-backspace-mode.
* the latter is not available on ttys anyway.Chong Yidong2009-01-271-2/+1
|
* * bindings.el ([C-backspace]): Swap C-delete and C-backspaceChong Yidong2009-01-271-0/+9
| | | | | | | | bindings here, so we don't have to do it in normal-erase-is-backspace-mode. * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete and C-backspace; the latter is not available on ttys anyway.
* Fix broken call to string-match.Tassilo Horn2009-01-272-1/+5
|
* (doc-view-mode): Enhance docstring and fallback toTassilo Horn2009-01-272-85/+109
| | | | | | | fundamental-mode or ps-mode if the file is empty or doesn't exist at all. (doc-view-initiate-display): Better info message if doc-view-mode cannot be used. (Missing utility or no png support/no X frame.)
* 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>Carsten Dominik2009-01-2734-120/+262
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * org.el (org-todo): Return correct state type even if the blocker throws an error. (org-modifier-cursor-error): Renamed from `org-shiftcursor-error'. (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup) (org-shiftmetadown): Call `org-modifier-cursor-error'. * org-agenda.el (org-agenda-todo): Call `org-todo' interactively, to get real errors from the blocker hook. * org.el (org-shiftselect-error, org-call-for-shift-select): New functions. (org-set-visibility-according-to-property): Turn off the setting of `org-show-entry-below', to avoid overruling a FOLDED visibility property. * org.el (org-support-shift-select): New option. (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft) (org-shiftcontrolright, org-shiftcontrolleft): Support for shift selection outside contexts. * org-list.el (org-at-item-bullet-p): New function. * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary variables. * org-footnote.el (org-footnote-normalize): Remove unnecessary variable. (org-insert-footnote-reference-near-definition): Remove unnecessary let form.
* Tweak previous doc fix.Glenn Morris2009-01-271-2/+2
|
* (rmail-copy-headers): Doc fix. Leave point at the endGlenn Morris2009-01-272-3/+13
| | | | of the headers in the full header case. (Bug#2073)
* (mh-pack-folder-hook): Bump package-version to 8.2.Bill Wohler2009-01-272-1/+5
|
* (mh-pack-folder): Fix docstring.Bill Wohler2009-01-271-2/+2
|
* (mh-mm-merge-handles)Bill Wohler2009-01-272-40/+55
| | | | | | (mh-mm-set-handle-multipart-parameter, mh-mm-inline-text-vcard) (mh-mml-minibuffer-read-disposition, mh-mm-save-part): Update with code from Gnus 5.11 (closes SF #2235022).
* (calc-sel-expand-formula): Simplify expanded denominator.Jay Belanger2009-01-271-1/+2
|
* (rmail-get-coding-system): Fix previous change.Kenichi Handa2009-01-271-1/+1
|
* (rmail-get-coding-system): Re-searchKenichi Handa2009-01-272-7/+13
| | | | | rmail-mime-charset-pattern directly instead of using mail-fetch-field. Use coding-system-from-name.
* (canonicalize-coding-system-name)Kenichi Handa2009-01-271-0/+38
| | | | (coding-system-from-name): New functions.
* Comment.Glenn Morris2009-01-271-2/+3
|
* (dired-bind-vm): Doc fix.Glenn Morris2009-01-272-3/+37
|