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