]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
- Add support for ae package
[lyx.git] / src / ChangeLog
1 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
2
3         * buffer.C (makeLaTeXFile): Do not load the ae package when using
4         OT1 font encoding. Also, load the aecompl package if the ae
5         package is loaded.
6
7         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
8
9 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10
11         * texrow.C (increasePos): turn two error messages into debug
12         messages. 
13
14 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
15
16         * LaTeX.C (scanAux): Handle the \@input macro.
17         (runBibTeX): Use scanAux().
18
19         * language.C (latex_options_): New field.
20
21         * LaTeXFeatures.C (getMacros): Add language macros.
22
23         * buffer.C (makeLaTeXFile): Small fix.
24
25 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
26
27         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
28
29         * text2.C: add a using directive.
30
31 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
32
33         * BufferView2.C:
34         * lyx_gui_misc.h:
35         * lyxfr1.C:
36         * lyxfunc.C: kill LyXBell.
37
38 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
39
40         * text.C (IsBoundary): Remove the error message
41         
42         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
43
44         * lyxrc.C (setDefaults): Correct initialization value for
45         font_norm_type.
46
47 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
48
49         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
50         gotoError().
51
52         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
53         and GotoNextNote().
54
55         * src/LyXAction.C: Added reference-next.
56
57         * text.C (InsertChar): Use contains instead of strchr.
58
59         * lyx_cb.C (MenuInsertLabel): Enable default value code.
60
61 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
62
63         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
64         alignment commands (when needed).
65
66         * text.C (InsertChar): Add ':' to number separator chars.