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
763e01c4cf
(Rmail Coding) <rmail-redecode-body>: Remove stale documentation of
...
possible problems with redecoding.
2009-02-07 16:56:28 +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
Andreas Schwab
4470a277fe
(unexec): Fix error message.
2009-02-07 13:07:38 +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
7d2a859fab
(Explicit Encoding): Document the `charset' text property produced by
...
decode-coding-region and decode-coding-string.
2009-02-07 11:48:40 +00:00
Eli Zaretskii
ab992d6629
(Commands for Insertion): Reinstate documentation of
...
translation-table-for-input.
2009-02-07 11:09:56 +00:00
Eli Zaretskii
a894169f5a
(Event Mod): Reinstate documentation of translation-table-for-input.
2009-02-07 11:08:45 +00:00
Eli Zaretskii
ec9e95235a
(Searching Keymaps): Reinstate documentation of translation-table-for-input.
2009-02-07 11:08:01 +00:00
Eli Zaretskii
5c9c5c4ba0
(Translation of Characters): Reinstate documentation of
...
translation-table-for-input.
2009-02-07 11:07:22 +00:00
Adrian Robert
3175b12ae7
* nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
...
when modal window is active. (Bug #2152 )
(applicationShouldTerminate:): Remove now-unneeded while loop
around NSRunAlertPanel.
* nsmenu.m (popupSession): New file-global variable.
(pop_down_menu): End the popupSession before closing dialog.
(ns_popup_dialog): BLOCK_INPUT around dialog presentation.
(EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
don't query NSApp for events (just sleep instead).
2009-02-07 11:04:22 +00:00
Eli Zaretskii
8434d0b8c0
(syms_of_coding) <translation-table-for-input>: Modify doc string to
...
discourage use for character code unification.
2009-02-07 10:52:13 +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
Chong Yidong
6bbbda8755
(run_timers): Update pending_atimers.
2009-02-07 04:15:19 +00:00
Chong Yidong
aa82edfdc2
* atimer.c (run_timers): Update pending_atimers.
2009-02-07 04:14:56 +00:00
Glenn Morris
aec58a5849
rmail: nndoc.el and nnmail.el are ok.
2009-02-07 03:20:13 +00:00
Glenn Morris
a626b3383b
Tiny change is tiny.
2009-02-07 03:08:00 +00:00
Glenn Morris
400b77a300
Rmail updates.
2009-02-07 03:05:10 +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
Chong Yidong
8d3c4e79fb
(svg_load_image): Fix last change.
2009-02-06 17:19:10 +00:00
Chong Yidong
eb306cab7d
* image.c (svg_load_image): Fix last change.
2009-02-06 17:18:16 +00:00
Chong Yidong
62d168d8b3
(Fx_create_frame): Signal an error if no font is found (Bug#2147).
2009-02-06 16:49:35 +00:00
Chong Yidong
2d283c7ccd
* xfns.c (Fx_create_frame): Signal an error if no font is
...
found (Bug#2147).
2009-02-06 16:48:46 +00:00