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

47514 Commits

Author SHA1 Message Date
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
Stefan Monnier
70ff4f5966 (read-buffer-to-switch): Add table to icomplete-with-completion-tables. 2009-02-12 02:19:53 +00:00
Chong Yidong
7f7f59f5c3 (dired-add-entry): Avoid munging long-form Dired switches (Bug#2261). 2009-02-11 14:47:24 +00:00
Chong Yidong
ca901d779f * dired-aux.el (dired-add-entry): Avoid munging long-form Dired
switches (Bug#2261).
2009-02-11 14:46:05 +00:00
Juanma Barranquero
abab01f2e8 * server.el (server-with-environment): Don't fail for negative entries in ENV. 2009-02-11 09:22:59 +00:00
Juanma Barranquero
adab88bd5a Fix typos and add bug references. 2009-02-11 08:44:18 +00:00
Dan Nicolaescu
c7f9e44060 * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
(vc-default-dir-printer): Add a comment about updating this function.

* vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
for the file name.
2009-02-11 06:36:32 +00:00
Glenn Morris
fa262b58b2 (calendar-window-list): Ignore invisible windows.
(calendar-set-mode-line): Fall back to a default width if we seem to be
called from daemon.  (Bug#2199)
2009-02-11 04:02:16 +00:00
Glenn Morris
8e87c4267a (rmail-make-label): Doc fix.
(rmail-read-label): Add current labels to completion list.  (Bug#2222)
(rmail-set-label): Use `or'.
2009-02-11 04:01:35 +00:00
Chong Yidong
352f6bff86 (find-library-name, find-library): Doc fixes. 2009-02-11 02:25:06 +00:00
Chong Yidong
e6a5a41183 * emacs-lisp/find-func.el (find-library-name, find-library): Doc
fixes.
2009-02-11 02:24:51 +00:00
Juanma Barranquero
6dc43c2e2d Add "tiny change" note. 2009-02-10 10:26:53 +00:00
Juanma Barranquero
263903f794 * env.el (getenv): When FRAME is non-nil, pass the frame environment
to `getenv-internal', not the frame.  (Bug#2259)
2009-02-10 10:24:59 +00:00
Juanma Barranquero
eb8c6ab3ad Fix typo. 2009-02-10 09:02:05 +00:00
Kenichi Handa
80ddad17ac *** empty log message *** 2009-02-10 06:17:23 +00:00
Kenichi Handa
0ba13131e5 (describe-char-display): On terminal, if terminal
coding system is nil, assume us-ascii.
(describe-char): Don't show the composition informaiton if it is
trivial.
2009-02-10 06:03:44 +00:00
Nick Roberts
af02d73901 (vc-svn-after-dir-status): Use shy group for revision
number as it isn't present for unregistered files.
2009-02-10 06:03:07 +00:00
Nick Roberts
f8d5a47f5c (vc-dir-find-file-other-window): Allow mouse events.
(vc-dir-mouse-map): New keymap.
(vc-default-dir-printer): Use it locally.
2009-02-10 05:51:47 +00:00
Glenn Morris
6922e96e5b Fix stupidity in previous change. 2009-02-10 05:26:52 +00:00
Glenn Morris
0aeb3666c0 Avoid messing up font-lock-global-modes. 2009-02-10 05:23:35 +00:00
Glenn Morris
44baa8ce8f (rmail-set-attribute): Allow ATTR to be a string. 2009-02-10 03:57:10 +00:00
Glenn Morris
7dbed48483 (mail-use-rfc822): Remove * from defcustom doc.
(mail-file-babyl-p): Use with-temp-buffer.
2009-02-10 03:39:38 +00:00
Glenn Morris
efb656fd19 Just require rmail. 2009-02-10 03:36:00 +00:00
Glenn Morris
a8e8f94704 Just require rmail.
(rmail-old-pruned): Add doc string.
(rmail-edit-current-message): Use rmail-msg-is-pruned.
(rmail-cease-edit): Don't mangle the leading From line.
Don't mark as edited if there were no changes.  (Bug#2256)
Correctly restore header state.
2009-02-10 03:33:48 +00:00
Glenn Morris
75790248f0 (rmail-automatic-folder-directives): Doc fix.
(rmail-current-message, rmail-total-messages)
(rmail-message-vector, rmail-deleted-vector): Add doc strings.
(rmail-duplicate-message): Doc fix.
(rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
New functions.
(rmail-get-header, rmail-set-header, rmail-set-attribute):
Use rmail-apply-in-message.
(rmail-message-attr-p): Use rmail-get-header, hence no longer requires
unswapped-ness.
(rmail-get-attr-names): Check for missing or corrupt attribute headers.
(rmail-auto-file): Set the filed attribute, rather than explicitly not
doing so.  (Bug#2231)
2009-02-10 03:33:27 +00:00
Glenn Morris
f0cfa8f0c2 (url-generate-unique-filename): Silence compiler. 2009-02-10 03:27:29 +00:00
Ulf Jasper
908e900dce newsticker: kill groups buffer after saving/loading. 2009-02-09 20:05:48 +00:00
Glenn Morris
833374ea08 Add :version tags for previous change. 2009-02-09 17:26:21 +00:00
Tassilo Horn
bc19637df0 (doc-view-scroll-up-or-next-page)
(doc-view-scroll-down-or-previous-page, doc-view-goto-page): Reset
the old hscroll value after switching pages.
2009-02-09 15:33:47 +00:00
Glenn Morris
bdc3df307b (diary-entry-marker, calendar-today-marker)
(calendar-holiday-marker): Drop test for color display.
2009-02-09 07:52:54 +00:00
Glenn Morris
c253eff0ae (diary-fancy-display): It doesn't make sense to check font-lock-mode
(see comments; reverts 2008-04-02 change).  (Bug#2199)
2009-02-08 01:52:26 +00:00
Glenn Morris
6ed1743386 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker)
(calendar-mark-visible-date): It doesn't make sense to check
font-lock-mode (see comments; reverts 2008-04-02 change).  (Bug#2199)
2009-02-08 01:52:01 +00:00
Juri Linkov
c899b3db0c (toggle-word-wrap): New command. 2009-02-08 00:47:15 +00:00
Glenn Morris
c07dfdd98c (rmail-msg-restore-non-pruned-header): Remove unneeded autoload of
function that no longer exists.
(rmail-toggle-header): Declare.
(message-forward-rmail-make-body): Handle mbox Rmail.
2009-02-07 22:41:04 +00:00
Chong Yidong
035426050b Add comment. 2009-02-07 21:59:35 +00:00
Chong Yidong
fa8c4a38fd (ps-run-tmp-dir): Doc fix.
(ps-run-make-tmp-filename): Use temporary-file-directory.
2009-02-07 21:56:47 +00:00
Chong Yidong
74fe63d94f * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
(ps-run-make-tmp-filename): Use temporary-file-directory.
2009-02-07 21:56:37 +00:00
Chong Yidong
e3fd4ebfb1 (artist-system): Allow make-temp-file to use temporary-file-directory. 2009-02-07 21:39:46 +00:00
Chong Yidong
e2a42dd50e * textmodes/artist.el (artist-system): Allow make-temp-file to use
temporary-file-directory.
2009-02-07 21:39:36 +00:00
Chong Yidong
f265b4dedc (rmail-mime-attachment-dirs-alist): Use temporary-file-directory. 2009-02-07 21:29:17 +00:00
Chong Yidong
dee3923311 * mail/rmailmm.el (rmail-mime-attachment-dirs-alist): Use
temporary-file-directory.
2009-02-07 21:29:02 +00:00
Chong Yidong
092f7594cd (url-file): Use make-temp-file. 2009-02-07 21:22:55 +00:00
Chong Yidong
5d3c5503d7 (url-generate-unique-filename): Mark as obsolete. 2009-02-07 21:22:34 +00:00
Chong Yidong
1a39939843 (url-temporary-directory): Mark as obsolete. 2009-02-07 21:22:03 +00:00
Chong Yidong
64594ef931 * url-vars.el (url-temporary-directory): Mark as obsolete. 2009-02-07 21:21:38 +00:00
Glenn Morris
3a1eda7c03 (rmime-magic-string): Define for compiler. 2009-02-07 20:08:06 +00:00
Eli Zaretskii
634b455a37 (rmail): Bind coding-system-for-read to no-conversion before calling
find-file-noselect.  (Bug#2015)
2009-02-07 18:35:56 +00:00
Roland Winkler
016151bb4c (proced-after-send-signal-hook): Use defcustom.
(proced-header-line): Handle header lines that are shorter than
window-hscroll.
(proced-send-signal): Rebind split-width-threshold analogous to
dired-pop-to-buffer.
2009-02-07 17:07:56 +00:00
Eli Zaretskii
fc9682ad97 (rmail-redecode-body): Don't encode/decode the message; instead, just rewrite
the X-Coding-System header with the new encoding, and let rmail-show-message
do the rest.  Remove unused argument RAW.  Fix doc string to be consistent
with the new implementation.
(rmail-show-message): Honor X-Coding-System header, if present, in preference
to Content-Type header.
2009-02-07 16:46:27 +00:00
Stefan Monnier
7197f5de6f (server-execute): Enable quit. 2009-02-07 16:24:36 +00:00
Andreas Schwab
d2e9b790b7 (image-mode): Always set image-type.
(image-minor-mode): Likewise.
2009-02-07 15:29:11 +00:00
Eli Zaretskii
782c80e892 (rmail-cease-edit): Look for the message's encoding, and its
"content-transfer-encoding" and "content-type" headers only in the
headers' portion.  (Bug#2017)
2009-02-07 15:16:57 +00:00
Ulf Jasper
201af049c3 newsticker: fix infinite recursion when moving to next new item 2009-02-07 13:24:06 +00:00
Eli Zaretskii
aaaaa2767d (rmail-cease-edit): narrow-to-region before extracting mail message headers.
Use encode-coding-region instead of insert-buffer-substring for re-encoding
edited message.  Add qp/b64 encoding only after text was encoded.
2009-02-07 12:55:49 +00:00
Eli Zaretskii
23f467da2f Don't declare `translation-table-for-input' obsolete.
Equivalent info added to its doc string, q.v.
2009-02-07 10:47:10 +00:00
Eli Zaretskii
86a3035294 (save-buffer): Display "Saving file FOO..." message regardless of
buffer's size.  (Bug#2137)
2009-02-07 10:25:06 +00:00
Chong Yidong
b6d79b2f06 (line-move-visual): Handle overflow-newline-into-fringe. 2009-02-07 05:51:27 +00:00
Chong Yidong
b352f3398a * simple.el (line-move-visual): Handle overflow-newline-into-fringe. 2009-02-07 05:50:44 +00:00
Glenn Morris
cfb4688eff (metamail-interpret-body): Remove Rmail-specific hack that is no
longer appropriate to mbox Rmail.
2009-02-07 03:03:57 +00:00
Glenn Morris
8acdd74884 (rmail-create-summary-line): Widen the view buffer
before trying to move to the start of the message.
(rmail-summary-undelete-many, rmail-summary-rmail-update):
Fix rmail-set-attribute calls.
2009-02-07 03:02:57 +00:00
Glenn Morris
04ca017c6c (mail-bury-selects-summary, mail-yank-original): Doc fix.
(rmail-output-to-rmail-buffer): Autoload it.
(mail-do-fcc): Give it a doc string.  Update for mbox Rmail, simplify.
2009-02-07 03:02:39 +00:00
Glenn Morris
4925ab0b6f Sync final change from rmail-mox-branch, rev 1.13.2.4, 2006-01-16.
Alex Schroeder <alex at gnu.org>

(unrmail): Use regexps to find message separators so as not to match
any fake rmime.el separators.  Remove any sections added by rmime.el.
2009-02-07 03:01:59 +00:00
Carsten Dominik
7297ca6d3d 2009-02-06 Carsten Dominik <dominik@science.uva.nl>
* org-exp.el (org-export-remove-or-extract-drawers): Fix
	regular expression for extracting drawers.
2009-02-06 16:17:56 +00:00
Carsten Dominik
ee9d4ebe94 2009-02-06 Carsten Dominik <dominik@science.uva.nl>
* org-exp.el (org-export-preprocess-string): Fix bug with skipping
	text before first headline.
2009-02-06 11:47:58 +00:00