Gnus development mailing list
 help / color / mirror / Atom feed
* September Gnus 0.34 is released
@ 1996-02-03 14:27 Lars Magne Ingebrigtsen
  1996-02-03 20:23 ` Play MIDI for me! Steven L Baur
  1996-02-04  0:21 ` September Gnus 0.34 is released Mark Borges
  0 siblings, 2 replies; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-02-03 14:27 UTC (permalink / raw)


Tiny 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:

Sat Feb  3 15:07:38 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

	* gnus.el (gnus-summary-read-group): Wouldn't score anything.

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


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

* Play MIDI for me!
  1996-02-03 14:27 September Gnus 0.34 is released Lars Magne Ingebrigtsen
@ 1996-02-03 20:23 ` Steven L Baur
  1996-02-04  0:21 ` September Gnus 0.34 is released Mark Borges
  1 sibling, 0 replies; 4+ messages in thread
From: Steven L Baur @ 1996-02-03 20:23 UTC (permalink / raw)


I forgot to submit this earlier.

===================================================================
RCS file: RCS/ChangeLog,v
retrieving revision 1.33
diff -u -r1.33 ChangeLog
--- ChangeLog	1996/02/03 19:52:04	1.33
+++ ChangeLog	1996/02/03 19:57:21
@@ -1,3 +1,8 @@
+Sat Feb  3 11:56:53 1996  Steven L. Baur  <steve@miranova.com>
+
+	* gnus-uu.el (gnus-uu-default-view-rules): Added rule for playing of
+	decoded midi files.
+
 Sat Feb  3 15:07:38 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
 	* gnus.el (gnus-summary-read-group): Wouldn't score anything.

===================================================================
RCS file: RCS/gnus-uu.el,v
retrieving revision 1.12
diff -u -r1.12 gnus-uu.el
--- gnus-uu.el	1996/02/03 19:52:04	1.12
+++ gnus-uu.el	1996/02/03 19:56:45
@@ -40,6 +40,7 @@
     ("\\.\\(wav\\|aiff\\|hcom\\|u[blw]\\|s[bfw]\\|voc\\|smp\\)$" 
      "sox -v .5 %s -t .au -u - > /dev/audio")
     ("\\.au$" "cat %s > /dev/audio")
+    ("\\.mid?i$" "playmidi -f")
     ("\\.mod$" "str32")
     ("\\.ps$" "ghostview")
     ("\\.dvi$" "xdvi")


-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be proofread for $250/hour.


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

* Re: September Gnus 0.34 is released
  1996-02-03 14:27 September Gnus 0.34 is released Lars Magne Ingebrigtsen
  1996-02-03 20:23 ` Play MIDI for me! Steven L Baur
@ 1996-02-04  0:21 ` Mark Borges
  1996-02-04 19:52   ` Mark Borges
  1 sibling, 1 reply; 4+ messages in thread
From: Mark Borges @ 1996-02-04  0:21 UTC (permalink / raw)


$ makeinfo --version
This is GNU Makeinfo version 1.64, from texinfo-3.7.

$ makeinfo gnus.texi
Making info file `gnus.info' from `gnus.texi'.
./gnus.texi:9016: Validation error.  `Next' field points to node `Servers ant Methods', which doesn't exist.
./gnus.texi:9069: Node `Servers and Methods' is missing an "Up" field.
./gnus.texi:9079: Validation error.  `Prev' field points to node `Servers ant Methods', which doesn't exist.
./gnus.texi:8960: Validation error.  `Menu' field points to node `Servers ant Methods', which doesn't exist.
./gnus.texi:9069: Warning: Unreferenced node `Servers and Methods'.


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

* Re: September Gnus 0.34 is released
  1996-02-04  0:21 ` September Gnus 0.34 is released Mark Borges
@ 1996-02-04 19:52   ` Mark Borges
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Borges @ 1996-02-04 19:52 UTC (permalink / raw)


A simple typo causes this havoc (`and' is mispelled `ant'. I guess
ispell would even miss that one ;-).

Patch follows:

*** gnus.texi.orig	Sun Feb  4 11:18:22 1996
--- gnus.texi	Sun Feb  4 12:44:12 1996
***************
*** 8957,8963 ****
  * Server Buffer Format::   You can customize the look of this buffer.
  * Server Commands::        Commands to manipulate servers.
  * Example Methods::        Examples server specifications.
! * Servers ant Methods::    You can use server names as select methods.
  * Unavailable Servers::    Some servers you try to contact may be down.
  @end menu
  
--- 8957,8963 ----
  * Server Buffer Format::   You can customize the look of this buffer.
  * Server Commands::        Commands to manipulate servers.
  * Example Methods::        Examples server specifications.
! * Servers and Methods::    You can use server names as select methods.
  * Unavailable Servers::    Some servers you try to contact may be down.
  @end menu
  


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

end of thread, other threads:[~1996-02-04 19:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-02-03 14:27 September Gnus 0.34 is released Lars Magne Ingebrigtsen
1996-02-03 20:23 ` Play MIDI for me! Steven L Baur
1996-02-04  0:21 ` September Gnus 0.34 is released Mark Borges
1996-02-04 19:52   ` Mark Borges

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).