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