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