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