yatex

view ChangeLog @ 611:e87c3271b8fd

Add "meter" and "progress" completions
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 17 Jul 2023 17:05:45 +0900
parents 680d92784c1a
children
line source
2 *** ChangeLog file had been obsoleted.
3 *** This file won't be maintained anymore.
5 Fri Sep 13 19:29:59 1996 HIROSE Yuuji <yuuji@supra.comp.ae.keio.ac.jp>
7 * yahtml.el (yahtml-collect-labels):
8 Suppress auto-highlighting.
10 Fri Jun 28 22:22:08 1996 HIROSE Yuuji <yuuji@supra.comp.ae.keio.ac.jp>
12 * yahtml.el (yahtml-insert-begend):
13 Always make newlines between <TAG> and </TAG>.
14 (yahtml-intelligent-newline):
15 Get current inner tag after moving point to eol.
17 Tue May 7 03:25:19 1996 HIROSE Yuuji <yuuji@supra.comp.ae.keio.ac.jp>
19 * yahtml.el (((func (if yahtml-prefer-upcases 'upcase 'downcase)))):
20 Append yahtml-env-table to yahtml-typeface-table so that
21 [prefix] l works also to envinronment tag as inline
22 completion.
24 Wed Jan 3 23:13:39 1996 HIROSE Yuuji <yuuji@nsr.comp.ae.keio.ac.jp>
26 * yahtml.el (yahtml-intelligent-newline): added
28 Tue Dec 19 00:17:16 1995 HIROSE Yuuji <yuuji@inspire.comp.ae.keio.ac.jp>
30 * yatexmth.el: Support AMS-LaTeX in YaTeX-in-math-mode-p.
32 Tue Nov 28 20:22:12 1995 HIROSE Yuuji <yuuji@inspire.comp.ae.keio.ac.jp>
34 * yatex19.el (YaTeX-hilit-sectioning-attenuation-rate): added
36 Thu Jun 29 22:30:53 1995 HIROSE Yuuji <yuuji@inspire.comp.ae.keio.ac.jp>
38 * yatex.el (YaTeX-fill-item):
39 Do not combine item and its description which is separated by
40 null line.
42 Mon Apr 24 22:34:54 1995 HIROSE Yuuji <yuuji@pajero.comp.ae.keio.ac.jp>
44 * yatex.el (YaTeX-closable-p):
45 Do not close parens any time when YaTeX-close-paren-always is
46 set to 'never.
48 Tue Jan 31 00:50:21 1995 HIROSE Yuuji <yuuji@figaro.comp.ae.keio.ac.jp>
50 * yatexhie.el (YaTeX-hierarchy-lastpos): Added.
52 * yatex.el (YaTeX-on-section-command-p):
53 Error trapping for unbalanced braces.
55 Mon Jan 30 03:49:31 1995 HIROSE Yuuji <yuuji@VFR.comp.ae.keio.ac.jp>
57 * yatex19.el
58 Add YaTeX-19-region-section-type and YaTeX-19-region-comment
59 for more correct hilightening. Define hilit-patterns-alist by
60 yatex itself and abolish YaTeX-hilit-pattern-adjustment-default.
62 Fri Jan 27 00:58:10 1995 HIROSE Yuuji <yuuji@figaro.comp.ae.keio.ac.jp>
64 * yatex.el (YaTeX-indent-line): Revised for itemize/equation.
66 Wed Jan 25 22:10:21 1995 HIROSE Yuuji <yuuji@figaro.comp.ae.keio.ac.jp>
68 * yatex19.el:
69 YaTeX-goto-corresponding-*-other-frame and
70 YaTeX-visit-main-other-frame added.
72 * yatex.el (YaTeX-get-item-info):
73 Decide search-bound by calling (YaTeX-inner-environment t) so
74 that nested itemizing environment can be indented correctly.
76 Tue Jan 24 02:34:45 1995 HIROSE Yuuji <yuuji@figaro.comp.ae.keio.ac.jp>
78 * yatexenv.el (YaTeX-enclose-equation): Added.
80 * yatex.el (YaTeX-indent-line):
81 When indenting \begin, indent also \end line.
82 (YaTeX-beginning-of-environment):
83 Fixed for the nested environment.
84 (YaTeX-insert-begin-end):
85 Enclosing function supported.
87 Mon Jan 16 01:05:00 1995 HIROSE Yuuji <yuuji@landcruiser.ae.keio.ac.jp>
89 * yatex.el (yatex-mode):
90 Set indent-line-function to YaTeX-indent-line.
92 Mon Jan 9 22:38:25 1995 HIROSE Yuuji <yuuji@figaro.comp.ae.keio.ac.jp>
94 * yatexhie.el: Document hierarchy browser added.
96 Mon Dec 19 02:03:33 1994 HIROSE Yuuji <yuuji@VFR.comp.ae.keio.ac.jp>
98 * yatex.el (YaTeX-indent-line): Support indentation in arrays.
100 * yatex19.el (YaTeX-19-collect-macro): Fix \item regexp for
101 hilightening.
103 Mon Dec 12 03:49:51 1994 HIROSE Yuuji <yuuji@VFR.comp.ae.keio.ac.jp>
105 * yatexlib.el: Make interface functions both for gmhist and
106 Emacs-19 minibuffer history.
107 * yatex.el: Revise reading commands using history feature above.
109 Sat Dec 10 05:57:26 1994 HIROSE Yuuji <yuuji@VFR.comp.ae.keio.ac.jp>
111 * yatex.el: >Fix [prefix] i.
112 >[prefix] k kills only {} (or with font designator) if
113 the previous command belongs to \maketitle-types.
114 >In menu for new word entry, selecting N)one register
115 a new word into memory which go within the current
116 Emacs session. New menu item D)iscard throws away
117 the new word.
118 >When kill typesetter that stops with the `? ' prompt,
119 stop it by sending string "x" in order to keep .aux
120 file sane.
121 >On Emacs19, after asking parent file at typesetting,
122 parent file became the current buffer; fixed.
123 >Inter-file jumping([prefix] g) now go accross frame.
124 >When [prefix] g on \include{child} and child.tex has
125 no information of parent file, recognize previous
126 file as its parent.
127 >Allow full-path-ed entry in \include{} for [prefix] g.
128 >When jumping to error location, dired occasionally
129 wakes up; fixed.
131 --- Ancient logs starts here ---
133 ;--------------------------------- History ---------------------------------
134 ; Rev. | Date | Contents
135 ;------+----------+---------------------------------------------------------
136 ; 1.00 | 91/ 6/13 | Initial version.
137 ; | | Auto compilation & preview.
138 ; | | \section{}-type and \begin{}\end{}-type completion.
139 ; 1.01 | 91/ 6/14 | Add {\large ..} type completion (prefix+l).
140 ; 1.10 | 6/21 | Add learning feature of completion.
141 ; 1.11 | 6/27 | Simplify function begin-document etc. using lambda.
142 ; 1.12 | 7/ 6 | Modify YaTeX-make-section, show section-name.
143 ; 1.13 | 12/ 4 | Delete blank lines in make begin/end environment.
144 ; 1.20 | 12/ 5 | Save learned completions into user file.
145 ; 1.21 | 12/ 6 | Add \maketitle type completion (prefix+m).
146 ; 1.22 | 12/30 | Port yatex.el to DOS(Demacs).
147 ; 1.23 | 92/ 1/ 8 | Enable latex and preview command on DOS.
148 ; 1.24 | 1/ 9 | Add YaTeX-save-table to kill-emacs-hook automatically.
149 ; 1.25 | 1/16 | YaTeX-do-completion (prefix+SPC) and argument
150 ; | | acceptable YaTeX-make-section work. Put region into
151 ; | | \begin...\end by calling YaTeX-make-begin-end with ARG.
152 ; | | append-kill-emacs-hook was revised to append-to-hook.
153 ; 1.26 | 1/18 | Region mode is added to {\large }. Default fontsize.
154 ; 1.27 | 1/21 | Default name on completing-read.
155 ; 1.28 | 7/ 2 | Add \nonstopmode{} automatically on DOS.
156 ; | 7/20 | %#! usage to specify latex command and its arguments.
157 ; | | Change default fill-prefix from TAB to null string.
158 ; 1.29 | 7/21 | Add YaTeX-end-environment.
159 ; 1.30 | 9/26 | Support project 30 lines(other than 25 lines).
160 ; 1.31 | 10/28 | Variable argument for previewer from %#! usage.
161 ; 1.32 | 11/16 | YaTeX-goto-corresponding-environment.
162 ; | | Comment out region/paragraph added.
163 ; 1.33 | 11/29 | Variable default value, on DOS and other OS.
164 ; | | Make dvi2-command buffer local. Change the behavior of
165 ; | | comment out region/paragraph on the \begin{} or \end{}
166 ; | | line. Make YaTeX-end-environment faster. Add YaTeX-
167 ; | | define-key, YaTeX-define-begend-(region-)key.
168 ; 1.34 | 12/26 | YaTeX-goto-corresponding-* automatically choose its move.
169 ; | | YaTeX-prev-error supports separate typesetting.
170 ; 1.35 | 93/ 1/25 | YaTeX-kill-environment erases pair of begin/end.
171 ; | | YaTeX-change-environment change the environment name.
172 ; | | Auto indent at YaTeX-make-begin-end.
173 ; 1.36 | 1/27 | YaTeX-typeset-region typesets the region from %#BEGIN to
174 ; | | %#END, or simple region between point and mark.
175 ; 1.37 | 2/12 | YaTeX-kill-environment turns YaTeX-kill-some-pairs and
176 ; | | now it can kill %#BEGIN and %#END pairs.
177 ; | | Now YaTeX-goto-corresponding-environment detects nested
178 ; | | environment. Put `"\ by `"' in verbatim. Auto save
179 ; | | buffers with query. Add current file to includeonly list
180 ; | | automatically. Support YaTeX-fill-item, YaTeX-make-
181 ; | | accent, YaTeX-visit-main-other-window.
182 ; | | [prefix] tl for lpr. Revise YaTeX-view-error.
183 ; 1.38 | 2/20 | Fix for byte-compilation. Do not ask from/to page if
184 ; | | no %f/%t was given. Support temporary dictionary if
185 ; | | YaTeX-nervous is t. Remember the number of section-type
186 ; | | command's argument add learning feature to it.
187 ; | | Abolish append-to-hook, override kill-emacs instead.
188 ; 1.39 | 2/25 | Send string to halted latex command in typeset-buffer.
189 ; |(birthday)| Add YaTeX-bibtex-buffer and YaTeX-kill-typeset-process.
190 ; | | Now you can edit with seeing typeset buffer scrolling.
191 ; 1.40 | 3/ 2 | Support sources in sub directories. Give "texput" at
192 ; | | preview prompt after typeset-region. yatexprc.el
193 ; 1.41 | 3/ 9 | Automatic generation of add-in function.
194 ; | | Typesetting buffer now accepts string correctly.
195 ; | | Addin function for maketitle-type completion.
196 ; 1.42 | 5/ 3 | Fill-paragraph and (un)comment-paragraph work fine.
197 ; | | Fix kill range of YaTeX-kill-some-pairs. Ignore begin/
198 ; | | end in verb or verbatim. Indent rigidly initial space
199 ; | | between begin/end pairs. Add yatex-mode-load-hook.
200 ; | | Go to corresponding \label or \ref.
201 ; 1.43 | 5/31 | Indentation of environments. Add yatexmth, math-mode,
202 ; | | modify-mode. Complete label in \ref by menu. Optimize
203 ; | | window selection in yatexprc.
204 ; 1.44 | 10/25 | Fasten the invocation of typesetter. Optimize window
205 ; | | use. Change mode-line format properly. Turn on math-
206 ; | | mode automatically at completion of LaTeX math-mode.
207 ; 1.45 | 94/ 1/27 | Show message at comment-region on begin/end mode.
208 ; | | Greek letters completion in yatexmth. Add the function
209 ; | | YaTeX-mark-environment and YaTeX-%-menu. Erase cursor
210 ; | | at the execution of dviout(DOS). Enable recursive
211 ; | | completion at section-type completion.
212 ; 1.46 | 94/ 4/23 | Region-based section-type complete. Kill section-type
213 ; | | command and parentheses by [prefix] k. Error jump
214 ; | | now jumps proper position. Fix the bug of recursive
215 ; | | section-type completion.
216 ; 1.47 | 94/ 4/25 | Fix bugs in YaTeX-quick-in-environment-p and YaTeX-
217 ; | | get-latex-command.
218 ; 1.48 | 94/ 5/ 5 | Auto-indent at begin-type completion works fine.
219 ; | | With gmhist, independent history list is available
220 ; | | at the prompt of Preview/Lpr/Call-command. Fix the
221 ; | | bug on \ref-completion. YaTeX-help is now available.
222 ; 1.49 | 94/ 5/16 | Make variables for temporary dictionary buffer-local.
223 ; | | Change the default value of YaTeX-nervous to t.
224 ; | | Create a temporary dictionary file when `T' is selected
225 ; | | at the dictionary selection menu.
226 ; 1.50 | 94/ 7/ 8 | Change the YaTeX-math-mode's prefix from `,' to `;'.
227 ; | | Add YaTeX-apropos, YaTeX-what-column, YaTeX-beginning-
228 ; | | of-environment, YaTeX-end-of-environment. Add variables
229 ; | | YaTeX-default-pop-window-height, YaTeX-close-paren-always
230 ; | | YaTeX-no-begend-shortcut, YaTeX-auto-math-mode. Remove
231 ; | | Greek letters from maketitle-type. Make YaTeX-inner-
232 ; | | environment two times faster and reliable. C-u for
233 ; | | [prefix] k kills contents too. Fix the detection of
234 ; | | the range of section-type commands when nested.
235 ; | | Add \end{ completion. Add YaTeX-generate-simple.
236 ; | | Refine documents. %#REQUIRE for sub-preambles.
237 ; 1.51 | 94/ 9/20 | Support menu-bar. Fix YaTeX-fill-item, YaTeX-indent-line.
238 ; | | Support hilit19.
239 ; 1.52 | 94/10/24 | Support special-popup-frame. Refine highlightening.
240 ; | | Modify saving-table functions for Emacs-19.
241 ; 1.53 | 94/11/ 1 | cite<->bibitem jump. Inter-file ref/label jump.
242 ; 1.54 | 94/11/12 | Read-string at input of argument of section-types.
243 ; | | Update user dictionary whenever the new words entered.
244 ; | | Enhance [prefix] c. Other small fixes.
245 ;------+----------+---------------------------------------------------------