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