]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
6243069b669c400677bc76c20a3b9755e320b92f
[lyx.git] / src / ChangeLog
1 2001-04-13  Juergen Vigna  <jug@sad.it>
2
3         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
4         (LyXTabular): tried to minimize operator= operations (and realized
5         hopfully Lars wish).
6
7 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
8
9         * LaTeX.C (deplog): Always check that foundfile exists.
10
11 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12
13         * lyx_main.h: 
14         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name 
15
16 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17
18         * tabular.[Ch] (getLabelList): implement new method
19
20         * minibuffer.h: comment ouf setTiimer
21
22         * minibuffer.C (ExecutingCB): constify res
23         (peek_event): constify s
24         (Set): constify ntext
25         (Init): constify nicename
26
27         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
28
29         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
30         (savePosition): use two params to Minibuffer::Set
31         (restorePosition): ditto
32
33 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
34
35         * lyx_main.C: include language.h
36
37         * Makefile.am (lyx_main.o): add language.h
38
39 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
40
41         * exporter.C: 
42         * paragraph.C: 
43         * screen.C: 
44         * tabular.C: 
45         * CutAndPaste.C: include gettext.h
46
47         * lyxfont.h: remove old hack with ON and OFF.
48
49         * lyxparagraph.h: 
50         * lyxfont.h: do not include language.h...
51
52         * BufferView2.C: 
53         * LaTeXFeatures.C: 
54         * Painter.C: 
55         * bufferview_funcs.C: 
56         * font.C: 
57         * lyxfont.C: 
58         * text.C: 
59         * text2.C: 
60         * trans_mgr.C: 
61         * paragraph.C: ... but do it here instead
62
63 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
64
65         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
66
67         * tabular.C: small reformat
68
69         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
70         NEW_INSETS version
71         (GetChar): ditto
72         (BreakParagraph): ditto
73         (SetOnlyLayout): ditto
74         (SetLayout): ditto
75
76         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
77         with one arg less.
78
79         * lastfiles.C: removed most using decl, add std:: where needed
80
81         * buffer.C: ws changes
82
83         * MenuBackend.C (class compare_format): put into anon namespace
84         (expand): constify label, names, action, action2
85         (expand): 
86
87         * text.C (SingleWidth): constify font
88         (IsBoundary): constify rtl2
89         (GetVisibleRow): constify ww
90
91         * LaTeX.C (deplog): constify logfile
92
93         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
94         start_x, end_x
95         (workAreaExpose): constify widthChange, heightChange
96
97         * lyxrow.C (par): moved
98         (height): moved
99         (next): moved
100         * lyxrow.h: as inlines here
101
102         * lyxfont.h (shape): moved from lyxfont.C
103         (emph): moved from lyxfont.C
104
105         * lyxfont.C (LyXFont): use initialization list for all
106         constructors
107         (shape): move to lyxfont.h as inline
108         (emph): move to lyxfont.h as inline
109         
110
111 2001-04-04  Juergen Vigna  <jug@sad.it>
112
113         * vspace.C: had to include stdio.h for use of sscanf
114
115 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
116
117         * BufferView.h: 
118         * BufferView_pimpl.h: remove xforms cruft. Both classes are
119         independent of xforms.
120
121 2001-04-02  Juergen Vigna  <jug@sad.it>
122
123         * spellchecker.C: fixed namespace placing!
124
125 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
126
127         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
128         the LyXParagraph * is 0.
129
130 2001-03-29  Juergen Vigna  <jug@sad.it>
131
132         * vspace.C: added support for %, c%, p%, l%.
133         (stringFromUnit): added helper function.
134         (asLatexString): changed to give right results for the %-values.
135
136         * buffer.C: convert the widthp in a width%.
137
138 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
139
140         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
141         figureForm.[Ch].
142
143         * figureForm.[Ch]: stripped the FD_from_figure manipulation
144         code out of lux_cb.[Ch], ready for its (imminent?) removal.
145
146         * lyx_cb.[Ch]: see above.
147
148         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
149         form1.[Ch].
150
151         * form1.[Ch]:
152         * lyx.[Ch]: replaced by figure_form.[Ch].
153
154         * lyx_gui.C:
155         * lyx_gui_misc.C:
156         * lyxfunc.C: changed headers associated with above changes.
157
158 2001-03-27  Juergen Vigna  <jug@sad.it>
159
160         * BufferView_pimpl.C: set the temporary cursor right!
161
162 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
163
164         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
165
166 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
167
168         * LString.h: removed "using std::getline"!
169
170         * BufferView_pimpl.C (Dispatch): changes due to changes in
171         InsetInclude::Params.
172
173         * buffer.C (tag_name): removed redundant break statements as they were
174         producing lots of warnings with my compiler.
175
176 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
177
178         * LString.h: add "using std::getline" when using the real <string>.
179
180 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
181
182         * buffer.C: removed bitset usage.
183         PAR_TAG moved to an anonymous name space.
184         (tag_name): new funtion, also in the anonymous namespace.
185         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
186         (makeDocBookFile): clean code. Completed transition from string arrays
187         to string vectors.
188         (SimpleDocBookOnePar): code clean.
189
190 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
191
192         * tabular.C: add some comments.
193
194 2001-03-22  Juergen Vigna  <jug@sad.it>
195
196         * buffer.C (parseSingleLyXformat2Token): redone the minipage
197         compatibility read a bit and fixed bug with minipage in different
198         depth.
199
200 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
201
202         * buffer.C (pop_tag): removed.
203         (push_tag): removed.
204         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
205         array replaced with vector. Added support for CDATA sections.
206         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
207         at any nest level.
208         (makeDocBookFile): XML conformant declaration of CDATA section,
209         fixed bug related to <emphasis> in the first paragraph char.
210         (sgmlOpenTag): exclude empty tags.
211         (sgmlCloseTag): ditto.
212         
213         * buffer.h (pop_tag): removed.
214         (push_tag): removed.
215
216 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
217
218         * language.h (Languages): added size_type and size().
219
220 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
221
222         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
223         response on compability reading of minipages. One probliem is that
224         the old usage of minipages was «flertydig» 
225
226         * several files here and in subdirs: don't use static at file
227         scope use anon namespaces instead.
228
229 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
230
231         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
232         LaTeX output. This is necessary for Literate document
233         processing.
234
235 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
236
237         * buffer.C: insert hfill when needed.
238
239         * tabular.C (l_getline): use string::erase, small whitespace change.
240
241         * BufferView_pimpl.C: try the anon namespace.
242         * WorkArea.C: ditto
243
244 2001-03-16  Juergen Vigna  <jug@sad.it>
245
246         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
247         otherwise it won't open options-dialogs.
248
249         * buffer.C: honor pextraWidth(p) on converting minipages.
250
251         * tabular.C (l_getline): changed the functions to strip trailing \r.
252
253 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
254
255         * BufferView_pimpl.C:
256         * minibuffer..C: added "using SigC::slot" declaration.
257
258 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
259
260         * lyxlex_pimpl.h: noncopyable is in namespace boost.
261
262         * text2.C: ditto
263
264         * text.C: ditto
265
266         * paragraph.C: ditto
267
268         * lyxtext.h: NO_PEXTRA
269
270         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
271
272         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
273         * ParameterStruct.h: ditto
274         * ParagraphParameters.h: ditto 
275         * lyxparagraph.h: ditto
276
277 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
278
279         * buffer.C: add compability for minipage alignment.
280         (latexParagraphs): remove unwanted pextra check.
281
282         * several files: remove CXX_WORKING_NAMESPACES
283
284         * buffer.C (pop_tag): tie is in namespace boost
285
286         * BufferView.h: noncopyable is in namespace boost
287         * lyxlex.h: ditto
288         * lyx_main.h: ditto
289         * lyx_gui.h: ditto
290         * layout.h: ditto
291         * lastfiles.h: ditto
292         * bufferlist.h: ditto
293         * ShareContainer.h: ditto
294         * LyXView.h: ditto
295         * LyXAction.h: ditto
296         * LaTeX.h: ditto
297
298 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
299
300         * Merging changes from BRANCH_MVC back into HEAD.
301
302         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
303
304 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
305
306         * BufferView_pimpl.C: change from intl.C
307
308         * combox.h:
309         * combox.C:
310         * Makefile.am: move combox.*
311
312         * form1.h:
313         * form1.C:
314         * lyx_gui.C:
315         * intl.h:
316         * intl.C: remove dialog (covered by prefs)
317
318 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
319
320         * lyxfunc.C (Dispatch): removed redundant break statement.
321         
322 2001-03-14  Juergen Vigna  <jug@sad.it>
323
324         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
325
326 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
327
328         * buffer.C: add hack to fix compability reading of minipages.
329
330 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
331
332         * buffer.C (getLists): Cleanup.
333
334 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
335
336         * lyxfont.C (update): don't honor toggleall on font size.
337
338 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
339
340         * bmtable.c:
341         * bmtable.h:
342         * Makefile.am: moved to frontends/xforms/
343
344         * lyx_gui_misc.C:
345         * lyxfunc.C:
346         * BufferView_pimpl.C: changes for moved mathpanel
347
348 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
349
350         * gettext.h: fix gettext_init() in --disable-nls
351
352 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
353
354         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
355
356 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
357
358         * lyx.C:
359         * lyx.h: strip external form
360
361 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
362
363         * BufferView_pimpl.C: add comment, destroySplash()
364
365 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
366
367         * BufferView_pimpl.C:
368         * LyXAction.C:
369         * buffer.C:
370         * commandtags.h:
371         * lyxfunc.C: use re-worked insetinclude
372
373 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
374
375         * buffer.C: add using std::stringstream.
376
377         * lyx_cb.C: readd using std::ios.
378
379         * buffer.C: add using std::map.
380
381         * BufferView_pimpl.C: add using std::vector.
382
383         * ShareContainer.h: add std:: to swap.
384
385         * buffer.h: add some typedefs
386         * buffer.C (getLists): use them
387         (getLists): renamed from getTocList.
388         add a counter for the different float types and use it in the
389         generated string.
390         (getLists): use the same counter for the NEW_INSETS and the "non"
391         NEW_INSETS
392
393         * lyx_cb.h: remove unused items, includes, using etc.
394
395         * ShareContainer.h: remove some commented code, add more comments
396         and "documentation".
397
398 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
399
400         * buffer.C (getTocList): make the list also when NEW_INSETS is
401         defined.
402
403         * buffer.h: remove TocType
404
405         * buffer.C (getTocList): change to return a map<string,
406         vector<TocItem> >, implement for dynamic number of list.
407
408         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
409         * text2.C (PasteSelection): adjust
410         * CutAndPaste.C (pasteSelection): adjust
411
412         * FloatList.C (FloatList): update from the new_insets branch.
413         * Floating.[Ch]: ditto
414         * LaTeXFeatures.C: ditto
415         * buffer.C: ditto
416         * lyxlex_pimpl.C: ditto
417         
418         * paragraph.C (Last): remove when NEW_INSETS is defined.
419
420         * other file: changes because of the above.
421
422 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
423
424         * lyxparagraph.h: rename next to next_, previous to previous_,
425         make them private for NEW_INSETS. Rename Next() to next(),
426         Previous() to previous().
427
428         * other files: changes because of the above.
429
430 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
431
432         * BufferView.h: 
433         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
434         problem.
435
436 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
437
438         * main.C (main): pass lyx_localedir to gettext_init().
439
440         * gettext.h: remove locale_init and gettext_init macros
441
442         * gettext.C (locale_init): new function
443         (gettext_init): new function
444
445         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
446         setlocale().
447
448 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
449
450         * Moved credits to frontends:
451         * credits.[Ch]: removed
452         * credits_form.[Ch]: removed
453         * lyx_gui_misc.C: remove credits stuff
454         * Makefile.am:
455
456 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
457
458         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
459
460         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
461         unneeded destructor.
462
463         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
464         a standalone pointer again.
465
466         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
467
468 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
469
470         * Makefile.am:
471         * filedlg.h:
472         * filedlg.C:
473         * LyXAction.C:
474         * ToolbarDefaults.C:
475         * bufferlist.C:
476         * commandtags.h:
477         * form1.C:
478         * form1.h:
479         * lyx_cb.C:
480         * lyx_cb.h:
481         * lyxfunc.h:
482         * lyxfunc.C:
483         * BufferView_pimpl.C: use new file dialog in GUII
484
485         * lyx_cb.h:
486         * lyx_cb.C: remove LayoutsCB to Toolbar
487
488 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
489
490         * ShareContainer.h (get): add std:: qualifier
491
492 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
493
494         * ShareContainer.h: define a proper ShareContainer::value_type
495         type (and use typename to please compaq cxx)
496
497 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
498
499         * lyxparagraph.h: move serveral local vars to
500         ParameterStruct/ParagraphParameters., use ShareContainer in
501         FontTable., make vars in FontTable private and add getter and
502         setter.
503
504         * paragraph.C: changes because of the above.
505
506         * lyxfont.h: remove copy constructor and copy assignment. (the
507         default ones is ok), move number inside FontBits. move inlines to
508         lyxfont.C 
509
510         * lyxfont.C: add number to initializaton of statics, move several
511         inlines here. constify several local vars. some whitespace
512         cleanup. Dont hide outerscope variables.
513
514         * Spacing.h: add two new constructors to match the set methods.
515
516         * ShareContainer.h: new file, will perhaps be moved to support
517
518         * ParameterStruct.h: new file
519
520         * ParagraphParameters.h: new file
521
522         * ParagraphParameters.C: new file
523
524         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
525         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
526
527         * BufferView_pimpl.C: ParagraphParameter changes.
528         * buffer.C: Likewise.
529         * bufferview_funcs.C: Likewise.
530         * text.C: Likewise.
531         * text2.C: Likewise.
532         
533 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
534
535         * lyxfind.C (LyXReplace): do not redefine default argument in
536         implementation. 
537         (IsStringInText): ditto
538         (SearchForward): ditto
539         (SearchBackward): ditto
540
541 2001-03-06  Juergen Vigna  <jug@sad.it>
542
543         * lyxfind.C (IsStringInText): put parentes around expressions.
544
545 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
546
547         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
548         
549 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
550
551         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
552
553         * stl_string_fwd.h: add comment
554
555         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
556
557         * tabular.h:
558         * tabular.C: remove unused DocBook methods
559
560         * intl.C:
561         * language.C:
562         * paragraph.C:
563         * buffer.C:
564         killed DO_USE_DEFAULT_LANGUAGE
565
566 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
567
568         * lyx_gui.C: do not include language.h.
569
570         * bufferview_funcs.C (ToggleAndShow): do not provide optional
571         arguments in function implementation.
572
573 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
574
575         * BufferView_pimpl.C: add <ctime>
576
577 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
578
579         * BufferView_pimpl.C: add using std::find_if
580
581 2001-02-27  José Matos  <jamatos@fep.up.pt>
582         
583         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
584         by OnlyPath.
585         
586 2001-02-11  José Matos  <jamatos@fep.up.pt>
587
588         * buffer.C (makeDocBookFile): command styles now have a parameter as
589         "title" by default.
590
591 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
592
593         * layout_forms.[Ch]: removed
594         * lyx_cb.[Ch]: out character
595         * lyx_gui.C: out character
596         * lyx_gui_misc.C: out character
597         * bufferview_funcs.C: : out character,
598         added toggleall as parameter in ToggleAndShow
599                    
600 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
601
602         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
603
604         * text2.C (SetCurrentFont): Disable number property at boundary.
605
606 2001-02-26  Juergen Vigna  <jug@sad.it>
607
608         * lyxfunc.C (getStatus): added a string argument override function so
609         that this is correctly called from LyXFunc::Dispatch if it contains a
610         do_not_use_argument which is used!
611         (Dispatch): added check for "custom" export and call appropriate func.
612
613 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
614
615         * lyxrc.C: Add language_command_local, language_use_babel and
616         language_global_options.
617
618         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
619
620         * buffer.C (makeLaTeXFile): Use language_use_babel and 
621         language_global_options.
622
623 2001-02-23  Juergen Vigna  <jug@sad.it>
624
625         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
626         which works with LyXText and putted it inside BufferView. Here now we
627         only call for that part the BufferView::Dispatch() function.
628
629         * BufferView.C (Dispatch): added.
630
631         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
632         functions which needs to use a LyXText over from LyXFunc.
633         (MenuInsertLyXFile): added
634         (getInsetByCode): added
635         (moveCursorUpdate): added
636         (static TEXT): added
637
638 2001-02-22  Juergen Vigna  <jug@sad.it>
639
640         * BufferView_pimpl.C (update): call a status update to see if LyXText
641         needs it.
642
643 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
644
645         * vc-backend.C (revert): implement for CVS
646         (getLog): implement for CVS
647
648 2001-02-20  Juergen Vigna  <jug@sad.it>
649
650         * text2.C (ClearSelection): added BufferView param for inset_owner call
651
652         * lyxfunc.C (TEXT): added this function and use it instead of
653         directly owner->view()-text of getLyXText().
654
655 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
656
657         * src/layout_forms.C: out preamble
658         * src/layout_forms.h: out preamble
659         * src/lyx_cb.C: out preamble
660         * src/lyx_cb.h: out preamble
661         * src/lyx_gui.C: out preamble
662         * src/lyx_gui_misc.C: out preamble
663         * src/lyxfunc.C: connect with guii preamble
664
665 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
666
667         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
668
669 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
670
671         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
672         whether to run bibtex.
673
674 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
675
676         * Makefile.am (lyx_SOURCES): Remove BackStack.h
677
678 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
679
680         * Makefile.am (lyx_SOURCES): removed bibforms.h
681
682         * vspace.h: doxygen
683
684         * text.C (GetVisibleRow): make several local vars const
685
686         * tabular.C: small cleanup.
687
688         * lyxserver.C (callback): use compare instead of strncmp
689
690         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
691         inlines to after class or to paragraph.C
692
693         * lyxfont.h: remove friend operator!=
694
695         * converter.h: move friend bool operator< to non friend and after
696         class def.
697
698         * combox.h: small cleanup
699
700         * buffer.h: doxygen, remove unused constructor, move inclas inlies
701         to inlines after class def.
702
703         * buffer.C (pop_tag): use string operations instead of strcmp
704
705         * bmtable.c: doxygen, small cleanup
706
707         * LaTeX.h: remove friend operator==
708
709 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
710
711         * screen.C: 
712         * lyxrc.[Ch]:
713         * lyxfunc.C: 
714         * lyxfont.[Ch]: 
715         * lyx_cb.C: 
716         * intl.[Ch]: 
717         * commandtags.h: 
718         * buffer.C: 
719         * WorkArea.[Ch]: 
720         * LyXAction.C: 
721         * BufferView_pimpl.C:
722         * BufferView.[Ch]: remove cruft
723
724 2001-02-14  Juergen Vigna  <jug@sad.it>
725
726         * lyxfunc.C: removed #if 0 unused code
727
728         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
729
730         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
731
732         * text2.C (SetSelection): added a BufferView * parameter
733
734 2001-02-13  Juergen Vigna  <jug@sad.it>
735
736         * lyxfunc.C (Dispatch): fixed protected blank problem.
737         * BufferView2.C (protectedBlank): added LyxText * parameter.
738
739         * tabular.C (AppendRow): forgot to set row_info of newly added row.
740         (AppendColumn): same as above for column_info.
741
742         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
743         (moveCursorUpdate): use a LyXText param for support of InsetText.
744
745         * BufferView_pimpl.C (doubleClick): added support for InsetText.
746         (tripleClick): ditto
747
748         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
749
750         * BufferView_pimpl.C (update): added LyXText param to honor insets.
751
752         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
753
754         * text2.C (SetSelection): set correct update status if inset_owner
755         (ToggleFree): ditto
756
757 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
758
759         * tabular.C: remove some commented code.
760
761 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
762
763         * BufferView_pimpl.C: call hideSplash()
764
765         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
766
767         * include_form.h:
768         * bibforms.h: remove
769
770         * lyxfunc.C:
771         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
772           add LFUN_CHILD_CREATE
773
774         * counters.h: fix tiny typo
775         
776         * lyx_cb.C:
777         * lyx.h:
778         * lyx_gui.C:
779         * lyx.C: move splash to frontends/xforms/
780
781         * lyx_gui_misc.C: move Include and Bibform to frontends
782
783         * lyxvc.h: clarify comment
784
785         * vspace.C: tiny housekeeping
786
787 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
788
789         * text.C (PrepareToPrint): RTL Fix.
790
791         * paragraph.C (GetUChar): New method.
792         (String):  Use GetUChar.
793
794         * buffer.C (asciiParagraph): Use GetUChar.
795
796 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
797
798         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
799
800 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
801
802         * buffer.h:
803         * buffer.C: rename to getLogName(), handle
804           build log / latex log nicely
805
806 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
807
808         * MenuBackend.C: 
809         * MenuBackend.h: remove support for reference menuitem type.
810
811 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
812
813         * BufferView_pimpl.C: housekeeping
814         * BufferView_pimpl.h:
815         * LyXView.h:
816         * Makefile.am:
817         * Timeout.C:
818         * Timeout.h:
819         * minibuffer.h: move Timeout GUI-I
820                           
821 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
822
823         * lyxrc.C (read): Update converters data-structures.
824
825 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
826
827         * LaTeX.h (operator!=): add operator != for Aux_Info 
828
829 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
830
831         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
832
833         * LaTeXLog.C: deleted, useful code moved to Buffer
834
835         * buffer.h:
836         * buffer.C: new function getLatexLogName()
837
838         * lyx_gui_misc.C:
839         * lyx_gui.C:
840         * lyxvc.C:
841         * lyxvc.h:
842         * lyxfunc.C: use frontends for LaTeX and VC logs
843
844 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
845
846         * LaTeX.h: yet another std:: that Allan forgot.
847
848         * Variables.C (set): renamed from isset(), because this clashes
849         with some HP-UX macros (grr).
850
851 2001-02-06  Allan Rae  <rae@lyx.org>
852
853         * LaTeX.h: Another bug fix.  Missing std:: this time.
854
855 2001-02-04  Allan Rae  <rae@lyx.org>
856
857         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
858         floats problem. I've left it commented out because it's not quite
859         correct.  It should also test that the current object is a table or
860         figure inset.  But I haven't gotten around to figuring out how to do
861         that.  I *think* it'll be something like: "table" == inset.type()
862
863         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
864         bool.
865
866 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
867
868         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
869         all the citation/databases/styles in the auxilary file. 
870         (run): Rerun latex if there was a babel language error.
871
872 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
873
874         * text.C (Backspace): Preserve the font when changing newline char
875         with a space.
876         (BreakParagraph): If the cursor is before a space, delete the space.
877
878         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
879
880 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
881
882         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
883         new argument (code).
884         (ChangeCitationsIfUnique): New method.
885
886         * paragraph.C (GetPositionOfInset): Handle bibkey.
887
888 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
889
890         * BufferView_pimpl.h: change type of Position::par_pos to
891         LyXParagraph::size_type. 
892
893 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
894
895         * BufferView_pimpl.C (savePosition, restorePosition): Write
896         messages to minibuffer.
897
898 2001-01-28  José Matos  <jamatos@fep.up.pt>
899
900         * buffer.C (makeDocBookFile): adds support for document language.
901         A silly restriction on the name of LatexCommand types where removed.
902         Added support for CDATA sections, allows to chars unescaped, used
903         among others in code, to avoid escape < and >.
904         
905 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
906
907         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
908         saved positions instrad of a stack. Furthermore, a position is
909         stored using paragraph id/paragraph position.
910
911         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
912         Remove LFUN_REF_BACK.
913
914 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
915
916         * converter.C (dvipdfm_options): New method.
917
918 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
919
920         * vspace.C (isValidLength): Fix for empty input string.
921
922 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
923
924         * LyXAction.C (init): change description of LFUN_FIGURE to
925         "Insert Graphics"
926
927 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
928
929         * LaTeX.C: add using directive
930
931 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
932
933         * MenuBackend.C (expand): Fix the sorting of the formats.
934
935 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
936
937         * lyx_main.C: tiny error message fix
938
939 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
940
941         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
942         calling fl_initialize(). This fixes the problem with ',' as
943         decimal separator in text files.
944
945 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
946
947         * trans.C (process): Fix the keymap bug.
948
949 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
950
951         * LaTeX.C (scanAuxFiles): New method. Provides support for
952         multiple bibliographies (when using the bibtopic/bibunits pacakges).
953         (scanLogFile) Scan for "run BibTeX" messages.
954
955         * buffer.C (makeLaTeXFile): Do not load the ae package when using
956         OT1 font encoding. Also, load the aecompl package if the ae
957         package is loaded.
958
959         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
960
961 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
962
963         * texrow.C (increasePos): turn two error messages into debug
964         messages. 
965
966 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
967
968         * LaTeX.C (scanAux): Handle the \@input macro.
969         (runBibTeX): Use scanAux().
970
971         * language.C (latex_options_): New field.
972
973         * LaTeXFeatures.C (getMacros): Add language macros.
974
975         * buffer.C (makeLaTeXFile): Small fix.
976
977 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
978
979         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
980
981         * text2.C: add a using directive.
982
983 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
984
985         * BufferView2.C:
986         * lyx_gui_misc.h:
987         * lyxfr1.C:
988         * lyxfunc.C: kill LyXBell.
989
990 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
991
992         * text.C (IsBoundary): Remove the error message
993         
994         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
995
996         * lyxrc.C (setDefaults): Correct initialization value for
997         font_norm_type.
998
999 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
1000
1001         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
1002         gotoError().
1003
1004         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
1005         and GotoNextNote().
1006
1007         * src/LyXAction.C: Added reference-next.
1008
1009         * text.C (InsertChar): Use contains instead of strchr.
1010
1011         * lyx_cb.C (MenuInsertLabel): Enable default value code.
1012
1013 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
1014
1015         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
1016         alignment commands (when needed).
1017
1018         * text.C (InsertChar): Add ':' to number separator chars.