aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus.el
Commit message (Collapse)AuthorAgeFilesLines
* (gnus-read-init-file): Don't load anything if init-file-user is nil.Richard M. Stallman1996-12-081-0/+2
|
* (gnus-local-domain): Remove.Richard M. Stallman1996-09-011-6/+0
|
* 1996-08-28 Lars Magne Ingebrigtsen <[email protected]>Lars Magne Ingebrigtsen1996-08-291-2/+4
| | | | | * gnus.el (gnus-group-read-group): Use range functions instead of list functions for the tick and marks ranges.
* 1996-08-27 Lars Magne Ingebrigtsen <[email protected]>Lars Magne Ingebrigtsen1996-08-281-0/+1
| | | | | * gnus.el (gnus-decode-rfc1522): Didn't put point at point-min before starting to decode.
* (gnus-group-enter-directory): Virtual server definitionLars Magne Ingebrigtsen1996-08-241-1/+1
| | | | list wasn't quoted.
* Sat Aug 24 23:32:02 1996 Lars Magne Ingebrigtsen <[email protected]>Lars Magne Ingebrigtsen1996-08-241-7/+7
| | | | | * gnus.el (gnus-group-enter-directory): Would temporarily bind `nneething-read-only', shadowing the proper `defvar'.
* ((provide 'gnus)): Make sure `gnus-directory' is definedLars Magne Ingebrigtsen1996-07-141-0/+1
| | | | when byte-compiling.
* Would infloop under certain conditions.Lars Magne Ingebrigtsen1996-07-041-2/+1
|
* Load `gnus-score-mode' from "score-mode".Lars Magne Ingebrigtsen1996-06-301-1/+1
|
* Wrong version number.Lars Magne Ingebrigtsen1996-06-291-1/+1
|
* Synched with Gnus 5.2.31.Lars Magne Ingebrigtsen1996-06-291-45/+110
|
* New version.Lars Magne Ingebrigtsen1996-06-251-7585/+10606
|
* * gnus.el (gnus-article-date-ut): Avoid race condition.Karl Heuer1996-05-281-4/+8
|
* (gnus-gmt-to-local): When rewriting a date to local time,Karl Heuer1996-05-281-1/+1
| | | | use the UTC offset in effect then, not the current UTC offset.
* * gnus.el (gnus-summary-pipe-output, gnus-buffer-configuration,Lars Magne Ingebrigtsen1996-04-181-1/+6
| | | | | gnus-window-to-buffer): Pop up the shell buffer after piping articles through a filter.
* (gnus-summary-prepare-threads): Call `gnus-message' instead of `message'.Erik Naggum1996-04-031-2/+2
|
* (gnus-request-accept-article): Make sure there's a newline at theRichard M. Stallman1996-02-041-7/+10
| | | | | | end of the buffer. (gnus-adjust-marked-articles): Don't remove illegal ticked articles (for forwards compatability).
* (gnus-update-read-articles): Remove duplicated article numbers on group exit.Richard M. Stallman1996-02-041-0/+6
|
* (gnus-gnus-to-newsrc-format): Turn off version-controlRichard M. Stallman1996-02-031-0/+4
| | | | before saving the .newsrc files.
* (read-news): Define as alias for gnus.Richard M. Stallman1996-01-251-0/+5
|
* (gnus-group-make-help-group): Check whetherRichard M. Stallman1996-01-171-1/+3
| | | | `installation-directory' is nil before using it.
* Update FSF's address.Erik Naggum1996-01-141-2/+4
|
* (gnus-cache-removable-articles): Renamed from gnus-cache-removeable-articles.Karl Heuer1996-01-041-31/+31
| | | | | (gnus-newsgroup-savable-name): Renamed from gnus-newsgroup-saveable-name. (gnus-bugaboo): Renamed from gnus-boogaboo.
* * gnus.el (gnus-summary-mode-line-format,Lars Magne Ingebrigtsen1995-12-141-5/+11
| | | | | | | | | | | gnus-article-mode-line-format, gnus-group-mode-line-format): Include the buffer name in the default mode strings. (gnus-mode-non-string-length): Changed the default to not limit/pad mode line lengths. (gnus-set-mode-line): Supply new values for the mode string variables. (gnus-summary-remove-lines-marked-with): Put point on the current article after expunging lines.
* (gnus-simplify-mode-line): New function to simplify theLars Magne Ingebrigtsen1995-12-091-25/+15
| | | | | | mode line in a safer manner. (gnus-group-mode, gnus-browse-mode, gnus-summary-mode, gnus-article-mode, gnus-server-mode): Use the function.
* (gnus-group-set-mode-line): Allow user defined specs in the groupLars Magne Ingebrigtsen1995-12-081-0/+1
| | | | format mode line.
* * gnus.el (gnus-parse-headers-hook): New hook.Lars Magne Ingebrigtsen1995-12-061-19/+40
| | | | | | | | | | | | | | | (gnus-get-newsgroup-headers): Call it. (gnus-get-newsgroup-headers-xover): Call it. (gnus-group-mode-map): Moved `gnus-group-fetch-faq' from `M-f' to `H f'. (gnus-summary-copy-article): Allow respooling to any backend. (gnus-summary-set-process-mark): Make sure each article can only be process marked once. (gnus-summary-remove-lines-marked-with): Put point on a valid article after removing lines. (gnus-summary-sort-by-author): Didn't allow sorting when pseudo-articles were present. (gnus-summary-sort-by-subject): Ditto.
* `gnus-group-quit-config' gave a list instead of the quit-configLars Magne Ingebrigtsen1995-11-181-1/+1
| | | | element.
* entered into RCSLars Magne Ingebrigtsen1995-11-041-6190/+13083
|
* (gnus-summary-save-in-mail): Use mail-file-babyl-p.Richard M. Stallman1995-10-041-1/+1
|
* (gnus-gnus-to-quick-newsrc-format): don't saveKarl Heuer1995-05-221-1/+1
| | | | gnus-newsgroup-alist in .newsrc.el.
* (gnus-expunge): Use defalias.Karl Heuer1995-05-171-1/+1
|
* (gnus-use-generic-from): Doc fix.Richard M. Stallman1995-05-061-1/+1
|
* (gnus-group-mode): Set truncate-lines.Richard M. Stallman1995-05-061-0/+1
|
* Update copyright.Karl Heuer1995-04-071-1/+1
|
* Added support for descriptions in the group buffer:Richard M. Stallman1995-01-241-7/+90
| | | | | | | | | | | | | | | | (gnus-group-prepare, gnus-group-prepare-line, gnus-setup-news) (gnus-gnus-to-quick-newsrc-format, gnus-group-list-groups): Record if we show all groups, to redisplay correctly after toggling descriptions display. (gnus-newsgroups-display-toggle, gnus-newsgroups-update-description) (gnus-newsgroups-retrieve-description): New functions. (gnus-group-mode-map): Bind t to gnus-newsgroups-display-toggle. Add a newsgroups-update-description menu. (gnus-newsgroups-regex, gnus-newsgroups-display, gnus-newsgroups-alist) (gnus-newsgroups-hashtb, gnus-newsgroups-showall): New variables. (gnus-group-group-name): Changed the regexp to avoid conflict with descriptions which have a ':' inside. (gnus-group-mode): Doc fix.
* Comment change.Richard M. Stallman1994-12-151-2/+1
|
* Many doc fixes. Fix progress message formats.Richard M. Stallman1994-11-281-227/+206
| | | | | | (gnus-article-prev-digest): Rename arg to n. (gnus-summary-next-digest, gnus-summary-prev-digest): Likewise. (file-newer-than-file-p): Definition deleted.
* (gnus-configure-windows): Make split-window-keep-point locally t so that focusKarl Heuer1994-11-051-1/+3
| | | | doesn't occasionally move to the wrong window on split-window-vertically.
* (gnus-group-group-name): Get rid of text properties.Richard M. Stallman1994-10-161-3/+4
|
* (gnus-summary-mode-map): Delete unusable `Sort Summary' item.Richard M. Stallman1994-08-111-2/+0
|
* (gnus-start-news-server): Fix the call to `error'.Richard M. Stallman1994-08-081-1/+1
|
* Require timezone when loading this file.Richard M. Stallman1994-08-071-2/+3
| | | | Move the provide call to the end.
* Doc fixes.Richard M. Stallman1994-08-041-12/+17
|
* (gnus-kill-files-directory): New variable.Richard M. Stallman1994-08-041-9/+11
| | | | (gnus-Newsgroup-kill-file, gnus-newsgroup-kill-file): Use it.
* (gnus-sortable-date): Use timezone-make-time-string.Richard M. Stallman1994-08-011-8/+7
|
* (gnus-group-suspend): Be sure to bury the right buffer.Richard M. Stallman1994-07-301-3/+5
|
* Clean up menu item string format.Richard M. Stallman1994-07-161-22/+48
| | | | | | Add a few menu items and separators. (gnus-mouse-pick-group): New function, on mouse-2 in Group mode. (gnus-mouse-pick-article): New function, on mouse-2 in Summary mode.
* Turning on gnus-show-threads in these four functions was a mistake;Michael I. Bushnell1994-07-071-8/+0
| | | | | | these functions are called by generic code a lot--the effect was that a user was forced to use the threads feature no matter what. In addition the code to turn on gnus-show-threads was incorrect.
* (gnus-summary-mode-map): Add menu bar menus.Richard M. Stallman1994-06-241-4/+177
| | | | | | | | | | | (gnus-group-mode-map): Add menu bar menus. (gnus-summary-catchup-to-here): New function. (gnus-summary-show-all-threads): Enable thread use. (gnus-summary-show-thread): Enable thread use. (gnus-summary-hide-all-threads): Enable thread use. (gnus-summary-hide-thread): Enable thread use. (gnus-summary-next-article): Fix previous change.