summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (rmail-insert-rmail-file-header, rmail-count-new-messages)Glenn Morris2009-02-152-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' andStefan Monnier2009-02-142-11/+18
| | | | the `with-buffer-unmodified' to avoid useless `readlink' calls.
* (bibtex-global-key-alist, bibtex-initialize): Exclude current bufferRoland Winkler2009-02-142-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 Zaretskii2009-02-142-0/+24
|
* (quoted-insert, zap-to-char): Use `with-no-warnings' around forms that referEli Zaretskii2009-02-141-7/+12
| | | | to translation-table-for-input.
* (quail-input-string-to-events, quail-store-decode-map-key, quail-char-equal-p):Eli Zaretskii2009-02-141-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 referEli Zaretskii2009-02-141-5/+13
| | | | to translation-table-for-input.
* (ispell-insert-word): Use `with-no-warnings' around forms that referEli Zaretskii2009-02-141-5/+6
| | | | to translation-table-for-input.
* (rmail-output-to-rmail-file): Remove autoload added in previous change.Glenn Morris2009-02-142-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 Monnier2009-02-141-2/+3
|
* Handle editing of header fields.Richard M. Stallman2009-02-142-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 Morris2009-02-142-1/+14
| | | | (rmail-revert): Swap buffers before replacing contents.
* Ian Eure <ian at digg.com> (tiny change)Glenn Morris2009-02-141-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 Morris2009-02-142-4/+16
|
* (rmail-default-rmail-file): Remove declaration of deletedGlenn Morris2009-02-141-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. Stallman2009-02-142-0/+7
|
* (rmail-convert-file-maybe): Turn off case-fold-search.Richard M. Stallman2009-02-142-15/+22
| | | | (rmail-add-mbox-headers): Likewise.
* (locate-library): Doc fix. (Bug#2291)Eli Zaretskii2009-02-132-0/+9
|
* (load-library): Doc fix.Eli Zaretskii2009-02-131-0/+4
|
* (c-defun-name): Widen, to allow it to work in narrowed buffers.Alan Mackenzie2009-02-131-58/+60
|
* *** empty log message ***Alan Mackenzie2009-02-131-0/+5
|
* Add bug reference.Juanma Barranquero2009-02-131-1/+1
|
* (tit-process-header): UseKenichi Handa2009-02-132-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 Barranquero2009-02-132-0/+5
|
* Add bug references.Juanma Barranquero2009-02-131-2/+2
|
* (rmail-show-message): Restore argument list to the declaration nowGlenn Morris2009-02-132-1/+6
| | | | that this functions behaves in Emacs 23 as in 22.
* Update for rmail-show-message-maybe name change.Glenn Morris2009-02-132-3/+13
|
* (rmail-show-message): New name for the old rmail-show-message-maybe.Glenn Morris2009-02-131-21/+21
| | | | Update callers.
* Update for rmail-show-message -> rmail-show-message-1 name change.Glenn Morris2009-02-134-5/+5
|
* (rmail-show-message-1): New name for the old rmail-show-message.Glenn Morris2009-02-131-5/+5
| | | | Update callers.
* (rmail-summary-vector, rmail-mode-map): Add doc string.Glenn Morris2009-02-132-10/+41
| | | | | (rmail-set-header-1): If VALUE is nil, remove the header altogether. (rmail-set-header): Doc fix.
* (msgnum): Remove declaration.Glenn Morris2009-02-131-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 areGlenn Morris2009-02-131-1/+3
| | | | removed. (Bug#2302)
* (unrmail): When getting message keywords, don't include a leadingGlenn Morris2009-02-131-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 theJuri Linkov2009-02-122-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 Monnier2009-02-122-3/+14
| | | | (def-python-skeleton): Use it.
* (quail-make-guidance-frame): Remove the `parent-id' parameter.Stefan Monnier2009-02-122-4/+15
| | | | (quail-show-guidance): Make the new window dedicated.
* * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):Juanma Barranquero2009-02-122-8/+13
| | | | Fix typos in docstrings.
* Add bug reference.Juanma Barranquero2009-02-121-1/+1
|
* (c-emacs-features): Crash-fix: change `=' to `eq'.Alan Mackenzie2009-02-121-2/+2
|
* *** empty log message ***Alan Mackenzie2009-02-121-0/+5
|
* Simplify previous change; again.Glenn Morris2009-02-121-2/+2
|
* Simplify previous change.Glenn Morris2009-02-121-1/+3
|
* (rmail-set-label): Fix the test for a label being already present. (Bug#2210)Glenn Morris2009-02-122-3/+7
|
* (?.): New character category forKenichi Handa2009-02-122-3/+21
| | | | Base characters. Set them in the standard category table.
* Use "\\c." instead of "[[:alpha:]]" to match withKenichi Handa2009-02-121-1/+1
| | | | a base character.
* (isearch-yank-char-in-minibuffer)Stefan Monnier2009-02-122-7/+8
| | | | (isearch-other-meta-char): Use with-current-buffer.
* (verilog-mode): Avoid circular use of syntax-ppss.Stefan Monnier2009-02-122-2/+14
|
* (end-of-defun): Rewrite, to use the ARG argument to beginning-of-defun-raw.Stefan Monnier2009-02-122-44/+33
|
* (end-of-defun): Don't skip to next line afterStefan Monnier2009-02-122-8/+14
| | | | calling end-of-defun-function if it already moved to BOL.