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