summaryrefslogtreecommitdiff
path: root/lisp/gnus
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some doc strings to properly quote symbols.Sam Steingold2001-11-142-10/+14
|
* fixed formatSam Steingold2001-11-131-4/+4
|
* *** empty log message ***Pavel Janík2001-11-101-0/+5
|
* (gnus-local-domain): Reformat the doc-string to refer to functionPavel Janík2001-11-101-1/+1
| | | | `system-name' instead of both function and variable.
* 2001-11-07 ShengHuo ZHU <zsh@cs.rochester.edu>ShengHuo ZHU2001-11-072-1/+6
| | | | * mml.el (mml-preview): Bind mail-header-separator.
* ident.ShengHuo ZHU2001-11-061-57/+57
|
* 2001-11-05 ShengHuo ZHU <zsh@cs.rochester.edu>ShengHuo ZHU2001-11-062-4/+14
| | | | | * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer. Suggested by Dave Love <fx@gnu.org>.
* 2001-11-01 ShengHuo ZHU <zsh@cs.rochester.edu>ShengHuo ZHU2001-11-012-16/+21
| | | | * mm-util.el (mm-charset-synonym-alist): Revert (some).
* * mm-util.el, nnultimate.el, nnweb.el, nnslashdot.el: Sync withShengHuo ZHU2001-10-315-419/+715
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the Gnus CVS. * mm-util.el (mm-mime-mule-charset-alist): Move down and call mm-coding-system-p. Don't correct it only in XEmacs. (mm-charset-to-coding-system): Use mm-coding-system-p and mm-get-coding-system-list. (mm-emacs-mule, mm-mule4-p): New. (mm-enable-multibyte, mm-disable-multibyte, mm-enable-multibyte-mule4, mm-disable-multibyte-mule4, mm-with-unibyte-current-buffer, mm-with-unibyte-current-buffer-mule4): Use them. (mm-find-mime-charset-region): Treat iso-2022-jp. From Dave Love <fx@gnu.org>: * mm-util.el (mm-mime-mule-charset-alist): Make it correct by construction. (mm-charset-synonym-alist): Remove windows-125[02]. Make other entries conditional on not having a coding system defined for them. (mm-mule-charset-to-mime-charset): Use find-coding-systems-for-charsets if defined. (mm-charset-to-coding-system): Don't use mm-get-coding-system-list. Look in mm-charset-synonym-alist later. Add last resort search of coding systems. (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4) (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like Mule 4. (mm-find-mime-charset-region): Re-write. (mm-with-unibyte-current-buffer): Restore buffer as well as multibyteness.
* (nnimap-date-days-ago): Defeat locale.Gerd Moellmann2001-10-302-5/+11
|
* *** empty log message ***Stefan Monnier2001-10-271-5/+9
|
* (gnus-setup-message): Setup reaper for MML buffers.Stefan Monnier2001-10-271-0/+1
|
* *** empty log message ***Gerd Moellmann2001-10-101-0/+4
|
* *** empty log message ***Gerd Moellmann2001-10-062-0/+8
|
* (gnus-article-display-xface): Skip over previouslyGerd Moellmann2001-09-272-0/+7
| | | | inserted images.
* (gnus-buffer-configuration): Respect `gnus-bug-create-help-buffer'.Sam Steingold2001-09-192-2/+7
|
* *** empty log message ***Gerd Moellmann2001-09-181-0/+6
|
* (mm-charset-synonym-alist): Add windows-1250 so weGerd Moellmann2001-09-181-0/+5
| | | | | can read e-mails from Microsoft Outlook users not using ISO 8859-2 character set.
* *** empty log message ***Gerd Moellmann2001-09-181-0/+10
|
* (gnus-request-article-this-buffer): Refer toGerd Moellmann2001-09-181-2/+6
| | | | | `gnus-current-select-method' in the current summary buffer. From TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>.
* (gnus-select-newsgroup): MakeGerd Moellmann2001-09-181-2/+2
| | | | | `gnus-current-select-method' buffer-local. From TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>.
* *** empty log message ***Miles Bader2001-09-181-0/+5
|
* (gnus-server-insert-server-line): Don't let an error querying a backendMiles Bader2001-09-181-7/+9
| | | | abort the whole process.
* *** empty log message ***Gerd Moellmann2001-09-171-0/+4
|
* (gnus-server-mode): Doc fix.Gerd Moellmann2001-09-171-1/+1
|
* (gnus-local-domain): Undo change of 2001-07-02.Gerd Moellmann2001-09-032-0/+13
|
* (imap-mailbox-examine, imap-mailbox-examine-1): Fix a typo: `exmine' --> ↵Sam Steingold2001-08-312-159/+164
| | | | `examine'.
* (texinfo-every-node-update): RemoveGerd Moellmann2001-08-201-0/+4
| | | | some space from a message. From Pavel Jan,Bm(Bk <Pavel@Janik.cz>.
* (earcon-auto-play): Remove unused option.Gerd Moellmann2001-08-201-6/+1
|
* * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.ShengHuo ZHU2001-08-184-4/+16
| | | | | | | * gnus-util.el (gnus-output-to-rmail): Ditto. (gnus-output-to-mail): Ditto. * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
* *** empty log message ***Gerd Moellmann2001-08-071-0/+4
|
* (mm-uu-dissect, mm-uu-test): Fix autoload cookies.Gerd Moellmann2001-08-071-4/+3
|
* *** empty log message ***Gerd Moellmann2001-08-011-0/+5
|
* (autoload): Don't autoload `diff-mode' if it'sGerd Moellmann2001-08-011-2/+3
| | | | already fboundp. Add INTERACTIVE arg to autoload form.
* *** empty log message ***Gerd Moellmann2001-08-011-0/+7
|
* (gnus-startup-file-coding-system): Revert to binary.Gerd Moellmann2001-08-011-5/+8
| | | | | | (gnus-ding-file-coding-system): New variable. (gnus-read-newsrc-el-file, gnus-save-newsrc-file) (gnus-slave-save-newsrc): Use it.
* *** empty log message ***Gerd Moellmann2001-07-311-0/+5
|
* (gnus-startup-file-coding-system): Change toGerd Moellmann2001-07-311-1/+1
| | | | `emacs-mule'.
* *** empty log message ***Gerd Moellmann2001-07-231-0/+10
|
* (gnus-find-new-newsgroups): UseGerd Moellmann2001-07-231-5/+5
| | | | | | `message-make-date' instead of `current-time-string'. (gnus-ask-server-for-new-groups): Ditto. (gnus-check-first-time-used): Ditto.
* (nntp-request-newgroups): Use UTC date for NEWGROUPSGerd Moellmann2001-07-231-6/+17
| | | | command.
* Some fixes to follow coding conventions in files from Gnus.Pavel Janík2001-07-1535-40/+47
|
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-152-4/+6
|
* Fix license commentary.Gerd Moellmann2001-07-131-5/+7
|
* Fix a typo.Pavel Janík2001-07-132-1/+5
|
* (gnus-browse-make-menu-bar): Changed one of theGerd Moellmann2001-07-122-2/+8
| | | | | Browse->Next entries to Browse->Prev. From: Bj�Torkelsson <torkel@hpc2n.umu.se>.
* (nnfolder-read-folder): Force to use a multibyte buffer.Gerd Moellmann2001-07-122-1/+6
|
* properly mark Attic files as deletedKen Raeburn2001-07-062-565/+0
|
* *** empty log message ***Gerd Moellmann2001-07-041-0/+5
|
* (nnheader-init-server-buffer): Make sure theGerd Moellmann2001-07-041-1/+1
| | | | *nntpd* buffer is made multibyte instead of a random buffer.