1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00
Commit graph

89072 commits

Author SHA1 Message Date
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
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
Alan Mackenzie
e9176a6375 (c-emacs-features): Change a let to a let* to eliminate BC warnings. 2009-02-06 10:13:59 +00:00
Carsten Dominik
0b91aef0f3 2009-02-06 Carsten Dominik <dominik@science.uva.nl>
* org.el (org-format-latex): Stop LaTeX fragment processing in
	protected examples.
2009-02-06 09:42:13 +00:00
Glenn Morris
81d8114e20 (unrmail): Use current-time-string. 2009-02-06 07:33:20 +00:00
Glenn Morris
5ff0e5ed1a undigest.el updated for mbox. 2009-02-06 04:00:00 +00:00
Glenn Morris
186133b411 (kill-whole-line): Provide a default argument of 1. 2009-02-06 03:59:15 +00:00
Glenn Morris
7a613b6723 (rmail-mail-separator): Delete.
(undigestify-rmail-message, unforward-rmail-message): Update for mbox Rmail.
2009-02-06 03:58:20 +00:00
Kenichi Handa
d40d641507 *** empty log message *** 2009-02-06 00:40:28 +00:00
Juri Linkov
97666703e9 (image-mode): Use image-get-display-property' instead of get-text-property'.
(image-minor-mode): Sync the logic with `image-mode' including the
activation of the image display by default.
2009-02-05 23:59:52 +00:00
Juanma Barranquero
5aa4315c55 * ada-mode.texi (No project files): Fix typo. (Bug#2214) 2009-02-05 23:38:36 +00:00
Alan Mackenzie
150948efec (c-emacs-features): Check the working of beginning/end-of-defun-function
more rigorously before setting argumentative-bod-function.
2009-02-05 21:21:07 +00:00
Alan Mackenzie
ccf4d7c660 *** empty log message *** 2009-02-05 21:18:59 +00:00
Juanma Barranquero
496098fca6 And now, with the real author... 2009-02-05 15:32:56 +00:00
Juanma Barranquero
1c3f291ee9 * nt/README.W32: Fix typo. (Bug#2207) 2009-02-05 15:30:32 +00:00
Juanma Barranquero
4d8e170ee6 * character.c (syms_of_character) <script-representative-chars>:
Fix typo in docstring.
2009-02-05 08:46:51 +00:00
Glenn Morris
50dcb7845f (rmail-duplicate-message): Make it work. 2009-02-05 07:38:56 +00:00
Dan Nicolaescu
393439a343 (turn-on-xterm-mouse-tracking-on-terminal)
(turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
mode on the initial terminal.
2009-02-05 07:12:27 +00:00
Kenichi Handa
3208a64a70 (setup-default-fontset): Append entries for mathematical, instead of
prepending.
2009-02-05 07:09:47 +00:00
Nick Roberts
c4984fd89a *** empty log message *** 2009-02-05 06:47:31 +00:00