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