]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
lyxstring compile fixes ; small stuff
[lyx.git] / src / ChangeLog
1 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * lyxfunc.C (Dispatch): 
4         * Spacing.C (set): 
5         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
6         constructor argument.
7
8 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9
10         * paragraph.C (Paragraph): dont't clear, and just set layout.
11         (makeSameLayout): use params's copy contructor.
12
13         * ParagraphParameters.[Ch] (makeSame): delete method
14
15 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
16
17         * Variables.[Ch]: fix indentation, rename set to isSet
18
19 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
20
21         * lyxfunc.C (Dispatch): fix typo
22
23 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
24
25         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
26         upper_bound. 
27
28         * bufferlist.C: include assert.h for emergencyWrite().
29
30 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
31
32         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
33           give up at last (bug #425202) !
34  
35 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
36
37         * lyx_gui_misc.C:
38         * sp_form.h:
39         * sp_form.C:
40         * spellchecker.h:
41         * spellchecker.C: strip spellchecker options and bring up
42           preferences tab instead
43          
44 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
45
46         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
47         the istringstream constructor
48
49 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
50
51         * paragraph.C (getLayout): fix return value
52
53         * paragraph.h: do not declare getLayout as inline.
54
55         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
56
57 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
58
59         * lyxcursor.h (operator<): new func
60         (operator>): new func
61         (operator>=): new func
62         (operator<=): new func
63
64         * text.C (changeCase): use selection.start and selection.end
65         (changeRegionCase): require from to be <= to. Require par to be a
66         valid paragraph.
67
68         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
69
70 2001-06-27  Juergen Vigna  <jug@sad.it>
71
72         * text.C (cursorLeftOneWord): changed to return the cursor and added
73         overlay with BufferView * parameter which calls this one.
74         (getWord): added
75         (selectWord): use new getWord function.
76         (changeCase): renamed from changeWordCase as and extended to work
77         also on selections.
78
79         * lyxtext.h: added enum word_location
80
81         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
82         changeCase as this operates now also on selections.
83
84 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
85
86         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
87
88         * many files: send debug output to Debug::INFO instead of
89         Debug::ANY. 
90
91         * converter.C (View): 
92         (Convert): 
93         (Move): send debug output to Debug::FILES instead of console.
94
95 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
96
97         * lyxfunc.C (getStatus): use func_status
98
99         * func_status.h: new header, describing the results of
100         LyXFunc::getStatus;
101
102         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
103         LFUN_MATH_HALIGN.
104
105 2001-06-25  The LyX Project  <jug@sad.it>
106
107         * buffer.C (sgmlOpenTag):
108         (sgmlCloseTag):
109         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
110
111 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
112
113         * text2.C: remove some dead code
114
115         * tabular.C (GetCellInset): store the last cell checked (gotten)
116
117         * tabular.h: add the helper for the speedup
118
119         * lyxtext.h: remove some dead code
120
121 2001-06-26  The LyX Project  <Asger>
122
123         * paragraph.C: Change export to LaTeX of alignment to
124         \begin{center} and family for better roundtrip work with reLyX.
125
126         * Tune the math drawing a bit.
127
128 2001-06-25  The LyX Project  <Asger>
129
130         * LColor.C (LColor): New color for math background. New color
131         for buttons.
132
133 2001-06-25  The LyX Project  <jug@sad.it>
134
135         * lyxfunc.C (MenuNew): remove extra check for .lyx file
136
137         * lyxfunc.C (Open): 
138         * bufferlist.C (newFile): do not restrict to files ending with
139         .lyx
140
141         * BufferView_pimpl.C (MenuInsertLyXFile): 
142
143 2001-06-24  The LyX Project  <jug@sad.it>
144
145         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
146         of compare_no_case
147
148 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
149
150         * lyxtext.h: rename most methods to begin with a small char.
151         Lots of changes because of this.
152
153         * paragraph.C (Paragraph): do not call fitToSize
154         (erase): call Pimpl::erase
155         (insertChar): call Pimpl::insertChar
156         (insertInset): call Pipl::insertInset
157         (breakParagraph): do not call fitToSize
158         (breakParagraphConservative): do not call fitToSize
159         (fitToSize): remove method
160
161         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
162
163 2001-06-24  The LyX Project  <Asger>
164
165         * Fix Qt compilation^2
166
167 2001-06-24  The LyX Project  <jug@sad.it>
168
169         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
170         depthHook(getDepth()-1).
171
172         * paragraph.h: 
173         * ParagraphParameters.h: 
174         * ParameterStruct.h: change type of depth to unsigned int ==
175         depth_type. Many adaptations to other files before of that.
176
177 2001-06-24  The LyX Project  <Asger>
178
179         * Fix Qt compilation.
180
181 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
182
183         * paragraph.h: renamed several methods to begin with small letter.
184         several changes to many parts of the code because of this.
185
186 2001-06-23  The LyX Project  <jug@sad.it>
187
188         * text2.C (InsertStringAsLines): renamed from InsertStringA;
189         rewritten to discard all double spaces when KeepEmpty is off
190         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
191         to only handle newlines but not fiddle with spaces and friends.
192
193         * lyxfunc.C (MenuNew): when doing 'new from template', use
194         template_path as default directory
195
196 2001-06-23  The LyX Project  <Asger>
197
198         * Clean-up of header file includes all over
199         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
200         
201 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
202
203         * paragraph.h: renamed from lyxparagraph.h
204
205 2001-06-23  Asger  <lyx@violet.home.sad.it>
206
207         * Buffer.h: Removed Buffer::resize
208         * BufferList.h: Removed BufferList::resize
209         * LyXView.h: Added LyXView::resize. This way, we will only reflow 
210         the document lazily when we change the width, or the font settings.
211
212 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
213
214         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
215
216 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
217
218         * buffer.h: remove out of date comment
219
220 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
221
222         * lyxscreen.h:
223         * screen.C: fix "theoretical" GC leak
224  
225 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
226
227         * LaTeX.C (scanAuxFile):
228         (deplog): remove trailing \r when reading stream (useful under
229         win32)  
230
231 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
232
233         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
234         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
235         and BufferView::theLockingInset(Inset*), so should use them and not
236         access bv_->text->the_locking_inset directly.
237
238         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
239
240 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
241
242         * Makefile.am:
243         * tex-defs.h: remove old unused file
244          
245 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
246
247         * BufferView_pimpl.C: fix typo, remove minibuffer message
248           when buffer has loaded
249
250 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
251
252         * lyxfunc.C (Dispatch): use stringstream
253         (MenuNew): use stringstream
254         (Open): use stringstream
255
256         * importer.C (Import): use stringstream
257
258         * bufferview_funcs.C (CurrentState): use stringstream
259
260         * LaTeX.C (run): use stringstream
261
262         * BufferView_pimpl.C (savePosition): use stringstream
263         (restorePosition): use stringstream
264         (MenuInsertLyXFile): use stringstream
265
266 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
267
268         * BufferView.C:
269         * Bullet.C:
270         * ColorHandler.C:
271         * FontInfo.C:
272         * FontLoader.C:
273         * LColor.C:
274         * LaTeXFeatures.C:
275         * Painter.C:
276         * gettext.C:
277         * lyx_gui_misc.C:
278         * lyxserver.C:
279         * vspace.C: removed // -*- C++ -*- as first line.
280
281         * lyxfind.h:
282         * version.h: added // -*- C++ -*- as first line.
283
284 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
285
286         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
287
288         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
289         of string
290
291 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
292
293         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
294         of floats.
295
296 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
297
298         * gettext.C: include LString.h even when --disable-nls is on. 
299
300 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
301
302         * converter.h (Get): changed argument type from int to
303         FormatList::size_type to avoid unnecessary conversion.
304
305         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
306         before using it.
307
308 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
309
310         * gettext.h: include LString.h even when --disable-nls is on. 
311
312 2001-06-07  Juergen Vigna  <jug@sad.it>
313
314         * text.C (BreakAgain): subst spaces with tabs.
315
316         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
317         (resizeInsetsLyXText): set force on resizeLyXText.
318
319 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
320
321         * gettext.h (gettext_init): 
322         (locale_init): use a real definition instead of a macro
323
324 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
325
326         * Bufferview_pimpl.C:
327         * LColor.h:
328         * LColor.C: further lcolor tidies
329
330 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
331
332         * BufferView_pimpl.C (updateScrollbar): simplify.
333
334         * BufferView2.C: don't include insets/insetinfo.h, change
335         prototype for insertInset and call the Pimpl version. let
336         updateInset call Pimpl version.
337
338         * BufferView.h: move inset_slept to BufferView::Pimpl, move
339         gotoInset to BufferView::Pimpl
340
341 2001-06-01  Juergen Vigna  <jug@sad.it>
342
343         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
344         inside a LockingInset (is the update needed at all?).
345
346 2001-05-31  Juergen Vigna  <jug@sad.it>
347
348         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
349         here not the old one otherwise how should we compare it afterwards
350         if it's the same!
351
352 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
353
354         * lyxfont.C: 
355         * tabular.C:
356         * tabular-old.C: 
357         * FontInfo.C: bring C functions into global namespace when
358         necessary
359
360 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
361
362         * LString.h: make sure config.h has been loaded before LString.h.
363
364         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
365         (one for each char read by EatLine!).
366
367         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
368         variables. 
369
370 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
371
372         * paragraph.C (BreakParagraph): set the inset_owner in the new par
373         to the same as the par we break from
374
375 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
376
377         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
378
379         * MenuBackend.C (expand): also create menu entries for wide
380         versions of the floats.
381
382         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
383
384         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
385
386         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
387         frontends/Makefile.am
388
389         * text2.C: adjust
390         * text.C: adjust
391         
392
393         * tabular.C (getTokenValue): add std::
394
395         * tabular-old.C (getTokenValue): add std::
396         (getTokenValue): ditto
397         (getTokenValue): ditto
398
399         * screen.C (ToggleSelection): adjust
400
401         * lyxtext.h: put selection cursors inside a Selection struct.
402
403         * lyxfunc.C (moveCursorUpdate): adjust
404
405         * lyxfont.C (latexWriteStartChanges): add std::
406
407         * lyxfind.C: adjust
408
409         * font.h: delete with(char const *, LyXFont const &)
410
411         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
412
413         * FontInfo.C (getFontname): add std::
414
415         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
416         (workAreaButtonPress): adjust
417         (tripleClick): adjust
418         (update): adjust
419         (moveCursorUpdate): adjust
420         (Dispatch): adjust
421
422         * BufferView2.C (gotoInset): adjust
423
424 2001-05-30  Juergen Vigna  <jug@sad.it>
425
426         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
427         to check pspell I add this as default as I now have new pspell
428         libraries and they seem to use this.
429
430 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
431
432         * text2.C (CutSelection): make the cursor valid before the call to
433         ClearSelection.
434
435 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
436
437         * kbsequence.C (parse): de-uglify a bit the parsing code, which
438         relied on 0 terminated strings and other horrors. Bug found due to
439         the new assert in lyxstring!
440
441         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
442         KP_ keys.
443
444 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
445
446         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
447         to latinkeys.bind.
448
449         * lyxfunc.C (processKeySym): change method of getting to the
450         self-insert char.
451
452         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
453         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
454         * BufferView_pimpl.[Ch]: here as private methods.
455
456 2001-05-28  Juergen Vigna  <jug@sad.it>
457
458         * text.C (SetHeightOfRow): added the update() call again as it is
459         needed to initialize inset dimensions!
460
461 2001-05-16  Juergen Vigna  <jug@sad.it>
462
463         * text2.C (SetCharFont): Add new function with BufferView * and
464         bool toggleall parameters for setting insets internal fonts.
465         (SetFont): Freeze the undo as we may change fonts in Insets and
466         all this change should be inside only one Undo!
467
468         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
469         setting font's in insets as for them we have the SetFont function!
470
471 2001-05-15  Juergen Vigna  <jug@sad.it>
472
473         * text2.C (ClearSelection): to be sure we REALLY don't have any
474         selection anymore!
475
476         * tabular.C (TeXCellPreamble): fixed the left border problem for
477         multicolumn cells.
478
479 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
480
481         * LaTeX.C (deplog): Make sure that the main .tex file is in the
482         dependancy file
483
484 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
485
486         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
487         LFUN_BREAKPARAGRAPH.
488
489         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
490         help test to "internal only", similar for LFUN_INSERT_URL
491
492         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
493         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
494         auto_region_delete and deadkeys. 
495
496 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
497
498         * LColor.h:
499         * LColor.C: remove some dead entries, tidy a little
500  
501 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
502
503         * lyxfunc.C (processKeySym): comment the Escape handling, remove
504         commented code.
505         (Dispatch): implement LFUN_ESCAPE
506
507         * commandtags.h: add LFUN_ESCAPE
508
509         * LyXAction.C (init): add entry for LFUN_ESCAPE
510
511         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
512         Remove commented code.
513         (insertNote): moved here
514         (open_new_inset): moved here
515
516         * BufferView[2].[Ch]: move insertNote and open_new_inset to
517         BufferView_pimpl
518
519 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
520
521         * kbmap.C (findbinding): clean it up and make it work correctly.
522
523         * lyx_main.C (init): do not pass argc and argv as parameters
524
525 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
526
527         * buffer.C: fix path for OS/2 & Win32
528
529         * lyx_gui.C:
530         * lyx_main:
531         * lyx_main.C: Added os:: class.
532         
533         * os2_defines.h: update
534
535 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
536
537         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
538         better by trying again with reduced state.
539
540 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
541
542         * lyxrc.C (read): print error about invalid key sequence only when
543         debugging (because not all latinX keysyms are known to some X
544         servers)
545
546         * kbsequence.C (getiso): add a few std:: qualifiers
547         (getiso): comment out extra return statement.
548
549 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
550
551         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
552         handling.
553         (Dispatch): enhance the accent inset a bit. (not perfect)
554
555 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
556
557         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
558
559 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
560
561         * bufferlist.C (emergencyWrite): fix assert() call
562
563 2001-05-04  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
564
565         * text.C (InsertChar): Added trivial patch to only send the "you
566         can not do multiple spaces this way" message once during a
567         session.
568
569 2001-05-08  Baruch Even  <baruch@lyx.org>
570
571         * Makefile.am: Changed order of libraries to get LyX to link properly
572         with the gnome frontend.
573
574 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
575
576         * LaTeXFeatures.h: add a std:: qualifier
577
578 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
579
580         * paragraph.C (String): use stringstream
581
582 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
583
584         * paragraph.C (writeFile): remove footflag arg
585
586         * buffer.C (makeLaTeXFile): use stringstream
587         (latexParagraphs): remove footnot gurba
588
589         * LaTeXFeatures.C (getPackages): use stringstream
590         (getMacros): likewise
591         (getTClassPreamble): likewise
592         (getFloatDefinitions): new method
593
594         * paragraph.C (writeFile): reindent
595         (Erase): reindent
596
597         * WorkArea.h: revert the xpos + etc changes.
598
599         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
600
601         * lyxparagraph.[Ch]: add copy constructor, remove Clone
602
603         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
604         (pasteSelection): likewise
605         * text2.C (CreateUndo): likewise
606
607 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
608
609         * minibuffer.C (peek_event): temporarily reduce the functionality
610         of the minibuffer (to allow args on lfuns)
611
612         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
613         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
614
615         * buffer.C (readInset): add compability reading of old float
616         lists, add reading of new style float list.
617         (readInset): avoid reevaluation of inscmd.getCmdName()
618         (getLists): reindent
619
620         * MenuBackend.C (MenuItem): implement parsing of
621         md_floatlistinsert and md_floatinsert.
622         (expand::LastFiles): move initalizaton of iterators out of loop,
623         avoid reevaluation.
624         (expand::Documents): introduce typdedef vector<string> Strings,
625         and use it. 
626         (expand::ExportFormats): introduce typedef vector<Format const *>
627         Formats, and use it.
628         (expand): implement FloatListInsert and FloatInsert.
629
630         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
631         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
632         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
633
634         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
635         handling. 
636         (Dispatch::LFUN_FLOAT_LIST): implement
637
638 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
639  
640         * LaTeX.C (run): Fix problem with --export code.
641  
642 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
643
644         * BufferView.[Ch] (workarea): removed.
645         (getClipboard) new method; wrapper for workarea()->getClipboard()
646
647         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
648         bug.
649
650         * WorkArea.h (width, height, xpos, ypos): These methods all
651         returned the dimensions of the work_area sub-area of WorkArea,
652         resulting in a position error if the WorkArea were resized. Now
653         return the dimensions of the entire WorkArea.
654
655         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
656
657 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
658
659         * LaTeX.C (deplog): correct the syntax of regex reg1
660
661 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
662
663         * undo.C: remove !NEW_INSETS cruft
664
665 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
666
667         * text2.C: remove !NEW_INSETS cruft
668
669         * text.C: remove !NEW_INSETS cruft
670
671         * tabular.C: remove !NEW_INSETS cruft
672
673         * spellchecker.C: remove !NEW_INSETS cruft
674
675         * lyxtext.h: remove !NEW_INSETS cruft
676
677         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
678
679         * lyxfunc.C: remove !NEW_INSETS cruft
680
681         * lyxfind.C: remove !NEW_INSETS cruft
682
683         * lyx_cb.C: remove !NEW_INSETS cruft
684
685         * figureForm.C: remove  !NEW_INSETS cruft
686
687         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
688
689         * buffer.[Ch]: remove !NEW_INSETS cruft
690
691         * ToolbarDefaults.C: remove !NEW_INSETS cruft
692
693         * CutAndPaste.C: remove !NEW_INSETS cruft
694
695         * BufferView_pimpl.C: remove !NEW_INSETS cruft
696
697         * BufferView2.C: remove !NEW_INSETS cruft
698
699         * BufferView.h: remove !NEW_INSETS cruft
700
701 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
702
703         * Lsstream.h: include LString.h before the sstream headers to
704         fix problem with gcc 2.95.3 and lyxstring
705
706 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
707
708         * lyx_main.C: add using directives when needed for C functions
709         declared in std:: namespace.
710
711 2001-04-27  Juergen Vigna  <jug@sad.it>
712
713         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
714         (SetHeightOfRow): comment out the update call should not be needed!
715
716 2001-04-13  Juergen Vigna  <jug@sad.it>
717
718         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
719         (LyXTabular): tried to minimize operator= operations (and realized
720         hopfully Lars wish).
721
722 2001-04-27  Juergen Vigna  <jug@sad.it>
723
724         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
725
726 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
727
728         * lyxfunc.C (Dispatch): hack to make listof algorithm work
729
730         * buffer.C (readInset): hack to make listof algorithm work
731
732         * BufferView_pimpl.C: hack to make listof algorithm work
733
734 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
735
736         * LyXAction.C: removed all !NEW_INSETS cruft
737         (init): moved lfun_item in method
738
739         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
740
741 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
742
743         * BufferView2.C (theLockingInset): white space.
744
745 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
746
747         * minibuffer.C: include <iostream>
748
749         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
750
751         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
752
753         * commandtags.h: add LFUN_TRANSPOSE_CHARS
754
755         * text.[Ch] (TransposeChars): new method
756
757 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
758
759         * call message directly through LyXView instead of through LyXFunc
760         * BufferView2.C: adjust
761         * BufferView_pimpl.C: adjust
762         * FontLoader.C: adjust
763         * buffer.C: adjust
764         * bufferview_funcs.C: adjust
765         * converter.C: adjust
766         * figureForm.C: adjust
767         * importer.C: adjust
768         * lyx_cb.C: adjust
769         * lyx_gui_misc.C: adjust
770         * lyxfunc.C: adjust
771         * lyxvc.C: adjust
772         * text2.C: adjust
773         + more files in subdirs
774         
775         * lyxparagraph.h (size): move up int file
776         (GetLayout): ditto
777
778         * adjust all uses of Assert to lyx::Assert.
779
780         * BufferView2.C (ChangeCitationsIfUnique): adjust for
781         lyxfunctional in namespace lyx
782         * layout.C (hasLayout): ditto
783         (GetLayout): ditto
784         (GetLayout): ditto
785         (delete_layout): ditto
786         (NumberOfClass): ditto
787         * converter.C (GetFormat): ditto
788         (GetNumber): ditto
789         (Add): ditto
790         (Delete): ditto
791         (SetViewer): ditto
792         * bufferlist.C (getFileNames): ditto
793         (emergencyWriteAll): ditto
794         (exists): ditto
795         (getBuffer): ditto
796         * MenuBackend.C (hasSubmenu): ditto
797         (hasMenu): ditto
798         (getMenu): ditto
799         * BufferView_pimpl.C (getInsetByCode): ditto
800
801 2001-04-18  Juergen Vigna  <jug@sad.it>
802
803         * vspace.C (asLatexString): fixed the 100% problem.
804
805 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
806
807         * lyxfunc.C (Dispatch): 
808         * minibuffer.C: 
809         * minibuffer.h: add a few std:: qualifiers
810
811 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
812
813         * minibuffer.[Ch]: reimplement so that commands is initiated and
814         run from lyxfunc, simplified som handling, and made the completion
815         and history code for complete. wip. 
816
817         * lyxfunc.C (processKeySym): call message
818         (miniDispatch): new temporary method
819         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
820         (LFUN_MESSAGE): implement
821         (LFUN_MESSAGE_PUSH): implement
822         (LFUN_MESSAGE_POP): implement
823         (initMiniBuffer): the initial/defualt minibuffer message.
824
825         * lyxfont.[Ch]: inline some more getters
826
827         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
828
829         * lyx_gui_misc.[Ch] (WriteStatus): remove method 
830
831         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
832         (AutoSave): use LFUN_MESSAGE
833         (Reconfigure): ditto
834
835         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
836
837         * figureForm.C: use LFUN_MESSAGE
838
839         * converter.C (runLaTeX): use LFUN_MESSAGE
840
841         * bufferview_funcs.C: use LFUN_MESSAGE
842         (Melt): ditto
843         (changeDepth): ditto
844
845         * bufferparams.h: use boost::
846
847         * bufferlist.h: inherit privately from noncopyable
848
849         * bufferlist.C (loadLyXFile): remove some commented code.
850
851         * buffer.C (runChktex): use LFUN_MESSAGE
852
853         * ShareContainer.h: inherit privately from noncopyable
854
855         * ParagraphParameters.[hC] (depth): inline it.
856
857         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
858         methods.
859         (message): new method
860         (messagePush): ditto
861         (messagePop): ditto
862         (show): init minibuffer
863         (showState): direct call
864
865         * LaTeX.[Ch]: inherit privately from noncopyable
866         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
867         instead of WriteStatus.
868
869         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
870
871         * BufferView_pimpl.C (buffer): don't init minibuffer
872         (workAreaButtonPress): use LFUN_MESSAGE
873         (workAreaButtonRelease): ditto
874         (savePosition): ditto
875         (restorePosition): ditto
876         (MenuInsertLyXFile): ditto
877         (workAreaExpose): don't init minibuffer
878         (update): remove commented code, simplify
879
880         * BufferView2.C (openStuff): use LFUN_MESSAGE
881         (toggleFloat): ditto
882         (menuUndo): ditto
883         (menuRedo): ditto
884         (copyEnvironment): ditto
885         (pasteEnvironment): ditto
886         (copy): ditto
887         (cut): ditto
888         (paste): ditto
889         (gotoInset): ditto
890         (updateInset): remove some commented code
891
892         * lastfiles.h: inherit privately from noncopyable
893         * layout.h: ditto
894         * lyx_gui.h: ditto
895         * lyx_main.h: ditto
896         * lyxlex.h: ditto
897         * lyxlex_pimpl.h: ditto
898
899         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
900         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
901         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
902
903         * LyXAction.h: inherit privately from noncopyable, add methods
904         func_begin, func_end, returning iterators to the func map.
905
906         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
907         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
908         (func_begin): new method
909         (func_end): new method
910
911         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
912         and not)
913         (copySelection): ditto
914         (pasteSelection): ditto
915
916         * BufferView.C: whitespace change
917         * BufferView.h: inherit privately from noncopyable
918
919 2001-04-16  Allan Rae  <rae@lyx.org>
920
921         * tabular-old.C (l_getline): 
922         * spellchecker.C (sc_check_word): 
923         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
924         an unrecognised preprocessor directive.  So ensure they're wrapped. 
925
926 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
927
928         * src/exporter.C (Export): Give an error message when path to file 
929         contains spaces.
930
931 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
932
933         * LaTeX.C (deplog): Always check that foundfile exists.
934
935 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
936
937         * lyx_main.h: 
938         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name 
939
940 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
941
942         * tabular.[Ch] (getLabelList): implement new method
943
944         * minibuffer.h: comment ouf setTiimer
945
946         * minibuffer.C (ExecutingCB): constify res
947         (peek_event): constify s
948         (Set): constify ntext
949         (Init): constify nicename
950
951         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
952
953         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
954         (savePosition): use two params to Minibuffer::Set
955         (restorePosition): ditto
956
957 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
958
959         * lyx_main.C: include language.h
960
961         * Makefile.am (lyx_main.o): add language.h
962
963 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
964
965         * exporter.C: 
966         * paragraph.C: 
967         * screen.C: 
968         * tabular.C: 
969         * CutAndPaste.C: include gettext.h
970
971         * lyxfont.h: remove old hack with ON and OFF.
972
973         * lyxparagraph.h: 
974         * lyxfont.h: do not include language.h...
975
976         * BufferView2.C: 
977         * LaTeXFeatures.C: 
978         * Painter.C: 
979         * bufferview_funcs.C: 
980         * font.C: 
981         * lyxfont.C: 
982         * text.C: 
983         * text2.C: 
984         * trans_mgr.C: 
985         * paragraph.C: ... but do it here instead
986
987 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
988
989         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
990
991         * tabular.C: small reformat
992
993         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
994         NEW_INSETS version
995         (GetChar): ditto
996         (BreakParagraph): ditto
997         (SetOnlyLayout): ditto
998         (SetLayout): ditto
999
1000         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
1001         with one arg less.
1002
1003         * lastfiles.C: removed most using decl, add std:: where needed
1004
1005         * buffer.C: ws changes
1006
1007         * MenuBackend.C (class compare_format): put into anon namespace
1008         (expand): constify label, names, action, action2
1009         (expand): 
1010
1011         * text.C (SingleWidth): constify font
1012         (IsBoundary): constify rtl2
1013         (GetVisibleRow): constify ww
1014
1015         * LaTeX.C (deplog): constify logfile
1016
1017         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
1018         start_x, end_x
1019         (workAreaExpose): constify widthChange, heightChange
1020
1021         * lyxrow.C (par): moved
1022         (height): moved
1023         (next): moved
1024         * lyxrow.h: as inlines here
1025
1026         * lyxfont.h (shape): moved from lyxfont.C
1027         (emph): moved from lyxfont.C
1028
1029         * lyxfont.C (LyXFont): use initialization list for all
1030         constructors
1031         (shape): move to lyxfont.h as inline
1032         (emph): move to lyxfont.h as inline
1033         
1034
1035 2001-04-04  Juergen Vigna  <jug@sad.it>
1036
1037         * vspace.C: had to include stdio.h for use of sscanf
1038
1039 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
1040
1041         * BufferView.h: 
1042         * BufferView_pimpl.h: remove xforms cruft. Both classes are
1043         independent of xforms.
1044
1045 2001-04-02  Juergen Vigna  <jug@sad.it>
1046
1047         * spellchecker.C: fixed namespace placing!
1048
1049 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1050
1051         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
1052         the LyXParagraph * is 0.
1053
1054 2001-03-29  Juergen Vigna  <jug@sad.it>
1055
1056         * vspace.C: added support for %, c%, p%, l%.
1057         (stringFromUnit): added helper function.
1058         (asLatexString): changed to give right results for the %-values.
1059
1060         * buffer.C: convert the widthp in a width%.
1061
1062 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
1063
1064         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
1065         figureForm.[Ch].
1066
1067         * figureForm.[Ch]: stripped the FD_from_figure manipulation
1068         code out of lux_cb.[Ch], ready for its (imminent?) removal.
1069
1070         * lyx_cb.[Ch]: see above.
1071
1072         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
1073         form1.[Ch].
1074
1075         * form1.[Ch]:
1076         * lyx.[Ch]: replaced by figure_form.[Ch].
1077
1078         * lyx_gui.C:
1079         * lyx_gui_misc.C:
1080         * lyxfunc.C: changed headers associated with above changes.
1081
1082 2001-03-27  Juergen Vigna  <jug@sad.it>
1083
1084         * BufferView_pimpl.C: set the temporary cursor right!
1085
1086 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
1087
1088         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
1089
1090 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1091
1092         * LString.h: removed "using std::getline"!
1093
1094         * BufferView_pimpl.C (Dispatch): changes due to changes in
1095         InsetInclude::Params.
1096
1097         * buffer.C (tag_name): removed redundant break statements as they were
1098         producing lots of warnings with my compiler.
1099
1100 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1101
1102         * LString.h: add "using std::getline" when using the real <string>.
1103
1104 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
1105
1106         * buffer.C: removed bitset usage.
1107         PAR_TAG moved to an anonymous name space.
1108         (tag_name): new funtion, also in the anonymous namespace.
1109         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
1110         (makeDocBookFile): clean code. Completed transition from string arrays
1111         to string vectors.
1112         (SimpleDocBookOnePar): code clean.
1113
1114 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1115
1116         * tabular.C: add some comments.
1117
1118 2001-03-22  Juergen Vigna  <jug@sad.it>
1119
1120         * buffer.C (parseSingleLyXformat2Token): redone the minipage
1121         compatibility read a bit and fixed bug with minipage in different
1122         depth.
1123
1124 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
1125
1126         * buffer.C (pop_tag): removed.
1127         (push_tag): removed.
1128         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
1129         array replaced with vector. Added support for CDATA sections.
1130         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
1131         at any nest level.
1132         (makeDocBookFile): XML conformant declaration of CDATA section,
1133         fixed bug related to <emphasis> in the first paragraph char.
1134         (sgmlOpenTag): exclude empty tags.
1135         (sgmlCloseTag): ditto.
1136         
1137         * buffer.h (pop_tag): removed.
1138         (push_tag): removed.
1139
1140 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1141
1142         * language.h (Languages): added size_type and size().
1143
1144 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1145
1146         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
1147         response on compability reading of minipages. One probliem is that
1148         the old usage of minipages was «flertydig» 
1149
1150         * several files here and in subdirs: don't use static at file
1151         scope use anon namespaces instead.
1152
1153 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
1154
1155         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
1156         LaTeX output. This is necessary for Literate document
1157         processing.
1158
1159 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1160
1161         * buffer.C: insert hfill when needed.
1162
1163         * tabular.C (l_getline): use string::erase, small whitespace change.
1164
1165         * BufferView_pimpl.C: try the anon namespace.
1166         * WorkArea.C: ditto
1167
1168 2001-03-16  Juergen Vigna  <jug@sad.it>
1169
1170         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
1171         otherwise it won't open options-dialogs.
1172
1173         * buffer.C: honor pextraWidth(p) on converting minipages.
1174
1175         * tabular.C (l_getline): changed the functions to strip trailing \r.
1176
1177 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
1178
1179         * BufferView_pimpl.C:
1180         * minibuffer..C: added "using SigC::slot" declaration.
1181
1182 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1183
1184         * lyxlex_pimpl.h: noncopyable is in namespace boost.
1185
1186         * text2.C: ditto
1187
1188         * text.C: ditto
1189
1190         * paragraph.C: ditto
1191
1192         * lyxtext.h: NO_PEXTRA
1193
1194         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
1195
1196         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
1197         * ParameterStruct.h: ditto
1198         * ParagraphParameters.h: ditto 
1199         * lyxparagraph.h: ditto
1200
1201 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1202
1203         * buffer.C: add compability for minipage alignment.
1204         (latexParagraphs): remove unwanted pextra check.
1205
1206         * several files: remove CXX_WORKING_NAMESPACES
1207
1208         * buffer.C (pop_tag): tie is in namespace boost
1209
1210         * BufferView.h: noncopyable is in namespace boost
1211         * lyxlex.h: ditto
1212         * lyx_main.h: ditto
1213         * lyx_gui.h: ditto
1214         * layout.h: ditto
1215         * lastfiles.h: ditto
1216         * bufferlist.h: ditto
1217         * ShareContainer.h: ditto
1218         * LyXView.h: ditto
1219         * LyXAction.h: ditto
1220         * LaTeX.h: ditto
1221
1222 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1223
1224         * Merging changes from BRANCH_MVC back into HEAD.
1225
1226         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
1227
1228 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
1229
1230         * BufferView_pimpl.C: change from intl.C
1231
1232         * combox.h:
1233         * combox.C:
1234         * Makefile.am: move combox.*
1235
1236         * form1.h:
1237         * form1.C:
1238         * lyx_gui.C:
1239         * intl.h:
1240         * intl.C: remove dialog (covered by prefs)
1241
1242 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1243
1244         * lyxfunc.C (Dispatch): removed redundant break statement.
1245         
1246 2001-03-14  Juergen Vigna  <jug@sad.it>
1247
1248         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
1249
1250 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1251
1252         * buffer.C: add hack to fix compability reading of minipages.
1253
1254 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
1255
1256         * buffer.C (getLists): Cleanup.
1257
1258 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1259
1260         * lyxfont.C (update): don't honor toggleall on font size.
1261
1262 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
1263
1264         * bmtable.c:
1265         * bmtable.h:
1266         * Makefile.am: moved to frontends/xforms/
1267
1268         * lyx_gui_misc.C:
1269         * lyxfunc.C:
1270         * BufferView_pimpl.C: changes for moved mathpanel
1271
1272 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1273
1274         * gettext.h: fix gettext_init() in --disable-nls
1275
1276 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1277
1278         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
1279
1280 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
1281
1282         * lyx.C:
1283         * lyx.h: strip external form
1284
1285 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1286
1287         * BufferView_pimpl.C: add comment, destroySplash()
1288
1289 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1290
1291         * BufferView_pimpl.C:
1292         * LyXAction.C:
1293         * buffer.C:
1294         * commandtags.h:
1295         * lyxfunc.C: use re-worked insetinclude
1296
1297 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1298
1299         * buffer.C: add using std::stringstream.
1300
1301         * lyx_cb.C: readd using std::ios.
1302
1303         * buffer.C: add using std::map.
1304
1305         * BufferView_pimpl.C: add using std::vector.
1306
1307         * ShareContainer.h: add std:: to swap.
1308
1309         * buffer.h: add some typedefs
1310         * buffer.C (getLists): use them
1311         (getLists): renamed from getTocList.
1312         add a counter for the different float types and use it in the
1313         generated string.
1314         (getLists): use the same counter for the NEW_INSETS and the "non"
1315         NEW_INSETS
1316
1317         * lyx_cb.h: remove unused items, includes, using etc.
1318
1319         * ShareContainer.h: remove some commented code, add more comments
1320         and "documentation".
1321
1322 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1323
1324         * buffer.C (getTocList): make the list also when NEW_INSETS is
1325         defined.
1326
1327         * buffer.h: remove TocType
1328
1329         * buffer.C (getTocList): change to return a map<string,
1330         vector<TocItem> >, implement for dynamic number of list.
1331
1332         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
1333         * text2.C (PasteSelection): adjust
1334         * CutAndPaste.C (pasteSelection): adjust
1335
1336         * FloatList.C (FloatList): update from the new_insets branch.
1337         * Floating.[Ch]: ditto
1338         * LaTeXFeatures.C: ditto
1339         * buffer.C: ditto
1340         * lyxlex_pimpl.C: ditto
1341         
1342         * paragraph.C (Last): remove when NEW_INSETS is defined.
1343
1344         * other file: changes because of the above.
1345
1346 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1347
1348         * lyxparagraph.h: rename next to next_, previous to previous_,
1349         make them private for NEW_INSETS. Rename Next() to next(),
1350         Previous() to previous().
1351
1352         * other files: changes because of the above.
1353
1354 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
1355
1356         * BufferView.h: 
1357         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
1358         problem.
1359
1360 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1361
1362         * main.C (main): pass lyx_localedir to gettext_init().
1363
1364         * gettext.h: remove locale_init and gettext_init macros
1365
1366         * gettext.C (locale_init): new function
1367         (gettext_init): new function
1368
1369         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
1370         setlocale().
1371
1372 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
1373
1374         * Moved credits to frontends:
1375         * credits.[Ch]: removed
1376         * credits_form.[Ch]: removed
1377         * lyx_gui_misc.C: remove credits stuff
1378         * Makefile.am:
1379
1380 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1381
1382         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
1383
1384         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
1385         unneeded destructor.
1386
1387         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
1388         a standalone pointer again.
1389
1390         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
1391
1392 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
1393
1394         * Makefile.am:
1395         * filedlg.h:
1396         * filedlg.C:
1397         * LyXAction.C:
1398         * ToolbarDefaults.C:
1399         * bufferlist.C:
1400         * commandtags.h:
1401         * form1.C:
1402         * form1.h:
1403         * lyx_cb.C:
1404         * lyx_cb.h:
1405         * lyxfunc.h:
1406         * lyxfunc.C:
1407         * BufferView_pimpl.C: use new file dialog in GUII
1408
1409         * lyx_cb.h:
1410         * lyx_cb.C: remove LayoutsCB to Toolbar
1411
1412 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1413
1414         * ShareContainer.h (get): add std:: qualifier
1415
1416 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1417
1418         * ShareContainer.h: define a proper ShareContainer::value_type
1419         type (and use typename to please compaq cxx)
1420
1421 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1422
1423         * lyxparagraph.h: move serveral local vars to
1424         ParameterStruct/ParagraphParameters., use ShareContainer in
1425         FontTable., make vars in FontTable private and add getter and
1426         setter.
1427
1428         * paragraph.C: changes because of the above.
1429
1430         * lyxfont.h: remove copy constructor and copy assignment. (the
1431         default ones is ok), move number inside FontBits. move inlines to
1432         lyxfont.C 
1433
1434         * lyxfont.C: add number to initializaton of statics, move several
1435         inlines here. constify several local vars. some whitespace
1436         cleanup. Dont hide outerscope variables.
1437
1438         * Spacing.h: add two new constructors to match the set methods.
1439
1440         * ShareContainer.h: new file, will perhaps be moved to support
1441
1442         * ParameterStruct.h: new file
1443
1444         * ParagraphParameters.h: new file
1445
1446         * ParagraphParameters.C: new file
1447
1448         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
1449         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
1450
1451         * BufferView_pimpl.C: ParagraphParameter changes.
1452         * buffer.C: Likewise.
1453         * bufferview_funcs.C: Likewise.
1454         * text.C: Likewise.
1455         * text2.C: Likewise.
1456         
1457 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1458
1459         * lyxfind.C (LyXReplace): do not redefine default argument in
1460         implementation. 
1461         (IsStringInText): ditto
1462         (SearchForward): ditto
1463         (SearchBackward): ditto
1464
1465 2001-03-06  Juergen Vigna  <jug@sad.it>
1466
1467         * lyxfind.C (IsStringInText): put parentes around expressions.
1468
1469 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
1470
1471         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
1472         
1473 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
1474
1475         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
1476
1477         * stl_string_fwd.h: add comment
1478
1479         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
1480
1481         * tabular.h:
1482         * tabular.C: remove unused DocBook methods
1483
1484         * intl.C:
1485         * language.C:
1486         * paragraph.C:
1487         * buffer.C:
1488         killed DO_USE_DEFAULT_LANGUAGE
1489
1490 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1491
1492         * lyx_gui.C: do not include language.h.
1493
1494         * bufferview_funcs.C (ToggleAndShow): do not provide optional
1495         arguments in function implementation.
1496
1497 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1498
1499         * BufferView_pimpl.C: add <ctime>
1500
1501 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1502
1503         * BufferView_pimpl.C: add using std::find_if
1504
1505 2001-02-27  José Matos  <jamatos@fep.up.pt>
1506         
1507         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
1508         by OnlyPath.
1509         
1510 2001-02-11  José Matos  <jamatos@fep.up.pt>
1511
1512         * buffer.C (makeDocBookFile): command styles now have a parameter as
1513         "title" by default.
1514
1515 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
1516
1517         * layout_forms.[Ch]: removed
1518         * lyx_cb.[Ch]: out character
1519         * lyx_gui.C: out character
1520         * lyx_gui_misc.C: out character
1521         * bufferview_funcs.C: : out character,
1522         added toggleall as parameter in ToggleAndShow
1523                    
1524 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
1525
1526         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
1527
1528         * text2.C (SetCurrentFont): Disable number property at boundary.
1529
1530 2001-02-26  Juergen Vigna  <jug@sad.it>
1531
1532         * lyxfunc.C (getStatus): added a string argument override function so
1533         that this is correctly called from LyXFunc::Dispatch if it contains a
1534         do_not_use_argument which is used!
1535         (Dispatch): added check for "custom" export and call appropriate func.
1536
1537 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
1538
1539         * lyxrc.C: Add language_command_local, language_use_babel and
1540         language_global_options.
1541
1542         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
1543
1544         * buffer.C (makeLaTeXFile): Use language_use_babel and 
1545         language_global_options.
1546
1547 2001-02-23  Juergen Vigna  <jug@sad.it>
1548
1549         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
1550         which works with LyXText and putted it inside BufferView. Here now we
1551         only call for that part the BufferView::Dispatch() function.
1552
1553         * BufferView.C (Dispatch): added.
1554
1555         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
1556         functions which needs to use a LyXText over from LyXFunc.
1557         (MenuInsertLyXFile): added
1558         (getInsetByCode): added
1559         (moveCursorUpdate): added
1560         (static TEXT): added
1561
1562 2001-02-22  Juergen Vigna  <jug@sad.it>
1563
1564         * BufferView_pimpl.C (update): call a status update to see if LyXText
1565         needs it.
1566
1567 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1568
1569         * vc-backend.C (revert): implement for CVS
1570         (getLog): implement for CVS
1571
1572 2001-02-20  Juergen Vigna  <jug@sad.it>
1573
1574         * text2.C (ClearSelection): added BufferView param for inset_owner call
1575
1576         * lyxfunc.C (TEXT): added this function and use it instead of
1577         directly owner->view()-text of getLyXText().
1578
1579 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
1580
1581         * src/layout_forms.C: out preamble
1582         * src/layout_forms.h: out preamble
1583         * src/lyx_cb.C: out preamble
1584         * src/lyx_cb.h: out preamble
1585         * src/lyx_gui.C: out preamble
1586         * src/lyx_gui_misc.C: out preamble
1587         * src/lyxfunc.C: connect with guii preamble
1588
1589 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
1590
1591         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
1592
1593 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
1594
1595         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
1596         whether to run bibtex.
1597
1598 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
1599
1600         * Makefile.am (lyx_SOURCES): Remove BackStack.h
1601
1602 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1603
1604         * Makefile.am (lyx_SOURCES): removed bibforms.h
1605
1606         * vspace.h: doxygen
1607
1608         * text.C (GetVisibleRow): make several local vars const
1609
1610         * tabular.C: small cleanup.
1611
1612         * lyxserver.C (callback): use compare instead of strncmp
1613
1614         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
1615         inlines to after class or to paragraph.C
1616
1617         * lyxfont.h: remove friend operator!=
1618
1619         * converter.h: move friend bool operator< to non friend and after
1620         class def.
1621
1622         * combox.h: small cleanup
1623
1624         * buffer.h: doxygen, remove unused constructor, move inclas inlies
1625         to inlines after class def.
1626
1627         * buffer.C (pop_tag): use string operations instead of strcmp
1628
1629         * bmtable.c: doxygen, small cleanup
1630
1631         * LaTeX.h: remove friend operator==
1632
1633 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1634
1635         * screen.C: 
1636         * lyxrc.[Ch]:
1637         * lyxfunc.C: 
1638         * lyxfont.[Ch]: 
1639         * lyx_cb.C: 
1640         * intl.[Ch]: 
1641         * commandtags.h: 
1642         * buffer.C: 
1643         * WorkArea.[Ch]: 
1644         * LyXAction.C: 
1645         * BufferView_pimpl.C:
1646         * BufferView.[Ch]: remove cruft
1647
1648 2001-02-14  Juergen Vigna  <jug@sad.it>
1649
1650         * lyxfunc.C: removed #if 0 unused code
1651
1652         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
1653
1654         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
1655
1656         * text2.C (SetSelection): added a BufferView * parameter
1657
1658 2001-02-13  Juergen Vigna  <jug@sad.it>
1659
1660         * lyxfunc.C (Dispatch): fixed protected blank problem.
1661         * BufferView2.C (protectedBlank): added LyxText * parameter.
1662
1663         * tabular.C (AppendRow): forgot to set row_info of newly added row.
1664         (AppendColumn): same as above for column_info.
1665
1666         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
1667         (moveCursorUpdate): use a LyXText param for support of InsetText.
1668
1669         * BufferView_pimpl.C (doubleClick): added support for InsetText.
1670         (tripleClick): ditto
1671
1672         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
1673
1674         * BufferView_pimpl.C (update): added LyXText param to honor insets.
1675
1676         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
1677
1678         * text2.C (SetSelection): set correct update status if inset_owner
1679         (ToggleFree): ditto
1680
1681 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
1682
1683         * tabular.C: remove some commented code.
1684
1685 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
1686
1687         * BufferView_pimpl.C: call hideSplash()
1688
1689         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
1690
1691         * include_form.h:
1692         * bibforms.h: remove
1693
1694         * lyxfunc.C:
1695         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
1696           add LFUN_CHILD_CREATE
1697
1698         * counters.h: fix tiny typo
1699         
1700         * lyx_cb.C:
1701         * lyx.h:
1702         * lyx_gui.C:
1703         * lyx.C: move splash to frontends/xforms/
1704
1705         * lyx_gui_misc.C: move Include and Bibform to frontends
1706
1707         * lyxvc.h: clarify comment
1708
1709         * vspace.C: tiny housekeeping
1710
1711 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
1712
1713         * text.C (PrepareToPrint): RTL Fix.
1714
1715         * paragraph.C (GetUChar): New method.
1716         (String):  Use GetUChar.
1717
1718         * buffer.C (asciiParagraph): Use GetUChar.
1719
1720 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
1721
1722         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
1723
1724 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
1725
1726         * buffer.h:
1727         * buffer.C: rename to getLogName(), handle
1728           build log / latex log nicely
1729
1730 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1731
1732         * MenuBackend.C: 
1733         * MenuBackend.h: remove support for reference menuitem type.
1734
1735 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
1736
1737         * BufferView_pimpl.C: housekeeping
1738         * BufferView_pimpl.h:
1739         * LyXView.h:
1740         * Makefile.am:
1741         * Timeout.C:
1742         * Timeout.h:
1743         * minibuffer.h: move Timeout GUI-I
1744                           
1745 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
1746
1747         * lyxrc.C (read): Update converters data-structures.
1748
1749 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
1750
1751         * LaTeX.h (operator!=): add operator != for Aux_Info 
1752
1753 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
1754
1755         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
1756
1757         * LaTeXLog.C: deleted, useful code moved to Buffer
1758
1759         * buffer.h:
1760         * buffer.C: new function getLatexLogName()
1761
1762         * lyx_gui_misc.C:
1763         * lyx_gui.C:
1764         * lyxvc.C:
1765         * lyxvc.h:
1766         * lyxfunc.C: use frontends for LaTeX and VC logs
1767
1768 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1769
1770         * LaTeX.h: yet another std:: that Allan forgot.
1771
1772         * Variables.C (set): renamed from isset(), because this clashes
1773         with some HP-UX macros (grr).
1774
1775 2001-02-06  Allan Rae  <rae@lyx.org>
1776
1777         * LaTeX.h: Another bug fix.  Missing std:: this time.
1778
1779 2001-02-04  Allan Rae  <rae@lyx.org>
1780
1781         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
1782         floats problem. I've left it commented out because it's not quite
1783         correct.  It should also test that the current object is a table or
1784         figure inset.  But I haven't gotten around to figuring out how to do
1785         that.  I *think* it'll be something like: "table" == inset.type()
1786
1787         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
1788         bool.
1789
1790 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
1791
1792         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
1793         all the citation/databases/styles in the auxilary file. 
1794         (run): Rerun latex if there was a babel language error.
1795
1796 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
1797
1798         * text.C (Backspace): Preserve the font when changing newline char
1799         with a space.
1800         (BreakParagraph): If the cursor is before a space, delete the space.
1801
1802         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
1803
1804 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
1805
1806         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
1807         new argument (code).
1808         (ChangeCitationsIfUnique): New method.
1809
1810         * paragraph.C (GetPositionOfInset): Handle bibkey.
1811
1812 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1813
1814         * BufferView_pimpl.h: change type of Position::par_pos to
1815         LyXParagraph::size_type. 
1816
1817 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
1818
1819         * BufferView_pimpl.C (savePosition, restorePosition): Write
1820         messages to minibuffer.
1821
1822 2001-01-28  José Matos  <jamatos@fep.up.pt>
1823
1824         * buffer.C (makeDocBookFile): adds support for document language.
1825         A silly restriction on the name of LatexCommand types where removed.
1826         Added support for CDATA sections, allows to chars unescaped, used
1827         among others in code, to avoid escape < and >.
1828         
1829 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
1830
1831         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
1832         saved positions instrad of a stack. Furthermore, a position is
1833         stored using paragraph id/paragraph position.
1834
1835         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
1836         Remove LFUN_REF_BACK.
1837
1838 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
1839
1840         * converter.C (dvipdfm_options): New method.
1841
1842 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1843
1844         * vspace.C (isValidLength): Fix for empty input string.
1845
1846 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1847
1848         * LyXAction.C (init): change description of LFUN_FIGURE to
1849         "Insert Graphics"
1850
1851 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1852
1853         * LaTeX.C: add using directive
1854
1855 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
1856
1857         * MenuBackend.C (expand): Fix the sorting of the formats.
1858
1859 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
1860
1861         * lyx_main.C: tiny error message fix
1862
1863 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1864
1865         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
1866         calling fl_initialize(). This fixes the problem with ',' as
1867         decimal separator in text files.
1868
1869 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
1870
1871         * trans.C (process): Fix the keymap bug.
1872
1873 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
1874
1875         * LaTeX.C (scanAuxFiles): New method. Provides support for
1876         multiple bibliographies (when using the bibtopic/bibunits pacakges).
1877         (scanLogFile) Scan for "run BibTeX" messages.
1878
1879         * buffer.C (makeLaTeXFile): Do not load the ae package when using
1880         OT1 font encoding. Also, load the aecompl package if the ae
1881         package is loaded.
1882
1883         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
1884
1885 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1886
1887         * texrow.C (increasePos): turn two error messages into debug
1888         messages. 
1889
1890 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
1891
1892         * LaTeX.C (scanAux): Handle the \@input macro.
1893         (runBibTeX): Use scanAux().
1894
1895         * language.C (latex_options_): New field.
1896
1897         * LaTeXFeatures.C (getMacros): Add language macros.
1898
1899         * buffer.C (makeLaTeXFile): Small fix.
1900
1901 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1902
1903         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
1904
1905         * text2.C: add a using directive.
1906
1907 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
1908
1909         * BufferView2.C:
1910         * lyx_gui_misc.h:
1911         * lyxfr1.C:
1912         * lyxfunc.C: kill LyXBell.
1913
1914 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
1915
1916         * text.C (IsBoundary): Remove the error message
1917         
1918         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
1919
1920         * lyxrc.C (setDefaults): Correct initialization value for
1921         font_norm_type.
1922
1923 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
1924
1925         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
1926         gotoError().
1927
1928         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
1929         and GotoNextNote().
1930
1931         * src/LyXAction.C: Added reference-next.
1932
1933         * text.C (InsertChar): Use contains instead of strchr.
1934
1935         * lyx_cb.C (MenuInsertLabel): Enable default value code.
1936
1937 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
1938
1939         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
1940         alignment commands (when needed).
1941
1942         * text.C (InsertChar): Add ':' to number separator chars.