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