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