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