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