Skip to content

Commit

Permalink
Release_10.0e
Browse files Browse the repository at this point in the history
  • Loading branch information
Per Abrahamsen committed Mar 26, 2001
1 parent c0dbb29 commit b38a809
Show file tree
Hide file tree
Showing 11 changed files with 57 additions and 27 deletions.
25 changes: 25 additions & 0 deletions ChangeLog
@@ -1,3 +1,24 @@
2001-03-26 Per Abrahamsen <abraham@dina.kvl.dk>

* Version 10.0e released.

2001-03-26 Per Abrahamsen <abraham@dina.kvl.dk>

* tex.el (TeX-expand-list): Changed default to lazy evaluation of
`TeX-view-style' and `LaTeX-command-style'.
Suggested by Peter Neergaard <turtle@cs.bu.edu>.

* latex.el (LaTeX-indent-calculate, LaTeX-indent-calculate-last):
Backindent when brace is at the start of a line.
Patch by Masashi Shimbo <shimbo@cis.ibaraki.ac.jp>.

* doc/auc-tex.texi: Fixed dir entry.
Reported by David Masterson <dmasters@Rational.Com>.

* tex-info.el (TeXinfo-mode-map): "\e\r" bound to `map', not
`TeXinfo-mode-map'.
Patch by Dan Nicolaescu <dann@godzilla.ICS.UCI.EDU>.

2001-03-01 Hidenobu Nabetani <nabe@debian.or.jp>

* tex-jp.el: Don't work correctly in current AucTeX.
Expand All @@ -9,6 +30,10 @@
added support for mendex.
Updated LaTeX-auto-regexp-list variable.

2001-01-09 Per Abrahamsen <abraham@dina.kvl.dk>

* all: Changed `sunsite.auc.dk' to `sunsite.dk'.

2001-01-02 Per Abrahamsen <abraham@dina.kvl.dk>

* Version 10.0d released.
Expand Down
4 changes: 2 additions & 2 deletions Makefile
@@ -1,7 +1,7 @@
# Makefile - for the AUC TeX distribution.
#
# Maintainer: Per Abrahamsen <auc-tex@sunsite.auc.dk>
# Version: 10.0d
# Maintainer: Per Abrahamsen <auc-tex@sunsite.dk>
# Version: 10.0e
#
# Edit the makefile, type `make', and follow the instructions.

Expand Down
4 changes: 2 additions & 2 deletions auc-old.el
@@ -1,7 +1,7 @@
;;; auc-old.el - Compatibility with AUC TeX 6.*
;;
;; Maintainer: Per Abrahamsen <auc-tex@sunsite.auc.dk>
;; Version: 10.0d
;; Maintainer: Per Abrahamsen <auc-tex@sunsite.dk>
;; Version: 10.0e
;;
;; Copyright (C) 1991 Kresten Krab Thorup
;; Copyright (C) 1993 Per Abrahamsen
Expand Down
16 changes: 8 additions & 8 deletions doc/auc-tex.texi
Expand Up @@ -2,7 +2,7 @@
@setfilename auctex
@settitle AUC TeX
@direntry
* AUCTeX:: A much enhanced LaTeX mode for GNU Emacs.
* AUCTeX: (auctex). A much enhanced LaTeX mode for GNU Emacs.
@end direntry
@c footnotestyle separate
@c paragraphindent 2
Expand All @@ -11,7 +11,7 @@
@tolerance 10000
@end iftex

@c $Id: auc-tex.texi,v 1.126 2000-11-30 13:13:57 abraham Exp $
@c $Id: auc-tex.texi,v 1.127 2001-03-26 14:10:48 abraham Exp $

@finalout
@titlepage
Expand All @@ -24,7 +24,7 @@
@page
@vskip 0pt plus 1filll
Copyright @copyright{} 1992, Kresten Krab Thorup @*
Copyright @copyright{} 1993, 1994, 1995 Per Abrahamsen
Copyright @copyright{} 1993, 1994, 1995, 2001 Per Abrahamsen

Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
Expand Down Expand Up @@ -83,12 +83,12 @@ Kresten Krab Thorup (6.0) @*
Per Abrahamsen (later updates)

There is a mailing list for discussion about AUC @TeX{} and announcement
of alpha releases, write to @samp{auc-tex-request@@sunsite.auc.dk} to join
it. Send contributions to @samp{auc-tex@@sunsite.auc.dk}.
of alpha releases, write to @samp{auc-tex-request@@sunsite.dk} to join
it. Send contributions to @samp{auc-tex@@sunsite.dk}.

Bug reports, suggestions for new features, and pleas for help should go
to either @samp{auc-tex_mgr@@sunsite.auc.dk} (the AUC @TeX{} managers), or
to @samp{auc-tex@@sunsite.auc.dk} (the mailing list) if they might have
to either @samp{auc-tex_mgr@@sunsite.dk} (the AUC @TeX{} managers), or
to @samp{auc-tex@@sunsite.dk} (the mailing list) if they might have
general interest. Please use the command @kbd{M-x
TeX-submit-bug-report} to report bugs if possible.@refill

Expand Down Expand Up @@ -1209,7 +1209,7 @@ It is much more configurable than @code{lacheck}, but doesn't find all
the problems @code{lacheck} does, at least in its default configuration.
You must install the programs before using them, and for @code{chktex}
you must also modify @code{TeX-command-list}. You can get
@code{lacheck} from @file{<URL:ftp://sunsite.auc.dk/pub/text/lacheck/>}
@code{lacheck} from @file{<URL:ftp://sunsite.dk/pub/text/lacheck/>}
or alternatively @code{chktex} from
@file{<URL:ftp://ftp.dante.de/pub/tex/support/chktex/>}. Search for
`chktex' in @file{tex.el} to see how to switch between them.@refill
Expand Down
2 changes: 1 addition & 1 deletion doc/history.texi
Expand Up @@ -168,7 +168,7 @@ Installation procedure is changed, read the @file{INSTALLATION} file.

@item
LaCheck is unbundled. You can get @code{lacheck} from
@file{<URL:ftp://sunsite.auc.dk/pub/text/lacheck/>} or alternatively
@file{<URL:ftp://sunsite.dk/pub/text/lacheck/>} or alternatively
@code{chktex} from
@file{<URL:ftp://ftp.dante.de/pub/tex/support/chktex/>}. Search for
`chktex' in @file{tex.el} to see how to switch between them.@refill
Expand Down
11 changes: 8 additions & 3 deletions latex.el
@@ -1,9 +1,9 @@
;;; latex.el --- Support for LaTeX documents.
;;
;; Maintainer: Per Abrahamsen <auc-tex@sunsite.auc.dk>
;; Version: 10.0d
;; Maintainer: Per Abrahamsen <auc-tex@sunsite.dk>
;; Version: 10.0e
;; Keywords: wp
;; X-URL: http://sunsite.auc.dk/auctex
;; X-URL: http://sunsite.dk/auctex

;; Copyright 1991 Kresten Krab Thorup
;; Copyright 1993, 1994, 1995, 1996, 1997, 1999, 2000 Per Abrahamsen
Expand Down Expand Up @@ -1905,6 +1905,9 @@ indentation level in columns."
"\\)"))
;; Items.
(+ (LaTeX-indent-calculate-last) LaTeX-item-indent))
((looking-at "}")
;; End brace in the start of the line.
(- (LaTeX-indent-calculate-last) TeX-brace-indent-level))
(t (LaTeX-indent-calculate-last)))))

(defcustom LaTeX-left-right-indent-level LaTeX-indent-level
Expand Down Expand Up @@ -2008,6 +2011,8 @@ The point is supposed to be at the beginning of the current line."
LaTeX-item-regexp
"\\)"))
(- LaTeX-item-indent))
((looking-at "}")
TeX-brace-indent-level)
(t 0)))))))

;;; Math Minor Mode
Expand Down
4 changes: 2 additions & 2 deletions tex-buf.el
@@ -1,7 +1,7 @@
;;; tex-buf.el - External commands for AUC TeX.
;;
;; Maintainer: Per Abrahamsen <auc-tex@sunsite.auc.dk>
;; Version: 10.0d
;; Maintainer: Per Abrahamsen <auc-tex@sunsite.dk>
;; Version: 10.0e

;; Copyright (C) 1991 Kresten Krab Thorup
;; Copyright (C) 1993, 1996 Per Abrahamsen
Expand Down
8 changes: 4 additions & 4 deletions tex-info.el
@@ -1,9 +1,9 @@
;;; tex-info.el - Support for editing Texinfo source.
;;
;; Maintainer: Per Abrahamsen <auc-tex@sunsite.auc.dk>
;; Version: 10.0d
;; Maintainer: Per Abrahamsen <auc-tex@sunsite.dk>
;; Version: 10.0e

;; Copyright (C) 1993, 1994, 1997, 2000 Per Abrahamsen
;; Copyright (C) 1993, 1994, 1997, 2000, 2001 Per Abrahamsen
;;
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -114,7 +114,7 @@ When called interactively, prompt for an environment."

(define-key TeXinfo-mode-map "\C-c\n" 'texinfo-insert-@item)
(or (key-binding "\e\r")
(define-key map "\e\r" 'texinfo-insert-@item)) ;*** Alias
(define-key TeXinfo-mode-map "\e\r" 'texinfo-insert-@item)) ;*** Alias
(define-key TeXinfo-mode-map "\C-c\C-s" 'texinfo-insert-@node)
(define-key TeXinfo-mode-map "\C-c]" 'texinfo-insert-@end))

Expand Down
2 changes: 1 addition & 1 deletion tex-jp.el
Expand Up @@ -2,7 +2,7 @@
;;

;; Maintainer: Hidenobu Nabetani <nabe@debian.or.jp>
;; Version: 10.0d
;; Version: 10.0e

;;; Commentary:
;; This file was written by KOBAYASHI Shinji <koba@flab.fujitsu.co.jp>
Expand Down
4 changes: 2 additions & 2 deletions tex-mik.el
Expand Up @@ -3,8 +3,8 @@
;; Copyright (C) 1999, 2000, 2001 Per Abrahamsen

;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
;; Maintainer: Per Abrahamsen <auc-tex@sunsite.auc.dk>
;; Version: 10.0d
;; Maintainer: Per Abrahamsen <auc-tex@sunsite.dk>
;; Version: 10.0e
;; Keywords: wp

;; This program is free software; you can redistribute it and/or modify
Expand Down
4 changes: 2 additions & 2 deletions tex.el
Expand Up @@ -414,10 +414,10 @@ Full documentation will be available after autoloading the function."
;; These two variables are automatically updated with "make dist", so
;; be careful before changing anything.

(defconst AUC-TeX-version "10.0d"
(defconst AUC-TeX-version "10.0e"
"AUC TeX version number.")

(defconst AUC-TeX-date "Tue Jan 2 17:46:22 MET 2001"
(defconst AUC-TeX-date "Mon Mar 26 16:08:34 CEST 2001"
"AUC TeX release date.")

;;; Buffer
Expand Down

0 comments on commit b38a809

Please sign in to comment.