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