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