Initial Commit
[packages] / xemacs-packages / auctex / doc / changes.texi
1 @c This is part of the AUCTeX manual.
2 @c Copyright (C) 1994-2002, 2004-2010, 2012-2014 Free Software
3 @c Foundation, Inc.
4 @c See file auctex.texi for copying conditions.
5 @include macros.texi
6 @ifset rawfile
7 @chapheading Changes and New Features in @AUCTeX{}
8
9 @end ifset
10
11 @heading News in 11.88
12
13 @itemize @bullet
14 @item
15 @code{TeX-PDF-mode} is now enabled by default.
16
17 @item
18 Now @code{TeX-previous-error} works with @TeX{} commands if the new
19 option @code{TeX-parse-all-errors} is non-nil, which is the default.
20 When this option is non-nil, an overview of errors and warnings reported
21 by the TeX compiler can be opened with @kbd{M-x TeX-error-overview
22 @key{RET}}.
23 @ifclear rawfile
24 @xref{Debugging}, for details.
25 @end ifclear
26
27 @item
28 Style file authors are encouraged to distinguish common from expert
29 macros and environments, and mark the latter using
30 @code{TeX-declare-expert-macros} and
31 @code{LaTeX-declare-expert-environments}.
32
33 Users can then restrict completion using
34 @code{TeX-complete-expert-commands}.
35
36 @item
37 Management of @LaTeX{} package options in the parser was improved.  You
38 might need to reparse your documents, especially if you loaded the
39 @samp{babel} package with language options.
40
41 @item
42 Now you can insert @samp{$...$} or @samp{\(...\)} by typing a single
43 @kbd{$}.  To do this, customize the new option @samp{TeX-electric-math}.
44 @code{TeX-math-close-double-dollar} was removed.
45 @ifclear rawfile
46 @xref{Quotes}, for details.
47 @end ifclear
48
49 @item
50 @kbd{C-c @key{RET} documentclass @key{RET}} completes with all available
51 @LaTeX{} classes, if the @code{TeX-arg-input-file-search} variable is
52 non-nil.  Completion for class options of the standard @LaTeX{} classes
53 is provided as well.
54
55 @item
56 New user options @code{LaTeX-default-author},
57 @code{LaTeX-fontspec-arg-font-search},
58 @code{LaTeX-fontspec-font-list-default}, @code{TeX-date-format}, and
59 @code{TeX-insert-braces-alist}.  A new possible value
60 (@code{show-all-optional-args}) for
61 @code{TeX-insert-macro-default-style} was added.  The default value of
62 @code{TeX-source-correlate-method} has been changed.
63
64 @item
65 @samp{biblatex} support was greatly expanded.  If parsing is enabled,
66 @AUCTeX{} looks at @samp{backend} option to decide whether to use Biber
67 or BibTeX.  The @code{LaTeX-biblatex-use-Biber} variable was changed to
68 be file local only and is no more customizable.
69
70 @item
71 With some @LaTeX{} classes, the default environment suggested by
72 @code{LaTeX-environment} (@kbd{C-c C-e}) when the current environment is
73 @samp{document} was changed.  With @samp{beamer} class the default
74 environment is @samp{frame}, with @samp{letter} it is @samp{letter},
75 with @samp{slides} it is @samp{slide}.
76
77 @item
78 Brace pairing feature was enhanced in @LaTeX{} documents.  Support for
79 @samp{\bigl}, @samp{\Bigl}, @samp{\biggl} and @samp{\Biggl}, the same
80 as the one for @samp{\left}, was added to @code{TeX-insert-macro}.
81 For example, @kbd{C-c @key{RET} bigl @key{RET} ( @key{RET}} inserts
82 @samp{\bigl(\bigr)}.
83
84 You can insert brace pair @samp{()}, @samp{@{@}} and @samp{[]} by typing
85 a single left brace if the new user option
86 @code{LaTeX-electric-left-right-brace} is enabled.
87
88 Macros @samp{\langle}, @samp{\lfloor} and @samp{\lceil}, which produce
89 the left part of the paired braces, are treated similarly as @samp{(},
90 @samp{@{} and @samp{[} during the course of @code{TeX-insert-macro}.
91 @ifclear rawfile
92 @xref{Quotes}, for details.
93 @end ifclear
94
95 @item
96 Support for dozens of @LaTeX{} packages was added.
97
98 @item
99 Tabular-like environments (tabular, tabular*, tabularx, tabulary, array,
100 align, ...) are indented in a nicer and more informative way when the
101 column values of a table line are written across multiple lines in the
102 tex file.
103
104 @item
105 The suitable number of ampersands are inserted when you insert array,
106 tabular and tabular* environments with @kbd{C-c C-e}.  Similar
107 experience is obtained if you terminate rows in these environments with
108 @kbd{C-c @key{LFD}}.  It supplies line break macro @samp{\\} and inserts
109 the suitable number of ampersands on the next line.
110
111 Similar supports are provided for various amsmath environments.
112
113 @ifclear rawfile
114 @xref{Tabular-like}, for details.
115 @end ifclear
116
117 @item
118 Commands for narrowing to a group (@code{TeX-narrow-to-group}) and to
119 @LaTeX{} environments (@code{LaTeX-narrow-to-environment}) were added.
120
121 @item
122 Now arbitrary options can be passed to the @TeX{} processor on a
123 per file basis using the @code{TeX-command-extra-options} option.
124 @ifclear rawfile
125 @xref{Processor Options}, for details.
126 @end ifclear
127
128 @item
129 Now @kbd{C-c C-e document @key{RET}}, in an empty document, prompts for
130 @samp{\usepackage} macros in addition to @samp{\documentclass}.
131
132 @item
133 @code{TeX-add-style-hook} has now a third argument to tell AUCTeX for
134 which dialect (LaTeX, Texinfo or BibTeX) the style hook is
135 registers. Labelling style hook by dialect will avoid applying them not
136 in the right context.
137
138 @item
139 There have been lots of bug fixes and feature additions.
140 @end itemize
141
142 @heading News since 11.87
143
144 @itemize @bullet
145 @item
146 @AUCTeX{} now supports Biber in conjunction with biblatex in addition to
147 BibTeX.
148
149 @item
150 Each @AUCTeX{} mode now has its own abbrev table.  On Emacsen which
151 provide the possibility to inherit abbrevs from other tables, the
152 abbrevs from the Text mode abbrev table are available as well.  Newly
153 defined abbrevs are written to the mode-specific tables, though.
154
155 @item
156 The file @samp{tex-fptex.el} was removed.
157
158 @item
159 Forward/backward search for Evince has been improved.  If Emacs is
160 compiled with DBUS support and a recent Evince version (3.x) is
161 installed, the communication goes over the desktop bus instead of the
162 command line, resulting in more accurate positioning of point in Emacs
163 and highlighting of the target paragraph in Evince.
164
165 @item
166 A problem where Ghostscript threw an /invalidfileaccess error when
167 running @previewlatex{} was fixed.
168
169 @item
170 A lot of smaller fixes and additions have been made.
171 @end itemize
172
173
174 @heading News in 11.86
175
176 @itemize @bullet
177 @item
178 Parsing of @LaTeX{} output was improved.  It is now less likely that
179 @AUCTeX{} opens a non-existent file upon calling @code{TeX-next-error};
180 a problem for example encountered when using MiK@TeX{} 2.8.  In addition
181 quoted file names as emitted by MiK@TeX{} are now supported.
182
183 @item
184 A new framework for the definition and selection of viewers was
185 implemented.  If you have customizations regarding viewers you will have
186 to redo them in this new framework or reenable the old one.
187 @ifset rawfile
188 See the section on viewers in the manual for details.
189 @end ifset
190 @ifclear rawfile
191 @xref{Starting Viewers}, for details.
192 @end ifclear
193
194 @item
195 Comprehensive editing support for PSTricks was added.
196
197 @item
198 Support for various @LaTeX{} packages was added, e.g. @samp{tabularx},
199 @samp{CJK}, and @samp{hyperref}.
200
201 @item
202 An easy way to switch between @TeX{} engines (PDF@TeX{}, Lua@TeX{},
203 Xe@TeX{}, Omega) was added.
204
205 @item
206 Support for Sync@TeX{} was added.  This involves the command line
207 options for @LaTeX{} and the viewer.
208
209 @item
210 Folding can now be customized to use macro arguments as replacement
211 text.
212
213 @item
214 @samp{preview.sty} now works with Xe@TeX{}.
215
216 @item
217 A lot of smaller and larger bugs have been squashed.
218 @end itemize
219
220 @heading News in 11.85
221
222 @itemize @bullet
223
224 @item
225 Font locking has been improved significantly.  It is now less prone to
226 color bleeding which could lead to high resource usage.  In addition it
227 now includes information about @LaTeX{} macro syntax and can indicate
228 syntactically incorrect macros in @LaTeX{} mode.
229
230 @item
231 The license was updated to GPLv3.
232
233 @item
234 Support for the nomencl, flashcards and comment @LaTeX{} packages as
235 well as the Icelandic language option of babel were added.
236
237 @item
238 Support for folding of math macros was added.
239
240 @item
241 Lots of minor bugs in features and documentation fixed.
242 @end itemize
243
244 @heading News in 11.84
245
246 @itemize @bullet
247
248 @item
249 There have been problems with the @samp{-without-texmf-dir} option to
250 @samp{configure} when the value of @samp{-with-kpathsea-sep} was set or
251 determined for an installation system with a default different from that
252 of the runtime system.  @code{with-kpathsea-sep} has been removed; the
253 setting is now usually determined at runtime.
254
255 Due to this and other problems, preview-latex in the released XEmacs
256 package failed under Windows or with anything except recent 21.5
257 XEmacsen.
258
259 @item
260 @AUCTeX{} and @previewlatex{} have been changed in order to accommodate
261 file names containing spaces.  @previewlatex{} now tolerates bad
262 PostScript code polluting the stack (like some Omega fonts).
263
264 @item
265 @samp{preview.sty} had in some cases failed to emit PostScript header
266 specials.
267
268 @item
269 Support for folding of comments was added.
270
271 @item
272 The @code{polish} language option of the babel LaTeX package as well as
273 the polski LaTeX package are now supported.  Most notably this means
274 that AUCTeX will help to insert quotation marks as defined by polish.sty
275 (@code{"`..."'}) and polski.sty (@code{,,...''}).
276
277 @item
278 The @TeX{} tool bar is now available and enabled by default in plain
279 @TeX{} mode.
280 @ifclear rawfile
281 @xref{Processing Facilities}.
282 @end ifclear
283
284 @item
285 Bug fix in the display of math subscripts and superscripts.
286
287 @item
288 Bug fix @code{TeX-doc} for Emacs 21.
289
290 @item
291 There has been quite a number of other bug fixes to various features and
292 documentation across the board.
293
294 @end itemize
295
296 @heading News in 11.83
297
298 @itemize @bullet
299 @item
300 The new function @code{TeX-doc} provides easy access to documentation
301 about commands and packages or information related to @TeX{} and friends
302 in general.
303 @ifset rawfile
304 It is accessible with the key binding @kbd{C-c ?} or the
305 @samp{Find Documentation...} entry in the mode menus.
306 @end ifset
307 @ifclear rawfile
308 @xref{Documentation}.
309 @end ifclear
310
311 @item
312 You can now get rid of generated intermediate and output files by means
313 of the new @samp{Clean} and @samp{Clean All} entries in
314 @code{TeX-command-list} accessible with @kbd{C-c C-c} or the Command
315 menu.
316 @ifclear rawfile
317 @xref{Cleaning}.
318 @end ifclear
319
320 @item
321 Support for forward search with PDF files was added.  That means you can
322 jump to a place in the output file corresponding to the position in the
323 source file.
324 @ifset rawfile
325 Currently this only works if you use the pdfsync @LaTeX{} package and
326 xpdf as your PDF viewer.  The accuracy is in the range of +/-1 page.
327 @end ifset
328 @ifclear rawfile
329 @xref{Viewing}.
330 @end ifclear
331
332 Adding support for this feature required the default value of the
333 variable @code{TeX-output-view-style} to be changed.  Please make sure
334 you either remove any customizations overriding the new default or
335 incorporate the changes into your customizations if you want to use this
336 feature.
337
338 @item
339 @TeX{} error messages of the @code{-file-line-error} kind are now
340 understood in @AUCTeX{} and @previewlatex{} (parsers are still
341 separate).
342
343 @item
344 Bug fix in XyM@TeX{} support.
345
346 @item
347 The @LaTeX{} tool bar is now enabled by default.
348 @ifclear rawfile
349 @xref{Processing Facilities}.
350 @end ifclear
351
352 @end itemize
353
354 @heading News in 11.82
355
356 @itemize @bullet
357 @item
358 Support for the MinionPro LaTeX package was added.
359
360 @item
361 Warnings and underfull/overfull boxes are now being indicated in the
362 echo area after a @LaTeX{} run, if the respective debugging options are
363 activated with @code{TeX-toggle-debug-warnings} (@kbd{C-c C-t C-w}) or
364 @code{TeX-toggle-debug-bad-boxes} (@kbd{C-c C-t C-b}).  In this case
365 @code{TeX-next-error} will find these warnings in addition to normal
366 errors.
367
368 The key binding @kbd{C-c C-w} for @code{TeX-toggle-debug-bad-boxes}
369 (which was renamed from @code{TeX-toggle-debug-boxes}) now is
370 deprecated.
371
372 @item
373 @AUCTeX{} now can automatically insert a pair of braces after typing
374 @key{_} or @key{^} in math constructs if the new variable
375 @code{TeX-electric-sub-and-superscript} is set to a non-nil value.
376
377 @item
378 Some language-specific support for French was added.  There now is
379 completion support for the commands provided by the @samp{frenchb} (and
380 @samp{francais}) options of the babel @LaTeX{} package and easier input
381 of French quotation marks (@code{\\og ...\\fg}) which can now be
382 inserted by typing @key{"}.
383
384 @item
385 Completion support for options of some LaTeX packages was added.
386
387 @item
388 @cindex @file{auctex.el}
389 @cindex @file{tex-site.el}
390 Already in version 11.81 the way to activate @AUCTeX{} changed
391 substantially.  This should now be done with @code{(load "auctex.el" nil
392 t t)} instead of the former @code{(require 'tex-site)}.  Related to this
393 change @file{tex-mik.el} does not load @file{tex-site.el} anymore.  That
394 means if you used only @code{(require 'tex-mik)} in order to activate
395 @AUCTeX{}, you have to add @code{(load "auctex.el" nil t t)} before the
396 latter statement.
397 @ifset rawfile
398 More detailed information can be found in the installation instructions
399 (file INSTALL).
400 @end ifset
401 @ifclear rawfile
402 @xref{Loading the package}.
403 @end ifclear
404
405 @item
406 Handling of verbatim constructs was consolidated across AUCTeX.  This
407 resulted in the @fontlatex{}-specific variables
408 @code{font-latex-verb-like-commands}, @code{font-latex-verbatim-macros},
409 and @code{font-latex-verbatim-environments} being removed and the more
410 general variables @code{LaTeX-verbatim-macros-with-delims},
411 @code{LaTeX-verbatim-macros-with-braces}, and
412 @code{LaTeX-verbatim-environments} being added.
413
414 @item
415 The output of a Bib@TeX{} run is now checked for warnings and errors,
416 which are reported in the echo area.
417
418 @item
419 The aliases for @code{font-latex-title-fontify} were removed.  Use
420 @code{font-latex-fontify-sectioning} instead.
421
422 @item
423 The problem that Japanese macros where broken across lines was fixed.
424
425 @item
426 Various bug fixes.
427 @end itemize
428
429 @heading News in 11.81
430
431 @itemize @bullet
432 @item
433 @code{LaTeX-mark-section} now marks subsections of a given section as
434 well.  The former behavior is available via the prefix argument.
435
436 @item
437 @previewlatex{} which was previously available separately became a
438 subsystem of @AUCTeX{}.  There is no documented provision for building
439 or installing @previewlatex{} separately.  It is still possible to use
440 and install @AUCTeX{} without @previewlatex{}, however.
441
442 @item
443 The installation procedures have been overhauled and now also install
444 startup files as part of the process (those had to be copied manually
445 previously).  You are advised to remove previous installations of
446 @AUCTeX{} and @previewlatex{} before starting the installation
447 procedure.  A standard installation from an unmodified tarball no longer
448 requires Makeinfo or Perl.
449
450 Also note that the way @AUCTeX{} is supposed to be activated changed.
451 Instead of @code{(require 'tex-site)} you should now use @code{(load
452 "auctex.el" nil t t)}.  While the former method may still work, the new
453 method has the advantage that you can deactivate a preactivated
454 @AUCTeX{} with the statement @code{(unload-feature 'tex-site)} before
455 any of its modes have been used.  This may be important especially for
456 site-wide installations.
457
458 @item
459 Support for the babel @LaTeX{} package was added.
460
461 @item
462 Folding a buffer now ensures that the whole buffer is fontified before
463 the actual folding is carried out.  If this results in unbearably long
464 execution times, you can fall back to the old behavior of relying on
465 stealth font locking to do this job in the background by customizing the
466 variable @code{TeX-fold-force-fontify}.
467
468 @item
469 Folded content now reveals part of its original text in a tooltip or the
470 echo area when hovering with the mouse pointer over it.
471
472 @item
473 The language-specific insertion of quotation marks was generalized.  The
474 variables @code{LaTeX-german-open-quote},
475 @code{LaTeX-german-close-quote}, @code{LaTeX-german-quote-after-quote},
476 @code{LaTeX-italian-open-quote}, @code{LaTeX-italian-close-quote}, and
477 @code{LaTeX-italian-quote-after-quote} are now obsolete.  If you are not
478 satisfied with the default settings, you should customize
479 @code{TeX-quote-language-alist} instead.
480
481 @item
482 Similar to language-specific quote insertion, @AUCTeX{} now helps you
483 with hyphens in different languages as well.
484 @ifclear rawfile
485 @xref{European}, for details.
486 @end ifclear
487
488 @item
489 Fill problems in Japanese text introduced in @AUCTeX{} 11.55 were fixed.
490 @AUCTeX{} tries not to break lines between 1-byte and 2-byte chars.
491 These features will work in Chinese text, too.
492
493 @item
494 The scaling factor of the fontification of sectioning commands can now
495 be customized using the variable @code{font-latex-fontify-sectioning}.
496 This variable was previously called @code{font-latex-title-fontify}; In
497 this release we provide an alias but this will disappear in one of the
498 the next releases.  The faces for the sectioning commands are now called
499 @code{font-latex-sectioning-@var{N}-face} (@var{N}=0@dots{}5) instead of
500 @code{font-latex-title-@var{N}-face} (@var{N}=1@dots{}4).  Analogously
501 the names of the variables holding the related keyword lists were
502 changed from @code{font-latex-title-@var{N}-keywords} to
503 @code{font-latex-sectioning-@var{N}-keywords}.
504 @ifclear rawfile
505 @xref{Font Locking}, for details.
506 @end ifclear
507 Make sure to adjust your customizations.
508
509 @item
510 Titles in beamer slides marked by the ``\frametitle'' command are know
511 displayed with the new face @code{font-latex-slide-title-face}.  You can
512 add macros to be highlighted with this face to
513 @code{font-latex-match-slide-title-keywords}.
514
515 @item
516 Of course a lot of bugs have been fixed.
517 @end itemize
518
519 @heading News in 11.55
520
521 @itemize @bullet
522 @item
523 A bug was fixed which lead to the insertion of trailing whitespace
524 during filling.  In particular extra spaces were added to sentence
525 endings at the end of lines.  You can make this whitespace visible by
526 setting the variable @code{show-trailing-whitespace} to @code{t}.  If
527 you want to delete all trailing whitespace in a buffer, type @kbd{M-x
528 delete-trailing-whitespace RET}.
529
530 @item
531 A bug was fixed which lead to a @samp{*Compile-Log*} buffer popping up
532 when the first @LaTeX{} file was loaded in an Emacs session.
533
534 @item
535 On some systems the presence of an outdated Emacspeak package lead to
536 the error message @samp{File mode specification error: (error "Variable
537 binding depth exceeds max-specpdl-size")}.  Precautions were added which
538 prevent this error from happening.  But nevertheless, it is advised to
539 upgrade or uninstall the outdated Emacspeak package.
540
541 @item
542 The value of @code{TeX-macro-global} is not determined during
543 configuration anymore but at load time of @AUCTeX{}.  Consequently the
544 associated configuration option @samp{--with-tex-input-dirs} was
545 removed.
546
547 @item
548 Support for the @LaTeX{} Japanese classes @samp{jsarticle} and
549 @samp{jsbook} was added.
550 @end itemize
551
552 @heading News in 11.54
553
554 @itemize @bullet
555 @item
556 The parser (used e.g. for @code{TeX-auto-generate-global}) was extended
557 to recognize keywords common in @LaTeX{} packages and classes, like
558 ``\DeclareRobustCommand'' or ``\RequirePackage''.  Additionally a bug
559 was fixed which led to duplicate entries in @AUCTeX{} style files.
560
561 @item
562 Folding can now be done for paragraphs and regions besides single
563 constructs and the whole buffer.  With the new @code{TeX-fold-dwim}
564 command content can both be hidden and shown with a single key binding.
565 In course of these changes new key bindings for unfolding commands where
566 introduced.  The old bindings are still present but will be phased out
567 in future releases.
568
569 @item
570 Info files of the manual now have a .info extension.
571
572 @item
573 There is an experimental tool bar support now.  It is not activated by
574 default.  If you want to use it, add
575 @lisp
576 (add-hook 'LaTeX-mode-hook 'LaTeX-install-toolbar)
577 @end lisp
578 to your init file.
579
580 @item
581 The manual now contains a new chapter ``Quick Start''.  It explains the
582 main features and how to use them, and should be enough for a new user
583 to start using @AUCTeX{}.
584
585 @item
586 A new section ``Font Locking'' was added to the manual which explains
587 syntax highlighting in @AUCTeX{} and its customization.  Together with
588 the sections related to folding and outlining, the section is part of
589 the new chapter ``Display''.
590
591 @item
592 Keywords for syntax highlighting of @LaTeX{} constructs to be typeset in
593 bold, italic or typewriter fonts may now be customized.  Besides the
594 built-in classes, new keyword classes may be added by customizing the
595 variable @samp{font-latex-user-keyword-classes}.  The customization
596 options can be found in the customization group
597 @samp{font-latex-keywords}.
598
599 @item
600 Verbatim content is now displayed with the @samp{fixed-pitch} face. (GNU
601 Emacs only)
602
603 @item
604 Syntax highlighting should not spill out of verbatim content
605 anymore. (GNU Emacs only)
606
607 @item
608 Verbatim commands like @samp{\verb|...|} will not be broken anymore
609 during filling.
610
611 @item
612 You can customize the completion for graphic files with 
613 @code{LaTeX-includegraphics-read-file}.
614
615 @item
616 Support for the @LaTeX{} packages @samp{url}, @samp{listings},
617 @samp{jurabib} and @samp{csquotes} was added with regard to command
618 completion and syntax highlighting.
619
620 @item
621 Performance of fontification and filling was improved.
622
623 @item
624 Insertion of nodes in Texinfo mode now supports completion of existing
625 node names.
626
627 @item
628 Setting the variable @code{LaTeX-float} to @code{nil} now means that you
629 will not be prompted for the float position of figures and tables.  You
630 can get the old behaviour of @code{nil} by setting the variable to
631 @code{""}, i.e. an empty string.
632 @ifclear rawfile
633 See also @ref{Floats}.
634 @end ifclear
635
636 @item
637 The XEmacs-specific bug concerning @code{overlays-at} was fixed.
638
639 @item
640 Lots of bug fixes.
641 @end itemize
642
643 @heading News in 11.53
644
645 @itemize @bullet
646 @item
647 The @LaTeX{} math menu can include Unicode characters if your Emacs
648 built supports it.  See the variable
649 @ifset rawfile
650 @code{LaTeX-math-menu-unicode}.
651 @end ifset
652 @ifclear rawfile
653 @code{LaTeX-math-menu-unicode}, @ref{Mathematics}.
654 @end ifclear
655
656 @item
657 Bug fixes for XEmacs.
658
659 @c The following items weren't present at release time of 11.53:
660 @item
661 Completion for graphic files in the TeX search path has been added.
662
663 @item
664 @command{start} is used for the viewer for MiK@TeX{} and fp@TeX{}.
665
666 @item
667 The variable @code{TeX-fold-preserve-comments} can now be customized to
668 deactivate folding in comments.
669 @end itemize
670
671 @heading News in 11.52
672 @c Not present at release time of 11.52.
673
674 @itemize @bullet
675 @item
676 Installation and menus under XEmacs work again (maybe for the first
677 time).
678
679 @item
680 Fontification of subscripts and superscripts is now disabled when the
681 fontification engine is not able to support it properly.
682
683 @item
684 Bug fixes in the build process.
685 @end itemize
686
687 @heading News in 11.51
688 @c Not present at release time of 11.51.
689
690 @itemize @bullet
691 @item
692 PDFTeX and Source Special support did not work with ConTeXt,
693 this has been fixed.  Similar for Source Special support under Windows.
694
695 @item
696 Omega support has been added.
697
698 @item
699 Bug fixes in the build process.
700
701 @item
702 @code{TeX-fold} now supports folding of environments in Texinfo mode.
703 @end itemize
704
705 @heading News in 11.50
706
707 @itemize @bullet
708 @item
709 The use of source specials when processing or viewing the document can
710 now be controlled with the new @code{TeX-source-specials} minor mode
711 which can be toggled via an entry in the Command menu or the key binding
712 @kbd{C-c C-t C-s}.  If you have customized the variable
713 @code{TeX-command-list}, you have to re-initialize it for this to work.
714 This means to open a customization buffer for the variable by typing
715 @code{M-x customize-variable RET TeX-command-list RET}, selecting
716 ``Erase Customization'' and do your customization again with the new
717 default.
718
719 @item
720 The content of the command menu now depends on the mode (plain @TeX{},
721 @LaTeX{}, @ConTeXt{} etc.).  Any former customization of the variable
722 @code{TeX-command-list} has to be erased.  Otherwise the command menu
723 and the customization will not work correctly.
724
725 @item
726 Support for hiding and auto-revealing macros, e.g. footnotes or
727 citations, and environments in a buffer was
728 @ifset rawfile
729 added.
730 @end ifset
731 @ifclear rawfile
732 added, @ref{Folding}.
733 @end ifclear
734
735 @item
736 You can now control if indentation is done upon typing @key{RET} by
737 customizing the variable
738 @ifset rawfile
739 @code{TeX-newline-function}.
740 @end ifset
741 @ifclear rawfile
742 @code{TeX-newline-function}, @ref{Indenting}.
743 @end ifclear
744
745 @item
746 Limited support for @code{doc.sty} and @code{ltxdoc.cls} (@samp{dtx}
747 files) was added.  The new doc@TeX{} mode provides functionality for
748 editing documentation parts.  This includes formatting (indenting and
749 filling), adding and completion of macros and environments while staying
750 in comments as well as syntax highlighting.  (Please note that the mode
751 is not finished yet.  For example syntax highlighting does not work yet
752 in XEmacs.)
753
754 @item
755 For macro completion in doc@TeX{} mode the @AUCTeX{} style files
756 @file{doc.el}, @file{ltxdoc.el} and @file{ltx-base.el} were included.
757 The latter provides general support for low-level @LaTeX{} macros and
758 may be used with @LaTeX{} class and style files as well.  It is
759 currently not loaded automatically for those files.
760
761 @item
762 Support for @ConTeXt{} with a separate @ConTeXt{} mode is now included.
763 Macro definitions for completion are available in Dutch and English.
764
765 @item
766 The filling and indentation code was overhauled and is now able to
767 format commented parts of the source syntactically correct.  Newly
768 available functionality and customization options are explained in the
769 manual.
770
771 @item
772 Filling and indentation in XEmacs with preview-latex and activated
773 previews lead to the insertion of whitespace before multi-line previews.
774 @AUCTeX{} now contains facilities to prevent this problem.
775
776 @item
777 If @code{TeX-master} is set to @code{t}, @AUCTeX{} will now query for a
778 master file only when a new file is opened.  Existing files will be left
779 alone.  The new function @code{TeX-master-file-ask} (bound to @kbd{C-c
780 _} is provided for adding the variable manually.
781
782 @item
783 Sectioning commands are now shown in a larger font on display devices
784 which support such fontification.  The variable
785 @code{font-latex-title-fontify} can be customized to restore the old
786 appearance, i.e. the usage of a different color instead of a change in
787 size.
788
789 @item
790 Support for @code{alphanum.sty}, @code{beamer.cls}, @code{booktabs.sty},
791 @code{captcont.sty}, @code{emp.sty}, @code{paralist.sty},
792 @code{subfigure.sty} and @code{units.sty}/@code{nicefrac.sty} was added.
793 Credits go to the authors mentioned in the respective @AUCTeX{} style
794 files.
795
796 @item
797 Inserting graphics with @kbd{C-c RET \includegraphics RET} was improved.
798 See the variable @code{LaTeX-includegraphics-options-alist}.
799 @c FIXME: Document this in the main part of the manual
800
801 @item
802 If @code{LaTeX-default-position} is @code{nil}, don't prompt for
803 position arguments in Tabular-like
804 @ifset rawfile
805 environments.
806 @end ifset
807 @ifclear rawfile
808 environments, see @ref{Tabular-like}.
809 @end ifclear
810
811 @item
812 Completion for available packages when using @kbd{C-c RET \usepackage
813 RET} was improved on systems using the kpathsea library.
814
815 @item
816 The commenting functionality was fixed.  The separate functions for
817 commenting and uncommenting were unified in one function for paragraphs
818 and regions respectively which do both.
819
820 @item
821 Syntax highlighting can be customized to fontify quotes delimited by
822 either >>German<< or <<French>> quotation marks by changing the variable
823 @code{font-latex-quotes}.
824
825 @item
826 Certain @TeX{}/@LaTeX{} keywords for functions, references, variables
827 and warnings will now be fontified specially.  You may add your own
828 keywords by customizing the variables
829 @code{font-latex-match-function-keywords},
830 @code{font-latex-match-reference-keywords},
831 @code{font-latex-match-variable-keywords} and
832 @code{font-latex-match-warning-keywords}.
833
834 @item
835 If you include the style files @file{german} or @file{ngerman} in a
836 document (directly or via the @samp{babel} package), you should now
837 customize @code{LaTeX-german-open-quote},
838 @code{LaTeX-german-close-quote} and
839 @code{LaTeX-german-quote-after-quote} instead of @code{TeX-open-quote},
840 @code{TeX-close-quote} and @code{TeX-quote-after-quote} if you want to
841 influence the type of quote insertion.
842
843 @item
844 Upon viewing an output file, the right viewer and command line options
845 for it are now determined automatically by looking at the extension of
846 the output file and certain options used in the source file.  The
847 behavior can be adapted or extended respectively by customizing the
848 variable @code{TeX-output-view-style}.
849
850 @item
851 You can control whether @code{TeX-insert-macro} (@kbd{C-c RET}) ask for
852 all optional arguments by customizing the variable
853 @ifset rawfile
854 @code{TeX-insert-macro-default-style}.
855 @end ifset
856 @ifclear rawfile
857 @code{TeX-insert-macro-default-style}, @ref{Completion}.
858 @end ifclear
859
860 @item
861 @code{TeX-run-discard} is now able to completely detach a process that
862 it started.
863
864 @item
865 The build process was enhanced and is now based on @code{autoconf}
866 making installing AUC@TeX{} a mostly automatic process.  See
867 @ifset rawfile
868 the files @file{INSTALL} and @file{INSTALL.windows}
869 @end ifset
870 @ifclear rawfile
871 @ref{Installation} and @ref{Installation under MS Windows}
872 @end ifclear
873 for details.
874 @end itemize
875
876 @heading News in 11.14
877
878 @itemize @bullet
879 @item
880 Many more LaTeX and LaTeX2e commands are supported.
881 Done by Masayuki Ataka  <ataka@@milk.freemail.ne.jp>
882 @end itemize
883
884 @heading News in 11.12
885
886 @itemize @bullet
887 @item
888 Support for the KOMA-Script classes.
889 Contributed by Mark Trettin <Mark.Trettin@@gmx.de>.
890 @end itemize
891
892 @heading News in 11.11
893
894 @itemize @bullet
895 @item
896 Support for @file{prosper.sty}, see @url{http://prosper.sourceforge.net/}.
897 Contributed by Phillip Lord <p.lord@@russet.org.uk>.
898 @end itemize
899
900 @heading News in 11.10
901
902 @itemize @bullet
903 @item
904 @code{comment-region} now inserts @t{%%} by default.
905 Suggested by "Davide G. M. Salvetti" <salve@@debian.org>.
906 @end itemize
907
908 @heading News in 11.06
909
910 @itemize @bullet
911 @item
912 You can now switch between using the @file{font-latex} (all emacsen),
913 the @file{tex-font} (Emacs 21 only) or no special package for font
914 locking.  Customize @code{TeX-install-font-lock} for this.
915 @end itemize
916
917 @heading News in 11.04
918
919 @itemize @bullet
920 @item
921 Now use @t{-t landscape} by default when landscape option appears.
922 Suggested by Erik Frisk <frisk@@isy.liu.se>.
923 @end itemize
924
925 @heading News in 11.03
926
927 @itemize @bullet
928 @item
929 Use @file{tex-fptex.el} for fpTeX support.
930 Contributed by Fabrice Popineau <Fabrice.Popineau@@supelec.fr>.
931 @end itemize
932
933 @heading News in 11.02
934
935 @itemize @bullet
936 @item
937 New user option @code{LaTeX-top-caption-list} specifies environments
938 where the caption should go at top.
939 Contributed by ataka@@milk.freemail.ne.jp (Masayuki Ataka).
940
941 @item
942 Allow explicit dimensions in @file{graphicx.sty}.
943 Contributed by ataka@@milk.freemail.ne.jp (Masayuki Ataka).
944
945 @item
946 Limited support for @file{verbatim.sty}.
947 Contributed by ataka@@milk.freemail.ne.jp (Masayuki Ataka).
948
949 @item
950 Better support for asmmath items.
951 Patch by ataka@@milk.freemail.ne.jp (Masayuki Ataka).
952
953 @item
954 More accurate error parsing.
955 Added by David Kastrup <David.Kastrup@@t-online.de>.
956 @end itemize
957
958 @heading News in 11.01
959
960 @itemize @bullet
961 @item
962 Bug fixes.
963 @end itemize
964
965 @c Local Variables:
966 @c mode: texinfo
967 @c TeX-master: "auctex"
968 @c End: