]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
mathed19.diff
[lyx.git] / src / ChangeLog
1 2001-02-14  Juergen Vigna  <jug@sad.it>
2
3         * lyxfunc.C: removed #if 0 unused code
4
5         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
6
7         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
8
9         * text2.C (SetSelection): added a BufferView * parameter
10
11 2001-02-13  Juergen Vigna  <jug@sad.it>
12
13         * lyxfunc.C (Dispatch): fixed protected blank problem.
14         * BufferView2.C (protectedBlank): added LyxText * parameter.
15
16         * tabular.C (AppendRow): forgot to set row_info of newly added row.
17         (AppendColumn): same as above for column_info.
18
19         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
20         (moveCursorUpdate): use a LyXText param for support of InsetText.
21
22         * BufferView_pimpl.C (doubleClick): added support for InsetText.
23         (tripleClick): ditto
24
25         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
26
27         * BufferView_pimpl.C (update): added LyXText param to honor insets.
28
29         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
30
31         * text2.C (SetSelection): set correct update status if inset_owner
32         (ToggleFree): ditto
33
34 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
35
36         * tabular.C: remove some commented code.
37
38 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
39
40         * BufferView_pimpl.C: call hideSplash()
41
42         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
43
44         * include_form.h:
45         * bibforms.h: remove
46
47         * lyxfunc.C:
48         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
49           add LFUN_CHILD_CREATE
50
51         * counters.h: fix tiny typo
52         
53         * lyx_cb.C:
54         * lyx.h:
55         * lyx_gui.C:
56         * lyx.C: move splash to frontends/xforms/
57
58         * lyx_gui_misc.C: move Include and Bibform to frontends
59
60         * lyxvc.h: clarify comment
61
62         * vspace.C: tiny housekeeping
63
64 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
65
66         * text.C (PrepareToPrint): RTL Fix.
67
68         * paragraph.C (GetUChar): New method.
69         (String):  Use GetUChar.
70
71         * buffer.C (asciiParagraph): Use GetUChar.
72
73 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
74
75         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
76
77 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
78
79         * buffer.h:
80         * buffer.C: rename to getLogName(), handle
81           build log / latex log nicely
82
83 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
84
85         * MenuBackend.C: 
86         * MenuBackend.h: remove support for reference menuitem type.
87
88 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
89
90         * BufferView_pimpl.C: housekeeping
91         * BufferView_pimpl.h:
92         * LyXView.h:
93         * Makefile.am:
94         * Timeout.C:
95         * Timeout.h:
96         * minibuffer.h: move Timeout GUI-I
97                           
98 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
99
100         * lyxrc.C (read): Update converters data-structures.
101
102 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
103
104         * LaTeX.h (operator!=): add operator != for Aux_Info 
105
106 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
107
108         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
109
110         * LaTeXLog.C: deleted, useful code moved to Buffer
111
112         * buffer.h:
113         * buffer.C: new function getLatexLogName()
114
115         * lyx_gui_misc.C:
116         * lyx_gui.C:
117         * lyxvc.C:
118         * lyxvc.h:
119         * lyxfunc.C: use frontends for LaTeX and VC logs
120
121 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
122
123         * LaTeX.h: yet another std:: that Allan forgot.
124
125         * Variables.C (set): renamed from isset(), because this clashes
126         with some HP-UX macros (grr).
127
128 2001-02-06  Allan Rae  <rae@lyx.org>
129
130         * LaTeX.h: Another bug fix.  Missing std:: this time.
131
132 2001-02-04  Allan Rae  <rae@lyx.org>
133
134         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
135         floats problem. I've left it commented out because it's not quite
136         correct.  It should also test that the current object is a table or
137         figure inset.  But I haven't gotten around to figuring out how to do
138         that.  I *think* it'll be something like: "table" == inset.type()
139
140         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
141         bool.
142
143 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
144
145         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
146         all the citation/databases/styles in the auxilary file. 
147         (run): Rerun latex if there was a babel language error.
148
149 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
150
151         * text.C (Backspace): Preserve the font when changing newline char
152         with a space.
153         (BreakParagraph): If the cursor is before a space, delete the space.
154
155         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
156
157 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
158
159         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
160         new argument (code).
161         (ChangeCitationsIfUnique): New method.
162
163         * paragraph.C (GetPositionOfInset): Handle bibkey.
164
165 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
166
167         * BufferView_pimpl.h: change type of Position::par_pos to
168         LyXParagraph::size_type. 
169
170 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
171
172         * BufferView_pimpl.C (savePosition, restorePosition): Write
173         messages to minibuffer.
174
175 2001-01-28  José Matos  <jamatos@fep.up.pt>
176
177         * buffer.C (makeDocBookFile): adds support for document language.
178         A silly restriction on the name of LatexCommand types where removed.
179         Added support for CDATA sections, allows to chars unescaped, used
180         among others in code, to avoid escape < and >.
181         
182 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
183
184         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
185         saved positions instrad of a stack. Furthermore, a position is
186         stored using paragraph id/paragraph position.
187
188         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
189         Remove LFUN_REF_BACK.
190
191 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
192
193         * converter.C (dvipdfm_options): New method.
194
195 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
196
197         * vspace.C (isValidLength): Fix for empty input string.
198
199 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
200
201         * LyXAction.C (init): change description of LFUN_FIGURE to
202         "Insert Graphics"
203
204 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
205
206         * LaTeX.C: add using directive
207
208 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
209
210         * MenuBackend.C (expand): Fix the sorting of the formats.
211
212 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
213
214         * lyx_main.C: tiny error message fix
215
216 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
217
218         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
219         calling fl_initialize(). This fixes the problem with ',' as
220         decimal separator in text files.
221
222 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
223
224         * trans.C (process): Fix the keymap bug.
225
226 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
227
228         * LaTeX.C (scanAuxFiles): New method. Provides support for
229         multiple bibliographies (when using the bibtopic/bibunits pacakges).
230         (scanLogFile) Scan for "run BibTeX" messages.
231
232         * buffer.C (makeLaTeXFile): Do not load the ae package when using
233         OT1 font encoding. Also, load the aecompl package if the ae
234         package is loaded.
235
236         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
237
238 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
239
240         * texrow.C (increasePos): turn two error messages into debug
241         messages. 
242
243 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
244
245         * LaTeX.C (scanAux): Handle the \@input macro.
246         (runBibTeX): Use scanAux().
247
248         * language.C (latex_options_): New field.
249
250         * LaTeXFeatures.C (getMacros): Add language macros.
251
252         * buffer.C (makeLaTeXFile): Small fix.
253
254 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
255
256         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
257
258         * text2.C: add a using directive.
259
260 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
261
262         * BufferView2.C:
263         * lyx_gui_misc.h:
264         * lyxfr1.C:
265         * lyxfunc.C: kill LyXBell.
266
267 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
268
269         * text.C (IsBoundary): Remove the error message
270         
271         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
272
273         * lyxrc.C (setDefaults): Correct initialization value for
274         font_norm_type.
275
276 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
277
278         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
279         gotoError().
280
281         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
282         and GotoNextNote().
283
284         * src/LyXAction.C: Added reference-next.
285
286         * text.C (InsertChar): Use contains instead of strchr.
287
288         * lyx_cb.C (MenuInsertLabel): Enable default value code.
289
290 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
291
292         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
293         alignment commands (when needed).
294
295         * text.C (InsertChar): Add ':' to number separator chars.