On Sat, Jan 12 2008, Ralf Angeli wrote:

> 11.84 turns one today.  What do people think about releasing 11.85
> in the near future?

Good idea.

> Off the top of my head the only outstanding task would be
> relicensing AUCTeX to GPLv3.

FWIW, here's the bash command I used to relicense Gnus (I didn't test
it for the AUCTeX sources):

find . -name Entries|while read ent; do dir=$(dirname $(dirname $ent)); \
  sed -ne "s,^/\([^/]*\)/.*$,$dir/\1,p" < $ent; done | \
  xargs sed -i -e 's|Free Software Foundation; either version 2, or|Free 
Software Foundation; either version 3, or|'

> Anything else?

I just glanced over the ChangeLog since 11.84 and saw this "TODO":

2007-02-25  David Kastrup  <[EMAIL PROTECTED]>

        * tex.el (TeX-read-string): Add new function that will inherit the
        input method if feasible.  TODO: replace calls of `read-string'
        with this wherever it may be appropriate.

But maybe it's better to leave this for "after the release"?

Bye, Reiner.

-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/



_______________________________________________
auctex-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to