1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
Commit Graph

88830 Commits

Author SHA1 Message Date
Chong Yidong
bdd9d085a5 (perl-indent-line-command): Call indent-region if region is active.
Use cond instead of nested ifs.
2009-01-28 02:17:29 +00:00
Chong Yidong
406ed4bd06 * progmodes/perl-mode.el (perl-indent-line-command): Call
indent-region if region is active.  Use cond instead of nested ifs.
2009-01-28 02:16:45 +00:00
Chong Yidong
eb7f6f5b5c (rmail-convert-babyl-to-mbox): Prompt user before converting. 2009-01-27 23:02:00 +00:00
Chong Yidong
eaf49a6864 * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
converting.
2009-01-27 23:01:50 +00:00
Chong Yidong
77f3338372 (unrmail): Record labels in X-RMAIL-* fields, which are recognized by
the new Rmail, instead of X-BABYL-V6-*.
2009-01-27 22:38:58 +00:00
Chong Yidong
0112aa1bfd * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
which are recognized by the new Rmail, instead of X-BABYL-V6-*.
2009-01-27 22:38:47 +00:00
Chong Yidong
0f75abdf76 (concat): Check for string overflow (bug#1787). 2009-01-27 21:16:32 +00:00
Chong Yidong
930600e981 * fns.c (concat): Check for string overflow (bug#1787). 2009-01-27 21:16:14 +00:00
Chong Yidong
c43d955932 (Undo): Update undo limit values. 2009-01-27 21:00:14 +00:00
Chong Yidong
dd05f9dee3 * fixit.texi (Undo): Update undo limit values. 2009-01-27 20:59:57 +00:00
Chong Yidong
2159bd0652 (undo_limit, undo_strong_limit, Vundo_outer_limit): Quadruple undo
limits (bug#1501).
2009-01-27 20:57:47 +00:00
Chong Yidong
fa57de3694 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
Quadruple undo limits (bug#1501).
2009-01-27 20:57:07 +00:00
Chong Yidong
c1202d4b35 (mouse-select-font): Return a string instead of a list. 2009-01-27 20:43:27 +00:00
Chong Yidong
902528809e * mouse.el (mouse-select-font): Return a string instead of a list. 2009-01-27 20:43:18 +00:00
Chong Yidong
ff23ac210a Fix last changelog entry. 2009-01-27 20:10:00 +00:00
Chong Yidong
7957d2f593 Swap C-delete and C-backspace bindings here, so we don't have to do it
in normal-erase-is-backspace-mode.
2009-01-27 20:09:47 +00:00
Chong Yidong
411c010477 the latter is not available on ttys anyway. 2009-01-27 20:09:38 +00:00
Chong Yidong
39a7b58905 * bindings.el ([C-backspace]): Swap C-delete and C-backspace
bindings here, so we don't have to do it in
normal-erase-is-backspace-mode.

* simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
and C-backspace; the latter is not available on ttys anyway.
2009-01-27 20:09:20 +00:00
Tassilo Horn
ff0def0e8f Fix broken call to string-match. 2009-01-27 18:34:02 +00:00
Glenn Morris
b4ba5e8613 Restore a clobbered change. 2009-01-27 18:19:36 +00:00
Tassilo Horn
06a21f70a8 (doc-view-mode): Enhance docstring and fallback to
fundamental-mode or ps-mode if the file is empty or doesn't exist
at all.
(doc-view-initiate-display): Better info message if doc-view-mode
cannot be used.  (Missing utility or no png support/no X frame.)
2009-01-27 15:52:17 +00:00
Carsten Dominik
2efe61c062 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
* refcards/orgcard.tex: New version number.
2009-01-27 11:41:50 +00:00
Carsten Dominik
3da3282ea0 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Plain lists, TODO basics, Priorities)
	(Multiple sets in one file, Conflicts): Document interaction with
	`shift-selection-mode'.
2009-01-27 11:41:36 +00:00
Carsten Dominik
65c439fd68 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-todo): Return correct state type even if the blocker
	throws an error.
	(org-modifier-cursor-error): Renamed from
	`org-shiftcursor-error'.
	(org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
	(org-shiftmetadown): Call `org-modifier-cursor-error'.

	* org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
	to get real errors from the blocker hook.

	* org.el (org-shiftselect-error, org-call-for-shift-select): New
	functions.
	(org-set-visibility-according-to-property): Turn off the setting
	of `org-show-entry-below', to avoid overruling a FOLDED visibility
	property.

	* org.el (org-support-shift-select): New option.
	(org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
	(org-shiftcontrolright, org-shiftcontrolleft): Support for shift
	selection outside contexts.

	* org-list.el (org-at-item-bullet-p): New function.

	* org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
	variables.

	* org-footnote.el (org-footnote-normalize): Remove unnecessary
	variable.
	(org-insert-footnote-reference-near-definition): Remove
	unnecessary let form.
2009-01-27 11:39:48 +00:00
Alan Mackenzie
e6c815ae09 (Search-based Fontification): Correct a typo. 2009-01-27 09:40:25 +00:00
Alan Mackenzie
e651a255bc *** empty log message *** 2009-01-27 09:39:11 +00:00
Glenn Morris
4546235fc9 Tweak previous doc fix. 2009-01-27 08:32:56 +00:00
Glenn Morris
3b5ad65462 (rmail-copy-headers): Doc fix. Leave point at the end
of the headers in the full header case.  (Bug#2073)
2009-01-27 08:29:35 +00:00
Bill Wohler
7f1a6a6fb4 (mh-pack-folder-hook): Bump package-version to 8.2. 2009-01-27 06:42:27 +00:00
Bill Wohler
2f4029e867 (mh-pack-folder): Fix docstring. 2009-01-27 06:42:11 +00:00
Bill Wohler
55f56e6aed (mh-mm-merge-handles)
(mh-mm-set-handle-multipart-parameter, mh-mm-inline-text-vcard)
(mh-mml-minibuffer-read-disposition, mh-mm-save-part): Update with
code from Gnus 5.11 (closes SF #2235022).
2009-01-27 06:36:54 +00:00
Jay Belanger
170bc4f7d8 (calc-sel-expand-formula): Simplify expanded denominator. 2009-01-27 05:12:28 +00:00
Kenichi Handa
7179ce7b35 (ftfont_has_char): If the arg FONT is a font-object,
directly use GT_Get_Char_index.
2009-01-27 05:10:08 +00:00
Kenichi Handa
b0c25608cd (struct xftfont_info): New member `index'. 2009-01-27 05:08:40 +00:00
Kenichi Handa
50b426eb1e (struct font_driver): Fix comment for has_char. 2009-01-27 05:08:00 +00:00
Kenichi Handa
a124bbb629 (font_for_char): Use assq_no_quit, not assoc_no_quit.
(Ffontset_font): Adjusted for the change of fontset entry.
2009-01-27 05:07:04 +00:00
Kenichi Handa
6b0c98f550 (rmail-get-coding-system): Fix previous change. 2009-01-27 04:49:33 +00:00
Kenichi Handa
fe83a3004e (rmail-get-coding-system): Re-search
rmail-mime-charset-pattern directly instead of using
mail-fetch-field.  Use coding-system-from-name.
2009-01-27 04:48:56 +00:00
Kenichi Handa
f4017dc56c New function `coding-sytem-from-name'. 2009-01-27 04:39:53 +00:00
Kenichi Handa
be7ca04425 (canonicalize-coding-system-name)
(coding-system-from-name): New functions.
2009-01-27 04:39:30 +00:00
Glenn Morris
f143d380fc Comment. 2009-01-27 03:53:07 +00:00
Glenn Morris
d74d846ed7 (Top): Fix Antinews menu entry. 2009-01-27 03:49:27 +00:00
Glenn Morris
cfd5bdfe94 Comment. 2009-01-27 03:48:50 +00:00
Glenn Morris
2de04022a8 Fix initial comment on outline mode. 2009-01-27 03:48:02 +00:00
Glenn Morris
266f687aa8 Cross off some easy rmail stuff. 2009-01-27 03:45:38 +00:00
Glenn Morris
3176a6a031 (dired-bind-vm): Doc fix. 2009-01-27 03:45:06 +00:00
Glenn Morris
415046c882 Remove leading `*' from defcustom docs.
Replace `first' and `rest' with `car' and `cdr' throughout.
(rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
(rsf-scanning-messages-now): Doc fix.
(rsf-check-field): Rename from `check-field' and update callers.
(rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
Use rmail-output rather than deleted rmail-output-to-rmail-file.
2009-01-27 03:43:26 +00:00
Glenn Morris
778ef2ef07 Remove leading `*' from defcustom docs.
Remove needless autoloads of many defcustoms and hooks.
(rmail-enable-mime, rmail-insert-mime-resent-message-function)
(rmail-search-mime-message-function, rmail-search-mime-header-function)
(rmail-decode-mime-charset): Doc fix.
(rmail-search-message, rmail-resend): Check functions set before use.
2009-01-27 03:43:04 +00:00
Glenn Morris
c10782e6e5 Remove leading `*' from defcustom docs.
Remove needless autoloads of many defcustoms.
(rmail-output-to-babyl-buffer): Rename from
rmail-output-to-r-mail-buffer and update caller.
(rmail-output): Doc fix.
2009-01-27 03:42:31 +00:00
Glenn Morris
8d2b2df4b0 Remove leading `*' from defcustom docs.
Remove needless autoloads of many defcustoms.
(rmail-message-regexp-p-1): Check rmail-search-mime-header-function is set.
2009-01-27 03:42:08 +00:00