Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (rmail-insert-rmail-file-header, rmail-count-new-messages) | Glenn Morris | 2009-02-15 | 2 | -21/+64 | |
| | | | | | | (rmail-show-message): Remove unnecessary autoloads. (rmail-default-rmail-file): Remove unnecessary declaration. (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail. | |||||
* | (with-buffer-prepared-for-jit-lock): Swap the `let' and | Stefan Monnier | 2009-02-14 | 2 | -11/+18 | |
| | | | | the `with-buffer-unmodified' to avoid useless `readlink' calls. | |||||
* | (bibtex-global-key-alist, bibtex-initialize): Exclude current buffer | Roland Winkler | 2009-02-14 | 2 | -27/+47 | |
| | | | | | | | | | if it does not use bibtex-mode. (bibtex-parse-strings, bibtex-strings, bibtex-initialize) (bibtex-sort-buffer, bibtex-search-entry) (bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to test whether bibtex-strings and bibtex-reference-keys have their initial values. | |||||
* | (translation-table-for-input): Declare obsolete again. | Eli Zaretskii | 2009-02-14 | 2 | -0/+24 | |
| | ||||||
* | (quoted-insert, zap-to-char): Use `with-no-warnings' around forms that refer | Eli Zaretskii | 2009-02-14 | 1 | -7/+12 | |
| | | | | to translation-table-for-input. | |||||
* | (quail-input-string-to-events, quail-store-decode-map-key, quail-char-equal-p): | Eli Zaretskii | 2009-02-14 | 1 | -12/+17 | |
| | | | | Use `with-no-warnings' around forms that refer to translation-table-for-input. | |||||
* | (isearch-search-string): Use `with-no-warnings' around forms that refer | Eli Zaretskii | 2009-02-14 | 1 | -5/+13 | |
| | | | | to translation-table-for-input. | |||||
* | (ispell-insert-word): Use `with-no-warnings' around forms that refer | Eli Zaretskii | 2009-02-14 | 1 | -5/+6 | |
| | | | | to translation-table-for-input. | |||||
* | (rmail-output-to-rmail-file): Remove autoload added in previous change. | Glenn Morris | 2009-02-14 | 2 | -8/+9 | |
| | | | | | (gnus-summary-save-in-mail): Use gnus-output-to-rmail rather than rmail-output-to-rmail-file. | |||||
* | (end-of-defun-function): Docstring fix. | Stefan Monnier | 2009-02-14 | 1 | -2/+3 | |
| | ||||||
* | Handle editing of header fields. | Richard M. Stallman | 2009-02-14 | 2 | -6/+153 | |
| | | | | | | | | | (rmail-old-headers): New variable. (rmail-edit-current-message): Set it, recording current headers. (rmail-cease-edit): Compute new headers and diff against old ones. Update the mbox buffer with the changes that were made. (rmail-edit-headers-alist): New function. (rmail-edit-diff-headers, rmail-edit-update-headers): New functions. | |||||
* | (rmail): When reverting, swap buffers before setting counters. (Bug#2229) | Glenn Morris | 2009-02-14 | 2 | -1/+14 | |
| | | | | (rmail-revert): Swap buffers before replacing contents. | |||||
* | Ian Eure <ian at digg.com> (tiny change) | Glenn Morris | 2009-02-14 | 1 | -7/+1 | |
| | | | | | (sql-product-alist, sql-connect-sqlite): Remove host, user, password options not applicable to SQlite. (Bug#1904) | |||||
* | (rmail-output-to-rmail-file): Move autoload here from gnus.el. | Glenn Morris | 2009-02-14 | 2 | -4/+16 | |
| | ||||||
* | (rmail-default-rmail-file): Remove declaration of deleted | Glenn Morris | 2009-02-14 | 1 | -7/+8 | |
| | | | | | | | | | variable (only used in gnus-util, which declares it anyway). (rmail-output-to-rmail-file): Move autoload to gnus-art, the only place that uses it. (rmail-insert-rmail-file-header): Remove autoload of deleted function, only used in gnus-util, which autoloads it itself. (rmail-update-summary): Fix autoload. | |||||
* | (rmail-output-body-to-file): Avoid space and colon in default file name. | Richard M. Stallman | 2009-02-14 | 2 | -0/+7 | |
| | ||||||
* | (rmail-convert-file-maybe): Turn off case-fold-search. | Richard M. Stallman | 2009-02-14 | 2 | -15/+22 | |
| | | | | (rmail-add-mbox-headers): Likewise. | |||||
* | (locate-library): Doc fix. (Bug#2291) | Eli Zaretskii | 2009-02-13 | 2 | -0/+9 | |
| | ||||||
* | (load-library): Doc fix. | Eli Zaretskii | 2009-02-13 | 1 | -0/+4 | |
| | ||||||
* | (c-defun-name): Widen, to allow it to work in narrowed buffers. | Alan Mackenzie | 2009-02-13 | 1 | -58/+60 | |
| | ||||||
* | *** empty log message *** | Alan Mackenzie | 2009-02-13 | 1 | -0/+5 | |
| | ||||||
* | Add bug reference. | Juanma Barranquero | 2009-02-13 | 1 | -1/+1 | |
| | ||||||
* | (tit-process-header): Use | Kenichi Handa | 2009-02-13 | 2 | -23/+43 | |
| | | | | | | | | | | | buffer-substring-no-properties instead of buffer-substring. (tit-process-body): Likewise. (tsang-quick-converter): Handle superfluous CR at eol. (py-converter): Use buffer-substring-no-properties instead of buffer-substring. Handle superfluous CR at eol. (ziranma-converter): Likewise (ctlau-converter): Likewise. (miscdic-convert): Read a file without eol conversion. | |||||
* | * minibuffer.el (internal-complete-buffer-except): Doc fix. (Bug#2315) | Juanma Barranquero | 2009-02-13 | 2 | -0/+5 | |
| | ||||||
* | Add bug references. | Juanma Barranquero | 2009-02-13 | 1 | -2/+2 | |
| | ||||||
* | (rmail-show-message): Restore argument list to the declaration now | Glenn Morris | 2009-02-13 | 2 | -1/+6 | |
| | | | | that this functions behaves in Emacs 23 as in 22. | |||||
* | Update for rmail-show-message-maybe name change. | Glenn Morris | 2009-02-13 | 2 | -3/+13 | |
| | ||||||
* | (rmail-show-message): New name for the old rmail-show-message-maybe. | Glenn Morris | 2009-02-13 | 1 | -21/+21 | |
| | | | | Update callers. | |||||
* | Update for rmail-show-message -> rmail-show-message-1 name change. | Glenn Morris | 2009-02-13 | 4 | -5/+5 | |
| | ||||||
* | (rmail-show-message-1): New name for the old rmail-show-message. | Glenn Morris | 2009-02-13 | 1 | -5/+5 | |
| | | | | Update callers. | |||||
* | (rmail-summary-vector, rmail-mode-map): Add doc string. | Glenn Morris | 2009-02-13 | 2 | -10/+41 | |
| | | | | | (rmail-set-header-1): If VALUE is nil, remove the header altogether. (rmail-set-header): Doc fix. | |||||
* | (msgnum): Remove declaration. | Glenn Morris | 2009-02-13 | 1 | -24/+29 | |
| | | | | | | | | | | | (rmail-summary-redo): Add missing initialization value. (rmail-summary-overlay, rmail-summary-mode-map): Add doc string. (rmail-summary-mark-deleted, rmail-summary-deleted-p): Fix skip-chars-forward calls. (rmail-summary-mark-seen): New function. As well as removing the '-' mark, update the summary-vector. (Bug#2135) (rmail-summary-rmail-update, rmail-summary-goto-msg): Use rmail-summary-mark-seen. | |||||
* | (rmail-set-label): Delete the keyword header if all labels are | Glenn Morris | 2009-02-13 | 1 | -1/+3 | |
| | | | | removed. (Bug#2302) | |||||
* | (unrmail): When getting message keywords, don't include a leading | Glenn Morris | 2009-02-13 | 1 | -3/+5 | |
| | | | | space, but do include the space after the separating comma. (Bug#2303) | |||||
* | (image-toggle-display): Let-bind `buffer-file-truename' to nil around the | Juri Linkov | 2009-02-12 | 2 | -2/+11 | |
| | | | | | | call to `add-text-properties' to prevent directory time modification by lock_file. Replace `set-buffer-modified-p' with `restore-buffer-modified-p'. (Bug#2295) | |||||
* | (python-use-skeletons): Re-add. | Stefan Monnier | 2009-02-12 | 2 | -3/+14 | |
| | | | | (def-python-skeleton): Use it. | |||||
* | (quail-make-guidance-frame): Remove the `parent-id' parameter. | Stefan Monnier | 2009-02-12 | 2 | -4/+15 | |
| | | | | (quail-show-guidance): Make the new window dedicated. | |||||
* | * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^): | Juanma Barranquero | 2009-02-12 | 2 | -8/+13 | |
| | | | | Fix typos in docstrings. | |||||
* | Add bug reference. | Juanma Barranquero | 2009-02-12 | 1 | -1/+1 | |
| | ||||||
* | (c-emacs-features): Crash-fix: change `=' to `eq'. | Alan Mackenzie | 2009-02-12 | 1 | -2/+2 | |
| | ||||||
* | *** empty log message *** | Alan Mackenzie | 2009-02-12 | 1 | -0/+5 | |
| | ||||||
* | Simplify previous change; again. | Glenn Morris | 2009-02-12 | 1 | -2/+2 | |
| | ||||||
* | Simplify previous change. | Glenn Morris | 2009-02-12 | 1 | -1/+3 | |
| | ||||||
* | (rmail-set-label): Fix the test for a label being already present. (Bug#2210) | Glenn Morris | 2009-02-12 | 2 | -3/+7 | |
| | ||||||
* | (?.): New character category for | Kenichi Handa | 2009-02-12 | 2 | -3/+21 | |
| | | | | Base characters. Set them in the standard category table. | |||||
* | Use "\\c." instead of "[[:alpha:]]" to match with | Kenichi Handa | 2009-02-12 | 1 | -1/+1 | |
| | | | | a base character. | |||||
* | (isearch-yank-char-in-minibuffer) | Stefan Monnier | 2009-02-12 | 2 | -7/+8 | |
| | | | | (isearch-other-meta-char): Use with-current-buffer. | |||||
* | (verilog-mode): Avoid circular use of syntax-ppss. | Stefan Monnier | 2009-02-12 | 2 | -2/+14 | |
| | ||||||
* | (end-of-defun): Rewrite, to use the ARG argument to beginning-of-defun-raw. | Stefan Monnier | 2009-02-12 | 2 | -44/+33 | |
| | ||||||
* | (end-of-defun): Don't skip to next line after | Stefan Monnier | 2009-02-12 | 2 | -8/+14 | |
| | | | | calling end-of-defun-function if it already moved to BOL. |