summaryrefslogtreecommitdiff
path: root/lisp/=gnus.el
Commit message (Collapse)AuthorAgeFilesLines
* (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.
* (gnus-summary-next-article): Handle non-character events.Richard M. Stallman1994-06-201-8/+14
|
* (gnus-newsrc-to-gnus-format): In main loop,Richard M. Stallman1994-06-051-7/+8
| | | | | don't try to match the ranges with the regexp. Match just the group name and the subscribed-flag.
* (gnus-summary-catchup): Check gnus-interactive-catchup.Richard M. Stallman1994-05-271-0/+2
| | | | (gnus-summary-catchup-and-exit): Likewise.
* Doc fix.Richard M. Stallman1994-05-221-1/+1
|
* (gnus-group-unsubscribe-current-group):Richard M. Stallman1994-05-191-2/+6
| | | | Fail nicely if no current group name.
* rmail-default-file renamed from rmail-last-file,Richard M. Stallman1994-05-191-5/+5
| | | | rmail-default-rmail-file renamed from rmail-last-...
* (gnus-group-mode-map): Fix typo in prev change.Richard M. Stallman1994-05-171-1/+1
|
* (gnus-group-mode-map, gnus-summary-mode-map):Richard M. Stallman1994-05-121-1/+4
| | | | Add bindings for up and down keys.
* Update copyright.Karl Heuer1994-05-031-2/+2
|
* (gnus-summary-mode-map): Bind # to gnus-uu-mark-article.Richard M. Stallman1994-04-301-1/+3
| | | | (gnus-uu-mark-article): Autoload it from gnus-uu.
* (gnus-summary-mode-map): Bind C-c C-v to gnus-uu-ctl-map.Richard M. Stallman1994-04-301-1/+3
| | | | (gnus-uu-ctl-map): Autoload it from gnus-uu.
* Don't use triple-hyphen in a character class.Karl Heuer1994-03-121-4/+4
|
* (gnus-user-login-name): Fix doc string.Karl Heuer1994-02-111-2/+2
|
* (gnus-group-list-all-groups): Display a message in the echo area.Richard M. Stallman1994-01-081-2/+4
|
* (gnus-capitalize-newsgroup): Modify a new temporaryRichard M. Stallman1993-12-231-2/+3
| | | | syntax table, not the current one.
* (gnus-summary-save-in-mail): Use rmail-outputRichard M. Stallman1993-11-171-2/+2
| | | | if the file is not an Rmail file.
* (gnus-summary-save-in-mail): Don't use rmail-output.Richard M. Stallman1993-11-161-2/+8
| | | | | Instead, use either gnus-output-to-rmail or gnus-output-to-file. Expand filename before use.
* (gnus-summary-save-in-mail): Pass new args to rmail-output.Richard M. Stallman1993-11-151-2/+2
|
* (gnus-caesar-region): Replace `%' by `mod' and simplify.Paul Eggert1993-08-101-3/+2
|
* (gnus-apply-kill-hook): Make default value a list of functions.Richard M. Stallman1993-07-281-118/+122
| | | | | (gnus-mark-article-hook, gnus-select-digest-hook): Likewise. (gnus-select-article-hook, gnus-select-group-hook): Likewise.
* Comment change.Richard M. Stallman1993-07-271-2/+2
|
* (gnus-emacs-version): New variable.Richard M. Stallman1993-07-201-31/+34
| | | | | | (gnus-version): Updated to 4.1. (gnus-newsrc-to-gnus-format): Use different regexp in 18 and 19. (gnus-group-startup-message): Use gnus-emacs-version.
* (gnus-info-nodes): Update node names.Richard M. Stallman1993-07-171-3/+3
|
* * gnus.el (gnus-newsrc-to-gnus-format): Correct regexp whichJim Blandy1993-06-291-2/+2
| | | | matches .newsrc lines not to match more than one line.
* * gnus.el (gnus-start-news-server): If no server has beenJim Blandy1993-06-101-10/+14
| | | | | specificed, but gnus-nntp-service is nil, don't ask for a server name; use the local host.
* * gnus.el (gnus-newsrc-to-gnus-format): Change regexp whichJim Blandy1993-06-101-3/+5
| | | | | matches .newsrc lines for better performance under the new regexp routines.
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-10/+10
|
* (gnus-local-timezone): Doc fix.Richard M. Stallman1993-06-051-4/+9
|
* (gnus-summary-isearch-article): Call isearch-forwardRichard M. Stallman1993-06-041-11/+12
| | | | | | | in ordinary fashion with no args. (gnus-inews-article-hook, gnus-prepare-article-hook): Initialize to a list. (gnus-read-newsrc-file): If timestamps are equal, reload .newsrc.