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