bpt/emacs.git
15 years ago(detect_coding): Preserve coding->mode.
Kenichi Handa [Thu, 19 Feb 2009 02:43:38 +0000 (02:43 +0000)]
(detect_coding): Preserve coding->mode.

15 years ago(custom-group-value-create): Insert some
Martin Rudalics [Wed, 18 Feb 2009 18:36:11 +0000 (18:36 +0000)]
(custom-group-value-create): Insert some
informatory text in the WIDGET-misses-doc-string case.

15 years agoInsert change from yesterday
Jason Rumney [Wed, 18 Feb 2009 15:51:22 +0000 (15:51 +0000)]
Insert change from yesterday

15 years agoRequire comint at top level to fix the last patch.
Sam Steingold [Wed, 18 Feb 2009 15:37:40 +0000 (15:37 +0000)]
Require comint at top level to fix the last patch.

15 years ago(custom-group-value-create): Don't throw an error
Martin Rudalics [Wed, 18 Feb 2009 12:55:35 +0000 (12:55 +0000)]
(custom-group-value-create): Don't throw an error
when WIDGET has no doc-string.  (Bug#2356)

15 years ago* progmodes/cc-menus.el (imenu-progress-message):
Juanma Barranquero [Wed, 18 Feb 2009 09:23:28 +0000 (09:23 +0000)]
* progmodes/cc-menus.el (imenu-progress-message):
  Remove bogus cc-bytecomp-defun.
  (cc-imenu-objc-function): Don't call `imenu-progress-message'.
  Don't let-bind variable `stupid'.  (Bug#1638)

15 years ago(ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
Dan Nicolaescu [Wed, 18 Feb 2009 08:31:09 +0000 (08:31 +0000)]
(ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.

15 years agormail-spam-filter update.
Glenn Morris [Wed, 18 Feb 2009 08:03:54 +0000 (08:03 +0000)]
rmail-spam-filter update.

15 years ago(rmail-get-new-mail-filter-spam): Show a message rather than the raw
Glenn Morris [Wed, 18 Feb 2009 08:02:56 +0000 (08:02 +0000)]
(rmail-get-new-mail-filter-spam): Show a message rather than the raw
mbox while prompting.

15 years ago(rmail-spam-filter): Show a message rather than the raw mbox while prompting.
Glenn Morris [Wed, 18 Feb 2009 08:01:56 +0000 (08:01 +0000)]
(rmail-spam-filter): Show a message rather than the raw mbox while prompting.

15 years ago(flymake): Add defgroup. (Bug#2356)
Martin Rudalics [Wed, 18 Feb 2009 07:41:10 +0000 (07:41 +0000)]
(flymake): Add defgroup.  (Bug#2356)

15 years agoTypo.
Glenn Morris [Wed, 18 Feb 2009 04:39:06 +0000 (04:39 +0000)]
Typo.

15 years agormail-spam-filter comments.
Glenn Morris [Wed, 18 Feb 2009 04:38:12 +0000 (04:38 +0000)]
rmail-spam-filter comments.

15 years ago(mail-mbox-from): Move here from rmailout.el.
Glenn Morris [Wed, 18 Feb 2009 04:35:18 +0000 (04:35 +0000)]
(mail-mbox-from): Move here from rmailout.el.

15 years ago(unrmail): Use mail-mbox-from.
Glenn Morris [Wed, 18 Feb 2009 04:34:43 +0000 (04:34 +0000)]
(unrmail): Use mail-mbox-from.

15 years ago(rmail-mbox-from): Move to mail-utils.
Glenn Morris [Wed, 18 Feb 2009 04:34:24 +0000 (04:34 +0000)]
(rmail-mbox-from): Move to mail-utils.
Update callers for name change.

15 years ago(rmail-get-new-mail-1): Fix the spam beep test.
Glenn Morris [Wed, 18 Feb 2009 04:34:04 +0000 (04:34 +0000)]
(rmail-get-new-mail-1): Fix the spam beep test.
(rmail-get-new-mail-filter-spam): Simplify.  Don't mess with
rmail-deleted-vector.
(rmail-insert-inbox-text, rmail-collect-deleted)
(rmail-set-message-deleted-p, rmail-only-expunge)
(rmail-make-in-reply-to-field): Replace ?\  with ?\s.
(rmail-get-labels): Remove unused local `blurb'.
(rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
(rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
(rmail-set-message-deleted-p): Doc fixes.

15 years ago(rmail-summary-mode-map): Remove unneeded declaration.
Glenn Morris [Wed, 18 Feb 2009 04:33:30 +0000 (04:33 +0000)]
(rmail-summary-mode-map): Remove unneeded declaration.
(top-level): No need for cl now.
(rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
(rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
(rsf-autosave-newly-added-definitions, rsf-white-list)
(rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
(rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
(rsf-customize-spam-definitions, rsf-customize-group)
(rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
(rsf-check-field): Use setcar and setcdr rather than setf.
(rmail-spam-filter): Simplify.
(rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
(rsf-add-region-to-spam-list): Use rmail-get-header or
buffer-substring-no-properties.  Regexp-quote the extracted data.
Make the messages less verbose.
(rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
simplify things.
(rsf-add-content-type-field): Make the message less verbose.

15 years ago(struct font_driver): Fix typo.
Kenichi Handa [Wed, 18 Feb 2009 03:57:36 +0000 (03:57 +0000)]
(struct font_driver): Fix typo.

15 years ago(Ffont_spec): Fix typo.
Kenichi Handa [Wed, 18 Feb 2009 03:57:19 +0000 (03:57 +0000)]
(Ffont_spec): Fix typo.

15 years ago*** empty log message ***
Kenichi Handa [Wed, 18 Feb 2009 02:44:27 +0000 (02:44 +0000)]
*** empty log message ***

15 years ago(font_check_otf_features): Fix handling of `nil' element.
Kenichi Handa [Wed, 18 Feb 2009 02:33:26 +0000 (02:33 +0000)]
(font_check_otf_features): Fix handling of `nil' element.
(Ffont_spec): Describe :lang and :otf in the docstring.

15 years agoadd @insertcopying, bug#1988
Karl Berry [Tue, 17 Feb 2009 19:06:56 +0000 (19:06 +0000)]
add @insertcopying, bug#1988

15 years ago(Antinews): Mention Babyl format.
Richard M. Stallman [Tue, 17 Feb 2009 18:23:29 +0000 (18:23 +0000)]
(Antinews): Mention Babyl format.

15 years ago(Top): Delete `Out of Rmail' from subnode menu.
Richard M. Stallman [Tue, 17 Feb 2009 18:16:39 +0000 (18:16 +0000)]
(Top): Delete `Out of Rmail' from subnode menu.

15 years agoUpdate for mbox format.
Richard M. Stallman [Tue, 17 Feb 2009 18:15:59 +0000 (18:15 +0000)]
Update for mbox format.
Various small fixes, as well as the following.
(Out of Rmail): Node deleted.
(Rmail): Update menu.
(Rmail Files): Comment out set-rmail-inbox-list.
Document rmail-inbox-list instead.
(Rmail Output): Substantial changes since C-o is now
rmail-output-as-seen and o is rmail-output.
(Rmail Attributes): Delete `stored', add `retried'.
(Rmail Display): Editing headers works in all cases.

15 years ago(set-rmail-inbox-list): Doc fix.
Richard M. Stallman [Tue, 17 Feb 2009 18:11:26 +0000 (18:11 +0000)]
(set-rmail-inbox-list): Doc fix.

15 years ago(rmail-copy-headers): When copying full headers,
Richard M. Stallman [Tue, 17 Feb 2009 18:10:32 +0000 (18:10 +0000)]
(rmail-copy-headers): When copying full headers,
correctly put point at the end.

15 years ago(compilation-filter): Call `comint-carriage-motion', just like `comint-output-filter'.
Sam Steingold [Tue, 17 Feb 2009 16:49:40 +0000 (16:49 +0000)]
(compilation-filter): Call `comint-carriage-motion', just like `comint-output-filter'.

15 years ago* net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.
Juanma Barranquero [Tue, 17 Feb 2009 14:58:15 +0000 (14:58 +0000)]
* net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.

15 years ago(make-directory): Stop recursing if parent is self. (Bug#2309)
Jason Rumney [Tue, 17 Feb 2009 14:27:28 +0000 (14:27 +0000)]
(make-directory): Stop recursing if parent is self. (Bug#2309)

15 years ago* progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
Juanma Barranquero [Tue, 17 Feb 2009 10:59:12 +0000 (10:59 +0000)]
* progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.

15 years agoTweak copyright-regexp
Miles Bader [Tue, 17 Feb 2009 10:13:59 +0000 (10:13 +0000)]
Tweak copyright-regexp

Tweaked to match copyright statements where the years follow the name.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1549

15 years ago(Position Info): M-x count-lines-region is not always on M-=. (Bug#2269)
Glenn Morris [Tue, 17 Feb 2009 07:14:11 +0000 (07:14 +0000)]
(Position Info): M-x count-lines-region is not always on M-=.  (Bug#2269)

15 years ago(copyright-update-year): Don't let y-or-n-p move point. (Bug#2209)
Glenn Morris [Tue, 17 Feb 2009 03:02:25 +0000 (03:02 +0000)]
(copyright-update-year): Don't let y-or-n-p move point.  (Bug#2209)

15 years ago(rmail-mbox-from): New function.
Glenn Morris [Tue, 17 Feb 2009 02:54:14 +0000 (02:54 +0000)]
(rmail-mbox-from): New function.
(rmail-output-as-mbox): Use rmail-mbox-from.
(rmail-output): Ensure a From line in the not-rmail Babyl case.

15 years agomessage.el is ok with rmail now following 2009-02-17 changes to rmailout.
Glenn Morris [Tue, 17 Feb 2009 02:38:54 +0000 (02:38 +0000)]
message.el is ok with rmail now following 2009-02-17 changes to rmailout.

15 years ago(rmail-get-attr-names): Give a warning rather than an error if the
Glenn Morris [Tue, 17 Feb 2009 02:37:40 +0000 (02:37 +0000)]
(rmail-get-attr-names): Give a warning rather than an error if the
header is corrupt.

15 years ago(rmail-fields-not-to-output): Doc fix.
Glenn Morris [Tue, 17 Feb 2009 02:36:51 +0000 (02:36 +0000)]
(rmail-fields-not-to-output): Doc fix.
(rmail-delete-unwanted-fields): Ignore case.  Use line-beg-pos.
(rmail-output, rmail-output-as-seen): Change the "from-gnus" argument to
"not-rmail", and make it work.  Simplify.

15 years agoComment.
Glenn Morris [Tue, 17 Feb 2009 02:32:34 +0000 (02:32 +0000)]
Comment.

15 years agonewsticker: offer deletion of old groups file.
Ulf Jasper [Mon, 16 Feb 2009 20:45:14 +0000 (20:45 +0000)]
newsticker: offer deletion of old groups file.

15 years agoconsistently use @insertcopying, @direntry, @contents
Karl Berry [Mon, 16 Feb 2009 17:41:58 +0000 (17:41 +0000)]
consistently use @insertcopying, @direntry, @contents

15 years ago(Fcheck_coding_systems_region): Fix test for unibyte
Andreas Schwab [Mon, 16 Feb 2009 13:04:15 +0000 (13:04 +0000)]
(Fcheck_coding_systems_region): Fix test for unibyte
string.

15 years agoAdd bug reference.
Juanma Barranquero [Mon, 16 Feb 2009 12:34:05 +0000 (12:34 +0000)]
Add bug reference.

15 years ago(Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
Kenichi Handa [Mon, 16 Feb 2009 11:53:52 +0000 (11:53 +0000)]
(Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.

15 years agoMerge from gnus--devo--0
Miles Bader [Mon, 16 Feb 2009 09:32:19 +0000 (09:32 +0000)]
Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1548

15 years ago(rmail-output, rmail-output-as-seen): Further doc fixes.
Glenn Morris [Mon, 16 Feb 2009 01:33:10 +0000 (01:33 +0000)]
(rmail-output, rmail-output-as-seen): Further doc fixes.

15 years ago(rmail-delete-unwanted-fields)
Glenn Morris [Mon, 16 Feb 2009 01:18:38 +0000 (01:18 +0000)]
(rmail-delete-unwanted-fields)
(rmail-output-as-babyl, rmail-output-to-babyl-buffer)
(rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
(rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
(rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.

15 years ago(rmail-update-summary): Move declaration earlier in file.
Glenn Morris [Sun, 15 Feb 2009 20:45:03 +0000 (20:45 +0000)]
(rmail-update-summary): Move declaration earlier in file.

15 years ago(rmail-output-as-mbox): Start search from point-min. If constructing a
Glenn Morris [Sun, 15 Feb 2009 03:26:17 +0000 (03:26 +0000)]
(rmail-output-as-mbox): Start search from point-min.  If constructing a
"From " line, prefer the date header over the current time.

15 years ago(rmail-summary-output-as-seen): Doc fix.
Glenn Morris [Sun, 15 Feb 2009 02:52:14 +0000 (02:52 +0000)]
(rmail-summary-output-as-seen): Doc fix.

15 years ago(rmail-output-decode-coding): Fix custom type, group.
Glenn Morris [Sun, 15 Feb 2009 02:51:21 +0000 (02:51 +0000)]
(rmail-output-decode-coding): Fix custom type, group.
(rmail-output-as-babyl, rmail-output-to-babyl-buffer): Remove
unnecessary use of with-no-warnings.
(rmail-output-as-mbox, rmail-output-as-seen): Doc fix.

15 years ago(rmail-edit-diff-headers): Delete spurious reference to OLD.
Richard M. Stallman [Sun, 15 Feb 2009 02:32:03 +0000 (02:32 +0000)]
(rmail-edit-diff-headers): Delete spurious reference to OLD.

15 years agoUpdated gnus-util.el for mbox rmail.
Glenn Morris [Sun, 15 Feb 2009 00:34:20 +0000 (00:34 +0000)]
Updated gnus-util.el for mbox rmail.

15 years ago(rmail-insert-rmail-file-header, rmail-count-new-messages)
Glenn Morris [Sun, 15 Feb 2009 00:31:07 +0000 (00:31 +0000)]
(rmail-insert-rmail-file-header, rmail-count-new-messages)
(rmail-show-message): Remove unnecessary autoloads.
(rmail-default-rmail-file): Remove unnecessary declaration.
(gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.

15 years ago(with-buffer-prepared-for-jit-lock): Swap the `let' and
Stefan Monnier [Sat, 14 Feb 2009 21:41:26 +0000 (21:41 +0000)]
(with-buffer-prepared-for-jit-lock): Swap the `let' and
the `with-buffer-unmodified' to avoid useless `readlink' calls.

15 years ago(struct iterator_stack_entry): New line_wrap member.
Chong Yidong [Sat, 14 Feb 2009 17:28:27 +0000 (17:28 +0000)]
(struct iterator_stack_entry): New line_wrap member.

15 years ago(push_it, pop_it): Save and restore line_wrap.
Chong Yidong [Sat, 14 Feb 2009 17:28:08 +0000 (17:28 +0000)]
(push_it, pop_it): Save and restore line_wrap.
(handle_line_prefix): Suppress wrapping of wrap prefixes.

15 years ago* dispextern.h (struct iterator_stack_entry): New line_wrap
Chong Yidong [Sat, 14 Feb 2009 17:27:16 +0000 (17:27 +0000)]
* dispextern.h (struct iterator_stack_entry): New line_wrap
member.

* xdisp.c (push_it, pop_it): Save and restore line_wrap.
(handle_line_prefix): Suppress wrapping of wrap prefixes.

15 years ago(bibtex-global-key-alist, bibtex-initialize): Exclude current buffer
Roland Winkler [Sat, 14 Feb 2009 16:58:04 +0000 (16:58 +0000)]
(bibtex-global-key-alist, bibtex-initialize): Exclude current buffer
if it does not use bibtex-mode.
(bibtex-parse-strings, bibtex-strings, bibtex-initialize)
(bibtex-sort-buffer, bibtex-search-entry)
(bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
test whether bibtex-strings and bibtex-reference-keys have their
initial values.

15 years ago(User-Chosen Coding Systems): Document that select-safe-coding-system
Eli Zaretskii [Sat, 14 Feb 2009 14:12:15 +0000 (14:12 +0000)]
(User-Chosen Coding Systems): Document that select-safe-coding-system
suggests raw-text if there are raw bytes in the region.
(Explicit Encoding): Warn not to use `undecided' when encoding.

15 years ago(MAX_SCREEN_BUF): New macro.
Eli Zaretskii [Sat, 14 Feb 2009 10:50:29 +0000 (10:50 +0000)]
(MAX_SCREEN_BUF): New macro.
(IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
Encode the entire run of glyphs sharing the same face, instead of
doing that one glyph at a time (fixes a bug with displaying
double-size characters).

15 years ago(translation-table-for-input): Declare obsolete again.
Eli Zaretskii [Sat, 14 Feb 2009 09:08:08 +0000 (09:08 +0000)]
(translation-table-for-input): Declare obsolete again.

15 years ago(quoted-insert, zap-to-char): Use `with-no-warnings' around forms that refer
Eli Zaretskii [Sat, 14 Feb 2009 09:06:30 +0000 (09:06 +0000)]
(quoted-insert, zap-to-char): Use `with-no-warnings' around forms that refer
to translation-table-for-input.

15 years ago(quail-input-string-to-events, quail-store-decode-map-key, quail-char-equal-p):
Eli Zaretskii [Sat, 14 Feb 2009 09:05:59 +0000 (09:05 +0000)]
(quail-input-string-to-events, quail-store-decode-map-key, quail-char-equal-p):
Use `with-no-warnings' around forms that refer to translation-table-for-input.

15 years ago(isearch-search-string): Use `with-no-warnings' around forms that refer
Eli Zaretskii [Sat, 14 Feb 2009 09:04:46 +0000 (09:04 +0000)]
(isearch-search-string): Use `with-no-warnings' around forms that refer
to translation-table-for-input.

15 years ago(ispell-insert-word): Use `with-no-warnings' around forms that refer
Eli Zaretskii [Sat, 14 Feb 2009 09:03:19 +0000 (09:03 +0000)]
(ispell-insert-word): Use `with-no-warnings' around forms that refer
to translation-table-for-input.

15 years agoUpdate Rmail notes.
Glenn Morris [Sat, 14 Feb 2009 05:17:25 +0000 (05:17 +0000)]
Update Rmail notes.

15 years ago(rmail-output-to-rmail-file): Remove autoload added in previous change.
Glenn Morris [Sat, 14 Feb 2009 05:09:13 +0000 (05:09 +0000)]
(rmail-output-to-rmail-file): Remove autoload added in previous change.
(gnus-summary-save-in-mail): Use gnus-output-to-rmail rather than
rmail-output-to-rmail-file.

15 years ago(end-of-defun-function): Docstring fix.
Stefan Monnier [Sat, 14 Feb 2009 04:19:34 +0000 (04:19 +0000)]
(end-of-defun-function): Docstring fix.

15 years agoHandle editing of header fields.
Richard M. Stallman [Sat, 14 Feb 2009 04:01:53 +0000 (04:01 +0000)]
Handle editing of header fields.
(rmail-old-headers): New variable.
(rmail-edit-current-message): Set it, recording current headers.
(rmail-cease-edit): Compute new headers and diff against old ones.
Update the mbox buffer with the changes that were made.
(rmail-edit-headers-alist): New function.
(rmail-edit-diff-headers, rmail-edit-update-headers): New functions.

15 years agoRmail - updated gnus.el.
Glenn Morris [Sat, 14 Feb 2009 03:41:44 +0000 (03:41 +0000)]
Rmail - updated gnus.el.

15 years ago(rmail): When reverting, swap buffers before setting counters. (Bug#2229)
Glenn Morris [Sat, 14 Feb 2009 03:40:39 +0000 (03:40 +0000)]
(rmail): When reverting, swap buffers before setting counters.  (Bug#2229)
(rmail-revert): Swap buffers before replacing contents.

15 years agoIan Eure <ian at digg.com> (tiny change)
Glenn Morris [Sat, 14 Feb 2009 03:38:00 +0000 (03:38 +0000)]
Ian Eure  <ian at digg.com>  (tiny change)

(sql-product-alist, sql-connect-sqlite): Remove host, user, password
options not applicable to SQlite. (Bug#1904)

15 years ago*** empty log message ***
Jay Belanger [Sat, 14 Feb 2009 03:37:42 +0000 (03:37 +0000)]
*** empty log message ***

15 years ago(rmail-output-to-rmail-file): Move autoload here from gnus.el.
Glenn Morris [Sat, 14 Feb 2009 03:36:27 +0000 (03:36 +0000)]
(rmail-output-to-rmail-file): Move autoload here from gnus.el.

15 years ago(rmail-default-rmail-file): Remove declaration of deleted
Glenn Morris [Sat, 14 Feb 2009 03:35:37 +0000 (03:35 +0000)]
(rmail-default-rmail-file): Remove declaration of deleted
variable (only used in gnus-util, which declares it anyway).
(rmail-output-to-rmail-file): Move autoload to gnus-art, the only place
that uses it.
(rmail-insert-rmail-file-header): Remove autoload of deleted function,
only used in gnus-util, which autoloads it itself.
(rmail-update-summary): Fix autoload.

15 years agoUpdate version number. Mention Maxima mode.
Jay Belanger [Sat, 14 Feb 2009 03:34:37 +0000 (03:34 +0000)]
Update version number.  Mention Maxima mode.

15 years ago(rmail-output-body-to-file): Avoid space and colon in default file name.
Richard M. Stallman [Sat, 14 Feb 2009 02:54:00 +0000 (02:54 +0000)]
(rmail-output-body-to-file): Avoid space and colon in default file name.

15 years ago(rmail-convert-file-maybe): Turn off case-fold-search.
Richard M. Stallman [Sat, 14 Feb 2009 02:52:17 +0000 (02:52 +0000)]
(rmail-convert-file-maybe): Turn off case-fold-search.
(rmail-add-mbox-headers): Likewise.

15 years ago(locate-library): Doc fix. (Bug#2291)
Eli Zaretskii [Fri, 13 Feb 2009 15:19:06 +0000 (15:19 +0000)]
(locate-library): Doc fix.  (Bug#2291)

15 years ago(load-library): Doc fix.
Eli Zaretskii [Fri, 13 Feb 2009 15:14:33 +0000 (15:14 +0000)]
(load-library): Doc fix.

15 years ago(c-defun-name): Widen, to allow it to work in narrowed buffers.
Alan Mackenzie [Fri, 13 Feb 2009 14:54:27 +0000 (14:54 +0000)]
(c-defun-name): Widen, to allow it to work in narrowed buffers.

15 years ago*** empty log message ***
Alan Mackenzie [Fri, 13 Feb 2009 14:53:28 +0000 (14:53 +0000)]
*** empty log message ***

15 years agoInclude time.h unconditionally.
Chong Yidong [Fri, 13 Feb 2009 14:21:30 +0000 (14:21 +0000)]
Include time.h unconditionally.
(main): Use time_t for time variables.

15 years ago* movemail.c: Include time.h unconditionally.
Chong Yidong [Fri, 13 Feb 2009 14:21:16 +0000 (14:21 +0000)]
* movemail.c: Include time.h unconditionally.
(main): Use time_t for time variables.

15 years ago* nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog. \n \n* nsmenu.m...
Adrian Robert [Fri, 13 Feb 2009 13:30:35 +0000 (13:30 +0000)]
* nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog. \n \n* nsmenu.m (pop_down_menu): Check popup_activated_flag. \n(ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let \npop_down_menu do the cleanup work as it is always called. (Bug#2154) \n \n* nsfont.m (nsfont_make_fontset_for_font): For now, don't try to \nset fontset font for 'mathematical-' sub-scripts. (Bug #2218)\n

15 years agoAdd bug reference.
Juanma Barranquero [Fri, 13 Feb 2009 12:57:45 +0000 (12:57 +0000)]
Add bug reference.

15 years ago(tit-process-header): Use
Kenichi Handa [Fri, 13 Feb 2009 12:37:53 +0000 (12:37 +0000)]
(tit-process-header): Use
buffer-substring-no-properties instead of buffer-substring.
(tit-process-body): Likewise.
(tsang-quick-converter): Handle superfluous CR at eol.
(py-converter): Use buffer-substring-no-properties instead of
buffer-substring.  Handle superfluous CR at eol.
(ziranma-converter): Likewise
(ctlau-converter): Likewise.
(miscdic-convert): Read a file without eol conversion.

15 years ago2009-02-13 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik [Fri, 13 Feb 2009 10:45:03 +0000 (10:45 +0000)]
2009-02-13  Carsten Dominik  <dominik@science.uva.nl>

* org.texi (Org Plot): Fix link.

15 years ago* minibuffer.el (internal-complete-buffer-except): Doc fix. (Bug#2315)
Juanma Barranquero [Fri, 13 Feb 2009 10:35:40 +0000 (10:35 +0000)]
* minibuffer.el (internal-complete-buffer-except): Doc fix.  (Bug#2315)

15 years agoAdd bug references.
Juanma Barranquero [Fri, 13 Feb 2009 08:56:27 +0000 (08:56 +0000)]
Add bug references.

15 years agoFix typos.
Juanma Barranquero [Fri, 13 Feb 2009 08:50:57 +0000 (08:50 +0000)]
Fix typos.

15 years ago(rmail-show-message): Restore argument list to the declaration now
Glenn Morris [Fri, 13 Feb 2009 07:52:18 +0000 (07:52 +0000)]
(rmail-show-message): Restore argument list to the declaration now
that this functions behaves in Emacs 23 as in 22.

15 years agoUpdate for rmail-show-message-maybe name change.
Glenn Morris [Fri, 13 Feb 2009 07:48:13 +0000 (07:48 +0000)]
Update for rmail-show-message-maybe name change.

15 years ago(rmail-show-message): New name for the old rmail-show-message-maybe.
Glenn Morris [Fri, 13 Feb 2009 07:46:14 +0000 (07:46 +0000)]
(rmail-show-message): New name for the old rmail-show-message-maybe.
Update callers.

15 years agoUpdate for rmail-show-message -> rmail-show-message-1 name change.
Glenn Morris [Fri, 13 Feb 2009 07:44:18 +0000 (07:44 +0000)]
Update for rmail-show-message -> rmail-show-message-1 name change.

15 years ago(rmail-show-message-1): New name for the old rmail-show-message.
Glenn Morris [Fri, 13 Feb 2009 07:43:50 +0000 (07:43 +0000)]
(rmail-show-message-1): New name for the old rmail-show-message.
Update callers.

15 years ago(rmail-summary-vector, rmail-mode-map): Add doc string.
Glenn Morris [Fri, 13 Feb 2009 03:51:16 +0000 (03:51 +0000)]
(rmail-summary-vector, rmail-mode-map): Add doc string.
(rmail-set-header-1): If VALUE is nil, remove the header altogether.
(rmail-set-header): Doc fix.

15 years ago(msgnum): Remove declaration.
Glenn Morris [Fri, 13 Feb 2009 03:49:58 +0000 (03:49 +0000)]
(msgnum): Remove declaration.
(rmail-summary-redo): Add missing initialization value.
(rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
(rmail-summary-mark-deleted, rmail-summary-deleted-p):
Fix skip-chars-forward calls.
(rmail-summary-mark-seen): New function.  As well as removing the '-'
mark, update the summary-vector.  (Bug#2135)
(rmail-summary-rmail-update, rmail-summary-goto-msg):
Use rmail-summary-mark-seen.