diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-07-12 10:17:47 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-07-12 10:17:47 +0000 |
commit | 158f4aea95b259d8f1129ede0c322e065971710e (patch) | |
tree | 774d588b64f9e820b56783e486424d0583a4081b | |
parent | 2c90242273c4155f915d66b163ec647264d0f669 (diff) | |
download | emacs-158f4aea95b259d8f1129ede0c322e065971710e.tar.gz |
(gnus-browse-make-menu-bar): Changed one of the
Browse->Next entries to Browse->Prev.
From: Bj�Torkelsson <torkel@hpc2n.umu.se>.
-rw-r--r-- | lisp/gnus/ChangeLog | 6 | ||||
-rw-r--r-- | lisp/gnus/gnus-srvr.el | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index f36b306b40f..266499746e4 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -2,6 +2,12 @@ * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer. +2001-07-12 Gerd Moellmann <gerd@gnu.org> + + * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the + Browse->Next entries to Browse->Prev. + From: Bj,Av(Brn Torkelsson <torkel@hpc2n.umu.se>. + 2001-07-04 Gerd Moellmann <gerd@gnu.org> * nnheader.el (nnheader-init-server-buffer): Make sure the diff --git a/lisp/gnus/gnus-srvr.el b/lisp/gnus/gnus-srvr.el index f1224c9913d..03c1a4670a3 100644 --- a/lisp/gnus/gnus-srvr.el +++ b/lisp/gnus/gnus-srvr.el @@ -1,5 +1,5 @@ ;;; gnus-srvr.el --- virtual server support for Gnus -;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 +;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001 ;; Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> @@ -555,7 +555,7 @@ The following commands are available: ["Read" gnus-browse-read-group t] ["Select" gnus-browse-select-group t] ["Next" gnus-browse-next-group t] - ["Prev" gnus-browse-next-group t] + ["Prev" gnus-browse-prev-group t] ["Exit" gnus-browse-exit t])) (gnus-run-hooks 'gnus-browse-menu-hook))) |