Fri Sep 13 19:29:59 1996 HIROSE Yuuji <yuuji@supra.comp.ae.keio.ac.jp>
* yahtml.el (yahtml-collect-labels):
Suppress auto-highlighting.
Fri Jun 28 22:22:08 1996 HIROSE Yuuji <yuuji@supra.comp.ae.keio.ac.jp>
* yahtml.el (yahtml-insert-begend):
Always make newlines between <TAG> and </TAG>.
(yahtml-intelligent-newline):
Get current inner tag after moving point to eol.
Tue May 7 03:25:19 1996 HIROSE Yuuji <yuuji@supra.comp.ae.keio.ac.jp>
* yahtml.el (((func (if yahtml-prefer-upcases 'upcase 'downcase)))):
Append yahtml-env-table to yahtml-typeface-table so that
[prefix] l works also to envinronment tag as inline
completion.
Wed Jan 3 23:13:39 1996 HIROSE Yuuji <yuuji@nsr.comp.ae.keio.ac.jp>
* yahtml.el (yahtml-intelligent-newline): added
Tue Dec 19 00:17:16 1995 HIROSE Yuuji <yuuji@inspire.comp.ae.keio.ac.jp>
* yatexmth.el: Support AMS-LaTeX in YaTeX-in-math-mode-p.
Tue Nov 28 20:22:12 1995 HIROSE Yuuji <yuuji@inspire.comp.ae.keio.ac.jp>
* yatex19.el (YaTeX-hilit-sectioning-attenuation-rate): added
Thu Jun 29 22:30:53 1995 HIROSE Yuuji <yuuji@inspire.comp.ae.keio.ac.jp>
* yatex.el (YaTeX-fill-item):
Do not combine item and its description which is separated by
null line.
Mon Apr 24 22:34:54 1995 HIROSE Yuuji <yuuji@pajero.comp.ae.keio.ac.jp>
* yatex.el (YaTeX-closable-p):
Do not close parens any time when YaTeX-close-paren-always is
set to 'never.
Tue Jan 31 00:50:21 1995 HIROSE Yuuji <yuuji@figaro.comp.ae.keio.ac.jp>
* yatexhie.el (YaTeX-hierarchy-lastpos): Added.
* yatex.el (YaTeX-on-section-command-p):
Error trapping for unbalanced braces.
Mon Jan 30 03:49:31 1995 HIROSE Yuuji <yuuji@VFR.comp.ae.keio.ac.jp>
* yatex19.el
Add YaTeX-19-region-section-type and YaTeX-19-region-comment
for more correct hilightening. Define hilit-patterns-alist by
yatex itself and abolish YaTeX-hilit-pattern-adjustment-default.
Fri Jan 27 00:58:10 1995 HIROSE Yuuji <yuuji@figaro.comp.ae.keio.ac.jp>
* yatex.el (YaTeX-indent-line): Revised for itemize/equation.
Wed Jan 25 22:10:21 1995 HIROSE Yuuji <yuuji@figaro.comp.ae.keio.ac.jp>
* yatex19.el:
YaTeX-goto-corresponding-*-other-frame and
YaTeX-visit-main-other-frame added.
* yatex.el (YaTeX-get-item-info):
Decide search-bound by calling (YaTeX-inner-environment t) so
that nested itemizing environment can be indented correctly.
Tue Jan 24 02:34:45 1995 HIROSE Yuuji <yuuji@figaro.comp.ae.keio.ac.jp>
* yatexenv.el (YaTeX-enclose-equation): Added.
* yatex.el (YaTeX-indent-line):
When indenting \begin, indent also \end line.
(YaTeX-beginning-of-environment):
Fixed for the nested environment.
(YaTeX-insert-begin-end):
Enclosing function supported.
Mon Jan 16 01:05:00 1995 HIROSE Yuuji <yuuji@landcruiser.ae.keio.ac.jp>
* yatex.el (yatex-mode):
Set indent-line-function to YaTeX-indent-line.
Mon Jan 9 22:38:25 1995 HIROSE Yuuji <yuuji@figaro.comp.ae.keio.ac.jp>
* yatexhie.el: Document hierarchy browser added.
Mon Dec 19 02:03:33 1994 HIROSE Yuuji <yuuji@VFR.comp.ae.keio.ac.jp>
* yatex.el (YaTeX-indent-line): Support indentation in arrays.
* yatex19.el (YaTeX-19-collect-macro): Fix \item regexp for
hilightening.
Mon Dec 12 03:49:51 1994 HIROSE Yuuji <yuuji@VFR.comp.ae.keio.ac.jp>
* yatexlib.el: Make interface functions both for gmhist and
Emacs-19 minibuffer history.
* yatex.el: Revise reading commands using history feature above.
Sat Dec 10 05:57:26 1994 HIROSE Yuuji <yuuji@VFR.comp.ae.keio.ac.jp>
* yatex.el: >Fix [prefix] i.
>[prefix] k kills only {} (or with font designator) if
the previous command belongs to \maketitle-types.
>In menu for new word entry, selecting N)one register
a new word into memory which go within the current
Emacs session. New menu item D)iscard throws away
the new word.
>When kill typesetter that stops with the `? ' prompt,
stop it by sending string "x" in order to keep .aux
file sane.
>On Emacs19, after asking parent file at typesetting,
parent file became the current buffer; fixed.
>Inter-file jumping([prefix] g) now go accross frame.
>When [prefix] g on \include{child} and child.tex has
no information of parent file, recognize previous
file as its parent.
>Allow full-path-ed entry in \include{} for [prefix] g.
>When jumping to error location, dired occasionally
wakes up; fixed.
--- Ancient logs starts here ---
;--------------------------------- History ---------------------------------
; Rev. | Date | Contents
;------+----------+---------------------------------------------------------
; 1.00 | 91/ 6/13 | Initial version.
; | | Auto compilation & preview.
; | | \section{}-type and \begin{}\end{}-type completion.
; 1.01 | 91/ 6/14 | Add {\large ..} type completion (prefix+l).
; 1.10 | 6/21 | Add learning feature of completion.
; 1.11 | 6/27 | Simplify function begin-document etc. using lambda.
; 1.12 | 7/ 6 | Modify YaTeX-make-section, show section-name.
; 1.13 | 12/ 4 | Delete blank lines in make begin/end environment.
; 1.20 | 12/ 5 | Save learned completions into user file.
; 1.21 | 12/ 6 | Add \maketitle type completion (prefix+m).
; 1.22 | 12/30 | Port yatex.el to DOS(Demacs).
; 1.23 | 92/ 1/ 8 | Enable latex and preview command on DOS.
; 1.24 | 1/ 9 | Add YaTeX-save-table to kill-emacs-hook automatically.
; 1.25 | 1/16 | YaTeX-do-completion (prefix+SPC) and argument
; | | acceptable YaTeX-make-section work. Put region into
; | | \begin...\end by calling YaTeX-make-begin-end with ARG.
; | | append-kill-emacs-hook was revised to append-to-hook.
; 1.26 | 1/18 | Region mode is added to {\large }. Default fontsize.
; 1.27 | 1/21 | Default name on completing-read.
; 1.28 | 7/ 2 | Add \nonstopmode{} automatically on DOS.
; | 7/20 | %#! usage to specify latex command and its arguments.
; | | Change default fill-prefix from TAB to null string.
; 1.29 | 7/21 | Add YaTeX-end-environment.
; 1.30 | 9/26 | Support project 30 lines(other than 25 lines).
; 1.31 | 10/28 | Variable argument for previewer from %#! usage.
; 1.32 | 11/16 | YaTeX-goto-corresponding-environment.
; | | Comment out region/paragraph added.
; 1.33 | 11/29 | Variable default value, on DOS and other OS.
; | | Make dvi2-command buffer local. Change the behavior of
; | | comment out region/paragraph on the \begin{} or \end{}
; | | line. Make YaTeX-end-environment faster. Add YaTeX-
; | | define-key, YaTeX-define-begend-(region-)key.
; 1.34 | 12/26 | YaTeX-goto-corresponding-* automatically choose its move.
; | | YaTeX-prev-error supports separate typesetting.
; 1.35 | 93/ 1/25 | YaTeX-kill-environment erases pair of begin/end.
; | | YaTeX-change-environment change the environment name.
; | | Auto indent at YaTeX-make-begin-end.
; 1.36 | 1/27 | YaTeX-typeset-region typesets the region from %#BEGIN to
; | | %#END, or simple region between point and mark.
; 1.37 | 2/12 | YaTeX-kill-environment turns YaTeX-kill-some-pairs and
; | | now it can kill %#BEGIN and %#END pairs.
; | | Now YaTeX-goto-corresponding-environment detects nested
; | | environment. Put `"\ by `"' in verbatim. Auto save
; | | buffers with query. Add current file to includeonly list
; | | automatically. Support YaTeX-fill-item, YaTeX-make-
; | | accent, YaTeX-visit-main-other-window.
; | | [prefix] tl for lpr. Revise YaTeX-view-error.
; 1.38 | 2/20 | Fix for byte-compilation. Do not ask from/to page if
; | | no %f/%t was given. Support temporary dictionary if
; | | YaTeX-nervous is t. Remember the number of section-type
; | | command's argument add learning feature to it.
; | | Abolish append-to-hook, override kill-emacs instead.
; 1.39 | 2/25 | Send string to halted latex command in typeset-buffer.
; |(birthday)| Add YaTeX-bibtex-buffer and YaTeX-kill-typeset-process.
; | | Now you can edit with seeing typeset buffer scrolling.
; 1.40 | 3/ 2 | Support sources in sub directories. Give "texput" at
; | | preview prompt after typeset-region. yatexprc.el
; 1.41 | 3/ 9 | Automatic generation of add-in function.
; | | Typesetting buffer now accepts string correctly.
; | | Addin function for maketitle-type completion.
; 1.42 | 5/ 3 | Fill-paragraph and (un)comment-paragraph work fine.
; | | Fix kill range of YaTeX-kill-some-pairs. Ignore begin/
; | | end in verb or verbatim. Indent rigidly initial space
; | | between begin/end pairs. Add yatex-mode-load-hook.
; | | Go to corresponding \label or \ref.
; 1.43 | 5/31 | Indentation of environments. Add yatexmth, math-mode,
; | | modify-mode. Complete label in \ref by menu. Optimize
; | | window selection in yatexprc.
; 1.44 | 10/25 | Fasten the invocation of typesetter. Optimize window
; | | use. Change mode-line format properly. Turn on math-
; | | mode automatically at completion of LaTeX math-mode.
; 1.45 | 94/ 1/27 | Show message at comment-region on begin/end mode.
; | | Greek letters completion in yatexmth. Add the function
; | | YaTeX-mark-environment and YaTeX-%-menu. Erase cursor
; | | at the execution of dviout(DOS). Enable recursive
; | | completion at section-type completion.
; 1.46 | 94/ 4/23 | Region-based section-type complete. Kill section-type
; | | command and parentheses by [prefix] k. Error jump
; | | now jumps proper position. Fix the bug of recursive
; | | section-type completion.
; 1.47 | 94/ 4/25 | Fix bugs in YaTeX-quick-in-environment-p and YaTeX-
; | | get-latex-command.
; 1.48 | 94/ 5/ 5 | Auto-indent at begin-type completion works fine.
; | | With gmhist, independent history list is available
; | | at the prompt of Preview/Lpr/Call-command. Fix the
; | | bug on \ref-completion. YaTeX-help is now available.
; 1.49 | 94/ 5/16 | Make variables for temporary dictionary buffer-local.
; | | Change the default value of YaTeX-nervous to t.
; | | Create a temporary dictionary file when `T' is selected
; | | at the dictionary selection menu.
; 1.50 | 94/ 7/ 8 | Change the YaTeX-math-mode's prefix from `,' to `;'.
; | | Add YaTeX-apropos, YaTeX-what-column, YaTeX-beginning-
; | | of-environment, YaTeX-end-of-environment. Add variables
; | | YaTeX-default-pop-window-height, YaTeX-close-paren-always
; | | YaTeX-no-begend-shortcut, YaTeX-auto-math-mode. Remove
; | | Greek letters from maketitle-type. Make YaTeX-inner-
; | | environment two times faster and reliable. C-u for
; | | [prefix] k kills contents too. Fix the detection of
; | | the range of section-type commands when nested.
; | | Add \end{ completion. Add YaTeX-generate-simple.
; | | Refine documents. %#REQUIRE for sub-preambles.
; 1.51 | 94/ 9/20 | Support menu-bar. Fix YaTeX-fill-item, YaTeX-indent-line.
; | | Support hilit19.
; 1.52 | 94/10/24 | Support special-popup-frame. Refine highlightening.
; | | Modify saving-table functions for Emacs-19.
; 1.53 | 94/11/ 1 | cite<->bibitem jump. Inter-file ref/label jump.
; 1.54 | 94/11/12 | Read-string at input of argument of section-types.
; | | Update user dictionary whenever the new words entered.
; | | Enhance [prefix] c. Other small fixes.
;------+----------+---------------------------------------------------------