Gnus development mailing list
 help / color / mirror / Atom feed
* September Gnus v0.93 is released
@ 1996-05-23 23:41 Lars Magne Ingebrigtsen
  1996-05-24  9:59 ` Magnus Hammerin
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-05-23 23:41 UTC (permalink / raw)


Tiny but annoying bug finally fixed. 

The etc package has also been slightly updated (again); fetch it from
<URL:http://www.ifi.uio.no/~larsi/etc.tar.gz>.

I expect to be releasing Gnus 5.2 this weekend.  If you're seeing any
kind of bug, big or small, now is the time to send me a bug report
with `M-x gnus-bug'.

Get it from <URL:http://www.ifi.uio.no/~larsi/sgnus.tar.gz> or 
"ftp.ifi.uio.no:/pub/emacs/gnus/".

ChangeLog since last release:

Thu May 23 23:32:43 1996  Lars Magne Ingebrigtsen  <larsi@hler.ifi.uio.no>

	* nnbabyl.el (nnbabyl-read-mbox): Would bogously increase the
 	number in groups.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: September Gnus v0.93 is released
  1996-05-23 23:41 September Gnus v0.93 is released Lars Magne Ingebrigtsen
@ 1996-05-24  9:59 ` Magnus Hammerin
  1996-05-24 11:34   ` Fabrice Popineau
  1996-05-24 12:02   ` Magnus Hammerin
  1996-05-24 16:24 ` Steven L Baur
  1996-05-24 21:39 ` Sten Drescher
  2 siblings, 2 replies; 11+ messages in thread
From: Magnus Hammerin @ 1996-05-24  9:59 UTC (permalink / raw)
  Cc: ding

>>>>> "LMI" == Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

LMI> I expect to be releasing Gnus 5.2 this weekend.  If you're seeing any
LMI> kind of bug, big or small, now is the time to send me a bug report
LMI> with `M-x gnus-bug'.

I will send it here instead. To get 0.93 to run in XEmacs I had to do
the following:

--- gnus.el-ORIG        Fri May 24 01:39:53 1996
+++ gnus.el     Fri May 24 11:50:25 1996
@@ -4263,7 +4263,7 @@
   (buffer-disable-undo (current-buffer))
   (setq truncate-lines t)
   (setq buffer-read-only t)
-  (make-local-hook 'post-command-hook)
+  (gnus-make-local-hook 'post-command-hook)
   (add-hook 'post-command-hook 'gnus-clear-inboxes-moved)
   (run-hooks 'gnus-group-mode-hook))

I sent a bug report to the gnus-bugs list about article sorting not
working. I still see this. Anybody else??

When I enter a group and do a C-c C-s C-d (ie sort by date) I get all
articles in a not very date sorted order. It worked in 0.82, so it must
have stopped working between 0.82 and 0.91.

-Magnus.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: September Gnus v0.93 is released
  1996-05-24  9:59 ` Magnus Hammerin
@ 1996-05-24 11:34   ` Fabrice Popineau
  1996-05-24 12:02   ` Magnus Hammerin
  1 sibling, 0 replies; 11+ messages in thread
From: Fabrice Popineau @ 1996-05-24 11:34 UTC (permalink / raw)
  Cc: Lars Magne Ingebrigtsen, ding


Hi, 

In order to make it working with xemacs-19.13, I  also had to put back
the following in gnu-xmas.el :

;; Written by Erik Naggum <erik@naggum.no>.
;; Saved by Steve Baur <steve@miranova.com>.
(or (fboundp 'insert-file-contents-literally)
(defun insert-file-contents-literally (filename &optional visit beg end replace)
  "Like `insert-file-contents', q.v., but only reads in the file.
A buffer may be modified in several ways after reading into the buffer due
to advanced Emacs features, such as file-name-handlers, format decoding,
find-file-hooks, etc.
  This function ensures that none of these modifications will take place."
  (let (                                ; (file-name-handler-alist nil)
        (format-alist nil)
        (after-insert-file-functions nil)
        (find-buffer-file-type-function 
         (if (fboundp 'find-buffer-file-type)
             (symbol-function 'find-buffer-file-type)
           nil)))
    (unwind-protect
        (progn
          (fset 'find-buffer-file-type (lambda (filename) t))
          (insert-file-contents filename visit beg end replace))
      (if find-buffer-file-type-function
          (fset 'find-buffer-file-type find-buffer-file-type-function)
        (fmakunbound 'find-buffer-file-type))))))

-- 
Fabrice POPINEAU
------------------------
e-mail:       popineau@ese-metz.fr              voice-mail: (+33) 87-74-99-38 
surface-mail: Supelec, 2 rue E. Belin, F-57078 Metz Cedex 3    


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: September Gnus v0.93 is released
  1996-05-24  9:59 ` Magnus Hammerin
  1996-05-24 11:34   ` Fabrice Popineau
@ 1996-05-24 12:02   ` Magnus Hammerin
  1 sibling, 0 replies; 11+ messages in thread
From: Magnus Hammerin @ 1996-05-24 12:02 UTC (permalink / raw)
  Cc: Lars Magne Ingebrigtsen, ding

>>>>> I write:

I> When I enter a group and do a C-c C-s C-d (ie sort by date) I get all
I> articles in a not very date sorted order. It worked in 0.82, so it must
I> have stopped working between 0.82 and 0.91.

I have found the bug or typo or whatevery you want to call it:

--- gnus.el-ORIG        Fri May 24 01:39:53 1996
+++ gnus.el     Fri May 24 13:58:50 1996
@@ -12829,7 +12829,7 @@
 Timezone package is used."
   (setq date (timezone-fix-time date nil nil))
   (timezone-make-sortable-date
-   (aref date 0) (aref date 2) (aref date 2)
+   (aref date 0) (aref date 1) (aref date 2)
    (timezone-make-time-string
     (aref date 3) (aref date 4) (aref date 5))))


-Magnus


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: September Gnus v0.93 is released
  1996-05-23 23:41 September Gnus v0.93 is released Lars Magne Ingebrigtsen
  1996-05-24  9:59 ` Magnus Hammerin
@ 1996-05-24 16:24 ` Steven L Baur
  1996-05-24 16:53   ` Mark Borges
  1996-05-24 18:46   ` Lars Magne Ingebrigtsen
  1996-05-24 21:39 ` Sten Drescher
  2 siblings, 2 replies; 11+ messages in thread
From: Steven L Baur @ 1996-05-24 16:24 UTC (permalink / raw)


I liked the Blue Gnu better than the Yellow Gnu, but I suppose that is
something that could be debated without resolution indefinitely.

Signature hiding and MIME is terminally broken.  If no valid signature
is found, the entire article is hidden -- not very useful (never mind
if this is fixed in v0.94).

Why are the calls to easy-menu-add in mailcrypt overriding the other
menus?  All I see in message mode is the mailcrypt menu.

The past two days I've been mailbombed by the linux-kernel mailing
list (~1300 messages over the last 40 hours, representing about two
weeks of old traffic), Gnus has dealt with this situation quite
gracefully.
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be proofread for $250/hour.
Andrea Seastrand: For your vote on the Telecom bill, I will vote for anyone
except you in November.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: September Gnus v0.93 is released
  1996-05-24 16:24 ` Steven L Baur
@ 1996-05-24 16:53   ` Mark Borges
  1996-05-24 18:48     ` Lars Magne Ingebrigtsen
  1996-05-24 18:46   ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 11+ messages in thread
From: Mark Borges @ 1996-05-24 16:53 UTC (permalink / raw)


>> On 24 May 1996 09:24:13 -0700,
>> Steven L Baur(SLB) wrote:
SLB> I liked the Blue Gnu better than the Yellow Gnu, but I suppose
I liked the Blue Gnu much better, too. Why the switch?

SLB> Why are the calls to easy-menu-add in mailcrypt overriding the
SLB> other menus?  All I see in message mode is the mailcrypt menu.
Hmm, I don't understand. I see a Message menu in addition to the
Mailcrypt menu. You don't?

These next comments aren't really bug fixes, so shouldn't hold up the
release of Gnus-5.2; perhaps it could go under the TODO list,
though...
  
   I think the message menu should have a spellcheck entry. 

   The message toolbar could be expanded to include more of the menu
   entries, too -- I only see a spellcheck and help button right
   now. Pretty minimal.

   The help button pops up a new frame and puts me in info-mode, but
   it doesn't delete the frame when I quit info, so I wind up with two
   frames displaying the same mail message buffer. I think it should
   delete the frame after quitting info.

The uu-decode and uu-post pixmaps don't substitute a background
toolbar color if defined, like the other pixmaps do. Appended is a
patch.

*** gnus/gnus-uu-decode-uu-up.xpm	Mon Aug 21 11:49:06 1995
--- gnus.old/gnus-uu-decode-uu-icon-up.xpm	Mon May  6 14:36:24 1996
***************
*** 1,7 ****
  /* XPM */
  static char * icon-decode-view_xpm[] = {
  "32 32 4 1",
! " 	c #BFBFBFBFBFBF",
  ".	c #000000000000",
  "X	c #999999999999",
  "o	c #FFFFFFFFFFFF",
--- 1,7 ----
  /* XPM */
  static char * icon-decode-view_xpm[] = {
  "32 32 4 1",
! " 	c #BFBFBFBFBFBF s backgroundToolBarColor",
  ".	c #000000000000",
  "X	c #999999999999",
  "o	c #FFFFFFFFFFFF",
*** gnus/gnus-uu-post-news-up.xpm	Mon Aug 21 11:49:08 1995
--- gnus.old/gnus-uu-post-news-icon-up.xpm	Mon May  6 14:36:25 1996
***************
*** 2,8 ****
  static char * icon-post-pic_xpm[] = {
  "32 32 4 1",
  " 	c #000000000000",
! ".	c #BFBFBFBFBFBF",
  "X	c #999999999999",
  "o	c #FFFFFFFFFFFF",
  " ... ... ... ... ... ... ... ...",
--- 2,8 ----
  static char * icon-post-pic_xpm[] = {
  "32 32 4 1",
  " 	c #000000000000",
! ".	c #BFBFBFBFBFBF s backgroundToolBarColor",
  "X	c #999999999999",
  "o	c #FFFFFFFFFFFF",
  " ... ... ... ... ... ... ... ...",

-- 
  -mb-


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: September Gnus v0.93 is released
  1996-05-24 16:24 ` Steven L Baur
  1996-05-24 16:53   ` Mark Borges
@ 1996-05-24 18:46   ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 11+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-05-24 18:46 UTC (permalink / raw)


Steven L Baur <steve@miranova.com> writes:

> I liked the Blue Gnu better than the Yellow Gnu, but I suppose that is
> something that could be debated without resolution indefinitely.

I just had a way-kewl idea to color-code the releases.  September has
autumny colors, and Red Gnus will have (*yes*) a red logo.  And so on.

> Signature hiding and MIME is terminally broken.  If no valid signature
> is found, the entire article is hidden -- not very useful (never mind
> if this is fixed in v0.94).

This is probably fixed in 0.94.

> Why are the calls to easy-menu-add in mailcrypt overriding the other
> menus?  All I see in message mode is the mailcrypt menu.

Hm.  I get both Message and Mailcryps menus...

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: September Gnus v0.93 is released
  1996-05-24 16:53   ` Mark Borges
@ 1996-05-24 18:48     ` Lars Magne Ingebrigtsen
  1996-05-24 19:44       ` Per Abrahamsen
  0 siblings, 1 reply; 11+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-05-24 18:48 UTC (permalink / raw)


Mark Borges <mdb@cdc.noaa.gov> writes:

>    I think the message menu should have a spellcheck entry. 

There is a spellcheck entry under the Edit menu...

>    The message toolbar could be expanded to include more of the menu
>    entries, too -- I only see a spellcheck and help button right
>    now. Pretty minimal.

Yup.  I think Luis is working on it.

>    The help button pops up a new frame and puts me in info-mode, but
>    it doesn't delete the frame when I quit info, so I wind up with two
>    frames displaying the same mail message buffer. I think it should
>    delete the frame after quitting info.

That button isn't really bound to anything useful.  Just ignore it for
now.

> The uu-decode and uu-post pixmaps don't substitute a background
> toolbar color if defined, like the other pixmaps do. Appended is a
> patch.

Thanks for the patch.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: September Gnus v0.93 is released
  1996-05-24 18:48     ` Lars Magne Ingebrigtsen
@ 1996-05-24 19:44       ` Per Abrahamsen
  0 siblings, 0 replies; 11+ messages in thread
From: Per Abrahamsen @ 1996-05-24 19:44 UTC (permalink / raw)


>>>>> "LMI" == Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

>>>>> "MB" == Mark Borges <mdb@cdc.noaa.gov> writes:

MB> I think the message menu should have a spellcheck entry. 

LMI> There is a spellcheck entry under the Edit menu...

It would make more sense to move it away from the Edit menu and over
to the Message menu.  It is not really useful in other modes than the
various message compose modes.

Perhaps you could submit a patch when sgnus get bundled with Emacs.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: September Gnus v0.93 is released
  1996-05-23 23:41 September Gnus v0.93 is released Lars Magne Ingebrigtsen
  1996-05-24  9:59 ` Magnus Hammerin
  1996-05-24 16:24 ` Steven L Baur
@ 1996-05-24 21:39 ` Sten Drescher
  1996-05-26 17:34   ` Kai Grossjohann
  2 siblings, 1 reply; 11+ messages in thread
From: Sten Drescher @ 1996-05-24 21:39 UTC (permalink / raw)


>>>>> Lars Magne Ingebrigtsen writes:

LMI> I expect to be releasing Gnus 5.2 this weekend.  If you're seeing
LMI> any kind of bug, big or small, now is the time to send me a bug
LMI> report with `M-x gnus-bug'.

	I don't know if this is a Gnus bug or not, but I've noticed
that when my Emacs frame is split horizontally, long lines (like
Received: headers) don't wrap, but they do when the frame is only
split vertically.  I'm guessing that this is an Emacs issue, but does
anyone know of a way to get the lines to wrap when the frame is split
horizontally?

		Sten

-- 
+----------------------  Tivoli Customer Support  ----------------------+
|   Sten Drescher                     Tivoli Systems, Inc               |
|   email: sten.drescher@tivoli.com   9442 Capital of Texas Hwy North   |
|   phone: (512) 794-9070             Arboretum Plaza One, Suite 500    |
|   fax  : (512) 345-2784             Austin, Texas 78759               |
+-----------------------------------------------------------------------+


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: September Gnus v0.93 is released
  1996-05-24 21:39 ` Sten Drescher
@ 1996-05-26 17:34   ` Kai Grossjohann
  0 siblings, 0 replies; 11+ messages in thread
From: Kai Grossjohann @ 1996-05-26 17:34 UTC (permalink / raw)
  Cc: Gnus Development

>>>>> On 24 May 1996 16:39:41 -0500, Sten Drescher
>>>>> <sten.drescher@tivoli.com> said:

  Sten> I don't know if this is a Gnus bug or not, but I've noticed
  Sten> that when my Emacs frame is split horizontally, long lines
  Sten> (like Received: headers) don't wrap, but they do when the
  Sten> frame is only split vertically.

Hm, I easily get confused with `horizontal' and `vertical', but I
think looking at the following variable might help?

,-----
| truncate-partial-width-windows's value is t
| 
| Documentation:
| *Non-nil means truncate lines in all windows less than full frame wide.
`-----

kai
-- 
Life is hard and then you die.


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~1996-05-26 17:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-05-23 23:41 September Gnus v0.93 is released Lars Magne Ingebrigtsen
1996-05-24  9:59 ` Magnus Hammerin
1996-05-24 11:34   ` Fabrice Popineau
1996-05-24 12:02   ` Magnus Hammerin
1996-05-24 16:24 ` Steven L Baur
1996-05-24 16:53   ` Mark Borges
1996-05-24 18:48     ` Lars Magne Ingebrigtsen
1996-05-24 19:44       ` Per Abrahamsen
1996-05-24 18:46   ` Lars Magne Ingebrigtsen
1996-05-24 21:39 ` Sten Drescher
1996-05-26 17:34   ` Kai Grossjohann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).