summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (vhdl-prepare-search-1, vhdl-prepare-search-2): Properly cleanup on `quit'.Stefan Monnier2009-02-022-36/+18
|
* (vhdl-mode-abbrev-table-init):Stefan Monnier2009-02-022-138/+142
| | | | Mark the entries as being "system" entries rather than "user" entries.
* (smerge-start-session): Add interactive spec.Thien-Thi Nguyen2009-02-022-0/+5
|
* (rmail-ignored-headers, rmail-displayed-headers)Glenn Morris2009-02-022-0/+10
| | | | | (rmail-retry-ignored-headers, rmail-highlighted-headers): Restore autoloads.
* (emacs-lisp-file-regexp): Fix up EOB.Stefan Monnier2009-02-022-1/+5
|
* (scheme-args-to-list): Remove.Stefan Monnier2009-02-012-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 Yidong2009-02-011-1821/+1282
|
* Bump version to 23.0.90.Chong Yidong2009-02-011-1/+1
|
* * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.Adrian Robert2009-02-012-0/+7
|
* * net/tramp.el (tramp-read-passwd): Cached passwords shall still be used.Michael Albinus2009-02-012-7/+20
|
* * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.Michael Albinus2009-02-011-1/+3
|
* * net/trampver.el: Update release number.Michael Albinus2009-02-011-4/+4
|
* (rmail-view-buffer): Make buffer-local.Stefan Monnier2009-02-012-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 Monnier2009-02-012-8/+9
|
* (rmail-edit-map): Move init into declaration.Stefan Monnier2009-02-012-15/+19
| | | | (rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
* 2009-01-31 Carsten Dominik <dominik@science.uva.nl>Carsten Dominik2009-01-314-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 Monnier2009-01-312-1/+19
|
* Follow commenting conventions.Stefan Monnier2009-01-3113-63/+79
|
* (rmail-redecode-body): Use eight-bit instead of obsoleteEli Zaretskii2009-01-312-7/+11
| | | | eight-bit-control and eight-bit-graphic.
* (vc-dir-mode): Fix docstring.Dan Nicolaescu2009-01-312-8/+11
|
* (vc-dir-mouse-map):Dan Nicolaescu2009-01-312-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 Monnier2009-01-312-26/+27
|
* (end-of-defun): Protect against infloops (Bug#2106).Chong Yidong2009-01-311-11/+21
|
* * emacs-lisp/lisp.el (end-of-defun): Protect againstChong Yidong2009-01-311-0/+5
| | | | infloops (Bug#2106).
* (vc-svn-dir-status): Disable the vc-stay-local-pDan Nicolaescu2009-01-312-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 Zaretskii2009-01-312-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 Zaretskii2009-01-312-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 ifEli Zaretskii2009-01-312-3/+6
| | | | the old one left it unspecified.
* (rmail-convert-babyl-to-mbox): Set Rmail's buffer encoding to `raw-text-unix'.Eli Zaretskii2009-01-312-1/+13
| | | | (rmail-perm-variables): Set encoding of rmail-view-buffer to `undecided-unix'.
* 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>Carsten Dominik2009-01-3134-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 Morris2009-01-312-2/+6
|
* (gnus-summary-next-article): XEmacs-friendly version of 2009-01-09 change.Glenn Morris2009-01-312-1/+8
|
* Comments don't need ChangeLog entries.Glenn Morris2009-01-311-6/+17
| | | | Tweak layout to fool font-lock of a bug number.
* (mail-fetch-field): Doc fix.Glenn Morris2009-01-311-4/+5
|
* (rmail-msg-is-pruned): New (restored) function.Glenn Morris2009-01-311-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 Morris2009-01-311-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 Roberts2009-01-311-3/+12
| | | | | (vc-default-dir-printer): Use it locally. (vc-dir-find-file-other-window): Allow mouse events.
* *** empty log message ***Nick Roberts2009-01-311-0/+6
|
* # Fix a typo.Alan Mackenzie2009-01-301-2/+2
|
* *** empty log message ***Alan Mackenzie2009-01-301-0/+4
|
* (unrmail): Fix conversion of BABYL attributes into Rmail-mbox attributes.Eli Zaretskii2009-01-302-3/+8
|
* (rmail-resent-attr-index): Fix index value.Eli Zaretskii2009-01-301-1/+1
|
* (org-empty-line-terminates-plain-lists, org-toggle-checkbox): Doc fixes.Glenn Morris2009-01-302-2/+5
|
* (org-table-clean-before-export): Fix declaration.Glenn Morris2009-01-302-2/+6
|
* (rmail-convert-babyl-to-mbox): Bind coding-system-for-read to `raw-text', andEli Zaretskii2009-01-302-2/+9
| | | | | use insert-file-contents instead of insert-file-contents-literally. Fixes bug #2019.
* Add bug references.Juanma Barranquero2009-01-301-6/+6
|
* (vc-stay-local-p): Let vc-BACKEND-stay-local takeNick Roberts2009-01-301-2/+1
| | | | precedence even when it's value is t.
* 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>Carsten Dominik2009-01-3034-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 remoteNick Roberts2009-01-301-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 Roberts2009-01-301-0/+10
|