Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (vhdl-prepare-search-1, vhdl-prepare-search-2): Properly cleanup on `quit'. | Stefan Monnier | 2009-02-02 | 2 | -36/+18 |
| | |||||
* | (vhdl-mode-abbrev-table-init): | Stefan Monnier | 2009-02-02 | 2 | -138/+142 |
| | | | | Mark the entries as being "system" entries rather than "user" entries. | ||||
* | (smerge-start-session): Add interactive spec. | Thien-Thi Nguyen | 2009-02-02 | 2 | -0/+5 |
| | |||||
* | (rmail-ignored-headers, rmail-displayed-headers) | Glenn Morris | 2009-02-02 | 2 | -0/+10 |
| | | | | | (rmail-retry-ignored-headers, rmail-highlighted-headers): Restore autoloads. | ||||
* | (emacs-lisp-file-regexp): Fix up EOB. | Stefan Monnier | 2009-02-02 | 2 | -1/+5 |
| | |||||
* | (scheme-args-to-list): Remove. | Stefan Monnier | 2009-02-01 | 2 | -38/+31 |
| | | | | | (run-scheme): Use split-string-and-unquote instead, so as to allow spaces in the command name and/or the arguments. | ||||
* | Regenerate. | Chong Yidong | 2009-02-01 | 1 | -1821/+1282 |
| | |||||
* | Bump version to 23.0.90. | Chong Yidong | 2009-02-01 | 1 | -1/+1 |
| | |||||
* | * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option. | Adrian Robert | 2009-02-01 | 2 | -0/+7 |
| | |||||
* | * net/tramp.el (tramp-read-passwd): Cached passwords shall still be used. | Michael Albinus | 2009-02-01 | 2 | -7/+20 |
| | |||||
* | * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'. | Michael Albinus | 2009-02-01 | 1 | -1/+3 |
| | |||||
* | * net/trampver.el: Update release number. | Michael Albinus | 2009-02-01 | 1 | -4/+4 |
| | |||||
* | (rmail-view-buffer): Make buffer-local. | Stefan Monnier | 2009-02-01 | 2 | -173/+179 |
| | | | | | | | | | | | | (rmail-select-summary, rmail-perm-variables, rmail-redecode-body) (rmail-undelete-previous-message, rmail-mark-message) (rmail-speedbar-buttons): Use with-current-buffer. (rmail-mode-map): Move initialization into declaration. (rmail-swap-buffers, rmail-unfontify-buffer-function) (rmail-fontify-message): Use restore-buffer-modified-p. (rmail-expunge-and-save): Don't swap buffer. (rmail-get-header, rmail-set-header, rmail-set-attribute) (rmail-apply-in-message): Swap save-excursion and save-restriction. | ||||
* | (rmail-sort-messages): Use car-less-than-car if possible. | Stefan Monnier | 2009-02-01 | 2 | -8/+9 |
| | |||||
* | (rmail-edit-map): Move init into declaration. | Stefan Monnier | 2009-02-01 | 2 | -15/+19 |
| | | | | (rmail-edit-mode, rmail-cease-edit): Use with-current-buffer. | ||||
* | 2009-01-31 Carsten Dominik <dominik@science.uva.nl> | Carsten Dominik | 2009-01-31 | 4 | -4/+15 |
| | | | | | | | | | | * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when only checking for blocks. * org-exp.el (org-export-html-footnotes-section): Make the div id consistent * org-export-latex.el (org-export-latex-classes): Remove paper size option from LaTeX classes. | ||||
* | (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link. | Stefan Monnier | 2009-01-31 | 2 | -1/+19 |
| | |||||
* | Follow commenting conventions. | Stefan Monnier | 2009-01-31 | 13 | -63/+79 |
| | |||||
* | (rmail-redecode-body): Use eight-bit instead of obsolete | Eli Zaretskii | 2009-01-31 | 2 | -7/+11 |
| | | | | eight-bit-control and eight-bit-graphic. | ||||
* | (vc-dir-mode): Fix docstring. | Dan Nicolaescu | 2009-01-31 | 2 | -8/+11 |
| | |||||
* | (vc-dir-mouse-map): | Dan Nicolaescu | 2009-01-31 | 2 | -12/+8 |
| | | | | | | (vc-default-dir-printer): (vc-dir-find-file-other-window): Undo previous change, it breaks the behavior of mouse-2. | ||||
* | (elp-results-symname-map): Add follow-link. | Stefan Monnier | 2009-01-31 | 2 | -26/+27 |
| | |||||
* | (end-of-defun): Protect against infloops (Bug#2106). | Chong Yidong | 2009-01-31 | 1 | -11/+21 |
| | |||||
* | * emacs-lisp/lisp.el (end-of-defun): Protect against | Chong Yidong | 2009-01-31 | 1 | -0/+5 |
| | | | | infloops (Bug#2106). | ||||
* | (vc-svn-dir-status): Disable the vc-stay-local-p | Dan Nicolaescu | 2009-01-31 | 2 | -2/+11 |
| | | | | logic, it makes the makes the normal case too slow. | ||||
* | (unrmail): Set coding-system of the old Rmail file to `raw-text-unix'. | Eli Zaretskii | 2009-01-31 | 2 | -4/+17 |
| | | | | | Bind coding-system-for-write when writing out the converted message, and make sure it uses Unix EOLs. | ||||
* | (rmail-automatic-folder-directives, rmail): Doc fixes. | Eli Zaretskii | 2009-01-31 | 2 | -41/+65 |
| | | | | | | | | | | | (rmail-swap-buffers): New function. (rmail-change-major-mode-hook, rmail-swap-buffers-maybe, rmail-show-message): Use rmail-swap-buffers. (rmail-decode-region): If DESTINATION is a buffer, set the encoding of that buffer, rather than the current buffer. (rmail-show-message): Make error message about uuencoded mail more explicit. (rmail-show-message-maybe): Simplify code. Doc fix. (rmail-show-message): Doc fix. | ||||
* | (rmail-redecode-body): Don't change EOL conversion of the new encoding if | Eli Zaretskii | 2009-01-31 | 2 | -3/+6 |
| | | | | the old one left it unspecified. | ||||
* | (rmail-convert-babyl-to-mbox): Set Rmail's buffer encoding to `raw-text-unix'. | Eli Zaretskii | 2009-01-31 | 2 | -1/+13 |
| | | | | (rmail-perm-variables): Set encoding of rmail-view-buffer to `undecided-unix'. | ||||
* | 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com> | Carsten Dominik | 2009-01-31 | 34 | -197/+257 |
| | | | | | | * org.el (org-enforce-todo-checkbox-dependencies): New option. (org-block-todo-from-checkboxes): New function. (org-todo): Make tripple prefix arg circumvent blocking. | ||||
* | (rmail-new-summary): Don't try to summarize an empty folder. | Glenn Morris | 2009-01-31 | 2 | -2/+6 |
| | |||||
* | (gnus-summary-next-article): XEmacs-friendly version of 2009-01-09 change. | Glenn Morris | 2009-01-31 | 2 | -1/+8 |
| | |||||
* | Comments don't need ChangeLog entries. | Glenn Morris | 2009-01-31 | 1 | -6/+17 |
| | | | | Tweak layout to fool font-lock of a bug number. | ||||
* | (mail-fetch-field): Doc fix. | Glenn Morris | 2009-01-31 | 1 | -4/+5 |
| | |||||
* | (rmail-msg-is-pruned): New (restored) function. | Glenn Morris | 2009-01-31 | 1 | -8/+14 |
| | | | | | | (rmail-toggle-header): Doc fix. Use rmail-msg-is-pruned. (rmail-reply): Set up to yank from the decoded message rather than the raw one. (Bug#2104). | ||||
* | Tidy up commentary. | Glenn Morris | 2009-01-31 | 1 | -142/+121 |
| | | | | | | | (rmail-current-message): Remove unneeded declaration. (uce-message-text, uce-default-headers): Fix custom type. (rmail-buffer, rmail-msg-is-pruned): Declare. (uce-reply-to-uce): Add autoload cookie. Doc fix. Update for mbox Rmail. | ||||
* | (vc-dir-mouse-map): New keymap. | Nick Roberts | 2009-01-31 | 1 | -3/+12 |
| | | | | | (vc-default-dir-printer): Use it locally. (vc-dir-find-file-other-window): Allow mouse events. | ||||
* | *** empty log message *** | Nick Roberts | 2009-01-31 | 1 | -0/+6 |
| | |||||
* | # Fix a typo. | Alan Mackenzie | 2009-01-30 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Alan Mackenzie | 2009-01-30 | 1 | -0/+4 |
| | |||||
* | (unrmail): Fix conversion of BABYL attributes into Rmail-mbox attributes. | Eli Zaretskii | 2009-01-30 | 2 | -3/+8 |
| | |||||
* | (rmail-resent-attr-index): Fix index value. | Eli Zaretskii | 2009-01-30 | 1 | -1/+1 |
| | |||||
* | (org-empty-line-terminates-plain-lists, org-toggle-checkbox): Doc fixes. | Glenn Morris | 2009-01-30 | 2 | -2/+5 |
| | |||||
* | (org-table-clean-before-export): Fix declaration. | Glenn Morris | 2009-01-30 | 2 | -2/+6 |
| | |||||
* | (rmail-convert-babyl-to-mbox): Bind coding-system-for-read to `raw-text', and | Eli Zaretskii | 2009-01-30 | 2 | -2/+9 |
| | | | | | use insert-file-contents instead of insert-file-contents-literally. Fixes bug #2019. | ||||
* | Add bug references. | Juanma Barranquero | 2009-01-30 | 1 | -6/+6 |
| | |||||
* | (vc-stay-local-p): Let vc-BACKEND-stay-local take | Nick Roberts | 2009-01-30 | 1 | -2/+1 |
| | | | | precedence even when it's value is t. | ||||
* | 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com> | Carsten Dominik | 2009-01-30 | 34 | -85/+130 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * org-timer.el (org-timer): Provide the timer feature. * org.el (org-require-autoloaded-modules): Add a few more files to the list of autoloaded modules. * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'. * org-exp.el (org-export-remove-or-extract-drawers): Only remove drawers that are unprotected. (org-export-html-format-image): Make sure inlined LaTeX fragment images remain inlined. * org.el (org-toggle-ordered-property): New function. (org-mode-map): Add a key for `org-toggle-ordered-property'. (org-org-menu): Add menu entries for TODO dependencies. * org.el (org-default-properties): Add ORDERED to the default properties, to get completion support for it. * org-list.el (org-update-checkbox-count): Update more than one cookie. * org.el (org-update-parent-todo-statistics): Update more than one cookie. | ||||
* | (vc-svn-dir-status): Correct logic for remote | Nick Roberts | 2009-01-30 | 1 | -13/+1 |
| | | | | | | connection. (vc-svn-diff): Use old version number even when it is the working revision. This is needed, e.g, in the vc-print-log buffer. | ||||
* | *** empty log message *** | Nick Roberts | 2009-01-30 | 1 | -0/+10 |
| |