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