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