]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
make sure the Xserver updates the input
[lyx.git] / src / ChangeLog
1 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2
3         * minibuffer.C: make sure the X server sees the changes in the input.
4
5 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6
7         * paragraph.C (getFont): split into...
8         (getLabelFont): this
9         (getLayoutFont): and this
10         * paragraph_pimpl.C (realizeFont): calling this
11
12         * text2.C (getFont): split into...
13         (getLayoutFont): this
14         (getLabelFont): and this
15         (realizeFont): all three calling this
16
17         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
18         files where used.
19
20 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
21
22         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
23
24 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
25
26         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
27         layouts from the Quote inset insertion.
28
29 2001-08-03  Juergen Vigna  <jug@sad.it>
30
31         * BufferView_pimpl.C (update): do the fitCursor only at the end!
32
33         * screen.C (drawFromTo): don't call fitcursor here and do the loop
34         only if status not is already CHANGED_IN_DRAW (second level).
35
36         * text.C (draw): don't set the need_break_row when inside an
37         InsetText LyXText.
38
39 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
40
41         * buffer.C (parseSingleLyXformat2Token): handle more latex
42         conversion cases.
43
44         * bufferview_funcs.[hC]: change function names to
45         begin with small char, adjust other files.
46
47 2001-08-02  André Pönitz <poenitz@gmx.net>
48
49         * lyxfunc.C:
50         BufferView_pimpl.C: remove broken special code for math-greek
51
52 2001-08-02  Juergen Vigna  <jug@sad.it>
53
54         * BufferView_pimpl.C (update): redone this function so that we
55         update the text again if there was a CHANGE_IN_DRAW.
56
57         * screen.C (cursorToggle): removed LyXText parameter and recoded.
58         (drawFromTo): added a new internal bool which is used by draw() and
59         redraw() function.
60         (general): some cursor drawing problems fixed.
61
62 2001-08-01  Juergen Vigna  <jug@sad.it>
63
64         * lyxfind.C (LyXFind): fixed
65         (SearchForward): ditto
66         (SearchBackward): ditto
67
68         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
69         spurius drawing of the cursor in the main area.
70
71         * text2.C (status): small fix which could lead to a segfault!
72         (clearSelection): remove unneeded BufferView param.
73
74 2001-08-01  André Pönitz <poenitz@gmx.net>
75
76         * lyxfunc.C: small change due to changed mathed interface
77
78 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
79
80         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
81
82 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
83  
84         * lyxfunc.c: fail gracefully if file doesn't exist 
85  
86         * LyXSendto.C:
87         * buffer.C:
88         * lyxfunc.C:
89         * BufferView_pimpl.C: IsDirWriteable() proto changed 
90  
91         * LyXView.C: fix updateWindowTitle() to store the last title
92
93 2001-07-31  Juergen Vigna  <jug@sad.it>
94
95         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
96         the font (wrong since using of Paragraph::highestFontInRange).
97
98         * paragraph.C (highestFontInRange): added a default_size parameter.
99
100         * text.C (getVisibleRow): minor clear row changes (still not perfect).
101         (setHeightOfRow): reformat
102
103 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
104
105         * converter.[hC] + affected files: move to (inital-char)lowercase
106         function names.
107
108         * ParagraphParameters.C (ParagraphParameters): remove commented code
109
110         * PainterBase.[Ch]: remove commented code
111
112         * LaTeXFeatures.h: add "bool floats" for float.sty
113
114         * LaTeXFeatures.C (LaTeXFeatures): init floats
115         (require): handle float
116         (getPackages): do it with floats
117
118 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
119
120         * BufferView_pimpl.C (Dispatch): improve handling of
121         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
122
123         * commandtags.h: #include lyxfont.h here temporarily to avoid
124         keybinding bug.
125
126         * bufferlist.h: include LString.h here.
127
128 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
129
130         * text2.C (getStringToIndex): new method.
131
132 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
133
134         * *: Reduced header file dependencies all over.
135
136 2001-07-30  Baruch Even  <baruch@lyx.org>
137
138         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
139
140 2001-07-29  Baruch Even  <baruch@lyx.org>
141
142         * buffer.C (readInset): Changed GRAPHICS to Graphics.
143
144 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
145
146         * ParameterStruct.h (endif): add a default constructor to make
147         sure that all variables is initialized.
148
149         * ParagraphParameters.C (ParagraphParameters): adjust
150
151 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
152
153         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
154         index; also, check that there is something to index, and that it
155         does not span over several paragraphs.
156         (doubleClick): use WHOLE_WORD_STRICT for double click.
157
158         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
159
160         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
161         scheme.
162
163 2001-07-26  Baruch Even  <baruch@lyx.org>
164
165         * buffer.C (readInset): Changed to call up InsetGraphics when reading
166         an InsetFig figure, backwards compatible reading of old figure code.
167
168 2001-07-27  Juergen Vigna  <jug@sad.it>
169
170         * text2.C: font.realize function adaption.
171
172         * text.C (draw): add a warnings lyxerr text if needed.
173
174         * layout.C: font.realize function adaption.
175
176         * language.C: add inherit_language and implement it's handlings
177
178         * bufferview_funcs.C (StyleReset): remove language parameter from
179         font creation (should be language_inherit now).
180
181         * bufferparams.C (writeFile): handle ignore_language.
182
183         * paragraph.C (getFontSettings): the language has to be resolved
184         otherwise we have problems in LyXFont!
185
186         * lyxfont.C (lyxWriteChanges): added document_language parameter
187         (update): removed unneeded language parameter
188
189         * paragraph.C (validate): fixed wrong output of color-package when
190         using interface colors for certain fonts in certain environments,
191         which should not seen as that on the final output.
192
193 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
194
195         * BufferView_pimpl.C:
196         * Thesaurus.h:
197         * Thesaurus.C:
198         * Makefile.am:
199         * commandtags.h:
200         * LyXAction.C: add thesaurus support
201
202         * lyxfind.h:
203         * lyxfind.C: add "once" parameter, for thesaurus, to not
204           move to the next match
205   
206 2001-07-26  Juergen Vigna  <jug@sad.it>
207
208         * lyxfont.C (realize): honor ignore_language too!
209         (resolved): ditto.
210
211         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
212
213         * text.C (draw): one place more for ignore_language to not draw
214         itself!
215
216 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
217
218         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
219
220 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
221
222         * buffer.C (parseSingleLyXformat2Token): a more general fix for
223         the minipage conversion problem.
224
225 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
226
227         * buffer.C (parseSingleLyXformat2Token): check minipage if we
228         insert an inset.
229
230 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
231
232         * BufferView.h: don't forward declare WorkArea
233
234         * BufferView.C: don't include WorkArea.h
235
236 2001-07-25  André Pönitz <poenitz@gmx.net>
237
238         * commandtags.h:
239         * LyXAction.C:
240         * lyxfunc.C:  new LFUN 'math-space'
241
242         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
243
244 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
245
246         * text2.C (toggleInset): call open/close
247
248 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
249
250         * lyxfunc.C (dispatch): add debug for the disabled case
251
252         * font.C (buttonText): make similar to rectText
253
254         * buffer.C (readInset): comment out parsing of insetlist and
255         insttheorem 
256
257         * PainterBase.C (rectText): small correction
258
259         * BufferView_pimpl.C: comment out insettheorem and insetlist
260         * LyXAction.C: ditto
261         * commandtags.h: ditto
262
263 2001-07-24  Juergen Vigna  <jug@sad.it>
264
265         * text.C (draw): honor the ignore_language.
266
267         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
268
269 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
270
271         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
272         char inset.
273
274 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
275
276         * lyxtext.h: remove unused (and unimplemented) methods
277
278 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
279
280         * text.C (getVisibleRow): honor background color
281
282         * PainterBase.h:
283         * Painter.h: remove default color argument for fillRectangle
284
285         * text.C (backgroundColor): new method
286
287 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
288
289         * text.C (getVisibleRow): adjust
290
291         * font.[Ch] (rectText): new method, metrics
292         (buttonText): new method, metrics
293
294         * PainterBase.[hC]: make rectText and buttonText always draw and take
295         fewer paramteres.
296
297 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
298
299         * ToolbarDefaults.C (read): 
300         * MenuBackend.C (read): allow escaping in all strings
301
302         * BufferView_pimpl.C (insertAndEditInset): new method.
303         (Dispatch): use insertAndEditInset whenever appropriate.
304
305         * BufferView_pimpl.C (insertNote): removed
306
307         * BufferView_pimpl.C (smartQuote): new method, moved from
308         BufferView; if an insetquote cannot be inserted, insert a '"'
309         character instead.
310
311         * BufferView2.C: remove insertCorrectQuote();
312
313         * lyxfunc.C (getStatus): Add support for all remaingin
314         inset-insert lfuns.
315
316         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
317
318         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
319         command (necessary to pass " as parameter of self-insert.
320
321         * text.C (selectWordWhenUnderCursor):
322         (selectWord): add word_location parameter
323         (selectWordWhenUnderCursor): same + remove special code for word
324         boundary.
325         (selectNextWord): use kind() to guess type of insetspecialchar,
326         not latex().
327         
328         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
329         (insertErtContents): create ert insets as collapsed.
330         (readInset): better compatibility code for Info inset.
331
332 2001-07-20  Juergen Vigna  <jug@sad.it>
333
334         * lyxfunc.C (dispatch): use always LyXFind now!
335
336         * text2.C (init): add a reinit flag so that the LyXText can be
337         reinited instead of deleted and reallocated (used in InsetText).
338
339         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
340
341         * text.C: ditto
342
343         * text2.C: ditto
344
345 2001-07-18  Juergen Vigna  <jug@sad.it>
346
347         * text.C (selectNextWord): handle insets inside inset by calling
348         always the bv->text functions so that we can go up the_locking_inset!
349
350         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
351         in strange locations when inside an inset!
352
353         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
354         handling to include insets.
355
356         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
357
358 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
359
360         * LyXAction.C (init): 
361         * commandtags.h: 
362         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
363         LIGATURE_BREAK, since the name is so stupid.
364
365 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
366
367         * buffer.C (readInset): enable reading of new InsetNotes as well as old
368         InsetInfos.
369
370         * FontLoader.C: remove FORMS_H_LOCATION cruft.
371
372         * sp_form.[Ch]: remove.
373
374         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
375
376         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
377         InsetInfo.
378
379         * src/buffer.C (readInset): ditto.
380
381 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
382
383         * BufferView_pimpl.C (specialChar): new method. Obsoletes
384         menuSeparator(), endOfSentenceDot(), ldots() and
385         hyphenationPoint(), which are therefore removed.
386         (Dispatch): handle LFUN_HYPHENATION_BREAK.
387
388         * LyXAction.C (init): 
389         * commandtags.h: add LFUN_HYPHENATION_BREAK.
390
391         * paragraph.C (getWord): removed.
392
393         * BufferView_pimpl.C (Dispatch): use last word or selection for
394         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
395
396         * lyx_main.C (queryUserLyXDir): do not ask before creating
397         user_dir, except if it has been named explicitely.
398
399 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
400
401         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
402         a document of zero size.
403
404 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
405
406         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
407         approriately in the c-tor and in require().
408         (getPackages): output the appropriate LaTeX for natbib support.
409
410         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
411         variables "use_natbib" and "use_numerical_citations" when reading the
412         LyX file.
413         (readInset): read the various natbib cite commands.
414         (validate): white-space change.
415
416         * bufferparams.[Ch]: new variables "bool use_natbib" and
417         "bool use_numerical_citations".
418         (writeFile): output them in the LyX file.
419
420 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
421
422         * lyxfunc.C (getStatus): add support for all the inset insertion
423         commands.
424
425         * text2.C (insertInset): 
426         * paragraph.C (insetAllowed): 
427         * BufferView_pimpl.C (insertInset): update to take in account the
428         renaming of insertInsetAllowed
429
430         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
431
432         * text2.C (getInset): new method. returns inset at cursor position. 
433
434         * BufferView_pimpl.C (Dispatch): changes because of this.
435
436         * LyXAction.C (init): rename open-stuff to inset-toggle.
437
438         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
439
440         * text2.C (toggleInset): renamed from openStuff; use
441         Inset::open().
442
443 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
444
445         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
446
447         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
448
449 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
450
451         * buffer.C (readLyXformat2): Add filename to the error dialog
452
453 2001-07-18  Juergen Vigna  <jug@sad.it>
454
455         * tabular.C (GetCellNumber): put an assert here instead of the check!
456
457 2001-07-17  Juergen Vigna  <jug@sad.it>
458
459         * BufferView_pimpl.C (toggleSelection): adapted too.
460
461         * text.C (selectNextWord): adapted for use with insets.
462         (selectSelectedWord): ditto
463
464 2001-07-17  Juergen Vigna  <jug@sad.it>
465
466         * sp_spell.C (PSpell): fix initialitation order.
467
468 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
469
470         * paragraph.C: spacing
471
472 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
473
474         * sp_spell.C: repair language selection for pspell
475
476 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
477
478         * lyxfunc.h: change more methods to begin with lower char.
479
480 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
481
482         * buffer.C (parseSingleLyXformat2Token): Generate error insets
483         for unknown layouts.
484
485 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
486
487         * buffer.C (readLyXformat2): Generate an error dialog if there are
488         unknown layouts.
489
490 2001-07-16  Juergen Vigna  <jug@sad.it>
491
492         * sp_spell.C: always compile ISpell part.
493
494         * lyxrc.C: added use_pspell entry and it's handling.
495
496 2001-07-13  Juergen Vigna  <jug@sad.it>
497
498         * sp_spell.C: removed double includes.
499
500 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
501
502         Consistent use of Lsstream.h:
503         * Lsstream.h: added using std::stringstream for consistencies sake.
504
505         * buffer.C: removed using std::stringstream
506
507         * lyxfont.C (stateText):
508         * paragraph.C (asString):
509         * text.C (selectNextWord, selectSelectedWord):
510         * text2.C (setCounter):
511         * vspace.C (asString, asLatexString):
512         std::ostringstream -> ostringstream.
513
514 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
515
516         * LyXAction.C: add LFUN_HELP_ABOUTLYX
517         * commandtags.h: add LFUN_HELP_ABOUTLYX
518         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
519
520 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
521
522         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
523         cursorToggle()
524         * lyx_gui_misc.C: remove spellchecker
525         * lyxfunc.C: showSpellchecker
526         * sp_base.h: added
527         * sp_ispell.h: added
528         * sp_pspell.h: added
529         * sp_spell.C: added
530         * sp_form.[Ch]: removed
531         * spellchecker.[Ch]: removed
532
533 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
534
535         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
536         is set.
537         (simpleTeXSpecialChars): Simply print the input character without
538         any special translation if pass_thru is set.
539
540         * layout.h: Added bool pass_thru to layout class for being able to
541         implement pass through of a paragraph for Literate Programming.
542         
543         * layout.C: add LT_PASS_THRU to LayoutTags enum.
544         * layout.C (LyXLayout): set pass_thru to flase in constructor.
545         * layout.C (Read): add "passthru" to list of layout tags and add
546         code to set the pass_thru boolean when it is read.
547
548 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
549
550         * trans_decl.h: remove allowed from KmodInfo
551
552         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
553         remove allowed code 
554         (Load): adjust
555
556         * paragraph_pimpl.C (erase): use boost::prior
557
558         * Painter.C (text): use data() instead of c_str() when length is
559         also provided.
560         * WorkArea.C (putClipboard): ditto
561         * font.h (width): ditto
562
563         * BufferView2.C: use it-> instead of (*it). for iterators
564         * texrow.C: ditto
565         * paragraph_pimpl.C: ditto
566         * paragraph.C: ditto
567         * minibuffer.C: ditto
568         * language.C: ditto
569         * kbmap.C: ditto
570         * encoding.C: ditto
571         * counters.C: ditto
572         * converter.C: ditto
573         * chset.C: ditto
574         * Variables.C: ditto
575         * TextCache.C: ditto
576         * MenuBackend.C: ditto
577         * LyXAction.C: ditto
578         * LColor.C: ditto
579         * FloatList.C: ditto
580         * DepTable.C: ditto
581         * ColorHandler.C (LyXColorHandler): ditto
582
583 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
584
585         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
586
587         * text2.C (openStuff): reintroduce this method (which had been
588         nuked in NEW_INSETS frenzy).
589
590         * lyxfunc.C (Dispatch): when an action has not been handled, use
591         its name in the error message, not its number.
592
593         * paragraph.C (inInset): change method name to begin with lowercase.
594
595         * undo_funcs.C:
596         * text2.C: updates because of this.
597
598 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
599
600         * ToolbarDefaults.C (add): add spaces in error message
601
602 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
603
604         * buffer.C (readLyXformat2): initialize the ert comp. variables.
605         (readLyXformat2): rename return_par to first_par, use lyxlex's
606         pushToken and remove the manual push handling.
607         (parseSingleLyXformat2Token): add another ert comp. variable:
608         in_tabular, rename return_par to first_par. handle newlines better
609
610 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
611
612         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
613
614 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
615
616         * text2.C (getParFromID): removed
617
618         * buffer.C (getParFromID): new method moved form lyxtext.
619         * BufferView2.C (insertErrors): adjust
620         (setCursorFromRow): adjust
621         * BufferView_pimpl.C (restorePosition): adjust
622         * lyxfunc.C (Dispatch): adjust
623         * undo_funcs.C (textUndo): adjust
624         (textRedo): adjust
625         (textHandleUndo): adjust
626         (textHandleUndo): adjust
627
628 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
629
630         * buffer.C: up' the LYX_FORMAT
631
632         * lyxfont.h: turn NO_LATEX on as default
633
634         * buffer.C (insertErtContents): new methods of tex style compability.
635         (parseSingleLyXformat2Token): use it several places.
636         * tabular.C (OldFormatRead): and here
637
638 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
639
640         * text2.C: remove some commented code.
641         reindent file.
642
643         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
644         * trans.C: changes because of the above.
645
646 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
647
648         * text2.C (setCounter): Fix counters bug with bibliography layout.
649
650 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
651
652         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
653         own member functions
654         (simpleTeXSpecialChars): ditto
655
656 2001-07-06  Juergen Vigna  <jug@sad.it>
657
658         * a lot of files: changed the access to LyXText::status and the
659         call of undo-functions.
660         
661         * undo.[Ch]: added a inset_id to the undo informations.
662
663         * undo_funcs.[Ch]: added and moved here all undo functions.
664
665         * lyxtext.h: give the status enum a weight, made status_ a private
666         variable and made accessor functions for it, removed the whole bunch
667         of undo-functions as they are now in their own file, make some
668         functions publically available. Added function ownerParagraph with
669         int parameter.
670
671         * paragraph.[Ch]: added "bool same_ids" to the constructor,
672         made InInset() a const function, added getParFromID() function.
673
674         * buffer.[Ch]: added const version for inset_iterator functions,
675         added getInsetFromID() function.
676
677         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
678         changed undo functions for new version.
679
680 2001-07-05  Juergen Vigna  <jug@sad.it>
681
682         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
683         unknow mechanism does not call the proper constructor but only this
684         one also if I request the other!?
685
686 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
687
688         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
689
690         * text2.C (LyXText): use initialization lists.
691
692         * lyxtext.h (Selection): initialize set_ and mark_
693         (init): remove method
694
695 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
696
697         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
698
699 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
700
701         * screen.[Ch]: change method names to begin with lowercase 
702
703         * BufferView_pimpl.C (updateScrollbar): simplify further and
704         hopefully make it a bit faster.
705
706 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
707
708         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
709         calling directly xforms functions.
710
711         * Painter.C (Painter): 
712         * lyx_cb.C (MenuWrite): 
713         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
714         fl_display.
715
716         * lyx_gui.C: remove bogus guiruntime extern declaration.
717
718 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
719
720         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
721         in NEW_INSETS
722         (redoDrawingOfParagraph): ditto
723         (redoParagraphs): ditto
724         (cutSelection): don't create a object for CutAndPaste use the
725         static method directly
726         (pasteSelection): ditto
727
728         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
729         LyXview (+ rename)
730
731 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
732
733         * modifications to some other files because of this.
734         
735         * Makefile.am (lyx_SOURCES): add XFormsView
736
737         * XFormsView.[Ch]: new files
738
739         * LyXView.[Ch]: make LyXView a base class for the gui handling for
740         the main window. Move the gui dependent stuff to XFormsView
741
742 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
743
744         * tabular.C (GetCellInset): update cur_cell also in the row/col
745         version of this function.
746
747         * lyxfunc.C: no need to include figure_form.h here.
748
749         * FontLoader.h: 
750         * lyxfunc.h: 
751         * lyxscreen.h: 
752         * text2.C: 
753         * lyxvc.C: no need to include forms.h here.
754
755 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
756
757         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
758
759         * lyxfunc.C (Dispatch): 
760         * Spacing.C (set): 
761         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
762         constructor argument.
763
764 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
765
766         * paragraph.C (Paragraph): dont't clear, and just set layout.
767         (makeSameLayout): use params's copy contructor.
768
769         * ParagraphParameters.[Ch] (makeSame): delete method
770
771 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
772
773         * Variables.[Ch]: fix indentation, rename set to isSet
774
775 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
776
777         * lyxfunc.C (Dispatch): fix typo
778
779 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
780
781         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
782         upper_bound. 
783
784         * bufferlist.C: include assert.h for emergencyWrite().
785
786 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
787
788         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
789           give up at last (bug #425202) !
790  
791 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
792
793         * lyx_gui_misc.C:
794         * sp_form.h:
795         * sp_form.C:
796         * spellchecker.h:
797         * spellchecker.C: strip spellchecker options and bring up
798           preferences tab instead
799          
800 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
801
802         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
803         the istringstream constructor
804
805 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
806
807         * paragraph.C (getLayout): fix return value
808
809         * paragraph.h: do not declare getLayout as inline.
810
811         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
812
813 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
814
815         * lyxcursor.h (operator<): new func
816         (operator>): new func
817         (operator>=): new func
818         (operator<=): new func
819
820         * text.C (changeCase): use selection.start and selection.end
821         (changeRegionCase): require from to be <= to. Require par to be a
822         valid paragraph.
823
824         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
825
826 2001-06-27  Juergen Vigna  <jug@sad.it>
827
828         * text.C (cursorLeftOneWord): changed to return the cursor and added
829         overlay with BufferView * parameter which calls this one.
830         (getWord): added
831         (selectWord): use new getWord function.
832         (changeCase): renamed from changeWordCase as and extended to work
833         also on selections.
834
835         * lyxtext.h: added enum word_location
836
837         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
838         changeCase as this operates now also on selections.
839
840 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
841
842         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
843
844         * many files: send debug output to Debug::INFO instead of
845         Debug::ANY. 
846
847         * converter.C (View): 
848         (Convert): 
849         (Move): send debug output to Debug::FILES instead of console.
850
851 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
852
853         * lyxfunc.C (getStatus): use func_status
854
855         * func_status.h: new header, describing the results of
856         LyXFunc::getStatus;
857
858         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
859         LFUN_MATH_HALIGN.
860
861 2001-06-25  The LyX Project  <jug@sad.it>
862
863         * buffer.C (sgmlOpenTag):
864         (sgmlCloseTag):
865         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
866
867 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
868
869         * text2.C: remove some dead code
870
871         * tabular.C (GetCellInset): store the last cell checked (gotten)
872
873         * tabular.h: add the helper for the speedup
874
875         * lyxtext.h: remove some dead code
876
877 2001-06-26  The LyX Project  <Asger>
878
879         * paragraph.C: Change export to LaTeX of alignment to
880         \begin{center} and family for better roundtrip work with reLyX.
881
882         * Tune the math drawing a bit.
883
884 2001-06-25  The LyX Project  <Asger>
885
886         * LColor.C (LColor): New color for math background. New color
887         for buttons.
888
889 2001-06-25  The LyX Project  <jug@sad.it>
890
891         * lyxfunc.C (MenuNew): remove extra check for .lyx file
892
893         * lyxfunc.C (Open): 
894         * bufferlist.C (newFile): do not restrict to files ending with
895         .lyx
896
897         * BufferView_pimpl.C (MenuInsertLyXFile): 
898
899 2001-06-24  The LyX Project  <jug@sad.it>
900
901         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
902         of compare_no_case
903
904 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
905
906         * lyxtext.h: rename most methods to begin with a small char.
907         Lots of changes because of this.
908
909         * paragraph.C (Paragraph): do not call fitToSize
910         (erase): call Pimpl::erase
911         (insertChar): call Pimpl::insertChar
912         (insertInset): call Pipl::insertInset
913         (breakParagraph): do not call fitToSize
914         (breakParagraphConservative): do not call fitToSize
915         (fitToSize): remove method
916
917         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
918
919 2001-06-24  The LyX Project  <Asger>
920
921         * Fix Qt compilation^2
922
923 2001-06-24  The LyX Project  <jug@sad.it>
924
925         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
926         depthHook(getDepth()-1).
927
928         * paragraph.h: 
929         * ParagraphParameters.h: 
930         * ParameterStruct.h: change type of depth to unsigned int ==
931         depth_type. Many adaptations to other files before of that.
932
933 2001-06-24  The LyX Project  <Asger>
934
935         * Fix Qt compilation.
936
937 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
938
939         * paragraph.h: renamed several methods to begin with small letter.
940         several changes to many parts of the code because of this.
941
942 2001-06-23  The LyX Project  <jug@sad.it>
943
944         * text2.C (InsertStringAsLines): renamed from InsertStringA;
945         rewritten to discard all double spaces when KeepEmpty is off
946         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
947         to only handle newlines but not fiddle with spaces and friends.
948
949         * lyxfunc.C (MenuNew): when doing 'new from template', use
950         template_path as default directory
951
952 2001-06-23  The LyX Project  <Asger>
953
954         * Clean-up of header file includes all over
955         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
956         
957 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
958
959         * paragraph.h: renamed from lyxparagraph.h
960
961 2001-06-23  Asger  <lyx@violet.home.sad.it>
962
963         * Buffer.h: Removed Buffer::resize
964         * BufferList.h: Removed BufferList::resize
965         * LyXView.h: Added LyXView::resize. This way, we will only reflow 
966         the document lazily when we change the width, or the font settings.
967
968 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
969
970         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
971
972 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
973
974         * buffer.h: remove out of date comment
975
976 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
977
978         * lyxscreen.h:
979         * screen.C: fix "theoretical" GC leak
980  
981 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
982
983         * LaTeX.C (scanAuxFile):
984         (deplog): remove trailing \r when reading stream (useful under
985         win32)  
986
987 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
988
989         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
990         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
991         and BufferView::theLockingInset(Inset*), so should use them and not
992         access bv_->text->the_locking_inset directly.
993
994         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
995
996 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
997
998         * Makefile.am:
999         * tex-defs.h: remove old unused file
1000          
1001 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
1002
1003         * BufferView_pimpl.C: fix typo, remove minibuffer message
1004           when buffer has loaded
1005
1006 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1007
1008         * lyxfunc.C (Dispatch): use stringstream
1009         (MenuNew): use stringstream
1010         (Open): use stringstream
1011
1012         * importer.C (Import): use stringstream
1013
1014         * bufferview_funcs.C (CurrentState): use stringstream
1015
1016         * LaTeX.C (run): use stringstream
1017
1018         * BufferView_pimpl.C (savePosition): use stringstream
1019         (restorePosition): use stringstream
1020         (MenuInsertLyXFile): use stringstream
1021
1022 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
1023
1024         * BufferView.C:
1025         * Bullet.C:
1026         * ColorHandler.C:
1027         * FontInfo.C:
1028         * FontLoader.C:
1029         * LColor.C:
1030         * LaTeXFeatures.C:
1031         * Painter.C:
1032         * gettext.C:
1033         * lyx_gui_misc.C:
1034         * lyxserver.C:
1035         * vspace.C: removed // -*- C++ -*- as first line.
1036
1037         * lyxfind.h:
1038         * version.h: added // -*- C++ -*- as first line.
1039
1040 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1041
1042         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
1043
1044         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
1045         of string
1046
1047 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1048
1049         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
1050         of floats.
1051
1052 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1053
1054         * gettext.C: include LString.h even when --disable-nls is on. 
1055
1056 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
1057
1058         * converter.h (Get): changed argument type from int to
1059         FormatList::size_type to avoid unnecessary conversion.
1060
1061         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
1062         before using it.
1063
1064 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1065
1066         * gettext.h: include LString.h even when --disable-nls is on. 
1067
1068 2001-06-07  Juergen Vigna  <jug@sad.it>
1069
1070         * text.C (BreakAgain): subst spaces with tabs.
1071
1072         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
1073         (resizeInsetsLyXText): set force on resizeLyXText.
1074
1075 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1076
1077         * gettext.h (gettext_init): 
1078         (locale_init): use a real definition instead of a macro
1079
1080 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
1081
1082         * Bufferview_pimpl.C:
1083         * LColor.h:
1084         * LColor.C: further lcolor tidies
1085
1086 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1087
1088         * BufferView_pimpl.C (updateScrollbar): simplify.
1089
1090         * BufferView2.C: don't include insets/insetinfo.h, change
1091         prototype for insertInset and call the Pimpl version. let
1092         updateInset call Pimpl version.
1093
1094         * BufferView.h: move inset_slept to BufferView::Pimpl, move
1095         gotoInset to BufferView::Pimpl
1096
1097 2001-06-01  Juergen Vigna  <jug@sad.it>
1098
1099         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
1100         inside a LockingInset (is the update needed at all?).
1101
1102 2001-05-31  Juergen Vigna  <jug@sad.it>
1103
1104         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
1105         here not the old one otherwise how should we compare it afterwards
1106         if it's the same!
1107
1108 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1109
1110         * lyxfont.C: 
1111         * tabular.C:
1112         * tabular-old.C: 
1113         * FontInfo.C: bring C functions into global namespace when
1114         necessary
1115
1116 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1117
1118         * LString.h: make sure config.h has been loaded before LString.h.
1119
1120         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
1121         (one for each char read by EatLine!).
1122
1123         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
1124         variables. 
1125
1126 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1127
1128         * paragraph.C (BreakParagraph): set the inset_owner in the new par
1129         to the same as the par we break from
1130
1131 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1132
1133         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
1134
1135         * MenuBackend.C (expand): also create menu entries for wide
1136         versions of the floats.
1137
1138         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
1139
1140         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
1141
1142         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
1143         frontends/Makefile.am
1144
1145         * text2.C: adjust
1146         * text.C: adjust
1147         
1148
1149         * tabular.C (getTokenValue): add std::
1150
1151         * tabular-old.C (getTokenValue): add std::
1152         (getTokenValue): ditto
1153         (getTokenValue): ditto
1154
1155         * screen.C (ToggleSelection): adjust
1156
1157         * lyxtext.h: put selection cursors inside a Selection struct.
1158
1159         * lyxfunc.C (moveCursorUpdate): adjust
1160
1161         * lyxfont.C (latexWriteStartChanges): add std::
1162
1163         * lyxfind.C: adjust
1164
1165         * font.h: delete with(char const *, LyXFont const &)
1166
1167         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
1168
1169         * FontInfo.C (getFontname): add std::
1170
1171         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
1172         (workAreaButtonPress): adjust
1173         (tripleClick): adjust
1174         (update): adjust
1175         (moveCursorUpdate): adjust
1176         (Dispatch): adjust
1177
1178         * BufferView2.C (gotoInset): adjust
1179
1180 2001-05-30  Juergen Vigna  <jug@sad.it>
1181
1182         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
1183         to check pspell I add this as default as I now have new pspell
1184         libraries and they seem to use this.
1185
1186 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1187
1188         * text2.C (CutSelection): make the cursor valid before the call to
1189         ClearSelection.
1190
1191 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1192
1193         * kbsequence.C (parse): de-uglify a bit the parsing code, which
1194         relied on 0 terminated strings and other horrors. Bug found due to
1195         the new assert in lyxstring!
1196
1197         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
1198         KP_ keys.
1199
1200 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1201
1202         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
1203         to latinkeys.bind.
1204
1205         * lyxfunc.C (processKeySym): change method of getting to the
1206         self-insert char.
1207
1208         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
1209         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
1210         * BufferView_pimpl.[Ch]: here as private methods.
1211
1212 2001-05-28  Juergen Vigna  <jug@sad.it>
1213
1214         * text.C (SetHeightOfRow): added the update() call again as it is
1215         needed to initialize inset dimensions!
1216
1217 2001-05-16  Juergen Vigna  <jug@sad.it>
1218
1219         * text2.C (SetCharFont): Add new function with BufferView * and
1220         bool toggleall parameters for setting insets internal fonts.
1221         (SetFont): Freeze the undo as we may change fonts in Insets and
1222         all this change should be inside only one Undo!
1223
1224         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
1225         setting font's in insets as for them we have the SetFont function!
1226
1227 2001-05-15  Juergen Vigna  <jug@sad.it>
1228
1229         * text2.C (ClearSelection): to be sure we REALLY don't have any
1230         selection anymore!
1231
1232         * tabular.C (TeXCellPreamble): fixed the left border problem for
1233         multicolumn cells.
1234
1235 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
1236
1237         * LaTeX.C (deplog): Make sure that the main .tex file is in the
1238         dependancy file
1239
1240 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1241
1242         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
1243         LFUN_BREAKPARAGRAPH.
1244
1245         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
1246         help test to "internal only", similar for LFUN_INSERT_URL
1247
1248         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
1249         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
1250         auto_region_delete and deadkeys. 
1251
1252 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
1253
1254         * LColor.h:
1255         * LColor.C: remove some dead entries, tidy a little
1256  
1257 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1258
1259         * lyxfunc.C (processKeySym): comment the Escape handling, remove
1260         commented code.
1261         (Dispatch): implement LFUN_ESCAPE
1262
1263         * commandtags.h: add LFUN_ESCAPE
1264
1265         * LyXAction.C (init): add entry for LFUN_ESCAPE
1266
1267         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
1268         Remove commented code.
1269         (insertNote): moved here
1270         (open_new_inset): moved here
1271
1272         * BufferView[2].[Ch]: move insertNote and open_new_inset to
1273         BufferView_pimpl
1274
1275 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1276
1277         * kbmap.C (findbinding): clean it up and make it work correctly.
1278
1279         * lyx_main.C (init): do not pass argc and argv as parameters
1280
1281 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
1282
1283         * buffer.C: fix path for OS/2 & Win32
1284
1285         * lyx_gui.C:
1286         * lyx_main:
1287         * lyx_main.C: Added os:: class.
1288         
1289         * os2_defines.h: update
1290
1291 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1292
1293         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
1294         better by trying again with reduced state.
1295
1296 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1297
1298         * lyxrc.C (read): print error about invalid key sequence only when
1299         debugging (because not all latinX keysyms are known to some X
1300         servers)
1301
1302         * kbsequence.C (getiso): add a few std:: qualifiers
1303         (getiso): comment out extra return statement.
1304
1305 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1306
1307         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
1308         handling.
1309         (Dispatch): enhance the accent inset a bit. (not perfect)
1310
1311 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1312
1313         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
1314
1315 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1316
1317         * bufferlist.C (emergencyWrite): fix assert() call
1318
1319 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
1320
1321         * text.C (InsertChar): Added trivial patch to only send the "you
1322         can not do multiple spaces this way" message once during a
1323         session.
1324
1325 2001-05-08  Baruch Even  <baruch@lyx.org>
1326
1327         * Makefile.am: Changed order of libraries to get LyX to link properly
1328         with the gnome frontend.
1329
1330 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1331
1332         * LaTeXFeatures.h: add a std:: qualifier
1333
1334 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1335
1336         * paragraph.C (String): use stringstream
1337
1338 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1339
1340         * paragraph.C (writeFile): remove footflag arg
1341
1342         * buffer.C (makeLaTeXFile): use stringstream
1343         (latexParagraphs): remove footnot gurba
1344
1345         * LaTeXFeatures.C (getPackages): use stringstream
1346         (getMacros): likewise
1347         (getTClassPreamble): likewise
1348         (getFloatDefinitions): new method
1349
1350         * paragraph.C (writeFile): reindent
1351         (Erase): reindent
1352
1353         * WorkArea.h: revert the xpos + etc changes.
1354
1355         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
1356
1357         * lyxparagraph.[Ch]: add copy constructor, remove Clone
1358
1359         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
1360         (pasteSelection): likewise
1361         * text2.C (CreateUndo): likewise
1362
1363 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1364
1365         * minibuffer.C (peek_event): temporarily reduce the functionality
1366         of the minibuffer (to allow args on lfuns)
1367
1368         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
1369         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
1370
1371         * buffer.C (readInset): add compability reading of old float
1372         lists, add reading of new style float list.
1373         (readInset): avoid reevaluation of inscmd.getCmdName()
1374         (getLists): reindent
1375
1376         * MenuBackend.C (MenuItem): implement parsing of
1377         md_floatlistinsert and md_floatinsert.
1378         (expand::LastFiles): move initalizaton of iterators out of loop,
1379         avoid reevaluation.
1380         (expand::Documents): introduce typdedef vector<string> Strings,
1381         and use it. 
1382         (expand::ExportFormats): introduce typedef vector<Format const *>
1383         Formats, and use it.
1384         (expand): implement FloatListInsert and FloatInsert.
1385
1386         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
1387         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
1388         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
1389
1390         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
1391         handling. 
1392         (Dispatch::LFUN_FLOAT_LIST): implement
1393
1394 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
1395  
1396         * LaTeX.C (run): Fix problem with --export code.
1397  
1398 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
1399
1400         * BufferView.[Ch] (workarea): removed.
1401         (getClipboard) new method; wrapper for workarea()->getClipboard()
1402
1403         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
1404         bug.
1405
1406         * WorkArea.h (width, height, xpos, ypos): These methods all
1407         returned the dimensions of the work_area sub-area of WorkArea,
1408         resulting in a position error if the WorkArea were resized. Now
1409         return the dimensions of the entire WorkArea.
1410
1411         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
1412
1413 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1414
1415         * LaTeX.C (deplog): correct the syntax of regex reg1
1416
1417 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1418
1419         * undo.C: remove !NEW_INSETS cruft
1420
1421 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1422
1423         * text2.C: remove !NEW_INSETS cruft
1424
1425         * text.C: remove !NEW_INSETS cruft
1426
1427         * tabular.C: remove !NEW_INSETS cruft
1428
1429         * spellchecker.C: remove !NEW_INSETS cruft
1430
1431         * lyxtext.h: remove !NEW_INSETS cruft
1432
1433         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
1434
1435         * lyxfunc.C: remove !NEW_INSETS cruft
1436
1437         * lyxfind.C: remove !NEW_INSETS cruft
1438
1439         * lyx_cb.C: remove !NEW_INSETS cruft
1440
1441         * figureForm.C: remove  !NEW_INSETS cruft
1442
1443         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
1444
1445         * buffer.[Ch]: remove !NEW_INSETS cruft
1446
1447         * ToolbarDefaults.C: remove !NEW_INSETS cruft
1448
1449         * CutAndPaste.C: remove !NEW_INSETS cruft
1450
1451         * BufferView_pimpl.C: remove !NEW_INSETS cruft
1452
1453         * BufferView2.C: remove !NEW_INSETS cruft
1454
1455         * BufferView.h: remove !NEW_INSETS cruft
1456
1457 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1458
1459         * Lsstream.h: include LString.h before the sstream headers to
1460         fix problem with gcc 2.95.3 and lyxstring
1461
1462 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1463
1464         * lyx_main.C: add using directives when needed for C functions
1465         declared in std:: namespace.
1466
1467 2001-04-27  Juergen Vigna  <jug@sad.it>
1468
1469         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
1470         (SetHeightOfRow): comment out the update call should not be needed!
1471
1472 2001-04-13  Juergen Vigna  <jug@sad.it>
1473
1474         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
1475         (LyXTabular): tried to minimize operator= operations (and realized
1476         hopfully Lars wish).
1477
1478 2001-04-27  Juergen Vigna  <jug@sad.it>
1479
1480         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
1481
1482 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1483
1484         * lyxfunc.C (Dispatch): hack to make listof algorithm work
1485
1486         * buffer.C (readInset): hack to make listof algorithm work
1487
1488         * BufferView_pimpl.C: hack to make listof algorithm work
1489
1490 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1491
1492         * LyXAction.C: removed all !NEW_INSETS cruft
1493         (init): moved lfun_item in method
1494
1495         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
1496
1497 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
1498
1499         * BufferView2.C (theLockingInset): white space.
1500
1501 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1502
1503         * minibuffer.C: include <iostream>
1504
1505         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
1506
1507         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
1508
1509         * commandtags.h: add LFUN_TRANSPOSE_CHARS
1510
1511         * text.[Ch] (TransposeChars): new method
1512
1513 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1514
1515         * call message directly through LyXView instead of through LyXFunc
1516         * BufferView2.C: adjust
1517         * BufferView_pimpl.C: adjust
1518         * FontLoader.C: adjust
1519         * buffer.C: adjust
1520         * bufferview_funcs.C: adjust
1521         * converter.C: adjust
1522         * figureForm.C: adjust
1523         * importer.C: adjust
1524         * lyx_cb.C: adjust
1525         * lyx_gui_misc.C: adjust
1526         * lyxfunc.C: adjust
1527         * lyxvc.C: adjust
1528         * text2.C: adjust
1529         + more files in subdirs
1530         
1531         * lyxparagraph.h (size): move up int file
1532         (GetLayout): ditto
1533
1534         * adjust all uses of Assert to lyx::Assert.
1535
1536         * BufferView2.C (ChangeCitationsIfUnique): adjust for
1537         lyxfunctional in namespace lyx
1538         * layout.C (hasLayout): ditto
1539         (GetLayout): ditto
1540         (GetLayout): ditto
1541         (delete_layout): ditto
1542         (NumberOfClass): ditto
1543         * converter.C (GetFormat): ditto
1544         (GetNumber): ditto
1545         (Add): ditto
1546         (Delete): ditto
1547         (SetViewer): ditto
1548         * bufferlist.C (getFileNames): ditto
1549         (emergencyWriteAll): ditto
1550         (exists): ditto
1551         (getBuffer): ditto
1552         * MenuBackend.C (hasSubmenu): ditto
1553         (hasMenu): ditto
1554         (getMenu): ditto
1555         * BufferView_pimpl.C (getInsetByCode): ditto
1556
1557 2001-04-18  Juergen Vigna  <jug@sad.it>
1558
1559         * vspace.C (asLatexString): fixed the 100% problem.
1560
1561 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1562
1563         * lyxfunc.C (Dispatch): 
1564         * minibuffer.C: 
1565         * minibuffer.h: add a few std:: qualifiers
1566
1567 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1568
1569         * minibuffer.[Ch]: reimplement so that commands is initiated and
1570         run from lyxfunc, simplified som handling, and made the completion
1571         and history code for complete. wip. 
1572
1573         * lyxfunc.C (processKeySym): call message
1574         (miniDispatch): new temporary method
1575         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
1576         (LFUN_MESSAGE): implement
1577         (LFUN_MESSAGE_PUSH): implement
1578         (LFUN_MESSAGE_POP): implement
1579         (initMiniBuffer): the initial/defualt minibuffer message.
1580
1581         * lyxfont.[Ch]: inline some more getters
1582
1583         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
1584
1585         * lyx_gui_misc.[Ch] (WriteStatus): remove method 
1586
1587         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
1588         (AutoSave): use LFUN_MESSAGE
1589         (Reconfigure): ditto
1590
1591         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
1592
1593         * figureForm.C: use LFUN_MESSAGE
1594
1595         * converter.C (runLaTeX): use LFUN_MESSAGE
1596
1597         * bufferview_funcs.C: use LFUN_MESSAGE
1598         (Melt): ditto
1599         (changeDepth): ditto
1600
1601         * bufferparams.h: use boost::
1602
1603         * bufferlist.h: inherit privately from noncopyable
1604
1605         * bufferlist.C (loadLyXFile): remove some commented code.
1606
1607         * buffer.C (runChktex): use LFUN_MESSAGE
1608
1609         * ShareContainer.h: inherit privately from noncopyable
1610
1611         * ParagraphParameters.[hC] (depth): inline it.
1612
1613         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
1614         methods.
1615         (message): new method
1616         (messagePush): ditto
1617         (messagePop): ditto
1618         (show): init minibuffer
1619         (showState): direct call
1620
1621         * LaTeX.[Ch]: inherit privately from noncopyable
1622         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
1623         instead of WriteStatus.
1624
1625         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
1626
1627         * BufferView_pimpl.C (buffer): don't init minibuffer
1628         (workAreaButtonPress): use LFUN_MESSAGE
1629         (workAreaButtonRelease): ditto
1630         (savePosition): ditto
1631         (restorePosition): ditto
1632         (MenuInsertLyXFile): ditto
1633         (workAreaExpose): don't init minibuffer
1634         (update): remove commented code, simplify
1635
1636         * BufferView2.C (openStuff): use LFUN_MESSAGE
1637         (toggleFloat): ditto
1638         (menuUndo): ditto
1639         (menuRedo): ditto
1640         (copyEnvironment): ditto
1641         (pasteEnvironment): ditto
1642         (copy): ditto
1643         (cut): ditto
1644         (paste): ditto
1645         (gotoInset): ditto
1646         (updateInset): remove some commented code
1647
1648         * lastfiles.h: inherit privately from noncopyable
1649         * layout.h: ditto
1650         * lyx_gui.h: ditto
1651         * lyx_main.h: ditto
1652         * lyxlex.h: ditto
1653         * lyxlex_pimpl.h: ditto
1654
1655         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
1656         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
1657         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
1658
1659         * LyXAction.h: inherit privately from noncopyable, add methods
1660         func_begin, func_end, returning iterators to the func map.
1661
1662         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
1663         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
1664         (func_begin): new method
1665         (func_end): new method
1666
1667         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
1668         and not)
1669         (copySelection): ditto
1670         (pasteSelection): ditto
1671
1672         * BufferView.C: whitespace change
1673         * BufferView.h: inherit privately from noncopyable
1674
1675 2001-04-16  Allan Rae  <rae@lyx.org>
1676
1677         * tabular-old.C (l_getline): 
1678         * spellchecker.C (sc_check_word): 
1679         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
1680         an unrecognised preprocessor directive.  So ensure they're wrapped. 
1681
1682 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
1683
1684         * src/exporter.C (Export): Give an error message when path to file 
1685         contains spaces.
1686
1687 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
1688
1689         * LaTeX.C (deplog): Always check that foundfile exists.
1690
1691 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1692
1693         * lyx_main.h: 
1694         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name 
1695
1696 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1697
1698         * tabular.[Ch] (getLabelList): implement new method
1699
1700         * minibuffer.h: comment ouf setTiimer
1701
1702         * minibuffer.C (ExecutingCB): constify res
1703         (peek_event): constify s
1704         (Set): constify ntext
1705         (Init): constify nicename
1706
1707         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
1708
1709         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
1710         (savePosition): use two params to Minibuffer::Set
1711         (restorePosition): ditto
1712
1713 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1714
1715         * lyx_main.C: include language.h
1716
1717         * Makefile.am (lyx_main.o): add language.h
1718
1719 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1720
1721         * exporter.C: 
1722         * paragraph.C: 
1723         * screen.C: 
1724         * tabular.C: 
1725         * CutAndPaste.C: include gettext.h
1726
1727         * lyxfont.h: remove old hack with ON and OFF.
1728
1729         * lyxparagraph.h: 
1730         * lyxfont.h: do not include language.h...
1731
1732         * BufferView2.C: 
1733         * LaTeXFeatures.C: 
1734         * Painter.C: 
1735         * bufferview_funcs.C: 
1736         * font.C: 
1737         * lyxfont.C: 
1738         * text.C: 
1739         * text2.C: 
1740         * trans_mgr.C: 
1741         * paragraph.C: ... but do it here instead
1742
1743 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1744
1745         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
1746
1747         * tabular.C: small reformat
1748
1749         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
1750         NEW_INSETS version
1751         (GetChar): ditto
1752         (BreakParagraph): ditto
1753         (SetOnlyLayout): ditto
1754         (SetLayout): ditto
1755
1756         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
1757         with one arg less.
1758
1759         * lastfiles.C: removed most using decl, add std:: where needed
1760
1761         * buffer.C: ws changes
1762
1763         * MenuBackend.C (class compare_format): put into anon namespace
1764         (expand): constify label, names, action, action2
1765         (expand): 
1766
1767         * text.C (SingleWidth): constify font
1768         (IsBoundary): constify rtl2
1769         (GetVisibleRow): constify ww
1770
1771         * LaTeX.C (deplog): constify logfile
1772
1773         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
1774         start_x, end_x
1775         (workAreaExpose): constify widthChange, heightChange
1776
1777         * lyxrow.C (par): moved
1778         (height): moved
1779         (next): moved
1780         * lyxrow.h: as inlines here
1781
1782         * lyxfont.h (shape): moved from lyxfont.C
1783         (emph): moved from lyxfont.C
1784
1785         * lyxfont.C (LyXFont): use initialization list for all
1786         constructors
1787         (shape): move to lyxfont.h as inline
1788         (emph): move to lyxfont.h as inline
1789         
1790
1791 2001-04-04  Juergen Vigna  <jug@sad.it>
1792
1793         * vspace.C: had to include stdio.h for use of sscanf
1794
1795 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
1796
1797         * BufferView.h: 
1798         * BufferView_pimpl.h: remove xforms cruft. Both classes are
1799         independent of xforms.
1800
1801 2001-04-02  Juergen Vigna  <jug@sad.it>
1802
1803         * spellchecker.C: fixed namespace placing!
1804
1805 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1806
1807         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
1808         the LyXParagraph * is 0.
1809
1810 2001-03-29  Juergen Vigna  <jug@sad.it>
1811
1812         * vspace.C: added support for %, c%, p%, l%.
1813         (stringFromUnit): added helper function.
1814         (asLatexString): changed to give right results for the %-values.
1815
1816         * buffer.C: convert the widthp in a width%.
1817
1818 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
1819
1820         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
1821         figureForm.[Ch].
1822
1823         * figureForm.[Ch]: stripped the FD_from_figure manipulation
1824         code out of lux_cb.[Ch], ready for its (imminent?) removal.
1825
1826         * lyx_cb.[Ch]: see above.
1827
1828         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
1829         form1.[Ch].
1830
1831         * form1.[Ch]:
1832         * lyx.[Ch]: replaced by figure_form.[Ch].
1833
1834         * lyx_gui.C:
1835         * lyx_gui_misc.C:
1836         * lyxfunc.C: changed headers associated with above changes.
1837
1838 2001-03-27  Juergen Vigna  <jug@sad.it>
1839
1840         * BufferView_pimpl.C: set the temporary cursor right!
1841
1842 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
1843
1844         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
1845
1846 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1847
1848         * LString.h: removed "using std::getline"!
1849
1850         * BufferView_pimpl.C (Dispatch): changes due to changes in
1851         InsetInclude::Params.
1852
1853         * buffer.C (tag_name): removed redundant break statements as they were
1854         producing lots of warnings with my compiler.
1855
1856 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1857
1858         * LString.h: add "using std::getline" when using the real <string>.
1859
1860 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
1861
1862         * buffer.C: removed bitset usage.
1863         PAR_TAG moved to an anonymous name space.
1864         (tag_name): new funtion, also in the anonymous namespace.
1865         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
1866         (makeDocBookFile): clean code. Completed transition from string arrays
1867         to string vectors.
1868         (SimpleDocBookOnePar): code clean.
1869
1870 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1871
1872         * tabular.C: add some comments.
1873
1874 2001-03-22  Juergen Vigna  <jug@sad.it>
1875
1876         * buffer.C (parseSingleLyXformat2Token): redone the minipage
1877         compatibility read a bit and fixed bug with minipage in different
1878         depth.
1879
1880 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
1881
1882         * buffer.C (pop_tag): removed.
1883         (push_tag): removed.
1884         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
1885         array replaced with vector. Added support for CDATA sections.
1886         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
1887         at any nest level.
1888         (makeDocBookFile): XML conformant declaration of CDATA section,
1889         fixed bug related to <emphasis> in the first paragraph char.
1890         (sgmlOpenTag): exclude empty tags.
1891         (sgmlCloseTag): ditto.
1892         
1893         * buffer.h (pop_tag): removed.
1894         (push_tag): removed.
1895
1896 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1897
1898         * language.h (Languages): added size_type and size().
1899
1900 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1901
1902         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
1903         response on compability reading of minipages. One probliem is that
1904         the old usage of minipages was «flertydig» 
1905
1906         * several files here and in subdirs: don't use static at file
1907         scope use anon namespaces instead.
1908
1909 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
1910
1911         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
1912         LaTeX output. This is necessary for Literate document
1913         processing.
1914
1915 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1916
1917         * buffer.C: insert hfill when needed.
1918
1919         * tabular.C (l_getline): use string::erase, small whitespace change.
1920
1921         * BufferView_pimpl.C: try the anon namespace.
1922         * WorkArea.C: ditto
1923
1924 2001-03-16  Juergen Vigna  <jug@sad.it>
1925
1926         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
1927         otherwise it won't open options-dialogs.
1928
1929         * buffer.C: honor pextraWidth(p) on converting minipages.
1930
1931         * tabular.C (l_getline): changed the functions to strip trailing \r.
1932
1933 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
1934
1935         * BufferView_pimpl.C:
1936         * minibuffer..C: added "using SigC::slot" declaration.
1937
1938 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1939
1940         * lyxlex_pimpl.h: noncopyable is in namespace boost.
1941
1942         * text2.C: ditto
1943
1944         * text.C: ditto
1945
1946         * paragraph.C: ditto
1947
1948         * lyxtext.h: NO_PEXTRA
1949
1950         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
1951
1952         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
1953         * ParameterStruct.h: ditto
1954         * ParagraphParameters.h: ditto 
1955         * lyxparagraph.h: ditto
1956
1957 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1958
1959         * buffer.C: add compability for minipage alignment.
1960         (latexParagraphs): remove unwanted pextra check.
1961
1962         * several files: remove CXX_WORKING_NAMESPACES
1963
1964         * buffer.C (pop_tag): tie is in namespace boost
1965
1966         * BufferView.h: noncopyable is in namespace boost
1967         * lyxlex.h: ditto
1968         * lyx_main.h: ditto
1969         * lyx_gui.h: ditto
1970         * layout.h: ditto
1971         * lastfiles.h: ditto
1972         * bufferlist.h: ditto
1973         * ShareContainer.h: ditto
1974         * LyXView.h: ditto
1975         * LyXAction.h: ditto
1976         * LaTeX.h: ditto
1977
1978 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1979
1980         * Merging changes from BRANCH_MVC back into HEAD.
1981
1982         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
1983
1984 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
1985
1986         * BufferView_pimpl.C: change from intl.C
1987
1988         * combox.h:
1989         * combox.C:
1990         * Makefile.am: move combox.*
1991
1992         * form1.h:
1993         * form1.C:
1994         * lyx_gui.C:
1995         * intl.h:
1996         * intl.C: remove dialog (covered by prefs)
1997
1998 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1999
2000         * lyxfunc.C (Dispatch): removed redundant break statement.
2001         
2002 2001-03-14  Juergen Vigna  <jug@sad.it>
2003
2004         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
2005
2006 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2007
2008         * buffer.C: add hack to fix compability reading of minipages.
2009
2010 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
2011
2012         * buffer.C (getLists): Cleanup.
2013
2014 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2015
2016         * lyxfont.C (update): don't honor toggleall on font size.
2017
2018 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
2019
2020         * bmtable.c:
2021         * bmtable.h:
2022         * Makefile.am: moved to frontends/xforms/
2023
2024         * lyx_gui_misc.C:
2025         * lyxfunc.C:
2026         * BufferView_pimpl.C: changes for moved mathpanel
2027
2028 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
2029
2030         * gettext.h: fix gettext_init() in --disable-nls
2031
2032 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2033
2034         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
2035
2036 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
2037
2038         * lyx.C:
2039         * lyx.h: strip external form
2040
2041 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
2042
2043         * BufferView_pimpl.C: add comment, destroySplash()
2044
2045 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
2046
2047         * BufferView_pimpl.C:
2048         * LyXAction.C:
2049         * buffer.C:
2050         * commandtags.h:
2051         * lyxfunc.C: use re-worked insetinclude
2052
2053 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2054
2055         * buffer.C: add using std::stringstream.
2056
2057         * lyx_cb.C: readd using std::ios.
2058
2059         * buffer.C: add using std::map.
2060
2061         * BufferView_pimpl.C: add using std::vector.
2062
2063         * ShareContainer.h: add std:: to swap.
2064
2065         * buffer.h: add some typedefs
2066         * buffer.C (getLists): use them
2067         (getLists): renamed from getTocList.
2068         add a counter for the different float types and use it in the
2069         generated string.
2070         (getLists): use the same counter for the NEW_INSETS and the "non"
2071         NEW_INSETS
2072
2073         * lyx_cb.h: remove unused items, includes, using etc.
2074
2075         * ShareContainer.h: remove some commented code, add more comments
2076         and "documentation".
2077
2078 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2079
2080         * buffer.C (getTocList): make the list also when NEW_INSETS is
2081         defined.
2082
2083         * buffer.h: remove TocType
2084
2085         * buffer.C (getTocList): change to return a map<string,
2086         vector<TocItem> >, implement for dynamic number of list.
2087
2088         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
2089         * text2.C (PasteSelection): adjust
2090         * CutAndPaste.C (pasteSelection): adjust
2091
2092         * FloatList.C (FloatList): update from the new_insets branch.
2093         * Floating.[Ch]: ditto
2094         * LaTeXFeatures.C: ditto
2095         * buffer.C: ditto
2096         * lyxlex_pimpl.C: ditto
2097         
2098         * paragraph.C (Last): remove when NEW_INSETS is defined.
2099
2100         * other file: changes because of the above.
2101
2102 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2103
2104         * lyxparagraph.h: rename next to next_, previous to previous_,
2105         make them private for NEW_INSETS. Rename Next() to next(),
2106         Previous() to previous().
2107
2108         * other files: changes because of the above.
2109
2110 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
2111
2112         * BufferView.h: 
2113         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
2114         problem.
2115
2116 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2117
2118         * main.C (main): pass lyx_localedir to gettext_init().
2119
2120         * gettext.h: remove locale_init and gettext_init macros
2121
2122         * gettext.C (locale_init): new function
2123         (gettext_init): new function
2124
2125         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
2126         setlocale().
2127
2128 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
2129
2130         * Moved credits to frontends:
2131         * credits.[Ch]: removed
2132         * credits_form.[Ch]: removed
2133         * lyx_gui_misc.C: remove credits stuff
2134         * Makefile.am:
2135
2136 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2137
2138         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
2139
2140         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
2141         unneeded destructor.
2142
2143         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
2144         a standalone pointer again.
2145
2146         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
2147
2148 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
2149
2150         * Makefile.am:
2151         * filedlg.h:
2152         * filedlg.C:
2153         * LyXAction.C:
2154         * ToolbarDefaults.C:
2155         * bufferlist.C:
2156         * commandtags.h:
2157         * form1.C:
2158         * form1.h:
2159         * lyx_cb.C:
2160         * lyx_cb.h:
2161         * lyxfunc.h:
2162         * lyxfunc.C:
2163         * BufferView_pimpl.C: use new file dialog in GUII
2164
2165         * lyx_cb.h:
2166         * lyx_cb.C: remove LayoutsCB to Toolbar
2167
2168 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2169
2170         * ShareContainer.h (get): add std:: qualifier
2171
2172 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2173
2174         * ShareContainer.h: define a proper ShareContainer::value_type
2175         type (and use typename to please compaq cxx)
2176
2177 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2178
2179         * lyxparagraph.h: move serveral local vars to
2180         ParameterStruct/ParagraphParameters., use ShareContainer in
2181         FontTable., make vars in FontTable private and add getter and
2182         setter.
2183
2184         * paragraph.C: changes because of the above.
2185
2186         * lyxfont.h: remove copy constructor and copy assignment. (the
2187         default ones is ok), move number inside FontBits. move inlines to
2188         lyxfont.C 
2189
2190         * lyxfont.C: add number to initializaton of statics, move several
2191         inlines here. constify several local vars. some whitespace
2192         cleanup. Dont hide outerscope variables.
2193
2194         * Spacing.h: add two new constructors to match the set methods.
2195
2196         * ShareContainer.h: new file, will perhaps be moved to support
2197
2198         * ParameterStruct.h: new file
2199
2200         * ParagraphParameters.h: new file
2201
2202         * ParagraphParameters.C: new file
2203
2204         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
2205         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
2206
2207         * BufferView_pimpl.C: ParagraphParameter changes.
2208         * buffer.C: Likewise.
2209         * bufferview_funcs.C: Likewise.
2210         * text.C: Likewise.
2211         * text2.C: Likewise.
2212         
2213 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2214
2215         * lyxfind.C (LyXReplace): do not redefine default argument in
2216         implementation. 
2217         (IsStringInText): ditto
2218         (SearchForward): ditto
2219         (SearchBackward): ditto
2220
2221 2001-03-06  Juergen Vigna  <jug@sad.it>
2222
2223         * lyxfind.C (IsStringInText): put parentes around expressions.
2224
2225 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
2226
2227         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
2228         
2229 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
2230
2231         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
2232
2233         * stl_string_fwd.h: add comment
2234
2235         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
2236
2237         * tabular.h:
2238         * tabular.C: remove unused DocBook methods
2239
2240         * intl.C:
2241         * language.C:
2242         * paragraph.C:
2243         * buffer.C:
2244         killed DO_USE_DEFAULT_LANGUAGE
2245
2246 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2247
2248         * lyx_gui.C: do not include language.h.
2249
2250         * bufferview_funcs.C (ToggleAndShow): do not provide optional
2251         arguments in function implementation.
2252
2253 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2254
2255         * BufferView_pimpl.C: add <ctime>
2256
2257 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2258
2259         * BufferView_pimpl.C: add using std::find_if
2260
2261 2001-02-27  José Matos  <jamatos@fep.up.pt>
2262         
2263         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
2264         by OnlyPath.
2265         
2266 2001-02-11  José Matos  <jamatos@fep.up.pt>
2267
2268         * buffer.C (makeDocBookFile): command styles now have a parameter as
2269         "title" by default.
2270
2271 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
2272
2273         * layout_forms.[Ch]: removed
2274         * lyx_cb.[Ch]: out character
2275         * lyx_gui.C: out character
2276         * lyx_gui_misc.C: out character
2277         * bufferview_funcs.C: : out character,
2278         added toggleall as parameter in ToggleAndShow
2279                    
2280 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
2281
2282         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
2283
2284         * text2.C (SetCurrentFont): Disable number property at boundary.
2285
2286 2001-02-26  Juergen Vigna  <jug@sad.it>
2287
2288         * lyxfunc.C (getStatus): added a string argument override function so
2289         that this is correctly called from LyXFunc::Dispatch if it contains a
2290         do_not_use_argument which is used!
2291         (Dispatch): added check for "custom" export and call appropriate func.
2292
2293 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
2294
2295         * lyxrc.C: Add language_command_local, language_use_babel and
2296         language_global_options.
2297
2298         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
2299
2300         * buffer.C (makeLaTeXFile): Use language_use_babel and 
2301         language_global_options.
2302
2303 2001-02-23  Juergen Vigna  <jug@sad.it>
2304
2305         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
2306         which works with LyXText and putted it inside BufferView. Here now we
2307         only call for that part the BufferView::Dispatch() function.
2308
2309         * BufferView.C (Dispatch): added.
2310
2311         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
2312         functions which needs to use a LyXText over from LyXFunc.
2313         (MenuInsertLyXFile): added
2314         (getInsetByCode): added
2315         (moveCursorUpdate): added
2316         (static TEXT): added
2317
2318 2001-02-22  Juergen Vigna  <jug@sad.it>
2319
2320         * BufferView_pimpl.C (update): call a status update to see if LyXText
2321         needs it.
2322
2323 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2324
2325         * vc-backend.C (revert): implement for CVS
2326         (getLog): implement for CVS
2327
2328 2001-02-20  Juergen Vigna  <jug@sad.it>
2329
2330         * text2.C (ClearSelection): added BufferView param for inset_owner call
2331
2332         * lyxfunc.C (TEXT): added this function and use it instead of
2333         directly owner->view()-text of getLyXText().
2334
2335 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
2336
2337         * src/layout_forms.C: out preamble
2338         * src/layout_forms.h: out preamble
2339         * src/lyx_cb.C: out preamble
2340         * src/lyx_cb.h: out preamble
2341         * src/lyx_gui.C: out preamble
2342         * src/lyx_gui_misc.C: out preamble
2343         * src/lyxfunc.C: connect with guii preamble
2344
2345 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
2346
2347         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
2348
2349 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
2350
2351         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
2352         whether to run bibtex.
2353
2354 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
2355
2356         * Makefile.am (lyx_SOURCES): Remove BackStack.h
2357
2358 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
2359
2360         * Makefile.am (lyx_SOURCES): removed bibforms.h
2361
2362         * vspace.h: doxygen
2363
2364         * text.C (GetVisibleRow): make several local vars const
2365
2366         * tabular.C: small cleanup.
2367
2368         * lyxserver.C (callback): use compare instead of strncmp
2369
2370         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
2371         inlines to after class or to paragraph.C
2372
2373         * lyxfont.h: remove friend operator!=
2374
2375         * converter.h: move friend bool operator< to non friend and after
2376         class def.
2377
2378         * combox.h: small cleanup
2379
2380         * buffer.h: doxygen, remove unused constructor, move inclas inlies
2381         to inlines after class def.
2382
2383         * buffer.C (pop_tag): use string operations instead of strcmp
2384
2385         * bmtable.c: doxygen, small cleanup
2386
2387         * LaTeX.h: remove friend operator==
2388
2389 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2390
2391         * screen.C: 
2392         * lyxrc.[Ch]:
2393         * lyxfunc.C: 
2394         * lyxfont.[Ch]: 
2395         * lyx_cb.C: 
2396         * intl.[Ch]: 
2397         * commandtags.h: 
2398         * buffer.C: 
2399         * WorkArea.[Ch]: 
2400         * LyXAction.C: 
2401         * BufferView_pimpl.C:
2402         * BufferView.[Ch]: remove cruft
2403
2404 2001-02-14  Juergen Vigna  <jug@sad.it>
2405
2406         * lyxfunc.C: removed #if 0 unused code
2407
2408         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
2409
2410         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
2411
2412         * text2.C (SetSelection): added a BufferView * parameter
2413
2414 2001-02-13  Juergen Vigna  <jug@sad.it>
2415
2416         * lyxfunc.C (Dispatch): fixed protected blank problem.
2417         * BufferView2.C (protectedBlank): added LyxText * parameter.
2418
2419         * tabular.C (AppendRow): forgot to set row_info of newly added row.
2420         (AppendColumn): same as above for column_info.
2421
2422         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
2423         (moveCursorUpdate): use a LyXText param for support of InsetText.
2424
2425         * BufferView_pimpl.C (doubleClick): added support for InsetText.
2426         (tripleClick): ditto
2427
2428         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
2429
2430         * BufferView_pimpl.C (update): added LyXText param to honor insets.
2431
2432         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
2433
2434         * text2.C (SetSelection): set correct update status if inset_owner
2435         (ToggleFree): ditto
2436
2437 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
2438
2439         * tabular.C: remove some commented code.
2440
2441 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
2442
2443         * BufferView_pimpl.C: call hideSplash()
2444
2445         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
2446
2447         * include_form.h:
2448         * bibforms.h: remove
2449
2450         * lyxfunc.C:
2451         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
2452           add LFUN_CHILD_CREATE
2453
2454         * counters.h: fix tiny typo
2455         
2456         * lyx_cb.C:
2457         * lyx.h:
2458         * lyx_gui.C:
2459         * lyx.C: move splash to frontends/xforms/
2460
2461         * lyx_gui_misc.C: move Include and Bibform to frontends
2462
2463         * lyxvc.h: clarify comment
2464
2465         * vspace.C: tiny housekeeping
2466
2467 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
2468
2469         * text.C (PrepareToPrint): RTL Fix.
2470
2471         * paragraph.C (GetUChar): New method.
2472         (String):  Use GetUChar.
2473
2474         * buffer.C (asciiParagraph): Use GetUChar.
2475
2476 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
2477
2478         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
2479
2480 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
2481
2482         * buffer.h:
2483         * buffer.C: rename to getLogName(), handle
2484           build log / latex log nicely
2485
2486 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2487
2488         * MenuBackend.C: 
2489         * MenuBackend.h: remove support for reference menuitem type.
2490
2491 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
2492
2493         * BufferView_pimpl.C: housekeeping
2494         * BufferView_pimpl.h:
2495         * LyXView.h:
2496         * Makefile.am:
2497         * Timeout.C:
2498         * Timeout.h:
2499         * minibuffer.h: move Timeout GUI-I
2500                           
2501 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
2502
2503         * lyxrc.C (read): Update converters data-structures.
2504
2505 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
2506
2507         * LaTeX.h (operator!=): add operator != for Aux_Info 
2508
2509 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
2510
2511         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
2512
2513         * LaTeXLog.C: deleted, useful code moved to Buffer
2514
2515         * buffer.h:
2516         * buffer.C: new function getLatexLogName()
2517
2518         * lyx_gui_misc.C:
2519         * lyx_gui.C:
2520         * lyxvc.C:
2521         * lyxvc.h:
2522         * lyxfunc.C: use frontends for LaTeX and VC logs
2523
2524 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2525
2526         * LaTeX.h: yet another std:: that Allan forgot.
2527
2528         * Variables.C (set): renamed from isset(), because this clashes
2529         with some HP-UX macros (grr).
2530
2531 2001-02-06  Allan Rae  <rae@lyx.org>
2532
2533         * LaTeX.h: Another bug fix.  Missing std:: this time.
2534
2535 2001-02-04  Allan Rae  <rae@lyx.org>
2536
2537         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
2538         floats problem. I've left it commented out because it's not quite
2539         correct.  It should also test that the current object is a table or
2540         figure inset.  But I haven't gotten around to figuring out how to do
2541         that.  I *think* it'll be something like: "table" == inset.type()
2542
2543         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
2544         bool.
2545
2546 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
2547
2548         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
2549         all the citation/databases/styles in the auxilary file. 
2550         (run): Rerun latex if there was a babel language error.
2551
2552 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
2553
2554         * text.C (Backspace): Preserve the font when changing newline char
2555         with a space.
2556         (BreakParagraph): If the cursor is before a space, delete the space.
2557
2558         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
2559
2560 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
2561
2562         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
2563         new argument (code).
2564         (ChangeCitationsIfUnique): New method.
2565
2566         * paragraph.C (GetPositionOfInset): Handle bibkey.
2567
2568 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2569
2570         * BufferView_pimpl.h: change type of Position::par_pos to
2571         LyXParagraph::size_type. 
2572
2573 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
2574
2575         * BufferView_pimpl.C (savePosition, restorePosition): Write
2576         messages to minibuffer.
2577
2578 2001-01-28  José Matos  <jamatos@fep.up.pt>
2579
2580         * buffer.C (makeDocBookFile): adds support for document language.
2581         A silly restriction on the name of LatexCommand types where removed.
2582         Added support for CDATA sections, allows to chars unescaped, used
2583         among others in code, to avoid escape < and >.
2584         
2585 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
2586
2587         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
2588         saved positions instrad of a stack. Furthermore, a position is
2589         stored using paragraph id/paragraph position.
2590
2591         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
2592         Remove LFUN_REF_BACK.
2593
2594 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
2595
2596         * converter.C (dvipdfm_options): New method.
2597
2598 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
2599
2600         * vspace.C (isValidLength): Fix for empty input string.
2601
2602 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2603
2604         * LyXAction.C (init): change description of LFUN_FIGURE to
2605         "Insert Graphics"
2606
2607 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2608
2609         * LaTeX.C: add using directive
2610
2611 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
2612
2613         * MenuBackend.C (expand): Fix the sorting of the formats.
2614
2615 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
2616
2617         * lyx_main.C: tiny error message fix
2618
2619 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2620
2621         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
2622         calling fl_initialize(). This fixes the problem with ',' as
2623         decimal separator in text files.
2624
2625 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
2626
2627         * trans.C (process): Fix the keymap bug.
2628
2629 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
2630
2631         * LaTeX.C (scanAuxFiles): New method. Provides support for
2632         multiple bibliographies (when using the bibtopic/bibunits pacakges).
2633         (scanLogFile) Scan for "run BibTeX" messages.
2634
2635         * buffer.C (makeLaTeXFile): Do not load the ae package when using
2636         OT1 font encoding. Also, load the aecompl package if the ae
2637         package is loaded.
2638
2639         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
2640
2641 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2642
2643         * texrow.C (increasePos): turn two error messages into debug
2644         messages. 
2645
2646 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
2647
2648         * LaTeX.C (scanAux): Handle the \@input macro.
2649         (runBibTeX): Use scanAux().
2650
2651         * language.C (latex_options_): New field.
2652
2653         * LaTeXFeatures.C (getMacros): Add language macros.
2654
2655         * buffer.C (makeLaTeXFile): Small fix.
2656
2657 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2658
2659         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
2660
2661         * text2.C: add a using directive.
2662
2663 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
2664
2665         * BufferView2.C:
2666         * lyx_gui_misc.h:
2667         * lyxfr1.C:
2668         * lyxfunc.C: kill LyXBell.
2669
2670 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
2671
2672         * text.C (IsBoundary): Remove the error message
2673         
2674         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
2675
2676         * lyxrc.C (setDefaults): Correct initialization value for
2677         font_norm_type.
2678
2679 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
2680
2681         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
2682         gotoError().
2683
2684         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
2685         and GotoNextNote().
2686
2687         * src/LyXAction.C: Added reference-next.
2688
2689         * text.C (InsertChar): Use contains instead of strchr.
2690
2691         * lyx_cb.C (MenuInsertLabel): Enable default value code.
2692
2693 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
2694
2695         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
2696         alignment commands (when needed).
2697
2698         * text.C (InsertChar): Add ':' to number separator chars.