]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
- Fix the bug that bibtex was not always run when needed.
[lyx.git] / src / ChangeLog
1 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
2
3         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
4         all the citation/databases/styles in the auxilary file. 
5         (run): Rerun latex if there was a babel language error.
6
7 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
8
9         * text.C (Backspace): Preserve the font when changing newline char
10         with a space.
11         (BreakParagraph): If the cursor is before a space, delete the space.
12
13         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
14
15 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
16
17         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
18         new argument (code).
19         (ChangeCitationsIfUnique): New method.
20
21         * paragraph.C (GetPositionOfInset): Handle bibkey.
22
23 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
24
25         * BufferView_pimpl.h: change type of Position::par_pos to
26         LyXParagraph::size_type. 
27
28 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
29
30         * BufferView_pimpl.C (savePosition, restorePosition): Write
31         messages to minibuffer.
32
33 2001-01-28  José Matos  <jamatos@fep.up.pt>
34
35         * buffer.C (makeDocBookFile): adds support for document language.
36         A silly restriction on the name of LatexCommand types where removed.
37         Added support for CDATA sections, allows to chars unescaped, used
38         among others in code, to avoid escape < and >.
39         
40 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
41
42         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
43         saved positions instrad of a stack. Furthermore, a position is
44         stored using paragraph id/paragraph position.
45
46         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
47         Remove LFUN_REF_BACK.
48
49 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
50
51         * converter.C (dvipdfm_options): New method.
52
53 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
54
55         * vspace.C (isValidLength): Fix for empty input string.
56
57 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
58
59         * LyXAction.C (init): change description of LFUN_FIGURE to
60         "Insert Graphics"
61
62 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
63
64         * LaTeX.C: add using directive
65
66 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
67
68         * MenuBackend.C (expand): Fix the sorting of the formats.
69
70 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
71
72         * lyx_main.C: tiny error message fix
73
74 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
75
76         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
77         calling fl_initialize(). This fixes the problem with ',' as
78         decimal separator in text files.
79
80 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
81
82         * trans.C (process): Fix the keymap bug.
83
84 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
85
86         * LaTeX.C (scanAuxFiles): New method. Provides support for
87         multiple bibliographies (when using the bibtopic/bibunits pacakges).
88         (scanLogFile) Scan for "run BibTeX" messages.
89
90         * buffer.C (makeLaTeXFile): Do not load the ae package when using
91         OT1 font encoding. Also, load the aecompl package if the ae
92         package is loaded.
93
94         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
95
96 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
97
98         * texrow.C (increasePos): turn two error messages into debug
99         messages. 
100
101 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
102
103         * LaTeX.C (scanAux): Handle the \@input macro.
104         (runBibTeX): Use scanAux().
105
106         * language.C (latex_options_): New field.
107
108         * LaTeXFeatures.C (getMacros): Add language macros.
109
110         * buffer.C (makeLaTeXFile): Small fix.
111
112 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
113
114         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
115
116         * text2.C: add a using directive.
117
118 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
119
120         * BufferView2.C:
121         * lyx_gui_misc.h:
122         * lyxfr1.C:
123         * lyxfunc.C: kill LyXBell.
124
125 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
126
127         * text.C (IsBoundary): Remove the error message
128         
129         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
130
131         * lyxrc.C (setDefaults): Correct initialization value for
132         font_norm_type.
133
134 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
135
136         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
137         gotoError().
138
139         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
140         and GotoNextNote().
141
142         * src/LyXAction.C: Added reference-next.
143
144         * text.C (InsertChar): Use contains instead of strchr.
145
146         * lyx_cb.C (MenuInsertLabel): Enable default value code.
147
148 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
149
150         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
151         alignment commands (when needed).
152
153         * text.C (InsertChar): Add ':' to number separator chars.