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