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