]> git.lyx.org Git - lyx.git/blob - ChangeLog
Fixed inset-text border redraw problem and hopefully recalc boostup.
[lyx.git] / ChangeLog
1 2000-11-19  Juergen Vigna  <jug@sad.it>
2
3         * src/insets/insettabular.C (draw): fixed text border redraw problem.
4         (calculate_dimensions_of_cells): try to boost up when inserting chars.
5
6 2000-11-15  Rob Lahaye  <lahaye@postech.edu>
7
8         * lib/ui/default.ui: OptItem used for Fax entry
9
10 2000-11-17  Matej Cepl  <cepl@bigfoot.com>
11
12         * lib/kbd/czech.kmap: add apostroph mark to the Czech keyboard.
13
14 2000-11-15  John Levon  <moz@compsoc.man.ac.uk>
15
16         * src/vspace.C (nextToken): fix so it can handle length phrases like
17                 "10mm+-20mm", "40inplus16mmminus10cm" etc.
18
19 2000-11-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
20
21         * src/frontends/xforms/FormPreferences.C: constify several variables
22         (BrowserLyX): rewrite to not need the choice variable
23         (Modify): rewrite to not need the choide variable
24         (compare_converter): make operator const
25
26         * src/lyxrc.C (output): be a bit nicer og os usage, and try to
27         correct the writing of \set_color
28         (getDescription): return a const string
29
30         * src/kbsequence.[Ch] (addkey): remove dead code
31
32         * src/Painter.C (text): remove some commented code
33
34 2000-11-15  Angus Leeming <a.leeming@ic.ac.uk>
35
36         * src/ColorHandler.[Ch]: removed some header files from .h file.
37         Included LColor.h in .C file.
38
39         * src/LColor.[Ch]: made class copyable so that I could create a
40         system_lcolor instance.
41
42         * src/Painter.h: removed LColor.h.
43
44         * src/lyx_gui.C (create_forms): used AddName.
45
46         * src/lyx_main.C (init): copied lcolor to system_lcolr prior to reading
47         of user preferences/lyxrc file.
48
49         * src/lyxrc.C (output): output changes to lcolor.
50
51         * src/frontends/xforms/Color.[Ch]: Changed X11Color to a new struct,
52         NamedColor.
53         Moved class xformColor to files xform_helpers.[Ch]. These files,
54         Color.[Ch], could now be moved into src if they would be useful to
55         other GUIs.
56
57         * src/frontends/xforms/xform_helpers.[Ch]: moved class XformColor here.
58         Also moved FormPreferences::browseFile here as it can be used by any
59         xform dialog with a "Browse" button. FormGraphics is a perfect example.
60
61         * src/support/filetools.[Ch] (WriteableDir, ReadableDir, WriteableFile,
62         ReadableFile): changed the FormPreferences methods a little and moved
63         them here as they'll be useful elsewhere also.
64
65         * src/frontends/xforms/FormPreferences.h: a bit more cleaning up.
66         Removed some header files and used forward declarations instead.
67         Better commenting.
68         Removed some methods as they'll be useful elsewhere (see above).
69
70         * src/frontends/xforms/FormPreferences.C: a bit more cleaning up.
71         Can also now modify the LyX LColors. However, for reasons that I don't
72         yet understand, it appears that we can use
73         LyXFunc::Dispatch(LFUN_SET_COLOR, arg) only when we have a buffer
74         present. The problem appears to lie in ColorHandler, because I can
75         change the color using LColor.SetColor(). Similarly, when reading in a
76         preferences file with some set_color instances, I'll get a warning
77         like: Color sea green is undefined or may not be redefined 
78         Bad lyxrc set_color for sea green
79
80         Once the buffer is loaded, however, I can happily change to this color.
81
82         Finally, it appears that I have to set the color of "inset frame"
83         explicitly, or it oscillates from "black" to "indian red" with each
84         successive "Apply".
85                                            
86 2000-11-15  Angus Leeming <a.leeming@ic.ac.uk>
87
88         * ANNOUNCE: corrected a spelling mistake.
89         
90         * src/tabular.C (OldFormatRead): variable "h" was set but never used.
91         Removed.
92
93 2000-11-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
94
95         * src/kbsequence.C (addkey): use a vector as per Andre Poenitz patch.
96
97         * lib/Makefile.am (dist-hook): also delete doc/.cvsignore from
98         distdir. 
99
100         * src/support/lyxfunctional.h: make back_insert_fun_iterator(s)
101         match the requirements from the standard better. This is required
102         to work with gnu libstdc++-v3
103
104         * src/frontends/xforms/FormPreferences.C: add explict pair
105         arguments to browse calls. include support/lyxmanip.h remvoe
106         extern fmt. whitespace changes. reorder variables in
107         FormPreferences.h, to match initalizaton order.
108
109         * several files: constify more local variables.
110         
111         * src/buffer.C: remove some commented functions.
112
113         * src/DepTable.C (remove_files_with_extension): temporary
114         work around for gcc 2.97 
115         * src/filedlg.C (find): ditto
116         * src/Variables.C (set): ditto
117         * src/LyXAction.C (searchActionArg): ditto
118         (retrieveActionArg): ditto
119
120         * configure.in: check for mktemp too
121
122         * UPGRADING: prepare for 1.1.6
123
124         * Makefile.am (lgbtags): add backup tags for when etags are
125         different than usual.
126
127         * ANNOUNCE: prepare for 1.1.6
128
129         * src/support/tempname.C (make_tempfile): new function, wrapper
130         around mkstemp and mktemp. Only mkstemp has been tested.
131         (tempName): call it.
132         
133 2000-11-14  Rob Lahaye  <lahaye@postech.edu>
134         
135         * default.ui: capitalized some menu items to improve shortcuts.
136
137 2000-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
138
139         * src/frontends/xforms/FormPreferences.C (ok): use AddName().
140
141         * src/frontends/xforms/Dialogs.C: add "using" directive.
142
143 2000-11-13  Angus Leeming <a.leeming@ic.ac.uk>
144
145         * src/filedlg.C (Select): highlight suggested file in browser, if
146         it is present.
147
148         * src/frontends/xforms/FormPreferences.[Ch]: re-written so that
149         each tab folder is encapsulated in its own class.
150         The Language keymaps are now chosen using a text input and a
151         browser button, rather than a Combox.
152         All the browser buttons are now functional, although LyXFileDlg
153         still needs to be modified to make it straighhtforward to return a
154         directory if that is what is desired.
155
156         * src/frontends/xforms/forms/form_preferences.fd: use text input
157         and browse button to input the Language keymaps. Add a few
158         callbacks for the browse buttons.
159
160 2000-11-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
161
162         * src/support/tempname.C (tempName): small changes to make it
163         safer. remove the '.' before XXXXXX
164
165         * src/support/filetools.C (TmpFileName): remove func 
166         (GetCWD): ditto
167         
168         * src/frontends/xforms/FormRef.C (FormRef): explicit call the bp
169         * src/frontends/xforms/FormUrl.C (FormUrl): ditto
170         * src/frontends/xforms/FormTabularCreate.C (FormTabularCreate): ditto
171         * src/frontends/xforms/FormTabular.C (FormTabular): ditto
172
173         * src/frontends/xforms/FormInset.h (FormInset): remove default for bp
174         (FormCommand): ditto
175         
176         * src/frontends/xforms/FormGraphics.C (FormGraphics): explicit
177         call the bp
178
179         * src/frontends/xforms/FormError.C (FormError): use IgnorantPolicy
180         for bp (this fixes a reproducible hard crash)
181
182         * src/frontends/xforms/FormCopyright.C (FormCopyright): explicit
183         call the bp
184
185         * src/frontends/xforms/FormBase.h: make bp_ private
186         (FormBaseBI): remove default for bp
187         (FormBaseBD): ditto
188         
189         * src/frontends/xforms/Dialogs.C (Dialogs): use the old method it
190         is safe enough.
191
192         * src/frontends/xforms/Color.C (RGBColor): made several vars
193         const, changed initialization of j to allow it to be const
194         (HSVColor): similar
195
196         * several files: added const to local variables.
197         
198         * src/lyx_cb.C: removed several function prototypes and moved them
199         to lyx_cb.h
200         (MenuWrite):
201         (MenuWriteAs):
202         (UpdateLayoutPreamble): 
203         (MenuLayoutSave): 
204         (MenuInsertLabel): add BufferView as arguemnt
205         (LayoutsCB): make tmp const
206
207         * src/layout_forms.h: regenerated
208
209         * src/debug.C: add Debug::FILES
210         (showLevel) (showTags): translate the desc
211
212         * src/debug.h: add FILES as debug target
213
214         * src/bufferlist.C: use current_view as an interim measure becuase
215         of added arguments to MenuWrite and MenuWriteAs
216
217         * forms/layout_forms.h.patch: make the patch more correct and more appalyable
218
219         * config/lyxinclude.m4 (LYX_STD_COUNT): change test to not involve
220         string. 
221         (LYX_PROG_CXX): change 2.97 rules to include the -f.. that
222         libstdc++ is compiled with.
223
224 2000-11-13  José Abílio Matos <jamatos@fep.up.pt>
225         
226         * lib/layouts/docbook-book.layout
227         * lib/layouts/docbook.layout
228         * lib/layouts/linuxdoc.layout: No need for "dummy" paragraphs, now
229         those paragraphs are expresse as SGML comments <!-- -->.
230
231         * src/LaTeXFeatures.h
232         * src/LaTeXFeatures.C (getIncludedFiles): takes a filename as 
233         parameter, this allows to express all the include files as relative
234         paths to the master buffer. The verbatim insert works as the other
235         include file modes.
236
237         * src/buffer.C (sgmlOpenTag) (sgmlCloseTag): don't write if latexname
238         is a SGML comment.
239         (MakeLinuxdocFile) (MakeDocBookFile): included files are relative 
240         to master path.
241         (MakeDocBookFile): top_element is always written. Some clean up, as
242         sgmlOpenTag() and sgmlCloseTag() take care of the SGML comment case.
243
244         * src/insets/insetinclude.C (Linuxdoc): Added verbatim file fix.
245         (DocBook) added close tag to inlinegraphics trick for verbatim. Now
246         a reference is written instead of the name.
247         (Validate): use the relative path for the filename.
248
249         * src/insets/insetlabel.C (DocBook): write end tag, for XML
250         compatibility. 
251
252         * src/support/filetools.h
253         * src/support/filetools.C (IsSGMLFilename): added.
254         (BasePath): added.
255
256 2000-11-13  Miyata Shigeru  <miyata@kusm.kyoto-u.ac.jp>
257
258         * development/OS2/quick_fix.patch: 
259         * lib/configure.cmd: 
260         * README.OS2: quick update to the OS/2 port.
261
262 2000-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
263
264         * src/converter.C: add "using" directive.
265
266         * src/frontends/xforms/FormPreferences.C: add "using" directive.
267         (compare_converter): add "int" as return type.
268
269         * src/frontends/xforms/Color.C: comment out FL_LIGHTER_COL1 here
270         too. 
271
272 2000-11-11  Angus Leeming <a.leeming@ic.ac.uk>
273
274         * src/lyx_gui.C (create_forms): map the xform colours, should a
275         mapping exist. Ie, call XformColor::read().
276
277         * src/frontends/xforms/Color.[Ch] renamed struct RGB as RGBColor
278         and struct HSV as HSVColor.     
279         (XformColor::read, XformColor::write) : new methods that
280         input/output any changes to the cform GUI colors.
281
282         * src/frontends/xforms/Dialogs.C: FORMS_H_LOCATION no longer
283         included.
284
285         * src/frontends/xforms/FormPreferences.C Lots of little changes
286         associated with the changed name of the RGB and HSV structs. Can
287         now save changes to xforms GUI to file. Commented out
288         FL_LIGHTER_COL1 to allow compilation with xforms 0.88. It isn't
289         used currently anyway.
290
291 2000-11-11  Dekel Tsur  <dekelts@tau.ac.il>
292
293         * src/converter.C: A lot of changes:
294         - It is no longer possible to choose between two or more ways to 
295         export to some format (the new code uses only the shortest path).
296         However, it is still possible to choose between pdflatex/ps2pdf
297         for  creating a PDF file, by defining two PDF formats: pdf & pdf2.
298         - Added several methods that makes  the FormPreferences code simpler.
299         - Changed the tokens $$FName and $$OutName to $$i and $$o.
300
301         * src/exporter.C (Export): lyxrc.use_pdf is set before
302         makeLaTeXFile is called. This works but not very nice.
303
304         * src/frontends/xforms/FormPreferences.C: The formats/converters
305         tabs are now fully functional.
306
307         * src/buffer.C (getTocList): Add numbers to the captions. 
308
309         * lib/lyxrc.example: Removed fax section
310
311         * src/support/rename.C (rename): Delete the old file if lyx::copy
312         is called.
313
314 2000-11-13  Rob Lahaye <lahaye@postech.edu>
315
316         * lib/ui/default.ui: minor polishing.
317
318 2000-11-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
319
320         * src/frontends/xforms/Color.C: include <algorithm> and <cmath>
321         headers. 
322
323         * lib/Makefile.am (DOCINST): do not install everything in the
324         documentation directory.
325
326 2000-11-10  John Levon  <moz@compsoc.man.ac.uk>
327
328         * src/bufferlist.C (newFile): set the filename to the constructed
329         newfileXX.lyx
330
331         * src/lyx_cb.C (MenuWriteAs): if a buffer is "unnamed", pass the
332         constructed "newfileXX.lyx" name to the dialog
333
334         * src/frontends/DialogBase.h: make update() non-abstract so
335         KDE doesn't need to implement two update methods for every form
336
337         * src/frontends/kde/Makefile.am: add missing xforms objects
338         to compile again
339
340         * src/frontends/kde/Dialogs.C: Add FormTabularCreate dialog
341
342 2000-11-09  Angus Leeming <a.leeming@ic.ac.uk>
343
344         * src/frontends/xforms/Color.[Ch]: new files, defining the color
345         structs RGB and HSV. May not be the best place for these files.
346         Perhaps move them into src ?
347
348         * src/frontends/xforms/Makefile.am: added new files.
349
350         * src/frontends/xforms/forms/form_preferences.fd:
351         * src/frontends/xforms/FormPreferences.[Ch]: bowed to reality and
352         replaced all instances of "colour" with "color"!
353
354         * src/frontends/xforms/forms/form_preferences.fd: modified Colors tab
355         slightly yet again.
356
357         * src/frontends/xforms/FormPreferences.[Ch]: functioning Colors
358         tab. Can now alter the colors of the xform's GUI on the fly. With
359         the aid of a single static Signal (see below), can "Apply" these
360         changes to all currently open dialogs. (Well, to all of the NEW
361         dialogs and to LyXView. The OLD dialogs are not yet redrawn.) ALL
362         subsequently opened dialogs will, of course, also have the new
363         color scheme. Cannot yet save (or load) the choices to file, so
364         they are lost when exiting LyX.
365         
366         * src/frontends/Dialogs.h:
367         * src/frontends/xforms/Dialogs.C (redrawGUI): new static Signal.
368         Used to trigger a redraw of any dialogs connected to it because,
369         for example, the GUI colours have been re-mapped.
370
371         * src/frontends/xforms/FormBase.[Ch]:
372         * src/frontends/xforms/FormDocument.[Ch]:
373         * src/frontends/xforms/FormParagraph.[Ch]:
374         * src/frontends/xforms/FormPreferences.[Ch]:
375         * src/frontends/xforms/FormTabular.[Ch]: (redraw): new virtual
376         method, to be connected to Dialogs::redrawGUI. Method must be
377         virtual, because dialogs with tabbed folders need to redraw the
378         forms of each tab folder.
379
380         * src/LyXView.C (d-tor):
381         * src/frontends/xforms/FormBase.C (d-tor): connected
382         Dialogs::redrawGUI signal to redraw().
383
384         * src/frontends/xforms/FormBase.C (~FormBaseBI, ~FormBaseBD):
385         removed Assert, because it is identical to that in FormBase.
386
387 2000-11-10  Rob Lahaye <lahaye@postech.edu>
388
389         * lib/ui/default.ui: minor polishing.
390
391 2000-11-10  Juergen Vigna  <jug@sad.it>
392
393         * src/insets/insettext.C (resizeLyXText): check !cache[bv]
394         (deleteLyXText): ditto
395
396         * src/insets/insettabular.C (InsetButtonPress): don't clear the
397         selection on mouse-button-3.
398
399         * src/insets/insettabular.h: new function clearSelection(), use this
400         functions inside insettabular.C.
401
402         * src/insets/insettabular.C (TabularFeatures): clear the selection
403         on remove_row/column.
404
405         * src/insets/inset.C (scroll): fixed some scroll stuff.
406
407         * src/insets/insettabular.C (draw): fixed another minor draw problem.
408
409 2000-11-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
410
411         * lib/CREDITS: add Yves Bastide
412
413 2000-11-03  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
414
415         * config/lyxinclude.m4 (LYX_CXX_GLOBAL_CSTD): new function to
416         check whether C library functions are in the global namespace.
417
418         * configure.in: calls it.
419
420         * src/support/lstrings.C: #ifndef CXX_GLOBAL_CSTD instead of
421         #ifndef __GLIBCPP__.
422
423 2000-11-08  Dekel Tsur  <dekelts@tau.ac.il>
424
425         * src/frontends/xforms/FormPreferences.C (updateLanguage): Check
426         iterators to prevent crash.
427
428 2000-11-08  Angus Leeming <a.leeming@ic.ac.uk>
429
430         * src/converter.h (getprettyname, getFromToPrettyname): new methods.
431
432         * src/frontends/xforms/xform_macros.h (C_PREPOSTHANDLER): new macro
433         shortcut for xforms CB to the preemptive or post-handler function.
434
435         * src/frontends/xforms/forms/form_preferences.fd (form_preferences):
436         removed the HIDDEN_TIMER as it's no longer used.
437         Various other small changes.
438
439         * src/frontends/xforms/FormPreferences.[Ch]: removed timer. Use a
440         preemptive handler to obtain feedback, rather than the post-handler.
441         (ColoursLoadBrowser): find "black" and "white" based on RGB values
442         rather than name.
443         Formats tab is now complete. Converters tab is nearly so.
444
445 2000-11-09  Juergen Vigna  <jug@sad.it>
446
447         * src/insets/insettext.C (~InsetText): 
448         (clear): 
449         (Read): 
450         (SetParagraphData): set cache.second to 0 after deleting it!
451         (getLyXText): check if cache.second is not 0 if finding it.
452
453 2000-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
454
455         * src/frontends/xforms/FormPreferences.C (ColoursLoadBrowser): use
456         lyxlex to parse the rgb.txt file.
457
458         * src/lyxlex.[Ch]:
459         * src/lyxlex_pimpl.[Ch]: implement setCommentChar method, to
460         replace the default '#' comment character.
461         
462         * src/support/tempname.C: add "using" directive
463         * src/frontends/ButtonPolicies.C: ditto.
464
465         * src/support/filetools.C (DirList): add an explicit cast to avoid
466         a compile error (probably not the right fix)
467
468 2000-11-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
469
470         * src/support/filetools.C (DirList): implement using system functions
471
472         * src/support/tempname.C: new file
473
474         * src/support/Makefile.am (libsupport_la_SOURCES): add tempname.C
475
476         * src/insets/insetexternal.C (InsetExternal): use lyx::tempName
477
478         * src/graphics/GraphicsCacheItem_pimpl.C (renderXPM): use
479         lyx::tempName 
480
481         * src/frontends/xforms/ButtonController.C: new file
482
483         * src/os2_defines.h: remove getcwd define
484
485         * src/lyxvc.C: include support/lyxlib.h
486         (showLog): use lyx::tempName
487
488         * src/lyx_cb.C: comment out includes that we don't need
489         (AutoSave): use lyx::tempName
490
491         * src/filedlg.C: include support/lyxlib.h
492         (Reread): use lyx::getcwd
493
494         * src/converter.C: include support/filetools.h
495         (add_options): change to static inline, make tail const
496         (Add): make old_viewer const
497         (GetAllFormats): make it a const method, use const_iterator
498         (enable): make static inline
499         (SplitFormat): make using_format const
500
501         * src/LaTeX.C (run): use lyx::getcwd
502
503         * configure.in: check for mkstemp as well 
504
505 2000-11-07  Angus Leeming <a.leeming@ic.ac.uk>
506
507         * src/converter.[Ch] (GetAllCommands): new method.
508
509         * src/support/filetools.[Ch] (DirList): new method.
510
511         * src/frontends/xforms/FormPreferences.C: started (just!) adding
512         functionality to the converters tab.
513         The formats tab is now nearly complete.
514         The kbmap choices in Languages tab now display the contents of
515         system_lyxdir/kbd/*.kmap in readable form.
516
517         * src/frontends/xforms/FormPreferences.h: made struct RGB private.
518         Moved some variables into the class.
519
520         * src/frontends/xforms/forms/form_preferences.fd: Revert colour of
521         inactive tab folder to FL_COL1. Haven't yet worked out how to change
522         colour of active folder to lighter grey instead. Any takers?
523         (form_colours): added an "Apply" button.
524         (form_converters): added a "Flags" input field.
525         (form_formats): added a "Shortcut" input field. Note that we can't use
526         names such as "input_shortcut" as this buggers up the sed script stuff.
527
528 2000-11-07  Angus Leeming <a.leeming@ic.ac.uk>
529
530         * src/LaTeXLog.C:
531         * src/LyXSendto.C:
532         * src/credits.C:
533         * src/filedlg.C:
534         * src/intl.C:
535         * src/lyx_cb.C:
536         * src/lyx_sendfax_main.C:
537         * src/lyxfr0.C:
538         * src/lyxvc.C:
539         * src/spellchecker.C:
540         * src/insets/figinset.C:
541         * src/insets/insetbib.C:
542         * src/insets/insetexternal.C:
543         * src/insets/insetinclude.C:
544         * src/insets/insetinfo.C:
545         * src/mathed/math_panel.C:
546         use FL_PLACE_MOUSE | FL_FREE_SIZE, FL_TRANSIENT in fl_show_form(), so
547         all "daughter" dialogs now have identical "feel".
548                                 
549 2000-11-07  Angus Leeming <a.leeming@ic.ac.uk>
550
551         * src/lyx_gui_misc.[Ch] (IgnoreCloseBoxCB): removed as it's no longer
552         used (and was only used in one place prior to this patch. Incorrectly!)
553
554         * src/frontends/xforms/FormDocument.C: changed some instances of
555         FL_RETURN_ALWAYS to FL_RETURN_CHANGED as I think that this makes more
556         sense. Also added fl_set_input_return() for class_->input_doc_extra and
557         for options_->input_float_placement. This fixes a bug reported by
558         Rob Lahaye.
559
560         * src/frontends/xforms/FormGraphics.[Ch] (free): removed. Placed
561         functionality into d-tor.
562
563         * src/frontends/xforms/input_validators.c (fl_lowercase_filter): allow
564         input of numerals also.
565
566         * src/insets/insetinclude.C (Edit): use CancelCloseBoxCB in
567         fl_set_form_atclose(). Can now close dialog from window manager,
568         fixing a bug reported by Rob Lahaye.
569
570 2000-11-06  Angus Leeming <a.leeming@ic.ac.uk>
571
572         * src/frontends/xforms/forms/form_preferences.fd: Inactive tab folders
573         are no longer dark. Haven't yet worked out how to lighten the colour of
574         the active tabfolder. Any ideas anybody?
575         Adjusted Colours tab a little.
576         Added Shortcut field to converters tab. Note that we can't create an
577         fdesign label like "input_shortcut" as this buggers up the sed-script
578         stuff.
579
580         * src/frontends/xforms/FormPreferences.[Ch]:
581         (feedback): fixed crash due to to ob=0.
582         (LanguagesXXX): the kbmap choices now contain the files
583         sytem_lyxdir/kbd/*.kmap. I think that these choices should eventually
584         be replaced by an input with a file browse button, but since the browse
585         buttons don'y yet work, this'll do for the moment.
586         (FormatsXXX): think that this is now nearly fully functional.
587         Some points/questions though:
588         1. Does "Apply" remove formats if no longer present?
589         2. I think that the browser should list the GUI names rather than the
590            format names.
591         3. Must ensure that we can't delete Formats used by an existing
592            Converter.
593
594         * src/support/filetools.[Ch] (DirList): new function. Not at all sure
595         if this is the best way to do this.
596                                                        
597 2000-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
598
599         * lib/reLyX/acinclude.m4 (RELYX_CHECK_ERRORS): remove useless message.
600
601         * lib/configure.m4 (latex_to_html_command): avoid spaces around =
602         for variable assignment.
603
604 2000-11-07 Rob Lahaye <lahaye@postech.edu>
605
606         * src/lib/ui/default.ui: added sub/superscripts to menu as
607         Insert->Special characters  and  cleaned-up the file a bit
608
609 2000-11-07  Allan Rae  <rae@lyx.org>
610
611         * src/frontends/xforms/FormPreferences.C (feedback): make sure
612         ob isn't 0 before using it.  See comments in function.
613
614         * src/frontends/xforms/forms/fdfixc.sed: tiny spacing fix.
615
616         * src/frontends/xforms/form_*.C: regenerated
617
618 2000-11-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
619
620         * src/LaTeX.C (deplog): change reg1 to handle (/.../.../fil.sty)
621
622         * config/lyxinclude.m4 (LYX_PROG_CXX): remove -fno-rtti when
623         compiling with gcc-2.96
624
625 2000-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
626
627         * src/support/lyxstring.C: add a couple "using" directives.
628
629         * src/frontends/xforms/FormPreferences.C (ColoursLoadBrowser): add
630         a .c_str() here too for good measure.
631         * src/Spacing.C (set): ditto.
632         * src/lyxfunc.C (Dispatch): ditto.
633
634         * src/insets/insettabular.C (copySelection): change .str() to
635         .str().c_str() to fix problems with lyxstring.
636         * src/support/filetools.C (GetFileContents): ditto.
637         * src/buffer.C (asciiParagraph): ditto.
638         * src/paragraph.C (String): ditto.
639
640         * lib/bind/fi_menus.bind: change symbol-insert to math-insert.
641         * lib/bind/sciword.bind: ditto.
642
643         * src/LyXAction.C (init): remove "symbol-insert" function, which
644         shared LFUN_INSERT_MATH with "math-insert".
645
646         * lib/configure.m4: == is not a valid operator for command test.
647
648         * src/lyxrc.C: add using directive.
649
650         * src/converter.h: add std:: qualifier.
651
652 2000-11-03   Dekel Tsur  <dekelts@tau.ac.il>
653
654         * src/converter.[Ch] and other files: Change the Format class to a
655         real class, and create two instances: formats and system_format.
656
657         * src/lyxrc.C (output): Output the difference between formats and
658         system_formats.
659
660         * src/frontends/xforms/FormPreferences.C (input): Simplify.
661         (buildFormats): Insert formats into browser.
662         (inputFormats): Made the browser and add button functional.
663         (applyFormats): Update formats from format_vec.
664
665         * src/converter.C: Changed all (*it). to it->
666         (Format::dummy): New method.
667         (Format::importer): New format flag.
668         (Formats::GetAllFormats): New method.
669         (Formats::Add): Delete format from the map if prettyname is empty.
670         (Converter::Convert): Print an error message if moving the file fails.
671         (Converter::GetReachableTo): New method
672
673         * src/MenuBackend.[Ch]: Add support for importformats tag.
674
675         * src/support/rename.C (rename): Call to lyx::copy if ::rename fails. 
676
677         * lib/configure.m4: Add word->tex and ps->fax converters.
678
679         * lib/ui/default.ui: Use ImportFormats on file->import menu.
680         Return fax to file menu.
681
682         * NEWS: Updated.
683
684 2000-11-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
685
686         * src/frontends/xforms/FormPreferences.h (operator=): move out of RGB
687         (operator!): ditto
688
689         * src/frontends/xforms/FormPreferences.C (WriteableFile): simplify
690         the use of FileInfo
691
692         * src/lyxfunc.C (processKeyEvent): removed
693
694         * src/bufferlist.C (emergencyWrite): removed the out commented
695         emergency write code.
696
697         * src/Makefile.am (lyx_main.o): add dep for commandtags.h
698
699         * src/LyXView.[Ch]: remove the outcommented raw_callback code
700
701         * many files: change formatting to be a bit more uniform for
702         if,while,for,switch statements, remove some parantesis not needed.
703         
704
705 2000-11-03  John Levon  <moz@compsoc.man.ac.uk>
706
707         * config/kde.m4: make config more robust when KDEDIR is set
708         
709 2000-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
710
711         * src/frontends/xforms/Toolbar_pimpl.C: do not crash if mathed has
712         not returned a pixmap for "math-insert".
713
714         * src/LyXAction.C (init): sort the entries a bit.
715
716 2000-11-03  Juergen Vigna  <jug@sad.it>
717
718         * src/insets/insettabular.h: added fixed number to update codes so
719         that update is only in one direction.
720
721         * src/insets/insettabular.C (UpdateLocal): modified a bit don't think
722         it matters.
723
724         * src/insets/insettext.C (InsetButtonPress): set the_locking_inset
725         before call to edit because of redraw.
726
727         * src/insets/insetcollapsable.C (draw): fixed clearing too much.
728
729 2000-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
730
731         * lib/ui/default.ui: Populate "edit_float" menu
732
733         * src/lyxfunc.C (Dispatch): implement LFUN_FLOATSOPERATE.
734
735         * src/LyXAction.C (init): add new entry LFUN_FLOATSOPERATE, name
736         "floats-operate". The name is ugly (and the func also), but this
737         is just a band-aid until we switch to new insets.
738
739 2000-11-03  Rob Lahaye  <lahaye@postech.edu>
740
741         * lib/ui/default.ui: update again the menu layout (fix some
742         shortcuts). 
743
744 2000-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
745
746         * src/MenuBackend.h (fulllabel): new method.
747
748         * src/MenuBackend.C (checkShortcuts): new method. Checks whether
749         the menu shortcuts of a menu are unique and whether they
750         correspond to a letter of the label.
751         (expand): call checkShortcuts when debugging.
752
753 2000-11-03  Andre Poenitz  <poenitz@HTWM.De>
754
755         * src/insets/insettext.C (InsetButtonPress): shut off warning. 
756
757 2000-11-02  Lior Silberman  <lior@Princeton.EDU>
758
759         * lib/examples/*.lyx : '\language default' => '\language english'
760         
761         * lib/examples/it_splash.lyx : except where it should be italian
762
763         * lib/templates/*.lyx : the same
764
765         * doc/*.lyx* : the same
766
767 2000-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
768
769         * lib/bind/menus.bind: remove the Layout menu entries, which I
770         somehow forgot earlier.
771
772 2000-11-03  Rob Lahaye  <lahaye@postech.edu>
773
774         * lib/ui/old-default.ui: keep the old one here for reference (to
775         be deleted later).
776
777         * lib/ui/default.ui: update the menu layout
778
779 2000-11-02  Angus Leeming <a.leeming@ic.ac.uk>
780
781         * src/frontends/xforms/FormCitation.C: made use of ButtonController.
782         Can now Apply to different insets without closing the dialog.
783
784         * src/frontends/xforms/FormPreferences.C: new Colour and Format tabs.
785         Can't actually DO anything with them yet, but I'd like a little
786         feedback.
787
788         * src/frontends/xforms/input_validators.[ch]
789         (fl_lowercase_filter): new. 
790
791 2000-10-27   Dekel Tsur  <dekelts@tau.ac.il>
792
793         * src/mathed/formulamacro.h (LyxCode) Return MATHMACRO_CODE instead
794         of MATH_CODE. This fixes a bug with math-macros in RTL text.
795
796         * src/text.C (PrepareToPrint): Show math-macros block aligned.
797
798 2000-11-02  Juergen Vigna  <jug@sad.it>
799
800         * src/insets/insettext.C (LocalDispatch): return a DISPATCHED_NOUPDATE
801         on char insertion as it has already be updated by bv->updateInset().
802
803         * src/insets/insettabular.C (UpdateInsetInInset): update the inset
804         if an inset inside was updated.
805
806         * lib/configure.cmd: commented out fax-search code 
807
808 2000-11-01  Yves Bastide  <stid@acm.org>
809
810         * src/tabular.C (OldFormatRead): set tabular language to the
811         document's one.
812
813 2000-11-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
814
815         * lib/reLyX/MakePreamble.pm (translate_preamble): fix reading of
816         class names with non-letter characters (from Yves Bastide).
817
818         * lib/ui/default.ui: change Item to OptItem in import menu.
819         Comment out fax stuff.
820
821         * lib/configure.m4: comment out fax-related stuff.
822
823 2000-10-31  Angus Leeming <a.leeming@ic.ac.uk>
824
825         * src/frontends/xforms/xform_helpers.[Ch]: new files. Repository for
826         useful xforms helper functions. At present contains only formatted().
827         Input a string and it returns it with line breaks so that in fits
828         inside the label.
829
830         * src/frontends/xforms/Makefile.am: add new files.
831
832         * src/lyxrc.[Ch] (getDescription): new name for getFeedback.
833         * src/lyxrc.C (getDescription): Removed '\n's from strings. Corrected
834         punctuation.
835
836         * src/frontends/xforms/FormPreferences.[Ch]:
837         * src/frontends/xforms/forms/form_preferences.fd: No new functionality
838         but lots of little clean ups. Removed enum State. Make use of
839         formatted(). Constify lots of methods. Perhaps best of all: removed
840         requirement for that horrible reinterpret_cast from pointer to long in
841         feedbackPost().
842
843 2000-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
844
845         * src/lyxlookup.C: include FORMS_H_LOCATION to get at FL_REVISION,
846         conditionalize build on xforms < 0.89
847
848         * src/lyx_gui.C (LyXGUI): only close lyxlookup if not xforms 0.89
849
850         * src/lyxfunc.C (getStatus): commenout LFUN_FAX
851
852         * src/LyXAction.C (init): comment out fax
853
854         * src/lyxrc.h: comment out the fax enums
855         comment out the fax variables
856
857         * src/commandtags.h: comment out LFUN_FAX
858
859         * src/lyxrc.C: disable fax variables.
860         (read): disable parsing of fax variables
861         (output): disable writing of fax variables
862         (getFeedback): now description for fax variables
863
864         * src/lyxfunc.C: comment out MenuFax
865         (Dispatch): disable LFUN_FAX
866
867         * src/lyx_cb.C (MenuFax): comment out
868
869         * src/WorkArea.C: add <cctype>
870         (work_area_handler): better key handling, should be ok now.
871         for accented chars + etc
872
873         * src/Makefile.am (lyx_SOURCES): remove lyx_sendfax.C
874         lyx_sendfax.h and lyx_sendfax_man.C
875
876         * src/LyXView.C: don't include lyxlookup.h when using xforms 0.89
877         (show): don't call InitLyXLookup when using xforms 0.89
878
879 2000-11-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
880
881         * src/trans.C (AddDeadkey): better fix, the other one could crash...
882
883         * src/support/filetools.C (GetFileContents): close to dummy change
884
885 2000-10-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
886
887         * src/trans.C (AddDeadkey): workaround stupid compilers.
888
889 2000-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
890
891         * src/frontends/xforms/FormDocument.C (class_update): fix setting
892         of two-sided document.
893
894 2000-10-31  Juergen Vigna  <jug@sad.it>
895
896         * src/WorkArea.C (work_area_handler): honor xforms 0.88 defines.
897
898         * src/insets/insettabular.C (ActivateCellInset): passed the wrong
899         xposition to the Edit call.
900
901 2000-10-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
902
903         * src/trans.C (AddDeadkey): cast explicitly to char.
904
905 2000-10-30  Lars Gullik Bjønnes  <larsbj@lyx.org>
906
907         * src/tabular.C (AsciiBottomHLine): simplify?
908         (AsciiTopHLine): simplify?
909         (print_n_chars): simplify
910         (DocBook): remove most of the << endl; we should flush the stream
911         as seldom as possible.
912         (Latex): ditto
913         (TeXBottomHLine): ditto
914         (TeXTopHLine): ditto
915         (Write): formatting
916         (write_attribute): try a templified version.
917         (set_row_column_number_info): lesson scope of variables
918
919         * src/support/lstrings.h (tostr): new specialization of tostr
920
921         * src/trans.C (AddDeadkey): slightly cleaner fix.
922
923 2000-10-28  Dekel Tsur  <dekelts@tau.ac.il>
924
925         * src/frontends/xforms/Menubar_pimpl.C (add_toc): Replace '%' by
926         '%%' in Toc menu labels.
927         (add_toc2): ditto
928
929         * src/insets/insetlatexaccent.C (draw): Correct rendering when
930         font_norm is iso10646-1.
931
932         * src/font.C (ascent): Fixed for 16bit fonts
933         (descent,lbearing,rbearing): ditto
934
935 2000-10-30  Angus Leeming <a.leeming@ic.ac.uk>
936
937         * src/lyxrc.C.[Ch]: moved LyXRCTags into public part of header file.
938         (getFeedback): new static method.
939
940         * src/frontends/xforms/FormPreferences.[Ch]: one or two new inputs.
941         Now use combox rather than choice to display languages.
942         Feedback is now output using a new timer callback mechanism, identical
943         to that in Toolbar_pimpl. Individual messages obtained from lyxrc.
944
945 2000-10-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
946
947         * src/minibuffer.C: fix for older compilers
948
949 2000-10-30  Juergen Vigna  <jug@sad.it>
950
951         * src/insets/insettext.C (InsertInset): fixed this as the cursor
952         has to be Left of the inset otherwise LyXText won't find it!
953
954         * src/BufferView2.C (open_new_inset): delete the inset if it can
955         not be inserted.
956
957 2000-10-30  Rob Lahaye  <lahaye@postech.edu>
958
959         * lyx.man: fix typo.
960
961 2000-10-29  Marko Vendelin <markov@ioc.ee>
962         * src/frontends/gnome/FormCitation.C
963         * src/frontends/gnome/FormCitation.h
964         * src/frontends/gnome/FormCopyright.C
965         * src/frontends/gnome/FormCopyright.h
966         * src/frontends/gnome/FormError.C
967         * src/frontends/gnome/FormError.h
968         * src/frontends/gnome/FormIndex.C
969         * src/frontends/gnome/FormIndex.h
970         * src/frontends/gnome/FormPrint.C
971         * src/frontends/gnome/FormPrint.h
972         * src/frontends/gnome/FormRef.C
973         * src/frontends/gnome/FormRef.h
974         * src/frontends/gnome/FormToc.C
975         * src/frontends/gnome/FormToc.h
976         * src/frontends/gnome/FormUrl.C
977         * src/frontends/gnome/FormUrl.h
978         * src/frontends/gnome/Menubar_pimpl.C
979         * src/frontends/gnome/mainapp.C
980         * src/frontends/gnome/mainapp.h
981         * src/frontends/gnome/pixbutton.h: replacing NULL with 0 and
982         changing update() to updateSlot() where appropriate
983
984 2000-10-27  Angus Leeming <a.leeming@ic.ac.uk>
985
986         * src/frontends/xforms/FormPreferences.[Ch]:
987         * src/frontends/xforms/forms/form_preferences.fd: added a Languagues
988         tab.
989
990 2000-10-28  Juergen Vigna  <jug@sad.it>
991
992         * src/insets/insettabular.C (draw): fixed drawing bug.
993
994         * src/insets/insettext.C (clear): 
995         (Read): 
996         (SetParagraphData): clearing the TEXT buffers when deleting the
997         paragraphs used by it.
998
999         * src/BufferView_pimpl.C (cursorNext): fixed PageDown problem.
1000
1001         * src/trans.C (AddDeadkey): fixed bug in inizializing keymap array.
1002
1003 2000-10-27  Juergen Vigna  <jug@sad.it>
1004
1005         * src/tabular.C (~LyXTabular): removed not needed anymore.
1006
1007         * src/tabular.h: changed rowofcell and columnofcell to vector<int>
1008         (from Andre).
1009
1010 2000-10-27  Angus Leeming <a.leeming@ic.ac.uk>
1011
1012         * src/frontends/Dialogs.h: remove hideTabular signal as it is no
1013         longer used.
1014
1015         * src/frontends/xforms/FormRef.[Ch]: fix bug when setting the min
1016         size. 
1017
1018         * src/frontends/xforms/FormPreferences.[Ch]:
1019         * src/frontends/xforms/forms/form_preferences.fd: lots and lots!
1020         Reorganised as modules based on tabs. Much easier to follow the
1021         flow and to add new tabs. Added warning and feedback messages.
1022         Added new tabs.
1023
1024 2000-10-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1025
1026         * src/tabular.h (DocBook): add std:: qualifier.
1027
1028 2000-10-26  José Abílio Matos <jamatos@fep.up.pt>
1029
1030         * src/buffer.h (SimpleDocBookOnePar): becomes public and const.
1031         * src/buffer.C (SimpleDocBookOnePar): this method goes const.
1032
1033         * insettabular.h
1034         * insettabular.C (DocBook): uses the tabular methods to export
1035         docbook
1036
1037         * src/insets/insettext.h
1038         * src/insets/insettext.C (DocBook): Implemented export for docbooc.
1039
1040 2000-10-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
1041
1042         * src/frontends/ButtonPolicies.h (operator<<): reinsert for State
1043         and SMInput
1044
1045         * src/lyxfunc.C (MenuNew): lessen the scope of fname
1046         moved misplaced AllowInput two lines up.
1047
1048         * src/buffer.C (readFile): compare float with float, not with int
1049
1050 2000-10-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1051
1052         * src/minibuffer.C: add "using SigC::slot" statement.
1053
1054 2000-10-25  Angus Leeming <a.leeming@ic.ac.uk>
1055
1056         * src/frontends/xforms/forms/README: updated section about make.
1057
1058         * src/frontends/xforms/forms/form_*.fd: lots and lots of shortcuts.
1059         Tidied some forms up, made two of form_tabular's tabs more
1060         self-consistent, fixed Jean-Marc's size problem in form_preferences,
1061         fixed translation problem with "Column".
1062         
1063 2000-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
1064
1065         * src/minibuffer.h: use Timeout instead of the xforms timer
1066         object. 
1067         (setTimer) rewrite for the Timeout, change to unsigned arg
1068         (set): change to unsigned timer arg
1069         (TimerCB): remove
1070
1071         * src/minibuffer.C (TimerCB): removed func 
1072         (C_MiniBuffer_TimerCB): removed func 
1073         (C_MiniBuffer_ExecutingCB): rewrite to not depend on TimerCB
1074         (peek_event): use a switch statement
1075         (add): don't use fl_add_timer.
1076         (Set): rewrite to use the Timeout
1077         (Init): ditto
1078
1079         * src/Timeout.[Ch] (setType): return a Timeout &
1080         (setTimeout): ditto, change to unsigned arg for timeout
1081
1082 2000-10-25  Dekel Tsur  <dekelts@tau.ac.il>
1083
1084         * src/mathed/formula.C (mathed_string_width): Use string instead
1085         of a constant size char array.
1086
1087 2000-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
1088
1089         * src/frontends/ButtonPolicies.h: remove the LOstream and remove
1090         the two recently added operator<< for SMInput and State.
1091
1092         * src/frontends/ButtonPolicies.C (PreferencesPolicy): cast
1093         SMI_TOTAL to int.
1094         (OkCancelPolicy): ditto
1095         (OkCancelReadOnlyPolicy): ditto
1096         (NoRepeatedApplyReadOnlyPolicy): ditto
1097         (OkApplyCancelReadOnlyPolicy): ditto
1098         (OkApplyCancelPolicy): ditto
1099         (NoRepeatedApplyPolicy): ditto
1100
1101 2000-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1102
1103         * src/frontends/ButtonPolicies.h: include "support/LOstream.h" and
1104         add the usual std:: qualifiers.
1105
1106 2000-10-25  Juergen Vigna  <jug@sad.it>
1107
1108         * src/screen.C (ShowManualCursor): fixed another uint -> int problem.
1109
1110 2000-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
1111
1112         * src/support/filetools.C (MakeRelPath): change some types to
1113         string::size_type 
1114
1115         * src/frontends/ButtonPolicies.h (operator<<): new operator for
1116         ButtonPolicy::SMInput and ButtonPolicy::State.
1117
1118         * src/FontLoader.C (reset): small cleanup
1119         (unload): small cleanup
1120
1121         * src/FontInfo.C (getFontname): initialize error to 10000.0
1122
1123 2000-10-24  Angus Leeming <a.leeming@ic.ac.uk>
1124         
1125         * src/frontends/xforms/FormPreferences.[Ch]:
1126         * src/frontends/xforms/forms/form_preferences.fd: added spell checker,
1127         TeX encoding and default paper size sections.
1128         
1129 2000-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
1130
1131         * src/frontends/xforms/FormTabularCreate.C: add missing #pragma
1132         implementation 
1133
1134         * src/frontends/xforms/FormError.C (disconnect): use erase() to
1135         make the message_ empty.
1136         (FormError): don't initialize message_ in initializer list.
1137
1138 2000-10-24  Angus Leeming <a.leeming@ic.ac.uk>
1139         
1140         * src/frontends/xforms/FormInset.[Ch]: Aieeeeee! Ok, I'm an idiot. 
1141         
1142 2000-10-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1143
1144         * lib/kbd/latvian.kmap: new file from Janne Pänkälä (epa@iki.fi)
1145
1146 2000-10-24  John Levon  <moz@compsoc.man.ac.uk>
1147
1148         * src/frontends/kde/*data.[Ch]: _("") is not
1149         allowed
1150
1151 2000-10-24  Angus Leeming <a.leeming@ic.ac.uk>
1152
1153         * src/buffer.C: removed redundant using directive.
1154
1155         * src/frontends/DialogBase.h: revert to original definition of
1156         update(). 
1157         
1158         * src/frontends/xforms/Dialogs.C (c-tor): splitting the tabular
1159         stuff into two classes, one for each dialog, requires a new
1160         element in the dialogs vector, FormTabularCreate.
1161
1162         * src/frontends/xforms/FormXXX.[Ch] (update): revert to original
1163         definition.
1164
1165         * src/frontends/xforms/FormBase.[Ch] (FormBaseBD::updateSlot): new
1166         method. Continues Allan's idea, but means that derived classes
1167         don't need to worry about "update or hide?".
1168
1169         * src/frontends/xforms/FormError.C (showInset): add connection
1170         again ;-) 
1171
1172         * src/frontends/xforms/FormTabular.[Ch]: split into two classes,
1173         one for each dialog. FormTabular now contains main tabular dialog
1174         only.
1175
1176         * src/frontends/xforms/FormTabularCreate.[Ch]:
1177         * src/frontends/xforms/forms/form_tabular_create.fd: the create
1178         dialog. 
1179
1180         * src/frontends/xforms/FormGraphics.[Ch]:
1181         * src/frontends/xforms/forms/form_graphics.fd
1182         * src/frontends/xforms/FormTabular.[Ch]:
1183         * src/frontends/xforms/forms/form_tabular.fd: made daughter
1184         classes of FormInset.
1185
1186         * src/frontends/xforms/forms/fdfix.sh: small fix. Can now create
1187         class names properly. Eg, form_my_new_dialog -> FormMyNewDialog.
1188
1189         * src/frontends/xforms/Makefile.am:
1190         * src/frontends/xforms/forms/makefile: added new files.
1191
1192         * src/insets/insettabular.[Ch]: removed (Dialogs *) member
1193         variable. added Signal0 hide signal, in keeping with other GUI-I
1194         insets.
1195
1196         * src/support/lstrings.h: removed redundant std:: qualifier as
1197         it's already declared in Lsstream.h.
1198
1199 2000-10-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1200
1201         * src/insets/figinset.C (GhostscriptMsg): use DisplayString() to
1202         open a new display.
1203         (runqueue): ditto.
1204
1205 2000-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
1206
1207         * src/tabular.C (Ascii): minimize scope of cell.
1208
1209         * src/BufferView2.C (nextWord): return string() instead of 0;
1210
1211 2000-10-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1212
1213         * src/converter.h: add a std:: qualifier
1214
1215 2000-10-21  Dekel Tsur  <dekelts@tau.ac.il>
1216
1217         * src/importer.[Ch]: New files. Used for importing files into LyX.
1218
1219         * src/lyxfunc.C (doImport): Use the new Importer class.
1220
1221         * src/converter.h: Add shortcut member to the Format class.
1222         Used for holding the menu shortcut.
1223
1224         * src/converter.C and other files: Made a distinction between
1225         format name and format extension. New formats can be defined using
1226         the \format lyxrc tag.
1227         Added two new converter flags: latex and disable.
1228
1229 2000-10-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1230
1231         * src/support/lyxlib.h: unify namespace/struct implementation.
1232         Remove extra declarations.
1233         
1234         * src/support/chdir.C (chdir): remove version taking char const *
1235         argument. 
1236         * src/support/rename.C: ditto.
1237         * src/support/lyxsum.C: ditto.
1238
1239 2000-10-19  Angus Leeming <a.leeming@ic.ac.uk>
1240
1241         * src/frontends/xforms/FormBase.[Ch]:
1242         * src/frontends/xforms/FormXXX.[Ch] where XXX is a FormBase daughter:
1243         read the xforms manual to discover that fl_set_form_minsize()/maxsize()
1244         work only for the next call to fl_show_form(). The correct place to set
1245         them, therefore is in connect() immediately BEFORE fl_show_form(). Now
1246         done. FormBase also stores minw_, minh_ itself. All dialogs derived
1247         from FormBase have the minimum size set; no more stupid crashes with
1248         tabbed folders etc.
1249
1250 2000-10-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1251
1252         * lib/ui/default.ui: fix shortcut for Insert->Include File.
1253
1254 2000-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1255
1256         * lib/CREDITS: add Andre' Poenitz and Kornelia Pietsch
1257
1258         * src/support/lyxlib.h: changed second argument of mkdir to
1259         unsigned long int (unsigned int would probably have been enough,
1260         but...). Removed <sys/types.h> header.
1261         * src/support/mkdir.C (mkdir): ditto.
1262
1263         * NEWS: update.
1264
1265 2000-10-19  Juergen Vigna  <jug@sad.it>
1266
1267         * src/lyxfunc.C (MenuNew): small fix (form John)
1268
1269         * src/screen.C (Update): removed unneeded code.
1270
1271         * src/tabular.C (Ascii): refixed int != uint bug!
1272
1273         * src/support/lyxlib.h: added sys/types.h include for now permits
1274         compiling, but I don't like this!
1275
1276 2000-10-18  Juergen Vigna  <jug@sad.it>
1277
1278         * src/text2.C (ClearSelection): if we clear the selection we need
1279         more refresh so set the status apropriately
1280
1281         * src/insets/insettext.C (draw): hopefully finally fixed draw
1282         problems!
1283
1284 2000-10-12  Juergen Vigna  <jug@sad.it>
1285
1286         * src/insets/insettext.C (draw): another small fix and make a block
1287         so that variables are localized.
1288
1289 2000-10-18  Angus Leeming <a.leeming@ic.ac.uk>
1290
1291         * src/support/lstrings.C (lowercase, uppercase):
1292         use explicit casts to remove compiler warnings.
1293
1294         * src/support/LRegex.C (Impl):
1295         * src/support/StrPool.C (add):
1296         * src/support/filetools.C (MakeAbsPath, NormalizePath, MakeRelPath)
1297         (AddPath, MakeDisplayPath):
1298         * src/support/lstrings.C (prefixIs, subst):
1299         use correct type to remove compiler warnings.
1300
1301         * src/support/lstrings.[Ch] (countChar): returns string::size_type.
1302
1303         * src/support/lyxlib.h:
1304         * src/support/mkdir.C (mkdir): change parameter to mode_t for
1305         portability and to remove compiler warning with DEC cxx.
1306
1307         * src/support/FileInfo.[Ch] (flagRWX): ditto.
1308
1309 2000-10-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1310
1311         * src/minibuffer.C (peek_event): retun 1 when there has been a
1312         mouseclick in the minibuffer.
1313
1314         * NEWS: updated.
1315
1316 2000-10-17  John Levon  <moz@compsoc.man.ac.uk>
1317
1318         * src/frontends/xforms/FormParagraph.C: more space above/below
1319         fixes
1320
1321 2000-10-17  Dekel Tsur  <dekelts@tau.ac.il>
1322
1323         * src/lyxfunc.C (Dispatch): Call to showState() after insertion of 
1324         a char only if real_current_font was changed.
1325
1326 2000-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1327
1328         * NEWS: update somewhat for 1.1.6
1329
1330         * lib/ui/default.ui: clean up.
1331
1332 2000-10-17  Angus Leeming <a.leeming@ic.ac.uk>
1333
1334         * lib/CREDITS: clean up
1335
1336 2000-10-16  Angus Leeming <a.leeming@ic.ac.uk>
1337
1338         * src/combox.[Ch] (select): changed argument back to int
1339         * src/combox.C (peek_event): removed num_bytes as it is declared but
1340         never referenced.
1341
1342         * src/frontends/xforms/FormDocument.C (class_apply, bullets_apply):
1343         modified calls to Combox::select() to remove warnings about type
1344         conversion.
1345
1346         * src/insets/insetbutton.C (width): explicit cast to remove warning
1347         about type conversion.
1348
1349         * src/insets/insetcite.C (getScreenLabel): use string::size_type not
1350         size_t.
1351
1352         * src/insets/insettabular.[Ch]: variables inset_pos, sel_pos_start and
1353         sel_pos_end, refering to cursor position are changed to
1354         LyXParagraph::size_type.
1355
1356         * src/insets/insettext.h (cpos): returns LyXParagraph::size_type,
1357         consistent with LyXCursor::pos().
1358         (inset_pos): changed to LyXParagraph::size_type for same reason.
1359
1360         * src/insets/insettext.C (resizeLyXText): changed some temporary
1361         variables refing to cursor position to LyXParagraph::size_type.
1362
1363 2000-10-16  John Levon  <moz@compsoc.man.ac.uk>
1364
1365         * src/frontends/kde/<various>: The Great Renaming,
1366         add FormParagraph
1367
1368 2000-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1369
1370         * src/frontends/support/Makefile.am (EXTRA_DIST): re-fix.
1371
1372 2000-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1373
1374         * src/mathed/math_macro.C (MathMacroTemplate): initialize args to
1375         0 when there are no arguments.
1376
1377 2000-10-16  Angus Leeming <a.leeming@ic.ac.uk>
1378
1379         * src/insets/insetbib.C: re-introduce current_view as a temporary fix
1380         to segfaults when pressing Ok in InsetBibtex dialog.
1381
1382 2000-10-16  Angus Leeming <a.leeming@ic.ac.uk>
1383
1384         * forms/layout_forms.fd:
1385         * src/layout_forms.C (create_form_form_character): small change to use
1386         labelframe rather than engraved frame + text
1387
1388         * src/lyx_gui.C (create_forms): initialise choice_language with some
1389         arbitrary value to prevent segfault when dialog is shown.
1390
1391 2000-10-16  Baruch Even  <baruch.even@writeme.com>
1392
1393         * src/converter.C (runLaTeX, scanLog): Added a warning when there
1394         is no resulting file. This pertains only to LaTeX output.
1395
1396 2000-10-14  Dekel Tsur  <dekelts@tau.ac.il>
1397
1398         * src/text.C (Backspace): Make sure that the row of the cursor is
1399         rebreaked.
1400
1401         * src/lyxfunc.C (Dispatch): Call to showState() after insertion of 
1402         a char.
1403
1404         * src/lyx_gui.C (init): Prevent a crash when only one font from 
1405         menu/popup fonts is not found.
1406
1407         * lib/lyxrc.example: Add an example for binding a key for language 
1408         switching.
1409
1410 2000-10-15  Dekel Tsur  <dekelts@tau.ac.il>
1411
1412         * src/converter.C (GetReachable): Changed the returned type to
1413         vector<FormatPair>
1414         (IsReachable): New method
1415
1416         * src/MenuBackend.C (expand): Handle formats that appear more
1417         than once
1418
1419 2000-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1420
1421         * src/frontends/support/Makefile.am
1422         (libfrontendsupport_la_EXTRA_DIST): add LyXImage_X.[Ch] here and
1423         not in SOURCES.
1424
1425         * lib/CREDITS: add Garst Reese.
1426
1427         * src/support/snprintf.h: add extern "C" {} around the definitions.
1428
1429         * src/cheaders/cstdarg: new header file, taken from GNU libstdc++.
1430
1431 2000-10-13  Angus Leeming <a.leeming@ic.ac.uk>
1432
1433         * src/combox.[Ch]:
1434         * src/frontends/xforms/FormDocument.C:
1435         * src/frontends/xforms/Menubar_pimpl.C: small changes so that they
1436         compile without "conversion to integral type of smaller size"
1437         warnings.
1438         
1439 2000-10-13  Dekel Tsur  <dekelts@tau.ac.il>
1440
1441         * src/text.C (GetColumnNearX): Fixed disabled code.
1442
1443 2000-10-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
1444
1445         * configure.in (CPPFLAGS): add snprintf and vsnprintf to
1446         AC_CHECK_FUNCS
1447
1448         * src/support/snprintf.[ch]: new files
1449
1450 2000-10-13  John Levon  <moz@compsoc.man.ac.uk>
1451
1452         * src/frontends/kde/formprintdialog.C: add
1453         file browser for selecting postscript output
1454
1455         * src/frontends/kde/formprintdialogdata.C:
1456         * src/frontends/kde/formprintdialogdata.h: re-generate
1457         correctly
1458
1459 2000-10-13  John Levon  <moz@compsoc.man.ac.uk>
1460
1461         * src/frontends/gnome/Makefile.am:
1462         * src/frontends/kde/Makefile.am:  FormCommand.C
1463         disappeared from xforms
1464
1465         * src/frontends/kde/FormCitation.C:
1466         * src/frontends/kde/FormIndex.C: read-only
1467         correctness 
1468
1469 2000-10-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1470
1471         * src/support/lyxfunctional.h (void_class_fun_t): fix name of
1472         constructor. 
1473
1474         * src/bufferlist.C: add using directive.
1475
1476 2000-10-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
1477
1478         * src/support/lyxfunctional.h: version of class_fun for void
1479         returns added, const versions of back_inseter_fun and compare_fun
1480         added.  
1481
1482 2000-10-13  Angus Leeming <a.leeming@ic.ac.uk>
1483
1484         * src/frontends/xforms/FormInset.C (showInset): fix typo.
1485
1486 2000-10-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1487
1488         * ChangeLog: cleanup.
1489
1490         * lib/CREDITS: update to add all the contributors we've forgotten.
1491         I have obviously missed some, so tell me whether there were
1492         errors.
1493
1494 2000-10-13  Marko Vendelin <markov@ioc.ee>
1495
1496         * src/frontends/gnome/FormCitation.C
1497         * src/frontends/gnome/FormCitation.h
1498         * src/frontends/gnome/FormError.C
1499         * src/frontends/gnome/FormIndex.C
1500         * src/frontends/gnome/FormRef.C
1501         * src/frontends/gnome/FormRef.h
1502         * src/frontends/gnome/FormUrl.C: hide dialogs on "update" signal
1503
1504         * src/frontends/gnome/FormCitation.C
1505         * src/frontends/gnome/FormCopyright.C
1506         * src/frontends/gnome/FormError.C
1507         * src/frontends/gnome/FormIndex.C
1508         * src/frontends/gnome/FormRef.C
1509         * src/frontends/gnome/FormToc.C
1510         * src/frontends/gnome/FormUrl.C: replacing gettext N_() with _() where
1511         appropriate.
1512         
1513         * src/frontends/gnome/Menubar_pimpl.C
1514         * src/frontends/gnome/Menubar_pimpl.h: using new Menu::expand method to
1515         fill the menus.
1516
1517 2000-10-11  Baruch Even  <baruch.even@writeme.com>
1518
1519         * src/minibuffer.h:
1520         * src/minibuffer.C: Changed the method ExecCommand to PrepareForCommand
1521         to convey its real action. 
1522
1523         * src/minibuffer.C (peek_event): Added action when mouse clicks to
1524         clear the minibuffer and prepare to enter a command.
1525
1526         * src/mathed/formula.C (LocalDispatch): Changed to conform with
1527         the rename from ExecCommand to PrepareForCommand.
1528         * src/lyxfunc.C (Dispatch): ditto.
1529
1530 2000-10-11  Baruch Even  <baruch.even@writeme.com>
1531
1532         * src/buffer.C (writeFile): Added test for errors on writing, this
1533         catches all errors and not only file system full errors as intended.
1534
1535 2000-10-13  Dekel Tsur  <dekelts@tau.ac.il>
1536
1537         * src/lyx_gui.C (create_forms): better fix for crash with
1538         translated interface.
1539         
1540 2000-10-12  John Levon  <moz@compsoc.man.ac.uk>
1541
1542         * src/frontends/kde/Makefile.am:
1543         * src/frontends/kde/FormCopyright.C:
1544         * src/frontends/kde/formcopyrightdialog.C:
1545         * src/frontends/kde/formcopyrightdialog.h:
1546         * src/frontends/kde/formcopyrightdialogdata.C:
1547         * src/frontends/kde/formcopyrightdialogdata.h:
1548         * src/frontends/kde/dlg/formcopyrightdialog.kdevdlg:
1549         * src/frontends/kde/dlg/formcopyrightdialog.dlg: convert
1550         copyright to use qtarch
1551
1552 2000-10-12  Dekel Tsur  <dekelts@tau.ac.il>
1553
1554         * src/encoding.C (read): Fixed bug that caused an error message at 
1555         the end of the file.
1556
1557         * po/Makefile.in.in: Fixed rule for ext_l10n.h
1558
1559         * lib/lyxrc.example: Fixed hebrew example.
1560
1561 2000-10-13  Allan Rae <rae@lyx.org>
1562
1563         * src/frontends/xforms/FormPreferences.C (input): reworking the
1564         checking 
1565         (build, update, apply): New inputs in various tabfolders
1566
1567         * src/frontends/xforms/FormToc.C: use new button policy.
1568         * src/frontends/ButtonPolicies.h (class IgnorantPolicy): for
1569         dialogs that either can't use any existing policy or where it just
1570         doesn't care. 
1571
1572         * src/frontends/xforms/FormTabular.h: removed copyright notice that
1573         said it was mine.
1574
1575         * src/lyx_gui_misc.[Ch] (updateAllVisibleBufferRelatedDialogs):
1576         added a bool parameter which is ignored.
1577
1578         * src/buffer.C (setReadonly):
1579         * src/BufferView_pimpl.C (buffer): 
1580         * src/frontends/kde/FormCopyright.h (update): 
1581         * src/frontends/kde/FormCitation.[Ch] (update): 
1582         * src/frontends/kde/FormIndex.[Ch] (update): 
1583         * src/frontends/kde/FormPrint.[Ch] (update): 
1584         * src/frontends/kde/FormRef.[Ch] (update): 
1585         * src/frontends/kde/FormToc.[Ch] (update): 
1586         * src/frontends/kde/FormUrl.[Ch] (update): 
1587         * src/frontends/gnome/FormCopyright.h (update): 
1588         * src/frontends/gnome/FormCitation.[Ch] (update): 
1589         * src/frontends/gnome/FormError.[Ch] (update): 
1590         * src/frontends/gnome/FormIndex.[Ch] (update): 
1591         * src/frontends/gnome/FormPrint.[Ch] (update): 
1592         * src/frontends/gnome/FormRef.h (update): 
1593         * src/frontends/gnome/FormToc.[Ch] (update): 
1594         * src/frontends/gnome/FormUrl.[Ch] (update): 
1595         * src/frontends/xforms/FormGraphics.[Ch] (update): reflect new changes
1596         to updateBufferDependent and DialogBase
1597
1598         * src/frontends/xforms/FormCitation.[hC]: 
1599         * src/frontends/xforms/FormDocument.[hC]: also removed restore()
1600         * src/frontends/xforms/FormError.[Ch]: 
1601         * src/frontends/xforms/FormGraphics.[Ch]: 
1602         * src/frontends/xforms/FormIndex.[Ch]: 
1603         * src/frontends/xforms/FormParagraph.[Ch]: also added missing "virtual"s
1604         and fixed readOnly handling.
1605         * src/frontends/xforms/FormPrint.[Ch]: 
1606         * src/frontends/xforms/FormRef.[Ch]: 
1607         * src/frontends/xforms/FormTabular.[Ch]:
1608         * src/frontends/xforms/FormToc.[Ch]:
1609         * src/frontends/xforms/FormUrl.[Ch]: 
1610         * src/frontends/xforms/FormInset.[Ch]:
1611         * src/frontends/xforms/FormBase.[hC]: modifications to use the new
1612         form of updateBufferDependent.
1613
1614         * src/frontends/xforms/FormBase.C (hide): only call disconnect()
1615         if form()->visible just in case someone does stuff to the form in a
1616         derived class.
1617
1618         * src/frontends/DialogBase.h (enum): removed enum since we can now use
1619         the buttoncontroller for everything the enum used to be used for.
1620         (update) It would seem we need to force all dialogs to use a bool
1621         parameter or have two update functions.  I chose to go with one.
1622         I did try removing update() from here and FormBase and defining the
1623         appropriate update signatures in FormBaseB[DI] but then ran into the
1624         problem of the update() call in FormBase::show().  Whatever I did
1625         to get around that would require another function and that just
1626         got more confusing.  Hence the decision to make everyone have an
1627         update(bool). An alternative might have been to override show() in
1628         FormBaseB[DI] and that would allow the different and appropriate
1629         update signatures. 
1630
1631         * src/frontends/Dialogs.h (updateBufferDependent): now takes a bool.
1632         true == buffer change occurred.  I decided against using a default
1633         template parameter since not all compilers support that at present.
1634
1635 2000-10-11  Angus Leeming <a.leeming@ic.ac.uk>
1636
1637         * src/frontends/xforms/FormBase.[Ch] (FormBase) : made less of a "swiss
1638         army knife" by removing functionality.
1639         (clearStore): removed. All such housekeeping on hide()ing the dialog
1640         is to be carried out by overloaded disconnect() methods.
1641         (dialogIsOpen): removed. Relevant only to Inset dialogs anyway, but
1642         superceded by Baruch's neat test (FormGraphics) to update an existing
1643         dialog if a new signal is recieved rather than block all new signals
1644         until it is closed.
1645         (cba_, parent_, updateOrHide): removed to new FormInset class. Relevant
1646         only to Inset dialogs.
1647         (FormBaseBI, FormBaseBD): new classes derived from FormBase for
1648         "Buffer Independent" and "Buffer Dependent" dialogs respectively.
1649
1650         * src/frontends/xforms/FormCommand.[Ch]: renamed as FormInset.[Ch]
1651
1652         * src/frontends/xforms/FormInset.[Ch] (FormInset): New class, defined
1653         as a base class to all inset dialogs. Used solely to connect/disconnect
1654         the Inset::hide signal and to define what action to take on receipt of
1655         a UpdateBufferDependent signal.
1656         (FormCommand): now derived from FormInset.
1657
1658         * src/frontends/xforms/FormCitation.[Ch] (clearStore): reworked as
1659         disconnect().
1660
1661         * src/frontends/xforms/FormCopyright.[Ch]:
1662         * src/frontends/xforms/FormPreferences.[Ch]:
1663         now derived from FormBaseBI.
1664
1665         * src/frontends/xforms/FormDocument.[Ch]:
1666         * src/frontends/xforms/FormParagraph.[Ch]:
1667         * src/frontends/xforms/FormPrint.[Ch]:
1668         now derived from FormBaseBD.
1669
1670         * src/frontends/xforms/FormError.[Ch]: now derived from FormInset.
1671
1672         * src/frontends/xforms/FormCitation.[Ch]:
1673         * src/frontends/xforms/FormError.[Ch]:
1674         * src/frontends/xforms/FormRef.[Ch]:
1675         * src/frontends/xforms/FormToc.[Ch]:
1676         (clearStore): reworked as disconnect().
1677
1678         * src/frontends/xforms/Makefile.am: removed FormCommand.[Ch], adding
1679         FormInset.[Ch].
1680
1681 2000-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1682
1683         * src/converter.C (runLaTeX): constify buffer argument
1684         (scanLog): ditto.
1685
1686         * src/frontends/support/Makefile.am (INCLUDES): fix.
1687
1688         * src/buffer.h: add std:: qualifier
1689         * src/insets/figinset.C (addpidwait): ditto
1690         * src/MenuBackend.C: ditto
1691         * src/buffer.C: ditto
1692         * src/bufferlist.C: ditto
1693         * src/layout.C: ditto
1694         * src/lyxfunc.C: ditto
1695
1696 2000-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1697
1698         * src/lyxtext.h (bidi_level): change return type to
1699         LyXParagraph::size_type. 
1700
1701         * src/lyxparagraph.h: change size_type to
1702         TextContainer::difference_type. This should really be
1703         TextContainer::size_type, but we need currently to support signed
1704         values. 
1705
1706 2000-10-11  Marko Vendelin <markov@ioc.ee>
1707         * src/frontends/gnome/FormError.h
1708         * src/frontends/gnome/FormRef.C
1709         * src/frontends/gnome/FormRef.h
1710         * src/frontends/gnome/FormError.C
1711         * src/frontends/gnome/Makefile.am
1712         * src/frontends/gnome/pixbutton.h: FormError and FormRef are ported 
1713         to Gnome frontend. Both dialogs use "action" area.
1714
1715 2000-10-12  Baruch Even  <baruch.even@writeme.com>
1716
1717         * src/graphics/GraphicsCacheItem_pimpl.C:
1718         * src/graphics/Renderer.C:
1719         * src/graphics/XPM_Renderer.C: Corrected resolution of conflicts.
1720         It now compiles.
1721
1722 2000-10-12  Juergen Vigna  <jug@sad.it>
1723
1724         * src/insets/insettext.C (draw): fixed drawing bug (specifically
1725         visible when selecting).
1726
1727         * development/Code_rules/Rules: fixed some typos.
1728
1729 2000-10-09  Baruch Even  <baruch.even@writeme.com>
1730
1731         * src/filedlg.C (GroupCache::find): de-inlined the function, makes
1732         compiling on egcs 1.1.2 possible.
1733         
1734         * src/filedlg.C (comp_direntry::operator() ): ditto.
1735
1736 2000-08-31  Baruch Even  <baruch.even@writeme.com>
1737
1738         * src/lyx_cb.[hC] (ShowMessage): Result of the const-ificiation of the 
1739         Buffer parameter.
1740
1741         * src/frontends/xforms/FormGraphics.C: Changed the dialog to be
1742         transient it now only gets freed when the object is destructed.
1743
1744 2000-08-24  Baruch Even  <baruch.even@writeme.com>
1745
1746         * src/frontends/FormGraphics.h:
1747         * src/frontends/FormGraphics.C: Changed to use ButtonController and
1748         ButtonPolicies.
1749
1750 2000-08-20  Baruch Even  <baruch.even@writeme.com>
1751
1752         * src/insets/insetgraphics.C:
1753         (draw): Added messages to the drawn rectangle to report status.
1754         (updateInset): Disabled the use of the inline graphics,
1755         (draw): ditto.
1756
1757 2000-08-17  Baruch Even  <baruch.even@writeme.com>
1758
1759         * src/frontends/support: Directory added for the support of GUII LyX.
1760
1761         * src/frontends/support/LyXImage.h:     
1762         * src/frontends/support/LyXImage.C:  Base class for GUII holding of
1763         images.
1764
1765         * src/frontends/support/LyXImage_X.h:
1766         * src/frontends/support/LyXImage_X.C: Implementation of the Xlib
1767         version of LyXImage, this uses the Xlib Pixmap.
1768
1769         * src/PainterBase.h:
1770         * src/PainterBase.C:
1771         * src/Painter.h:
1772         * src/Painter.C: Added a new method image() to draw LyXImage-s, a GUII 
1773         replacement     to Pixmap.
1774
1775         * src/insets/insetgraphics.h:
1776         * src/insets/insetgraphics.C:
1777         * src/graphics/GraphicsCacheItem.h:
1778         * src/graphics/GraphicsCacheItem.C:
1779         * src/graphics/GraphicsCacheItem_pimpl.h:
1780         * src/graphics/GraphicsCacheItem_pimpl.C: Changed to use LyXImage
1781         instead  of Pixmap.
1782
1783         * src/graphics/GraphicsCacheItem.h:
1784         * src/graphics/GraphicsCacheItem.C: Added the Clone() method to create 
1785         another copy of the object.
1786
1787         * src/insets/insetgraphics.C (Clone): Changed to create a second copy
1788         of cacheHandle, this fixed a bug that sent LyX crashing.
1789
1790         * src/graphics/XPM_Renderer.h:
1791         * src/graphics/XPM_Renderer.C:
1792         * src/graphics/EPS_Renderer.h:
1793         * src/graphics/EPS_Renderer.C: Changed to Unix LF from DOS CRLF.
1794
1795 2000-10-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
1796
1797         * src/lyxfunc.C (processKeySym): only handle the
1798         lockinginset/inset stuff if we have a buffer and text loaded...
1799
1800         * lib/Makefile.am (EXTRA_DIST): add encodings and languages
1801
1802 2000-10-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
1803
1804         * src/support/lyxfunctional.h: add operator= that takes a reference
1805
1806         * src/lyxserver.C (mkfifo): make first arg const
1807
1808         * src/layout.h: renamed name(...) to setName(...) to work around
1809         bugs in egcs.
1810
1811         * src/buffer.C (setFileName): had to change name of function to
1812         work around bugs in egcs. (renamed from fileName) 
1813
1814 2000-10-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
1815
1816         * src/support/translator.h: move helper template classes to
1817         lyxfunctional.h, include "support/lyxfunctional.h"
1818
1819         * src/support/lyxmanip.h: add delaration of fmt
1820
1821         * src/support/lyxfunctional.h: new file
1822         (class_fun_t): new template class
1823         (class_fun): helper template function
1824         (back_insert_fun_iterator): new template class
1825         (back_inserter_fun): helper template function
1826         (compare_memfun_t): new template class
1827         (compare_memfun): helper template function
1828         (equal_1st_in_pair): moved here from translator
1829         (equal_2nd_in_pair): moved here from translator
1830
1831         * src/support/fmt.C: new file
1832         (fmt): new func, can be used for a printf substitute when still
1833         using iostreams ex. lyxerr << fmt("Hello %s", "Jürgen") << endl;
1834
1835         * src/support/StrPool.C: add some comments
1836
1837         * src/support/Makefile.am (libsupport_la_SOURCES): add fmt.C and
1838         lyxfunctional.h
1839
1840         * src/insets/figinset.C (addpidwait): use std::copy with
1841         ostream_iterator to fill the pidwaitlist
1842
1843         * src/graphics/XPM_Renderer.C (renderImage): use ScreenOfDisplay
1844
1845         * src/frontends/xforms/Toolbar_pimpl.C (updateLayoutList): remove
1846         c_str() 
1847
1848         * src/frontends/xforms/Menubar_pimpl.C: make several file scope
1849         variables static
1850
1851         * src/frontends/xforms/FormParagraph.C (input): use lyx::atoi
1852
1853         * src/frontends/xforms/FormDocument.C (build): remove c_str()
1854         (class_update): ditto
1855         (BulletPanel): ditto
1856         (CheckChoiceClass): move initialization of tc and tct
1857
1858         * src/tabular.C: remove current_view
1859         (OldFormatRead): similar to right below [istream::ignore]
1860
1861         * src/lyxlex_pimpl.C (next): add code for faster skipping of
1862         chars, unfortunately this is buggy on gcc 2.95.2, so currently
1863         unused [istream::ignore]
1864
1865         * src/lyxfunc.C: include "support/lyxfunctional.h"
1866         (getInsetByCode): use std::find_if and compare_memfun
1867
1868         * src/lyxfont.C (stateText): remove c_str()
1869
1870         * src/lyx_main.C (setDebuggingLevel): make static
1871         (commandLineHelp): make static
1872
1873         * src/lyx_gui_misc.C (getScreenDPI): use ScreenOfDisplay to get
1874         Screen* together with fl_get_display() and fl_screen
1875
1876         * src/lyx_gui.C (LyXGUI): use ScreenOfDisplay to get Screen*
1877         togheter with fl_get_display() and fl_screen
1878         (create_forms): remove c_str()
1879
1880         * src/layout.C: include "support/lyxfunctional.h"
1881         (hasLayout): use std::find_if and compare_memfun
1882         (GetLayout): use std::find_if and comapre_memfun
1883         (delete_layout): use std::remove_if and compare_memfun
1884         (NumberOfClass): use std:.find_if and compare_memfun
1885
1886         * src/gettext.h: change for the new functions
1887
1888         * src/gettext.C: new file, make _(char const * str) and _(string
1889         const & str) real functions.
1890
1891         * src/font.C (width): rewrite slightly to avoid one extra variable
1892
1893         * src/debug.C: initialize Debug::ANY here
1894
1895         * src/commandtags.h: update number comments
1896
1897         * src/combox.h (get): make const func
1898         (empty): make const
1899         (getline): make const
1900
1901         * src/combox.C (input_cb): handle case where fl_get_input can
1902         return NULL
1903
1904         * src/bufferlist.C: add <functional>, "support/lyxmanip.h",
1905         "support/lyxfunctional.h", remove current_view variable.
1906         (resize): use std::for_each with std::mem_fun
1907         (getFileNames): use std::copy with back_inserter_fun
1908         (getBuffer): change arg type to unsigned int
1909         (emergencyWriteAll): call emergencyWrite with std::for_each and
1910         class_fun.
1911         (emergencyWrite): new method, the for loop in emergencyWriteAll
1912         has been unrolled.
1913         (exists): use std::find_if with compare_memfun
1914         (getBuffer): use std::find_if and compare_memfun
1915
1916         * src/buffer.h: add typedefs for iterator_category, value_type
1917         difference_type, pointer and reference for inset_iterator
1918         add postfix ++ for inset_iterator
1919         make inset_iterator::getPos() const
1920
1921         * src/buffer.C: added support/lyxmanip.h
1922         (readFile): use lyxerr << fmt instead of printf
1923         (makeLaTeXFile): use std::copy to write out encodings
1924
1925         * src/Painter.C (text): rewrite slightly to avoid extra font variable
1926
1927         * src/MenuBackend.C (read): remove c_str(), as well as strdup and
1928         free and the char * temp.
1929         (hasMenu): use std::find_if and compare_memfun
1930         (getMenu): ditto
1931
1932         * src/Makefile.am (lyx_SOURCES): added gettext.C
1933
1934         * src/LyXAction.C (retrieveActionArg): clear the arg, use
1935         string::insert small change to avoid temporary
1936
1937         * src/LColor.C (getGUIName): remove c_str()
1938
1939         * several files: change all occurrences of fl_display to
1940         fl_get_display() 
1941
1942         * config/lyxinclude.m4 (LYX_PROG_CXX): add a 2.97 clause so
1943         that -pedantic is not used for gcc 2.97 (cvs gcc)
1944
1945         * boost/Makefile.am: begin slowly to prepare for a real boost lib
1946
1947 2000-10-11  Allan Rae  <rae@lyx.org>
1948
1949         * src/frontends/xforms/FormPreferences.C (input): template path must be
1950         a readable directory.  It doesn't need to be writeable.
1951         (build, delete, update, apply): New inputs in the various tabfolders
1952
1953         * src/frontends/xforms/forms/form_preferences.fd: 
1954         * src/frontends/xforms/FormPreferences.h: New tabfolder and added
1955         several new entries to existing folders.  Shuffled some existing stuff
1956         around. 
1957
1958         * src/frontends/xforms/forms/form_print.fd: 
1959         * src/frontends/xforms/FormPrint.C (apply): rename unsorted to collated.
1960         Should probably rework PrinterParams as well.  Note that the switch to
1961         collated is effectively the same as !unsorted so changing PrinterParams
1962         will require a lot of fiddly changes to reverse the existing logic.
1963
1964         * src/lyx_cb.C (TimerCB): cleaned up Angus's patch.
1965
1966 2000-10-10  Angus Leeming <a.leeming@ic.ac.uk>
1967
1968         * src/lyx_cb.C (TimerCB): fix crash when fd_form_title doesn't exist.
1969
1970 2000-10-10  Allan Rae <rae@lyx.org>
1971
1972         * src/lyxrc.[Ch]:
1973         * src/lyxfunc.C (Dispatch): 
1974         * src/lyx_gui.C: 
1975         * src/BufferView_pimpl.C (scrollCB): cursor_follows_scrollbar made a
1976         member of LyXRC
1977
1978         * src/lyxrc.C (output): Only write the differences between system lyxrc
1979         and the users settings.
1980
1981         * src/lyx_main.C:
1982         * src/lyxrc.[Ch]: commented out noncopyable so I can keep a
1983         system_lyxrc. 
1984         I'll rewrite this later, after 1.1.6 probably, to keep a single
1985         LyXRC but two instances of a LyXRCStruct.
1986
1987 2000-10-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1988
1989         * lib/Makefile.am (pkgdata_DATA): add encoding and languages
1990
1991         * src/tabular.h: add a few std:: qualifiers.
1992
1993         * src/encoding.C: add using directive.
1994         * src/language.C: ditto.
1995
1996         * src/insets/insetquotes.C (Validate): use languages->lang()
1997         instead of only language.
1998
1999 2000-10-07  Dekel Tsur  <dekelts@tau.ac.il>
2000
2001         * lib/languages: New file.
2002
2003         * lib/encodings: New file.
2004
2005         * src/language.C (Languages): New class.
2006         (read): New method. Reads the languages from the 'languages' file.
2007
2008         * src/encoding.C (Encodings): New class.
2009         (read): New method. Reads the encodings from the 'encodings' file.
2010
2011         * src/lyx_main.C (init): Call to LyXSetStyle() after languages
2012         initialization.
2013
2014         * src/bufferparams.h and a lot of files: Deleted the member language,
2015         and renamed language_info to language
2016
2017         * src/buffer.C (makeLaTeXFile): Use babel() instead of lang()
2018         * src/lyxfont.C (latexWriteStartChanges): ditto.
2019         * src/paragraph.C (validate,TeXOnePar): ditto.
2020         
2021         * src/lyxfont.C (update): Restored deleted code.
2022
2023         * src/frontends/xforms/FormDocument.C (build): Made the combox taller
2024
2025 2000-10-10  Angus Leeming <a.leeming@ic.ac.uk>
2026
2027         * src/BufferView_pimpl.C (buffer): cleaned up a little.
2028
2029         * src/insets/figinset.[Ch]:
2030         * src/insets/insetinclude.[Ch]:
2031         * src/insets/insetinclude.[Ch]:
2032         * src/insets/insetparent.[Ch]:
2033         * src/insets/insetref.[Ch]:
2034         * src/insets/insettabular.[Ch] (c-tor): Buffer passed as const &.
2035
2036         * src/insets/*.[Ch]:
2037         * src/mathed/formula.[Ch]:
2038         * src/mathed/formulamacro.C (Clone): passed Buffer const &.
2039
2040         * src/buffer.C (parseSingleLyXformat2Token, readInset):
2041         * src/lyx_cb.C (FigureApplyCB):
2042         * src/lyxfunc.C (getStatus, Dispatch):
2043         * src/frontends/xforms/FormTabular.C:  use modified c-tors to some
2044         insets.
2045
2046         * src/lyxfunc.C (Dispatch): string "ref" not used. Removed.
2047
2048         * src/converter.[Ch] (Formats::View):
2049         * src/lyx_cb.[Ch] (ShowMessage): constify Buffer * parameter.
2050
2051         * src/paragraph.C (CopyIntoMinibuffer, Clone): Insets::Clone() passed
2052         *current_view->buffer(). This will change later, but this patch is way
2053         big enough already!
2054
2055 2000-10-09  Juergen Vigna  <jug@sad.it>
2056
2057         * src/text.C (GetRow): small fix.
2058
2059         * src/BufferView_pimpl.C (cursorPrevious): 
2060         (cursorNext): added LyXText parameter to function.
2061
2062         * src/insets/insettabular.C (LocalDispatch): activate cell inset on
2063         keypress depending on cursor position.
2064
2065 2000-10-06  Juergen Vigna  <jug@sad.it>
2066
2067         * src/insets/insettabular.C (Ascii): finally call right ascii-function.
2068         (copySelection): redone this function and also copy ascii representa-
2069         tion to clipboard.
2070
2071         * src/tabular.C (Ascii): 
2072         (AsciiPrintCell): 
2073         (AsciiBottomHLine): 
2074         (AsciiTopHLine): 
2075         (print_n_chars): new functions to realize the ascii export of tabulars.
2076
2077 2000-10-05  Juergen Vigna  <jug@sad.it>
2078
2079         * src/lyx_gui_misc.C (updateAllVisibleBufferRelatedDialogs): small fix
2080         if we don't have a buffer.
2081
2082 2000-10-10  Allan Rae  <rae@lyx.org>
2083
2084         * src/frontends/xforms/FormPreferences.[Ch] (hide): Fix the problem
2085         with closing dialog.  It seems that nested tabfolders require hiding
2086         of inner tabfolders before hiding the dialog itself.  Actually all I
2087         did was hide the active outer folder.
2088
2089         * src/BufferView_pimpl.C (buffer): don't call updateBufferDependent
2090         unless there really is a buffer.  hideBufferDependent is called
2091         instead.
2092
2093         * po/Makefile.in.in (POTFILES.in): one little tweak to ensure
2094         POTFILES.in stays in $(srcdir).
2095
2096 2000-10-09  Dekel Tsur  <dekelts@tau.ac.il>
2097
2098         * lib/lyxrc.example: Few changes.
2099
2100 2000-10-05  Angus Leeming <a.leeming@ic.ac.uk>
2101
2102         * src/BufferView_pimpl.C (buffer): only need one the
2103         updateBufferDependent signal to be emitted once! Moved to the end of
2104         the method to allow bv_->text to be updated first.
2105
2106         * src/frontends/xforms/FormBase.[Ch]: replaced the two signals uSignal_
2107         and hSignal_ with Dialogs * and BufferDependency variables.
2108         New Buffer * parent_, initialised when the dialog is launched. Used to
2109         check whether to update() or hide() dialog in the new, private
2110         updateOrHide() method that is connected to the updateBufferDependent
2111         signal. Daughter classes dictate what to do using the
2112         ChangedBufferAction enum, passed to the c-tor.
2113
2114         * src/frontends/xforms/FormCitation.C:
2115         * src/frontends/xforms/FormCommand.C:
2116         * src/frontends/xforms/FormCopyright.C:
2117         * src/frontends/xforms/FormDocument.C:
2118         * src/frontends/xforms/FormError.C:
2119         * src/frontends/xforms/FormIndex.C:
2120         * src/frontends/xforms/FormPreferences.C:
2121         * src/frontends/xforms/FormPrint.C:
2122         * src/frontends/xforms/FormRef.C:
2123         * src/frontends/xforms/FormToc.C:
2124         * src/frontends/xforms/FormUrl.C (c-tor): modified call to FormBase
2125         c-tor.
2126
2127         * src/frontends/xforms/FormCommand.[Ch] (c-tor) passed a
2128         ChangedBufferAction enum.
2129
2130         * src/frontends/xforms/FormParagraph.[Ch]
2131         * src/frontends/xforms/forms/form_paragraph.fd: now derived from
2132         FormBase.
2133         
2134 2000-10-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2135
2136         * lib/bind/cua.bind: fix a bit.
2137         * lib/bind/emacs.bind: ditto.
2138
2139         * lib/bind/menus.bind: remove real menu entries from there.
2140
2141         * src/spellchecker.C: make sure we only include strings.h when
2142         _AIX is defined.        
2143
2144 2000-10-05  Dekel Tsur  <dekelts@tau.ac.il>
2145
2146         * src/frontends/xforms/Menubar_pimpl.C (get_new_submenu): New
2147         function. It enlarges the maximum number of pup when needed.
2148         (add_toc2): Open a new menu if maximum number of items per menu has 
2149         reached.
2150         
2151 2000-10-05  John Levon  <moz@compsoc.man.ac.uk>
2152
2153         * src/frontends/kde/FormPrint.C: fix error reporting
2154
2155         * src/frontends/xforms/FormDocument.C: fix compiler
2156         warnings
2157
2158         * lib/.cvsignore: add Literate.nw
2159
2160 2000-10-05  Dekel Tsur  <dekelts@tau.ac.il>
2161
2162         * buffer.C
2163         * bufferview_funcs.[Ch]
2164         * lyxfont.[Ch]
2165         * text.C
2166         * text2.C: Add support for numbers in RTL text.
2167
2168 2000-10-06  Allan Rae  <rae@lyx.org>
2169
2170         * po/Makefile.in.in (POTFILES.in, POTFILES): Fixed
2171         to be gettext.m4 friendly again.  ext_l10n.h is now
2172         generated into $top_srcdir instead of $top_builddir
2173         so that lyx.pot will be built correctly -- without
2174         duplicate parsing of ext_l10n.h.
2175
2176 2000-10-04  John Levon  <moz@compsoc.man.ac.uk>
2177
2178         * src/frontends/kde/FormCitation.C: make the dialog
2179         behave more sensibly
2180
2181 2000-10-03  John Levon  <moz@compsoc.man.ac.uk>
2182
2183         * config/kde.m4: fix consecutive ./configure runs,
2184         look for qtarch, fix library order
2185
2186         * src/frontends/kde/Makefile.am: tidy up,
2187         add Print dialog, add .dlg dependencies
2188
2189         * src/frontends/kde/FormPrint.C:
2190         * src/frontends/kde/FormPrint.h:
2191         * src/frontends/kde/formprintdialog.C:
2192         * src/frontends/kde/formprintdialog.h:
2193         * src/frontends/kde/formprintdialogdata.C:
2194         * src/frontends/kde/formprintdialogdata.h:
2195         * src/frontends/kde/dlg/formprintdialog.dlg: add
2196         print dialog
2197
2198         * src/frontends/kde/dlg/README: Added explanatory readme
2199         
2200         * src/frontends/kde/dlg/checkinitorder.pl: small perl
2201         script to double-check qtarch's output
2202
2203         * src/frontends/kde/formindexdialog.C:
2204         * src/frontends/kde/formindexdialogdata.C:
2205         * src/frontends/kde/formindexdialogdata.h:
2206         * src/frontends/kde/dlg/formindexdialog.dlg: update
2207         for qtarch, minor fixes
2208
2209 2000-10-05  Allan Rae  <rae@lyx.org>
2210
2211         * src/BufferView_pimpl.C (buffer): don't hide all buffer dependent
2212         dialogs when switching buffers update them instead.  It's up to each
2213         dialog to decide if it should still be visible or not.
2214         update() should return a bool to control visiblity within show().
2215         Or perhaps better to set a member variable and use that to control
2216         visibility.
2217
2218         * lib/build-listerrors: create an empty "listerrors" file just to stop
2219         make trying to regenerate it all the time if you don't have noweb
2220         installed.
2221
2222         * .cvsignore: ignore distdir and dist.tar.gz using rule lyx-*
2223
2224         * po/Makefile.in.in (ext_l10n.h): added a rule to build
2225         $(top_builddir)/src/ext_l10n.h.  The rule has to go here because po/
2226         is built before src/ and ext_l10n.h isn't actually needed to build lyx.
2227         (POTFILES.in): added a rule to build POTFILES.in.  It is also now safe
2228         to rebuild POTFILES.in with scrap *.[hC] files in xforms/forms/.
2229
2230         * autogen.sh: po/POTFILES.in and src/ext_l10n.h now generated by make.
2231
2232 2000-10-04  Angus Leeming <a.leeming@ic.ac.uk>
2233
2234         * src/BufferView_pimpl.C (buffer): emit hideBufferDependent when
2235         deleting buffer. Closes all buffer-dependent dialogs.
2236
2237         * src/frontends/xforms/FormBase.[Ch] (input): modified to pass
2238         FL_OBJECT * also.
2239         * src/frontends/xforms/FormCitation.[Ch]:
2240         * src/frontends/xforms/FormPreferences.[Ch]:
2241         * src/frontends/xforms/FormPrint.[Ch]:
2242         * src/frontends/xforms/FormRef.[Ch]:
2243         * src/frontends/xforms/FormUrl.[Ch]: ditto
2244
2245         * src/frontends/xforms/FormDocument.[Ch]:
2246         * src/frontends/xforms/forms/form_document.C.patch:
2247         * src/frontends/xforms/forms/form_document.fd: all input callbacks now
2248         pass through a single input() function.
2249
2250 2000-10-04  John Levon  <moz@compsoc.man.ac.uk>
2251
2252         * lib/build-listerrors: return status as OK
2253
2254 2000-10-04  Dekel Tsur  <dekelts@tau.ac.il>
2255
2256         * lib/lyxrc.example: Updated to new export code
2257
2258 2000-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2259
2260         * src/mathed/math_parser.C (LexInitCodes): set lexcode of "@" to
2261         LexAlpha. 
2262
2263         * src/mathed/formula.C (LocalDispatch): add '@' as an LM_TC_VAR
2264         character. 
2265
2266         * lib/layouts/amsart.layout: include lyxmacros.inc, so that
2267         LyX-Code is defined.
2268         * lib/layouts/amsbook.layout: ditto.
2269
2270         * boost/Makefile.am: fix typo. 
2271
2272         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): use
2273         Menu::expand. 
2274         (add_lastfiles): removed.
2275         (add_documents): removed.
2276         (add_formats): removed.
2277
2278         * src/frontends/Menubar.C: remove useless "using" directive.
2279
2280         * src/MenuBackend.h: add a new MenuItem constructor.
2281
2282         * src/MenuBackend.[Ch] (Menu::expand): new method. Used in the
2283         xforms frontend.
2284
2285 2000-10-04  Allan Rae  <rae@lyx.org>
2286
2287         * lib/Makefile.am (listerrors):
2288         * lib/build-listerrors: make $builddir != $srcdir compiles work again.
2289         I haven't got notangle installed so Kayvan please test. The output
2290         should end up in $builddir.  This also allows people who don't have
2291         noweb installed to complete the make process without error.
2292
2293         * src/frontends/xforms/FormCommand.[Ch] (showInset):
2294         * src/frontends/xforms/FormError.[Ch] (showInset): fix warnings found
2295         by JMarc's picky compiler.
2296
2297 2000-10-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
2298
2299
2300         * src/insets/insettabular.C (setPos): change for loop to not use
2301         sequencing operator. Please check this Jürgen.
2302
2303         * src/frontends/xforms/Menubar_pimpl.C (makeMenubar): use "c"
2304         instead of 'c'
2305         * src/insets/insetcite.C (getScreenLabel): ditto
2306         * src/support/filetools.C (QuoteName): ditto
2307         (ChangeExtension): ditto
2308
2309         * src/BufferView_pimpl.C (scrollCB): make heigt int
2310
2311         * src/BufferView2.C (insertInset): comment out unused arg
2312
2313         * boost/Makefile.am (EXTRADIST): new variable
2314
2315 2000-10-03  Dekel Tsur  <dekelts@tau.ac.il>
2316
2317         * src/exporter.C (IsExportable): Fixed
2318         
2319         * lib/configure.m4: Small fix
2320
2321 2000-10-03  Dekel Tsur  <dekelts@tau.ac.il>
2322
2323         * src/insets/insetbutton.C (width): Changed to work with no GUI.
2324         * src/insets/insetbib.C (bibitemWidest): ditto.
2325         * src/lyx_gui_misc.C (AskQuestion,AskConfirmation,askForText): ditto.
2326
2327 2000-10-03  Juergen Vigna  <jug@sad.it>
2328
2329         * src/BufferView2.C (theLockingInset): removed const because of
2330         Agnus's compile problems.
2331
2332         * src/insets/insettext.C (LocalDispatch): set the language of the
2333         surronding paragraph on inserting the first character.
2334
2335         * various files: changed use of BufferView::the_locking_inset.
2336         
2337         * src/BufferView2.C (theLockingInset): 
2338         (theLockingInset): new functions.
2339
2340         * src/BufferView.h: removed the_locking_inset.
2341
2342         * src/lyxtext.h: added the_locking_inset
2343
2344         * src/BufferView_pimpl.C (checkInsetHit): y_tmp form uint to int.
2345
2346         * src/insets/lyxinset.h: added bool to ShowInsetCursor definition.
2347
2348 2000-10-02  Angus Leeming <a.leeming@ic.ac.uk>
2349
2350         * src/mathed/formula.C (IsMacro): declared but not referenced; removed.
2351         * src/mathed/math_cursor.C (IsAlpha): ditto.
2352         * src/mathed/math_inset.C (strnew): ditto.
2353         * src/mathed/math_iter.C: SizeFont declared but not referenced;removed.
2354         (IMetrics): cxp set but never used; removed.
2355         * src/insets/figinset.C (InitFigures): removed redundant for loop, now
2356         that the variable in question has been removed also!
2357
2358
2359         * src/insets/insetbib.[Ch]: remove need to store Buffer * owner by
2360         using the Buffer * passed to Latex(), using the BufferView * passed to
2361         bibitemMaxWidth() bibitemWidest() and by passing a Buffer* to getKeys()
2362
2363         * src/insets/insetinclude.C: use the Buffer * passed to Latex(),
2364         Linuxdoc() and DocBook() rather than the stored Buffer * master.
2365
2366         * src/lyxfunc.C (Dispatch): used new InsetBibtex c-tor
2367         * src/buffer.C (readInset): used new InsetBibtex c-tor
2368         * (getBibkeyList): used new InsetBibtex::getKeys
2369
2370 2000-10-01  Dekel Tsur  <dekelts@tau.ac.il>
2371
2372         * lib/configure.m4
2373         * lib/build-listerrors
2374         * src/converter.C
2375         * src/exporter.C: Add literate programming support to the export code
2376
2377         * src/buffer.C
2378         * src/lyx_cb.C: Remove old literate code.
2379
2380         * src/lyxrc.[Ch]: Remove many obsolete (due to new export code)
2381         variables.
2382
2383         * src/lyxfunc.C (getStatus): Use Exporter::IsExportable
2384         * src/converter.C (View, Convert): Use QuoteName.
2385
2386         * src/insets/figinset.C (Preview): Use Formats::View.
2387
2388         * lib/configure.m4: Add sgml->dvi converter to lyxrc.default
2389         
2390 2000-10-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2391
2392         * src/lyxfunc.C (Dispatch): move declaration of text variable at
2393         the top of the function, because compaq cxx complains that the
2394         "goto exit_with_message" when the function is disabled bypasses
2395         its initialization.
2396         (MenuNew): try a better fix for the generation of new file names.
2397         This time, I used AddName() instead of AddPath(), hoping Juergen
2398         will be happier :)
2399
2400 2000-10-03  Allan Rae  <rae@lyx.org>
2401
2402         * src/frontends/xforms/forms/form_preferences.fd:
2403         * src/frontends/xforms/FormPreferences.[Ch]: redesign of dialog using
2404         nested tabfolders has begun.  The old "Miscellaneous" was renamed as
2405         "Look and Feel"->"General" but will need to be split up further into
2406         general output and general input tabs.  Current plan is for four outer
2407         tabfolders: "Look and Feel" for colours, bindings, fonts and other HCI
2408         stuff; "Inputs" for input and import configuration; "Outputs" for
2409         output and export configuration; and one more whatever is left over
2410         called "General".  The leftovers at present look like being which
2411         viewers to use, spellchecker, language support and might be better
2412         named "Support".  I've put "Paths" in "Inputs" for the moment as this
2413         seems reasonable for now at least.
2414         One problem remains: X error kills LyX when you close Preferences.
2415
2416 2000-10-02  Angus Leeming <a.leeming@ic.ac.uk>
2417
2418         * src/frontends/xforms/FormBase.[Ch]: removed "meaningless" const.
2419         qualifier from form()
2420         * src/frontends/xforms/FormCitation.[Ch]:
2421         * src/frontends/xforms/FormCopyright.[Ch]:
2422         * src/frontends/xforms/FormDocument.[Ch]:
2423         * src/frontends/xforms/FormError.[Ch]:
2424         * src/frontends/xforms/FormIndex.[Ch]:
2425         * src/frontends/xforms/FormPreferences.[Ch]:
2426         * src/frontends/xforms/FormPrint.[Ch]:
2427         * src/frontends/xforms/FormRef.[Ch]:
2428         * src/frontends/xforms/FormToc.[Ch]:
2429         * src/frontends/xforms/FormUrl.[Ch]: ditto.
2430
2431         * src/frontends/xforms/FormCitation.[Ch]:
2432         * src/frontends/xforms/FormIndex.[Ch]:
2433         * src/frontends/xforms/FormRef.[Ch]:
2434         * src/frontends/xforms/FormUrl.[Ch]: Renamed a few buttons, consistent
2435         with Allan's naming policy
2436         
2437         * src/frontends/xforms/FormCitation.C: some static casts to remove
2438         compiler warnings.
2439
2440 2000-10-02  Juergen Vigna  <jug@sad.it>
2441
2442         * src/insets/insettabular.C (LocalDispatch): fixed selection code,
2443         now you can type or do stuff inside the table-cell also when in dummy
2444         position, fixed visible cursor.
2445
2446         * src/insets/insettext.C (Edit): fixing cursor-view position.
2447
2448         * src/lyxfunc.C (Dispatch): use * text variable so that it can
2449         be used for equal functions in lyxfunc and insettext.
2450
2451         * src/text.C (GetVisibleRow): fixed a small clear_area bug.
2452
2453 2000-10-02  John Levon  <moz@compsoc.man.ac.uk>
2454
2455         * src/frontends/gnome/FormCitation.h:
2456         * src/frontends/gnome/FormCopyright.h:
2457         * src/frontends/gnome/FormIndex.h:
2458         * src/frontends/gnome/FormPrint.h:
2459         * src/frontends/gnome/FormToc.h:
2460         * src/frontends/gnome/FormUrl.h:
2461         * src/frontends/kde/FormCitation.h:
2462         * src/frontends/kde/FormCopyright.h:
2463         * src/frontends/kde/FormIndex.h:
2464         * src/frontends/kde/FormRef.h:
2465         * src/frontends/kde/FormToc.h:
2466         * src/frontends/kde/FormUrl.h: fix remaining users of
2467         support/utility.hpp 
2468
2469 2000-10-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2470
2471         * src/buffer.C (linuxDocHandleFootnote): remove const modifier
2472         from depth argument.
2473         (DocBookHandleCaption): ditto.
2474         (DocBookHandleFootnote): ditto.
2475         (SimpleDocBookOnePar): ditto.
2476
2477         * src/frontends/xforms/FormDocument.h (form): remove extra
2478         FormDocument:: qualifier.
2479
2480         * sigc++/macros/basic_signal.h.m4: remove erroneous virtual
2481         destructor. 
2482         * sigc++/handle.h: ditto.
2483
2484         * src/lyx_gui_misc.C: add "using" directive.
2485
2486         * src/cheaders/cstddef: new file, needed by the boost library (for
2487         compaq cxx).
2488
2489 2000-10-02  Juergen Vigna  <jug@sad.it>
2490
2491         * src/insets/insettext.C (SetFont): better support.
2492
2493         * src/insets/insettabular.C (draw): fixed drawing of single cell.
2494
2495         * src/screen.C (DrawOneRow): some uint refixes!
2496
2497 2000-10-02  Allan Rae  <rae@lyx.org>
2498
2499         * boost/.cvsignore: ignore Makefile as well
2500
2501         * src/lyxfunc.C (Dispatch): missing break; and moved the '}' for
2502         LFUN_UNKNOWN_ACTION: so it doesn't wrap around default:.
2503
2504         * src/frontends/xforms/FormPreferences.[Ch] (restore): D'oh.
2505         Left this one out by accident.
2506
2507         * src/frontends/xforms/FormBase.h (restore): default to calling
2508         update() since that will restore the original/currently-applied values.
2509         Any input() triggered error messages will require the derived classes
2510         to redefine restore().
2511
2512         * src/frontends/xforms/FormDocument.C: initialize a few variables to
2513         avoid a segfault.  combo_doc_class is the main concern.
2514
2515 2000-10-01  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
2516
2517         * Simplify build-listerrors in view of GUI-less export ability!
2518
2519 2000-10-01  Dekel Tsur  <dekelts@tau.ac.il>
2520
2521         * src/lyx_main.C (easyParse): Disable gui when exporting
2522
2523         * src/insets/figinset.C: 
2524         * src/LaTeX.C
2525         * src/converter.C
2526         * src/lyx_gui_misc.C
2527         * src/tabular.C: Changes to allow no-gui.
2528
2529 2000-10-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
2530
2531         * src/support/utility.hpp: removed file
2532         * src/support/block.h: removed file
2533
2534         * src/support/Makefile.am (libsupport_la_SOURCES): remove block.h
2535         and utility.hpp
2536
2537         * src/mathed/formula.C: add support/lyxlib.h
2538         * src/mathed/formulamacro.C: ditto
2539
2540         * src/bufferparams.h: use boost/array.hpp instead of support/block.h
2541         * src/lyxparagraph.h: ditto
2542
2543         * src/Makefile.am (BOOST_INCLUDES): the boost include dir
2544         * src/frontends/Makefile.am (INCLUDES): ditto
2545         * src/frontends/gnome/Makefile.am (BOOST_INCLUDES): ditto
2546         * src/frontends/kde/Makefile.am (BOOST_INCLUDES): ditto
2547         * src/frontends/xforms/Makefile.am (BOOST_INCLUDES): ditto
2548         * src/graphics/Makefile.am (BOOST_INCLUDES): ditto
2549         * src/insets/Makefile.am (BOOST_INCLUDES): ditto
2550         * src/mathed/Makefile.am (BOOST_INCLUDES): ditto
2551
2552         * src/BufferView.h: use boost/utility.hpp
2553         * src/LColor.h: ditto
2554         * src/LaTeX.h: ditto
2555         * src/LyXAction.h: ditto
2556         * src/LyXView.h: ditto
2557         * src/bufferlist.h: ditto
2558         * src/lastfiles.h: ditto
2559         * src/layout.h: ditto
2560         * src/lyx_gui.h: ditto
2561         * src/lyx_main.h: ditto
2562         * src/lyxlex.h: ditto
2563         * src/lyxrc.h: ditto
2564         * src/frontends/ButtonPolicies.h: ditto
2565         * src/frontends/Dialogs.h: ditto
2566         * src/frontends/xforms/FormBase.h: ditto
2567         * src/frontends/xforms/FormGraphics.h: ditto
2568         * src/frontends/xforms/FormParagraph.h: ditto
2569         * src/frontends/xforms/FormTabular.h: ditto
2570         * src/graphics/GraphicsCache.h: ditto
2571         * src/graphics/Renderer.h: ditto
2572         * src/insets/ExternalTemplate.h: ditto
2573         * src/insets/insetcommand.h: ditto
2574         * src/support/path.h: ditto
2575
2576         * config/lyxinclude.m4 (LYX_PROG_CXX): change clause for 2.96
2577         and introduce clause for 2.97.
2578
2579         * boost/libs/README: new file
2580
2581         * boost/boost/utility.hpp: new file
2582
2583         * boost/boost/config.hpp: new file
2584
2585         * boost/boost/array.hpp: new file
2586
2587         * boost/Makefile.am: new file
2588
2589         * boost/.cvsignore: new file
2590
2591         * configure.in (AC_OUTPUT): add boost/Makefile
2592
2593         * Makefile.am (SUBDIRS): add boost
2594
2595 2000-10-01  Dekel Tsur  <dekelts@tau.ac.il>
2596
2597         * src/support/lstrings.C (suffixIs): Fixed.
2598
2599 2000-10-01  Allan Rae  <rae@lyx.org>
2600
2601         * src/PrinterParams.h: moved things around to avoid the "can't
2602         inline call" warning.
2603
2604         * src/frontends/xforms/RadioButtonGroup.h: turned a comment
2605         into doc++ documentation.
2606
2607         * src/frontends/xforms/FormCommand.[Ch]: support button policy
2608
2609         * src/frontends/xforms/FormRef.C: make use of button controller
2610         * src/frontends/xforms/FormDocument.[Ch]: convert to use FormBase
2611         cleaned up button controller usage.
2612         * src/frontends/xforms/FormPreferences.[Ch]: convert to use FormBase
2613         * src/frontends/xforms/FormPrint.[Ch]: convert to use FormBase and
2614         use the button controller
2615
2616         * src/frontends/xforms/forms/*.fd: and associated generated files
2617         updated to reflect changes to FormBase.  Some other FormXxxx files
2618         also got minor updates to reflect changes to FormBase.
2619
2620         * src/frontends/xforms/FormBase.[Ch]: (ok, cancel): new
2621         (hide): made virtual.
2622         (input): return a bool. true == valid input
2623         (RestoreCB, restore): new
2624         (CancelCB, OKCB): renamed from HideCB and ApplyHideCB.
2625         Changes to allow derived dialogs to use a ButtonController and
2626         make sense when doing so: OK button calls ok() and so on.
2627
2628         * src/frontends/xforms/ButtonController.h (class ButtonController):
2629         Switch from template implementation to taking Policy parameter.
2630         Allows FormBase to provide a ButtonController for any dialog.
2631
2632         * src/frontends/xforms/FormPrint.C (connect): setup sizing at show-time
2633         Probably should rename connect and disconnect.
2634         (apply): use the radio button groups
2635         (form): needed by FormBase
2636         (build): setup the radio button groups
2637
2638 2000-09-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
2639
2640         * several files: type changes to reduce the number of warnings and
2641         to unify type hangling a bit. Still much to do. 
2642
2643 2000-09-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2644
2645         * lib/images/*: rename a bunch of icons to match Dekel converter
2646         changes. 
2647
2648         * src/buffer.h (SimpleLinuxDocOnePar): remove const qualifier to
2649         last parameter.
2650
2651         * src/frontends/xforms/FormBase.C (disconnect): remove bogus test. 
2652
2653         * sigc++/macros/basic_signal.h.m4: fix class Signal_ to have a
2654         virtual destructor
2655         * sigc++/handle.h: ditto for class Handle. 
2656
2657 2000-09-27  John Levon  <moz@compsoc.man.ac.uk>
2658
2659         * config/kde.m4: make Qt fail immediately if Qt2 is picked up
2660
2661 2000-09-28  Dekel Tsur  <dekelts@tau.ac.il>
2662
2663         * src/intl.C (InitKeyMapper): Correct the value of n due to the
2664         removal of the "default" language.
2665
2666         * src/combox.h (getline): Check that sel > 0
2667
2668 2000-09-29  José Abílio Matos <jamatos@fep.up.pt>
2669
2670         * lib/examples/docbook_example.lyx
2671         * lib/examples/docbook_article.lyx: file renamed to avoid confusion.
2672
2673         * lib/layouts/docbook-book.layout: new docbook book layout.
2674
2675         * lib/layouts/linuxdoc.layout: LatexName of Style SGML is now dummy.
2676         
2677         * lib/layouts/manpage.layout: Same as above. Style SubSection removed.
2678
2679         * src/insets/figinset.C (DocBook):fixed small typo.
2680
2681         * src/insets/insetinclude.C (DocBook): new export for verbatim type.
2682
2683         * src/insets/insetinclude.h: string include_label doesn't need to be
2684         mutable.
2685         
2686 2000-09-29  Allan Rae  <rae@lyx.org>
2687
2688         * src/frontends/xforms/FormBase.[Ch] (connect, disconnect): new.
2689         Allow derived type to control connection and disconnection from signals
2690         of its choice if desired.
2691
2692 2000-09-28  Juergen Vigna  <jug@sad.it>
2693
2694         * src/insets/insettabular.C (update): fixed cursor setting when
2695         the_locking_inset changed.
2696         (draw): made this a bit cleaner.
2697         (InsetButtonPress): fixed!
2698
2699         * various files: added LyXText Parameter to fitCursor call.
2700         
2701         * src/BufferView.C (fitCursor): added LyXText parameter.
2702
2703         * src/insets/insettabular.C (draw): small draw fix.
2704
2705         * src/tabular.C: right setting of left/right celllines.
2706
2707         * src/tabular.[Ch]: fixed various types in funcions and structures. 
2708         * src/insets/insettabular.C: ditto
2709         * src/frontends/xforms/FormTabular.C: ditto
2710
2711 2000-09-28  Allan Rae  <rae@lyx.org>
2712
2713         * src/paragraph.C (TeXOnePar): fixed output of '\n'.  The problem was
2714         that the #ifdef's had been applied to part of what should have been
2715         a complete condition.  It's possible there are other tests that
2716         were specific to tables that are also wrong now that InsetTabular is
2717         being used. Now we need to fix the output of '\n' after a table in a
2718         float for the same reason as the original condition:
2719         "don't insert this if we would be adding it before or after a table
2720         in a float.  This little trick is needed in order to allow use of
2721         tables in \subfigures or \subtables."
2722         Juergen can you check this?
2723
2724 2000-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
2725
2726         * src/insets/insettext.C (Ascii): return numer of '\n' in the text
2727         output to the ostream.
2728
2729         * several files: fixed types based on warnings from cxx 
2730
2731 2000-09-26  John Levon  <moz@compsoc.man.ac.uk>
2732
2733         * src/frontends/kde/Makefile.am: fix rule for
2734         formindexdialogdata_moc.C
2735
2736         * src/.cvsignore: add ext_l10n.h to ignore
2737
2738         * acconfig.h: stop messing with __STRICT_ANSI__ 
2739         * config/gnome.m4: remove option to set -ansi
2740         * config/kde.m4: remove option to set -ansi
2741         * config/lyxinclude.m4: don't set -ansi 
2742
2743 2000-09-27  Juergen Vigna  <jug@sad.it>
2744
2745         * various files: remove "default" language check.
2746         
2747         * src/insets/insetquotes.C: removed use of current_view.
2748
2749         * src/lyxfunc.C (MenuNew): I don't know how put the AddPath here but
2750         the one should have red ears by now!
2751
2752         * src/insets/insettext.C (LocalDispatch): fixed setting of same layouts
2753         in more then one paragraph. Fixed cursor-movement/selection.
2754
2755         * src/frontends/xforms/FormParagraph.C: disable pagebreaks for
2756         paragraphs inside a text inset.
2757
2758         * src/text.C (GetVisibleRow): paint top/bottom line only as wide as the
2759         text-inset if this owner is an inset.
2760
2761 2000-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
2762
2763         * src/Bullet.h: changed type of font, character and size to int
2764
2765         * src/buffer.C (asciiParagraph): remove actcell and fname1.
2766
2767         * src/insets/inseturl.[Ch]: 
2768         * src/insets/insetref.[Ch]:
2769         * src/insets/insetlabel.[Ch]: add linelen to Ascii
2770
2771 2000-09-26  Angus Leeming <a.leeming@ic.ac.uk>
2772
2773         * src/buffer.C (readFile): block-if statement rearranged to minimise
2774         bloat. Patch does not reverse Jean-Marc's change ;-)
2775
2776         * src/frontends/xforms/FormBase.[Ch]: Renamed some of the callbacks.
2777         Class rewritten to store pointers to hide/update signals directly,
2778         rather than Dialogs *. Also defined an enum to ease use. All xforms
2779         forms can now be derived from this class.
2780
2781         * src/frontends/xforms/FormCommand.[Ch]
2782         * src/frontends/xforms/FormCopyright.[Ch]: now derived from FormBase.
2783
2784         * src/frontends/xforms/FormError.[Ch]: moved inclusion of inseterror.h
2785         out of header file.
2786
2787         * src/frontends/xforms/forms/form_citation.fd
2788         * src/frontends/xforms/forms/form_copyright.fd
2789         * src/frontends/xforms/forms/form_error.fd
2790         * src/frontends/xforms/forms/form_index.fd
2791         * src/frontends/xforms/forms/form_ref.fd
2792         * src/frontends/xforms/forms/form_toc.fd
2793         * src/frontends/xforms/forms/form_url.fd: remamed callbacks
2794
2795         * src/frontends/xforms/forms/makefile: small change to work with DEC sh.
2796
2797         * src/insets/insetfoot.C: removed redundent using directive.
2798
2799 2000-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2800
2801         * lib/layouts/siamltex.layout: new textclass for SIAM journals,
2802         from Kornelia Pietsch <pietsch@mathematik.tu-chemnitz.de>
2803
2804         * src/frontends/xforms/Menubar_pimpl.C: menu buttons are now
2805         created in the constructors in different groups. Then set() just
2806         have to show the groups as needed. This fixes the redraw problems
2807         (and is how the old menu code worked).
2808
2809         * src/support/lyxlib.h: declare the methods as static when we do
2810         not have namespaces.
2811
2812 2000-09-26  Juergen Vigna  <jug@sad.it>
2813
2814         * src/buffer.C (asciiParagraph): new function.
2815         (writeFileAscii): new function with parameter ostream.
2816         (writeFileAscii): use now asciiParagraph.
2817
2818         * various inset files: added the linelen parameter to the Ascii-func.
2819         
2820         * src/tabular.C (Write): fixed error in writing file introduced by
2821         the last changes from Lars.
2822
2823         * lib/bind/menus.bind: removed not supported functions.
2824
2825         * src/insets/insettext.C (Ascii): implemented this function.
2826
2827         * src/insets/lyxinset.h (Ascii): added linelen parameter.
2828
2829         * src/tabular.C (write_attribute[int,string,bool]): new functions.
2830         (Write): use of the write_attribute functions.
2831
2832         * src/bufferlist.C (close): fixed reasking question!
2833
2834 2000-09-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
2835
2836         * src/support/unlink.C src/support/remove.C src/support/mkdir.C:
2837         new files use the everwhere possible.
2838         
2839         * several files: 
2840         * src/form1.C src/form1.h src/layout_forms.C src/layout_forms.h
2841         src/log_form.C src/lyx.C:
2842         regenerated
2843         
2844         * src/buffer.C (runLaTeX): remove func
2845         
2846         * src/PaperLayout.C: removed file
2847         * src/ParagraphExtra.C: likewise
2848         * src/bullet_forms.C: likewise
2849         * src/bullet_forms.h: likewise
2850         * src/bullet_forms_cb.C: likewise
2851         
2852         * src/Makefile.am (lyx_SOURCES): remove PaperLayout.C,
2853         ParagraphExtra.C, bullet_forms.C, bullet_forms.h and
2854         bullet_forms_cb.C 
2855
2856         * several files: remove all traces of the old fd_form_paragraph,
2857         and functions belonging to that.
2858         
2859         * several files: remove all traces of the old fd_form_document,
2860         and functions belonging to that.
2861         
2862         * several files: constify local variables were possible.
2863         
2864         * several files: remove all code that was dead when NEW_EXPORT was
2865         defined 
2866         
2867         * several files: removed string::c_str in as many places as
2868         possible.
2869         
2870         * forms/makefile (SRCS,OBJS,COBJS): removed bullet_forms.[fd,c,C]
2871         (e): be a bit more outspoken when patching
2872         (updatesrc): only move files if changed.
2873
2874         * forms/layout_forms.h.patch: regenerated
2875         
2876         * forms/layout_forms.fd: remove form_document and form_paragraph
2877         and form_quotes and form_paper and form_table_options and
2878         form_paragraph_extra 
2879
2880         * forms/form1.fd: remove form_table
2881
2882         * forms/fdfix.sh: remove sed rules for fl_set_object_lcolor and
2883         the fdui->... rewrite. Update some comments to xforms 0.88
2884
2885         * forms/bullet_forms.C.patch: removed file
2886         * forms/bullet_forms.fd: likewise
2887         * forms/bullet_forms.h.patch: likewise
2888         
2889         * development/Code_rules/Rules: added a section on switch
2890         statements. Updated some comment to xforms 0.88.
2891
2892 2000-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2893
2894         * src/buffer.C (readFile): make sure that the whole version number
2895         is read after \lyxformat (even when it contains a comma)
2896
2897         * lib/ui/default.ui: change shortcut of math menu to M-a.
2898
2899 2000-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2900
2901         * src/vspace.C (nextToken): use isStrDbl() to check for proper
2902         double values.
2903
2904         * src/LyXView.C (updateWindowTitle): show the full files name in
2905         window title, limited to 30 characters.
2906
2907         * src/support/lyxstring.C (lyxstring): fix it correctly this time.
2908         When a number of characters has been given, we should not assume
2909         that the string is 0-terminated.
2910
2911         * src/intl.C (InitKeyMapper): remove a bunch of string::c_str()
2912         calls (fixes some memory leaks)
2913         
2914         * src/intl.[Ch]: add a destructor for Intl, in order to delete the
2915         trans member on exit.
2916
2917 2000-09-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2918
2919         * src/converter.C (GetReachable): fix typo.
2920
2921         * src/lyxlex.C (GetFloat): rewrite to use strToDbl() and
2922         understand ',' instead of '.'.
2923         (GetInteger): rewrite to use strToInt().
2924
2925 2000-09-26  Juergen Vigna  <jug@sad.it>
2926
2927         * src/frontends/xforms/FormParagraph.C: fixed de/activation of fields,
2928         better visibility and error-message on wrong VSpace input.
2929
2930         * src/language.C (initL): added english again.
2931
2932 2000-09-25  Juergen Vigna  <jug@sad.it>
2933
2934         * src/frontends/kde/Dialogs.C (Dialogs): 
2935         * src/frontends/gnome/Dialogs.C (Dialogs): 
2936         * src/frontends/kde/Makefile.am: 
2937         * src/frontends/gnome/Makefile.am: added FormParagraph from xforms.
2938
2939         * src/frontends/xforms/forms/makefile: added form_paragraph.fd.
2940
2941         * src/frontends/xforms/Dialogs.C (Dialogs): added FormParagraph.
2942
2943         * src/frontends/xforms/Makefile.am: added files for FormParagraph.
2944
2945         * src/frontends/xforms/FormParagraph.C: 
2946         * src/frontends/xforms/FormParagraph.h:
2947         * src/frontends/xforms/form_paragraph.C:
2948         * src/frontends/xforms/form_paragraph.h:
2949         * src/frontends/xforms/forms/form_paragraph.fd: new files for the new
2950         paragraph layout.
2951
2952         * src/lyxfunc.C (Dispatch): call the new layout paragraph.
2953
2954         * src/tabular.C (OldFormatRead): forgot to delete the temporary
2955         Paragraph-Data after use.
2956
2957         * src/insets/insettext.C (LocalDispatch): don't set the layout on
2958         non breakable paragraphs.
2959
2960 2000-09-25  Garst R. Reese <reese@isn.net>
2961
2962         * src/language.C (initL): added missing language_country codes.
2963
2964 2000-09-25  Juergen Vigna  <jug@sad.it>
2965
2966         * src/insets/insettext.C (InsetText):
2967         (deleteLyXText): remove the not released LyXText structure!
2968
2969 2000-09-24  Marko Vendelin <markov@ioc.ee>
2970
2971         * src/frontends/gnome/mainapp.C
2972         * src/frontends/gnome/mainapp.h: added support for keyboard 
2973         accelerators
2974
2975         * src/frontends/gnome/FormCitation.C
2976         * src/frontends/gnome/FormCitation.h
2977         * src/frontends/gnome/Makefile.am
2978         * src/frontends/gnome/pixbutton.h: completed the rewrite of 
2979         FormCitation to use "action area" in mainapp window
2980
2981         * src/frontends/gnome/Menubar_pimpl.C   
2982         * src/frontends/gnome/Menubar_pimpl.h: Gnome menu can handle
2983         large TOC.
2984
2985 2000-09-23  Dekel Tsur  <dekel@math.tau.ac.il>
2986
2987         * src/mathed/formula.C (MathFuncInset::Metrics): Use default 
2988         width/descent/ascent values if name is empty.
2989         (mathed_string_height): Use std::max.
2990
2991 2000-09-25  Allan Rae  <rae@lyx.org>
2992
2993         * src/frontends/xforms/forms/form_preferences.fd: resize to stop
2994         segfault.  This will be completely redesigned soon.
2995
2996         * sigc++: updated libsigc++.  Fixes struct timespec bug.
2997
2998         * development/tools/makeLyXsigc.sh:  .cvsignore addition
2999
3000 2000-09-23  Lars Gullik Bjønnes  <larsbj@lyx.org>
3001
3002         * several files: removed almost all traces of the old table
3003         (tabular) code.
3004
3005         * src/TableLayout.C: removed file
3006         
3007 2000-09-22  Juergen Vigna  <jug@sad.it>
3008
3009         * src/frontends/kde/Dialogs.C: added credits forms.
3010
3011         * src/frontends/gnome/Makefile.am (libgnome_la_OBJADD): added forms.
3012
3013         * src/frontends/gnome/Dialogs.C: added some forms.
3014
3015         * src/spellchecker.C (init_spell_checker): set language in pspell code
3016         (RunSpellChecker): some modifications for setting language string.
3017
3018         * src/language.[Ch]: added language_country code.
3019
3020 2000-09-21  Angus Leeming <a.leeming@ic.ac.uk>
3021
3022         * src/frontends/Dialogs.h: added new signal showError.
3023         Rearranged existing signals in some sort of alphabetical order.
3024
3025         * src/frontends/xforms/Makefile.am: added new files, FormBase.[Ch],
3026         FormError.[Ch], form_error.[Ch]
3027         * src/frontends/xforms/forms/makefile: added new file form_error.fd
3028         * src/frontends/xforms/Dialogs.C: added new xforms dialog FormError.
3029
3030         * src/frontends/xforms/FormBase.[Ch]: new base class for xforms
3031         dialogs. I think that this can be used as the base to all these
3032         dialogs.
3033
3034         * src/frontends/xforms/FormError.[Ch]
3035         * src/frontends/xforms/forms/form_error.fd: new files. Xforms
3036         implementation of InsetError dialog.
3037         
3038         * src/insets/inseterror.[Ch]: rendered GUI-independent.
3039
3040         * src/frontends/kde/Dialogs.C: added new xforms dialog FormError.
3041         * src/frontends/kde/Makefile.am: ditto
3042
3043 2000-09-21  Dekel Tsur  <dekel@math.tau.ac.il>
3044
3045         * src/mathed/math_cursor.[Ch]: Removed class members macroln and
3046         macrobf. This fixes a bug of invisible text.
3047
3048 2000-09-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3049
3050         * lib/doc/LaTeXConfig.lyx.in: updated.
3051
3052         * src/language.C (initL): remove language "francais" and change a
3053         bit the names of the two other french variations.
3054
3055         * src/support/lyxstring.C (lyxstring): do not apply strlen() on a
3056         string that may not be 0-terminated.
3057
3058 2000-09-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
3059
3060         * src/Makefile.am (lyx_SOURCES): remove table.C and Table.h
3061
3062 2000-09-20  Marko Vendelin <markov@ioc.ee>
3063
3064         * src/frontends/gnome/FormCitation.C
3065         * src/frontends/gnome/FormIndex.C
3066         * src/frontends/gnome/FormToc.C
3067         * src/frontends/gnome/FormUrl.C: cleanup the loops, reordering
3068         the variable initialization to shut up the warnings
3069
3070 2000-09-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
3071
3072         * src/table.[Ch]: deleted files
3073         
3074         * src/lyxfunc.C (Dispatch): Don't pass 0 as argument to Dispatch
3075         second arg.
3076
3077 2000-09-18  Juergen Vigna  <jug@sad.it>
3078
3079         * src/insets/insettext.C (LocalDispatch): fixed Backspace/Delete
3080         problems with selection. Inserted new LFUN_PASTESELECTION.
3081         (InsetButtonPress): inserted handling of middle mouse-button paste.
3082
3083         * src/spellchecker.C: changed word to word.c_str().
3084
3085 2000-09-16  Kayvan A. Sylvan  <kayvan@sylvan.com>
3086
3087         * src/Makefile.am: Add sources to lyx_SOURCES so they will be
3088           included in the ``make dist'' tarball.
3089
3090 2000-09-15  Juergen Vigna  <jug@sad.it>
3091
3092         * src/CutAndPaste.C (cutSelection): small fix return the right
3093         end position after cut inside one paragraph only.
3094
3095         * src/insets/insettext.C (resizeLyXText): only reset the cursor if
3096         we are locked as otherwise we don't have a valid cursor position!
3097
3098         * src/insets/figinset.C (draw): small bugfix but why is this needed???
3099
3100 2000-09-19  Angus Leeming <a.leeming@ic.ac.uk>
3101
3102         * src/frontends/kde/FormRef.C: added using directive.
3103         * src/frontends/kde/FormToc.C: ditto
3104
3105         * src/frontends/kde/formtocdialog.h: changed endl to std::endl.
3106
3107         * src/frontends/kde/FormRef.h: removed trailing comma from enums.
3108
3109 2000-09-19  Marko Vendelin <markov@ioc.ee>
3110         
3111         * src/frontends/gnome/Menubar_pimpl.C
3112         * src/frontends/gnome/Menubar_pimpl.h: Gnome menus show now
3113         Toc, ViewFormats, UpdateFormats, and ExportFormats.
3114
3115         * src/frontends/gnome/mainapp.C
3116         * src/frontends/gnome/mainapp.h: support for menu update used 
3117         by Toc menu.
3118
3119         * src/frontends/gnome/mainapp.C
3120         * src/frontends/gnome/mainapp.h: support for "action" area in the
3121         main window. This area is used by small simple dialogs, such as
3122         FormUrl.
3123
3124         * src/frontends/gnome/FormIndex.C
3125         * src/frontends/gnome/FormIndex.h
3126         * src/frontends/gnome/FormUrl.C
3127         * src/frontends/gnome/FormUrl.h: rewrite to use main window action
3128         area
3129
3130         * src/frontends/gnome/FormCitation.C
3131         * src/frontends/gnome/FormCitation.h: rewrite to use main window
3132         action area. Only "Insert new citation" is implemented.
3133
3134 2000-09-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
3135
3136         * src/buffer.C (Dispatch): fix call to Dispatch
3137         * src/insets/insetref.C (Edit): likewise
3138         * src/insets/insetparent.C (Edit): likewise
3139         * src/insets/insetinclude.C (include_cb): likewise
3140         * src/frontends/xforms/FormUrl.C (apply): likewise
3141         * src/frontends/xforms/FormToc.C (apply): likewise
3142         * src/frontends/xforms/FormRef.C (apply): likewise
3143         * src/frontends/xforms/FormIndex.C (apply): likewise
3144         * src/frontends/xforms/FormCitation.C (apply): likewise
3145         * src/lyxserver.C (callback): likewise
3146         * src/lyxfunc.C (processKeySym): likewise
3147         (Dispatch): likewise
3148         (Dispatch): likewise
3149         * src/lyx_cb.C (LayoutsCB): likewise
3150
3151         * Makefile.am (sourcedoc): small change
3152
3153 2000-09-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
3154
3155         * src/main.C (main): Don't make an empty GUIRunTime object. all
3156         methods are static. constify a bit remove unneded using + headers.
3157
3158         * src/tabular.C: some more const to local vars move some loop vars
3159         
3160         * src/spellchecker.C: added some c_str after some word for pspell
3161
3162         * src/frontends/GUIRunTime.h: add new static method setDefaults
3163         * src/frontends/xforms/GUIRunTime.C (setDefaults): 
3164         * src/frontends/kde/GUIRunTime.C (setDefaults): 
3165         * src/frontends/gnome/GUIRunTime.C (setDefaults): new method
3166
3167         * src/mathed/math_cursor.C (MacroModeClose): don't call SetName
3168         with strnew in arg, use correct emptystring when calling SetName.
3169
3170         * several files: remove all commented code with relation to
3171         HAVE_SSTREAM beeing false. We now only support stringstream and
3172         not strstream. 
3173
3174 2000-09-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3175
3176         * src/lyxfunc.C: construct correctly the automatic new file
3177         names. 
3178
3179         * src/text2.C (IsStringInText): change type of variable i to shut
3180         off a warning.
3181
3182         * src/support/sstream.h: do not use namespaces if the compiler
3183         does not support them.
3184
3185 2000-09-15  Marko Vendelin <markov@ioc.ee>
3186         * src/frontends/gnome/FormCitation.C
3187         * src/frontends/gnome/FormCitation.h
3188         * src/frontends/gnome/diainsertcitation_interface.c
3189         * src/frontends/gnome/dialogs/diainsertcitation.glade: adds
3190         regexp support to FormCitation [Gnome].
3191
3192 2000-09-15  John Levon  <moz@compsoc.man.ac.uk>
3193
3194         * acconfig.h
3195         * configure.in: remove unused KDE/GTKGUI define
3196
3197         * src/frontends/kde/FormRef.C
3198         * src/frontends/kde/FormRef.h
3199         * src/frontends/kde/formrefdialog.C
3200         * src/frontends/kde/formrefdialog.h: double click will
3201         go to reference, now it is possible to change a cross-ref
3202         after the fact
3203
3204         * src/frontends/kde/FormToc.C
3205         * src/frontends/kde/FormToc.h
3206         * src/frontends/kde/formtocdialog.C
3207         * src/frontends/kde/formtocdialog.h: add a depth
3208         slider
3209
3210         * src/frontends/kde/Makefile.am: add QtLyXView.h
3211         to the sources list
3212
3213 2000-09-15  Angus Leeming  <a.leeming@ic.ac.uk>
3214
3215         * src/frontends/kde/FormCitation.h: added some using directives.
3216
3217         * src/frontends/kde/FormToc.h: corrected definition of doTree.
3218
3219         * src/frontends/kde/GUIRunTime.C (initApplication): use lyxerr not
3220         cerr. 
3221
3222         * src/mathed/math_defs.h: redefine SetAlign to use string rather
3223         than char *.
3224         
3225 2000-09-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3226
3227         * src/buffer.C (pop_tag): revert for the second time a change by
3228         Lars, who seems to really hate having non-local loop variables :)
3229
3230         * src/Lsstream.h: add "using" statements.
3231
3232         * src/support/copy.C (copy): add a bunch of std:: qualifiers
3233         * src/buffer.C (writeFile): ditto
3234
3235 2000-09-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
3236
3237         * src/buffer.C (writeFile): try to fix the locale modified format
3238         number to always be as we want it.
3239
3240         * src/WorkArea.C (work_area_handler): try to workaround the bugs
3241         in XForms 0.89. C-space is now working again.
3242
3243         * src/Lsstream.h src/support/sstream.h: new files.
3244
3245         * also commented out all cases where strstream were used.
3246         
3247         * src/Bullet.h (c_str): remove method.
3248         
3249         * remove all stuff that is irrelevant when NEW_MENUBAR is defined
3250         
3251         * a lot of files: get rid of "char const *" and "char *" is as
3252         many places as possible. We only want to use them in interaction
3253         with system of other libraries, not inside lyx.
3254         
3255         * a lot of files: return const object is not of pod type. This
3256         helps ensure that temporary objects is not modified. And fits well
3257         with "programming by contract".
3258
3259         * configure.in: check for the locale header too 
3260
3261         * Makefile.am (sourcedoc): new tag for generation of doc++
3262         documentation 
3263
3264 2000-09-14  Juergen Vigna  <jug@sad.it>
3265
3266         * src/frontends/xforms/FormDocument.C (ComboInputCB): fixed the
3267         callback to check which combo called it and do the right action.
3268
3269         * src/combox.C (combo_cb): added combo * to the callbacks.
3270         (Hide): moved call of callback after Ungrab of the pointer.
3271
3272         * src/intl.h: removed LCombo2 function.
3273
3274         * src/intl.C (LCombo): added Combox * to call and removed LCombo2
3275         function as this can now be handled in one function.
3276
3277         * src/combox.h: added Combox * to callback prototype.
3278
3279         * src/frontends/xforms/Toolbar_pimpl.C: 
3280         * src/lyx_cb.C (LayoutsCB): added Combox * to function call.
3281
3282 2000-09-14  Garst Reese  <reese@isn.net>
3283
3284         * lib/tex/hollywood.cls changed length of parenthicals to 1.5in
3285         moved usepackage{xxx}'s to beginning of file. Changed left margin
3286         to 1.5in, right margin to 1in. Forced headrulewidth to 0, removed
3287         underlining from title. Thanks to John Culleton for useful suggestions.
3288
3289 2000-09-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3290
3291         * src/lyxlex_pimpl.C (setFile): change error message to debug
3292         message. 
3293
3294 2000-09-13  Juergen Vigna  <jug@sad.it>
3295
3296         * src/frontends/xforms/FormDocument.C: implemented choice_class
3297         as combox and give callback to combo_language so OK/Apply is activated
3298         on change.
3299
3300         * src/bufferlist.C (newFile): small fix so already named files
3301         (via an open call) are not requested to be named again on the
3302         first save!
3303
3304 2000-09-13  John Levon  <moz@compsoc.man.ac.uk>
3305
3306         * src/frontends/kde/Makefile.am
3307         * src/frontends/kde/FormRef.C
3308         * src/frontends/kde/FormRef.h
3309         * src/frontends/kde/formrefdialog.C
3310         * src/frontends/kde/formrefdialog.h: implement
3311         cross-ref dialog
3312
3313 2000-09-13  John Levon  <moz@compsoc.man.ac.uk>
3314
3315         * src/frontends/kde/formtocdialog.C
3316         * src/frontends/kde/formtocdialog.h
3317         * src/frontends/kde/FormToc.C
3318         * src/frontends/kde/FormToc.h: change to make TOC hierarchical properly
3319
3320 2000-09-11  John Levon  <moz@compsoc.man.ac.uk>
3321
3322         * src/frontends/kde/FormCitation.C: fix thinko
3323         where we didn't always display the reference text
3324         properly
3325
3326         * src/frontends/kde/formurldialog.C
3327         * src/frontends/kde/formurldialog.h
3328         * src/frontends/kde/FormUrl.C
3329         * src/frontends/kde/FormUrl.h: minor cleanups
3330
3331         * src/frontends/kde/QtLyXView: wrapper to avoid Qt namespace mangling
3332
3333         * src/frontends/kde/Makefile.am
3334         * src/frontends/kde/FormToc.C
3335         * src/frontends/kde/FormToc.h
3336         * src/frontends/kde/FormCitation.C
3337         * src/frontends/kde/FormCitation.h
3338         * src/frontends/kde/FormIndex.C
3339         * src/frontends/kde/FormIndex.h
3340         * src/frontends/kde/formtocdialog.C
3341         * src/frontends/kde/formtocdialog.h
3342         * src/frontends/kde/formcitationdialog.C
3343         * src/frontends/kde/formcitationdialog.h
3344         * src/frontends/kde/formindexdialog.C
3345         * src/frontends/kde/formindexdialog.h: new Toc,Citation,Index dialogs
3346
3347 2000-09-12  Juergen Vigna  <jug@sad.it>
3348
3349         * src/frontends/gnome/GUIRunTime.C (initApplication): make id + version
3350         static strings.
3351
3352 2000-09-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3353
3354         * src/frontends/xforms/GUIRunTime.C (initApplication): use lyxerr,
3355         not cerr.
3356
3357 2000-09-09  Dekel Tsur  <dekel@math.tau.ac.il>
3358
3359         * src/converter.C (Add, Convert): Added support for converter flags:
3360         needaux, resultdir, resultfile.
3361         (Convert): Added new parameter view_file.
3362         (dvips_options): Fixed letter paper option.
3363
3364         * src/exporter.C (Export, BufferExtension): Added support for Docbook.
3365         (Export, GetExportableFormats, GetViewableFormats): Added support
3366         for Ascii.
3367
3368         * src/lyx_main.C (LyX): Call to QuitLyX() to remove temporary
3369         directory!
3370         (easyParse): Fixed to work with new export code.
3371         
3372         * src/support/filetools.C (DeleteAllFilesInDir) Fixed to delete
3373         directories.
3374
3375         * lyx-devel-export/lib/configure.m4: Changed flags of tth.
3376
3377         * lib/bind/*.bind: Replaced
3378         buffer-view,buffer-view-ps,buffer-typeset,buffer-typeset-ps by
3379         buffer-view dvi,buffer-view ps,buffer-update dvi,buffer-update ps
3380
3381 2000-09-11  Juergen Vigna  <jug@sad.it>
3382
3383         * src/lyx_gui.C (runTime): uses global guiruntime variable.
3384
3385         * src/main.C (main): now GUII defines global guiruntime!
3386
3387         * src/frontends/gnome/GUIRunTime.C (initApplication): 
3388         * src/frontends/kde/GUIRunTime.C (initApplication): 
3389         * src/frontends/xforms/GUIRunTime.C (initApplication): 
3390         * src/frontends/GUIRunTime.h: added new function initApplication.
3391
3392         * src/spellchecker.C (sc_accept_word): change to add_to_session.
3393
3394         * src/vspace.C (nextToken): fixed error with number 0cm as unvalid.
3395
3396 2000-09-08  Juergen Vigna  <jug@sad.it>
3397
3398         * src/lyx_gui.C (create_forms): don't display the "default" entry as
3399         we have already "Reset".
3400
3401         * src/language.C (initL): inserted "default" language and made this
3402         THE default language (and not american!)
3403
3404         * src/paragraph.C: inserted handling of "default" language!
3405
3406         * src/lyxfont.C: ditto
3407
3408         * src/text.C: ditto
3409
3410         * src/paragraph.C: output the \\par only if we have a following
3411         paragraph otherwise it's not needed.
3412
3413 2000-09-05  Juergen Vigna  <jug@sad.it>
3414
3415         * config/pspell.m4: added entry to lyx-flags
3416
3417         * src/spellchecker.C: modified version from Kevin for using pspell
3418
3419 2000-09-01  Marko Vendelin <markov@ioc.ee>
3420         * src/frontends/gnome/Makefile.am
3421         * src/frontends/gnome/FormCitation.C
3422         * src/frontends/gnome/FormCitation.h
3423         * src/frontends/gnome/diainsertcitation_callbacks.c
3424         * src/frontends/gnome/diainsertcitation_callbacks.h
3425         * src/frontends/gnome/diainsertcitation_interface.c
3426         * src/frontends/gnome/diainsertcitation_interface.h
3427         * src/frontends/gnome/dialogs/diainsertcitation.glade: Insert Citation 
3428         dialog for Gnome frontend
3429
3430         * src/main.C: Gnome libraries require keeping application name
3431         and its version as strings
3432
3433         * src/frontends/gnome/mainapp.C: Change the name of the main window
3434         from GnomeLyX to PACKAGE
3435
3436 2000-09-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3437
3438         * src/frontends/Liason.C: add "using: declaration.
3439
3440 2000-08-31  Dekel Tsur  <dekel@math.tau.ac.il>
3441
3442         * src/mathed/math_macro.C (Metrics): Set the size of the template
3443
3444         * src/mathed/formulamacro.C (Latex): Fixed the returned value
3445
3446 2000-09-04  Dekel Tsur  <dekel@math.tau.ac.il>
3447
3448         * src/converter.C (add_options): New function.
3449         (SetViewer): Change $$FName into '$$FName'.
3450         (View): Add options when running xdvi
3451         (Add): Change $$FName into '$$FName'. Same for $$BaseName/$$OutName.
3452         (Convert): The 3rd parameter is now the desired filename. Converts
3453         calls to lyx::rename if necessary.
3454         Add options when running dvips.
3455         (dvi_papersize,dvips_options): New methods.
3456
3457         * src/exporter.C (Export): Use getLatexName() instead of fileName().
3458
3459         * src/frontends/Liason.C (printBuffer): Removed duplicate code by
3460         using a call to Converter::dvips_options.
3461         Fixed to work with nex export code.
3462
3463         * src/support/copy.C
3464         * src/support/rename.C: New files
3465
3466         * src/support/syscall.h
3467         * src/support/syscall.C: Added Starttype SystemDontWait.
3468
3469         * lib/ui/default.ui: Changed to work with new export code
3470
3471         * lib/configure.m4: Changed to work with new export code
3472
3473         * src/encoding.C: Changed latex name for iso8859_7 encoding.
3474
3475 2000-09-04  Angus Leeming  <a.leeming@ic.ac.uk> +
3476
3477         * src/frontends/xforms/Menubar_pimpl.C: added two using directives
3478         so that code compiles with DEC cxx.
3479         
3480         * src/frontends/xforms/FormCitation.C (setSize): code re-writtenn
3481         to work correctly! Also now supports the additional elements
3482         neeeded by natbib.
3483         
3484 2000-09-01  Allan Rae  <rae@lyx.org>
3485
3486         * src/frontends/ButtonPolicies.C: renamed all the references to
3487         PreferencesPolicy::{AllButtons,BOGUS} to be ButtonPolicy.
3488
3489         * src/frontends/ButtonPolicies.h: rename AllButtons to ALL_BUTTONS
3490         since it's a const not a type.
3491
3492         * src/frontends/xforms/ButtonController.h: cleanup before Lars does.
3493
3494 2000-08-31  Juergen Vigna  <jug@sad.it>
3495
3496         * src/insets/figinset.C: Various changes to look if the filename has
3497         an extension and if not add it for inline previewing.
3498
3499 2000-08-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
3500
3501         * src/frontends/ButtonPolicies.h: add a Button AllButtons.
3502         make buttonStatus and isReadOnly be const methods. (also reflect
3503         this in derived classes.)
3504
3505         * src/frontends/ButtonPolicies.C: remove sum_ and bogus_
3506         (nextState): change to be static inline, pass the StateMachine as
3507         a const reference
3508         (PreferencesPolicy): remove casts
3509         (OkCancelPolicy): remvoe casts
3510         (OkCancelReadOnlyPolicy): remove casts
3511         (NoRepeatedApplyReadOnlyPolicy): remove casts
3512         (OkApplyCancelReadOnlyPolicy): remove casts
3513         (OkApplyCancelPolicy): remove casts
3514         (NoRepeatedApplyPolicy): remove casts
3515
3516 2000-08-31  Angus Leeming  <a.leeming@ic.ac.uk>
3517
3518         * src/converter.C: added some using directives
3519
3520         * src/frontends/ButtonPolicies.C: changes to overcome
3521         "need lvalue" error with DEC c++
3522
3523         * src/frontends/xforms/FormDocument.C (c-tor): use C callback
3524         to WMHideCB for DEC c++
3525
3526         * src/frontends/xforms/Menubar_pimpl.C: added using directive
3527
3528         * src/frontends/xforms/forms/form_document.C.patch: use C callback
3529         to BulletBMTableCB for DEC c++
3530
3531 2000-08-31  Allan Rae  <rae@lyx.org>
3532
3533         * src/lyx_gui.C (create_forms): build combo_language2 which is part of
3534         character dialog separately from old document dialogs combo_language.
3535         Stops a segfault.
3536
3537 2000-08-30  Dekel Tsur  <dekel@math.tau.ac.il>
3538
3539         * src/commandtags.h: Added LFUN_GOTO_PARAGRAPH.
3540         Removed LFUN_REF_CREATE.
3541
3542         * src/MenuBackend.C: Added new tags: toc and references
3543
3544         * src/frontends/xforms/Menubar_pimpl.C: Removed the use of StrPool
3545         (add_lastfiles, add_documents, add_formats): Removed the unused smn
3546         parameter.
3547         (add_toc, add_references): New methods.
3548         (create_submenu): Handle correctly the case when there is a
3549         seperator after optional menu items.
3550
3551         * src/lyxfunc.C (getStatus): Handle LFUN_REF_BACK.
3552         (dispatch): Combined the code for LFUN_REF_CREATE and LFUN_REF_INSERT.
3553         (dispatch): New code for LFUN_GOTO_PARAGRAPH.
3554
3555         * src/frontends/xforms/FormToc.C (apply): Use Dispatch.
3556
3557 2000-08-30  Dekel Tsur  <dekel@math.tau.ac.il>
3558
3559         * src/converter.[Ch]: New file for converting between different
3560         formats.
3561         
3562         * src/export.[Ch]: New file for exporting a LyX file to different
3563         formats.
3564         
3565         * src/lyx_cb.C: Remove many functions when NEW_EXPORT is defined:
3566         MenuRunLaTeX, MakeLaTeXOutput, RunScript, CreatePostscript,
3567         PreviewPostscript, PreviewDVI, AskOverwrite, MenuMakeLaTeX,
3568         MenuMakeLinuxDoc, MenuMakeDocBook, MenuMakeHTML,
3569         MenuMakeHTML_LinuxDoc, MenuMakeHTML_DocBook, RunLinuxDoc,
3570         RunDocBook, MenuExport.
3571         
3572         * src/lyxfunc.C (Dispatch): Use the Exporter::Export and
3573         Exporter::Preview methods if NEW_EXPORT is defined.     
3574         
3575         * src/buffer.C (Dispatch): Use Exporter::Export.
3576         
3577         * src/lyxrc.C: Added new tags: \converter and \viewer.
3578         
3579         * src/commandtags.h
3580         * src/LyXAction.C: Define new lyx-function: buffer-update.
3581         Remove obsolete buffer-typeset,buffer-typeset-ps & buffer-view-ps
3582         when NEW_EXPORT is defined.
3583         
3584         * src/MenuBackend.C: Added new tags: updateformats and viewformats.
3585         
3586         * src/frontends/xforms/Menubar_pimpl.C (add_formats) New method.
3587         
3588         * lib/ui/default.ui: Added submenus "view" and "update" to the 
3589         "file" menu.
3590         
3591         * src/filetools.C (GetExtension): New function.
3592         
3593         * src/LaTeX.C (LaTeX): Add "-pdf" to depfile if pdflatex is used.
3594
3595 2000-08-29  Allan Rae  <rae@lyx.org>
3596
3597         * lib/bind/xemacs.bind: update a binding due to Juergen's recent work
3598
3599         * src/frontends/xforms/FormDocument.C (checkReadOnly): new function
3600         (EnableDocumentLayout): removed
3601         (DisableDocumentLayout): removed
3602         (build): make use of ButtonController's read-only handling to
3603         de/activate various objects. Replaces both of the above functions.
3604
3605         * src/frontends/xforms/ButtonController.h (readWrite): was read_write
3606         (readOnly): was read_only
3607         (refresh): fixed dumb mistakes with read_only_ handling
3608
3609         * src/frontends/xforms/forms/form_document.fd:
3610         * src/frontends/xforms/forms/form_tabular.fd: Use FL_FLAT_BOX for the
3611         tabbed dialogs so the tabs look more like tabs and so its easier to
3612         work out which is the current tab.
3613
3614         * src/lyx_gui_misc.C (updateAllVisibleBufferRelatedDialogs): fix
3615         segfault with form_table
3616
3617         * src/frontends/ButtonPolicies.C: All policies now support UNDO_ALL.
3618
3619 2000-08-28  Juergen Vigna  <jug@sad.it>
3620
3621         * acconfig.h: added USE_PSPELL.
3622
3623         * src/config.h.in: added USE_PSPELL.
3624
3625         * autogen.sh: added pspell.m4
3626
3627         * config/pspell.m4: new file.
3628
3629         * src/spellchecker.C: implemented support for pspell libary.
3630
3631 2000-08-25  Juergen Vigna  <jug@sad.it>
3632
3633         * src/LyXAction.C (init): renamed LFUN_TABLE to
3634         LFUN_DIALOG_TABULAR_INSERT and fixed all it's occurences.
3635
3636         * src/lyxfunc.C (getStatus): fix for disabled Edit->Table entries.
3637
3638         * src/lyxscreen.h: add force_clear variable and fuction to force
3639         a clear area when redrawing in LyXText.
3640
3641         * src/text.C (GetVisibleRow): look if the screen forces a redraw.
3642
3643 2000-08-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
3644
3645         * some whitespace and comment changes.
3646         
3647         * src/lyx_gui.C (LyXGUI): use C++ style casts instead of C ones.
3648
3649         * src/buffer.C: up te LYX_FORMAT to 2.17
3650
3651 2000-08-23  Juergen Vigna  <jug@sad.it>
3652
3653         * src/BufferView_pimpl.C (tripleClick): disable this when in a
3654         locking_inset.
3655
3656         * src/insets/insettabular.C (pasteSelection): delete the insets
3657         LyXText as it is not valid anymore.
3658         (copySelection): new function.
3659         (pasteSelection): new function.
3660         (cutSelection): new function.
3661         (LocalDispatch): implemented cut/copy/paste of cell selections.
3662
3663         * src/insets/insettext.C (resizeLyXText): don't need resize if I still
3664         don't have a LyXText.
3665
3666         * src/LyXAction.C (init): a NEW_TABULAR define too much.
3667
3668         * src/lyx_gui_misc.C (CloseAllBufferRelatedDialogs): another missing
3669         NEW_TABULAR define.
3670
3671 2000-08-22  Juergen Vigna  <jug@sad.it>
3672
3673         * src/lyx_gui_misc.C (updateAllVisibleBufferRelatedDialogs): 
3674         ifdef form_table out if NEW_TABULAR.
3675
3676 2000-08-21  Juergen Vigna  <jug@sad.it>
3677
3678         * src/insets/insettabular.C (TabularFeatures): BoxType is enum now.
3679         (draw): fixed draw position so that the cursor is positioned in the
3680         right place.
3681         (InsetMotionNotify): hide/show cursor so the position is updated.
3682         (GENERAL): fixed cursor_pos to show only 0/1 (begin/end of cell),
3683         using cellstart() function where it should be used.
3684
3685         * src/insets/insettext.C (draw): ditto.
3686
3687         * src/tabular.C: fixed initialization of some missing variables and
3688         made BoxType into an enum.
3689
3690 2000-08-22  Marko Vendelin <markov@ioc.ee>
3691         * src/frontends/gnome/Menubar_pimpl.C: Mathces LyX action with Gnome 
3692         stock menu item using action numerical value, not its string
3693         representation.
3694
3695
3696 2000-08-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
3697
3698         * src/frontends/xforms/Makefile.am (libxforms_la_SOURCES): add
3699         GUIRunTime.C remove GUIRunTime_pimpl.[Ch]
3700
3701         * src/frontends/xforms/GUIRunTime_pimpl.[Ch]: removed file
3702
3703         * src/frontends/xforms/GUIRunTime.C: new file
3704
3705         * src/frontends/kde/Makefile.am (libkde_la_SOURCES): add
3706         GUIRunTime.C and remove GUIRunTime_pimpl.[Ch]
3707
3708         * src/frontends/kde/GUIRunTime_pimpl.[Ch]: removed file
3709
3710         * src/frontends/kde/GUIRunTime.C: new file
3711
3712         * src/frontends/gnome/Makefile.am (libgnome_la_SOURCES): add
3713         GUIRunTime.C and remove GUIRunTime_pimpl.[Ch]
3714
3715         * src/frontends/gnome/GUIRunTime_pimpl.[Ch]: removed file
3716
3717         * src/frontends/gnome/GUIRunTime.C: new file
3718
3719         * src/frontends/Makefile.am (libfrontends_la_SOURCES): removed
3720         GUIRunTime.C 
3721
3722         * src/frontends/GUIRunTime.h: removed constructor and destructor,
3723         small change to documetentation.
3724
3725         * src/frontends/GUIRunTime.C: removed file
3726
3727         * src/text2.C (MeltFootnoteEnvironment): add some NEW_TABULAR
3728
3729         * src/lyxparagraph.h: enable NEW_TABULAR as default
3730
3731         * src/lyxfunc.C (processKeySym): remove some commented code
3732
3733         * src/lyx_gui_misc.C (updateAllVisibleBufferRelatedDialogs): add
3734         NEW_TABULAR around the fd_form_table_options.
3735
3736         * src/lyx_gui.C (runTime): call the static member function as
3737         GUIRunTime::runTime().
3738
3739 2000-08-21  Allan Rae  <rae@lyx.org>
3740
3741         * src/frontends/xforms/FormDocument.h: D'oh.  Forgot to change the
3742         policy here also.
3743
3744 2000-08-21  Dekel Tsur  <dekel@math.tau.ac.il>
3745
3746         * src/Spacing.C (writeEnvirBegin): Small fix when sstream not present
3747
3748 2000-08-21  Allan Rae  <rae@lyx.org>
3749
3750         * src/frontends/xforms/ButtonController.h (setOK): renamed from setOk to
3751         keep Garst happy ;-)
3752         * src/frontends/xforms/FormPreferences.C (build): use setOK
3753         * src/frontends/xforms/FormDocument.C (build): use setOK
3754         (FormDocument): use the appropriate policy.
3755
3756 2000-08-21  Allan Rae  <rae@lyx.org>
3757
3758         * src/frontends/xforms/ButtonController.h (class ButtonController): Allow
3759         automatic [de]activation of arbitrary objects when in a read-only state.
3760
3761         * src/frontends/ButtonPolicies.h: More documentation
3762         (isReadOnly): added to support the above.
3763
3764         * src/frontends/xforms/forms/form_preferences.fd: Changed Ok -> Save
3765
3766 2000-08-18  Juergen Vigna  <jug@sad.it>
3767
3768         * src/insets/insettabular.C (getStatus): changed to return func_status.
3769
3770         * src/lyxfunc.C (getStatus): fixed TabularFeatures menu to always
3771         display toggle menu entries if they are.
3772
3773         * src/lyx_cb.C: #ifdef'ed out layout stuff which is in the
3774         new document layout now.
3775
3776         * src/lyxfunc.C: ditto
3777
3778         * src/lyx_gui_misc.C: ditto
3779
3780         * src/lyx_gui.C: ditto
3781
3782         * lib/ui/default.ui: removed paper and quotes layout as they are now
3783         all in the document layout tabbed folder.
3784
3785         * src/frontends/xforms/forms/form_document.fd: added Restore
3786         button and callbacks for all inputs for Allan's ButtonPolicy.
3787
3788         * src/frontends/xforms/FormDocument.C (ChoiceClassCB): added.
3789         (CheckChoiceClass): added missing params setting on class change.
3790         (UpdateLayoutDocument): added for updating the layout on params.
3791         (build): forgot to RETURN_ALWAYS input_doc_spacing.
3792         (FormDocument): Implemented Allan's ButtonPolicy with the
3793         PreferencesPolicy.
3794
3795 2000-08-17  Allan Rae  <rae@lyx.org>
3796
3797         * src/frontends/xforms/Dialogs.C (Dialogs): Make a temporary connection
3798         so we can at least see the credits again.
3799
3800         * src/frontends/xforms/FormPreferences.C: Used the appropriate button
3801         controller calls for the appropriate callbacks.  Note that since Ok
3802         calls apply followed by cancel, and apply isn't a valid input for the
3803         APPLIED state, the bc_ calls have to be made in the static callback not
3804         within each of the real callbacks.
3805
3806         * src/frontends/xforms/ButtonController.h (Ok): renamed from Okay()
3807         (setOk): renamed from setOkay()
3808
3809 2000-08-17  Juergen Vigna  <jug@sad.it>
3810
3811         * src/frontends/gnome/Menubar_pimpl.C (openByName): put this function
3812         in the implementation part.
3813         (composeUIInfo): don't show optional menu-items.
3814
3815         * src/lyxfunc.C (getStatus): use insets LyXText if the_locking_inset.
3816
3817         * src/insets/insettext.C (UpdateLocal): call to LyXView::showState()
3818
3819         * src/bufferview_funcs.C (CurrentState): fixed to show also the
3820         text-state when in a text-inset.
3821
3822         * src/frontends/kde/GUIRunTime_pimpl.C: include xforms for now.
3823
3824 2000-08-17  Marko Vendelin <markov@ioc.ee>
3825         * src/frontends/gnome/FormIndex.C
3826         * src/frontends/gnome/FormIndex.h
3827         * src/frontends/gnome/FormToc.C
3828         * src/frontends/gnome/FormToc.h
3829         * src/frontends/gnome/dialogs
3830         * src/frontends/gnome/diatoc_callbacks.c
3831         * src/frontends/gnome/diatoc_callbacks.h
3832         * src/frontends/gnome/diainsertindex_callbacks.h
3833         * src/frontends/gnome/diainsertindex_callbacks.c
3834         * src/frontends/gnome/diainsertindex_interface.c
3835         * src/frontends/gnome/diainsertindex_interface.h
3836         * src/frontends/gnome/diatoc_interface.h
3837         * src/frontends/gnome/diatoc_interface.c
3838         * src/frontends/gnome/Makefile.am: Table of Contents and 
3839         Insert Index dialogs implementation for Gnome frontend
3840
3841         * src/frontends/gnome/GUIRunTime_pimpl.C: fix some small bugs
3842
3843         * src/frontends/gnome/Menubar_pimpl.C: remove historical comments
3844
3845         * src/frontends/gnome/diainserturl_interface.c: make the dialog
3846         resizable
3847
3848 2000-08-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
3849
3850         * src/frontends/xforms/GUIRunTime_pimpl.C: constructor and
3851         destructor. Don't definde if you don't need it
3852         (processEvents): made static, non-blocking events processing for
3853         xforms.
3854         (runTime): static method. event loop for xforms
3855         * similar as above for kde and gnome.
3856         
3857         * src/frontends/GUIRunTime.C (GUIRunTime): new Pimpl() is wrong
3858         new Pimpl is correct
3859         (runTime): new method calss the real frontends runtime func.
3860
3861         * src/lyx_gui.C (runTime): change to use the GUIRunTime::runTime
3862
3863 2000-08-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
3864
3865         * src/lyx_gui.C (create_forms): fix the "No change" gettext missing
3866
3867 2000-08-16  Juergen Vigna  <jug@sad.it>
3868
3869         * src/lyx_gui.C (runTime): added GUII RunTime support.
3870
3871         * src/frontends/Makefile.am: 
3872         * src/frontends/GUIRunTime.[Ch]:
3873         * src/frontends/xforms/GUIRunTime_pimpl.[Ch]:
3874         * src/frontends/kde/GUIRunTime_pimpl.[Ch]:
3875         * src/frontends/gnome/GUIRunTime_pimpl.[Ch]: added GUII runtime support
3876
3877         * src/LyXAction.C (init): added dummy LFUN_INSERT_URL.
3878
3879         * src/frontends/Makefile.am (INCLUDES): don't set the FRONTENDS include
3880         as this is already set in ${FRONTEND_INCLUDE} if needed.
3881
3882         * configure.in (CPPFLAGS): setting the include dir for the frontend
3883         directory and don't set FRONTEND=xforms for now as this is executed
3884         always.
3885
3886 2000-08-16 John Levon (moz@compsoc.man.ac.uk)
3887
3888         * src/frontends/kde/Makefile.am:
3889         * src/frontends/kde/FormUrl.C:
3890         * src/frontends/kde/FormUrl.h:
3891         * src/frontends/kde/formurldialog.h:
3892         * src/frontends/kde/formurldialog.C: Add KDE URL dialog
3893
3894 2000-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
3895
3896         * src/frontend/Makefile.am: Add gnome and kde to dist tar file.
3897
3898 2000-08-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
3899
3900         * src/BufferView_pimpl.C (workAreaKeyPress): enable the
3901         processKeySym
3902         
3903 2000-08-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
3904
3905         * src/WorkArea.C (work_area_handler): more work to get te
3906         FL_KEYBOARD to work with xforms 0.88 too, please test.
3907
3908         * src/BufferView_pimpl.C (workAreaKeyPress): add XForms 0.88 guard.
3909
3910 2000-08-15  Dekel Tsur  <dekel@math.tau.ac.il>
3911
3912         * src/frontends/ButtonPolicies.C: make gcc happy when compiling with
3913         -pedantic
3914
3915 2000-08-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
3916
3917         * src/Timeout.h: remove Qt::emit hack.
3918
3919         * several files: changes to allo doc++ compilation
3920         
3921         * src/lyxfunc.C (processKeySym): new method
3922         (processKeyEvent): comment out if FL_REVISION < 89
3923
3924         * src/WorkArea.C: change some debugging levels.
3925         (WorkArea): set wantkey to FL_KEY_ALL
3926         (work_area_handler): enable the FL_KEYBOARD clause, this enables
3927         clearer code and the use of compose with XForms 0.89. Change to
3928         use signals instead of calling methods in bufferview directly.
3929
3930         * src/Painter.C: change some debugging levels.
3931
3932         * src/LyXView.C: don't setup of use the KeyPressMask_raw_callback
3933         if FL_REVISION < 89
3934
3935         * src/BufferView_pimpl.C (Pimpl): Connect to the WorkArea signals.
3936         (workAreaKeyPress): new method
3937
3938 2000-08-14  Juergen Vigna  <jug@sad.it>
3939
3940         * src/frontends/kde/Dialogs.C (Dialogs): added missing dialogs.
3941
3942         * config/kde.m4: addes some features
3943
3944         * src/frontends/kde/Makefile.am (libkde_la_OBJADD): modified to 
3945         include missing xforms dialogs.
3946
3947         * src/Timeout.h: a hack to be able to compile with qt/kde.
3948
3949         * sigc++/.cvsignore: added acinclude.m4
3950
3951         * lib/.cvsignore: added listerros
3952
3953         * src/frontends/Makefile.am: modified for now to ALWAYS compile the
3954         xforms tree as objects are needed for other frontends.
3955
3956         * src/frontends/gnome/Makefile.am (libgnome_la_OBJADD): added for
3957         linking with not yet implemented xforms objects.
3958
3959         * src/frontends/gnome/Dialogs.C (Dialogs): added FormDocument.
3960
3961 2000-08-14  Baruch Even  <baruch.even@writeme.com>
3962
3963         * src/frontends/xforms/FormGraphics.h:
3964         * src/frontends/xforms/FormGraphics.C:
3965         * src/frontends/xforms/RadioButtonGroup.h:
3966         * src/frontends/xforms/RadioButtonGroup.C:
3967         * src/insets/insetgraphics.h:
3968         * src/insets/insetgraphics.C:
3969         * src/insets/insetgraphicsParams.h:
3970         * src/insets/insetgraphicsParams.C: Changed indentation to use tabs
3971         instead of spaces, and various other indentation issues to make the
3972         sources more consistent.
3973
3974 2000-08-14  Marko Vendelin <markov@ioc.ee>
3975
3976         * src/frontends/gnome/dialogs/diaprint.glade
3977         * src/frontends/gnome/FormPrint.C
3978         * src/frontends/gnome/FormPrint.h
3979         * src/frontends/gnome/diaprint_callbacks.c
3980         * src/frontends/gnome/diaprint_callbacks.h
3981         * src/frontends/gnome/diaprint_interface.c
3982         * src/frontends/gnome/diaprint_interface.h: Print dialog Gnome 
3983         implementation
3984         
3985         * src/frontends/gnome/dialogs/diainserturl.glade
3986         * src/frontends/gnome/FormUrl.C
3987         * src/frontends/gnome/FormUrl.h
3988         * src/frontends/gnome/diainserturl_callbacks.c
3989         * src/frontends/gnome/diainserturl_callbacks.h
3990         * src/frontends/gnome/diainserturl_interface.c
3991         * src/frontends/gnome/diainserturl_interface.h: Insert Url dialog
3992         Gnome implementation
3993
3994         * src/frontends/gnome/Dialogs.C
3995         * src/frontends/gnome/Makefile.am: added Print, Insert Url  and
3996         all other dialogs. Copy all unimplemented dialogs from Xforms
3997         frontend
3998         
3999         * src/frontends/gnome/support.c
4000         * src/frontends/gnome/support.h: support files generated by Glade
4001
4002         * autogen.sh
4003         * configure.in
4004         * config/gnome.m4: Gnome configuration scripts
4005
4006         * config/lyxinclude.m4: cleanup: frontend renamed from gtk to gnome in
4007         configure --help message
4008
4009         * src/lyx_gui.C: Gnome/Gtk releases control in LyXGUI::runTime()
4010         only if there are no events pendling in Gnome/Gtk. This enhances
4011         the performance of menus.
4012
4013
4014 2000-08-14  Allan Rae  <rae@lyx.org>
4015
4016         * lib/Makefile.am: listerrors cleaning
4017
4018         * lib/listerrors: removed -- generated file
4019         * acinclude.m4: ditto
4020         * sigc++/acinclude.m4: ditto
4021
4022         * src/frontends/xforms/forms/form_citation.fd:
4023         * src/frontends/xforms/FormCitation.C (setSize): Made the form a more
4024         manageable size.
4025
4026         * src/frontends/xforms/forms/makefile: I renamed the `install` target
4027         `updatesrc` and now we have a `test` target that does what `updatesrc`
4028         used to do. I didn't like having an install target that wasn't related
4029         to the dist.
4030
4031         * src/frontends/xforms/Form*.[hC]: Removed the free() member functions
4032         on all except FormGraphics.  This may yet happen. Followed by a major
4033         cleanup including using FL_TRANSIENT for most of the dialogs.  More
4034         changes to come when the ButtonController below is introduced.
4035
4036         * src/frontends/xforms/ButtonController.h: New file for managing up to
4037         four buttons on a dialog according to an externally defined policy.
4038         * src/frontends/xforms/Makefile.am: added above
4039
4040         * src/frontends/ButtonPolicies.[hC]: New files full of policies for Ok,
4041         Apply and Cancel/Close buttons and everything in between and beyond.
4042         * src/frontends/Makefile.am: added above.
4043
4044         * src/frontends/xforms/forms/form_preferences.fd:
4045         * src/frontends/xforms/FormPreferences.[hC]: Uses the ButtonController
4046         and removed variable 'status' as a result. Fixed the set_minsize thing.
4047         Use the new screen-font-update after checking screen fonts were changed
4048         Added a "Restore" button to restore the original lyxrc values while
4049         editing.  This restores everything not just the last input changed.
4050         That's still a tricky one.  As is the "LyX: this shouldn't happen..."
4051
4052         * src/LyXAction.C: screen-font-update added for updating buffers after
4053         screen font settings have been changed.
4054         * src/commandtags.h: ditto
4055         * src/lyxfunc.C: ditto
4056
4057         * forms/lyx.fd: removed screen fonts dialog.
4058         * src/lyx_gui.C: ditto
4059         * src/menus.[Ch]: ditto
4060         * src/lyx.[Ch]: ditto
4061         * src/lyx_cb.C: ditto + code from here moved to make
4062         screen-font-update. And people wonder why progress on GUII is
4063         slow.  Look at how scattered this stuff was!  It takes forever
4064         just find it all. 
4065
4066         * forms/fdfix.sh: Fixup the spacing after commas.
4067         * forms/makefile: Remove date from generated files. Fewer clashes now.
4068         * forms/bullet_forms.C.patch: included someones handwritten changes
4069
4070         * src/lyxrc.[Ch]: Added a commented out system_lyxrc.  Will use it RSN
4071         once I've discovered why LyXRC was made noncopyable.
4072         * src/lyx_main.C: ditto
4073
4074 2000-08-14  Angus Leeming  <a.leeming@ic.ac.uk>
4075
4076         * src/frontends/xforms/forms/fdfix.sh:
4077         * src/frontends/xforms/forms/fdfixh.sed:
4078         * src/frontends/xforms/forms/fdfixc.sed: New file from Angus
4079         * src/frontends/xforms/Form*.[hC]:
4080         * src/frontends/xforms/form_*.[hC]: Massive rewrite of the generation
4081         scripts to rename all the "FL_OBJECT * form_xxxx" to "form" and to
4082         provide a destructor for the struct FD_form_xxxx. Another version of
4083         the set_[max|min]size workaround and a few other cleanups. Actually,
4084         Angus' patch from 20000809.
4085
4086 2000-08-13  Baruch Even  <baruch.even@writeme.com>
4087
4088         * src/insets/insetgraphics.C (Clone): Added several fields that needed
4089         copying.
4090
4091 2000-08-11  Juergen Vigna  <jug@sad.it>
4092
4093         * src/insets/insetgraphics.C (InsetGraphics): changing init
4094         order because of warnings.
4095
4096         * src/frontends/xforms/forms/makefile: adding patching .C with
4097         .C.patch files.
4098
4099         * src/frontends/xforms/forms/fdfix.sh: changing patching file .c
4100         from .C.patch to .c.patch
4101
4102         * src/frontends/xforms/FormCommand.C (FormCommand): changing init
4103         order because of warning.
4104
4105         * src/frontends/xforms/Dialogs.C (Dialogs): added FormDialog
4106
4107         * src/frontends/Liason.C (setMinibuffer): new helper function
4108
4109         * src/frontends/Dialogs.h (class Dialogs): inserting showLayoutDocument
4110
4111         * src/lyxfunc.C (Dispatch): calling new Document-Layout
4112
4113         * lib/ui/default.ui: commented out PaperLayout entry
4114
4115         * src/frontends/xforms/form_document.[Ch]: new added files 
4116         
4117         * src/frontends/xforms/FormDocument.[Ch]: ditto
4118
4119         * src/frontends/xforms/forms/form_document.fd: ditto
4120
4121         * src/frontends/xforms/forms/form_document.C.patch: ditto
4122
4123 2000-08-10  Juergen Vigna  <jug@sad.it>
4124
4125         * src/insets/insetgraphics.C (draw): fixed access to 0 cacheHandle.
4126         (InsetGraphics): initialized cacheHandle to 0.
4127         (draw): changed call to updateInset to status=CHANGE_IN_DRAW.
4128
4129 2000-08-10  Baruch Even  <baruch.even@writeme.com>
4130
4131         * src/graphics/GraphicsCache.h:
4132         * src/graphics/GraphicsCache.C (addFile, removeFile): Changed to work 
4133         correctly as a cache.
4134
4135         * src/graphics/GraphicsCacheItem.h:
4136         * src/graphics/GraphicsCacheItem.C: Changed to the pimpl idiom to allow
4137         reference counting.
4138
4139         * src/graphics/GraphicsCacheItem_pimpl.h:
4140         * src/graphics/GraphicsCacheItem_pimpl.C: The implementation of the
4141         GraphicsCacheItem.
4142
4143         * src/insets/insetgraphics.h: 
4144         * src/insets/insetgraphics.C: Changed from using a signal notification
4145         to polling when image is not loaded.
4146
4147 2000-08-10  Allan Rae  <rae@lyx.org>
4148
4149         * development/tools/makeLyXsigc.sh: Updated to allow Signal3.  Note
4150         that there are two functions that have to been taken out of line by
4151         hand and aren't taken care of in the script.  (Just a reminder note)
4152
4153         * sigc++/macros/*.h.m4: Updated as above.
4154
4155 2000-08-09  Juergen Vigna  <jug@sad.it>
4156
4157         * src/insets/insettext.C (draw): small fix for clearing rectangle.
4158
4159         * src/insets/insettabular.C: make drawing of single cell smarter.
4160
4161 2000-08-09  Marko Vendelin <markov@ioc.ee>
4162         * src/frontends/gnome/Menubar_pimpl.C
4163         * src/frontends/gnome/Menubar_pimpl.h: Gnome frontend Menubar
4164         implementation: new files
4165         
4166         * src/frontends/gnome/mainapp.C
4167         * src/frontends/gnome/mainapp.h: Gnome main window (temporary
4168         implementation)
4169
4170         * src/main.C: create Gnome main window
4171
4172         * src/frontends/xforms/Menubar_pimpl.h
4173         * src/frontends/Menubar.C
4174         * src/frontends/Menubar.h: added method Menubar::update that calls 
4175         Menubar_pimpl::update and xforms/Menubar_pimpl::update (empty one)
4176
4177         * src/LyXView.C: calls Menubar::update to update the state
4178         of menu items
4179
4180         * src/frontends/gnome/Makefile.am: added new files
4181         
4182         * src/frontends/Makefile.am: added frontend compiler options
4183
4184 2000-08-08  Juergen Vigna  <jug@sad.it>
4185
4186         * src/lyx_cb.C (AutoSave): autosave for unnamed files enabled!
4187
4188         * src/bufferlist.C (close): 
4189         * src/bufferlist.C (QwriteAll): remove Autosave-files for Unnamed()
4190         documents if exiting without saving.
4191
4192         * src/buffer.C (save): use removeAutosaveFile()
4193
4194         * src/support/filetools.C (removeAutosaveFile): new function.
4195
4196         * src/lyx_cb.C (MenuWrite): returns a bool now.
4197         (MenuWriteAs): check if file could really be saved and revert to the
4198         old name if not.
4199         (MenuWriteAs): removing old autosavefile if existant.
4200
4201         * src/frontends/xforms/FormRef.h: puting FD_form_ref declaration
4202         before Goto toggle declaration, because of compiler warning.
4203
4204         * src/frontends/xforms/FormRef.C: forgot include of <algorithm>
4205
4206         * src/lyxfunc.C (MenuNew): small fix.
4207
4208         * src/lyxrc.C (output): added RC_NEW_ASK_FILENAME tag.
4209
4210         * src/bufferlist.C (newFile):
4211         * src/lyxfunc.C (MenuNew): use the new_ask_filename tag from lyxrc.
4212
4213         * src/lyxrc.C: added new_ask_filename tag
4214
4215 2000-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
4216
4217         * src/lyx.fd: removed code pertaining to form_ref
4218         * src/lyx.[Ch]: ditto
4219         * src/lyx_cb.C: ditto
4220         * src/lyx_gui.C: ditto
4221         * src/lyx_gui_misc.C: ditto
4222
4223         * src/BufferView_pimpl.C (restorePosition): update buffer only
4224         if file has changed
4225
4226         * src/commandtags.h (LFUN_REFTOGGLE): removed
4227         (LFUN_INSERT_REF): renamed LFUN_REF_INSERT
4228         (LFUN_REFGOTO): renamed LFUN_REF_GOTO
4229         (LFUN_REFBACK): renamed LFUN_REF_BACK
4230
4231         * src/LyXAction.C: removed code pertaining to LFUN_REFTOGGLE
4232         * src/menus.C: ditto
4233         * src/lyxfunc.C (Dispatch): ditto.
4234         InsertRef dialog is now GUI-independent.
4235
4236         * src/texrow.C: added using std::endl;
4237
4238         * src/insets/insetref.[Ch]: strip out large amounts of code.
4239         The inset is now a container and this functionality is now
4240         managed by a new FormRef dialog
4241         
4242         * src/frontends/Dialogs.h (showRef, createRef): new signals
4243
4244         * src/frontends/xforms/FormIndex.[Ch],
4245         src/frontends/xforms/FormUrl.[Ch]: workaround an xforms bug
4246         when setting dialog's min/max size
4247         * src/frontends/xforms/FormIndex.[Ch]: ditto
4248
4249         * src/frontends/xforms/FormRef.[Ch],
4250         src/frontends/xforms/forms/form_ref.fd: new xforms
4251         implementation of an InsetRef dialog
4252
4253         * src/graphics/GraphicsCache.[Ch]: small changes to compile with
4254         DEC cxx
4255
4256         * src/graphics/XPM_Renderer.C (isImageFormatOK):
4257         ios::nocreate is not part of the standard. Removed.
4258
4259 2000-08-07  Baruch Even  <baruch.even@writeme.com>
4260
4261         * src/graphics/Renderer.h:
4262         * src/graphics/Renderer.C: Added base class for rendering of different
4263         image formats into Pixmaps.
4264
4265         * src/graphics/XPM_Renderer.h:
4266         * src/graphics/XPM_Renderer.C: Taken from GraphicsCacheItem and placed
4267         in a different class.
4268
4269         * src/graphics/GraphicsCacheItem.C: factored out the rendering in order to
4270         easily add support for other formats.
4271
4272         * src/insets/figinset.C: plugged a leak of an X resource.
4273
4274 2000-08-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
4275
4276         * src/CutAndPaste.[Ch]: make all metods static. 
4277
4278         * development/Code_rules/Rules: more work, added section on
4279         Exceptions, and a References section.
4280
4281         * a lot of header files: work to make doc++ able to generate the
4282         source documentation, some workarounds of doc++ problems. Doc++ is
4283         now able to generate the documentation.
4284
4285 2000-08-07  Juergen Vigna  <jug@sad.it>
4286
4287         * src/insets/insettabular.C (recomputeTextInsets): removed function
4288
4289         * src/tabular.C (SetWidthOfMulticolCell): 
4290         (SetWidthOfCell): 
4291         (calculate_width_of_column_NMC): fixed return value so that it really
4292         only returns true if the column-width has changed (there where
4293         problems with muliticolumn-cells in this column).
4294
4295 2000-08-04  Juergen Vigna  <jug@sad.it>
4296
4297         * src/BufferView_pimpl.C (checkInsetHit): changed so that it looks
4298         also on the scrollstatus of the inset.
4299         (workAreaMotionNotify): ditto.
4300
4301         * src/texrow.C (getIdFromRow): fixed compile problem on egcs-1.1.2.
4302
4303 2000-08-01  Juergen Vigna  <jug@sad.it>
4304
4305         * src/insets/insettabular.C (resetPos): scroll tabular automatically.
4306
4307         * src/commandtags.h: 
4308         * src/LyXAction.C (init): 
4309         * src/insets/inset.C (LocalDispatch): added support for
4310         LFUN_SCROLL_INSET.
4311
4312         * src/insets/inset.C (scroll): new functions.
4313
4314         * src/insets/insettext.C (removeNewlines): new function.
4315         (SetAutoBreakRows): removes forced newlines in the text of the
4316         paragraph if autoBreakRows is set to false.
4317
4318         * src/tabular.C (Latex): generates a parbox around the cell contents
4319         if needed.
4320
4321         * src/frontends/xforms/FormTabular.C (local_update): removed
4322         the radio_useparbox button.
4323
4324         * src/tabular.C (UseParbox): new function
4325
4326 2000-08-06  Baruch Even  <baruch.even@writeme.com>
4327
4328         * src/graphics/GraphicsCache.h:
4329         * src/graphics/GraphicsCache.C:
4330         * src/graphics/GraphicsCacheItem.h:
4331         * src/graphics/GraphicsCacheItem.C: Made them to actually do something
4332         usefull.
4333
4334         * src/insets/insetgraphics.h:
4335         * src/insets/insetgraphics.C: Added the use of the GraphicsCache
4336         and the drawing of the inline image.
4337
4338         * src/buffer.C: Fixed a bug where a loaded InsetGraphics would be
4339         loaded into the wrong position.
4340
4341         * src/lyxfunc.C: When adding an InsetGraphics the edit dialog is now
4342         launched.
4343
4344 2000-08-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
4345
4346         * src/support/translator.h: move all typedefs to public section
4347
4348         * src/support/filetools.C (MakeLatexName): return string const
4349         (QuoteName): ditto
4350         (TmpFileName): ditto
4351         (FileOpenSearch): ditto
4352         (FileSearch): ditto
4353         (LibFileSearch): ditto
4354         (i18nLibFileSearch): ditto
4355         (GetEnv): ditto
4356         (GetEnvPath): ditto
4357         (CreateTmpDir): ditto
4358         (CreateBufferTmpDir): ditto
4359         (CreateLyXTmpDir): ditto
4360         (GetCWD): ditto
4361         (OnlyPath): ditto
4362         (MakeAbsPath): ditto
4363         (AddName): ditto
4364         (OnlyFilename): ditto
4365         (ExpandPath): ditto
4366         (NormalizePath): ditto
4367         (CleanupPath): ditto
4368         (GetFileContents): ditto
4369         (ReplaceEnvironmentPath): ditto
4370         (MakeRelPath): ditto
4371         (AddPath): ditto
4372         (ChangeExtension): ditto
4373         (MakeDisplayPath): ditto
4374         (do_popen): return cmdret const
4375         (findtexfile): return string const
4376
4377         * src/support/DebugStream.h: add some /// to please doc++
4378
4379         * src/frontends/DialogBase.h (endif): add some /// to please doc++
4380
4381         * src/texrow.C (same_rownumber): functor to use with find_if
4382         (getIdFromRow): rewritten to use find_if and to not update the
4383         positions. return true if row is found
4384         (increasePos): new method, use to update positions
4385
4386         * src/lyxlex_pimpl.h: make LyXLex::Pimpl noncopyable
4387
4388         * src/lyxlex_pimpl.C (verifyTable): new method
4389         (pushTable): use it
4390         (Pimpl): use it
4391         (GetString): return string const
4392         (pushTable): rewrite to use std::stack
4393         (popTable): ditto
4394         (setFile): better check
4395         (setStream): ditto
4396
4397         * src/lyxlex.h: make LyXLex noncopyable
4398
4399         * src/lyxlex.C (text): return char const * const
4400         (GetString): return string const
4401         (getLongString): return string const
4402
4403         * src/lyx_gui_misc.C (askForText): return pair<...> const
4404
4405         * src/lastfiles.[Ch] (operator): return string const
4406
4407         * src/buffer.C (parseSingleLyXformat2Token): pass string to
4408         istringstream not char const *. 
4409         move token.end() out of loop.
4410         (readFile): move initializaton of token
4411
4412         * src/BufferView2.C (insertErrors): run texrow.increasePos if
4413         getIdFromRow is successful.
4414
4415         * lib/bind/emacs.bind: don't include menus bind
4416
4417         * development/Code_rules/Rules: the beginnings of making this
4418         better and covering more of the unwritten rules that we have.
4419
4420         * development/Code_rules/Recommendations: a couple of wording
4421         changes. 
4422
4423 2000-08-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4424
4425         * src/support/strerror.c: remove C++ comment.
4426
4427 2000-08-04  Angus Leeming  <a.leeming@ic.ac.uk>
4428
4429         * src/commandtags.h: LFUN_INDEX_CREATE_LAST reverts to
4430         LFUN_INDEX_INSERT_LAST
4431
4432         * src/texrow.C (getIdFromRow): changed from const_iterator to
4433         iterator, allowing code to compile with DEC cxx
4434
4435         * src/frontends/xforms/FormCitation.[Ch]: made vector<string>
4436         stores part of the class, as suggested by Allan. Will allow
4437         multiple LyXViews.
4438         (apply): test to apply uses InsetCommandParams operator!=
4439
4440         * src/frontends/xforms/FormIndex.C: moved set_minsize into build
4441         (apply): test to apply uses InsetCommandParams operator!=
4442
4443         * src/frontends/xforms/FormToc.[Ch]: made vector<string>
4444         stores part of the class.
4445         (update): removed limits on min/max size.
4446
4447         * src/frontends/xforms/FormUrl.C: moved set_minsize into build
4448         (apply): test to apply uses InsetCommandParams operator!=
4449
4450         * src/insets/insetcommand.[Ch] InsetCommand made noncopyable
4451         (Read, Write, scanCommand, getCommand): moved functionality
4452         into InsetCommandParams.
4453         (Clone): removed
4454         (getScreenLabel): made pure virtual
4455         new InsetCommandParams operators== and !=
4456         
4457         * src/insets/insetbib.[Ch] (InsetBibKey, InsetBibtex): new
4458         c-tors based on InsetCommandParams. Removed others.
4459         * src/insets/insetinclude.[Ch]: ditto
4460         * src/insets/insetlabel.[Ch]: ditto
4461         * src/insets/insetparent.[Ch]: ditto
4462         * src/insets/insetref.[Ch]: ditto. Also moved gotoLabel into .C
4463         
4464         * src/buffer.C (parseSingleLyXformat2Token, readInset): all
4465         insets derived from InsetCommand created using similar c-tors
4466         based on InsetCommandParams
4467         * src/lyx_cb.C (MenuInsertLabel, RefSelectCB): ditto
4468         * src/menus.C (ShowRefsMenu): ditto
4469         * src/paragraph.C (Clone): ditto
4470         * src/text2.C (SetCounter): ditto
4471         * src/lyxfunc.C (Dispatch) ditto
4472         Also recreated old InsetIndex behaviour exactly. Can now
4473         index-insert at the start of a paragraph and index-insert-last
4474         without launching the pop-up.
4475
4476 2000-08-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
4477
4478         * lib/lyxrc.example: mark te pdf options as non functional.
4479
4480         * src/support/lstrings.C (strToInt): move initalization of tmpstr
4481         (isStrDbl): move tmpstr.end() out of loop.
4482         (strToDbl): move intialization of tmpstr
4483         (lowercase): return string const and move tmp.end() out of loop.
4484         (uppercase): return string const and move tmp.edn() out of loop.
4485         (prefixIs): add assertion
4486         (suffixIs): ditto
4487         (contains): ditto
4488         (contains): ditto
4489         (contains): ditto
4490         (containsOnly): ditto
4491         (containsOnly): ditto
4492         (containsOnly): ditto
4493         (countChar): make last arg char not char const
4494         (token): return string const
4495         (subst): return string const, move tmp.end() out of loop.
4496         (subst): return string const, add assertion
4497         (strip): return string const
4498         (frontStrip): return string const, add assertion
4499         (frontStrip): return string const
4500         (split): ditto
4501         (split): ditto
4502         (rsplit): ditto
4503
4504         * src/support/lstrings.C: add inclde "LAssert.h"
4505         (isStrInt): move tmpstr.end() out of loop.
4506
4507         * src/frontends/xforms/Toolbar_pimpl.C (activate): move
4508         toollist.end() out of loop.
4509         (deactivate): move toollist.end() out of loop.
4510         (update): move toollist.end() out of loop.
4511         (updateLayoutList): move tc.end() out of loop.
4512         (add): move toollist.end() out of loop.
4513
4514         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): move
4515         md.end() out of loop.
4516
4517         * src/texrow.h: make getIdFromRow const, make rowlist mutable.
4518
4519         * src/texrow.C (getIdFromRow): make const, more rowlist.end() out
4520         of loop.
4521
4522         * src/paragraph.C (Erase): move fontlist.end() out of loop.
4523         (Erase): move insetlist.end() out of loop.
4524
4525         * src/lyx_sendfax_main.C: make show_logfile static and to take a
4526         ref to const string as first arg. Move initialization of some
4527         variables, whitespace changes.
4528
4529         * src/kbmap.C (defkey): move table.end() out of loop.
4530         (kb_keymap): move table.end() out of loop.
4531         (findbinding): move table.end() out of loop.
4532
4533         * src/MenuBackend.C (hasMenu): move end() out of loop.
4534         (getMenu): move end() out of loop.
4535         (getMenu): move menulist_.end() out of loop.
4536
4537         * src/Makefile.am (#lyx_LDFLAGS): interesting option commented out.
4538
4539         * src/LaTeXFeatures.C (getIncludedFiles): move IncludedFiles.end()
4540         out of loop.
4541
4542         * src/LColor.C (getFromGUIName): move infotab.end() out of loop.
4543         (getFromLyXName): move infotab.end() out of loop.
4544
4545         * config/lyxinclude.m4 (CXXFLAGS): change for 2.96 add
4546         -fvtable-thunks -ffunction-sections -fdata-sections 
4547
4548 2000-08-03  Dekel Tsur  <dekel@math.tau.ac.il>
4549
4550         * src/frontends/xforms/RadioButtonGroup.h: Changed <forms.h> to
4551         FORMS_H_LOCATION.
4552
4553 2000-08-03  Angus Leeming  <a.leeming@ic.ac.uk>
4554
4555         * src/frontends/xforms/FormCommand.[Ch] (d-tor): removed
4556
4557         * src/frontends/xforms/FormCitation.[Ch],
4558         src/frontends/xforms/FormIndex.[Ch],
4559         src/frontends/xforms/FormToc.[Ch],
4560         src/frontends/xforms/FormUrl.[Ch] (d-tors): call free()
4561
4562 2000-08-03  Angus Leeming  <a.leeming@ic.ac.uk>
4563
4564         * src/commandtags.h: renamed, created some flags for citation
4565         and index
4566
4567         * src/lyx_gui_misc.C: stripped out old FD_index_form code
4568
4569         * src/lyxfunc.C (dispatch): use signals to insert index entry
4570         
4571         * src/frontends/Dialogs.h: new signal createIndex
4572
4573         * src/frontends/xforms/FormCommand.[Ch],
4574         src/frontends/xforms/FormCitation.[Ch],
4575         src/frontends/xforms/FormToc.[Ch],
4576         src/frontends/xforms/FormUrl.[Ch]: clean up and comment better
4577
4578         * src/insets/insetindex.[Ch]: GUI-independent
4579
4580         * src/frontends/xforms/FormIndex.[Ch],
4581         * src/frontends/xforms/forms/form_index.fd: xforms implementation
4582         of the Index dialog
4583         
4584 2000-08-01  Dekel Tsur  <dekel@math.tau.ac.il>
4585
4586         * src/mathed/math_write.C (MathDecorationInset::Write) Put \protect 
4587         before \overbrace, \underbrace, \overleftarrow, or \overrightarrow.
4588         
4589 2000-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
4590
4591         * src/insets/insetref.C (Latex): rewrite so that there is now
4592         question that a initialization is requested.
4593
4594         * src/insets/insetcommand.h: reenable the hide signal
4595
4596 2000-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4597
4598         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): try to
4599         fix handling of shortcuts (many bugs :)
4600         (add_lastfiles): ditto.
4601
4602         * lib/ui/default.ui: fix a few shortcuts.
4603
4604 2000-07-27  Kayvan A. Sylvan  <kayvan@sylvan.com>
4605
4606         * Makefile.am: Fix ``rpmdist'' target to return the exit
4607         status of the ``rpm'' command, instead of the last command in
4608         the chain (the ``rm lyx.xpm'' command, which always returns
4609         success).
4610
4611 2000-08-02  Allan Rae  <rae@lyx.org>
4612
4613         * src/frontends/xforms/FormUrl.C (FormUrl): Initialise ALL variables.
4614         * src/frontends/xforms/FormCitation.C (FormCitation): ditto
4615         * src/frontends/xforms/FormToc.C (FormToc): ditto
4616
4617         * src/frontends/xforms/Makefile.am: A few forgotten files
4618
4619         * src/frontends/xforms/FormCommand.C (showInset): The rest of the
4620         Signals-not-copyable-problem Lars' started commenting out.
4621
4622         * src/frontends/xforms/form_toc.[hC]: new files.  TOC crashes lyx.
4623
4624 2000-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
4625
4626         * src/insets/insetcommand.h: Signals is not copyable so anoter
4627         scheme for automatic hiding of forms must be used.
4628
4629         * src/frontends/xforms/FormCitation.h: don't inerit from
4630         noncopyable, FormCommand already does that.
4631         * src/frontends/xforms/FormToc.h: ditto
4632         * src/frontends/xforms/FormUrl.h: ditto
4633
4634         * src/frontends/xforms/FormCitation.C: add include <algorithm>
4635
4636 2000-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
4637
4638         * src/insets/insetcommand.h (hide): new SigC::Signal0
4639         (d-tor) new virtual destructor emits hide signal
4640
4641         * src/insets/insetcite.[Ch] (hide, d-tor, EditMessage): removed
4642         * src/insets/inseturl.[Ch]  (hide, d-tor): ditto
4643
4644         * src/insets/insettoc.[Ch]: one inset now deals with TOC, LOA,
4645         LOF and LOT. Inset is now GUI-independent
4646
4647         * src/insets/insetloa.[Ch]: redundant
4648         * src/insets/insetlof.[Ch]: ditto
4649         * src/insets/insetlot.[Ch]: ditto
4650         
4651         * src/frontends/xforms/forms/form_url.fd: tweaked!
4652         * src/frontends/xforms/forms/form_citation.fd: ditto
4653
4654         * src/frontends/xforms/FormCommand.[Ch]: new base class to those
4655         dialogs dealing with InsetCommand insets
4656
4657         * src/frontends/xforms/FormCitation.[Ch]: now makes use of
4658         FormCommand base class
4659         * src/frontends/xforms/FormUrl.[Ch]: ditto
4660
4661         * src/frontends/xforms/forms/form_toc.fd: Xforms implementation
4662         of the TOC dialog
4663         * src/frontends/xforms/FormToc.[Ch]: ditto
4664
4665         * src/frontends/Dialogs.h (showCitation, showTOC, showUrl): all
4666         passed a generic InsetCommand pointer
4667         * src/frontends/xforms/Dialogs.C (c-tor): create instance of FormToc
4668
4669         * src/lyxfunc.C (Dispatch) : modified to accomodate new FormToc class
4670         and modified InsetTOC class
4671         * src/buffer.C: ditto
4672
4673         * forms/lyx.fd: strip out old FD_form_toc code
4674         * src/lyx_gui_misc.C: ditto
4675         * src/lyx_gui.C: ditto
4676         * src/lyx_cb.C: ditto
4677         * src/lyx.[Ch]: ditto
4678
4679 2000-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
4680
4681         * src/support/utility.hpp: tr -d '\r'
4682
4683 2000-08-01  Juergen Vigna  <jug@sad.it>
4684
4685         * src/insets/insettabular.h: removed initFeatures() as it's not needed.
4686
4687         * src/commandtags.h: 
4688         * src/LyXAction.C (init): added LFUN_LAYOUT_TABULAR and
4689         LFUN_TABULAR_FEATURES.
4690
4691         * src/lyxfunc.C (getStatus): implemented LFUN_TABULAR_FEATURES and
4692         LFUN_LAYOUT_TABULAR.
4693
4694         * src/insets/insettabular.C (getStatus): implemented helper function.
4695
4696         * lib/ui/default.ui: implemented edit-table-menu and layout-tabular.
4697
4698 2000-07-31  Juergen Vigna  <jug@sad.it>
4699
4700         * src/text.C (draw): fixed screen update problem for text-insets.
4701
4702         * src/text2.C (SetParagrpah): call an update of the inset-owner when
4703         something changed probably this has to be added in various other
4704         functions too.
4705
4706         * src/insets/insettext.C (cy): fixed to give back the right cursor.y().
4707
4708 2000-07-31  Baruch Even <baruch.even@writeme.com>
4709
4710         * src/frontends/xforms/RadioButtonGroup.C: Changed to use home-brew
4711         templates to satisfy compaq cxx.
4712
4713
4714 2000-07-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
4715
4716         * src/support/translator.h (equal_1st_in_pair::operator()): take
4717         const ref pair_type as arg. 
4718         (equal_2nd_in_pair::operator()): ditto
4719         (Translator::~Translator): remove empty d-tor.
4720
4721         * src/graphics/GraphicsCache.C: move include config.h to top, also
4722         put initialization of GraphicsCache::singleton here.
4723         (~GraphicsCache): move here
4724         (addFile): take const ref as arg
4725         (removeFile): ditto
4726
4727         * src/lyxlex_pimpl.C (setFile): comment in old behaviour
4728
4729         * src/BufferView2.C (insertLyXFile): change te with/without header
4730         check slightly.
4731
4732 2000-07-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4733
4734         * src/frontends/xforms/FormGraphics.C (apply): add some
4735         static_cast. Not very nice, but required by compaq cxx.
4736
4737         * src/frontends/xforms/RadioButtonGroup.h: include header
4738         <utility> instead of <pair.h>
4739
4740         * src/insets/insetgraphicsParams.C: add using directive. 
4741         (readResize): change return type to void. 
4742         (readOrigin): ditto.
4743
4744         * src/lyxfunc.C (getStatus): add missing break for build-program
4745         function; add test for Literate for export functions.
4746
4747         * lib/ui/default.ui: fix Insert->TOC->TOC; comment out invalid
4748         entries in Options menu.
4749
4750 2000-07-31  Baruch Even <baruch.even@writeme.com>
4751
4752         * src/frontends/xforms/Toolbar_pimpl.C (toolbarItem::operator=):
4753         protect against auto-allocation; release icon when needed.
4754
4755 2000-07-31  Matej Cepl <CeplM@seznam.cz>
4756
4757         * lib/kbd/czech.kmap: new file. standard Czech keyboard as found
4758         on usual typewriter.
4759
4760         * lib/kbd/czech-prg.kmap: simpler czech kmap (which was the
4761         earlier czech.kmap), useful only for programming.
4762
4763 2000-07-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4764
4765         * src/frontends/xforms/FormCitation.h: fix conditioning around
4766         #pragma. 
4767
4768 2000-07-31  Juergen Vigna  <jug@sad.it>
4769
4770         * src/frontends/xforms/FormTabular.C (local_update): changed
4771         radio_linebreaks to radio_useparbox and added radio_useminipage.
4772
4773         * src/tabular.C: made support for using minipages/parboxes.
4774
4775         * src/bufferlist.C (QwriteAll): small fix for asking for save.
4776
4777         * src/insets/insetgraphics.C (draw): just draw the inset so that the
4778         cursor is visible.
4779         (descent): so the cursor is in the middle.
4780         (width): bit smaller box.
4781
4782         * src/insets/insetgraphics.h: added display() function.
4783
4784 2000-07-31  Baruch Even <baruch.even@writeme.com>
4785
4786         * src/frontends/Dialogs.h: Added showGraphics signals.
4787
4788         * src/frontends/xforms/forms/form_graphics.fd: Added file, the
4789         xforms form definition of the graphics dialog.
4790
4791         * src/frontends/xforms/FormGraphics.h: 
4792         * src/frontends/xforms/FormGraphics.C: Added files, the
4793         GUIndependent code of InsetGraphics
4794
4795         * src/insets/insetgraphics.h: 
4796         * src/insets/insetgraphics.C: Major writing to make it work.
4797
4798         * src/insets/insetgraphicsParams.h:     
4799         * src/insets/insetgraphicsParams.C: Added files, parameter passing
4800         struct between InsetGraphics and GUI.
4801
4802         * src/LaTeXFeatures.h:
4803         * src/LaTeXFeatures.C (c-tor, require, getPackages): Enabled
4804         support for graphicx package. 
4805
4806         * src/buffer.C (parseSingleLyXformat2Token): Fixed read support
4807         for the graphics inset.
4808
4809         * src/support/translator.h: Added file, used in
4810         InsetGraphicsParams. this is a template to translate between two
4811         types.
4812
4813         * src/frontends/xforms/RadioButtonGroup.h: 
4814         * src/frontends/xforms/RadioButtonGroup.C: Added files, Comprise a
4815         way to easily control a radio button group.
4816
4817 2000-07-28  Juergen Vigna  <jug@sad.it>
4818
4819         * src/insets/insettabular.C (LocalDispatch): 
4820         (TabularFeatures): added support for lyx-functions of tabular features.
4821         (cellstart): refixed this function after someone wrongly changed it.
4822
4823         * src/commandtags.h:
4824         * src/LyXAction.C (init): added support for tabular-features
4825
4826 2000-07-28  Allan Rae  <rae@lyx.org>
4827
4828         * src/frontends/xforms/FormPreferences.C (build): Setup input return
4829         checking.  NOTE: It seems that pressing ESC to cancel the dialog also
4830         triggers the callback for input checking. As a result we sometimes get
4831         "LyX: This shouldn't happen..." printed to cerr.
4832         (input): Started using status variable since I only free() on 
4833         destruction.  Some input checking for paths and font sizes.
4834
4835         * src/frontends/xforms/FormPreferences.h: Use status to control 
4836         activation of Ok and Apply
4837
4838         * src/frontends/xforms/forms/form_preferences.fd: Setup input return
4839         callback.  Also resized to stop segfaults with 0.88.  The problem is
4840         that xforms-0.88 requires the folder to be wide enough to fit all the
4841         tabs.  If it isn't it causes all sorts of problems.
4842
4843         * src/frontends/xforms/FormCopyright.[hC]: forward declare FD_form...
4844
4845         * src/frontends/xforms/forms/README: Reflect reality.
4846
4847         * src/frontends/xforms/forms/fdfix.sh: Clean up comments
4848         * src/frontends/xforms/forms/makefile: ditto.
4849
4850         * src/commandtags.h: Get access to new Preferences dialog
4851         * src/LyXAction.C: ditto
4852         * src/lyxfunc.C: ditto
4853         * lib/ui/default.ui: ditto
4854
4855 2000-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4856
4857         * src/frontends/xforms/forms/makefile (.c.C): change call to fdfix.sh.
4858
4859         * src/frontends/xforms/Makefile.am (libxforms_la_SOURCES): add a
4860         few files.
4861
4862         * src/frontends/xforms/form_url.[Ch]: added.
4863
4864 2000-07-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
4865
4866         * src/insets/insetbib.h: fixed bug in previous commit
4867
4868         * src/frontends/xforms/FormUrl.h: ditto
4869
4870         * src/frontends/xforms/FormPrint.h: ditto
4871
4872         * src/frontends/xforms/FormPreferences.h: ditto
4873
4874         * src/frontends/xforms/FormCopyright.h: ditto
4875
4876         * src/frontends/xforms/FormCitation.C: ditto
4877
4878         * src/frontends/Dialogs.h (class Dialogs): use noncopyable, remove
4879         private copyconstructor and private default contructor
4880
4881         * src/support/Makefile.am: add utility.hpp
4882
4883         * src/support/utility.hpp: new file from boost
4884
4885         * src/insets/insetbib.h: set owner in clone
4886
4887         * src/frontends/xforms/FormCitation.C: added missing include
4888         algorithm
4889
4890         * src/insets/form_url.[Ch]: removed
4891
4892 2000-07-26  Kayvan A. Sylvan <kayvan@sylvan.com>
4893
4894         * development/lyx.spec.in
4895         * Makefile.am: Fix buglet for LyX RPM generation resulting from
4896         file/directory re-organization.
4897
4898 2000-07-26  Angus Leeming  <a.leeming@ic.ac.uk>
4899
4900         * src/insets/insetcommand.[Ch]: moved the string data and
4901         associated manipulation methods into a new stand-alone class
4902         InsetCommandParams. This class has two additional methods
4903         getAsString() and setFromString() allowing the contents to be
4904         moved around as a single string.
4905         (addContents) method removed.
4906         (setContents) method no longer virtual.
4907
4908         * src/buffer.C (readInset): made use of new InsetCitation,
4909         InsetUrl constructors based on InsetCommandParams.
4910
4911         * src/commandtags.h: add LFUN_INSERT_URL
4912
4913         * src/lyxfunc.C (Dispatch): changed to accomadate GUI-
4914         independent InsetUrl and use InsetCommandParams to extract
4915         string info and create new Insets.
4916
4917         * src/frontends/Dialogs.h: add signals showUrl, createUrl.
4918
4919         * src/frontends/xforms/FormCitation.C (apply): uses 
4920         InsetCommandParams.
4921
4922         * src/frontends/xforms/form_url.C
4923         * src/frontends/xforms/form_url.h
4924         * src/frontends/xforms/FormUrl.h
4925         * src/frontends/xforms/FormUrl.C
4926         * src/frontends/xforms/forms/form_url.fd: new files
4927
4928         * src/insets/insetcite.[Ch]: removed unused constructors.
4929
4930         * src/insets/insetinclude.[Ch]: no longer store filename
4931
4932         * src/insets/inseturl.[Ch]: GUI-independent.
4933
4934 2000-07-26  Juergen Vigna  <jug@sad.it>
4935         * renamed frontend from gtk to gnome as it is that what is realized
4936         and did the necessary changes in the files.
4937         
4938 2000-07-26  Marko Vendelin <markov@ioc.ee>
4939         * autogen.sh
4940         * configure.in: cleaning up gnome configuration scripts
4941
4942 2000-07-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4943
4944         * src/frontends/xforms/Menubar_pimpl.C (set): fix the disappearing
4945         shortcuts syndrom by redrawing them explicitely (a better solution
4946         would be appreciated).
4947
4948         * src/lyxfunc.C (getStatus): fix crash when functions are disabled.
4949
4950         * src/frontends/xforms/Menubar_pimpl.C (set): fix the shortcut of
4951         the button.
4952
4953         * src/lyx_cb.C (MenuExport): change html export to do the right
4954         thing depending of the document type (instead of having
4955         html-linuxdoc and html-docbook).
4956         * src/lyxfunc.C (getStatus): update for html
4957         * lib/ui/default.ui: simplify due to the above change.
4958         * src/menus.C (ShowFileMenu): update too (in case we need it).
4959
4960         * src/MenuBackend.C (read): if a menu is defined twice, add the
4961         new entries to the exiting one.
4962
4963 2000-07-26  Juergen Vigna  <jug@sad.it>
4964
4965         * src/buffer.h: added functions setUnnamed(bool) and isUnnamed().
4966
4967         * src/lyx_cb.C (MenuWriteAs): Changed to react right for unnamed docs
4968         and return a bool if it did actual save the file.
4969         (AutoSave): don't autosave a unnamed doc.
4970
4971         * src/bufferlist.C (close) (QwriteAll) (emergencyWriteAll):
4972         check if this is an UNNAMED new file and react to it.
4973         (newFile): set buffer to unnamed and change to not mark a new
4974         buffer dirty if I didn't do anything with it.
4975
4976         * src/lyxfunc.C (MenuNew): Changed to not ask for filename on new.
4977
4978 2000-07-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
4979
4980         * src/frontends/Menubar.h: make "struct Pimpl;" public + the
4981         friend as per Angus's patch posted to lyx-devel.
4982
4983         * src/ext_l10n.h: updated
4984
4985         * src/frontends/xforms/Toolbar_pimpl.C (updateLayoutList): run
4986         gettext on the style string right before inserting them into the
4987         combox. 
4988
4989         * autogen.sh: add code to extract style strings form layout files,
4990         not good enough yet. 
4991
4992         * src/frontends/gtk/.cvsignore: add MAKEFILE
4993
4994         * src/MenuBackend.C (read): run the label strings through gettext
4995         before storing them in the containers.
4996
4997         * src/ext_l10n.h: new file 
4998
4999         * autogen.sh : generate the ext_l10n.h file here
5000
5001 2000-07-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5002
5003         * src/lyxrc.C (read): do not use LyXLex::lex() to parse set_color
5004         arguments. 
5005
5006         * lib/ui/default.ui: fix a couple of typos.
5007
5008         * config/gnome/gtk.m4: added (and added to the list of files in 
5009         autogen.sh).
5010
5011         * src/insets/insetinclude.C (unique_id): fix when we are using
5012         lyxstring instead of basic_string<>. 
5013         * src/insets/insettext.C (LocalDispatch): ditto.
5014         * src/support/filetools.C: ditto.
5015
5016         * lib/configure.m4: create the ui/ directory if necessary.
5017
5018         * src/LyXView.[Ch] (updateToolbar): new method.
5019
5020         * src/BufferView_pimpl.C (buffer): update the toolbar when
5021         opening/closing buffer.
5022
5023 2000-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5024
5025         * src/LyXAction.C (getActionName): enhance to return also the name
5026         and options of pseudo-actions.
5027         (init): New lyxfunc LFUN_MATH_PANEL=="math-panel".
5028
5029         * lib/ui/default.ui: use OptItem in the vc submenu (intented just
5030         as an example of what is possible). Used in File->Build too (more
5031         useful) and in the import/export menus (to mimick the complicated
5032         handling of linuxdoc and friends). Try to update all the entries.
5033
5034         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): handle
5035         optional entries.
5036
5037         * src/MenuBackend.C (read): Parse the new OptItem tag.
5038
5039         * src/MenuBackend.h: Add a new optional_ data member (used if the
5040         entry should be omitted when the lyxfunc is disabled).
5041
5042         * src/frontends/xforms/Menubar_pimpl.C (string_width): new
5043         function, used as a shortcut.
5044         (create_submenu): align correctly the shortcuts on the widest
5045         entry.
5046         
5047         * src/MenuBackend.h: MenuItem.label() only returns the label of
5048         the menu without shortcut; new method shortcut().
5049         
5050 2000-07-14  Marko Vendelin <markov@ioc.ee>
5051
5052         * src/frontends/gtk/Dialogs.C:
5053         * src/frontends/gtk/FormCopyright.C:
5054         * src/frontends/gtk/FormCopyright.h:
5055         * src/frontends/gtk/Makefile.am: added these source-files for the
5056         Gtk/Gnome support of the Copyright-Dialog.
5057
5058         * src/main.C: added Gnome::Main initialization if using
5059         Gtk/Gnome frontend-GUI.
5060
5061         * src/lyx_gui.C: added Gnome event loop if using Gtk/Gnome
5062         frontend-GUI.
5063         * config/gnome/aclocal-include.m4
5064         * config/gnome/compiler-flags.m4
5065         * config/gnome/curses.m4
5066         * config/gnome/gnome--.m4
5067         * config/gnome/gnome-bonobo-check.m4
5068         * config/gnome/gnome-common.m4
5069         * config/gnome/gnome-fileutils.m4
5070         * config/gnome/gnome-ghttp-check.m4
5071         * config/gnome/gnome-gnorba-check.m4
5072         * config/gnome/gnome-guile-checks.m4
5073         * config/gnome/gnome-libgtop-check.m4
5074         * config/gnome/gnome-objc-checks.m4
5075         * config/gnome/gnome-orbit-check.m4
5076         * config/gnome/gnome-print-check.m4
5077         * config/gnome/gnome-pthread-check.m4
5078         * config/gnome/gnome-support.m4
5079         * config/gnome/gnome-undelfs.m4
5080         * config/gnome/gnome-vfs.m4
5081         * config/gnome/gnome-x-checks.m4
5082         * config/gnome/gnome-xml-check.m4
5083         * config/gnome/gnome.m4
5084         * config/gnome/gperf-check.m4
5085         * config/gnome/gtk--.m4
5086         * config/gnome/linger.m4
5087         * config/gnome/need-declaration.m4: added configuration scripts
5088         for Gtk/Gnome frontend-GUI
5089
5090         * configure.in: added support for the --with-frontend=gtk option
5091
5092         * autogen.sh: added config/gnome/* to list of config-files
5093
5094         * acconfig.h: added define for GTKGUI-support
5095
5096         * config/lyxinclude.m4: added --with-frontend[=value] option value
5097         for Gtk/Gnome frontend-GUI support.
5098
5099 2000-07-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
5100
5101         * src/support/lstrings.C (prefixIs): rewrite so that gcc bastring
5102         can be used.
5103         (suffixIs): ditto
5104
5105         * src/paragraph.C (GetChar): remove non-const version
5106
5107         * src/lyxlex_pimpl.C (compare_tags): rewritten to suit cvs gcc 2.96
5108         (search_kw): use it.
5109
5110         * src/lyx_main.C (init): if "preferences" exist, read that instead
5111         of "lyxrc".
5112         (ReadRcFile): return bool if the file could be read ok.
5113         (ReadUIFile): add a check to see if lex file is set ok.
5114
5115         * src/lyx_cb.C (InsertAsciiFile): rewrite a bit so that gcc
5116         bastring can be used instead of lyxstring (still uses the old code
5117         if std::string is good enough or if lyxstring is used.)
5118
5119         * src/encoding.C: make the arrays static, move ininle functions
5120         here
5121         * src/encoding.h: from here.
5122
5123         * src/buffer.C: have last_isnet_read as a file scope variable for now.
5124         (parseSingleLyXformat2Token): move inset parsing to separate method
5125         (readInset): new private method
5126
5127         * src/Variables.h: remove virtual from get().
5128
5129         * src/ToolbarDefaults.C: include lyxparagraph.h temporary to get
5130         access to NEW_INSETS and NEW_TABULAR
5131
5132         * src/MenuBackend.h: remove superfluous forward declaration of
5133         MenuItem. Add documentations tags "///", remove empty MenuItem
5134         destructor, remove private default contructor.
5135
5136         * src/MenuBackend.C (MenuItem): remove unneeded copy contructor 
5137         (add): return *this
5138         (read): more string mlabel and mname to where they are used
5139         (read): remove unused variables mlabel and mname
5140         (defaults): unconditional clear, make menusetup take advantage of
5141         add returning Menu &.
5142
5143         * src/LyXView.h: define NEW_MENUBAR as default
5144
5145         * src/LyXAction.C: include lyxparagraph.h temporary to get access
5146         to NEW_INSETS and NEW_TABULAR.
5147         (init): commetn out some funcs that is obsolete when NEW_INSETS is
5148         defined. Change some of the "xxxx-inset-insert" functions names to
5149         "xxxx-insert".
5150
5151         * several files: more enahncements to NEW_INSETS and the resulting
5152         LyXParagraph code.
5153         
5154         * lib/lyxrc.example (\date_insert_format): move to misc section 
5155
5156         * config/lyxinclude.m4 (LYX_CXX_STL_STRING): allow to use the gcc
5157         bastring and use AC_CACHE_CHECK. 
5158         (LYX_CXX_GOOD_STD_STRING): new check. Checks if the std::string of
5159         the system have the newest methods. uses AC_CACHE_CHECK 
5160         (LYX_CXX_MUTABLE): use AC_CACHE_CHECK 
5161         (LYX_CXX_PARTIAL): use AC_CACHE_CHECK 
5162         (LYX_CXX_NAMESPACES): use AC_CACHE_CHECK
5163
5164         * configure.in: add LYX_CXX_GOOD_STD_STRING
5165
5166         * acinclude.m4: recreated
5167
5168 2000-07-24  Amir Karger <karger@lyx.org>
5169
5170         * README: add Hebrew, Arabic kmaps
5171         * ANNOUNCE: typo
5172
5173 2000-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5174
5175         * src/buffer.C (writeFileAscii): Define actcell as an int instead
5176         of int*.
5177
5178 2000-07-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5179
5180         * Lot of files: add pragma interface/implementation.
5181         
5182         * src/lyx_main.C (ReadUFile): new method. Read the UI file.
5183
5184         * lib/ui/default.ui: new file (ans new directory). Contains the
5185         default menu and toolbar.
5186
5187         * src/lyxrc.[Ch]: new variable ui_file. Move toolbardefaults to
5188         global space. Toolbars are now read (as menus) in ui files. 
5189
5190         * src/debug.C: change Debug::TOOLBAR to Debug::GUI.
5191
5192         * src/lyxfunc.C (getStatus): do not exit immediately if a command
5193         is disabled because the document is read-only. We want to have the
5194         toggle state of the function anyway.
5195         (getStatus): add code for LFUN_VC* functions (mimicking what is
5196         done in old-style menus)
5197         
5198         * src/lyxfunc.C (Dispatch): news functions LFUN_SWITCHBUFFER,
5199         LFUN_HELP_CREDITS, LFUN_HELP_VERSION, LFUN_HELP_OPEN.
5200
5201         * src/LyXView.[Ch]: add code for the NEW_MENUBAR define.
5202         * src/BufferView_pimpl.C: ditto. 
5203         * src/lyxfunc.C: ditto.         
5204
5205         * src/LyXView.h: add a define NEW_MENUBAR (commented out by
5206         default). This replaces old-style menus by new ones.
5207         
5208         * src/MenuBackend.[Ch]: new classes MenuBackend, Menu and
5209         MenuItem. Contain the data structure of a menu.
5210
5211         * src/insets/insettext.C: use LyXView::setLayout instead of
5212         accessing directly the toolbar combox.
5213         * src/lyxfunc.C (Dispatch): ditto.
5214
5215         * src/LyXView.C (setLayout): new method, which just calls
5216         Toolbar::setLayout(). 
5217         (updateLayoutChoice): move part of this method in Toolbar.
5218
5219         * src/toolbar.[Ch]: removed.
5220         
5221         * src/frontend/xforms/Toolbar_pimpl.[Ch]: new files. The xforms
5222         implementation the toolbar. 
5223
5224         * src/frontend/Toolbar.[Ch]: new files. The abstract interface of
5225         the toolbar. It might make sense to merge it with ToolbarDefaults
5226         later. 
5227         (setLayout): new function. 
5228         (updateLayoutList): ditto.
5229         (openLayoutList): ditto.
5230         
5231         * src/frontend/xforms/Toolbar_pimpl.[Ch]: new files. Contain the
5232         xforms implementation of the toolbar.
5233         (get_toolbar_func): comment out, since I do not
5234         know what it is good for. 
5235         
5236         * src/ToolbarDefaults.h: Add the ItemType enum.
5237
5238         * src/support/StrPool.[Ch]: new class. Acts as a reference holder
5239         for a list of allocated C strings. Used in Menubar xforms
5240         implementation to avoid memory leaks.
5241
5242         * src/support/lstrings.[Ch] (uppercase): new version taking and
5243         returning a char.
5244         (lowercase): ditto.
5245
5246         * lib/bind/xemacs.bind: remove bogus binding for lyx-quit.
5247         * lib/bind/emacs.bind: ditto.
5248
5249 2000-07-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
5250
5251         * src/toolbar.h: include commandtags.h instead of lyxfunc.h,
5252         forward decl of LyXView.
5253
5254         * src/toolbar.C (toolbarItem): moved from toolbar.h
5255         (toolbarItem::clean): ditto
5256         (toolbarItem::~toolbarItem): ditto
5257         (toolbarItem::operator): ditto
5258
5259         * src/text2.C (SetLayout): commetn out USE_OLD_SETUP_LAYOUT stuff
5260
5261         * src/paragraph.h: control the NEW_TABULAR define from here
5262
5263         * src/buffer.C: remove define USE_PARSE_FUNCTION, change
5264         USE_TABULAR_INSETS to NEW_TABULAR
5265
5266         * src/ToolbarDefaults.C: add include "lyxlex.h"
5267
5268         * files using the old table/tabular: use NEW_TABULAR to control
5269         compilation of old tabular stuff. 
5270
5271         * src/paragraph.C (SimpleTeXOnePar): NEW_INSETS: move some #ifdef
5272         to correct place.
5273
5274         * src/buffer.C (parseSingleLyXformat2Token): NEW_INSETS: fix the
5275         planemet in reading of old style floats, fix the \end_deeper
5276         problem when reading old style floats. 
5277
5278 2000-07-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
5279
5280         * src/paragraph.C (writeFile): NEW_INSETS: move a misplaced #endif
5281
5282 2000-07-20  Serge Winitzki <winitzki@erebus.phys.cwru.edu>
5283
5284         * lib/bind/sciword.bind: updated.
5285
5286 2000-07-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
5287
5288         * src/paragraph.C (writeFile): NEW_INSETS: possible fix to the
5289         layout write problem
5290
5291 2000-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5292
5293         * src/Makefile.am (INCLUDES): remove image directory from include
5294         path. 
5295
5296         * src/bullet_forms.C (create_form_form_bullet): small cleanup.
5297         * src/bullet_forms_cb.C (BulletPanelCB): ditto.
5298
5299         * src/LyXView.C (create_form_form_main): read the application icon
5300         from the disk.
5301
5302         * lib/images/*.xpm: change the icons to use transparent color for
5303         background. 
5304
5305         * src/toolbar.C (update): change the color of the button when it
5306         is toggled on.
5307
5308 2000-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5309
5310         * src/lyxfunc.C (Dispatch): use LyXView::ShowState instead of
5311         setting explicitely the minibuffer.
5312         * src/BufferView_pimpl.C (workAreaButtonRelease): ditto.
5313
5314         * src/LyXView.C (showState): new function. Shows font information
5315         in minibuffer and update toolbar state.
5316         (LyXView): call Toolbar::update after creating the
5317         view. 
5318
5319         * src/toolbar.C: change toollist to be a vector instead of a
5320         linked list.
5321         (BubbleTimerCB): get help string directly from the callback
5322         argument of the corresponding icon (which is the action) 
5323         (set): remove unnecessary ugliness.
5324         (update): new function. update the icons (depressed, disabled)
5325         depending of the status of the corresponding action.
5326         
5327         * src/toolbar.h: remove help in toolbarItem
5328
5329 2000-07-19  Dekel Tsur  <dekel@math.tau.ac.il>
5330
5331         * src/Painter.C (text): Added code for using symbol glyphs from
5332         iso10646 fonts. Currently diabled.
5333
5334         * src/encoding.C: Added new encodings: iso8859_3,iso8859_9 and
5335         symbol_encoding.
5336
5337         * src/language.C (initL): Fixed encodings for esperanto,lsorbian,
5338         magyar,turkish and usorbian.
5339
5340         * src/paragraph.C (isMultiLingual): Made more efficient.
5341
5342         * src/mathed/formula.C (LocalDispatch): Fixed behavior of greek
5343         keyboard.
5344
5345         * src/mathed/math_symbols.C (math_insert_greek): Changed to use
5346         LocalDispatch(..,LFUN_SELFINSERT,..) instead of math_insert_symbol().
5347         Also changed the prototype to "bool math_insert_greek(char)".
5348
5349 2000-07-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
5350
5351         * lots of files: apply the NEW_INSETS on all code that will not be
5352         needed when we move to use the new insets. Enable the define in
5353         lyxparagrah.h to try it.
5354         
5355         * src/insets/insettabular.C (cellstart): change to be a static
5356         inline function
5357         (InsetTabular): initialize buffer in the initializer list.
5358
5359 2000-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
5360
5361         * src/frontends/xforms/FormPrint.[Ch] : moved #include
5362         form_print.h out of the header file. Replaced with forward
5363         declarations of the relevant struct.
5364
5365         * src/frontends/xforms/FormPreferences.[Ch] : ditto for
5366         form_preferences.h.
5367
5368         * src/commandtags.h: do not include "debug.h" which does not
5369         belong there. #include it in some other places because of this
5370         change. 
5371
5372 2000-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5373
5374         * src/insets/insetcaption.C: add a couple "using" directives.
5375
5376         * src/toolbar.C (add): get the help text directly from lyxaction.
5377         (getPixmap): nuked.
5378         (setPixmap): new function. Loads from disk and sets a pixmap on a
5379         botton; the name of the pixmap file is derived from the command
5380         name. 
5381
5382         * src/toolbar.h: remove members isBitmap and pixmap from
5383         toobarItem struct. 
5384
5385         * lib/images/*.xbm *_bw.xpm: remove (not used any more).
5386         * lib/images/: move many files from images/banner.xpm.
5387
5388         * src/lyx_gui.C (create_forms): read banner pixmap from file.
5389
5390         * src/lyx_gui.C (create_forms): remove TWO_COLORS_ICONS support.
5391         * src/toolbar.C: ditto.
5392         * configure.in: ditto.
5393         * INSTALL: document. 
5394
5395         * src/spellchecker.C (ShowSpellChecker): use CancelCloseCB when
5396         the spellchecker popup is closed from the WM.
5397
5398 2000-07-19  Juergen Vigna  <jug@sad.it>
5399
5400         * src/insets/insetfloat.C (Write): small fix because we use the
5401         insetname for the type now!
5402
5403 2000-07-18  Angus Leeming  <a.leeming@ic.ac.uk>
5404
5405         * src/frontends/xforms/forms/form_citation.fd: object sizes are
5406         now set here
5407
5408         * src/frontends/Dialogs.h: removed hideCitation signal
5409
5410         * src/insets/insetcite.h: added hide signal
5411
5412         * src/insets/insetcite.C (~InsetCitation): emits new signal
5413         (getScreenLabel): "intelligent" label should now fit on the screen!
5414
5415         * src/frontends/xforms/FormCitation.[Ch] (hideInset): removed
5416
5417         * src/frontends/xforms/FormCitation.C (showInset): connects
5418         hide() to the inset's hide signal
5419         (show): modified to use fl_set_object_position rather than
5420         fl_set_object_geometry wherever possible
5421         
5422 2000-07-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
5423
5424         * src/insets/lyxinset.h: add caption code
5425
5426         * src/insets/insetfloat.C (type): new method
5427
5428         * src/insets/insetcaption.C (Write): new method
5429         (Read): new method
5430         (LyxCode): new method
5431
5432         * src/text2.C (SetCounter): revert Jürgens code, but use his idea
5433         to get it right together with using the FloatList.
5434
5435         * src/commandtags.h: add LFUN_INSET_CAPTION
5436         * src/lyxfunc.C (Dispatch): handle it
5437
5438         * src/buffer.C (parseSingleLyXformat2Token): add code to read a
5439         caption inset.
5440
5441         * src/Variables.[Ch]: make expand take a const reference, remove
5442         the destructor, some whitespace changes.
5443
5444         * src/LyXAction.C (init): add caption-inset-insert
5445
5446         * src/FloatList.C (FloatList): update the default floats a bit.
5447
5448 2000-07-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5449
5450         * src/Variables.[Ch]: new files. Intended to be used for language
5451         specific strings (like \chaptername) and filename substitution in
5452         commands. 
5453
5454         * src/trans.C (AddDeadkey): replace keyword "all" with "native" in
5455         kmap files.
5456         * lib/kbd/american.kmap: update
5457
5458         * src/trans_mgr.C (normalkey): do not test allowAccent anymore.
5459
5460         * src/bufferparams.[Ch]: remove member allowAccents.
5461
5462         * src/menus.C (ShowOptionsMenu): remove the LaTeX entry.
5463
5464         * src/LaTeXLog.C: use the log_form.h header.
5465         * src/lyx_gui.C: ditto.
5466         * src/lyx_gui_misc.C: ditto.
5467         * src/lyxvc.h: ditto.
5468
5469         * forms/log_form.fd: new file, created from latexoptions.fd. I
5470         kept the log popup and nuked the options form.
5471
5472         * src/{la,}texoptions.[Ch]: removed.
5473         * src/lyx_cb.C (LaTeXOptions): ditto
5474
5475         * src/lyx_gui.C (create_forms): do not handle the
5476         fd_latex_options form. 
5477
5478 2000-07-18  Juergen Vigna  <jug@sad.it>
5479
5480         * src/insets/insetfloat.C (InsetFloat): use setInsetName to set the
5481         name of the inset so that it can be requested outside (text2.C).
5482
5483         * src/text2.C (SetCounter): modified so it sees insetfloat for caption
5484         labels.
5485
5486 2000-07-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
5487
5488         * src/mathed/formula.h (ConvertFont): constify
5489
5490         * src/mathed/formula.C (Read): add warning if \end_inset is not
5491         found on expected place.
5492
5493         * src/insets/lyxinset.h (ConvertFont): consify
5494
5495         * src/insets/insetquotes.C (ConvertFont): constify
5496         * src/insets/insetquotes.h: ditto
5497
5498         * src/insets/insetinfo.h: add labelfont
5499
5500         * src/insets/insetinfo.C (InsetInfo): set the labelfont
5501         (ascent): use labelfont
5502         (descent): likewise
5503         (width): likewise
5504         (draw): likewise
5505         (Write): make .lyx file a bit nicer
5506
5507         * src/insets/insetfloat.C (Write): simplify somewhat...
5508         (Read): add warning if arg is not found
5509
5510         * src/insets/insetcollapsable.C: add using std::max
5511         (Read): move string token and add warning in arg is not found
5512         (draw): use std::max to get the right ty
5513         (getMaxWidth): simplify by using std::max
5514
5515         * src/insets/insetsection.h: new file
5516         * src/insets/insetsection.C: new file
5517         * src/insets/insetcaption.h: new file
5518         * src/insets/insetcaption.C: new file
5519
5520         * src/insets/inset.C (ConvertFont): constify signature
5521
5522         * src/insets/Makefile.am (libinsets_la_SOURCES): add
5523         insetcaption.[Ch] and insetsection.[Ch]
5524
5525         * src/layout.h: remove LABEL_FIRST_COUNTER from enum, change all
5526         uses to use LABEL_COUNTER_CHAPTER instead.
5527         * src/text2.C (SetCounter): here
5528
5529         * src/counters.h: new file
5530         * src/counters.C: new file
5531         * src/Sectioning.h: new file
5532         * src/Sectioning.C: new file
5533
5534         * src/Makefile.am (lyx_SOURCES): add Sectioning.[hC] and counters.[Ch]
5535
5536 2000-07-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5537
5538         * lib/Makefile.am (listerrors): build-listerrors is in ${srcdir},
5539         not always in "."!
5540
5541         * src/paragraph.[Ch] (SimpleTeXSpecialChars): fix the definition of
5542         the last argument.
5543
5544 2000-07-17  Juergen Vigna  <jug@sad.it>
5545
5546         * src/tabular.C (Validate): check if array-package is needed.
5547         (SetVAlignment): added support for vertical alignment.
5548         (SetLTFoot): better support for longtable header/footers
5549         (Latex): modified to support added features.
5550
5551         * src/LaTeXFeatures.[Ch]: added array-package.
5552
5553 2000-07-17  R. Lahaye  <lahaye@postech.ac.kr>
5554
5555         * src/lyx_gui.C (LyXGUI): make sure that the height is large
5556         enough. 
5557
5558 2000-07-17  Kayvan Sylvan <ksylvan@synopsys.com>
5559
5560         * configure.in: do not forget to put a space after -isystem.
5561
5562 2000-07-10  Dekel Tsur  <dekel@math.tau.ac.il>
5563
5564         * lib/kbd/arabic.kmap: a few fixes.
5565
5566 2000-07-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
5567
5568         * some whitespace chagnes to a number of files.
5569         
5570         * src/support/DebugStream.h: change to make it easier for
5571         doc++ to parse correctly.
5572         * src/support/lyxstring.h: ditto
5573
5574         * src/mathed/math_utils.C (compara): change to have only one
5575         operator()
5576         (MathedLookupBOP): change because of the above.
5577
5578         * src/mathed/math_delim.C (math_deco_compare): change to have only
5579         one operator()
5580         (search_deco): change becasue of the above.
5581
5582         * src/insets/insettabular.C (DrawCellSelection): use std::swap
5583         instead of manually coded one.
5584
5585         * src/insets/insetquotes.C (Read): read the \end_inset too
5586
5587         * src/insets/insetlatex.h: remove file
5588         * src/insets/insetlatex.C: remove file
5589         
5590         * src/insets/insetindex.[Ch] (InsetPrintIndex): remove default
5591         constructor 
5592         (InsetPrintIndex): remove destructor
5593
5594         * src/insets/insetinclude.h: remove default constructor
5595
5596         * src/insets/insetfloat.C: work to make it work better
5597
5598         * src/insets/inseterror.[Ch] (InsetError): remove default constructor
5599
5600         * src/insets/insetcite.h (InsetCitation): remove default constructor
5601
5602         * src/insets/insetbutton.[Ch] (InsetButton): remove default constructor
5603
5604         * src/text.C (GetColumnNearX): comment out some currently unused code.
5605
5606         * src/paragraph.C (writeFile): move some initializations closer to
5607         first use.
5608         (CutIntoMinibuffer): small change to use new matchIT operator
5609         (Erase): ditto
5610         (Erase): ditto
5611         (InsertChar): ditto
5612         (InsertInset): ditto
5613         (GetInset): ditto
5614         (GetInset): ditto
5615         (InsetIterator): ditto
5616         (Erase): small change to use new matchFT operator
5617         (InsertChar): ditto
5618         (GetFontSettings): ditto
5619         (HighestFontInRange): ditto
5620         (SetFont): ditto
5621
5622         * src/lyxparagraph.h: some chars changed to value_type
5623         (matchIT): because of some stronger checking (perhaps too strong)
5624         in SGI STL, the two operator() unified to one.
5625         (matchFT): ditto
5626
5627         * src/lyxfunc.C (Dispatch): code to insert InsetFloat improved
5628
5629         * src/buffer.C (parseSingleLyXformat2Token): static string to hold
5630         the last inset read added
5631         (parseSingleLyXformat2Token): some more (future) compability code added
5632         (parseSingleLyXformat2Token): warning about solitary \end_inset added
5633         (parseSingleLyXformat2Token): set last_inset_read
5634         (parseSingleLyXformat2Token): more code to read new "Float" correctly
5635         (parseSingleLyXformat2Token): don't double intializw string next_token
5636
5637         * src/TextCache.C (text_fits::operator()): add const's to the signature
5638         (has_buffer::operator()): ditto
5639
5640         * src/Floating.h: add some comments on the class
5641
5642         * src/FloatList.[Ch] (typeExist): new method
5643         (getType): ditto
5644
5645         * src/BackStack.h: added default constructor, wanted by Gcc.
5646
5647 2000-07-14  Juergen Vigna  <jug@sad.it>
5648
5649         * src/insets/insettext.C (clear): fixed for multiple paragraps/layouts.
5650
5651         * src/frontends/xforms/forms/form_tabular.fd: updated a bit.
5652
5653         * src/insets/insettabular.C (resizeLyXText): need this to be able to
5654         do a redraw when the window is resized!
5655         (LocalDispatch): small fix so LFUN_TAB works only with locked_inset.
5656
5657         * src/insets/insettext.C (resizeLyXText): added function to correctly
5658         being able to resize the LyXWindow.
5659
5660         * src/table.C (Read): fixed read on DOS-lyx-file (lf-lr)
5661
5662 2000-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
5663
5664         * src/frontends/Dialogs.h (hideCitation) : new signal to prevent
5665         crashes when closing dialog to a deleted inset.
5666
5667         * src/insets/insetcite.[Ch] (Edit) : the return of this former
5668         method! Now similar to other insets.
5669
5670 2000-07-13  Juergen Vigna  <jug@sad.it>
5671
5672         * src/text.C (GetVisibleRow): fixed clearing of rows with insets!
5673
5674         * lib/examples/Literate.lyx: small patch!
5675
5676         * src/insets/insetbib.C (Read): added this function because of wrong
5677         Write (without [begin|end]_inset).
5678
5679 2000-07-11  Juergen Vigna  <jug@sad.it>
5680
5681         * src/BufferView2.C (open_new_inset): changed to a bool returnvalue
5682         as the insertInset could not be good!
5683
5684         * src/screen.C (ToggleSelection): fixed toggle selection bug as
5685         the bool param should not be last.
5686
5687 2000-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5688
5689         * sigc++/configure.in: fix bug in threading-related code (Yes, I
5690         did submit that to Karl).
5691
5692         * configure.in: use -isystem instead of -I for X headers. This
5693         fixes a problem on solaris with a recent gcc; 
5694         put the front-end code after the X detection code;
5695         configure in sigc++ before lib/
5696
5697         * src/lyx_main.C (commandLineHelp): remove -display from command
5698         line help.
5699
5700 2000-07-09  Kayvan A. Sylvan  <kayvan@sylvan.com>
5701
5702         * lib/Makefile.am: added lib/build-listerrors to DIST tarfile.
5703         Also put in Makefile rules for building the ``listerrors''
5704         program for parsing errors from literate programs written in LyX.
5705
5706         * lib/build-listerrors: Added small shell script as part of compile
5707         process. This builds a working ``listerrors'' binary if noweb is
5708         installed and either 1) the VNC X server is installed on the machine,
5709         or 2) the user is compiling from within a GUI. The existence of a GUI
5710         is necessary to use the ``lyx --export'' feature for now. This
5711         hack can be removed once ``lyx --export'' no longer requires a GUI to
5712         function.
5713
5714 2000-07-09  Bernard Michael Hurley <bernardh@westherts.ac.uk>
5715
5716         * lib/examples/Literate.lyx, src/Literate.[Ch]: Error messages are
5717         now passed back correctly from gcc and placed "under" error
5718         buttons in a Literate LyX source.
5719
5720 2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
5721
5722         * src/text.C (GetColumnNearX): Better behavior when a RTL
5723         paragraph is ended by LTR text.
5724
5725         * src/text2.C (SetCurrentFont,CursorLeftIntern,CursorRightIntern):
5726         Ditto
5727
5728 2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
5729
5730         * src/WorkArea.C  (request_clipboard_cb): Set clipboard_read to
5731         true when clipboard is empty.
5732
5733 2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
5734
5735         * text.C (Backspace): Prevent rebreaking of a row if it is the last
5736         row of the paragraph.
5737         (SetHeightOfRow): Call to PrepareToPrint with 7th argument = false 
5738         to prevent calculation of bidi tables
5739
5740 2000-07-07  Juergen Vigna  <jug@sad.it>
5741
5742         * src/screen.C (ToggleSelection): added y_offset and x_offset
5743         parameters.
5744
5745         * src/insets/insettext.C (InsetMotionNotify): fixed selection with
5746         mouse.
5747
5748         * src/text.C (GetVisibleRow): fixed selection drawing in insets.
5749
5750         * src/insets/insettext.C: fixed Layout-Display!
5751
5752 2000-07-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5753
5754         * configure.in: add check for strings.h header.
5755
5756         * src/spellchecker.C: include <strings.h> in order to have a
5757         definition for bzero().
5758
5759 2000-07-07  Juergen Vigna  <jug@sad.it>
5760
5761         * src/insets/insettext.C (draw): set the status of the bv->text to
5762         CHANGED_IN_DRAW if top_x changed and so a reinit is necessary.
5763
5764         * src/screen.C (DrawOneRow): 
5765         (DrawFromTo): redraw the actual row if something has changed in it
5766         while drawing.
5767
5768         * src/text.C (draw): call an update of the toplevel-inset if something
5769         has changed inside while drawing.
5770
5771         * src/lyxtext.h: added CHANGED_IN_DRAW status.
5772
5773 2000-07-06  Angus Leeming  <a.leeming@ic.ac.uk>
5774
5775         * src/insets/insetbib.[Ch] (callback) new method, moving callback
5776         processing inside class.
5777
5778         * src/insets/insetindex.[Ch] (callback) new method, moving callback
5779         processing inside class.
5780
5781         * src/insets/insetindex.h new struct Holder, consistent with other
5782         insets.
5783
5784         * src/insets/insetcite.[Ch] and elsewhere: stripped out xforms
5785         citation dialog from main code and placed it in src/frontends/xforms.
5786         Dialog launched through signals instead of callbacks
5787         
5788 2000-07-06  R. Lahaye  <lahaye@postech.ac.kr>
5789
5790         * lyx.man: update the options description.
5791
5792 2000-07-05  R. Lahaye  <lahaye@postech.ac.kr>
5793
5794         * src/lyx_gui.C src/lyx_main.C: improve the -geometry support,
5795         handle neg values, set min width to 590, add doc about -display  
5796
5797 2000-07-05  Juergen Vigna  <jug@sad.it>
5798
5799         * src/insets/lyxinset.h: changed Painter & in ascent(), descent()
5800         calls to BufferView *.
5801
5802         * src/insets/insettext.C (checkAndActivateInset): small fix non
5803         HIGHLY_EDITABLE insets should not be entered by cursor-move-over!
5804
5805         * src/insets/insetcommand.C (Read): Fixed as insets should read till
5806         their \end_inset token!
5807
5808 2000-07-04  edscott  <edscott@imp.mx>
5809
5810         * src/lyxrc.C, src/lyxrc.h, src/BufferView_pimpl.C,
5811         lib/lyxrc.example: added option \wheel_jump
5812
5813 2000-07-04  R. Lahaye  <lahaye@postech.ac.kr>
5814
5815         * src/lyx_gui.C src/lyx_main.C: add support for -geometry, and
5816         remove support for -width,-height,-xpos and -ypos.
5817
5818 2000-07-01  Dekel Tsur  <dekel@math.tau.ac.il>
5819
5820         * src/encoding.[Ch]: New files.
5821
5822         * src/painter.C (text(int,int,XChar2b const *,...)): New method.
5823         (text): Call to the underline() method only when needed.
5824
5825         * src/font.C (XTextWidth16,width(XChar2b const *,...)): New methods.
5826
5827         * src/buffer.C (makeLaTeXFile): Compute automatically the input
5828           encoding(s) for the document.
5829
5830         * src/bufferparams.C (BufferParams): Changed default value of
5831         inputenc to "auto".
5832
5833         * src/language.C (newLang): Removed.
5834         (items[]): Added encoding information for all defined languages.
5835
5836         * src/lyx_gui.C (create_forms): Added "auto" option to the input
5837         encoding choice button.
5838
5839         * src/lyxrc.h (font_norm_type): New member variable.
5840         (set_font_norm_type): New method.
5841
5842         * src/paragraph.C (TeXOnePar): Put "\inputencoding{}" between
5843         paragraphs with different encodings.  
5844
5845         * src/text.C (is_arabic, is_nikud, TransformChar): Moved to encoding.C
5846         (TransformChar): Changed to work correctly with Arabic points.
5847         (draw): Added support for drawing Arabic points.
5848         (draw): Removed code for drawing underbars (this is done by
5849         the Painter!)
5850
5851         * src/support/textutils.h (IsPrintableNonspace): New function.
5852
5853         * src/BufferView_pimpl.h: Added "using SigC::Object".
5854         * src/LyXView.h: ditto.
5855
5856         * src/insets/insetinclude.h (include_label): Changed to mutable.
5857
5858 2000-07-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5859
5860         * src/mathed/math_iter.h: remove empty destructor
5861
5862         * src/mathed/math_cursor.h: remove empty destructor
5863
5864         * src/insets/lyxinset.h: add THEOREM_CODE
5865
5866         * src/insets/insettheorem.[Ch]: new files 
5867
5868         * src/insets/insetminipage.C: (InsertInset): remove
5869
5870         * src/insets/insetmarginal.C: inherit from InsetFootLike instead
5871         of InsetCollapsable
5872         (InsertInset): remove
5873
5874         * src/insets/insetlist.C: (InsertList): remove
5875
5876         * src/insets/insetfootlike.[Ch]: new files 
5877
5878         * src/insets/insetfoot.C: inherit from InsetFootLike instead of
5879         InsetCollapsable.
5880         (Write): remove
5881         (InsertInset): ditto
5882
5883         * src/insets/insetert.C: remove include Painter.h, reindent
5884         (InsertInset): move to header
5885
5886         * src/insets/insetcollapsable.h: remove explicit from default
5887         contructor, remove empty destructor, add InsertInset
5888
5889         * src/insets/insetcollapsable.C (InsertInset): new func
5890
5891         * src/insets/Makefile.am (libinsets_la_SOURCES): add new files
5892
5893         * src/vspace.h: add explicit to constructor
5894
5895         * src/paragraph.C (SimpleTeXSpecialChars): use \, instead of
5896         \textcompwordmark, please test this.
5897
5898         * src/lyxrc.C: set ascii_linelen to 65 by default
5899
5900         * src/lyxfunc.C (Dispatch): handle LFUN_INSET_THEOREM
5901
5902         * src/commandtags.h: add LFUN_INSET_THEOREM
5903
5904         * src/buffer.C (parseSingleLyXformat2Token): handle insettheorem
5905         (makeLinuxDocFile): remove _some_ of the nice logic
5906         (makeDocBookFile): ditto
5907
5908         * src/Painter.[Ch]: (~Painter): removed
5909
5910         * src/LyXAction.C (init): entry for insettheorem added
5911
5912         * src/LaTeX.C: get rid of the all_files array, and the TEX_FILES
5913         enum
5914         (deplog): code to detect files generated by LaTeX, needs testing
5915         (deptex): removed
5916
5917 2000-07-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
5918
5919         * src/FloatList.[Ch]: moved inlines out of line to FloatList.C
5920
5921 2000-07-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
5922
5923         * src/LaTeX.C (deplog): Add a check for files that are going to be
5924         created by the first latex run, part of the project to remove the
5925         all_files array.
5926
5927         * src/LaTeX.[Ch]: Patch from Baruch to add hebrew table of
5928         contents to the extension list.
5929
5930 2000-07-04  Juergen Vigna  <jug@sad.it>
5931
5932         * src/text.C (NextBreakPoint): added support for needFullRow()
5933
5934         * src/insets/lyxinset.h: added needFullRow()
5935
5936         * src/insets/insetcollapsable.C: redone now this uses a text-inset
5937         and isn't one.
5938
5939         * src/insets/insettext.C: lots of changes for update!
5940
5941 2000-07-03 Angus Leeming <a.leeming@ic.ac.uk>
5942
5943         * src/LaTeXFeatures.h: add a missing std:: qualifier.
5944
5945 2000-07-02 José Abílio Matos <jamatos@fep.up.pt>
5946
5947         *  src/insets/insetinclude.C (InsetInclude): fixed
5948         initialization of include_label.
5949         (unique_id): now returns a string.
5950
5951 2000-07-01 José Abílio Matos <jamatos@fep.up.pt>
5952
5953         * src/LaTeXFeatures.h: new member IncludedFiles, for
5954         a map of key, included file name.
5955
5956         * src/LaTeXFeatures.C (getIncludedFiles): returns a string
5957         with the included files for inclusion in SGML preamble,
5958         i. e., linuxdoc and docbook.
5959
5960         * src/buffer.h:
5961         * src/buffer.C (makeLinuxDocFile): takes two new arguments,
5962         nice (is the generated linuxdoc code to be exported?), that
5963         allows to remove column, and only_body that will be true for
5964         slave documents. Insets are allowed inside SGML font type.
5965         New handling of the SGML preamble for included files.
5966         (makeDocBookFile): the same for docbook.
5967
5968         * src/insets/insetinclude.h:
5969         * src/insets/insetinclude.C (Validate): keeps a list of included files.
5970         (Linuxdoc): 
5971         (DocBook): new export methods.
5972
5973         * src/lyx_cb.C: adjust to the new calling sequence for makeLinuxDocFile
5974         and makeDocBookFile.
5975
5976         * src/lyx_main.C (easyParse): accept linuxdoc and docbook as
5977         formats to export with command line argument -x.
5978
5979 2000-06-29  Juergen Vigna  <jug@sad.it>
5980
5981         * src/mathed/formula.C (LocalDispatch): changed only-cursor-movements
5982         to return DISPATCHED_NOUPDATE so that a it does not redraw the inset!
5983
5984         * src/text.C (GetVisibleRow): added 'bool cleared' parameter as the
5985         region could already been cleared by an inset!
5986
5987 2000-06-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
5988
5989         * src/BufferView_pimpl.h: remove member variables lyx_focus and
5990         work_area_focus
5991
5992         * src/BufferView_pimpl.C (Pimpl): delete init of work_area_focus
5993         and lyx_focus
5994         (cursorToggle): remove special handling of lyx focus.
5995
5996 2000-06-28  Juergen Vigna  <jug@sad.it>
5997
5998         * src/text.C (GetVisibleRow): fixed clearing of text if rowHeight >
5999         insetHeight.
6000
6001 2000-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6002
6003         * src/insets/insetindex.C (Edit): add a callback when popup is
6004         closed by the WM.
6005
6006         * src/insets/insettext.C (LocalDispatch): 
6007         * src/insets/insetmarginal.h: 
6008         * src/insets/insetlist.h: 
6009         * src/insets/insetfoot.h: 
6010         * src/insets/insetfloat.h: 
6011         * src/insets/insetert.h: add a missing std:: qualifier.
6012
6013 2000-06-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
6014
6015         * src/support/lyxsum.C (sum): '\0' teminate file read when using
6016         strstream. 
6017
6018         * src/insets/lyxinset.h: add FLOAT_CODE and MINIPAGE_CODE
6019
6020         * src/insets/insettext.C (Read): remove tmptok unused variable
6021         (LocalDispatch): add not working LFUN_PARAGRAPH_SPACING
6022         (InsertInset): change for new InsetInset code
6023
6024         * src/insets/insettext.h: add TEXT inline method
6025
6026         * src/insets/insettext.C: remove TEXT macro
6027
6028         * src/insets/insetmarginal.C (Write): new method
6029         (Latex): change output slightly
6030
6031         * src/insets/insetfoot.C (Write): new method
6032         (Latex): change output slightly (don't use endl when no need)
6033
6034         * src/insets/insetert.C (Write): new method
6035
6036         * src/insets/insetcollapsable.h: make button_length, button_top_y
6037         and button_bottm_y protected.
6038
6039         * src/insets/insetcollapsable.C (Write): simplify code by using
6040         tostr. Also do not output the float name, the children class
6041         should to that to get control over own arguments
6042
6043         * src/insets/insetfloat.[Ch] src/insets/insetlist.[Ch]
6044         src/insets/insetminipage.[Ch]:
6045         new files
6046
6047         * src/insets/Makefile.am (libinsets_la_SOURCES): add new files
6048         
6049         * src/lyxfunc.C (Dispatch): cases for new insets/commands
6050
6051         * src/Makefile.am (lyx_SOURCES): add the new files
6052
6053         * src/LyXAction.C (init): add LFUN_INSET_MARGINAL,
6054         LFUN_INSET_MINIPAGE, LFUN_INSET_FLOAT, LFUN_INSET_LIST
6055         * src/commandtags.h: ditto
6056         
6057         * src/LaTeXFeatures.h: add a std::set of used floattypes
6058
6059         * src/LaTeXFeatures.C (getPackages): add basic support for float.sty
6060
6061         * src/FloatList.[Ch] src/Floating.h: new files
6062
6063         * src/CutAndPaste.C (SwitchLayoutsBetweenClasses): change call to
6064         InsertInset. 
6065         * src/lyx_cb.C (TableApplyCB): ditto
6066         * src/text.C: ditto
6067         * src/text2.C: ditto
6068         * src/buffer.C (SimpleLinuxDocOnePar): ditto
6069         (parseSingleLyXformat2Token): ditto + add code for
6070         backwards compability for old float styles + add code for new insets
6071         
6072         * src/lyxparagraph.[Ch] (InsertChar(size_type, char, LyXFont)): new
6073         method
6074         (InsertInset(size_type, Inset *, LyXFont)): new method
6075         (InsetChar(size_type, char)): changed to use the other InsetChar
6076         with a LyXFont(ALL_INHERIT).
6077         (InsetInset(size_type, Inset*)): changed to use InsetChar to
6078         insert the META_INSET.
6079         
6080         * sigc++/thread.cc (Privete<int>::operator int&): move definition
6081         out of line. 
6082         * sigc++/thread.h (Threads): from here
6083
6084         * sigc++/scope.cc (ScopeIterator_::ScopeIterator_): move
6085         definition out of line
6086         * sigc++/scope.h: from here
6087
6088 2000-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6089
6090         * src/lyxrc.C (read): make sure the .kmap files exist when a keymap
6091         is specified (adapted from a patch from edscott <edscott@imp.mx>).
6092
6093         * Makefile.am (bindist): new target.
6094
6095         * INSTALL: add instructions for doing a binary distribution.
6096
6097         * development/tools/README.bin.example: update a bit. 
6098
6099 2000-06-26  Lior Silberman <slior@math.huji.ac.il>
6100
6101         * src/lyxrc.C: 
6102         * lib/lyxrc.example: new lyxrc tag \set_color.
6103
6104         * src/lyxfunc.C (Dispatch): 
6105         * src/commandtags.h: 
6106         * src/LyXAction.C: new lyxfunc "set-color".
6107
6108         * src/LColor.[Ch] (setColor): new method to set colors from a lyxname
6109         and an x11name given as strings.
6110
6111         * src/ColorHandler.[Ch] (updateColor): new method. Updates the GC
6112         cache when a color is changed.
6113
6114 2000-06-26  Juergen Vigna  <jug@sad.it>
6115
6116         * src/lyxrow.C (width): added this functions and variable.
6117
6118         * src/insets/insetcite.C (create_form_citation_form): some Gravity
6119         changes.
6120
6121         * src/text.C (SetHeightOfRow): fixed calcualting of width.
6122
6123 2000-06-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6124
6125         * images/undo_bw.xpm: new icon.
6126         * images/redo_bw.xpm: ditto.
6127
6128         * configure.in (INSTALL_SCRIPT): change value to
6129         ${INSTALL} to avoid failures of install-script target.
6130         * lib/reLyX/configure.in (INSTALL_SCRIPT): ditto
6131
6132         * src/BufferView.h: add a magic "friend" declaration to please
6133         compaq cxx.
6134
6135 2000-06-23  Angus Leeming <a.leeming@ic.ac.uk>
6136
6137         * forms/cite.fd: modified to allow resizing without messing
6138         up the dialog.
6139
6140         * src/insetcite.C: Uses code from cite.fd almost without
6141         tweaking. ;-)
6142         User can now resize dialog in the x-direction.
6143         Resizing the dialog in the y-direction is prevented, as the
6144         code does this intelligently already.
6145
6146 2000-06-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6147
6148         * INSTALL: remove obsolete entry in "problems" section.
6149
6150         * lib/examples/sl_*.lyx: update of the slovenian examples.
6151
6152         * src/support/FileInfo.[Ch] (getBlockSize): remove.
6153
6154 2000-06-23  Juergen Vigna  <jug@sad.it>
6155
6156         * src/lyxtext.h: added a 'cleared' flag to draw() function.
6157
6158         * src/buffer.C (resize): delete the LyXText of textinsets.
6159
6160         * src/paragraph.C (SetInsetOwner): set the owner in the insets too.
6161
6162         * src/insets/lyxinset.h: added another parameter 'cleared' to
6163         the draw() function.
6164
6165         * src/lyxfunc.C (processKeyEvent): move cursor to the right of the
6166         unlocking inset in inset.
6167
6168 2000-06-22  Juergen Vigna  <jug@sad.it>
6169
6170         * src/lyxscreen.h: added some y_offset/x_offset parameters for drawings
6171         of insets and moved first to LyXText.
6172
6173         * src/mathed/formulamacro.[Ch]:
6174         * src/mathed/formula.[Ch]: changed prototype of draw() and GetCursorPos
6175
6176 2000-06-21  Juergen Vigna  <jug@sad.it>
6177
6178         * src/text.C (GetVisibleRow): look if I should clear the area or not
6179         using Inset::doClearArea() function.
6180
6181         * src/insets/lyxinset.h: added doClearArea() function and
6182         modified draw(Painter &, ...) to draw(BufferView *, ...)
6183
6184         * src/text2.C (UpdateInset): return bool insted of int
6185
6186 2000-06-20  Dekel Tsur  <dekel@math.tau.ac.il>
6187
6188         * src/lyx_gui.C (create_forms): Add "Reset" option to the language 
6189         combox in the character popup
6190
6191         * src/lyx_cb.C (UserFreeFont): Add argument to the method:
6192         BufferParams const & params
6193
6194 2000-06-20  Juergen Vigna  <jug@sad.it>
6195
6196         * src/insets/insettext.C (SetParagraphData): set insetowner on
6197         2- paragraphs.
6198
6199 2000-06-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
6200
6201         * src/Timeout.[Ch]: Change to use signals instead of callbacks.
6202         * src/LyXView.h (struct FD_form_main): remove, LyXView inherits
6203         from SigC::Object
6204         (form_main_): remove
6205         
6206         * src/LyXView.C (LyXView_AutosaveTimerCB): remove 
6207         (create_form_form_main): remove FD_form_main stuff, connect to
6208         autosave_timeout signal
6209
6210         * src/LyXView.[Ch] (getMainForm): remove 
6211         (UpdateTimerCB): remove
6212         * src/BufferView_pimpl.h: inherit from SigC::Object
6213
6214         * src/BufferView_pimpl.C (Pimpl): connect to cursor_timeout with
6215         signal instead of callback
6216
6217         * src/BufferView.[Ch] (cursorToggleCB): remove 
6218
6219 2000-06-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
6220
6221         * src/BufferView_pimpl.C: changes because of the one below
6222
6223         * src/screen.[Ch]: Made the lyxscreen take LyXText as argument
6224         instead of storing a pointer to a LyXText. 
6225
6226         * src/buffer.[Ch]: apply Baruch's remove isdviclean patch. 
6227
6228 2000-06-10  Dekel Tsur  <dekel@math.tau.ac.il>
6229
6230         * src/lyxparagraph.h
6231
6232         * src/paragraph.C: Changed fontlist to a sorted vector.
6233
6234 2000-06-19  Juergen Vigna  <jug@sad.it>
6235
6236         * src/BufferView.h: added screen() function.
6237
6238         * src/insets/insettext.C (LocalDispatch): some selection code
6239         fixed.
6240
6241         * src/vspace.C (nextToken): use stringfunctions instead of sscanf.
6242
6243         * src/insets/insettext.C (SetParagraphData):
6244         (Read): 
6245         (InsetText):  fixes for multiple paragraphs.
6246
6247 2000-06-17  Kayvan A. Sylvan  <kayvan@sylvan.com>
6248
6249         * development/lyx.spec.in: Call configure with ``--without-warnings''
6250         to work around a bug with the Makefiles when doing ``make lyxrpm''.
6251         This should be fine, however, since we generally don't want to be
6252         verbose when making an RPM.
6253         
6254 2000-06-16  Dekel Tsur  <dekel@math.tau.ac.il>
6255
6256         * lib/scripts/fig2pstex.py: New file
6257
6258 2000-06-16  Juergen Vigna  <jug@sad.it>
6259
6260         * src/insets/insettabular.C (UpdateLocal): 
6261         * src/insets/insettext.C (UpdateLocal): fixed mark_dirty problem.
6262         (LocalDispatch): Changed all functions to use LyXText.
6263
6264 2000-06-15  Juergen Vigna  <jug@sad.it>
6265
6266         * src/text.C (SetHeightOfRow): call inset::update before requesting
6267         any width/height.
6268
6269         * src/insets/insettext.C (update): 
6270         * src/insets/insettabular.C (update): added implementation
6271
6272         * src/insets/lyxinset.h: added update function
6273
6274 2000-06-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6275
6276         * src/text.C (SelectNextWord): protect against null pointers with
6277         old-style string streams. (fix from Paul Theo Gonciari
6278         <gptheo@yahoo.com>) 
6279
6280         * src/cite.[Ch]: remove erroneous files.
6281
6282         * lib/configure.m4: update the list of created directories.
6283
6284         * src/lyxrow.C: include <config.h>
6285         * src/lyxcursor.C: ditto.
6286
6287 2000-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6288
6289         * lib/examples/decimal.lyx: new example file from Mike.
6290
6291         * src/insets/ExternalTemplate.C (readTemplates): Use LibFileSearch()
6292         to find template definitions (from Dekel)
6293
6294         * src/frontends/.cvsignore: add a few things.
6295
6296         * src/frontends/xforms/input_validators.[ch]: remove C++ comments.
6297
6298         * src/Timeout.C (TimeOut): remove default argument.
6299
6300         * src/LyXView.C (LyXView_AutosaveTimerCB): this should not have
6301         "C" linkage.
6302
6303         * src/insets/ExternalTemplate.C: add a "using" directive.
6304
6305         * src/lyx_main.h: remove the act_ struct, which seems unused
6306         anyway. 
6307
6308 2000-06-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
6309
6310         * LyX Developers Meeting: All files changed, due to random C++ (by
6311         coincidence) code generator script.
6312
6313         - external inset (cool!)
6314         - initial online editing of preferences
6315         - insettabular breaks insettext(s contents)
6316         - cleanup
6317         - some DocBook fixes
6318         - example files update
6319         - other cool stuff, create a diff and look for yourself.
6320
6321 2000-06-09  The Great LyX Application  <lyx@localhost.localdomain>
6322
6323         * src/insets/insettext.C (computeTextRows): if the maxWidth is
6324         -1 this is a non-line-breaking textinset.
6325
6326         * src/insets/insettabular.C (GetMaxWidthOfCell): returns now -1
6327         if there is no width set.
6328
6329 2000-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
6330
6331         * Lots of files: Merged the dialogbase branch.
6332
6333 2000-06-09  Allan Rae  <rae@lyx.org>
6334
6335         * src/xtl/, src/lyxfunc.[Ch], src/buffer.[Ch]:  Removed XTL and
6336         and the Dispatch methods that used it.
6337
6338         * src/frontends/Liason.[Ch]: replaced with a Liason namespace for 
6339         access to functions formerly kept in Dispatch.
6340
6341 2000-05-19  Allan Rae  <rae@lyx.org>
6342
6343         * src/PrinterParams.h, src/buffer.C, src/frontends/xforms/FormPrint.C:
6344         made to_page and count_copies integers again.  from_page remains a
6345         string however because I want to allow entry of a print range like
6346         "1,4,22-25" using this field.
6347
6348         * src/LyXAction.C: added action info and commands for buffer-print-xtl
6349         and printer-params-get.  These aren't useful from the minibuffer but
6350         could be used by a script/LyXServer app provided it passes a suitable
6351         auto_mem_buffer.  I guess I should take a look at how the LyXServer
6352         works and make it support xtl buffers.
6353
6354         * sigc++/: updated to libsigc++-1.0.1
6355
6356         * src/xtl/: updated to xtl-1.3.pl.11
6357
6358         * forms/makefile, forms/fdfix.sh, forms/layout_forms.fd: Made sure
6359         those changes done to the files in src/ are actually recreated when
6360         they  get regenerated. Please don't ever accept a patch that changes a
6361         dialog unless that patch includes the changes to the corresponding *.fd
6362         file.
6363
6364         * src/lyx_cb.C, src/support/lstrings.[hC]: Moved Stephen Witt's
6365         stringOnlyContains, renamed it and generalised it.
6366
6367         * lots-of-files: Rolled the "rae" branch over into the "dialogbase"
6368         branch.  Removed the remaining old form_print code.
6369
6370 2000-04-26  Allan Rae  <rae@lyx.org>
6371
6372         * ChangeLog, development/tools/lxtl.sh: D'oh! Got caught in the same
6373         trap I was trying to fix with the ID: fields in src/xtl/  :-)
6374
6375 2000-04-25  Allan Rae  <rae@lyx.org>
6376
6377         * src/xtl/: Updated to incorporate Angus's two patches as well as mine
6378         against a base of xtl-1.3.pl.4
6379
6380         * development/tools/lxtl.sh: fixed a couple of silly typos and now
6381         filter the Id: entries so they still show the xtl version number
6382         they are based on.
6383
6384         * src/support/lxtl.h: removed auto_mem_buffer which is now incorporated
6385         into the src/xtl code.  Patch still pending with José (XTL)
6386
6387 2000-04-24  Allan Rae  <rae@lyx.org>
6388
6389         * src/lyxfunc.[Ch] (Dispatch): Use a mem buffer as a parameter. This is
6390         both more generic and much safer. Use the new template functions.
6391         * src/buffer.[Ch] (Dispatch): ditto.
6392
6393         * src/frontends/xforms/FormPrint.C (update): Use new template functions
6394         and mem buffer more intelligently. Also a little general cleanup.
6395         (apply): ditto.
6396
6397         * configure.in (AC_OUTPUT): Extra stuff for xtl that I forgot.
6398         * development/tools/lxtl.sh: Ditto.  Makefile.am + .cvsignore
6399         * src/xtl/Makefile.am: ditto.
6400         * src/xtl/.cvsignore: ditto.
6401         * src/Makefile.am: ditto.
6402
6403         * src/PrinterParams.h: Removed the macros member functions. Added a
6404         testInvariant member function.  A bit of tidying up and commenting.
6405         Included Angus's idea for fixing operation with egcs-1.1.2.
6406
6407         * src/support/lxtl.h: Many changes.  Added auto_mem_buffer -- a really
6408         cool expansion of XTL's mem_buffer to support automatic memory
6409         management within the buffer itself.  Removed the various macros and
6410         replaced them with template functions that use either auto_mem_buffer
6411         or mem_buffer depending on a #define.  The mem_buffer support will
6412         disappear as soon as the auto_mem_buffer is confirmed to be good on
6413         other platforms/compilers.  That is, it's there so you've got something
6414         to compare against.
6415
6416         * src/xtl/objio.h: Changes to support auto_mem_buffer.  This has
6417         effectively forked XTL.  However I expect José will include my code
6418         into the next major release.  Also fixed a memory leak.
6419         * src/xtl/text.h: ditto.
6420         * src/xtl/xdr.h: ditto.
6421         * src/xtl/giop.h: ditto.
6422
6423 2000-04-16  Allan Rae  <rae@lyx.org>
6424
6425         * acinclude.m4, sigc++/acinclude.m4:  Removed -- they're generated
6426         by autogen.sh and removed by maintainer-clean anyway.
6427         * .cvsignore, sigc++/.cvsignore:  Support the above.
6428
6429         * sigc++/.cvsignore: Forgot that retbind.h was generated.
6430
6431         * src/buffer.C (Dispatch): Couldn't print a single page. Fixed.
6432
6433         * src/frontends/xforms/FormPrint.[Ch]: Switched to C callbacks using
6434         macros, renamed static callback-target member functions to suit new
6435         scheme and made them public.
6436         * src/frontends/xforms/forms/form_print.fd: ditto.
6437         * src/frontends/xforms/forms/form_copyright.fd: ditto.
6438
6439         * src/support/lxtl.h: small cleanup to use typedef instead of #define
6440         for gui_format.
6441
6442         * src/xtl/: New directory containing a minimal distribution of XTL.
6443         This is XTL-1.3.pl.4.
6444
6445         * development/tools/lxtl.sh: A script to generate the above mini-dist.
6446
6447 2000-04-15  Allan Rae  <rae@lyx.org>
6448
6449         * development/tools/makeLyXsigc.sh: Remove the library version numbers
6450
6451         * sigc++/:  Updated to libsigc++-1.0.0
6452
6453 2000-04-14  Allan Rae  <rae@lyx.org>
6454
6455         * src/frontends/xforms/xform_macros.h: Remove specific macros and just
6456         use the generic ones in future.  I'll modify my conversion script.
6457
6458         * src/frontends/xforms/FormCopyright.C: Reverse the earlier change.
6459
6460         * src/lyx_gui_misc.[Ch]: Removed references to form_print.
6461         (CloseAllBufferRelatedDialogs): Renamed.
6462         (updateAllVisibleBufferRelatedDialogs): ditto. Added LaTeXLog
6463
6464         * src/frontends/xforms/FormCopyright.C: Use the specific macros instead
6465         of the generic ones.  These are the same ones my conversion script
6466         generates.
6467
6468         * src/PrinterParams.h: Allow you to print a range of odd or even pages.
6469         * src/frontends/xforms/FormPrint.C (apply, update): ditto+small cleanup
6470         * src/buffer.C (Dispatch): ditto
6471
6472         * src/LyXView.C (LyXView): Use new signals instead of old hard coded
6473         functions for updating and hiding buffer dependent dialogs.
6474         * src/BufferView.C (buffer): ditto
6475         * src/buffer.C (setReadonly): ditto
6476         * src/lyxfunc.C (CloseBuffer): ditto
6477
6478         * src/buffer.h: Take setReadonly() out of line so I don't have to include
6479         Dialogs.h, and hence all the SigC stuff, into every file that includes
6480         buffer.h.  We also don't need to include lyx_gui_misc.h in everything.
6481
6482         * src/BufferView2.C: reduce the number of headers included by buffer.h
6483
6484 2000-04-11  Allan Rae  <rae@lyx.org>
6485
6486         * src/frontends/xforms/xform_macros.h:  A small collection of macros
6487         for building C callbacks.
6488
6489         * src/frontends/xforms/Makefile.am: Added above file.
6490
6491         * src/frontends/xforms/FormCopyright.[Ch]: Revised the C callback
6492         scheme again.  This time it should work for JMarc.  If this is
6493         successful I'll revise my conversion script to automate some of this.
6494         The static member functions in the class also have to be public for
6495         this scheme will work.  If the scheme works (it's almost identical to
6496         the way BufferView::cursorToggleCB is handled so it should work) then
6497         FormCopyright and FormPrint will be ready for inclusion into the main
6498         trunk immediately after 1.1.5 is released -- provided we're prepared
6499         for complaints about lame compilers not handling XTL.
6500
6501         * src/support/lxtl.h: Switched to XDR_format instead of raw_format.
6502
6503 2000-04-07  Allan Rae  <rae@lyx.org>
6504
6505         * config/lyxinclude.m4:  A bit more tidying up (Angus)
6506
6507         * src/LString.h: JMarc's <string> header fix
6508
6509         * src/PrinterParams.h: Used string for most data to remove some
6510         ugly code in the Print dialog and avoid even uglier code when 
6511         appending the ints to a string for output.
6512
6513         * src/buffer.C (Dispatch): Added a couple of braces to fix an error
6514         and moved "default:" back to the end of switch statement.  Cleaned
6515         up the printing so it uses the right function calls and so the
6516         "print to file" option actually puts the file in the right directory.
6517
6518         * src/frontends/xforms/Dialogs.C: Added FormPrint (Angus).
6519
6520         * src/frontends/xforms/FormPrint.C (PrintInputCB): moved input checking
6521         and Ok+Apply button control into a separate method: input (Angus).
6522         (input) Cleaned it up and improved it to be very thorough now.
6523         (All CB) static_cast used instead of C style cast (Angus).  This will
6524         probably change again once we've worked out how to keep gcc-2.8.1 happy
6525         with real C callbacks.
6526         (update) add a few "default:" labels to switches. Egcs-1.1.2 seems to
6527         ignore some of the bool settings and has random numbers instead. Needs
6528         some more investigation.  Added other input length checks and checking
6529         of file and printer names.
6530
6531         * src/frontends/xforms/FormPrint.h: Removed pragma statement so it
6532         would link (Angus).  Seems the old code doesn't compile with the pragma
6533         statement either.  Separated callback entries from internal methods.
6534
6535         * src/lyxfunc.C (Dispatch): LFUN_MENUPRINT calls new dialog (Angus).
6536
6537 2000-03-17  Allan Rae  <rae@lyx.org>
6538
6539         * src/lyxfunc.[Ch] (isAvailable): This is only temporary.  Do we really
6540         need it?  Maybe it could go in Dialogs instead?  I could make it a
6541         LFUN but you'd have to call Dispatch(int, int, char*) with dummy
6542         values to get the bool return value.
6543         (Dispatch): New overloaded method for xtl support.
6544
6545         * src/frontends/xforms/FormCopyright.[Ch]: Modified to use a friendly
6546         extern "C" callback instead of static member functions.  Hopefully,
6547         JMarc will be able to compile this.  I haven't changed 
6548         forms/form_copyright.fd yet. Breaking one of my own rules already.
6549
6550         * src/commandtags.h: New xtl-based LFUN's no description in LyXAction
6551         because they aren't useful from the minibuffer.  Maybe a LyXServer
6552         might want a help message though?
6553
6554         * src/buffer.[Ch] (Dispatch): New overloaded method for xtl support.
6555
6556         * config/lyxinclude.m4: Changes to g++ flags to suit compiling with
6557         xtl which needs both rtti and exceptions.
6558
6559         * src/support/Makefile.am:
6560         * src/support/lxtl.h: New file.  Some helper macros for using XTL.
6561
6562         * src/frontends/xforms/input_validators.[ch]: input filters and
6563         validators.  These conrol what keys are valid in input boxes.
6564         Use them and write some more.  Much better idea than waiting till
6565         after the user has pressed Ok to say that the input fields don't make
6566         sense.
6567
6568         * src/frontends/xforms/Makefile.am:
6569         * src/frontends/xforms/forms/form_print.fd:
6570         * src/frontends/xforms/forms/makefile:
6571         * src/frontends/xforms/FormPrint.[Ch]: Ported previous print form to
6572         new scheme.  Still have to make sure I haven't missed anything from
6573         the current implementation.
6574
6575         * src/Makefile.am, src/PrinterParams.h: New data store.
6576
6577         * other files: Added a couple of copyright notices.
6578
6579 2000-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6580
6581         * src/insets/insetbib.h: move Holder struct in public space.
6582
6583         * src/frontends/include/DialogBase.h: use SigC:: only when
6584         SIGC_CXX_NAMESPACES is defined.
6585         * src/frontends/include/Dialogs.h: ditto.
6586
6587         * sigc++/Makefile.am (%.h): use the autodected GNU m4.
6588
6589         * src/frontends/xforms/FormCopyright.[Ch]: do not
6590         mention SigC:: explicitely.
6591
6592 2000-03-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6593
6594         * config/lyxinclude.m4 (LYX_USE_FRONTEND): move the code which
6595         deals with testing KDE in main configure.in
6596         * configure.in: ditto.
6597
6598 2000-02-22  Allan Rae  <rae@lyx.org>
6599
6600         * Lots of files: Merged from HEAD
6601
6602         * All Makefile.am (ETAGS_ARGS): use parameter that is also compatible
6603         with the etags shipped with SuSE-6.3 (fancier than gnu-etags).
6604
6605         * autogen.sh: Fix JMarcs complaints by building a sigc++/acinclude.m4
6606
6607         * sigc++/: new minidist.
6608
6609 2000-02-14  Allan Rae  <rae@lyx.org>
6610
6611         * development/tools/makeLyXsigc.sh:  Small fix for Makefile.am
6612
6613 2000-02-08  Juergen Vigna  <jug@sad.it>
6614
6615         * src/frontends/kde/dlg/formcopyrightdialog.kdevdlg: the dialog data
6616         file for the buildin GUI builder of KDevelop of the copyright-dialog.
6617
6618         * src/frontends/kde/lyxgui.kdevprj: I added this as I use KDevelop
6619         for this port and so it is much easier for other people to port
6620         dialogs in a common development environment.
6621
6622         * src/frontends/kde/formcopyrightdialog_moc.C: needed MOC file for
6623         the QT/KDE implementation.
6624
6625         * src/frontends/kde/Dialogs.C:
6626         * src/frontends/kde/FormCopyright.C:
6627         * src/frontends/kde/FormCopyright.h:
6628         * src/frontends/kde/Makefile.am:
6629         * src/frontends/kde/formcopyrightdialog.C:
6630         * src/frontends/kde/formcopyrightdialog.h:
6631         * src/frontends/kde/formcopyrightdialogdata.C: added this source-files
6632         for the kde support of the Copyright-Dialog.
6633
6634         * src/frontends/Makefile.am (AUTOMAKE_OPTIONS): now uses @FRONTEND@
6635         subdir-substitution instead of hardcoded 'xforms' as we now have also
6636         the kde subdir.
6637
6638         * src/frontends/include/DialogBase.h (Object): just commented the
6639         label after #endif (nasty warning and I don't like warnings ;)
6640
6641         * src/main.C (main): added KApplication initialization if using
6642         KDE frontend-GUI.
6643
6644         * src/lyx_gui.C (runTime): added support for multiple toolkit support.
6645         For now only the KDE event-loop is added if frontend==kde.
6646
6647         * src/Makefile.am (lyx_DEPENDENCIES): added @FRONTEND_xxx@ support
6648
6649         * configure.in: added support for the --with-frontend[=value] option
6650
6651         * autogen.sh: added kde.m4 file to list of config-files
6652
6653         * acconfig.h: added define for KDEGUI-support
6654
6655         * config/kde.m4: added configuration functions for KDE-port
6656
6657         * config/lyxinclude.m4: added --with-frontend[=value] option with
6658         support for xforms and KDE.
6659
6660 2000-02-08  Allan Rae <rae@lyx.org>
6661
6662         * all Makefile.am:  Fixed up so the make targets dist, distclean, 
6663         install and uninstall all work even if builddir != srcdir.  Still
6664         have a new sigc++ minidist update to come.
6665
6666         * config/lyxinclude.m4: Some more builddir!=srcdir fixes.
6667
6668 2000-02-01  Allan Rae <rae@lyx.org>
6669
6670         * config/lyxinclude.m4, development/tools/makeLyXsigc.sh:
6671         Many mods to get builddir != srcdir working.
6672         
6673         * sigc++/: Upgraded to 0.8.7.  This includes many needed fixes both
6674         for building on NT and so we can do the builddir != srcdir stuff.
6675
6676 2000-01-30  Allan Rae <rae@lyx.org>
6677
6678         * sigc++/doc/*: Selected documentation for the libsigc++ mini dist.
6679         This will stay in "rae" branch.  We probably don't really need it in
6680         the main trunk as anyone who wants to help programming it should get
6681         a full library installed also.  So they can check both included and
6682         system supplied library compilation.
6683
6684         * sigc++/*, sigc++/macros/*, config/sigc++.m4, config/lyxinclude.m4:
6685         Added a 'mini' distribution of libsigc++.  If you feel the urge to 
6686         change something in these directories - Resist it.  If you can't 
6687         resist the urge then you should modify the following script and rebuild
6688         the dist.  LYX_WITH_SIGC in lyxinclude.m4 is the wrapper to make it
6689         all happen.  Still uses a hacked version of libsigc++'s configure.in.
6690         I'm quite happy with the results.  I'm not sure the extra work to turn
6691         the sigc++/configure.in into a few extra AC_DEFUNs in sigc++.m4 is
6692         worth the trouble and would probably lead to extra maintenance 
6693         headaches.
6694         I haven't tested the following important make targets: install, dist.
6695         Not ready for prime time but very close.  Maybe 1.1.5.
6696
6697         * development/tools/makeLyXsigc.sh:  A shell script to automatically
6698         generate our mini-dist of libsigc++.  It can only be used with a CVS
6699         checkout of libsigc++ not a tarball distribution.  It's well commented.
6700         This will end up as part of the libsigc++ distribution so other apps
6701         can easily have an included mini-dist.  If someone makes mods to the
6702         sigc++ subpackage without modifying this script to generate those
6703         changes I'll be very upset!
6704
6705         * src/frontends/:  Started the gui/system indep structure.
6706
6707         * src/frontends/include/Dialogs.h: Dialog container. All the Signal<>s
6708         to access the gui-indep dialogs are in this class.  Much improved
6709         design compared to previous revision.  Lars,  please refrain from
6710         moving this header into src/ like you did with Popups.h last time.
6711
6712         * src/frontends/include/DialogBase.h: Abstract base class for dialogs.
6713
6714         * src/frontends/xforms/:  Started the gui-indep system with a single
6715         dialog: FormCopyright.  Initial testing of use of libsigc++ was very
6716         successful.
6717
6718         * src/frontends/xforms/forms: Repository for the xforms .fd files.
6719         Here you'll find a very useful makefile and automated fdfix.sh that
6720         makes updating dailogs a no-brainer -- provided you follow the rules
6721         set out in the README.  I'm thinking about adding another script to
6722         automatically generate skeleton code for a new dialog given just the
6723         name of the dialog.
6724
6725         * src/commandtags.h, src/lyxfunc.C, src/menus.C:
6726         * src/credits.{Ch}, src/credits_form.{Ch}, forms/credits_form.fd:
6727         Made FormCopyright gui-indep and added a lyxfunc to get to it.
6728
6729 2000-06-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
6730
6731         * src/support/LSubstring.C (operator): simplify
6732
6733         * src/lyxtext.h: removed bparams, use buffer_->params instead
6734         
6735         * src/lyxrow.h: make Row a real class, move all variables to
6736         private and use accessors.
6737
6738         * src/lyxparagraph.h (getParLanguage): add BufferParamas as
6739         arguament.
6740         (isRightToLeftPar): ditto
6741         (ChangeLanguage): ditto
6742         (isMultiLingual): ditto
6743         (String): ditto
6744         (TeXOnePar): ditto
6745         (SimpleTeXOnePar): ditto
6746         (TeXEnvironment): ditto
6747         (GetEndLabel): ditto
6748         (SetLayout): ditto
6749         (SetOnlyLayout): ditto
6750         (BreakParagraph): ditto
6751         (BreakParagraphConservative): ditto
6752         (GetFontSettings): ditto
6753         (getFont): ditto
6754         (CopyIntoMinibuffer): ditto
6755         (CutIntoMinibuffer): ditto
6756         (PasteParagraph): ditto
6757         (SetPExtraType): ditto
6758         (UnsetPExtraType): ditto
6759         (DocBookContTableRows): ditto
6760         (SimpleDocBookOneTablePar): ditto
6761         (TeXDeeper): ditto
6762         (TeXFootnote): ditto
6763         (SimpleTeXOneTablePar): ditto
6764         (TeXContTableRows): ditto
6765         (SimpleTeXSpecialChars): ditto
6766         
6767
6768         * src/lyxcursor.h: make LyXCursor a real class, move all variables
6769         to private and use accessors.
6770
6771         * src/lyx_cb.C: remove char updatetimer, and all code that uses
6772         this, we did not use it anymore and has not been for ages. Just a
6773         waste of cpu cycles.
6774
6775         * src/language.h: make Language a real class, move all variables
6776         to private and use accessors.
6777
6778         * src/BufferView_pimpl.C (Pimpl): use new timer code.
6779         (create_view): remove
6780         (update): some changes for new timer
6781         (cursorToggle): use new timer
6782         (beforeChange): change for new timer
6783
6784         * src/BufferView.h (cursorToggleCB): removed last paramter because
6785         of new timer code. 
6786
6787         * src/BufferView.C (C_BufferView_CursorToggleCB): removed 
6788         (cursorToggleCB): change because of new timer code
6789
6790         * lib/CREDITS: updated own mailaddress
6791
6792 2000-06-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6793
6794         * src/support/filetools.C (PutEnv): fix the code in case neither
6795         putenv() nor setenv() have been found.
6796
6797         * INSTALL: mention the install-strip Makefile target.
6798
6799         * src/LyXAction.C (init): make LFUN_BUILDPROG available in
6800         read-only documents.
6801
6802 2000-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6803
6804         * lib/reLyX/configure.in (VERSION): avoid using a previously
6805         generated reLyX wrapper to find out $prefix.
6806
6807         * lib/examples/eu_adibide_lyx-atua.lyx: 
6808         * lib/examples/eu_adibide_gordina.lyx: new examples for the Basque
6809         translation of the Tutorial (Dooteo)
6810
6811 2000-06-06  Angus Leeming <a.leeming@ic.ac.uk>
6812
6813         * forms/cite.fd: new citation dialog
6814
6815         * src/insetcite.[Ch]: the new citation dialog is moved into
6816         its own files.
6817
6818         * src/insetbib.C: InsetBibtex::getKeys() uses STL containers
6819         (Dekel).
6820
6821         * src/insets/insetcommand.h: data members made private. 
6822
6823 2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
6824
6825         * LyX 1.1.5 released
6826
6827 2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
6828
6829         * src/version.h (LYX_RELEASE): to 1.1.5
6830
6831         * src/spellchecker.C (RunSpellChecker): return false if the
6832         spellchecker dies upon creation.
6833
6834 2000-06-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6835
6836         * lib/reLyX/reLyXmain.pl, lib/reLyX/LastLyX.pm: fix suffix of file
6837         in \include{} (from Tomasz Motylewski <motyl@stan.chemie.unibas.ch>) 
6838         
6839         * NEWS: update.
6840
6841         * lib/CREDITS: update entry for Martin Vermeer.
6842
6843 2000-06-06  Dekel Tsur  <dekel@math.tau.ac.il>
6844
6845         * src/text.C (draw): Draw foreign language bars at the bottom of
6846         the row instead of at the baseline.
6847
6848         * lib/examples/Minipage.lyx: Use the new multi-lingual support.
6849
6850 2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
6851
6852         * lib/bind/de_menus.bind: updated
6853
6854 2000-06-05  Dekel Tsur  <dekel@math.tau.ac.il>
6855
6856         * forms/lyx.fd: Correct gravity for objects in form_toc and form_ref
6857
6858 2000-06-05  Dekel Tsur  <dekel@math.tau.ac.il>
6859
6860         * src/menus.C (Limit_string_length): New function
6861         (ShowTocMenu): Limit the number of items/length of items in the
6862         LOT/LOF/LOA menus.
6863
6864         * src/paragraph.C (String): Correct result for a paragraph inside
6865         a footnote.
6866
6867 2000-06-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
6868
6869         * src/bufferlist.C (close): test of buf->getuser() == NULL
6870
6871 2000-06-02  Dekel Tsur  <dekel@math.tau.ac.il>
6872
6873         * src/BufferView2.C (removeAutoInsets): Fix a bug: 
6874         Do not call to SetCursor when the paragraph is a closed footnote!
6875
6876 2000-06-01  Dekel Tsur  <dekel@math.tau.ac.il>
6877
6878         * src/insets/insetlabel.C (Edit): Mark buffer as dirty when a
6879         label is changed.
6880
6881         * src/text.C (SetCursor): Made the computation of cursor_vpos safer.
6882
6883 2000-05-31 Dekel Tsur  <dekel@math.tau.ac.il>
6884
6885         * forms/lyx.fd
6886         * src/lyx_cb.C (RefSelectCB): Added "Go Back" button in the insert
6887         reference popup, that activates the reference-back action
6888
6889         * src/menus.C (ShowRefsMenu): Added "Go Back" menu item.
6890
6891         * src/menus.C (Add_to_refs_menu): Limit the size of each item in
6892         the menus. Also fixed a bug.
6893
6894         * src/lyx_cb.C (updateAllVisibleBufferRelatedPopups): Do not close 
6895         the math panels when switching buffers (unless new buffer is readonly).
6896
6897         * src/BufferView.C (NoSavedPositions)
6898         * src/BufferView_pimpl.C (NoSavedPositions): New methods
6899
6900 2000-06-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
6901
6902         * src/lyx_cb.C (MakeLaTeXOutput): we run MakeLaTeXOutput regard
6903         less of dvi dirty or not.
6904
6905         * src/trans_mgr.[Ch] (insert): change first parameter to string
6906         const &.  
6907
6908         * src/chset.[Ch] (encodeString): add const to first parameter
6909
6910 2000-05-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
6911
6912         * src/support/lyxstring.C (begin): fix a "shared" string bug. use
6913         rep->get_own_copy()
6914         (end): ditto
6915
6916         * src/LaTeX.C (deplog): better searching for dependency files in
6917         the latex log. Uses now regexps.
6918
6919         * lib/layouts/stdlists.inc (lyxlist): fix the label to use \hfil
6920         instead of the box hack or \hfill. 
6921
6922 2000-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6923
6924         * src/lyxfunc.C (doImportHelper): do not create the file before
6925         doing the actual import. 
6926         (doImportASCIIasLines): create a new file before doing the insert.
6927         (doImportASCIIasParagraphs): ditto.
6928
6929         * lib/lyxrc.example: remove mention of non-existing commands
6930
6931         * lyx.man: remove mention of color-related switches.
6932
6933         * src/lyxrc.C: remove RC_SELECTIONCOLOR and RC_BACKGROUNDCOLOR. 
6934
6935         * src/lyx_gui.C: remove all the color-related ressources, which
6936         are not used anymore.
6937
6938         * src/lyx_gui_misc.C (WarnReadonly): use MakeDisplayPath on file
6939         name. 
6940
6941 2000-05-31 Dekel Tsur  <dekel@math.tau.ac.il>
6942
6943         * src/lyxrc.C (read): Add a missing break in the switch
6944
6945 2000-05-30 Dekel Tsur  <dekel@math.tau.ac.il>
6946
6947         * src/text2.C (InsertStringA): Fix a bug with insertion into table
6948         
6949         * src/trans_mgr.C (insertVerbatim): Do not use insetquote when the
6950         text is Hebrew.
6951
6952 2000-05-27  Dekel Tsur  <dekel@math.tau.ac.il>
6953
6954         * src/text.C (draw): draw bars under foreign language words.
6955         
6956         * src/LColor.[Ch]: add LColor::language
6957
6958 2000-05-27 Dekel Tsur  <dekel@math.tau.ac.il>
6959
6960         * src/lyxcursor.h (boundary): New member variable
6961
6962         * src/text.C (IsBoundary): New methods
6963
6964         * src/text.C: Use the above for currect cursor movement when there
6965         is both RTL & LTR text.
6966         
6967         * src/text2.C: ditto
6968         
6969         * src/bufferview_funcs.C (ToggleAndShow): ditto
6970
6971 2000-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6972
6973         * src/text.C (DeleteLineForward): set selection to true to avoid
6974         that DeleteEmptyParagraphMechanism does some magic. This is how it
6975         is done in all other functions, and seems reasonable.
6976         (DeleteWordForward): do not jump over non-word stuff, since
6977         CursorRightOneWord() already does it.
6978         
6979         Remove the CHECK tag from DeleteLineForward, DeleteWordForward and
6980         DeleteWordBackward, since they seem safe to me (since selection is
6981         set to "true") DeleteEmptyParagraphMechanism does nothing.
6982
6983 2000-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6984
6985         * src/lyx_main.C (easyParse): simplify the code by factoring the
6986         part that removes parameters from the command line.
6987         (LyX): check wether wrong command line options have been given.
6988
6989 2000-05-29  Lior Silberman <slior@math.huji.ac.il>
6990
6991         * src/lyx_main.C : add support for specifying user LyX
6992         directory via command line option -userdir.
6993
6994 2000-05-26 Dekel Tsur  <dekel@math.tau.ac.il>
6995
6996         * src/menus.C (Add_to_toc_menu): Limit the number of popups, and
6997         the number of items per popup.
6998         (Add_to_refs_menu): Ditto.
6999         
7000 2000-05-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7001
7002         * src/lyxparagraph.h: renamed ClearParagraph() to
7003         StripLeadingSpaces() and moved it to paragraph.C. We pass the
7004         textclass as parameter, and do nothing if free_spacing is
7005         true. This fixes part of the line-delete-forward problems.
7006
7007         * src/CutAndPaste.C (cutSelection): use StripLeadingSpaces.
7008         (pasteSelection): ditto.
7009         (SwitchLayoutsBetweenClasses): more translatable strings.
7010
7011         * src/text2.C (CutSelection): use StripLeadingSpaces.
7012         (PasteSelection): ditto.
7013         (DeleteEmptyParagraphMechanism): ditto.
7014
7015 2000-05-26  Juergen Vigna  <jug@sad.it>
7016
7017         * src/TabularLayout.C (TabularOptionsCB): removed delete-table as this
7018         is not needed in tabular insets.
7019
7020         * src/insets/insettabular.C (TabularFeatures): added missing features.
7021
7022         * src/tabular.C (DeleteColumn):
7023         (AppendColumn): 
7024         (AppendRow): implemented this functions
7025         (cellsturct::operator=): clone the inset too; 
7026
7027 2000-05-23  Juergen Vigna  <jug@sad.it>
7028
7029         * src/insets/insettabular.C (LocalDispatch): better selection support
7030         when having multicolumn-cells.
7031
7032 2000-05-26  Jose Abilio Oliveira Matos <jamatos@novalis.fc.up.pt>
7033
7034         * lib/layouts/linuxdoc.layout: fix indentation of paragraphs.
7035
7036 2000-05-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7037
7038         * src/ColorHandler.C (getGCForeground): put more test into _()
7039
7040         * lib/examples/eu_splash.lyx: new file (Basque translation) from
7041         Dooteo. 
7042
7043         * config/lyxinclude.m4 (LYX_PROG_CXX): use ${CXX} and not g++ to
7044         get the version.
7045
7046 2000-05-25 Dekel Tsur  <dekel@math.tau.ac.il>
7047
7048         * src/lyx_cb.C (RefUpdateCB): disable appropriate buttons when
7049         there are no labels, or when buffer is readonly.
7050
7051         * src/menus.C (ShowRefsMenu) disable appropriate menu items when
7052         there are no labels, buffer is SGML, or when buffer is readonly.
7053
7054 2000-05-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
7055
7056         * src/LColor.C (LColor): change a couple of grey40 to grey60
7057         (LColor): rewore initalization to make compiles go some magnitude
7058         faster.
7059         (getGUIName): don't use gettext until we need the string.
7060
7061 2000-05-09  Dekel Tsur  <dekel@math.tau.ac.il>
7062
7063         * src/Bullet.[Ch]: Fixed a small bug.
7064
7065 2000-05-21  Dekel Tsur  <dekel@math.tau.ac.il>
7066
7067         * src/paragraph.C (String): Several fixes/improvements
7068
7069         * src/insets/insetbib.[Ch] (InsetCitation::Ascii) New method
7070
7071 2000-05-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
7072
7073         * src/paragraph.C (String): give more correct output.
7074
7075 2000-05-20  Dekel Tsur  <dekel@math.tau.ac.il>
7076
7077         * src/lyxfont.C (stateText) Do not output the language if it is
7078         eqaul to the language of the document.
7079
7080         * src/paragraph.C (TeXOnePar): Do not put language switch commands
7081         between two paragraphs with the same language.
7082
7083         * src/paragraph.C (getParLanguage) Return a correct answer for an
7084         empty dummy paragraph.
7085
7086         * src/menus.C (ShowTocMenu): Do not draw lines between LOF/LOT/LOA
7087         menus.
7088
7089         * src/menus.C (ShowLayoutMenu) Add "Start of Appendix" item to the
7090         layout menu.
7091
7092         * src/lyx_gui.C (init): Try to use helvetica (or fixed) fonts for
7093         the menus/popup, if requested fonts are unavailable.
7094
7095 2000-05-22  Juergen Vigna  <jug@sad.it>
7096
7097         * src/insets/insettabular.C (LocalDispatch): added some more cursor
7098         movement support (Up/Down/Tab/Shift-Tab).
7099         (LocalDispatch): added also preliminari cursor-selection.
7100
7101         * src/LyXAction.C (init): added SHIFT-Tab as tab-backward.
7102
7103         * src/paragraph.C (PasteParagraph): Hopefully now right!
7104
7105 2000-05-22  Garst R. Reese  <reese@isn.net>
7106
7107         * layouts/hollywood.layout, broadway.layout : move Dialogue to top
7108          of list, change all references to Environment to Command
7109         * tex/hollywood.cls : rewrite environments as commands, add 
7110         \uppercase to interiorshot and exteriorshot to force uppecase.
7111         * tex/broadway.cls : rewrite environments as commands. Tweak
7112         whitespace.
7113
7114 2000-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7115
7116         * src/menus.C (Add_to_toc_menu): fix the code which limits the
7117         size of items: use a constant intead of the hardcoded 40, and more
7118         importantly do not remove the %m and %x tags added at the end.
7119         (Add_to_refs_menu): use vector::size_type instead of
7120         unsigned int as basic types for the variables. _Please_ do not
7121         assume that size_t is equal to unsigned int. On an alpha, this is
7122         unsigned long, which is _not_ the same.
7123
7124         * src/language.C (initL): remove language "hungarian", since it
7125         seems that "magyar" is better.
7126
7127 2000-05-22  Juergen Vigna  <jug@sad.it>
7128
7129         * src/CutAndPaste.C: hopefully fixed memory the problem defenitively!
7130
7131         * src/tabular.C (OldFormatRead): added \end_deeper to the end LyXTable
7132         end markers!
7133
7134         * src/paragraph.C (PasteParagraph): Possibly a memory leak as
7135         next was deleted but not set to 0.
7136
7137 2000-05-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
7138
7139         * src/language.C (initL): change the initialization of languages
7140         so that compiles goes _fast_.
7141
7142         * src/menus.C (Add_to_toc_menu): limit the line length in TOC to
7143         40 chars.
7144
7145         * src/lyxfunc.C (processKeyEvent): initalize keysym_return to 0.
7146
7147 2000-05-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
7148
7149         * release 1.1.5pre3
7150
7151 2000-05-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
7152
7153         * src/WorkArea.C (request_clipboard_cb): give "C" linkage.
7154
7155 2000-05-19  Dekel Tsur  <dekel@math.tau.ac.il>
7156
7157         * src/commandtags.h
7158         * src/LyXAction.C
7159         * src/lyxfunc.C (Dispatch): Added LFUN_LOFVIEW, LFUN_LOTVIEW
7160         and LFUN_LOAVIEW
7161         
7162         * src/insets/insetlo*.[Ch]: Made editable
7163
7164 2000-05-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
7165
7166         * src/text2.C (SetSelection): call BufferView::stuffClipboard with
7167         the current selection.
7168
7169         * src/BufferView_pimpl.C (stuffClipboard): new method
7170
7171         * src/BufferView.C (stuffClipboard): new method
7172
7173         * src/paragraph.C (String): new method
7174
7175         * src/LColor.C (getFromLyXName): return LColor::inherit instead of
7176         LColor::ignore when lyxname is not found.
7177
7178         * src/BufferView.C (pasteSelection): new method
7179
7180         * src/BufferView_pimpl.C (pasteSelection): new method
7181
7182         * src/lyxfunc.C (Dispatch): use the new clipboard functions.
7183
7184         * src/WorkArea.C (request_clipboard_cb): new static function
7185         (getClipboard): new method
7186         (putClipboard): new method
7187
7188 2000-05-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
7189
7190         * LyX 1.1.5pre2 released
7191
7192 2000-05-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
7193
7194         * src/vspace.C (operator=): removed
7195         (operator=): removed
7196
7197         * src/lyx_gui_misc.C (askForText): manually set the type in make_pair
7198
7199         * src/layout.C (NumberOfClass): manually set the type in make_pair
7200         (NumberOfLayout): ditto
7201
7202         * src/language.C: use the Language constructor for ignore_lang
7203
7204         * src/language.h: add constructors to struct Language
7205
7206         * src/BufferView_pimpl.C (scrollDown): change to pair<float, float>
7207
7208         * src/text2.C (SetCursorIntern): comment out #warning
7209
7210         * src/mathed/math_symbols.C (pixmapFromBitmapData): add const_cast
7211
7212         * src/mathed/math_iter.h: initialize sx and sw to 0
7213
7214 2000-05-10  Dekel Tsur  <dekel@math.tau.ac.il>
7215
7216         * forms/lyx.fd: Redesign of form_ref
7217
7218         * src/LaTeXFeatures.[Ch]
7219         * src/buffer.C
7220         * src/lyx_cb.C
7221         * src/menus.C   
7222         * src/insets/insetref.[Ch]: Added support for varioref and prettyref.
7223
7224         * src/buffer.h
7225         * src/lyxparagraph.h: Added new classes: LyXParagraph::inset_iterator
7226         and Buffer::inset_iterator.
7227
7228         * src/menus.C: Added new menus: TOC and Refs.
7229
7230         * src/insets/insetlabel.C (Edit) Made InsetLabel editable.
7231
7232         * src/buffer.C (getTocList): New method.
7233
7234         * src/BufferView2.C (ChangeRefs): New method.
7235
7236         * src/buffer.C (getLabelList): New method. It replaces the old
7237         getReferenceList. The return type is vector<string> instead of 
7238         string.
7239
7240         * src/insets/insetinclude.C (getLabelList): New method. Replaces
7241         the old getLabel() and GetNumberOfLabels() methods.
7242         * src/insets/insetlabel.C (getLabelList): ditto
7243         * src/mathed/formula.C (getLabelList): ditto
7244         
7245         * src/paragraph.C (String): New method.
7246
7247         * src/lyx_cb.C (TocSelectCB,TocUpdateCB): Rewritten.
7248         Uses the new getTocList() method. 
7249         TocSelectCB() now calls to TocUpdateCB() before moving the cursor, 
7250         which automatically updates the contents of the browser.
7251         (RefUpdateCB): Use the new getLabelList method.
7252
7253         * src/lyxfunc.C (Dispatch): Give an error if the label is not found.
7254         
7255         * src/BufferView2.C (gotoLabel) Use the new getLabelList method.
7256
7257         * src/spellchecker.C: Added using std::reverse;
7258
7259 2000-05-19  Juergen Vigna  <jug@sad.it>
7260
7261         * src/tabular.C (Validate): fixed/added validating of LaTeXFeatures.
7262
7263         * src/insets/insettext.C (computeTextRows): small fix for display of
7264         1 character after a newline.
7265
7266         * src/tabular.C (OldFormatRead): fixed the OldFormatRead with regard
7267         to cont-rows!
7268
7269 2000-05-18  Juergen Vigna  <jug@sad.it>
7270
7271         * src/insets/insettabular.C (TabularFeatures): fixed update of display
7272         when changing width of column.
7273
7274         * src/tabular.C (set_row_column_number_info): setting of
7275         autobreak rows if necessary.
7276
7277 2000-05-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7278
7279         * src/lyxvc.C (toggleReadOnly): use VCS::status() instead of stat()
7280
7281         * src/vc-backend.*: renamed stat() to status() and vcstat to
7282         vcstatus. It happens that Tru64 Unix 5.0 has stat() as a macro and
7283         compilation broke. The new name seems more relevant, anyway.
7284
7285 2000-05-17  Juergen Vigna  <jug@sad.it>
7286
7287         * src/BufferView2.C (removeAutoInsets): fixed use of AutoDeleteInsets
7288         which was wrong if the removing caused removing of rows!
7289
7290         * src/lyxlex_pimpl.C (next, nextToken): insert support for pushToken.
7291         (pushToken): new function.
7292
7293         * src/text2.C (CutSelection): fix problem discovered with purify
7294
7295 2000-05-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7296
7297         * src/debug.C (showTags): enlarge the first column, now that we
7298         have 6-digits debug codes.
7299
7300         * lib/layouts/hollywood.layout:
7301         * lib/tex/hollywood.cls:        
7302         * lib/tex/brodway.cls: 
7303         * lib/layouts/brodway.layout: more commands and fewer
7304         environments. Preambles moved in the .cls files. Broadway now has 
7305         more options on scene numbering and less whitespace (from Garst)
7306
7307         * src/insets/insetbib.C (getKeys): make sure that we are in the
7308         document directory, in case the bib file is there.
7309
7310         * src/insets/insetbib.C (Latex): revert bogus change.
7311
7312 2000-05-16  Juergen Vigna  <jug@sad.it>
7313
7314         * src/insets/insettabular.C (UnlockInsetInInset): Changes to update
7315         the TabularLayout on cursor move.
7316
7317         * src/TabularLayout.C (TabularOptionsCB): Wrong call to MenuLayoutTable
7318
7319         * src/insets/insettabular.C (Clone): Clone the LyXTabular for
7320         undo-handling.
7321         (getCellXPos): 
7322         (draw): fixed cursor position and drawing so that the cursor is
7323         visible when before the tabular-inset.
7324
7325         * src/insets/insettext.C (init): drawLockedFrame was not initialized
7326         when creating from old insettext.
7327
7328         * src/tabular.C (Clone): added Clone of text-inset for undo-handling.
7329
7330 2000-05-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7331
7332         * lib/tex/hollywood.cls: better algorithm for page breaks (Garst)
7333         * lib/tex/brodway.cls: ditto 
7334
7335         * lib/layouts/brodway.layout: change alignment of parenthical
7336         layout (Garst)
7337         
7338 2000-05-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7339
7340         * config/lyxinclude.m4 (LYX_PATH_XFORMS): make it clear that only
7341         versions 0.88 and 0.89 are supported.
7342
7343 2000-05-15  Juergen Vigna  <jug@sad.it>
7344
7345         * src/insets/insetcollapsable.C (draw): enhancements in drawing and
7346         width calculating.
7347
7348         * src/insets/insettext.C (computeTextRows): redone completely this
7349         function in a much cleaner way, because of problems when having a
7350         fixed maxWidth.
7351         (draw): added a frame border when the inset is locked.
7352         (SetDrawLockedFrame): this sets if we draw the border or not.
7353         (SetFrameColor): this sets the frame color (default=insetframe).
7354
7355         * src/insets/lyxinset.h: added x() and y() functions which return
7356         the top_x and top_baseline values. Added a GetFirstLockingInsetOfType
7357         function which is needed to see if we have a locking inset of some
7358         type in this inset (needed for now in insettabular).
7359
7360         * src/vspace.C (inPixels): the same function also without a BufferView
7361         parameter as so it is easier to use it in some ocasions.
7362
7363         * src/lyxfunc.C: changed all places where insertInset was used so
7364         that now if it couldn't be inserted it is deleted!
7365
7366         * src/TabularLayout.C: 
7367         * src/TableLayout.C: added support for new tabular-inset!
7368
7369         * src/BufferView2.C (insertInset): this now returns a bool if the
7370         inset was really inserted!!!
7371
7372         * src/tabular.C (GetLastCellInRow): 
7373         (GetFirstCellInRow): new helper functions.
7374         (Latex): implemented for new tabular class.
7375         (TeXCellPostamble): 
7376         (TeXCellPreamble): 
7377         (TeXBottomHLine): 
7378         (TeXTopHLine): new Latex() helper functions.
7379
7380 2000-05-12  Juergen Vigna  <jug@sad.it>
7381
7382         * src/mathed/formulamacro.C (Read): 
7383         * src/mathed/formula.C (Read): read also the \end_inset here!
7384
7385 2000-05-10  Dekel Tsur  <dekel@math.tau.ac.il>
7386
7387         * src/mathed/math_write.C (MathParInset::Write): Fixed a bug:
7388         crush when saving formulae with unbalanced parenthesis.
7389
7390 20000-05-11  Dekel Tsur  <dekel@math.tau.ac.il>
7391
7392         * src/layout.C: Add new keyword "endlabelstring" to layout file
7393
7394         * src/text.C (GetVisibleRow): Draw endlabel string.
7395
7396         * lib/layouts/broadway.layout
7397         * lib/layouts/hollywood.layout: Added endlabel for the
7398         Parenthetical layout.
7399
7400         * lib/layouts/heb-article.layout: Do not use slanted font shape
7401         for Theorem like environments.
7402
7403         * src/buffer.C (makeLaTeXFile): Always add "american" to 
7404         the UsedLanguages list if document language is RTL. 
7405
7406 2000-05-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7407
7408         * add addendum to README.OS2 and small patch (from SMiyata)
7409
7410 2000-05-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7411
7412         * many files: correct the calls to ChangeExtension().
7413
7414         * src/support/filetools.C (ChangeExtension): remove the no_path
7415         argument, which does not belong there. Use OnlyFileName() instead.
7416
7417         * src/insets/insetbib.C (Latex): use absolute paths for bibtex
7418         files when LaTeXing a non-nice latex file.
7419
7420         * src/lyxlookup.C (isDeadEvent): use a switch statement instead of
7421         a chain of "if". Return false when deadkeys are not handled.
7422         
7423         * src/lyx_main.C (LyX): adapted the code for default bindings.
7424
7425         * src/kbmap.C (defaultKeyBindings): new method. Performs the default
7426         bindings for basic functionality (except deadkeys).
7427         (deadKeyBindings): new method. Performs the bindings of deadkeys.
7428
7429         * src/lyxrc.C (defaultKeyBindings): moved to lyx_main.C 
7430         several methods: handle override_x_deadkeys.
7431
7432         * src/lyxrc.h: remove the "bindings" map, which did not make much
7433         sense anyway. New variable override_x_deadkeys, defaulting to "true".
7434         
7435 2000-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7436
7437         * src/lyxfont.C (stateText): use a saner method to determine
7438         whether the font is "default". Seems to fix the crash with DEC
7439         cxx. 
7440
7441         * src/Bullet.[Ch] (Bullet): remove const on parameters.
7442
7443 2000-05-08  Juergen Vigna  <jug@sad.it>
7444
7445         * src/insets/insettabular.C (InsetButtonRelease): Now opens the
7446         TabularLayoutMenu with mouse-button-3
7447         (LocalDispatch): added LFUN_MENU_LAYOUT to open the Tabular-Layout.
7448
7449         * src/TabularLayout.C: added this file for having a Layout for
7450         tabular-insets.
7451
7452 2000-05-05  Juergen Vigna  <jug@sad.it>
7453
7454         * src/insets/insettabular.C (UpdateLocal): resetCursorPos when
7455         recalculating inset-widths.
7456         (TabularFeatures): activated this function so that I can change
7457         tabular-features via menu.
7458
7459         * src/menus.C (ShowEditMenu): inserted support for insettabular so
7460         that I can test some functions with the Table menu.
7461
7462 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
7463
7464         * src/lyxfont.C (stateText): guard against stupid c++libs.
7465
7466         * src/tabular.C: add using std::vector
7467         some whitespace changes, + removed som autogenerated code.
7468
7469         * src/buffer.C (parseSingleLyXformat2Token): stupid bug.
7470
7471 2000-05-05  Juergen Vigna  <jug@sad.it>
7472
7473         * src/tabular.[Ch]: now using std:vector instead of arrays for all the
7474         row, columns and cellstructures.
7475
7476 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
7477
7478         * lib/lyxrc.example: remove obsolete entries.
7479
7480         * src/buffer.C (parseSingleLyXformat2Token): patch from dekel, fix
7481         reading of protected_separator for free_spacing.
7482
7483 2000-05-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7484
7485         * src/text.C (draw): do not display an exclamation mark in the
7486         margin for margin notes. This is confusing, ugly and
7487         uninformative. 
7488
7489         * src/LaTeXFeatures.C (getPackages): load amssymb also when 'Use
7490         AMS math' is checked.
7491
7492         * src/buffer.C (makeLaTeXFile): do not depend on the textclass
7493         name to see whether including the amsmath package is needed.
7494
7495 2000-05-05  Dekel Tsur  <dekel@math.tau.ac.il>
7496
7497         * src/paragraph.C (validate): Compute UsedLanguages correctly
7498         (don't insert the american language if it doesn't appear in the
7499         document)
7500
7501         * src/paragraph.C (TeXOnePar,SimpleTeXOnePar,SimpleTeXSpecialChars)
7502         The argument of \thanks{} command is considered moving argument
7503
7504         * src/paragraph.C (SimpleTeXOnePar): Put \protect before \\ if in
7505         moving argument.
7506
7507 2000-05-04  Dekel Tsur  <dekel@math.tau.ac.il>
7508
7509         * src/text.C (GetVisibleRow): Improved drawing of vertical lines
7510         for appendix/minipage/depth. The lines can be now both in the footnote 
7511         frame, and outside the frame.
7512
7513         * src/text.C (SingleWidth,draw): Correct rendering of Hebrew vowels
7514         points ("nikud")
7515
7516 2000-05-05  Juergen Vigna  <jug@sad.it>
7517
7518         * src/table.[Ch]: removed the inset and buffer stuff as this is now
7519         neede only in tabular.[Ch].
7520
7521 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
7522
7523         * src/insets/insetspecialchar.C (Read): allow command == '~' for
7524         PROTECTED_SEPARATOR 
7525         (Write): write '~' for PROTECTED_SEPARATOR
7526
7527 2000-05-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
7528
7529         * src/lyxparagraph.h: add a friend struct matchIT after the struct
7530         InsetTable.
7531
7532         * src/mathed/formula.C (drawStr): rename size to siz.
7533
7534         * src/insets/figinset.C (RestoreForm): rename pflags to piflags,
7535         possibly fix a bug by not changing the pflags = flags to piflags =
7536         flags.
7537
7538 2000-05-05  Juergen Vigna  <jug@sad.it>
7539
7540         * src/insets/insetbib.C: moved using directive
7541
7542         * src/ImportNoweb.C: small fix for being able to compile (missing
7543         include cstdlib)
7544
7545 2000-05-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
7546
7547         * config/lyxinclude.m4 (LYX_CXX_STL_STRING): change the test not
7548         to use clear, since we don't depend on this in the code. Add test
7549         for string::compare
7550
7551 2000-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7552
7553         * (various *.C files): add using std::foo directives to please dec
7554         cxx.
7555
7556         * replace calls to string::clear() to string::erase() (Angus)
7557
7558         * src/cheaders/cmath: modified to provide std::abs.
7559
7560 2000-05-04  Juergen Vigna  <jug@sad.it>
7561
7562         * src/insets/insettext.C: Prepared all for inserting of multiple
7563         paragraphs. Still display stuff to do (alignment and other things),
7564         but I would like to use LyXText to do this when we cleaned out the
7565         table-support stuff.
7566
7567         * src/insets/insettabular.C: Changed lot of stuff and added lots
7568         of functionality still a lot to do.
7569
7570         * src/tabular.C: Various functions changed name and moved to be
7571         const functions. Added new Read and Write functions and changed
7572         lots of things so it works good with tabular-insets (also removed
7573         some stuff which is not needed anymore * hacks *).
7574
7575         * src/lyxcursor.h: added operators == and != which just look if
7576         par and pos are (not) equal.
7577
7578         * src/buffer.C (latexParagraphs): inserted this function to latex
7579         all paragraphs form par to endpar as then I can use this too for
7580         text-insets.
7581
7582         * src/text2.C (SetLayout): Changed this to use a cursor this is needed
7583         so that I can call this to from text insets with their own cursor.
7584
7585         * src/buffer.C (makeLaTeXFile): added the output of one \n after the
7586         output off all paragraphs (because of the fix below)!
7587
7588         * src/paragraph.C (TeXOnePar): removed output of \n when we are in
7589         the very last paragraph (this could be also the last paragraph of an
7590         inset!)
7591
7592         * src/texrow.h: added rows() call which returns the count-variable.
7593
7594 2000-05-03  Jose Abilio Oliveira Matos <jamatos@novalis.fc.up.pt>
7595
7596         * lib/lyxrc.example: fix examples for exporting SGML to HTML.
7597
7598         * lib/configure.m4: better autodetection of DocBook tools.
7599
7600 2000-04-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
7601
7602         * src/lyx_main.C (easyParse): use lyxerr instead of cerr.
7603
7604         * src/lyx_cb.C: add using std::reverse;
7605
7606         * src/LaTeX.C (run): on error always run deleteFilesOnError before
7607         returning.
7608
7609         * src/LaTeX.[Ch] (deleteFilesOnError): new method. unlinks some
7610         selected files. Should fix repeated errors from generated files.
7611
7612 2000-04-27  Dekel Tsur  <dekel@math.tau.ac.il>
7613
7614         * src/lyx_cb.C (TocUpdateCB): Reverse strings for Hebrew paragraphs
7615
7616         * src/spellchecker.C (RunSpellChecker): Reverse Hebrew strings in
7617         the spellchecker popup. 
7618
7619         * lib/lyxrc.example:  Removed the \number_inset section
7620
7621 2000-04-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7622
7623         * src/insets/figinset.C (various): Use IsFileReadable() to make
7624         sure that the file actually exist. Relying on ghostscripts errors
7625         is a bad idea since they can lead to X server crashes.  
7626
7627 2000-04-27  Claus Hentschel <claus.hentschel@mbau.fh-hannover.de>
7628
7629         * intl/loadmsgcat.c (_nl_load_domain): pass O_BINARY as flag to
7630         open under CYGWIN 
7631
7632         * lib/lyxrc.example: smallish typo in description of
7633         \view_dvi_paper_option 
7634
7635 2000-04-26  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
7636
7637         * src/lyxfunc.h:
7638         * src/lyxfunc.C: doImportHelper to factor out common code of the
7639         various import methods. New functions doImportASCIIasLines,
7640         doImportASCIIasParagraphs, doImportLaTeX, doImportNoWeb,
7641         doImportLinuxDoc  for the  format specific parts.
7642
7643         * buffer.h:
7644         * buffer.C: Dispatch  returns now a bool to indicate success
7645
7646         * lyx_gui.h:
7647         * lyx_gui.C: Add getLyXView() for member access
7648
7649         * lyx_main.C: Change logic for batch commands: First try
7650         Buffer::Dispatch (possibly without GUI), if that fails, use
7651         LyXFunc::Dispatch
7652
7653         * lyx_main.C: Add support for --import command line switch.
7654         Now 'lyx --import ascii file.txt' opens the GUI with file.txt loaded.
7655         Available Formats: Everything  accepted by 'buffer-import <format>'
7656
7657 2000-04-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
7658
7659         * src/lyx_gui.C (create_forms): small oneliner from Garst to have
7660         unnumbered parts.
7661
7662         * src/lyx_cb.C (ScreenApplyCB): clear the textcache so that the
7663         documents will be reformatted upon reentry.
7664
7665 2000-04-27  Juergen Vigna  <jug@sad.it>
7666
7667         * src/CutAndPaste.C (pasteSelection): last paragraph was not returned
7668         correctly only last pos this was a bug.
7669
7670 2000-04-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
7671
7672         * release of lyx-1.1.5pre1
7673
7674 2000-04-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7675
7676         * src/insets/insettabular.[Ch]: fix the Clone() declaration.
7677
7678         * src/menus.C: revert the change of naming (Figure->Graphic...)
7679         from 2000-04-11. It was incomplete and bad.
7680         
7681         * src/LColor.[Ch]: add LColor::depthbar.
7682         * src/text.C (GetVisibleRow): use it.
7683
7684         * README: update the languages list.
7685
7686 2000-04-25  Dekel Tsur  <dekel@math.tau.ac.il>
7687
7688         * src/text.C (GetVisibleRow): show the depth of paragraphs using
7689         vertical bars.
7690
7691 2000-04-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
7692
7693         * README: remove sections that were just wrong.
7694
7695         * src/text2.C (GetRowNearY): remove currentrow code
7696
7697         * src/text.C (GetRow): remove currentrow code
7698
7699         * src/screen.C (Update): rewritten a bit.
7700         (SmallUpdate): removed func
7701
7702         * src/lyxtext.h (text_status): removed NEED_LITTLE_REFRESH, never
7703         used.
7704         (FullRebreak): return bool
7705         (currentrow): remove var
7706         (currentrow_y): ditto
7707
7708         * src/lyxscreen.h (Draw): change arg to unsigned long
7709         (FitCursor): return bool
7710         (FitManualCursor): ditto
7711         (Smallpdate): remove func
7712         (first): change to unsigned long
7713         (DrawOneRow): change second arg to long (from long &)
7714         (screen_refresh_y): remove var
7715         (scree_refresh_row): ditto
7716         
7717         * src/lyxrow.h: change baseline to usigned int from unsigned
7718         short, this brings some implicit/unsigned issues out in the open.
7719
7720         * src/lyxfunc.C (moveCursorUpdate): update(0) == update(-2) change
7721         accordingly.
7722         (Dispatch): don't call updateScrollbar after fitCursor. Use update
7723         instead of smallUpdate.
7724
7725         * src/lyxcursor.h: change y to unsigned long
7726
7727         * src/buffer.h: don't call updateScrollbar after fitcursor
7728
7729         * src/buffer.C (parseSingleLyXformat2Token): move variables to
7730         where they are used. Removed "\\direction", this was not present
7731         in 1.1.4 and is already obsolete. Commented out some code that I
7732         believe to never be called.
7733         (runLiterate): don't call updateScrollbar after fitCursor
7734         (runLaTeX): ditto
7735         (buildProgram): ditto
7736         (runChktex): ditto
7737
7738         * src/WorkArea.h (workWidth): change return val to unsigned
7739         (width): ditto
7740         (height): ditto
7741         (redraw): remove the button redraws
7742         (setScrollbarValue): change for scrollbar
7743         (getScrollbarValue): change for scrollbar
7744         (getScrollbarBounds): change for scrollbar
7745
7746         * src/WorkArea.C (C_WorkArea_up_cb): removed func
7747         (C_WorkArea_down_cb): removed func
7748         (WorkArea): use fl_add_scrollbar instead of two buttons and a slider.
7749         (resize): change for scrollbar
7750         (setScrollbar): ditto
7751         (setScrollbarBounds): ditto
7752         (setScrollbarIncrements): ditto
7753         (up_cb): removed func
7754         (down_cb): removed func
7755         (scroll_cb): change for scrollbar
7756         (work_area_handler): ditto
7757
7758         * src/BufferView_pimpl.C (fitCursor): only call updateScrollbar
7759         when FitCursor did something.
7760         (updateScrollbar): some unsigned changes
7761         (downCB): removed func
7762         (scrollUpOnePage): removed func
7763         (scrollDownOnePage): remvoed func
7764         (workAreaMotionNotify): don't call screen->FitCursor but use
7765         fitCursor instead. and bool return val
7766         (workAreaButtonPress): ditto
7767         (workAreaButtonRelease): some unsigned changes
7768         (checkInsetHit): ditto
7769         (workAreaExpose): ditto
7770         (update): parts rewritten, comments about the signed char arg added
7771         (smallUpdate): removed func
7772         (cursorPrevious): call needed updateScrollbar
7773         (cursorNext): ditto
7774
7775         * src/BufferView2.C (allFloats): don't call updateScrollbar after
7776         fitCursor.
7777
7778         * src/BufferView.[Ch] (upCB): removed func
7779         (downCB): removed func
7780         (smallUpdate): removed func
7781
7782 2000-04-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
7783
7784         * src/lyxtext.h src/text.C src/text2.C: removed support for the
7785         currentrow, currentrow_y optimization. This did not help a lot and
7786         if we want to do this kind of optimization we should rather use
7787         cursor.row instead of the currentrow. 
7788
7789         * src/buffer.C (parseSingleLyXformat2Token): fixed mistake in
7790         buffer spacing and klyx spacing support.
7791
7792 2000-04-25  Dekel Tsur  <dekel@math.tau.ac.il>
7793
7794         * src/spellchecker.C (RunSpellChecker): Speedup spellchecking by
7795         a factor of 50!
7796
7797 2000-04-26  Juergen Vigna  <jug@sad.it>
7798
7799         * src/insets/figinset.C: fixes to Lars sstream changes!
7800
7801 2000-04-23  Dekel Tsur  <dekel@math.tau.ac.il>
7802
7803         * A lot of files: Added Ascii(ostream &) methods to all inset
7804         classes. Used when exporting to ASCII.
7805         
7806         * src/buffer.C (writeFileAscii,RoffAsciiTable)
7807         * src/paragraph.C (RoffContTableRows): Use the Ascii() methods
7808         instead of Latex()
7809
7810         * src/text2.C (ToggleFree): Disabled implicit word selection when
7811         there is a change in the language
7812         
7813         * src/insets/insetspecialchar.C (Linuxdoc,DocBook): Fixed a bug:
7814         no output was generated for end-of-sentence inset.
7815         
7816         * src/insets/lyxinset.h
7817         * src/buffer.C
7818         * src/lyxfunc.C
7819         * src/paragraph.C: Removed the insetnumber code
7820
7821         * src/text.C (SelectWordWhenUnderCursor): Cleaned the code.
7822
7823 2000-04-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
7824
7825         * src/buffer.C (parseSingleLyXformat2Token): remove no_isolatin1,
7826         no_babel and no_epsfig completely from the file.
7827         (parseSingleLyXformat2Token): add handling for per-paragraph
7828         spacing as written by klyx.
7829
7830         * src/insets/figinset.C: applied patch by Andre. Made it work with
7831         ostringstream too.
7832
7833 2000-04-20  Juergen Vigna  <jug@sad.it>
7834
7835         * src/insets/insettext.C (cutSelection): 
7836         (copySelection): Fixed with selection from right to left.
7837         (draw): now the rows are not recalculated at every draw.
7838         (computeTextRows): for now reset the inset-owner here (this is
7839         important for an undo or copy where the inset-owner is not set
7840         automatically!)
7841
7842         * src/BufferView_pimpl.C (workAreaMotionNotify): when passing the
7843         motion to the_locking_inset screen->first was forgotten, this was
7844         not important till we got multiline insets.
7845
7846 2000-04-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7847
7848         * src/mathed/formulamacro.C (Latex): remove CHECK comment, since
7849         code seems to be alright (it is code changed by Dekel, and the
7850         intent is indeed that all macros should be defined \protect'ed)
7851
7852         * NEWS: a bit of reorganisation of the new user-visible features.
7853
7854 2000-04-19  Juergen Vigna  <jug@sad.it>
7855
7856         * src/insets/insettext.C (init): using a LyXCursor now for cursor
7857         position. Set the inset_owner of the used paragraph so that it knows
7858         that it is inside an inset. Fixed cursor handling with mouse and
7859         cursor keys. Fixed wrong timed inset redraws and lots of other changes
7860         and cleanups to make TextInsets work better.
7861
7862         * src/insets/insettext.h: Using a LyXCursor now. Added a clear() call.
7863         Changed parameters of various functions and added LockInsetInInset().
7864
7865         * src/insets/insettext.C: 
7866
7867         * src/insets/insetcollapsable.h: 
7868         * src/insets/insetcollapsable.C: 
7869         * src/insets/insetfoot.h: 
7870         * src/insets/insetfoot.C: 
7871         * src/insets/insetert.h: 
7872         * src/insets/insetert.C: cleaned up the code so that it works now
7873         correctly with insettext.
7874
7875         * src/insets/inset.C: 
7876         * src/insets/lyxinset.h: inserted inset_owner and some more changes so
7877         that insets in insets are supported right.
7878
7879         * src/table.h: 
7880         * src/table.C: lots of changes for use with inset tabular (and cleanup)
7881
7882         * src/paragraph.C: some small fixes
7883
7884         * src/debug.h: inserted INSETS debug info
7885
7886         * src/lyxfunc.C (Dispatch): added code for InsetTabular and some inset
7887         fixes (f.ex. calling LFUN_DOWN if exiting inset with LFUN_DOWN).
7888
7889         * src/commandtags.h: 
7890         * src/LyXAction.C: insert code for InsetTabular.
7891
7892         * src/BufferView_pimpl.C (workAreaMotionNotify): do return always if
7893         not Button1MotionMask.
7894         (workAreaButtonRelease): send always a InsetButtonRelease event to
7895         the_locking_inset.
7896         (checkInsetHit): some setCursor fixes (always with insets).
7897
7898         * src/BufferView2.C (lockInset): returns a bool now and extended for
7899         locking insets inside insets.
7900         (showLockedInsetCursor): it is important to have the cursor always
7901         before the locked inset.
7902         (fitLockedInsetCursor): forgot adding of InsetInInsetY()-offset.
7903
7904         * src/BufferView.h: made lockInset return a bool.
7905
7906         * src/lyxtext.h: inserted function SetCursor(LyXCursor, ...).
7907
7908         * src/text2.C (SetCursor): This now has a version with a LyXCursor
7909         that is used also internally but can be called as public to have back
7910         a cursor pos which is not set internally.
7911         (SetCursorIntern): Changed to use above function.
7912
7913         * src/CutAndPaste.C (DeleteBuffer): forgot to inizialize textclass
7914
7915 2000-04-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
7916
7917         * ANNOUNCE: 
7918         * INSTALL: 
7919         * UPGRADING: 
7920         * NEWS: updated for prerelease of 1.1.5. Please comment and send
7921         patches for things that should be in or should be changed.
7922
7923         * src/* [insetfiles]: change "usigned char fragile" to bool
7924         fragile. There was only one point that could that be questioned
7925         and that is commented in formulamacro.C. Grep for "CHECK".
7926         
7927         * src/CutAndPaste.C (getBufferTextClass): unused func, removed.
7928         (DeleteBuffer): take it out of CutAndPaste and make it static.
7929
7930 2000-04-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
7931
7932         * src/paragraph.C (TeXOnePar): use the new method in Spacing to
7933         output the spacing envir commands. Also the new commands used in
7934         the LaTeX output makes the result better.
7935
7936         * src/Spacing.C (writeEnvirBegin): new method
7937         (writeEnvirEnd): new method
7938
7939 2000-04-18  Juergen Vigna  <jug@sad.it>
7940
7941         * src/CutAndPaste.C: made textclass a static member of the class
7942         as otherwise it is not accesed right!!!
7943
7944 2000-04-17  Dekel Tsur  <dekel@math.tau.ac.il>
7945
7946         * forms/layout_forms.fd
7947         * src/layout_forms.h
7948         * src/layout_forms.C (create_form_form_character)
7949         * src/lyx_cb.C (UserFreeFont)
7950         * src/lyx_gui.C (create_forms): Added GUI support for multi-lingual
7951         documents (in the layout->character popup).
7952
7953 2000-04-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7954
7955         * src/spellchecker.C (create_ispell_pipe): fix a bug where
7956         \spell_command was in fact not honored (from Kevin Atkinson).
7957
7958         * src/lyx_gui.C (~LyXGUI): make sure lyxViews is deleted when
7959         quitting (Angus)
7960
7961         * src/lyx_gui.h: make lyxViews private (Angus)
7962
7963 2000-04-15  Dekel Tsur  <dekel@math.tau.ac.il>
7964
7965         * src/mathed/math_write.C
7966         (MathMatrixInset::Write) Put \protect before \begin{array} and
7967         \end{array} if fragile
7968         (MathParInset::Write): Put \protect before \\ if fragile
7969
7970 2000-04-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
7971
7972         * src/lyx_gui.C (LyXGUI): initialize the LyXColorHandler. The
7973         initialization if the LyXColorHandler must be done after the
7974         connections to the XServer has been established.
7975
7976         * src/insets/figinset.C (runqueue): change the grabing a bit. Also
7977         get the background pixel from the lyxColorhandler so that the
7978         figures are rendered with the correct background color.
7979         (NextToken): removed functions.
7980         (GetPSSizes): use ifs >> string instead of NextToken.
7981
7982         * src/Painter.[Ch]: the color cache moved out of this file. 
7983
7984         * src/ColorHandler.[Ch]: new files. Holds the gc cache for color
7985         and lines.  
7986
7987 2000-04-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
7988
7989         * src/WorkArea.C (work_area_handler): call BufferView::enterView
7990         and Buffer::leaveView when FL_ENTER and FL_LEAVE.
7991
7992         * src/BufferView.C (enterView): new func
7993         (leaveView): new func
7994
7995         * src/BufferView_pimpl.C (enterView): new func, sets xterm cursor
7996         when approp.
7997         (leaveView): new func, undefines xterm cursor when approp.
7998
7999         * src/bufferview_funcs.C: moved SetXCursor to BufferView_pimp.C
8000         (AllowInput): delete the Workarea cursor handling from this func.
8001
8002         * src/Painter.C (underline): draw a slimer underline in most cases.
8003
8004         * src/lyx_main.C (error_handler): use extern "C"
8005
8006 2000-04-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
8007
8008         * src/insets/figinset.C (DocBook): small patch from Jose (jamatos)
8009         sent directly to me.
8010
8011         * src/text2.C (DeleteEmptyParagraphMechanism): small patch posted
8012         to the list by Dekel.
8013
8014         * src/lyxfunc.C (Dispatch): make PARAGRAPH_SPACING compile with
8015         strstream too.
8016
8017         * src/bufferview_funcs.[Ch]: two new files, moved several of the
8018         methods from lyx_cb.here.
8019
8020         * src/lyx_cb.C: in addition to the above; removed input_prohibited
8021         it was not used.
8022
8023 2000-04-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
8024
8025         * src/lyx_cb.[Ch]: made several functions take a BufferView* arg
8026         instead of using current_view directly. 
8027
8028         * src/lyxfunc.C (Dispatch): the paragraph-spacing implementation
8029
8030         * src/LyXAction.C (init): add the paragraph-spacing command.
8031
8032         * src/commandtags.h: add enum for LFUN_PARAGRAPH_SPACING
8033
8034         * src/buffer.C (parseSingleLyXformat2Token): read the paragraph spacing
8035
8036         * src/lyx_cb.C (CurrentState): output a string when the spacing is
8037         different from the documents.
8038
8039         * src/text.C (SetHeightOfRow): take paragraph spacing into
8040         account, paragraph spacing takes precedence over buffer spacing
8041         (GetVisibleRow): ditto
8042
8043         * src/paragraph.C (writeFile): output the spacing parameter too.
8044         (validate): set the correct features if spacing is used in the
8045         paragraph. 
8046         (Clear): set spacing to default
8047         (MakeSameLayout): spacing too
8048         (HasSameLayout): spacing too
8049         (SetLayout): spacing too
8050         (TeXOnePar): output the spacing commands
8051
8052         * src/lyxparagraph.h: added a spacing variable for use with
8053         per-paragraph spacing.
8054
8055         * src/Spacing.h: add a Default spacing and a method to check if
8056         the current spacing is default. also added an operator==
8057
8058         * src/text2.C (DeleteEmptyParagraphMechanism): added a
8059         RedoParagraphs.
8060
8061 2000-04-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8062
8063         * src/lyxserver.C (callback): fix dispatch of functions
8064
8065         * src/insets/insetlatexaccent.C (checkContents): turn bogus
8066         printf() into lyxerr call. 
8067
8068         * src/tex-strings.C (tex_fonts): add "pslatex" to the choice of
8069         fonts. 
8070
8071         * src/menus.C (ShowInsertMenu): rename "Figure" to "Graphic",
8072         "Table" to "Table Box", "Float" to "Floating Material"; deletes
8073         the "Float" from each of the subitems.
8074         (ShowHelpMenu): add entry for "FAQ" and "TOC".
8075
8076         * src/support/DebugStream.h: add an #ifdef to work around a gcc
8077         2.8.x compiler error. Yes, I know, gcc 2.8.1 is bad, but I
8078         documented the change so that the workaround can be nuked later.
8079
8080         * src/lyx_gui_misc.C (getScreenDPI): new function. Code moved from 
8081         LyX::init().
8082         
8083         * src/lyxlex_pimpl.C (next): do not re-declare the default value
8084         of arguments.
8085         * src/buffer.C (getLatexName): ditto
8086         (setReadonly): ditto
8087
8088 2000-04-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
8089
8090         * src/LaTeXFeatures.h: add a const reference to BufferParams, to
8091         avoid some uses of current_view. Added also a bufferParams()
8092         method to get at this.
8093
8094         * src/lyxtext.h: changed params->buffer and paramters->bparams.
8095
8096 2000-04-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
8097
8098         * src/lyxparagraph.[Ch]: removed
8099         operator<(LyXParagraph::InsetTable..., added a struct matchIT
8100         with operators used by lower_bound and
8101         upper_bound in InsetTable's
8102         Make struct InsetTable private again. Used matchpos.
8103
8104 2000-04-08  Dekel Tsur  <dekel@math.tau.ac.il>
8105         
8106         * src/lyx_cb.C (DocumentApplyCB): When changing the language of the
8107         document, the language of existing text is changed (unless the
8108         document is multi-lingual)
8109
8110         * src/buffer.C (ChangeLanguage,isMultiLingual) New methods.
8111
8112         * src/paragraph.C (ChangeLanguage,isMultiLingual) New methods.
8113
8114         * A lot of files: A rewrite of the Right-to-Left support.
8115   
8116 2000-04-10  Juergen Vigna  <jug@sad.it>
8117
8118         * src/BufferView2.C (showLockedInsetCursor): small bugfix for
8119         misplaced cursor when inset in inset is locked.
8120
8121         * src/insets/insettext.C (LocalDispatch): small fix so that a
8122         BREAKLINE is not inserted if we don't permit it with autBreakRows.
8123
8124         * src/insets/insetfoot.C (GetDrawFont): implemented this as the
8125         footnote font should be decreased in size twice when displaying.
8126
8127         * src/insets/insettext.C (GetDrawFont): inserted this function as
8128         the drawing-font may differ from the real paragraph font.
8129
8130         * src/lyxfunc.C (processKeyEvent): fixed Esc-handling when unlocking
8131         insets (inset in inset!).
8132
8133         * src/insets/insetfoot.C (InsertInsetAllowed): implemented the below
8134         function here because we don't want footnotes inside footnotes.
8135
8136         * src/insets/insettext.C (InsetText): forgot to set autoBreakRows for
8137         Cloned insets.
8138         (init): now set the inset_owner in paragraph.C
8139         (LocalDispatch): added some resetPos() in the right position
8140         (cutSelection): 
8141         (copySelection): 
8142         (pasteSelection): changed to use the new CutAndPaste-Class.
8143
8144         * src/insets/lyxinset.h: inserted new function InsertInsetAllowed
8145         which tells if it is allowed to insert another inset inside this one.
8146
8147         * src/lyx_cb.C (DocumentApplyCB): Using CutAndPaste-Class for
8148         SwitchLayoutsBetweenClasses.
8149
8150         * src/text2.C (InsertInset): checking of the new paragraph-function
8151         InsertInsetAllowed.
8152         (DeleteSimpleCutBuffer): removed (for now only with #ifdef) as this
8153         is not needed anymore here!
8154         (CutSelection): 
8155         (CopySelection): 
8156         (PasteSelection): redone (also with #ifdef) so that now this uses
8157         the CutAndPaste-Class.
8158         (SwitchLayoutsBetweenClasses): removed here and implemented in the
8159         CutAndPaste-Class.
8160         
8161         * src/CutAndPaste.[Ch]: added this for clean handling of CutAndPaste
8162         from/to text/insets.
8163
8164         * src/paragraph.C (LyXParagraph): inserted new inset_owner pointer
8165         so that the paragraph knows if it is inside an (text)-inset.
8166         (InsertFromMinibuffer): changed return-value to bool as now it
8167         may happen that an inset is not inserted in the paragraph.
8168         (InsertInsetAllowed): this checks if it is allowed to insert an
8169         inset in this paragraph.
8170         (PasteParagraph): 
8171         (BreakParagraphConservative): 
8172         (BreakParagraph) : small change for the above change of the return
8173         value of InsertFromMinibuffer.
8174
8175         * src/lyxparagraph.h: added inset_owner and the functions to handle
8176         this (SetInsetOwner(), InInset() and InsertInsetAllowed()).
8177
8178 2000-04-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
8179
8180         * src/BufferView.[Ch], src/BufferView_pimpl.[Ch]: move more
8181         functions from BufferView to BufferView::Pimpl to ease maintence.
8182         
8183         * src/text2.C (DeleteEmptyParagraphMechanism): update the cursor
8184         correctly. Also use SetCursorIntern instead of SetCursor.
8185
8186         * src/insets/insetinfo.C (draw): draw InsetInfo notes with the
8187         correct color.
8188
8189 2000-04-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
8190
8191         * src/WorkArea.C (belowMouse): manually implement below mouse.
8192
8193         * src/*: Add "explicit" on several constructors, I added probably
8194         some unneeded ones. A couple of changes to code because of this.
8195
8196         * src/BufferView.[Ch]: Used the "pimpl" idiom to hide more of the
8197         implementation and private parts from the users of BufferView. Not
8198         quite finished.
8199
8200         * src/lyxlex.[Ch]: Used the "pimpl" idiom to hide more of the
8201         implementation and private parts from the users of LyXLex. Not
8202         quite finished.
8203
8204         * src/BufferView_pimpl.[Ch]: new files
8205
8206         * src/lyxlex_pimpl.[Ch]: new files
8207
8208         * src/LyXView.[Ch]: some inline functions move out-of-line
8209
8210 2000-04-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8211
8212         * src/lyxparagraph.h: make struct InsetTable public.
8213
8214         * src/support/lyxstring.h: change lyxstring::difference_type to be
8215         ptrdiff_t. Add std:: modifiers to streams.
8216
8217         * src/font.C: include the <cctype> header, for islower() and
8218         isupper(). 
8219
8220 2000-04-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
8221
8222         * src/font.[Ch]: new files. Contains the metric functions for
8223         fonts, takes a LyXFont as parameter. Better separation of concepts.
8224         
8225         * src/lyxfont.[Ch]: move the metric functions to font.[Ch] several
8226         changes because of this.
8227
8228         * src/PainterBase.[Ch] (width): remove, use the ones in font.C instead
8229
8230         * src/*: compile with -Winline and move functions that don't
8231         inline out of line.
8232         
8233         * src/lyx_cb.C (stringOnlyContains): use string::find_first_not_of
8234         instead of strspn.
8235
8236 2000-04-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
8237
8238         * src/paragraph.C (GetLabelstring): renamed from GetLabestring.
8239         (various files changed because of this)
8240
8241         * src/Painter.C (text): fixed the drawing of smallcaps.
8242
8243         * src/lyxfont.[Ch] (drawText): removed unused member func.
8244         (drawString): ditto
8245
8246         * src/*.C: added needed "using" statements and "std::" qualifiers. 
8247
8248 2000-03-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
8249
8250         * src/*.h: removed all use of "using" from header files use
8251         qualifier std:: instead. 
8252
8253 2000-04-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8254
8255         * src/text.C (Backspace): some additional cleanups (we already
8256         know whether cursor.pos is 0 or not).
8257
8258         * lib/reLyX/Makefile.am (DESTDIR): add an empty value (since
8259         automake does not provide one).
8260
8261         * src/bmtable.h: replace C++ comments with C comments.
8262
8263 2000-04-02  Dekel Tsur <dekel@math.tau.ac.il>
8264
8265         * src/screen.C (ShowCursor): Change the shape of the cursor if
8266         the current language is not equal to the language of the document.
8267         (If the cursor change its shape unexpectedly, then you've found a bug)
8268
8269         * src/insets/insettext.C (LocalDispatch, UpdateLocal) Fixed some
8270         bugs [I hope...]
8271
8272         * src/insets/insetnumber.[Ch]: New files.
8273
8274         * src/LyXAction.C (init)
8275         * src/lyxfunc.C (dispatch): Add command number-inset-insert
8276
8277         * lyxrc.example
8278         * src/lyxrc.C: Renamed command \auto_mathmode to \number_inset
8279
8280         * src/lyxparagraph.h
8281         * src/paragraph.C: Changed insetlist to Vector<InsetTable>.
8282         (the vector is kept sorted).
8283
8284         * src/text.C (GetVisibleRow): Draw selection correctly when there
8285         is both LTR and RTL text.
8286
8287         * src/paragraph.C (Clone): Use the assignment operator for cloning,
8288         which is much faster.
8289
8290         * src/text.C (GetVisibleRow and other): Do not draw the last space 
8291         in a row if the direction of the last letter is not equal to the
8292         direction of the paragraph.
8293
8294         * src/lyxfont.C (latexWriteStartChanges):
8295         Check that font language is not equal to basefont language.
8296         (latexWriteEndChanges): ditto
8297
8298         * src/lyx_cb.C (StyleReset): Don't change the language while using
8299         the font-default command.
8300
8301         * src/paragraph.C (GetFirstFontSettings): Handle correctly an
8302         empty paragraph before a footnote.
8303
8304         * src/insets/insetcommand.C (draw): Increase x correctly.
8305
8306         * src/screen.C (ShowCursor): Change cursor shape if
8307         current language != document language.
8308
8309         * src/lyxfunc.C (dispatch): Added calls to owner->view()->setState()
8310
8311 2000-03-31  Juergen Vigna  <jug@sad.it>
8312
8313         * src/paragraph.C (GetInset): commented out text[pos] = ' '
8314         (Clone): changed mode how the paragraph-data is copied to the
8315         new clone-paragraph.
8316
8317         * src/lyxfunc.C (Dispatch): fixed small problem when calling
8318         GetInset(pos) with no inset anymore there (in inset UNDO)
8319
8320         * src/insets/insetcommand.C (draw): small fix as here x is
8321         incremented not as much as width() returns (2 before, 2 behind = 4)
8322
8323 2000-03-30  Juergen Vigna  <jug@sad.it>
8324
8325         * src/insets/insettext.C (InsetText): small fix in initialize
8326         widthOffset (should not be done in the init() function)
8327
8328 2000-03-29  Amir Karger <karger@lyx.org>
8329
8330         * lib/examples/it_ItemizeBullets.lyx: translation by 
8331         Stefano Mastella
8332
8333         * Implemented \textasciitilde and fixed a tiny bug in reLyX
8334
8335 2000-03-29  Juergen Vigna  <jug@sad.it>
8336
8337         * src/insets/insetcollapsable.C (Clone): same as in InsetFoot
8338
8339         * src/insets/insetfoot.C (Clone): small change as for the below
8340         new init function in the text-inset
8341
8342         * src/insets/insettext.C (init): new function as I've seen that
8343         clone did not copy the Paragraph-Data!
8344         (LocalDispatch): Added code so that now we have some sort of Undo
8345         functionality (well actually we HAVE Undo ;)
8346
8347         * src/text.C (Backspace): Small fix for the a | a Backspace problem
8348
8349 2000-03-24  Dekel Tsur <dekel@math.tau.ac.il>
8350         
8351         * src/paragraph.C (AutoDeleteInsets) Fixed a bug (wrong positions
8352         were erased)
8353
8354 2000-03-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
8355
8356         * src/main.C: added a runtime check that verifies that the xforms
8357         header used when building LyX and the library used when running
8358         LyX match. Exit with a message if they don't match. This is a
8359         version number check only.
8360
8361         * src/buffer.C (save): Don't allocate memory on the heap for
8362         struct utimbuf times.
8363
8364         * *: some using changes, use iosfwd instead of the real headers.
8365
8366         * src/lyxfont.C use char const * instead of string for the static
8367         strings. Rewrite some functions to use sstream.
8368
8369 2000-03-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8370
8371         * src/text.C (Backspace): hopefully fix the dreaded backaspace
8372         bug. 
8373
8374 2000-03-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8375
8376         * lib/layouts/svjog.layout: new file, for Springer-Verlag Journal
8377         of Geodesy (from Martin Vermeer)
8378
8379         * lib/layouts/svjour.inc: include file for the Springer svjour
8380         class. It can be used to support journals other than JoG.
8381
8382         * lib/Makefile.am: use $(DESTDIR) make variable (from Arkadiusz
8383         Miskiewicz <misiek@pld.org.pl>)
8384         * lib/reLyX/Makefile.am: ditto.
8385
8386 2000-03-27  Juergen Vigna  <jug@sad.it>
8387
8388         * src/insets/insettext.C: added Cut/Copy/Paste inside insets,
8389         also some modifications with operations on selected text.
8390
8391         * src/BufferView.C (checkInsetHit): Now hopefully fixed all the
8392         problems with clicking on insets (last famous words ;)
8393
8394         * src/insets/insetcommand.C (draw): 
8395         (width): Changed to have a bit of space before and after the inset so
8396         that the blinking cursor can be seen (otherwise it was hidden)
8397
8398 2000-03-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8399
8400         * config/gettext.m4 (AM_WITH_NLS): fix a gettext bug where -lintl
8401         would not be added to the link list when an installed gettext (not
8402         part of libc) is found.
8403
8404 2000-03-24  Juergen Vigna  <jug@sad.it>
8405
8406         * src/insets/insetcollapsable.C (Edit): 
8407         * src/mathed/formula.C (InsetButtonRelease): 
8408         (InsetButtonPress): fixed for new handling of ButtonPress/Release
8409         handling.
8410
8411         * src/BufferView.C (workAreaButtonPress): 
8412         (workAreaButtonRelease): 
8413         (checkInsetHit): Finally fixed the clicking on insets be handled
8414         correctly!
8415
8416         * src/insets/insetert.C (Edit): inserted this call so that ERT
8417         insets work always with LaTeX-font
8418
8419 2000-03-21  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
8420
8421         * src/lyx_main.C (easyParse): Removed misplaced gui=false which
8422         caused lyx to startup with no GUI in place, causing in a crash
8423         upon startup when called with arguments.
8424
8425 2000-03-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8426
8427         * src/FontLoader.C: better initialization of dummyXFontStruct.
8428
8429 2000-03-20 José Abílio Matos <jamatos@lyx.org>
8430
8431         * src/lyxrc.[Ch] Removed \sgml_extra_options, added 6 other flags
8432         for linuxdoc and docbook import and export format options.
8433
8434         * lib/lyxrc.example Example of default values for the previous flags.
8435
8436         * src/lyx_cb.C Use those flags instead of the hardwired values for
8437         linuxdoc and docbook export.
8438
8439         * src/lyxfunc.[Ch] Added HTML export for linuxdoc and docbook, added
8440         linuxdoc import.
8441
8442         * src/menus.C Added menus entries for the new import/exports formats.
8443         
8444 2000-03-09 André Pönitz <poenitz@mathematik.tu-chemnitz.de>
8445
8446         * src/lyxrc.*: Added support for running without Gui 
8447         (\use_gui false)
8448           
8449         * src/FontLoader.C: sensible defaults if no fonts are needed
8450
8451         * src/lyx_cb.C: New function ShowMessage (writes either to the
8452         minibuffer or cout in case of no gui
8453         New function AskOverwrite for common stuff
8454         Consequently various changes to call these functions
8455
8456         * src/lyx_main.C:  allow gui = false and handle lyxrc \use_gui false
8457         wild guess at sensible screen resolution when having no gui
8458
8459         * src/lyxfont.C: no gui, no fonts... set some defaults
8460
8461 2000-03-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8462
8463         * src/LColor.C: made the command inset background a bit lighter.
8464
8465 2000-03-20  Hartmut Goebel <goebel@noris.net>
8466
8467         * lib/layouts/stdstruct.inc: split into stdtitle.inc and
8468         stdstruct.inc. Koma-Script added some title elements which
8469         otherwise have been listed below "bibliography". This split allows
8470         adding title elements to where they belong.
8471
8472         * lib/layouts/scrclass.inc: changed to include stdtitle.inc, then
8473         define the additional title elements and then include
8474         stdstruct.inc. 
8475
8476         * many other layout files: changed to include stdtitle.inc just
8477         before stdstruct.inc.
8478
8479 2000-03-18 Dekel Tsur <dekel@math.tau.ac.il>
8480
8481         * src/buffer.C: (save) Added the option to store all backup files
8482         in a single directory
8483
8484         * src/lyxrc.[Ch]: Added variable \backupdir_path
8485
8486         * lib/lyxrc.example: Added descriptions of recently added variables
8487
8488         * src/insets/insetbib.[Ch]: Fixed few bugs (crash when editing a
8489         bibtex inset, not closing the bibtex popup when deleting the inset)
8490
8491 2000-03-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8492
8493         * src/lyx_cb.C: add a couple using directives.
8494
8495 2000-03-17 José Abílio Matos <jamatos@lyx.org>
8496         * src/lyx_cb.C (RunLinuxDoc) Removed the flag==-1 option for linuxdoc 
8497         import based on the filename.
8498         
8499         * src/bufferlist.C () Removed the call to RunLinuxDoc where a linuxdoc
8500         file would be imported at start, if the filename where of a sgml file.
8501
8502         * src/support/filetools.C (IsSGMLfilename) Removed, no longer needed.
8503         
8504         * src/support/filetools.h (IsSGMLfilename) Removed, no longer needed.
8505         
8506 2000-03-16 Dekel Tsur <dekel@math.tau.ac.il>
8507         * src/lyxfont.h Replaced the member variable bits.direction by the
8508         member variable lang. Made many changes in other files.
8509         This allows having a multi-lingual document
8510
8511         * src/lyxfunc.C, src/lyx_cb.C Added a new command "language <l>"
8512         that change the current language to <l>.
8513         Removed the command "font-rtl"
8514
8515         * src/buffer.C Changed LYX_FORMAT to 2.16 (as I changed the file
8516         format for Hebrew documents)
8517
8518         * src/lyxrc.C, src/lyxfunc.C Added a new lyxrc command "auto_mathmode"
8519         When auto_mathmode is "true", pressing a digit key in normal mode 
8520         will cause entering into mathmode.
8521         If auto_mathmode is "rtl" then this behavior will be active only
8522         when writing right-to-left text.
8523
8524         * src/text2.C (InsertStringA) The string is inserted using the
8525         current font.
8526
8527         * src/paragraph.C (GetEndLabel) Gives a correct result for
8528         footnote paragraphs.
8529
8530         * src/paragraph.C (PreviousBeforeFootnote) Fixed a small bug
8531
8532 2000-03-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
8533
8534         * src/text.C (Backspace): move RemoveParagraph and RemoveRow in
8535         front of PasteParagraph. Never insert a ' '. This should at least
8536         fix some cause for the segfaults that we have been experiencing,
8537         it also fixes backspace behaviour slightly. (Phu!)
8538
8539         * src/support/lstrings.C (compare_no_case): some change to make it
8540         compile with gcc 2.95.2 and stdlibc++-v3
8541
8542         * src/text2.C (MeltFootnoteEnvironment): change type o
8543         first_footnote_par_is_not_empty to bool.
8544
8545         * src/lyxparagraph.h: make text private. Changes in other files
8546         because of this.
8547         (fitToSize): new function
8548         (setContentsFromPar): new function
8549         (clearContents): new function
8550         (SetChar): new function
8551
8552         * src/paragraph.C (readSimpleWholeFile): deleted.
8553
8554         * src/lyx_cb.C (InsertAsciiFile): don't use a LyXParagraph to hold
8555         the file, just use a simple string instead. Also read the file in
8556         a more maintainable manner.
8557
8558         * src/text2.C (InsertStringA): deleted.
8559         (InsertStringB): deleted.
8560
8561 2000-03-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
8562
8563         * src/text2.C (DeleteEmptyParagraphMechanism): don't run,
8564         RedoParagraphs from the doublespace handling part, just set status
8565         to NEED_MORE_REFRESH. Also don't update cursor position (should be
8566         done, but perhaps not like this.)
8567
8568 2000-03-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8569
8570         * src/text2.C (InsertStringA): don't forget to insert a META_INSET
8571         character when inserting an inset.
8572
8573 2000-03-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
8574
8575         * src/bufferparams.C (readLanguage): now takes "default" into
8576         consideration.
8577
8578         * src/lyx_main.C (LyX): remove the setup of lyxrc. (new)
8579         also initialize the toplevel_keymap with the default bindings from
8580         lyxrc. 
8581         
8582         * src/buffer.C (Buffer): remove lyxrc from the parameters.
8583
8584         * all files using lyxrc: have lyxrc as a real variable and not a
8585         pointer. remove all extern LyXRC * lyxrc. The equiv to this is
8586         done in lyxrc.h.
8587         
8588         * src/lyxrc.C: remove double call to defaultKeyBindings
8589
8590         * src/toolbar.[Ch]: Let the ToolbarDefaults handle the reading of
8591         toolbar defauls using lyxlex. Remove enums, structs, functions
8592         related to this. 
8593
8594         * src/lyxrc.h: use ToolbarDefaults instead of Toolbar for storing
8595         toolbar defaults. Also store default keybindings in a map.
8596
8597         * src/ToolbarDefaults.[Ch]: New file. This class is used for
8598         storing the toolbar defaults without any xforms dependencies. 
8599
8600         * src/insets/figinset.C: patch posted to list by Andre Poenitz
8601         applied. Changed to use iterators.
8602
8603 2000-03-11  Kayvan A. Sylvan  <kayvan@satyr.sylvan.com>
8604
8605         * development/lyx.spec.in: Fix to ``unset LINGUAS'' line for
8606         systems that don't have LINGUAS set to begin with.
8607
8608 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
8609
8610         * src/text2.C (DeleteEmptyParagraphMechanism): small fix posted to
8611         the list by Dekel Tsur.
8612
8613 2000-03-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8614
8615         * src/insets/insetgraphics.C (GraphicxCB): declare with "C" linkage.
8616         * src/insets/form_graphics.C: ditto.
8617
8618         * src/insets/inseturl.C (Latex): the free_spc argument is not used.
8619
8620 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
8621
8622         * src/bufferparams.C (readLanguage): use the new language map
8623
8624         * src/intl.C (InitKeyMapper): use the new language map
8625
8626         * src/lyx_gui.C (create_forms): use the new language map
8627
8628         * src/language.[Ch]: New files. Used for holding the information
8629         about each language. Now! Use this new language map enhance it and
8630         make it really usable for our needs. 
8631
8632 2000-03-09 Dekel Tsur <dekel@math.tau.ac.il>
8633         
8634         * screen.C (ShowCursor): Removed duplicate code.
8635         (ShowManualCursor): Support for 3 cursor shapes: Bar (default),
8636         L (LTR text in RTL document), and reversed-L (RTL text in LTR document)
8637         
8638         * src/text.C (NextBreakPoint,Fill): Moved declaration of left_margin
8639
8640         * src/lyxtext.h
8641         * src/text.C  Added TransformChar method. Used for rendering Arabic
8642         text correctly (change the glyphs of the letter according to the
8643         position in the word)
8644
8645         * src/buffer.C
8646         * src/paragraph.C
8647         * src/lyxrc.h
8648         * src/lyxrc.C  Added lyxrc command {language_command_begin,
8649         language_command_end,language_command_ltr,language_command_rtl,
8650         language_package} which allows the use of either arabtex or Omega
8651         for Arabic
8652
8653         * src/lyx_gui.C (init)
8654         * src/lyxrc.h
8655         * src/lyxrc.C Added lyxrc command screen_font_encoding_menu. Allows
8656         to use encoding for menu fonts which is different than the encoding
8657         for screen fonts
8658
8659         * src/buffer.C (makeLaTeXFile): If params.language = "default",
8660         do not load the babel package.
8661         To write an English document with Hebrew/Arabic, change the document
8662         language to "english".
8663
8664         * src/text2.C (SetCounter): Fixed appendix labels for Hebrew document
8665         (alphaCounter): changed to return char
8666         (loweralphaCounter, hebrewCounter, romanCounter): New functions
8667
8668         * lib/lyxrc.example  Added examples for Hebrew/Arabic
8669
8670         * src/layout.h
8671         * src/layout.C  Added layout command endlabeltype
8672
8673         * src/paragraph.C Added GetEndLabel(),LastPhysicalPar() const
8674
8675         * src/text.C (GetVisibleRow): Draw a box at the end of proof layout
8676
8677 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
8678
8679         * src/mathed/math_delim.C (search_deco): return a
8680         math_deco_struct* instead of index.
8681
8682 2000-03-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
8683
8684         * All files with a USE_OSTREAM_ONLY within: removed all code that
8685         was unused when USE_OSTREAM_ONLY is defined.
8686         
8687         * src/support/lyxalgo.h (sorted): rewrote to use plain '<' instead
8688         of any less. Removed header and using.
8689
8690         * src/text.C (GetVisibleRow): draw the string "Page Break
8691         (top/bottom)" on screen when drawing a pagebreak line.
8692
8693 2000-03-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8694
8695         * lib/doc/LaTeXConfig.lyx.in: add description of textclass llncs.
8696
8697         * src/mathed/math_macro.C (draw): do some cast magic.
8698         (Metrics): ditto.
8699
8700         * src/mathed/math_defs.h: change byte* argument to byte const*.
8701
8702         * src/mathed/formulamacro.[Ch]: add free_spc to Latex() method.
8703
8704         * src/insets/insetfoot.[Ch]: Clone() always returns an Inset* (well I
8705         know it is right to return InsetFoot* too, but cxx does not like
8706         it...). 
8707
8708         * src/insets/insetcollapsable.[Ch] (Clone): make const.
8709
8710         * development/lyx.spec.in: unset LINGUAS to avoid i18n problems.
8711
8712         * src/mathed/math_delim.C: change == to proper assignment.
8713
8714 2000-03-09  Juergen Vigna  <jug@sad.it>
8715
8716         * src/insets/insettext.C (setPos): fixed various cursor positioning
8717         problems (via mouse and cursor-keys)
8718         (LocalDispatch): added posibility to add a Ctrl-Enter inside a text
8719         inset (still a small display problem but it works ;)
8720
8721         * src/insets/insetcollapsable.C (draw): added button_top_y and
8722         button_bottom_y to have correct values for clicking on the inset.
8723
8724         * src/support/lyxalgo.h: commented out 'using std::less'
8725
8726 2000-03-08  Juergen Vigna  <jug@sad.it>
8727
8728         * src/insets/insetcollapsable.C (InsetButtonRelease): Now a
8729         Button-Release event closes as it is alos the Release-Event
8730         which opens it.
8731
8732         * src/lyxfunc.C (Dispatch): forgot a break in the LFUN_INSET_ERT
8733
8734 2000-03-07  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
8735
8736         * lib/layouts/literate-scrap.inc: Fixed initial comment. Now we
8737         can add multiple spaces in Scrap (literate programming) styles...
8738         which, by the way, is how I got hooked on LyX to begin with.
8739
8740         * src/mathed/formula.C (Write): Added dummy variable to an
8741         inset::Latex() call.
8742         (Latex): Add free_spacing boolean to inset::Latex()
8743
8744         * src/mathed/formula.h (Latex): Added free_spacing boolean arg.
8745         
8746         * src/insets/lyxinset.h: Changed definition of the inset::Latex()
8747         virtual function to include the free_spacing boolean from
8748         the containing paragraph's style.
8749
8750         * src/insets/inseturl.C, src/insets/inseturl.h (Latex):
8751         Added free_spacing boolean arg to match inset.h
8752         
8753         * src/insets/insettext.C, src/insets/insettext.h (Latex):
8754         Added free_spacing boolean arg to match inset.h
8755         
8756         * src/insets/insetspecialchar.C, src/insets/insetspecialchar.h (Latex):
8757         Added free_spacing boolean and made sure that if in a free_spacing
8758         paragraph, that we output normal space if there is a protected space.
8759         
8760         * src/insets/insetref.C, src/insets/insetref.h (Latex):
8761         Added free_spacing boolean arg to match inset.h
8762         
8763         * src/insets/insetquotes.C, src/insets/insetquotes.h (Latex):
8764         Added free_spacing boolean arg to match inset.h
8765         
8766         * src/insets/insetparent.C, src/insets/insetparent.h (Latex):
8767         Added free_spacing boolean arg to match inset.h
8768         
8769         * src/insets/insetlatexaccent.C, src/insets/insetlatexaccent.h (Latex):
8770         Added free_spacing boolean arg to match inset.h
8771         
8772         * src/insets/insetlatex.C, src/insets/insetlatex.h (Latex):
8773         Added free_spacing boolean arg to match inset.h
8774         
8775         * src/insets/insetlabel.C, src/insets/insetlabel.h (Latex): Added
8776         free_spacing boolean arg to match inset.h 
8777         
8778         * src/insets/insetinfo.C, src/insets/insetinfo.h (Latex):
8779         Added free_spacing boolean arg to match inset.h
8780         
8781         * src/insets/insetinclude.C, src/insets/insetinclude.h (Latex):
8782         Added free_spacing boolean arg to match inset.h
8783         
8784         * src/insets/insetgraphics.C, src/insets/insetgraphics.h (Latex):
8785         Added free_spacing boolean arg to match inset.h
8786         
8787         * src/insets/inseterror.C, src/insets/inseterror.h (Latex):
8788         Added free_spacing boolean arg to match inset.h
8789         
8790         * src/insets/insetcommand.C, src/insets/insetcommand.h (Latex):
8791         Added free_spacing boolean arg to match inset.h
8792         
8793         * src/insets/insetbib.C, src/insets/insetbib.h (Latex): Added
8794         free_spacing boolean arg to match inset.h
8795         
8796         * src/insets/figinset.C, src/insets/figinset.h (Latex): Added
8797         free_spacing boolean arg to match inset.h
8798         
8799         * src/text2.C (DeleteEmptyParagraphMechanism): Fix this to
8800         ignore free_spacing paragraphs. The user's spaces are left
8801         alone. 
8802         
8803         * src/text.C (InsertChar): Fixed the free_spacing layout
8804         attribute behavior. Now, if free_spacing is set, you can
8805         add multiple spaces in a paragraph with impunity (and they
8806         get output verbatim).
8807         (SelectSelectedWord): Added dummy argument to inset::Latex()
8808         call.
8809         
8810         * src/paragraph.C (TeXOnePar): Added dummy args to inset::Latex(...)
8811         calls.
8812         
8813         * src/lyxfunc.C (Dispatch): Hard-spaces input in free_spacing
8814         paragraph layouts now only input a simple space instead.
8815         Special character insets don't make any sense in free-spacing
8816         paragraphs.
8817         
8818         * src/buffer.C (parseSingleLyXformat2Token): Code to convert
8819         hard-spaces in the *input* file to simple spaces if the layout
8820         is free-spacing. This converts old files which had to have
8821         hard-spaces in free-spacing layouts where a simple space was
8822         preferrable.
8823         (writeFileAscii): Added free_spacing check to pass to the newly
8824         reworked inset::Latex(...) methods. The inset::Latex() code
8825         ensures that hard-spaces in free-spacing paragraphs get output
8826         as spaces (rather than "~").
8827         
8828 2000-03-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
8829         
8830         * src/mathed/math_delim.C (draw): draw the empty placeholder
8831         delims with a onoffdash line.
8832         (struct math_deco_compare): struct that holds the "functors" used
8833         for the sort and the binary search in math_deco_table.
8834         (class init_deco_table): class used for initial sort of the
8835         math_deco_table. 
8836         (search_deco): use lower_bound to do a binary search in the
8837         math_deco_table.
8838
8839 2000-03-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
8840
8841         * src/lyxrc.C: a small secret thingie...
8842
8843         * src/lyxlex.C (printTable): changed to take a ostream as paramter
8844         and to not flush the stream as often as it used to.
8845
8846         * src/support/lyxalgo.h: new file 
8847         (sorted): template function used for checking if a sequence is
8848         sorted or not. Two versions with and without user supplied
8849         compare. Uses same compare as std::sort.
8850
8851         * src/lyxlex.C (LyXLex): check if the table is sorted, if not sort
8852         it and give warning on lyxerr.
8853         (pushTable): ditto
8854         (struct compare_tags): struct with function operators used for
8855         checking if sorted, sorting and lower_bound.
8856         (search_kw): use lower_bound instead of manually implemented
8857         binary search.
8858
8859 2000-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8860
8861         * src/insets/insetcollapsable.h: fix Clone() declaration.
8862         * src/insets/insetfoot.h: ditto.
8863
8864         * src/insets/lyxinset.h: remove an extra comma at the end of enum.
8865
8866 2000-03-08  Juergen Vigna  <jug@sad.it>
8867
8868         * src/insets/lyxinset.h: added owner call which tells us if
8869         this inset is inside another inset. Changed also the return-type
8870         of Editable to an enum so it tells clearer what the return-value is.
8871
8872         * src/insets/insettext.C (computeTextRows): fixed computing of
8873         textinsets which split automatically on more rows.
8874
8875         * src/insets/insetert.[Ch]: changed this to be of BaseType
8876         InsetCollapsable.
8877
8878         * src/insets/insetfoot.[Ch]: added footnote inset
8879
8880         * src/insets/insetcollapsable.[Ch]: added this BaseClass for
8881         collapsable insets (like footnote, ert, ...)
8882
8883 2000-03-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
8884
8885         * src/lyxdraw.h: remvoe file
8886
8887         * src/lyxdraw.C: remove file
8888
8889         * src/insets/insettext.C: added <algorithm>.
8890
8891 2000-03-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
8892
8893         * src/mathed/math_panel.C (delim_cb): case MM_OK use string stream
8894         (matrix_cb): case MM_OK use string stream
8895
8896         * src/mathed/formula.C (LocalDispatch): case LFUN_SETXY use string
8897         stream.
8898
8899         * src/mathed/math_macro.C (draw): use string stream
8900         (Metrics): use string stream
8901
8902         * src/paragraph.C (TeXFootnote): for case LyXParagraph::FIG, write
8903         directly to the ostream.
8904
8905         * src/vspace.C (asString): use string stream.
8906         (asString): use string stream
8907         (asLatexString): use string stream
8908
8909         * src/lyx_cb.C (UpdateLayoutDocument): use string stream for
8910         setting Spacing::Other.
8911
8912         * src/LaTeXFeatures.C (getPackages): use string stream instead of
8913         sprintf when creating the stretch vale.
8914
8915         * src/text2.C (alphaCounter): changed to return a string and to
8916         not use a static variable internally. Also fixed a one-off bug.
8917         (SetCounter): changed the drawing of the labels to use string
8918         streams instead of sprintf.
8919
8920         * src/support/lyxmanip.h: rewrite the newlineanDepth ostream
8921         manipulator to use a scheme that does not require library support.
8922         This is also the way it is done in the new GNU libstdc++. Should
8923         work with DEC cxx now. 
8924
8925 2000-03-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
8926
8927         * src/mathed/math_inset.h (Write(ostream & os): add a space at the
8928         end. This fixes a bug. 
8929
8930         * src/mathed (all files concerned with file writing): apply the
8931         USE_OSTREAM_ONLY changes to mathed too.
8932         
8933         * src/support/DebugStream.h: make the constructor explicit.
8934
8935         * src/lyxfont.C (latexWriteStartChanges): small bug related to
8936         count and ostream squashed.
8937
8938 2000-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8939
8940         * src/support/Makefile.am (libsupport_la_SOURCES): add lyxmanip.h.
8941
8942         * src/buffer.C (makeLaTeXFile): add a .c_str(), since
8943         ostringstream uses STL strings, and we might not.
8944
8945         * src/insets/insetspecialchar.C: add using directive.
8946         * src/insets/insettext.C: ditto.
8947
8948 2000-03-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
8949
8950         * lib/layouts/seminar.layout: feeble attempt at a layout for
8951         seminar.cls, far from completet and could really use some looking
8952         at from people used to write layout files.
8953
8954         * src/support/lyxmanip.h (newlineAndDepth): ostream manipulator to
8955         use instead of the AddNewlineAndDepth funtion in lyx_cb.C. This is
8956         a lot nicer and works nicely with ostreams.
8957
8958         * src/mathed/formula.C (draw): a slightly different solution that
8959         the one posted to the list, but I think this one works too. (font
8960         size wrong in headers.)
8961
8962         * src/insets/insettext.C (computeTextRows): some fiddling on
8963         Jürgens turf, added some comments that he should read.
8964
8965         * src/lyxrc.C: remove all traces of RC_NOMENUACCELERATORS, never
8966         used and it gave compiler warnings.
8967         RC_SHOW_BANNER + "\\show_banner" added, also to reading and
8968         writing of lyxrc.
8969
8970         * src/lyx_gui.C (create_forms): do the right thing when
8971         show_banner is true/false.
8972
8973         * src/lyx_cb.C (TimerCB): no need to close or do anything if
8974         show_banner is false.
8975
8976         * most file writing files: Now use iostreams to do almost all of
8977         the writing. Also instead of passing string &, we now use
8978         stringstreams. mathed output is still not adapted to iostreams.
8979         This change can be turned off by commenting out all the occurences
8980         of the "#define USE_OSTREAM_ONLY 1" lines.
8981         
8982         * src/WorkArea.C (createPixmap): don't output debug messages.
8983         (WorkArea): don't output debug messages.
8984
8985         * lib/lyxrc.example: added a comment about the new variable
8986         \show_banner 
8987
8988         * development/Code_rules/Rules: Added some more commente about how
8989         to build class interfaces and on how better encapsulation can be
8990         achieved. 
8991
8992 2000-03-03  Juergen Vigna  <jug@sad.it>
8993
8994         * src/insets/insetert.C (InsetERT): Now ERT-insets break row
8995         automatically with the width of the LyX-Window
8996
8997         * src/insets/insettext.C (computeTextRows): fixed update bug in
8998         displaying text-insets (scrollvalues where not initialized!)
8999
9000 2000-03-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
9001
9002         * src/mathed/math_utils.C (MathedLookupBOP): using only res->id ==
9003         id in the check of the result from lower_bound is not enough since
9004         lower_bound can return last too, and then res->id will not be a
9005         valid construct.
9006
9007         *  all insets and some code that use them: I have conditionalized
9008         removed the Latex(string & out, ...) this means that only the
9009         Latex(ostream &, ...) will be used. This is a work in progress to
9010         move towards using streams for all output of files. 
9011
9012         * src/text.C (GetColumnNearX): initialize LyXParagraph::size_type
9013         c to 0.
9014
9015 2000-03-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9016
9017         * src/mathed/math_utils.C (MathedLookupBOP): fix the search
9018         routine (this fixes bug where greek letters were surrounded by too
9019         much white space).
9020
9021         * src/support/filetools.C (findtexfile): change a bit the search
9022         algorithm, to fix bug introduced in 1.1.4. Note that --format is
9023         no longer passed to kpsewhich, we may have to change that later.
9024
9025         * config/lyxinclude.m4 (LYX_PROG_CXX): better version-dependent
9026         warning options to avoid problems with X header files (from Angus
9027         Leeming).
9028         * acinclude.m4: regenerated.
9029
9030 2000-03-02  Juergen Vigna  <jug@sad.it>
9031
9032         * src/insets/insettext.C (WriteParagraphData): Using the
9033         par->writeFile() function for writing paragraph-data.
9034         (Read): Using buffer->parseSingleLyXformat2Token()-function
9035         for parsing paragraph data!
9036
9037         * src/buffer.C (readLyXformat2): removed all parse data and using
9038         the new parseSingleLyXformat2Token()-function.
9039         (parseSingleLyXformat2Token): added this function to parse (read)
9040         lyx-file-format (this is called also from text-insets now!)
9041
9042 2000-03-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
9043
9044         * src/paragraph.C (BeginningOfMainBody): initialize previous_char
9045         and temp.
9046
9047         * src/lyxfunc.C (Dispatch(LFUN_MENUSEARCH)): Do the Search dialog
9048         directly instead of going through a func. One very bad thing: a
9049         static LyXFindReplace, but I don't know where to place it. 
9050
9051         * src/lyxfr1.C (GetCurrentSelectionAsString): rewritten to use a
9052         string instead of char[]. Also changed to static.
9053         (GetSelectionOrWordAtCursor): changed to static inline
9054         (SetSelectionOverLenChars): ditto.
9055
9056         * src/lyxfr0.[Ch] src/lyxfr1.[Ch]: rewrite to get rid of
9057         current_view and global variables. both classes has changed names
9058         and LyXFindReplace is not inherited from SearchForm.
9059         
9060         * src/lyx_gui_misc.C (CloseAllBufferRelatedPopups): remove the
9061         fl_form_search form.
9062
9063         * src/lyx_gui.C (create_forms): removed the fl_form_search form.
9064
9065 2000-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9066
9067         * lib/bind/*.bind: make sure 'buffer-previous' function is not
9068         bound (from Kayvan).
9069
9070         * src/insets/Makefile.am (libinsets_la_SOURCES): add BoundingBox.h.
9071
9072         * lib/layouts/stdletter.inc: fix line spacing in Send_To_Address.
9073
9074 2000-03-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
9075
9076         * some things that I should comment but the local pub says head to
9077         swirly... 
9078         
9079         * comment out all code that belongs to the Roff code for Ascii
9080         export of tables. (this is unused)
9081         
9082         * src/LyXView.C: use correct type for global variable
9083         current_layout. (LyXTextClass::size_type)
9084
9085         * some code to get the new insetgraphics closer to working I'd be
9086         grateful for any help.
9087         
9088         * src/BufferView2.C (insertInset): use the return type of
9089         NumberOfLayout properly. (also changes in other files)
9090
9091         * src/insets/insetspecialchar.[Ch]: add the PROTECTED SEPARATOR to
9092         this as a test. I want to know what breaks because of this.
9093
9094         * src/BufferView.[Ch] (tripleClick): name change from trippleClick.
9095
9096 2000-02-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
9097
9098         * lib/layouts/stdlists.inc: changed the lyxlist latex definition
9099         to use a \makebox in the label, this allows proper justification
9100         with out using protected spaces or multiple hfills. Now it is
9101         "label" for left justified, "\hfill label\hfill" for center, and
9102         "\hfill label" for right justified. UserGuide.lyx sec. 3.3.6.5
9103         should be changed accordingly. 
9104
9105 2000-02-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9106
9107         * src/lyxtext.h: change SetLayout() to take a
9108         LyXTextClass::size_type instead of a char (when there is more than
9109         127 layouts in a class); also change type of copylayouttype.
9110         * src/text2.C (SetLayout): ditto.
9111         * src/LyXView.C (updateLayoutChoice): ditto.
9112
9113         * src/LaTeX.C (scanLogFile): errors where the line number was not
9114         given just after the '!'-line were ignored (from Dekel Tsur).
9115
9116         * lib/lyxrc.example: fix description of \date_insert_format
9117
9118         * lib/layouts/llncs.layout: new layout, contributed by Martin
9119         Vermeer. 
9120
9121 2000-02-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
9122
9123         * config/lyxinclude.m4 (LYX_PROG_CXX): remove case support for gcc
9124         2.7.* and add case support for gcc 2.96*. Gcc 2.96 only exists in
9125         cvs at gcc.gnu.org (currently it fails with ICE on insetbib.C,
9126         insetindex.C, insetloa.C, insettext.C, filetools.C, BufferView.C,
9127         BufferView2.C, LyXView.C, buffer.C, lyx_cb.C, lyxfunc.C,
9128         paragraph.C, text.C, text2.C)
9129
9130 2000-02-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9131
9132         * src/insets/insettext.C (LocalDispatch): remove extra break
9133         statement. 
9134
9135         * src/insets/insetert.[Ch] (Clone): change return value to Inset*
9136         * src/insets/insettext.[Ch] (Clone): change return value to Inset*
9137
9138         * src/mathed/formulamacro.[Ch] (draw): add missing const qualifier
9139         * src/insets/insettext.[Ch] (GetCursorPos): ditto
9140
9141         * src/insets/insetbib.h: move InsetBibkey::Holder and
9142         InsetCitation::Holder in public space.
9143
9144 2000-02-25  Lars Gullik Bjønnes <larsbj@lyx.org>
9145
9146         * src/insets/insettext.h: small change to get the new files from
9147         Juergen to compile (use "string", not "class string").
9148
9149         * src/insets/insettext.[Ch], src/insets/insertert.[Ch]: use string
9150         const & as parameter to LocalDispatch, use LyXFont const & as
9151         paramter to some other func. This also had impacto on lyxinsets.h
9152         and the two mathed insets.
9153
9154 2000-02-24  Juergen Vigna  <jug@sad.it>
9155
9156         * src/buffer.C:
9157         * src/commandtags.h: 
9158         * src/LyXAction.C:
9159         * src/lyxfunc.C: added code for LFUN_INSET_ERT and LFUN_INSET_TEXT
9160
9161         * src/BufferView.h
9162         * src/BufferView.C
9163         * src/BufferView2.C: added/updated code for various inset-functions
9164
9165         * src/insets/insetert.[Ch]: added implementation of InsetERT
9166
9167         * src/insets/insettext.[Ch]: added implementation of InsetText
9168
9169         * src/insets/inset.C (Edit): added "unsigned int button" parameter
9170         (draw): added preliminary code for inset scrolling not finshed yet
9171
9172         * src/insets/inset.C (LocalDispatch): changed arg parameter to string
9173         as it is in lyxfunc.C now
9174
9175         * src/insets/lyxinset.h: Added functions for text-insets
9176
9177 2000-02-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
9178
9179         * src/lyx_cb.C src/UpdateInset.[Ch]: move the updateinsetlist into
9180         BufferView and reimplement the list as a queue put inside its own
9181         class.
9182
9183         * src/bufferlist.[Ch] (updateInset): remove func, not needed.
9184
9185         * several files: use the new interface to the "updateinsetlist"
9186         
9187         * src/WorkArea.C (work_area_handler): call BufferView::doubleClick
9188         on doubleclick.
9189         (work_area_handler): call BufferView::trippleClick on trippleclick.
9190
9191         * src/BufferView.C (doubleClick): new function, selects word on
9192         doubleclick. 
9193         (trippleClick): new function, selects line on trippleclick.
9194
9195 2000-02-22  Allan Rae  <rae@lyx.org>
9196
9197         * lib/bind/xemacs.bind: buffer-previous not supported
9198
9199 2000-02-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9200
9201         * src/insets/insettoc.[Ch] (LinuxDoc, DocBook): mark the methods
9202         as const.
9203
9204 2000-02-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
9205
9206         * src/bufferlist.C: get rid of current_view from this file
9207
9208         * src/spellchecker.C: get rid of current_view from this file
9209
9210         * src/vspace.C: get rid of current_view from this file
9211         (inPixels): added BufferView parameter for this func
9212         (asLatexCommand): added a BufferParams for this func
9213
9214         * src/text.C src/text2.C: get rid of current_view from these
9215         files.
9216         
9217         * src/lyxfont.C (getFontDirection): move this function here from
9218         text.C
9219         
9220         * src/bufferparams.C (getDocumentDirection): move this function
9221         here from text.C
9222
9223         * src/paragraph.C (getParDirection): move this function here from
9224         text.C 
9225         (getLetterDirection): ditto
9226         
9227 2000-02-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
9228
9229         * WorkArea, Painter, LyXScreen: Fixed the crash that occured on
9230         resize due to wrong pixmap beeing used. Also took the opurtunity
9231         to make the LyXScreen stateless on regard to WorkArea and some
9232         general cleanup in the same files.
9233         
9234 2000-02-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
9235
9236         * src/Makefile.am: add missing direction.h
9237
9238         * src/PainterBase.h: made the width functions const.
9239         
9240         * lib/kbd/iso8859-1.cdef: fix a couple of entries and define some
9241         missing ones.
9242         
9243         * src/insets/insetcommand.C (draw): draw Editable as buttons.
9244
9245         * src/insets/insetlatexaccent.C (draw): make the accents draw
9246         better, at present this will only work well with iso8859-1.
9247         
9248         * several files: remove the old drawing code, now we use the new
9249         painter only.
9250
9251         * several files: remove support for mono_video, reverse_video and
9252         fast selection.
9253
9254 2000-02-17  Juergen Vigna  <jug@sad.it>
9255
9256         * src/mathed/math_cursor.[Ch] (SelGetArea): Changed form int * to
9257         int ** as we have to return the pointer, otherwise we have only
9258         NULL pointers in the returning function.
9259
9260 2000-02-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9261
9262         * src/LaTeX.C (operator()): quote file name when running latex.
9263
9264 2000-02-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
9265
9266         * src/toolbar.C (set): use fl_set_object_helper for the tooltop
9267         (bubble tip), this removes our special handling of this.
9268
9269         * Remove all code that is unused now that we have the new
9270         workarea. (Code that are not active when NEW_WA is defined.)
9271
9272         * Make the uses of XSync not conditionalized on define USE_XSYNC.
9273         
9274 2000-02-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9275
9276         * src/lyxfunc.C (Dispatch): fix LFUN_LAYOUT when giving a
9277         nonexisting layout; correctly redirect obsoleted layouts.
9278
9279         * lib/lyxrc.example: document \view_dvi_paper_option
9280
9281         * src/lyxrc.[Ch]: add support for the \view_dvi_paper_option
9282         variable. 
9283
9284         * src/lyx_cb.C (RunScript): handle $$FName for command names. 
9285         (PreviewDVI): handle the view_dvi_paper_option variable.
9286         [Both from Roland Krause]
9287
9288 2000-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
9289
9290         * src/Painter.C (text(int,int,char,LyXFont)): call text(int, int,
9291         char const *, int, LyXFont)
9292         (text(int, int, string, LyXFont)): ditto 
9293
9294         * src/text.C (InsertCharInTable): attempt to fix the double-space
9295         feature in tables too.
9296         (BackspaceInTable): ditto.
9297         (GetVisibleRow): make bottom pagebreak line be a onoff line.
9298
9299 2000-02-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
9300
9301         * src/text2.C (owner): only complain if owner_ is set and bv != 0
9302
9303         * src/BufferView.C (resizeCurrentBuffer): set the owner of the
9304         newly found text in textcache to this.
9305         (buffer): set the owner of the text put into the textcache to 0
9306
9307         * src/insets/figinset.C (draw): fixed the drawing of figures with
9308         the new Painter.
9309
9310         * src/text.C src/mathed/math_cursor.C: nailed and fixed the
9311         drawing of mathframe, hfills, protected space, table lines. I have
9312         now no outstanding drawing problems with the new Painter code. 
9313
9314 2000-02-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9315
9316         * src/PainterBase.C (ellipse, circle): do not specify the default
9317         arguments. 
9318
9319         * src/LColor.h: add using directive.
9320
9321         * src/Painter.[Ch]: change return type of methods from Painter& to
9322         PainterBase&. Add a using directive.
9323
9324         * src/WorkArea.C: wrap xforms callbacks in C functions
9325         C_WorkArea_xxx. 
9326
9327         * lib/layouts/foils.layout: font fix and simplifications from Carl
9328         Ollivier-Gooch.
9329
9330 2000-02-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
9331
9332         * a lot of files: The Painter, LColor and WorkArea from the old
9333         devel branch has been ported to lyx-devel. Some new files and a
9334         lot of #ifdeffed code. The new workarea is enabled by default, but
9335         if you want to test the new Painter and LColor you have to compile
9336         with USE_PAINTER defined (do this in config.h f.ex.) There are
9337         still some rought edges, and I'd like some help to clear those
9338         out. It looks stable (loads and displays the Userguide very well).
9339         
9340
9341 2000-02-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9342
9343         * src/buffer.C (pop_tag): revert to the previous implementation
9344         (use a global variable for both loops).
9345
9346         * lib/kbd/iso8859-1.cdef: fix definition for \"{e}.
9347
9348         * src/lyxrc.C (LyXRC): change slightly default date format.
9349
9350         * src/paragraph.C (TeXOnePar): Generate a correct latex file when
9351         there is an English text with a footnote that starts with a Hebrew
9352         paragraph, or vice versa.
9353         (TeXFootnote): ditto.
9354
9355         * src/text.C (LeftMargin): allow for negative values for
9356         parindent. Thanks to Philip Lehman <lehman@gmx.net> for testing
9357         this out.
9358
9359         * src/lyx_gui.C (create_forms): add iso88595 as a possible choice
9360         for input encoding (cyrillic)
9361
9362 2000-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9363
9364         * src/lyx_gui.C (create_forms): make combo box taller (from Dekel
9365         Tsur). 
9366
9367         * src/toolbar.C (set): ditto
9368         * src/insets/insetbib.C (create_form_citation_form): ditto
9369
9370         * lib/CREDITS: added Dekel Tsur.
9371
9372         * lib/kbd/hebrew.kmap, lib/kbd/null.kmap,
9373         lib/layouts/heb-article.layout, lib/layouts/heb-letter.layout: new
9374         hebrew supports files from Dekel Tsur.
9375         
9376         * lib/kbd/iso8859-8.cdef: new file, from Tzafrir Cohen
9377         <tzafrir@technion.ac.il> 
9378
9379         * src/lyxrc.C: put \date_insert_format at the right place.
9380
9381         * src/buffer.C (makeLaTeXFile): fix the handling of
9382         BufferParams::sides when writing out latex files.
9383
9384         * src/BufferView2.C: add a "using" directive.
9385
9386         * src/support/lyxsum.C (sum): when we use lyxstring,
9387         ostringstream::str needs an additional .c_str().
9388
9389 2000-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
9390
9391         * src/support/filetools.C (ChangeExtension): patch from Etienne
9392         applied.
9393
9394         * src/TextCache.C (show): remove const_cast and make second
9395         parameter non-const LyXText *.
9396
9397         * src/TextCache.h: use non const LyXText in show.
9398
9399         * src/paragraph.C (SimpleTeXSpecialChars): patch to make urls work
9400         with hebrew.
9401
9402 2000-02-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
9403
9404         * src/support/lyxsum.C: rework to be more flexible.
9405         
9406         * several places: don't check if a pointer is 0 if you are going
9407         to delete it.
9408
9409         * src/text.C: remove some dead code.
9410
9411         * src/insets/figinset.C: remove some dead code
9412         
9413         * src/buffer.C: move the BufferView funcs to BufferView2.C
9414         remove all support for insetlatexdel
9415         remove support for oldpapersize stuff
9416         made some member funcs const
9417
9418         * src/kbmap.C: use a std::list to store the bindings in.
9419         
9420         * src/BufferView2.C: new file
9421
9422         * src/kbsequence.[Ch]: new files
9423         
9424         * src/LyXAction.C + others: remove all trace of buffer-previous
9425         
9426         * src/Bullet.[Ch]: moved ITEMIZE_DEFAULTS inside Bullet.C so that we
9427         only have one copy in the binary of this table.
9428         
9429         * hebrew patch: moved some functions from LyXText to more
9430         appropriate places. (LyXParagraph, BufferParams, LyXFont)
9431         
9432         * several files: remove support for XForms older than 0.88
9433         whitespace changes.
9434         remove some #if 0 #endif code
9435         
9436         * src/TextCache.[Ch]: new file. Holds the textcache.
9437
9438         * src/BufferView.C: changes to use the new TextCache interface.
9439         (waitForX): remove the now unused code.
9440         
9441         * src/BackStack.h: remove some commented code
9442
9443         * lib/bind/emacs.bind: remove binding for buffer-previous
9444
9445 2000-02-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
9446
9447         * applied the hebrew patch.
9448
9449         * src/lyxrow.h: make sure that all Row variables are initialized.
9450
9451         * src/text2.C (TextHandleUndo): comment out a delete, this might
9452         introduce a memory leak, but should also help us to not try to
9453         read freed memory. We need to look at this one.
9454
9455         * src/paragraph.C (SimpleDocBookOneTablePar): initialize column to 0
9456         (LyXParagraph): initalize footnotekind.
9457
9458         * src/lyxrc.C (output): added case RC_DATE_INSERT_FORMAT. Jug
9459         forgot this when applying the patch. Please heed the warnings.
9460
9461         * src/BufferView.C (buffer): a fix for the buffer-reload problem
9462         (aka. reformat problem)
9463
9464         * src/bufferlist.C (exists): made const, and use const_iterator
9465         (isLoaded): new func.
9466         (release): use std::find to find the correct buffer.
9467
9468         * src/bufferlist.h: made getState a const func.
9469         made empty a const func.
9470         made exists a const func.
9471         new func: isLoaded
9472
9473 2000-02-01  Juergen Vigna  <jug@sad.it>
9474
9475         * src/lyxfunc.C lyxrc.C: changed from insert-date to date-insert
9476
9477         * po/it.po: updated a bit the italian po file and also changed the
9478         'file nuovo' for newfile to 'filenuovo' without a space, this did
9479         annoy me a lot :)
9480         
9481         * src/lyxrc.C (LyXRC): added support for a default insert_date_format
9482         for the new insert_date command.
9483
9484         * src/lyxfunc.C (Dispatch): added support for a insert_date function
9485         from jdblair, to insert a date into the current text conforming to
9486         a strftime format (for now only considering the locale-set and not
9487         the document-language).
9488
9489 2000-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9490
9491         * src/lyxfont.C (textWidth): hopefully better fix for the Array
9492         Bounds Read error seen by purify. The problem was that islower is
9493         a macros which takes an unsigned char and uses it as an index for
9494         in array of characters properties (and is thus subject to the
9495         above error).
9496         (drawText): ditto.
9497
9498         * src/lyx_cb.C (UpdateLayoutDocument): use a switch to set
9499         correctly the paper sides radio buttons.
9500         (UpdateDocumentButtons): ditto.
9501
9502 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
9503
9504         * src/kbmap.C (getsym + others): change to return unsigned int,
9505         returning a long can give problems on 64 bit systems. (I assume
9506         that int is 32bit on 64bit systems)
9507
9508 2000-01-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9509
9510         * src/lyxfunc.C (processKeyEvent): fix a the buffer returned by
9511         LyXLookupString to be zero-terminated. Really fixes problems seen
9512         by purify, I think.
9513
9514 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
9515
9516         * src/lyxfunc.C (processKeyEvent): "fix" so that we never try to
9517         write a (char*)0 to the lyxerr stream.
9518
9519         * src/lastfiles.C: move algorithm before the using statemets.
9520
9521 2000-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9522
9523         * src/lastfiles.C: move using directives in global scope (egcs 1.x
9524         complains otherwise).
9525         * src/table.C: ditto
9526
9527         * lib/reLyX/reLyX.in: use variable @LYX_DIR@ as built-in data
9528         directory. 
9529
9530         * lib/reLyX/configure.in (LYX_DIR): re-introduce this variable
9531         that I removed earlier... It is really needed.
9532
9533         * lib/examples/multicol.lyx: new file, splitted from Extended.lyx. 
9534
9535 2000-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9536
9537         * INSTALL: update xforms home page URL.
9538
9539         * lib/configure.m4: fix a bug with unreadable layout files.
9540
9541         * src/table.C (calculate_width_of_column): add "using std::max"
9542         directive. 
9543
9544 2000-01-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
9545
9546         * several files: marked several lines with "DEL LINE", this is
9547         lines that can be deleted without changing anything.
9548         if (<ptr>) // DEL LINE  /* this line is _never_ needed. Delete
9549                                    checks this anyway */
9550                 delete <ptr>
9551
9552         * src/insets/insetlatexaccent.C: Changed some debugs to Debug::KEY
9553
9554         * src/DepTable.C (update): add a "+" at the end when the checksum
9555         is different. (debugging string only)
9556
9557         * src/paragraph.C (ReturnNextInsetPointer): fix bug that caused
9558         the next inset to not be displayed. This should also fix the list
9559         of labels in the "Insert Crossreference" dialog.
9560
9561 2000-01-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
9562
9563         * src/support/LSubstring.C (LSubstring): set pos to string::npos
9564         when regex was not found.
9565
9566         * src/support/lstrings.C (lowercase): use handcoded transform always.
9567         (uppercase): ditto
9568
9569         * src/text.C (Delete): fixed the crash. cursor.par->prev and
9570         old_cursor.par->prev could be 0.
9571
9572         * several files: changed post inc/dec to pre inc/dec
9573         
9574         * src/lastfiles.C (writeFile): use ostream_iterator and copy to
9575         write the lastfiles to file.
9576
9577         * src/BufferView.C (buffer): only show TextCache info when debugging
9578         (buffer): ditto
9579         (resizeCurrentBuffer): ditto
9580         (workAreaExpose): ditto
9581
9582         * lib/kbd/iso8859-7.cdef: changed to new quoting scheme
9583
9584         * lib/kbd/iso8859-2.cdef: changed to new quoting scheme
9585
9586         * src/insets/insetlatexaccent.C (Draw): make the display of UMLAUT
9587         a bit better by removing the special case for \i and \j.
9588
9589 2000-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9590
9591         * src/lyx_main.C (easyParse): remove test for bad comand line
9592         options, since this broke all xforms-related parsing.
9593
9594         * src/kbmap.C (getsym): set return type to unsigned long, as
9595         declared in header. On an alpha, long is _not_ the same as int.
9596
9597         * src/support/LOstream.h: add a "using std::flush;"
9598
9599         * src/insets/figinset.C: ditto.
9600
9601 2000-01-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
9602
9603         * src/bufferlist.C (write): use blinding fast file copy instead of
9604         "a char at a time", now we are doing it the C++ way.
9605
9606         * src/insets/figinset.C: get rid of struct pidwaitpit, use a
9607         std::list<int> instead.
9608         (addpidwait): reflect move to std::list<int>
9609         (sigchldchecker): ditto
9610
9611         * src/bmtable.c (fl_set_bmtable_file): have arguments in the X r5
9612         version also. 
9613
9614         * src/paragraph.C (FirstPhysicalPar): remove assert and comment
9615         that obviously was wrong...
9616
9617         * src/lyxfont.C (textWidth): have c as char c[2] instead of char
9618         c, this avoids warnings with purify and islower.
9619
9620         * src/insets/figinset.C: rename struct queue to struct
9621         queue_element and rewrite to use a std::queue. gsqueue is now a
9622         std::queue<queue_element>
9623         (runqueue): reflect move to std::queue
9624         (addwait): ditto
9625
9626         * src/support/lstrings.h (tostr): specialize for bool, otherwise
9627         we would get "1" "0" instead of "true" "false. Also make the tostr
9628         functions inline.
9629
9630 2000-01-21  Juergen Vigna  <jug@sad.it>
9631
9632         * src/buffer.C (writeFileAscii): Disabled code for special groff
9633         handling of tabulars till I fix this in table.C
9634
9635 2000-01-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9636
9637         * src/support/mkdir.C (mkdir): change second argument of mkdir to
9638         unsigned long int.
9639         * src/support/lyxlib.h: ditto.
9640
9641 2000-01-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
9642
9643         * src/insets/insetlatexaccent.C (Draw): make accents on top of 'i'
9644         and 'j' look better. This might fix the "macron" bug that has been
9645         observed.
9646
9647         * src/support/lstrings.[Ch] (tostr): reimplement all the tostr
9648         functions as one template function. Delete the old versions.
9649
9650         * src/support/lyxsum.C: move using std::ifstream inside
9651         MODERN_STL_STREAMS
9652
9653         * src/support/Makefile.am (libsupport_la_SOURCES): added mkdir.C
9654         and putenv.C
9655
9656         * src/mathed/formulamacro.C: delete #include "bufferlist.h" never used
9657
9658         * src/mathed/formula.C: delete #include "bufferlist.h" never used
9659
9660         * src/insets/figinset.C (InitFigures): use new instead of malloc
9661         to allocate memory for figures and bitmaps.
9662         (DoneFigures): use delete[] instead of free to deallocate memory
9663         for figures and bitmaps.
9664         (runqueue): use new to allocate 
9665         (getfigdata): use new/delete[] instead of malloc/free
9666         (RegisterFigure): ditto
9667
9668         * some files: moved some declarations closer to first use, small
9669         whitespace changes use preincrement instead of postincrement where
9670         it does not make a difference.
9671         
9672         * src/kbmap.[Ch]: delete code according to define NO_HASH, it is a
9673         step on the way to use stl::containers for key maps. 
9674
9675         * src/bufferlist.h: add a typedef for const_iterator and const
9676         versions of begin and end.
9677
9678         * src/bufferlist.[Ch]: change name of member variable _state to
9679         state_. (avoid reserved names)
9680         (makePup): removed
9681         (getFileNames): returns the filenames of the buffers in a vector.
9682
9683         * configure.in (ALL_LINGUAS): added ro
9684
9685         * src/support/putenv.C: new file
9686
9687         * src/support/mkdir.C: new file
9688
9689 2000-01-20  Allan Rae <rae@lyx.org>
9690
9691         * lib/layouts/IEEEtran.layout: Added several theorem environments
9692
9693         * lib/templates/IEEEtran.lyx: Example theorem environments and a
9694         couple of minor additions.
9695
9696         * lib/doc/LaTeXConfig.lyx.in:  Use URL insets for ftp sites 
9697         (except for those in footnotes of course)
9698
9699 2000-01-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
9700
9701         * src/lyxlookup.C (CloseLyXLookup): set xic=0; after destruction. 
9702
9703         * src/mathed/math_utils.C (MathedLookupBOP): rewrite to use
9704         std::sort and std::lower_bound instead of qsort and handwritten
9705         binarysearch.
9706         (struct compara): struct that holds the functors used by std::sort
9707         and std::lower_bound in MathedLookupBOP.
9708
9709 2000-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9710
9711         * src/support/LAssert.h: do not do partial specialization. We do
9712         not really need it.
9713
9714         * src/support/lyxlib.h: note that lyx::getUserName() and
9715         lyx::date() are not in use right now. Should these be suppressed?
9716
9717         * src/buffer.C (makeLaTeXFile): we do not need the user name here.
9718         (makeLinuxDocFile): do not put date and user name in linuxdoc
9719         headers. 
9720
9721         * src/support/lyxlib.h (kill): change first argument to long int,
9722         since that's what solaris uses.
9723
9724         * src/support/kill.C (kill): fix declaration to match prototype.
9725
9726         * config/lyxinclude.m4 (LYX_CXX_NAMESPACES): fix the macro to
9727         actually check whether namespaces are supported. This is not what
9728         it used to do.
9729
9730         * src/support/lyxsum.C: add a using directive.
9731
9732 2000-01-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
9733
9734         * src/support/kill.C: if we have namespace support we don't have
9735         to include lyxlib.h.
9736
9737         * src/support/lyxlib.h: use namespace lyx if supported.
9738
9739 2000-01-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
9740
9741         * src/support/date.C: new file
9742
9743         * src/support/chdir.C: new file
9744
9745         * src/support/getUserName.C: new file
9746
9747         * src/support/getcwd.C: new file
9748
9749         * src/support/abort.C: new file
9750
9751         * src/support/kill.C: new file
9752
9753         * src/support/lyxlib.h: moved all the functions in this file
9754         insede struct lyx. Added also kill and abort to this struct. This
9755         is a way to avoid the "kill is not defined in <csignal>", we make
9756         C++ wrappers for functions that are not ANSI C or ANSI C++.
9757
9758         * src/support/lyxsum.C (sum): use #ifdef MODERN_STL_STREAMS
9759         instead of #if __GLIBCPP__. Since lyxsum is now put inside struct
9760         lyx it has been renamed to sum.
9761
9762 2000-01-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9763
9764         * src/text.C: add using directives for std::min and std::max.
9765
9766 2000-01-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9767
9768         * src/texrow.C (getIdFromRow): actually return something useful in
9769         id and pos. Hopefully fixes the bug with positionning of errorbox
9770         insets. 
9771
9772         * src/lyx_main.C (easyParse): output an error and exit if an
9773         incorrect command line option has been given.
9774
9775         * src/spellchecker.C (ispell_check_word): document a memory leak.
9776
9777         * src/bufferlist.C (write): fix mismatched allocation/deletion,
9778         where a "struct utimbuf" is allocated with "new" and deleted with
9779         "delete[]". 
9780
9781 2000-01-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
9782
9783         * src/text2.C (CutSelection): don't delete double spaces.
9784         (PasteSelection): ditto
9785         (CopySelection): ditto
9786         
9787         * src/text.C (Backspace): don't delete double spaces.
9788
9789         * src/lyxlex.C (next): fix a bug that were only present with
9790         conformant std::istream::get to read comment lines, use
9791         std::istream::getline instead. This seems to fix the problem.
9792
9793 2000-01-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
9794
9795         * src/text2.C (DeleteEmptyParagraphMechanism): fix for the "not
9796         allowed to insert space before space" editing problem. Please read
9797         commends at the beginning of the function. Comments about usage
9798         are very welcome.
9799
9800         * src/text.C (InsertChar): fix for the "not allowed to insert
9801         space before space" editing problem.
9802
9803         * src/text2.C (DeleteEmptyParagraphMechanism): when
9804         IsEmptyTableRow can only return false this last "else if" will
9805         always be a no-op. Commented out.
9806
9807         * src/text.C (RedoParagraph): As far as I can understand tmp
9808         cursor is not really needed.
9809
9810         * src/lyxtext.[Ch] (IsEmptyTableCell): commented out. As used at
9811         present it could only return false anyway. 
9812         (several functions): Did something not so smart...added a const
9813         specifier on a lot of methods.
9814         
9815         * src/paragraph.C (BreakParagraph): removed the tmp->text.reserve
9816         and add a tmp->text.resize. The LyXParagraph constructor does the
9817         resize for us.
9818         (BreakParagraphConservative): ditto
9819
9820         * src/support/path.h (Path): add a define so that the wrong usage
9821         "Path("/tmp") will be flagged as a compilation error:
9822         "`unnamed_Path' undeclared (first use this function)"
9823
9824 2000-01-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9825
9826         * config/lyxinclude.m4 (LYX_FUNC_PUTENV_ARGTYPE): fix the macro,
9827         which was bogus for several reasons.
9828
9829         * src/LaTeX.C (scanAux): fix the regular expression used to scan
9830         .aux files. 
9831         (runBibTeX): ditto.
9832
9833         * autogen.sh: do not use "type -path" (what's that anyway?).
9834
9835         * src/support/filetools.C (findtexfile): remove extraneous space
9836         which caused a kpsewhich warning (at least with kpathsea version
9837         3.0). 
9838
9839 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
9840
9841         * src/mathed/Makefile.am (noinst_LTLIBRARIES): use .la
9842
9843         * src/insets/Makefile.am (noinst_LTLIBRARIES): use .la
9844
9845         * src/Makefile.am (lyx_DEPENDENCIES): switch back to .la libs
9846
9847 2000-01-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9848
9849         * src/paragraph.C (BreakParagraph): do not reserve space on text
9850         if we don't need to (otherwise, if pos_end < pos, we end up
9851         reserving huge amounts of memory due to bad unsigned karma).
9852         (BreakParagraphConservative): ditto, although I have not seen
9853         evidence the bug can happen here.
9854
9855         * src/lyxparagraph.h: add a using std::list.
9856
9857 2000-01-11  Juergen Vigna  <jug@sad.it>
9858
9859         * src/menus.C (MenuDocu): output an Alert if the documentation-file
9860         could not be found.
9861
9862 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
9863
9864         * src/vc-backend.C (doVCCommand): change to be static and take one
9865         more parameter: the path to chdir too be fore executing the command.
9866         (retrive): new function equiv to "co -r"
9867
9868         * src/bufferlist.C (loadLyXFile): implement the missing parts if
9869         file_not_found_hook is true.
9870
9871         * src/lyxvc.C (file_not_found_hook): implement file_not_found_hook.
9872
9873         * src/support/filetools.C (IsFileWriteable): use FileInfo to check
9874         if a file is readwrite,readonly...anything else.
9875
9876 2000-01-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
9877
9878         * src/lyx_cb.C (MakeLaTeXOutput): name change from MakeDVIOutput
9879         (CreatePostscript): name change from MenuRunDVIPS (or something)
9880         (PreviewPostscript): name change from MenuPreviewPS
9881         (PreviewDVI): name change from MenuPreviewDVI
9882
9883         * lib/lyxrc.example: added \pdflatex_command, \pdf_mode,
9884         \view_pdf_command., \pdf_to_ps_command
9885
9886         * lib/configure.m4: added search for PDF viewer, and search for
9887         PDF to PS converter. 
9888         (lyxrc.defaults output): add \pdflatex_command,
9889         \view_pdf_command and \pdf_to_ps_command.
9890
9891         * src/lyx_cb.C (MenuPreviewDVI): renamed from MenuPreview.
9892
9893         * src/bufferlist.C (write): we don't use blocksize for anything so
9894         I removed it.
9895
9896 2000-01-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9897
9898         * src/support/block.h: disable operator T* (), since it causes
9899         problems with both compilers I tried. See comments in the file.
9900
9901         * lib/reLyX/configure.in: do not define LYX_DIR. support flag
9902         --with-lyxname. 
9903
9904         * lib/reLyX/reLyX.in: change LYX_DIR to pkgdatadir; change env.
9905         variable LYX_DIR_10x to LYX_DIR_11x.
9906
9907         * src/Makefile.am: replace variable LYX_DIR with pkgdatadir.
9908
9909         * INSTALL: document --with-lyxname.
9910         * NEWS: ditto.
9911
9912         * configure.in: new configure flag --with-lyxname which allows to
9913         choose the name under which lyx is installed. Default is "lyx", of
9914         course. It used to be possible to do this with --program-suffix,
9915         but the later has in fact a different meaning for autoconf.
9916
9917         * src/support/lstrings.h (lstrchr): reformat a bit.
9918
9919         * src/lyxlex.h: include LIstream.h, for Sun CC this time.
9920         * src/mathed/math_defs.h: ditto.
9921
9922 2000-01-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
9923
9924         * src/lyxrc.[Ch]: New tag and variable "\make_backup". Defaults to
9925         true, decides if we create a backup file or not when saving. New
9926         tag and variable \pdf_mode, defaults to false. New tag and
9927         variable \pdflatex_command, defaults to pdflatex. New tag and
9928         variable \view_pdf_command, defaults to xpdf. New tag and variable
9929         \pdf_to_ps_command, defaults to pdf2ps.
9930
9931 2000-01-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
9932
9933         * src/bufferlist.C (close): don't call insetUnlock if the buffer
9934         does not have a BufferView.
9935         (unlockInset): ditto + don't access the_locking_inset if the
9936         buffer does not have a BufferView.
9937
9938         * src/LyXView.C (KeyPressMask_raw_callback): add a XSync in
9939         certain circumstances so that we don't continue a keyboard
9940         operation long after the key was released. Try f.ex. to load a
9941         large document, press PageDown for some seconds and then release
9942         it. Before this change the document would contine to scroll for
9943         some time, with this change it stops imidiatly.
9944
9945         * src/support/block.h: don't allocate more space than needed. As
9946         long as we don't try to write to the arr[x] in a array_type arr[x]
9947         it is perfectly ok. (if you write to it you might segfault).
9948         added operator value_type*() so that is possible to pass the array
9949         to functions expecting a C-pointer.
9950
9951         * lib/Makefile.am (dist-hook): don't fail completely if unable to
9952         cvs.
9953
9954         * intl/*: updated to gettext 0.10.35, tried to add our own
9955         required modifications. Please verify.
9956
9957         * po/*: updated to gettext 0.10.35, tried to add our own required
9958         modifications. Please verify.
9959         
9960         * src/support/lstrings.C (tostr): go at fixing the problem with
9961         cxx and stringstream. When stringstream is used return
9962         oss.str().c_str() so that problems with lyxstring and basic_string
9963         are avoided. Note that the best solution would be for cxx to use
9964         basic_string all the way, but it is not conformant yet. (it seems)
9965
9966         * src/lyx_cb.C + other files: moved several global functions to
9967         class BufferView, some have been moved to BufferView.[Ch] others
9968         are still located in lyx_cb.C. Code changes because of this. (part
9969         of "get rid of current_view project".)
9970
9971         * src/buffer.C + other files: moved several Buffer functions to
9972         class BufferView, the functions are still present in buffer.C.
9973         Code changes because of this.
9974
9975         * config/lcmessage.m4: updated to most recent. used when creating
9976         acinclude.m4.
9977
9978         * config/progtest.m4: updated to most recent. used when creating
9979         acinclude.m4.
9980         
9981         * config/gettext.m4: updated to most recent. applied patch for
9982         tmplinguas.
9983
9984         * config/gettext.m4.patch: new file that shows what changes we
9985         have done to the local copy of gettext.m4.
9986
9987         * config/libtool.m4: new file, used in creation of acinclude.m4
9988
9989         * config/lyxinclude.m4: new file, this is the lyx created m4
9990         macros, used in making acinclude.m4.
9991         
9992         * autogen.sh: GNU m4 discovered as a separate task not as part of
9993         the lib/configure creation. 
9994         Generate acinlucde from files in config. Actually cat
9995         lyxinclude.m4, libtool.m4 and gettext.m4 together. This makes it
9996         easier to upgrade .m4 files that really are external.
9997
9998         * src/Spacing.h: moved using std::istringstream to right after
9999         <sstream>. This should fix the problem seen with some compilers.
10000
10001 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
10002
10003         * src/lyx_cb.C: began some work to remove the dependency a lot of
10004         functions have on BufferView::text, even if not really needed.
10005         (GetCurrentTextClass): removed this func, it only hid the
10006         current_view. 
10007
10008         * src/Makefile.am (lyx_DEPENDENCIES): use support/libsupport.la I
10009         forgot this in last commit.
10010
10011         * src/Bullet.C (bulletEntry): use static char const *[] for the
10012         tables, becuase of this the return arg had to change to string.
10013         (bulletSize): ditto
10014         (~Bullet): removed unneeded destructor
10015
10016         * src/BufferView.C (beforeChange): moved from lyx_cb.C
10017         (insetSleep): moved from Buffer
10018         (insetWakeup): moved from Buffer
10019         (insetUnlock): moved from Buffer
10020
10021         * buffer.[Ch], BufferView.[Ch] + others: moved the_locking_inset
10022         from Buffer to BufferView.
10023         
10024         * acinclude.m4: include libtool.m4 from libtool 1.3.4.
10025
10026         * config/ltmain.sh: updated to version 1.3.4 of libtool
10027
10028         * config/ltconfig: updated to version 1.3.4 of libtool
10029
10030 2000-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10031
10032
10033         * src/buffer.C (pop_tag): fix a dubious for() loop initialization.
10034         Did I get that right?
10035
10036         * src/lyxlex.h: add a "using" directive or two.
10037         * src/Spacing.h: ditto.
10038         * src/insets/figinset.C: ditto.
10039         * src/support/filetools.C: ditto.
10040         * src/support/lstrings.C: ditto.
10041         * src/BufferView.C: ditto.
10042         * src/bufferlist.C: ditto.
10043         * src/lyx_cb.C: ditto.
10044         * src/lyxlex.C: ditto.
10045
10046         * NEWS: add some changes for 1.1.4.
10047         
10048 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
10049
10050         * src/BufferView.C: first go at a TextCache to speed up switching
10051         between documents.
10052
10053 2000-01-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10054
10055         * lib/examples/ItemizeBullets.lyx: update from Tino Meinen. 
10056         * lib/examples/nl_voorbeeld_ruw.lyx: ditto.
10057         * lib/examples/nl_voorbeeld_verlyxt.lyx: ditto.
10058         * lib/examples/nl_opsommingstekens.lyx: new translation from Tino
10059         Meinen.
10060         
10061         * src/mathed/math_defs.h (MathedRowSt): make sure that all
10062         members of the struct are correctly initialized to 0 (detected by
10063         purify) 
10064         * src/lyxrc.C (LyXRC): ditto for print_adapt_output.
10065         * src/insets/figinset.C (InsetFig): ditto for pswid and pshgh.
10066
10067         * src/insets/figinset.C (sigchldchecker): use "delete" to free a
10068         pidwait, since it was allocated with "new". This was potentially
10069         very bad. Thanks to Michael Schmitt for running purify for us.
10070
10071
10072 2000-01-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10073
10074         * src/lyx_gui_misc.C: add a 'using std::make_pair;' statement.
10075
10076         * src/lyx_gui_misc.h: add a 'using std::pair;' statement.
10077
10078 1999-12-30  Allan Rae  <rae@lyx.org>
10079
10080         * lib/templates/IEEEtran.lyx: minor change
10081
10082         * src/lyxvc.C (registrer, checkIn), src/lyx_cb.C (MenuInsertLabel),
10083         src/mathed/formula.C (LocalDispatch): askForText changes
10084
10085         * src/lyx_gui_misc.[Ch] (askForText): now returns a bool also so we 
10086         know when a user has cancelled input. Fixes annoying problems with
10087         inserting labels and version control.
10088
10089 1999-12-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
10090
10091         * src/support/lstrings.C (tostr): rewritten to use strstream and
10092         stringstream
10093
10094 1999-12-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
10095
10096         * src/support/filetools.C (IsFileWriteable): use fstream to check
10097         (IsDirWriteable): use fileinfo to check
10098
10099         * src/support/filetools.h (FilePtr): whole class deleted
10100
10101         * src/insets/figinset.C (GetPSSizes): rewritten to use ifstream.
10102
10103         * src/lyxparagraph.h (readSimpleWholeFile): make arg istream
10104
10105         * src/lyx_cb.C (InsertAsciiFile): use ifstream instead of FilePtr
10106
10107         * src/bufferlist.C (write): use ifstream and ofstream instead of
10108         FILE*
10109
10110         * src/Spacing.h: use istrstream instead of sscanf
10111
10112         * src/mathed/math_defs.h: change first arg to istream from FILE*
10113
10114         * src/buffer.C (insertLyXFile): use ifstream instead of FilePtr
10115
10116         * src/mathed/math_parser.C: have yyis to be an istream 
10117         (LexGetArg): use istream (yyis)
10118         (yylex): ditto
10119         (mathed_parse): ditto
10120         (mathed_parser_file): first arg istream instead of FILE*, set yyis
10121
10122         * src/mathed/formula.C (Read): rewritten to use istream
10123
10124         * src/mathed/formulamacro.C (Read): rewritten to use istream
10125
10126         * src/lyxlex.h (~LyXLex): deleted desturctor 
10127         (getStream): new function, returns an istream
10128         (getFile): deleted funtion
10129         (IsOK): return is.good();
10130
10131         * src/lyxlex.C (LyXLex): delete file and owns_file
10132         (setFile): open an filebuf and assign that to a istream instead of
10133         using FILE*
10134         (setStream): new function, takes an istream as arg. 
10135         (setFile): deleted function
10136         (EatLine): rewritten us use istream instead of FILE*
10137         (next): ditto
10138         (nextToken): ditto
10139
10140         * src/table.C (LyXTable): use istream instead of FILE*
10141         (Read): rewritten to take an istream instead of FILE*
10142
10143 1999-12-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10144
10145         * src/buffer.C (Dispatch): remove an extraneous break statement.
10146
10147         * src/support/filetools.C (QuoteName): change to do simple
10148         'quoting'. More work is necessary. Also changed to do nothing
10149         under emx (needs fix too).
10150         (Putenv): Cast the argument of putenv() with PUTENV_TYPE_ARG.
10151
10152         * acinclude.m4 (STL_STRING_FWD_H_LOCATION): add the comment for
10153         config.h.in to the AC_DEFINE_UNQUOTED() call.
10154         (LYX_FUNC_PUTENV_ARGTYPE): new macro. Checks whether putenv()
10155         needs char * as argument (because Solaris 7 declares it like
10156         that). 
10157
10158         * acconfig.h: remove placeholder for STL_STRING_FWD_H_LOCATION;
10159         remove definition of BZERO.
10160
10161 1999-12-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
10162
10163         * src/support/LRegex.C: include <regex.h> if HAVE_REGEX_H is
10164         defined, "lyxregex.h" if not.
10165
10166         * src/support/Makefile.am (noinst_LTLIBRARIES): changed from
10167         pkglib_ to noinst_
10168         (REGEX): new variable that is set to regex.c lyxregex.h when
10169         AM_CONDITIONAL USE_REGEX is set.
10170         (libsupport_la_SOURCES): add $(REGEX)
10171
10172         * src/mathed/Makefile.am (noinst_LTLIBRARIES): changed from
10173         pkglib_ to noinst_
10174
10175         * src/insets/Makefile.am (noinst_LTLIBRARIES): changed from
10176         pkglib_ to noinst_
10177
10178         * configure.in: add call to LYX_REGEX 
10179
10180         * acinclude.m4 (LYX_REGEX): checks if we need to use the included
10181         regex or not. Uses a a AM_CONDITIONAL to decide what to compile. 
10182
10183 1999-12-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10184
10185         * lib/bind/fi_menus.bind: new file, from
10186         pauli.virtanen@saunalahti.fi. 
10187
10188         * src/buffer.C (getBibkeyList): pass the parameter delim to
10189         InsetInclude::getKeys and InsetBibtex::getKeys.
10190
10191         * src/insets/insetinclude.[Ch] (getKeys): add parameter delim, which
10192         is passed to Buffer::getBibkeyList
10193         
10194         * src/insets/insetbib.[Ch] (getKeys): add parameter delim, and use it
10195         instead of the hardcoded comma.
10196
10197         * src/insets/insetbib.C (getKeys): make sure that there are not
10198         leading blanks in bibtex keys. Normal latex does not care, but
10199         harvard.sty seems to dislike blanks at the beginning of citation
10200         keys. In particular, the retturn value of the function is
10201
10202         * INSTALL: make it clear that libstdc++ is needed and that gcc
10203         2.7.x probably does not work.
10204
10205         * src/support/filetools.C (findtexfile): make debug message go to
10206         the LATEX channel
10207         * src/insets/insetbib.C (getKeys): ditto
10208
10209         * src/debug.C (showTags): make sure that the output is correctly
10210         aligned. 
10211
10212         * configure.in: add a comment for TWO_COLOR_ICON define.
10213
10214         * acconfig.h: remove all the entries that already defined in
10215         configure.in or acinclude.m4.
10216
10217         * src/buffer.C (makeLaTeXFile): headers of latex file also changed
10218         to avoid user name, date and copyright.
10219
10220 1999-12-21  Juergen Vigna  <jug@sad.it>
10221
10222         * src/table.C (Read): Now read bogus row format informations
10223                 if the format is < 5 so that afterwards the table can
10224                 be read by lyx but without any format-info. Fixed the
10225                 crash we experienced when not doing this.
10226
10227 1999-12-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
10228
10229         * src/text2.C (RedoHeightOfParagraph): rename arg cursor -> cur
10230         (RedoDrawingOfParagraph): ditto
10231         (RedoParagraphs): ditto
10232         (RemoveTableRow): ditto
10233
10234         * src/text.C (Fill): rename arg paperwidth -> paper_width
10235
10236         * src/buffer.C (insertLyXFile): rename var filename -> fname
10237         (writeFile): rename arg filename -> fname
10238         (writeFileAscii): ditto
10239         (makeLaTeXFile): ditto
10240         (makeLinuxDocFile): ditto
10241         (makeDocBookFile): ditto
10242
10243         * src/LaTeX.C (runMakeIndex): change arg name from file -> f
10244         (runBibTeX): ditto
10245
10246         * src/Makefile.am (lyx_SOURCES): add bmtable.c and remove bmtable.C
10247
10248         * src/bmtable.h: add extern "C" on this file when __cplusplus is
10249         defined.
10250
10251         * src/bmtable.c: new file, a C'ified copy of bmtable.C, this is
10252         compiled by a C compiler not C++. 
10253
10254         * src/layout.h (LyXTextClass): added typedef for const_iterator
10255         (LyXTextClassList): added typedef for const_iterator + member
10256         functions begin and end.
10257
10258         * src/LyXView.C (UpdateDocumentClassChoice): rewritten to use
10259         iterators to fill the choice_class.
10260         (updateLayoutChoice): rewritten to use iterators to fill the
10261         layoutlist in the toolbar.
10262
10263         * src/BufferView.h (BufferView::work_area_width): removed unused
10264         variable. 
10265
10266         * src/lyx_gui_misc.C (WarnReadonly): added string parameter 'file'
10267
10268         * src/buffer.C (sgmlOpenTag): drop the use of the static space array
10269         (sgmlCloseTag): ditto
10270
10271         * src/support/lstrings.h: return type of countChar changed to
10272         unsigned char.
10273
10274         * src/support/lstrings.C (countChar): use HAVE_STD_COUNT to choose
10275         what version of this func to use. Also made to return unsigned int.
10276
10277         * configure.in: call LYX_STD_COUNT 
10278
10279         * acinclude.m4 (LYX_STD_COUNT): new function checks for a standard
10280         conforming std::count. 
10281
10282 1999-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10283
10284         * src/mathed/math_draw.C (Draw, Metrics): fix a bug where a prime
10285         and a subscript would give bad display (patch from Dekel Tsur
10286         <dekel@math.tau.ac.il>). 
10287
10288         * src/insets/insetlatexaccent.h: make sure ACCENT_TYPES is public. 
10289
10290         * src/spellchecker.C (create_ispell_pipe): use a const_cast to
10291         please sun CC.
10292
10293         * src/chset.h: add a few 'using' directives
10294
10295         * src/lyxfunc.C (Dispatch): check that LFUN_UNKNOWN_ACTION is not
10296         triggered when no buffer is active
10297
10298         * src/layout.C: removed `break' after `return' in switch(), since
10299         it is unreachable.
10300
10301         * src/lyx_main.C (init): make sure LyX can be ran in place even
10302         when libtool has done its magic with shared libraries. Fix the
10303         test for the case when the system directory has not been found.
10304
10305         * src/lyx_cb.C (MenuMakeLaTeX): make sure to keep the full path
10306         name for the latex file.
10307         (MenuMakeHTML): ditto
10308
10309         * src/buffer.h: add an optional boolean argument, which is passed
10310         to ChangeExtension.
10311
10312 1999-12-20  Allan Rae  <rae@lyx.org>
10313
10314         * lib/templates/IEEEtran.lyx: small correction and update.
10315
10316         * configure.in: Attempted to use LYX_PATH_HEADER
10317
10318         * src/stl_string_fwd.h: Don't need HAVE_STL_STRING_FWD_H anymore
10319
10320         * acconfig.h, acinclude.m4 (LYX_STL_STRING_FWD): totally revised after
10321         input from JMarc.  Now use preprocessor to find the header.
10322         Also stopped making HAVE_STL_STRING_FWD_H and extended the comments.
10323         (LYX_PATH_HEADER): My, so far, failed attempt to generalize
10324         LYX_STL_STRING_FWD.  See comments in file.      
10325
10326 1999-12-19  Asger Alstrup Nielsen  <alstrup@diku.dk>
10327
10328         * The global MiniBuffer * minibuffer variable is dead.
10329         
10330         * The global FD_form_main * fd_form_main variable is dead.
10331
10332 1999-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10333
10334         * src/toolbar.C (set): condition #warning on WITH_WARNINGS
10335
10336         * src/table.h: add the LOstream.h header
10337         * src/debug.h: ditto
10338         
10339         * src/LyXAction.h: change the explaination of the ReadOnly
10340         attribute: is indicates that the function _can_ be used.
10341
10342         * src/LyXAction.C (init): find-replace _can_ be used in read-only
10343         mode. 
10344
10345 1999-12-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10346
10347         * src/lyxfont.C (ascent): Make sure that char is _always_ used as
10348         unsigned. 
10349         (descent): ditto
10350         (lbearing): ditto
10351         (rbearing): ditto
10352
10353         * src/paragraph.C (GetWord): assert on pos>=0
10354         (GetChar): ditto
10355         
10356         * src/support/lyxstring.C: condition the use of an invariant on
10357         ENABLE_ASSERTIONS 
10358         * src/support/lyxstring.h: ditto
10359
10360         * src/Bullet.[Ch]: replace DEBUG_AS_DEFAULT by ENABLE_ASSERTIONS.
10361         Use LAssert.h instead of plain assert().
10362
10363         * src/support/lstrings.h: add LAssert.h, in case it is needed.
10364
10365         * src/lyxfunc.C: do not include LAssert.h, it is not used.
10366         * src/support/filetools.C: ditto
10367
10368         * src/support/LAssert.h: make Assert a no-op if ENABLE_ASSERTIONS
10369         is not defined. 
10370
10371         * INSTALL: document the new configure flags
10372         
10373         * configure.in: suppress --with-debug; add --enable-assertions
10374
10375         * acinclude.m4: various changes in alignment of help strings.
10376
10377 1999-12-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
10378
10379         * src/kbmap.C: commented out the use of the hash map in kb_map,
10380         beginning of movement to a stl::container. 
10381
10382         * several files: removed code that was not in effect when
10383         MOVE_TEXT was defined.
10384         
10385         * lib/kbd/iso8859-1.cdef: removed bogus backslashes. Backslashes
10386         for escaping should not be used. We can discuss if the string
10387         should be enclosed in f.ex. [] instead of "".
10388
10389         * src/trans_mgr.C (insert): use the new returned value from
10390         encodeString to get deadkeys and keymaps done correctly.
10391
10392         * src/chset.C (encodeString): changed to return a pair, to tell
10393         what to use if we know the string.
10394
10395         * src/lyxscreen.h (fillArc): new function.
10396
10397         * src/FontInfo.C (resize): rewritten to use more std::string like
10398         structore, especially string::replace.
10399
10400         * src/insets/insetlatexaccent.C (Draw): use fillArc for the
10401         approp. accents.
10402
10403         * configure.in (chmod +x some scripts): remove config/gcc-hack 
10404
10405 1999-12-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10406
10407         * src/buffer.C (writeFile): change once again the top comment in a
10408         .lyx file to point to www.lyx.org and to use LYX_DOCVERSION
10409         instead of an hardcoded version number.
10410         (makeDocBookFile): ditto
10411
10412         * src/version.h: add new define LYX_DOCVERSION
10413
10414         * po/de.po: update from Pit Sütterlin
10415         * lib/bind/de_menus.bind: ditto.
10416         
10417         * src/lyxfunc.C (Dispatch): call MenuExport()
10418         * src/buffer.C (Dispatch): ditto
10419
10420         * src/lyx_cb.C (MenuMakeHTML): new function, moved from
10421         LyXFunc::Dispatch().
10422         (MenuExport): new function, moved from
10423         LyXFunc::Dispatch().
10424
10425         * src/trans_mgr.C (insert): small cleanup
10426         * src/chset.C (loadFile): ditto
10427
10428         * lib/kbd/iso8859-1.cdef: add missing backslashes
10429
10430 1999-12-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
10431
10432         * src/insets/insetlatexaccent.C (Lbearing): new function, used to
10433         help with placing the manually drawn accents better.
10434         (Rbearing): ditto
10435         (Draw): x2 and hg changed to float to minimize rounding errors and
10436         help place the accents better.
10437
10438         * src/lyxfont.C (ascent): fixed faulty static_cast, casting from
10439         unsigned short to char is just wrong...cast the char to unsigned
10440         char instead so that the two values can compare sanely. This
10441         should also make the display of insetlatexaccents better and
10442         perhaps also some other insets.
10443         (descent): ditto
10444         (lbearing): new function
10445         (rbearing): ditto
10446
10447 1999-12-15  Allan Rae  <rae@lyx.org>
10448
10449         * src/stl_string_fwd.h, src/Makefile.am (lyx_SOURCES):  added new
10450         header that provides a wrapper around the very annoying SGI STL header
10451         of the same name.
10452
10453         * src/support/lyxstring.C, src/LString.h:
10454         removed old SGI-STL-compatability attempts.
10455
10456         * configure.in: Use LYX_STL_STRING_FWD.
10457
10458         * acinclude.m4 (LYX_STL_STRING_FWD), acconfig.h: Test if 
10459         stl_string_fwd.h is around and try to determine it's location.
10460         Major improvement over previous SGI STL 3.2 compatability.
10461         Three small problems remain with this function due to my zero
10462         knowledge of autoconf.  JMarc and lgb see the comments in the code.
10463
10464 1999-12-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10465
10466         * src/broken_const.h, config/hack-gcc, config/README: removed
10467         
10468         * configure.in: remove --with-gcc-hack option; do not call
10469         LYX_CXX_STL_STACK 
10470
10471         * INSTALL: remove documentation of --with-broken-const and
10472         --with-gcc-hack
10473         
10474         * acconfig.h: remove all trace of BROKEN_CONST define
10475
10476         * src/buffer.C (makeDocBookFile): update version number in output
10477         file. 
10478         (SimpleDocBookOnePar): fix an assert when trying to a character
10479         access beyond string length
10480         [Patch from Jose']
10481
10482 1999-12-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10483
10484         * po/de.po: fix the Export menu
10485
10486         * lyx.man: update the description of -dbg
10487
10488         * src/lyx_main.C (setDebuggingLevel): call Debug::showLevel()
10489         (commandLineHelp): updated
10490         (easyParse): show list of available debug levels if -dbg is passed
10491         without argument.
10492
10493         * src/Makefile.am: add debug.C
10494
10495         * src/debug.h: moved some code to debug.C
10496
10497         * src/debug.C: new file. Contains code to set and show debug
10498         level. 
10499
10500         * src/layout.C: remove 'break' after 'continue' in switch
10501         statements, since these cannot be reached.
10502
10503 1999-12-13  Allan Rae  <rae@lyx.org>
10504
10505         * src/mathed/math_hash.C (math_hash): renamed from hash(), name clash.
10506         (in_word_set): hash() -> math_hash()
10507
10508         * src/LString.h: Used USING_EXCEPTIONS in SGI STL-3.2 support 
10509
10510         * acconfig.h: Added a test for whether we are using exceptions in the
10511         current compilation run. If so USING_EXCEPTIONS is defined.
10512
10513         * config.in: Check for existance of stl_string_fwd.h
10514         * src/LString.h: If compiling --with-included-string and SGI's
10515         STL version 3.2 is present (see above test) we need to block their
10516         forward declaration of string and supply a __get_c_string().
10517         However, it turns out this is only necessary if compiling with
10518         exceptions enabled so I've a bit more to add yet.
10519
10520         * src/insets/figinset.[Ch], src/insets/insetinclude.C,
10521         src/insets/insetloa.C, src/layout.h, src/lyxparagraph.h,
10522         src/support/LRegex.h, src/undo.h:
10523         Shuffle the order of the included files a little to ensure that
10524         LString.h gets included before anything that includes stl_string_fwd.h
10525
10526         *  src/support/lyxstring.C: We need to #include LString.h instead of
10527         lyxstring.h to get the necessary definition of __get_c_string.
10528         (__get_c_string): New function.  This is defined static just like SGI's
10529         although why they need to do this I'm not sure.  Perhaps it should be
10530         in lstrings.C instead.
10531
10532         * lib/templates/IEEEtran.lyx:  New template file.
10533
10534 1999-12-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
10535         
10536         * Makefile.in.in (MKINSTALLDIRS): use $(srcdir)/@MKINSTALLDIRS@
10537         * intl/Makefile.in (MKINSTALLDIRS):  ditto
10538
10539         * src/LyXAction.C (init): changed to hold the LFUN data in a
10540         automatic array in stead of in callso to newFunc, this speeds up
10541         compilation a lot. Also all the memory used by the array is
10542         returned when the init is completed.
10543
10544         * a lot of files: compiled with -Wold-style-cast, changed most of
10545         the reported offenders to C++ style casts. Did not change the
10546         offenders in C files. 
10547
10548         * src/trans.h (Match): change argument type to unsigned int.
10549
10550         * src/support/DebugStream.C: fix some types on the streambufs so
10551         that it works on a conforming implementation.
10552
10553 1999-12-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10554
10555         * lib/examples/example_{raw,lyxified}.lyx: fix embarassing sentence.
10556
10557         * src/support/lyxstring.C: remove the inline added earlier since
10558         they cause a bunch of unsatisfied symbols when linking with dec
10559         cxx. Cxx likes to have the body of inlines at the place where they
10560         are declared.
10561
10562         * src/trans.C (AddDeadkey): add an 'unsigned char' cast to avoid
10563         accessing negative bounds in array. This fixes the crash when
10564         inserting accented characters.
10565         * src/trans.h (Match): ditto
10566
10567         * src/buffer.C (Dispatch): since this is a void, it should not try
10568         to return anything...
10569
10570 1999-12-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
10571
10572         * src/buffer.h: removed the two friends from Buffer. Some changes
10573         because of this. Buffer::getFileName and Buffer::setFileName
10574         renamed to Buffer::fileName() and Buffer::fileName(...).
10575
10576 1999-12-09  Lars Gullik Bjønnes <larsbj@lyx.org>
10577
10578         * buffer.[Ch], BufferView.[Ch] + other files: Moved Buffer::text
10579         and Buffer::update(short) to BufferView. This move is currently
10580         controlled by a define MOVE_TEXT, this will be removed when all
10581         shows to be ok. This move paves the way for better separation
10582         between buffer contents and buffer view. One side effect is that
10583         the BufferView needs a rebreak when swiching buffers, if we want
10584         to avoid this we can add a cache that holds pointers to LyXText's
10585         that is not currently in use. 
10586
10587         * buffer.[Ch], lyx_main.C: small changes to the "-export" patch by
10588         André Pönitz. 
10589
10590 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
10591
10592         * buffer.[Ch]: Dispatch() - new dispatcher on the buffer level
10593
10594         * lyx_main.C: new command line option -x (or --execute) and
10595           -e (or --export). Now direct conversion from .lyx to .tex
10596           (.dvi, .ps, ...) is possible  ('lyx file.lyx --export latex')
10597           Unfortunately, X is still needed and the GUI pops up during the
10598           process...
10599
10600 1999-12-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10601
10602         * src/Spacing.C: add a using directive to bring stream stuff into
10603         normal namespace.
10604         * src/paragraph.C: ditto
10605         * src/buffer.C: ditto
10606
10607         * NEWS: updated a bit the new features of 1.1.3 (took a few things
10608         from Lars' announcement).
10609
10610         * lib/examples/nl_voorbeeld_{ruw,verlyxt}.lyx: new tutorial
10611         example files from Tino Meinen.
10612         
10613 1999-12-06  Allan Rae  <rae@lyx.org>
10614
10615         * src/LaTeX.C (runBibTeX): fix typo in accessing submatch pair.
10616
10617 1999-12-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
10618
10619         * src/support/lyxstring.C: added a lot of inline for no good
10620         reason
10621         
10622         * src/lyxfont.[Ch]: removed latexWriteStartChanges, and
10623         latexWriteEndChanges, they were not used.
10624         
10625         * src/layout.h (operator<<): output operator for PageSides
10626
10627         * src/mathed/math_iter.C (my_memcpy): slightly changed.
10628
10629         * some example files: loaded in LyX 1.0.4 and saved again to update
10630         certain constructs (table format) 
10631
10632         * a lot of files: did the change to use fstream/iostream for all
10633         writing of files. Done with a close look at Andre Poenitz's patch.
10634
10635         * some files: whitespace changes.
10636         
10637 1999-12-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10638
10639         * src/mathed/math_iter.C (my_memcpy): new function. Since the
10640         built-in memcpy() is broken on egcs and gcc 2.95 for alpha
10641         architecture, we provide our own. It is used unconditionnally, but
10642         I do not think this is a performance problem. Thanks to Angus
10643         Leeming <a.leeming@ic.ac.uk> for the code (and again to Michal
10644         Jaegermann <michal@ellpspace.math.ualberta.ca> for finding it the
10645         first time).
10646         (GetInset): use my_memcpy.
10647         (Insert): ditto
10648         (Copy): ditto
10649
10650         * lib/chkconfig.ltx: some cleanup of the latex code. I am not sure
10651         it is easier to understand, but it uses less TeX-only constructs now.
10652
10653         * acinclude.m4 (LYX_SEARCH_PROG): make it work when the PATH
10654         elements contain spaces
10655
10656         * lib/configure: regenerated
10657         
10658         * lib/configure.m4 (SEARCH_PROG): make it work when the PATH
10659         elements contain spaces; display the list of programs that are
10660         tried.
10661
10662         * autogen.sh: make sure lib/configure is executable
10663
10664         * lib/examples/*: rename the tutorial examples to begin with the
10665         two-letters language code.
10666
10667         * src/lyxfunc.C (getStatus): do not query current font if no
10668         buffer exists.
10669
10670         * src/lyx_cb.C (RunScript): use QuoteName
10671         (MenuRunDvips): ditto
10672         (PrintApplyCB): ditto
10673
10674         * src/support/filetools.[Ch] (QuoteName): new function. Add quotes
10675         around argument, so that it works well with the current shell.
10676         Does not work properly with OS/2 shells currently.
10677
10678         * src/LaTeXLog.C (ShowLatexLog): use Buffer::getLatexName
10679         * src/LyXSendto.C (SendtoApplyCB): ditto
10680         * src/lyxfunc.C (Dispatch): ditto
10681         * src/buffer.C (runLaTeX): ditto
10682         (runLiterate): ditto
10683         (buildProgram): ditto
10684         (runChktex): ditto
10685         * src/lyx_cb.C (RunScript): ditto
10686         (MenuMakeLaTeX): ditto
10687         
10688         * src/buffer.h (getLatexName): new method 
10689
10690         * src/support/filetools.C (MakeLatexName): renamed from SpaceLess
10691
10692 1999-12-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10693
10694         * images/sqrt.xpm: change name of the sqrt icon to sqrt_xpm.
10695         * src/mathed/math_panel.C (mathed_get_pixmap_from_icon): ditto
10696         (create_math_panel): ditto
10697
10698         * src/lyxfunc.C (getStatus): re-activate the code which gets
10699         current font and cursor; add test for export to html.
10700
10701         * src/lyxrc.C (read): remove unreachable break statements; add a
10702         few "using".
10703
10704         * src/bmtable.C (fl_set_bmtable_data): add a const_cast.
10705         
10706 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
10707
10708         * src/mathed/formula.C (LocalDispatch): fix small whitspace bug
10709         introduced by faulty regex.
10710         * src/buffer.C: ditto
10711         * src/lastfiles.C: ditto
10712         * src/paragraph.C: ditto
10713         * src/table.C: ditto
10714         * src/vspace.C: ditto
10715         * src/insets/figinset.C: ditto
10716         Note: most of these is absolutely harmless, except the one in
10717         src/mathed formula.C.
10718
10719 1999-11-30  Kayvan A. Sylvan  <kayvan@satyr.sylvan.com>
10720
10721         * src/ImportNoweb.C (documentclass): fixed bounds for substr
10722           operation, yielding correct results for the reLyX command.
10723
10724 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
10725
10726         * src/support/filetools.C (ExpandPath): removed an over eager
10727         Assert.
10728         (ReplaceEnvironmentPath): ditto
10729
10730         * src/toolbar.C (BubbleTimerCB): use C++ style casts. This clearly
10731         shows that we are doing something fishy in our code...
10732         (BubblePost): ditto
10733         (ToolbarCB): ditto
10734
10735         * src/lyxrc.C (read): use a double switch trick to get more help
10736         from the compiler. (the same trick is used in layout.C)
10737         (write): new function. opens a ofstream and pass that to output
10738         (output): new function, takes a ostream and writes the lyxrc
10739         elemts to it. uses a dummy switch to make sure no elements are
10740         forgotten. 
10741
10742         * src/lyxlex.h: added a struct pushpophelper for use in functions
10743         with more than one exit point.
10744
10745         * src/lyxlex.[Ch] (GetInteger): made it const
10746         (GetFloat): ditto
10747         (GetBool): ditto
10748
10749         * src/lyxfunc.C (Dispatch): added case for LFUN_SAVEPREFERENCES
10750
10751         * src/layout.[hC] : LayoutTags splitted into several enums, new
10752         methods created, better error handling cleaner use of lyxlex. Read
10753         the diff.
10754
10755         * src/bmtable.[Ch]: change some member prototypes because of the
10756         image const changes. 
10757
10758         * commandtags.h, src/LyXAction.C (init): new function:
10759         "preferences-save", saves the lyxrc entries into .lyx/preferences.
10760         This file is not read automatically but you can add \input
10761         preferences to your lyxrc if you want to. We need to discuss how
10762         to handle this. 
10763
10764         * src/LaTeX.C (runBibTeX): use regex to match for the needed lines
10765         in .aux, also remove .bib and .bst files from dependencies when
10766         running bibtex.
10767
10768         * src/BufferView.C, src/LyXView.C: add const_cast several places
10769         because of changes to images.
10770
10771         * lib/images/*: same change as for images/*
10772         
10773         * lib/lyxrc.example: Default for accept_compound is false not no.
10774
10775         * images/*: changed to be const, however I have som misgivings
10776         about this change so it might be changed back.
10777
10778 1999-11-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10779
10780         * lib/configure, po/POTFILES.in: regenerated
10781
10782         * autogen.sh: autogenerate lib/configure from lib/configure.m4
10783
10784         * config/lib_configure.m4: removed
10785         
10786         * lib/configure.m4: new file (was config/lib_configure.m4)
10787
10788         * configure.in: do not test for rtti, since we do not use it.
10789         
10790 1999-11-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
10791
10792         * src/support/lyxstring.C (lyxstring::Srep): Changed to use a
10793         doubling of allocated space scheme. This makes it faster for large
10794         strings end to use less memory for small strings. xtra rememoved. 
10795
10796         * src/insets/figinset.C (waitalarm): commented out.
10797         (GhostscriptMsg): use static_cast
10798         (GhostscriptMsg): use new instead of malloc to allocate memory for
10799         cmap. also delete the memory after use.
10800
10801         * src/lyx_cb.C (SetXtermCursor): made cursor_undefined a bool
10802
10803         * src/LaTeX.C (scanAux): new method. Scans the .aux file and looks
10804         for changes in bibtex database or style.
10805         (runBibTeX): remove all .bib and .bst files from dep before we
10806         begin. 
10807         (run): use scanAuc in when dep file already exist.
10808
10809         * src/DepTable.C (remove_files_with_extension): new method
10810         (exist): new method
10811
10812         * src/DepTable.[Ch]: made many of the methods const. 
10813
10814 1999-11-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10815
10816         * src/bufferparams.C: make sure that the default textclass is
10817         "article". It used to be the first one by description order, but
10818         now the first one is "docbook".
10819
10820         * src/lyx_main.C (setDebuggingLevel): change type of argument to
10821         string; call Debug::value.
10822         (easyParse): pass complete argument to setDebuggingLevel().
10823
10824         * src/debug.h (value): fix the code that parses debug levels.
10825
10826         * src/debug.h: add new debug type ACTION, reserved for LyXAction
10827         class.  
10828
10829         * src/LyXAction.C: use Debug::ACTION as debug channel.
10830
10831         * src/lyxlookup.C: make the debug statements go to Debug::KEY.
10832
10833         * NEWS: updated for the future 1.1.3 release.
10834
10835         * src/mathed/symbol_def.h: swap the definitions of \varepsilon and
10836         \epsilon. Now \epsilon shows as red text, and \varepsilon shows as
10837         it should. This is of course a controversial change (since many
10838         people will find that their lyx workscreen is suddenly full of
10839         red), but done for the sake of correctness.
10840
10841         * src/mathed/formulamacro.h, src/mathed/math_macro.[Ch],
10842           src/mathed/math_root.[Ch] (Clone): return a MathedInset*  
10843
10844         * src/insets/inseterror.h, src/insets/inseturl.h,
10845           src/insets/insetinfo.h, src/insets/figinset.h,
10846           src/mathed/formulamacro.h, src/mathed/math_macro.h
10847           (EditMessage): add a missing const and add _() to make sure that
10848         translation happens
10849
10850         * src/ImportNoweb.C, src/LyXAction.h, src/insets/figinset.C,
10851           src/insets/insetbib.C, src/support/filetools.C: add `using'
10852         directives for cxx.  
10853
10854         * src/lyxfunc.C (Dispatch): make sure nothing bad happens when
10855         doing 'Insert index of last word' at the beginning of a paragraph.
10856
10857 1999-11-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
10858
10859         * several files: white-space changes.
10860
10861         * src/mathed/formula.C: removed IsAlpha and IsDigit
10862
10863         * src/insets/insetbib.C (getKeys): use findtexfile to look for the
10864         .bib file. use a ifstream instead of FilePtr when parsing the .bib
10865         file for keys.
10866
10867         * src/insets/figinset.C (GetPSSizes): don't break when
10868         "EndComments" is seen. But break when a boundingbox is read.
10869
10870         * all classes inherited from Inset: return value of Clone
10871         changed back to Inset *.
10872
10873         * all classes inherited form MathInset: return value of Clone
10874         changed back to MathedInset *.
10875         
10876         * src/insets/figinset.C (runqueue): use a ofstream to output the
10877         gs/ps file. Might need some setpresicion or setw. However I can
10878         see no problem with the current code.
10879         (runqueue): use sleep instead of the alarm/signal code. I just
10880         can't see the difference.
10881
10882         * src/paragraph.C (LyXParagraph): reserve space in the new
10883         paragraph and resize the inserted paragraph to just fit.
10884
10885         * src/lyxfunc.h (operator|=): added operator for func_status.
10886
10887         * src/lyxfunc.C (MenuNew): use FileInfo instead of FilePtr to
10888         check for readable file.
10889
10890         * src/lyx_cb.C (MenuMakeLaTeX): use FileInfo instead of FilePtr to
10891         check for readable file.
10892         (MenuMakeLinuxDoc): ditto
10893         (MenuMakeDocBook): ditto
10894         (MenuMakeAscii): ditto
10895         (InsertAsciiFile): split the test for openable and readable
10896
10897         * src/bmtable.C (draw_bitmaptable): use
10898         fl_state[fl_get_vclass()].depth instead of DefualtScreen.
10899
10900         * src/LaTeX.C, src/support/filetools.[Ch]: moved do_popen and
10901         findtexfile from LaTeX to filetools.
10902         
10903         * src/ImportNoweb.C (documentclass): rewrote to use ifstream
10904         instead of FilePtr. Needs to be verified by a literate user.
10905
10906 1999-11-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10907
10908         * src/mathed/formula.[Ch] (GetCursorPos): add a missing 'const'.
10909         (EditMessage): likewise.
10910
10911         * src/paragraph.C (SimpleTeXSpecialChars): output ~ and ^
10912         respectively as \textasciitilde and \textasciicircum.
10913
10914 1999-11-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
10915
10916         * src/support/lyxstring.h: made the methods that take iterators
10917         use const_iterator.
10918
10919         * src/support/lstrings.C (countChar): use std::cound(itr, itr, val)
10920         (regexMatch): made is use the real regex class.
10921
10922         * src/support/Makefile.am: changed to use libtool
10923
10924         * src/support/.cvsignore: added *.lo, .libs and libsupport.la
10925
10926         * src/mathed/math_defs.h: made the mathaligns be in a enum instead
10927         of defines.
10928         (MathIsInset ++): changed several macros to be inline functions
10929         instead. 
10930
10931         * src/mathed/Makefile.am: changed to use libtool
10932
10933         * src/mathed/.cvsignore: added *.lo, .libs and libmathed.la
10934
10935         * src/insets/inset* : Clone changed to const and return type is
10936         the true insettype not just Inset*.
10937         
10938         * src/insets/Makefile.am: changed to use libtool
10939
10940         * src/insets/.cvsignore: added *.lo, .libs and libinsets.la
10941
10942         * src/undo.[Ch] : added empty() and changed some of the method
10943         names.
10944         
10945         * src/texrow.[Ch]: rewrote to store texrow's in a std::list.
10946
10947         * src/lyxparagraph.h: use id() and id(...) instead of getID and
10948         setID use block<> for the bullets array, added const several places.
10949
10950         * src/lyxfunc.C (getStatus): new function
10951
10952         * src/lyxfunc.[Ch] : small changes to take advantage of the new
10953         LyXAction, added const to several funtions.
10954
10955         * src/filedlg.[Ch]: rewrote to store userchache and groupchache in
10956         a std::map, and to store the dir items in a vector.
10957
10958         * src/Makefile.am (lyx_DEPENDENCIES): changed to use libtool files
10959         as dependencies.
10960
10961         * src/LyXView.[Ch] + other files : changed currentView to view.
10962         
10963         * src/LyXAction.[Ch] : ported from the old devel branch.
10964         
10965         * src/.cvsignore: added .libs and a.out
10966
10967         * configure.in : changes to use libtool. 
10968
10969         * acinclude.m4 : inserted libtool.m4
10970
10971         * .cvsignore: added libtool
10972
10973 1999-11-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10974
10975         * src/Makefile.am (lyx_DEPENDENCIES): give the explicit object
10976         file name in insets and mathed directories (otherwise the
10977         dependency is not taken in account under cygwin).
10978
10979         * src/text2.C (InsertString[AB]): make sure that we do not try to
10980         read characters past the string length.
10981
10982 1999-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10983
10984         * lib/doc/LaTeXConfig.lyx.in, 
10985           lib/chkconfig.ltx: remove the test for linuxdoc-sgml.sty.
10986
10987         * src/buffer.C (writeFile): Do not add a comment on top of .lyx
10988         file saying who created them and when this heppened; this is
10989         useless and annoys tools like cvs.
10990
10991         * lib/layouts/g-brief-{en,de}.layout,
10992           lib/templates/g-brief-{en,de}.lyx: new versions of the textclass
10993         from Thomas Hartkens <thomas@hartkens.de>.
10994
10995         * src/{insets,mathed}/Makefile.am: do not declare an empty
10996         LDFLAGS, so that it can be set at configure time (useful on Irix
10997         for -n32 flag).
10998
10999         * lib/reLyX/configure.in: make sure that the prefix is set
11000         correctly in LYX_DIR.
11001
11002 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
11003
11004         * src/commandtags.h: introduction of a new tag 'LFUN_SEQUENCE' to
11005         be used by 'command-sequence' this allows to bind a key to a
11006         sequence of LyX-commands
11007         (Example: 'command-sequence math-insert alpha; math-insert beta;")
11008
11009         * src/LyXAction.C: add "command-sequence"
11010
11011         * src/LyXFunction.C: handling of "command-sequence"
11012
11013         * src/LyXFunction.[hC] changed LyXFunc::Dispatch(string const
11014          &cmd, string const &arg) to LyXFunc::Dispatch(string const& s)
11015
11016         * src/lyxserver.C, src/minibuffer.C: Use this new interface
11017
11018 1999-11-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11019
11020         * src/buffer.C (writeFile): Do not output a comment giving user
11021         and date at the beginning of a .lyx file. This is useless and
11022         annoys cvs anyway; update version number to 1.1.
11023
11024         * src/Makefile.am (LYX_DIR): add this definition, so that a
11025         default path is hardcoded in LyX.
11026
11027         * configure.in: Use LYX_GNU_GETTEXT.
11028
11029         * acinclude.m4 (LYX_GNU_GETTEXT): new macro, essentially a copy of
11030         AM_GNU_GETTEXT with a bug fixed. 
11031
11032         * src/lyx_cb.C (RunLinuxDoc): add a cast to please dec cxx.
11033
11034         * src/chset.C: add "using std::ifstream;" to please dec cxx.
11035
11036         * src/lyx_main.C (init), INSTALL.OS2: the environment variable
11037         which is used to point to LyX data is now LYX_DIR_11x.
11038
11039         * lyx.man: convert to a unix text file; small updates.
11040
11041 1999-11-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
11042
11043         * src/support/LSubstring.[Ch]: made the second arg of most of the
11044         constructors be a const reference. 
11045
11046         * src/mathed/math_parser.C (LexInitCodes): small bug introduced by
11047         me fixed.
11048
11049         * src/support/lyxstring.[Ch] (swap): added missing member function
11050         and specialization of swap(str, str); 
11051
11052         * src/menus.C (ShowBufferMenu): to use the new BufferStorage
11053
11054         * src/bufferlist.[Ch]: use the new BufferStorage class and remove all
11055         trace of the old one.
11056
11057         * src/undo.[Ch]: made the undostack use std::list to store undo's in
11058         put the member definitions in undo.C.
11059
11060         * src/lyxparagraph.h, src/paragraph.C + a lot of files: removed
11061         NEW_TEXT and have now only code that was included when this was
11062         defined. 
11063
11064         * src/intl.C (LCombo): use static_cast
11065         (LCombo2): ditto
11066         (DispatchCallback): ditto
11067
11068         * src/definitions.h: removed whole file
11069         
11070         * src/commandtags.h: comment out LFUN_INSERT_INSET_LATEX
11071
11072         * src/chset.[Ch]: a lot rewritten, does not use lyxlex for cdef
11073         parsing and stores in a std:map. a regex defines the file format.
11074         removed unneeded members.
11075
11076         * src/bufferparams.h: added several enums from definitions.h here.
11077         Removed unsused destructor. Changed some types to use proper enum
11078         types. use block to have the temp_bullets and user_defined_bullets
11079         and to make the whole class assignable.
11080
11081         * src/bufferparams.C (Copy): removed this functions, use a default
11082         assignment instead. 
11083
11084         * src/buffer.h: made isLatex, isLinuxDoc, isDocBook, isSGML and
11085         isLiterate const.
11086
11087         * src/buffer.C (readLyXformat2): commend out all that have with
11088         oldpapersize to do. also comment out all that hve to do with
11089         insetlatex and insetlatexdel. 
11090         (setOldPaperStuff): commented out
11091
11092         * src/Makefile.am (lyx_SOURCES): remove definitions.h, add undo.C
11093
11094         * src/LyXAction.C: remove use of inset-latex-insert
11095
11096         * src/mathed/math_panel.C (button_cb): use static_cast
11097
11098         * src/insets/Makefile.am (insets_o_SOURCES): removed
11099         insetlatex.[Ch] 
11100
11101         * src/support/lyxstring.C (helper): use the unsigned long
11102         specifier, UL, instead of a static_cast.
11103
11104         * src/support/Makefile.am (libsupport_a_SOURCES): added block.h
11105
11106         * src/support/block.h: new file. to be used as a c-style array in
11107         classes, so that the class can be assignable.
11108
11109 1999-11-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11110
11111         * src/lyx_gui_misc.C (askForText): when fl_show_input() returns
11112         NULL, make sure to return an empty string (it is not possible to
11113         set a string to NULL).
11114
11115 1999-11-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11116
11117         * src/support/LRegex.C: use regex_t instead of re_pattern_buffer.
11118
11119         * src/support/lyxstring.C (helper): fix bogus cast in assertion.
11120
11121         * src/{mathed,insets}/Makefile.am (CXXLINK): add $(LDFLAGS) to the
11122         link line, so that Irix users (for example) can set it explicitely to
11123         "-n32".
11124         
11125         * src/Makefile.am (lyx_LDADD): use LYX_LIB as a variable, so that
11126         it can be overidden at make time (static or dynamic link, for
11127         example).
11128         
11129         * src/vc-backend.C, src/LaTeXFeatures.h, 
11130           src/support/LRegex.C, src/support/LRegex.h: add a few "using" 
11131         statements to bring templates to global namespace.
11132
11133 1999-11-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
11134
11135         * src/support/lyxstring.C (operator[] const): make it standard
11136         conforming. 
11137
11138         * src/minibuffer.C (Init): changed to reflect that more
11139         information is given from the lyxvc and need not be provided here.
11140
11141         * src/lyxvc.[Ch]: rewrote to use the vc-backend.
11142         
11143         * src/Makefile.am (lyx_SOURCES): add vc-backend.[Ch]
11144
11145         * src/LyXView.C (UpdateTimerCB): use static_cast
11146         (KeyPressMask_raw_callback): ditto
11147
11148         * src/BufferView.[Ch]: name change _owner -> owner_ and _buffer ->
11149         buffer_, a lot of changes because of this. currentBuffer() ->
11150         buffer(), setBuffer(...) -> buffer(...), getOwner() -> owner(),
11151         also changes to other files because of this.
11152
11153 1999-11-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
11154
11155         * src/vc-backend.[Ch]: new files. The backends for vc handling,
11156         have no support for RCS and partial support for CVS, will be
11157         improved later.
11158         
11159         * src/insets/ several files: changes because of function name
11160         changes in Bufferview and LyXView.
11161         
11162         * src/mathed/math_symbols.C (math_insert_symbol): use static_cast
11163
11164         * src/support/LSubstring.[Ch]: new files. These implement a
11165         Substring that can be very convenient to use. i.e. is this
11166         possible:
11167         string a = "Mary had a little sheep";
11168         Substring(a, "sheep") = "lamb";
11169         a is now "Mary has a little lamb".
11170
11171         * src/support/LRegex.[Ch]: a regex class that can be used to pick
11172         out patterns and subpatterns of strings. It is used by LSubstring
11173         and also by vc-backend.C
11174         
11175         * src/support/lyxstring.C: went over all the assertions used and
11176         tried to correct the wrong ones and flag which of them is required
11177         by the standard. some bugs found because of this. Also removed a
11178         couple of assertions.
11179
11180         * src/support/Makefile.am (libsupport_a_SOURCES): added
11181         LSubstring.[Ch] and LRegex.[Ch]
11182
11183         * src/support/FileInfo.h: have struct stat buf as an object and
11184         not a pointer to one, some changes because of this.
11185
11186         * src/LaTeXFeatures.C (getTClassPreamble): also use the
11187         information in layout when adding the layouts preamble to the
11188         textclass preamble.
11189
11190         * src/LaTeXFeatures.h: use a vector<bool> to store the layout
11191         usage in.
11192
11193         * configure.in (CPPFLAGS): use AC_CHECK_FUNCS to check for XOpenIM
11194         because of bug in OS/2.
11195
11196 1999-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11197
11198         * lib/layouts/lyxmacros.inc (lyxcode): set the font with
11199         \verbatim@font instead of \ttfamily, so that it can be redefined.
11200
11201         * src/BackStack.h, src/DepTable.C, src/DepTable.h, src/LaTeX.C,
11202           src/LaTeX.h, src/lastfiles.C, src/lastfiles.h, src/layout.C,
11203           src/layout.h, src/text2.C: add 'using' directive to bring the
11204         STL templates we need from the std:: namespace to the global one.
11205         Needed by DEC cxx in strict ansi mode.
11206
11207         * src/support/LIstream.h,src/support/LOstream.h,
11208           src/support/lyxstring.h,src/table.h,
11209           src/lyxlookup.h: do not include <config.h> in header
11210         files. This should be done in the .C files only.
11211
11212         * development/lyx.spec.in: WHATSNEW has been renamed to NEWS
11213         (from Kayvan).
11214         
11215
11216 1999-11-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11217
11218         * config/lib_configure.m4,lib/configure,lib/lyxrc.example: update
11219         from Kayvan to fix the tth invokation.
11220
11221         * development/lyx.spec.in: updates from Kayvan to reflect the
11222         changes of file names.
11223
11224 1999-11-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
11225
11226         * src/text2.C (InsertStringB): use std::copy
11227         (InsertStringA): use std::copy
11228
11229         * src/bufferlist.C: use a vector to store the buffers in. This is
11230         an internal change and should not affect any other thing.
11231         
11232         * src/BufferView.C (waitForX): use XSync instead of the lengthy
11233         stuff in waitForX.
11234
11235         * src/text.C (Fill): fix potential bug, one off bug.
11236
11237 1999-11-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
11238
11239         * src/Makefile.am (lyx_main.o): add more files it depends on.
11240
11241         * src/lyx_cb.C (addNewlineAndDepth): parameters in wrong order.
11242
11243         * src/support/lyxstring.C: use size_t for the reference count,
11244         size, reserved memory and xtra.
11245         (internal_compare): new private member function. Now the compare
11246         functions should work for std::strings that have embedded '\0'
11247         characters.
11248         (compare): all compare functions rewritten to use
11249         internal_compare.
11250         
11251 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
11252
11253         * src/support/lyxstring.C (compare): pass c_str()
11254         (compare): pass c_str
11255         (compare): pass c_str
11256
11257 1999-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11258
11259         * src/support/DebugStream.C: <config.h> was not included correctly.
11260
11261         * lib/configure: forgot to re-generate it :( I'll make this file
11262         auto generated soon.
11263
11264 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
11265
11266         * acinclude.m4 (cross_compiling): add -fpermissive when gcc 2.95.x
11267         is used.
11268
11269         * src/support/lyxstring.C: some changes from length() to rep->sz.
11270         avoids a function call.
11271
11272         * src/support/filetools.C (SpaceLess): yet another version of the
11273         algorithm...now per Jean-Marc's suggestions.
11274
11275 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
11276
11277         * src/layout.C (less_textclass_desc): functor for use in sorting
11278         of textclasses. 
11279         (LyXTextClass::Read): sort the textclasses after reading.
11280         
11281         * src/support/filetools.C (SpaceLess): new version of the
11282         SpaceLess functions. What problems does this one give? Please
11283         report.
11284
11285         * images/banner_bw.xbm: made the arrays unsigned char *
11286
11287 1999-11-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11288
11289         * src/support/lyxstring.C (find): remove bogus assertion in the
11290         two versions of find where this has not been done yet.
11291
11292         * src/support/lyxlib.h: add missing int return type to
11293         lyx::chdir(). 
11294
11295         * src/menus.C (ShowFileMenu): disable exporting to html if no
11296         html export command is present.
11297
11298         * config/lib_configure.m4: add a test for an HTML converter. The
11299         programs checked for are, in this order: tth, latex2html and
11300         hevea. 
11301
11302         * lib/configure: generated from config/lib_configure.m4.
11303
11304         * src/lyxfunc.C (Dispatch): update and improve the execution of an
11305         html converter. The parameters are now passed through $$FName and
11306         $$OutName, instead of standard input/output.
11307
11308         * src/lyxrc.{C,h}: rename \tth_command to \html_command.
11309
11310         * lib/lyxrc.example: update description of \html_command. 
11311         add "quotes" around \screen_font_xxx font setting examples to help
11312         people who use fonts with spaces in their names.
11313
11314 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
11315
11316         * Distribution files: updates for v1.1.2
11317
11318         * src/support/lyxstring.C (find): remove bogus assert and return
11319         npos for the same condition.
11320
11321 1999-11-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
11322
11323         * added patch for OS/2 from SMiyata.
11324
11325 1999-10-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
11326
11327         * src/text2.C (CutSelection): make space_wrapped a bool
11328         (CutSelection): dont declare int i until we have to.
11329         (alphaCounter): return a char const *.
11330
11331 1999-10-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11332
11333         * src/support/syscall.C (Systemcalls::kill): 
11334           src/support/filetools.C (PutEnv, PutEnvPath): 
11335           src/lyx_cb.C (addNewlineAndDepth): 
11336           src/FontInfo.C (FontInfo::resize): condition some #warning
11337         directives with WITH_WARNINGS.
11338         
11339
11340 1999-10-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
11341
11342         * src/layout.[Ch] + several files: access to class variables
11343         limited and made accessor functions instead a lot of code changed
11344         becuase of this. Also instead of returning pointers often a const
11345         reference is returned instead.
11346         
11347         * src/form1.C (create_form_Figure): added a couple fo "no-c-format"
11348
11349         * src/Makefile.am (dist-hook): added used to remove the CVS from
11350         cheaders upon creating a dist
11351         (EXTRA_DIST): added cheaders
11352
11353         * src/support/lstrings.C (tostr(char)): fix it to handle param as
11354         a character not as a small integer. 
11355
11356         * src/support/lyxstring.C (find): removed Assert and added i >=
11357         rep->sz to the first if.
11358
11359 1999-10-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
11360
11361         * src/layout.[Ch] src/BufferView.C src/LaTeXFeatures.C
11362         src/LyXView.C src/buffer.C src/bufferparams.C
11363         src/lyx_cb.C src/lyxfunc.C src/paragraph.C src/text.C 
11364         src/text2.C src/insets/insetinclude.C:
11365         lyxlayout renamed to textclasslist.
11366
11367         * src/layout.C: some lyxerr changes.
11368
11369         * src/layout.[Ch] (LyXLayout::Read): changed second paramter to
11370         LyXTextClass. rewrote LT_COPYSTYLE, rewrote LT_OBSOLETEDBY
11371         (LyXLayoutList): removed all traces of this class.
11372         (LyXTextClass::Read): rewrote LT_STYLE
11373         (LyXTextClass::hasLayout): new function
11374         (LyXTextClass::GetLayout): rewritten to return an iterator + has
11375         both const and nonconst version.
11376         (LyXTextClass::delete_layout): new function.
11377         (LyXTextClassList::Style): bug fix. do the right thing if layout
11378         is to big.
11379         (LyXTextClassList::NumberOfLayout): new acces to layoutlist.
11380         (LyXTextClassList::NameOfLayout): ditto 
11381         (LyXTextClassList::Load): ditto
11382
11383         * src/buffer.C (makeLaTeXFile): new access to layoutlist
11384
11385         * src/LaTeXFeatures.C (getTClassPreamble): new access to layoutlist
11386
11387         * src/LyXAction.C (LookupFunc): added a workaround for sun
11388         compiler, on the other hand...we don't know if the current code
11389         compiles on sun at all...
11390
11391         * src/support/filetools.C (CleanupPath): subst fix
11392
11393         * src/insets/insetbib.C (delDatabase): subst fix, this looks
11394         _really_ weird.
11395
11396         * src/support/filetools.C (PutEnvPath): subst fix, how come nobody
11397         complained about this one?
11398
11399         * src/insets/insetinclude.C (Latex): subst fix
11400
11401         * src/insets/insetbib.C (getKeys): subst fix
11402
11403         * src/LyXSendto.C (SendtoApplyCB): subst fix
11404
11405         * src/lyx_main.C (init): subst fix
11406
11407         * src/layout.C (Read): subst fix
11408
11409         * src/lyx_sendfax_main.C (button_send): subst fix
11410
11411         * src/buffer.C (RoffAsciiTable): subst fix
11412
11413         * src/lyx_cb.C (MenuFax): subst fix
11414         (PrintApplyCB): subst fix
11415
11416 1999-10-26  Juergen Vigna  <jug@sad.it>
11417
11418         * src/table.C (TexEndOfCell) + (DocBookEndOfCell): removed some #if 0
11419
11420         (Read): Cleaned up this code so now we read only format vestion >= 5
11421
11422 1999-10-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
11423
11424         * src/support/filetools.C (PutEnvPath): subst fix for EMX, how
11425         come nobody has complained about this one?
11426
11427         * src/insets/insetinclude.C (Latex): subst fix
11428
11429         * src/insets/insetbib.C (getKeys): subst fix
11430
11431         * src/lyx_main.C (init): subst fix
11432
11433         * src/layout.C (Read): subst fix
11434
11435         * src/buffer.C (RoffAsciiTable): subst fix
11436
11437         * src/lyx_cb.C (MenuFax): subst fix.
11438
11439         * src/layout.[hC] + some other files: rewrote to use
11440         std::container to store textclasses and layouts in.
11441         Simplified, removed a lot of code. Make all classes
11442         assignable. Further simplifications and review of type
11443         use still to be one. 
11444
11445         * src/menus.C (ShowFileMenu/ShowFileMenu2): Use the iterators from
11446         lastfiles to create the lastfiles partr of the menu.
11447
11448         * src/lastfiles.[Ch]: rewritten to use deque to store the
11449         lastfiles in. Uses fstream for reading and writing. Simplifies
11450         code.
11451
11452         * src/support/syscall.C: remove explicit cast.
11453
11454         * src/BufferView.C (CursorToggleCB): removed code snippets that
11455         were commented out.
11456         use explicat C++ style casts instead of C style casts. also use
11457         u_vdata instea of passing pointers in longs.
11458
11459         * src/PaperLayout.C: removed code snippets that were commented out.
11460
11461         * src/lyx_gui_misc.C: removed code snippets that were commented out. 
11462
11463         * src/lyx_main.C: removed code snippets that wer commented out.
11464
11465         * src/paragraph.C: removed code snippets that were commented out.
11466
11467         * src/lyxvc.C (logClose): use static_cast
11468         (logUpdate): ditto
11469         (viewLog): remove explicit cast to void*
11470         (showLog): removed old commented code
11471
11472         * src/menus.C: use static_cast instead of C style casts. use
11473         u_vdata instead of u_ldata. remove explicit cast to (long) for
11474         pointers. Removed old code that was commented out.
11475
11476         * src/insets/inset.C: removed old commented func
11477
11478         * src/insets/insetref.C (InsetRef): removed old code that had been
11479         commented out for a long time.
11480         (Edit): ditto
11481         (escape): removed C style cast
11482
11483         * src/insets/insetlatexaccent.C (Draw): removed old commented code
11484
11485         * src/insets/insetlatex.C (Draw): removed old commented code
11486         (Read): rewritten to use string
11487
11488         * src/insets/insetlabel.C (escape): removed C style cast
11489
11490         * src/insets/insetindex.h: removed vdata and ldata from FD_index_form
11491
11492         * src/insets/insetindex.C: use static_cast and u_vdata, removed
11493         old commented code.
11494
11495         * src/insets/insetinclude.h: removed a couple of stupid bools
11496
11497         * src/insets/insetinclude.C (include_cb): use static_cast and u_data.
11498         (Clone): remove C style cast
11499         (getKeys): changed list to lst because of std::list
11500
11501         * src/insets/inseterror.C (Draw): removed som old commented code.
11502
11503         * src/insets/insetcommand.C (Draw): removed some old commented code.
11504
11505         * src/insets/insetbib.C (bibitem_cb): removed code that has been
11506         commented out forever.
11507         (bibitem_cb): use static_cast instead of C style cast
11508         use of vdata changed to u_vdata.
11509
11510         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forward the data
11511         parameter.
11512         (CloseUrlCB): use static_cast instead of C style cast.
11513         (CloseUrlCB): added a fl_free form...it seemed to be missing.
11514
11515         * src/insets/insetinfo.C (Edit): pass object in u_vdata instead
11516         (C_InsetInfo_CloseInfoCB): forward the ob parameter
11517         (CloseInfoCB): static_cast from ob->u_vdata instead.
11518         (Edit): removed bogus arg from fl_set_object_shortcut, set to 1
11519         instead. 
11520
11521         * src/insets/inseterror.C (Edit): pass object in u_vdata instead
11522         (C_InsetError_CloseErrorCB): forward the ob parameter
11523         (CloseErrorCB): static_cast from ob->u_vdata instead.
11524
11525         * src/vspace.h: include LString.h since we use string in this class.
11526
11527         * src/vspace.C (lyx_advance): changed name from advance because of
11528         nameclash with stl. And since we cannot use namespaces yet...I
11529         used a lyx_ prefix instead. Expect this to change when we begin
11530         using namespaces.
11531
11532         * src/BufferView.[Ch] (BufferView::~BufferView): removed 
11533
11534         * src/BackStack.h: rewrote to use std::stack. made BackStackItem
11535         and removed now defunct constructor and deconstructor.
11536
11537         * src/BufferView.h: have backstack as a object not as a pointer.
11538         removed initialization from constructor. added include for BackStack 
11539
11540         * development/lyx.spec.in (%build): add CFLAGS also.
11541
11542         * src/screen.C (drawFrame): removed another warning.
11543
11544 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11545
11546         * renamed WHATSNEW to NEWS (usual GNU style), CHANGES to
11547         OLD-CHANGES (not used anymore) and modified INSTALL, INSTALL.OS2,
11548         README and ANNOUNCE a bit for the next release. More work is
11549         needed, of course.
11550
11551         * src/paragraph.C (SimpleTeXBlanks): spaces are automatically made
11552         unbreakable if we are in freespacing mode (LyX-Code), but not in
11553         latex mode.
11554
11555 1999-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
11556
11557         * src/BackStack.h: fixed initialization order in constructor
11558
11559         * Makefile.am (MAINTAINERCLEANFILES): removed po/POTFILES.in
11560
11561         * acinclude.m4 (VERSION): new rules for when a version is
11562         development, added also a variable for prerelease.
11563         (warnings): we set with_warnings=yes for prereleases
11564         (lyx_opt): prereleases compile with same optimization as development 
11565         (CXXFLAGS): only use pedantic if we are a development version 
11566
11567         * src/BufferView.C (restorePosition): don't do anything if the
11568         backstack is empty.
11569
11570         * src/BackStack.h: added member empty, use this to test if there
11571         is anything to pop...
11572
11573 1999-10-25  Juergen Vigna  <jug@sad.it>
11574
11575         * forms/form1.fd +
11576         * forms/layout_forms.fd +
11577         * forms/latexoptions.fd +
11578         * lyx.fd: changed for various form resize issues
11579
11580         * src/mathed/math_panel.C +
11581         * src/insets/inseterror.C +
11582         * src/insets/insetinfo.C +
11583         * src/insets/inseturl.C +
11584         * src/insets/inseturl.h +
11585         * src/LaTeXLog.C +
11586         * src/LyXSendto.C +
11587         * src/PaperLayout.C +
11588         * src/ParagraphExtra.C +
11589         * src/TableLayout.C +
11590         * src/form1.C +
11591         * src/layout_forms.C +
11592         * src/lyx.C +
11593         * src/lyx_cb.C +
11594         * src/lyx_gui.C +
11595         * src/lyxfr0.C +
11596         * src/lyxfunc.C +
11597         * src/lyxvc.C +
11598         * src/menus.C: fixed various resize issues. So now forms can be
11599         resized savely or not be resized at all.
11600         
11601         * forms/form_url.fd +
11602         * src/insets/form_url.[Ch]: added because it's cleaner and easier
11603         to modify IMO.
11604
11605         * src/insets/Makefile.am: added files form_url.[Ch]
11606         
11607 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11608
11609         * INSTALL: it is now possible to compile LyX with digital C++ 6.1
11610         (and presumably 6.2).
11611
11612         * src/{BufferView,LyXView,combox,filedlg,intl,lyxserver,lyxvc,
11613         menus,minibuffer,toolbar}.{C,h}: added C_xxx wrappers around
11614         remaining static member callbacks. 
11615
11616         * src/lyxfunc.C (Dispatch): Use _() instead of N_() fot minibuffer
11617         messages. 
11618
11619         * src/support/lyxstring.h: declare struct Srep as friend of
11620         lyxstring, since DEC cxx complains otherwise.
11621
11622 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
11623
11624 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
11625
11626         * src/LaTeX.C (run): made run_bibtex also depend on files with
11627         extension ".bst"
11628         (runBibTeX): added scans for "\\bibstyle", now also ".bst" files
11629         are put into the dependency file.
11630
11631         * src/spellchecker.C (create_ispell_pipe): removed old #warning,
11632         the code has shown itself to work
11633         (create_ispell_pipe): removed another warning, added a comment
11634         instead. 
11635
11636         * src/minibuffer.C (ExecutingCB): removed code that has been
11637         commented out a long time
11638
11639         * src/lyxfunc.C (processKeyEvent): removed some very old commented
11640         out code + a warning.
11641
11642         * src/support/lyxstring.h: comment out the three private
11643         operators, when compiling with string ansi conforming compilers
11644         they make problems.
11645
11646         * src/mathed/math_symbols.C (AddBitmap): change 6th arg to be
11647         unsigned char *.
11648         (pixmapFromBitmapData): change type of bdata to be unsigned char *
11649         (pixmapFromBitmapData): add a reinterpret_cast in the call to
11650         XCreateImage
11651
11652         * src/mathed/math_panel.h: change 6th arg to AddBitmap to be
11653         unsigned char *
11654
11655         * src/mathed/math_panel.C (create_math_panel): remove explicit
11656         casts
11657
11658         * src/bmtable.h: change last paramter to fl_set_bmtable_data to be
11659         unsigned char *.
11660
11661         * src/bmtable.C (struct BMTABLE_SPEC): make bdata unsigned char *
11662         (draw_bitmaptable): add a reinterpret_cast to sp->bdata in the call
11663         to XCreatePixmapFromBitmapData
11664         (fl_set_bmtable_data): change the last argument to be unsigned
11665         char *
11666         (fl_set_bmtable_file): change bdata to unsinged char *, change bw
11667         and bh to be unsigned int, remove explicit casts in call to
11668         XReadBitmapFileData.
11669
11670         * images/arrows.xbm: made the arrays unsigned char *
11671         * images/varsz.xbm: ditto
11672         * images/misc.xbm: ditto
11673         * images/greek.xbm: ditto
11674         * images/dots.xbm: ditto
11675         * images/brel.xbm: ditto
11676         * images/bop.xbm: ditto
11677
11678         * Makefile.am (MAINTAINERCLEANFILES): added po/POTFILES.in
11679
11680         * acinclude.m4 (LYX_GXX_STRENGHT_REDUCE): removed. 
11681         (LYX_PROG_CXX): added -pedantic to g++ compile options when
11682         with-warnings, removed the __STRING_ANSI__ hack, seems to not be
11683         needed. 
11684         (LYX_CXX_CHEADERS): added <clocale> to the test. 
11685
11686 1999-10-23  Lars Gullik Bjønnes  <larsbj@lyx.org>
11687
11688         * src/lyx_cb.C (addNewlineAndDepth): changed to use string::append.
11689
11690         * src/support/lyxstring.C (append): fixed something that must be a
11691         bug, rep->assign was used instead of rep->append.
11692
11693         * src/support/Makefile.am (libsupport_a_SOURCES): added LIstream.h
11694         and LOstream.h
11695
11696         * src/lyxfunc.C (processKeyEvent): removed faulty line that made
11697         lyx insert double chars. Fix spotted by Kayvan.
11698
11699 1999-10-23  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
11700
11701         * Fixed the tth support. I messed up with the Emacs patch apply feature
11702         and omitted the changes in lyxrc.C.
11703
11704 1999-10-22  Juergen Vigna  <jug@sad.it>
11705
11706         * src/insets/figinset.C (CallbackFig): Just changed the defines a bit.
11707
11708         * src/lyx_cb.C (MenuInsertRef) + 
11709         * src/lyx_gui.C (create_forms): Inserted fl_set_form_minsize so that
11710         the form cannot be resized under it limits (fixes a segfault)
11711         
11712         * src/lyx.C (create_form_form_ref) +
11713         * forms/lyx.fd: Changed Gravity on name input field so that it is
11714         resized correctly.
11715
11716 1999-10-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11717
11718         * configure.in: use LYX_CXX_STL_MODERN_STREAMS; check for headers
11719         <ostream> and <istream>.
11720         
11721         * acinclude.m4 (LYX_CXX_STL_MODERN_STREAMS): new test. Checks
11722         whether <fstream> provides the latest standard features, or if we
11723         have an oldstyle library (like in egcs).
11724         (LYX_CXX_STL_STRING): fix the test.
11725
11726         * src/support/DebugStream.{C,h}: use L{I,O}stream.h and condition the
11727         code on MODERN_STL_STREAM.
11728
11729         * src/support/lyxstring.h: use L{I,O}stream.h.
11730
11731         * src/support/L{I,O}stream.h: new files, designed to setup
11732         correctly streams for our use
11733           - includes the right header depending on STL capabilities
11734           - puts std::ostream and std::endl (for LOStream.h) or
11735           std::istream (LIStream.h) in toplevel namespace.
11736
11737 1999-10-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
11738
11739         * src/LaTeX.C (run): added a check in 0 sumchange so that if it
11740         was a bib file that had been changed we ensure that bibtex is run.
11741         (runBibTeX): enhanced to extract the names of the bib files and
11742         getting their absolute path and enter them into the dep file.
11743         (findtexfile): static func that is used to look for tex-files,
11744         checks for absolute patchs and tries also with kpsewhich.
11745         Alternative ways of finding the correct files are wanted. Will
11746         probably be moved.
11747         (do_popen): function that runs a command using popen and returns
11748         the whole output of that command in a string. Should be moved to
11749         somewhere else.
11750
11751         * src/DepTable.[Ch] (extchanged): new function that returns true if a
11752         file with extension ext has changed.
11753
11754         * src/insets/figinset.C: added ifdef guards around the fl_free
11755         code that jug commented out. Now it is commented out when
11756         compiling with XForms == 0.89.
11757
11758         * src/support/lyxstring.C: moved the definition of lyxstring::Srep
11759         to lyxstring.C, and only keep a forward declaration in
11760         lyxstring.h. Simplifies the header file a bit and should help a
11761         bit on compile time too. Also changes to Srep will not mandate a
11762         recompile of code just using string.
11763         (~lyxstring): definition moved here since it uses srep.
11764         (size): definition moved here since it uses srep.
11765
11766         * src/support/lyxstring.h: removed a couple of "inline" that should
11767         not be there.
11768
11769 1999-10-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11770
11771         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forgot to pass
11772         the 'ob' argument.
11773
11774 1999-10-21  Juergen Vigna  <jug@sad.it>
11775
11776         * src/table.C (SetPWidth): Just a small fix so the alignment is not
11777         set to left if I just remove the width entry (or it is empty).
11778
11779         * src/text2.C (SetCursorIntern): Fixed a bug calculating to use wrong
11780         paragraph when having dummy paragraphs.
11781
11782 1999-10-20  Juergen Vigna  <jug@sad.it>
11783
11784         * src/insets/figinset.C: just commented some fl_free_form calls
11785         and added warnings so that this calls should be activated later
11786         again. This avoids for now a segfault, but we have a memory leak!
11787
11788         * src/lyxfunc.C (processKeyEvent) (Dispatch): changed
11789         'const char * argument' to 'string argument', this should
11790         fix some Asserts() in lyxstring.C.
11791
11792         * src/lyxfunc.h: Removed the function argAsString(const char *)
11793         as it is not used anymore.
11794
11795 1999-10-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
11796
11797         * src/support/lyxstring.C (getline): reads now _all_ chars. uses
11798         get instead of >>
11799
11800         * src/Literate.h: some funcs moved from public to private to make
11801         interface clearer. Unneeded args removed.
11802
11803         * src/Literate.C (scanLiterateLogFile): rewritten to use iostream
11804         instead of lyxlex.
11805         (scanBuildLogFile): ditto
11806
11807         * src/LaTeX.C (scanLogFile): merged LaTeX Error handling into
11808         normal TeX Error. Still room for improvement.
11809
11810         * src/LaTeX.[Ch]: removed scanError. Wrong place and not needed.
11811
11812         * src/buffer.C (insertErrors): changes to make the error
11813         desctription show properly.
11814
11815         * src/LaTeX.C (deplog): removed the test for file in lyx doc dir.
11816         could never happen
11817
11818         * src/support/lyxstring.C (helper): changed to use
11819         sizeof(object->rep->ref).
11820         (operator>>): changed to use a pointer instead.
11821
11822         * src/support/lyxstring.h: changed const reference & to value_type
11823         const & lets see if that helps.
11824
11825 1999-10-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
11826
11827         * Makefile.am (rpmdist): fixed to have non static package and
11828         verison.
11829
11830         * src/support/lyxstring.C: removed the compilation guards
11831
11832         * src/vspace.C (nextToken): use i + 1  instead of ++i. Maks things
11833         a bit clearer.
11834
11835         * src/support/Makefile.am (LYXSTRING): bruker USE_LYXSTRING for
11836         conditional compile of lyxstring.Ch
11837
11838         * acinclude.m4 (LYX_CXX_STL_STRING): new and improved, still a
11839         stupid check, but it is a lot better than the bastring hack. 
11840         (LYX_CXX_STL_STRING): bruker nå AM_CONDITIONAL(USE_LYXSTRING  
11841
11842         * several files: changed string::erase into string::clear. Not
11843         really needed.
11844         
11845         * src/chset.C (encodeString): use a char temporary instead
11846
11847         * src/table.C (TexEndOfCell): added tostr around
11848         column_of_cell(fcell+i)+1 and around right_column_of_cell(fcell+i)+1
11849         (TexEndOfCell): ditto
11850         (TexEndOfCell): ditto
11851         (TexEndOfCell): ditto
11852         (DocBookEndOfCell): ditto
11853         (DocBookEndOfCell): ditto
11854         (DocBookEndOfCell): ditto
11855         (DocBookEndOfCell): ditto
11856
11857         * src/paragraph.C (TeXEnvironment): added tostr around foot_count -1
11858
11859         * src/lyxfr1.C (SearchReplaceAllCB): added tostr around replace_count
11860
11861         * src/lyx_cb.C (MenuRunLaTeX): added tostr around ret
11862         (MenuBuildProg): added tostr around ret
11863         (MenuRunChktex): added tostr around ret
11864         (DocumentApplyCB): added tostr around ret
11865
11866         * src/chset.C (encodeString): added tostr around t->ic
11867
11868         * src/buffer.C (makeLaTeXFile): added tostr around secnumdepth
11869         (makeLaTeXFile): added tostr around tocdepth
11870         (makeLaTeXFile): added tostr around ftcound - 1
11871
11872         * src/insets/insetbib.C (setCounter): added tostr around counter.
11873
11874         * src/support/lyxstring.h: added an operator+=(int) to catch more
11875         mistakes. 
11876
11877         * src/support/lyxstring.C (lyxstring): We DON'T allow NULL pointers.
11878         (lyxstring): We DON'T allow NULL pointers.
11879
11880 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11881
11882         * src/mathed/math_macro.C (MathMacroArgument::Write,
11883         MathMacroTemplate::WriteDef): add tostr() around macro arg numbers
11884         when writing them out.
11885
11886         * src/LString.C: remove, since it is not used anymore.
11887         
11888         * src/support/lyxstring.C: condition the content to
11889         USE_INCLUDED_STRING macro.
11890
11891         * src/mathed/math_symbols.C, src/support/lstrings.C,
11892         src/support/lyxstring.C: add `using' directive to specify what
11893         we need in <algorithm>. I do not think that we need to
11894         conditionalize this, but any thought is appreciated.
11895
11896         * many files: change all callback functions to "C" linkage
11897         functions to please strict C++ compilers like DEC cxx 6.1 in mode
11898         strict_ansi. Those who were static are now global. 
11899             The case of callbacks which are static class members is
11900         trickier, since we have to make C wrappers around them (see
11901         InsetError, InsetInfo and InsetUrl). The same holds for friends. I
11902         did not finish this yet, since it defeats the purpose of
11903         encapsulation, and I am not sure what the best route is.
11904
11905 1999-10-19  Juergen Vigna  <jug@sad.it>
11906
11907         * src/support/lyxstring.C (lyxstring): we permit to have a null
11908         pointer as assignment value and just don't assign it.
11909
11910         * src/vspace.C (nextToken): corrected this function substituting
11911         find_first(_not)_of with find_last_of.
11912
11913         * src/TableLayout.C (UpdateLayoutTable) (TableOptionsCB)
11914         (TableOptCloseCB) (TableSpeCloseCB):
11915         inserted fl_set_focus call for problem with fl_hide_form() in
11916         xforms-0.89.
11917
11918 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11919
11920         * src/lyx_cb.C (LayoutsCB): fix bug where int was added to a
11921         string. 
11922
11923 1999-10-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11924
11925         * src/lyxrc.C (Read): RC_PRINTEXSTRAOPTIONS now uses
11926         LyXLex::next() and not eatline() to get its argument.
11927
11928 1999-10-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
11929
11930         * src/DepTable.[Ch]: rewritten to store the dependencies in a map
11931         instead, use fstreams for io of the depfile, removed unneeded
11932         functions and variables. 
11933
11934         * src/LaTeX.[Ch] (class TeXErrors): rewrote to store the errors in a
11935         vector instead, removed all functions and variables that is not in
11936         use.
11937
11938 1999-10-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
11939
11940         * src/buffer.C (insertErrors): use new interface to TeXError
11941
11942         * Makefile.am (rpmdist): added a rpmdist target
11943
11944         * lib/reLyX/Makefile.am: added RelyxFigure.pm and Verbatim.pm as
11945         per Kayvan's instructions.
11946
11947 1999-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11948
11949         * src/Makefile.am: add a definition for localedir, so that locales
11950         are found after installation (Kayvan)
11951
11952 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
11953
11954         * development/.cvsignore: new file.
11955
11956 1999-10-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11957
11958         * acinclude.m4 (LYX_CXX_CHEADERS): New macro. Checks whether the
11959         C++ compiler provides wrappers for C headers and use our alternate
11960         version otherwise.
11961
11962         * configure.in: use LYX_CXX_CHEADERS.
11963
11964         * src/cheader/: new directory, populated with cname headers from
11965         libstdc++-2.8.1. They are a bit old, but probably good enough for
11966         what we want (support compilers who lack them).
11967         
11968         * src/insets/Makefile.am, src/mathed/Makefile.am: remove src/support
11969         from includes. It turns out is was stupid.
11970
11971 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
11972
11973         * lib/Makefile.am (install-data-local): forgot a ';'
11974         (install-data-local): forgot a '\'
11975         (libinstalldirs): needed after all. reintroduced.
11976
11977 1999-10-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
11978
11979         * configure.in (AC_OUTPUT): added lyx.spec
11980
11981         * development/lyx.spec: removed file
11982
11983         * development/lyx.spec.in: new file
11984
11985         * po/*.po: merged with lyx.pot becuase of make distcheck
11986         
11987         * lib/Makefile.am (dist-hook): added dist-hook so that
11988         documentation files will be included when doing a make
11989         dist/distdir/distcheck. Requires cvs export -r HEAD lyxdoc to run.
11990         (pkgdata_SCRIPTS): added configure.cmd for now, we can use som
11991         conditional later.
11992         more: tried to make install do the right thing, exclude CVS dirs
11993         etc.
11994
11995         * src/LaTeXLog.C (ShowLatexLog): reordered som statements so that
11996         Path would fit in more nicely.
11997
11998         * all files that used to use pathstack: uses now Path instead.
11999         This change was a lot easier than expected.
12000         
12001         * src/support/path.h: new file
12002
12003         * src/support/Makefile.am (libsupport_a_SOURCES): added path.h
12004
12005         * src/Makefile.am (lyx_SOURCES): removed pathstack.[Ch]
12006
12007         * src/support/lyxstring.C (getline): Default arg was given for
12008         para 3. removed.
12009
12010         * Configure.cmd: removed file 
12011
12012 1999-10-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12013
12014         * src/support/DebugStream.[Ch]: remove the explicit std:: before
12015         streams classes and types, add the proper 'using' statements when
12016         MODERN_STL is defined.
12017         
12018         * src/debug.h: move the << operator definition after the inclusion
12019         of DebugStream.h
12020
12021         * src/support/filetools.C: include "LAssert.h", which is needed
12022         later. 
12023
12024         * src/insets/Makefile.am, src/mathed/Makefile.am: add src/support
12025         to includes. 
12026
12027         * src/lyxfont.h, src/commandtags.h, src/mathed/math_defs.h:
12028         include "debug.h" to define a proper ostream.
12029
12030 1999-10-12  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
12031
12032         * src/sys*: Cleaned up the Systemcall stuff a bit. Added "kill(int)"
12033           method to the SystemCall class which can kill a process, but it's
12034           not fully implemented yet.
12035
12036         * src/*.C: Changed Systemcalls::Startscript() to startscript()
12037
12038         * src/support/FileInfo.h: Better documentation  
12039
12040         * src/lyxfunc.C: Added support for buffer-export html
12041         
12042         * src/menus.C: Added Export->As HTML...
12043         
12044         * lib/bind/*.bind: Added short-cut for buffer-export html
12045
12046         * src/lyxrc.*: Added support for new \tth_command
12047         
12048         * lib/lyxrc.example: Added stuff for new \tth_command
12049
12050 1999-10-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
12051
12052         * lib/Makefile.am (IMAGES): removed images/README
12053         (pkgdata_SCRIPTS): use this instead of bin_SCRIPTS to that it
12054         installes in correct place. Check permisions is installed
12055         correctly.
12056
12057         * src/LaTeX.C: some no-op changes moved declaration of some
12058         variables around.
12059
12060         * src/LaTeX.h (LATEX_H): changed include guard name
12061
12062 1999-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12063
12064         * lib/reLyX/Makefile.am: install noweb2lyx.
12065
12066         * lib/Makefile.am: install configure. 
12067
12068         * lib/reLyX/configure.in: declare a config aux dir; set package
12069         name to lyx (not sure what the best solution is); generate noweb2lyx.
12070
12071         * lib/layouts/egs.layout: fix the bibliography layout.
12072
12073 1999-10-08  Jürgen Vigna <jug@sad.it>
12074
12075         * src/support/filetools.C (FileOpenSearch): Fixed a bug where
12076         when in the PATH was something like /usr/bin;;/bin (note: the ;;)
12077         it returned without continuing to search the path.
12078         
12079 1999-10-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
12080
12081         * src/insets/insetquotes.C (Draw): Simplified a gread deal. This
12082         also fixes a bug. It is not allowed to do tricks with std::strings
12083         like: string a("hei"); &a[e]; this will not give what you
12084         think... Any reason for the complexity in this func?
12085
12086 1999-10-06  Asger Alstrup Nielsen  <alstrup@diku.dk>
12087
12088         * Updated README and INSTALL a bit, mostly to check that my
12089         CVS rights are correctly set up.
12090
12091 1999-10-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
12092
12093         * src/support/lyxstring.C (helper): removed bogus Assert. strlen
12094         does not allow '\0' chars but lyxstring and std::string does.
12095
12096 1999-10-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
12097
12098         * autogen.sh (AUTOCONF): let the autogen script create the
12099         POTFILES.in file too. POTFILES.in should perhaps now not be
12100         included in the cvs module.
12101
12102         * some more files changed to use C++ includes instead of C ones.
12103
12104         * src/filedlg.C (Reread): fixed a bug wrt Time. It was appended
12105         not assigned.
12106         (Reread): added tostr to nlink. buggy output otherwise.
12107         (Reread): added a string() around szMode when assigning to Buffer,
12108         without this I got a log of garbled info strings.
12109
12110         * acconfig.h: commented out the PTR_AS_INT macros. They should not
12111         be needed.
12112
12113         * I have added several ostream & operator<<(ostream &, some_type)
12114         functions. This has been done to avoid casting and warnings when
12115         outputting enums to lyxerr. This as thus eliminated a lot of
12116         explicit casts and has made the code clearer. Among the enums
12117         affected: kb_action, InsetLatexAccent::ACCENT_TYPE, a couple of
12118         mathed enums, some font enum the Debug::type enum. 
12119
12120         * src/support/lyxstring.h (clear): missing method. equivalent of
12121         erase(0, npos).
12122
12123         * all files that contained "stderr": rewrote constructs that used
12124         stderr to use lyxerr instead. (except bmtable)
12125
12126         * src/support/DebugStream.h (level): and the passed t with
12127         Debug::ANY to avoid spurious bits set.
12128
12129         * src/debug.h (Debug::type value): made it accept strings of the
12130         type INFO,INIT,KEY.
12131
12132         * configure.in (Check for programs): Added a check for kpsewhich,
12133         the latex generation will use this later to better the dicovery of
12134         all used files. 
12135
12136         * src/BufferView.C (create_view): we don't need to cast this to
12137         (void*) that is done automatically.
12138         (WorkAreaButtonPress): removed some dead code.
12139
12140 1999-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12141
12142         * src/minibuffer.C (Init): make sure that the "Welcome to LyX!"
12143         is not overwritten when translated (David Sua'rez de Lis).
12144
12145         * lib/CREDITS: Added David Sua'rez de Lis
12146
12147         * lib/reLyX/configure.in: setup LYX_DIR correctly in reLyX.
12148
12149         * src/bufferparams.C (BufferParams): default input encoding is now
12150         "latin1" 
12151
12152         * acinclude.m4 (cross_compiling): comment out macro
12153         LYX_GXX_STRENGTH_REDUCE. 
12154
12155         * acconfig.h: make sure that const is not defined (to empty) when
12156         we are compiling C++. Remove commented out code using SIZEOF_xx
12157         macros.
12158         
12159         * configure.in : move the test for const and inline as late as
12160         possible so that these C tests do not interefere with C++ ones.
12161         Remove the call to LYX_GXX_STRENGTH_REDUCE, since its usefulness
12162         has not been proven. 
12163
12164 1999-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12165
12166         * src/table.C (getDocBookAlign): remove bad default value for
12167         isColumn parameter.
12168
12169         * src/menus.C (ShowFileMenu): add a missing tostr() for lastfiles
12170         shortcut. 
12171         (ShowFileMenu2): ditto.
12172
12173         * lib/reLyX/.cvsignore: add configure and aclocal.m4 to the list
12174         of files to ignore.
12175
12176 1999-10-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
12177
12178         * Most files: finished the change from the old error code to use
12179         DebugStream for all lyxerr debugging. Only minor changes remain
12180         (e.g. the setting of debug levels using strings instead of number) 
12181
12182 1999-10-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
12183
12184         * src/layout.C (Add): Changed to use compare_no_case instead of
12185         strcasecmp.
12186
12187         * src/FontInfo.C: changed loop variable type too string::size_type.
12188
12189 1999-10-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
12190
12191         * src/support/Makefile.am: added -I${srcdir}/../ to INCLUDES and
12192         set ETAGS_ARGS to --c++ 
12193
12194 1999-09-30  Lars Gullik Bjønnes  <larsbj@lyx.org>
12195
12196         * src/table.C (DocBookEndOfCell): commented out two unused variables
12197
12198         * src/paragraph.C: commented out four unused variables. 
12199
12200         * src/lyx_cb.C (TocUpdateCB): moved variable i and added a new i
12201         insed a if clause with type string::size_type.
12202
12203         * src/lyxfr1.C (IsSearchStringInText): changed iSrch from int to
12204         string::size_type.
12205
12206         * src/lyxfunc.C (Dispatch): use string::size_type as loop variable.
12207
12208         * src/lyx_cb.C (ReplaceWord): use string::size_type as loop
12209         variable, also changed loop to go from 0 to lenght + 1, instead of
12210         -1 to length. This should be correct.
12211
12212         * src/LaTeX.C (scanError): use string::size_type as loop variable
12213         type.
12214
12215         * src/BufferView.C (WorkAreaButtonPress): moved #if 0 up two lines
12216         (l.896) since y_tmp and row was not used anyway.
12217
12218         * src/insets/insetref.C (escape): use string::size_type as loop
12219         variable type.
12220
12221         * src/insets/insetquotes.C (Width): use string::size_type as loop
12222         variable type.
12223         (Draw): use string::size_type as loop variable type.
12224
12225         * src/insets/insetlatexaccent.C (checkContents): use
12226         string::size_type as loop variable type.
12227
12228         * src/insets/insetlabel.C (escape): use string::size_type as loop
12229         variable type.
12230
12231         * src/insets/insetinfo.C: added an extern for current_view.
12232
12233         * src/insets/insetcommand.C (scanCommand): use string::size_type
12234         as loop variable type.
12235
12236         * most files: removed the RCS tags. With them we had to recompile
12237         a lot of files after a simple cvs commit. Also we have never used
12238         them for anything meaningful. 
12239
12240         * most files: tags-query-replace NULL 0. As adviced several plases
12241         we now use "0" instead of "NULL" in our code. 
12242
12243         * src/support/filetools.C (SpaceLess): use string::size_type as
12244         loop variable type.
12245
12246 1999-09-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
12247
12248         * src/paragraph.C: fixed up some more string stuff.
12249
12250 1999-09-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
12251
12252         * src/support/filetools.h: make modestr a std::string.
12253
12254         * src/filetools.C (GetEnv): made ch really const.
12255
12256         * src/lyxlib.h: removed the Maximum and Minimum inline functions,
12257         made code that used these use max/min from <algorithm> instead.
12258
12259         * changed several c library include files to their equivalent c++
12260         library include files. All is not changed yet.
12261
12262         * created a support subdir in src, put lyxstring and lstrings
12263         there + the extra files atexit, fileblock, strerror. Created
12264         Makefile.am. edited configure.in and src/Makefile.am to use this
12265         new subdir. More files moved to support.
12266
12267         * imported som of the functions from repository lyx, filetools
12268         
12269         * ran tags-query-replace on LString -> string, corrected the bogus
12270         cases. Tried to make use of lstrings.[hC], debugged a lot. There
12271         is still some errors in there. This is errors where too much or
12272         too litle get deleted from strings (string::erase, string::substr,
12273         string::replace), there can also be some off by one errors, or
12274         just plain wrong use of functions from lstrings. Viewing of quotes
12275         is wrong. 
12276
12277         * LyX is now running fairly well with string, but there are
12278         certainly some bugs yet (see above) also string is quite different
12279         from LString among others in that it does not allow null pointers
12280         passed in and will abort if it gets any.
12281         
12282         * Added the revtex4 files I forgot when setting up the repository.
12283
12284 1999-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
12285
12286         * All over: Tried to clean everything up so that only the files
12287           that we really need are included in the cvs repository.
12288         * Switched to use automake.
12289         * Generaton of reLyX is not perfect, LYX_DIR does not get substituted.
12290         * Install has not been checked.
12291
12292 1999-09-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
12293
12294         * po/pt.po: Three errors:
12295                l.533 and l.538 format specification error
12296                l. 402 duplicate entry, I just deleted it.