]> git.lyx.org Git - features.git/blob - src/ChangeLog
Various fixes to Tabular, InsetTabular and InsetText. Fixed left border for
[features.git] / src / ChangeLog
1 2001-05-28  Juergen Vigna  <jug@sad.it>
2
3         * text.C (SetHeightOfRow): added the update() call again as it is
4         needed to initialize inset dimensions!
5
6 2001-05-16  Juergen Vigna  <jug@sad.it>
7
8         * text2.C (SetCharFont): Add new function with BufferView * and
9         bool toggleall parameters for setting insets internal fonts.
10         (SetFont): Freeze the undo as we may change fonts in Insets and
11         all this change should be inside only one Undo!
12
13         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
14         setting font's in insets as for them we have the SetFont function!
15
16 2001-05-15  Juergen Vigna  <jug@sad.it>
17
18         * text2.C (ClearSelection): to be sure we REALLY don't have any
19         selection anymore!
20
21         * tabular.C (TeXCellPreamble): fixed the left border problem for
22         multicolumn cells.
23
24 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
25
26         * LaTeX.C (deplog): Make sure that the main .tex file is in the
27         dependancy file
28
29 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
30
31         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
32         LFUN_BREAKPARAGRAPH.
33
34         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
35         help test to "internal only", similar for LFUN_INSERT_URL
36
37         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
38         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
39         auto_region_delete and deadkeys. 
40
41 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
42
43         * LColor.h:
44         * LColor.C: remove some dead entries, tidy a little
45  
46 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
47
48         * lyxfunc.C (processKeySym): comment the Escape handling, remove
49         commented code.
50         (Dispatch): implement LFUN_ESCAPE
51
52         * commandtags.h: add LFUN_ESCAPE
53
54         * LyXAction.C (init): add entry for LFUN_ESCAPE
55
56         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
57         Remove commented code.
58         (insertNote): moved here
59         (open_new_inset): moved here
60
61         * BufferView[2].[Ch]: move insertNote and open_new_inset to
62         BufferView_pimpl
63
64 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
65
66         * kbmap.C (findbinding): clean it up and make it work correctly.
67
68         * lyx_main.C (init): do not pass argc and argv as parameters
69
70 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
71
72         * buffer.C: fix path for OS/2 & Win32
73
74         * lyx_gui.C:
75         * lyx_main:
76         * lyx_main.C: Added os:: class.
77         
78         * os2_defines.h: update
79
80 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
81
82         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
83         better by trying again with reduced state.
84
85 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
86
87         * lyxrc.C (read): print error about invalid key sequence only when
88         debugging (because not all latinX keysyms are known to some X
89         servers)
90
91         * kbsequence.C (getiso): add a few std:: qualifiers
92         (getiso): comment out extra return statement.
93
94 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
95
96         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
97         handling.
98         (Dispatch): enhance the accent inset a bit. (not perfect)
99
100 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
101
102         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
103
104 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
105
106         * bufferlist.C (emergencyWrite): fix assert() call
107
108 2001-05-04  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
109
110         * text.C (InsertChar): Added trivial patch to only send the "you
111         can not do multiple spaces this way" message once during a
112         session.
113
114 2001-05-08  Baruch Even  <baruch@lyx.org>
115
116         * Makefile.am: Changed order of libraries to get LyX to link properly
117         with the gnome frontend.
118
119 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
120
121         * LaTeXFeatures.h: add a std:: qualifier
122
123 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
124
125         * paragraph.C (String): use stringstream
126
127 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
128
129         * paragraph.C (writeFile): remove footflag arg
130
131         * buffer.C (makeLaTeXFile): use stringstream
132         (latexParagraphs): remove footnot gurba
133
134         * LaTeXFeatures.C (getPackages): use stringstream
135         (getMacros): likewise
136         (getTClassPreamble): likewise
137         (getFloatDefinitions): new method
138
139         * paragraph.C (writeFile): reindent
140         (Erase): reindent
141
142         * WorkArea.h: revert the xpos + etc changes.
143
144         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
145
146         * lyxparagraph.[Ch]: add copy constructor, remove Clone
147
148         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
149         (pasteSelection): likewise
150         * text2.C (CreateUndo): likewise
151
152 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
153
154         * minibuffer.C (peek_event): temporarily reduce the functionality
155         of the minibuffer (to allow args on lfuns)
156
157         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
158         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
159
160         * buffer.C (readInset): add compability reading of old float
161         lists, add reading of new style float list.
162         (readInset): avoid reevaluation of inscmd.getCmdName()
163         (getLists): reindent
164
165         * MenuBackend.C (MenuItem): implement parsing of
166         md_floatlistinsert and md_floatinsert.
167         (expand::LastFiles): move initalizaton of iterators out of loop,
168         avoid reevaluation.
169         (expand::Documents): introduce typdedef vector<string> Strings,
170         and use it. 
171         (expand::ExportFormats): introduce typedef vector<Format const *>
172         Formats, and use it.
173         (expand): implement FloatListInsert and FloatInsert.
174
175         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
176         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
177         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
178
179         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
180         handling. 
181         (Dispatch::LFUN_FLOAT_LIST): implement
182
183 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
184  
185         * LaTeX.C (run): Fix problem with --export code.
186  
187 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
188
189         * BufferView.[Ch] (workarea): removed.
190         (getClipboard) new method; wrapper for workarea()->getClipboard()
191
192         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
193         bug.
194
195         * WorkArea.h (width, height, xpos, ypos): These methods all
196         returned the dimensions of the work_area sub-area of WorkArea,
197         resulting in a position error if the WorkArea were resized. Now
198         return the dimensions of the entire WorkArea.
199
200         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
201
202 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
203
204         * LaTeX.C (deplog): correct the syntax of regex reg1
205
206 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
207
208         * undo.C: remove !NEW_INSETS cruft
209
210 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
211
212         * text2.C: remove !NEW_INSETS cruft
213
214         * text.C: remove !NEW_INSETS cruft
215
216         * tabular.C: remove !NEW_INSETS cruft
217
218         * spellchecker.C: remove !NEW_INSETS cruft
219
220         * lyxtext.h: remove !NEW_INSETS cruft
221
222         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
223
224         * lyxfunc.C: remove !NEW_INSETS cruft
225
226         * lyxfind.C: remove !NEW_INSETS cruft
227
228         * lyx_cb.C: remove !NEW_INSETS cruft
229
230         * figureForm.C: remove  !NEW_INSETS cruft
231
232         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
233
234         * buffer.[Ch]: remove !NEW_INSETS cruft
235
236         * ToolbarDefaults.C: remove !NEW_INSETS cruft
237
238         * CutAndPaste.C: remove !NEW_INSETS cruft
239
240         * BufferView_pimpl.C: remove !NEW_INSETS cruft
241
242         * BufferView2.C: remove !NEW_INSETS cruft
243
244         * BufferView.h: remove !NEW_INSETS cruft
245
246 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
247
248         * Lsstream.h: include LString.h before the sstream headers to
249         fix problem with gcc 2.95.3 and lyxstring
250
251 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
252
253         * lyx_main.C: add using directives when needed for C functions
254         declared in std:: namespace.
255
256 2001-04-27  Juergen Vigna  <jug@sad.it>
257
258         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
259         (SetHeightOfRow): comment out the update call should not be needed!
260
261 2001-04-13  Juergen Vigna  <jug@sad.it>
262
263         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
264         (LyXTabular): tried to minimize operator= operations (and realized
265         hopfully Lars wish).
266
267 2001-04-27  Juergen Vigna  <jug@sad.it>
268
269         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
270
271 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
272
273         * lyxfunc.C (Dispatch): hack to make listof algorithm work
274
275         * buffer.C (readInset): hack to make listof algorithm work
276
277         * BufferView_pimpl.C: hack to make listof algorithm work
278
279 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
280
281         * LyXAction.C: removed all !NEW_INSETS cruft
282         (init): moved lfun_item in method
283
284         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
285
286 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
287
288         * BufferView2.C (theLockingInset): white space.
289
290 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
291
292         * minibuffer.C: include <iostream>
293
294         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
295
296         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
297
298         * commandtags.h: add LFUN_TRANSPOSE_CHARS
299
300         * text.[Ch] (TransposeChars): new method
301
302 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
303
304         * call message directly through LyXView instead of through LyXFunc
305         * BufferView2.C: adjust
306         * BufferView_pimpl.C: adjust
307         * FontLoader.C: adjust
308         * buffer.C: adjust
309         * bufferview_funcs.C: adjust
310         * converter.C: adjust
311         * figureForm.C: adjust
312         * importer.C: adjust
313         * lyx_cb.C: adjust
314         * lyx_gui_misc.C: adjust
315         * lyxfunc.C: adjust
316         * lyxvc.C: adjust
317         * text2.C: adjust
318         + more files in subdirs
319         
320         * lyxparagraph.h (size): move up int file
321         (GetLayout): ditto
322
323         * adjust all uses of Assert to lyx::Assert.
324
325         * BufferView2.C (ChangeCitationsIfUnique): adjust for
326         lyxfunctional in namespace lyx
327         * layout.C (hasLayout): ditto
328         (GetLayout): ditto
329         (GetLayout): ditto
330         (delete_layout): ditto
331         (NumberOfClass): ditto
332         * converter.C (GetFormat): ditto
333         (GetNumber): ditto
334         (Add): ditto
335         (Delete): ditto
336         (SetViewer): ditto
337         * bufferlist.C (getFileNames): ditto
338         (emergencyWriteAll): ditto
339         (exists): ditto
340         (getBuffer): ditto
341         * MenuBackend.C (hasSubmenu): ditto
342         (hasMenu): ditto
343         (getMenu): ditto
344         * BufferView_pimpl.C (getInsetByCode): ditto
345
346 2001-04-18  Juergen Vigna  <jug@sad.it>
347
348         * vspace.C (asLatexString): fixed the 100% problem.
349
350 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
351
352         * lyxfunc.C (Dispatch): 
353         * minibuffer.C: 
354         * minibuffer.h: add a few std:: qualifiers
355
356 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
357
358         * minibuffer.[Ch]: reimplement so that commands is initiated and
359         run from lyxfunc, simplified som handling, and made the completion
360         and history code for complete. wip. 
361
362         * lyxfunc.C (processKeySym): call message
363         (miniDispatch): new temporary method
364         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
365         (LFUN_MESSAGE): implement
366         (LFUN_MESSAGE_PUSH): implement
367         (LFUN_MESSAGE_POP): implement
368         (initMiniBuffer): the initial/defualt minibuffer message.
369
370         * lyxfont.[Ch]: inline some more getters
371
372         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
373
374         * lyx_gui_misc.[Ch] (WriteStatus): remove method 
375
376         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
377         (AutoSave): use LFUN_MESSAGE
378         (Reconfigure): ditto
379
380         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
381
382         * figureForm.C: use LFUN_MESSAGE
383
384         * converter.C (runLaTeX): use LFUN_MESSAGE
385
386         * bufferview_funcs.C: use LFUN_MESSAGE
387         (Melt): ditto
388         (changeDepth): ditto
389
390         * bufferparams.h: use boost::
391
392         * bufferlist.h: inherit privately from noncopyable
393
394         * bufferlist.C (loadLyXFile): remove some commented code.
395
396         * buffer.C (runChktex): use LFUN_MESSAGE
397
398         * ShareContainer.h: inherit privately from noncopyable
399
400         * ParagraphParameters.[hC] (depth): inline it.
401
402         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
403         methods.
404         (message): new method
405         (messagePush): ditto
406         (messagePop): ditto
407         (show): init minibuffer
408         (showState): direct call
409
410         * LaTeX.[Ch]: inherit privately from noncopyable
411         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
412         instead of WriteStatus.
413
414         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
415
416         * BufferView_pimpl.C (buffer): don't init minibuffer
417         (workAreaButtonPress): use LFUN_MESSAGE
418         (workAreaButtonRelease): ditto
419         (savePosition): ditto
420         (restorePosition): ditto
421         (MenuInsertLyXFile): ditto
422         (workAreaExpose): don't init minibuffer
423         (update): remove commented code, simplify
424
425         * BufferView2.C (openStuff): use LFUN_MESSAGE
426         (toggleFloat): ditto
427         (menuUndo): ditto
428         (menuRedo): ditto
429         (copyEnvironment): ditto
430         (pasteEnvironment): ditto
431         (copy): ditto
432         (cut): ditto
433         (paste): ditto
434         (gotoInset): ditto
435         (updateInset): remove some commented code
436
437         * lastfiles.h: inherit privately from noncopyable
438         * layout.h: ditto
439         * lyx_gui.h: ditto
440         * lyx_main.h: ditto
441         * lyxlex.h: ditto
442         * lyxlex_pimpl.h: ditto
443
444         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
445         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
446         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
447
448         * LyXAction.h: inherit privately from noncopyable, add methods
449         func_begin, func_end, returning iterators to the func map.
450
451         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
452         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
453         (func_begin): new method
454         (func_end): new method
455
456         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
457         and not)
458         (copySelection): ditto
459         (pasteSelection): ditto
460
461         * BufferView.C: whitespace change
462         * BufferView.h: inherit privately from noncopyable
463
464 2001-04-16  Allan Rae  <rae@lyx.org>
465
466         * tabular-old.C (l_getline): 
467         * spellchecker.C (sc_check_word): 
468         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
469         an unrecognised preprocessor directive.  So ensure they're wrapped. 
470
471 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
472
473         * src/exporter.C (Export): Give an error message when path to file 
474         contains spaces.
475
476 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
477
478         * LaTeX.C (deplog): Always check that foundfile exists.
479
480 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
481
482         * lyx_main.h: 
483         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name 
484
485 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
486
487         * tabular.[Ch] (getLabelList): implement new method
488
489         * minibuffer.h: comment ouf setTiimer
490
491         * minibuffer.C (ExecutingCB): constify res
492         (peek_event): constify s
493         (Set): constify ntext
494         (Init): constify nicename
495
496         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
497
498         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
499         (savePosition): use two params to Minibuffer::Set
500         (restorePosition): ditto
501
502 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
503
504         * lyx_main.C: include language.h
505
506         * Makefile.am (lyx_main.o): add language.h
507
508 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
509
510         * exporter.C: 
511         * paragraph.C: 
512         * screen.C: 
513         * tabular.C: 
514         * CutAndPaste.C: include gettext.h
515
516         * lyxfont.h: remove old hack with ON and OFF.
517
518         * lyxparagraph.h: 
519         * lyxfont.h: do not include language.h...
520
521         * BufferView2.C: 
522         * LaTeXFeatures.C: 
523         * Painter.C: 
524         * bufferview_funcs.C: 
525         * font.C: 
526         * lyxfont.C: 
527         * text.C: 
528         * text2.C: 
529         * trans_mgr.C: 
530         * paragraph.C: ... but do it here instead
531
532 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
533
534         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
535
536         * tabular.C: small reformat
537
538         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
539         NEW_INSETS version
540         (GetChar): ditto
541         (BreakParagraph): ditto
542         (SetOnlyLayout): ditto
543         (SetLayout): ditto
544
545         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
546         with one arg less.
547
548         * lastfiles.C: removed most using decl, add std:: where needed
549
550         * buffer.C: ws changes
551
552         * MenuBackend.C (class compare_format): put into anon namespace
553         (expand): constify label, names, action, action2
554         (expand): 
555
556         * text.C (SingleWidth): constify font
557         (IsBoundary): constify rtl2
558         (GetVisibleRow): constify ww
559
560         * LaTeX.C (deplog): constify logfile
561
562         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
563         start_x, end_x
564         (workAreaExpose): constify widthChange, heightChange
565
566         * lyxrow.C (par): moved
567         (height): moved
568         (next): moved
569         * lyxrow.h: as inlines here
570
571         * lyxfont.h (shape): moved from lyxfont.C
572         (emph): moved from lyxfont.C
573
574         * lyxfont.C (LyXFont): use initialization list for all
575         constructors
576         (shape): move to lyxfont.h as inline
577         (emph): move to lyxfont.h as inline
578         
579
580 2001-04-04  Juergen Vigna  <jug@sad.it>
581
582         * vspace.C: had to include stdio.h for use of sscanf
583
584 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
585
586         * BufferView.h: 
587         * BufferView_pimpl.h: remove xforms cruft. Both classes are
588         independent of xforms.
589
590 2001-04-02  Juergen Vigna  <jug@sad.it>
591
592         * spellchecker.C: fixed namespace placing!
593
594 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
595
596         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
597         the LyXParagraph * is 0.
598
599 2001-03-29  Juergen Vigna  <jug@sad.it>
600
601         * vspace.C: added support for %, c%, p%, l%.
602         (stringFromUnit): added helper function.
603         (asLatexString): changed to give right results for the %-values.
604
605         * buffer.C: convert the widthp in a width%.
606
607 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
608
609         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
610         figureForm.[Ch].
611
612         * figureForm.[Ch]: stripped the FD_from_figure manipulation
613         code out of lux_cb.[Ch], ready for its (imminent?) removal.
614
615         * lyx_cb.[Ch]: see above.
616
617         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
618         form1.[Ch].
619
620         * form1.[Ch]:
621         * lyx.[Ch]: replaced by figure_form.[Ch].
622
623         * lyx_gui.C:
624         * lyx_gui_misc.C:
625         * lyxfunc.C: changed headers associated with above changes.
626
627 2001-03-27  Juergen Vigna  <jug@sad.it>
628
629         * BufferView_pimpl.C: set the temporary cursor right!
630
631 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
632
633         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
634
635 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
636
637         * LString.h: removed "using std::getline"!
638
639         * BufferView_pimpl.C (Dispatch): changes due to changes in
640         InsetInclude::Params.
641
642         * buffer.C (tag_name): removed redundant break statements as they were
643         producing lots of warnings with my compiler.
644
645 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
646
647         * LString.h: add "using std::getline" when using the real <string>.
648
649 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
650
651         * buffer.C: removed bitset usage.
652         PAR_TAG moved to an anonymous name space.
653         (tag_name): new funtion, also in the anonymous namespace.
654         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
655         (makeDocBookFile): clean code. Completed transition from string arrays
656         to string vectors.
657         (SimpleDocBookOnePar): code clean.
658
659 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
660
661         * tabular.C: add some comments.
662
663 2001-03-22  Juergen Vigna  <jug@sad.it>
664
665         * buffer.C (parseSingleLyXformat2Token): redone the minipage
666         compatibility read a bit and fixed bug with minipage in different
667         depth.
668
669 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
670
671         * buffer.C (pop_tag): removed.
672         (push_tag): removed.
673         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
674         array replaced with vector. Added support for CDATA sections.
675         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
676         at any nest level.
677         (makeDocBookFile): XML conformant declaration of CDATA section,
678         fixed bug related to <emphasis> in the first paragraph char.
679         (sgmlOpenTag): exclude empty tags.
680         (sgmlCloseTag): ditto.
681         
682         * buffer.h (pop_tag): removed.
683         (push_tag): removed.
684
685 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
686
687         * language.h (Languages): added size_type and size().
688
689 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
690
691         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
692         response on compability reading of minipages. One probliem is that
693         the old usage of minipages was «flertydig» 
694
695         * several files here and in subdirs: don't use static at file
696         scope use anon namespaces instead.
697
698 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
699
700         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
701         LaTeX output. This is necessary for Literate document
702         processing.
703
704 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
705
706         * buffer.C: insert hfill when needed.
707
708         * tabular.C (l_getline): use string::erase, small whitespace change.
709
710         * BufferView_pimpl.C: try the anon namespace.
711         * WorkArea.C: ditto
712
713 2001-03-16  Juergen Vigna  <jug@sad.it>
714
715         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
716         otherwise it won't open options-dialogs.
717
718         * buffer.C: honor pextraWidth(p) on converting minipages.
719
720         * tabular.C (l_getline): changed the functions to strip trailing \r.
721
722 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
723
724         * BufferView_pimpl.C:
725         * minibuffer..C: added "using SigC::slot" declaration.
726
727 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
728
729         * lyxlex_pimpl.h: noncopyable is in namespace boost.
730
731         * text2.C: ditto
732
733         * text.C: ditto
734
735         * paragraph.C: ditto
736
737         * lyxtext.h: NO_PEXTRA
738
739         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
740
741         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
742         * ParameterStruct.h: ditto
743         * ParagraphParameters.h: ditto 
744         * lyxparagraph.h: ditto
745
746 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
747
748         * buffer.C: add compability for minipage alignment.
749         (latexParagraphs): remove unwanted pextra check.
750
751         * several files: remove CXX_WORKING_NAMESPACES
752
753         * buffer.C (pop_tag): tie is in namespace boost
754
755         * BufferView.h: noncopyable is in namespace boost
756         * lyxlex.h: ditto
757         * lyx_main.h: ditto
758         * lyx_gui.h: ditto
759         * layout.h: ditto
760         * lastfiles.h: ditto
761         * bufferlist.h: ditto
762         * ShareContainer.h: ditto
763         * LyXView.h: ditto
764         * LyXAction.h: ditto
765         * LaTeX.h: ditto
766
767 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
768
769         * Merging changes from BRANCH_MVC back into HEAD.
770
771         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
772
773 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
774
775         * BufferView_pimpl.C: change from intl.C
776
777         * combox.h:
778         * combox.C:
779         * Makefile.am: move combox.*
780
781         * form1.h:
782         * form1.C:
783         * lyx_gui.C:
784         * intl.h:
785         * intl.C: remove dialog (covered by prefs)
786
787 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
788
789         * lyxfunc.C (Dispatch): removed redundant break statement.
790         
791 2001-03-14  Juergen Vigna  <jug@sad.it>
792
793         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
794
795 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
796
797         * buffer.C: add hack to fix compability reading of minipages.
798
799 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
800
801         * buffer.C (getLists): Cleanup.
802
803 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
804
805         * lyxfont.C (update): don't honor toggleall on font size.
806
807 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
808
809         * bmtable.c:
810         * bmtable.h:
811         * Makefile.am: moved to frontends/xforms/
812
813         * lyx_gui_misc.C:
814         * lyxfunc.C:
815         * BufferView_pimpl.C: changes for moved mathpanel
816
817 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
818
819         * gettext.h: fix gettext_init() in --disable-nls
820
821 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
822
823         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
824
825 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
826
827         * lyx.C:
828         * lyx.h: strip external form
829
830 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
831
832         * BufferView_pimpl.C: add comment, destroySplash()
833
834 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
835
836         * BufferView_pimpl.C:
837         * LyXAction.C:
838         * buffer.C:
839         * commandtags.h:
840         * lyxfunc.C: use re-worked insetinclude
841
842 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
843
844         * buffer.C: add using std::stringstream.
845
846         * lyx_cb.C: readd using std::ios.
847
848         * buffer.C: add using std::map.
849
850         * BufferView_pimpl.C: add using std::vector.
851
852         * ShareContainer.h: add std:: to swap.
853
854         * buffer.h: add some typedefs
855         * buffer.C (getLists): use them
856         (getLists): renamed from getTocList.
857         add a counter for the different float types and use it in the
858         generated string.
859         (getLists): use the same counter for the NEW_INSETS and the "non"
860         NEW_INSETS
861
862         * lyx_cb.h: remove unused items, includes, using etc.
863
864         * ShareContainer.h: remove some commented code, add more comments
865         and "documentation".
866
867 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
868
869         * buffer.C (getTocList): make the list also when NEW_INSETS is
870         defined.
871
872         * buffer.h: remove TocType
873
874         * buffer.C (getTocList): change to return a map<string,
875         vector<TocItem> >, implement for dynamic number of list.
876
877         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
878         * text2.C (PasteSelection): adjust
879         * CutAndPaste.C (pasteSelection): adjust
880
881         * FloatList.C (FloatList): update from the new_insets branch.
882         * Floating.[Ch]: ditto
883         * LaTeXFeatures.C: ditto
884         * buffer.C: ditto
885         * lyxlex_pimpl.C: ditto
886         
887         * paragraph.C (Last): remove when NEW_INSETS is defined.
888
889         * other file: changes because of the above.
890
891 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
892
893         * lyxparagraph.h: rename next to next_, previous to previous_,
894         make them private for NEW_INSETS. Rename Next() to next(),
895         Previous() to previous().
896
897         * other files: changes because of the above.
898
899 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
900
901         * BufferView.h: 
902         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
903         problem.
904
905 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
906
907         * main.C (main): pass lyx_localedir to gettext_init().
908
909         * gettext.h: remove locale_init and gettext_init macros
910
911         * gettext.C (locale_init): new function
912         (gettext_init): new function
913
914         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
915         setlocale().
916
917 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
918
919         * Moved credits to frontends:
920         * credits.[Ch]: removed
921         * credits_form.[Ch]: removed
922         * lyx_gui_misc.C: remove credits stuff
923         * Makefile.am:
924
925 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
926
927         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
928
929         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
930         unneeded destructor.
931
932         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
933         a standalone pointer again.
934
935         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
936
937 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
938
939         * Makefile.am:
940         * filedlg.h:
941         * filedlg.C:
942         * LyXAction.C:
943         * ToolbarDefaults.C:
944         * bufferlist.C:
945         * commandtags.h:
946         * form1.C:
947         * form1.h:
948         * lyx_cb.C:
949         * lyx_cb.h:
950         * lyxfunc.h:
951         * lyxfunc.C:
952         * BufferView_pimpl.C: use new file dialog in GUII
953
954         * lyx_cb.h:
955         * lyx_cb.C: remove LayoutsCB to Toolbar
956
957 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
958
959         * ShareContainer.h (get): add std:: qualifier
960
961 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
962
963         * ShareContainer.h: define a proper ShareContainer::value_type
964         type (and use typename to please compaq cxx)
965
966 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
967
968         * lyxparagraph.h: move serveral local vars to
969         ParameterStruct/ParagraphParameters., use ShareContainer in
970         FontTable., make vars in FontTable private and add getter and
971         setter.
972
973         * paragraph.C: changes because of the above.
974
975         * lyxfont.h: remove copy constructor and copy assignment. (the
976         default ones is ok), move number inside FontBits. move inlines to
977         lyxfont.C 
978
979         * lyxfont.C: add number to initializaton of statics, move several
980         inlines here. constify several local vars. some whitespace
981         cleanup. Dont hide outerscope variables.
982
983         * Spacing.h: add two new constructors to match the set methods.
984
985         * ShareContainer.h: new file, will perhaps be moved to support
986
987         * ParameterStruct.h: new file
988
989         * ParagraphParameters.h: new file
990
991         * ParagraphParameters.C: new file
992
993         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
994         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
995
996         * BufferView_pimpl.C: ParagraphParameter changes.
997         * buffer.C: Likewise.
998         * bufferview_funcs.C: Likewise.
999         * text.C: Likewise.
1000         * text2.C: Likewise.
1001         
1002 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1003
1004         * lyxfind.C (LyXReplace): do not redefine default argument in
1005         implementation. 
1006         (IsStringInText): ditto
1007         (SearchForward): ditto
1008         (SearchBackward): ditto
1009
1010 2001-03-06  Juergen Vigna  <jug@sad.it>
1011
1012         * lyxfind.C (IsStringInText): put parentes around expressions.
1013
1014 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
1015
1016         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
1017         
1018 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
1019
1020         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
1021
1022         * stl_string_fwd.h: add comment
1023
1024         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
1025
1026         * tabular.h:
1027         * tabular.C: remove unused DocBook methods
1028
1029         * intl.C:
1030         * language.C:
1031         * paragraph.C:
1032         * buffer.C:
1033         killed DO_USE_DEFAULT_LANGUAGE
1034
1035 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1036
1037         * lyx_gui.C: do not include language.h.
1038
1039         * bufferview_funcs.C (ToggleAndShow): do not provide optional
1040         arguments in function implementation.
1041
1042 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1043
1044         * BufferView_pimpl.C: add <ctime>
1045
1046 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1047
1048         * BufferView_pimpl.C: add using std::find_if
1049
1050 2001-02-27  José Matos  <jamatos@fep.up.pt>
1051         
1052         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
1053         by OnlyPath.
1054         
1055 2001-02-11  José Matos  <jamatos@fep.up.pt>
1056
1057         * buffer.C (makeDocBookFile): command styles now have a parameter as
1058         "title" by default.
1059
1060 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
1061
1062         * layout_forms.[Ch]: removed
1063         * lyx_cb.[Ch]: out character
1064         * lyx_gui.C: out character
1065         * lyx_gui_misc.C: out character
1066         * bufferview_funcs.C: : out character,
1067         added toggleall as parameter in ToggleAndShow
1068                    
1069 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
1070
1071         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
1072
1073         * text2.C (SetCurrentFont): Disable number property at boundary.
1074
1075 2001-02-26  Juergen Vigna  <jug@sad.it>
1076
1077         * lyxfunc.C (getStatus): added a string argument override function so
1078         that this is correctly called from LyXFunc::Dispatch if it contains a
1079         do_not_use_argument which is used!
1080         (Dispatch): added check for "custom" export and call appropriate func.
1081
1082 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
1083
1084         * lyxrc.C: Add language_command_local, language_use_babel and
1085         language_global_options.
1086
1087         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
1088
1089         * buffer.C (makeLaTeXFile): Use language_use_babel and 
1090         language_global_options.
1091
1092 2001-02-23  Juergen Vigna  <jug@sad.it>
1093
1094         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
1095         which works with LyXText and putted it inside BufferView. Here now we
1096         only call for that part the BufferView::Dispatch() function.
1097
1098         * BufferView.C (Dispatch): added.
1099
1100         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
1101         functions which needs to use a LyXText over from LyXFunc.
1102         (MenuInsertLyXFile): added
1103         (getInsetByCode): added
1104         (moveCursorUpdate): added
1105         (static TEXT): added
1106
1107 2001-02-22  Juergen Vigna  <jug@sad.it>
1108
1109         * BufferView_pimpl.C (update): call a status update to see if LyXText
1110         needs it.
1111
1112 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1113
1114         * vc-backend.C (revert): implement for CVS
1115         (getLog): implement for CVS
1116
1117 2001-02-20  Juergen Vigna  <jug@sad.it>
1118
1119         * text2.C (ClearSelection): added BufferView param for inset_owner call
1120
1121         * lyxfunc.C (TEXT): added this function and use it instead of
1122         directly owner->view()-text of getLyXText().
1123
1124 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
1125
1126         * src/layout_forms.C: out preamble
1127         * src/layout_forms.h: out preamble
1128         * src/lyx_cb.C: out preamble
1129         * src/lyx_cb.h: out preamble
1130         * src/lyx_gui.C: out preamble
1131         * src/lyx_gui_misc.C: out preamble
1132         * src/lyxfunc.C: connect with guii preamble
1133
1134 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
1135
1136         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
1137
1138 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
1139
1140         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
1141         whether to run bibtex.
1142
1143 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
1144
1145         * Makefile.am (lyx_SOURCES): Remove BackStack.h
1146
1147 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1148
1149         * Makefile.am (lyx_SOURCES): removed bibforms.h
1150
1151         * vspace.h: doxygen
1152
1153         * text.C (GetVisibleRow): make several local vars const
1154
1155         * tabular.C: small cleanup.
1156
1157         * lyxserver.C (callback): use compare instead of strncmp
1158
1159         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
1160         inlines to after class or to paragraph.C
1161
1162         * lyxfont.h: remove friend operator!=
1163
1164         * converter.h: move friend bool operator< to non friend and after
1165         class def.
1166
1167         * combox.h: small cleanup
1168
1169         * buffer.h: doxygen, remove unused constructor, move inclas inlies
1170         to inlines after class def.
1171
1172         * buffer.C (pop_tag): use string operations instead of strcmp
1173
1174         * bmtable.c: doxygen, small cleanup
1175
1176         * LaTeX.h: remove friend operator==
1177
1178 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1179
1180         * screen.C: 
1181         * lyxrc.[Ch]:
1182         * lyxfunc.C: 
1183         * lyxfont.[Ch]: 
1184         * lyx_cb.C: 
1185         * intl.[Ch]: 
1186         * commandtags.h: 
1187         * buffer.C: 
1188         * WorkArea.[Ch]: 
1189         * LyXAction.C: 
1190         * BufferView_pimpl.C:
1191         * BufferView.[Ch]: remove cruft
1192
1193 2001-02-14  Juergen Vigna  <jug@sad.it>
1194
1195         * lyxfunc.C: removed #if 0 unused code
1196
1197         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
1198
1199         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
1200
1201         * text2.C (SetSelection): added a BufferView * parameter
1202
1203 2001-02-13  Juergen Vigna  <jug@sad.it>
1204
1205         * lyxfunc.C (Dispatch): fixed protected blank problem.
1206         * BufferView2.C (protectedBlank): added LyxText * parameter.
1207
1208         * tabular.C (AppendRow): forgot to set row_info of newly added row.
1209         (AppendColumn): same as above for column_info.
1210
1211         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
1212         (moveCursorUpdate): use a LyXText param for support of InsetText.
1213
1214         * BufferView_pimpl.C (doubleClick): added support for InsetText.
1215         (tripleClick): ditto
1216
1217         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
1218
1219         * BufferView_pimpl.C (update): added LyXText param to honor insets.
1220
1221         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
1222
1223         * text2.C (SetSelection): set correct update status if inset_owner
1224         (ToggleFree): ditto
1225
1226 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
1227
1228         * tabular.C: remove some commented code.
1229
1230 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
1231
1232         * BufferView_pimpl.C: call hideSplash()
1233
1234         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
1235
1236         * include_form.h:
1237         * bibforms.h: remove
1238
1239         * lyxfunc.C:
1240         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
1241           add LFUN_CHILD_CREATE
1242
1243         * counters.h: fix tiny typo
1244         
1245         * lyx_cb.C:
1246         * lyx.h:
1247         * lyx_gui.C:
1248         * lyx.C: move splash to frontends/xforms/
1249
1250         * lyx_gui_misc.C: move Include and Bibform to frontends
1251
1252         * lyxvc.h: clarify comment
1253
1254         * vspace.C: tiny housekeeping
1255
1256 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
1257
1258         * text.C (PrepareToPrint): RTL Fix.
1259
1260         * paragraph.C (GetUChar): New method.
1261         (String):  Use GetUChar.
1262
1263         * buffer.C (asciiParagraph): Use GetUChar.
1264
1265 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
1266
1267         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
1268
1269 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
1270
1271         * buffer.h:
1272         * buffer.C: rename to getLogName(), handle
1273           build log / latex log nicely
1274
1275 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1276
1277         * MenuBackend.C: 
1278         * MenuBackend.h: remove support for reference menuitem type.
1279
1280 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
1281
1282         * BufferView_pimpl.C: housekeeping
1283         * BufferView_pimpl.h:
1284         * LyXView.h:
1285         * Makefile.am:
1286         * Timeout.C:
1287         * Timeout.h:
1288         * minibuffer.h: move Timeout GUI-I
1289                           
1290 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
1291
1292         * lyxrc.C (read): Update converters data-structures.
1293
1294 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
1295
1296         * LaTeX.h (operator!=): add operator != for Aux_Info 
1297
1298 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
1299
1300         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
1301
1302         * LaTeXLog.C: deleted, useful code moved to Buffer
1303
1304         * buffer.h:
1305         * buffer.C: new function getLatexLogName()
1306
1307         * lyx_gui_misc.C:
1308         * lyx_gui.C:
1309         * lyxvc.C:
1310         * lyxvc.h:
1311         * lyxfunc.C: use frontends for LaTeX and VC logs
1312
1313 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1314
1315         * LaTeX.h: yet another std:: that Allan forgot.
1316
1317         * Variables.C (set): renamed from isset(), because this clashes
1318         with some HP-UX macros (grr).
1319
1320 2001-02-06  Allan Rae  <rae@lyx.org>
1321
1322         * LaTeX.h: Another bug fix.  Missing std:: this time.
1323
1324 2001-02-04  Allan Rae  <rae@lyx.org>
1325
1326         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
1327         floats problem. I've left it commented out because it's not quite
1328         correct.  It should also test that the current object is a table or
1329         figure inset.  But I haven't gotten around to figuring out how to do
1330         that.  I *think* it'll be something like: "table" == inset.type()
1331
1332         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
1333         bool.
1334
1335 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
1336
1337         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
1338         all the citation/databases/styles in the auxilary file. 
1339         (run): Rerun latex if there was a babel language error.
1340
1341 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
1342
1343         * text.C (Backspace): Preserve the font when changing newline char
1344         with a space.
1345         (BreakParagraph): If the cursor is before a space, delete the space.
1346
1347         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
1348
1349 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
1350
1351         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
1352         new argument (code).
1353         (ChangeCitationsIfUnique): New method.
1354
1355         * paragraph.C (GetPositionOfInset): Handle bibkey.
1356
1357 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1358
1359         * BufferView_pimpl.h: change type of Position::par_pos to
1360         LyXParagraph::size_type. 
1361
1362 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
1363
1364         * BufferView_pimpl.C (savePosition, restorePosition): Write
1365         messages to minibuffer.
1366
1367 2001-01-28  José Matos  <jamatos@fep.up.pt>
1368
1369         * buffer.C (makeDocBookFile): adds support for document language.
1370         A silly restriction on the name of LatexCommand types where removed.
1371         Added support for CDATA sections, allows to chars unescaped, used
1372         among others in code, to avoid escape < and >.
1373         
1374 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
1375
1376         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
1377         saved positions instrad of a stack. Furthermore, a position is
1378         stored using paragraph id/paragraph position.
1379
1380         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
1381         Remove LFUN_REF_BACK.
1382
1383 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
1384
1385         * converter.C (dvipdfm_options): New method.
1386
1387 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1388
1389         * vspace.C (isValidLength): Fix for empty input string.
1390
1391 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1392
1393         * LyXAction.C (init): change description of LFUN_FIGURE to
1394         "Insert Graphics"
1395
1396 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1397
1398         * LaTeX.C: add using directive
1399
1400 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
1401
1402         * MenuBackend.C (expand): Fix the sorting of the formats.
1403
1404 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
1405
1406         * lyx_main.C: tiny error message fix
1407
1408 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1409
1410         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
1411         calling fl_initialize(). This fixes the problem with ',' as
1412         decimal separator in text files.
1413
1414 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
1415
1416         * trans.C (process): Fix the keymap bug.
1417
1418 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
1419
1420         * LaTeX.C (scanAuxFiles): New method. Provides support for
1421         multiple bibliographies (when using the bibtopic/bibunits pacakges).
1422         (scanLogFile) Scan for "run BibTeX" messages.
1423
1424         * buffer.C (makeLaTeXFile): Do not load the ae package when using
1425         OT1 font encoding. Also, load the aecompl package if the ae
1426         package is loaded.
1427
1428         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
1429
1430 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1431
1432         * texrow.C (increasePos): turn two error messages into debug
1433         messages. 
1434
1435 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
1436
1437         * LaTeX.C (scanAux): Handle the \@input macro.
1438         (runBibTeX): Use scanAux().
1439
1440         * language.C (latex_options_): New field.
1441
1442         * LaTeXFeatures.C (getMacros): Add language macros.
1443
1444         * buffer.C (makeLaTeXFile): Small fix.
1445
1446 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1447
1448         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
1449
1450         * text2.C: add a using directive.
1451
1452 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
1453
1454         * BufferView2.C:
1455         * lyx_gui_misc.h:
1456         * lyxfr1.C:
1457         * lyxfunc.C: kill LyXBell.
1458
1459 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
1460
1461         * text.C (IsBoundary): Remove the error message
1462         
1463         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
1464
1465         * lyxrc.C (setDefaults): Correct initialization value for
1466         font_norm_type.
1467
1468 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
1469
1470         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
1471         gotoError().
1472
1473         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
1474         and GotoNextNote().
1475
1476         * src/LyXAction.C: Added reference-next.
1477
1478         * text.C (InsertChar): Use contains instead of strchr.
1479
1480         * lyx_cb.C (MenuInsertLabel): Enable default value code.
1481
1482 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
1483
1484         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
1485         alignment commands (when needed).
1486
1487         * text.C (InsertChar): Add ':' to number separator chars.