]> git.lyx.org Git - features.git/blob - ChangeLog
5be067f48e47fc777da5c70057273472029aadcd
[features.git] / ChangeLog
1 2000-08-08  Juergen Vigna  <jug@sad.it>
2
3         * src/frontends/xforms/FormRef.h: puting FD_form_ref declaration
4         before Goto toggle declaration, because of compiler warning.
5
6         * src/frontends/xforms/FormRef.C: forgot include of <algorithm>
7
8         * src/lyxfunc.C (MenuNew): small fix.
9
10         * src/lyxrc.C (output): added RC_NEW_ASK_FILENAME tag.
11
12         * src/bufferlist.C (newFile):
13         * src/lyxfunc.C (MenuNew): use the new_ask_filename tag from lyxrc.
14
15         * src/lyxrc.C: added new_ask_filename tag
16
17 2000-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
18
19         * src/lyx.fd: removed code pertaining to form_ref
20         * src/lyx.[Ch]: ditto
21         * src/lyx_cb.C: ditto
22         * src/lyx_gui.C: ditto
23         * src/lyx_gui_misc.C: ditto
24
25         * src/BufferView_pimpl.C (restorePosition): update buffer only
26         if file has changed
27
28         * src/commandtags.h (LFUN_REFTOGGLE): removed
29         (LFUN_INSERT_REF): renamed LFUN_REF_INSERT
30         (LFUN_REFGOTO): renamed LFUN_REF_GOTO
31         (LFUN_REFBACK): renamed LFUN_REF_BACK
32
33         * src/LyXAction.C: removed code pertaining to LFUN_REFTOGGLE
34         * src/menus.C: ditto
35         * src/lyxfunc.C (Dispatch): ditto.
36         InsertRef dialog is now GUI-independent.
37
38         * src/texrow.C: added using std::endl;
39
40         * src/insets/insetref.[Ch]: strip out large amounts of code.
41         The inset is now a container and this functionality is now
42         managed by a new FormRef dialog
43         
44         * src/frontends/Dialogs.h (showRef, createRef): new signals
45
46         * src/frontends/xforms/FormIndex.[Ch],
47         src/frontends/xforms/FormUrl.[Ch]: workaround an xforms bug
48         when setting dialog's min/max size
49         * src/frontends/xforms/FormIndex.[Ch]: ditto
50
51         * src/frontends/xforms/FormRef.[Ch],
52         src/frontends/xforms/forms/form_ref.fd: new xforms
53         implementation of an InsetRef dialog
54
55         * src/graphics/GraphicsCache.[Ch]: small changes to compile with
56         DEC cxx
57
58         * src/graphics/XPM_Renderer.C (isImageFormatOK):
59         ios::nocreate is not part of the standard. Removed.
60
61 2000-08-07  Baruch Even  <baruch.even@writeme.com>
62
63         * src/graphics/Renderer.h:
64         * src/graphics/Renderer.C: Added base class for rendering of different
65         image formats into Pixmaps.
66
67         * src/graphics/XPM_Renderer.h:
68         * src/graphics/XPM_Renderer.C: Taken from GraphicsCacheItem and placed
69         in a different class.
70
71         * src/graphics/GraphicsCacheItem.C: factored out the rendering in order to
72         easily add support for other formats.
73
74         * src/insets/figinset.C: plugged a leak of an X resource.
75
76 2000-08-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
77
78         * src/CutAndPaste.[Ch]: make all metods static. 
79
80         * development/Code_rules/Rules: more work, added section on
81         Exceptions, and a References section.
82
83         * a lot of header files: work to make doc++ able to generate the
84         source documentation, some workarounds of doc++ problems. Doc++ is
85         now able to generate the documentation.
86
87 2000-08-07  Juergen Vigna  <jug@sad.it>
88
89         * src/insets/insettabular.C (recomputeTextInsets): removed function
90
91         * src/tabular.C (SetWidthOfMulticolCell): 
92         (SetWidthOfCell): 
93         (calculate_width_of_column_NMC): fixed return value so that it really
94         only returns true if the column-width has changed (there where
95         problems with muliticolumn-cells in this column).
96
97 2000-08-04  Juergen Vigna  <jug@sad.it>
98
99         * src/BufferView_pimpl.C (checkInsetHit): changed so that it looks
100         also on the scrollstatus of the inset.
101         (workAreaMotionNotify): ditto.
102
103         * src/texrow.C (getIdFromRow): fixed compile problem on egcs-1.1.2.
104
105 2000-08-01  Juergen Vigna  <jug@sad.it>
106
107         * src/insets/insettabular.C (resetPos): scroll tabular automatically.
108
109         * src/commandtags.h: 
110         * src/LyXAction.C (init): 
111         * src/insets/inset.C (LocalDispatch): added support for
112         LFUN_SCROLL_INSET.
113
114         * src/insets/inset.C (scroll): new functions.
115
116         * src/insets/insettext.C (removeNewlines): new function.
117         (SetAutoBreakRows): removes forced newlines in the text of the
118         paragraph if autoBreakRows is set to false.
119
120         * src/tabular.C (Latex): generates a parbox around the cell contents
121         if needed.
122
123         * src/frontends/xforms/FormTabular.C (local_update): removed
124         the radio_useparbox button.
125
126         * src/tabular.C (UseParbox): new function
127
128 2000-08-06  Baruch Even  <baruch.even@writeme.com>
129
130         * src/graphics/GraphicsCache.h:
131         * src/graphics/GraphicsCache.C:
132         * src/graphics/GraphicsCacheItem.h:
133         * src/graphics/GraphicsCacheItem.C: Made them to actually do something
134         usefull.
135
136         * src/insets/insetgraphics.h:
137         * src/insets/insetgraphics.C: Added the use of the GraphicsCache and the
138         drawing of the inline image.
139
140         * src/buffer.C: Fixed a bug where a loaded InsetGraphics would be loaded 
141         into the wrong position.
142
143         * src/lyxfunc.C: When adding an InsetGraphics the edit dialog is now
144         launched.
145
146 2000-08-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
147
148         * src/support/translator.h: move all typedefs to public section
149
150         * src/support/filetools.C (MakeLatexName): return string const
151         (QuoteName): ditto
152         (TmpFileName): ditto
153         (FileOpenSearch): ditto
154         (FileSearch): ditto
155         (LibFileSearch): ditto
156         (i18nLibFileSearch): ditto
157         (GetEnv): ditto
158         (GetEnvPath): ditto
159         (CreateTmpDir): ditto
160         (CreateBufferTmpDir): ditto
161         (CreateLyXTmpDir): ditto
162         (GetCWD): ditto
163         (OnlyPath): ditto
164         (MakeAbsPath): ditto
165         (AddName): ditto
166         (OnlyFilename): ditto
167         (ExpandPath): ditto
168         (NormalizePath): ditto
169         (CleanupPath): ditto
170         (GetFileContents): ditto
171         (ReplaceEnvironmentPath): ditto
172         (MakeRelPath): ditto
173         (AddPath): ditto
174         (ChangeExtension): ditto
175         (MakeDisplayPath): ditto
176         (do_popen): return cmdret const
177         (findtexfile): return string const
178
179         * src/support/DebugStream.h: add some /// to please doc++
180
181         * src/frontends/DialogBase.h (endif): add some /// to please doc++
182
183         * src/texrow.C (same_rownumber): functor to use with find_if
184         (getIdFromRow): rewritten to use find_if and to not update the
185         positions. return true if row is found
186         (increasePos): new method, use to update positions
187
188         * src/lyxlex_pimpl.h: make LyXLex::Pimpl noncopyable
189
190         * src/lyxlex_pimpl.C (verifyTable): new method
191         (pushTable): use it
192         (Pimpl): use it
193         (GetString): return string const
194         (pushTable): rewrite to use std::stack
195         (popTable): ditto
196         (setFile): better check
197         (setStream): ditto
198
199         * src/lyxlex.h: make LyXLex noncopyable
200
201         * src/lyxlex.C (text): return char const * const
202         (GetString): return string const
203         (getLongString): return string const
204
205         * src/lyx_gui_misc.C (askForText): return pair<...> const
206
207         * src/lastfiles.[Ch] (operator): return string const
208
209         * src/buffer.C (parseSingleLyXformat2Token): pass string to
210         istringstream not char const *. 
211         move token.end() out of loop.
212         (readFile): move initializaton of token
213
214         * src/BufferView2.C (insertErrors): run texrow.increasePos if
215         getIdFromRow is successful.
216
217         * lib/bind/emacs.bind: don't include menus bind
218
219         * development/Code_rules/Rules: the beginnings of making this
220         better and covering more of the unwritten rules that we have.
221
222         * development/Code_rules/Recommendations: a couple of wording
223         changes. 
224
225 2000-08-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
226
227         * src/support/strerror.c: remove C++ comment.
228
229 2000-08-04  Angus Leeming  <a.leeming@ic.ac.uk>
230
231         * src/commandtags.h: LFUN_INDEX_CREATE_LAST reverts to
232         LFUN_INDEX_INSERT_LAST
233
234         * src/texrow.C (getIdFromRow): changed from const_iterator to
235         iterator, allowing code to compile with DEC cxx
236
237         * src/frontends/xforms/FormCitation.[Ch]: made vector<string>
238         stores part of the class, as suggested by Allan. Will allow
239         multiple LyXViews.
240         (apply): test to apply uses InsetCommandParams operator!=
241
242         * src/frontends/xforms/FormIndex.C: moved set_minsize into build
243         (apply): test to apply uses InsetCommandParams operator!=
244
245         * src/frontends/xforms/FormToc.[Ch]: made vector<string>
246         stores part of the class.
247         (update): removed limits on min/max size.
248
249         * src/frontends/xforms/FormUrl.C: moved set_minsize into build
250         (apply): test to apply uses InsetCommandParams operator!=
251
252         * src/insets/insetcommand.[Ch] InsetCommand made noncopyable
253         (Read, Write, scanCommand, getCommand): moved functionality
254         into InsetCommandParams.
255         (Clone): removed
256         (getScreenLabel): made pure virtual
257         new InsetCommandParams operators== and !=
258         
259         * src/insets/insetbib.[Ch] (InsetBibKey, InsetBibtex): new
260         c-tors based on InsetCommandParams. Removed others.
261         * src/insets/insetinclude.[Ch]: ditto
262         * src/insets/insetlabel.[Ch]: ditto
263         * src/insets/insetparent.[Ch]: ditto
264         * src/insets/insetref.[Ch]: ditto. Also moved gotoLabel into .C
265         
266         * src/buffer.C (parseSingleLyXformat2Token, readInset): all
267         insets derived from InsetCommand created using similar c-tors
268         based on InsetCommandParams
269         * src/lyx_cb.C (MenuInsertLabel, RefSelectCB): ditto
270         * src/menus.C (ShowRefsMenu): ditto
271         * src/paragraph.C (Clone): ditto
272         * src/text2.C (SetCounter): ditto
273         * src/lyxfunc.C (Dispatch) ditto
274         Also recreated old InsetIndex behaviour exactly. Can now
275         index-insert at the start of a paragraph and index-insert-last
276         without launching the pop-up.
277
278 2000-08-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
279
280         * lib/lyxrc.example: mark te pdf options as non functional.
281
282         * src/support/lstrings.C (strToInt): move initalization of tmpstr
283         (isStrDbl): move tmpstr.end() out of loop.
284         (strToDbl): move intialization of tmpstr
285         (lowercase): return string const and move tmp.end() out of loop.
286         (uppercase): return string const and move tmp.edn() out of loop.
287         (prefixIs): add assertion
288         (suffixIs): ditto
289         (contains): ditto
290         (contains): ditto
291         (contains): ditto
292         (containsOnly): ditto
293         (containsOnly): ditto
294         (containsOnly): ditto
295         (countChar): make last arg char not char const
296         (token): return string const
297         (subst): return string const, move tmp.end() out of loop.
298         (subst): return string const, add assertion
299         (strip): return string const
300         (frontStrip): return string const, add assertion
301         (frontStrip): return string const
302         (split): ditto
303         (split): ditto
304         (rsplit): ditto
305
306         * src/support/lstrings.C: add inclde "LAssert.h"
307         (isStrInt): move tmpstr.end() out of loop.
308
309         * src/frontends/xforms/Toolbar_pimpl.C (activate): move
310         toollist.end() out of loop.
311         (deactivate): move toollist.end() out of loop.
312         (update): move toollist.end() out of loop.
313         (updateLayoutList): move tc.end() out of loop.
314         (add): move toollist.end() out of loop.
315
316         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): move
317         md.end() out of loop.
318
319         * src/texrow.h: make getIdFromRow const, make rowlist mutable.
320
321         * src/texrow.C (getIdFromRow): make const, more rowlist.end() out
322         of loop.
323
324         * src/paragraph.C (Erase): move fontlist.end() out of loop.
325         (Erase): move insetlist.end() out of loop.
326
327         * src/lyx_sendfax_main.C: make show_logfile static and to take a
328         ref to const string as first arg. Move initialization of some
329         variables, whitespace changes.
330
331         * src/kbmap.C (defkey): move table.end() out of loop.
332         (kb_keymap): move table.end() out of loop.
333         (findbinding): move table.end() out of loop.
334
335         * src/MenuBackend.C (hasMenu): move end() out of loop.
336         (getMenu): move end() out of loop.
337         (getMenu): move menulist_.end() out of loop.
338
339         * src/Makefile.am (#lyx_LDFLAGS): interesting option commented out.
340
341         * src/LaTeXFeatures.C (getIncludedFiles): move IncludedFiles.end()
342         out of loop.
343
344         * src/LColor.C (getFromGUIName): move infotab.end() out of loop.
345         (getFromLyXName): move infotab.end() out of loop.
346
347         * config/lyxinclude.m4 (CXXFLAGS): change for 2.96 add
348         -fvtable-thunks -ffunction-sections -fdata-sections 
349
350 2000-08-03  Dekel Tsur  <dekel@math.tau.ac.il>
351
352         * src/frontends/xforms/RadioButtonGroup.h: Changed <forms.h> to
353         FORMS_H_LOCATION.
354
355 2000-08-03  Angus Leeming  <a.leeming@ic.ac.uk>
356
357         * src/frontends/xforms/FormCommand.[Ch] (d-tor): removed
358
359         * src/frontends/xforms/FormCitation.[Ch],
360         src/frontends/xforms/FormIndex.[Ch],
361         src/frontends/xforms/FormToc.[Ch],
362         src/frontends/xforms/FormUrl.[Ch] (d-tors): call free()
363
364 2000-08-03  Angus Leeming  <a.leeming@ic.ac.uk>
365
366         * src/commandtags.h: renamed, created some flags for citation
367         and index
368
369         * src/lyx_gui_misc.C: stripped out old FD_index_form code
370
371         * src/lyxfunc.C (dispatch): use signals to insert index entry
372         
373         * src/frontends/Dialogs.h: new signal createIndex
374
375         * src/frontends/xforms/FormCommand.[Ch],
376         src/frontends/xforms/FormCitation.[Ch],
377         src/frontends/xforms/FormToc.[Ch],
378         src/frontends/xforms/FormUrl.[Ch]: clean up and comment better
379
380         * src/insets/insetindex.[Ch]: GUI-independent
381
382         * src/frontends/xforms/FormIndex.[Ch],
383         * src/frontends/xforms/forms/form_index.fd: xforms implementation
384         of the Index dialog
385         
386 2000-08-01  Dekel Tsur  <dekel@math.tau.ac.il>
387
388         * src/mathed/math_write.C (MathDecorationInset::Write) Put \protect 
389         before \overbrace, \underbrace, \overleftarrow, or \overrightarrow.
390         
391 2000-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
392
393         * src/insets/insetref.C (Latex): rewrite so that there is now
394         question that a initialization is requested.
395
396         * src/insets/insetcommand.h: reenable the hide signal
397
398 2000-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
399
400         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): try to
401         fix handling of shortcuts (many bugs :)
402         (add_lastfiles): ditto.
403
404         * lib/ui/default.ui: fix a few shortcuts.
405
406 2000-07-27  Kayvan A. Sylvan  <kayvan@sylvan.com>
407
408         * Makefile.am: Fix ``rpmdist'' target to return the exit
409         status of the ``rpm'' command, instead of the last command in
410         the chain (the ``rm lyx.xpm'' command, which always returns
411         success).
412
413 2000-08-02  Allan Rae  <rae@lyx.org>
414
415         * src/frontends/xforms/FormUrl.C (FormUrl): Initialise ALL variables.
416         * src/frontends/xforms/FormCitation.C (FormCitation): ditto
417         * src/frontends/xforms/FormToc.C (FormToc): ditto
418
419         * src/frontends/xforms/Makefile.am: A few forgotten files
420
421         * src/frontends/xforms/FormCommand.C (showInset): The rest of the
422         Signals-not-copyable-problem Lars' started commenting out.
423
424         * src/frontends/xforms/form_toc.[hC]: new files.  TOC crashes lyx.
425
426 2000-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
427
428         * src/insets/insetcommand.h: Signals is not copyable so anoter
429         scheme for automatic hiding of forms must be used.
430
431         * src/frontends/xforms/FormCitation.h: don't inerit from
432         noncopyable, FormCommand already does that.
433         * src/frontends/xforms/FormToc.h: ditto
434         * src/frontends/xforms/FormUrl.h: ditto
435
436         * src/frontends/xforms/FormCitation.C: add include <algorithm>
437
438 2000-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
439
440         * src/insets/insetcommand.h (hide): new SigC::Signal0
441         (d-tor) new virtual destructor emits hide signal
442
443         * src/insets/insetcite.[Ch] (hide, d-tor, EditMessage): removed
444         * src/insets/inseturl.[Ch]  (hide, d-tor): ditto
445
446         * src/insets/insettoc.[Ch]: one inset now deals with TOC, LOA,
447         LOF and LOT. Inset is now GUI-independent
448
449         * src/insets/insetloa.[Ch]: redundant
450         * src/insets/insetlof.[Ch]: ditto
451         * src/insets/insetlot.[Ch]: ditto
452         
453         * src/frontends/xforms/forms/form_url.fd: tweaked!
454         * src/frontends/xforms/forms/form_citation.fd: ditto
455
456         * src/frontends/xforms/FormCommand.[Ch]: new base class to those
457         dialogs dealing with InsetCommand insets
458
459         * src/frontends/xforms/FormCitation.[Ch]: now makes use of
460         FormCommand base class
461         * src/frontends/xforms/FormUrl.[Ch]: ditto
462
463         * src/frontends/xforms/forms/form_toc.fd: Xforms implementation
464         of the TOC dialog
465         * src/frontends/xforms/FormToc.[Ch]: ditto
466
467         * src/frontends/Dialogs.h (showCitation, showTOC, showUrl): all
468         passed a generic InsetCommand pointer
469         * src/frontends/xforms/Dialogs.C (c-tor): create instance of FormToc
470
471         * src/lyxfunc.C (Dispatch) : modified to accomodate new FormToc class
472         and modified InsetTOC class
473         * src/buffer.C: ditto                    
474
475         * forms/lyx.fd: strip out old FD_form_toc code
476         * src/lyx_gui_misc.C: ditto
477         * src/lyx_gui.C: ditto
478         * src/lyx_cb.C: ditto
479         * src/lyx.[Ch]: ditto
480                          
481 2000-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
482
483         * src/support/utility.hpp: tr -d '\r'
484
485 2000-08-01  Juergen Vigna  <jug@sad.it>
486
487         * src/insets/insettabular.h: removed initFeatures() as it's not needed.
488
489         * src/commandtags.h: 
490         * src/LyXAction.C (init): added LFUN_LAYOUT_TABULAR and
491         LFUN_TABULAR_FEATURES.
492
493         * src/lyxfunc.C (getStatus): implemented LFUN_TABULAR_FEATURES and
494         LFUN_LAYOUT_TABULAR.
495
496         * src/insets/insettabular.C (getStatus): implemented helper function.
497
498         * lib/ui/default.ui: implemented edit-table-menu and layout-tabular.
499
500 2000-07-31  Juergen Vigna  <jug@sad.it>
501
502         * src/text.C (draw): fixed screen update problem for text-insets.
503
504         * src/text2.C (SetParagrpah): call an update of the inset-owner when
505         something changed probably this has to be added in various other
506         functions too.
507
508         * src/insets/insettext.C (cy): fixed to give back the right cursor.y().
509
510 2000-07-31  Baruch Even <baruch.even@writeme.com>
511
512         * src/frontends/xforms/RadioButtonGroup.C: Changed to use home-brew
513         templates to satisfy compaq cxx.
514
515
516 2000-07-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
517
518         * src/support/translator.h (equal_1st_in_pair::operator()): take
519         const ref pair_type as arg. 
520         (equal_2nd_in_pair::operator()): ditto
521         (Translator::~Translator): remove empty d-tor.
522
523         * src/graphics/GraphicsCache.C: move include config.h to top, also
524         put initialization of GraphicsCache::singleton here.
525         (~GraphicsCache): move here
526         (addFile): take const ref as arg
527         (removeFile): ditto
528
529         * src/lyxlex_pimpl.C (setFile): comment in old behaviour
530
531         * src/BufferView2.C (insertLyXFile): change te with/without header
532         check slightly.
533
534 2000-07-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
535
536         * src/frontends/xforms/FormGraphics.C (apply): add some
537         static_cast. Not very nice, but required by compaq cxx.
538
539         * src/frontends/xforms/RadioButtonGroup.h: include header
540         <utility> instead of <pair.h>
541
542         * src/insets/insetgraphicsParams.C: add using directive. 
543         (readResize): change return type to void. 
544         (readOrigin): ditto.
545
546         * src/lyxfunc.C (getStatus): add missing break for build-program
547         function; add test for Literate for export functions.
548
549         * lib/ui/default.ui: fix Insert->TOC->TOC; comment out invalid
550         entries in Options menu.
551
552 2000-07-31  Baruch Even <baruch.even@writeme.com>
553
554         * src/frontends/xforms/Toolbar_pimpl.C (toolbarItem::operator=):
555         protect against auto-allocation; release icon when needed.
556
557 2000-07-31  Matej Cepl <CeplM@seznam.cz>
558
559         * lib/kbd/czech.kmap: new file. standard Czech keyboard as found
560         on usual typewriter.
561
562         * lib/kbd/czech-prg.kmap: simpler czech kmap (which was the
563         earlier czech.kmap), useful only for programming.
564
565 2000-07-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
566
567         * src/frontends/xforms/FormCitation.h: fix conditioning around
568         #pragma. 
569
570 2000-07-31  Juergen Vigna  <jug@sad.it>
571
572         * src/frontends/xforms/FormTabular.C (local_update): changed
573         radio_linebreaks to radio_useparbox and added radio_useminipage.
574
575         * src/tabular.C: made support for using minipages/parboxes.
576
577         * src/bufferlist.C (QwriteAll): small fix for asking for save.
578
579         * src/insets/insetgraphics.C (draw): just draw the inset so that the
580         cursor is visible.
581         (descent): so the cursor is in the middle.
582         (width): bit smaller box.
583
584         * src/insets/insetgraphics.h: added display() function.
585
586 2000-07-31  Baruch Even <baruch.even@writeme.com>
587
588         * src/frontends/Dialogs.h: Added showGraphics signals.
589     
590         * src/frontends/xforms/forms/form_graphics.fd: Added file, the
591                     xforms form definition of the graphics dialog.
592
593         * src/frontends/xforms/FormGraphics.h: 
594         * src/frontends/xforms/FormGraphics.C: Added files, the
595         GUIndependent code of InsetGraphics
596     
597         * src/insets/insetgraphics.h: 
598         * src/insets/insetgraphics.C: Major writing to make it work.
599
600         * src/insets/insetgraphicsParams.h:     
601         * src/insets/insetgraphicsParams.C: Added files, parameter passing
602         struct between InsetGraphics and GUI.
603
604         * src/LaTeXFeatures.h:
605         * src/LaTeXFeatures.C (c-tor, require, getPackages): Enabled
606         support for graphicx package. 
607
608         * src/buffer.C (parseSingleLyXformat2Token): Fixed read support
609         for the graphics inset.
610
611         * src/support/translator.h: Added file, used in
612         InsetGraphicsParams. this is a template to translate between two
613         types.
614
615         * src/frontends/xforms/RadioButtonGroup.h: 
616         * src/frontends/xforms/RadioButtonGroup.C: Added files, Comprise a
617         way to easily control a radio button group.
618
619 2000-07-28  Juergen Vigna  <jug@sad.it>
620
621         * src/insets/insettabular.C (LocalDispatch): 
622         (TabularFeatures): added support for lyx-functions of tabular features.
623         (cellstart): refixed this function after someone wrongly changed it.
624
625         * src/commandtags.h:
626         * src/LyXAction.C (init): added support for tabular-features
627
628 2000-07-28  Allan Rae  <rae@lyx.org>
629
630         * src/frontends/xforms/FormPreferences.C (build): Setup input return
631         checking.  NOTE: It seems that pressing ESC to cancel the dialog also
632         triggers the callback for input checking. As a result we sometimes get
633         "LyX: This shouldn't happen..." printed to cerr.
634         (input): Started using status variable since I only free() on 
635         destruction.  Some input checking for paths and font sizes.
636
637         * src/frontends/xforms/FormPreferences.h: Use status to control 
638         activation of Ok and Apply
639
640         * src/frontends/xforms/forms/form_preferences.fd: Setup input return
641         callback.  Also resized to stop segfaults with 0.88.  The problem is
642         that xforms-0.88 requires the folder to be wide enough to fit all the
643         tabs.  If it isn't it causes all sorts of problems.
644
645         * src/frontends/xforms/FormCopyright.[hC]: forward declare FD_form...
646
647         * src/frontends/xforms/forms/README: Reflect reality.
648
649         * src/frontends/xforms/forms/fdfix.sh: Clean up comments
650         * src/frontends/xforms/forms/makefile: ditto.
651
652         * src/commandtags.h: Get access to new Preferences dialog
653         * src/LyXAction.C: ditto
654         * src/lyxfunc.C: ditto
655         * lib/ui/default.ui: ditto
656
657 2000-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
658
659         * src/frontends/xforms/forms/makefile (.c.C): change call to fdfix.sh.
660
661         * src/frontends/xforms/Makefile.am (libxforms_la_SOURCES): add a
662         few files.
663
664         * src/frontends/xforms/form_url.[Ch]: added.
665
666 2000-07-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
667
668         * src/insets/insetbib.h: fixed bug in previous commit
669
670         * src/frontends/xforms/FormUrl.h: ditto
671
672         * src/frontends/xforms/FormPrint.h: ditto
673
674         * src/frontends/xforms/FormPreferences.h: ditto
675
676         * src/frontends/xforms/FormCopyright.h: ditto
677
678         * src/frontends/xforms/FormCitation.C: ditto
679
680         * src/frontends/Dialogs.h (class Dialogs): use noncopyable, remove
681         private copyconstructor and private default contructor
682
683         * src/support/Makefile.am: add utility.hpp
684
685         * src/support/utility.hpp: new file from boost
686
687         * src/insets/insetbib.h: set owner in clone
688
689         * src/frontends/xforms/FormCitation.C: added missing include
690         algorithm
691
692         * src/insets/form_url.[Ch]: removed
693
694 2000-07-26  Kayvan A. Sylvan <kayvan@sylvan.com>
695
696         * development/lyx.spec.in
697         * Makefile.am: Fix buglet for LyX RPM generation resulting from
698         file/directory re-organization.
699                 
700 2000-07-26  Angus Leeming  <a.leeming@ic.ac.uk>
701
702         * src/insets/insetcommand.[Ch]: moved the string data and
703         associated manipulation methods into a new stand-alone class
704         InsetCommandParams. This class has two additional methods
705         getAsString() and setFromString() allowing the contents to be
706         moved around as a single string.
707         (addContents) method removed.
708         (setContents) method no longer virtual.
709
710         * src/buffer.C (readInset): made use of new InsetCitation,
711         InsetUrl constructors based on InsetCommandParams.
712
713         * src/commandtags.h: add LFUN_INSERT_URL
714
715         * src/lyxfunc.C (Dispatch): changed to accomadate GUI-
716         independent InsetUrl and use InsetCommandParams to extract
717         string info and create new Insets.
718
719         * src/frontends/Dialogs.h: add signals showUrl, createUrl.
720
721         * src/frontends/xforms/FormCitation.C (apply): uses 
722         InsetCommandParams.
723
724         * src/frontends/xforms/form_url.C
725         * src/frontends/xforms/form_url.h
726         * src/frontends/xforms/FormUrl.h
727         * src/frontends/xforms/FormUrl.C
728         * src/frontends/xforms/forms/form_url.fd: new files
729
730         * src/insets/insetcite.[Ch]: removed unused constructors.
731
732         * src/insets/insetinclude.[Ch]: no longer store filename
733
734         * src/insets/inseturl.[Ch]: GUI-independent.
735
736 2000-07-26  Juergen Vigna  <jug@sad.it>
737         * renamed frontend from gtk to gnome as it is that what is realized
738         and did the necessary changes in the files.
739         
740 2000-07-26  Marko Vendelin <markov@ioc.ee>
741         * autogen.sh
742         * configure.in: cleaning up gnome configuration scripts
743
744 2000-07-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
745
746         * src/frontends/xforms/Menubar_pimpl.C (set): fix the disappearing
747         shortcuts syndrom by redrawing them explicitely (a better solution
748         would be appreciated).
749
750         * src/lyxfunc.C (getStatus): fix crash when functions are disabled.
751
752         * src/frontends/xforms/Menubar_pimpl.C (set): fix the shortcut of
753         the button.
754
755         * src/lyx_cb.C (MenuExport): change html export to do the right
756         thing depending of the document type (instead of having
757         html-linuxdoc and html-docbook).
758         * src/lyxfunc.C (getStatus): update for html
759         * lib/ui/default.ui: simplify due to the above change.
760         * src/menus.C (ShowFileMenu): update too (in case we need it).
761
762         * src/MenuBackend.C (read): if a menu is defined twice, add the
763         new entries to the exiting one.
764
765 2000-07-26  Juergen Vigna  <jug@sad.it>
766
767         * src/buffer.h: added functions setUnnamed(bool) and isUnnamed().
768
769         * src/lyx_cb.C (MenuWriteAs): Changed to react right for unnamed docs
770         and return a bool if it did actual save the file.
771         (AutoSave): don't autosave a unnamed doc.
772
773         * src/bufferlist.C (close) (QwriteAll) (emergencyWriteAll):
774         check if this is an UNNAMED new file and react to it.
775         (newFile): set buffer to unnamed and change to not mark a new
776         buffer dirty if I didn't do anything with it.
777
778         * src/lyxfunc.C (MenuNew): Changed to not ask for filename on new.
779
780 2000-07-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
781
782         * src/frontends/Menubar.h: make "struct Pimpl;" public + the
783         friend as per Angus's patch posted to lyx-devel.
784
785         * src/ext_l10n.h: updated
786
787         * src/frontends/xforms/Toolbar_pimpl.C (updateLayoutList): run
788         gettext on the style string right before inserting them into the
789         combox. 
790
791         * autogen.sh: add code to extract style strings form layout files,
792         not good enough yet. 
793
794         * src/frontends/gtk/.cvsignore: add MAKEFILE
795
796         * src/MenuBackend.C (read): run the label strings through gettext
797         before storing them in the containers.
798
799         * src/ext_l10n.h: new file 
800
801         * autogen.sh : generate the ext_l10n.h file here
802
803 2000-07-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
804
805         * src/lyxrc.C (read): do not use LyXLex::lex() to parse set_color
806         arguments. 
807
808         * lib/ui/default.ui: fix a couple of typos.
809
810         * config/gnome/gtk.m4: added (and added to the list of files in 
811         autogen.sh).
812
813         * src/insets/insetinclude.C (unique_id): fix when we are using
814         lyxstring instead of basic_string<>. 
815         * src/insets/insettext.C (LocalDispatch): ditto.
816         * src/support/filetools.C: ditto.
817
818         * lib/configure.m4: create the ui/ directory if necessary.
819
820         * src/LyXView.[Ch] (updateToolbar): new method.
821
822         * src/BufferView_pimpl.C (buffer): update the toolbar when
823         opening/closing buffer.
824
825 2000-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
826
827         * src/LyXAction.C (getActionName): enhance to return also the name
828         and options of pseudo-actions.
829         (init): New lyxfunc LFUN_MATH_PANEL=="math-panel".
830
831         * lib/ui/default.ui: use OptItem in the vc submenu (intented just
832         as an example of what is possible). Used in File->Build too (more
833         useful) and in the import/export menus (to mimick the complicated
834         handling of linuxdoc and friends). Try to update all the entries.
835
836         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): handle
837         optional entries.
838
839         * src/MenuBackend.C (read): Parse the new OptItem tag.
840
841         * src/MenuBackend.h: Add a new optional_ data member (used if the
842         entry should be omitted when the lyxfunc is disabled).
843
844         * src/frontends/xforms/Menubar_pimpl.C (string_width): new
845         function, used as a shortcut.
846         (create_submenu): align correctly the shortcuts on the widest
847         entry.
848         
849         * src/MenuBackend.h: MenuItem.label() only returns the label of
850         the menu without shortcut; new method shortcut().
851         
852 2000-07-14  Marko Vendelin <markov@ioc.ee>
853
854         * src/frontends/gtk/Dialogs.C:
855         * src/frontends/gtk/FormCopyright.C:
856         * src/frontends/gtk/FormCopyright.h:
857         * src/frontends/gtk/Makefile.am: added these source-files for the
858         Gtk/Gnome support of the Copyright-Dialog.
859
860         * src/main.C: added Gnome::Main initialization if using
861         Gtk/Gnome frontend-GUI.
862
863         * src/lyx_gui.C: added Gnome event loop if using Gtk/Gnome
864         frontend-GUI.
865         * config/gnome/aclocal-include.m4
866         * config/gnome/compiler-flags.m4
867         * config/gnome/curses.m4
868         * config/gnome/gnome--.m4
869         * config/gnome/gnome-bonobo-check.m4
870         * config/gnome/gnome-common.m4
871         * config/gnome/gnome-fileutils.m4
872         * config/gnome/gnome-ghttp-check.m4
873         * config/gnome/gnome-gnorba-check.m4
874         * config/gnome/gnome-guile-checks.m4
875         * config/gnome/gnome-libgtop-check.m4
876         * config/gnome/gnome-objc-checks.m4
877         * config/gnome/gnome-orbit-check.m4
878         * config/gnome/gnome-print-check.m4
879         * config/gnome/gnome-pthread-check.m4
880         * config/gnome/gnome-support.m4
881         * config/gnome/gnome-undelfs.m4
882         * config/gnome/gnome-vfs.m4
883         * config/gnome/gnome-x-checks.m4
884         * config/gnome/gnome-xml-check.m4
885         * config/gnome/gnome.m4
886         * config/gnome/gperf-check.m4
887         * config/gnome/gtk--.m4
888         * config/gnome/linger.m4
889         * config/gnome/need-declaration.m4: added configuration scripts
890         for Gtk/Gnome frontend-GUI
891
892         * configure.in: added support for the --with-frontend=gtk option
893
894         * autogen.sh: added config/gnome/* to list of config-files
895
896         * acconfig.h: added define for GTKGUI-support
897
898         * config/lyxinclude.m4: added --with-frontend[=value] option value
899         for Gtk/Gnome frontend-GUI support.
900                             
901 2000-07-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
902
903         * src/support/lstrings.C (prefixIs): rewrite so that gcc bastring
904         can be used.
905         (suffixIs): ditto
906
907         * src/paragraph.C (GetChar): remove non-const version
908
909         * src/lyxlex_pimpl.C (compare_tags): rewritten to suit cvs gcc 2.96
910         (search_kw): use it.
911
912         * src/lyx_main.C (init): if "preferences" exist, read that instead
913         of "lyxrc".
914         (ReadRcFile): return bool if the file could be read ok.
915         (ReadUIFile): add a check to see if lex file is set ok.
916
917         * src/lyx_cb.C (InsertAsciiFile): rewrite a bit so that gcc
918         bastring can be used instead of lyxstring (still uses the old code
919         if std::string is good enough or if lyxstring is used.)
920
921         * src/encoding.C: make the arrays static, move ininle functions
922         here
923         * src/encoding.h: from here.
924
925         * src/buffer.C: have last_isnet_read as a file scope variable for now.
926         (parseSingleLyXformat2Token): move inset parsing to separate method
927         (readInset): new private method
928
929         * src/Variables.h: remove virtual from get().
930
931         * src/ToolbarDefaults.C: include lyxparagraph.h temporary to get
932         access to NEW_INSETS and NEW_TABULAR
933
934         * src/MenuBackend.h: remove superfluous forward declaration of
935         MenuItem. Add documentations tags "///", remove empty MenuItem
936         destructor, remove private default contructor.
937
938         * src/MenuBackend.C (MenuItem): remove unneeded copy contructor 
939         (add): return *this
940         (read): more string mlabel and mname to where they are used
941         (read): remove unused variables mlabel and mname
942         (defaults): unconditional clear, make menusetup take advantage of
943         add returning Menu &.
944
945         * src/LyXView.h: define NEW_MENUBAR as default
946
947         * src/LyXAction.C: include lyxparagraph.h temporary to get access
948         to NEW_INSETS and NEW_TABULAR.
949         (init): commetn out some funcs that is obsolete when NEW_INSETS is
950         defined. Change some of the "xxxx-inset-insert" functions names to
951         "xxxx-insert".
952
953         * several files: more enahncements to NEW_INSETS and the resulting
954         LyXParagraph code.
955         
956         * lib/lyxrc.example (\date_insert_format): move to misc section 
957
958         * config/lyxinclude.m4 (LYX_CXX_STL_STRING): allow to use the gcc
959         bastring and use AC_CACHE_CHECK. 
960         (LYX_CXX_GOOD_STD_STRING): new check. Checks if the std::string of
961         the system have the newest methods. uses AC_CACHE_CHECK 
962         (LYX_CXX_MUTABLE): use AC_CACHE_CHECK 
963         (LYX_CXX_PARTIAL): use AC_CACHE_CHECK 
964         (LYX_CXX_NAMESPACES): use AC_CACHE_CHECK
965
966         * configure.in: add LYX_CXX_GOOD_STD_STRING
967
968         * acinclude.m4: recreated
969
970 2000-07-24  Amir Karger
971
972         * README: add Hebrew, Arabic kmaps
973         * ANNOUNCE: typo
974
975 2000-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
976
977         * src/buffer.C (writeFileAscii): Define actcell as an int instead
978         of int*.
979
980 2000-07-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
981
982         * Lot of files: add pragma interface/implementation.
983         
984         * src/lyx_main.C (ReadUFile): new method. Read the UI file.
985
986         * lib/ui/default.ui: new file (ans new directory). Contains the
987         default menu and toolbar.
988
989         * src/lyxrc.[Ch]: new variable ui_file. Move toolbardefaults to
990         global space. Toolbars are now read (as menus) in ui files. 
991
992         * src/debug.C: change Debug::TOOLBAR to Debug::GUI.
993
994         * src/lyxfunc.C (getStatus): do not exit immediately if a command
995         is disabled because the document is read-only. We want to have the
996         toggle state of the function anyway.
997         (getStatus): add code for LFUN_VC* functions (mimicking what is
998         done in old-style menus)
999         
1000         * src/lyxfunc.C (Dispatch): news functions LFUN_SWITCHBUFFER,
1001         LFUN_HELP_CREDITS, LFUN_HELP_VERSION, LFUN_HELP_OPEN.
1002
1003         * src/LyXView.[Ch]: add code for the NEW_MENUBAR define.
1004         * src/BufferView_pimpl.C: ditto. 
1005         * src/lyxfunc.C: ditto.         
1006
1007         * src/LyXView.h: add a define NEW_MENUBAR (commented out by
1008         default). This replaces old-style menus by new ones.
1009         
1010         * src/MenuBackend.[Ch]: new classes MenuBackend, Menu and
1011         MenuItem. Contain the data structure of a menu.
1012
1013         * src/insets/insettext.C: use LyXView::setLayout instead of
1014         accessing directly the toolbar combox.
1015         * src/lyxfunc.C (Dispatch): ditto.
1016
1017         * src/LyXView.C (setLayout): new method, which just calls
1018         Toolbar::setLayout(). 
1019         (updateLayoutChoice): move part of this method in Toolbar.
1020
1021         * src/toolbar.[Ch]: removed.
1022         
1023         * src/frontend/xforms/Toolbar_pimpl.[Ch]: new files. The xforms
1024         implementation the toolbar. 
1025
1026         * src/frontend/Toolbar.[Ch]: new files. The abstract interface of
1027         the toolbar. It might make sense to merge it with ToolbarDefaults
1028         later. 
1029         (setLayout): new function. 
1030         (updateLayoutList): ditto.
1031         (openLayoutList): ditto.
1032         
1033         * src/frontend/xforms/Toolbar_pimpl.[Ch]: new files. Contain the
1034         xforms implementation of the toolbar.
1035         (get_toolbar_func): comment out, since I do not
1036         know what it is good for. 
1037         
1038         * src/ToolbarDefaults.h: Add the ItemType enum.
1039
1040         * src/support/StrPool.[Ch]: new class. Acts as a reference holder
1041         for a list of allocated C strings. Used in Menubar xforms
1042         implementation to avoid memory leaks.
1043
1044         * src/support/lstrings.[Ch] (uppercase): new version taking and
1045         returning a char.
1046         (lowercase): ditto.
1047
1048         * lib/bind/xemacs.bind: remove bogus binding for lyx-quit.
1049         * lib/bind/emacs.bind: ditto.
1050
1051 2000-07-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
1052
1053         * src/toolbar.h: include commandtags.h instead of lyxfunc.h,
1054         forward decl of LyXView.
1055
1056         * src/toolbar.C (toolbarItem): moved from toolbar.h
1057         (toolbarItem::clean): ditto
1058         (toolbarItem::~toolbarItem): ditto
1059         (toolbarItem::operator): ditto
1060
1061         * src/text2.C (SetLayout): commetn out USE_OLD_SETUP_LAYOUT stuff
1062
1063         * src/paragraph.h: control the NEW_TABULAR define from here
1064
1065         * src/buffer.C: remove define USE_PARSE_FUNCTION, change
1066         USE_TABULAR_INSETS to NEW_TABULAR
1067
1068         * src/ToolbarDefaults.C: add include "lyxlex.h"
1069
1070         * files using the old table/tabular: use NEW_TABULAR to control
1071         compilation of old tabular stuff. 
1072
1073         * src/paragraph.C (SimpleTeXOnePar): NEW_INSETS: move some #ifdef
1074         to correct place.
1075
1076         * src/buffer.C (parseSingleLyXformat2Token): NEW_INSETS: fix the
1077         planemet in reading of old style floats, fix the \end_deeper
1078         problem when reading old style floats. 
1079
1080 2000-07-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
1081
1082         * src/paragraph.C (writeFile): NEW_INSETS: move a misplaced #endif
1083
1084 2000-07-20  Serge Winitzki <winitzki@erebus.phys.cwru.edu>
1085
1086         * lib/bind/sciword.bind: updated.
1087
1088 2000-07-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
1089
1090         * src/paragraph.C (writeFile): NEW_INSETS: possible fix to the
1091         layout write problem
1092
1093 2000-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1094
1095         * src/Makefile.am (INCLUDES): remove image directory from include
1096         path. 
1097
1098         * src/bullet_forms.C (create_form_form_bullet): small cleanup.
1099         * src/bullet_forms_cb.C (BulletPanelCB): ditto.
1100
1101         * src/LyXView.C (create_form_form_main): read the application icon
1102         from the disk.
1103
1104         * lib/images/*.xpm: change the icons to use transparent color for
1105         background. 
1106
1107         * src/toolbar.C (update): change the color of the button when it
1108         is toggled on.
1109
1110 2000-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1111
1112         * src/lyxfunc.C (Dispatch): use LyXView::ShowState instead of
1113         setting explicitely the minibuffer.
1114         * src/BufferView_pimpl.C (workAreaButtonRelease): ditto.
1115
1116         * src/LyXView.C (showState): new function. Shows font information
1117         in minibuffer and update toolbar state.
1118         (LyXView): call Toolbar::update after creating the
1119         view. 
1120
1121         * src/toolbar.C: change toollist to be a vector instead of a
1122         linked list.
1123         (BubbleTimerCB): get help string directly from the callback
1124         argument of the corresponding icon (which is the action) 
1125         (set): remove unnecessary ugliness.
1126         (update): new function. update the icons (depressed, disabled)
1127         depending of the status of the corresponding action.
1128         
1129         * src/toolbar.h: remove help in toolbarItem
1130
1131 2000-07-19  Dekel Tsur  <dekel@math.tau.ac.il>
1132
1133         * src/Painter.C (text): Added code for using symbol glyphs from
1134         iso10646 fonts. Currently diabled.
1135
1136         * src/encoding.C: Added new encodings: iso8859_3,iso8859_9 and
1137         symbol_encoding.
1138
1139         * src/language.C (initL): Fixed encodings for esperanto,lsorbian,
1140         magyar,turkish and usorbian.
1141
1142         * src/paragraph.C (isMultiLingual): Made more efficient.
1143
1144         * src/mathed/formula.C (LocalDispatch): Fixed behavior of greek
1145         keyboard.
1146
1147         * src/mathed/math_symbols.C (math_insert_greek): Changed to use
1148         LocalDispatch(..,LFUN_SELFINSERT,..) instead of math_insert_symbol().
1149         Also changed the prototype to "bool math_insert_greek(char)".
1150                                                                        
1151 2000-07-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
1152
1153         * lots of files: apply the NEW_INSETS on all code that will not be
1154         needed when we move to use the new insets. Enable the define in
1155         lyxparagrah.h to try it.
1156         
1157         * src/insets/insettabular.C (cellstart): change to be a static
1158         inline function
1159         (InsetTabular): initialize buffer in the initializer list.
1160
1161 2000-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
1162
1163         * src/frontends/xforms/FormPrint.[Ch] : moved #include
1164         form_print.h out of the header file. Replaced with forward
1165         declarations of the relevant struct.
1166
1167         * src/frontends/xforms/FormPreferences.[Ch] : ditto for
1168         form_preferences.h.
1169
1170         * src/commandtags.h: do not include "debug.h" which does not
1171         belong there. #include it in some other places because of this
1172         change. 
1173
1174 2000-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1175
1176         * src/insets/insetcaption.C: add a couple "using" directives.
1177
1178         * src/toolbar.C (add): get the help text directly from lyxaction.
1179         (getPixmap): nuked.
1180         (setPixmap): new function. Loads from disk and sets a pixmap on a
1181         botton; the name of the pixmap file is derived from the command
1182         name. 
1183
1184         * src/toolbar.h: remove members isBitmap and pixmap from
1185         toobarItem struct. 
1186
1187         * lib/images/*.xbm *_bw.xpm: remove (not used any more).
1188         * lib/images/: move many files from images/banner.xpm.
1189
1190         * src/lyx_gui.C (create_forms): read banner pixmap from file.
1191
1192         * src/lyx_gui.C (create_forms): remove TWO_COLORS_ICONS support.
1193         * src/toolbar.C: ditto.
1194         * configure.in: ditto.
1195         * INSTALL: document. 
1196
1197         * src/spellchecker.C (ShowSpellChecker): use CancelCloseCB when
1198         the spellchecker popup is closed from the WM.
1199
1200 2000-07-19  Juergen Vigna  <jug@sad.it>
1201
1202         * src/insets/insetfloat.C (Write): small fix because we use the
1203         insetname for the type now!
1204
1205 2000-07-18  Angus Leeming  <a.leeming@ic.ac.uk>
1206
1207         * src/frontends/xforms/forms/form_citation.fd: object sizes are
1208         now set here
1209
1210         * src/frontends/Dialogs.h: removed hideCitation signal
1211
1212         * src/insets/insetcite.h: added hide signal
1213
1214         * src/insets/insetcite.C (~InsetCitation): emits new signal
1215         (getScreenLabel): "intelligent" label should now fit on the screen!
1216
1217         * src/frontends/xforms/FormCitation.[Ch] (hideInset): removed
1218
1219         * src/frontends/xforms/FormCitation.C (showInset): connects
1220         hide() to the inset's hide signal
1221         (show): modified to use fl_set_object_position rather than
1222         fl_set_object_geometry wherever possible
1223         
1224 2000-07-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
1225
1226         * src/insets/lyxinset.h: add caption code
1227
1228         * src/insets/insetfloat.C (type): new method
1229
1230         * src/insets/insetcaption.C (Write): new method
1231         (Read): new method
1232         (LyxCode): new method
1233
1234         * src/text2.C (SetCounter): revert Jürgens code, but use his idea
1235         to get it right together with using the FloatList.
1236
1237         * src/commandtags.h: add LFUN_INSET_CAPTION
1238         * src/lyxfunc.C (Dispatch): handle it
1239
1240         * src/buffer.C (parseSingleLyXformat2Token): add code to read a
1241         caption inset.
1242
1243         * src/Variables.[Ch]: make expand take a const reference, remove
1244         the destructor, some whitespace changes.
1245
1246         * src/LyXAction.C (init): add caption-inset-insert
1247
1248         * src/FloatList.C (FloatList): update the default floats a bit.
1249
1250 2000-07-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1251
1252         * src/Variables.[Ch]: new files. Intended to be used for language
1253         specific strings (like \chaptername) and filename substitution in
1254         commands. 
1255
1256         * src/trans.C (AddDeadkey): replace keyword "all" with "native" in
1257         kmap files.
1258         * lib/kbd/american.kmap: update
1259
1260         * src/trans_mgr.C (normalkey): do not test allowAccent anymore.
1261
1262         * src/bufferparams.[Ch]: remove member allowAccents.
1263
1264         * src/menus.C (ShowOptionsMenu): remove the LaTeX entry.
1265
1266         * src/LaTeXLog.C: use the log_form.h header.
1267         * src/lyx_gui.C: ditto.
1268         * src/lyx_gui_misc.C: ditto.
1269         * src/lyxvc.h: ditto.
1270
1271         * forms/log_form.fd: new file, created from latexoptions.fd. I
1272         kept the log popup and nuked the options form.
1273
1274         * src/{la,}texoptions.[Ch]: removed.
1275         * src/lyx_cb.C (LaTeXOptions): ditto
1276
1277         * src/lyx_gui.C (create_forms): do not handle the
1278         fd_latex_options form. 
1279
1280 2000-07-18  Juergen Vigna  <jug@sad.it>
1281
1282         * src/insets/insetfloat.C (InsetFloat): use setInsetName to set the
1283         name of the inset so that it can be requested outside (text2.C).
1284
1285         * src/text2.C (SetCounter): modified so it sees insetfloat for caption
1286         labels.
1287
1288 2000-07-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1289
1290         * src/mathed/formula.h (ConvertFont): constify
1291
1292         * src/mathed/formula.C (Read): add warning if \end_inset is not
1293         found on expected place.
1294
1295         * src/insets/lyxinset.h (ConvertFont): consify
1296
1297         * src/insets/insetquotes.C (ConvertFont): constify
1298         * src/insets/insetquotes.h: ditto
1299
1300         * src/insets/insetinfo.h: add labelfont
1301
1302         * src/insets/insetinfo.C (InsetInfo): set the labelfont
1303         (ascent): use labelfont
1304         (descent): likewise
1305         (width): likewise
1306         (draw): likewise
1307         (Write): make .lyx file a bit nicer
1308
1309         * src/insets/insetfloat.C (Write): simplify somewhat...
1310         (Read): add warning if arg is not found
1311
1312         * src/insets/insetcollapsable.C: add using std::max
1313         (Read): move string token and add warning in arg is not found
1314         (draw): use std::max to get the right ty
1315         (getMaxWidth): simplify by using std::max
1316
1317         * src/insets/insetsection.h: new file
1318         * src/insets/insetsection.C: new file
1319         * src/insets/insetcaption.h: new file
1320         * src/insets/insetcaption.C: new file
1321
1322         * src/insets/inset.C (ConvertFont): constify signature
1323
1324         * src/insets/Makefile.am (libinsets_la_SOURCES): add
1325         insetcaption.[Ch] and insetsection.[Ch]
1326
1327         * src/layout.h: remove LABEL_FIRST_COUNTER from enum, change all
1328         uses to use LABEL_COUNTER_CHAPTER instead.
1329         * src/text2.C (SetCounter): here
1330
1331         * src/counters.h: new file
1332         * src/counters.C: new file
1333         * src/Sectioning.h: new file
1334         * src/Sectioning.C: new file
1335
1336         * src/Makefile.am (lyx_SOURCES): add Sectioning.[hC] and counters.[Ch]
1337
1338 2000-07-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1339
1340         * lib/Makefile.am (listerrors): build-listerrors is in ${srcdir},
1341         not always in "."!
1342
1343         * src/paragraph.[Ch] (SimpleTeXSpecialChars): fix the definition of
1344         the last argument.
1345
1346 2000-07-17  Juergen Vigna  <jug@sad.it>
1347
1348         * src/tabular.C (Validate): check if array-package is needed.
1349         (SetVAlignment): added support for vertical alignment.
1350         (SetLTFoot): better support for longtable header/footers
1351         (Latex): modified to support added features.
1352
1353         * src/LaTeXFeatures.[Ch]: added array-package.
1354
1355 2000-07-17  R. Lahaye  <lahaye@postech.ac.kr>
1356
1357         * src/lyx_gui.C (LyXGUI): make sure that the height is large
1358         enough. 
1359
1360 2000-07-17  Kayvan Sylvan <ksylvan@synopsys.com>
1361
1362         * configure.in: do not forget to put a space after -isystem.
1363
1364 2000-07-10  Dekel Tsur  <dekel@math.tau.ac.il>
1365
1366         * lib/kbd/arabic.kmap: a few fixes.
1367
1368 2000-07-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1369
1370         * some whitespace chagnes to a number of files.
1371         
1372         * src/support/DebugStream.h: change to make it easier for
1373         doc++ to parse correctly.
1374         * src/support/lyxstring.h: ditto
1375
1376         * src/mathed/math_utils.C (compara): change to have only one
1377         operator()
1378         (MathedLookupBOP): change because of the above.
1379
1380         * src/mathed/math_delim.C (math_deco_compare): change to have only
1381         one operator()
1382         (search_deco): change becasue of the above.
1383
1384         * src/insets/insettabular.C (DrawCellSelection): use std::swap
1385         instead of manually coded one.
1386
1387         * src/insets/insetquotes.C (Read): read the \end_inset too
1388
1389         * src/insets/insetlatex.h: remove file
1390         * src/insets/insetlatex.C: remove file
1391         
1392         * src/insets/insetindex.[Ch] (InsetPrintIndex): remove default
1393         constructor 
1394         (InsetPrintIndex): remove destructor
1395
1396         * src/insets/insetinclude.h: remove default constructor
1397
1398         * src/insets/insetfloat.C: work to make it work better
1399
1400         * src/insets/inseterror.[Ch] (InsetError): remove default constructor
1401
1402         * src/insets/insetcite.h (InsetCitation): remove default constructor
1403
1404         * src/insets/insetbutton.[Ch] (InsetButton): remove default constructor
1405
1406         * src/text.C (GetColumnNearX): comment out some currently unused code.
1407
1408         * src/paragraph.C (writeFile): move some initializations closer to
1409         first use.
1410         (CutIntoMinibuffer): small change to use new matchIT operator
1411         (Erase): ditto
1412         (Erase): ditto
1413         (InsertChar): ditto
1414         (InsertInset): ditto
1415         (GetInset): ditto
1416         (GetInset): ditto
1417         (InsetIterator): ditto
1418         (Erase): small change to use new matchFT operator
1419         (InsertChar): ditto
1420         (GetFontSettings): ditto
1421         (HighestFontInRange): ditto
1422         (SetFont): ditto
1423
1424         * src/lyxparagraph.h: some chars changed to value_type
1425         (matchIT): because of some stronger checking (perhaps too strong)
1426         in SGI STL, the two operator() unified to one.
1427         (matchFT): ditto
1428
1429         * src/lyxfunc.C (Dispatch): code to insert InsetFloat improved
1430
1431         * src/buffer.C (parseSingleLyXformat2Token): static string to hold
1432         the last inset read added
1433         (parseSingleLyXformat2Token): some more (future) compability code added
1434         (parseSingleLyXformat2Token): warning about solitary \end_inset added
1435         (parseSingleLyXformat2Token): set last_inset_read
1436         (parseSingleLyXformat2Token): more code to read new "Float" correctly
1437         (parseSingleLyXformat2Token): don't double intializw string next_token
1438
1439         * src/TextCache.C (text_fits::operator()): add const's to the signature
1440         (has_buffer::operator()): ditto
1441
1442         * src/Floating.h: add some comments on the class
1443
1444         * src/FloatList.[Ch] (typeExist): new method
1445         (getType): ditto
1446
1447         * src/BackStack.h: added default constructor, wanted by Gcc.
1448
1449 2000-07-14  Juergen Vigna  <jug@sad.it>
1450
1451         * src/insets/insettext.C (clear): fixed for multiple paragraps/layouts.
1452
1453         * src/frontends/xforms/forms/form_tabular.fd: updated a bit.
1454
1455         * src/insets/insettabular.C (resizeLyXText): need this to be able to
1456         do a redraw when the window is resized!
1457         (LocalDispatch): small fix so LFUN_TAB works only with locked_inset.
1458
1459         * src/insets/insettext.C (resizeLyXText): added function to correctly
1460         being able to resize the LyXWindow.
1461
1462         * src/table.C (Read): fixed read on DOS-lyx-file (lf-lr)
1463
1464 2000-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1465
1466         * src/frontends/Dialogs.h (hideCitation) : new signal to prevent
1467         crashes when closing dialog to a deleted inset.
1468
1469         * src/insets/insetcite.[Ch] (Edit) : the return of this former
1470         method! Now similar to other insets.
1471
1472 2000-07-13  Juergen Vigna  <jug@sad.it>
1473
1474         * src/text.C (GetVisibleRow): fixed clearing of rows with insets!
1475
1476         * lib/examples/Literate.lyx: small patch!
1477
1478         * src/insets/insetbib.C (Read): added this function because of wrong
1479         Write (without [begin|end]_inset).
1480
1481 2000-07-11  Juergen Vigna  <jug@sad.it>
1482
1483         * src/BufferView2.C (open_new_inset): changed to a bool returnvalue
1484         as the insertInset could not be good!
1485
1486         * src/screen.C (ToggleSelection): fixed toggle selection bug as
1487         the bool param should not be last.
1488
1489 2000-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1490
1491         * sigc++/configure.in: fix bug in threading-related code (Yes, I
1492         did submit that to Karl).
1493
1494         * configure.in: use -isystem instead of -I for X headers. This
1495         fixes a problem on solaris with a recent gcc; 
1496         put the front-end code after the X detection code;
1497         configure in sigc++ before lib/
1498
1499         * src/lyx_main.C (commandLineHelp): remove -display from command
1500         line help.
1501
1502 2000-07-09  Kayvan A. Sylvan  <kayvan@sylvan.com>
1503
1504         * lib/Makefile.am: added lib/build-listerrors to DIST tarfile.
1505         Also put in Makefile rules for building the ``listerrors''
1506         program for parsing errors from literate programs written in LyX.
1507
1508         * lib/build-listerrors: Added small shell script as part of compile
1509         process. This builds a working ``listerrors'' binary if noweb is
1510         installed and either 1) the VNC X server is installed on the machine,
1511         or 2) the user is compiling from within a GUI. The existence of a GUI
1512         is necessary to use the ``lyx --export'' feature for now. This
1513         hack can be removed once ``lyx --export'' no longer requires a GUI to
1514         function.
1515
1516 2000-07-09  Bernard Michael Hurley <bernardh@westherts.ac.uk>
1517
1518         * lib/examples/Literate.lyx, src/Literate.[Ch]: Error messages are
1519         now passed back correctly from gcc and placed "under" error
1520         buttons in a Literate LyX source.
1521
1522 2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
1523
1524         * src/text.C (GetColumnNearX): Better behavior when a RTL
1525         paragraph is ended by LTR text.
1526
1527         * src/text2.C (SetCurrentFont,CursorLeftIntern,CursorRightIntern):
1528         Ditto
1529
1530 2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
1531
1532         * src/WorkArea.C  (request_clipboard_cb): Set clipboard_read to
1533         true when clipboard is empty.
1534                                         
1535 2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
1536
1537         * text.C (Backspace): Prevent rebreaking of a row if it is the last
1538         row of the paragraph.
1539         (SetHeightOfRow): Call to PrepareToPrint with 7th argument = false 
1540         to prevent calculation of bidi tables
1541
1542 2000-07-07  Juergen Vigna  <jug@sad.it>
1543
1544         * src/screen.C (ToggleSelection): added y_offset and x_offset
1545         parameters.
1546
1547         * src/insets/insettext.C (InsetMotionNotify): fixed selection with
1548         mouse.
1549
1550         * src/text.C (GetVisibleRow): fixed selection drawing in insets.
1551
1552         * src/insets/insettext.C: fixed Layout-Display!
1553
1554 2000-07-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1555
1556         * configure.in: add check for strings.h header.
1557
1558         * src/spellchecker.C: include <strings.h> in order to have a
1559         definition for bzero().
1560
1561 2000-07-07  Juergen Vigna  <jug@sad.it>
1562
1563         * src/insets/insettext.C (draw): set the status of the bv->text to
1564         CHANGED_IN_DRAW if top_x changed and so a reinit is necessary.
1565
1566         * src/screen.C (DrawOneRow): 
1567         (DrawFromTo): redraw the actual row if something has changed in it
1568         while drawing.
1569
1570         * src/text.C (draw): call an update of the toplevel-inset if something
1571         has changed inside while drawing.
1572
1573         * src/lyxtext.h: added CHANGED_IN_DRAW status.
1574
1575 2000-07-06  Angus Leeming  <a.leeming@ic.ac.uk>
1576
1577         * src/insets/insetbib.[Ch] (callback) new method, moving callback
1578         processing inside class.
1579
1580         * src/insets/insetindex.[Ch] (callback) new method, moving callback
1581         processing inside class.
1582
1583         * src/insets/insetindex.h new struct Holder, consistent with other
1584         insets.
1585
1586         * src/insets/insetcite.[Ch] and elsewhere: stripped out xforms
1587         citation dialog from main code and placed it in src/frontends/xforms.
1588         Dialog launched through signals instead of callbacks
1589         
1590 2000-07-06  R. Lahaye  <lahaye@postech.ac.kr>
1591
1592         * lyx.man: update the options description.
1593
1594 2000-07-05  R. Lahaye  <lahaye@postech.ac.kr>
1595
1596         * src/lyx_gui.C src/lyx_main.C: improve the -geometry support,
1597         handle neg values, set min width to 590, add doc about -display  
1598
1599 2000-07-05  Juergen Vigna  <jug@sad.it>
1600
1601         * src/insets/lyxinset.h: changed Painter & in ascent(), descent()
1602         calls to BufferView *.
1603
1604         * src/insets/insettext.C (checkAndActivateInset): small fix non
1605         HIGHLY_EDITABLE insets should not be entered by cursor-move-over!
1606
1607         * src/insets/insetcommand.C (Read): Fixed as insets should read till
1608         their \end_inset token!
1609
1610 2000-07-04  edscott  <edscott@imp.mx>
1611
1612         * src/lyxrc.C, src/lyxrc.h, src/BufferView_pimpl.C,
1613         lib/lyxrc.example: added option \wheel_jump
1614
1615 2000-07-04   R. Lahaye  <lahaye@postech.ac.kr>
1616
1617         * src/lyx_gui.C src/lyx_main.C: add support for -geometry, and
1618         remove support for -width,-height,-xpos and -ypos.
1619
1620 2000-07-01  Dekel Tsur  <dekel@math.tau.ac.il>
1621
1622         * src/encoding.[Ch]: New files.
1623
1624         * src/painter.C (text(int,int,XChar2b const *,...)): New method.
1625         (text): Call to the underline() method only when needed.
1626
1627         * src/font.C (XTextWidth16,width(XChar2b const *,...)): New methods.
1628
1629         * src/buffer.C (makeLaTeXFile): Compute automatically the input
1630           encoding(s) for the document.
1631
1632         * src/bufferparams.C (BufferParams): Changed default value of
1633         inputenc to "auto".
1634
1635         * src/language.C (newLang): Removed.
1636         (items[]): Added encoding information for all defined languages.
1637
1638         * src/lyx_gui.C (create_forms): Added "auto" option to the input
1639         encoding choice button.
1640
1641         * src/lyxrc.h (font_norm_type): New member variable.
1642         (set_font_norm_type): New method.
1643
1644         * src/paragraph.C (TeXOnePar): Put "\inputencoding{}" between
1645         paragraphs with different encodings.                          
1646
1647         * src/text.C (is_arabic, is_nikud, TransformChar): Moved to encoding.C
1648         (TransformChar): Changed to work correctly with Arabic points.
1649         (draw): Added support for drawing Arabic points.
1650         (draw): Removed code for drawing underbars (this is done by
1651         the Painter!)
1652
1653         * src/support/textutils.h (IsPrintableNonspace): New function.
1654
1655         * src/BufferView_pimpl.h: Added "using SigC::Object".
1656         * src/LyXView.h: ditto.
1657
1658         * src/insets/insetinclude.h (include_label): Changed to mutable.
1659
1660 2000-07-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1661
1662         * src/mathed/math_iter.h: remove empty destructor
1663
1664         * src/mathed/math_cursor.h: remove empty destructor
1665
1666         * src/insets/lyxinset.h: add THEOREM_CODE
1667
1668         * src/insets/insettheorem.[Ch]: new files 
1669
1670         * src/insets/insetminipage.C: (InsertInset): remove
1671
1672         * src/insets/insetmarginal.C: inherit from InsetFootLike instead
1673         of InsetCollapsable
1674         (InsertInset): remove
1675
1676         * src/insets/insetlist.C: (InsertList): remove
1677
1678         * src/insets/insetfootlike.[Ch]: new files 
1679
1680         * src/insets/insetfoot.C: inherit from InsetFootLike instead of
1681         InsetCollapsable.
1682         (Write): remove
1683         (InsertInset): ditto
1684
1685         * src/insets/insetert.C: remove include Painter.h, reindent
1686         (InsertInset): move to header
1687
1688         * src/insets/insetcollapsable.h: remove explicit from default
1689         contructor, remove empty destructor, add InsertInset
1690
1691         * src/insets/insetcollapsable.C (InsertInset): new func
1692
1693         * src/insets/Makefile.am (libinsets_la_SOURCES): add new files
1694
1695         * src/vspace.h: add explicit to constructor
1696
1697         * src/paragraph.C (SimpleTeXSpecialChars): use \, instead of
1698         \textcompwordmark, please test this.
1699
1700         * src/lyxrc.C: set ascii_linelen to 65 by default
1701
1702         * src/lyxfunc.C (Dispatch): handle LFUN_INSET_THEOREM
1703
1704         * src/commandtags.h: add LFUN_INSET_THEOREM
1705
1706         * src/buffer.C (parseSingleLyXformat2Token): handle insettheorem
1707         (makeLinuxDocFile): remove _some_ of the nice logic
1708         (makeDocBookFile): ditto
1709
1710         * src/Painter.[Ch]: (~Painter): removed
1711
1712         * src/LyXAction.C (init): entry for insettheorem added
1713
1714         * src/LaTeX.C: get rid of the all_files array, and the TEX_FILES
1715         enum
1716         (deplog): code to detect files generated by LaTeX, needs testing
1717         (deptex): removed
1718
1719 2000-07-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
1720
1721         * src/FloatList.[Ch]: moved inlines out of line to FloatList.C
1722
1723 2000-07-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1724
1725         * src/LaTeX.C (deplog): Add a check for files that are going to be
1726         created by the first latex run, part of the project to remove the
1727         all_files array.
1728
1729         * src/LaTeX.[Ch]: Patch from Baruch to add hebrew table of
1730         contents to the extension list.
1731
1732 2000-07-04  Juergen Vigna  <jug@sad.it>
1733
1734         * src/text.C (NextBreakPoint): added support for needFullRow()
1735
1736         * src/insets/lyxinset.h: added needFullRow()
1737
1738         * src/insets/insetcollapsable.C: redone now this uses a text-inset
1739         and isn't one.
1740
1741         * src/insets/insettext.C: lots of changes for update!
1742
1743 2000-07-03 Angus Leeming <a.leeming@ic.ac.uk>
1744
1745         * src/LaTeXFeatures.h: add a missing std:: qualifier.
1746
1747 2000-07-02 José Abílio Matos <jamatos@fep.up.pt>
1748
1749         *  src/insets/insetinclude.C (InsetInclude): fixed
1750         initialization of include_label.
1751         (unique_id): now returns a string.
1752
1753 2000-07-01 José Abílio Matos <jamatos@fep.up.pt>
1754
1755         * src/LaTeXFeatures.h: new member IncludedFiles, for
1756         a map of key, included file name.
1757
1758         * src/LaTeXFeatures.C (getIncludedFiles): returns a string
1759         with the included files for inclusion in SGML preamble,
1760         i. e., linuxdoc and docbook.
1761
1762         * src/buffer.h:
1763         * src/buffer.C (makeLinuxDocFile): takes two new arguments,
1764         nice (is the generated linuxdoc code to be exported?), that
1765         allows to remove column, and only_body that will be true for
1766         slave documents. Insets are allowed inside SGML font type.
1767         New handling of the SGML preamble for included files.
1768         (makeDocBookFile): the same for docbook.
1769
1770         * src/insets/insetinclude.h:
1771         * src/insets/insetinclude.C (Validate): keeps a list of included files.
1772         (Linuxdoc): 
1773         (DocBook): new export methods.
1774
1775         * src/lyx_cb.C: adjust to the new calling sequence for makeLinuxDocFile
1776         and makeDocBookFile.
1777
1778         * src/lyx_main.C (easyParse): accept linuxdoc and docbook as
1779         formats to export with command line argument -x.
1780
1781 2000-06-29  Juergen Vigna  <jug@sad.it>
1782
1783         * src/mathed/formula.C (LocalDispatch): changed only-cursor-movements
1784         to return DISPATCHED_NOUPDATE so that a it does not redraw the inset!
1785
1786         * src/text.C (GetVisibleRow): added 'bool cleared' parameter as the
1787         region could already been cleared by an inset!
1788
1789 2000-06-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
1790
1791         * src/BufferView_pimpl.h: remove member variables lyx_focus and
1792         work_area_focus
1793
1794         * src/BufferView_pimpl.C (Pimpl): delete init of work_area_focus
1795         and lyx_focus
1796         (cursorToggle): remove special handling of lyx focus.
1797
1798 2000-06-28  Juergen Vigna  <jug@sad.it>
1799
1800         * src/text.C (GetVisibleRow): fixed clearing of text if rowHeight >
1801         insetHeight.
1802
1803 2000-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1804
1805         * src/insets/insetindex.C (Edit): add a callback when popup is
1806         closed by the WM.
1807
1808         * src/insets/insettext.C (LocalDispatch): 
1809         * src/insets/insetmarginal.h: 
1810         * src/insets/insetlist.h: 
1811         * src/insets/insetfoot.h: 
1812         * src/insets/insetfloat.h: 
1813         * src/insets/insetert.h: add a missing std:: qualifier.
1814
1815 2000-06-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
1816
1817         * src/support/lyxsum.C (sum): '\0' teminate file read when using
1818         strstream. 
1819
1820         * src/insets/lyxinset.h: add FLOAT_CODE and MINIPAGE_CODE
1821
1822         * src/insets/insettext.C (Read): remove tmptok unused variable
1823         (LocalDispatch): add not working LFUN_PARAGRAPH_SPACING
1824         (InsertInset): change for new InsetInset code
1825
1826         * src/insets/insettext.h: add TEXT inline method
1827
1828         * src/insets/insettext.C: remove TEXT macro
1829
1830         * src/insets/insetmarginal.C (Write): new method
1831         (Latex): change output slightly
1832
1833         * src/insets/insetfoot.C (Write): new method
1834         (Latex): change output slightly (don't use endl when no need)
1835
1836         * src/insets/insetert.C (Write): new method
1837
1838         * src/insets/insetcollapsable.h: make button_length, button_top_y
1839         and button_bottm_y protected.
1840
1841         * src/insets/insetcollapsable.C (Write): simplify code by using
1842         tostr. Also do not output the float name, the children class
1843         should to that to get control over own arguments
1844
1845         * src/insets/insetfloat.[Ch] src/insets/insetlist.[Ch]
1846         src/insets/insetminipage.[Ch]:
1847         new files
1848
1849         * src/insets/Makefile.am (libinsets_la_SOURCES): add new files
1850         
1851         * src/lyxfunc.C (Dispatch): cases for new insets/commands
1852
1853         * src/Makefile.am (lyx_SOURCES): add the new files
1854
1855         * src/LyXAction.C (init): add LFUN_INSET_MARGINAL,
1856         LFUN_INSET_MINIPAGE, LFUN_INSET_FLOAT, LFUN_INSET_LIST
1857         * src/commandtags.h: ditto
1858         
1859         * src/LaTeXFeatures.h: add a std::set of used floattypes
1860
1861         * src/LaTeXFeatures.C (getPackages): add basic support for float.sty
1862
1863         * src/FloatList.[Ch] src/Floating.h: new files
1864
1865         * src/CutAndPaste.C (SwitchLayoutsBetweenClasses): change call to
1866         InsertInset. 
1867         * src/lyx_cb.C (TableApplyCB): ditto
1868         * src/text.C: ditto
1869         * src/text2.C: ditto
1870         * src/buffer.C (SimpleLinuxDocOnePar): ditto
1871         (parseSingleLyXformat2Token): ditto + add code for
1872         backwards compability for old float styles + add code for new insets
1873         
1874         * src/lyxparagraph.[Ch] (InsertChar(size_type, char, LyXFont)): new
1875         method
1876         (InsertInset(size_type, Inset *, LyXFont)): new method
1877         (InsetChar(size_type, char)): changed to use the other InsetChar
1878         with a LyXFont(ALL_INHERIT).
1879         (InsetInset(size_type, Inset*)): changed to use InsetChar to
1880         insert the META_INSET.
1881         
1882         * sigc++/thread.cc (Privete<int>::operator int&): move definition
1883         out of line. 
1884         * sigc++/thread.h (Threads): from here
1885
1886         * sigc++/scope.cc (ScopeIterator_::ScopeIterator_): move
1887         definition out of line
1888         * sigc++/scope.h: from here
1889
1890 2000-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1891
1892         * src/lyxrc.C (read): make sure the .kmap files exist when a keymap
1893         is specified (adapted from a patch from edscott <edscott@imp.mx>).
1894
1895         * Makefile.am (bindist): new target.
1896
1897         * INSTALL: add instructions for doing a binary distribution.
1898
1899         * development/tools/README.bin.example: update a bit. 
1900
1901 2000-06-26  Lior Silberman <slior@math.huji.ac.il>
1902
1903         * src/lyxrc.C: 
1904         * lib/lyxrc.example: new lyxrc tag \set_color.
1905
1906         * src/lyxfunc.C (Dispatch): 
1907         * src/commandtags.h: 
1908         * src/LyXAction.C: new lyxfunc "set-color".
1909
1910         * src/LColor.[Ch] (setColor): new method to set colors from a lyxname
1911         and an x11name given as strings.
1912
1913         * src/ColorHandler.[Ch] (updateColor): new method. Updates the GC
1914         cache when a color is changed.
1915
1916 2000-06-26  Juergen Vigna  <jug@sad.it>
1917
1918         * src/lyxrow.C (width): added this functions and variable.
1919
1920         * src/insets/insetcite.C (create_form_citation_form): some Gravity
1921         changes.
1922
1923         * src/text.C (SetHeightOfRow): fixed calcualting of width.
1924
1925 2000-06-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1926
1927         * images/undo_bw.xpm: new icon.
1928         * images/redo_bw.xpm: ditto.
1929
1930         * configure.in (INSTALL_SCRIPT): change value to
1931         ${INSTALL} to avoid failures of install-script target.
1932         * lib/reLyX/configure.in (INSTALL_SCRIPT): ditto
1933
1934         * src/BufferView.h: add a magic "friend" declaration to please
1935         compaq cxx.
1936
1937 2000-06-23  Angus Leeming <a.leeming@ic.ac.uk>
1938
1939         * forms/cite.fd: modified to allow resizing without messing
1940         up the dialog.
1941
1942         * src/insetcite.C: Uses code from cite.fd almost without
1943         tweaking. ;-)
1944         User can now resize dialog in the x-direction.
1945         Resizing the dialog in the y-direction is prevented, as the
1946         code does this intelligently already.
1947
1948 2000-06-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1949
1950         * INSTALL: remove obsolete entry in "problems" section.
1951
1952         * lib/examples/sl_*.lyx: update of the slovenian examples.
1953
1954         * src/support/FileInfo.[Ch] (getBlockSize): remove.
1955
1956 2000-06-23  Juergen Vigna  <jug@sad.it>
1957
1958         * src/lyxtext.h: added a 'cleared' flag to draw() function.
1959
1960         * src/buffer.C (resize): delete the LyXText of textinsets.
1961
1962         * src/paragraph.C (SetInsetOwner): set the owner in the insets too.
1963
1964         * src/insets/lyxinset.h: added another parameter 'cleared' to
1965         the draw() function.
1966
1967         * src/lyxfunc.C (processKeyEvent): move cursor to the right of the
1968         unlocking inset in inset.
1969
1970 2000-06-22  Juergen Vigna  <jug@sad.it>
1971
1972         * src/lyxscreen.h: added some y_offset/x_offset parameters for drawings
1973         of insets and moved first to LyXText.
1974
1975         * src/mathed/formulamacro.[Ch]:
1976         * src/mathed/formula.[Ch]: changed prototype of draw() and GetCursorPos
1977
1978 2000-06-21  Juergen Vigna  <jug@sad.it>
1979
1980         * src/text.C (GetVisibleRow): look if I should clear the area or not
1981         using Inset::doClearArea() function.
1982
1983         * src/insets/lyxinset.h: added doClearArea() function and
1984         modified draw(Painter &, ...) to draw(BufferView *, ...)
1985
1986         * src/text2.C (UpdateInset): return bool insted of int
1987
1988 2000-06-20  Dekel Tsur  <dekel@math.tau.ac.il>
1989
1990         * src/lyx_gui.C (create_forms): Add "Reset" option to the language 
1991         combox in the character popup
1992
1993         * src/lyx_cb.C (UserFreeFont): Add argument to the method:
1994         BufferParams const & params
1995
1996 2000-06-20  Juergen Vigna  <jug@sad.it>
1997
1998         * src/insets/insettext.C (SetParagraphData): set insetowner on
1999         2- paragraphs.
2000
2001 2000-06-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
2002
2003         * src/Timeout.[Ch]: Change to use signals instead of callbacks.
2004         * src/LyXView.h (struct FD_form_main): remove, LyXView inherits
2005         from SigC::Object
2006         (form_main_): remove
2007         
2008         * src/LyXView.C (LyXView_AutosaveTimerCB): remove 
2009         (create_form_form_main): remove FD_form_main stuff, connect to
2010         autosave_timeout signal
2011
2012         * src/LyXView.[Ch] (getMainForm): remove 
2013         (UpdateTimerCB): remove
2014         * src/BufferView_pimpl.h: inherit from SigC::Object
2015
2016         * src/BufferView_pimpl.C (Pimpl): connect to cursor_timeout with
2017         signal instead of callback
2018
2019         * src/BufferView.[Ch] (cursorToggleCB): remove 
2020
2021 2000-06-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
2022
2023         * src/BufferView_pimpl.C: changes because of the one below
2024
2025         * src/screen.[Ch]: Made the lyxscreen take LyXText as argument
2026         instead of storing a pointer to a LyXText. 
2027
2028         * src/buffer.[Ch]: apply Baruch's remove isdviclean patch. 
2029
2030 2000-06-10  Dekel Tsur  <dekel@math.tau.ac.il>
2031
2032         * src/lyxparagraph.h
2033
2034         * src/paragraph.C: Changed fontlist to a sorted vector.
2035                                          
2036 2000-06-19  Juergen Vigna  <jug@sad.it>
2037
2038         * src/BufferView.h: added screen() function.
2039
2040         * src/insets/insettext.C (LocalDispatch): some selection code
2041         fixed.
2042
2043         * src/vspace.C (nextToken): use stringfunctions instead of sscanf.
2044
2045         * src/insets/insettext.C (SetParagraphData):
2046         (Read): 
2047         (InsetText):  fixes for multiple paragraphs.
2048
2049 2000-06-17  Kayvan A. Sylvan  <kayvan@sylvan.com>
2050
2051         * development/lyx.spec.in: Call configure with ``--without-warnings''
2052         to work around a bug with the Makefiles when doing ``make lyxrpm''.
2053         This should be fine, however, since we generally don't want to be
2054         verbose when making an RPM.
2055         
2056 2000-06-16  Dekel Tsur  <dekel@math.tau.ac.il>
2057
2058         * lib/scripts/fig2pstex.py: New file
2059
2060 2000-06-16  Juergen Vigna  <jug@sad.it>
2061
2062         * src/insets/insettabular.C (UpdateLocal): 
2063         * src/insets/insettext.C (UpdateLocal): fixed mark_dirty problem.
2064         (LocalDispatch): Changed all functions to use LyXText.
2065
2066 2000-06-15  Juergen Vigna  <jug@sad.it>
2067
2068         * src/text.C (SetHeightOfRow): call inset::update before requesting
2069         any width/height.
2070
2071         * src/insets/insettext.C (update): 
2072         * src/insets/insettabular.C (update): added implementation
2073
2074         * src/insets/lyxinset.h: added update function
2075
2076 2000-06-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2077
2078         * src/text.C (SelectNextWord): protect against null pointers with
2079         old-style string streams. (fix from Paul Theo Gonciari
2080         <gptheo@yahoo.com>) 
2081
2082         * src/cite.[Ch]: remove erroneous files.
2083
2084         * lib/configure.m4: update the list of created directories.
2085
2086         * src/lyxrow.C: include <config.h>
2087         * src/lyxcursor.C: ditto.
2088
2089 2000-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2090
2091         * lib/examples/decimal.lyx: new example file from Mike.
2092
2093         * src/insets/ExternalTemplate.C (readTemplates): Use LibFileSearch()
2094         to find template definitions (from Dekel)
2095
2096         * src/frontends/.cvsignore: add a few things.
2097
2098         * src/frontends/xforms/input_validators.[ch]: remove C++ comments.
2099
2100         * src/Timeout.C (TimeOut): remove default argument.
2101
2102         * src/LyXView.C (LyXView_AutosaveTimerCB): this should not have
2103         "C" linkage.
2104
2105         * src/insets/ExternalTemplate.C: add a "using" directive.
2106
2107         * src/lyx_main.h: remove the act_ struct, which seems unused
2108         anyway. 
2109
2110 2000-06-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
2111
2112         * LyX Developers Meeting: All files changed, due to random C++ (by
2113         coincidence) code generator script.
2114
2115         - external inset (cool!)
2116         - initial online editing of preferences
2117         - insettabular breaks insettext(s contents)
2118         - cleanup
2119         - some DocBook fixes
2120         - example files update
2121         - other cool stuff, create a diff and look for yourself.
2122
2123 2000-06-09  The Great LyX Application  <lyx@localhost.localdomain>
2124
2125         * src/insets/insettext.C (computeTextRows): if the maxWidth is
2126         -1 this is a non-line-breaking textinset.
2127
2128         * src/insets/insettabular.C (GetMaxWidthOfCell): returns now -1
2129         if there is no width set.
2130
2131 2000-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
2132
2133         * Lots of files: Merged the dialogbase branch.
2134
2135 2000-06-09  Allan Rae  <rae@lyx.org>
2136
2137         * src/xtl/, src/lyxfunc.[Ch], src/buffer.[Ch]:  Removed XTL and
2138         and the Dispatch methods that used it.
2139
2140         * src/frontends/Liason.[Ch]: replaced with a Liason namespace for 
2141         access to functions formerly kept in Dispatch.
2142
2143 2000-05-19  Allan Rae  <rae@lyx.org>
2144
2145         * src/PrinterParams.h, src/buffer.C, src/frontends/xforms/FormPrint.C:
2146         made to_page and count_copies integers again.  from_page remains a
2147         string however because I want to allow entry of a print range like
2148         "1,4,22-25" using this field.
2149
2150         * src/LyXAction.C: added action info and commands for buffer-print-xtl
2151         and printer-params-get.  These aren't useful from the minibuffer but
2152         could be used by a script/LyXServer app provided it passes a suitable
2153         auto_mem_buffer.  I guess I should take a look at how the LyXServer
2154         works and make it support xtl buffers.
2155
2156         * sigc++/: updated to libsigc++-1.0.1
2157
2158         * src/xtl/: updated to xtl-1.3.pl.11
2159
2160         * forms/makefile, forms/fdfix.sh, forms/layout_forms.fd: Made sure
2161         those changes done to the files in src/ are actually recreated when
2162         they  get regenerated. Please don't ever accept a patch that changes a
2163         dialog unless that patch includes the changes to the corresponding *.fd
2164         file.
2165
2166         * src/lyx_cb.C, src/support/lstrings.[hC]: Moved Stephen Witt's
2167         stringOnlyContains, renamed it and generalised it.
2168
2169         * lots-of-files: Rolled the "rae" branch over into the "dialogbase"
2170         branch.  Removed the remaining old form_print code.
2171
2172 2000-04-26  Allan Rae  <rae@lyx.org>
2173
2174         * ChangeLog, development/tools/lxtl.sh: D'oh! Got caught in the same
2175         trap I was trying to fix with the ID: fields in src/xtl/  :-)
2176
2177 2000-04-25  Allan Rae  <rae@lyx.org>
2178
2179         * src/xtl/: Updated to incorporate Angus's two patches as well as mine
2180         against a base of xtl-1.3.pl.4
2181
2182         * development/tools/lxtl.sh: fixed a couple of silly typos and now
2183         filter the Id: entries so they still show the xtl version number
2184         they are based on.
2185
2186         * src/support/lxtl.h: removed auto_mem_buffer which is now incorporated
2187         into the src/xtl code.  Patch still pending with José (XTL)
2188
2189 2000-04-24  Allan Rae  <rae@lyx.org>
2190
2191         * src/lyxfunc.[Ch] (Dispatch): Use a mem buffer as a parameter. This is
2192         both more generic and much safer. Use the new template functions.
2193         * src/buffer.[Ch] (Dispatch): ditto.
2194
2195         * src/frontends/xforms/FormPrint.C (update): Use new template functions
2196         and mem buffer more intelligently. Also a little general cleanup.
2197         (apply): ditto.
2198
2199         * configure.in (AC_OUTPUT): Extra stuff for xtl that I forgot.
2200         * development/tools/lxtl.sh: Ditto.  Makefile.am + .cvsignore
2201         * src/xtl/Makefile.am: ditto.
2202         * src/xtl/.cvsignore: ditto.
2203         * src/Makefile.am: ditto.
2204
2205         * src/PrinterParams.h: Removed the macros member functions. Added a
2206         testInvariant member function.  A bit of tidying up and commenting.
2207         Included Angus's idea for fixing operation with egcs-1.1.2.
2208
2209         * src/support/lxtl.h: Many changes.  Added auto_mem_buffer -- a really
2210         cool expansion of XTL's mem_buffer to support automatic memory
2211         management within the buffer itself.  Removed the various macros and
2212         replaced them with template functions that use either auto_mem_buffer
2213         or mem_buffer depending on a #define.  The mem_buffer support will
2214         disappear as soon as the auto_mem_buffer is confirmed to be good on
2215         other platforms/compilers.  That is, it's there so you've got something
2216         to compare against.
2217
2218         * src/xtl/objio.h: Changes to support auto_mem_buffer.  This has
2219         effectively forked XTL.  However I expect José will include my code
2220         into the next major release.  Also fixed a memory leak.
2221         * src/xtl/text.h: ditto.
2222         * src/xtl/xdr.h: ditto.
2223         * src/xtl/giop.h: ditto.
2224
2225 2000-04-16  Allan Rae  <rae@lyx.org>
2226
2227         * acinclude.m4, sigc++/acinclude.m4:  Removed -- they're generated
2228         by autogen.sh and removed by maintainer-clean anyway.
2229         * .cvsignore, sigc++/.cvsignore:  Support the above.
2230
2231         * sigc++/.cvsignore: Forgot that retbind.h was generated.
2232
2233         * src/buffer.C (Dispatch): Couldn't print a single page. Fixed.
2234
2235         * src/frontends/xforms/FormPrint.[Ch]: Switched to C callbacks using
2236         macros, renamed static callback-target member functions to suit new
2237         scheme and made them public.
2238         * src/frontends/xforms/forms/form_print.fd: ditto.
2239         * src/frontends/xforms/forms/form_copyright.fd: ditto.
2240
2241         * src/support/lxtl.h: small cleanup to use typedef instead of #define
2242         for gui_format.
2243
2244         * src/xtl/: New directory containing a minimal distribution of XTL.
2245         This is XTL-1.3.pl.4.
2246
2247         * development/tools/lxtl.sh: A script to generate the above mini-dist.
2248
2249 2000-04-15  Allan Rae  <rae@lyx.org>
2250
2251         * development/tools/makeLyXsigc.sh: Remove the library version numbers
2252
2253         * sigc++/:  Updated to libsigc++-1.0.0
2254
2255 2000-04-14  Allan Rae  <rae@lyx.org>
2256
2257         * src/frontends/xforms/xform_macros.h: Remove specific macros and just
2258         use the generic ones in future.  I'll modify my conversion script.
2259
2260         * src/frontends/xforms/FormCopyright.C: Reverse the earlier change.
2261
2262         * src/lyx_gui_misc.[Ch]: Removed references to form_print.
2263         (CloseAllBufferRelatedDialogs): Renamed.
2264         (updateAllVisibleBufferRelatedDialogs): ditto. Added LaTeXLog
2265
2266         * src/frontends/xforms/FormCopyright.C: Use the specific macros instead
2267         of the generic ones.  These are the same ones my conversion script
2268         generates.
2269
2270         * src/PrinterParams.h: Allow you to print a range of odd or even pages.
2271         * src/frontends/xforms/FormPrint.C (apply, update): ditto+small cleanup
2272         * src/buffer.C (Dispatch): ditto
2273
2274         * src/LyXView.C (LyXView): Use new signals instead of old hard coded
2275         functions for updating and hiding buffer dependent dialogs.
2276         * src/BufferView.C (buffer): ditto
2277         * src/buffer.C (setReadonly): ditto
2278         * src/lyxfunc.C (CloseBuffer): ditto
2279
2280         * src/buffer.h: Take setReadonly() out of line so I don't have to include
2281         Dialogs.h, and hence all the SigC stuff, into every file that includes
2282         buffer.h.  We also don't need to include lyx_gui_misc.h in everything.
2283
2284         * src/BufferView2.C: reduce the number of headers included by buffer.h
2285
2286 2000-04-11  Allan Rae  <rae@lyx.org>
2287
2288         * src/frontends/xforms/xform_macros.h:  A small collection of macros
2289         for building C callbacks.
2290
2291         * src/frontends/xforms/Makefile.am: Added above file.
2292
2293         * src/frontends/xforms/FormCopyright.[Ch]: Revised the C callback
2294         scheme again.  This time it should work for JMarc.  If this is
2295         successful I'll revise my conversion script to automate some of this.
2296         The static member functions in the class also have to be public for
2297         this scheme will work.  If the scheme works (it's almost identical to
2298         the way BufferView::cursorToggleCB is handled so it should work) then
2299         FormCopyright and FormPrint will be ready for inclusion into the main
2300         trunk immediately after 1.1.5 is released -- provided we're prepared
2301         for complaints about lame compilers not handling XTL.
2302
2303         * src/support/lxtl.h: Switched to XDR_format instead of raw_format.
2304
2305 2000-04-07  Allan Rae  <rae@lyx.org>
2306
2307         * config/lyxinclude.m4:  A bit more tidying up (Angus)
2308
2309         * src/LString.h: JMarc's <string> header fix
2310
2311         * src/PrinterParams.h: Used string for most data to remove some
2312         ugly code in the Print dialog and avoid even uglier code when 
2313         appending the ints to a string for output.
2314
2315         * src/buffer.C (Dispatch): Added a couple of braces to fix an error
2316         and moved "default:" back to the end of switch statement.  Cleaned
2317         up the printing so it uses the right function calls and so the
2318         "print to file" option actually puts the file in the right directory.
2319
2320         * src/frontends/xforms/Dialogs.C: Added FormPrint (Angus).
2321
2322         * src/frontends/xforms/FormPrint.C (PrintInputCB): moved input checking
2323         and Ok+Apply button control into a separate method: input (Angus).
2324         (input) Cleaned it up and improved it to be very thorough now.
2325         (All CB) static_cast used instead of C style cast (Angus).  This will
2326         probably change again once we've worked out how to keep gcc-2.8.1 happy
2327         with real C callbacks.
2328         (update) add a few "default:" labels to switches. Egcs-1.1.2 seems to
2329         ignore some of the bool settings and has random numbers instead. Needs
2330         some more investigation.  Added other input length checks and checking
2331         of file and printer names.
2332
2333         * src/frontends/xforms/FormPrint.h: Removed pragma statement so it
2334         would link (Angus).  Seems the old code doesn't compile with the pragma
2335         statement either.  Separated callback entries from internal methods.
2336
2337         * src/lyxfunc.C (Dispatch): LFUN_MENUPRINT calls new dialog (Angus).
2338
2339 2000-03-17  Allan Rae  <rae@lyx.org>
2340
2341         * src/lyxfunc.[Ch] (isAvailable): This is only temporary.  Do we really
2342         need it?  Maybe it could go in Dialogs instead?  I could make it a
2343         LFUN but you'd have to call Dispatch(int, int, char*) with dummy
2344         values to get the bool return value.
2345         (Dispatch): New overloaded method for xtl support.
2346
2347         * src/frontends/xforms/FormCopyright.[Ch]: Modified to use a friendly
2348         extern "C" callback instead of static member functions.  Hopefully,
2349         JMarc will be able to compile this.  I haven't changed 
2350         forms/form_copyright.fd yet. Breaking one of my own rules already.
2351
2352         * src/commandtags.h: New xtl-based LFUN's no description in LyXAction
2353         because they aren't useful from the minibuffer.  Maybe a LyXServer
2354         might want a help message though?
2355
2356         * src/buffer.[Ch] (Dispatch): New overloaded method for xtl support.
2357
2358         * config/lyxinclude.m4: Changes to g++ flags to suit compiling with
2359         xtl which needs both rtti and exceptions.
2360
2361         * src/support/Makefile.am:
2362         * src/support/lxtl.h: New file.  Some helper macros for using XTL.
2363
2364         * src/frontends/xforms/input_validators.[ch]: input filters and
2365         validators.  These conrol what keys are valid in input boxes.
2366         Use them and write some more.  Much better idea than waiting till
2367         after the user has pressed Ok to say that the input fields don't make
2368         sense.
2369
2370         * src/frontends/xforms/Makefile.am:
2371         * src/frontends/xforms/forms/form_print.fd:
2372         * src/frontends/xforms/forms/makefile:
2373         * src/frontends/xforms/FormPrint.[Ch]: Ported previous print form to
2374         new scheme.  Still have to make sure I haven't missed anything from
2375         the current implementation.
2376
2377         * src/Makefile.am, src/PrinterParams.h: New data store.
2378
2379         * other files: Added a couple of copyright notices.
2380
2381 2000-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2382
2383         * src/insets/insetbib.h: move Holder struct in public space.
2384
2385         * src/frontends/include/DialogBase.h: use SigC:: only when
2386         SIGC_CXX_NAMESPACES is defined.
2387         * src/frontends/include/Dialogs.h: ditto.
2388
2389         * sigc++/Makefile.am (%.h): use the autodected GNU m4.
2390
2391         * src/frontends/xforms/FormCopyright.[Ch]: do not
2392         mention SigC:: explicitely.
2393
2394 2000-03-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2395
2396         * config/lyxinclude.m4 (LYX_USE_FRONTEND): move the code which
2397         deals with testing KDE in main configure.in
2398         * configure.in: ditto.
2399
2400 2000-02-22  Allan Rae  <rae@lyx.org>
2401
2402         * Lots of files: Merged from HEAD
2403
2404         * All Makefile.am (ETAGS_ARGS): use parameter that is also compatible
2405         with the etags shipped with SuSE-6.3 (fancier than gnu-etags).
2406
2407         * autogen.sh: Fix JMarcs complaints by building a sigc++/acinclude.m4
2408
2409         * sigc++/: new minidist.
2410
2411 2000-02-14  Allan Rae  <rae@lyx.org>
2412
2413         * development/tools/makeLyXsigc.sh:  Small fix for Makefile.am
2414
2415 2000-02-08  Juergen Vigna  <jug@sad.it>
2416
2417         * src/frontends/kde/dlg/formcopyrightdialog.kdevdlg: the dialog data
2418         file for the buildin GUI builder of KDevelop of the copyright-dialog.
2419
2420         * src/frontends/kde/lyxgui.kdevprj: I added this as I use KDevelop
2421         for this port and so it is much easier for other people to port
2422         dialogs in a common development environment.
2423
2424         * src/frontends/kde/formcopyrightdialog_moc.C: needed MOC file for
2425         the QT/KDE implementation.
2426
2427         * src/frontends/kde/Dialogs.C:
2428         * src/frontends/kde/FormCopyright.C:
2429         * src/frontends/kde/FormCopyright.h:
2430         * src/frontends/kde/Makefile.am:
2431         * src/frontends/kde/formcopyrightdialog.C:
2432         * src/frontends/kde/formcopyrightdialog.h:
2433         * src/frontends/kde/formcopyrightdialogdata.C: added this source-files
2434         for the kde support of the Copyright-Dialog.
2435
2436         * src/frontends/Makefile.am (AUTOMAKE_OPTIONS): now uses @FRONTEND@
2437         subdir-substitution instead of hardcoded 'xforms' as we now have also
2438         the kde subdir.
2439
2440         * src/frontends/include/DialogBase.h (Object): just commented the
2441         label after #endif (nasty warning and I don't like warnings ;)
2442
2443         * src/main.C (main): added KApplication initialization if using
2444         KDE frontend-GUI.
2445
2446         * src/lyx_gui.C (runTime): added support for multiple toolkit support.
2447         For now only the KDE event-loop is added if frontend==kde.
2448
2449         * src/Makefile.am (lyx_DEPENDENCIES): added @FRONTEND_xxx@ support
2450
2451         * configure.in: added support for the --with-frontend[=value] option
2452
2453         * autogen.sh: added kde.m4 file to list of config-files
2454
2455         * acconfig.h: added define for KDEGUI-support
2456
2457         * config/kde.m4: added configuration functions for KDE-port
2458
2459         * config/lyxinclude.m4: added --with-frontend[=value] option with
2460         support for xforms and KDE.
2461
2462 2000-02-08  Allan Rae <rae@lyx.org>
2463
2464         * all Makefile.am:  Fixed up so the make targets dist, distclean, 
2465         install and uninstall all work even if builddir != srcdir.  Still
2466         have a new sigc++ minidist update to come.
2467
2468         * config/lyxinclude.m4: Some more builddir!=srcdir fixes.
2469
2470 2000-02-01  Allan Rae <rae@lyx.org>
2471
2472         * config/lyxinclude.m4, development/tools/makeLyXsigc.sh:
2473         Many mods to get builddir != srcdir working.
2474         
2475         * sigc++/: Upgraded to 0.8.7.  This includes many needed fixes both
2476         for building on NT and so we can do the builddir != srcdir stuff.
2477
2478 2000-01-30  Allan Rae <rae@lyx.org>
2479
2480         * sigc++/doc/*: Selected documentation for the libsigc++ mini dist.
2481         This will stay in "rae" branch.  We probably don't really need it in
2482         the main trunk as anyone who wants to help programming it should get
2483         a full library installed also.  So they can check both included and
2484         system supplied library compilation.
2485
2486         * sigc++/*, sigc++/macros/*, config/sigc++.m4, config/lyxinclude.m4:
2487         Added a 'mini' distribution of libsigc++.  If you feel the urge to 
2488         change something in these directories - Resist it.  If you can't 
2489         resist the urge then you should modify the following script and rebuild
2490         the dist.  LYX_WITH_SIGC in lyxinclude.m4 is the wrapper to make it
2491         all happen.  Still uses a hacked version of libsigc++'s configure.in.
2492         I'm quite happy with the results.  I'm not sure the extra work to turn
2493         the sigc++/configure.in into a few extra AC_DEFUNs in sigc++.m4 is
2494         worth the trouble and would probably lead to extra maintenance 
2495         headaches.
2496         I haven't tested the following important make targets: install, dist.
2497         Not ready for prime time but very close.  Maybe 1.1.5.
2498
2499         * development/tools/makeLyXsigc.sh:  A shell script to automatically
2500         generate our mini-dist of libsigc++.  It can only be used with a CVS
2501         checkout of libsigc++ not a tarball distribution.  It's well commented.
2502         This will end up as part of the libsigc++ distribution so other apps
2503         can easily have an included mini-dist.  If someone makes mods to the
2504         sigc++ subpackage without modifying this script to generate those
2505         changes I'll be very upset!
2506
2507         * src/frontends/:  Started the gui/system indep structure.
2508
2509         * src/frontends/include/Dialogs.h: Dialog container. All the Signal<>s
2510         to access the gui-indep dialogs are in this class.  Much improved
2511         design compared to previous revision.  Lars,  please refrain from
2512         moving this header into src/ like you did with Popups.h last time.
2513
2514         * src/frontends/include/DialogBase.h: Abstract base class for dialogs.
2515
2516         * src/frontends/xforms/:  Started the gui-indep system with a single
2517         dialog: FormCopyright.  Initial testing of use of libsigc++ was very
2518         successful.
2519
2520         * src/frontends/xforms/forms: Repository for the xforms .fd files.
2521         Here you'll find a very useful makefile and automated fdfix.sh that
2522         makes updating dailogs a no-brainer -- provided you follow the rules
2523         set out in the README.  I'm thinking about adding another script to
2524         automatically generate skeleton code for a new dialog given just the
2525         name of the dialog.
2526
2527         * src/commandtags.h, src/lyxfunc.C, src/menus.C:
2528         * src/credits.{Ch}, src/credits_form.{Ch}, forms/credits_form.fd:
2529         Made FormCopyright gui-indep and added a lyxfunc to get to it.
2530
2531 2000-06-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2532
2533         * src/support/LSubstring.C (operator): simplify
2534
2535         * src/lyxtext.h: removed bparams, use buffer_->params instead
2536         
2537         * src/lyxrow.h: make Row a real class, move all variables to
2538         private and use accessors.
2539
2540         * src/lyxparagraph.h (getParLanguage): add BufferParamas as
2541         arguament.
2542         (isRightToLeftPar): ditto
2543         (ChangeLanguage): ditto
2544         (isMultiLingual): ditto
2545         (String): ditto
2546         (TeXOnePar): ditto
2547         (SimpleTeXOnePar): ditto
2548         (TeXEnvironment): ditto
2549         (GetEndLabel): ditto
2550         (SetLayout): ditto
2551         (SetOnlyLayout): ditto
2552         (BreakParagraph): ditto
2553         (BreakParagraphConservative): ditto
2554         (GetFontSettings): ditto
2555         (getFont): ditto
2556         (CopyIntoMinibuffer): ditto
2557         (CutIntoMinibuffer): ditto
2558         (PasteParagraph): ditto
2559         (SetPExtraType): ditto
2560         (UnsetPExtraType): ditto
2561         (DocBookContTableRows): ditto
2562         (SimpleDocBookOneTablePar): ditto
2563         (TeXDeeper): ditto
2564         (TeXFootnote): ditto
2565         (SimpleTeXOneTablePar): ditto
2566         (TeXContTableRows): ditto
2567         (SimpleTeXSpecialChars): ditto
2568         
2569
2570         * src/lyxcursor.h: make LyXCursor a real class, move all variables
2571         to private and use accessors.
2572
2573         * src/lyx_cb.C: remove char updatetimer, and all code that uses
2574         this, we did not use it anymore and has not been for ages. Just a
2575         waste of cpu cycles.
2576
2577         * src/language.h: make Language a real class, move all variables
2578         to private and use accessors.
2579
2580         * src/BufferView_pimpl.C (Pimpl): use new timer code.
2581         (create_view): remove
2582         (update): some changes for new timer
2583         (cursorToggle): use new timer
2584         (beforeChange): change for new timer
2585
2586         * src/BufferView.h (cursorToggleCB): removed last paramter because
2587         of new timer code. 
2588
2589         * src/BufferView.C (C_BufferView_CursorToggleCB): removed 
2590         (cursorToggleCB): change because of new timer code
2591
2592         * lib/CREDITS: updated own mailaddress
2593
2594 2000-06-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2595
2596         * src/support/filetools.C (PutEnv): fix the code in case neither
2597         putenv() nor setenv() have been found.
2598
2599         * INSTALL: mention the install-strip Makefile target.
2600
2601         * src/LyXAction.C (init): make LFUN_BUILDPROG available in
2602         read-only documents.
2603
2604 2000-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2605
2606         * lib/reLyX/configure.in (VERSION): avoid using a previously
2607         generated reLyX wrapper to find out $prefix.
2608
2609         * lib/examples/eu_adibide_lyx-atua.lyx: 
2610         * lib/examples/eu_adibide_gordina.lyx: new examples for the Basque
2611         translation of the Tutorial (Dooteo)
2612
2613 2000-06-06  Angus Leeming <a.leeming@ic.ac.uk>
2614
2615         * forms/cite.fd: new citation dialog
2616
2617         * src/insetcite.[Ch]: the new citation dialog is moved into
2618         its own files.
2619
2620         * src/insetbib.C: InsetBibtex::getKeys() uses STL containers
2621         (Dekel).
2622
2623         * src/insets/insetcommand.h: data members made private. 
2624
2625 2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
2626
2627         * LyX 1.1.5 released
2628
2629 2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
2630
2631         * src/version.h (LYX_RELEASE): to 1.1.5
2632
2633         * src/spellchecker.C (RunSpellChecker): return false if the
2634         spellchecker dies upon creation.
2635
2636 2000-06-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2637
2638         * lib/reLyX/reLyXmain.pl, lib/reLyX/LastLyX.pm: fix suffix of file
2639         in \include{} (from Tomasz Motylewski <motyl@stan.chemie.unibas.ch>) 
2640         
2641         * NEWS: update.
2642
2643         * lib/CREDITS: update entry for Martin Vermeer.
2644
2645 2000-06-06  Dekel Tsur  <dekel@math.tau.ac.il>
2646
2647         * src/text.C (draw): Draw foreign language bars at the bottom of
2648         the row instead of at the baseline.
2649
2650         * lib/examples/Minipage.lyx: Use the new multi-lingual support.
2651
2652 2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
2653
2654         * lib/bind/de_menus.bind: updated
2655
2656 2000-06-05  Dekel Tsur  <dekel@math.tau.ac.il>
2657
2658         * forms/lyx.fd: Correct gravity for objects in form_toc and form_ref
2659
2660 2000-06-05  Dekel Tsur  <dekel@math.tau.ac.il>
2661
2662         * src/menus.C (Limit_string_length): New function
2663         (ShowTocMenu): Limit the number of items/length of items in the
2664         LOT/LOF/LOA menus.
2665
2666         * src/paragraph.C (String): Correct result for a paragraph inside
2667         a footnote.
2668
2669 2000-06-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
2670
2671         * src/bufferlist.C (close): test of buf->getuser() == NULL
2672
2673 2000-06-02  Dekel Tsur  <dekel@math.tau.ac.il>
2674
2675         * src/BufferView2.C (removeAutoInsets): Fix a bug: 
2676         Do not call to SetCursor when the paragraph is a closed footnote!
2677
2678 2000-06-01  Dekel Tsur  <dekel@math.tau.ac.il>
2679
2680         * src/insets/insetlabel.C (Edit): Mark buffer as dirty when a
2681         label is changed.
2682
2683         * src/text.C (SetCursor): Made the computation of cursor_vpos safer.
2684
2685 2000-05-31 Dekel Tsur  <dekel@math.tau.ac.il>
2686
2687         * forms/lyx.fd
2688         * src/lyx_cb.C (RefSelectCB): Added "Go Back" button in the insert
2689         reference popup, that activates the reference-back action
2690
2691         * src/menus.C (ShowRefsMenu): Added "Go Back" menu item.
2692
2693         * src/menus.C (Add_to_refs_menu): Limit the size of each item in
2694         the menus. Also fixed a bug.
2695
2696         * src/lyx_cb.C (updateAllVisibleBufferRelatedPopups): Do not close 
2697         the math panels when switching buffers (unless new buffer is readonly).
2698
2699         * src/BufferView.C (NoSavedPositions)
2700         * src/BufferView_pimpl.C (NoSavedPositions): New methods
2701
2702 2000-06-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
2703
2704         * src/lyx_cb.C (MakeLaTeXOutput): we run MakeLaTeXOutput regard
2705         less of dvi dirty or not.
2706
2707         * src/trans_mgr.[Ch] (insert): change first parameter to string
2708         const &.  
2709
2710         * src/chset.[Ch] (encodeString): add const to first parameter
2711
2712 2000-05-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
2713
2714         * src/support/lyxstring.C (begin): fix a "shared" string bug. use
2715         rep->get_own_copy()
2716         (end): ditto
2717
2718         * src/LaTeX.C (deplog): better searching for dependency files in
2719         the latex log. Uses now regexps.
2720
2721         * lib/layouts/stdlists.inc (lyxlist): fix the label to use \hfil
2722         instead of the box hack or \hfill. 
2723
2724 2000-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2725
2726         * src/lyxfunc.C (doImportHelper): do not create the file before
2727         doing the actual import. 
2728         (doImportASCIIasLines): create a new file before doing the insert.
2729         (doImportASCIIasParagraphs): ditto.
2730
2731         * lib/lyxrc.example: remove mention of non-existing commands
2732
2733         * lyx.man: remove mention of color-related switches.
2734
2735         * src/lyxrc.C: remove RC_SELECTIONCOLOR and RC_BACKGROUNDCOLOR. 
2736
2737         * src/lyx_gui.C: remove all the color-related ressources, which
2738         are not used anymore.
2739
2740         * src/lyx_gui_misc.C (WarnReadonly): use MakeDisplayPath on file
2741         name. 
2742
2743 2000-05-31 Dekel Tsur  <dekel@math.tau.ac.il>
2744
2745         * src/lyxrc.C (read): Add a missing break in the switch
2746
2747 2000-05-30 Dekel Tsur  <dekel@math.tau.ac.il>
2748
2749         * src/text2.C (InsertStringA): Fix a bug with insertion into table
2750         
2751         * src/trans_mgr.C (insertVerbatim): Do not use insetquote when the
2752         text is Hebrew.
2753                              
2754 2000-05-27  Dekel Tsur  <dekel@math.tau.ac.il>
2755
2756         * src/text.C (draw): draw bars under foreign language words.
2757         
2758         * src/LColor.[Ch]: add LColor::language
2759                             
2760 2000-05-27 Dekel Tsur  <dekel@math.tau.ac.il>
2761
2762         * src/lyxcursor.h (boundary): New member variable
2763
2764         * src/text.C (IsBoundary): New methods
2765
2766         * src/text.C: Use the above for currect cursor movement when there
2767         is both RTL & LTR text.
2768         
2769         * src/text2.C: ditto
2770         
2771         * src/bufferview_funcs.C (ToggleAndShow): ditto
2772
2773 2000-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2774
2775         * src/text.C (DeleteLineForward): set selection to true to avoid
2776         that DeleteEmptyParagraphMechanism does some magic. This is how it
2777         is done in all other functions, and seems reasonable.
2778         (DeleteWordForward): do not jump over non-word stuff, since
2779         CursorRightOneWord() already does it.
2780         
2781         Remove the CHECK tag from DeleteLineForward, DeleteWordForward and
2782         DeleteWordBackward, since they seem safe to me (since selection is
2783         set to "true") DeleteEmptyParagraphMechanism does nothing.
2784
2785 2000-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2786
2787         * src/lyx_main.C (easyParse): simplify the code by factoring the
2788         part that removes parameters from the command line.
2789         (LyX): check wether wrong command line options have been given.
2790
2791 2000-05-29  Lior Silberman <slior@math.huji.ac.il>
2792
2793         * src/lyx_main.C : add support for specifying user LyX
2794         directory via command line option -userdir.
2795
2796 2000-05-26 Dekel Tsur  <dekel@math.tau.ac.il>
2797
2798         * src/menus.C (Add_to_toc_menu): Limit the number of popups, and
2799         the number of items per popup.
2800         (Add_to_refs_menu): Ditto.
2801         
2802 2000-05-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2803
2804         * src/lyxparagraph.h: renamed ClearParagraph() to
2805         StripLeadingSpaces() and moved it to paragraph.C. We pass the
2806         textclass as parameter, and do nothing if free_spacing is
2807         true. This fixes part of the line-delete-forward problems.
2808
2809         * src/CutAndPaste.C (cutSelection): use StripLeadingSpaces.
2810         (pasteSelection): ditto.
2811         (SwitchLayoutsBetweenClasses): more translatable strings.
2812
2813         * src/text2.C (CutSelection): use StripLeadingSpaces.
2814         (PasteSelection): ditto.
2815         (DeleteEmptyParagraphMechanism): ditto.
2816
2817 2000-05-26  Juergen Vigna  <jug@sad.it>
2818
2819         * src/TabularLayout.C (TabularOptionsCB): removed delete-table as this
2820         is not needed in tabular insets.
2821
2822         * src/insets/insettabular.C (TabularFeatures): added missing features.
2823
2824         * src/tabular.C (DeleteColumn):
2825         (AppendColumn): 
2826         (AppendRow): implemented this functions
2827         (cellsturct::operator=): clone the inset too; 
2828
2829 2000-05-23  Juergen Vigna  <jug@sad.it>
2830
2831         * src/insets/insettabular.C (LocalDispatch): better selection support
2832         when having multicolumn-cells.
2833
2834 2000-05-26  Jose Abilio Oliveira Matos <jamatos@novalis.fc.up.pt>
2835
2836         * lib/layouts/linuxdoc.layout: fix indentation of paragraphs.
2837
2838 2000-05-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2839
2840         * src/ColorHandler.C (getGCForeground): put more test into _()
2841
2842         * lib/examples/eu_splash.lyx: new file (Basque translation) from
2843         Dooteo. 
2844
2845         * config/lyxinclude.m4 (LYX_PROG_CXX): use ${CXX} and not g++ to
2846         get the version.
2847
2848 2000-05-25 Dekel Tsur  <dekel@math.tau.ac.il>
2849
2850         * src/lyx_cb.C (RefUpdateCB): disable appropriate buttons when
2851         there are no labels, or when buffer is readonly.
2852
2853         * src/menus.C (ShowRefsMenu) disable appropriate menu items when
2854         there are no labels, buffer is SGML, or when buffer is readonly.
2855
2856 2000-05-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
2857
2858         * src/LColor.C (LColor): change a couple of grey40 to grey60
2859         (LColor): rewore initalization to make compiles go some magnitude
2860         faster.
2861         (getGUIName): don't use gettext until we need the string.
2862
2863 2000-05-09  Dekel Tsur  <dekel@math.tau.ac.il>
2864
2865         * src/Bullet.[Ch]: Fixed a small bug.
2866
2867 2000-05-21  Dekel Tsur  <dekel@math.tau.ac.il>
2868
2869         * src/paragraph.C (String): Several fixes/improvements
2870
2871         * src/insets/insetbib.[Ch] (InsetCitation::Ascii) New method
2872
2873 2000-05-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
2874
2875         * src/paragraph.C (String): give more correct output.
2876
2877 2000-05-20  Dekel Tsur  <dekel@math.tau.ac.il>
2878
2879         * src/lyxfont.C (stateText) Do not output the language if it is
2880         eqaul to the language of the document.
2881
2882         * src/paragraph.C (TeXOnePar): Do not put language switch commands
2883         between two paragraphs with the same language.
2884
2885         * src/paragraph.C (getParLanguage) Return a correct answer for an
2886         empty dummy paragraph.
2887
2888         * src/menus.C (ShowTocMenu): Do not draw lines between LOF/LOT/LOA
2889         menus.
2890
2891         * src/menus.C (ShowLayoutMenu) Add "Start of Appendix" item to the
2892         layout menu.
2893
2894         * src/lyx_gui.C (init): Try to use helvetica (or fixed) fonts for
2895         the menus/popup, if requested fonts are unavailable.
2896
2897 2000-05-22  Juergen Vigna  <jug@sad.it>
2898
2899         * src/insets/insettabular.C (LocalDispatch): added some more cursor
2900         movement support (Up/Down/Tab/Shift-Tab).
2901         (LocalDispatch): added also preliminari cursor-selection.
2902
2903         * src/LyXAction.C (init): added SHIFT-Tab as tab-backward.
2904
2905         * src/paragraph.C (PasteParagraph): Hopefully now right!
2906
2907 2000-05-22  Garst R. Reese  <reese@isn.net>
2908
2909         * layouts/hollywood.layout, broadway.layout : move Dialogue to top
2910          of list, change all references to Environment to Command
2911         * tex/hollywood.cls : rewrite environments as commands, add 
2912         \uppercase to interiorshot and exteriorshot to force uppecase.
2913         * tex/broadway.cls : rewrite environments as commands. Tweak
2914         whitespace.
2915
2916 2000-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2917
2918         * src/menus.C (Add_to_toc_menu): fix the code which limits the
2919         size of items: use a constant intead of the hardcoded 40, and more
2920         importantly do not remove the %m and %x tags added at the end.
2921         (Add_to_refs_menu): use vector::size_type instead of
2922         unsigned int as basic types for the variables. _Please_ do not
2923         assume that size_t is equal to unsigned int. On an alpha, this is
2924         unsigned long, which is _not_ the same.
2925
2926         * src/language.C (initL): remove language "hungarian", since it
2927         seems that "magyar" is better.
2928
2929 2000-05-22  Juergen Vigna  <jug@sad.it>
2930
2931         * src/CutAndPaste.C: hopefully fixed memory the problem defenitively!
2932
2933         * src/tabular.C (OldFormatRead): added \end_deeper to the end LyXTable
2934         end markers!
2935
2936         * src/paragraph.C (PasteParagraph): Possibly a memory leak as
2937         next was deleted but not set to 0.
2938
2939 2000-05-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
2940
2941         * src/language.C (initL): change the initialization of languages
2942         so that compiles goes _fast_.
2943
2944         * src/menus.C (Add_to_toc_menu): limit the line length in TOC to
2945         40 chars.
2946
2947         * src/lyxfunc.C (processKeyEvent): initalize keysym_return to 0.
2948
2949 2000-05-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
2950
2951         * release 1.1.5pre3
2952
2953 2000-05-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
2954
2955         * src/WorkArea.C (request_clipboard_cb): give "C" linkage.
2956
2957 2000-05-19  Dekel Tsur  <dekel@math.tau.ac.il>
2958
2959         * src/commandtags.h
2960         * src/LyXAction.C
2961         * src/lyxfunc.C (Dispatch): Added LFUN_LOFVIEW, LFUN_LOTVIEW
2962         and LFUN_LOAVIEW
2963         
2964         * src/insets/insetlo*.[Ch]: Made editable
2965
2966 2000-05-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
2967
2968         * src/text2.C (SetSelection): call BufferView::stuffClipboard with
2969         the current selection.
2970
2971         * src/BufferView_pimpl.C (stuffClipboard): new method
2972
2973         * src/BufferView.C (stuffClipboard): new method
2974
2975         * src/paragraph.C (String): new method
2976
2977         * src/LColor.C (getFromLyXName): return LColor::inherit instead of
2978         LColor::ignore when lyxname is not found.
2979
2980         * src/BufferView.C (pasteSelection): new method
2981
2982         * src/BufferView_pimpl.C (pasteSelection): new method
2983
2984         * src/lyxfunc.C (Dispatch): use the new clipboard functions.
2985
2986         * src/WorkArea.C (request_clipboard_cb): new static function
2987         (getClipboard): new method
2988         (putClipboard): new method
2989
2990 2000-05-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
2991
2992         * LyX 1.1.5pre2 released
2993
2994 2000-05-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
2995
2996         * src/vspace.C (operator=): removed
2997         (operator=): removed
2998
2999         * src/lyx_gui_misc.C (askForText): manually set the type in make_pair
3000
3001         * src/layout.C (NumberOfClass): manually set the type in make_pair
3002         (NumberOfLayout): ditto
3003
3004         * src/language.C: use the Language constructor for ignore_lang
3005
3006         * src/language.h: add constructors to struct Language
3007
3008         * src/BufferView_pimpl.C (scrollDown): change to pair<float, float>
3009
3010         * src/text2.C (SetCursorIntern): comment out #warning
3011
3012         * src/mathed/math_symbols.C (pixmapFromBitmapData): add const_cast
3013
3014         * src/mathed/math_iter.h: initialize sx and sw to 0
3015
3016 2000-05-10  Dekel Tsur  <dekel@math.tau.ac.il>
3017
3018         * forms/lyx.fd: Redesign of form_ref
3019
3020         * src/LaTeXFeatures.[Ch]
3021         * src/buffer.C
3022         * src/lyx_cb.C
3023         * src/menus.C   
3024         * src/insets/insetref.[Ch]: Added support for varioref and prettyref.
3025
3026         * src/buffer.h
3027         * src/lyxparagraph.h: Added new classes: LyXParagraph::inset_iterator
3028         and Buffer::inset_iterator.
3029
3030         * src/menus.C: Added new menus: TOC and Refs.
3031
3032         * src/insets/insetlabel.C (Edit) Made InsetLabel editable.
3033
3034         * src/buffer.C (getTocList): New method.
3035
3036         * src/BufferView2.C (ChangeRefs): New method.
3037
3038         * src/buffer.C (getLabelList): New method. It replaces the old
3039         getReferenceList. The return type is vector<string> instead of 
3040         string.
3041
3042         * src/insets/insetinclude.C (getLabelList): New method. Replaces
3043         the old getLabel() and GetNumberOfLabels() methods.
3044         * src/insets/insetlabel.C (getLabelList): ditto
3045         * src/mathed/formula.C (getLabelList): ditto
3046         
3047         * src/paragraph.C (String): New method.
3048
3049         * src/lyx_cb.C (TocSelectCB,TocUpdateCB): Rewritten.
3050         Uses the new getTocList() method. 
3051         TocSelectCB() now calls to TocUpdateCB() before moving the cursor, 
3052         which automatically updates the contents of the browser.
3053         (RefUpdateCB): Use the new getLabelList method.
3054
3055         * src/lyxfunc.C (Dispatch): Give an error if the label is not found.
3056         
3057         * src/BufferView2.C (gotoLabel) Use the new getLabelList method.
3058
3059         * src/spellchecker.C: Added using std::reverse;
3060
3061 2000-05-19  Juergen Vigna  <jug@sad.it>
3062
3063         * src/tabular.C (Validate): fixed/added validating of LaTeXFeatures.
3064
3065         * src/insets/insettext.C (computeTextRows): small fix for display of
3066         1 character after a newline.
3067
3068         * src/tabular.C (OldFormatRead): fixed the OldFormatRead with regard
3069         to cont-rows!
3070
3071 2000-05-18  Juergen Vigna  <jug@sad.it>
3072
3073         * src/insets/insettabular.C (TabularFeatures): fixed update of display
3074         when changing width of column.
3075
3076         * src/tabular.C (set_row_column_number_info): setting of
3077         autobreak rows if necessary.
3078
3079 2000-05-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3080
3081         * src/lyxvc.C (toggleReadOnly): use VCS::status() instead of stat()
3082
3083         * src/vc-backend.*: renamed stat() to status() and vcstat to
3084         vcstatus. It happens that Tru64 Unix 5.0 has stat() as a macro and
3085         compilation broke. The new name seems more relevant, anyway.
3086
3087 2000-05-17  Juergen Vigna  <jug@sad.it>
3088
3089         * src/BufferView2.C (removeAutoInsets): fixed use of AutoDeleteInsets
3090         which was wrong if the removing caused removing of rows!
3091
3092         * src/lyxlex_pimpl.C (next, nextToken): insert support for pushToken.
3093         (pushToken): new function.
3094
3095         * src/text2.C (CutSelection): fix problem discovered with purify
3096
3097 2000-05-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3098
3099         * src/debug.C (showTags): enlarge the first column, now that we
3100         have 6-digits debug codes.
3101
3102         * lib/layouts/hollywood.layout:
3103         * lib/tex/hollywood.cls:        
3104         * lib/tex/brodway.cls: 
3105         * lib/layouts/brodway.layout: more commands and fewer
3106         environments. Preambles moved in the .cls files. Broadway now has 
3107         more options on scene numbering and less whitespace (from Garst)
3108
3109         * src/insets/insetbib.C (getKeys): make sure that we are in the
3110         document directory, in case the bib file is there.
3111
3112         * src/insets/insetbib.C (Latex): revert bogus change.
3113
3114 2000-05-16  Juergen Vigna  <jug@sad.it>
3115
3116         * src/insets/insettabular.C (UnlockInsetInInset): Changes to update
3117         the TabularLayout on cursor move.
3118
3119         * src/TabularLayout.C (TabularOptionsCB): Wrong call to MenuLayoutTable
3120
3121         * src/insets/insettabular.C (Clone): Clone the LyXTabular for
3122         undo-handling.
3123         (getCellXPos): 
3124         (draw): fixed cursor position and drawing so that the cursor is
3125         visible when before the tabular-inset.
3126
3127         * src/insets/insettext.C (init): drawLockedFrame was not initialized
3128         when creating from old insettext.
3129
3130         * src/tabular.C (Clone): added Clone of text-inset for undo-handling.
3131
3132 2000-05-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3133
3134         * lib/tex/hollywood.cls: better algorithm for page breaks (Garst)
3135         * lib/tex/brodway.cls: ditto 
3136
3137         * lib/layouts/brodway.layout: change alignment of parenthical
3138         layout (Garst)
3139         
3140 2000-05-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3141
3142         * config/lyxinclude.m4 (LYX_PATH_XFORMS): make it clear that only
3143         versions 0.88 and 0.89 are supported.
3144
3145 2000-05-15  Juergen Vigna  <jug@sad.it>
3146
3147         * src/insets/insetcollapsable.C (draw): enhancements in drawing and
3148         width calculating.
3149
3150         * src/insets/insettext.C (computeTextRows): redone completely this
3151         function in a much cleaner way, because of problems when having a
3152         fixed maxWidth.
3153         (draw): added a frame border when the inset is locked.
3154         (SetDrawLockedFrame): this sets if we draw the border or not.
3155         (SetFrameColor): this sets the frame color (default=insetframe).
3156
3157         * src/insets/lyxinset.h: added x() and y() functions which return
3158         the top_x and top_baseline values. Added a GetFirstLockingInsetOfType
3159         function which is needed to see if we have a locking inset of some
3160         type in this inset (needed for now in insettabular).
3161
3162         * src/vspace.C (inPixels): the same function also without a BufferView
3163         parameter as so it is easier to use it in some ocasions.
3164
3165         * src/lyxfunc.C: changed all places where insertInset was used so
3166         that now if it couldn't be inserted it is deleted!
3167
3168         * src/TabularLayout.C: 
3169         * src/TableLayout.C: added support for new tabular-inset!
3170
3171         * src/BufferView2.C (insertInset): this now returns a bool if the
3172         inset was really inserted!!!
3173
3174         * src/tabular.C (GetLastCellInRow): 
3175         (GetFirstCellInRow): new helper functions.
3176         (Latex): implemented for new tabular class.
3177         (TeXCellPostamble): 
3178         (TeXCellPreamble): 
3179         (TeXBottomHLine): 
3180         (TeXTopHLine): new Latex() helper functions.
3181
3182 2000-05-12  Juergen Vigna  <jug@sad.it>
3183
3184         * src/mathed/formulamacro.C (Read): 
3185         * src/mathed/formula.C (Read): read also the \end_inset here!
3186
3187 2000-05-10  Dekel Tsur  <dekel@math.tau.ac.il>
3188
3189         * src/mathed/math_write.C (MathParInset::Write): Fixed a bug:
3190         crush when saving formulae with unbalanced parenthesis.
3191
3192 20000-05-11  Dekel Tsur  <dekel@math.tau.ac.il>
3193
3194         * src/layout.C: Add new keyword "endlabelstring" to layout file
3195
3196         * src/text.C (GetVisibleRow): Draw endlabel string.
3197
3198         * lib/layouts/broadway.layout
3199         * lib/layouts/hollywood.layout: Added endlabel for the
3200         Parenthetical layout.
3201
3202         * lib/layouts/heb-article.layout: Do not use slanted font shape
3203         for Theorem like environments.
3204
3205         * src/buffer.C (makeLaTeXFile): Always add "american" to 
3206         the UsedLanguages list if document language is RTL. 
3207
3208 2000-05-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3209
3210         * add addendum to README.OS2 and small patch (from SMiyata)
3211
3212 2000-05-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3213
3214         * many files: correct the calls to ChangeExtension().
3215
3216         * src/support/filetools.C (ChangeExtension): remove the no_path
3217         argument, which does not belong there. Use OnlyFileName() instead.
3218
3219         * src/insets/insetbib.C (Latex): use absolute paths for bibtex
3220         files when LaTeXing a non-nice latex file.
3221
3222         * src/lyxlookup.C (isDeadEvent): use a switch statement instead of
3223         a chain of "if". Return false when deadkeys are not handled.
3224         
3225         * src/lyx_main.C (LyX): adapted the code for default bindings.
3226
3227         * src/kbmap.C (defaultKeyBindings): new method. Performs the default
3228         bindings for basic functionality (except deadkeys).
3229         (deadKeyBindings): new method. Performs the bindings of deadkeys.
3230
3231         * src/lyxrc.C (defaultKeyBindings): moved to lyx_main.C 
3232         several methods: handle override_x_deadkeys.
3233
3234         * src/lyxrc.h: remove the "bindings" map, which did not make much
3235         sense anyway. New variable override_x_deadkeys, defaulting to "true".
3236         
3237 2000-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3238
3239         * src/lyxfont.C (stateText): use a saner method to determine
3240         whether the font is "default". Seems to fix the crash with DEC
3241         cxx. 
3242
3243         * src/Bullet.[Ch] (Bullet): remove const on parameters.
3244
3245 2000-05-08  Juergen Vigna  <jug@sad.it>
3246
3247         * src/insets/insettabular.C (InsetButtonRelease): Now opens the
3248         TabularLayoutMenu with mouse-button-3
3249         (LocalDispatch): added LFUN_MENU_LAYOUT to open the Tabular-Layout.
3250
3251         * src/TabularLayout.C: added this file for having a Layout for
3252         tabular-insets.
3253
3254 2000-05-05  Juergen Vigna  <jug@sad.it>
3255
3256         * src/insets/insettabular.C (UpdateLocal): resetCursorPos when
3257         recalculating inset-widths.
3258         (TabularFeatures): activated this function so that I can change
3259         tabular-features via menu.
3260
3261         * src/menus.C (ShowEditMenu): inserted support for insettabular so
3262         that I can test some functions with the Table menu.
3263
3264 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
3265
3266         * src/lyxfont.C (stateText): guard against stupid c++libs.
3267
3268         * src/tabular.C: add using std::vector
3269         some whitespace changes, + removed som autogenerated code.
3270
3271         * src/buffer.C (parseSingleLyXformat2Token): stupid bug.
3272
3273 2000-05-05  Juergen Vigna  <jug@sad.it>
3274
3275         * src/tabular.[Ch]: now using std:vector instead of arrays for all the
3276         row, columns and cellstructures.
3277
3278 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
3279
3280         * lib/lyxrc.example: remove obsolete entries.
3281
3282         * src/buffer.C (parseSingleLyXformat2Token): patch from dekel, fix
3283         reading of protected_separator for free_spacing.
3284
3285 2000-05-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3286
3287         * src/text.C (draw): do not display an exclamation mark in the
3288         margin for margin notes. This is confusing, ugly and
3289         uninformative. 
3290
3291         * src/LaTeXFeatures.C (getPackages): load amssymb also when 'Use
3292         AMS math' is checked.
3293
3294         * src/buffer.C (makeLaTeXFile): do not depend on the textclass
3295         name to see whether including the amsmath package is needed.
3296
3297 2000-05-05  Dekel Tsur  <dekel@math.tau.ac.il>
3298
3299         * src/paragraph.C (validate): Compute UsedLanguages correctly
3300         (don't insert the american language if it doesn't appear in the
3301         document)
3302
3303         * src/paragraph.C (TeXOnePar,SimpleTeXOnePar,SimpleTeXSpecialChars)
3304         The argument of \thanks{} command is considered moving argument
3305
3306         * src/paragraph.C (SimpleTeXOnePar): Put \protect before \\ if in
3307         moving argument.
3308
3309 2000-05-04  Dekel Tsur  <dekel@math.tau.ac.il>
3310
3311         * src/text.C (GetVisibleRow): Improved drawing of vertical lines
3312         for appendix/minipage/depth. The lines can be now both in the footnote 
3313         frame, and outside the frame.
3314
3315         * src/text.C (SingleWidth,draw): Correct rendering of Hebrew vowels
3316         points ("nikud")
3317
3318 2000-05-05  Juergen Vigna  <jug@sad.it>
3319
3320         * src/table.[Ch]: removed the inset and buffer stuff as this is now
3321         neede only in tabular.[Ch].
3322
3323 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
3324
3325         * src/insets/insetspecialchar.C (Read): allow command == '~' for
3326         PROTECTED_SEPARATOR 
3327         (Write): write '~' for PROTECTED_SEPARATOR
3328
3329 2000-05-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3330
3331         * src/lyxparagraph.h: add a friend struct matchIT after the struct
3332         InsetTable.
3333
3334         * src/mathed/formula.C (drawStr): rename size to siz.
3335
3336         * src/insets/figinset.C (RestoreForm): rename pflags to piflags,
3337         possibly fix a bug by not changing the pflags = flags to piflags =
3338         flags.
3339
3340 2000-05-05  Juergen Vigna  <jug@sad.it>
3341
3342         * src/insets/insetbib.C: moved using directive
3343
3344         * src/ImportNoweb.C: small fix for being able to compile (missing
3345         include cstdlib)
3346
3347 2000-05-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3348
3349         * config/lyxinclude.m4 (LYX_CXX_STL_STRING): change the test not
3350         to use clear, since we don't depend on this in the code. Add test
3351         for string::compare
3352
3353 2000-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3354
3355         * (various *.C files): add using std::foo directives to please dec
3356         cxx.
3357
3358         * replace calls to string::clear() to string::erase() (Angus)
3359
3360         * src/cheaders/cmath: modified to provide std::abs.
3361
3362 2000-05-04  Juergen Vigna  <jug@sad.it>
3363
3364         * src/insets/insettext.C: Prepared all for inserting of multiple
3365         paragraphs. Still display stuff to do (alignment and other things),
3366         but I would like to use LyXText to do this when we cleaned out the
3367         table-support stuff.
3368
3369         * src/insets/insettabular.C: Changed lot of stuff and added lots
3370         of functionality still a lot to do.
3371
3372         * src/tabular.C: Various functions changed name and moved to be
3373         const functions. Added new Read and Write functions and changed
3374         lots of things so it works good with tabular-insets (also removed
3375         some stuff which is not needed anymore * hacks *).
3376
3377         * src/lyxcursor.h: added operators == and != which just look if
3378         par and pos are (not) equal.
3379
3380         * src/buffer.C (latexParagraphs): inserted this function to latex
3381         all paragraphs form par to endpar as then I can use this too for
3382         text-insets.
3383
3384         * src/text2.C (SetLayout): Changed this to use a cursor this is needed
3385         so that I can call this to from text insets with their own cursor.
3386
3387         * src/buffer.C (makeLaTeXFile): added the output of one \n after the
3388         output off all paragraphs (because of the fix below)!
3389
3390         * src/paragraph.C (TeXOnePar): removed output of \n when we are in
3391         the very last paragraph (this could be also the last paragraph of an
3392         inset!)
3393
3394         * src/texrow.h: added rows() call which returns the count-variable.
3395
3396 2000-05-03  Jose Abilio Oliveira Matos <jamatos@novalis.fc.up.pt>
3397
3398         * lib/lyxrc.example: fix examples for exporting SGML to HTML.
3399
3400         * lib/configure.m4: better autodetection of DocBook tools.
3401
3402 2000-04-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
3403
3404         * src/lyx_main.C (easyParse): use lyxerr instead of cerr.
3405
3406         * src/lyx_cb.C: add using std::reverse;
3407
3408         * src/LaTeX.C (run): on error always run deleteFilesOnError before
3409         returning.
3410
3411         * src/LaTeX.[Ch] (deleteFilesOnError): new method. unlinks some
3412         selected files. Should fix repeated errors from generated files.
3413
3414 2000-04-27  Dekel Tsur  <dekel@math.tau.ac.il>
3415
3416         * src/lyx_cb.C (TocUpdateCB): Reverse strings for Hebrew paragraphs
3417
3418         * src/spellchecker.C (RunSpellChecker): Reverse Hebrew strings in
3419         the spellchecker popup. 
3420
3421         * lib/lyxrc.example:  Removed the \number_inset section
3422
3423 2000-04-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3424
3425         * src/insets/figinset.C (various): Use IsFileReadable() to make
3426         sure that the file actually exist. Relying on ghostscripts errors
3427         is a bad idea since they can lead to X server crashes.  
3428
3429 2000-04-27  Claus Hentschel <claus.hentschel@mbau.fh-hannover.de>
3430
3431         * intl/loadmsgcat.c (_nl_load_domain): pass O_BINARY as flag to
3432         open under CYGWIN 
3433
3434         * lib/lyxrc.example: smallish typo in description of
3435         \view_dvi_paper_option 
3436
3437 2000-04-26  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
3438
3439         * src/lyxfunc.h:
3440         * src/lyxfunc.C: doImportHelper to factor out common code of the
3441         various import methods. New functions doImportASCIIasLines,
3442         doImportASCIIasParagraphs, doImportLaTeX, doImportNoWeb,
3443         doImportLinuxDoc  for the  format specific parts.
3444
3445         * buffer.h:
3446         * buffer.C: Dispatch  returns now a bool to indicate success
3447
3448         * lyx_gui.h:
3449         * lyx_gui.C: Add getLyXView() for member access
3450
3451         * lyx_main.C: Change logic for batch commands: First try
3452         Buffer::Dispatch (possibly without GUI), if that fails, use
3453         LyXFunc::Dispatch
3454
3455         * lyx_main.C: Add support for --import command line switch.
3456         Now 'lyx --import ascii file.txt' opens the GUI with file.txt loaded.
3457         Available Formats: Everything  accepted by 'buffer-import <format>'
3458
3459 2000-04-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
3460
3461         * src/lyx_gui.C (create_forms): small oneliner from Garst to have
3462         unnumbered parts.
3463
3464         * src/lyx_cb.C (ScreenApplyCB): clear the textcache so that the
3465         documents will be reformatted upon reentry.
3466
3467 2000-04-27  Juergen Vigna  <jug@sad.it>
3468
3469         * src/CutAndPaste.C (pasteSelection): last paragraph was not returned
3470         correctly only last pos this was a bug.
3471
3472 2000-04-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
3473
3474         * release of lyx-1.1.5pre1
3475
3476 2000-04-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3477
3478         * src/insets/insettabular.[Ch]: fix the Clone() declaration.
3479
3480         * src/menus.C: revert the change of naming (Figure->Graphic...)
3481         from 2000-04-11. It was incomplete and bad.
3482         
3483         * src/LColor.[Ch]: add LColor::depthbar.
3484         * src/text.C (GetVisibleRow): use it.
3485
3486         * README: update the languages list.
3487
3488 2000-04-25  Dekel Tsur  <dekel@math.tau.ac.il>
3489
3490         * src/text.C (GetVisibleRow): show the depth of paragraphs using
3491         vertical bars.
3492
3493 2000-04-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
3494
3495         * README: remove sections that were just wrong.
3496
3497         * src/text2.C (GetRowNearY): remove currentrow code
3498
3499         * src/text.C (GetRow): remove currentrow code
3500
3501         * src/screen.C (Update): rewritten a bit.
3502         (SmallUpdate): removed func
3503
3504         * src/lyxtext.h (text_status): removed NEED_LITTLE_REFRESH, never
3505         used.
3506         (FullRebreak): return bool
3507         (currentrow): remove var
3508         (currentrow_y): ditto
3509
3510         * src/lyxscreen.h (Draw): change arg to unsigned long
3511         (FitCursor): return bool
3512         (FitManualCursor): ditto
3513         (Smallpdate): remove func
3514         (first): change to unsigned long
3515         (DrawOneRow): change second arg to long (from long &)
3516         (screen_refresh_y): remove var
3517         (scree_refresh_row): ditto
3518         
3519         * src/lyxrow.h: change baseline to usigned int from unsigned
3520         short, this brings some implicit/unsigned issues out in the open.
3521
3522         * src/lyxfunc.C (moveCursorUpdate): update(0) == update(-2) change
3523         accordingly.
3524         (Dispatch): don't call updateScrollbar after fitCursor. Use update
3525         instead of smallUpdate.
3526
3527         * src/lyxcursor.h: change y to unsigned long
3528
3529         * src/buffer.h: don't call updateScrollbar after fitcursor
3530
3531         * src/buffer.C (parseSingleLyXformat2Token): move variables to
3532         where they are used. Removed "\\direction", this was not present
3533         in 1.1.4 and is already obsolete. Commented out some code that I
3534         believe to never be called.
3535         (runLiterate): don't call updateScrollbar after fitCursor
3536         (runLaTeX): ditto
3537         (buildProgram): ditto
3538         (runChktex): ditto
3539
3540         * src/WorkArea.h (workWidth): change return val to unsigned
3541         (width): ditto
3542         (height): ditto
3543         (redraw): remove the button redraws
3544         (setScrollbarValue): change for scrollbar
3545         (getScrollbarValue): change for scrollbar
3546         (getScrollbarBounds): change for scrollbar
3547
3548         * src/WorkArea.C (C_WorkArea_up_cb): removed func
3549         (C_WorkArea_down_cb): removed func
3550         (WorkArea): use fl_add_scrollbar instead of two buttons and a slider.
3551         (resize): change for scrollbar
3552         (setScrollbar): ditto
3553         (setScrollbarBounds): ditto
3554         (setScrollbarIncrements): ditto
3555         (up_cb): removed func
3556         (down_cb): removed func
3557         (scroll_cb): change for scrollbar
3558         (work_area_handler): ditto
3559
3560         * src/BufferView_pimpl.C (fitCursor): only call updateScrollbar
3561         when FitCursor did something.
3562         (updateScrollbar): some unsigned changes
3563         (downCB): removed func
3564         (scrollUpOnePage): removed func
3565         (scrollDownOnePage): remvoed func
3566         (workAreaMotionNotify): don't call screen->FitCursor but use
3567         fitCursor instead. and bool return val
3568         (workAreaButtonPress): ditto
3569         (workAreaButtonRelease): some unsigned changes
3570         (checkInsetHit): ditto
3571         (workAreaExpose): ditto
3572         (update): parts rewritten, comments about the signed char arg added
3573         (smallUpdate): removed func
3574         (cursorPrevious): call needed updateScrollbar
3575         (cursorNext): ditto
3576
3577         * src/BufferView2.C (allFloats): don't call updateScrollbar after
3578         fitCursor.
3579
3580         * src/BufferView.[Ch] (upCB): removed func
3581         (downCB): removed func
3582         (smallUpdate): removed func
3583
3584 2000-04-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
3585
3586         * src/lyxtext.h src/text.C src/text2.C: removed support for the
3587         currentrow, currentrow_y optimization. This did not help a lot and
3588         if we want to do this kind of optimization we should rather use
3589         cursor.row instead of the currentrow. 
3590
3591         * src/buffer.C (parseSingleLyXformat2Token): fixed mistake in
3592         buffer spacing and klyx spacing support.
3593
3594 2000-04-25  Dekel Tsur  <dekel@math.tau.ac.il>
3595
3596         * src/spellchecker.C (RunSpellChecker): Speedup spellchecking by
3597         a factor of 50!
3598
3599 2000-04-26  Juergen Vigna  <jug@sad.it>
3600
3601         * src/insets/figinset.C: fixes to Lars sstream changes!
3602
3603 2000-04-23  Dekel Tsur  <dekel@math.tau.ac.il>
3604
3605         * A lot of files: Added Ascii(ostream &) methods to all inset
3606         classes. Used when exporting to ASCII.
3607         
3608         * src/buffer.C (writeFileAscii,RoffAsciiTable)
3609         * src/paragraph.C (RoffContTableRows): Use the Ascii() methods
3610         instead of Latex()
3611
3612         * src/text2.C (ToggleFree): Disabled implicit word selection when
3613         there is a change in the language
3614         
3615         * src/insets/insetspecialchar.C (Linuxdoc,DocBook): Fixed a bug:
3616         no output was generated for end-of-sentence inset.
3617         
3618         * src/insets/lyxinset.h
3619         * src/buffer.C
3620         * src/lyxfunc.C
3621         * src/paragraph.C: Removed the insetnumber code
3622
3623         * src/text.C (SelectWordWhenUnderCursor): Cleaned the code.
3624
3625 2000-04-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
3626
3627         * src/buffer.C (parseSingleLyXformat2Token): remove no_isolatin1,
3628         no_babel and no_epsfig completely from the file.
3629         (parseSingleLyXformat2Token): add handling for per-paragraph
3630         spacing as written by klyx.
3631
3632         * src/insets/figinset.C: applied patch by Andre. Made it work with
3633         ostringstream too.
3634
3635 2000-04-20  Juergen Vigna  <jug@sad.it>
3636
3637         * src/insets/insettext.C (cutSelection): 
3638         (copySelection): Fixed with selection from right to left.
3639         (draw): now the rows are not recalculated at every draw.
3640         (computeTextRows): for now reset the inset-owner here (this is
3641         important for an undo or copy where the inset-owner is not set
3642         automatically!)
3643
3644         * src/BufferView_pimpl.C (workAreaMotionNotify): when passing the
3645         motion to the_locking_inset screen->first was forgotten, this was
3646         not important till we got multiline insets.
3647
3648 2000-04-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3649
3650         * src/mathed/formulamacro.C (Latex): remove CHECK comment, since
3651         code seems to be alright (it is code changed by Dekel, and the
3652         intent is indeed that all macros should be defined \protect'ed)
3653
3654         * NEWS: a bit of reorganisation of the new user-visible features.
3655
3656 2000-04-19  Juergen Vigna  <jug@sad.it>
3657
3658         * src/insets/insettext.C (init): using a LyXCursor now for cursor
3659         position. Set the inset_owner of the used paragraph so that it knows
3660         that it is inside an inset. Fixed cursor handling with mouse and
3661         cursor keys. Fixed wrong timed inset redraws and lots of other changes
3662         and cleanups to make TextInsets work better.
3663
3664         * src/insets/insettext.h: Using a LyXCursor now. Added a clear() call.
3665         Changed parameters of various functions and added LockInsetInInset().
3666
3667         * src/insets/insettext.C: 
3668
3669         * src/insets/insetcollapsable.h: 
3670         * src/insets/insetcollapsable.C: 
3671         * src/insets/insetfoot.h: 
3672         * src/insets/insetfoot.C: 
3673         * src/insets/insetert.h: 
3674         * src/insets/insetert.C: cleaned up the code so that it works now
3675         correctly with insettext.
3676
3677         * src/insets/inset.C: 
3678         * src/insets/lyxinset.h: inserted inset_owner and some more changes so
3679         that insets in insets are supported right.
3680
3681         * src/table.h: 
3682         * src/table.C: lots of changes for use with inset tabular (and cleanup)
3683
3684         * src/paragraph.C: some small fixes
3685
3686         * src/debug.h: inserted INSETS debug info
3687
3688         * src/lyxfunc.C (Dispatch): added code for InsetTabular and some inset
3689         fixes (f.ex. calling LFUN_DOWN if exiting inset with LFUN_DOWN).
3690
3691         * src/commandtags.h: 
3692         * src/LyXAction.C: insert code for InsetTabular.
3693
3694         * src/BufferView_pimpl.C (workAreaMotionNotify): do return always if
3695         not Button1MotionMask.
3696         (workAreaButtonRelease): send always a InsetButtonRelease event to
3697         the_locking_inset.
3698         (checkInsetHit): some setCursor fixes (always with insets).
3699
3700         * src/BufferView2.C (lockInset): returns a bool now and extended for
3701         locking insets inside insets.
3702         (showLockedInsetCursor): it is important to have the cursor always
3703         before the locked inset.
3704         (fitLockedInsetCursor): forgot adding of InsetInInsetY()-offset.
3705
3706         * src/BufferView.h: made lockInset return a bool.
3707
3708         * src/lyxtext.h: inserted function SetCursor(LyXCursor, ...).
3709
3710         * src/text2.C (SetCursor): This now has a version with a LyXCursor
3711         that is used also internally but can be called as public to have back
3712         a cursor pos which is not set internally.
3713         (SetCursorIntern): Changed to use above function.
3714
3715         * src/CutAndPaste.C (DeleteBuffer): forgot to inizialize textclass
3716
3717 2000-04-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
3718
3719         * ANNOUNCE: 
3720         * INSTALL: 
3721         * UPGRADING: 
3722         * NEWS: updated for prerelease of 1.1.5. Please comment and send
3723         patches for things that should be in or should be changed.
3724
3725         * src/* [insetfiles]: change "usigned char fragile" to bool
3726         fragile. There was only one point that could that be questioned
3727         and that is commented in formulamacro.C. Grep for "CHECK".
3728         
3729         * src/CutAndPaste.C (getBufferTextClass): unused func, removed.
3730         (DeleteBuffer): take it out of CutAndPaste and make it static.
3731
3732 2000-04-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
3733
3734         * src/paragraph.C (TeXOnePar): use the new method in Spacing to
3735         output the spacing envir commands. Also the new commands used in
3736         the LaTeX output makes the result better.
3737
3738         * src/Spacing.C (writeEnvirBegin): new method
3739         (writeEnvirEnd): new method
3740
3741 2000-04-18  Juergen Vigna  <jug@sad.it>
3742
3743         * src/CutAndPaste.C: made textclass a static member of the class
3744         as otherwise it is not accesed right!!!
3745
3746 2000-04-17  Dekel Tsur  <dekel@math.tau.ac.il>
3747
3748         * forms/layout_forms.fd
3749         * src/layout_forms.h
3750         * src/layout_forms.C (create_form_form_character)
3751         * src/lyx_cb.C (UserFreeFont)
3752         * src/lyx_gui.C (create_forms): Added GUI support for multi-lingual
3753        documents (in the layout->character popup).
3754
3755 2000-04-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3756
3757         * src/spellchecker.C (create_ispell_pipe): fix a bug where
3758         \spell_command was in fact not honored (from Kevin Atkinson).
3759
3760         * src/lyx_gui.C (~LyXGUI): make sure lyxViews is deleted when
3761         quitting (Angus)
3762
3763         * src/lyx_gui.h: make lyxViews private (Angus)
3764
3765 2000-04-15  Dekel Tsur  <dekel@math.tau.ac.il>
3766
3767         * src/mathed/math_write.C
3768         (MathMatrixInset::Write) Put \protect before \begin{array} and
3769         \end{array} if fragile
3770         (MathParInset::Write): Put \protect before \\ if fragile
3771
3772 2000-04-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
3773
3774         * src/lyx_gui.C (LyXGUI): initialize the LyXColorHandler. The
3775         initialization if the LyXColorHandler must be done after the
3776         connections to the XServer has been established.
3777
3778         * src/insets/figinset.C (runqueue): change the grabing a bit. Also
3779         get the background pixel from the lyxColorhandler so that the
3780         figures are rendered with the correct background color.
3781         (NextToken): removed functions.
3782         (GetPSSizes): use ifs >> string instead of NextToken.
3783
3784         * src/Painter.[Ch]: the color cache moved out of this file. 
3785
3786         * src/ColorHandler.[Ch]: new files. Holds the gc cache for color
3787         and lines.  
3788
3789 2000-04-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
3790
3791         * src/WorkArea.C (work_area_handler): call BufferView::enterView
3792         and Buffer::leaveView when FL_ENTER and FL_LEAVE.
3793
3794         * src/BufferView.C (enterView): new func
3795         (leaveView): new func
3796
3797         * src/BufferView_pimpl.C (enterView): new func, sets xterm cursor
3798         when approp.
3799         (leaveView): new func, undefines xterm cursor when approp.
3800
3801         * src/bufferview_funcs.C: moved SetXCursor to BufferView_pimp.C
3802         (AllowInput): delete the Workarea cursor handling from this func.
3803
3804         * src/Painter.C (underline): draw a slimer underline in most cases.
3805
3806         * src/lyx_main.C (error_handler): use extern "C"
3807
3808 2000-04-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
3809
3810         * src/insets/figinset.C (DocBook): small patch from Jose (jamatos)
3811         sent directly to me.
3812
3813         * src/text2.C (DeleteEmptyParagraphMechanism): small patch posted
3814         to the list by Dekel.
3815
3816         * src/lyxfunc.C (Dispatch): make PARAGRAPH_SPACING compile with
3817         strstream too.
3818
3819         * src/bufferview_funcs.[Ch]: two new files, moved several of the
3820         methods from lyx_cb.here.
3821
3822         * src/lyx_cb.C: in addition to the above; removed input_prohibited
3823         it was not used.
3824
3825 2000-04-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
3826
3827         * src/lyx_cb.[Ch]: made several functions take a BufferView* arg
3828         instead of using current_view directly. 
3829
3830         * src/lyxfunc.C (Dispatch): the paragraph-spacing implementation
3831
3832         * src/LyXAction.C (init): add the paragraph-spacing command.
3833
3834         * src/commandtags.h: add enum for LFUN_PARAGRAPH_SPACING
3835
3836         * src/buffer.C (parseSingleLyXformat2Token): read the paragraph spacing
3837
3838         * src/lyx_cb.C (CurrentState): output a string when the spacing is
3839         different from the documents.
3840
3841         * src/text.C (SetHeightOfRow): take paragraph spacing into
3842         account, paragraph spacing takes precedence over buffer spacing
3843         (GetVisibleRow): ditto
3844
3845         * src/paragraph.C (writeFile): output the spacing parameter too.
3846         (validate): set the correct features if spacing is used in the
3847         paragraph. 
3848         (Clear): set spacing to default
3849         (MakeSameLayout): spacing too
3850         (HasSameLayout): spacing too
3851         (SetLayout): spacing too
3852         (TeXOnePar): output the spacing commands
3853
3854         * src/lyxparagraph.h: added a spacing variable for use with
3855         per-paragraph spacing.
3856
3857         * src/Spacing.h: add a Default spacing and a method to check if
3858         the current spacing is default. also added an operator==
3859
3860         * src/text2.C (DeleteEmptyParagraphMechanism): added a
3861         RedoParagraphs.
3862
3863 2000-04-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3864
3865         * src/lyxserver.C (callback): fix dispatch of functions
3866
3867         * src/insets/insetlatexaccent.C (checkContents): turn bogus
3868         printf() into lyxerr call. 
3869
3870         * src/tex-strings.C (tex_fonts): add "pslatex" to the choice of
3871         fonts. 
3872
3873         * src/menus.C (ShowInsertMenu): rename "Figure" to "Graphic",
3874         "Table" to "Table Box", "Float" to "Floating Material"; deletes
3875         the "Float" from each of the subitems.
3876         (ShowHelpMenu): add entry for "FAQ" and "TOC".
3877
3878         * src/support/DebugStream.h: add an #ifdef to work around a gcc
3879         2.8.x compiler error. Yes, I know, gcc 2.8.1 is bad, but I
3880         documented the change so that the workaround can be nuked later.
3881
3882         * src/lyx_gui_misc.C (getScreenDPI): new function. Code moved from 
3883         LyX::init().
3884         
3885         * src/lyxlex_pimpl.C (next): do not re-declare the default value
3886         of arguments.
3887         * src/buffer.C (getLatexName): ditto
3888         (setReadonly): ditto
3889
3890 2000-04-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
3891
3892         * src/LaTeXFeatures.h: add a const reference to BufferParams, to
3893         avoid some uses of current_view. Added also a bufferParams()
3894         method to get at this.
3895
3896         * src/lyxtext.h: changed params->buffer and paramters->bparams.
3897
3898 2000-04-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
3899
3900         * src/lyxparagraph.[Ch]: removed
3901         operator<(LyXParagraph::InsetTable..., added a struct matchIT
3902         with operators used by lower_bound and
3903         upper_bound in InsetTable's
3904         Make struct InsetTable private again. Used matchpos.
3905
3906 2000-04-08  Dekel Tsur  <dekel@math.tau.ac.il>
3907         
3908         * src/lyx_cb.C (DocumentApplyCB): When changing the language of the
3909         document, the language of existing text is changed (unless the
3910         document is multi-lingual)
3911
3912         * src/buffer.C (ChangeLanguage,isMultiLingual) New methods.
3913
3914         * src/paragraph.C (ChangeLanguage,isMultiLingual) New methods.
3915
3916         * A lot of files: A rewrite of the Right-to-Left support.
3917                                                                            
3918 2000-04-10  Juergen Vigna  <jug@sad.it>
3919
3920         * src/BufferView2.C (showLockedInsetCursor): small bugfix for
3921         misplaced cursor when inset in inset is locked.
3922
3923         * src/insets/insettext.C (LocalDispatch): small fix so that a
3924         BREAKLINE is not inserted if we don't permit it with autBreakRows.
3925
3926         * src/insets/insetfoot.C (GetDrawFont): implemented this as the
3927         footnote font should be decreased in size twice when displaying.
3928
3929         * src/insets/insettext.C (GetDrawFont): inserted this function as
3930         the drawing-font may differ from the real paragraph font.
3931
3932         * src/lyxfunc.C (processKeyEvent): fixed Esc-handling when unlocking
3933         insets (inset in inset!).
3934
3935         * src/insets/insetfoot.C (InsertInsetAllowed): implemented the below
3936         function here because we don't want footnotes inside footnotes.
3937
3938         * src/insets/insettext.C (InsetText): forgot to set autoBreakRows for
3939         Cloned insets.
3940         (init): now set the inset_owner in paragraph.C
3941         (LocalDispatch): added some resetPos() in the right position
3942         (cutSelection): 
3943         (copySelection): 
3944         (pasteSelection): changed to use the new CutAndPaste-Class.
3945
3946         * src/insets/lyxinset.h: inserted new function InsertInsetAllowed
3947         which tells if it is allowed to insert another inset inside this one.
3948
3949         * src/lyx_cb.C (DocumentApplyCB): Using CutAndPaste-Class for
3950         SwitchLayoutsBetweenClasses.
3951
3952         * src/text2.C (InsertInset): checking of the new paragraph-function
3953         InsertInsetAllowed.
3954         (DeleteSimpleCutBuffer): removed (for now only with #ifdef) as this
3955         is not needed anymore here!
3956         (CutSelection): 
3957         (CopySelection): 
3958         (PasteSelection): redone (also with #ifdef) so that now this uses
3959         the CutAndPaste-Class.
3960         (SwitchLayoutsBetweenClasses): removed here and implemented in the
3961         CutAndPaste-Class.
3962         
3963         * src/CutAndPaste.[Ch]: added this for clean handling of CutAndPaste
3964         from/to text/insets.
3965
3966         * src/paragraph.C (LyXParagraph): inserted new inset_owner pointer
3967         so that the paragraph knows if it is inside an (text)-inset.
3968         (InsertFromMinibuffer): changed return-value to bool as now it
3969         may happen that an inset is not inserted in the paragraph.
3970         (InsertInsetAllowed): this checks if it is allowed to insert an
3971         inset in this paragraph.
3972         (PasteParagraph): 
3973         (BreakParagraphConservative): 
3974         (BreakParagraph) : small change for the above change of the return
3975         value of InsertFromMinibuffer.
3976
3977         * src/lyxparagraph.h: added inset_owner and the functions to handle
3978         this (SetInsetOwner(), InInset() and InsertInsetAllowed()).
3979
3980 2000-04-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
3981
3982         * src/BufferView.[Ch], src/BufferView_pimpl.[Ch]: move more
3983         functions from BufferView to BufferView::Pimpl to ease maintence.
3984         
3985         * src/text2.C (DeleteEmptyParagraphMechanism): update the cursor
3986         correctly. Also use SetCursorIntern instead of SetCursor.
3987
3988         * src/insets/insetinfo.C (draw): draw InsetInfo notes with the
3989         correct color.
3990
3991 2000-04-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
3992
3993         * src/WorkArea.C (belowMouse): manually implement below mouse.
3994
3995         * src/*: Add "explicit" on several constructors, I added probably
3996         some unneeded ones. A couple of changes to code because of this.
3997
3998         * src/BufferView.[Ch]: Used the "pimpl" idiom to hide more of the
3999         implementation and private parts from the users of BufferView. Not
4000         quite finished.
4001
4002         * src/lyxlex.[Ch]: Used the "pimpl" idiom to hide more of the
4003         implementation and private parts from the users of LyXLex. Not
4004         quite finished.
4005
4006         * src/BufferView_pimpl.[Ch]: new files
4007
4008         * src/lyxlex_pimpl.[Ch]: new files
4009
4010         * src/LyXView.[Ch]: some inline functions move out-of-line
4011
4012 2000-04-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4013
4014         * src/lyxparagraph.h: make struct InsetTable public.
4015
4016         * src/support/lyxstring.h: change lyxstring::difference_type to be
4017         ptrdiff_t. Add std:: modifiers to streams.
4018
4019         * src/font.C: include the <cctype> header, for islower() and
4020         isupper(). 
4021
4022 2000-04-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
4023
4024         * src/font.[Ch]: new files. Contains the metric functions for
4025         fonts, takes a LyXFont as parameter. Better separation of concepts.
4026         
4027         * src/lyxfont.[Ch]: move the metric functions to font.[Ch] several
4028         changes because of this.
4029
4030         * src/PainterBase.[Ch] (width): remove, use the ones in font.C instead
4031
4032         * src/*: compile with -Winline and move functions that don't
4033         inline out of line.
4034         
4035         * src/lyx_cb.C (stringOnlyContains): use string::find_first_not_of
4036         instead of strspn.
4037
4038 2000-04-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
4039
4040         * src/paragraph.C (GetLabelstring): renamed from GetLabestring.
4041         (various files changed because of this)
4042
4043         * src/Painter.C (text): fixed the drawing of smallcaps.
4044
4045         * src/lyxfont.[Ch] (drawText): removed unused member func.
4046         (drawString): ditto
4047
4048         * src/*.C: added needed "using" statements and "std::" qualifiers. 
4049
4050 2000-03-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
4051
4052         * src/*.h: removed all use of "using" from header files use
4053         qualifier std:: instead. 
4054
4055 2000-04-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4056
4057         * src/text.C (Backspace): some additional cleanups (we already
4058         know whether cursor.pos is 0 or not).
4059
4060         * lib/reLyX/Makefile.am (DESTDIR): add an empty value (since
4061         automake does not provide one).
4062
4063         * src/bmtable.h: replace C++ comments with C comments.
4064
4065 2000-04-02  Dekel Tsur <dekel@math.tau.ac.il>
4066
4067         * src/screen.C (ShowCursor): Change the shape of the cursor if
4068         the current language is not equal to the language of the document.
4069         (If the cursor change its shape unexpectedly, then you've found a bug)
4070
4071         * src/insets/insettext.C (LocalDispatch, UpdateLocal) Fixed some
4072         bugs [I hope...]
4073
4074         * src/insets/insetnumber.[Ch]: New files.
4075
4076         * src/LyXAction.C (init)
4077         * src/lyxfunc.C (dispatch): Add command number-inset-insert
4078
4079         * lyxrc.example
4080         * src/lyxrc.C: Renamed command \auto_mathmode to \number_inset
4081
4082         * src/lyxparagraph.h
4083         * src/paragraph.C: Changed insetlist to Vector<InsetTable>.
4084         (the vector is kept sorted).
4085
4086         * src/text.C (GetVisibleRow): Draw selection correctly when there
4087         is both LTR and RTL text.
4088
4089         * src/paragraph.C (Clone): Use the assignment operator for cloning,
4090         which is much faster.
4091
4092         * src/text.C (GetVisibleRow and other): Do not draw the last space 
4093         in a row if the direction of the last letter is not equal to the
4094         direction of the paragraph.
4095
4096         * src/lyxfont.C (latexWriteStartChanges):
4097         Check that font language is not equal to basefont language.
4098         (latexWriteEndChanges): ditto
4099
4100         * src/lyx_cb.C (StyleReset): Don't change the language while using
4101         the font-default command.
4102
4103         * src/paragraph.C (GetFirstFontSettings): Handle correctly an
4104         empty paragraph before a footnote.
4105
4106         * src/insets/insetcommand.C (draw): Increase x correctly.
4107
4108         * src/screen.C (ShowCursor): Change cursor shape if
4109         current language != document language.
4110
4111         * src/lyxfunc.C (dispatch): Added calls to owner->view()->setState()
4112
4113 2000-03-31  Juergen Vigna  <jug@sad.it>
4114
4115         * src/paragraph.C (GetInset): commented out text[pos] = ' '
4116         (Clone): changed mode how the paragraph-data is copied to the
4117         new clone-paragraph.
4118
4119         * src/lyxfunc.C (Dispatch): fixed small problem when calling
4120         GetInset(pos) with no inset anymore there (in inset UNDO)
4121
4122         * src/insets/insetcommand.C (draw): small fix as here x is
4123         incremented not as much as width() returns (2 before, 2 behind = 4)
4124
4125 2000-03-30  Juergen Vigna  <jug@sad.it>
4126
4127         * src/insets/insettext.C (InsetText): small fix in initialize
4128         widthOffset (should not be done in the init() function)
4129
4130 2000-03-29  Amir Karger <karger@lyx.org>
4131
4132         * lib/examples/it_ItemizeBullets.lyx: translation by 
4133         Stefano Mastella
4134
4135         * Implemented \textasciitilde and fixed a tiny bug in reLyX
4136
4137 2000-03-29  Juergen Vigna  <jug@sad.it>
4138
4139         * src/insets/insetcollapsable.C (Clone): same as in InsetFoot
4140
4141         * src/insets/insetfoot.C (Clone): small change as for the below
4142         new init function in the text-inset
4143
4144         * src/insets/insettext.C (init): new function as I've seen that
4145         clone did not copy the Paragraph-Data!
4146         (LocalDispatch): Added code so that now we have some sort of Undo
4147         functionality (well actually we HAVE Undo ;)
4148
4149         * src/text.C (Backspace): Small fix for the a | a Backspace problem
4150
4151 2000-03-24  Dekel Tsur <dekel@math.tau.ac.il>
4152         
4153         * src/paragraph.C (AutoDeleteInsets) Fixed a bug (wrong positions
4154         were erased)
4155
4156 2000-03-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
4157
4158         * src/main.C: added a runtime check that verifies that the xforms
4159         header used when building LyX and the library used when running
4160         LyX match. Exit with a message if they don't match. This is a
4161         version number check only.
4162
4163         * src/buffer.C (save): Don't allocate memory on the heap for
4164         struct utimbuf times.
4165
4166         * *: some using changes, use iosfwd instead of the real headers.
4167
4168         * src/lyxfont.C use char const * instead of string for the static
4169         strings. Rewrite some functions to use sstream.
4170
4171 2000-03-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4172
4173         * src/text.C (Backspace): hopefully fix the dreaded backaspace
4174         bug. 
4175
4176 2000-03-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4177
4178         * lib/layouts/svjog.layout: new file, for Springer-Verlag Journal
4179         of Geodesy (from Martin Vermeer)
4180
4181         * lib/layouts/svjour.inc: include file for the Springer svjour
4182         class. It can be used to support journals other than JoG.
4183
4184         * lib/Makefile.am: use $(DESTDIR) make variable (from Arkadiusz
4185         Miskiewicz <misiek@pld.org.pl>)
4186         * lib/reLyX/Makefile.am: ditto.
4187
4188 2000-03-27  Juergen Vigna  <jug@sad.it>
4189
4190         * src/insets/insettext.C: added Cut/Copy/Paste inside insets,
4191         also some modifications with operations on selected text.
4192
4193         * src/BufferView.C (checkInsetHit): Now hopefully fixed all the
4194         problems with clicking on insets (last famous words ;)
4195
4196         * src/insets/insetcommand.C (draw): 
4197         (width): Changed to have a bit of space before and after the inset so
4198         that the blinking cursor can be seen (otherwise it was hidden)
4199
4200 2000-03-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4201
4202         * config/gettext.m4 (AM_WITH_NLS): fix a gettext bug where -lintl
4203         would not be added to the link list when an installed gettext (not
4204         part of libc) is found.
4205
4206 2000-03-24  Juergen Vigna  <jug@sad.it>
4207
4208         * src/insets/insetcollapsable.C (Edit): 
4209         * src/mathed/formula.C (InsetButtonRelease): 
4210         (InsetButtonPress): fixed for new handling of ButtonPress/Release
4211         handling.
4212
4213         * src/BufferView.C (workAreaButtonPress): 
4214         (workAreaButtonRelease): 
4215         (checkInsetHit): Finally fixed the clicking on insets be handled
4216         correctly!
4217
4218         * src/insets/insetert.C (Edit): inserted this call so that ERT
4219         insets work always with LaTeX-font
4220
4221 2000-03-21  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
4222
4223         * src/lyx_main.C (easyParse): Removed misplaced gui=false which
4224         caused lyx to startup with no GUI in place, causing in a crash
4225         upon startup when called with arguments.
4226
4227 2000-03-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4228
4229         * src/FontLoader.C: better initialization of dummyXFontStruct.
4230
4231 2000-03-20 José Abílio Matos <jamatos@lyx.org>
4232
4233         * src/lyxrc.[Ch] Removed \sgml_extra_options, added 6 other flags
4234         for linuxdoc and docbook import and export format options.
4235
4236         * lib/lyxrc.example Example of default values for the previous flags.
4237
4238         * src/lyx_cb.C Use those flags instead of the hardwired values for
4239         linuxdoc and docbook export.
4240
4241         * src/lyxfunc.[Ch] Added HTML export for linuxdoc and docbook, added
4242         linuxdoc import.
4243
4244         * src/menus.C Added menus entries for the new import/exports formats.
4245         
4246 2000-03-09 André Pönitz <poenitz@mathematik.tu-chemnitz.de>
4247
4248         * src/lyxrc.*: Added support for running without Gui 
4249         (\use_gui false)
4250           
4251         * src/FontLoader.C: sensible defaults if no fonts are needed
4252
4253         * src/lyx_cb.C: New function ShowMessage (writes either to the
4254         minibuffer or cout in case of no gui
4255         New function AskOverwrite for common stuff
4256         Consequently various changes to call these functions
4257
4258         * src/lyx_main.C:  allow gui = false and handle lyxrc \use_gui false
4259         wild guess at sensible screen resolution when having no gui
4260
4261         * src/lyxfont.C: no gui, no fonts... set some defaults
4262
4263 2000-03-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4264
4265         * src/LColor.C: made the command inset background a bit lighter.
4266
4267 2000-03-20  Hartmut Goebel <goebel@noris.net>
4268
4269         * lib/layouts/stdstruct.inc: split into stdtitle.inc and
4270         stdstruct.inc. Koma-Script added some title elements which
4271         otherwise have been listed below "bibliography". This split allows
4272         adding title elements to where they belong.
4273
4274         * lib/layouts/scrclass.inc: changed to include stdtitle.inc, then
4275         define the additional tilte elements and then include
4276         stdstruct.inc. 
4277
4278         * many other layout files: changed to include stdtitle.inc just
4279         before stdstruct.inc.
4280
4281 2000-03-18 Dekel Tsur <dekel@math.tau.ac.il>
4282
4283         * src/buffer.C: (save) Added the option to store all backup files
4284         in a single directory
4285
4286         * src/lyxrc.[Ch]: Added variable \backupdir_path
4287
4288         * lib/lyxrc.example: Added descriptions of recently added variables
4289
4290         * src/insets/insetbib.[Ch]: Fixed few bugs (crash when editing a
4291         bibtex inset, not closing the bibtex popup when deleting the inset)
4292
4293 2000-03-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4294
4295         * src/lyx_cb.C: add a couple using directives.
4296
4297 2000-03-17 José Abílio Matos <jamatos@lyx.org>
4298         * src/lyx_cb.C (RunLinuxDoc) Removed the flag==-1 option for linuxdoc 
4299         import based on the filename.
4300         
4301         * src/bufferlist.C () Removed the call to RunLinuxDoc where a linuxdoc
4302         file would be imported at start, if the filename where of a sgml file.
4303
4304         * src/support/filetools.C (IsSGMLfilename) Removed, no longer needed.
4305         
4306         * src/support/filetools.h (IsSGMLfilename) Removed, no longer needed.
4307         
4308 2000-03-16 Dekel Tsur <dekel@math.tau.ac.il>
4309         * src/lyxfont.h Replaced the member variable bits.direction by the
4310         member variable lang. Made many changes in other files.
4311         This allows having a multi-lingual document
4312
4313         * src/lyxfunc.C, src/lyx_cb.C Added a new command "language <l>"
4314         that change the current language to <l>.
4315         Removed the command "font-rtl"
4316
4317         * src/buffer.C Changed LYX_FORMAT to 2.16 (as I changed the file
4318         format for Hebrew documents)
4319
4320         * src/lyxrc.C, src/lyxfunc.C Added a new lyxrc command "auto_mathmode"
4321         When auto_mathmode is "true", pressing a digit key in normal mode 
4322         will cause entering into mathmode.
4323         If auto_mathmode is "rtl" then this behavior will be active only
4324         when writing right-to-left text.
4325
4326         * src/text2.C (InsertStringA) The string is inserted using the
4327         current font.
4328
4329         * src/paragraph.C (GetEndLabel) Gives a correct result for
4330         footnote paragraphs.
4331
4332         * src/paragraph.C (PreviousBeforeFootnote) Fixed a small bug
4333
4334 2000-03-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
4335
4336         * src/text.C (Backspace): move RemoveParagraph and RemoveRow in
4337         front of PasteParagraph. Never insert a ' '. This should at least
4338         fix some cause for the segfaults that we have been experiencing,
4339         it also fixes backspace behaviour slightly. (Phu!)
4340
4341         * src/support/lstrings.C (compare_no_case): some change to make it
4342         compile with gcc 2.95.2 and stdlibc++-v3
4343
4344         * src/text2.C (MeltFootnoteEnvironment): change type o
4345         first_footnote_par_is_not_empty to bool.
4346
4347         * src/lyxparagraph.h: make text private. Changes in other files
4348         because of this.
4349         (fitToSize): new function
4350         (setContentsFromPar): new function
4351         (clearContents): new function
4352         (SetChar): new function
4353
4354         * src/paragraph.C (readSimpleWholeFile): deleted.
4355
4356         * src/lyx_cb.C (InsertAsciiFile): don't use a LyXParagraph to hold
4357         the file, just use a simple string instead. Also read the file in
4358         a more maintainable manner.
4359
4360         * src/text2.C (InsertStringA): deleted.
4361         (InsertStringB): deleted.
4362
4363 2000-03-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
4364
4365         * src/text2.C (DeleteEmptyParagraphMechanism): don't run,
4366         RedoParagraphs from the doublespace handling part, just set status
4367         to NEED_MORE_REFRESH. Also don't update cursor position (should be
4368         done, but perhaps not like this.)
4369
4370 2000-03-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4371
4372         * src/text2.C (InsertStringA): don't forget to insert a META_INSET
4373         character when inserting an inset.
4374
4375 2000-03-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
4376
4377         * src/bufferparams.C (readLanguage): now takes "default" into
4378         consideration.
4379
4380         * src/lyx_main.C (LyX): remove the setup of lyxrc. (new)
4381         also initialize the toplevel_keymap with the default bindings from
4382         lyxrc. 
4383         
4384         * src/buffer.C (Buffer): remove lyxrc from the parameters.
4385
4386         * all files using lyxrc: have lyxrc as a real variable and not a
4387         pointer. remove all extern LyXRC * lyxrc. The equiv to this is
4388         done in lyxrc.h.
4389         
4390         * src/lyxrc.C: remove double call to defaultKeyBindings
4391
4392         * src/toolbar.[Ch]: Let the ToolbarDefaults handle the reading of
4393         toolbar defauls using lyxlex. Remove enums, structs, functions
4394         related to this. 
4395
4396         * src/lyxrc.h: use ToolbarDefaults instead of Toolbar for storing
4397         toolbar defaults. Also store default keybindings in a map.
4398
4399         * src/ToolbarDefaults.[Ch]: New file. This class is used for
4400         storing the toolbar defaults without any xforms dependencies. 
4401
4402         * src/insets/figinset.C: patch posted to list by Andre Poenitz
4403         applied. Changed to use iterators.
4404
4405 2000-03-11  Kayvan A. Sylvan  <kayvan@satyr.sylvan.com>
4406
4407         * development/lyx.spec.in: Fix to ``unset LINGUAS'' line for
4408         systems that don't have LINGUAS set to begin with.
4409
4410 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
4411
4412         * src/text2.C (DeleteEmptyParagraphMechanism): small fix posted to
4413         the list by Dekel Tsur.
4414
4415 2000-03-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4416
4417         * src/insets/insetgraphics.C (GraphicxCB): declare with "C" linkage.
4418         * src/insets/form_graphics.C: ditto.
4419
4420         * src/insets/inseturl.C (Latex): the free_spc argument is not used.
4421
4422 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
4423
4424         * src/bufferparams.C (readLanguage): use the new language map
4425
4426         * src/intl.C (InitKeyMapper): use the new language map
4427
4428         * src/lyx_gui.C (create_forms): use the new language map
4429
4430         * src/language.[Ch]: New files. Used for holding the information
4431         about each language. Now! Use this new language map enhance it and
4432         make it really usable for our needs. 
4433
4434 2000-03-09 Dekel Tsur <dekel@math.tau.ac.il>
4435         
4436         * screen.C (ShowCursor): Removed duplicate code.
4437         (ShowManualCursor): Support for 3 cursor shapes: Bar (default),
4438         L (LTR text in RTL document), and reversed-L (RTL text in LTR document)
4439         
4440         * src/text.C (NextBreakPoint,Fill): Moved declaration of left_margin
4441
4442         * src/lyxtext.h
4443         * src/text.C  Added TransformChar method. Used for rendering Arabic
4444         text correctly (change the glyphs of the letter according to the
4445         position in the word)
4446
4447         * src/buffer.C
4448         * src/paragraph.C
4449         * src/lyxrc.h
4450         * src/lyxrc.C  Added lyxrc command {language_command_begin,
4451         language_command_end,language_command_ltr,language_command_rtl,
4452         language_package} which allows the use of either arabtex or Omega
4453         for Arabic
4454
4455         * src/lyx_gui.C (init)
4456         * src/lyxrc.h
4457         * src/lyxrc.C Added lyxrc command screen_font_encoding_menu. Allows
4458         to use encoding for menu fonts which is different than the encoding
4459         for screen fonts
4460
4461         * src/buffer.C (makeLaTeXFile): If params.language = "default",
4462         do not load the babel package.
4463         To write an English document with Hebrew/Arabic, change the document
4464         language to "english".
4465
4466         * src/text2.C (SetCounter): Fixed appendix labels for Hebrew document
4467         (alphaCounter): changed to return char
4468         (loweralphaCounter, hebrewCounter, romanCounter): New functions
4469
4470         * lib/lyxrc.example  Added examples for Hebrew/Arabic
4471
4472         * src/layout.h
4473         * src/layout.C  Added layout command endlabeltype
4474
4475         * src/paragraph.C Added GetEndLabel(),LastPhysicalPar() const
4476
4477         * src/text.C (GetVisibleRow): Draw a box at the end of proof layout
4478
4479 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
4480
4481         * src/mathed/math_delim.C (search_deco): return a
4482         math_deco_struct* instead of index.
4483
4484 2000-03-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
4485
4486         * All files with a USE_OSTREAM_ONLY within: removed all code that
4487         was unused when USE_OSTREAM_ONLY is defined.
4488         
4489         * src/support/lyxalgo.h (sorted): rewrote to use plain '<' instead
4490         of any less. Removed header and using.
4491
4492         * src/text.C (GetVisibleRow): draw the string "Page Break
4493         (top/bottom)" on screen when drawing a pagebreak line.
4494
4495 2000-03-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4496
4497         * lib/doc/LaTeXConfig.lyx.in: add description of textclass llncs.
4498
4499         * src/mathed/math_macro.C (draw): do some cast magic.
4500         (Metrics): ditto.
4501
4502         * src/mathed/math_defs.h: change byte* argument to byte const*.
4503
4504         * src/mathed/formulamacro.[Ch]: add free_spc to Latex() method.
4505
4506         * src/insets/insetfoot.[Ch]: Clone() always returns an Inset* (well I
4507         know it is right to return InsetFoot* too, but cxx does not like
4508         it...). 
4509
4510         * src/insets/insetcollapsable.[Ch] (Clone): make const.
4511
4512         * development/lyx.spec.in: unset LINGUAS to avoid i18n problems.
4513
4514         * src/mathed/math_delim.C: change == to proper assignment.
4515
4516 2000-03-09  Juergen Vigna  <jug@sad.it>
4517
4518         * src/insets/insettext.C (setPos): fixed various cursor positioning
4519         problems (via mouse and cursor-keys)
4520         (LocalDispatch): added posibility to add a Ctrl-Enter inside a text
4521         inset (still a small display problem but it works ;)
4522
4523         * src/insets/insetcollapsable.C (draw): added button_top_y and
4524         button_bottom_y to have correct values for clicking on the inset.
4525
4526         * src/support/lyxalgo.h: commented out 'using std::less'
4527
4528 2000-03-08  Juergen Vigna  <jug@sad.it>
4529
4530         * src/insets/insetcollapsable.C (InsetButtonRelease): Now a
4531         Button-Release event closes as it is alos the Release-Event
4532         which opens it.
4533
4534         * src/lyxfunc.C (Dispatch): forgot a break in the LFUN_INSET_ERT
4535
4536 2000-03-07  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
4537
4538         * lib/layouts/literate-scrap.inc: Fixed initial comment. Now we
4539         can add multiple spaces in Scrap (literate programming) styles...
4540         which, by the way, is how I got hooked on LyX to begin with.
4541  
4542         * src/mathed/formula.C (Write): Added dummy variable to an
4543         inset::Latex() call.
4544         (Latex): Add free_spacing boolean to inset::Latex()
4545
4546         * src/mathed/formula.h (Latex): Added free_spacing boolean arg.
4547         
4548         * src/insets/lyxinset.h: Changed definition of the inset::Latex()
4549         virtual function to include the free_spacing boolean from
4550         the containing paragraph's style.
4551  
4552         * src/insets/inseturl.C, src/insets/inseturl.h (Latex):
4553         Added free_spacing boolean arg to match inset.h
4554         
4555         * src/insets/insettext.C, src/insets/insettext.h (Latex):
4556         Added free_spacing boolean arg to match inset.h
4557         
4558         * src/insets/insetspecialchar.C, src/insets/insetspecialchar.h (Latex):
4559         Added free_spacing boolean and made sure that if in a free_spacing
4560         paragraph, that we output normal space if there is a protected space.
4561         
4562         * src/insets/insetref.C, src/insets/insetref.h (Latex):
4563         Added free_spacing boolean arg to match inset.h
4564         
4565         * src/insets/insetquotes.C, src/insets/insetquotes.h (Latex):
4566         Added free_spacing boolean arg to match inset.h
4567         
4568         * src/insets/insetparent.C, src/insets/insetparent.h (Latex):
4569         Added free_spacing boolean arg to match inset.h
4570         
4571         * src/insets/insetlatexaccent.C, src/insets/insetlatexaccent.h (Latex):
4572         Added free_spacing boolean arg to match inset.h
4573         
4574         * src/insets/insetlatex.C, src/insets/insetlatex.h (Latex):
4575         Added free_spacing boolean arg to match inset.h
4576         
4577         * src/insets/insetlabel.C, src/insets/insetlabel.h (Latex): Added
4578         free_spacing boolean arg to match inset.h 
4579         
4580         * src/insets/insetinfo.C, src/insets/insetinfo.h (Latex):
4581         Added free_spacing boolean arg to match inset.h
4582         
4583         * src/insets/insetinclude.C, src/insets/insetinclude.h (Latex):
4584         Added free_spacing boolean arg to match inset.h
4585         
4586         * src/insets/insetgraphics.C, src/insets/insetgraphics.h (Latex):
4587         Added free_spacing boolean arg to match inset.h
4588         
4589         * src/insets/inseterror.C, src/insets/inseterror.h (Latex):
4590         Added free_spacing boolean arg to match inset.h
4591         
4592         * src/insets/insetcommand.C, src/insets/insetcommand.h (Latex):
4593         Added free_spacing boolean arg to match inset.h
4594         
4595         * src/insets/insetbib.C, src/insets/insetbib.h (Latex): Added
4596         free_spacing boolean arg to match inset.h
4597         
4598         * src/insets/figinset.C, src/insets/figinset.h (Latex): Added
4599         free_spacing boolean arg to match inset.h
4600         
4601         * src/text2.C (DeleteEmptyParagraphMechanism): Fix this to
4602         ignore free_spacing paragraphs. The user's spaces are left
4603         alone. 
4604         
4605         * src/text.C (InsertChar): Fixed the free_spacing layout
4606         attribute behavior. Now, if free_spacing is set, you can
4607         add multiple spaces in a paragraph with impunity (and they
4608         get output verbatim).
4609         (SelectSelectedWord): Added dummy argument to inset::Latex()
4610         call.
4611         
4612         * src/paragraph.C (TeXOnePar): Added dummy args to inset::Latex(...)
4613         calls.
4614         
4615         * src/lyxfunc.C (Dispatch): Hard-spaces input in free_spacing
4616         paragraph layouts now only input a simple space instead.
4617         Special character insets don't make any sense in free-spacing
4618         paragraphs.
4619         
4620         * src/buffer.C (parseSingleLyXformat2Token): Code to convert
4621         hard-spaces in the *input* file to simple spaces if the layout
4622         is free-spacing. This converts old files which had to have
4623         hard-spaces in free-spacing layouts where a simple space was
4624         preferrable.
4625         (writeFileAscii): Added free_spacing check to pass to the newly
4626         reworked inset::Latex(...) methods. The inset::Latex() code
4627         ensures that hard-spaces in free-spacing paragraphs get output
4628         as spaces (rather than "~").
4629         
4630 2000-03-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
4631         
4632         * src/mathed/math_delim.C (draw): draw the empty placeholder
4633         delims with a onoffdash line.
4634         (struct math_deco_compare): struct that holds the "functors" used
4635         for the sort and the binary search in math_deco_table.
4636         (class init_deco_table): class used for initial sort of the
4637         math_deco_table. 
4638         (search_deco): use lower_bound to do a binary search in the
4639         math_deco_table.
4640
4641 2000-03-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
4642
4643         * src/lyxrc.C: a small secret thingie...
4644
4645         * src/lyxlex.C (printTable): changed to take a ostream as paramter
4646         and to not flush the stream as often as it used to.
4647
4648         * src/support/lyxalgo.h: new file 
4649         (sorted): template function used for checking if a sequence is
4650         sorted or not. Two versions with and without user supplied
4651         compare. Uses same compare as std::sort.
4652
4653         * src/lyxlex.C (LyXLex): check if the table is sorted, if not sort
4654         it and give warning on lyxerr.
4655         (pushTable): ditto
4656         (struct compare_tags): struct with function operators used for
4657         checking if sorted, sorting and lower_bound.
4658         (search_kw): use lower_bound instead of manually implemented
4659         binary search.
4660
4661 2000-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4662
4663         * src/insets/insetcollapsable.h: fix Clone() declaration.
4664         * src/insets/insetfoot.h: ditto.
4665
4666         * src/insets/lyxinset.h: remove an extra comma at the end of enum.
4667
4668 2000-03-08  Juergen Vigna  <jug@sad.it>
4669
4670         * src/insets/lyxinset.h: added owner call which tells us if
4671         this inset is inside another inset. Changed also the return-type
4672         of Editable to an enum so it tells clearer what the return-value is.
4673
4674         * src/insets/insettext.C (computeTextRows): fixed computing of
4675         textinsets which split automatically on more rows.
4676
4677         * src/insets/insetert.[Ch]: changed this to be of BaseType
4678         InsetCollapsable.
4679
4680         * src/insets/insetfoot.[Ch]: added footnote inset
4681
4682         * src/insets/insetcollapsable.[Ch]: added this BaseClass for
4683         collapsable insets (like footnote, ert, ...)
4684
4685 2000-03-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
4686
4687         * src/lyxdraw.h: remvoe file
4688
4689         * src/lyxdraw.C: remove file
4690
4691         * src/insets/insettext.C: added <algorithm>.
4692
4693 2000-03-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
4694
4695         * src/mathed/math_panel.C (delim_cb): case MM_OK use string stream
4696         (matrix_cb): case MM_OK use string stream
4697
4698         * src/mathed/formula.C (LocalDispatch): case LFUN_SETXY use string
4699         stream.
4700
4701         * src/mathed/math_macro.C (draw): use string stream
4702         (Metrics): use string stream
4703
4704         * src/paragraph.C (TeXFootnote): for case LyXParagraph::FIG, write
4705         directly to the ostream.
4706
4707         * src/vspace.C (asString): use string stream.
4708         (asString): use string stream
4709         (asLatexString): use string stream
4710
4711         * src/lyx_cb.C (UpdateLayoutDocument): use string stream for
4712         setting Spacing::Other.
4713
4714         * src/LaTeXFeatures.C (getPackages): use string stream instead of
4715         sprintf when creating the stretch vale.
4716
4717         * src/text2.C (alphaCounter): changed to return a string and to
4718         not use a static variable internally. Also fixed a one-off bug.
4719         (SetCounter): changed the drawing of the labels to use string
4720         streams instead of sprintf.
4721
4722         * src/support/lyxmanip.h: rewrite the newlineanDepth ostream
4723         manipulator to use a scheme that does not require library support.
4724         This is also the way it is done in the new GNU libstdc++. Should
4725         work with DEC cxx now. 
4726
4727 2000-03-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
4728
4729         * src/mathed/math_inset.h (Write(ostream & os): add a space at the
4730         end. This fixes a bug. 
4731
4732         * src/mathed (all files concerned with file writing): apply the
4733         USE_OSTREAM_ONLY changes to mathed too.
4734         
4735         * src/support/DebugStream.h: make the constructor explicit.
4736
4737         * src/lyxfont.C (latexWriteStartChanges): small bug related to
4738         count and ostream squashed.
4739
4740 2000-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4741
4742         * src/support/Makefile.am (libsupport_la_SOURCES): add lyxmanip.h.
4743
4744         * src/buffer.C (makeLaTeXFile): add a .c_str(), since
4745         ostringstream uses STL strings, and we might not.
4746
4747         * src/insets/insetspecialchar.C: add using directive.
4748         * src/insets/insettext.C: ditto.
4749
4750 2000-03-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
4751
4752         * lib/layouts/seminar.layout: feeble attempt at a layout for
4753         seminar.cls, far from completet and could really use some looking
4754         at from people used to write layout files.
4755
4756         * src/support/lyxmanip.h (newlineAndDepth): ostream manipulator to
4757         use instead of the AddNewlineAndDepth funtion in lyx_cb.C. This is
4758         a lot nicer and works nicely with ostreams.
4759
4760         * src/mathed/formula.C (draw): a slightly different solution that
4761         the one posted to the list, but I think this one works too. (font
4762         size wrong in headers.)
4763
4764         * src/insets/insettext.C (computeTextRows): some fiddling on
4765         Jürgens turf, added some comments that he should read.
4766
4767         * src/lyxrc.C: remove all traces of RC_NOMENUACCELERATORS, never
4768         used and it gave compiler warnings.
4769         RC_SHOW_BANNER + "\\show_banner" added, also to reading and
4770         writing of lyxrc.
4771
4772         * src/lyx_gui.C (create_forms): do the right thing when
4773         show_banner is true/false.
4774
4775         * src/lyx_cb.C (TimerCB): no need to close or do anything if
4776         show_banner is false.
4777
4778         * most file writing files: Now use iostreams to do almost all of
4779         the writing. Also instead of passing string &, we now use
4780         stringstreams. mathed output is still not adapted to iostreams.
4781         This change can be turned off by commenting out all the occurences
4782         of the "#define USE_OSTREAM_ONLY 1" lines.
4783         
4784         * src/WorkArea.C (createPixmap): don't output debug messages.
4785         (WorkArea): don't output debug messages.
4786
4787         * lib/lyxrc.example: added a comment about the new variable
4788         \show_banner 
4789
4790         * development/Code_rules/Rules: Added some more commente about how
4791         to build class interfaces and on how better encapsulation can be
4792         achieved. 
4793
4794 2000-03-03  Juergen Vigna  <jug@sad.it>
4795
4796         * src/insets/insetert.C (InsetERT): Now ERT-insets break row
4797         automatically with the width of the LyX-Window
4798
4799         * src/insets/insettext.C (computeTextRows): fixed update bug in
4800         displaying text-insets (scrollvalues where not initialized!)
4801
4802 2000-03-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
4803
4804         * src/mathed/math_utils.C (MathedLookupBOP): using only res->id ==
4805         id in the check of the result from lower_bound is not enough since
4806         lower_bound can return last too, and then res->id will not be a
4807         valid construct.
4808
4809         *  all insets and some code that use them: I have conditionalized
4810         removed the Latex(string & out, ...) this means that only the
4811         Latex(ostream &, ...) will be used. This is a work in progress to
4812         move towards using streams for all output of files. 
4813
4814         * src/text.C (GetColumnNearX): initialize LyXParagraph::size_type
4815         c to 0.
4816
4817 2000-03-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4818
4819         * src/mathed/math_utils.C (MathedLookupBOP): fix the search
4820         routine (this fixes bug where greek letters were surrounded by too
4821         much white space).
4822
4823         * src/support/filetools.C (findtexfile): change a bit the search
4824         algorithm, to fix bug introduced in 1.1.4. Note that --format is
4825         no longer passed to kpsewhich, we may have to change that later.
4826
4827         * config/lyxinclude.m4 (LYX_PROG_CXX): better version-dependent
4828         warning options to avoid problems with X header files (from Angus
4829         Leeming).
4830         * acinclude.m4: regenerated.
4831
4832 2000-03-02  Juergen Vigna  <jug@sad.it>
4833
4834         * src/insets/insettext.C (WriteParagraphData): Using the
4835         par->writeFile() function for writing paragraph-data.
4836         (Read): Using buffer->parseSingleLyXformat2Token()-function
4837         for parsing paragraph data!
4838
4839         * src/buffer.C (readLyXformat2): removed all parse data and using
4840         the new parseSingleLyXformat2Token()-function.
4841         (parseSingleLyXformat2Token): added this function to parse (read)
4842         lyx-file-format (this is called also from text-insets now!)
4843
4844 2000-03-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
4845
4846         * src/paragraph.C (BeginningOfMainBody): initialize previous_char
4847         and temp.
4848
4849         * src/lyxfunc.C (Dispatch(LFUN_MENUSEARCH)): Do the Search dialog
4850         directly instead of going through a func. One very bad thing: a
4851         static LyXFindReplace, but I don't know where to place it. 
4852
4853         * src/lyxfr1.C (GetCurrentSelectionAsString): rewritten to use a
4854         string instead of char[]. Also changed to static.
4855         (GetSelectionOrWordAtCursor): changed to static inline
4856         (SetSelectionOverLenChars): ditto.
4857
4858         * src/lyxfr0.[Ch] src/lyxfr1.[Ch]: rewrite to get rid of
4859         current_view and global variables. both classes has changed names
4860         and LyXFindReplace is not inherited from SearchForm.
4861         
4862         * src/lyx_gui_misc.C (CloseAllBufferRelatedPopups): remove the
4863         fl_form_search form.
4864
4865         * src/lyx_gui.C (create_forms): removed the fl_form_search form.
4866
4867 2000-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4868
4869         * lib/bind/*.bind: make sure 'buffer-previous' function is not
4870         bound (from Kayvan).
4871
4872         * src/insets/Makefile.am (libinsets_la_SOURCES): add BoundingBox.h.
4873
4874         * lib/layouts/stdletter.inc: fix line spacing in Send_To_Address.
4875
4876 2000-03-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
4877
4878         * some things that I should comment but the local pub says head to
4879         swirly... 
4880         
4881         * comment out all code that belongs to the Roff code for Ascii
4882         export of tables. (this is unused)
4883         
4884         * src/LyXView.C: use correct type for global variable
4885         current_layout. (LyXTextClass::size_type)
4886
4887         * some code to get the new insetgraphics closer to working I'd be
4888         grateful for any help.
4889         
4890         * src/BufferView2.C (insertInset): use the return type of
4891         NumberOfLayout properly. (also changes in other files)
4892
4893         * src/insets/insetspecialchar.[Ch]: add the PROTECTED SEPARATOR to
4894         this as a test. I want to know what breaks because of this.
4895
4896         * src/BufferView.[Ch] (tripleClick): name change from trippleClick.
4897
4898 2000-02-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
4899
4900         * lib/layouts/stdlists.inc: changed the lyxlist latex definition
4901         to use a \makebox in the label, this allows proper justification
4902         with out using protected spaces or multiple hfills. Now it is
4903         "label" for left justified, "\hfill label\hfill" for center, and
4904         "\hfill label" for right justified. UserGuide.lyx sec. 3.3.6.5
4905         should be changed accordingly. 
4906
4907 2000-02-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4908
4909         * src/lyxtext.h: change SetLayout() to take a
4910         LyXTextClass::size_type instead of a char (when there is more than
4911         127 layouts in a class); also change type of copylayouttype.
4912         * src/text2.C (SetLayout): ditto.
4913         * src/LyXView.C (updateLayoutChoice): ditto.
4914
4915         * src/LaTeX.C (scanLogFile): errors where the line number was not
4916         given just after the '!'-line were ignored (from Dekel Tsur).
4917
4918         * lib/lyxrc.example: fix description of \date_insert_format
4919
4920         * lib/layouts/llncs.layout: new layout, contributed by Martin
4921         Vermeer. 
4922
4923 2000-02-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
4924
4925         * config/lyxinclude.m4 (LYX_PROG_CXX): remove case support for gcc
4926         2.7.* and add case support for gcc 2.96*. Gcc 2.96 only exists in
4927         cvs at gcc.gnu.org (currently it fails with ICE on insetbib.C,
4928         insetindex.C, insetloa.C, insettext.C, filetools.C, BufferView.C,
4929         BufferView2.C, LyXView.C, buffer.C, lyx_cb.C, lyxfunc.C,
4930         paragraph.C, text.C, text2.C)
4931
4932 2000-02-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4933
4934         * src/insets/insettext.C (LocalDispatch): remove extra break
4935         statement. 
4936
4937         * src/insets/insetert.[Ch] (Clone): change return value to Inset*
4938         * src/insets/insettext.[Ch] (Clone): change return value to Inset*
4939
4940         * src/mathed/formulamacro.[Ch] (draw): add missing const qualifier
4941         * src/insets/insettext.[Ch] (GetCursorPos): ditto
4942
4943         * src/insets/insetbib.h: move InsetBibkey::Holder and
4944         InsetCitation::Holder in public space.
4945
4946 2000-02-25  Lars Gullik Bjønnes <larsbj@lyx.org>
4947
4948         * src/insets/insettext.h: small change to get the new files from
4949         Juergen to compile (use "string", not "class string").
4950
4951         * src/insets/insettext.[Ch], src/insets/insertert.[Ch]: use string
4952         const & as parameter to LocalDispatch, use LyXFont const & as
4953         paramter to some other func. This also had impacto on lyxinsets.h
4954         and the two mathed insets.
4955
4956 2000-02-24  Juergen Vigna  <jug@sad.it>
4957
4958         * src/buffer.C:
4959         * src/commandtags.h: 
4960         * src/LyXAction.C:
4961         * src/lyxfunc.C: added code for LFUN_INSET_ERT and LFUN_INSET_TEXT
4962
4963         * src/BufferView.h
4964         * src/BufferView.C
4965         * src/BufferView2.C: added/updated code for various inset-functions
4966
4967         * src/insets/insetert.[Ch]: added implementation of InsetERT
4968
4969         * src/insets/insettext.[Ch]: added implementation of InsetText
4970
4971         * src/insets/inset.C (Edit): added "unsigned int button" parameter
4972         (draw): added preliminary code for inset scrolling not finshed yet
4973
4974         * src/insets/inset.C (LocalDispatch): changed arg parameter to string
4975         as it is in lyxfunc.C now
4976
4977         * src/insets/lyxinset.h: Added functions for text-insets
4978
4979 2000-02-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
4980
4981         * src/lyx_cb.C src/UpdateInset.[Ch]: move the updateinsetlist into
4982         BufferView and reimplement the list as a queue put inside its own
4983         class.
4984
4985         * src/bufferlist.[Ch] (updateInset): remove func, not needed.
4986
4987         * several files: use the new interface to the "updateinsetlist"
4988         
4989         * src/WorkArea.C (work_area_handler): call BufferView::doubleClick
4990         on doubleclick.
4991         (work_area_handler): call BufferView::trippleClick on trippleclick.
4992
4993         * src/BufferView.C (doubleClick): new function, selects word on
4994         doubleclick. 
4995         (trippleClick): new function, selects line on trippleclick.
4996
4997 2000-02-22  Allan Rae  <rae@lyx.org>
4998
4999         * lib/bind/xemacs.bind: buffer-previous not supported
5000
5001 2000-02-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5002
5003         * src/insets/insettoc.[Ch] (LinuxDoc, DocBook): mark the methods
5004         as const.
5005
5006 2000-02-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
5007
5008         * src/bufferlist.C: get rid of current_view from this file
5009
5010         * src/spellchecker.C: get rid of current_view from this file
5011
5012         * src/vspace.C: get rid of current_view from this file
5013         (inPixels): added BufferView parameter for this func
5014         (asLatexCommand): added a BufferParams for this func
5015
5016         * src/text.C src/text2.C: get rid of current_view from these
5017         files.
5018         
5019         * src/lyxfont.C (getFontDirection): move this function here from
5020         text.C
5021         
5022         * src/bufferparams.C (getDocumentDirection): move this function
5023         here from text.C
5024
5025         * src/paragraph.C (getParDirection): move this function here from
5026         text.C 
5027         (getLetterDirection): ditto
5028         
5029 2000-02-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
5030
5031         * WorkArea, Painter, LyXScreen: Fixed the crash that occured on
5032         resize due to wrong pixmap beeing used. Also took the opurtunity
5033         to make the LyXScreen stateless on regard to WorkArea and some
5034         general cleanup in the same files.
5035         
5036 2000-02-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
5037
5038         * src/Makefile.am: add missing direction.h
5039
5040         * src/PainterBase.h: made the width functions const.
5041         
5042         * lib/kbd/iso8859-1.cdef: fix a couple of entries and define some
5043         missing ones.
5044         
5045         * src/insets/insetcommand.C (draw): draw Editable as buttons.
5046
5047         * src/insets/insetlatexaccent.C (draw): make the accents draw
5048         better, at present this will only work well with iso8859-1.
5049         
5050         * several files: remove the old drawing code, now we use the new
5051         painter only.
5052
5053         * several files: remove support for mono_video, reverse_video and
5054         fast selection.
5055
5056 2000-02-17  Juergen Vigna  <jug@sad.it>
5057
5058         * src/mathed/math_cursor.[Ch] (SelGetArea): Changed form int * to
5059         int ** as we have to return the pointer, otherwise we have only
5060         NULL pointers in the returning function.
5061
5062 2000-02-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5063
5064         * src/LaTeX.C (operator()): quote file name when running latex.
5065
5066 2000-02-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
5067
5068         * src/toolbar.C (set): use fl_set_object_helper for the tooltop
5069         (bubble tip), this removes our special handling of this.
5070
5071         * Remove all code that is unused now that we have the new
5072         workarea. (Code that are not active when NEW_WA is defined.)
5073
5074         * Make the uses of XSync not conditionalized on define USE_XSYNC.
5075         
5076 2000-02-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5077
5078         * src/lyxfunc.C (Dispatch): fix LFUN_LAYOUT when giving a
5079         nonexisting layout; correctly redirect obsoleted layouts.
5080
5081         * lib/lyxrc.example: document \view_dvi_paper_option
5082
5083         * src/lyxrc.[Ch]: add support for the \view_dvi_paper_option
5084         variable. 
5085
5086         * src/lyx_cb.C (RunScript): handle $$FName for command names. 
5087         (PreviewDVI): handle the view_dvi_paper_option variable.
5088         [Both from Roland Krause]
5089
5090 2000-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
5091
5092         * src/Painter.C (text(int,int,char,LyXFont)): call text(int, int,
5093         char const *, int, LyXFont)
5094         (text(int, int, string, LyXFont)): ditto 
5095
5096         * src/text.C (InsertCharInTable): attempt to fix the double-space
5097         feature in tables too.
5098         (BackspaceInTable): ditto.
5099         (GetVisibleRow): make bottom pagebreak line be a onoff line.
5100
5101 2000-02-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
5102
5103         * src/text2.C (owner): only complain if owner_ is set and bv != 0
5104
5105         * src/BufferView.C (resizeCurrentBuffer): set the owner of the
5106         newly found text in textcache to this.
5107         (buffer): set the owner of the text put into the textcache to 0
5108
5109         * src/insets/figinset.C (draw): fixed the drawing of figures with
5110         the new Painter.
5111
5112         * src/text.C src/mathed/math_cursor.C: nailed and fixed the
5113         drawing of mathframe, hfills, protected space, table lines. I have
5114         now no outstanding drawing problems with the new Painter code. 
5115
5116 2000-02-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5117
5118         * src/PainterBase.C (ellipse, circle): do not specify the default
5119         arguments. 
5120
5121         * src/LColor.h: add using directive.
5122
5123         * src/Painter.[Ch]: change return type of methods from Painter& to
5124         PainterBase&. Add a using directive.
5125
5126         * src/WorkArea.C: wrap xforms callbacks in C functions
5127         C_WorkArea_xxx. 
5128
5129         * lib/layouts/foils.layout: font fix and simplifications from Carl
5130         Ollivier-Gooch.
5131
5132 2000-02-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
5133
5134         * a lot of files: The Painter, LColor and WorkArea from the old
5135         devel branch has been ported to lyx-devel. Some new files and a
5136         lot of #ifdeffed code. The new workarea is enabled by default, but
5137         if you want to test the new Painter and LColor you have to compile
5138         with USE_PAINTER defined (do this in config.h f.ex.) There are
5139         still some rought edges, and I'd like some help to clear those
5140         out. It looks stable (loads and displays the Userguide very well).
5141         
5142
5143 2000-02-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5144
5145         * src/buffer.C (pop_tag): revert to the previous implementation
5146         (use a global variable for both loops).
5147
5148         * lib/kbd/iso8859-1.cdef: fix definition for \"{e}.
5149
5150         * src/lyxrc.C (LyXRC): change slightly default date format.
5151
5152         * src/paragraph.C (TeXOnePar): Generate a correct latex file when
5153         there is an English text with a footnote that starts with a Hebrew
5154         paragraph, or vice versa.
5155         (TeXFootnote): ditto.
5156
5157         * src/text.C (LeftMargin): allow for negative values for
5158         parindent. Thanks to Philip Lehman <lehman@gmx.net> for testing
5159         this out.
5160
5161         * src/lyx_gui.C (create_forms): add iso88595 as a possible choice
5162         for input encoding (cyrillic)
5163
5164 2000-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5165
5166         * src/lyx_gui.C (create_forms): make combo box taller (from Dekel
5167         Tsur). 
5168
5169         * src/toolbar.C (set): ditto
5170         * src/insets/insetbib.C (create_form_citation_form): ditto
5171
5172         * lib/CREDITS: added Dekel Tsur.
5173
5174         * lib/kbd/hebrew.kmap, lib/kbd/null.kmap,
5175         lib/layouts/heb-article.layout, lib/layouts/heb-letter.layout: new
5176         hebrew supports files from Dekel Tsur.
5177         
5178         * lib/kbd/iso8859-8.cdef: new file, from Tzafrir Cohen
5179         <tzafrir@technion.ac.il> 
5180
5181         * src/lyxrc.C: put \date_insert_format at the right place.
5182
5183         * src/buffer.C (makeLaTeXFile): fix the handling of
5184         BufferParams::sides when writing out latex files.
5185
5186         * src/BufferView2.C: add a "using" directive.
5187
5188         * src/support/lyxsum.C (sum): when we use lyxstring,
5189         ostringstream::str needs an additional .c_str().
5190
5191 2000-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
5192
5193         * src/support/filetools.C (ChangeExtension): patch from Etienne
5194         applied.
5195
5196         * src/TextCache.C (show): remove const_cast and make second
5197         parameter non-const LyXText *.
5198
5199         * src/TextCache.h: use non const LyXText in show.
5200
5201         * src/paragraph.C (SimpleTeXSpecialChars): patch to make urls work
5202         with hebrew.
5203
5204 2000-02-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5205
5206         * src/support/lyxsum.C: rework to be more flexible.
5207         
5208         * several places: don't check if a pointer is 0 if you are going
5209         to delete it.
5210
5211         * src/text.C: remove some dead code.
5212
5213         * src/insets/figinset.C: remove some dead code
5214         
5215         * src/buffer.C: move the BufferView funcs to BufferView2.C
5216         remove all support for insetlatexdel
5217         remove support for oldpapersize stuff
5218         made some member funcs const
5219
5220         * src/kbmap.C: use a std::list to store the bindings in.
5221         
5222         * src/BufferView2.C: new file
5223
5224         * src/kbsequence.[Ch]: new files
5225         
5226         * src/LyXAction.C + others: remove all trace of buffer-previous
5227         
5228         * src/Bullet.[Ch]: moved ITEMIZE_DEFAULTS inside Bullet.C so that we
5229         only have one copy in the binary of this table.
5230         
5231         * hebrew patch: moved some functions from LyXText to more
5232         appropriate places. (LyXParagraph, BufferParams, LyXFont)
5233         
5234         * several files: remove support for XForms older than 0.88
5235         whitespace changes.
5236         remove some #if 0 #endif code
5237         
5238         * src/TextCache.[Ch]: new file. Holds the textcache.
5239
5240         * src/BufferView.C: changes to use the new TextCache interface.
5241         (waitForX): remove the now unused code.
5242         
5243         * src/BackStack.h: remove some commented code
5244
5245         * lib/bind/emacs.bind: remove binding for buffer-previous
5246
5247 2000-02-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
5248
5249         * applied the hebrew patch.
5250
5251         * src/lyxrow.h: make sure that all Row variables are initialized.
5252
5253         * src/text2.C (TextHandleUndo): comment out a delete, this might
5254         introduce a memory leak, but should also help us to not try to
5255         read freed memory. We need to look at this one.
5256
5257         * src/paragraph.C (SimpleDocBookOneTablePar): initialize column to 0
5258         (LyXParagraph): initalize footnotekind.
5259
5260         * src/lyxrc.C (output): added case RC_DATE_INSERT_FORMAT. Jug
5261         forgot this when applying the patch. Please heed the warnings.
5262
5263         * src/BufferView.C (buffer): a fix for the buffer-reload problem
5264         (aka. reformat problem)
5265
5266         * src/bufferlist.C (exists): made const, and use const_iterator
5267         (isLoaded): new func.
5268         (release): use std::find to find the correct buffer.
5269
5270         * src/bufferlist.h: made getState a const func.
5271         made empty a const func.
5272         made exists a const func.
5273         new func: isLoaded
5274
5275 2000-02-01  Juergen Vigna  <jug@sad.it>
5276
5277         * src/lyxfunc.C lyxrc.C: changed from insert-date to date-insert
5278
5279         * po/it.po: updated a bit the italian po file and also changed the
5280         'file nuovo' for newfile to 'filenuovo' without a space, this did
5281         annoy me a lot :)
5282         
5283         * src/lyxrc.C (LyXRC): added support for a default insert_date_format
5284         for the new insert_date command.
5285
5286         * src/lyxfunc.C (Dispatch): added support for a insert_date function
5287         from jdblair, to insert a date into the current text conforming to
5288         a strftime format (for now only considering the locale-set and not
5289         the document-language).
5290
5291 2000-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5292
5293         * src/lyxfont.C (textWidth): hopefully better fix for the Array
5294         Bounds Read error seen by purify. The problem was that islower is
5295         a macros which takes an unsigned char and uses it as an index for
5296         in array of characters properties (and is thus subject to the
5297         above error).
5298         (drawText): ditto.
5299
5300         * src/lyx_cb.C (UpdateLayoutDocument): use a switch to set
5301         correctly the paper sides radio buttons.
5302         (UpdateDocumentButtons): ditto.
5303
5304 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
5305
5306         * src/kbmap.C (getsym + others): change to return unsigned int,
5307         returning a long can give problems on 64 bit systems. (I assume
5308         that int is 32bit on 64bit systems)
5309
5310 2000-01-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5311
5312         * src/lyxfunc.C (processKeyEvent): fix a the buffer returned by
5313         LyXLookupString to be zero-terminated. Really fixes problems seen
5314         by purify, I think.
5315
5316 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
5317
5318         * src/lyxfunc.C (processKeyEvent): "fix" so that we never try to
5319         write a (char*)0 to the lyxerr stream.
5320
5321         * src/lastfiles.C: move algorithm before the using statemets.
5322
5323 2000-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5324
5325         * src/lastfiles.C: move using directives in global scope (egcs 1.x
5326         complains otherwise).
5327         * src/table.C: ditto
5328
5329         * lib/reLyX/reLyX.in: use variable @LYX_DIR@ as built-in data
5330         directory. 
5331
5332         * lib/reLyX/configure.in (LYX_DIR): re-introduce this variable
5333         that I removed earlier... It is really needed.
5334
5335         * lib/examples/multicol.lyx: new file, splitted from Extended.lyx. 
5336
5337 2000-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5338
5339         * INSTALL: update xforms home page URL.
5340
5341         * lib/configure.m4: fix a bug with unreadable layout files.
5342
5343         * src/table.C (calculate_width_of_column): add "using std::max"
5344         directive. 
5345
5346 2000-01-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
5347
5348         * several files: marked several lines with "DEL LINE", this is
5349         lines that can be deleted without changing anything.
5350         if (<ptr>) // DEL LINE  /* this line is _never_ needed. Delete
5351                                    checks this anyway */
5352                 delete <ptr>
5353
5354         * src/insets/insetlatexaccent.C: Changed some debugs to Debug::KEY
5355
5356         * src/DepTable.C (update): add a "+" at the end when the checksum
5357         is different. (debugging string only)
5358
5359         * src/paragraph.C (ReturnNextInsetPointer): fix bug that caused
5360         the next inset to not be displayed. This should also fix the list
5361         of labels in the "Insert Crossreference" dialog.
5362
5363 2000-01-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
5364
5365         * src/support/LSubstring.C (LSubstring): set pos to string::npos
5366         when regex was not found.
5367
5368         * src/support/lstrings.C (lowercase): use handcoded transform always.
5369         (uppercase): ditto
5370
5371         * src/text.C (Delete): fixed the crash. cursor.par->prev and
5372         old_cursor.par->prev could be 0.
5373
5374         * several files: changed post inc/dec to pre inc/dec
5375         
5376         * src/lastfiles.C (writeFile): use ostream_iterator and copy to
5377         write the lastfiles to file.
5378
5379         * src/BufferView.C (buffer): only show TextCache info when debugging
5380         (buffer): ditto
5381         (resizeCurrentBuffer): ditto
5382         (workAreaExpose): ditto
5383
5384         * lib/kbd/iso8859-7.cdef: changed to new quoting scheme
5385
5386         * lib/kbd/iso8859-2.cdef: changed to new quoting scheme
5387
5388         * src/insets/insetlatexaccent.C (Draw): make the display of UMLAUT
5389         a bit better by removing the special case for \i and \j.
5390
5391 2000-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5392
5393         * src/lyx_main.C (easyParse): remove test for bad comand line
5394         options, since this broke all xforms-related parsing.
5395
5396         * src/kbmap.C (getsym): set return type to unsigned long, as
5397         declared in header. On an alpha, long is _not_ the same as int.
5398
5399         * src/support/LOstream.h: add a "using std::flush;"
5400
5401         * src/insets/figinset.C: ditto.
5402
5403 2000-01-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
5404
5405         * src/bufferlist.C (write): use blinding fast file copy instead of
5406         "a char at a time", now we are doing it the C++ way.
5407
5408         * src/insets/figinset.C: get rid of struct pidwaitpit, use a
5409         std::list<int> instead.
5410         (addpidwait): reflect move to std::list<int>
5411         (sigchldchecker): ditto
5412
5413         * src/bmtable.c (fl_set_bmtable_file): have arguments in the X r5
5414         version also. 
5415
5416         * src/paragraph.C (FirstPhysicalPar): remove assert and comment
5417         that obviously was wrong...
5418
5419         * src/lyxfont.C (textWidth): have c as char c[2] instead of char
5420         c, this avoids warnings with purify and islower.
5421
5422         * src/insets/figinset.C: rename struct queue to struct
5423         queue_element and rewrite to use a std::queue. gsqueue is now a
5424         std::queue<queue_element>
5425         (runqueue): reflect move to std::queue
5426         (addwait): ditto
5427
5428         * src/support/lstrings.h (tostr): specialize for bool, otherwise
5429         we would get "1" "0" instead of "true" "false. Also make the tostr
5430         functions inline.
5431
5432 2000-01-21  Juergen Vigna  <jug@sad.it>
5433
5434         * src/buffer.C (writeFileAscii): Disabled code for special groff
5435         handling of tabulars till I fix this in table.C
5436
5437 2000-01-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5438
5439         * src/support/mkdir.C (mkdir): change second argument of mkdir to
5440         unsigned long int.
5441         * src/support/lyxlib.h: ditto.
5442
5443 2000-01-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
5444
5445         * src/insets/insetlatexaccent.C (Draw): make accents on top of 'i'
5446         and 'j' look better. This might fix the "macron" bug that has been
5447         observed.
5448
5449         * src/support/lstrings.[Ch] (tostr): reimplement all the tostr
5450         functions as one template function. Delete the old versions.
5451
5452         * src/support/lyxsum.C: move using std::ifstream inside
5453         MODERN_STL_STREAMS
5454
5455         * src/support/Makefile.am (libsupport_la_SOURCES): added mkdir.C
5456         and putenv.C
5457
5458         * src/mathed/formulamacro.C: delete #include "bufferlist.h" never used
5459
5460         * src/mathed/formula.C: delete #include "bufferlist.h" never used
5461
5462         * src/insets/figinset.C (InitFigures): use new instead of malloc
5463         to allocate memory for figures and bitmaps.
5464         (DoneFigures): use delete[] instead of free to deallocate memory
5465         for figures and bitmaps.
5466         (runqueue): use new to allocate 
5467         (getfigdata): use new/delete[] instead of malloc/free
5468         (RegisterFigure): ditto
5469
5470         * some files: moved some declarations closer to first use, small
5471         whitespace changes use preincrement instead of postincrement where
5472         it does not make a difference.
5473         
5474         * src/kbmap.[Ch]: delete code according to define NO_HASH, it is a
5475         step on the way to use stl::containers for key maps. 
5476
5477         * src/bufferlist.h: add a typedef for const_iterator and const
5478         versions of begin and end.
5479
5480         * src/bufferlist.[Ch]: change name of member variable _state to
5481         state_. (avoid reserved names)
5482         (makePup): removed
5483         (getFileNames): returns the filenames of the buffers in a vector.
5484
5485         * configure.in (ALL_LINGUAS): added ro
5486
5487         * src/support/putenv.C: new file
5488
5489         * src/support/mkdir.C: new file
5490
5491 2000-01-20  Allan Rae <rae@lyx.org>
5492
5493         * lib/layouts/IEEEtran.layout: Added several theorem environments
5494
5495         * lib/templates/IEEEtran.lyx: Example theorem environments and a
5496         couple of minor additions.
5497
5498         * lib/doc/LaTeXConfig.lyx.in:  Use URL insets for ftp sites 
5499         (except for those in footnotes of course)
5500
5501 2000-01-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
5502
5503         * src/lyxlookup.C (CloseLyXLookup): set xic=0; after destruction. 
5504
5505         * src/mathed/math_utils.C (MathedLookupBOP): rewrite to use
5506         std::sort and std::lower_bound instead of qsort and handwritten
5507         binarysearch.
5508         (struct compara): struct that holds the functors used by std::sort
5509         and std::lower_bound in MathedLookupBOP.
5510
5511 2000-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5512
5513         * src/support/LAssert.h: do not do partial specialization. We do
5514         not really need it.
5515
5516         * src/support/lyxlib.h: note that lyx::getUserName() and
5517         lyx::date() are not in use right now. Should these be suppressed?
5518
5519         * src/buffer.C (makeLaTeXFile): we do not need the user name here.
5520         (makeLinuxDocFile): do not put date and user name in linuxdoc
5521         headers. 
5522
5523         * src/support/lyxlib.h (kill): change first argument to long int,
5524         since that's what solaris uses.
5525
5526         * src/support/kill.C (kill): fix declaration to match prototype.
5527
5528         * config/lyxinclude.m4 (LYX_CXX_NAMESPACES): fix the macro to
5529         actually check whether namespaces are supported. This is not what
5530         it used to do.
5531
5532         * src/support/lyxsum.C: add a using directive.
5533
5534 2000-01-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
5535
5536         * src/support/kill.C: if we have namespace support we don't have
5537         to include lyxlib.h.
5538
5539         * src/support/lyxlib.h: use namespace lyx if supported.
5540
5541 2000-01-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
5542
5543         * src/support/date.C: new file
5544
5545         * src/support/chdir.C: new file
5546
5547         * src/support/getUserName.C: new file
5548
5549         * src/support/getcwd.C: new file
5550
5551         * src/support/abort.C: new file
5552
5553         * src/support/kill.C: new file
5554
5555         * src/support/lyxlib.h: moved all the functions in this file
5556         insede struct lyx. Added also kill and abort to this struct. This
5557         is a way to avoid the "kill is not defined in <csignal>", we make
5558         C++ wrappers for functions that are not ANSI C or ANSI C++.
5559
5560         * src/support/lyxsum.C (sum): use #ifdef MODERN_STL_STREAMS
5561         instead of #if __GLIBCPP__. Since lyxsum is now put inside struct
5562         lyx it has been renamed to sum.
5563
5564 2000-01-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5565
5566         * src/text.C: add using directives for std::min and std::max.
5567
5568 2000-01-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5569
5570         * src/texrow.C (getIdFromRow): actually return something useful in
5571         id and pos. Hopefully fixes the bug with positionning of errorbox
5572         insets. 
5573
5574         * src/lyx_main.C (easyParse): output an error and exit if an
5575         incorrect command line option has been given.
5576
5577         * src/spellchecker.C (ispell_check_word): document a memory leak.
5578
5579         * src/bufferlist.C (write): fix mismatched allocation/deletion,
5580         where a "struct utimbuf" is allocated with "new" and deleted with
5581         "delete[]". 
5582
5583 2000-01-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
5584
5585         * src/text2.C (CutSelection): don't delete double spaces.
5586         (PasteSelection): ditto
5587         (CopySelection): ditto
5588         
5589         * src/text.C (Backspace): don't delete double spaces.
5590
5591         * src/lyxlex.C (next): fix a bug that were only present with
5592         conformant std::istream::get to read comment lines, use
5593         std::istream::getline instead. This seems to fix the problem.
5594
5595 2000-01-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
5596
5597         * src/text2.C (DeleteEmptyParagraphMechanism): fix for the "not
5598         allowed to insert space before space" editing problem. Please read
5599         commends at the beginning of the function. Comments about usage
5600         are very welcome.
5601
5602         * src/text.C (InsertChar): fix for the "not allowed to insert
5603         space before space" editing problem.
5604
5605         * src/text2.C (DeleteEmptyParagraphMechanism): when
5606         IsEmptyTableRow can only return false this last "else if" will
5607         always be a no-op. Commented out.
5608
5609         * src/text.C (RedoParagraph): As far as I can understand tmp
5610         cursor is not really needed.
5611
5612         * src/lyxtext.[Ch] (IsEmptyTableCell): commented out. As used at
5613         present it could only return false anyway. 
5614         (several functions): Did something not so smart...added a const
5615         specifier on a lot of methods.
5616         
5617         * src/paragraph.C (BreakParagraph): removed the tmp->text.reserve
5618         and add a tmp->text.resize. The LyXParagraph constructor does the
5619         resize for us.
5620         (BreakParagraphConservative): ditto
5621
5622         * src/support/path.h (Path): add a define so that the wrong usage
5623         "Path("/tmp") will be flagged as a compilation error:
5624         "`unnamed_Path' undeclared (first use this function)"
5625
5626 2000-01-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5627
5628         * config/lyxinclude.m4 (LYX_FUNC_PUTENV_ARGTYPE): fix the macro,
5629         which was bogus for several reasons.
5630
5631         * src/LaTeX.C (scanAux): fix the regular expression used to scan
5632         .aux files. 
5633         (runBibTeX): ditto.
5634
5635         * autogen.sh: do not use "type -path" (what's that anyway?).
5636
5637         * src/support/filetools.C (findtexfile): remove extraneous space
5638         which caused a kpsewhich warning (at least with kpathsea version
5639         3.0). 
5640
5641 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
5642
5643         * src/mathed/Makefile.am (noinst_LTLIBRARIES): use .la
5644
5645         * src/insets/Makefile.am (noinst_LTLIBRARIES): use .la
5646
5647         * src/Makefile.am (lyx_DEPENDENCIES): switch back to .la libs
5648
5649 2000-01-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5650
5651         * src/paragraph.C (BreakParagraph): do not reserve space on text
5652         if we don't need to (otherwise, if pos_end < pos, we end up
5653         reserving huge amounts of memory due to bad unsigned karma).
5654         (BreakParagraphConservative): ditto, although I have not seen
5655         evidence the bug can happen here.
5656
5657         * src/lyxparagraph.h: add a using std::list.
5658
5659 2000-01-11  Juergen Vigna  <jug@sad.it>
5660
5661         * src/menus.C (MenuDocu): output an Alert if the documentation-file
5662         could not be found.
5663
5664 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
5665
5666         * src/vc-backend.C (doVCCommand): change to be static and take one
5667         more parameter: the path to chdir too be fore executing the command.
5668         (retrive): new function equiv to "co -r"
5669
5670         * src/bufferlist.C (loadLyXFile): implement the missing parts if
5671         file_not_found_hook is true.
5672
5673         * src/lyxvc.C (file_not_found_hook): implement file_not_found_hook.
5674
5675         * src/support/filetools.C (IsFileWriteable): use FileInfo to check
5676         if a file is readwrite,readonly...anything else.
5677
5678 2000-01-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
5679
5680         * src/lyx_cb.C (MakeLaTeXOutput): name change from MakeDVIOutput
5681         (CreatePostscript): name change from MenuRunDVIPS (or something)
5682         (PreviewPostscript): name change from MenuPreviewPS
5683         (PreviewDVI): name change from MenuPreviewDVI
5684
5685         * lib/lyxrc.example: added \pdflatex_command, \pdf_mode,
5686         \view_pdf_command., \pdf_to_ps_command
5687
5688         * lib/configure.m4: added search for PDF viewer, and search for
5689         PDF to PS converter. 
5690         (lyxrc.defaults output): add \pdflatex_command,
5691         \view_pdf_command and \pdf_to_ps_command.
5692
5693         * src/lyx_cb.C (MenuPreviewDVI): renamed from MenuPreview.
5694
5695         * src/bufferlist.C (write): we don't use blocksize for anything so
5696         I removed it.
5697
5698 2000-01-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5699
5700         * src/support/block.h: disable operator T* (), since it causes
5701         problems with both compilers I tried. See comments in the file.
5702
5703         * lib/reLyX/configure.in: do not define LYX_DIR. support flag
5704         --with-lyxname. 
5705
5706         * lib/reLyX/reLyX.in: change LYX_DIR to pkgdatadir; change env.
5707         variable LYX_DIR_10x to LYX_DIR_11x.
5708
5709         * src/Makefile.am: replace variable LYX_DIR with pkgdatadir.
5710
5711         * INSTALL: document --with-lyxname.
5712         * NEWS: ditto.
5713
5714         * configure.in: new configure flag --with-lyxname which allows to
5715         choose the name under which lyx is installed. Default is "lyx", of
5716         course. It used to be possible to do this with --program-suffix,
5717         but the later has in fact a different meaning for autoconf.
5718
5719         * src/support/lstrings.h (lstrchr): reformat a bit.
5720
5721         * src/lyxlex.h: include LIstream.h, for Sun CC this time.
5722         * src/mathed/math_defs.h: ditto.
5723
5724 2000-01-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
5725
5726         * src/lyxrc.[Ch]: New tag and variable "\make_backup". Defaults to
5727         true, decides if we create a backup file or not when saving. New
5728         tag and variable \pdf_mode, defaults to false. New tag and
5729         variable \pdflatex_command, defaults to pdflatex. New tag and
5730         variable \view_pdf_command, defaults to xpdf. New tag and variable
5731         \pdf_to_ps_command, defaults to pdf2ps.
5732
5733 2000-01-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
5734
5735         * src/bufferlist.C (close): don't call insetUnlock if the buffer
5736         does not have a BufferView.
5737         (unlockInset): ditto + don't access the_locking_inset if the
5738         buffer does not have a BufferView.
5739
5740         * src/LyXView.C (KeyPressMask_raw_callback): add a XSync in
5741         certain circumstances so that we don't continue a keyboard
5742         operation long after the key was released. Try f.ex. to load a
5743         large document, press PageDown for some seconds and then release
5744         it. Before this change the document would contine to scroll for
5745         some time, with this change it stops imidiatly.
5746
5747         * src/support/block.h: don't allocate more space than needed. As
5748         long as we don't try to write to the arr[x] in a array_type arr[x]
5749         it is perfectly ok. (if you write to it you might segfault).
5750         added operator value_type*() so that is possible to pass the array
5751         to functions expecting a C-pointer.
5752
5753         * lib/Makefile.am (dist-hook): don't fail completely if unable to
5754         cvs.
5755
5756         * intl/*: updated to gettext 0.10.35, tried to add our own
5757         required modifications. Please verify.
5758
5759         * po/*: updated to gettext 0.10.35, tried to add our own required
5760         modifications. Please verify.
5761         
5762         * src/support/lstrings.C (tostr): go at fixing the problem with
5763         cxx and stringstream. When stringstream is used return
5764         oss.str().c_str() so that problems with lyxstring and basic_string
5765         are avoided. Note that the best solution would be for cxx to use
5766         basic_string all the way, but it is not conformant yet. (it seems)
5767
5768         * src/lyx_cb.C + other files: moved several global functions to
5769         class BufferView, some have been moved to BufferView.[Ch] others
5770         are still located in lyx_cb.C. Code changes because of this. (part
5771         of "get rid of current_view project".)
5772
5773         * src/buffer.C + other files: moved several Buffer functions to
5774         class BufferView, the functions are still present in buffer.C.
5775         Code changes because of this.
5776
5777         * config/lcmessage.m4: updated to most recent. used when creating
5778         acinclude.m4.
5779
5780         * config/progtest.m4: updated to most recent. used when creating
5781         acinclude.m4.
5782         
5783         * config/gettext.m4: updated to most recent. applied patch for
5784         tmplinguas.
5785
5786         * config/gettext.m4.patch: new file that shows what changes we
5787         have done to the local copy of gettext.m4.
5788
5789         * config/libtool.m4: new file, used in creation of acinclude.m4
5790
5791         * config/lyxinclude.m4: new file, this is the lyx created m4
5792         macros, used in making acinclude.m4.
5793         
5794         * autogen.sh: GNU m4 discovered as a separate task not as part of
5795         the lib/configure creation. 
5796         Generate acinlucde from files in config. Actually cat
5797         lyxinclude.m4, libtool.m4 and gettext.m4 together. This makes it
5798         easier to upgrade .m4 files that really are external.
5799
5800         * src/Spacing.h: moved using std::istringstream to right after
5801         <sstream>. This should fix the problem seen with some compilers.
5802
5803 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
5804
5805         * src/lyx_cb.C: began some work to remove the dependency a lot of
5806         functions have on BufferView::text, even if not really needed.
5807         (GetCurrentTextClass): removed this func, it only hid the
5808         current_view. 
5809
5810         * src/Makefile.am (lyx_DEPENDENCIES): use support/libsupport.la I
5811         forgot this in last commit.
5812
5813         * src/Bullet.C (bulletEntry): use static char const *[] for the
5814         tables, becuase of this the return arg had to change to string.
5815         (bulletSize): ditto
5816         (~Bullet): removed unneeded destructor
5817
5818         * src/BufferView.C (beforeChange): moved from lyx_cb.C
5819         (insetSleep): moved from Buffer
5820         (insetWakeup): moved from Buffer
5821         (insetUnlock): moved from Buffer
5822
5823         * buffer.[Ch], BufferView.[Ch] + others: moved the_locking_inset
5824         from Buffer to BufferView.
5825         
5826         * acinclude.m4: include libtool.m4 from libtool 1.3.4.
5827
5828         * config/ltmain.sh: updated to version 1.3.4 of libtool
5829
5830         * config/ltconfig: updated to version 1.3.4 of libtool
5831
5832 2000-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5833
5834
5835         * src/buffer.C (pop_tag): fix a dubious for() loop initialization.
5836         Did I get that right?
5837
5838         * src/lyxlex.h: add a "using" directive or two.
5839         * src/Spacing.h: ditto.
5840         * src/insets/figinset.C: ditto.
5841         * src/support/filetools.C: ditto.
5842         * src/support/lstrings.C: ditto.
5843         * src/BufferView.C: ditto.
5844         * src/bufferlist.C: ditto.
5845         * src/lyx_cb.C: ditto.
5846         * src/lyxlex.C: ditto.
5847
5848         * NEWS: add some changes for 1.1.4.
5849         
5850 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
5851
5852         * src/BufferView.C: first go at a TextCache to speed up switching
5853         between documents.
5854
5855 2000-01-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5856
5857         * lib/examples/ItemizeBullets.lyx: update from Tino Meinen. 
5858         * lib/examples/nl_voorbeeld_ruw.lyx: ditto.
5859         * lib/examples/nl_voorbeeld_verlyxt.lyx: ditto.
5860         * lib/examples/nl_opsommingstekens.lyx: new translation from Tino
5861         Meinen.
5862         
5863         * src/mathed/math_defs.h (MathedRowSt): make sure that all
5864         members of the struct are correctly initialized to 0 (detected by
5865         purify) 
5866         * src/lyxrc.C (LyXRC): ditto for print_adapt_output.
5867         * src/insets/figinset.C (InsetFig): ditto for pswid and pshgh.
5868
5869         * src/insets/figinset.C (sigchldchecker): use "delete" to free a
5870         pidwait, since it was allocated with "new". This was potentially
5871         very bad. Thanks to Michael Schmitt for running purify for us.
5872
5873
5874 2000-01-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5875
5876         * src/lyx_gui_misc.C: add a 'using std::make_pair;' statement.
5877
5878         * src/lyx_gui_misc.h: add a 'using std::pair;' statement.
5879
5880 1999-12-30  Allan Rae  <rae@lyx.org>
5881
5882         * lib/templates/IEEEtran.lyx: minor change
5883
5884         * src/lyxvc.C (registrer, checkIn), src/lyx_cb.C (MenuInsertLabel),
5885         src/mathed/formula.C (LocalDispatch): askForText changes
5886
5887         * src/lyx_gui_misc.[Ch] (askForText): now returns a bool also so we 
5888         know when a user has cancelled input. Fixes annoying problems with
5889         inserting labels and version control.
5890
5891 1999-12-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
5892
5893         * src/support/lstrings.C (tostr): rewritten to use strstream and
5894         stringstream
5895
5896 1999-12-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
5897
5898         * src/support/filetools.C (IsFileWriteable): use fstream to check
5899         (IsDirWriteable): use fileinfo to check
5900
5901         * src/support/filetools.h (FilePtr): whole class deleted
5902
5903         * src/insets/figinset.C (GetPSSizes): rewritten to use ifstream.
5904
5905         * src/lyxparagraph.h (readSimpleWholeFile): make arg istream
5906
5907         * src/lyx_cb.C (InsertAsciiFile): use ifstream instead of FilePtr
5908
5909         * src/bufferlist.C (write): use ifstream and ofstream instead of
5910         FILE*
5911
5912         * src/Spacing.h: use istrstream instead of sscanf
5913
5914         * src/mathed/math_defs.h: change first arg to istream from FILE*
5915
5916         * src/buffer.C (insertLyXFile): use ifstream instead of FilePtr
5917
5918         * src/mathed/math_parser.C: have yyis to be an istream 
5919         (LexGetArg): use istream (yyis)
5920         (yylex): ditto
5921         (mathed_parse): ditto
5922         (mathed_parser_file): first arg istream instead of FILE*, set yyis
5923
5924         * src/mathed/formula.C (Read): rewritten to use istream
5925
5926         * src/mathed/formulamacro.C (Read): rewritten to use istream
5927
5928         * src/lyxlex.h (~LyXLex): deleted desturctor 
5929         (getStream): new function, returns an istream
5930         (getFile): deleted funtion
5931         (IsOK): return is.good();
5932
5933         * src/lyxlex.C (LyXLex): delete file and owns_file
5934         (setFile): open an filebuf and assign that to a istream instead of
5935         using FILE*
5936         (setStream): new function, takes an istream as arg. 
5937         (setFile): deleted function
5938         (EatLine): rewritten us use istream instead of FILE*
5939         (next): ditto
5940         (nextToken): ditto
5941
5942         * src/table.C (LyXTable): use istream instead of FILE*
5943         (Read): rewritten to take an istream instead of FILE*
5944
5945 1999-12-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5946
5947         * src/buffer.C (Dispatch): remove an extraneous break statement.
5948
5949         * src/support/filetools.C (QuoteName): change to do simple
5950         'quoting'. More work is necessary. Also changed to do nothing
5951         under emx (needs fix too).
5952         (Putenv): Cast the argument of putenv() with PUTENV_TYPE_ARG.
5953
5954         * acinclude.m4 (STL_STRING_FWD_H_LOCATION): add the comment for
5955         config.h.in to the AC_DEFINE_UNQUOTED() call.
5956         (LYX_FUNC_PUTENV_ARGTYPE): new macro. Checks whether putenv()
5957         needs char * as argument (because Solaris 7 declares it like
5958         that). 
5959
5960         * acconfig.h: remove placeholder for STL_STRING_FWD_H_LOCATION;
5961         remove definition of BZERO.
5962
5963 1999-12-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
5964
5965         * src/support/LRegex.C: include <regex.h> if HAVE_REGEX_H is
5966         defined, "lyxregex.h" if not.
5967
5968         * src/support/Makefile.am (noinst_LTLIBRARIES): changed from
5969         pkglib_ to noinst_
5970         (REGEX): new variable that is set to regex.c lyxregex.h when
5971         AM_CONDITIONAL USE_REGEX is set.
5972         (libsupport_la_SOURCES): add $(REGEX)
5973
5974         * src/mathed/Makefile.am (noinst_LTLIBRARIES): changed from
5975         pkglib_ to noinst_
5976
5977         * src/insets/Makefile.am (noinst_LTLIBRARIES): changed from
5978         pkglib_ to noinst_
5979
5980         * configure.in: add call to LYX_REGEX 
5981
5982         * acinclude.m4 (LYX_REGEX): checks if we need to use the included
5983         regex or not. Uses a a AM_CONDITIONAL to decide what to compile. 
5984
5985 1999-12-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5986
5987         * lib/bind/fi_menus.bind: new file, from
5988         pauli.virtanen@saunalahti.fi. 
5989
5990         * src/buffer.C (getBibkeyList): pass the parameter delim to
5991         InsetInclude::getKeys and InsetBibtex::getKeys.
5992
5993         * src/insets/insetinclude.[Ch] (getKeys): add parameter delim, which
5994         is passed to Buffer::getBibkeyList
5995         
5996         * src/insets/insetbib.[Ch] (getKeys): add parameter delim, and use it
5997         instead of the hardcoded comma.
5998
5999         * src/insets/insetbib.C (getKeys): make sure that there are not
6000         leading blanks in bibtex keys. Normal latex does not care, but
6001         harvard.sty seems to dislike blanks at the beginning of citation
6002         keys. In particular, the retturn value of the function is
6003
6004         * INSTALL: make it clear that libstdc++ is needed and that gcc
6005         2.7.x probably does not work.
6006
6007         * src/support/filetools.C (findtexfile): make debug message go to
6008         the LATEX channel
6009         * src/insets/insetbib.C (getKeys): ditto
6010
6011         * src/debug.C (showTags): make sure that the output is correctly
6012         aligned. 
6013
6014         * configure.in: add a comment for TWO_COLOR_ICON define.
6015
6016         * acconfig.h: remove all the entries that already defined in
6017         configure.in or acinclude.m4.
6018
6019         * src/buffer.C (makeLaTeXFile): headers of latex file also changed
6020         to avoid user name, date and copyright.
6021
6022 1999-12-21  Juergen Vigna  <jug@sad.it>
6023
6024         * src/table.C (Read): Now read bogus row format informations
6025                 if the format is < 5 so that afterwards the table can
6026                 be read by lyx but without any format-info. Fixed the
6027                 crash we experienced when not doing this.
6028
6029 1999-12-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
6030
6031         * src/text2.C (RedoHeightOfParagraph): rename arg cursor -> cur
6032         (RedoDrawingOfParagraph): ditto
6033         (RedoParagraphs): ditto
6034         (RemoveTableRow): ditto
6035
6036         * src/text.C (Fill): rename arg paperwidth -> paper_width
6037
6038         * src/buffer.C (insertLyXFile): rename var filename -> fname
6039         (writeFile): rename arg filename -> fname
6040         (writeFileAscii): ditto
6041         (makeLaTeXFile): ditto
6042         (makeLinuxDocFile): ditto
6043         (makeDocBookFile): ditto
6044
6045         * src/LaTeX.C (runMakeIndex): change arg name from file -> f
6046         (runBibTeX): ditto
6047
6048         * src/Makefile.am (lyx_SOURCES): add bmtable.c and remove bmtable.C
6049
6050         * src/bmtable.h: add extern "C" on this file when __cplusplus is
6051         defined.
6052
6053         * src/bmtable.c: new file, a C'ified copy of bmtable.C, this is
6054         compiled by a C compiler not C++. 
6055
6056         * src/layout.h (LyXTextClass): added typedef for const_iterator
6057         (LyXTextClassList): added typedef for const_iterator + member
6058         functions begin and end.
6059
6060         * src/LyXView.C (UpdateDocumentClassChoice): rewritten to use
6061         iterators to fill the choice_class.
6062         (updateLayoutChoice): rewritten to use iterators to fill the
6063         layoutlist in the toolbar.
6064
6065         * src/BufferView.h (BufferView::work_area_width): removed unused
6066         variable. 
6067
6068         * src/lyx_gui_misc.C (WarnReadonly): added string parameter 'file'
6069
6070         * src/buffer.C (sgmlOpenTag): drop the use of the static space array
6071         (sgmlCloseTag): ditto
6072
6073         * src/support/lstrings.h: return type of countChar changed to
6074         unsigned char.
6075
6076         * src/support/lstrings.C (countChar): use HAVE_STD_COUNT to choose
6077         what version of this func to use. Also made to return unsigned int.
6078
6079         * configure.in: call LYX_STD_COUNT 
6080
6081         * acinclude.m4 (LYX_STD_COUNT): new function checks for a standard
6082         conforming std::count. 
6083
6084 1999-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6085
6086         * src/mathed/math_draw.C (Draw, Metrics): fix a bug where a prime
6087         and a subscript would give bad display (patch from Dekel Tsur
6088         <dekel@math.tau.ac.il>). 
6089
6090         * src/insets/insetlatexaccent.h: make sure ACCENT_TYPES is public. 
6091
6092         * src/spellchecker.C (create_ispell_pipe): use a const_cast to
6093         please sun CC.
6094
6095         * src/chset.h: add a few 'using' directives
6096
6097         * src/lyxfunc.C (Dispatch): check that LFUN_UNKNOWN_ACTION is not
6098         triggered when no buffer is active
6099
6100         * src/layout.C: removed `break' after `return' in switch(), since
6101         it is unreachable.
6102
6103         * src/lyx_main.C (init): make sure LyX can be ran in place even
6104         when libtool has done its magic with shared libraries. Fix the
6105         test for the case when the system directory has not been found.
6106
6107         * src/lyx_cb.C (MenuMakeLaTeX): make sure to keep the full path
6108         name for the latex file.
6109         (MenuMakeHTML): ditto
6110
6111         * src/buffer.h: add an optional boolean argument, which is passed
6112         to ChangeExtension.
6113
6114 1999-12-20  Allan Rae  <rae@lyx.org>
6115
6116         * lib/templates/IEEEtran.lyx: small correction and update.
6117
6118         * configure.in: Attempted to use LYX_PATH_HEADER
6119
6120         * src/stl_string_fwd.h: Don't need HAVE_STL_STRING_FWD_H anymore
6121
6122         * acconfig.h, acinclude.m4 (LYX_STL_STRING_FWD): totally revised after
6123         input from JMarc.  Now use preprocessor to find the header.
6124         Also stopped making HAVE_STL_STRING_FWD_H and extended the comments.
6125         (LYX_PATH_HEADER): My, so far, failed attempt to generalize
6126         LYX_STL_STRING_FWD.  See comments in file.      
6127
6128 1999-12-19  Asger Alstrup Nielsen  <alstrup@diku.dk>
6129
6130         * The global MiniBuffer * minibuffer variable is dead.
6131         
6132         * The global FD_form_main * fd_form_main variable is dead.
6133
6134 1999-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6135
6136         * src/toolbar.C (set): condition #warning on WITH_WARNINGS
6137
6138         * src/table.h: add the LOstream.h header
6139         * src/debug.h: ditto
6140         
6141         * src/LyXAction.h: change the explaination of the ReadOnly
6142         attribute: is indicates that the function _can_ be used.
6143
6144         * src/LyXAction.C (init): find-replace _can_ be used in read-only
6145         mode. 
6146
6147 1999-12-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6148
6149         * src/lyxfont.C (ascent): Make sure that char is _always_ used as
6150         unsigned. 
6151         (descent): ditto
6152         (lbearing): ditto
6153         (rbearing): ditto
6154
6155         * src/paragraph.C (GetWord): assert on pos>=0
6156         (GetChar): ditto
6157         
6158         * src/support/lyxstring.C: condition the use of an invariant on
6159         ENABLE_ASSERTIONS 
6160         * src/support/lyxstring.h: ditto
6161
6162         * src/Bullet.[Ch]: replace DEBUG_AS_DEFAULT by ENABLE_ASSERTIONS.
6163         Use LAssert.h instead of plain assert().
6164
6165         * src/support/lstrings.h: add LAssert.h, in case it is needed.
6166
6167         * src/lyxfunc.C: do not include LAssert.h, it is not used.
6168         * src/support/filetools.C: ditto
6169
6170         * src/support/LAssert.h: make Assert a no-op if ENABLE_ASSERTIONS
6171         is not defined. 
6172
6173         * INSTALL: document the new configure flags
6174         
6175         * configure.in: suppress --with-debug; add --enable-assertions
6176
6177         * acinclude.m4: various changes in alignment of help strings.
6178
6179 1999-12-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
6180
6181         * src/kbmap.C: commented out the use of the hash map in kb_map,
6182         beginning of movement to a stl::container. 
6183
6184         * several files: removed code that was not in effect when
6185         MOVE_TEXT was defined.
6186         
6187         * lib/kbd/iso8859-1.cdef: removed bogus backslashes. Backslashes
6188         for escaping should not be used. We can discuss if the string
6189         should be enclosed in f.ex. [] instead of "".
6190
6191         * src/trans_mgr.C (insert): use the new returned value from
6192         encodeString to get deadkeys and keymaps done correctly.
6193
6194         * src/chset.C (encodeString): changed to return a pair, to tell
6195         what to use if we know the string.
6196
6197         * src/lyxscreen.h (fillArc): new function.
6198
6199         * src/FontInfo.C (resize): rewritten to use more std::string like
6200         structore, especially string::replace.
6201
6202         * src/insets/insetlatexaccent.C (Draw): use fillArc for the
6203         approp. accents.
6204
6205         * configure.in (chmod +x some scripts): remove config/gcc-hack 
6206
6207 1999-12-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6208
6209         * src/buffer.C (writeFile): change once again the top comment in a
6210         .lyx file to point to www.lyx.org and to use LYX_DOCVERSION
6211         instead of an hardcoded version number.
6212         (makeDocBookFile): ditto
6213
6214         * src/version.h: add new define LYX_DOCVERSION
6215
6216         * po/de.po: update from Pit Sütterlin
6217         * lib/bind/de_menus.bind: ditto.
6218         
6219         * src/lyxfunc.C (Dispatch): call MenuExport()
6220         * src/buffer.C (Dispatch): ditto
6221
6222         * src/lyx_cb.C (MenuMakeHTML): new function, moved from
6223         LyXFunc::Dispatch().
6224         (MenuExport): new function, moved from
6225         LyXFunc::Dispatch().
6226
6227         * src/trans_mgr.C (insert): small cleanup
6228         * src/chset.C (loadFile): ditto
6229
6230         * lib/kbd/iso8859-1.cdef: add missing backslashes
6231
6232 1999-12-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
6233
6234         * src/insets/insetlatexaccent.C (Lbearing): new function, used to
6235         help with placing the manually drawn accents better.
6236         (Rbearing): ditto
6237         (Draw): x2 and hg changed to float to minimize rounding errors and
6238         help place the accents better.
6239
6240         * src/lyxfont.C (ascent): fixed faulty static_cast, casting from
6241         unsigned short to char is just wrong...cast the char to unsigned
6242         char instead so that the two values can compare sanely. This
6243         should also make the display of insetlatexaccents better and
6244         perhaps also some other insets.
6245         (descent): ditto
6246         (lbearing): new function
6247         (rbearing): ditto
6248
6249 1999-12-15  Allan Rae  <rae@lyx.org>
6250
6251         * src/stl_string_fwd.h, src/Makefile.am (lyx_SOURCES):  added new
6252         header that provides a wrapper around the very annoying SGI STL header
6253         of the same name.
6254
6255         * src/support/lyxstring.C, src/LString.h:
6256         removed old SGI-STL-compatability attempts.
6257
6258         * configure.in: Use LYX_STL_STRING_FWD.
6259
6260         * acinclude.m4 (LYX_STL_STRING_FWD), acconfig.h: Test if 
6261         stl_string_fwd.h is around and try to determine it's location.
6262         Major improvement over previous SGI STL 3.2 compatability.
6263         Three small problems remain with this function due to my zero
6264         knowledge of autoconf.  JMarc and lgb see the comments in the code.
6265
6266 1999-12-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6267
6268         * src/broken_const.h, config/hack-gcc, config/README: removed
6269         
6270         * configure.in: remove --with-gcc-hack option; do not call
6271         LYX_CXX_STL_STACK 
6272
6273         * INSTALL: remove documentation of --with-broken-const and
6274         --with-gcc-hack
6275         
6276         * acconfig.h: remove all trace of BROKEN_CONST define
6277
6278         * src/buffer.C (makeDocBookFile): update version number in output
6279         file. 
6280         (SimpleDocBookOnePar): fix an assert when trying to a character
6281         access beyond string length
6282         [Patch from Jose']
6283
6284 1999-12-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6285
6286         * po/de.po: fix the Export menu
6287
6288         * lyx.man: update the description of -dbg
6289
6290         * src/lyx_main.C (setDebuggingLevel): call Debug::showLevel()
6291         (commandLineHelp): updated
6292         (easyParse): show list of available debug levels if -dbg is passed
6293         without argument.
6294
6295         * src/Makefile.am: add debug.C
6296
6297         * src/debug.h: moved some code to debug.C
6298
6299         * src/debug.C: new file. Contains code to set and show debug
6300         level. 
6301
6302         * src/layout.C: remove 'break' after 'continue' in switch
6303         statements, since these cannot be reached.
6304
6305 1999-12-13  Allan Rae  <rae@lyx.org>
6306
6307         * src/mathed/math_hash.C (math_hash): renamed from hash(), name clash.
6308         (in_word_set): hash() -> math_hash()
6309
6310         * src/LString.h: Used USING_EXCEPTIONS in SGI STL-3.2 support 
6311
6312         * acconfig.h: Added a test for whether we are using exceptions in the
6313         current compilation run. If so USING_EXCEPTIONS is defined.
6314
6315         * config.in: Check for existance of stl_string_fwd.h
6316         * src/LString.h: If compiling --with-included-string and SGI's
6317         STL version 3.2 is present (see above test) we need to block their
6318         forward declaration of string and supply a __get_c_string().
6319         However, it turns out this is only necessary if compiling with
6320         exceptions enabled so I've a bit more to add yet.
6321
6322         * src/insets/figinset.[Ch], src/insets/insetinclude.C,
6323           src/insets/insetloa.C, src/layout.h, src/lyxparagraph.h,
6324           src/support/LRegex.h, src/undo.h:
6325         Shuffle the order of the included files a little to ensure that
6326         LString.h gets included before anything that includes stl_string_fwd.h
6327
6328         *  src/support/lyxstring.C: We need to #include LString.h instead of
6329         lyxstring.h to get the necessary definition of __get_c_string.
6330         (__get_c_string): New function.  This is defined static just like SGI's
6331         although why they need to do this I'm not sure.  Perhaps it should be
6332         in lstrings.C instead.
6333
6334         * lib/templates/IEEEtran.lyx:  New template file.
6335
6336 1999-12-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
6337         
6338         * Makefile.in.in (MKINSTALLDIRS): use $(srcdir)/@MKINSTALLDIRS@
6339         * intl/Makefile.in (MKINSTALLDIRS):  ditto
6340
6341         * src/LyXAction.C (init): changed to hold the LFUN data in a
6342         automatic array in stead of in callso to newFunc, this speeds up
6343         compilation a lot. Also all the memory used by the array is
6344         returned when the init is completed.
6345
6346         * a lot of files: compiled with -Wold-style-cast, changed most of
6347         the reported offenders to C++ style casts. Did not change the
6348         offenders in C files. 
6349
6350         * src/trans.h (Match): change argument type to unsigned int.
6351
6352         * src/support/DebugStream.C: fix some types on the streambufs so
6353         that it works on a conforming implementation.
6354
6355 1999-12-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6356
6357         * lib/examples/example_{raw,lyxified}.lyx: fix embarassing sentence.
6358
6359         * src/support/lyxstring.C: remove the inline added earlier since
6360         they cause a bunch of unsatisfied symbols when linking with dec
6361         cxx. Cxx likes to have the body of inlines at the place where they
6362         are declared.
6363
6364         * src/trans.C (AddDeadkey): add an 'unsigned char' cast to avoid
6365         accessing negative bounds in array. This fixes the crash when
6366         inserting accented characters.
6367         * src/trans.h (Match): ditto
6368
6369         * src/buffer.C (Dispatch): since this is a void, it should not try
6370         to return anything...
6371
6372 1999-12-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
6373
6374         * src/buffer.h: removed the two friends from Buffer. Some changes
6375         because of this. Buffer::getFileName and Buffer::setFileName
6376         renamed to Buffer::fileName() and Buffer::fileName(...).
6377
6378 1999-12-09  Lars Gullik Bjønnes <larsbj@lyx.org>
6379
6380         * buffer.[Ch], BufferView.[Ch] + other files: Moved Buffer::text
6381         and Buffer::update(short) to BufferView. This move is currently
6382         controlled by a define MOVE_TEXT, this will be removed when all
6383         shows to be ok. This move paves the way for better separation
6384         between buffer contents and buffer view. One side effect is that
6385         the BufferView needs a rebreak when swiching buffers, if we want
6386         to avoid this we can add a cache that holds pointers to LyXText's
6387         that is not currently in use. 
6388
6389         * buffer.[Ch], lyx_main.C: small changes to the "-export" patch by
6390         André Pönitz. 
6391
6392 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
6393
6394         * buffer.[Ch]: Dispatch() - new dispatcher on the buffer level
6395
6396         * lyx_main.C: new command line option -x (or --execute) and
6397           -e (or --export). Now direct conversion from .lyx to .tex
6398           (.dvi, .ps, ...) is possible  ('lyx file.lyx --export latex')
6399           Unfortunately, X is still needed and the GUI pops up during the
6400           process...
6401
6402 1999-12-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6403
6404         * src/Spacing.C: add a using directive to bring stream stuff into
6405         normal namespace.
6406         * src/paragraph.C: ditto
6407         * src/buffer.C: ditto
6408
6409         * NEWS: updated a bit the new features of 1.1.3 (took a few things
6410         from Lars' announcement).
6411
6412         * lib/examples/nl_voorbeeld_{ruw,verlyxt}.lyx: new tutorial
6413         example files from Tino Meinen.
6414         
6415 1999-12-06  Allan Rae  <rae@lyx.org>
6416
6417         * src/LaTeX.C (runBibTeX): fix typo in accessing submatch pair.
6418
6419 1999-12-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
6420
6421         * src/support/lyxstring.C: added a lot of inline for no good
6422         reason
6423         
6424         * src/lyxfont.[Ch]: removed latexWriteStartChanges, and
6425         latexWriteEndChanges, they were not used.
6426         
6427         * src/layout.h (operator<<): output operator for PageSides
6428
6429         * src/mathed/math_iter.C (my_memcpy): slightly changed.
6430
6431         * some example files: loaded in LyX 1.0.4 and saved again to update
6432         certain constructs (table format) 
6433
6434         * a lot of files: did the change to use fstream/iostream for all
6435         writing of files. Done with a close look at Andre Poenitz's patch.
6436
6437         * some files: whitespace changes.
6438         
6439 1999-12-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6440
6441         * src/mathed/math_iter.C (my_memcpy): new function. Since the
6442         built-in memcpy() is broken on egcs and gcc 2.95 for alpha
6443         architecture, we provide our own. It is used unconditionnally, but
6444         I do not think this is a performance problem. Thanks to Angus
6445         Leeming <a.leeming@ic.ac.uk> for the code (and again to Michal
6446         Jaegermann <michal@ellpspace.math.ualberta.ca> for finding it the
6447         first time).
6448         (GetInset): use my_memcpy.
6449         (Insert): ditto
6450         (Copy): ditto
6451
6452         * lib/chkconfig.ltx: some cleanup of the latex code. I am not sure
6453         it is easier to understand, but it uses less TeX-only constructs now.
6454
6455         * acinclude.m4 (LYX_SEARCH_PROG): make it work when the PATH
6456         elements contain spaces
6457
6458         * lib/configure: regenerated
6459         
6460         * lib/configure.m4 (SEARCH_PROG): make it work when the PATH
6461         elements contain spaces; display the list of programs that are
6462         tried.
6463
6464         * autogen.sh: make sure lib/configure is executable
6465
6466         * lib/examples/*: rename the tutorial examples to begin with the
6467         two-letters language code.
6468
6469         * src/lyxfunc.C (getStatus): do not query current font if no
6470         buffer exists.
6471
6472         * src/lyx_cb.C (RunScript): use QuoteName
6473         (MenuRunDvips): ditto
6474         (PrintApplyCB): ditto
6475
6476         * src/support/filetools.[Ch] (QuoteName): new function. Add quotes
6477         around argument, so that it works well with the current shell.
6478         Does not work properly with OS/2 shells currently.
6479
6480         * src/LaTeXLog.C (ShowLatexLog): use Buffer::getLatexName
6481         * src/LyXSendto.C (SendtoApplyCB): ditto
6482         * src/lyxfunc.C (Dispatch): ditto
6483         * src/buffer.C (runLaTeX): ditto
6484         (runLiterate): ditto
6485         (buildProgram): ditto
6486         (runChktex): ditto
6487         * src/lyx_cb.C (RunScript): ditto
6488         (MenuMakeLaTeX): ditto
6489         
6490         * src/buffer.h (getLatexName): new method 
6491
6492         * src/support/filetools.C (MakeLatexName): renamed from SpaceLess
6493
6494 1999-12-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6495
6496         * images/sqrt.xpm: change name of the sqrt icon to sqrt_xpm.
6497         * src/mathed/math_panel.C (mathed_get_pixmap_from_icon): ditto
6498         (create_math_panel): ditto
6499
6500         * src/lyxfunc.C (getStatus): re-activate the code which gets
6501         current font and cursor; add test for export to html.
6502
6503         * src/lyxrc.C (read): remove unreachable break statements; add a
6504         few "using".
6505
6506         * src/bmtable.C (fl_set_bmtable_data): add a const_cast.
6507         
6508 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
6509
6510         * src/mathed/formula.C (LocalDispatch): fix small whitspace bug
6511         introduced by faulty regex.
6512         * src/buffer.C: ditto
6513         * src/lastfiles.C: ditto
6514         * src/paragraph.C: ditto
6515         * src/table.C: ditto
6516         * src/vspace.C: ditto
6517         * src/insets/figinset.C: ditto
6518         Note: most of these is absolutely harmless, except the one in
6519         src/mathed formula.C.
6520
6521 1999-11-30  Kayvan A. Sylvan  <kayvan@satyr.sylvan.com>
6522
6523         * src/ImportNoweb.C (documentclass): fixed bounds for substr
6524           operation, yielding correct results for the reLyX command.
6525
6526 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
6527
6528         * src/support/filetools.C (ExpandPath): removed an over eager
6529         Assert.
6530         (ReplaceEnvironmentPath): ditto
6531
6532         * src/toolbar.C (BubbleTimerCB): use C++ style casts. This clearly
6533         shows that we are doing something fishy in our code...
6534         (BubblePost): ditto
6535         (ToolbarCB): ditto
6536
6537         * src/lyxrc.C (read): use a double switch trick to get more help
6538         from the compiler. (the same trick is used in layout.C)
6539         (write): new function. opens a ofstream and pass that to output
6540         (output): new function, takes a ostream and writes the lyxrc
6541         elemts to it. uses a dummy switch to make sure no elements are
6542         forgotten. 
6543
6544         * src/lyxlex.h: added a struct pushpophelper for use in functions
6545         with more than one exit point.
6546
6547         * src/lyxlex.[Ch] (GetInteger): made it const
6548         (GetFloat): ditto
6549         (GetBool): ditto
6550
6551         * src/lyxfunc.C (Dispatch): added case for LFUN_SAVEPREFERENCES
6552
6553         * src/layout.[hC] : LayoutTags splitted into several enums, new
6554         methods created, better error handling cleaner use of lyxlex. Read
6555         the diff.
6556
6557         * src/bmtable.[Ch]: change some member prototypes because of the
6558         image const changes. 
6559
6560         * commandtags.h, src/LyXAction.C (init): new function:
6561         "preferences-save", saves the lyxrc entries into .lyx/preferences.
6562         This file is not read automatically but you can add \input
6563         preferences to your lyxrc if you want to. We need to discuss how
6564         to handle this. 
6565
6566         * src/LaTeX.C (runBibTeX): use regex to match for the needed lines
6567         in .aux, also remove .bib and .bst files from dependencies when
6568         running bibtex.
6569
6570         * src/BufferView.C, src/LyXView.C: add const_cast several places
6571         because of changes to images.
6572
6573         * lib/images/*: same change as for images/*
6574         
6575         * lib/lyxrc.example: Default for accept_compound is false not no.
6576
6577         * images/*: changed to be const, however I have som misgivings
6578         about this change so it might be changed back.
6579
6580 1999-11-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6581
6582         * lib/configure, po/POTFILES.in: regenerated
6583
6584         * autogen.sh: autogenerate lib/configure from lib/configure.m4
6585
6586         * config/lib_configure.m4: removed
6587         
6588         * lib/configure.m4: new file (was config/lib_configure.m4)
6589
6590         * configure.in: do not test for rtti, since we do not use it.
6591         
6592 1999-11-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
6593
6594         * src/support/lyxstring.C (lyxstring::Srep): Changed to use a
6595         doubling of allocated space scheme. This makes it faster for large
6596         strings end to use less memory for small strings. xtra rememoved. 
6597
6598         * src/insets/figinset.C (waitalarm): commented out.
6599         (GhostscriptMsg): use static_cast
6600         (GhostscriptMsg): use new instead of malloc to allocate memory for
6601         cmap. also delete the memory after use.
6602
6603         * src/lyx_cb.C (SetXtermCursor): made cursor_undefined a bool
6604
6605         * src/LaTeX.C (scanAux): new method. Scans the .aux file and looks
6606         for changes in bibtex database or style.
6607         (runBibTeX): remove all .bib and .bst files from dep before we
6608         begin. 
6609         (run): use scanAuc in when dep file already exist.
6610
6611         * src/DepTable.C (remove_files_with_extension): new method
6612         (exist): new method
6613
6614         * src/DepTable.[Ch]: made many of the methods const. 
6615
6616 1999-11-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6617
6618         * src/bufferparams.C: make sure that the default textclass is
6619         "article". It used to be the first one by description order, but
6620         now the first one is "docbook".
6621
6622         * src/lyx_main.C (setDebuggingLevel): change type of argument to
6623         string; call Debug::value.
6624         (easyParse): pass complete argument to setDebuggingLevel().
6625
6626         * src/debug.h (value): fix the code that parses debug levels.
6627
6628         * src/debug.h: add new debug type ACTION, reserved for LyXAction
6629         class.  
6630
6631         * src/LyXAction.C: use Debug::ACTION as debug channel.
6632
6633         * src/lyxlookup.C: make the debug statements go to Debug::KEY.
6634
6635         * NEWS: updated for the future 1.1.3 release.
6636
6637         * src/mathed/symbol_def.h: swap the definitions of \varepsilon and
6638         \epsilon. Now \epsilon shows as red text, and \varepsilon shows as
6639         it should. This is of course a controversial change (since many
6640         people will find that their lyx workscreen is suddenly full of
6641         red), but done for the sake of correctness.
6642
6643         * src/mathed/formulamacro.h, src/mathed/math_macro.[Ch],
6644           src/mathed/math_root.[Ch] (Clone): return a MathedInset*  
6645
6646         * src/insets/inseterror.h, src/insets/inseturl.h,
6647           src/insets/insetinfo.h, src/insets/figinset.h,
6648           src/mathed/formulamacro.h, src/mathed/math_macro.h
6649           (EditMessage): add a missing const and add _() to make sure that
6650         translation happens
6651
6652         * src/ImportNoweb.C, src/LyXAction.h, src/insets/figinset.C,
6653           src/insets/insetbib.C, src/support/filetools.C: add `using'
6654         directives for cxx.  
6655
6656         * src/lyxfunc.C (Dispatch): make sure nothing bad happens when
6657         doing 'Insert index of last word' at the beginning of a paragraph.
6658
6659 1999-11-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
6660
6661         * several files: white-space changes.
6662
6663         * src/mathed/formula.C: removed IsAlpha and IsDigit
6664
6665         * src/insets/insetbib.C (getKeys): use findtexfile to look for the
6666         .bib file. use a ifstream instead of FilePtr when parsing the .bib
6667         file for keys.
6668
6669         * src/insets/figinset.C (GetPSSizes): don't break when
6670         "EndComments" is seen. But break when a boundingbox is read.
6671
6672         * all classes inherited from Inset: return value of Clone
6673         changed back to Inset *.
6674
6675         * all classes inherited form MathInset: return value of Clone
6676         changed back to MathedInset *.
6677         
6678         * src/insets/figinset.C (runqueue): use a ofstream to output the
6679         gs/ps file. Might need some setpresicion or setw. However I can
6680         see no problem with the current code.
6681         (runqueue): use sleep instead of the alarm/signal code. I just
6682         can't see the difference.
6683
6684         * src/paragraph.C (LyXParagraph): reserve space in the new
6685         paragraph and resize the inserted paragraph to just fit.
6686
6687         * src/lyxfunc.h (operator|=): added operator for func_status.
6688
6689         * src/lyxfunc.C (MenuNew): use FileInfo instead of FilePtr to
6690         check for readable file.
6691
6692         * src/lyx_cb.C (MenuMakeLaTeX): use FileInfo instead of FilePtr to
6693         check for readable file.
6694         (MenuMakeLinuxDoc): ditto
6695         (MenuMakeDocBook): ditto
6696         (MenuMakeAscii): ditto
6697         (InsertAsciiFile): split the test for openable and readable
6698
6699         * src/bmtable.C (draw_bitmaptable): use
6700         fl_state[fl_get_vclass()].depth instead of DefualtScreen.
6701
6702         * src/LaTeX.C, src/support/filetools.[Ch]: moved do_popen and
6703         findtexfile from LaTeX to filetools.
6704         
6705         * src/ImportNoweb.C (documentclass): rewrote to use ifstream
6706         instead of FilePtr. Needs to be verified by a literate user.
6707
6708 1999-11-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6709
6710         * src/mathed/formula.[Ch] (GetCursorPos): add a missing 'const'.
6711         (EditMessage): likewise.
6712
6713         * src/paragraph.C (SimpleTeXSpecialChars): output ~ and ^
6714         respectively as \textasciitilde and \textasciicircum.
6715
6716 1999-11-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
6717
6718         * src/support/lyxstring.h: made the methods that take iterators
6719         use const_iterator.
6720
6721         * src/support/lstrings.C (countChar): use std::cound(itr, itr, val)
6722         (regexMatch): made is use the real regex class.
6723
6724         * src/support/Makefile.am: changed to use libtool
6725
6726         * src/support/.cvsignore: added *.lo, .libs and libsupport.la
6727
6728         * src/mathed/math_defs.h: made the mathaligns be in a enum instead
6729         of defines.
6730         (MathIsInset ++): changed several macros to be inline functions
6731         instead. 
6732
6733         * src/mathed/Makefile.am: changed to use libtool
6734
6735         * src/mathed/.cvsignore: added *.lo, .libs and libmathed.la
6736
6737         * src/insets/inset* : Clone changed to const and return type is
6738         the true insettype not just Inset*.
6739         
6740         * src/insets/Makefile.am: changed to use libtool
6741
6742         * src/insets/.cvsignore: added *.lo, .libs and libinsets.la
6743
6744         * src/undo.[Ch] : added empty() and changed some of the method
6745         names.
6746         
6747         * src/texrow.[Ch]: rewrote to store texrow's in a std::list.
6748
6749         * src/lyxparagraph.h: use id() and id(...) instead of getID and
6750         setID use block<> for the bullets array, added const several places.
6751
6752         * src/lyxfunc.C (getStatus): new function
6753
6754         * src/lyxfunc.[Ch] : small changes to take advantage of the new
6755         LyXAction, added const to several funtions.
6756
6757         * src/filedlg.[Ch]: rewrote to store userchache and groupchache in
6758         a std::map, and to store the dir items in a vector.
6759
6760         * src/Makefile.am (lyx_DEPENDENCIES): changed to use libtool files
6761         as dependencies.
6762
6763         * src/LyXView.[Ch] + other files : changed currentView to view.
6764         
6765         * src/LyXAction.[Ch] : ported from the old devel branch.
6766         
6767         * src/.cvsignore: added .libs and a.out
6768
6769         * configure.in : changes to use libtool. 
6770
6771         * acinclude.m4 : inserted libtool.m4
6772
6773         * .cvsignore: added libtool
6774
6775 1999-11-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6776
6777         * src/Makefile.am (lyx_DEPENDENCIES): give the explicit object
6778         file name in insets and mathed directories (otherwise the
6779         dependency is not taken in account under cygwin).
6780
6781         * src/text2.C (InsertString[AB]): make sure that we do not try to
6782         read characters past the string length.
6783
6784 1999-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6785
6786         * lib/doc/LaTeXConfig.lyx.in, 
6787           lib/chkconfig.ltx: remove the test for linuxdoc-sgml.sty.
6788
6789         * src/buffer.C (writeFile): Do not add a comment on top of .lyx
6790         file saying who created them and when this heppened; this is
6791         useless and annoys tools like cvs.
6792
6793         * lib/layouts/g-brief-{en,de}.layout,
6794           lib/templates/g-brief-{en,de}.lyx: new versions of the textclass
6795         from Thomas Hartkens <thomas@hartkens.de>.
6796
6797         * src/{insets,mathed}/Makefile.am: do not declare an empty
6798         LDFLAGS, so that it can be set at configure time (useful on Irix
6799         for -n32 flag).
6800
6801         * lib/reLyX/configure.in: make sure that the prefix is set
6802         correctly in LYX_DIR.
6803
6804 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
6805
6806         * src/commandtags.h: introduction of a new tag 'LFUN_SEQUENCE' to
6807         be used by 'command-sequence' this allows to bind a key to a
6808         sequence of LyX-commands
6809         (Example: 'command-sequence math-insert alpha; math-insert beta;")
6810
6811         * src/LyXAction.C: add "command-sequence"
6812
6813         * src/LyXFunction.C: handling of "command-sequence"
6814
6815         * src/LyXFunction.[hC] changed LyXFunc::Dispatch(string const
6816          &cmd, string const &arg) to LyXFunc::Dispatch(string const& s)
6817
6818         * src/lyxserver.C, src/minibuffer.C: Use this new interface
6819
6820 1999-11-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6821
6822         * src/buffer.C (writeFile): Do not output a comment giving user
6823         and date at the beginning of a .lyx file. This is useless and
6824         annoys cvs anyway; update version number to 1.1.
6825
6826         * src/Makefile.am (LYX_DIR): add this definition, so that a
6827         default path is hardcoded in LyX.
6828
6829         * configure.in: Use LYX_GNU_GETTEXT.
6830
6831         * acinclude.m4 (LYX_GNU_GETTEXT): new macro, essentially a copy of
6832         AM_GNU_GETTEXT with a bug fixed. 
6833
6834         * src/lyx_cb.C (RunLinuxDoc): add a cast to please dec cxx.
6835
6836         * src/chset.C: add "using std::ifstream;" to please dec cxx.
6837
6838         * src/lyx_main.C (init), INSTALL.OS2: the environment variable
6839         which is used to point to LyX data is now LYX_DIR_11x.
6840
6841         * lyx.man: convert to a unix text file; small updates.
6842
6843 1999-11-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
6844
6845         * src/support/LSubstring.[Ch]: made the second arg of most of the
6846         constructors be a const reference. 
6847
6848         * src/mathed/math_parser.C (LexInitCodes): small bug introduced by
6849         me fixed.
6850
6851         * src/support/lyxstring.[Ch] (swap): added missing member function
6852         and specialization of swap(str, str); 
6853
6854         * src/menus.C (ShowBufferMenu): to use the new BufferStorage
6855
6856         * src/bufferlist.[Ch]: use the new BufferStorage class and remove all
6857         trace of the old one.
6858
6859         * src/undo.[Ch]: made the undostack use std::list to store undo's in
6860         put the member definitions in undo.C.
6861
6862         * src/lyxparagraph.h, src/paragraph.C + a lot of files: removed
6863         NEW_TEXT and have now only code that was included when this was
6864         defined. 
6865
6866         * src/intl.C (LCombo): use static_cast
6867         (LCombo2): ditto
6868         (DispatchCallback): ditto
6869
6870         * src/definitions.h: removed whole file
6871         
6872         * src/commandtags.h: comment out LFUN_INSERT_INSET_LATEX
6873
6874         * src/chset.[Ch]: a lot rewritten, does not use lyxlex for cdef
6875         parsing and stores in a std:map. a regex defines the file format.
6876         removed unneeded members.
6877
6878         * src/bufferparams.h: added several enums from definitions.h here.
6879         Removed unsused destructor. Changed some types to use proper enum
6880         types. use block to have the temp_bullets and user_defined_bullets
6881         and to make the whole class assignable.
6882
6883         * src/bufferparams.C (Copy): removed this functions, use a default
6884         assignment instead. 
6885
6886         * src/buffer.h: made isLatex, isLinuxDoc, isDocBook, isSGML and
6887         isLiterate const.
6888
6889         * src/buffer.C (readLyXformat2): commend out all that have with
6890         oldpapersize to do. also comment out all that hve to do with
6891         insetlatex and insetlatexdel. 
6892         (setOldPaperStuff): commented out
6893
6894         * src/Makefile.am (lyx_SOURCES): remove definitions.h, add undo.C
6895
6896         * src/LyXAction.C: remove use of inset-latex-insert
6897
6898         * src/mathed/math_panel.C (button_cb): use static_cast
6899
6900         * src/insets/Makefile.am (insets_o_SOURCES): removed
6901         insetlatex.[Ch] 
6902
6903         * src/support/lyxstring.C (helper): use the unsigned long
6904         specifier, UL, instead of a static_cast.
6905
6906         * src/support/Makefile.am (libsupport_a_SOURCES): added block.h
6907
6908         * src/support/block.h: new file. to be used as a c-style array in
6909         classes, so that the class can be assignable.
6910
6911 1999-11-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6912
6913         * src/lyx_gui_misc.C (askForText): when fl_show_input() returns
6914         NULL, make sure to return an empty string (it is not possible to
6915         set a string to NULL).
6916
6917 1999-11-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6918
6919         * src/support/LRegex.C: use regex_t instead of re_pattern_buffer.
6920
6921         * src/support/lyxstring.C (helper): fix bogus cast in assertion.
6922
6923         * src/{mathed,insets}/Makefile.am (CXXLINK): add $(LDFLAGS) to the
6924         link line, so that Irix users (for example) can set it explicitely to
6925         "-n32".
6926         
6927         * src/Makefile.am (lyx_LDADD): use LYX_LIB as a variable, so that
6928         it can be overidden at make time (static or dynamic link, for
6929         example).
6930         
6931         * src/vc-backend.C, src/LaTeXFeatures.h, 
6932           src/support/LRegex.C, src/support/LRegex.h: add a few "using" 
6933         statements to bring templates to global namespace.
6934
6935 1999-11-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
6936
6937         * src/support/lyxstring.C (operator[] const): make it standard
6938         conforming. 
6939
6940         * src/minibuffer.C (Init): changed to reflect that more
6941         information is given from the lyxvc and need not be provided here.
6942
6943         * src/lyxvc.[Ch]: rewrote to use the vc-backend.
6944         
6945         * src/Makefile.am (lyx_SOURCES): add vc-backend.[Ch]
6946
6947         * src/LyXView.C (UpdateTimerCB): use static_cast
6948         (KeyPressMask_raw_callback): ditto
6949
6950         * src/BufferView.[Ch]: name change _owner -> owner_ and _buffer ->
6951         buffer_, a lot of changes because of this. currentBuffer() ->
6952         buffer(), setBuffer(...) -> buffer(...), getOwner() -> owner(),
6953         also changes to other files because of this.
6954
6955 1999-11-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
6956
6957         * src/vc-backend.[Ch]: new files. The backends for vc handling,
6958         have no support for RCS and partial support for CVS, will be
6959         improved later.
6960         
6961         * src/insets/ several files: changes because of function name
6962         changes in Bufferview and LyXView.
6963         
6964         * src/mathed/math_symbols.C (math_insert_symbol): use static_cast
6965
6966         * src/support/LSubstring.[Ch]: new files. These implement a
6967         Substring that can be very convenient to use. i.e. is this
6968         possible:
6969         string a = "Mary had a little sheep";
6970         Substring(a, "sheep") = "lamb";
6971         a is now "Mary has a little lamb".
6972
6973         * src/support/LRegex.[Ch]: a regex class that can be used to pick
6974         out patterns and subpatterns of strings. It is used by LSubstring
6975         and also by vc-backend.C
6976         
6977         * src/support/lyxstring.C: went over all the assertions used and
6978         tried to correct the wrong ones and flag which of them is required
6979         by the standard. some bugs found because of this. Also removed a
6980         couple of assertions.
6981
6982         * src/support/Makefile.am (libsupport_a_SOURCES): added
6983         LSubstring.[Ch] and LRegex.[Ch]
6984
6985         * src/support/FileInfo.h: have struct stat buf as an object and
6986         not a pointer to one, some changes because of this.
6987
6988         * src/LaTeXFeatures.C (getTClassPreamble): also use the
6989         information in layout when adding the layouts preamble to the
6990         textclass preamble.
6991
6992         * src/LaTeXFeatures.h: use a vector<bool> to store the layout
6993         usage in.
6994
6995         * configure.in (CPPFLAGS): use AC_CHECK_FUNCS to check for XOpenIM
6996         because of bug in OS/2.
6997
6998 1999-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6999
7000         * lib/layouts/lyxmacros.inc (lyxcode): set the font with
7001         \verbatim@font instead of \ttfamily, so that it can be redefined.
7002
7003         * src/BackStack.h, src/DepTable.C, src/DepTable.h, src/LaTeX.C,
7004           src/LaTeX.h, src/lastfiles.C, src/lastfiles.h, src/layout.C,
7005           src/layout.h, src/text2.C: add 'using' directive to bring the
7006         STL templates we need from the std:: namespace to the global one.
7007         Needed by DEC cxx in strict ansi mode.
7008
7009         * src/support/LIstream.h,src/support/LOstream.h,
7010           src/support/lyxstring.h,src/table.h,
7011           src/lyxlookup.h: do not include <config.h> in header
7012         files. This should be done in the .C files only.
7013
7014         * development/lyx.spec.in: WHATSNEW has been renamed to NEWS
7015         (from Kayvan).
7016         
7017
7018 1999-11-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7019
7020         * config/lib_configure.m4,lib/configure,lib/lyxrc.example: update
7021         from Kayvan to fix the tth invokation.
7022
7023         * development/lyx.spec.in: updates from Kayvan to reflect the
7024         changes of file names.
7025
7026 1999-11-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
7027
7028         * src/text2.C (InsertStringB): use std::copy
7029         (InsertStringA): use std::copy
7030
7031         * src/bufferlist.C: use a vector to store the buffers in. This is
7032         an internal change and should not affect any other thing.
7033         
7034         * src/BufferView.C (waitForX): use XSync instead of the lengthy
7035         stuff in waitForX.
7036
7037         * src/text.C (Fill): fix potential bug, one off bug.
7038
7039 1999-11-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
7040
7041         * src/Makefile.am (lyx_main.o): add more files it depends on.
7042
7043         * src/lyx_cb.C (addNewlineAndDepth): parameters in wrong order.
7044
7045         * src/support/lyxstring.C: use size_t for the reference count,
7046         size, reserved memory and xtra.
7047         (internal_compare): new private member function. Now the compare
7048         functions should work for std::strings that have embedded '\0'
7049         characters.
7050         (compare): all compare functions rewritten to use
7051         internal_compare.
7052         
7053 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
7054
7055         * src/support/lyxstring.C (compare): pass c_str()
7056         (compare): pass c_str
7057         (compare): pass c_str
7058
7059 1999-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7060
7061         * src/support/DebugStream.C: <config.h> was not included correctly.
7062
7063         * lib/configure: forgot to re-generate it :( I'll make this file
7064         auto generated soon.
7065
7066 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
7067
7068         * acinclude.m4 (cross_compiling): add -fpermissive when gcc 2.95.x
7069         is used.
7070
7071         * src/support/lyxstring.C: some changes from length() to rep->sz.
7072         avoids a function call.
7073
7074         * src/support/filetools.C (SpaceLess): yet another version of the
7075         algorithm...now per Jean-Marc's suggestions.
7076
7077 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
7078
7079         * src/layout.C (less_textclass_desc): functor for use in sorting
7080         of textclasses. 
7081         (LyXTextClass::Read): sort the textclasses after reading.
7082         
7083         * src/support/filetools.C (SpaceLess): new version of the
7084         SpaceLess functions. What problems does this one give? Please
7085         report.
7086
7087         * images/banner_bw.xbm: made the arrays unsigned char *
7088
7089 1999-11-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7090
7091         * src/support/lyxstring.C (find): remove bogus assertion in the
7092         two versions of find where this has not been done yet.
7093
7094         * src/support/lyxlib.h: add missing int return type to
7095         lyx::chdir(). 
7096
7097         * src/menus.C (ShowFileMenu): disable exporting to html if no
7098         html export command is present.
7099
7100         * config/lib_configure.m4: add a test for an HTML converter. The
7101         programs checked for are, in this order: tth, latex2html and
7102         hevea. 
7103
7104         * lib/configure: generated from config/lib_configure.m4.
7105
7106         * src/lyxfunc.C (Dispatch): update and improve the execution of an
7107         html converter. The parameters are now passed through $$FName and
7108         $$OutName, instead of standard input/output.
7109
7110         * src/lyxrc.{C,h}: rename \tth_command to \html_command.
7111
7112         * lib/lyxrc.example: update description of \html_command. 
7113         add "quotes" around \screen_font_xxx font setting examples to help
7114         people who use fonts with spaces in their names.
7115
7116 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
7117
7118         * Distribution files: updates for v1.1.2
7119
7120         * src/support/lyxstring.C (find): remove bogus assert and return
7121         npos for the same condition.
7122
7123 1999-11-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
7124
7125         * added patch for OS/2 from SMiyata.
7126
7127 1999-10-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
7128
7129         * src/text2.C (CutSelection): make space_wrapped a bool
7130         (CutSelection): dont declare int i until we have to.
7131         (alphaCounter): return a char const *.
7132
7133 1999-10-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7134
7135         * src/support/syscall.C (Systemcalls::kill): 
7136           src/support/filetools.C (PutEnv, PutEnvPath): 
7137           src/lyx_cb.C (addNewlineAndDepth): 
7138           src/FontInfo.C (FontInfo::resize): condition some #warning
7139         directives with WITH_WARNINGS.
7140         
7141
7142 1999-10-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
7143
7144         * src/layout.[Ch] + several files: access to class variables
7145         limited and made accessor functions instead a lot of code changed
7146         becuase of this. Also instead of returning pointers often a const
7147         reference is returned instead.
7148         
7149         * src/form1.C (create_form_Figure): added a couple fo "no-c-format"
7150
7151         * src/Makefile.am (dist-hook): added used to remove the CVS from
7152         cheaders upon creating a dist
7153         (EXTRA_DIST): added cheaders
7154
7155         * src/support/lstrings.C (tostr(char)): fix it to handle param as
7156         a character not as a small integer. 
7157
7158         * src/support/lyxstring.C (find): removed Assert and added i >=
7159         rep->sz to the first if.
7160
7161 1999-10-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
7162
7163         * src/layout.[Ch] src/BufferView.C src/LaTeXFeatures.C
7164         src/LyXView.C src/buffer.C src/bufferparams.C
7165         src/lyx_cb.C src/lyxfunc.C src/paragraph.C src/text.C 
7166         src/text2.C src/insets/insetinclude.C:
7167         lyxlayout renamed to textclasslist.
7168
7169         * src/layout.C: some lyxerr changes.
7170
7171         * src/layout.[Ch] (LyXLayout::Read): changed second paramter to
7172         LyXTextClass. rewrote LT_COPYSTYLE, rewrote LT_OBSOLETEDBY
7173         (LyXLayoutList): removed all traces of this class.
7174         (LyXTextClass::Read): rewrote LT_STYLE
7175         (LyXTextClass::hasLayout): new function
7176         (LyXTextClass::GetLayout): rewritten to return an iterator + has
7177         both const and nonconst version.
7178         (LyXTextClass::delete_layout): new function.
7179         (LyXTextClassList::Style): bug fix. do the right thing if layout
7180         is to big.
7181         (LyXTextClassList::NumberOfLayout): new acces to layoutlist.
7182         (LyXTextClassList::NameOfLayout): ditto 
7183         (LyXTextClassList::Load): ditto
7184
7185         * src/buffer.C (makeLaTeXFile): new access to layoutlist
7186
7187         * src/LaTeXFeatures.C (getTClassPreamble): new access to layoutlist
7188
7189         * src/LyXAction.C (LookupFunc): added a workaround for sun
7190         compiler, on the other hand...we don't know if the current code
7191         compiles on sun at all...
7192
7193         * src/support/filetools.C (CleanupPath): subst fix
7194
7195         * src/insets/insetbib.C (delDatabase): subst fix, this looks
7196         _really_ weird.
7197
7198         * src/support/filetools.C (PutEnvPath): subst fix, how come nobody
7199         complained about this one?
7200
7201         * src/insets/insetinclude.C (Latex): subst fix
7202
7203         * src/insets/insetbib.C (getKeys): subst fix
7204
7205         * src/LyXSendto.C (SendtoApplyCB): subst fix
7206
7207         * src/lyx_main.C (init): subst fix
7208
7209         * src/layout.C (Read): subst fix
7210
7211         * src/lyx_sendfax_main.C (button_send): subst fix
7212
7213         * src/buffer.C (RoffAsciiTable): subst fix
7214
7215         * src/lyx_cb.C (MenuFax): subst fix
7216         (PrintApplyCB): subst fix
7217
7218 1999-10-26  Juergen Vigna  <jug@sad.it>
7219
7220         * src/table.C (TexEndOfCell) + (DocBookEndOfCell): removed some #if 0
7221
7222         (Read): Cleaned up this code so now we read only format vestion >= 5
7223
7224 1999-10-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
7225
7226         * src/support/filetools.C (PutEnvPath): subst fix for EMX, how
7227         come nobody has complained about this one?
7228
7229         * src/insets/insetinclude.C (Latex): subst fix
7230
7231         * src/insets/insetbib.C (getKeys): subst fix
7232
7233         * src/lyx_main.C (init): subst fix
7234
7235         * src/layout.C (Read): subst fix
7236
7237         * src/buffer.C (RoffAsciiTable): subst fix
7238
7239         * src/lyx_cb.C (MenuFax): subst fix.
7240
7241         * src/layout.[hC] + some other files: rewrote to use
7242         std::container to store textclasses and layouts in.
7243         Simplified, removed a lot of code. Make all classes
7244         assignable. Further simplifications and review of type
7245         use still to be one. 
7246
7247         * src/menus.C (ShowFileMenu/ShowFileMenu2): Use the iterators from
7248         lastfiles to create the lastfiles partr of the menu.
7249
7250         * src/lastfiles.[Ch]: rewritten to use deque to store the
7251         lastfiles in. Uses fstream for reading and writing. Simplifies
7252         code.
7253
7254         * src/support/syscall.C: remove explicit cast.
7255
7256         * src/BufferView.C (CursorToggleCB): removed code snippets that
7257         were commented out.
7258         use explicat C++ style casts instead of C style casts. also use
7259         u_vdata instea of passing pointers in longs.
7260
7261         * src/PaperLayout.C: removed code snippets that were commented out.
7262
7263         * src/lyx_gui_misc.C: removed code snippets that were commented out. 
7264
7265         * src/lyx_main.C: removed code snippets that wer commented out.
7266
7267         * src/paragraph.C: removed code snippets that were commented out.
7268
7269         * src/lyxvc.C (logClose): use static_cast
7270         (logUpdate): ditto
7271         (viewLog): remove explicit cast to void*
7272         (showLog): removed old commented code
7273
7274         * src/menus.C: use static_cast instead of C style casts. use
7275         u_vdata instead of u_ldata. remove explicit cast to (long) for
7276         pointers. Removed old code that was commented out.
7277
7278         * src/insets/inset.C: removed old commented func
7279
7280         * src/insets/insetref.C (InsetRef): removed old code that had been
7281         commented out for a long time.
7282         (Edit): ditto
7283         (escape): removed C style cast
7284
7285         * src/insets/insetlatexaccent.C (Draw): removed old commented code
7286
7287         * src/insets/insetlatex.C (Draw): removed old commented code
7288         (Read): rewritten to use string
7289
7290         * src/insets/insetlabel.C (escape): removed C style cast
7291
7292         * src/insets/insetindex.h: removed vdata and ldata from FD_index_form
7293
7294         * src/insets/insetindex.C: use static_cast and u_vdata, removed
7295         old commented code.
7296
7297         * src/insets/insetinclude.h: removed a couple of stupid bools
7298
7299         * src/insets/insetinclude.C (include_cb): use static_cast and u_data.
7300         (Clone): remove C style cast
7301         (getKeys): changed list to lst because of std::list
7302
7303         * src/insets/inseterror.C (Draw): removed som old commented code.
7304
7305         * src/insets/insetcommand.C (Draw): removed some old commented code.
7306
7307         * src/insets/insetbib.C (bibitem_cb): removed code that has been
7308         commented out forever.
7309         (bibitem_cb): use static_cast instead of C style cast
7310         use of vdata changed to u_vdata.
7311
7312         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forward the data
7313         parameter.
7314         (CloseUrlCB): use static_cast instead of C style cast.
7315         (CloseUrlCB): added a fl_free form...it seemed to be missing.
7316
7317         * src/insets/insetinfo.C (Edit): pass object in u_vdata instead
7318         (C_InsetInfo_CloseInfoCB): forward the ob parameter
7319         (CloseInfoCB): static_cast from ob->u_vdata instead.
7320         (Edit): removed bogus arg from fl_set_object_shortcut, set to 1
7321         instead. 
7322
7323         * src/insets/inseterror.C (Edit): pass object in u_vdata instead
7324         (C_InsetError_CloseErrorCB): forward the ob parameter
7325         (CloseErrorCB): static_cast from ob->u_vdata instead.
7326
7327         * src/vspace.h: include LString.h since we use string in this class.
7328
7329         * src/vspace.C (lyx_advance): changed name from advance because of
7330         nameclash with stl. And since we cannot use namespaces yet...I
7331         used a lyx_ prefix instead. Expect this to change when we begin
7332         using namespaces.
7333
7334         * src/BufferView.[Ch] (BufferView::~BufferView): removed 
7335
7336         * src/BackStack.h: rewrote to use std::stack. made BackStackItem
7337         and removed now defunct constructor and deconstructor.
7338
7339         * src/BufferView.h: have backstack as a object not as a pointer.
7340         removed initialization from constructor. added include for BackStack 
7341
7342         * development/lyx.spec.in (%build): add CFLAGS also.
7343
7344         * src/screen.C (drawFrame): removed another warning.
7345
7346 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7347
7348         * renamed WHATSNEW to NEWS (usual GNU style), CHANGES to
7349         OLD-CHANGES (not used anymore) and modified INSTALL, INSTALL.OS2,
7350         README and ANNOUNCE a bit for the next release. More work is
7351         needed, of course.
7352
7353         * src/paragraph.C (SimpleTeXBlanks): spaces are automatically made
7354         unbreakable if we are in freespacing mode (LyX-Code), but not in
7355         latex mode.
7356
7357 1999-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
7358
7359         * src/BackStack.h: fixed initialization order in constructor
7360
7361         * Makefile.am (MAINTAINERCLEANFILES): removed po/POTFILES.in
7362
7363         * acinclude.m4 (VERSION): new rules for when a version is
7364         development, added also a variable for prerelease.
7365         (warnings): we set with_warnings=yes for prereleases
7366         (lyx_opt): prereleases compile with same optimization as development 
7367         (CXXFLAGS): only use pedantic if we are a development version 
7368
7369         * src/BufferView.C (restorePosition): don't do anything if the
7370         backstack is empty.
7371
7372         * src/BackStack.h: added member empty, use this to test if there
7373         is anything to pop...
7374
7375 1999-10-25  Juergen Vigna  <jug@sad.it>
7376
7377         * forms/form1.fd +
7378         * forms/layout_forms.fd +
7379         * forms/latexoptions.fd +
7380         * lyx.fd: changed for various form resize issues
7381
7382         * src/mathed/math_panel.C +
7383         * src/insets/inseterror.C +
7384         * src/insets/insetinfo.C +
7385         * src/insets/inseturl.C +
7386         * src/insets/inseturl.h +
7387         * src/LaTeXLog.C +
7388         * src/LyXSendto.C +
7389         * src/PaperLayout.C +
7390         * src/ParagraphExtra.C +
7391         * src/TableLayout.C +
7392         * src/form1.C +
7393         * src/layout_forms.C +
7394         * src/lyx.C +
7395         * src/lyx_cb.C +
7396         * src/lyx_gui.C +
7397         * src/lyxfr0.C +
7398         * src/lyxfunc.C +
7399         * src/lyxvc.C +
7400         * src/menus.C: fixed various resize issues. So now forms can be
7401         resized savely or not be resized at all.
7402         
7403         * forms/form_url.fd +
7404         * src/insets/form_url.[Ch]: added because it's cleaner and easier
7405         to modify IMO.
7406
7407         * src/insets/Makefile.am: added files form_url.[Ch]
7408         
7409 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7410
7411         * INSTALL: it is now possible to compile LyX with digital C++ 6.1
7412         (and presumably 6.2).
7413
7414         * src/{BufferView,LyXView,combox,filedlg,intl,lyxserver,lyxvc,
7415         menus,minibuffer,toolbar}.{C,h}: added C_xxx wrappers around
7416         remaining static member callbacks. 
7417
7418         * src/lyxfunc.C (Dispatch): Use _() instead of N_() fot minibuffer
7419         messages. 
7420
7421         * src/support/lyxstring.h: declare struct Srep as friend of
7422         lyxstring, since DEC cxx complains otherwise.
7423
7424 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
7425
7426 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
7427
7428         * src/LaTeX.C (run): made run_bibtex also depend on files with
7429         extension ".bst"
7430         (runBibTeX): added scans for "\\bibstyle", now also ".bst" files
7431         are put into the dependency file.
7432
7433         * src/spellchecker.C (create_ispell_pipe): removed old #warning,
7434         the code has shown itself to work
7435         (create_ispell_pipe): removed another warning, added a comment
7436         instead. 
7437
7438         * src/minibuffer.C (ExecutingCB): removed code that has been
7439         commented out a long time
7440
7441         * src/lyxfunc.C (processKeyEvent): removed some very old commented
7442         out code + a warning.
7443
7444         * src/support/lyxstring.h: comment out the three private
7445         operators, when compiling with string ansi conforming compilers
7446         they make problems.
7447
7448         * src/mathed/math_symbols.C (AddBitmap): change 6th arg to be
7449         unsigned char *.
7450         (pixmapFromBitmapData): change type of bdata to be unsigned char *
7451         (pixmapFromBitmapData): add a reinterpret_cast in the call to
7452         XCreateImage
7453
7454         * src/mathed/math_panel.h: change 6th arg to AddBitmap to be
7455         unsigned char *
7456
7457         * src/mathed/math_panel.C (create_math_panel): remove explicit
7458         casts
7459
7460         * src/bmtable.h: change last paramter to fl_set_bmtable_data to be
7461         unsigned char *.
7462
7463         * src/bmtable.C (struct BMTABLE_SPEC): make bdata unsigned char *
7464         (draw_bitmaptable): add a reinterpret_cast to sp->bdata in the call
7465         to XCreatePixmapFromBitmapData
7466         (fl_set_bmtable_data): change the last argument to be unsigned
7467         char *
7468         (fl_set_bmtable_file): change bdata to unsinged char *, change bw
7469         and bh to be unsigned int, remove explicit casts in call to
7470         XReadBitmapFileData.
7471
7472         * images/arrows.xbm: made the arrays unsigned char *
7473         * images/varsz.xbm: ditto
7474         * images/misc.xbm: ditto
7475         * images/greek.xbm: ditto
7476         * images/dots.xbm: ditto
7477         * images/brel.xbm: ditto
7478         * images/bop.xbm: ditto
7479
7480         * Makefile.am (MAINTAINERCLEANFILES): added po/POTFILES.in
7481
7482         * acinclude.m4 (LYX_GXX_STRENGHT_REDUCE): removed. 
7483         (LYX_PROG_CXX): added -pedantic to g++ compile options when
7484         with-warnings, removed the __STRING_ANSI__ hack, seems to not be
7485         needed. 
7486         (LYX_CXX_CHEADERS): added <clocale> to the test. 
7487
7488 1999-10-23  Lars Gullik Bjønnes  <larsbj@lyx.org>
7489
7490         * src/lyx_cb.C (addNewlineAndDepth): changed to use string::append.
7491
7492         * src/support/lyxstring.C (append): fixed something that must be a
7493         bug, rep->assign was used instead of rep->append.
7494
7495         * src/support/Makefile.am (libsupport_a_SOURCES): added LIstream.h
7496         and LOstream.h
7497
7498         * src/lyxfunc.C (processKeyEvent): removed faulty line that made
7499         lyx insert double chars. Fix spotted by Kayvan.
7500
7501 1999-10-23  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
7502
7503         * Fixed the tth support. I messed up with the Emacs patch apply feature
7504         and omitted the changes in lyxrc.C.
7505
7506 1999-10-22  Juergen Vigna  <jug@sad.it>
7507
7508         * src/insets/figinset.C (CallbackFig): Just changed the defines a bit.
7509
7510         * src/lyx_cb.C (MenuInsertRef) + 
7511         * src/lyx_gui.C (create_forms): Inserted fl_set_form_minsize so that
7512         the form cannot be resized under it limits (fixes a segfault)
7513         
7514         * src/lyx.C (create_form_form_ref) +
7515         * forms/lyx.fd: Changed Gravity on name input field so that it is
7516         resized correctly.
7517
7518 1999-10-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7519
7520         * configure.in: use LYX_CXX_STL_MODERN_STREAMS; check for headers
7521         <ostream> and <istream>.
7522         
7523         * acinclude.m4 (LYX_CXX_STL_MODERN_STREAMS): new test. Checks
7524         whether <fstream> provides the latest standard features, or if we
7525         have an oldstyle library (like in egcs).
7526         (LYX_CXX_STL_STRING): fix the test.
7527
7528         * src/support/DebugStream.{C,h}: use L{I,O}stream.h and condition the
7529         code on MODERN_STL_STREAM.
7530
7531         * src/support/lyxstring.h: use L{I,O}stream.h.
7532
7533         * src/support/L{I,O}stream.h: new files, designed to setup
7534         correctly streams for our use
7535           - includes the right header depending on STL capabilities
7536           - puts std::ostream and std::endl (for LOStream.h) or
7537           std::istream (LIStream.h) in toplevel namespace.
7538
7539 1999-10-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
7540
7541         * src/LaTeX.C (run): added a check in 0 sumchange so that if it
7542         was a bib file that had been changed we ensure that bibtex is run.
7543         (runBibTeX): enhanced to extract the names of the bib files and
7544         getting their absolute path and enter them into the dep file.
7545         (findtexfile): static func that is used to look for tex-files,
7546         checks for absolute patchs and tries also with kpsewhich.
7547         Alternative ways of finding the correct files are wanted. Will
7548         probably be moved.
7549         (do_popen): function that runs a command using popen and returns
7550         the whole output of that command in a string. Should be moved to
7551         somewhere else.
7552
7553         * src/DepTable.[Ch] (extchanged): new function that returns true if a
7554         file with extension ext has changed.
7555
7556         * src/insets/figinset.C: added ifdef guards around the fl_free
7557         code that jug commented out. Now it is commented out when
7558         compiling with XForms == 0.89.
7559
7560         * src/support/lyxstring.C: moved the definition of lyxstring::Srep
7561         to lyxstring.C, and only keep a forward declaration in
7562         lyxstring.h. Simplifies the header file a bit and should help a
7563         bit on compile time too. Also changes to Srep will not mandate a
7564         recompile of code just using string.
7565         (~lyxstring): definition moved here since it uses srep.
7566         (size): definition moved here since it uses srep.
7567
7568         * src/support/lyxstring.h: removed a couple of "inline" that should
7569         not be there.
7570
7571 1999-10-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7572
7573         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forgot to pass
7574         the 'ob' argument.
7575
7576 1999-10-21  Juergen Vigna  <jug@sad.it>
7577
7578         * src/table.C (SetPWidth): Just a small fix so the alignment is not
7579         set to left if I just remove the width entry (or it is empty).
7580
7581         * src/text2.C (SetCursorIntern): Fixed a bug calculating to use wrong
7582         paragraph when having dummy paragraphs.
7583
7584 1999-10-20  Juergen Vigna  <jug@sad.it>
7585
7586         * src/insets/figinset.C: just commented some fl_free_form calls
7587         and added warnings so that this calls should be activated later
7588         again. This avoids for now a segfault, but we have a memory leak!
7589
7590         * src/lyxfunc.C (processKeyEvent) (Dispatch): changed
7591         'const char * argument' to 'string argument', this should
7592         fix some Asserts() in lyxstring.C.
7593
7594         * src/lyxfunc.h: Removed the function argAsString(const char *)
7595         as it is not used anymore.
7596
7597 1999-10-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
7598
7599         * src/support/lyxstring.C (getline): reads now _all_ chars. uses
7600         get instead of >>
7601
7602         * src/Literate.h: some funcs moved from public to private to make
7603         interface clearer. Unneeded args removed.
7604
7605         * src/Literate.C (scanLiterateLogFile): rewritten to use iostream
7606         instead of lyxlex.
7607         (scanBuildLogFile): ditto
7608
7609         * src/LaTeX.C (scanLogFile): merged LaTeX Error handling into
7610         normal TeX Error. Still room for improvement.
7611
7612         * src/LaTeX.[Ch]: removed scanError. Wrong place and not needed.
7613
7614         * src/buffer.C (insertErrors): changes to make the error
7615         desctription show properly.
7616
7617         * src/LaTeX.C (deplog): removed the test for file in lyx doc dir.
7618         could never happen
7619
7620         * src/support/lyxstring.C (helper): changed to use
7621         sizeof(object->rep->ref).
7622         (operator>>): changed to use a pointer instead.
7623
7624         * src/support/lyxstring.h: changed const reference & to value_type
7625         const & lets see if that helps.
7626
7627 1999-10-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
7628
7629         * Makefile.am (rpmdist): fixed to have non static package and
7630         verison.
7631
7632         * src/support/lyxstring.C: removed the compilation guards
7633
7634         * src/vspace.C (nextToken): use i + 1  instead of ++i. Maks things
7635         a bit clearer.
7636
7637         * src/support/Makefile.am (LYXSTRING): bruker USE_LYXSTRING for
7638         conditional compile of lyxstring.Ch
7639
7640         * acinclude.m4 (LYX_CXX_STL_STRING): new and improved, still a
7641         stupid check, but it is a lot better than the bastring hack. 
7642         (LYX_CXX_STL_STRING): bruker nå AM_CONDITIONAL(USE_LYXSTRING  
7643
7644         * several files: changed string::erase into string::clear. Not
7645         really needed.
7646         
7647         * src/chset.C (encodeString): use a char temporary instead
7648
7649         * src/table.C (TexEndOfCell): added tostr around
7650         column_of_cell(fcell+i)+1 and around right_column_of_cell(fcell+i)+1
7651         (TexEndOfCell): ditto
7652         (TexEndOfCell): ditto
7653         (TexEndOfCell): ditto
7654         (DocBookEndOfCell): ditto
7655         (DocBookEndOfCell): ditto
7656         (DocBookEndOfCell): ditto
7657         (DocBookEndOfCell): ditto
7658
7659         * src/paragraph.C (TeXEnvironment): added tostr around foot_count -1
7660
7661         * src/lyxfr1.C (SearchReplaceAllCB): added tostr around replace_count
7662
7663         * src/lyx_cb.C (MenuRunLaTeX): added tostr around ret
7664         (MenuBuildProg): added tostr around ret
7665         (MenuRunChktex): added tostr around ret
7666         (DocumentApplyCB): added tostr around ret
7667
7668         * src/chset.C (encodeString): added tostr around t->ic
7669
7670         * src/buffer.C (makeLaTeXFile): added tostr around secnumdepth
7671         (makeLaTeXFile): added tostr around tocdepth
7672         (makeLaTeXFile): added tostr around ftcound - 1
7673
7674         * src/insets/insetbib.C (setCounter): added tostr around counter.
7675
7676         * src/support/lyxstring.h: added an operator+=(int) to catch more
7677         mistakes. 
7678
7679         * src/support/lyxstring.C (lyxstring): We DON'T allow NULL pointers.
7680         (lyxstring): We DON'T allow NULL pointers.
7681
7682 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7683
7684         * src/mathed/math_macro.C (MathMacroArgument::Write,
7685         MathMacroTemplate::WriteDef): add tostr() around macro arg numbers
7686         when writing them out.
7687
7688         * src/LString.C: remove, since it is not used anymore.
7689         
7690         * src/support/lyxstring.C: condition the content to
7691         USE_INCLUDED_STRING macro.
7692
7693         * src/mathed/math_symbols.C, src/support/lstrings.C,
7694         src/support/lyxstring.C: add `using' directive to specify what
7695         we need in <algorithm>. I do not think that we need to
7696         conditionalize this, but any thought is appreciated.
7697
7698         * many files: change all callback functions to "C" linkage
7699         functions to please strict C++ compilers like DEC cxx 6.1 in mode
7700         strict_ansi. Those who were static are now global. 
7701             The case of callbacks which are static class members is
7702         trickier, since we have to make C wrappers around them (see
7703         InsetError, InsetInfo and InsetUrl). The same holds for friends. I
7704         did not finish this yet, since it defeats the purpose of
7705         encapsulation, and I am not sure what the best route is.
7706
7707 1999-10-19  Juergen Vigna  <jug@sad.it>
7708
7709         * src/support/lyxstring.C (lyxstring): we permit to have a null
7710         pointer as assignment value and just don't assign it.
7711
7712         * src/vspace.C (nextToken): corrected this function substituting
7713         find_first(_not)_of with find_last_of.
7714
7715         * src/TableLayout.C (UpdateLayoutTable) (TableOptionsCB)
7716                 (TableOptCloseCB) (TableSpeCloseCB):
7717         inserted fl_set_focus call for problem with fl_hide_form() in
7718         xforms-0.89.
7719
7720 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7721
7722         * src/lyx_cb.C (LayoutsCB): fix bug where int was added to a
7723         string. 
7724
7725 1999-10-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7726
7727         * src/lyxrc.C (Read): RC_PRINTEXSTRAOPTIONS now uses
7728         LyXLex::next() and not eatline() to get its argument.
7729
7730 1999-10-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
7731
7732         * src/DepTable.[Ch]: rewritten to store the dependencies in a map
7733         instead, use fstreams for io of the depfile, removed unneeded
7734         functions and variables. 
7735
7736         * src/LaTeX.[Ch] (class TeXErrors): rewrote to store the errors in a
7737         vector instead, removed all functions and variables that is not in
7738         use.
7739
7740 1999-10-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
7741
7742         * src/buffer.C (insertErrors): use new interface to TeXError
7743
7744         * Makefile.am (rpmdist): added a rpmdist target
7745
7746         * lib/reLyX/Makefile.am: added RelyxFigure.pm and Verbatim.pm as
7747         per Kayvan's instructions.
7748
7749 1999-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7750
7751         * src/Makefile.am: add a definition for localedir, so that locales
7752         are found after installation (Kayvan)
7753
7754 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
7755
7756         * development/.cvsignore: new file.
7757
7758 1999-10-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7759
7760         * acinclude.m4 (LYX_CXX_CHEADERS): New macro. Checks whether the
7761         C++ compiler provides wrappers for C headers and use our alternate
7762         version otherwise.
7763
7764         * configure.in: use LYX_CXX_CHEADERS.
7765
7766         * src/cheader/: new directory, populated with cname headers from
7767         libstdc++-2.8.1. They are a bit old, but probably good enough for
7768         what we want (support compilers who lack them).
7769         
7770         * src/insets/Makefile.am, src/mathed/Makefile.am: remove src/support
7771         from includes. It turns out is was stupid.
7772  
7773 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
7774
7775         * lib/Makefile.am (install-data-local): forgot a ';'
7776         (install-data-local): forgot a '\'
7777         (libinstalldirs): needed after all. reintroduced.
7778
7779 1999-10-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
7780
7781         * configure.in (AC_OUTPUT): added lyx.spec
7782
7783         * development/lyx.spec: removed file
7784
7785         * development/lyx.spec.in: new file
7786
7787         * po/*.po: merged with lyx.pot becuase of make distcheck
7788         
7789         * lib/Makefile.am (dist-hook): added dist-hook so that
7790         documentation files will be included when doing a make
7791         dist/distdir/distcheck. Requires cvs export -r HEAD lyxdoc to run.
7792         (pkgdata_SCRIPTS): added configure.cmd for now, we can use som
7793         conditional later.
7794         more: tried to make install do the right thing, exclude CVS dirs
7795         etc.
7796
7797         * src/LaTeXLog.C (ShowLatexLog): reordered som statements so that
7798         Path would fit in more nicely.
7799
7800         * all files that used to use pathstack: uses now Path instead.
7801         This change was a lot easier than expected.
7802         
7803         * src/support/path.h: new file
7804
7805         * src/support/Makefile.am (libsupport_a_SOURCES): added path.h
7806
7807         * src/Makefile.am (lyx_SOURCES): removed pathstack.[Ch]
7808
7809         * src/support/lyxstring.C (getline): Default arg was given for
7810         para 3. removed.
7811
7812         * Configure.cmd: removed file 
7813
7814 1999-10-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7815
7816         * src/support/DebugStream.[Ch]: remove the explicit std:: before
7817         streams classes and types, add the proper 'using' statements when
7818         MODERN_STL is defined.
7819         
7820         * src/debug.h: move the << operator definition after the inclusion
7821         of DebugStream.h
7822
7823         * src/support/filetools.C: include "LAssert.h", which is needed
7824         later. 
7825
7826         * src/insets/Makefile.am, src/mathed/Makefile.am: add src/support
7827         to includes. 
7828
7829         * src/lyxfont.h, src/commandtags.h, src/mathed/math_defs.h:
7830         include "debug.h" to define a proper ostream.
7831
7832 1999-10-12  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
7833
7834         * src/sys*: Cleaned up the Systemcall stuff a bit. Added "kill(int)"
7835           method to the SystemCall class which can kill a process, but it's
7836           not fully implemented yet.
7837
7838         * src/*.C: Changed Systemcalls::Startscript() to startscript()
7839
7840         * src/support/FileInfo.h: Better documentation  
7841
7842         * src/lyxfunc.C: Added support for buffer-export html
7843         
7844         * src/menus.C: Added Export->As HTML...
7845         
7846         * lib/bind/*.bind: Added short-cut for buffer-export html
7847
7848         * src/lyxrc.*: Added support for new \tth_command
7849         
7850         * lib/lyxrc.example: Added stuff for new \tth_command
7851
7852 1999-10-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
7853
7854         * lib/Makefile.am (IMAGES): removed images/README
7855         (pkgdata_SCRIPTS): use this instead of bin_SCRIPTS to that it
7856         installes in correct place. Check permisions is installed
7857         correctly.
7858
7859         * src/LaTeX.C: some no-op changes moved declaration of some
7860         variables around.
7861
7862         * src/LaTeX.h (LATEX_H): changed include guard name
7863
7864 1999-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7865
7866         * lib/reLyX/Makefile.am: install noweb2lyx.
7867
7868         * lib/Makefile.am: install configure. 
7869
7870         * lib/reLyX/configure.in: declare a config aux dir; set package
7871         name to lyx (not sure what the best solution is); generate noweb2lyx.
7872
7873         * lib/layouts/egs.layout: fix the bibliography layout.
7874
7875 1999-10-08  Jürgen Vigna <jug@sad.it>
7876
7877         * src/support/filetools.C (FileOpenSearch): Fixed a bug where
7878         when in the PATH was something like /usr/bin;;/bin (note: the ;;)
7879         it returned without continuing to search the path.
7880         
7881 1999-10-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
7882
7883         * src/insets/insetquotes.C (Draw): Simplified a gread deal. This
7884         also fixes a bug. It is not allowed to do tricks with std::strings
7885         like: string a("hei"); &a[e]; this will not give what you
7886         think... Any reason for the complexity in this func?
7887
7888 1999-10-06  Asger Alstrup Nielsen  <alstrup@diku.dk>
7889
7890         * Updated README and INSTALL a bit, mostly to check that my
7891         CVS rights are correctly set up.
7892
7893 1999-10-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
7894
7895         * src/support/lyxstring.C (helper): removed bogus Assert. strlen
7896         does not allow '\0' chars but lyxstring and std::string does.
7897
7898 1999-10-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
7899
7900         * autogen.sh (AUTOCONF): let the autogen script create the
7901         POTFILES.in file too. POTFILES.in should perhaps now not be
7902         included in the cvs module.
7903
7904         * some more files changed to use C++ includes instead of C ones.
7905
7906         * src/filedlg.C (Reread): fixed a bug wrt Time. It was appended
7907         not assigned.
7908         (Reread): added tostr to nlink. buggy output otherwise.
7909         (Reread): added a string() around szMode when assigning to Buffer,
7910         without this I got a log of garbled info strings.
7911
7912         * acconfig.h: commented out the PTR_AS_INT macros. They should not
7913         be needed.
7914
7915         * I have added several ostream & operator<<(ostream &, some_type)
7916         functions. This has been done to avoid casting and warnings when
7917         outputting enums to lyxerr. This as thus eliminated a lot of
7918         explicit casts and has made the code clearer. Among the enums
7919         affected: kb_action, InsetLatexAccent::ACCENT_TYPE, a couple of
7920         mathed enums, some font enum the Debug::type enum. 
7921
7922         * src/support/lyxstring.h (clear): missing method. equivalent of
7923         erase(0, npos).
7924
7925         * all files that contained "stderr": rewrote constructs that used
7926         stderr to use lyxerr instead. (except bmtable)
7927
7928         * src/support/DebugStream.h (level): and the passed t with
7929         Debug::ANY to avoid spurious bits set.
7930
7931         * src/debug.h (Debug::type value): made it accept strings of the
7932         type INFO,INIT,KEY.
7933
7934         * configure.in (Check for programs): Added a check for kpsewhich,
7935         the latex generation will use this later to better the dicovery of
7936         all used files. 
7937
7938         * src/BufferView.C (create_view): we don't need to cast this to
7939         (void*) that is done automatically.
7940         (WorkAreaButtonPress): removed some dead code.
7941
7942 1999-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7943
7944         * src/minibuffer.C (Init): make sure that the "Welcome to LyX!"
7945         is not overwritten when translated (David Sua'rez de Lis).
7946
7947         * lib/CREDITS: Added David Sua'rez de Lis
7948
7949         * lib/reLyX/configure.in: setup LYX_DIR correctly in reLyX.
7950
7951         * src/bufferparams.C (BufferParams): default input encoding is now
7952         "latin1" 
7953
7954         * acinclude.m4 (cross_compiling): comment out macro
7955         LYX_GXX_STRENGTH_REDUCE. 
7956
7957         * acconfig.h: make sure that const is not defined (to empty) when
7958         we are compiling C++. Remove commented out code using SIZEOF_xx
7959         macros.
7960         
7961         * configure.in : move the test for const and inline as late as
7962         possible so that these C tests do not interefere with C++ ones.
7963         Remove the call to LYX_GXX_STRENGTH_REDUCE, since its usefulness
7964         has not been proven. 
7965
7966 1999-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7967
7968         * src/table.C (getDocBookAlign): remove bad default value for
7969         isColumn parameter.
7970
7971         * src/menus.C (ShowFileMenu): add a missing tostr() for lastfiles
7972         shortcut. 
7973         (ShowFileMenu2): ditto.
7974
7975         * lib/reLyX/.cvsignore: add configure and aclocal.m4 to the list
7976         of files to ignore.
7977
7978 1999-10-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
7979
7980         * Most files: finished the change from the old error code to use
7981         DebugStream for all lyxerr debugging. Only minor changes remain
7982         (e.g. the setting of debug levels using strings instead of number) 
7983
7984 1999-10-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
7985
7986         * src/layout.C (Add): Changed to use compare_no_case instead of
7987         strcasecmp.
7988
7989         * src/FontInfo.C: changed loop variable type too string::size_type.
7990
7991 1999-10-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
7992
7993         * src/support/Makefile.am: added -I${srcdir}/../ to INCLUDES and
7994         set ETAGS_ARGS to --c++ 
7995
7996 1999-09-30  Lars Gullik Bjønnes  <larsbj@lyx.org>
7997
7998         * src/table.C (DocBookEndOfCell): commented out two unused variables
7999
8000         * src/paragraph.C: commented out four unused variables. 
8001
8002         * src/lyx_cb.C (TocUpdateCB): moved variable i and added a new i
8003         insed a if clause with type string::size_type.
8004
8005         * src/lyxfr1.C (IsSearchStringInText): changed iSrch from int to
8006         string::size_type.
8007
8008         * src/lyxfunc.C (Dispatch): use string::size_type as loop variable.
8009
8010         * src/lyx_cb.C (ReplaceWord): use string::size_type as loop
8011         variable, also changed loop to go from 0 to lenght + 1, instead of
8012         -1 to length. This should be correct.
8013
8014         * src/LaTeX.C (scanError): use string::size_type as loop variable
8015         type.
8016
8017         * src/BufferView.C (WorkAreaButtonPress): moved #if 0 up two lines
8018         (l.896) since y_tmp and row was not used anyway.
8019
8020         * src/insets/insetref.C (escape): use string::size_type as loop
8021         variable type.
8022
8023         * src/insets/insetquotes.C (Width): use string::size_type as loop
8024         variable type.
8025         (Draw): use string::size_type as loop variable type.
8026
8027         * src/insets/insetlatexaccent.C (checkContents): use
8028         string::size_type as loop variable type.
8029
8030         * src/insets/insetlabel.C (escape): use string::size_type as loop
8031         variable type.
8032
8033         * src/insets/insetinfo.C: added an extern for current_view.
8034
8035         * src/insets/insetcommand.C (scanCommand): use string::size_type
8036         as loop variable type.
8037
8038         * most files: removed the RCS tags. With them we had to recompile
8039         a lot of files after a simple cvs commit. Also we have never used
8040         them for anything meaningful. 
8041
8042         * most files: tags-query-replace NULL 0. As adviced several plases
8043         we now use "0" instead of "NULL" in our code. 
8044
8045         * src/support/filetools.C (SpaceLess): use string::size_type as
8046         loop variable type.
8047
8048 1999-09-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
8049
8050         * src/paragraph.C: fixed up some more string stuff.
8051
8052 1999-09-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
8053
8054         * src/support/filetools.h: make modestr a std::string.
8055
8056         * src/filetools.C (GetEnv): made ch really const.
8057
8058         * src/lyxlib.h: removed the Maximum and Minimum inline functions,
8059         made code that used these use max/min from <algorithm> instead.
8060
8061         * changed several c library include files to their equivalent c++
8062         library include files. All is not changed yet.
8063
8064         * created a support subdir in src, put lyxstring and lstrings
8065         there + the extra files atexit, fileblock, strerror. Created
8066         Makefile.am. edited configure.in and src/Makefile.am to use this
8067         new subdir. More files moved to support.
8068
8069         * imported som of the functions from repository lyx, filetools
8070         
8071         * ran tags-query-replace on LString -> string, corrected the bogus
8072         cases. Tried to make use of lstrings.[hC], debugged a lot. There
8073         is still some errors in there. This is errors where too much or
8074         too litle get deleted from strings (string::erase, string::substr,
8075         string::replace), there can also be some off by one errors, or
8076         just plain wrong use of functions from lstrings. Viewing of quotes
8077         is wrong. 
8078
8079         * LyX is now running fairly well with string, but there are
8080         certainly some bugs yet (see above) also string is quite different
8081         from LString among others in that it does not allow null pointers
8082         passed in and will abort if it gets any.
8083         
8084         * Added the revtex4 files I forgot when setting up the repository.
8085
8086 1999-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
8087
8088         * All over: Tried to clean everything up so that only the files
8089           that we really need are included in the cvs repository.
8090         * Switched to use automake.
8091         * Generaton of reLyX is not perfect, LYX_DIR does not get substituted.
8092         * Install has not been checked.
8093
8094 1999-09-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
8095
8096         * po/pt.po: Three errors:
8097                l.533 and l.538 format specification error
8098                l. 402 duplicate entry, I just deleted it.
8099