1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00
Commit Graph

47477 Commits

Author SHA1 Message Date
Eli Zaretskii
0d58bedde6 (isearch-search-string): Use `with-no-warnings' around forms that refer
to translation-table-for-input.
2009-02-14 09:04:46 +00:00
Eli Zaretskii
580fe9f55c (ispell-insert-word): Use `with-no-warnings' around forms that refer
to translation-table-for-input.
2009-02-14 09:03:19 +00:00
Glenn Morris
fef8d38ee0 (rmail-output-to-rmail-file): Remove autoload added in previous change.
(gnus-summary-save-in-mail): Use gnus-output-to-rmail rather than
rmail-output-to-rmail-file.
2009-02-14 05:09:13 +00:00
Stefan Monnier
6d3e4d2287 (end-of-defun-function): Docstring fix. 2009-02-14 04:19:34 +00:00
Richard M. Stallman
1945c7a74c Handle editing of header fields.
(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.
2009-02-14 04:01:53 +00:00
Glenn Morris
40f9db320d (rmail): When reverting, swap buffers before setting counters. (Bug#2229)
(rmail-revert): Swap buffers before replacing contents.
2009-02-14 03:40:39 +00:00
Glenn Morris
f5107fea3e Ian Eure <ian at digg.com> (tiny change)
(sql-product-alist, sql-connect-sqlite): Remove host, user, password
options not applicable to SQlite. (Bug#1904)
2009-02-14 03:38:00 +00:00
Glenn Morris
1faded47fb (rmail-output-to-rmail-file): Move autoload here from gnus.el. 2009-02-14 03:36:27 +00:00
Glenn Morris
fe1f089f30 (rmail-default-rmail-file): Remove declaration of deleted
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.
2009-02-14 03:35:37 +00:00
Richard M. Stallman
fe6dd7e2ed (rmail-output-body-to-file): Avoid space and colon in default file name. 2009-02-14 02:54:00 +00:00
Richard M. Stallman
c7eb0ba1f8 (rmail-convert-file-maybe): Turn off case-fold-search.
(rmail-add-mbox-headers): Likewise.
2009-02-14 02:52:17 +00:00
Eli Zaretskii
c9ae6ddd1e (locate-library): Doc fix. (Bug#2291) 2009-02-13 15:19:06 +00:00
Eli Zaretskii
e005ff0da1 (load-library): Doc fix. 2009-02-13 15:14:33 +00:00
Alan Mackenzie
649504a17b (c-defun-name): Widen, to allow it to work in narrowed buffers. 2009-02-13 14:54:27 +00:00
Alan Mackenzie
8dd70654d6 *** empty log message *** 2009-02-13 14:53:28 +00:00
Juanma Barranquero
5ae6e65f65 Add bug reference. 2009-02-13 12:57:45 +00:00
Kenichi Handa
8b735b2b99 (tit-process-header): Use
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.
2009-02-13 12:37:53 +00:00
Juanma Barranquero
e35b306327 * minibuffer.el (internal-complete-buffer-except): Doc fix. (Bug#2315) 2009-02-13 10:35:40 +00:00
Juanma Barranquero
3b4d152a0e Add bug references. 2009-02-13 08:56:27 +00:00
Glenn Morris
41342c8024 (rmail-show-message): Restore argument list to the declaration now
that this functions behaves in Emacs 23 as in 22.
2009-02-13 07:52:18 +00:00
Glenn Morris
bc04f20723 Update for rmail-show-message-maybe name change. 2009-02-13 07:48:13 +00:00
Glenn Morris
809f3af083 (rmail-show-message): New name for the old rmail-show-message-maybe.
Update callers.
2009-02-13 07:46:14 +00:00
Glenn Morris
a1a2934181 Update for rmail-show-message -> rmail-show-message-1 name change. 2009-02-13 07:44:18 +00:00
Glenn Morris
574bc51d39 (rmail-show-message-1): New name for the old rmail-show-message.
Update callers.
2009-02-13 07:43:50 +00:00
Glenn Morris
95ca567f4d (rmail-summary-vector, rmail-mode-map): Add doc string.
(rmail-set-header-1): If VALUE is nil, remove the header altogether.
(rmail-set-header): Doc fix.
2009-02-13 03:51:16 +00:00
Glenn Morris
97e92ffbd4 (msgnum): Remove declaration.
(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.
2009-02-13 03:49:58 +00:00
Glenn Morris
a99e0e1be2 (rmail-set-label): Delete the keyword header if all labels are
removed.  (Bug#2302)
2009-02-13 03:44:30 +00:00
Glenn Morris
56ba440162 (unrmail): When getting message keywords, don't include a leading
space, but do include the space after the separating comma.  (Bug#2303)
2009-02-13 03:44:10 +00:00
Juri Linkov
6c34bcde1e (image-toggle-display): Let-bind `buffer-file-truename' to nil around the
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)
2009-02-12 21:49:29 +00:00
Stefan Monnier
865ff911f3 (python-use-skeletons): Re-add.
(def-python-skeleton): Use it.
2009-02-12 18:16:26 +00:00
Stefan Monnier
f58bd666fc (quail-make-guidance-frame): Remove the `parent-id' parameter.
(quail-show-guidance): Make the new window dedicated.
2009-02-12 18:13:20 +00:00
Juanma Barranquero
4eb9723260 * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
Fix typos in docstrings.
2009-02-12 16:09:48 +00:00
Juanma Barranquero
00a258e074 Add bug reference. 2009-02-12 16:06:54 +00:00
Alan Mackenzie
e26019a56b (c-emacs-features): Crash-fix: change =' to eq'. 2009-02-12 12:30:12 +00:00
Alan Mackenzie
a7442b9538 *** empty log message *** 2009-02-12 12:29:06 +00:00
Glenn Morris
4b84883a4a Simplify previous change; again. 2009-02-12 07:53:11 +00:00
Glenn Morris
655a218ace Simplify previous change. 2009-02-12 07:52:02 +00:00
Glenn Morris
3e8fc1b6f6 (rmail-set-label): Fix the test for a label being already present. (Bug#2210) 2009-02-12 06:55:43 +00:00
Kenichi Handa
8ea6fa801e (?.): New character category for
Base characters.  Set them in the standard category table.
2009-02-12 05:48:41 +00:00
Kenichi Handa
ca451f4c7e Use "\\c." instead of "[[:alpha:]]" to match with
a base character.
2009-02-12 05:42:56 +00:00
Stefan Monnier
00c4240510 (isearch-yank-char-in-minibuffer)
(isearch-other-meta-char): Use with-current-buffer.
2009-02-12 05:38:25 +00:00
Stefan Monnier
7664ec4458 (verilog-mode): Avoid circular use of syntax-ppss. 2009-02-12 05:34:26 +00:00
Stefan Monnier
f9f34ece3d (end-of-defun): Rewrite, to use the ARG argument to beginning-of-defun-raw. 2009-02-12 04:31:01 +00:00
Stefan Monnier
6bffddf43b (end-of-defun): Don't skip to next line after
calling end-of-defun-function if it already moved to BOL.
2009-02-12 04:16:14 +00:00
Richard M. Stallman
51584624ee (rmail-show-message-verbose-min): New option.
(rmail-show-message): Conditionally show start and finish in echo area.
2009-02-12 04:01:11 +00:00
Glenn Morris
4de724b067 (rmail-unix-mail-delimiter): Doc fix.
(rmail-enable-multibyte): Don't really define, only for compiler.
2009-02-12 03:29:19 +00:00
Glenn Morris
28e5063159 (rmail-read-label): Don't scan for labels if the summary exists, since
it's already done.
2009-02-12 03:28:53 +00:00
Glenn Morris
5c9b1aaadf (rmail-get-summary-labels): Store any message labels for use in
completion.
2009-02-12 03:28:37 +00:00
Glenn Morris
576e334d78 (org-footnote-at-definition-p): Fix doc typo. 2009-02-12 03:26:13 +00:00
Glenn Morris
9c55bbd279 Joachim Reiter <Reiter.Joachim at web.de> (tiny change)
(org-footnote-action): Fix doc typo.
2009-02-12 03:25:54 +00:00