1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00
Commit Graph

89019 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
Glenn Morris
2c015ae787 Fix previous change. 2009-02-05 06:22:39 +00:00
Kenichi Handa
209f39ac8a (Ffont_spec): Docstring modified. 2009-02-05 06:21:19 +00:00
Kenichi Handa
f4427a54f1 (Vscript_representative_chars): Docstring modified. 2009-02-05 06:20:26 +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
Andreas Schwab
a9e2203dea Regenerate with fixed AC_FUNC_MKTIME. 2009-02-04 23:05:26 +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
Dan Nicolaescu
08c0386de3 NO_SOCK_SIGIO is not used anymore. 2009-02-04 14:11:36 +00:00
Dan Nicolaescu
bec18736a1 (gnu): Add an example for the "note" format. 2009-02-04 13:36:59 +00:00
Adrian Robert
5e581108a6 missed committing this on last checkin 2009-02-04 13:19:11 +00:00
Adrian Robert
c5ecbe51c1 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop. 2009-02-04 11:33:33 +00:00
Adrian Robert
c96169a0b1 * nsmenu.m (pop_down_menu): New function.
(ns_popup_dialog): Call it on unwind.
(EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
call timer_check() (Bug#2154).
(EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
handling_signal is set.
(EmacsMenu-fillWithWidgetValue:): Set submenu title.

* s/darwin.h: Same and NO_SOCK_SIGIO as well.

* nsterm.m (ns_read_socket): Same and don't set handling_signal.

* keyboard.c (poll_for_input_1, handle_async_input): Set
handling_signal under HAVE_NS.
2009-02-04 11:31:28 +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
Jason Rumney
8c4fae510a (CPP): Note problem with resource compiler of MSVC. 2009-02-04 09:13:18 +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
aacd8ba187 (Fwrite_region): Doc fix (mention annotate-functions). 2009-02-04 03:51:27 +00:00
Glenn Morris
c789f32c3a Add some stuff on checking first pretest tarball of a major release. 2009-02-04 03:42:04 +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
Kenichi Handa
4cb75c4b12 (Fchar_charset): New optional arg restriction. 2009-02-04 01:58:13 +00:00
Kenichi Handa
cde42f0ff5 (coding_system_charset_list): Extern it. 2009-02-04 01:53:10 +00:00
Kenichi Handa
e9f91eced1 (coding_system_charset_list): New function. 2009-02-04 01:52:39 +00:00
Kenichi Handa
f51994656d Include coding.h and termhooks.h.
(composition_gstring_p): Fix for the terminal case.
(composition_gstring_width): Likewise.
(fill_gstring_body): Likewise.
(autocmp_chars): For terminal, call Fcomposition_get_gstring with
the frame.
(composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
is within a composition.
(Fcomposition_get_gstring): Fix the the terminal case.
2009-02-04 01:48:37 +00:00
Kenichi Handa
d0984aff95 (encode_terminal_code): Fix handling of composition.
(produce_composite_glyph): For static composition, get pixel_width
from struct composition.
2009-02-04 01:35:16 +00:00
Kenichi Handa
ce65fe7a4e (composite.o): Depends on frame.h and termhooks.h. 2009-02-04 01:31:37 +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
Glenn Morris
f5e1441df1 (Out of Rmail): Mention b2m.pl. 2009-02-03 04:05:28 +00:00
Glenn Morris
9270da333d Can't clone a merged bug. 2009-02-03 04:04:40 +00:00
Glenn Morris
3baeb95e46 Mention pretest version numbering. 2009-02-03 04:04:15 +00:00
Glenn Morris
4e1fb9546e Add some missing files, remove some that are no longer present. 2009-02-03 04:03:41 +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
b2282a3f82 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
* refcards/orgcard.tex: New version number.
2009-02-02 21:02:05 +00:00
Carsten Dominik
55033558b5 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Structure editing, Handling links)
	(Fast access to TODO states, Javascript support): Make standard docs
	correctly reflect default variable settings.
2009-02-02 21:00:46 +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