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