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