bpt/emacs.git
15 years ago2009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik [Wed, 28 Jan 2009 14:33:23 +0000 (14:33 +0000)]
2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>

* org-agenda.el (org-agenda-get-todos): Start search from correct
position.

* org.el (org-fast-todo-selection): Make sure TODO selection does
not change buffer position.

* org-list.el (org-toggle-checkbox): Implement adding or removing
checkboxes from line or region when called with a prefix
argument.

* org-rmail.el (org-rmail-store-link): Protect the call to
`rmail-narrow-to-non-pruned-header'.

* org-clock.el (org-clock-special-range): Fix week display in
clock tables.

* org-exp.el (org-get-current-options): Fix bug when in indirect
buffer.

* org-agenda.el (org-agenda-dim-blocked-tasks): New option.
(org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
(org-agenda-dim-blocked-tasks): New function.

* org.el (org-enforce-todo-dependencies): New option.
(org-block-todo-from-children-or-siblings): New function.

* org-faces.el (org-agenda-dimmed-todo-face): New face.

15 years ago(font_for_char): Use assq_no_quit, not assoc_no_quit.
Kenichi Handa [Wed, 28 Jan 2009 11:50:18 +0000 (11:50 +0000)]
(font_for_char): Use assq_no_quit, not assoc_no_quit.
(fontset_get_font_group): Remember that no font-group is specified
for C.

15 years agoAdd bug references.
Juanma Barranquero [Wed, 28 Jan 2009 09:38:42 +0000 (09:38 +0000)]
Add bug references.

15 years agoWhitespace fix.
Glenn Morris [Wed, 28 Jan 2009 08:08:14 +0000 (08:08 +0000)]
Whitespace fix.

15 years ago(font_for_char): Use assq_no_quit, not assoc_no_quit.
Kenichi Handa [Wed, 28 Jan 2009 06:45:07 +0000 (06:45 +0000)]
(font_for_char): Use assq_no_quit, not assoc_no_quit.

15 years ago(todo-insert-item-here): Prevent insertion
Chong Yidong [Wed, 28 Jan 2009 03:56:18 +0000 (03:56 +0000)]
(todo-insert-item-here): Prevent insertion
of a new entry inside of an existing entry.  Minor code cleanup.
(todo-add-category): Change the interactive spec.  Signal an error
if the Todo file is non-empty but contains no category.  Reject
category names that could induce bugs and confusion.  Call
todo-mode if the Todo file is new and unsaved.  Simplify handling
of local variables cookie.  Properly display the newly added
category in Todo mode.
(todo-show): Call todo-initial-setup only if there is neither a
Todo file nor a corresponding unsaved buffer.
(todo-category-alist): Delete function.
(todo-completing-read): New function.
(todo-insert-item, todo-jump-to-category): Use it.
(todo-insert-item): Make the use of the prefix argument conform to
the doc string.

15 years ago* calendar/todo-mode.el (todo-insert-item-here): Prevent insertion
Chong Yidong [Wed, 28 Jan 2009 03:56:08 +0000 (03:56 +0000)]
* calendar/todo-mode.el (todo-insert-item-here): Prevent insertion
of a new entry inside of an existing entry.  Minor code cleanup.
(todo-add-category): Change the interactive spec.  Signal an error
if the Todo file is non-empty but contains no category.  Reject
category names that could induce bugs and confusion.  Call
todo-mode if the Todo file is new and unsaved.  Simplify handling
of local variables cookie.  Properly display the newly added
category in Todo mode.
(todo-show): Call todo-initial-setup only if there is neither a
Todo file nor a corresponding unsaved buffer.
(todo-category-alist): Delete function.
(todo-completing-read): New function.
(todo-insert-item, todo-jump-to-category): Use it.
(todo-insert-item): Make the use of the prefix argument conform to
the doc string.

15 years agoWhitespace fix.
Glenn Morris [Wed, 28 Jan 2009 02:55:34 +0000 (02:55 +0000)]
Whitespace fix.

15 years agoUpdate message-dont-reply-to-names section.
Glenn Morris [Wed, 28 Jan 2009 02:54:46 +0000 (02:54 +0000)]
Update message-dont-reply-to-names section.
Mention the wonderful spam filter.

15 years agoRestore clobbered change.
Glenn Morris [Wed, 28 Jan 2009 02:54:00 +0000 (02:54 +0000)]
Restore clobbered change.

15 years ago(rmail-expunge-and-save): Always show a message,
Glenn Morris [Wed, 28 Jan 2009 02:50:41 +0000 (02:50 +0000)]
(rmail-expunge-and-save): Always show a message,
even when called from the summary.  (Bug#2075)
(rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
(rmail-show-message-maybe): Use rmail-no-mail-p.
(rmail-show-message): If empty folder, do nothing.  (Bug#2076)

15 years ago(rmail-message-recipients-p-1): Don't bother
Glenn Morris [Wed, 28 Jan 2009 02:49:40 +0000 (02:49 +0000)]
(rmail-message-recipients-p-1): Don't bother
starting from the beginning, since mail-fetch-field does not care.
(rmail-create-summary-line): Fix unseen handling.  (Bug#2089)
(rmail-get-summary-status): New name for old rmail-get-summary-labels.
(rmail-get-summary-labels): New function.  Returns labels rather than
status (edited, etc).
(rmail-create-summary): Insert an extra space after the status
flags, for consistency with old rmail, and with current
rmail-summary-font-lock-keywords.

15 years ago(perl-indent-line-command): Call indent-region if region is active.
Chong Yidong [Wed, 28 Jan 2009 02:17:29 +0000 (02:17 +0000)]
(perl-indent-line-command): Call indent-region if region is active.
Use cond instead of nested ifs.

15 years ago* progmodes/perl-mode.el (perl-indent-line-command): Call
Chong Yidong [Wed, 28 Jan 2009 02:16:45 +0000 (02:16 +0000)]
* progmodes/perl-mode.el (perl-indent-line-command): Call
indent-region if region is active.  Use cond instead of nested ifs.

15 years ago(rmail-convert-babyl-to-mbox): Prompt user before converting.
Chong Yidong [Tue, 27 Jan 2009 23:02:00 +0000 (23:02 +0000)]
(rmail-convert-babyl-to-mbox): Prompt user before converting.

15 years ago* mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
Chong Yidong [Tue, 27 Jan 2009 23:01:50 +0000 (23:01 +0000)]
* mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
converting.

15 years ago(unrmail): Record labels in X-RMAIL-* fields, which are recognized by
Chong Yidong [Tue, 27 Jan 2009 22:38:58 +0000 (22:38 +0000)]
(unrmail): Record labels in X-RMAIL-* fields, which are recognized by
the new Rmail, instead of X-BABYL-V6-*.

15 years ago* mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
Chong Yidong [Tue, 27 Jan 2009 22:38:47 +0000 (22:38 +0000)]
* mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
which are recognized by the new Rmail, instead of X-BABYL-V6-*.

15 years ago(concat): Check for string overflow (bug#1787).
Chong Yidong [Tue, 27 Jan 2009 21:16:32 +0000 (21:16 +0000)]
(concat): Check for string overflow (bug#1787).

15 years ago* fns.c (concat): Check for string overflow (bug#1787).
Chong Yidong [Tue, 27 Jan 2009 21:16:14 +0000 (21:16 +0000)]
* fns.c (concat): Check for string overflow (bug#1787).

15 years ago(Undo): Update undo limit values.
Chong Yidong [Tue, 27 Jan 2009 21:00:14 +0000 (21:00 +0000)]
(Undo): Update undo limit values.

15 years ago* fixit.texi (Undo): Update undo limit values.
Chong Yidong [Tue, 27 Jan 2009 20:59:57 +0000 (20:59 +0000)]
* fixit.texi (Undo): Update undo limit values.

15 years ago(undo_limit, undo_strong_limit, Vundo_outer_limit): Quadruple undo
Chong Yidong [Tue, 27 Jan 2009 20:57:47 +0000 (20:57 +0000)]
(undo_limit, undo_strong_limit, Vundo_outer_limit): Quadruple undo
limits (bug#1501).

15 years ago* undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
Chong Yidong [Tue, 27 Jan 2009 20:57:07 +0000 (20:57 +0000)]
* undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
Quadruple undo limits (bug#1501).

15 years ago(mouse-select-font): Return a string instead of a list.
Chong Yidong [Tue, 27 Jan 2009 20:43:27 +0000 (20:43 +0000)]
(mouse-select-font): Return a string instead of a list.

15 years ago* mouse.el (mouse-select-font): Return a string instead of a list.
Chong Yidong [Tue, 27 Jan 2009 20:43:18 +0000 (20:43 +0000)]
* mouse.el (mouse-select-font): Return a string instead of a list.

15 years agoFix last changelog entry.
Chong Yidong [Tue, 27 Jan 2009 20:10:00 +0000 (20:10 +0000)]
Fix last changelog entry.

15 years agoSwap C-delete and C-backspace bindings here, so we don't have to do it
Chong Yidong [Tue, 27 Jan 2009 20:09:47 +0000 (20:09 +0000)]
Swap C-delete and C-backspace bindings here, so we don't have to do it
in normal-erase-is-backspace-mode.

15 years agothe latter is not available on ttys anyway.
Chong Yidong [Tue, 27 Jan 2009 20:09:38 +0000 (20:09 +0000)]
the latter is not available on ttys anyway.

15 years ago* bindings.el ([C-backspace]): Swap C-delete and C-backspace
Chong Yidong [Tue, 27 Jan 2009 20:09:20 +0000 (20:09 +0000)]
* 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.

15 years agoFix broken call to string-match.
Tassilo Horn [Tue, 27 Jan 2009 18:34:02 +0000 (18:34 +0000)]
Fix broken call to string-match.

15 years agoRestore a clobbered change.
Glenn Morris [Tue, 27 Jan 2009 18:19:36 +0000 (18:19 +0000)]
Restore a clobbered change.

15 years ago(doc-view-mode): Enhance docstring and fallback to
Tassilo Horn [Tue, 27 Jan 2009 15:52:17 +0000 (15:52 +0000)]
(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.)

15 years ago2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik [Tue, 27 Jan 2009 11:41:50 +0000 (11:41 +0000)]
2009-01-27  Carsten Dominik  <dominik@science.uva.nl>

* refcards/orgcard.tex: New version number.

15 years ago2009-01-27 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik [Tue, 27 Jan 2009 11:41:36 +0000 (11:41 +0000)]
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'.

15 years ago2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik [Tue, 27 Jan 2009 11:39:48 +0000 (11:39 +0000)]
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.

15 years ago(Search-based Fontification): Correct a typo.
Alan Mackenzie [Tue, 27 Jan 2009 09:40:25 +0000 (09:40 +0000)]
(Search-based Fontification): Correct a typo.

15 years ago*** empty log message ***
Alan Mackenzie [Tue, 27 Jan 2009 09:39:11 +0000 (09:39 +0000)]
*** empty log message ***

15 years agoTweak previous doc fix.
Glenn Morris [Tue, 27 Jan 2009 08:32:56 +0000 (08:32 +0000)]
Tweak previous doc fix.

15 years ago(rmail-copy-headers): Doc fix. Leave point at the end
Glenn Morris [Tue, 27 Jan 2009 08:29:35 +0000 (08:29 +0000)]
(rmail-copy-headers): Doc fix.  Leave point at the end
of the headers in the full header case.  (Bug#2073)

15 years ago(mh-pack-folder-hook): Bump package-version to 8.2.
Bill Wohler [Tue, 27 Jan 2009 06:42:27 +0000 (06:42 +0000)]
(mh-pack-folder-hook): Bump package-version to 8.2.

15 years ago(mh-pack-folder): Fix docstring.
Bill Wohler [Tue, 27 Jan 2009 06:42:11 +0000 (06:42 +0000)]
(mh-pack-folder): Fix docstring.

15 years ago(mh-mm-merge-handles)
Bill Wohler [Tue, 27 Jan 2009 06:36:54 +0000 (06:36 +0000)]
(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).

15 years ago(calc-sel-expand-formula): Simplify expanded denominator.
Jay Belanger [Tue, 27 Jan 2009 05:12:28 +0000 (05:12 +0000)]
(calc-sel-expand-formula): Simplify expanded denominator.

15 years ago(ftfont_has_char): If the arg FONT is a font-object,
Kenichi Handa [Tue, 27 Jan 2009 05:10:08 +0000 (05:10 +0000)]
(ftfont_has_char): If the arg FONT is a font-object,
directly use GT_Get_Char_index.

15 years ago(struct xftfont_info): New member `index'.
Kenichi Handa [Tue, 27 Jan 2009 05:08:40 +0000 (05:08 +0000)]
(struct xftfont_info): New member `index'.

15 years ago(struct font_driver): Fix comment for has_char.
Kenichi Handa [Tue, 27 Jan 2009 05:08:00 +0000 (05:08 +0000)]
(struct font_driver): Fix comment for has_char.

15 years ago(font_for_char): Use assq_no_quit, not assoc_no_quit.
Kenichi Handa [Tue, 27 Jan 2009 05:07:04 +0000 (05:07 +0000)]
(font_for_char): Use assq_no_quit, not assoc_no_quit.
(Ffontset_font): Adjusted for the change of fontset entry.

15 years ago(rmail-get-coding-system): Fix previous change.
Kenichi Handa [Tue, 27 Jan 2009 04:49:33 +0000 (04:49 +0000)]
(rmail-get-coding-system): Fix previous change.

15 years ago(rmail-get-coding-system): Re-search
Kenichi Handa [Tue, 27 Jan 2009 04:48:56 +0000 (04:48 +0000)]
(rmail-get-coding-system): Re-search
rmail-mime-charset-pattern directly instead of using
mail-fetch-field.  Use coding-system-from-name.

15 years agoNew function `coding-sytem-from-name'.
Kenichi Handa [Tue, 27 Jan 2009 04:39:53 +0000 (04:39 +0000)]
New function `coding-sytem-from-name'.

15 years ago(canonicalize-coding-system-name)
Kenichi Handa [Tue, 27 Jan 2009 04:39:30 +0000 (04:39 +0000)]
(canonicalize-coding-system-name)
(coding-system-from-name): New functions.

15 years agoComment.
Glenn Morris [Tue, 27 Jan 2009 03:53:07 +0000 (03:53 +0000)]
Comment.

15 years ago(Top): Fix Antinews menu entry.
Glenn Morris [Tue, 27 Jan 2009 03:49:27 +0000 (03:49 +0000)]
(Top): Fix Antinews menu entry.

15 years agoComment.
Glenn Morris [Tue, 27 Jan 2009 03:48:50 +0000 (03:48 +0000)]
Comment.

15 years agoFix initial comment on outline mode.
Glenn Morris [Tue, 27 Jan 2009 03:48:02 +0000 (03:48 +0000)]
Fix initial comment on outline mode.

15 years agoCross off some easy rmail stuff.
Glenn Morris [Tue, 27 Jan 2009 03:45:38 +0000 (03:45 +0000)]
Cross off some easy rmail stuff.

15 years ago(dired-bind-vm): Doc fix.
Glenn Morris [Tue, 27 Jan 2009 03:45:06 +0000 (03:45 +0000)]
(dired-bind-vm): Doc fix.

15 years agoRemove leading `*' from defcustom docs.
Glenn Morris [Tue, 27 Jan 2009 03:43:26 +0000 (03:43 +0000)]
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.

15 years agoRemove leading `*' from defcustom docs.
Glenn Morris [Tue, 27 Jan 2009 03:43:04 +0000 (03:43 +0000)]
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.

15 years agoRemove leading `*' from defcustom docs.
Glenn Morris [Tue, 27 Jan 2009 03:42:31 +0000 (03:42 +0000)]
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.

15 years agoRemove leading `*' from defcustom docs.
Glenn Morris [Tue, 27 Jan 2009 03:42:08 +0000 (03:42 +0000)]
Remove leading `*' from defcustom docs.
Remove needless autoloads of many defcustoms.
(rmail-message-regexp-p-1): Check rmail-search-mime-header-function is set.

15 years ago(command-line-args-left): Remove unneeded declaration.
Glenn Morris [Tue, 27 Jan 2009 03:41:25 +0000 (03:41 +0000)]
(command-line-args-left): Remove unneeded declaration.
(batch-unrmail, unrmail): Doc fix.

15 years ago(rmail-message-recipients-p-1, rmail-message-regexp-p-1): Avoid clobbering the mark.
Chong Yidong [Tue, 27 Jan 2009 03:15:52 +0000 (03:15 +0000)]
(rmail-message-recipients-p-1, rmail-message-regexp-p-1): Avoid clobbering the mark.

15 years ago* mail/rmailsum.el (rmail-message-recipients-p-1)
Chong Yidong [Tue, 27 Jan 2009 03:15:14 +0000 (03:15 +0000)]
* mail/rmailsum.el (rmail-message-recipients-p-1)
(rmail-message-regexp-p-1): Avoid clobbering the mark.

15 years ago(rmail-summary-mark-deleted): Recache summary.
Chong Yidong [Tue, 27 Jan 2009 03:05:18 +0000 (03:05 +0000)]
(rmail-summary-mark-deleted): Recache summary.

15 years ago* mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
Chong Yidong [Tue, 27 Jan 2009 03:05:08 +0000 (03:05 +0000)]
* mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.

15 years ago(Embedded Mode, Algebraic-Style Calculations): Make Calc the subject
Jay Belanger [Tue, 27 Jan 2009 01:55:20 +0000 (01:55 +0000)]
(Embedded Mode, Algebraic-Style Calculations): Make Calc the subject
of sentences.
(Rearranging Formulas using Selections): Discuss new options for `j *'.

15 years ago(cal-sel-mult-both-sides): Add an option to expand the denominator.
Jay Belanger [Tue, 27 Jan 2009 01:21:54 +0000 (01:21 +0000)]
(cal-sel-mult-both-sides): Add an option to expand the denominator.

15 years agoMention change to `j *'.
Jay Belanger [Tue, 27 Jan 2009 01:20:27 +0000 (01:20 +0000)]
Mention change to `j *'.

15 years ago* net/dbus.el (dbus-event-error-hooks): New variable.
Michael Albinus [Mon, 26 Jan 2009 20:26:52 +0000 (20:26 +0000)]
* net/dbus.el (dbus-event-error-hooks): New variable.
(dbus-handle-event): Use it.

15 years ago* dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
Michael Albinus [Mon, 26 Jan 2009 20:23:49 +0000 (20:23 +0000)]
* dbus.texi (Errors and Events): New variable dbus-event-error-hooks.

15 years ago(fontset_find_font): Fix handling of non-cons return
Chong Yidong [Mon, 26 Jan 2009 15:50:43 +0000 (15:50 +0000)]
(fontset_find_font): Fix handling of non-cons return
value of fontset_get_font_group.
(fontset_font): Revert last change.

15 years ago* fontset.c (fontset_find_font): Fix handling of non-cons return
Chong Yidong [Mon, 26 Jan 2009 15:50:18 +0000 (15:50 +0000)]
* fontset.c (fontset_find_font): Fix handling of non-cons return
value of fontset_get_font_group.
(fontset_font): Revert last change.

15 years agomh-e.el (mh-pack-folder-hook): New variable.
Stephen Gildea [Mon, 26 Jan 2009 14:42:31 +0000 (14:42 +0000)]
mh-e.el (mh-pack-folder-hook): New variable.
mh-funcs.el (mh-pack-folder): Call new mh-pack-folder-hook.

15 years ago(w32font_list_internal): Return quickly if registry is
Jason Rumney [Mon, 26 Jan 2009 14:32:34 +0000 (14:32 +0000)]
(w32font_list_internal): Return quickly if registry is
unknown.  Simplify final return.
(add_font_entity_to_list): Break complex logic down into more
manageable chunks.  Move unknown registry check to
w32font_list_internal.

15 years ago* org-export-latex.el (org-export-as-latex): Call
Carsten Dominik [Mon, 26 Jan 2009 08:40:19 +0000 (08:40 +0000)]
* org-export-latex.el (org-export-as-latex): Call
`org-export-latex-first-lines' with OPT-PLIST as a parameter.
(org-export-latex-first-lines): New parameter OPT-PLIST.

15 years ago*** empty log message ***
Carsten Dominik [Mon, 26 Jan 2009 08:39:48 +0000 (08:39 +0000)]
*** empty log message ***

15 years ago2009-01-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik [Mon, 26 Jan 2009 07:44:42 +0000 (07:44 +0000)]
2009-01-26  Carsten Dominik  <dominik@science.uva.nl>

* org.el (org-yank): Tell `delete-selection-mode' about
`org-yank'.

* org-faces.el (org-clock-overlay): Fix face definition.

* org-export-latex.el (org-export-latex-first-lines): Pass
timestamp and footnote parameters to the preprocessor.

* org-exp.el (org-export-remove-timestamps): Do not remove time
stamps inside tables.

15 years agoRegenerate.
Glenn Morris [Mon, 26 Jan 2009 07:31:35 +0000 (07:31 +0000)]
Regenerate.

15 years ago(ELCFILES): Update.
Glenn Morris [Mon, 26 Jan 2009 03:03:23 +0000 (03:03 +0000)]
(ELCFILES): Update.

15 years agoAdd some addresses for rmail users to ignore.
Glenn Morris [Mon, 26 Jan 2009 02:58:27 +0000 (02:58 +0000)]
Add some addresses for rmail users to ignore.

15 years agoMention m68k-*-netbsd* was restored.
Glenn Morris [Mon, 26 Jan 2009 02:51:23 +0000 (02:51 +0000)]
Mention m68k-*-netbsd* was restored.

15 years agoAdd an introductory comment.
Glenn Morris [Mon, 26 Jan 2009 02:48:23 +0000 (02:48 +0000)]
Add an introductory comment.

15 years agoFix typos.
Glenn Morris [Mon, 26 Jan 2009 02:37:20 +0000 (02:37 +0000)]
Fix typos.

15 years ago(rmail-reply): Don't include Resent-To and Resent-Cc in replies. (Bug#512)
Glenn Morris [Mon, 26 Jan 2009 02:06:58 +0000 (02:06 +0000)]
(rmail-reply): Don't include Resent-To and Resent-Cc in replies.  (Bug#512)

15 years agoSwap name and description. Remove Windows versions.
Jason Rumney [Mon, 26 Jan 2009 01:51:18 +0000 (01:51 +0000)]
Swap name and description. Remove Windows versions.

15 years agouse @itemize @w{} for an item with no bullet instead of the incorrect @itemize asis
Karl Berry [Mon, 26 Jan 2009 01:15:47 +0000 (01:15 +0000)]
use @itemize @w{} for an item with no bullet instead of the incorrect @itemize asis

15 years agoAdd bug references.
Juanma Barranquero [Sun, 25 Jan 2009 22:58:22 +0000 (22:58 +0000)]
Add bug references.

15 years agoAdd bug references.
Juanma Barranquero [Sun, 25 Jan 2009 22:22:59 +0000 (22:22 +0000)]
Add bug references.

15 years agoAdd bug reference.
Juanma Barranquero [Sun, 25 Jan 2009 22:19:29 +0000 (22:19 +0000)]
Add bug reference.

15 years agoMinor doc fix.
Chong Yidong [Sun, 25 Jan 2009 21:31:49 +0000 (21:31 +0000)]
Minor doc fix.

15 years agoicalendar: fixed doc string.
Ulf Jasper [Sun, 25 Jan 2009 21:23:39 +0000 (21:23 +0000)]
icalendar: fixed doc string.

15 years ago(mh-goto-header-end): Use mh-mail-header-separator instead of -* in
Bill Wohler [Sun, 25 Jan 2009 20:56:45 +0000 (20:56 +0000)]
(mh-goto-header-end): Use mh-mail-header-separator instead of -* in
regexp.

15 years ago(mh-folder-mode-help-messages): Add e and t to K's help.
Bill Wohler [Sun, 25 Jan 2009 20:12:21 +0000 (20:12 +0000)]
(mh-folder-mode-help-messages): Add e and t to K's help.

15 years ago* term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
Adrian Robert [Sun, 25 Jan 2009 19:50:16 +0000 (19:50 +0000)]
* term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
Remove from global map and key definitions.
(ns-toggle-toolbar, ns-info-prefs): Add to global map and key
definitions.
(ns-show-preferences-help, ns-unput-working-text): New functions.
(ns-unecho-working-text): Update message.

15 years agoChanges to remove Feval calls from GUI under NS.
Adrian Robert [Sun, 25 Jan 2009 19:43:31 +0000 (19:43 +0000)]
Changes to remove Feval calls from GUI under NS.
* nsterm.h: Move KEY_NS_... definitions here from nsterm.m.  Add
NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.

* nsterm.m: Move KEY_NS_... definitions to nsterm.h.
(EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
(EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
instead of NON_ASCII_KEYSTROKE_EVENT.
(EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
(EmacsApp-applicationShouldTerminate:): Query user.
(EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
instead of Feval.

* termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.

* keyboard.c (kbd_buffer_get_event): Check for it.
(keys_of_keyboard): Define lispy keys for
ns-put/unput-working-text.

* nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
versions.
(EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.

15 years ago(EDITION, UPDATED): Update.
Bill Wohler [Sun, 25 Jan 2009 19:40:51 +0000 (19:40 +0000)]
(EDITION, UPDATED): Update.

15 years agoFollow Glenn's lead and update format of Copyright.
Bill Wohler [Sun, 25 Jan 2009 18:33:05 +0000 (18:33 +0000)]
Follow Glenn's lead and update format of Copyright.

15 years ago(buffer_posn_from_coords): Use Fset_buffer instead of setting
Chong Yidong [Sun, 25 Jan 2009 17:00:55 +0000 (17:00 +0000)]
(buffer_posn_from_coords): Use Fset_buffer instead of setting
current_buffer directly.