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