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