1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00
Commit Graph

88930 Commits

Author SHA1 Message Date
Eli Zaretskii
0300c3390a (rmail-redecode-body): Don't change EOL conversion of the new encoding if
the old one left it unspecified.
2009-01-31 10:10:02 +00:00
Eli Zaretskii
aa8c69584f (rmail-convert-babyl-to-mbox): Set Rmail's buffer encoding to `raw-text-unix'.
(rmail-perm-variables): Set encoding of rmail-view-buffer to `undecided-unix'.
2009-01-31 09:32:45 +00:00
Carsten Dominik
c18e96c5f6 2009-01-31 Carsten Dominik <dominik@science.uva.nl>
* refcards/orgcard.tex: New version number.
2009-01-31 05:32:10 +00:00
Carsten Dominik
2e461fc1b8 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (TODO dependencies): Document TODO dependencies on
	checkboxes.
2009-01-31 05:30:14 +00:00
Carsten Dominik
6c817206c8 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-enforce-todo-checkbox-dependencies): New option.
	(org-block-todo-from-checkboxes): New function.
	(org-todo): Make tripple prefix arg circumvent blocking.
2009-01-31 05:28:36 +00:00
Glenn Morris
ab383a615f (rmail-new-summary): Don't try to summarize an empty folder. 2009-01-31 03:15:35 +00:00
Glenn Morris
49e787c9e2 (gnus-summary-next-article): XEmacs-friendly version of 2009-01-09 change. 2009-01-31 02:57:13 +00:00
Glenn Morris
1a6d67502f mail/uce.el updated for new Rmail. 2009-01-31 02:55:26 +00:00
Glenn Morris
e1eabe4153 (Out of Rmail): Correct b2m location. 2009-01-31 02:54:23 +00:00
Glenn Morris
816b372189 Comments don't need ChangeLog entries.
Tweak layout to fool font-lock of a bug number.
2009-01-31 02:53:31 +00:00
Glenn Morris
78f086e42c (mail-fetch-field): Doc fix. 2009-01-31 02:52:18 +00:00
Glenn Morris
603c5d8d67 (rmail-msg-is-pruned): New (restored) function.
(rmail-toggle-header): Doc fix.  Use rmail-msg-is-pruned.
(rmail-reply): Set up to yank from the decoded message rather than the
raw one.  (Bug#2104).
2009-01-31 02:51:18 +00:00
Glenn Morris
9f08b1415d Tidy up commentary.
(rmail-current-message): Remove unneeded declaration.
(uce-message-text, uce-default-headers): Fix custom type.
(rmail-buffer, rmail-msg-is-pruned): Declare.
(uce-reply-to-uce): Add autoload cookie.  Doc fix.  Update for mbox Rmail.
2009-01-31 02:50:28 +00:00
Glenn Morris
b83b70b812 Minor fixes. 2009-01-31 02:47:50 +00:00
Nick Roberts
f2f8e1b8b0 (vc-dir-mouse-map): New keymap.
(vc-default-dir-printer): Use it locally.
(vc-dir-find-file-other-window): Allow mouse events.
2009-01-31 02:18:21 +00:00
Nick Roberts
f11e5363a6 *** empty log message *** 2009-01-31 02:15:14 +00:00
Dan Nicolaescu
db87892598 * dispnew.c (window_change_signal): Don't try to get the size of a
suspended tty frame.
* term.c (Fresume_tty): Resize if the size has changed while the
tty was suspended.
2009-01-30 23:45:27 +00:00
Dan Nicolaescu
4d18a7a28e (mark_stack): Properly conditionalize previous change. 2009-01-30 23:43:20 +00:00
Alan Mackenzie
38477befdc # Fix a typo. 2009-01-30 21:24:22 +00:00
Alan Mackenzie
9a78cf0178 *** empty log message *** 2009-01-30 21:23:53 +00:00
Eli Zaretskii
a880e5b938 (unrmail): Fix conversion of BABYL attributes into Rmail-mbox attributes. 2009-01-30 18:31:35 +00:00
Eli Zaretskii
2f6e377467 (rmail-resent-attr-index): Fix index value. 2009-01-30 18:29:48 +00:00
Chong Yidong
55504ada77 Fix typo. 2009-01-30 18:13:39 +00:00
Juanma Barranquero
8984df7cbd * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
* w32term.c (w32_read_socket) [SYNC_INPUT]:
  Remove; this code is not used on Windows.
2009-01-30 18:01:40 +00:00
Glenn Morris
805b5d9ccf (org-empty-line-terminates-plain-lists, org-toggle-checkbox): Doc fixes. 2009-01-30 17:38:14 +00:00
Glenn Morris
6f3e2af680 (org-table-clean-before-export): Fix declaration. 2009-01-30 17:32:39 +00:00
Eli Zaretskii
75f4f1ac04 (detect_eol, decode_eol): Handle text with DOS-style EOLs that also has
stray ^M characters.
2009-01-30 15:46:03 +00:00
Eli Zaretskii
3951477883 (rmail-convert-babyl-to-mbox): Bind coding-system-for-read to `raw-text', and
use insert-file-contents instead of insert-file-contents-literally.
Fixes bug #2019.
2009-01-30 14:37:32 +00:00
Juanma Barranquero
07a1e79441 * atimer.c (run_timers, alarm_signal_handler):
* keyboard.c (pending_signals, handle_async_input, init_keyboard):
* w32inevt.c (w32_console_read_socket):
* w32term.c (w32_read_socket):
* xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
2009-01-30 13:06:07 +00:00
Juanma Barranquero
5e36bc052b Add bug references. 2009-01-30 11:53:08 +00:00
Nick Roberts
95541017c2 (vc-stay-local-p): Let vc-BACKEND-stay-local take
precedence even when it's value is t.
2009-01-30 08:35:50 +00:00
Carsten Dominik
613e19075d 2009-01-30 Carsten Dominik <dominik@science.uva.nl>
* refcards/orgcard.tex: New version number.
2009-01-30 08:35:36 +00:00
Carsten Dominik
bc28360926 2009-01-30 Carsten Dominik <dominik@science.uva.nl>
* org.texi (TODO dependencies): Document key binding for toggling
	ORDERED property.
2009-01-30 08:34:24 +00:00
Carsten Dominik
a2a2e7fb01 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
* org-timer.el (org-timer): Provide the timer feature.

	* org.el (org-require-autoloaded-modules): Add a few more files to
	the list of autoloaded modules.

	* org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.

	* org-exp.el (org-export-remove-or-extract-drawers): Only remove
	drawers that are unprotected.
	(org-export-html-format-image): Make sure inlined LaTeX fragment
	images remain inlined.

	* org.el (org-toggle-ordered-property): New function.
	(org-mode-map): Add a key for `org-toggle-ordered-property'.
	(org-org-menu): Add menu entries for TODO dependencies.

	* org.el (org-default-properties): Add ORDERED to the default
	properties, to get completion support for it.

	* org-list.el (org-update-checkbox-count): Update more than one cookie.

	* org.el (org-update-parent-todo-statistics): Update more than one
	cookie.
2009-01-30 08:32:49 +00:00
Nick Roberts
cf4b480f77 (vc-svn-dir-status): Correct logic for remote
connection.
(vc-svn-diff): Use old version number even when it is the working
revision.  This is needed, e.g, in the vc-print-log buffer.
2009-01-30 08:16:26 +00:00
Nick Roberts
338efeada8 *** empty log message *** 2009-01-30 08:13:07 +00:00
Glenn Morris
4ddca2c57f (rmail-speedbar-buttons, rmail-speedbar-move-message-to-folder-on-line):
Use line-end-position.
2009-01-30 07:23:01 +00:00
Glenn Morris
98a9d488a3 (rmail-header-summary): Use line-end-position. 2009-01-30 07:20:58 +00:00
Chong Yidong
f4150f610d ** The variable temp_file_name_pattern has been removed. 2009-01-30 05:19:18 +00:00
Chong Yidong
f92d51d84e (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
Initialize it as a relative filename pattern.
(init_callproc): Don't initialize Vtemp_file_name_pattern here.
(Fcall_process_region): Simplify temp file creation using
temporary-file-directory.
2009-01-30 05:17:33 +00:00
Chong Yidong
a8b11cc93b * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
Initialize it as a relative filename pattern.
(init_callproc): Don't initialize Vtemp_file_name_pattern here.
(Fcall_process_region): Simplify temp file creation using
temporary-file-directory.
2009-01-30 05:15:34 +00:00
Glenn Morris
45bd646186 (rmail-summary-update-line): Replace duplicate line-beginning-position calls. 2009-01-30 03:47:35 +00:00
Glenn Morris
df75fdb70d (rmail-reply): Handle empty folders. 2009-01-30 03:46:31 +00:00
Glenn Morris
d1501442e0 Toby Speight <streapadair at gmx.net> (tiny change)
(hosts-generic-mode, named-database-generic-mode): Fix regexp quoting.
2009-01-30 03:45:51 +00:00
Eli Zaretskii
c279587b96 Rename pending_signals to msdos_pending_signals.
(sig_suspender, sigprocmask): Adjust.
2009-01-29 19:23:24 +00:00
Michael Albinus
5c7043a248 * net/tramp.el (tramp-process-actions, tramp-read-passwd): Allow
correction of passwords.
2009-01-29 16:26:53 +00:00
Chong Yidong
3a67b38766 Update Oliver Seidel's email address, and add Stephen Berman as
maintainer.
2009-01-29 15:19:44 +00:00
Chong Yidong
5037fb74bf Fix last log entry: blockinput.h was not changed. 2009-01-29 14:38:34 +00:00
Chong Yidong
26f1ab2426 (QUIT): Check pending_signals instead of interrupt_input_pending. Use
process_pending_signals.
2009-01-29 14:35:25 +00:00
Chong Yidong
cf0d293c40 (w32_console_read_socket): Update pending_signals. 2009-01-29 14:35:14 +00:00