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