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