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

47349 Commits

Author SHA1 Message Date
Glenn Morris
c261086e81 (rmail-buffer): Remove unneeded eval-when-compile.
(rmail-narrow-to-non-pruned-header): Remove autoload.
(mairix-rmail-fetch-field): Handle mbox Rmail.
2009-02-05 06:36:14 +00:00
Kenichi Handa
c87626662d (script-representative-chars): Remove
mathematical.
(setup-default-fontset): Add entries for each subgroup of
mathematical script.
2009-02-05 06:23:19 +00:00
Miles Bader
3b36c17e9d Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1537
2009-02-05 02:34:34 +00:00
Carsten Dominik
cc6dbcb7b7 2009-02-04 Carsten Dominik <dominik@science.uva.nl>
* org.el (org-return-follows-link): Revert setting
	`org-return-follows-link' to t by default.
2009-02-04 23:01:58 +00:00
Nick Roberts
22b5692c3d (vc-svn-diff): Revert previous change but add a test
for newvars is nil. (C-u C-x v = with default values).
2009-02-04 10:49:04 +00:00
Nick Roberts
77900a45d4 *** empty log message *** 2009-02-04 10:46:14 +00:00
Kenichi Handa
c381cb8dcc (select-safe-coding-system): Use
buffer-chars-modified-tick instead of buffer-modified-tick.
2009-02-04 07:45:09 +00:00
Dan Nicolaescu
6510501067 (vc-bzr-working-revision): Recognize a newer branch
format.  Use when instead of if.
2009-02-04 07:32:51 +00:00
Miles Bader
61eee794db Add "^" to interactive spec of sexp movement commands
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1534
2009-02-04 05:48:16 +00:00
Glenn Morris
869692c03a (mail-fetch-field): Previous doc fix was ill-advised. 2009-02-04 03:41:06 +00:00
Glenn Morris
7b094a30fc Require rmail not just when compiling.
Remove unneeded declarations.
2009-02-04 03:39:05 +00:00
Glenn Morris
a4e80191c2 No need for mule-util when compiling.
(rmail-first-message): Unbreak it.
2009-02-04 03:38:26 +00:00
Glenn Morris
20bc68dd30 (ns): Define as a custom group. 2009-02-04 03:38:06 +00:00
Kenichi Handa
e47fe93b1f (describe-char): Check font-object by fontp. 2009-02-04 02:02:27 +00:00
Kenichi Handa
8da437855b (compose-gstring-for-terminal): If a character is
not supported by the current terminal, don't make a multi-glyph
grapheme cluster.
(auto-compose-chars): Check font-object by fontp.
2009-02-04 02:00:34 +00:00
Miles Bader
c5b83faf47 Add .gitignore files
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1533
2009-02-03 23:32:38 +00:00
Glenn Morris
5ff43aba5c Tweak previous change. 2009-02-03 08:20:33 +00:00
Glenn Morris
58400e4fa8 (unrmail): In the absence of Mail-from, prefer Date over current-time.
(Bug#2175)
2009-02-03 08:09:03 +00:00
Glenn Morris
e18cc61cc9 Comment (python-mode is now separate from Python). 2009-02-03 04:13:17 +00:00
Glenn Morris
c49edcd12f (rmail-get-summary-labels): Treat empty labels as null. 2009-02-03 04:09:01 +00:00
Glenn Morris
bad4f1fd32 (rmail-convert-babyl-to-mbox): Disable undo while
inserting the converted mailbox.
(rmail-get-new-mail): Restore the loop over inboxes when two or more
have the same basename.  (Bug#2164)
Set the return value according to whether any mail was found,
not just in the last inbox.  Only show a message and run the hook after
checking all inboxes.
(rmail-get-new-mail-1): Move message display and running the hook to
rmail-get-new-mail.
2009-02-03 04:07:25 +00:00
Glenn Morris
c36e676798 (rmail-label-obarray): Initialize using rmail-attr-array.
(rmail-make-label, rmail-read-label): Give it a doc string.
(rmail-add-label, rmail-kill-label): Change argument name to match the
doc.  Doc fix.
(rmail-set-label): Doc fix.  Also update summary in attr case.
Accept labels as a string or a symbol.  (Bug#2165)
2009-02-03 04:07:02 +00:00
Carsten Dominik
20106e31be 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
* org.el (org-cycle-global-at-bob): Fix typo.

	* org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
2009-02-02 21:50:00 +00:00
Carsten Dominik
5ace2fe5ec 2009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-mode): Make dependence stuff work more reliably.
	(org-update-parent-todo-statistics): Fix bug with updating
	statistics cookie.
	(org-yank-adjusted-subtrees, org-return-follows-link)
	(org-use-fast-todo-selection, org-tags-column): New default
	setting for variables.

	* org-export-latex.el (org-export-latex-emphasis-alist): Use = and
	~ as verbatim delimiters, to avoid table bug.
	(org-export-latex-classes): Remove the a4paper option from the
	default styles.

	* org-exp.el (org-export-html-format-image): New argument
	PAR-OPEN, to fix XHTM validation bug.
	(org-export-as-html): Pass par-open to
	`org-export-html-format-image'.
	(org-export-html-footnotes-section): Use a more consistent id for
	footnotes.

	* org-agenda.el (org-agenda-sorting-strategy)
	(org-agenda-tags-column): New default setting for variables, based
	on a poll what typical uses use.
	(org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
	setting the blocked tag.
2009-02-02 20:57:14 +00:00
Stefan Monnier
68a479400b (vhdl-prepare-search-1, vhdl-prepare-search-2): Properly cleanup on `quit'. 2009-02-02 20:49:41 +00:00
Stefan Monnier
86905e5b73 (vhdl-mode-abbrev-table-init):
Mark the entries as being "system" entries rather than "user" entries.
2009-02-02 20:40:18 +00:00
Thien-Thi Nguyen
1b7c198ad1 (smerge-start-session): Add interactive spec. 2009-02-02 13:01:32 +00:00
Glenn Morris
236ab005f7 (rmail-ignored-headers, rmail-displayed-headers)
(rmail-retry-ignored-headers, rmail-highlighted-headers):
Restore autoloads.
2009-02-02 07:55:04 +00:00
Stefan Monnier
5692cc8c4f (emacs-lisp-file-regexp): Fix up EOB. 2009-02-02 03:27:30 +00:00
Stefan Monnier
8f4cafbce2 (scheme-args-to-list): Remove.
(run-scheme): Use split-string-and-unquote instead, so as to allow
spaces in the command name and/or the arguments.
2009-02-01 22:32:43 +00:00
Chong Yidong
ae24ab328b Regenerate. 2009-02-01 22:10:05 +00:00
Chong Yidong
a436e145b7 Bump version to 23.0.90. 2009-02-01 22:04:25 +00:00
Adrian Robert
516907a2b9 * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option. 2009-02-01 17:32:52 +00:00
Michael Albinus
cb85dcd0dc * net/tramp.el (tramp-read-passwd): Cached passwords shall still be used. 2009-02-01 10:48:12 +00:00
Michael Albinus
18288ba7ae * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'. 2009-02-01 10:45:30 +00:00
Michael Albinus
e3c5a12941 * net/trampver.el: Update release number. 2009-02-01 10:44:39 +00:00
Stefan Monnier
2dc00ad0c3 (rmail-view-buffer): Make buffer-local.
(rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
(rmail-undelete-previous-message, rmail-mark-message)
(rmail-speedbar-buttons): Use with-current-buffer.
(rmail-mode-map): Move initialization into declaration.
(rmail-swap-buffers, rmail-unfontify-buffer-function)
(rmail-fontify-message): Use restore-buffer-modified-p.
(rmail-expunge-and-save): Don't swap buffer.
(rmail-get-header, rmail-set-header, rmail-set-attribute)
(rmail-apply-in-message): Swap save-excursion and save-restriction.
2009-02-01 03:39:37 +00:00
Stefan Monnier
73d7bcb918 (rmail-sort-messages): Use car-less-than-car if possible. 2009-02-01 03:28:33 +00:00
Stefan Monnier
befa817562 (rmail-edit-map): Move init into declaration.
(rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
2009-02-01 03:26:17 +00:00
Carsten Dominik
72d06d8150 2009-01-31 Carsten Dominik <dominik@science.uva.nl>
* org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
	only checking for blocks.

	* org-exp.el (org-export-html-footnotes-section): Make the div id consistent

	* org-export-latex.el (org-export-latex-classes): Remove
	paper size option from LaTeX classes.
2009-01-31 23:26:35 +00:00
Stefan Monnier
ceaabbbde7 (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link. 2009-01-31 22:14:53 +00:00
Stefan Monnier
fa043571b2 Follow commenting conventions. 2009-01-31 22:10:22 +00:00
Eli Zaretskii
062ca6f69a (rmail-redecode-body): Use eight-bit instead of obsolete
eight-bit-control and eight-bit-graphic.
2009-01-31 18:53:50 +00:00
Dan Nicolaescu
ae42a85288 (vc-dir-mode): Fix docstring. 2009-01-31 18:38:56 +00:00
Dan Nicolaescu
5d3b5eccbd (vc-dir-mouse-map):
(vc-default-dir-printer):
(vc-dir-find-file-other-window): Undo previous change, it breaks
the behavior of mouse-2.
2009-01-31 17:26:53 +00:00
Stefan Monnier
5311245342 (elp-results-symname-map): Add follow-link. 2009-01-31 17:00:54 +00:00
Chong Yidong
45545d6875 (end-of-defun): Protect against infloops (Bug#2106). 2009-01-31 16:19:46 +00:00
Chong Yidong
a1f062078e * emacs-lisp/lisp.el (end-of-defun): Protect against
infloops (Bug#2106).
2009-01-31 16:19:23 +00:00
Dan Nicolaescu
1826af5ecc (vc-svn-dir-status): Disable the vc-stay-local-p
logic, it makes the makes the normal case too slow.
2009-01-31 15:51:07 +00:00
Eli Zaretskii
de456f3ba1 (unrmail): Set coding-system of the old Rmail file to `raw-text-unix'.
Bind coding-system-for-write when writing out the converted message, and
make sure it uses Unix EOLs.
2009-01-31 14:34:05 +00:00