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