1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 16:21:07 -08:00
Commit graph

1933 commits

Author SHA1 Message Date
Chong Yidong
675ccaf017 * pmail.el (pmail-tool-bar-map): Initialize it unconditionally. 2008-10-11 19:56:32 +00:00
Martin Rudalics
6a8b463264 Remove * in defcustom docstrings and tell
for most options that customizing them doesn't affect buffers
already displaying footnotes.
(Footnote-refresh-footnotes, Footnote-renumber-footnotes): Fix
handling of text properties and identical start/end tags.  Do
not use format when renumbering.
(Footnote-set-style): Make it work.
(Footnote-insert-numbered-footnote): Simplify.
(Footnote-narrow-to-footnotes, Footnote-insert-footnote)
(Footnote-goto-footnote): Fix handling of empty section tag.
(Footnote-delete-footnote): Fix handling of identical start/end
tags, empty section tag, and spaced footnotes.  Do not use
kill-region.
(footnote-mode): Make most options buffer-local to avoid that
customizing messes up handling of footnotes in buffers that
already display them.
2008-10-06 06:29:05 +00:00
Paul Reilly
a1fdbf6d60 *** empty log message *** 2008-10-05 14:14:05 +00:00
Paul Reilly
fca0b79bef Next step in the Rmail/mbox support: getting basic summary support working. 2008-10-05 14:08:21 +00:00
Eli Zaretskii
f45de83bf8 (mail-unquote-printable-region): Use insert-byte instead of insert-char,
when the UNIBYTE arg is non-nil.
2008-09-30 11:54:57 +00:00
Chong Yidong
c8145d5e95 (rfc822-addresses): Prevent rfc822-bad-address from raising a
wrong-type-argument error.
2008-09-24 17:56:13 +00:00
Paul Reilly
b05f4920d5 *** empty log message *** 2008-09-23 11:32:25 +00:00
Paul Reilly
e93edd3fca First pass at handling decoding the mbox message into the view buffer. 2008-09-23 11:30:17 +00:00
Glenn Morris
0cf1893f34 Remove file. 2008-09-16 02:45:51 +00:00
Paul Reilly
98c78ffe7a *** empty log message *** 2008-09-15 20:59:18 +00:00
Paul Reilly
61dcccff80 The Rmail/mbox merge has been abandoned in favor of a restart using
the current rmail.el file.  A comprehensive list of changes will be
supplied when pmail.el is morphed back into rmail.el

The current status is that pmail.el supports basic Rmail navigation
(no summary support) and shows the current message in a special
buffer using buffer-swap-text.  No decoding is done yet.  That is the
next step.
2008-09-15 20:56:53 +00:00
Paul Reilly
133fc7dcdb Rmail/mbox merge abandoned. Remove stale files. 2008-09-15 20:40:23 +00:00
Paul Reilly
84a056f85e Rmail/mbox merge abandoned. Remove stale files. 2008-09-15 20:37:15 +00:00
Glenn Morris
a7a65779b5 *** empty log message *** 2008-09-06 18:56:57 +00:00
Glenn Morris
3e5013c35c (rmail-spam-filter): Autoload it. 2008-09-06 18:56:50 +00:00
Glenn Morris
b3a2404fbb *** empty log message *** 2008-09-06 18:44:46 +00:00
Glenn Morris
8ac8cb144a (pmail-sort-messages): Use pmail-desc-get-start, pmail-desc-get-end
rather than non-existent `marker-' functions.
2008-09-06 18:44:36 +00:00
Glenn Morris
0a25d0ecda (pmail-use-spam-filter): Remove un-needed variable declaration.
Doc fix for actual definition.
(pmail-get-new-mail): Call rmail-spam-filter rather than non-existent
pmail-spam-filter.
2008-09-06 18:37:43 +00:00
Glenn Morris
51a5d09565 Add local variable setting for change-log-default-name. 2008-09-06 02:55:23 +00:00
Glenn Morris
c1ca0a069e *** empty log message *** 2008-09-06 02:50:52 +00:00
Glenn Morris
59988cefad (pmail-dont-reply-to, pmail-desc-get-marker-end)
(pmail-desc-get-marker-start): Remove declarations of undefined functions.
(pmail-select-correspondent): Use rmail-dont-reply-to from mail-utils
rather than non-existent pmail-dont-reply-to.
2008-09-06 02:50:14 +00:00
Glenn Morris
c2e1d7bc92 (pmail-output-read-pmail-file-name): Remove unused declaration. 2008-09-06 02:48:16 +00:00
Glenn Morris
8befce04ac (pmail-parse-file-inboxes): Remove unused declaration. 2008-09-06 02:47:50 +00:00
Glenn Morris
327bcdb5c1 (pmail-maybe-set-message-counters)
(pmail-set-message-deleted-p): Remove unused declarations.
2008-09-06 02:47:16 +00:00
Glenn Morris
e6eddb0dca (pmail-spam-filter): Remove declaration of undefined function. 2008-09-06 02:46:37 +00:00
Glenn Morris
8c1ded96b6 Fix copyright years and license notices. 2008-09-06 02:28:43 +00:00
Glenn Morris
6eb249b7ac Add missing entry.
Fix formatting.
Add copyright and license.
2008-09-06 02:27:49 +00:00
Paul Reilly
d444063ebc * pmail.el (pmail-get-new-mail): When there are no new messages,
invoke a redisplay of the current message.
2008-09-05 19:28:36 +00:00
Juanma Barranquero
6981a71fb5 Fix typo. 2008-09-03 15:42:35 +00:00
Paul Reilly
8bc83fb8ec *** empty log message *** 2008-09-03 15:35:28 +00:00
Paul Reilly
73ead349fc Fix the expunge command so that the current message index is correct.
* pmail.el (pmail-expunge-counter): New variable
  (pmail-set-attribute): Canonicalize the calling sequence to index, attribute, state.
  (pmail-show-message, pmail-delete-message, pmail-undelete-previous-message,
   pmail-delete-forward, pmail-mark-message): Use the new canonical calling sequence.
  (pmail-only-expunge): Use the expunge counter to update the current message index.
  (pmail-expunge-callback): Simplify.  Just count the expunged messages with a lower
   index than the current message index.

* pmaildesc.el (pmail-desc-get-previous): Fix an "off by one" issue.
  (pmail-desc-set-attribute): Canonicalize the calling sequence to index, attribute, state.

* pmailout.el (pmail-output-body-to-file): Use the canonical calling sequence.
2008-09-03 15:33:38 +00:00
John Paul Wallington
d746203c12 (mail-yank-region): Fix comment. 2008-09-03 11:00:31 +00:00
Juanma Barranquero
2e2da3d5a2 * mail/pmaildesc.el (pmail-desc-get-match-index):
Fix malformed let binding.
2008-09-02 11:52:45 +00:00
Miles Bader
bc26117c3e Add arch tagline 2008-09-01 11:15:17 +00:00
Paul Reilly
ab3777910c (pmail-reply-callback): Call pmail-show-message to repaint the
message, insuring that new headers, like X-BABYL-V6... are correctly
hidden.
2008-09-01 10:56:37 +00:00
Paul Reilly
da084553d9 *** empty log message *** 2008-09-01 08:40:33 +00:00
Paul Reilly
92a86f9312 Reflect that rmail-convert-to-babyl is no longer relevant. 2008-09-01 08:37:47 +00:00
Paul Reilly
e87ae05bed Fix the expunge operation.
pmail.el (pmail-only-expunge): Manage pmail-total-messages in the
callback handler; remove the extra show message call.
(pmail-expunge-callback): Rewrite to handle all possible conditions.

pmaildesc.el (pmail-desc-get-previous, pmail-desc-get-match-index):
New functions.
2008-09-01 08:35:24 +00:00
Paul Reilly
d007e8e938 New and temporary change log file used to capture changes to the pmail*.el files. 2008-09-01 08:18:32 +00:00
Paul Reilly
acdc20068b Resolve all byte compiler warnings and enable IMAP/movemail support. 2008-08-29 04:27:46 +00:00
John Paul Wallington
6da54b82e4 (rmail-insert-inbox-text): Ensure that the filename of `tofile'
doesn't contain any colons so that it works on Windows, Cygwin, and
MS-DOS systems.
2008-08-21 12:24:48 +00:00
Miles Bader
0faeefbb78 Add arch tagline 2008-08-18 05:32:57 +00:00
Paul Reilly
b4de04b680 Temporary convenience files supporting the Rmail/mbox merge to the
trunk (as Pmail).  These files should be removed when Pmail is
subsumed into Rmail.
2008-08-18 05:21:37 +00:00
Paul Reilly
fde81d5810 Notes on changes made to merge from the Rmail/mbox branch into the trunk. 2008-08-18 05:18:52 +00:00
Miles Bader
6152092712 Add arch tagline 2008-08-18 04:59:13 +00:00
Paul Reilly
e131541f81 mail/: Add new (temporary) libaries for which to test Rmail/mbox such
that Rmail/babyl is not affected.  This creates a facility/feature
called "pmail" (analagous to "rmail") that can be used independently
from Rmail for testing purposes.  The plan is to replace the "rmail"
files eventually and remove "pmail" entirely at that point.  In the
interim, interested developers can use either Rmail or Pmail or both
(which is not recommended for the casual User or the faint of heart).
2008-08-18 04:51:28 +00:00
Dan Nicolaescu
7c2fb837ec * bitmaps/README:
* xfns.c:
* termcap.c:
* term.c:
* syswait.h:
* systty.h:
* systime.h:
* syssignal.h:
* sysdep.c:
* process.h:
* process.c:
* print.c:
* ndir.h:
* lread.c:
* keyboard.c:
* getpagesize.h:
* floatfns.c:
* fileio.c:
* emacs.c:
* doc.c:
* dispnew.c:
* dired.c:
* data.c:
* callproc.c:
* buffer.c:
* README:
* Makefile.in:
* s/template.h:
* s/msdos.h:
* m/vax.h: Remove VMS support.
* s/vms.h:
* vlimit.h:
* uaf.h:
* temacs.opt:
* param.h:
* ioctl.h: Remove file.

* descrip.mms:
* compile.com: Remove file.
* Create.c: Remove VMS support.

* message.el (Module):

* gnus-start.el (Module):

* gnus-registry.el (Module):

* textmodes/texinfmt.el:
* nxml/nxml-enc.el:
* mail/feedmail.el:
* international/mule.el:
* international/latexenc.el:
* emulation/viper-util.el:
* emulation/viper-init.el:
* emulation/viper-ex.el:
* emacs-lisp/bytecomp.el:
* version.el:
* subr.el:
* startup.el:
* sort.el:
* shadowfile.el:
* recentf.el:
* printing.el:
* paths.el:
* minibuffer.el:
* ls-lisp.el:
* loadup.el:
* hippie-exp.el:
* finder.el:
* files.el:
* ediff-util.el:
* ediff-ptch.el:
* ediff-init.el:
* ediff-diff.el:
* dired.el:
* dired-aux.el:
* cus-edit.el:
* bindings.el:
* arc-mode.el:
* add-log.el: Remove VMS support.
* obsolete/vmsproc.el:
* obsolete/vms-pmail.el:
* obsolete/vms-patch.el: Remove file.

* etags.c:
* emacsclient.c: Remove VMS support.

* termcap.src: Remove file.
* README:
* PROBLEMS:
* MACHINES: Remove VMS info.

* ediff.texi: Remove VMS support.

* os.texi:
* intro.texi:
* files.texi: Remove VMS support.

* emacs.texi: Remove VMS support.

* make-dist:
* README: Remove VMS support.
* vms: Remove directory.
2008-07-31 05:33:56 +00:00
Dan Nicolaescu
16952f1875 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir. 2008-07-05 18:27:16 +00:00
Glenn Morris
fffa137cb7 American English spelling fix. 2008-06-27 07:34:53 +00:00
Glenn Morris
0f18579193 Require 'cl when compiling. 2008-06-21 20:34:50 +00:00