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