]> git.lyx.org Git - lyx.git/blob - ChangeLog
ce17b02bb1df7f6210ce02f9b128613cb8bcf496
[lyx.git] / ChangeLog
1 2000-11-17  Angus Leeming <a.leeming@ic.ac.uk>
2
3         * src/LColor.C (c-tor): fixed a couple of items in the ColorEntry
4         array. 
5         * src/LyXAction.C (init): LFUN_SET_COLOR now has the attrib
6         ReadOnly|NoBuffer.
7
8         * src/frontends/xforms/Color.C: (HSVColor c-tor): another bug fix.
9
10         * src/frontends/xforms/FormPreferences.C: re-formatted so that I can
11         see what Lars has changed and what is just white space!
12         Now used X directly to ascertain the RGB color associated with the
13         color name.
14         Replaced the RGB sliders with HSV equivalent. Should be more intuitive
15         to use.
16         Added some sort capability.
17         The X11 color name database input is only displayed if the database
18         isn't found in the standard place.
19         Got rid of struct compare_converter; it wasn't used.
20         Probably some other stuff that I've forgotten.
21
22         * src/frontends/xforms/FormPreferences.h: changed the names of some
23         methods in the Colors struct. Added a couple of structs to help sort
24         colors by name and by RGBColor.
25
26         * src/frontends/xforms/xform_helpers.[Ch]: moved the ReadableDir etc
27         functions into a new class RWInfo.
28
29         * src/frontends/xforms/forms/form_citation.fd: Added some shortcuts.
30         The dialog is now almost navigable using the keyboard. Unfortunately,
31         the cursor has to be inside a browser for it to be activated. There is
32         no visual feedback for the key shortcuts to the arrow keys (use
33         Alt-appropriate arrow key, Alt-x).
34
35         * src/frontends/xforms/forms/form_preferences.fd: hacked the Colors tab
36         around a lot.
37
38         * src/support/filetools.[Ch]: moved out ReadableFile etc and into
39         xform_helpers.[Ch]. See above.
40
41 2000-11-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
42
43         * config/lyxinclude.m4 (LYX_PROG_CXX): please somebody
44
45         * src/screen.C (setCursorColor): new method. Sets the color of the
46         cursor. 
47         (ShowManualCursor): call it.
48         Constify some local variables.
49
50         * src/LColor.[Ch] (LColor): add entry for cursor
51         * lib/configure(.m4) (word_to_latex_command): add quotes, removes
52         a warning.
53
54 2000-11-19  Juergen Vigna  <jug@sad.it>
55
56         * src/insets/insettabular.C (draw): fixed text border redraw problem.
57         (calculate_dimensions_of_cells): try to boost up when inserting chars.
58
59 2000-11-15  Rob Lahaye  <lahaye@postech.edu>
60
61         * lib/ui/default.ui: OptItem used for Fax entry
62
63 2000-11-17  Matej Cepl  <cepl@bigfoot.com>
64
65         * lib/kbd/czech.kmap: add apostroph mark to the Czech keyboard.
66
67 2000-11-15  John Levon  <moz@compsoc.man.ac.uk>
68
69         * src/vspace.C (nextToken): fix so it can handle length phrases like
70                 "10mm+-20mm", "40inplus16mmminus10cm" etc.
71
72 2000-11-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
73
74         * src/frontends/xforms/FormPreferences.C: constify several variables
75         (BrowserLyX): rewrite to not need the choice variable
76         (Modify): rewrite to not need the choide variable
77         (compare_converter): make operator const
78
79         * src/lyxrc.C (output): be a bit nicer og os usage, and try to
80         correct the writing of \set_color
81         (getDescription): return a const string
82
83         * src/kbsequence.[Ch] (addkey): remove dead code
84
85         * src/Painter.C (text): remove some commented code
86
87 2000-11-15  Angus Leeming <a.leeming@ic.ac.uk>
88
89         * src/ColorHandler.[Ch]: removed some header files from .h file.
90         Included LColor.h in .C file.
91
92         * src/LColor.[Ch]: made class copyable so that I could create a
93         system_lcolor instance.
94
95         * src/Painter.h: removed LColor.h.
96
97         * src/lyx_gui.C (create_forms): used AddName.
98
99         * src/lyx_main.C (init): copied lcolor to system_lcolr prior to reading
100         of user preferences/lyxrc file.
101
102         * src/lyxrc.C (output): output changes to lcolor.
103
104         * src/frontends/xforms/Color.[Ch]: Changed X11Color to a new struct,
105         NamedColor.
106         Moved class xformColor to files xform_helpers.[Ch]. These files,
107         Color.[Ch], could now be moved into src if they would be useful to
108         other GUIs.
109
110         * src/frontends/xforms/xform_helpers.[Ch]: moved class XformColor here.
111         Also moved FormPreferences::browseFile here as it can be used by any
112         xform dialog with a "Browse" button. FormGraphics is a perfect example.
113
114         * src/support/filetools.[Ch] (WriteableDir, ReadableDir, WriteableFile,
115         ReadableFile): changed the FormPreferences methods a little and moved
116         them here as they'll be useful elsewhere also.
117
118         * src/frontends/xforms/FormPreferences.h: a bit more cleaning up.
119         Removed some header files and used forward declarations instead.
120         Better commenting.
121         Removed some methods as they'll be useful elsewhere (see above).
122
123         * src/frontends/xforms/FormPreferences.C: a bit more cleaning up.
124         Can also now modify the LyX LColors. However, for reasons that I don't
125         yet understand, it appears that we can use
126         LyXFunc::Dispatch(LFUN_SET_COLOR, arg) only when we have a buffer
127         present. The problem appears to lie in ColorHandler, because I can
128         change the color using LColor.SetColor(). Similarly, when reading in a
129         preferences file with some set_color instances, I'll get a warning
130         like: Color sea green is undefined or may not be redefined 
131         Bad lyxrc set_color for sea green
132
133         Once the buffer is loaded, however, I can happily change to this color.
134
135         Finally, it appears that I have to set the color of "inset frame"
136         explicitly, or it oscillates from "black" to "indian red" with each
137         successive "Apply".
138                                            
139 2000-11-15  Angus Leeming <a.leeming@ic.ac.uk>
140
141         * ANNOUNCE: corrected a spelling mistake.
142         
143         * src/tabular.C (OldFormatRead): variable "h" was set but never used.
144         Removed.
145
146 2000-11-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
147
148         * src/kbsequence.C (addkey): use a vector as per Andre Poenitz patch.
149
150         * lib/Makefile.am (dist-hook): also delete doc/.cvsignore from
151         distdir. 
152
153         * src/support/lyxfunctional.h: make back_insert_fun_iterator(s)
154         match the requirements from the standard better. This is required
155         to work with gnu libstdc++-v3
156
157         * src/frontends/xforms/FormPreferences.C: add explict pair
158         arguments to browse calls. include support/lyxmanip.h remvoe
159         extern fmt. whitespace changes. reorder variables in
160         FormPreferences.h, to match initalizaton order.
161
162         * several files: constify more local variables.
163         
164         * src/buffer.C: remove some commented functions.
165
166         * src/DepTable.C (remove_files_with_extension): temporary
167         work around for gcc 2.97 
168         * src/filedlg.C (find): ditto
169         * src/Variables.C (set): ditto
170         * src/LyXAction.C (searchActionArg): ditto
171         (retrieveActionArg): ditto
172
173         * configure.in: check for mktemp too
174
175         * UPGRADING: prepare for 1.1.6
176
177         * Makefile.am (lgbtags): add backup tags for when etags are
178         different than usual.
179
180         * ANNOUNCE: prepare for 1.1.6
181
182         * src/support/tempname.C (make_tempfile): new function, wrapper
183         around mkstemp and mktemp. Only mkstemp has been tested.
184         (tempName): call it.
185         
186 2000-11-14  Rob Lahaye  <lahaye@postech.edu>
187         
188         * default.ui: capitalized some menu items to improve shortcuts.
189
190 2000-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
191
192         * src/frontends/xforms/FormPreferences.C (ok): use AddName().
193
194         * src/frontends/xforms/Dialogs.C: add "using" directive.
195
196 2000-11-13  Angus Leeming <a.leeming@ic.ac.uk>
197
198         * src/filedlg.C (Select): highlight suggested file in browser, if
199         it is present.
200
201         * src/frontends/xforms/FormPreferences.[Ch]: re-written so that
202         each tab folder is encapsulated in its own class.
203         The Language keymaps are now chosen using a text input and a
204         browser button, rather than a Combox.
205         All the browser buttons are now functional, although LyXFileDlg
206         still needs to be modified to make it straighhtforward to return a
207         directory if that is what is desired.
208
209         * src/frontends/xforms/forms/form_preferences.fd: use text input
210         and browse button to input the Language keymaps. Add a few
211         callbacks for the browse buttons.
212
213 2000-11-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
214
215         * src/support/tempname.C (tempName): small changes to make it
216         safer. remove the '.' before XXXXXX
217
218         * src/support/filetools.C (TmpFileName): remove func 
219         (GetCWD): ditto
220         
221         * src/frontends/xforms/FormRef.C (FormRef): explicit call the bp
222         * src/frontends/xforms/FormUrl.C (FormUrl): ditto
223         * src/frontends/xforms/FormTabularCreate.C (FormTabularCreate): ditto
224         * src/frontends/xforms/FormTabular.C (FormTabular): ditto
225
226         * src/frontends/xforms/FormInset.h (FormInset): remove default for bp
227         (FormCommand): ditto
228         
229         * src/frontends/xforms/FormGraphics.C (FormGraphics): explicit
230         call the bp
231
232         * src/frontends/xforms/FormError.C (FormError): use IgnorantPolicy
233         for bp (this fixes a reproducible hard crash)
234
235         * src/frontends/xforms/FormCopyright.C (FormCopyright): explicit
236         call the bp
237
238         * src/frontends/xforms/FormBase.h: make bp_ private
239         (FormBaseBI): remove default for bp
240         (FormBaseBD): ditto
241         
242         * src/frontends/xforms/Dialogs.C (Dialogs): use the old method it
243         is safe enough.
244
245         * src/frontends/xforms/Color.C (RGBColor): made several vars
246         const, changed initialization of j to allow it to be const
247         (HSVColor): similar
248
249         * several files: added const to local variables.
250         
251         * src/lyx_cb.C: removed several function prototypes and moved them
252         to lyx_cb.h
253         (MenuWrite):
254         (MenuWriteAs):
255         (UpdateLayoutPreamble): 
256         (MenuLayoutSave): 
257         (MenuInsertLabel): add BufferView as arguemnt
258         (LayoutsCB): make tmp const
259
260         * src/layout_forms.h: regenerated
261
262         * src/debug.C: add Debug::FILES
263         (showLevel) (showTags): translate the desc
264
265         * src/debug.h: add FILES as debug target
266
267         * src/bufferlist.C: use current_view as an interim measure becuase
268         of added arguments to MenuWrite and MenuWriteAs
269
270         * forms/layout_forms.h.patch: make the patch more correct and more appalyable
271
272         * config/lyxinclude.m4 (LYX_STD_COUNT): change test to not involve
273         string. 
274         (LYX_PROG_CXX): change 2.97 rules to include the -f.. that
275         libstdc++ is compiled with.
276
277 2000-11-13  José Abílio Matos <jamatos@fep.up.pt>
278         
279         * lib/layouts/docbook-book.layout
280         * lib/layouts/docbook.layout
281         * lib/layouts/linuxdoc.layout: No need for "dummy" paragraphs, now
282         those paragraphs are expresse as SGML comments <!-- -->.
283
284         * src/LaTeXFeatures.h
285         * src/LaTeXFeatures.C (getIncludedFiles): takes a filename as 
286         parameter, this allows to express all the include files as relative
287         paths to the master buffer. The verbatim insert works as the other
288         include file modes.
289
290         * src/buffer.C (sgmlOpenTag) (sgmlCloseTag): don't write if latexname
291         is a SGML comment.
292         (MakeLinuxdocFile) (MakeDocBookFile): included files are relative 
293         to master path.
294         (MakeDocBookFile): top_element is always written. Some clean up, as
295         sgmlOpenTag() and sgmlCloseTag() take care of the SGML comment case.
296
297         * src/insets/insetinclude.C (Linuxdoc): Added verbatim file fix.
298         (DocBook) added close tag to inlinegraphics trick for verbatim. Now
299         a reference is written instead of the name.
300         (Validate): use the relative path for the filename.
301
302         * src/insets/insetlabel.C (DocBook): write end tag, for XML
303         compatibility. 
304
305         * src/support/filetools.h
306         * src/support/filetools.C (IsSGMLFilename): added.
307         (BasePath): added.
308
309 2000-11-13  Miyata Shigeru  <miyata@kusm.kyoto-u.ac.jp>
310
311         * development/OS2/quick_fix.patch: 
312         * lib/configure.cmd: 
313         * README.OS2: quick update to the OS/2 port.
314
315 2000-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
316
317         * src/converter.C: add "using" directive.
318
319         * src/frontends/xforms/FormPreferences.C: add "using" directive.
320         (compare_converter): add "int" as return type.
321
322         * src/frontends/xforms/Color.C: comment out FL_LIGHTER_COL1 here
323         too. 
324
325 2000-11-11  Angus Leeming <a.leeming@ic.ac.uk>
326
327         * src/lyx_gui.C (create_forms): map the xform colours, should a
328         mapping exist. Ie, call XformColor::read().
329
330         * src/frontends/xforms/Color.[Ch] renamed struct RGB as RGBColor
331         and struct HSV as HSVColor.     
332         (XformColor::read, XformColor::write) : new methods that
333         input/output any changes to the cform GUI colors.
334
335         * src/frontends/xforms/Dialogs.C: FORMS_H_LOCATION no longer
336         included.
337
338         * src/frontends/xforms/FormPreferences.C Lots of little changes
339         associated with the changed name of the RGB and HSV structs. Can
340         now save changes to xforms GUI to file. Commented out
341         FL_LIGHTER_COL1 to allow compilation with xforms 0.88. It isn't
342         used currently anyway.
343
344 2000-11-11  Dekel Tsur  <dekelts@tau.ac.il>
345
346         * src/converter.C: A lot of changes:
347         - It is no longer possible to choose between two or more ways to 
348         export to some format (the new code uses only the shortest path).
349         However, it is still possible to choose between pdflatex/ps2pdf
350         for  creating a PDF file, by defining two PDF formats: pdf & pdf2.
351         - Added several methods that makes  the FormPreferences code simpler.
352         - Changed the tokens $$FName and $$OutName to $$i and $$o.
353
354         * src/exporter.C (Export): lyxrc.use_pdf is set before
355         makeLaTeXFile is called. This works but not very nice.
356
357         * src/frontends/xforms/FormPreferences.C: The formats/converters
358         tabs are now fully functional.
359
360         * src/buffer.C (getTocList): Add numbers to the captions. 
361
362         * lib/lyxrc.example: Removed fax section
363
364         * src/support/rename.C (rename): Delete the old file if lyx::copy
365         is called.
366
367 2000-11-13  Rob Lahaye <lahaye@postech.edu>
368
369         * lib/ui/default.ui: minor polishing.
370
371 2000-11-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
372
373         * src/frontends/xforms/Color.C: include <algorithm> and <cmath>
374         headers. 
375
376         * lib/Makefile.am (DOCINST): do not install everything in the
377         documentation directory.
378
379 2000-11-10  John Levon  <moz@compsoc.man.ac.uk>
380
381         * src/bufferlist.C (newFile): set the filename to the constructed
382         newfileXX.lyx
383
384         * src/lyx_cb.C (MenuWriteAs): if a buffer is "unnamed", pass the
385         constructed "newfileXX.lyx" name to the dialog
386
387         * src/frontends/DialogBase.h: make update() non-abstract so
388         KDE doesn't need to implement two update methods for every form
389
390         * src/frontends/kde/Makefile.am: add missing xforms objects
391         to compile again
392
393         * src/frontends/kde/Dialogs.C: Add FormTabularCreate dialog
394
395 2000-11-09  Angus Leeming <a.leeming@ic.ac.uk>
396
397         * src/frontends/xforms/Color.[Ch]: new files, defining the color
398         structs RGB and HSV. May not be the best place for these files.
399         Perhaps move them into src ?
400
401         * src/frontends/xforms/Makefile.am: added new files.
402
403         * src/frontends/xforms/forms/form_preferences.fd:
404         * src/frontends/xforms/FormPreferences.[Ch]: bowed to reality and
405         replaced all instances of "colour" with "color"!
406
407         * src/frontends/xforms/forms/form_preferences.fd: modified Colors tab
408         slightly yet again.
409
410         * src/frontends/xforms/FormPreferences.[Ch]: functioning Colors
411         tab. Can now alter the colors of the xform's GUI on the fly. With
412         the aid of a single static Signal (see below), can "Apply" these
413         changes to all currently open dialogs. (Well, to all of the NEW
414         dialogs and to LyXView. The OLD dialogs are not yet redrawn.) ALL
415         subsequently opened dialogs will, of course, also have the new
416         color scheme. Cannot yet save (or load) the choices to file, so
417         they are lost when exiting LyX.
418         
419         * src/frontends/Dialogs.h:
420         * src/frontends/xforms/Dialogs.C (redrawGUI): new static Signal.
421         Used to trigger a redraw of any dialogs connected to it because,
422         for example, the GUI colours have been re-mapped.
423
424         * src/frontends/xforms/FormBase.[Ch]:
425         * src/frontends/xforms/FormDocument.[Ch]:
426         * src/frontends/xforms/FormParagraph.[Ch]:
427         * src/frontends/xforms/FormPreferences.[Ch]:
428         * src/frontends/xforms/FormTabular.[Ch]: (redraw): new virtual
429         method, to be connected to Dialogs::redrawGUI. Method must be
430         virtual, because dialogs with tabbed folders need to redraw the
431         forms of each tab folder.
432
433         * src/LyXView.C (d-tor):
434         * src/frontends/xforms/FormBase.C (d-tor): connected
435         Dialogs::redrawGUI signal to redraw().
436
437         * src/frontends/xforms/FormBase.C (~FormBaseBI, ~FormBaseBD):
438         removed Assert, because it is identical to that in FormBase.
439
440 2000-11-10  Rob Lahaye <lahaye@postech.edu>
441
442         * lib/ui/default.ui: minor polishing.
443
444 2000-11-10  Juergen Vigna  <jug@sad.it>
445
446         * src/insets/insettext.C (resizeLyXText): check !cache[bv]
447         (deleteLyXText): ditto
448
449         * src/insets/insettabular.C (InsetButtonPress): don't clear the
450         selection on mouse-button-3.
451
452         * src/insets/insettabular.h: new function clearSelection(), use this
453         functions inside insettabular.C.
454
455         * src/insets/insettabular.C (TabularFeatures): clear the selection
456         on remove_row/column.
457
458         * src/insets/inset.C (scroll): fixed some scroll stuff.
459
460         * src/insets/insettabular.C (draw): fixed another minor draw problem.
461
462 2000-11-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
463
464         * lib/CREDITS: add Yves Bastide
465
466 2000-11-03  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
467
468         * config/lyxinclude.m4 (LYX_CXX_GLOBAL_CSTD): new function to
469         check whether C library functions are in the global namespace.
470
471         * configure.in: calls it.
472
473         * src/support/lstrings.C: #ifndef CXX_GLOBAL_CSTD instead of
474         #ifndef __GLIBCPP__.
475
476 2000-11-08  Dekel Tsur  <dekelts@tau.ac.il>
477
478         * src/frontends/xforms/FormPreferences.C (updateLanguage): Check
479         iterators to prevent crash.
480
481 2000-11-08  Angus Leeming <a.leeming@ic.ac.uk>
482
483         * src/converter.h (getprettyname, getFromToPrettyname): new methods.
484
485         * src/frontends/xforms/xform_macros.h (C_PREPOSTHANDLER): new macro
486         shortcut for xforms CB to the preemptive or post-handler function.
487
488         * src/frontends/xforms/forms/form_preferences.fd (form_preferences):
489         removed the HIDDEN_TIMER as it's no longer used.
490         Various other small changes.
491
492         * src/frontends/xforms/FormPreferences.[Ch]: removed timer. Use a
493         preemptive handler to obtain feedback, rather than the post-handler.
494         (ColoursLoadBrowser): find "black" and "white" based on RGB values
495         rather than name.
496         Formats tab is now complete. Converters tab is nearly so.
497
498 2000-11-09  Juergen Vigna  <jug@sad.it>
499
500         * src/insets/insettext.C (~InsetText): 
501         (clear): 
502         (Read): 
503         (SetParagraphData): set cache.second to 0 after deleting it!
504         (getLyXText): check if cache.second is not 0 if finding it.
505
506 2000-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
507
508         * src/frontends/xforms/FormPreferences.C (ColoursLoadBrowser): use
509         lyxlex to parse the rgb.txt file.
510
511         * src/lyxlex.[Ch]:
512         * src/lyxlex_pimpl.[Ch]: implement setCommentChar method, to
513         replace the default '#' comment character.
514         
515         * src/support/tempname.C: add "using" directive
516         * src/frontends/ButtonPolicies.C: ditto.
517
518         * src/support/filetools.C (DirList): add an explicit cast to avoid
519         a compile error (probably not the right fix)
520
521 2000-11-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
522
523         * src/support/filetools.C (DirList): implement using system functions
524
525         * src/support/tempname.C: new file
526
527         * src/support/Makefile.am (libsupport_la_SOURCES): add tempname.C
528
529         * src/insets/insetexternal.C (InsetExternal): use lyx::tempName
530
531         * src/graphics/GraphicsCacheItem_pimpl.C (renderXPM): use
532         lyx::tempName 
533
534         * src/frontends/xforms/ButtonController.C: new file
535
536         * src/os2_defines.h: remove getcwd define
537
538         * src/lyxvc.C: include support/lyxlib.h
539         (showLog): use lyx::tempName
540
541         * src/lyx_cb.C: comment out includes that we don't need
542         (AutoSave): use lyx::tempName
543
544         * src/filedlg.C: include support/lyxlib.h
545         (Reread): use lyx::getcwd
546
547         * src/converter.C: include support/filetools.h
548         (add_options): change to static inline, make tail const
549         (Add): make old_viewer const
550         (GetAllFormats): make it a const method, use const_iterator
551         (enable): make static inline
552         (SplitFormat): make using_format const
553
554         * src/LaTeX.C (run): use lyx::getcwd
555
556         * configure.in: check for mkstemp as well 
557
558 2000-11-07  Angus Leeming <a.leeming@ic.ac.uk>
559
560         * src/converter.[Ch] (GetAllCommands): new method.
561
562         * src/support/filetools.[Ch] (DirList): new method.
563
564         * src/frontends/xforms/FormPreferences.C: started (just!) adding
565         functionality to the converters tab.
566         The formats tab is now nearly complete.
567         The kbmap choices in Languages tab now display the contents of
568         system_lyxdir/kbd/*.kmap in readable form.
569
570         * src/frontends/xforms/FormPreferences.h: made struct RGB private.
571         Moved some variables into the class.
572
573         * src/frontends/xforms/forms/form_preferences.fd: Revert colour of
574         inactive tab folder to FL_COL1. Haven't yet worked out how to change
575         colour of active folder to lighter grey instead. Any takers?
576         (form_colours): added an "Apply" button.
577         (form_converters): added a "Flags" input field.
578         (form_formats): added a "Shortcut" input field. Note that we can't use
579         names such as "input_shortcut" as this buggers up the sed script stuff.
580
581 2000-11-07  Angus Leeming <a.leeming@ic.ac.uk>
582
583         * src/LaTeXLog.C:
584         * src/LyXSendto.C:
585         * src/credits.C:
586         * src/filedlg.C:
587         * src/intl.C:
588         * src/lyx_cb.C:
589         * src/lyx_sendfax_main.C:
590         * src/lyxfr0.C:
591         * src/lyxvc.C:
592         * src/spellchecker.C:
593         * src/insets/figinset.C:
594         * src/insets/insetbib.C:
595         * src/insets/insetexternal.C:
596         * src/insets/insetinclude.C:
597         * src/insets/insetinfo.C:
598         * src/mathed/math_panel.C:
599         use FL_PLACE_MOUSE | FL_FREE_SIZE, FL_TRANSIENT in fl_show_form(), so
600         all "daughter" dialogs now have identical "feel".
601                                 
602 2000-11-07  Angus Leeming <a.leeming@ic.ac.uk>
603
604         * src/lyx_gui_misc.[Ch] (IgnoreCloseBoxCB): removed as it's no longer
605         used (and was only used in one place prior to this patch. Incorrectly!)
606
607         * src/frontends/xforms/FormDocument.C: changed some instances of
608         FL_RETURN_ALWAYS to FL_RETURN_CHANGED as I think that this makes more
609         sense. Also added fl_set_input_return() for class_->input_doc_extra and
610         for options_->input_float_placement. This fixes a bug reported by
611         Rob Lahaye.
612
613         * src/frontends/xforms/FormGraphics.[Ch] (free): removed. Placed
614         functionality into d-tor.
615
616         * src/frontends/xforms/input_validators.c (fl_lowercase_filter): allow
617         input of numerals also.
618
619         * src/insets/insetinclude.C (Edit): use CancelCloseBoxCB in
620         fl_set_form_atclose(). Can now close dialog from window manager,
621         fixing a bug reported by Rob Lahaye.
622
623 2000-11-06  Angus Leeming <a.leeming@ic.ac.uk>
624
625         * src/frontends/xforms/forms/form_preferences.fd: Inactive tab folders
626         are no longer dark. Haven't yet worked out how to lighten the colour of
627         the active tabfolder. Any ideas anybody?
628         Adjusted Colours tab a little.
629         Added Shortcut field to converters tab. Note that we can't create an
630         fdesign label like "input_shortcut" as this buggers up the sed-script
631         stuff.
632
633         * src/frontends/xforms/FormPreferences.[Ch]:
634         (feedback): fixed crash due to to ob=0.
635         (LanguagesXXX): the kbmap choices now contain the files
636         sytem_lyxdir/kbd/*.kmap. I think that these choices should eventually
637         be replaced by an input with a file browse button, but since the browse
638         buttons don'y yet work, this'll do for the moment.
639         (FormatsXXX): think that this is now nearly fully functional.
640         Some points/questions though:
641         1. Does "Apply" remove formats if no longer present?
642         2. I think that the browser should list the GUI names rather than the
643            format names.
644         3. Must ensure that we can't delete Formats used by an existing
645            Converter.
646
647         * src/support/filetools.[Ch] (DirList): new function. Not at all sure
648         if this is the best way to do this.
649                                                        
650 2000-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
651
652         * lib/reLyX/acinclude.m4 (RELYX_CHECK_ERRORS): remove useless message.
653
654         * lib/configure.m4 (latex_to_html_command): avoid spaces around =
655         for variable assignment.
656
657 2000-11-07 Rob Lahaye <lahaye@postech.edu>
658
659         * src/lib/ui/default.ui: added sub/superscripts to menu as
660         Insert->Special characters  and  cleaned-up the file a bit
661
662 2000-11-07  Allan Rae  <rae@lyx.org>
663
664         * src/frontends/xforms/FormPreferences.C (feedback): make sure
665         ob isn't 0 before using it.  See comments in function.
666
667         * src/frontends/xforms/forms/fdfixc.sed: tiny spacing fix.
668
669         * src/frontends/xforms/form_*.C: regenerated
670
671 2000-11-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
672
673         * src/LaTeX.C (deplog): change reg1 to handle (/.../.../fil.sty)
674
675         * config/lyxinclude.m4 (LYX_PROG_CXX): remove -fno-rtti when
676         compiling with gcc-2.96
677
678 2000-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
679
680         * src/support/lyxstring.C: add a couple "using" directives.
681
682         * src/frontends/xforms/FormPreferences.C (ColoursLoadBrowser): add
683         a .c_str() here too for good measure.
684         * src/Spacing.C (set): ditto.
685         * src/lyxfunc.C (Dispatch): ditto.
686
687         * src/insets/insettabular.C (copySelection): change .str() to
688         .str().c_str() to fix problems with lyxstring.
689         * src/support/filetools.C (GetFileContents): ditto.
690         * src/buffer.C (asciiParagraph): ditto.
691         * src/paragraph.C (String): ditto.
692
693         * lib/bind/fi_menus.bind: change symbol-insert to math-insert.
694         * lib/bind/sciword.bind: ditto.
695
696         * src/LyXAction.C (init): remove "symbol-insert" function, which
697         shared LFUN_INSERT_MATH with "math-insert".
698
699         * lib/configure.m4: == is not a valid operator for command test.
700
701         * src/lyxrc.C: add using directive.
702
703         * src/converter.h: add std:: qualifier.
704
705 2000-11-03   Dekel Tsur  <dekelts@tau.ac.il>
706
707         * src/converter.[Ch] and other files: Change the Format class to a
708         real class, and create two instances: formats and system_format.
709
710         * src/lyxrc.C (output): Output the difference between formats and
711         system_formats.
712
713         * src/frontends/xforms/FormPreferences.C (input): Simplify.
714         (buildFormats): Insert formats into browser.
715         (inputFormats): Made the browser and add button functional.
716         (applyFormats): Update formats from format_vec.
717
718         * src/converter.C: Changed all (*it). to it->
719         (Format::dummy): New method.
720         (Format::importer): New format flag.
721         (Formats::GetAllFormats): New method.
722         (Formats::Add): Delete format from the map if prettyname is empty.
723         (Converter::Convert): Print an error message if moving the file fails.
724         (Converter::GetReachableTo): New method
725
726         * src/MenuBackend.[Ch]: Add support for importformats tag.
727
728         * src/support/rename.C (rename): Call to lyx::copy if ::rename fails. 
729
730         * lib/configure.m4: Add word->tex and ps->fax converters.
731
732         * lib/ui/default.ui: Use ImportFormats on file->import menu.
733         Return fax to file menu.
734
735         * NEWS: Updated.
736
737 2000-11-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
738
739         * src/frontends/xforms/FormPreferences.h (operator=): move out of RGB
740         (operator!): ditto
741
742         * src/frontends/xforms/FormPreferences.C (WriteableFile): simplify
743         the use of FileInfo
744
745         * src/lyxfunc.C (processKeyEvent): removed
746
747         * src/bufferlist.C (emergencyWrite): removed the out commented
748         emergency write code.
749
750         * src/Makefile.am (lyx_main.o): add dep for commandtags.h
751
752         * src/LyXView.[Ch]: remove the outcommented raw_callback code
753
754         * many files: change formatting to be a bit more uniform for
755         if,while,for,switch statements, remove some parantesis not needed.
756         
757
758 2000-11-03  John Levon  <moz@compsoc.man.ac.uk>
759
760         * config/kde.m4: make config more robust when KDEDIR is set
761         
762 2000-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
763
764         * src/frontends/xforms/Toolbar_pimpl.C: do not crash if mathed has
765         not returned a pixmap for "math-insert".
766
767         * src/LyXAction.C (init): sort the entries a bit.
768
769 2000-11-03  Juergen Vigna  <jug@sad.it>
770
771         * src/insets/insettabular.h: added fixed number to update codes so
772         that update is only in one direction.
773
774         * src/insets/insettabular.C (UpdateLocal): modified a bit don't think
775         it matters.
776
777         * src/insets/insettext.C (InsetButtonPress): set the_locking_inset
778         before call to edit because of redraw.
779
780         * src/insets/insetcollapsable.C (draw): fixed clearing too much.
781
782 2000-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
783
784         * lib/ui/default.ui: Populate "edit_float" menu
785
786         * src/lyxfunc.C (Dispatch): implement LFUN_FLOATSOPERATE.
787
788         * src/LyXAction.C (init): add new entry LFUN_FLOATSOPERATE, name
789         "floats-operate". The name is ugly (and the func also), but this
790         is just a band-aid until we switch to new insets.
791
792 2000-11-03  Rob Lahaye  <lahaye@postech.edu>
793
794         * lib/ui/default.ui: update again the menu layout (fix some
795         shortcuts). 
796
797 2000-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
798
799         * src/MenuBackend.h (fulllabel): new method.
800
801         * src/MenuBackend.C (checkShortcuts): new method. Checks whether
802         the menu shortcuts of a menu are unique and whether they
803         correspond to a letter of the label.
804         (expand): call checkShortcuts when debugging.
805
806 2000-11-03  Andre Poenitz  <poenitz@HTWM.De>
807
808         * src/insets/insettext.C (InsetButtonPress): shut off warning. 
809
810 2000-11-02  Lior Silberman  <lior@Princeton.EDU>
811
812         * lib/examples/*.lyx : '\language default' => '\language english'
813         
814         * lib/examples/it_splash.lyx : except where it should be italian
815
816         * lib/templates/*.lyx : the same
817
818         * doc/*.lyx* : the same
819
820 2000-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
821
822         * lib/bind/menus.bind: remove the Layout menu entries, which I
823         somehow forgot earlier.
824
825 2000-11-03  Rob Lahaye  <lahaye@postech.edu>
826
827         * lib/ui/old-default.ui: keep the old one here for reference (to
828         be deleted later).
829
830         * lib/ui/default.ui: update the menu layout
831
832 2000-11-02  Angus Leeming <a.leeming@ic.ac.uk>
833
834         * src/frontends/xforms/FormCitation.C: made use of ButtonController.
835         Can now Apply to different insets without closing the dialog.
836
837         * src/frontends/xforms/FormPreferences.C: new Colour and Format tabs.
838         Can't actually DO anything with them yet, but I'd like a little
839         feedback.
840
841         * src/frontends/xforms/input_validators.[ch]
842         (fl_lowercase_filter): new. 
843
844 2000-10-27   Dekel Tsur  <dekelts@tau.ac.il>
845
846         * src/mathed/formulamacro.h (LyxCode) Return MATHMACRO_CODE instead
847         of MATH_CODE. This fixes a bug with math-macros in RTL text.
848
849         * src/text.C (PrepareToPrint): Show math-macros block aligned.
850
851 2000-11-02  Juergen Vigna  <jug@sad.it>
852
853         * src/insets/insettext.C (LocalDispatch): return a DISPATCHED_NOUPDATE
854         on char insertion as it has already be updated by bv->updateInset().
855
856         * src/insets/insettabular.C (UpdateInsetInInset): update the inset
857         if an inset inside was updated.
858
859         * lib/configure.cmd: commented out fax-search code 
860
861 2000-11-01  Yves Bastide  <stid@acm.org>
862
863         * src/tabular.C (OldFormatRead): set tabular language to the
864         document's one.
865
866 2000-11-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
867
868         * lib/reLyX/MakePreamble.pm (translate_preamble): fix reading of
869         class names with non-letter characters (from Yves Bastide).
870
871         * lib/ui/default.ui: change Item to OptItem in import menu.
872         Comment out fax stuff.
873
874         * lib/configure.m4: comment out fax-related stuff.
875
876 2000-10-31  Angus Leeming <a.leeming@ic.ac.uk>
877
878         * src/frontends/xforms/xform_helpers.[Ch]: new files. Repository for
879         useful xforms helper functions. At present contains only formatted().
880         Input a string and it returns it with line breaks so that in fits
881         inside the label.
882
883         * src/frontends/xforms/Makefile.am: add new files.
884
885         * src/lyxrc.[Ch] (getDescription): new name for getFeedback.
886         * src/lyxrc.C (getDescription): Removed '\n's from strings. Corrected
887         punctuation.
888
889         * src/frontends/xforms/FormPreferences.[Ch]:
890         * src/frontends/xforms/forms/form_preferences.fd: No new functionality
891         but lots of little clean ups. Removed enum State. Make use of
892         formatted(). Constify lots of methods. Perhaps best of all: removed
893         requirement for that horrible reinterpret_cast from pointer to long in
894         feedbackPost().
895
896 2000-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
897
898         * src/lyxlookup.C: include FORMS_H_LOCATION to get at FL_REVISION,
899         conditionalize build on xforms < 0.89
900
901         * src/lyx_gui.C (LyXGUI): only close lyxlookup if not xforms 0.89
902
903         * src/lyxfunc.C (getStatus): commenout LFUN_FAX
904
905         * src/LyXAction.C (init): comment out fax
906
907         * src/lyxrc.h: comment out the fax enums
908         comment out the fax variables
909
910         * src/commandtags.h: comment out LFUN_FAX
911
912         * src/lyxrc.C: disable fax variables.
913         (read): disable parsing of fax variables
914         (output): disable writing of fax variables
915         (getFeedback): now description for fax variables
916
917         * src/lyxfunc.C: comment out MenuFax
918         (Dispatch): disable LFUN_FAX
919
920         * src/lyx_cb.C (MenuFax): comment out
921
922         * src/WorkArea.C: add <cctype>
923         (work_area_handler): better key handling, should be ok now.
924         for accented chars + etc
925
926         * src/Makefile.am (lyx_SOURCES): remove lyx_sendfax.C
927         lyx_sendfax.h and lyx_sendfax_man.C
928
929         * src/LyXView.C: don't include lyxlookup.h when using xforms 0.89
930         (show): don't call InitLyXLookup when using xforms 0.89
931
932 2000-11-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
933
934         * src/trans.C (AddDeadkey): better fix, the other one could crash...
935
936         * src/support/filetools.C (GetFileContents): close to dummy change
937
938 2000-10-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
939
940         * src/trans.C (AddDeadkey): workaround stupid compilers.
941
942 2000-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
943
944         * src/frontends/xforms/FormDocument.C (class_update): fix setting
945         of two-sided document.
946
947 2000-10-31  Juergen Vigna  <jug@sad.it>
948
949         * src/WorkArea.C (work_area_handler): honor xforms 0.88 defines.
950
951         * src/insets/insettabular.C (ActivateCellInset): passed the wrong
952         xposition to the Edit call.
953
954 2000-10-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
955
956         * src/trans.C (AddDeadkey): cast explicitly to char.
957
958 2000-10-30  Lars Gullik Bjønnes  <larsbj@lyx.org>
959
960         * src/tabular.C (AsciiBottomHLine): simplify?
961         (AsciiTopHLine): simplify?
962         (print_n_chars): simplify
963         (DocBook): remove most of the << endl; we should flush the stream
964         as seldom as possible.
965         (Latex): ditto
966         (TeXBottomHLine): ditto
967         (TeXTopHLine): ditto
968         (Write): formatting
969         (write_attribute): try a templified version.
970         (set_row_column_number_info): lesson scope of variables
971
972         * src/support/lstrings.h (tostr): new specialization of tostr
973
974         * src/trans.C (AddDeadkey): slightly cleaner fix.
975
976 2000-10-28  Dekel Tsur  <dekelts@tau.ac.il>
977
978         * src/frontends/xforms/Menubar_pimpl.C (add_toc): Replace '%' by
979         '%%' in Toc menu labels.
980         (add_toc2): ditto
981
982         * src/insets/insetlatexaccent.C (draw): Correct rendering when
983         font_norm is iso10646-1.
984
985         * src/font.C (ascent): Fixed for 16bit fonts
986         (descent,lbearing,rbearing): ditto
987
988 2000-10-30  Angus Leeming <a.leeming@ic.ac.uk>
989
990         * src/lyxrc.C.[Ch]: moved LyXRCTags into public part of header file.
991         (getFeedback): new static method.
992
993         * src/frontends/xforms/FormPreferences.[Ch]: one or two new inputs.
994         Now use combox rather than choice to display languages.
995         Feedback is now output using a new timer callback mechanism, identical
996         to that in Toolbar_pimpl. Individual messages obtained from lyxrc.
997
998 2000-10-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
999
1000         * src/minibuffer.C: fix for older compilers
1001
1002 2000-10-30  Juergen Vigna  <jug@sad.it>
1003
1004         * src/insets/insettext.C (InsertInset): fixed this as the cursor
1005         has to be Left of the inset otherwise LyXText won't find it!
1006
1007         * src/BufferView2.C (open_new_inset): delete the inset if it can
1008         not be inserted.
1009
1010 2000-10-30  Rob Lahaye  <lahaye@postech.edu>
1011
1012         * lyx.man: fix typo.
1013
1014 2000-10-29  Marko Vendelin <markov@ioc.ee>
1015         * src/frontends/gnome/FormCitation.C
1016         * src/frontends/gnome/FormCitation.h
1017         * src/frontends/gnome/FormCopyright.C
1018         * src/frontends/gnome/FormCopyright.h
1019         * src/frontends/gnome/FormError.C
1020         * src/frontends/gnome/FormError.h
1021         * src/frontends/gnome/FormIndex.C
1022         * src/frontends/gnome/FormIndex.h
1023         * src/frontends/gnome/FormPrint.C
1024         * src/frontends/gnome/FormPrint.h
1025         * src/frontends/gnome/FormRef.C
1026         * src/frontends/gnome/FormRef.h
1027         * src/frontends/gnome/FormToc.C
1028         * src/frontends/gnome/FormToc.h
1029         * src/frontends/gnome/FormUrl.C
1030         * src/frontends/gnome/FormUrl.h
1031         * src/frontends/gnome/Menubar_pimpl.C
1032         * src/frontends/gnome/mainapp.C
1033         * src/frontends/gnome/mainapp.h
1034         * src/frontends/gnome/pixbutton.h: replacing NULL with 0 and
1035         changing update() to updateSlot() where appropriate
1036
1037 2000-10-27  Angus Leeming <a.leeming@ic.ac.uk>
1038
1039         * src/frontends/xforms/FormPreferences.[Ch]:
1040         * src/frontends/xforms/forms/form_preferences.fd: added a Languagues
1041         tab.
1042
1043 2000-10-28  Juergen Vigna  <jug@sad.it>
1044
1045         * src/insets/insettabular.C (draw): fixed drawing bug.
1046
1047         * src/insets/insettext.C (clear): 
1048         (Read): 
1049         (SetParagraphData): clearing the TEXT buffers when deleting the
1050         paragraphs used by it.
1051
1052         * src/BufferView_pimpl.C (cursorNext): fixed PageDown problem.
1053
1054         * src/trans.C (AddDeadkey): fixed bug in inizializing keymap array.
1055
1056 2000-10-27  Juergen Vigna  <jug@sad.it>
1057
1058         * src/tabular.C (~LyXTabular): removed not needed anymore.
1059
1060         * src/tabular.h: changed rowofcell and columnofcell to vector<int>
1061         (from Andre).
1062
1063 2000-10-27  Angus Leeming <a.leeming@ic.ac.uk>
1064
1065         * src/frontends/Dialogs.h: remove hideTabular signal as it is no
1066         longer used.
1067
1068         * src/frontends/xforms/FormRef.[Ch]: fix bug when setting the min
1069         size. 
1070
1071         * src/frontends/xforms/FormPreferences.[Ch]:
1072         * src/frontends/xforms/forms/form_preferences.fd: lots and lots!
1073         Reorganised as modules based on tabs. Much easier to follow the
1074         flow and to add new tabs. Added warning and feedback messages.
1075         Added new tabs.
1076
1077 2000-10-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1078
1079         * src/tabular.h (DocBook): add std:: qualifier.
1080
1081 2000-10-26  José Abílio Matos <jamatos@fep.up.pt>
1082
1083         * src/buffer.h (SimpleDocBookOnePar): becomes public and const.
1084         * src/buffer.C (SimpleDocBookOnePar): this method goes const.
1085
1086         * insettabular.h
1087         * insettabular.C (DocBook): uses the tabular methods to export
1088         docbook
1089
1090         * src/insets/insettext.h
1091         * src/insets/insettext.C (DocBook): Implemented export for docbooc.
1092
1093 2000-10-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
1094
1095         * src/frontends/ButtonPolicies.h (operator<<): reinsert for State
1096         and SMInput
1097
1098         * src/lyxfunc.C (MenuNew): lessen the scope of fname
1099         moved misplaced AllowInput two lines up.
1100
1101         * src/buffer.C (readFile): compare float with float, not with int
1102
1103 2000-10-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1104
1105         * src/minibuffer.C: add "using SigC::slot" statement.
1106
1107 2000-10-25  Angus Leeming <a.leeming@ic.ac.uk>
1108
1109         * src/frontends/xforms/forms/README: updated section about make.
1110
1111         * src/frontends/xforms/forms/form_*.fd: lots and lots of shortcuts.
1112         Tidied some forms up, made two of form_tabular's tabs more
1113         self-consistent, fixed Jean-Marc's size problem in form_preferences,
1114         fixed translation problem with "Column".
1115         
1116 2000-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
1117
1118         * src/minibuffer.h: use Timeout instead of the xforms timer
1119         object. 
1120         (setTimer) rewrite for the Timeout, change to unsigned arg
1121         (set): change to unsigned timer arg
1122         (TimerCB): remove
1123
1124         * src/minibuffer.C (TimerCB): removed func 
1125         (C_MiniBuffer_TimerCB): removed func 
1126         (C_MiniBuffer_ExecutingCB): rewrite to not depend on TimerCB
1127         (peek_event): use a switch statement
1128         (add): don't use fl_add_timer.
1129         (Set): rewrite to use the Timeout
1130         (Init): ditto
1131
1132         * src/Timeout.[Ch] (setType): return a Timeout &
1133         (setTimeout): ditto, change to unsigned arg for timeout
1134
1135 2000-10-25  Dekel Tsur  <dekelts@tau.ac.il>
1136
1137         * src/mathed/formula.C (mathed_string_width): Use string instead
1138         of a constant size char array.
1139
1140 2000-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
1141
1142         * src/frontends/ButtonPolicies.h: remove the LOstream and remove
1143         the two recently added operator<< for SMInput and State.
1144
1145         * src/frontends/ButtonPolicies.C (PreferencesPolicy): cast
1146         SMI_TOTAL to int.
1147         (OkCancelPolicy): ditto
1148         (OkCancelReadOnlyPolicy): ditto
1149         (NoRepeatedApplyReadOnlyPolicy): ditto
1150         (OkApplyCancelReadOnlyPolicy): ditto
1151         (OkApplyCancelPolicy): ditto
1152         (NoRepeatedApplyPolicy): ditto
1153
1154 2000-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1155
1156         * src/frontends/ButtonPolicies.h: include "support/LOstream.h" and
1157         add the usual std:: qualifiers.
1158
1159 2000-10-25  Juergen Vigna  <jug@sad.it>
1160
1161         * src/screen.C (ShowManualCursor): fixed another uint -> int problem.
1162
1163 2000-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
1164
1165         * src/support/filetools.C (MakeRelPath): change some types to
1166         string::size_type 
1167
1168         * src/frontends/ButtonPolicies.h (operator<<): new operator for
1169         ButtonPolicy::SMInput and ButtonPolicy::State.
1170
1171         * src/FontLoader.C (reset): small cleanup
1172         (unload): small cleanup
1173
1174         * src/FontInfo.C (getFontname): initialize error to 10000.0
1175
1176 2000-10-24  Angus Leeming <a.leeming@ic.ac.uk>
1177         
1178         * src/frontends/xforms/FormPreferences.[Ch]:
1179         * src/frontends/xforms/forms/form_preferences.fd: added spell checker,
1180         TeX encoding and default paper size sections.
1181         
1182 2000-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
1183
1184         * src/frontends/xforms/FormTabularCreate.C: add missing #pragma
1185         implementation 
1186
1187         * src/frontends/xforms/FormError.C (disconnect): use erase() to
1188         make the message_ empty.
1189         (FormError): don't initialize message_ in initializer list.
1190
1191 2000-10-24  Angus Leeming <a.leeming@ic.ac.uk>
1192         
1193         * src/frontends/xforms/FormInset.[Ch]: Aieeeeee! Ok, I'm an idiot. 
1194         
1195 2000-10-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1196
1197         * lib/kbd/latvian.kmap: new file from Janne Pänkälä (epa@iki.fi)
1198
1199 2000-10-24  John Levon  <moz@compsoc.man.ac.uk>
1200
1201         * src/frontends/kde/*data.[Ch]: _("") is not
1202         allowed
1203
1204 2000-10-24  Angus Leeming <a.leeming@ic.ac.uk>
1205
1206         * src/buffer.C: removed redundant using directive.
1207
1208         * src/frontends/DialogBase.h: revert to original definition of
1209         update(). 
1210         
1211         * src/frontends/xforms/Dialogs.C (c-tor): splitting the tabular
1212         stuff into two classes, one for each dialog, requires a new
1213         element in the dialogs vector, FormTabularCreate.
1214
1215         * src/frontends/xforms/FormXXX.[Ch] (update): revert to original
1216         definition.
1217
1218         * src/frontends/xforms/FormBase.[Ch] (FormBaseBD::updateSlot): new
1219         method. Continues Allan's idea, but means that derived classes
1220         don't need to worry about "update or hide?".
1221
1222         * src/frontends/xforms/FormError.C (showInset): add connection
1223         again ;-) 
1224
1225         * src/frontends/xforms/FormTabular.[Ch]: split into two classes,
1226         one for each dialog. FormTabular now contains main tabular dialog
1227         only.
1228
1229         * src/frontends/xforms/FormTabularCreate.[Ch]:
1230         * src/frontends/xforms/forms/form_tabular_create.fd: the create
1231         dialog. 
1232
1233         * src/frontends/xforms/FormGraphics.[Ch]:
1234         * src/frontends/xforms/forms/form_graphics.fd
1235         * src/frontends/xforms/FormTabular.[Ch]:
1236         * src/frontends/xforms/forms/form_tabular.fd: made daughter
1237         classes of FormInset.
1238
1239         * src/frontends/xforms/forms/fdfix.sh: small fix. Can now create
1240         class names properly. Eg, form_my_new_dialog -> FormMyNewDialog.
1241
1242         * src/frontends/xforms/Makefile.am:
1243         * src/frontends/xforms/forms/makefile: added new files.
1244
1245         * src/insets/insettabular.[Ch]: removed (Dialogs *) member
1246         variable. added Signal0 hide signal, in keeping with other GUI-I
1247         insets.
1248
1249         * src/support/lstrings.h: removed redundant std:: qualifier as
1250         it's already declared in Lsstream.h.
1251
1252 2000-10-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1253
1254         * src/insets/figinset.C (GhostscriptMsg): use DisplayString() to
1255         open a new display.
1256         (runqueue): ditto.
1257
1258 2000-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
1259
1260         * src/tabular.C (Ascii): minimize scope of cell.
1261
1262         * src/BufferView2.C (nextWord): return string() instead of 0;
1263
1264 2000-10-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1265
1266         * src/converter.h: add a std:: qualifier
1267
1268 2000-10-21  Dekel Tsur  <dekelts@tau.ac.il>
1269
1270         * src/importer.[Ch]: New files. Used for importing files into LyX.
1271
1272         * src/lyxfunc.C (doImport): Use the new Importer class.
1273
1274         * src/converter.h: Add shortcut member to the Format class.
1275         Used for holding the menu shortcut.
1276
1277         * src/converter.C and other files: Made a distinction between
1278         format name and format extension. New formats can be defined using
1279         the \format lyxrc tag.
1280         Added two new converter flags: latex and disable.
1281
1282 2000-10-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1283
1284         * src/support/lyxlib.h: unify namespace/struct implementation.
1285         Remove extra declarations.
1286         
1287         * src/support/chdir.C (chdir): remove version taking char const *
1288         argument. 
1289         * src/support/rename.C: ditto.
1290         * src/support/lyxsum.C: ditto.
1291
1292 2000-10-19  Angus Leeming <a.leeming@ic.ac.uk>
1293
1294         * src/frontends/xforms/FormBase.[Ch]:
1295         * src/frontends/xforms/FormXXX.[Ch] where XXX is a FormBase daughter:
1296         read the xforms manual to discover that fl_set_form_minsize()/maxsize()
1297         work only for the next call to fl_show_form(). The correct place to set
1298         them, therefore is in connect() immediately BEFORE fl_show_form(). Now
1299         done. FormBase also stores minw_, minh_ itself. All dialogs derived
1300         from FormBase have the minimum size set; no more stupid crashes with
1301         tabbed folders etc.
1302
1303 2000-10-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1304
1305         * lib/ui/default.ui: fix shortcut for Insert->Include File.
1306
1307 2000-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1308
1309         * lib/CREDITS: add Andre' Poenitz and Kornelia Pietsch
1310
1311         * src/support/lyxlib.h: changed second argument of mkdir to
1312         unsigned long int (unsigned int would probably have been enough,
1313         but...). Removed <sys/types.h> header.
1314         * src/support/mkdir.C (mkdir): ditto.
1315
1316         * NEWS: update.
1317
1318 2000-10-19  Juergen Vigna  <jug@sad.it>
1319
1320         * src/lyxfunc.C (MenuNew): small fix (form John)
1321
1322         * src/screen.C (Update): removed unneeded code.
1323
1324         * src/tabular.C (Ascii): refixed int != uint bug!
1325
1326         * src/support/lyxlib.h: added sys/types.h include for now permits
1327         compiling, but I don't like this!
1328
1329 2000-10-18  Juergen Vigna  <jug@sad.it>
1330
1331         * src/text2.C (ClearSelection): if we clear the selection we need
1332         more refresh so set the status apropriately
1333
1334         * src/insets/insettext.C (draw): hopefully finally fixed draw
1335         problems!
1336
1337 2000-10-12  Juergen Vigna  <jug@sad.it>
1338
1339         * src/insets/insettext.C (draw): another small fix and make a block
1340         so that variables are localized.
1341
1342 2000-10-18  Angus Leeming <a.leeming@ic.ac.uk>
1343
1344         * src/support/lstrings.C (lowercase, uppercase):
1345         use explicit casts to remove compiler warnings.
1346
1347         * src/support/LRegex.C (Impl):
1348         * src/support/StrPool.C (add):
1349         * src/support/filetools.C (MakeAbsPath, NormalizePath, MakeRelPath)
1350         (AddPath, MakeDisplayPath):
1351         * src/support/lstrings.C (prefixIs, subst):
1352         use correct type to remove compiler warnings.
1353
1354         * src/support/lstrings.[Ch] (countChar): returns string::size_type.
1355
1356         * src/support/lyxlib.h:
1357         * src/support/mkdir.C (mkdir): change parameter to mode_t for
1358         portability and to remove compiler warning with DEC cxx.
1359
1360         * src/support/FileInfo.[Ch] (flagRWX): ditto.
1361
1362 2000-10-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1363
1364         * src/minibuffer.C (peek_event): retun 1 when there has been a
1365         mouseclick in the minibuffer.
1366
1367         * NEWS: updated.
1368
1369 2000-10-17  John Levon  <moz@compsoc.man.ac.uk>
1370
1371         * src/frontends/xforms/FormParagraph.C: more space above/below
1372         fixes
1373
1374 2000-10-17  Dekel Tsur  <dekelts@tau.ac.il>
1375
1376         * src/lyxfunc.C (Dispatch): Call to showState() after insertion of 
1377         a char only if real_current_font was changed.
1378
1379 2000-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1380
1381         * NEWS: update somewhat for 1.1.6
1382
1383         * lib/ui/default.ui: clean up.
1384
1385 2000-10-17  Angus Leeming <a.leeming@ic.ac.uk>
1386
1387         * lib/CREDITS: clean up
1388
1389 2000-10-16  Angus Leeming <a.leeming@ic.ac.uk>
1390
1391         * src/combox.[Ch] (select): changed argument back to int
1392         * src/combox.C (peek_event): removed num_bytes as it is declared but
1393         never referenced.
1394
1395         * src/frontends/xforms/FormDocument.C (class_apply, bullets_apply):
1396         modified calls to Combox::select() to remove warnings about type
1397         conversion.
1398
1399         * src/insets/insetbutton.C (width): explicit cast to remove warning
1400         about type conversion.
1401
1402         * src/insets/insetcite.C (getScreenLabel): use string::size_type not
1403         size_t.
1404
1405         * src/insets/insettabular.[Ch]: variables inset_pos, sel_pos_start and
1406         sel_pos_end, refering to cursor position are changed to
1407         LyXParagraph::size_type.
1408
1409         * src/insets/insettext.h (cpos): returns LyXParagraph::size_type,
1410         consistent with LyXCursor::pos().
1411         (inset_pos): changed to LyXParagraph::size_type for same reason.
1412
1413         * src/insets/insettext.C (resizeLyXText): changed some temporary
1414         variables refing to cursor position to LyXParagraph::size_type.
1415
1416 2000-10-16  John Levon  <moz@compsoc.man.ac.uk>
1417
1418         * src/frontends/kde/<various>: The Great Renaming,
1419         add FormParagraph
1420
1421 2000-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1422
1423         * src/frontends/support/Makefile.am (EXTRA_DIST): re-fix.
1424
1425 2000-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1426
1427         * src/mathed/math_macro.C (MathMacroTemplate): initialize args to
1428         0 when there are no arguments.
1429
1430 2000-10-16  Angus Leeming <a.leeming@ic.ac.uk>
1431
1432         * src/insets/insetbib.C: re-introduce current_view as a temporary fix
1433         to segfaults when pressing Ok in InsetBibtex dialog.
1434
1435 2000-10-16  Angus Leeming <a.leeming@ic.ac.uk>
1436
1437         * forms/layout_forms.fd:
1438         * src/layout_forms.C (create_form_form_character): small change to use
1439         labelframe rather than engraved frame + text
1440
1441         * src/lyx_gui.C (create_forms): initialise choice_language with some
1442         arbitrary value to prevent segfault when dialog is shown.
1443
1444 2000-10-16  Baruch Even  <baruch.even@writeme.com>
1445
1446         * src/converter.C (runLaTeX, scanLog): Added a warning when there
1447         is no resulting file. This pertains only to LaTeX output.
1448
1449 2000-10-14  Dekel Tsur  <dekelts@tau.ac.il>
1450
1451         * src/text.C (Backspace): Make sure that the row of the cursor is
1452         rebreaked.
1453
1454         * src/lyxfunc.C (Dispatch): Call to showState() after insertion of 
1455         a char.
1456
1457         * src/lyx_gui.C (init): Prevent a crash when only one font from 
1458         menu/popup fonts is not found.
1459
1460         * lib/lyxrc.example: Add an example for binding a key for language 
1461         switching.
1462
1463 2000-10-15  Dekel Tsur  <dekelts@tau.ac.il>
1464
1465         * src/converter.C (GetReachable): Changed the returned type to
1466         vector<FormatPair>
1467         (IsReachable): New method
1468
1469         * src/MenuBackend.C (expand): Handle formats that appear more
1470         than once
1471
1472 2000-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1473
1474         * src/frontends/support/Makefile.am
1475         (libfrontendsupport_la_EXTRA_DIST): add LyXImage_X.[Ch] here and
1476         not in SOURCES.
1477
1478         * lib/CREDITS: add Garst Reese.
1479
1480         * src/support/snprintf.h: add extern "C" {} around the definitions.
1481
1482         * src/cheaders/cstdarg: new header file, taken from GNU libstdc++.
1483
1484 2000-10-13  Angus Leeming <a.leeming@ic.ac.uk>
1485
1486         * src/combox.[Ch]:
1487         * src/frontends/xforms/FormDocument.C:
1488         * src/frontends/xforms/Menubar_pimpl.C: small changes so that they
1489         compile without "conversion to integral type of smaller size"
1490         warnings.
1491         
1492 2000-10-13  Dekel Tsur  <dekelts@tau.ac.il>
1493
1494         * src/text.C (GetColumnNearX): Fixed disabled code.
1495
1496 2000-10-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
1497
1498         * configure.in (CPPFLAGS): add snprintf and vsnprintf to
1499         AC_CHECK_FUNCS
1500
1501         * src/support/snprintf.[ch]: new files
1502
1503 2000-10-13  John Levon  <moz@compsoc.man.ac.uk>
1504
1505         * src/frontends/kde/formprintdialog.C: add
1506         file browser for selecting postscript output
1507
1508         * src/frontends/kde/formprintdialogdata.C:
1509         * src/frontends/kde/formprintdialogdata.h: re-generate
1510         correctly
1511
1512 2000-10-13  John Levon  <moz@compsoc.man.ac.uk>
1513
1514         * src/frontends/gnome/Makefile.am:
1515         * src/frontends/kde/Makefile.am:  FormCommand.C
1516         disappeared from xforms
1517
1518         * src/frontends/kde/FormCitation.C:
1519         * src/frontends/kde/FormIndex.C: read-only
1520         correctness 
1521
1522 2000-10-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1523
1524         * src/support/lyxfunctional.h (void_class_fun_t): fix name of
1525         constructor. 
1526
1527         * src/bufferlist.C: add using directive.
1528
1529 2000-10-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
1530
1531         * src/support/lyxfunctional.h: version of class_fun for void
1532         returns added, const versions of back_inseter_fun and compare_fun
1533         added.  
1534
1535 2000-10-13  Angus Leeming <a.leeming@ic.ac.uk>
1536
1537         * src/frontends/xforms/FormInset.C (showInset): fix typo.
1538
1539 2000-10-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1540
1541         * ChangeLog: cleanup.
1542
1543         * lib/CREDITS: update to add all the contributors we've forgotten.
1544         I have obviously missed some, so tell me whether there were
1545         errors.
1546
1547 2000-10-13  Marko Vendelin <markov@ioc.ee>
1548
1549         * src/frontends/gnome/FormCitation.C
1550         * src/frontends/gnome/FormCitation.h
1551         * src/frontends/gnome/FormError.C
1552         * src/frontends/gnome/FormIndex.C
1553         * src/frontends/gnome/FormRef.C
1554         * src/frontends/gnome/FormRef.h
1555         * src/frontends/gnome/FormUrl.C: hide dialogs on "update" signal
1556
1557         * src/frontends/gnome/FormCitation.C
1558         * src/frontends/gnome/FormCopyright.C
1559         * src/frontends/gnome/FormError.C
1560         * src/frontends/gnome/FormIndex.C
1561         * src/frontends/gnome/FormRef.C
1562         * src/frontends/gnome/FormToc.C
1563         * src/frontends/gnome/FormUrl.C: replacing gettext N_() with _() where
1564         appropriate.
1565         
1566         * src/frontends/gnome/Menubar_pimpl.C
1567         * src/frontends/gnome/Menubar_pimpl.h: using new Menu::expand method to
1568         fill the menus.
1569
1570 2000-10-11  Baruch Even  <baruch.even@writeme.com>
1571
1572         * src/minibuffer.h:
1573         * src/minibuffer.C: Changed the method ExecCommand to PrepareForCommand
1574         to convey its real action. 
1575
1576         * src/minibuffer.C (peek_event): Added action when mouse clicks to
1577         clear the minibuffer and prepare to enter a command.
1578
1579         * src/mathed/formula.C (LocalDispatch): Changed to conform with
1580         the rename from ExecCommand to PrepareForCommand.
1581         * src/lyxfunc.C (Dispatch): ditto.
1582
1583 2000-10-11  Baruch Even  <baruch.even@writeme.com>
1584
1585         * src/buffer.C (writeFile): Added test for errors on writing, this
1586         catches all errors and not only file system full errors as intended.
1587
1588 2000-10-13  Dekel Tsur  <dekelts@tau.ac.il>
1589
1590         * src/lyx_gui.C (create_forms): better fix for crash with
1591         translated interface.
1592         
1593 2000-10-12  John Levon  <moz@compsoc.man.ac.uk>
1594
1595         * src/frontends/kde/Makefile.am:
1596         * src/frontends/kde/FormCopyright.C:
1597         * src/frontends/kde/formcopyrightdialog.C:
1598         * src/frontends/kde/formcopyrightdialog.h:
1599         * src/frontends/kde/formcopyrightdialogdata.C:
1600         * src/frontends/kde/formcopyrightdialogdata.h:
1601         * src/frontends/kde/dlg/formcopyrightdialog.kdevdlg:
1602         * src/frontends/kde/dlg/formcopyrightdialog.dlg: convert
1603         copyright to use qtarch
1604
1605 2000-10-12  Dekel Tsur  <dekelts@tau.ac.il>
1606
1607         * src/encoding.C (read): Fixed bug that caused an error message at 
1608         the end of the file.
1609
1610         * po/Makefile.in.in: Fixed rule for ext_l10n.h
1611
1612         * lib/lyxrc.example: Fixed hebrew example.
1613
1614 2000-10-13  Allan Rae <rae@lyx.org>
1615
1616         * src/frontends/xforms/FormPreferences.C (input): reworking the
1617         checking 
1618         (build, update, apply): New inputs in various tabfolders
1619
1620         * src/frontends/xforms/FormToc.C: use new button policy.
1621         * src/frontends/ButtonPolicies.h (class IgnorantPolicy): for
1622         dialogs that either can't use any existing policy or where it just
1623         doesn't care. 
1624
1625         * src/frontends/xforms/FormTabular.h: removed copyright notice that
1626         said it was mine.
1627
1628         * src/lyx_gui_misc.[Ch] (updateAllVisibleBufferRelatedDialogs):
1629         added a bool parameter which is ignored.
1630
1631         * src/buffer.C (setReadonly):
1632         * src/BufferView_pimpl.C (buffer): 
1633         * src/frontends/kde/FormCopyright.h (update): 
1634         * src/frontends/kde/FormCitation.[Ch] (update): 
1635         * src/frontends/kde/FormIndex.[Ch] (update): 
1636         * src/frontends/kde/FormPrint.[Ch] (update): 
1637         * src/frontends/kde/FormRef.[Ch] (update): 
1638         * src/frontends/kde/FormToc.[Ch] (update): 
1639         * src/frontends/kde/FormUrl.[Ch] (update): 
1640         * src/frontends/gnome/FormCopyright.h (update): 
1641         * src/frontends/gnome/FormCitation.[Ch] (update): 
1642         * src/frontends/gnome/FormError.[Ch] (update): 
1643         * src/frontends/gnome/FormIndex.[Ch] (update): 
1644         * src/frontends/gnome/FormPrint.[Ch] (update): 
1645         * src/frontends/gnome/FormRef.h (update): 
1646         * src/frontends/gnome/FormToc.[Ch] (update): 
1647         * src/frontends/gnome/FormUrl.[Ch] (update): 
1648         * src/frontends/xforms/FormGraphics.[Ch] (update): reflect new changes
1649         to updateBufferDependent and DialogBase
1650
1651         * src/frontends/xforms/FormCitation.[hC]: 
1652         * src/frontends/xforms/FormDocument.[hC]: also removed restore()
1653         * src/frontends/xforms/FormError.[Ch]: 
1654         * src/frontends/xforms/FormGraphics.[Ch]: 
1655         * src/frontends/xforms/FormIndex.[Ch]: 
1656         * src/frontends/xforms/FormParagraph.[Ch]: also added missing "virtual"s
1657         and fixed readOnly handling.
1658         * src/frontends/xforms/FormPrint.[Ch]: 
1659         * src/frontends/xforms/FormRef.[Ch]: 
1660         * src/frontends/xforms/FormTabular.[Ch]:
1661         * src/frontends/xforms/FormToc.[Ch]:
1662         * src/frontends/xforms/FormUrl.[Ch]: 
1663         * src/frontends/xforms/FormInset.[Ch]:
1664         * src/frontends/xforms/FormBase.[hC]: modifications to use the new
1665         form of updateBufferDependent.
1666
1667         * src/frontends/xforms/FormBase.C (hide): only call disconnect()
1668         if form()->visible just in case someone does stuff to the form in a
1669         derived class.
1670
1671         * src/frontends/DialogBase.h (enum): removed enum since we can now use
1672         the buttoncontroller for everything the enum used to be used for.
1673         (update) It would seem we need to force all dialogs to use a bool
1674         parameter or have two update functions.  I chose to go with one.
1675         I did try removing update() from here and FormBase and defining the
1676         appropriate update signatures in FormBaseB[DI] but then ran into the
1677         problem of the update() call in FormBase::show().  Whatever I did
1678         to get around that would require another function and that just
1679         got more confusing.  Hence the decision to make everyone have an
1680         update(bool). An alternative might have been to override show() in
1681         FormBaseB[DI] and that would allow the different and appropriate
1682         update signatures. 
1683
1684         * src/frontends/Dialogs.h (updateBufferDependent): now takes a bool.
1685         true == buffer change occurred.  I decided against using a default
1686         template parameter since not all compilers support that at present.
1687
1688 2000-10-11  Angus Leeming <a.leeming@ic.ac.uk>
1689
1690         * src/frontends/xforms/FormBase.[Ch] (FormBase) : made less of a "swiss
1691         army knife" by removing functionality.
1692         (clearStore): removed. All such housekeeping on hide()ing the dialog
1693         is to be carried out by overloaded disconnect() methods.
1694         (dialogIsOpen): removed. Relevant only to Inset dialogs anyway, but
1695         superceded by Baruch's neat test (FormGraphics) to update an existing
1696         dialog if a new signal is recieved rather than block all new signals
1697         until it is closed.
1698         (cba_, parent_, updateOrHide): removed to new FormInset class. Relevant
1699         only to Inset dialogs.
1700         (FormBaseBI, FormBaseBD): new classes derived from FormBase for
1701         "Buffer Independent" and "Buffer Dependent" dialogs respectively.
1702
1703         * src/frontends/xforms/FormCommand.[Ch]: renamed as FormInset.[Ch]
1704
1705         * src/frontends/xforms/FormInset.[Ch] (FormInset): New class, defined
1706         as a base class to all inset dialogs. Used solely to connect/disconnect
1707         the Inset::hide signal and to define what action to take on receipt of
1708         a UpdateBufferDependent signal.
1709         (FormCommand): now derived from FormInset.
1710
1711         * src/frontends/xforms/FormCitation.[Ch] (clearStore): reworked as
1712         disconnect().
1713
1714         * src/frontends/xforms/FormCopyright.[Ch]:
1715         * src/frontends/xforms/FormPreferences.[Ch]:
1716         now derived from FormBaseBI.
1717
1718         * src/frontends/xforms/FormDocument.[Ch]:
1719         * src/frontends/xforms/FormParagraph.[Ch]:
1720         * src/frontends/xforms/FormPrint.[Ch]:
1721         now derived from FormBaseBD.
1722
1723         * src/frontends/xforms/FormError.[Ch]: now derived from FormInset.
1724
1725         * src/frontends/xforms/FormCitation.[Ch]:
1726         * src/frontends/xforms/FormError.[Ch]:
1727         * src/frontends/xforms/FormRef.[Ch]:
1728         * src/frontends/xforms/FormToc.[Ch]:
1729         (clearStore): reworked as disconnect().
1730
1731         * src/frontends/xforms/Makefile.am: removed FormCommand.[Ch], adding
1732         FormInset.[Ch].
1733
1734 2000-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1735
1736         * src/converter.C (runLaTeX): constify buffer argument
1737         (scanLog): ditto.
1738
1739         * src/frontends/support/Makefile.am (INCLUDES): fix.
1740
1741         * src/buffer.h: add std:: qualifier
1742         * src/insets/figinset.C (addpidwait): ditto
1743         * src/MenuBackend.C: ditto
1744         * src/buffer.C: ditto
1745         * src/bufferlist.C: ditto
1746         * src/layout.C: ditto
1747         * src/lyxfunc.C: ditto
1748
1749 2000-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1750
1751         * src/lyxtext.h (bidi_level): change return type to
1752         LyXParagraph::size_type. 
1753
1754         * src/lyxparagraph.h: change size_type to
1755         TextContainer::difference_type. This should really be
1756         TextContainer::size_type, but we need currently to support signed
1757         values. 
1758
1759 2000-10-11  Marko Vendelin <markov@ioc.ee>
1760         * src/frontends/gnome/FormError.h
1761         * src/frontends/gnome/FormRef.C
1762         * src/frontends/gnome/FormRef.h
1763         * src/frontends/gnome/FormError.C
1764         * src/frontends/gnome/Makefile.am
1765         * src/frontends/gnome/pixbutton.h: FormError and FormRef are ported 
1766         to Gnome frontend. Both dialogs use "action" area.
1767
1768 2000-10-12  Baruch Even  <baruch.even@writeme.com>
1769
1770         * src/graphics/GraphicsCacheItem_pimpl.C:
1771         * src/graphics/Renderer.C:
1772         * src/graphics/XPM_Renderer.C: Corrected resolution of conflicts.
1773         It now compiles.
1774
1775 2000-10-12  Juergen Vigna  <jug@sad.it>
1776
1777         * src/insets/insettext.C (draw): fixed drawing bug (specifically
1778         visible when selecting).
1779
1780         * development/Code_rules/Rules: fixed some typos.
1781
1782 2000-10-09  Baruch Even  <baruch.even@writeme.com>
1783
1784         * src/filedlg.C (GroupCache::find): de-inlined the function, makes
1785         compiling on egcs 1.1.2 possible.
1786         
1787         * src/filedlg.C (comp_direntry::operator() ): ditto.
1788
1789 2000-08-31  Baruch Even  <baruch.even@writeme.com>
1790
1791         * src/lyx_cb.[hC] (ShowMessage): Result of the const-ificiation of the 
1792         Buffer parameter.
1793
1794         * src/frontends/xforms/FormGraphics.C: Changed the dialog to be
1795         transient it now only gets freed when the object is destructed.
1796
1797 2000-08-24  Baruch Even  <baruch.even@writeme.com>
1798
1799         * src/frontends/FormGraphics.h:
1800         * src/frontends/FormGraphics.C: Changed to use ButtonController and
1801         ButtonPolicies.
1802
1803 2000-08-20  Baruch Even  <baruch.even@writeme.com>
1804
1805         * src/insets/insetgraphics.C:
1806         (draw): Added messages to the drawn rectangle to report status.
1807         (updateInset): Disabled the use of the inline graphics,
1808         (draw): ditto.
1809
1810 2000-08-17  Baruch Even  <baruch.even@writeme.com>
1811
1812         * src/frontends/support: Directory added for the support of GUII LyX.
1813
1814         * src/frontends/support/LyXImage.h:     
1815         * src/frontends/support/LyXImage.C:  Base class for GUII holding of
1816         images.
1817
1818         * src/frontends/support/LyXImage_X.h:
1819         * src/frontends/support/LyXImage_X.C: Implementation of the Xlib
1820         version of LyXImage, this uses the Xlib Pixmap.
1821
1822         * src/PainterBase.h:
1823         * src/PainterBase.C:
1824         * src/Painter.h:
1825         * src/Painter.C: Added a new method image() to draw LyXImage-s, a GUII 
1826         replacement     to Pixmap.
1827
1828         * src/insets/insetgraphics.h:
1829         * src/insets/insetgraphics.C:
1830         * src/graphics/GraphicsCacheItem.h:
1831         * src/graphics/GraphicsCacheItem.C:
1832         * src/graphics/GraphicsCacheItem_pimpl.h:
1833         * src/graphics/GraphicsCacheItem_pimpl.C: Changed to use LyXImage
1834         instead  of Pixmap.
1835
1836         * src/graphics/GraphicsCacheItem.h:
1837         * src/graphics/GraphicsCacheItem.C: Added the Clone() method to create 
1838         another copy of the object.
1839
1840         * src/insets/insetgraphics.C (Clone): Changed to create a second copy
1841         of cacheHandle, this fixed a bug that sent LyX crashing.
1842
1843         * src/graphics/XPM_Renderer.h:
1844         * src/graphics/XPM_Renderer.C:
1845         * src/graphics/EPS_Renderer.h:
1846         * src/graphics/EPS_Renderer.C: Changed to Unix LF from DOS CRLF.
1847
1848 2000-10-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
1849
1850         * src/lyxfunc.C (processKeySym): only handle the
1851         lockinginset/inset stuff if we have a buffer and text loaded...
1852
1853         * lib/Makefile.am (EXTRA_DIST): add encodings and languages
1854
1855 2000-10-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
1856
1857         * src/support/lyxfunctional.h: add operator= that takes a reference
1858
1859         * src/lyxserver.C (mkfifo): make first arg const
1860
1861         * src/layout.h: renamed name(...) to setName(...) to work around
1862         bugs in egcs.
1863
1864         * src/buffer.C (setFileName): had to change name of function to
1865         work around bugs in egcs. (renamed from fileName) 
1866
1867 2000-10-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
1868
1869         * src/support/translator.h: move helper template classes to
1870         lyxfunctional.h, include "support/lyxfunctional.h"
1871
1872         * src/support/lyxmanip.h: add delaration of fmt
1873
1874         * src/support/lyxfunctional.h: new file
1875         (class_fun_t): new template class
1876         (class_fun): helper template function
1877         (back_insert_fun_iterator): new template class
1878         (back_inserter_fun): helper template function
1879         (compare_memfun_t): new template class
1880         (compare_memfun): helper template function
1881         (equal_1st_in_pair): moved here from translator
1882         (equal_2nd_in_pair): moved here from translator
1883
1884         * src/support/fmt.C: new file
1885         (fmt): new func, can be used for a printf substitute when still
1886         using iostreams ex. lyxerr << fmt("Hello %s", "Jürgen") << endl;
1887
1888         * src/support/StrPool.C: add some comments
1889
1890         * src/support/Makefile.am (libsupport_la_SOURCES): add fmt.C and
1891         lyxfunctional.h
1892
1893         * src/insets/figinset.C (addpidwait): use std::copy with
1894         ostream_iterator to fill the pidwaitlist
1895
1896         * src/graphics/XPM_Renderer.C (renderImage): use ScreenOfDisplay
1897
1898         * src/frontends/xforms/Toolbar_pimpl.C (updateLayoutList): remove
1899         c_str() 
1900
1901         * src/frontends/xforms/Menubar_pimpl.C: make several file scope
1902         variables static
1903
1904         * src/frontends/xforms/FormParagraph.C (input): use lyx::atoi
1905
1906         * src/frontends/xforms/FormDocument.C (build): remove c_str()
1907         (class_update): ditto
1908         (BulletPanel): ditto
1909         (CheckChoiceClass): move initialization of tc and tct
1910
1911         * src/tabular.C: remove current_view
1912         (OldFormatRead): similar to right below [istream::ignore]
1913
1914         * src/lyxlex_pimpl.C (next): add code for faster skipping of
1915         chars, unfortunately this is buggy on gcc 2.95.2, so currently
1916         unused [istream::ignore]
1917
1918         * src/lyxfunc.C: include "support/lyxfunctional.h"
1919         (getInsetByCode): use std::find_if and compare_memfun
1920
1921         * src/lyxfont.C (stateText): remove c_str()
1922
1923         * src/lyx_main.C (setDebuggingLevel): make static
1924         (commandLineHelp): make static
1925
1926         * src/lyx_gui_misc.C (getScreenDPI): use ScreenOfDisplay to get
1927         Screen* together with fl_get_display() and fl_screen
1928
1929         * src/lyx_gui.C (LyXGUI): use ScreenOfDisplay to get Screen*
1930         togheter with fl_get_display() and fl_screen
1931         (create_forms): remove c_str()
1932
1933         * src/layout.C: include "support/lyxfunctional.h"
1934         (hasLayout): use std::find_if and compare_memfun
1935         (GetLayout): use std::find_if and comapre_memfun
1936         (delete_layout): use std::remove_if and compare_memfun
1937         (NumberOfClass): use std:.find_if and compare_memfun
1938
1939         * src/gettext.h: change for the new functions
1940
1941         * src/gettext.C: new file, make _(char const * str) and _(string
1942         const & str) real functions.
1943
1944         * src/font.C (width): rewrite slightly to avoid one extra variable
1945
1946         * src/debug.C: initialize Debug::ANY here
1947
1948         * src/commandtags.h: update number comments
1949
1950         * src/combox.h (get): make const func
1951         (empty): make const
1952         (getline): make const
1953
1954         * src/combox.C (input_cb): handle case where fl_get_input can
1955         return NULL
1956
1957         * src/bufferlist.C: add <functional>, "support/lyxmanip.h",
1958         "support/lyxfunctional.h", remove current_view variable.
1959         (resize): use std::for_each with std::mem_fun
1960         (getFileNames): use std::copy with back_inserter_fun
1961         (getBuffer): change arg type to unsigned int
1962         (emergencyWriteAll): call emergencyWrite with std::for_each and
1963         class_fun.
1964         (emergencyWrite): new method, the for loop in emergencyWriteAll
1965         has been unrolled.
1966         (exists): use std::find_if with compare_memfun
1967         (getBuffer): use std::find_if and compare_memfun
1968
1969         * src/buffer.h: add typedefs for iterator_category, value_type
1970         difference_type, pointer and reference for inset_iterator
1971         add postfix ++ for inset_iterator
1972         make inset_iterator::getPos() const
1973
1974         * src/buffer.C: added support/lyxmanip.h
1975         (readFile): use lyxerr << fmt instead of printf
1976         (makeLaTeXFile): use std::copy to write out encodings
1977
1978         * src/Painter.C (text): rewrite slightly to avoid extra font variable
1979
1980         * src/MenuBackend.C (read): remove c_str(), as well as strdup and
1981         free and the char * temp.
1982         (hasMenu): use std::find_if and compare_memfun
1983         (getMenu): ditto
1984
1985         * src/Makefile.am (lyx_SOURCES): added gettext.C
1986
1987         * src/LyXAction.C (retrieveActionArg): clear the arg, use
1988         string::insert small change to avoid temporary
1989
1990         * src/LColor.C (getGUIName): remove c_str()
1991
1992         * several files: change all occurrences of fl_display to
1993         fl_get_display() 
1994
1995         * config/lyxinclude.m4 (LYX_PROG_CXX): add a 2.97 clause so
1996         that -pedantic is not used for gcc 2.97 (cvs gcc)
1997
1998         * boost/Makefile.am: begin slowly to prepare for a real boost lib
1999
2000 2000-10-11  Allan Rae  <rae@lyx.org>
2001
2002         * src/frontends/xforms/FormPreferences.C (input): template path must be
2003         a readable directory.  It doesn't need to be writeable.
2004         (build, delete, update, apply): New inputs in the various tabfolders
2005
2006         * src/frontends/xforms/forms/form_preferences.fd: 
2007         * src/frontends/xforms/FormPreferences.h: New tabfolder and added
2008         several new entries to existing folders.  Shuffled some existing stuff
2009         around. 
2010
2011         * src/frontends/xforms/forms/form_print.fd: 
2012         * src/frontends/xforms/FormPrint.C (apply): rename unsorted to collated.
2013         Should probably rework PrinterParams as well.  Note that the switch to
2014         collated is effectively the same as !unsorted so changing PrinterParams
2015         will require a lot of fiddly changes to reverse the existing logic.
2016
2017         * src/lyx_cb.C (TimerCB): cleaned up Angus's patch.
2018
2019 2000-10-10  Angus Leeming <a.leeming@ic.ac.uk>
2020
2021         * src/lyx_cb.C (TimerCB): fix crash when fd_form_title doesn't exist.
2022
2023 2000-10-10  Allan Rae <rae@lyx.org>
2024
2025         * src/lyxrc.[Ch]:
2026         * src/lyxfunc.C (Dispatch): 
2027         * src/lyx_gui.C: 
2028         * src/BufferView_pimpl.C (scrollCB): cursor_follows_scrollbar made a
2029         member of LyXRC
2030
2031         * src/lyxrc.C (output): Only write the differences between system lyxrc
2032         and the users settings.
2033
2034         * src/lyx_main.C:
2035         * src/lyxrc.[Ch]: commented out noncopyable so I can keep a
2036         system_lyxrc. 
2037         I'll rewrite this later, after 1.1.6 probably, to keep a single
2038         LyXRC but two instances of a LyXRCStruct.
2039
2040 2000-10-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2041
2042         * lib/Makefile.am (pkgdata_DATA): add encoding and languages
2043
2044         * src/tabular.h: add a few std:: qualifiers.
2045
2046         * src/encoding.C: add using directive.
2047         * src/language.C: ditto.
2048
2049         * src/insets/insetquotes.C (Validate): use languages->lang()
2050         instead of only language.
2051
2052 2000-10-07  Dekel Tsur  <dekelts@tau.ac.il>
2053
2054         * lib/languages: New file.
2055
2056         * lib/encodings: New file.
2057
2058         * src/language.C (Languages): New class.
2059         (read): New method. Reads the languages from the 'languages' file.
2060
2061         * src/encoding.C (Encodings): New class.
2062         (read): New method. Reads the encodings from the 'encodings' file.
2063
2064         * src/lyx_main.C (init): Call to LyXSetStyle() after languages
2065         initialization.
2066
2067         * src/bufferparams.h and a lot of files: Deleted the member language,
2068         and renamed language_info to language
2069
2070         * src/buffer.C (makeLaTeXFile): Use babel() instead of lang()
2071         * src/lyxfont.C (latexWriteStartChanges): ditto.
2072         * src/paragraph.C (validate,TeXOnePar): ditto.
2073         
2074         * src/lyxfont.C (update): Restored deleted code.
2075
2076         * src/frontends/xforms/FormDocument.C (build): Made the combox taller
2077
2078 2000-10-10  Angus Leeming <a.leeming@ic.ac.uk>
2079
2080         * src/BufferView_pimpl.C (buffer): cleaned up a little.
2081
2082         * src/insets/figinset.[Ch]:
2083         * src/insets/insetinclude.[Ch]:
2084         * src/insets/insetinclude.[Ch]:
2085         * src/insets/insetparent.[Ch]:
2086         * src/insets/insetref.[Ch]:
2087         * src/insets/insettabular.[Ch] (c-tor): Buffer passed as const &.
2088
2089         * src/insets/*.[Ch]:
2090         * src/mathed/formula.[Ch]:
2091         * src/mathed/formulamacro.C (Clone): passed Buffer const &.
2092
2093         * src/buffer.C (parseSingleLyXformat2Token, readInset):
2094         * src/lyx_cb.C (FigureApplyCB):
2095         * src/lyxfunc.C (getStatus, Dispatch):
2096         * src/frontends/xforms/FormTabular.C:  use modified c-tors to some
2097         insets.
2098
2099         * src/lyxfunc.C (Dispatch): string "ref" not used. Removed.
2100
2101         * src/converter.[Ch] (Formats::View):
2102         * src/lyx_cb.[Ch] (ShowMessage): constify Buffer * parameter.
2103
2104         * src/paragraph.C (CopyIntoMinibuffer, Clone): Insets::Clone() passed
2105         *current_view->buffer(). This will change later, but this patch is way
2106         big enough already!
2107
2108 2000-10-09  Juergen Vigna  <jug@sad.it>
2109
2110         * src/text.C (GetRow): small fix.
2111
2112         * src/BufferView_pimpl.C (cursorPrevious): 
2113         (cursorNext): added LyXText parameter to function.
2114
2115         * src/insets/insettabular.C (LocalDispatch): activate cell inset on
2116         keypress depending on cursor position.
2117
2118 2000-10-06  Juergen Vigna  <jug@sad.it>
2119
2120         * src/insets/insettabular.C (Ascii): finally call right ascii-function.
2121         (copySelection): redone this function and also copy ascii representa-
2122         tion to clipboard.
2123
2124         * src/tabular.C (Ascii): 
2125         (AsciiPrintCell): 
2126         (AsciiBottomHLine): 
2127         (AsciiTopHLine): 
2128         (print_n_chars): new functions to realize the ascii export of tabulars.
2129
2130 2000-10-05  Juergen Vigna  <jug@sad.it>
2131
2132         * src/lyx_gui_misc.C (updateAllVisibleBufferRelatedDialogs): small fix
2133         if we don't have a buffer.
2134
2135 2000-10-10  Allan Rae  <rae@lyx.org>
2136
2137         * src/frontends/xforms/FormPreferences.[Ch] (hide): Fix the problem
2138         with closing dialog.  It seems that nested tabfolders require hiding
2139         of inner tabfolders before hiding the dialog itself.  Actually all I
2140         did was hide the active outer folder.
2141
2142         * src/BufferView_pimpl.C (buffer): don't call updateBufferDependent
2143         unless there really is a buffer.  hideBufferDependent is called
2144         instead.
2145
2146         * po/Makefile.in.in (POTFILES.in): one little tweak to ensure
2147         POTFILES.in stays in $(srcdir).
2148
2149 2000-10-09  Dekel Tsur  <dekelts@tau.ac.il>
2150
2151         * lib/lyxrc.example: Few changes.
2152
2153 2000-10-05  Angus Leeming <a.leeming@ic.ac.uk>
2154
2155         * src/BufferView_pimpl.C (buffer): only need one the
2156         updateBufferDependent signal to be emitted once! Moved to the end of
2157         the method to allow bv_->text to be updated first.
2158
2159         * src/frontends/xforms/FormBase.[Ch]: replaced the two signals uSignal_
2160         and hSignal_ with Dialogs * and BufferDependency variables.
2161         New Buffer * parent_, initialised when the dialog is launched. Used to
2162         check whether to update() or hide() dialog in the new, private
2163         updateOrHide() method that is connected to the updateBufferDependent
2164         signal. Daughter classes dictate what to do using the
2165         ChangedBufferAction enum, passed to the c-tor.
2166
2167         * src/frontends/xforms/FormCitation.C:
2168         * src/frontends/xforms/FormCommand.C:
2169         * src/frontends/xforms/FormCopyright.C:
2170         * src/frontends/xforms/FormDocument.C:
2171         * src/frontends/xforms/FormError.C:
2172         * src/frontends/xforms/FormIndex.C:
2173         * src/frontends/xforms/FormPreferences.C:
2174         * src/frontends/xforms/FormPrint.C:
2175         * src/frontends/xforms/FormRef.C:
2176         * src/frontends/xforms/FormToc.C:
2177         * src/frontends/xforms/FormUrl.C (c-tor): modified call to FormBase
2178         c-tor.
2179
2180         * src/frontends/xforms/FormCommand.[Ch] (c-tor) passed a
2181         ChangedBufferAction enum.
2182
2183         * src/frontends/xforms/FormParagraph.[Ch]
2184         * src/frontends/xforms/forms/form_paragraph.fd: now derived from
2185         FormBase.
2186         
2187 2000-10-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2188
2189         * lib/bind/cua.bind: fix a bit.
2190         * lib/bind/emacs.bind: ditto.
2191
2192         * lib/bind/menus.bind: remove real menu entries from there.
2193
2194         * src/spellchecker.C: make sure we only include strings.h when
2195         _AIX is defined.        
2196
2197 2000-10-05  Dekel Tsur  <dekelts@tau.ac.il>
2198
2199         * src/frontends/xforms/Menubar_pimpl.C (get_new_submenu): New
2200         function. It enlarges the maximum number of pup when needed.
2201         (add_toc2): Open a new menu if maximum number of items per menu has 
2202         reached.
2203         
2204 2000-10-05  John Levon  <moz@compsoc.man.ac.uk>
2205
2206         * src/frontends/kde/FormPrint.C: fix error reporting
2207
2208         * src/frontends/xforms/FormDocument.C: fix compiler
2209         warnings
2210
2211         * lib/.cvsignore: add Literate.nw
2212
2213 2000-10-05  Dekel Tsur  <dekelts@tau.ac.il>
2214
2215         * buffer.C
2216         * bufferview_funcs.[Ch]
2217         * lyxfont.[Ch]
2218         * text.C
2219         * text2.C: Add support for numbers in RTL text.
2220
2221 2000-10-06  Allan Rae  <rae@lyx.org>
2222
2223         * po/Makefile.in.in (POTFILES.in, POTFILES): Fixed
2224         to be gettext.m4 friendly again.  ext_l10n.h is now
2225         generated into $top_srcdir instead of $top_builddir
2226         so that lyx.pot will be built correctly -- without
2227         duplicate parsing of ext_l10n.h.
2228
2229 2000-10-04  John Levon  <moz@compsoc.man.ac.uk>
2230
2231         * src/frontends/kde/FormCitation.C: make the dialog
2232         behave more sensibly
2233
2234 2000-10-03  John Levon  <moz@compsoc.man.ac.uk>
2235
2236         * config/kde.m4: fix consecutive ./configure runs,
2237         look for qtarch, fix library order
2238
2239         * src/frontends/kde/Makefile.am: tidy up,
2240         add Print dialog, add .dlg dependencies
2241
2242         * src/frontends/kde/FormPrint.C:
2243         * src/frontends/kde/FormPrint.h:
2244         * src/frontends/kde/formprintdialog.C:
2245         * src/frontends/kde/formprintdialog.h:
2246         * src/frontends/kde/formprintdialogdata.C:
2247         * src/frontends/kde/formprintdialogdata.h:
2248         * src/frontends/kde/dlg/formprintdialog.dlg: add
2249         print dialog
2250
2251         * src/frontends/kde/dlg/README: Added explanatory readme
2252         
2253         * src/frontends/kde/dlg/checkinitorder.pl: small perl
2254         script to double-check qtarch's output
2255
2256         * src/frontends/kde/formindexdialog.C:
2257         * src/frontends/kde/formindexdialogdata.C:
2258         * src/frontends/kde/formindexdialogdata.h:
2259         * src/frontends/kde/dlg/formindexdialog.dlg: update
2260         for qtarch, minor fixes
2261
2262 2000-10-05  Allan Rae  <rae@lyx.org>
2263
2264         * src/BufferView_pimpl.C (buffer): don't hide all buffer dependent
2265         dialogs when switching buffers update them instead.  It's up to each
2266         dialog to decide if it should still be visible or not.
2267         update() should return a bool to control visiblity within show().
2268         Or perhaps better to set a member variable and use that to control
2269         visibility.
2270
2271         * lib/build-listerrors: create an empty "listerrors" file just to stop
2272         make trying to regenerate it all the time if you don't have noweb
2273         installed.
2274
2275         * .cvsignore: ignore distdir and dist.tar.gz using rule lyx-*
2276
2277         * po/Makefile.in.in (ext_l10n.h): added a rule to build
2278         $(top_builddir)/src/ext_l10n.h.  The rule has to go here because po/
2279         is built before src/ and ext_l10n.h isn't actually needed to build lyx.
2280         (POTFILES.in): added a rule to build POTFILES.in.  It is also now safe
2281         to rebuild POTFILES.in with scrap *.[hC] files in xforms/forms/.
2282
2283         * autogen.sh: po/POTFILES.in and src/ext_l10n.h now generated by make.
2284
2285 2000-10-04  Angus Leeming <a.leeming@ic.ac.uk>
2286
2287         * src/BufferView_pimpl.C (buffer): emit hideBufferDependent when
2288         deleting buffer. Closes all buffer-dependent dialogs.
2289
2290         * src/frontends/xforms/FormBase.[Ch] (input): modified to pass
2291         FL_OBJECT * also.
2292         * src/frontends/xforms/FormCitation.[Ch]:
2293         * src/frontends/xforms/FormPreferences.[Ch]:
2294         * src/frontends/xforms/FormPrint.[Ch]:
2295         * src/frontends/xforms/FormRef.[Ch]:
2296         * src/frontends/xforms/FormUrl.[Ch]: ditto
2297
2298         * src/frontends/xforms/FormDocument.[Ch]:
2299         * src/frontends/xforms/forms/form_document.C.patch:
2300         * src/frontends/xforms/forms/form_document.fd: all input callbacks now
2301         pass through a single input() function.
2302
2303 2000-10-04  John Levon  <moz@compsoc.man.ac.uk>
2304
2305         * lib/build-listerrors: return status as OK
2306
2307 2000-10-04  Dekel Tsur  <dekelts@tau.ac.il>
2308
2309         * lib/lyxrc.example: Updated to new export code
2310
2311 2000-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2312
2313         * src/mathed/math_parser.C (LexInitCodes): set lexcode of "@" to
2314         LexAlpha. 
2315
2316         * src/mathed/formula.C (LocalDispatch): add '@' as an LM_TC_VAR
2317         character. 
2318
2319         * lib/layouts/amsart.layout: include lyxmacros.inc, so that
2320         LyX-Code is defined.
2321         * lib/layouts/amsbook.layout: ditto.
2322
2323         * boost/Makefile.am: fix typo. 
2324
2325         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): use
2326         Menu::expand. 
2327         (add_lastfiles): removed.
2328         (add_documents): removed.
2329         (add_formats): removed.
2330
2331         * src/frontends/Menubar.C: remove useless "using" directive.
2332
2333         * src/MenuBackend.h: add a new MenuItem constructor.
2334
2335         * src/MenuBackend.[Ch] (Menu::expand): new method. Used in the
2336         xforms frontend.
2337
2338 2000-10-04  Allan Rae  <rae@lyx.org>
2339
2340         * lib/Makefile.am (listerrors):
2341         * lib/build-listerrors: make $builddir != $srcdir compiles work again.
2342         I haven't got notangle installed so Kayvan please test. The output
2343         should end up in $builddir.  This also allows people who don't have
2344         noweb installed to complete the make process without error.
2345
2346         * src/frontends/xforms/FormCommand.[Ch] (showInset):
2347         * src/frontends/xforms/FormError.[Ch] (showInset): fix warnings found
2348         by JMarc's picky compiler.
2349
2350 2000-10-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
2351
2352
2353         * src/insets/insettabular.C (setPos): change for loop to not use
2354         sequencing operator. Please check this Jürgen.
2355
2356         * src/frontends/xforms/Menubar_pimpl.C (makeMenubar): use "c"
2357         instead of 'c'
2358         * src/insets/insetcite.C (getScreenLabel): ditto
2359         * src/support/filetools.C (QuoteName): ditto
2360         (ChangeExtension): ditto
2361
2362         * src/BufferView_pimpl.C (scrollCB): make heigt int
2363
2364         * src/BufferView2.C (insertInset): comment out unused arg
2365
2366         * boost/Makefile.am (EXTRADIST): new variable
2367
2368 2000-10-03  Dekel Tsur  <dekelts@tau.ac.il>
2369
2370         * src/exporter.C (IsExportable): Fixed
2371         
2372         * lib/configure.m4: Small fix
2373
2374 2000-10-03  Dekel Tsur  <dekelts@tau.ac.il>
2375
2376         * src/insets/insetbutton.C (width): Changed to work with no GUI.
2377         * src/insets/insetbib.C (bibitemWidest): ditto.
2378         * src/lyx_gui_misc.C (AskQuestion,AskConfirmation,askForText): ditto.
2379
2380 2000-10-03  Juergen Vigna  <jug@sad.it>
2381
2382         * src/BufferView2.C (theLockingInset): removed const because of
2383         Agnus's compile problems.
2384
2385         * src/insets/insettext.C (LocalDispatch): set the language of the
2386         surronding paragraph on inserting the first character.
2387
2388         * various files: changed use of BufferView::the_locking_inset.
2389         
2390         * src/BufferView2.C (theLockingInset): 
2391         (theLockingInset): new functions.
2392
2393         * src/BufferView.h: removed the_locking_inset.
2394
2395         * src/lyxtext.h: added the_locking_inset
2396
2397         * src/BufferView_pimpl.C (checkInsetHit): y_tmp form uint to int.
2398
2399         * src/insets/lyxinset.h: added bool to ShowInsetCursor definition.
2400
2401 2000-10-02  Angus Leeming <a.leeming@ic.ac.uk>
2402
2403         * src/mathed/formula.C (IsMacro): declared but not referenced; removed.
2404         * src/mathed/math_cursor.C (IsAlpha): ditto.
2405         * src/mathed/math_inset.C (strnew): ditto.
2406         * src/mathed/math_iter.C: SizeFont declared but not referenced;removed.
2407         (IMetrics): cxp set but never used; removed.
2408         * src/insets/figinset.C (InitFigures): removed redundant for loop, now
2409         that the variable in question has been removed also!
2410
2411
2412         * src/insets/insetbib.[Ch]: remove need to store Buffer * owner by
2413         using the Buffer * passed to Latex(), using the BufferView * passed to
2414         bibitemMaxWidth() bibitemWidest() and by passing a Buffer* to getKeys()
2415
2416         * src/insets/insetinclude.C: use the Buffer * passed to Latex(),
2417         Linuxdoc() and DocBook() rather than the stored Buffer * master.
2418
2419         * src/lyxfunc.C (Dispatch): used new InsetBibtex c-tor
2420         * src/buffer.C (readInset): used new InsetBibtex c-tor
2421         * (getBibkeyList): used new InsetBibtex::getKeys
2422
2423 2000-10-01  Dekel Tsur  <dekelts@tau.ac.il>
2424
2425         * lib/configure.m4
2426         * lib/build-listerrors
2427         * src/converter.C
2428         * src/exporter.C: Add literate programming support to the export code
2429
2430         * src/buffer.C
2431         * src/lyx_cb.C: Remove old literate code.
2432
2433         * src/lyxrc.[Ch]: Remove many obsolete (due to new export code)
2434         variables.
2435
2436         * src/lyxfunc.C (getStatus): Use Exporter::IsExportable
2437         * src/converter.C (View, Convert): Use QuoteName.
2438
2439         * src/insets/figinset.C (Preview): Use Formats::View.
2440
2441         * lib/configure.m4: Add sgml->dvi converter to lyxrc.default
2442         
2443 2000-10-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2444
2445         * src/lyxfunc.C (Dispatch): move declaration of text variable at
2446         the top of the function, because compaq cxx complains that the
2447         "goto exit_with_message" when the function is disabled bypasses
2448         its initialization.
2449         (MenuNew): try a better fix for the generation of new file names.
2450         This time, I used AddName() instead of AddPath(), hoping Juergen
2451         will be happier :)
2452
2453 2000-10-03  Allan Rae  <rae@lyx.org>
2454
2455         * src/frontends/xforms/forms/form_preferences.fd:
2456         * src/frontends/xforms/FormPreferences.[Ch]: redesign of dialog using
2457         nested tabfolders has begun.  The old "Miscellaneous" was renamed as
2458         "Look and Feel"->"General" but will need to be split up further into
2459         general output and general input tabs.  Current plan is for four outer
2460         tabfolders: "Look and Feel" for colours, bindings, fonts and other HCI
2461         stuff; "Inputs" for input and import configuration; "Outputs" for
2462         output and export configuration; and one more whatever is left over
2463         called "General".  The leftovers at present look like being which
2464         viewers to use, spellchecker, language support and might be better
2465         named "Support".  I've put "Paths" in "Inputs" for the moment as this
2466         seems reasonable for now at least.
2467         One problem remains: X error kills LyX when you close Preferences.
2468
2469 2000-10-02  Angus Leeming <a.leeming@ic.ac.uk>
2470
2471         * src/frontends/xforms/FormBase.[Ch]: removed "meaningless" const.
2472         qualifier from form()
2473         * src/frontends/xforms/FormCitation.[Ch]:
2474         * src/frontends/xforms/FormCopyright.[Ch]:
2475         * src/frontends/xforms/FormDocument.[Ch]:
2476         * src/frontends/xforms/FormError.[Ch]:
2477         * src/frontends/xforms/FormIndex.[Ch]:
2478         * src/frontends/xforms/FormPreferences.[Ch]:
2479         * src/frontends/xforms/FormPrint.[Ch]:
2480         * src/frontends/xforms/FormRef.[Ch]:
2481         * src/frontends/xforms/FormToc.[Ch]:
2482         * src/frontends/xforms/FormUrl.[Ch]: ditto.
2483
2484         * src/frontends/xforms/FormCitation.[Ch]:
2485         * src/frontends/xforms/FormIndex.[Ch]:
2486         * src/frontends/xforms/FormRef.[Ch]:
2487         * src/frontends/xforms/FormUrl.[Ch]: Renamed a few buttons, consistent
2488         with Allan's naming policy
2489         
2490         * src/frontends/xforms/FormCitation.C: some static casts to remove
2491         compiler warnings.
2492
2493 2000-10-02  Juergen Vigna  <jug@sad.it>
2494
2495         * src/insets/insettabular.C (LocalDispatch): fixed selection code,
2496         now you can type or do stuff inside the table-cell also when in dummy
2497         position, fixed visible cursor.
2498
2499         * src/insets/insettext.C (Edit): fixing cursor-view position.
2500
2501         * src/lyxfunc.C (Dispatch): use * text variable so that it can
2502         be used for equal functions in lyxfunc and insettext.
2503
2504         * src/text.C (GetVisibleRow): fixed a small clear_area bug.
2505
2506 2000-10-02  John Levon  <moz@compsoc.man.ac.uk>
2507
2508         * src/frontends/gnome/FormCitation.h:
2509         * src/frontends/gnome/FormCopyright.h:
2510         * src/frontends/gnome/FormIndex.h:
2511         * src/frontends/gnome/FormPrint.h:
2512         * src/frontends/gnome/FormToc.h:
2513         * src/frontends/gnome/FormUrl.h:
2514         * src/frontends/kde/FormCitation.h:
2515         * src/frontends/kde/FormCopyright.h:
2516         * src/frontends/kde/FormIndex.h:
2517         * src/frontends/kde/FormRef.h:
2518         * src/frontends/kde/FormToc.h:
2519         * src/frontends/kde/FormUrl.h: fix remaining users of
2520         support/utility.hpp 
2521
2522 2000-10-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2523
2524         * src/buffer.C (linuxDocHandleFootnote): remove const modifier
2525         from depth argument.
2526         (DocBookHandleCaption): ditto.
2527         (DocBookHandleFootnote): ditto.
2528         (SimpleDocBookOnePar): ditto.
2529
2530         * src/frontends/xforms/FormDocument.h (form): remove extra
2531         FormDocument:: qualifier.
2532
2533         * sigc++/macros/basic_signal.h.m4: remove erroneous virtual
2534         destructor. 
2535         * sigc++/handle.h: ditto.
2536
2537         * src/lyx_gui_misc.C: add "using" directive.
2538
2539         * src/cheaders/cstddef: new file, needed by the boost library (for
2540         compaq cxx).
2541
2542 2000-10-02  Juergen Vigna  <jug@sad.it>
2543
2544         * src/insets/insettext.C (SetFont): better support.
2545
2546         * src/insets/insettabular.C (draw): fixed drawing of single cell.
2547
2548         * src/screen.C (DrawOneRow): some uint refixes!
2549
2550 2000-10-02  Allan Rae  <rae@lyx.org>
2551
2552         * boost/.cvsignore: ignore Makefile as well
2553
2554         * src/lyxfunc.C (Dispatch): missing break; and moved the '}' for
2555         LFUN_UNKNOWN_ACTION: so it doesn't wrap around default:.
2556
2557         * src/frontends/xforms/FormPreferences.[Ch] (restore): D'oh.
2558         Left this one out by accident.
2559
2560         * src/frontends/xforms/FormBase.h (restore): default to calling
2561         update() since that will restore the original/currently-applied values.
2562         Any input() triggered error messages will require the derived classes
2563         to redefine restore().
2564
2565         * src/frontends/xforms/FormDocument.C: initialize a few variables to
2566         avoid a segfault.  combo_doc_class is the main concern.
2567
2568 2000-10-01  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
2569
2570         * Simplify build-listerrors in view of GUI-less export ability!
2571
2572 2000-10-01  Dekel Tsur  <dekelts@tau.ac.il>
2573
2574         * src/lyx_main.C (easyParse): Disable gui when exporting
2575
2576         * src/insets/figinset.C: 
2577         * src/LaTeX.C
2578         * src/converter.C
2579         * src/lyx_gui_misc.C
2580         * src/tabular.C: Changes to allow no-gui.
2581
2582 2000-10-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
2583
2584         * src/support/utility.hpp: removed file
2585         * src/support/block.h: removed file
2586
2587         * src/support/Makefile.am (libsupport_la_SOURCES): remove block.h
2588         and utility.hpp
2589
2590         * src/mathed/formula.C: add support/lyxlib.h
2591         * src/mathed/formulamacro.C: ditto
2592
2593         * src/bufferparams.h: use boost/array.hpp instead of support/block.h
2594         * src/lyxparagraph.h: ditto
2595
2596         * src/Makefile.am (BOOST_INCLUDES): the boost include dir
2597         * src/frontends/Makefile.am (INCLUDES): ditto
2598         * src/frontends/gnome/Makefile.am (BOOST_INCLUDES): ditto
2599         * src/frontends/kde/Makefile.am (BOOST_INCLUDES): ditto
2600         * src/frontends/xforms/Makefile.am (BOOST_INCLUDES): ditto
2601         * src/graphics/Makefile.am (BOOST_INCLUDES): ditto
2602         * src/insets/Makefile.am (BOOST_INCLUDES): ditto
2603         * src/mathed/Makefile.am (BOOST_INCLUDES): ditto
2604
2605         * src/BufferView.h: use boost/utility.hpp
2606         * src/LColor.h: ditto
2607         * src/LaTeX.h: ditto
2608         * src/LyXAction.h: ditto
2609         * src/LyXView.h: ditto
2610         * src/bufferlist.h: ditto
2611         * src/lastfiles.h: ditto
2612         * src/layout.h: ditto
2613         * src/lyx_gui.h: ditto
2614         * src/lyx_main.h: ditto
2615         * src/lyxlex.h: ditto
2616         * src/lyxrc.h: ditto
2617         * src/frontends/ButtonPolicies.h: ditto
2618         * src/frontends/Dialogs.h: ditto
2619         * src/frontends/xforms/FormBase.h: ditto
2620         * src/frontends/xforms/FormGraphics.h: ditto
2621         * src/frontends/xforms/FormParagraph.h: ditto
2622         * src/frontends/xforms/FormTabular.h: ditto
2623         * src/graphics/GraphicsCache.h: ditto
2624         * src/graphics/Renderer.h: ditto
2625         * src/insets/ExternalTemplate.h: ditto
2626         * src/insets/insetcommand.h: ditto
2627         * src/support/path.h: ditto
2628
2629         * config/lyxinclude.m4 (LYX_PROG_CXX): change clause for 2.96
2630         and introduce clause for 2.97.
2631
2632         * boost/libs/README: new file
2633
2634         * boost/boost/utility.hpp: new file
2635
2636         * boost/boost/config.hpp: new file
2637
2638         * boost/boost/array.hpp: new file
2639
2640         * boost/Makefile.am: new file
2641
2642         * boost/.cvsignore: new file
2643
2644         * configure.in (AC_OUTPUT): add boost/Makefile
2645
2646         * Makefile.am (SUBDIRS): add boost
2647
2648 2000-10-01  Dekel Tsur  <dekelts@tau.ac.il>
2649
2650         * src/support/lstrings.C (suffixIs): Fixed.
2651
2652 2000-10-01  Allan Rae  <rae@lyx.org>
2653
2654         * src/PrinterParams.h: moved things around to avoid the "can't
2655         inline call" warning.
2656
2657         * src/frontends/xforms/RadioButtonGroup.h: turned a comment
2658         into doc++ documentation.
2659
2660         * src/frontends/xforms/FormCommand.[Ch]: support button policy
2661
2662         * src/frontends/xforms/FormRef.C: make use of button controller
2663         * src/frontends/xforms/FormDocument.[Ch]: convert to use FormBase
2664         cleaned up button controller usage.
2665         * src/frontends/xforms/FormPreferences.[Ch]: convert to use FormBase
2666         * src/frontends/xforms/FormPrint.[Ch]: convert to use FormBase and
2667         use the button controller
2668
2669         * src/frontends/xforms/forms/*.fd: and associated generated files
2670         updated to reflect changes to FormBase.  Some other FormXxxx files
2671         also got minor updates to reflect changes to FormBase.
2672
2673         * src/frontends/xforms/FormBase.[Ch]: (ok, cancel): new
2674         (hide): made virtual.
2675         (input): return a bool. true == valid input
2676         (RestoreCB, restore): new
2677         (CancelCB, OKCB): renamed from HideCB and ApplyHideCB.
2678         Changes to allow derived dialogs to use a ButtonController and
2679         make sense when doing so: OK button calls ok() and so on.
2680
2681         * src/frontends/xforms/ButtonController.h (class ButtonController):
2682         Switch from template implementation to taking Policy parameter.
2683         Allows FormBase to provide a ButtonController for any dialog.
2684
2685         * src/frontends/xforms/FormPrint.C (connect): setup sizing at show-time
2686         Probably should rename connect and disconnect.
2687         (apply): use the radio button groups
2688         (form): needed by FormBase
2689         (build): setup the radio button groups
2690
2691 2000-09-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
2692
2693         * several files: type changes to reduce the number of warnings and
2694         to unify type hangling a bit. Still much to do. 
2695
2696 2000-09-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2697
2698         * lib/images/*: rename a bunch of icons to match Dekel converter
2699         changes. 
2700
2701         * src/buffer.h (SimpleLinuxDocOnePar): remove const qualifier to
2702         last parameter.
2703
2704         * src/frontends/xforms/FormBase.C (disconnect): remove bogus test. 
2705
2706         * sigc++/macros/basic_signal.h.m4: fix class Signal_ to have a
2707         virtual destructor
2708         * sigc++/handle.h: ditto for class Handle. 
2709
2710 2000-09-27  John Levon  <moz@compsoc.man.ac.uk>
2711
2712         * config/kde.m4: make Qt fail immediately if Qt2 is picked up
2713
2714 2000-09-28  Dekel Tsur  <dekelts@tau.ac.il>
2715
2716         * src/intl.C (InitKeyMapper): Correct the value of n due to the
2717         removal of the "default" language.
2718
2719         * src/combox.h (getline): Check that sel > 0
2720
2721 2000-09-29  José Abílio Matos <jamatos@fep.up.pt>
2722
2723         * lib/examples/docbook_example.lyx
2724         * lib/examples/docbook_article.lyx: file renamed to avoid confusion.
2725
2726         * lib/layouts/docbook-book.layout: new docbook book layout.
2727
2728         * lib/layouts/linuxdoc.layout: LatexName of Style SGML is now dummy.
2729         
2730         * lib/layouts/manpage.layout: Same as above. Style SubSection removed.
2731
2732         * src/insets/figinset.C (DocBook):fixed small typo.
2733
2734         * src/insets/insetinclude.C (DocBook): new export for verbatim type.
2735
2736         * src/insets/insetinclude.h: string include_label doesn't need to be
2737         mutable.
2738         
2739 2000-09-29  Allan Rae  <rae@lyx.org>
2740
2741         * src/frontends/xforms/FormBase.[Ch] (connect, disconnect): new.
2742         Allow derived type to control connection and disconnection from signals
2743         of its choice if desired.
2744
2745 2000-09-28  Juergen Vigna  <jug@sad.it>
2746
2747         * src/insets/insettabular.C (update): fixed cursor setting when
2748         the_locking_inset changed.
2749         (draw): made this a bit cleaner.
2750         (InsetButtonPress): fixed!
2751
2752         * various files: added LyXText Parameter to fitCursor call.
2753         
2754         * src/BufferView.C (fitCursor): added LyXText parameter.
2755
2756         * src/insets/insettabular.C (draw): small draw fix.
2757
2758         * src/tabular.C: right setting of left/right celllines.
2759
2760         * src/tabular.[Ch]: fixed various types in funcions and structures. 
2761         * src/insets/insettabular.C: ditto
2762         * src/frontends/xforms/FormTabular.C: ditto
2763
2764 2000-09-28  Allan Rae  <rae@lyx.org>
2765
2766         * src/paragraph.C (TeXOnePar): fixed output of '\n'.  The problem was
2767         that the #ifdef's had been applied to part of what should have been
2768         a complete condition.  It's possible there are other tests that
2769         were specific to tables that are also wrong now that InsetTabular is
2770         being used. Now we need to fix the output of '\n' after a table in a
2771         float for the same reason as the original condition:
2772         "don't insert this if we would be adding it before or after a table
2773         in a float.  This little trick is needed in order to allow use of
2774         tables in \subfigures or \subtables."
2775         Juergen can you check this?
2776
2777 2000-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
2778
2779         * src/insets/insettext.C (Ascii): return numer of '\n' in the text
2780         output to the ostream.
2781
2782         * several files: fixed types based on warnings from cxx 
2783
2784 2000-09-26  John Levon  <moz@compsoc.man.ac.uk>
2785
2786         * src/frontends/kde/Makefile.am: fix rule for
2787         formindexdialogdata_moc.C
2788
2789         * src/.cvsignore: add ext_l10n.h to ignore
2790
2791         * acconfig.h: stop messing with __STRICT_ANSI__ 
2792         * config/gnome.m4: remove option to set -ansi
2793         * config/kde.m4: remove option to set -ansi
2794         * config/lyxinclude.m4: don't set -ansi 
2795
2796 2000-09-27  Juergen Vigna  <jug@sad.it>
2797
2798         * various files: remove "default" language check.
2799         
2800         * src/insets/insetquotes.C: removed use of current_view.
2801
2802         * src/lyxfunc.C (MenuNew): I don't know how put the AddPath here but
2803         the one should have red ears by now!
2804
2805         * src/insets/insettext.C (LocalDispatch): fixed setting of same layouts
2806         in more then one paragraph. Fixed cursor-movement/selection.
2807
2808         * src/frontends/xforms/FormParagraph.C: disable pagebreaks for
2809         paragraphs inside a text inset.
2810
2811         * src/text.C (GetVisibleRow): paint top/bottom line only as wide as the
2812         text-inset if this owner is an inset.
2813
2814 2000-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
2815
2816         * src/Bullet.h: changed type of font, character and size to int
2817
2818         * src/buffer.C (asciiParagraph): remove actcell and fname1.
2819
2820         * src/insets/inseturl.[Ch]: 
2821         * src/insets/insetref.[Ch]:
2822         * src/insets/insetlabel.[Ch]: add linelen to Ascii
2823
2824 2000-09-26  Angus Leeming <a.leeming@ic.ac.uk>
2825
2826         * src/buffer.C (readFile): block-if statement rearranged to minimise
2827         bloat. Patch does not reverse Jean-Marc's change ;-)
2828
2829         * src/frontends/xforms/FormBase.[Ch]: Renamed some of the callbacks.
2830         Class rewritten to store pointers to hide/update signals directly,
2831         rather than Dialogs *. Also defined an enum to ease use. All xforms
2832         forms can now be derived from this class.
2833
2834         * src/frontends/xforms/FormCommand.[Ch]
2835         * src/frontends/xforms/FormCopyright.[Ch]: now derived from FormBase.
2836
2837         * src/frontends/xforms/FormError.[Ch]: moved inclusion of inseterror.h
2838         out of header file.
2839
2840         * src/frontends/xforms/forms/form_citation.fd
2841         * src/frontends/xforms/forms/form_copyright.fd
2842         * src/frontends/xforms/forms/form_error.fd
2843         * src/frontends/xforms/forms/form_index.fd
2844         * src/frontends/xforms/forms/form_ref.fd
2845         * src/frontends/xforms/forms/form_toc.fd
2846         * src/frontends/xforms/forms/form_url.fd: remamed callbacks
2847
2848         * src/frontends/xforms/forms/makefile: small change to work with DEC sh.
2849
2850         * src/insets/insetfoot.C: removed redundent using directive.
2851
2852 2000-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2853
2854         * lib/layouts/siamltex.layout: new textclass for SIAM journals,
2855         from Kornelia Pietsch <pietsch@mathematik.tu-chemnitz.de>
2856
2857         * src/frontends/xforms/Menubar_pimpl.C: menu buttons are now
2858         created in the constructors in different groups. Then set() just
2859         have to show the groups as needed. This fixes the redraw problems
2860         (and is how the old menu code worked).
2861
2862         * src/support/lyxlib.h: declare the methods as static when we do
2863         not have namespaces.
2864
2865 2000-09-26  Juergen Vigna  <jug@sad.it>
2866
2867         * src/buffer.C (asciiParagraph): new function.
2868         (writeFileAscii): new function with parameter ostream.
2869         (writeFileAscii): use now asciiParagraph.
2870
2871         * various inset files: added the linelen parameter to the Ascii-func.
2872         
2873         * src/tabular.C (Write): fixed error in writing file introduced by
2874         the last changes from Lars.
2875
2876         * lib/bind/menus.bind: removed not supported functions.
2877
2878         * src/insets/insettext.C (Ascii): implemented this function.
2879
2880         * src/insets/lyxinset.h (Ascii): added linelen parameter.
2881
2882         * src/tabular.C (write_attribute[int,string,bool]): new functions.
2883         (Write): use of the write_attribute functions.
2884
2885         * src/bufferlist.C (close): fixed reasking question!
2886
2887 2000-09-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
2888
2889         * src/support/unlink.C src/support/remove.C src/support/mkdir.C:
2890         new files use the everwhere possible.
2891         
2892         * several files: 
2893         * src/form1.C src/form1.h src/layout_forms.C src/layout_forms.h
2894         src/log_form.C src/lyx.C:
2895         regenerated
2896         
2897         * src/buffer.C (runLaTeX): remove func
2898         
2899         * src/PaperLayout.C: removed file
2900         * src/ParagraphExtra.C: likewise
2901         * src/bullet_forms.C: likewise
2902         * src/bullet_forms.h: likewise
2903         * src/bullet_forms_cb.C: likewise
2904         
2905         * src/Makefile.am (lyx_SOURCES): remove PaperLayout.C,
2906         ParagraphExtra.C, bullet_forms.C, bullet_forms.h and
2907         bullet_forms_cb.C 
2908
2909         * several files: remove all traces of the old fd_form_paragraph,
2910         and functions belonging to that.
2911         
2912         * several files: remove all traces of the old fd_form_document,
2913         and functions belonging to that.
2914         
2915         * several files: constify local variables were possible.
2916         
2917         * several files: remove all code that was dead when NEW_EXPORT was
2918         defined 
2919         
2920         * several files: removed string::c_str in as many places as
2921         possible.
2922         
2923         * forms/makefile (SRCS,OBJS,COBJS): removed bullet_forms.[fd,c,C]
2924         (e): be a bit more outspoken when patching
2925         (updatesrc): only move files if changed.
2926
2927         * forms/layout_forms.h.patch: regenerated
2928         
2929         * forms/layout_forms.fd: remove form_document and form_paragraph
2930         and form_quotes and form_paper and form_table_options and
2931         form_paragraph_extra 
2932
2933         * forms/form1.fd: remove form_table
2934
2935         * forms/fdfix.sh: remove sed rules for fl_set_object_lcolor and
2936         the fdui->... rewrite. Update some comments to xforms 0.88
2937
2938         * forms/bullet_forms.C.patch: removed file
2939         * forms/bullet_forms.fd: likewise
2940         * forms/bullet_forms.h.patch: likewise
2941         
2942         * development/Code_rules/Rules: added a section on switch
2943         statements. Updated some comment to xforms 0.88.
2944
2945 2000-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2946
2947         * src/buffer.C (readFile): make sure that the whole version number
2948         is read after \lyxformat (even when it contains a comma)
2949
2950         * lib/ui/default.ui: change shortcut of math menu to M-a.
2951
2952 2000-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2953
2954         * src/vspace.C (nextToken): use isStrDbl() to check for proper
2955         double values.
2956
2957         * src/LyXView.C (updateWindowTitle): show the full files name in
2958         window title, limited to 30 characters.
2959
2960         * src/support/lyxstring.C (lyxstring): fix it correctly this time.
2961         When a number of characters has been given, we should not assume
2962         that the string is 0-terminated.
2963
2964         * src/intl.C (InitKeyMapper): remove a bunch of string::c_str()
2965         calls (fixes some memory leaks)
2966         
2967         * src/intl.[Ch]: add a destructor for Intl, in order to delete the
2968         trans member on exit.
2969
2970 2000-09-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2971
2972         * src/converter.C (GetReachable): fix typo.
2973
2974         * src/lyxlex.C (GetFloat): rewrite to use strToDbl() and
2975         understand ',' instead of '.'.
2976         (GetInteger): rewrite to use strToInt().
2977
2978 2000-09-26  Juergen Vigna  <jug@sad.it>
2979
2980         * src/frontends/xforms/FormParagraph.C: fixed de/activation of fields,
2981         better visibility and error-message on wrong VSpace input.
2982
2983         * src/language.C (initL): added english again.
2984
2985 2000-09-25  Juergen Vigna  <jug@sad.it>
2986
2987         * src/frontends/kde/Dialogs.C (Dialogs): 
2988         * src/frontends/gnome/Dialogs.C (Dialogs): 
2989         * src/frontends/kde/Makefile.am: 
2990         * src/frontends/gnome/Makefile.am: added FormParagraph from xforms.
2991
2992         * src/frontends/xforms/forms/makefile: added form_paragraph.fd.
2993
2994         * src/frontends/xforms/Dialogs.C (Dialogs): added FormParagraph.
2995
2996         * src/frontends/xforms/Makefile.am: added files for FormParagraph.
2997
2998         * src/frontends/xforms/FormParagraph.C: 
2999         * src/frontends/xforms/FormParagraph.h:
3000         * src/frontends/xforms/form_paragraph.C:
3001         * src/frontends/xforms/form_paragraph.h:
3002         * src/frontends/xforms/forms/form_paragraph.fd: new files for the new
3003         paragraph layout.
3004
3005         * src/lyxfunc.C (Dispatch): call the new layout paragraph.
3006
3007         * src/tabular.C (OldFormatRead): forgot to delete the temporary
3008         Paragraph-Data after use.
3009
3010         * src/insets/insettext.C (LocalDispatch): don't set the layout on
3011         non breakable paragraphs.
3012
3013 2000-09-25  Garst R. Reese <reese@isn.net>
3014
3015         * src/language.C (initL): added missing language_country codes.
3016
3017 2000-09-25  Juergen Vigna  <jug@sad.it>
3018
3019         * src/insets/insettext.C (InsetText):
3020         (deleteLyXText): remove the not released LyXText structure!
3021
3022 2000-09-24  Marko Vendelin <markov@ioc.ee>
3023
3024         * src/frontends/gnome/mainapp.C
3025         * src/frontends/gnome/mainapp.h: added support for keyboard 
3026         accelerators
3027
3028         * src/frontends/gnome/FormCitation.C
3029         * src/frontends/gnome/FormCitation.h
3030         * src/frontends/gnome/Makefile.am
3031         * src/frontends/gnome/pixbutton.h: completed the rewrite of 
3032         FormCitation to use "action area" in mainapp window
3033
3034         * src/frontends/gnome/Menubar_pimpl.C   
3035         * src/frontends/gnome/Menubar_pimpl.h: Gnome menu can handle
3036         large TOC.
3037
3038 2000-09-23  Dekel Tsur  <dekel@math.tau.ac.il>
3039
3040         * src/mathed/formula.C (MathFuncInset::Metrics): Use default 
3041         width/descent/ascent values if name is empty.
3042         (mathed_string_height): Use std::max.
3043
3044 2000-09-25  Allan Rae  <rae@lyx.org>
3045
3046         * src/frontends/xforms/forms/form_preferences.fd: resize to stop
3047         segfault.  This will be completely redesigned soon.
3048
3049         * sigc++: updated libsigc++.  Fixes struct timespec bug.
3050
3051         * development/tools/makeLyXsigc.sh:  .cvsignore addition
3052
3053 2000-09-23  Lars Gullik Bjønnes  <larsbj@lyx.org>
3054
3055         * several files: removed almost all traces of the old table
3056         (tabular) code.
3057
3058         * src/TableLayout.C: removed file
3059         
3060 2000-09-22  Juergen Vigna  <jug@sad.it>
3061
3062         * src/frontends/kde/Dialogs.C: added credits forms.
3063
3064         * src/frontends/gnome/Makefile.am (libgnome_la_OBJADD): added forms.
3065
3066         * src/frontends/gnome/Dialogs.C: added some forms.
3067
3068         * src/spellchecker.C (init_spell_checker): set language in pspell code
3069         (RunSpellChecker): some modifications for setting language string.
3070
3071         * src/language.[Ch]: added language_country code.
3072
3073 2000-09-21  Angus Leeming <a.leeming@ic.ac.uk>
3074
3075         * src/frontends/Dialogs.h: added new signal showError.
3076         Rearranged existing signals in some sort of alphabetical order.
3077
3078         * src/frontends/xforms/Makefile.am: added new files, FormBase.[Ch],
3079         FormError.[Ch], form_error.[Ch]
3080         * src/frontends/xforms/forms/makefile: added new file form_error.fd
3081         * src/frontends/xforms/Dialogs.C: added new xforms dialog FormError.
3082
3083         * src/frontends/xforms/FormBase.[Ch]: new base class for xforms
3084         dialogs. I think that this can be used as the base to all these
3085         dialogs.
3086
3087         * src/frontends/xforms/FormError.[Ch]
3088         * src/frontends/xforms/forms/form_error.fd: new files. Xforms
3089         implementation of InsetError dialog.
3090         
3091         * src/insets/inseterror.[Ch]: rendered GUI-independent.
3092
3093         * src/frontends/kde/Dialogs.C: added new xforms dialog FormError.
3094         * src/frontends/kde/Makefile.am: ditto
3095
3096 2000-09-21  Dekel Tsur  <dekel@math.tau.ac.il>
3097
3098         * src/mathed/math_cursor.[Ch]: Removed class members macroln and
3099         macrobf. This fixes a bug of invisible text.
3100
3101 2000-09-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3102
3103         * lib/doc/LaTeXConfig.lyx.in: updated.
3104
3105         * src/language.C (initL): remove language "francais" and change a
3106         bit the names of the two other french variations.
3107
3108         * src/support/lyxstring.C (lyxstring): do not apply strlen() on a
3109         string that may not be 0-terminated.
3110
3111 2000-09-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
3112
3113         * src/Makefile.am (lyx_SOURCES): remove table.C and Table.h
3114
3115 2000-09-20  Marko Vendelin <markov@ioc.ee>
3116
3117         * src/frontends/gnome/FormCitation.C
3118         * src/frontends/gnome/FormIndex.C
3119         * src/frontends/gnome/FormToc.C
3120         * src/frontends/gnome/FormUrl.C: cleanup the loops, reordering
3121         the variable initialization to shut up the warnings
3122
3123 2000-09-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
3124
3125         * src/table.[Ch]: deleted files
3126         
3127         * src/lyxfunc.C (Dispatch): Don't pass 0 as argument to Dispatch
3128         second arg.
3129
3130 2000-09-18  Juergen Vigna  <jug@sad.it>
3131
3132         * src/insets/insettext.C (LocalDispatch): fixed Backspace/Delete
3133         problems with selection. Inserted new LFUN_PASTESELECTION.
3134         (InsetButtonPress): inserted handling of middle mouse-button paste.
3135
3136         * src/spellchecker.C: changed word to word.c_str().
3137
3138 2000-09-16  Kayvan A. Sylvan  <kayvan@sylvan.com>
3139
3140         * src/Makefile.am: Add sources to lyx_SOURCES so they will be
3141           included in the ``make dist'' tarball.
3142
3143 2000-09-15  Juergen Vigna  <jug@sad.it>
3144
3145         * src/CutAndPaste.C (cutSelection): small fix return the right
3146         end position after cut inside one paragraph only.
3147
3148         * src/insets/insettext.C (resizeLyXText): only reset the cursor if
3149         we are locked as otherwise we don't have a valid cursor position!
3150
3151         * src/insets/figinset.C (draw): small bugfix but why is this needed???
3152
3153 2000-09-19  Angus Leeming <a.leeming@ic.ac.uk>
3154
3155         * src/frontends/kde/FormRef.C: added using directive.
3156         * src/frontends/kde/FormToc.C: ditto
3157
3158         * src/frontends/kde/formtocdialog.h: changed endl to std::endl.
3159
3160         * src/frontends/kde/FormRef.h: removed trailing comma from enums.
3161
3162 2000-09-19  Marko Vendelin <markov@ioc.ee>
3163         
3164         * src/frontends/gnome/Menubar_pimpl.C
3165         * src/frontends/gnome/Menubar_pimpl.h: Gnome menus show now
3166         Toc, ViewFormats, UpdateFormats, and ExportFormats.
3167
3168         * src/frontends/gnome/mainapp.C
3169         * src/frontends/gnome/mainapp.h: support for menu update used 
3170         by Toc menu.
3171
3172         * src/frontends/gnome/mainapp.C
3173         * src/frontends/gnome/mainapp.h: support for "action" area in the
3174         main window. This area is used by small simple dialogs, such as
3175         FormUrl.
3176
3177         * src/frontends/gnome/FormIndex.C
3178         * src/frontends/gnome/FormIndex.h
3179         * src/frontends/gnome/FormUrl.C
3180         * src/frontends/gnome/FormUrl.h: rewrite to use main window action
3181         area
3182
3183         * src/frontends/gnome/FormCitation.C
3184         * src/frontends/gnome/FormCitation.h: rewrite to use main window
3185         action area. Only "Insert new citation" is implemented.
3186
3187 2000-09-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
3188
3189         * src/buffer.C (Dispatch): fix call to Dispatch
3190         * src/insets/insetref.C (Edit): likewise
3191         * src/insets/insetparent.C (Edit): likewise
3192         * src/insets/insetinclude.C (include_cb): likewise
3193         * src/frontends/xforms/FormUrl.C (apply): likewise
3194         * src/frontends/xforms/FormToc.C (apply): likewise
3195         * src/frontends/xforms/FormRef.C (apply): likewise
3196         * src/frontends/xforms/FormIndex.C (apply): likewise
3197         * src/frontends/xforms/FormCitation.C (apply): likewise
3198         * src/lyxserver.C (callback): likewise
3199         * src/lyxfunc.C (processKeySym): likewise
3200         (Dispatch): likewise
3201         (Dispatch): likewise
3202         * src/lyx_cb.C (LayoutsCB): likewise
3203
3204         * Makefile.am (sourcedoc): small change
3205
3206 2000-09-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
3207
3208         * src/main.C (main): Don't make an empty GUIRunTime object. all
3209         methods are static. constify a bit remove unneded using + headers.
3210
3211         * src/tabular.C: some more const to local vars move some loop vars
3212         
3213         * src/spellchecker.C: added some c_str after some word for pspell
3214
3215         * src/frontends/GUIRunTime.h: add new static method setDefaults
3216         * src/frontends/xforms/GUIRunTime.C (setDefaults): 
3217         * src/frontends/kde/GUIRunTime.C (setDefaults): 
3218         * src/frontends/gnome/GUIRunTime.C (setDefaults): new method
3219
3220         * src/mathed/math_cursor.C (MacroModeClose): don't call SetName
3221         with strnew in arg, use correct emptystring when calling SetName.
3222
3223         * several files: remove all commented code with relation to
3224         HAVE_SSTREAM beeing false. We now only support stringstream and
3225         not strstream. 
3226
3227 2000-09-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3228
3229         * src/lyxfunc.C: construct correctly the automatic new file
3230         names. 
3231
3232         * src/text2.C (IsStringInText): change type of variable i to shut
3233         off a warning.
3234
3235         * src/support/sstream.h: do not use namespaces if the compiler
3236         does not support them.
3237
3238 2000-09-15  Marko Vendelin <markov@ioc.ee>
3239         * src/frontends/gnome/FormCitation.C
3240         * src/frontends/gnome/FormCitation.h
3241         * src/frontends/gnome/diainsertcitation_interface.c
3242         * src/frontends/gnome/dialogs/diainsertcitation.glade: adds
3243         regexp support to FormCitation [Gnome].
3244
3245 2000-09-15  John Levon  <moz@compsoc.man.ac.uk>
3246
3247         * acconfig.h
3248         * configure.in: remove unused KDE/GTKGUI define
3249
3250         * src/frontends/kde/FormRef.C
3251         * src/frontends/kde/FormRef.h
3252         * src/frontends/kde/formrefdialog.C
3253         * src/frontends/kde/formrefdialog.h: double click will
3254         go to reference, now it is possible to change a cross-ref
3255         after the fact
3256
3257         * src/frontends/kde/FormToc.C
3258         * src/frontends/kde/FormToc.h
3259         * src/frontends/kde/formtocdialog.C
3260         * src/frontends/kde/formtocdialog.h: add a depth
3261         slider
3262
3263         * src/frontends/kde/Makefile.am: add QtLyXView.h
3264         to the sources list
3265
3266 2000-09-15  Angus Leeming  <a.leeming@ic.ac.uk>
3267
3268         * src/frontends/kde/FormCitation.h: added some using directives.
3269
3270         * src/frontends/kde/FormToc.h: corrected definition of doTree.
3271
3272         * src/frontends/kde/GUIRunTime.C (initApplication): use lyxerr not
3273         cerr. 
3274
3275         * src/mathed/math_defs.h: redefine SetAlign to use string rather
3276         than char *.
3277         
3278 2000-09-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3279
3280         * src/buffer.C (pop_tag): revert for the second time a change by
3281         Lars, who seems to really hate having non-local loop variables :)
3282
3283         * src/Lsstream.h: add "using" statements.
3284
3285         * src/support/copy.C (copy): add a bunch of std:: qualifiers
3286         * src/buffer.C (writeFile): ditto
3287
3288 2000-09-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
3289
3290         * src/buffer.C (writeFile): try to fix the locale modified format
3291         number to always be as we want it.
3292
3293         * src/WorkArea.C (work_area_handler): try to workaround the bugs
3294         in XForms 0.89. C-space is now working again.
3295
3296         * src/Lsstream.h src/support/sstream.h: new files.
3297
3298         * also commented out all cases where strstream were used.
3299         
3300         * src/Bullet.h (c_str): remove method.
3301         
3302         * remove all stuff that is irrelevant when NEW_MENUBAR is defined
3303         
3304         * a lot of files: get rid of "char const *" and "char *" is as
3305         many places as possible. We only want to use them in interaction
3306         with system of other libraries, not inside lyx.
3307         
3308         * a lot of files: return const object is not of pod type. This
3309         helps ensure that temporary objects is not modified. And fits well
3310         with "programming by contract".
3311
3312         * configure.in: check for the locale header too 
3313
3314         * Makefile.am (sourcedoc): new tag for generation of doc++
3315         documentation 
3316
3317 2000-09-14  Juergen Vigna  <jug@sad.it>
3318
3319         * src/frontends/xforms/FormDocument.C (ComboInputCB): fixed the
3320         callback to check which combo called it and do the right action.
3321
3322         * src/combox.C (combo_cb): added combo * to the callbacks.
3323         (Hide): moved call of callback after Ungrab of the pointer.
3324
3325         * src/intl.h: removed LCombo2 function.
3326
3327         * src/intl.C (LCombo): added Combox * to call and removed LCombo2
3328         function as this can now be handled in one function.
3329
3330         * src/combox.h: added Combox * to callback prototype.
3331
3332         * src/frontends/xforms/Toolbar_pimpl.C: 
3333         * src/lyx_cb.C (LayoutsCB): added Combox * to function call.
3334
3335 2000-09-14  Garst Reese  <reese@isn.net>
3336
3337         * lib/tex/hollywood.cls changed length of parenthicals to 1.5in
3338         moved usepackage{xxx}'s to beginning of file. Changed left margin
3339         to 1.5in, right margin to 1in. Forced headrulewidth to 0, removed
3340         underlining from title. Thanks to John Culleton for useful suggestions.
3341
3342 2000-09-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3343
3344         * src/lyxlex_pimpl.C (setFile): change error message to debug
3345         message. 
3346
3347 2000-09-13  Juergen Vigna  <jug@sad.it>
3348
3349         * src/frontends/xforms/FormDocument.C: implemented choice_class
3350         as combox and give callback to combo_language so OK/Apply is activated
3351         on change.
3352
3353         * src/bufferlist.C (newFile): small fix so already named files
3354         (via an open call) are not requested to be named again on the
3355         first save!
3356
3357 2000-09-13  John Levon  <moz@compsoc.man.ac.uk>
3358
3359         * src/frontends/kde/Makefile.am
3360         * src/frontends/kde/FormRef.C
3361         * src/frontends/kde/FormRef.h
3362         * src/frontends/kde/formrefdialog.C
3363         * src/frontends/kde/formrefdialog.h: implement
3364         cross-ref dialog
3365
3366 2000-09-13  John Levon  <moz@compsoc.man.ac.uk>
3367
3368         * src/frontends/kde/formtocdialog.C
3369         * src/frontends/kde/formtocdialog.h
3370         * src/frontends/kde/FormToc.C
3371         * src/frontends/kde/FormToc.h: change to make TOC hierarchical properly
3372
3373 2000-09-11  John Levon  <moz@compsoc.man.ac.uk>
3374
3375         * src/frontends/kde/FormCitation.C: fix thinko
3376         where we didn't always display the reference text
3377         properly
3378
3379         * src/frontends/kde/formurldialog.C
3380         * src/frontends/kde/formurldialog.h
3381         * src/frontends/kde/FormUrl.C
3382         * src/frontends/kde/FormUrl.h: minor cleanups
3383
3384         * src/frontends/kde/QtLyXView: wrapper to avoid Qt namespace mangling
3385
3386         * src/frontends/kde/Makefile.am
3387         * src/frontends/kde/FormToc.C
3388         * src/frontends/kde/FormToc.h
3389         * src/frontends/kde/FormCitation.C
3390         * src/frontends/kde/FormCitation.h
3391         * src/frontends/kde/FormIndex.C
3392         * src/frontends/kde/FormIndex.h
3393         * src/frontends/kde/formtocdialog.C
3394         * src/frontends/kde/formtocdialog.h
3395         * src/frontends/kde/formcitationdialog.C
3396         * src/frontends/kde/formcitationdialog.h
3397         * src/frontends/kde/formindexdialog.C
3398         * src/frontends/kde/formindexdialog.h: new Toc,Citation,Index dialogs
3399
3400 2000-09-12  Juergen Vigna  <jug@sad.it>
3401
3402         * src/frontends/gnome/GUIRunTime.C (initApplication): make id + version
3403         static strings.
3404
3405 2000-09-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3406
3407         * src/frontends/xforms/GUIRunTime.C (initApplication): use lyxerr,
3408         not cerr.
3409
3410 2000-09-09  Dekel Tsur  <dekel@math.tau.ac.il>
3411
3412         * src/converter.C (Add, Convert): Added support for converter flags:
3413         needaux, resultdir, resultfile.
3414         (Convert): Added new parameter view_file.
3415         (dvips_options): Fixed letter paper option.
3416
3417         * src/exporter.C (Export, BufferExtension): Added support for Docbook.
3418         (Export, GetExportableFormats, GetViewableFormats): Added support
3419         for Ascii.
3420
3421         * src/lyx_main.C (LyX): Call to QuitLyX() to remove temporary
3422         directory!
3423         (easyParse): Fixed to work with new export code.
3424         
3425         * src/support/filetools.C (DeleteAllFilesInDir) Fixed to delete
3426         directories.
3427
3428         * lyx-devel-export/lib/configure.m4: Changed flags of tth.
3429
3430         * lib/bind/*.bind: Replaced
3431         buffer-view,buffer-view-ps,buffer-typeset,buffer-typeset-ps by
3432         buffer-view dvi,buffer-view ps,buffer-update dvi,buffer-update ps
3433
3434 2000-09-11  Juergen Vigna  <jug@sad.it>
3435
3436         * src/lyx_gui.C (runTime): uses global guiruntime variable.
3437
3438         * src/main.C (main): now GUII defines global guiruntime!
3439
3440         * src/frontends/gnome/GUIRunTime.C (initApplication): 
3441         * src/frontends/kde/GUIRunTime.C (initApplication): 
3442         * src/frontends/xforms/GUIRunTime.C (initApplication): 
3443         * src/frontends/GUIRunTime.h: added new function initApplication.
3444
3445         * src/spellchecker.C (sc_accept_word): change to add_to_session.
3446
3447         * src/vspace.C (nextToken): fixed error with number 0cm as unvalid.
3448
3449 2000-09-08  Juergen Vigna  <jug@sad.it>
3450
3451         * src/lyx_gui.C (create_forms): don't display the "default" entry as
3452         we have already "Reset".
3453
3454         * src/language.C (initL): inserted "default" language and made this
3455         THE default language (and not american!)
3456
3457         * src/paragraph.C: inserted handling of "default" language!
3458
3459         * src/lyxfont.C: ditto
3460
3461         * src/text.C: ditto
3462
3463         * src/paragraph.C: output the \\par only if we have a following
3464         paragraph otherwise it's not needed.
3465
3466 2000-09-05  Juergen Vigna  <jug@sad.it>
3467
3468         * config/pspell.m4: added entry to lyx-flags
3469
3470         * src/spellchecker.C: modified version from Kevin for using pspell
3471
3472 2000-09-01  Marko Vendelin <markov@ioc.ee>
3473         * src/frontends/gnome/Makefile.am
3474         * src/frontends/gnome/FormCitation.C
3475         * src/frontends/gnome/FormCitation.h
3476         * src/frontends/gnome/diainsertcitation_callbacks.c
3477         * src/frontends/gnome/diainsertcitation_callbacks.h
3478         * src/frontends/gnome/diainsertcitation_interface.c
3479         * src/frontends/gnome/diainsertcitation_interface.h
3480         * src/frontends/gnome/dialogs/diainsertcitation.glade: Insert Citation 
3481         dialog for Gnome frontend
3482
3483         * src/main.C: Gnome libraries require keeping application name
3484         and its version as strings
3485
3486         * src/frontends/gnome/mainapp.C: Change the name of the main window
3487         from GnomeLyX to PACKAGE
3488
3489 2000-09-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3490
3491         * src/frontends/Liason.C: add "using: declaration.
3492
3493 2000-08-31  Dekel Tsur  <dekel@math.tau.ac.il>
3494
3495         * src/mathed/math_macro.C (Metrics): Set the size of the template
3496
3497         * src/mathed/formulamacro.C (Latex): Fixed the returned value
3498
3499 2000-09-04  Dekel Tsur  <dekel@math.tau.ac.il>
3500
3501         * src/converter.C (add_options): New function.
3502         (SetViewer): Change $$FName into '$$FName'.
3503         (View): Add options when running xdvi
3504         (Add): Change $$FName into '$$FName'. Same for $$BaseName/$$OutName.
3505         (Convert): The 3rd parameter is now the desired filename. Converts
3506         calls to lyx::rename if necessary.
3507         Add options when running dvips.
3508         (dvi_papersize,dvips_options): New methods.
3509
3510         * src/exporter.C (Export): Use getLatexName() instead of fileName().
3511
3512         * src/frontends/Liason.C (printBuffer): Removed duplicate code by
3513         using a call to Converter::dvips_options.
3514         Fixed to work with nex export code.
3515
3516         * src/support/copy.C
3517         * src/support/rename.C: New files
3518
3519         * src/support/syscall.h
3520         * src/support/syscall.C: Added Starttype SystemDontWait.
3521
3522         * lib/ui/default.ui: Changed to work with new export code
3523
3524         * lib/configure.m4: Changed to work with new export code
3525
3526         * src/encoding.C: Changed latex name for iso8859_7 encoding.
3527
3528 2000-09-04  Angus Leeming  <a.leeming@ic.ac.uk> +
3529
3530         * src/frontends/xforms/Menubar_pimpl.C: added two using directives
3531         so that code compiles with DEC cxx.
3532         
3533         * src/frontends/xforms/FormCitation.C (setSize): code re-writtenn
3534         to work correctly! Also now supports the additional elements
3535         neeeded by natbib.
3536         
3537 2000-09-01  Allan Rae  <rae@lyx.org>
3538
3539         * src/frontends/ButtonPolicies.C: renamed all the references to
3540         PreferencesPolicy::{AllButtons,BOGUS} to be ButtonPolicy.
3541
3542         * src/frontends/ButtonPolicies.h: rename AllButtons to ALL_BUTTONS
3543         since it's a const not a type.
3544
3545         * src/frontends/xforms/ButtonController.h: cleanup before Lars does.
3546
3547 2000-08-31  Juergen Vigna  <jug@sad.it>
3548
3549         * src/insets/figinset.C: Various changes to look if the filename has
3550         an extension and if not add it for inline previewing.
3551
3552 2000-08-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
3553
3554         * src/frontends/ButtonPolicies.h: add a Button AllButtons.
3555         make buttonStatus and isReadOnly be const methods. (also reflect
3556         this in derived classes.)
3557
3558         * src/frontends/ButtonPolicies.C: remove sum_ and bogus_
3559         (nextState): change to be static inline, pass the StateMachine as
3560         a const reference
3561         (PreferencesPolicy): remove casts
3562         (OkCancelPolicy): remvoe casts
3563         (OkCancelReadOnlyPolicy): remove casts
3564         (NoRepeatedApplyReadOnlyPolicy): remove casts
3565         (OkApplyCancelReadOnlyPolicy): remove casts
3566         (OkApplyCancelPolicy): remove casts
3567         (NoRepeatedApplyPolicy): remove casts
3568
3569 2000-08-31  Angus Leeming  <a.leeming@ic.ac.uk>
3570
3571         * src/converter.C: added some using directives
3572
3573         * src/frontends/ButtonPolicies.C: changes to overcome
3574         "need lvalue" error with DEC c++
3575
3576         * src/frontends/xforms/FormDocument.C (c-tor): use C callback
3577         to WMHideCB for DEC c++
3578
3579         * src/frontends/xforms/Menubar_pimpl.C: added using directive
3580
3581         * src/frontends/xforms/forms/form_document.C.patch: use C callback
3582         to BulletBMTableCB for DEC c++
3583
3584 2000-08-31  Allan Rae  <rae@lyx.org>
3585
3586         * src/lyx_gui.C (create_forms): build combo_language2 which is part of
3587         character dialog separately from old document dialogs combo_language.
3588         Stops a segfault.
3589
3590 2000-08-30  Dekel Tsur  <dekel@math.tau.ac.il>
3591
3592         * src/commandtags.h: Added LFUN_GOTO_PARAGRAPH.
3593         Removed LFUN_REF_CREATE.
3594
3595         * src/MenuBackend.C: Added new tags: toc and references
3596
3597         * src/frontends/xforms/Menubar_pimpl.C: Removed the use of StrPool
3598         (add_lastfiles, add_documents, add_formats): Removed the unused smn
3599         parameter.
3600         (add_toc, add_references): New methods.
3601         (create_submenu): Handle correctly the case when there is a
3602         seperator after optional menu items.
3603
3604         * src/lyxfunc.C (getStatus): Handle LFUN_REF_BACK.
3605         (dispatch): Combined the code for LFUN_REF_CREATE and LFUN_REF_INSERT.
3606         (dispatch): New code for LFUN_GOTO_PARAGRAPH.
3607
3608         * src/frontends/xforms/FormToc.C (apply): Use Dispatch.
3609
3610 2000-08-30  Dekel Tsur  <dekel@math.tau.ac.il>
3611
3612         * src/converter.[Ch]: New file for converting between different
3613         formats.
3614         
3615         * src/export.[Ch]: New file for exporting a LyX file to different
3616         formats.
3617         
3618         * src/lyx_cb.C: Remove many functions when NEW_EXPORT is defined:
3619         MenuRunLaTeX, MakeLaTeXOutput, RunScript, CreatePostscript,
3620         PreviewPostscript, PreviewDVI, AskOverwrite, MenuMakeLaTeX,
3621         MenuMakeLinuxDoc, MenuMakeDocBook, MenuMakeHTML,
3622         MenuMakeHTML_LinuxDoc, MenuMakeHTML_DocBook, RunLinuxDoc,
3623         RunDocBook, MenuExport.
3624         
3625         * src/lyxfunc.C (Dispatch): Use the Exporter::Export and
3626         Exporter::Preview methods if NEW_EXPORT is defined.     
3627         
3628         * src/buffer.C (Dispatch): Use Exporter::Export.
3629         
3630         * src/lyxrc.C: Added new tags: \converter and \viewer.
3631         
3632         * src/commandtags.h
3633         * src/LyXAction.C: Define new lyx-function: buffer-update.
3634         Remove obsolete buffer-typeset,buffer-typeset-ps & buffer-view-ps
3635         when NEW_EXPORT is defined.
3636         
3637         * src/MenuBackend.C: Added new tags: updateformats and viewformats.
3638         
3639         * src/frontends/xforms/Menubar_pimpl.C (add_formats) New method.
3640         
3641         * lib/ui/default.ui: Added submenus "view" and "update" to the 
3642         "file" menu.
3643         
3644         * src/filetools.C (GetExtension): New function.
3645         
3646         * src/LaTeX.C (LaTeX): Add "-pdf" to depfile if pdflatex is used.
3647
3648 2000-08-29  Allan Rae  <rae@lyx.org>
3649
3650         * lib/bind/xemacs.bind: update a binding due to Juergen's recent work
3651
3652         * src/frontends/xforms/FormDocument.C (checkReadOnly): new function
3653         (EnableDocumentLayout): removed
3654         (DisableDocumentLayout): removed
3655         (build): make use of ButtonController's read-only handling to
3656         de/activate various objects. Replaces both of the above functions.
3657
3658         * src/frontends/xforms/ButtonController.h (readWrite): was read_write
3659         (readOnly): was read_only
3660         (refresh): fixed dumb mistakes with read_only_ handling
3661
3662         * src/frontends/xforms/forms/form_document.fd:
3663         * src/frontends/xforms/forms/form_tabular.fd: Use FL_FLAT_BOX for the
3664         tabbed dialogs so the tabs look more like tabs and so its easier to
3665         work out which is the current tab.
3666
3667         * src/lyx_gui_misc.C (updateAllVisibleBufferRelatedDialogs): fix
3668         segfault with form_table
3669
3670         * src/frontends/ButtonPolicies.C: All policies now support UNDO_ALL.
3671
3672 2000-08-28  Juergen Vigna  <jug@sad.it>
3673
3674         * acconfig.h: added USE_PSPELL.
3675
3676         * src/config.h.in: added USE_PSPELL.
3677
3678         * autogen.sh: added pspell.m4
3679
3680         * config/pspell.m4: new file.
3681
3682         * src/spellchecker.C: implemented support for pspell libary.
3683
3684 2000-08-25  Juergen Vigna  <jug@sad.it>
3685
3686         * src/LyXAction.C (init): renamed LFUN_TABLE to
3687         LFUN_DIALOG_TABULAR_INSERT and fixed all it's occurences.
3688
3689         * src/lyxfunc.C (getStatus): fix for disabled Edit->Table entries.
3690
3691         * src/lyxscreen.h: add force_clear variable and fuction to force
3692         a clear area when redrawing in LyXText.
3693
3694         * src/text.C (GetVisibleRow): look if the screen forces a redraw.
3695
3696 2000-08-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
3697
3698         * some whitespace and comment changes.
3699         
3700         * src/lyx_gui.C (LyXGUI): use C++ style casts instead of C ones.
3701
3702         * src/buffer.C: up te LYX_FORMAT to 2.17
3703
3704 2000-08-23  Juergen Vigna  <jug@sad.it>
3705
3706         * src/BufferView_pimpl.C (tripleClick): disable this when in a
3707         locking_inset.
3708
3709         * src/insets/insettabular.C (pasteSelection): delete the insets
3710         LyXText as it is not valid anymore.
3711         (copySelection): new function.
3712         (pasteSelection): new function.
3713         (cutSelection): new function.
3714         (LocalDispatch): implemented cut/copy/paste of cell selections.
3715
3716         * src/insets/insettext.C (resizeLyXText): don't need resize if I still
3717         don't have a LyXText.
3718
3719         * src/LyXAction.C (init): a NEW_TABULAR define too much.
3720
3721         * src/lyx_gui_misc.C (CloseAllBufferRelatedDialogs): another missing
3722         NEW_TABULAR define.
3723
3724 2000-08-22  Juergen Vigna  <jug@sad.it>
3725
3726         * src/lyx_gui_misc.C (updateAllVisibleBufferRelatedDialogs): 
3727         ifdef form_table out if NEW_TABULAR.
3728
3729 2000-08-21  Juergen Vigna  <jug@sad.it>
3730
3731         * src/insets/insettabular.C (TabularFeatures): BoxType is enum now.
3732         (draw): fixed draw position so that the cursor is positioned in the
3733         right place.
3734         (InsetMotionNotify): hide/show cursor so the position is updated.
3735         (GENERAL): fixed cursor_pos to show only 0/1 (begin/end of cell),
3736         using cellstart() function where it should be used.
3737
3738         * src/insets/insettext.C (draw): ditto.
3739
3740         * src/tabular.C: fixed initialization of some missing variables and
3741         made BoxType into an enum.
3742
3743 2000-08-22  Marko Vendelin <markov@ioc.ee>
3744         * src/frontends/gnome/Menubar_pimpl.C: Mathces LyX action with Gnome 
3745         stock menu item using action numerical value, not its string
3746         representation.
3747
3748
3749 2000-08-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
3750
3751         * src/frontends/xforms/Makefile.am (libxforms_la_SOURCES): add
3752         GUIRunTime.C remove GUIRunTime_pimpl.[Ch]
3753
3754         * src/frontends/xforms/GUIRunTime_pimpl.[Ch]: removed file
3755
3756         * src/frontends/xforms/GUIRunTime.C: new file
3757
3758         * src/frontends/kde/Makefile.am (libkde_la_SOURCES): add
3759         GUIRunTime.C and remove GUIRunTime_pimpl.[Ch]
3760
3761         * src/frontends/kde/GUIRunTime_pimpl.[Ch]: removed file
3762
3763         * src/frontends/kde/GUIRunTime.C: new file
3764
3765         * src/frontends/gnome/Makefile.am (libgnome_la_SOURCES): add
3766         GUIRunTime.C and remove GUIRunTime_pimpl.[Ch]
3767
3768         * src/frontends/gnome/GUIRunTime_pimpl.[Ch]: removed file
3769
3770         * src/frontends/gnome/GUIRunTime.C: new file
3771
3772         * src/frontends/Makefile.am (libfrontends_la_SOURCES): removed
3773         GUIRunTime.C 
3774
3775         * src/frontends/GUIRunTime.h: removed constructor and destructor,
3776         small change to documetentation.
3777
3778         * src/frontends/GUIRunTime.C: removed file
3779
3780         * src/text2.C (MeltFootnoteEnvironment): add some NEW_TABULAR
3781
3782         * src/lyxparagraph.h: enable NEW_TABULAR as default
3783
3784         * src/lyxfunc.C (processKeySym): remove some commented code
3785
3786         * src/lyx_gui_misc.C (updateAllVisibleBufferRelatedDialogs): add
3787         NEW_TABULAR around the fd_form_table_options.
3788
3789         * src/lyx_gui.C (runTime): call the static member function as
3790         GUIRunTime::runTime().
3791
3792 2000-08-21  Allan Rae  <rae@lyx.org>
3793
3794         * src/frontends/xforms/FormDocument.h: D'oh.  Forgot to change the
3795         policy here also.
3796
3797 2000-08-21  Dekel Tsur  <dekel@math.tau.ac.il>
3798
3799         * src/Spacing.C (writeEnvirBegin): Small fix when sstream not present
3800
3801 2000-08-21  Allan Rae  <rae@lyx.org>
3802
3803         * src/frontends/xforms/ButtonController.h (setOK): renamed from setOk to
3804         keep Garst happy ;-)
3805         * src/frontends/xforms/FormPreferences.C (build): use setOK
3806         * src/frontends/xforms/FormDocument.C (build): use setOK
3807         (FormDocument): use the appropriate policy.
3808
3809 2000-08-21  Allan Rae  <rae@lyx.org>
3810
3811         * src/frontends/xforms/ButtonController.h (class ButtonController): Allow
3812         automatic [de]activation of arbitrary objects when in a read-only state.
3813
3814         * src/frontends/ButtonPolicies.h: More documentation
3815         (isReadOnly): added to support the above.
3816
3817         * src/frontends/xforms/forms/form_preferences.fd: Changed Ok -> Save
3818
3819 2000-08-18  Juergen Vigna  <jug@sad.it>
3820
3821         * src/insets/insettabular.C (getStatus): changed to return func_status.
3822
3823         * src/lyxfunc.C (getStatus): fixed TabularFeatures menu to always
3824         display toggle menu entries if they are.
3825
3826         * src/lyx_cb.C: #ifdef'ed out layout stuff which is in the
3827         new document layout now.
3828
3829         * src/lyxfunc.C: ditto
3830
3831         * src/lyx_gui_misc.C: ditto
3832
3833         * src/lyx_gui.C: ditto
3834
3835         * lib/ui/default.ui: removed paper and quotes layout as they are now
3836         all in the document layout tabbed folder.
3837
3838         * src/frontends/xforms/forms/form_document.fd: added Restore
3839         button and callbacks for all inputs for Allan's ButtonPolicy.
3840
3841         * src/frontends/xforms/FormDocument.C (ChoiceClassCB): added.
3842         (CheckChoiceClass): added missing params setting on class change.
3843         (UpdateLayoutDocument): added for updating the layout on params.
3844         (build): forgot to RETURN_ALWAYS input_doc_spacing.
3845         (FormDocument): Implemented Allan's ButtonPolicy with the
3846         PreferencesPolicy.
3847
3848 2000-08-17  Allan Rae  <rae@lyx.org>
3849
3850         * src/frontends/xforms/Dialogs.C (Dialogs): Make a temporary connection
3851         so we can at least see the credits again.
3852
3853         * src/frontends/xforms/FormPreferences.C: Used the appropriate button
3854         controller calls for the appropriate callbacks.  Note that since Ok
3855         calls apply followed by cancel, and apply isn't a valid input for the
3856         APPLIED state, the bc_ calls have to be made in the static callback not
3857         within each of the real callbacks.
3858
3859         * src/frontends/xforms/ButtonController.h (Ok): renamed from Okay()
3860         (setOk): renamed from setOkay()
3861
3862 2000-08-17  Juergen Vigna  <jug@sad.it>
3863
3864         * src/frontends/gnome/Menubar_pimpl.C (openByName): put this function
3865         in the implementation part.
3866         (composeUIInfo): don't show optional menu-items.
3867
3868         * src/lyxfunc.C (getStatus): use insets LyXText if the_locking_inset.
3869
3870         * src/insets/insettext.C (UpdateLocal): call to LyXView::showState()
3871
3872         * src/bufferview_funcs.C (CurrentState): fixed to show also the
3873         text-state when in a text-inset.
3874
3875         * src/frontends/kde/GUIRunTime_pimpl.C: include xforms for now.
3876
3877 2000-08-17  Marko Vendelin <markov@ioc.ee>
3878         * src/frontends/gnome/FormIndex.C
3879         * src/frontends/gnome/FormIndex.h
3880         * src/frontends/gnome/FormToc.C
3881         * src/frontends/gnome/FormToc.h
3882         * src/frontends/gnome/dialogs
3883         * src/frontends/gnome/diatoc_callbacks.c
3884         * src/frontends/gnome/diatoc_callbacks.h
3885         * src/frontends/gnome/diainsertindex_callbacks.h
3886         * src/frontends/gnome/diainsertindex_callbacks.c
3887         * src/frontends/gnome/diainsertindex_interface.c
3888         * src/frontends/gnome/diainsertindex_interface.h
3889         * src/frontends/gnome/diatoc_interface.h
3890         * src/frontends/gnome/diatoc_interface.c
3891         * src/frontends/gnome/Makefile.am: Table of Contents and 
3892         Insert Index dialogs implementation for Gnome frontend
3893
3894         * src/frontends/gnome/GUIRunTime_pimpl.C: fix some small bugs
3895
3896         * src/frontends/gnome/Menubar_pimpl.C: remove historical comments
3897
3898         * src/frontends/gnome/diainserturl_interface.c: make the dialog
3899         resizable
3900
3901 2000-08-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
3902
3903         * src/frontends/xforms/GUIRunTime_pimpl.C: constructor and
3904         destructor. Don't definde if you don't need it
3905         (processEvents): made static, non-blocking events processing for
3906         xforms.
3907         (runTime): static method. event loop for xforms
3908         * similar as above for kde and gnome.
3909         
3910         * src/frontends/GUIRunTime.C (GUIRunTime): new Pimpl() is wrong
3911         new Pimpl is correct
3912         (runTime): new method calss the real frontends runtime func.
3913
3914         * src/lyx_gui.C (runTime): change to use the GUIRunTime::runTime
3915
3916 2000-08-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
3917
3918         * src/lyx_gui.C (create_forms): fix the "No change" gettext missing
3919
3920 2000-08-16  Juergen Vigna  <jug@sad.it>
3921
3922         * src/lyx_gui.C (runTime): added GUII RunTime support.
3923
3924         * src/frontends/Makefile.am: 
3925         * src/frontends/GUIRunTime.[Ch]:
3926         * src/frontends/xforms/GUIRunTime_pimpl.[Ch]:
3927         * src/frontends/kde/GUIRunTime_pimpl.[Ch]:
3928         * src/frontends/gnome/GUIRunTime_pimpl.[Ch]: added GUII runtime support
3929
3930         * src/LyXAction.C (init): added dummy LFUN_INSERT_URL.
3931
3932         * src/frontends/Makefile.am (INCLUDES): don't set the FRONTENDS include
3933         as this is already set in ${FRONTEND_INCLUDE} if needed.
3934
3935         * configure.in (CPPFLAGS): setting the include dir for the frontend
3936         directory and don't set FRONTEND=xforms for now as this is executed
3937         always.
3938
3939 2000-08-16 John Levon (moz@compsoc.man.ac.uk)
3940
3941         * src/frontends/kde/Makefile.am:
3942         * src/frontends/kde/FormUrl.C:
3943         * src/frontends/kde/FormUrl.h:
3944         * src/frontends/kde/formurldialog.h:
3945         * src/frontends/kde/formurldialog.C: Add KDE URL dialog
3946
3947 2000-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
3948
3949         * src/frontend/Makefile.am: Add gnome and kde to dist tar file.
3950
3951 2000-08-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
3952
3953         * src/BufferView_pimpl.C (workAreaKeyPress): enable the
3954         processKeySym
3955         
3956 2000-08-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
3957
3958         * src/WorkArea.C (work_area_handler): more work to get te
3959         FL_KEYBOARD to work with xforms 0.88 too, please test.
3960
3961         * src/BufferView_pimpl.C (workAreaKeyPress): add XForms 0.88 guard.
3962
3963 2000-08-15  Dekel Tsur  <dekel@math.tau.ac.il>
3964
3965         * src/frontends/ButtonPolicies.C: make gcc happy when compiling with
3966         -pedantic
3967
3968 2000-08-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
3969
3970         * src/Timeout.h: remove Qt::emit hack.
3971
3972         * several files: changes to allo doc++ compilation
3973         
3974         * src/lyxfunc.C (processKeySym): new method
3975         (processKeyEvent): comment out if FL_REVISION < 89
3976
3977         * src/WorkArea.C: change some debugging levels.
3978         (WorkArea): set wantkey to FL_KEY_ALL
3979         (work_area_handler): enable the FL_KEYBOARD clause, this enables
3980         clearer code and the use of compose with XForms 0.89. Change to
3981         use signals instead of calling methods in bufferview directly.
3982
3983         * src/Painter.C: change some debugging levels.
3984
3985         * src/LyXView.C: don't setup of use the KeyPressMask_raw_callback
3986         if FL_REVISION < 89
3987
3988         * src/BufferView_pimpl.C (Pimpl): Connect to the WorkArea signals.
3989         (workAreaKeyPress): new method
3990
3991 2000-08-14  Juergen Vigna  <jug@sad.it>
3992
3993         * src/frontends/kde/Dialogs.C (Dialogs): added missing dialogs.
3994
3995         * config/kde.m4: addes some features
3996
3997         * src/frontends/kde/Makefile.am (libkde_la_OBJADD): modified to 
3998         include missing xforms dialogs.
3999
4000         * src/Timeout.h: a hack to be able to compile with qt/kde.
4001
4002         * sigc++/.cvsignore: added acinclude.m4
4003
4004         * lib/.cvsignore: added listerros
4005
4006         * src/frontends/Makefile.am: modified for now to ALWAYS compile the
4007         xforms tree as objects are needed for other frontends.
4008
4009         * src/frontends/gnome/Makefile.am (libgnome_la_OBJADD): added for
4010         linking with not yet implemented xforms objects.
4011
4012         * src/frontends/gnome/Dialogs.C (Dialogs): added FormDocument.
4013
4014 2000-08-14  Baruch Even  <baruch.even@writeme.com>
4015
4016         * src/frontends/xforms/FormGraphics.h:
4017         * src/frontends/xforms/FormGraphics.C:
4018         * src/frontends/xforms/RadioButtonGroup.h:
4019         * src/frontends/xforms/RadioButtonGroup.C:
4020         * src/insets/insetgraphics.h:
4021         * src/insets/insetgraphics.C:
4022         * src/insets/insetgraphicsParams.h:
4023         * src/insets/insetgraphicsParams.C: Changed indentation to use tabs
4024         instead of spaces, and various other indentation issues to make the
4025         sources more consistent.
4026
4027 2000-08-14  Marko Vendelin <markov@ioc.ee>
4028
4029         * src/frontends/gnome/dialogs/diaprint.glade
4030         * src/frontends/gnome/FormPrint.C
4031         * src/frontends/gnome/FormPrint.h
4032         * src/frontends/gnome/diaprint_callbacks.c
4033         * src/frontends/gnome/diaprint_callbacks.h
4034         * src/frontends/gnome/diaprint_interface.c
4035         * src/frontends/gnome/diaprint_interface.h: Print dialog Gnome 
4036         implementation
4037         
4038         * src/frontends/gnome/dialogs/diainserturl.glade
4039         * src/frontends/gnome/FormUrl.C
4040         * src/frontends/gnome/FormUrl.h
4041         * src/frontends/gnome/diainserturl_callbacks.c
4042         * src/frontends/gnome/diainserturl_callbacks.h
4043         * src/frontends/gnome/diainserturl_interface.c
4044         * src/frontends/gnome/diainserturl_interface.h: Insert Url dialog
4045         Gnome implementation
4046
4047         * src/frontends/gnome/Dialogs.C
4048         * src/frontends/gnome/Makefile.am: added Print, Insert Url  and
4049         all other dialogs. Copy all unimplemented dialogs from Xforms
4050         frontend
4051         
4052         * src/frontends/gnome/support.c
4053         * src/frontends/gnome/support.h: support files generated by Glade
4054
4055         * autogen.sh
4056         * configure.in
4057         * config/gnome.m4: Gnome configuration scripts
4058
4059         * config/lyxinclude.m4: cleanup: frontend renamed from gtk to gnome in
4060         configure --help message
4061
4062         * src/lyx_gui.C: Gnome/Gtk releases control in LyXGUI::runTime()
4063         only if there are no events pendling in Gnome/Gtk. This enhances
4064         the performance of menus.
4065
4066
4067 2000-08-14  Allan Rae  <rae@lyx.org>
4068
4069         * lib/Makefile.am: listerrors cleaning
4070
4071         * lib/listerrors: removed -- generated file
4072         * acinclude.m4: ditto
4073         * sigc++/acinclude.m4: ditto
4074
4075         * src/frontends/xforms/forms/form_citation.fd:
4076         * src/frontends/xforms/FormCitation.C (setSize): Made the form a more
4077         manageable size.
4078
4079         * src/frontends/xforms/forms/makefile: I renamed the `install` target
4080         `updatesrc` and now we have a `test` target that does what `updatesrc`
4081         used to do. I didn't like having an install target that wasn't related
4082         to the dist.
4083
4084         * src/frontends/xforms/Form*.[hC]: Removed the free() member functions
4085         on all except FormGraphics.  This may yet happen. Followed by a major
4086         cleanup including using FL_TRANSIENT for most of the dialogs.  More
4087         changes to come when the ButtonController below is introduced.
4088
4089         * src/frontends/xforms/ButtonController.h: New file for managing up to
4090         four buttons on a dialog according to an externally defined policy.
4091         * src/frontends/xforms/Makefile.am: added above
4092
4093         * src/frontends/ButtonPolicies.[hC]: New files full of policies for Ok,
4094         Apply and Cancel/Close buttons and everything in between and beyond.
4095         * src/frontends/Makefile.am: added above.
4096
4097         * src/frontends/xforms/forms/form_preferences.fd:
4098         * src/frontends/xforms/FormPreferences.[hC]: Uses the ButtonController
4099         and removed variable 'status' as a result. Fixed the set_minsize thing.
4100         Use the new screen-font-update after checking screen fonts were changed
4101         Added a "Restore" button to restore the original lyxrc values while
4102         editing.  This restores everything not just the last input changed.
4103         That's still a tricky one.  As is the "LyX: this shouldn't happen..."
4104
4105         * src/LyXAction.C: screen-font-update added for updating buffers after
4106         screen font settings have been changed.
4107         * src/commandtags.h: ditto
4108         * src/lyxfunc.C: ditto
4109
4110         * forms/lyx.fd: removed screen fonts dialog.
4111         * src/lyx_gui.C: ditto
4112         * src/menus.[Ch]: ditto
4113         * src/lyx.[Ch]: ditto
4114         * src/lyx_cb.C: ditto + code from here moved to make
4115         screen-font-update. And people wonder why progress on GUII is
4116         slow.  Look at how scattered this stuff was!  It takes forever
4117         just find it all. 
4118
4119         * forms/fdfix.sh: Fixup the spacing after commas.
4120         * forms/makefile: Remove date from generated files. Fewer clashes now.
4121         * forms/bullet_forms.C.patch: included someones handwritten changes
4122
4123         * src/lyxrc.[Ch]: Added a commented out system_lyxrc.  Will use it RSN
4124         once I've discovered why LyXRC was made noncopyable.
4125         * src/lyx_main.C: ditto
4126
4127 2000-08-14  Angus Leeming  <a.leeming@ic.ac.uk>
4128
4129         * src/frontends/xforms/forms/fdfix.sh:
4130         * src/frontends/xforms/forms/fdfixh.sed:
4131         * src/frontends/xforms/forms/fdfixc.sed: New file from Angus
4132         * src/frontends/xforms/Form*.[hC]:
4133         * src/frontends/xforms/form_*.[hC]: Massive rewrite of the generation
4134         scripts to rename all the "FL_OBJECT * form_xxxx" to "form" and to
4135         provide a destructor for the struct FD_form_xxxx. Another version of
4136         the set_[max|min]size workaround and a few other cleanups. Actually,
4137         Angus' patch from 20000809.
4138
4139 2000-08-13  Baruch Even  <baruch.even@writeme.com>
4140
4141         * src/insets/insetgraphics.C (Clone): Added several fields that needed
4142         copying.
4143
4144 2000-08-11  Juergen Vigna  <jug@sad.it>
4145
4146         * src/insets/insetgraphics.C (InsetGraphics): changing init
4147         order because of warnings.
4148
4149         * src/frontends/xforms/forms/makefile: adding patching .C with
4150         .C.patch files.
4151
4152         * src/frontends/xforms/forms/fdfix.sh: changing patching file .c
4153         from .C.patch to .c.patch
4154
4155         * src/frontends/xforms/FormCommand.C (FormCommand): changing init
4156         order because of warning.
4157
4158         * src/frontends/xforms/Dialogs.C (Dialogs): added FormDialog
4159
4160         * src/frontends/Liason.C (setMinibuffer): new helper function
4161
4162         * src/frontends/Dialogs.h (class Dialogs): inserting showLayoutDocument
4163
4164         * src/lyxfunc.C (Dispatch): calling new Document-Layout
4165
4166         * lib/ui/default.ui: commented out PaperLayout entry
4167
4168         * src/frontends/xforms/form_document.[Ch]: new added files 
4169         
4170         * src/frontends/xforms/FormDocument.[Ch]: ditto
4171
4172         * src/frontends/xforms/forms/form_document.fd: ditto
4173
4174         * src/frontends/xforms/forms/form_document.C.patch: ditto
4175
4176 2000-08-10  Juergen Vigna  <jug@sad.it>
4177
4178         * src/insets/insetgraphics.C (draw): fixed access to 0 cacheHandle.
4179         (InsetGraphics): initialized cacheHandle to 0.
4180         (draw): changed call to updateInset to status=CHANGE_IN_DRAW.
4181
4182 2000-08-10  Baruch Even  <baruch.even@writeme.com>
4183
4184         * src/graphics/GraphicsCache.h:
4185         * src/graphics/GraphicsCache.C (addFile, removeFile): Changed to work 
4186         correctly as a cache.
4187
4188         * src/graphics/GraphicsCacheItem.h:
4189         * src/graphics/GraphicsCacheItem.C: Changed to the pimpl idiom to allow
4190         reference counting.
4191
4192         * src/graphics/GraphicsCacheItem_pimpl.h:
4193         * src/graphics/GraphicsCacheItem_pimpl.C: The implementation of the
4194         GraphicsCacheItem.
4195
4196         * src/insets/insetgraphics.h: 
4197         * src/insets/insetgraphics.C: Changed from using a signal notification
4198         to polling when image is not loaded.
4199
4200 2000-08-10  Allan Rae  <rae@lyx.org>
4201
4202         * development/tools/makeLyXsigc.sh: Updated to allow Signal3.  Note
4203         that there are two functions that have to been taken out of line by
4204         hand and aren't taken care of in the script.  (Just a reminder note)
4205
4206         * sigc++/macros/*.h.m4: Updated as above.
4207
4208 2000-08-09  Juergen Vigna  <jug@sad.it>
4209
4210         * src/insets/insettext.C (draw): small fix for clearing rectangle.
4211
4212         * src/insets/insettabular.C: make drawing of single cell smarter.
4213
4214 2000-08-09  Marko Vendelin <markov@ioc.ee>
4215         * src/frontends/gnome/Menubar_pimpl.C
4216         * src/frontends/gnome/Menubar_pimpl.h: Gnome frontend Menubar
4217         implementation: new files
4218         
4219         * src/frontends/gnome/mainapp.C
4220         * src/frontends/gnome/mainapp.h: Gnome main window (temporary
4221         implementation)
4222
4223         * src/main.C: create Gnome main window
4224
4225         * src/frontends/xforms/Menubar_pimpl.h
4226         * src/frontends/Menubar.C
4227         * src/frontends/Menubar.h: added method Menubar::update that calls 
4228         Menubar_pimpl::update and xforms/Menubar_pimpl::update (empty one)
4229
4230         * src/LyXView.C: calls Menubar::update to update the state
4231         of menu items
4232
4233         * src/frontends/gnome/Makefile.am: added new files
4234         
4235         * src/frontends/Makefile.am: added frontend compiler options
4236
4237 2000-08-08  Juergen Vigna  <jug@sad.it>
4238
4239         * src/lyx_cb.C (AutoSave): autosave for unnamed files enabled!
4240
4241         * src/bufferlist.C (close): 
4242         * src/bufferlist.C (QwriteAll): remove Autosave-files for Unnamed()
4243         documents if exiting without saving.
4244
4245         * src/buffer.C (save): use removeAutosaveFile()
4246
4247         * src/support/filetools.C (removeAutosaveFile): new function.
4248
4249         * src/lyx_cb.C (MenuWrite): returns a bool now.
4250         (MenuWriteAs): check if file could really be saved and revert to the
4251         old name if not.
4252         (MenuWriteAs): removing old autosavefile if existant.
4253
4254         * src/frontends/xforms/FormRef.h: puting FD_form_ref declaration
4255         before Goto toggle declaration, because of compiler warning.
4256
4257         * src/frontends/xforms/FormRef.C: forgot include of <algorithm>
4258
4259         * src/lyxfunc.C (MenuNew): small fix.
4260
4261         * src/lyxrc.C (output): added RC_NEW_ASK_FILENAME tag.
4262
4263         * src/bufferlist.C (newFile):
4264         * src/lyxfunc.C (MenuNew): use the new_ask_filename tag from lyxrc.
4265
4266         * src/lyxrc.C: added new_ask_filename tag
4267
4268 2000-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
4269
4270         * src/lyx.fd: removed code pertaining to form_ref
4271         * src/lyx.[Ch]: ditto
4272         * src/lyx_cb.C: ditto
4273         * src/lyx_gui.C: ditto
4274         * src/lyx_gui_misc.C: ditto
4275
4276         * src/BufferView_pimpl.C (restorePosition): update buffer only
4277         if file has changed
4278
4279         * src/commandtags.h (LFUN_REFTOGGLE): removed
4280         (LFUN_INSERT_REF): renamed LFUN_REF_INSERT
4281         (LFUN_REFGOTO): renamed LFUN_REF_GOTO
4282         (LFUN_REFBACK): renamed LFUN_REF_BACK
4283
4284         * src/LyXAction.C: removed code pertaining to LFUN_REFTOGGLE
4285         * src/menus.C: ditto
4286         * src/lyxfunc.C (Dispatch): ditto.
4287         InsertRef dialog is now GUI-independent.
4288
4289         * src/texrow.C: added using std::endl;
4290
4291         * src/insets/insetref.[Ch]: strip out large amounts of code.
4292         The inset is now a container and this functionality is now
4293         managed by a new FormRef dialog
4294         
4295         * src/frontends/Dialogs.h (showRef, createRef): new signals
4296
4297         * src/frontends/xforms/FormIndex.[Ch],
4298         src/frontends/xforms/FormUrl.[Ch]: workaround an xforms bug
4299         when setting dialog's min/max size
4300         * src/frontends/xforms/FormIndex.[Ch]: ditto
4301
4302         * src/frontends/xforms/FormRef.[Ch],
4303         src/frontends/xforms/forms/form_ref.fd: new xforms
4304         implementation of an InsetRef dialog
4305
4306         * src/graphics/GraphicsCache.[Ch]: small changes to compile with
4307         DEC cxx
4308
4309         * src/graphics/XPM_Renderer.C (isImageFormatOK):
4310         ios::nocreate is not part of the standard. Removed.
4311
4312 2000-08-07  Baruch Even  <baruch.even@writeme.com>
4313
4314         * src/graphics/Renderer.h:
4315         * src/graphics/Renderer.C: Added base class for rendering of different
4316         image formats into Pixmaps.
4317
4318         * src/graphics/XPM_Renderer.h:
4319         * src/graphics/XPM_Renderer.C: Taken from GraphicsCacheItem and placed
4320         in a different class.
4321
4322         * src/graphics/GraphicsCacheItem.C: factored out the rendering in order to
4323         easily add support for other formats.
4324
4325         * src/insets/figinset.C: plugged a leak of an X resource.
4326
4327 2000-08-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
4328
4329         * src/CutAndPaste.[Ch]: make all metods static. 
4330
4331         * development/Code_rules/Rules: more work, added section on
4332         Exceptions, and a References section.
4333
4334         * a lot of header files: work to make doc++ able to generate the
4335         source documentation, some workarounds of doc++ problems. Doc++ is
4336         now able to generate the documentation.
4337
4338 2000-08-07  Juergen Vigna  <jug@sad.it>
4339
4340         * src/insets/insettabular.C (recomputeTextInsets): removed function
4341
4342         * src/tabular.C (SetWidthOfMulticolCell): 
4343         (SetWidthOfCell): 
4344         (calculate_width_of_column_NMC): fixed return value so that it really
4345         only returns true if the column-width has changed (there where
4346         problems with muliticolumn-cells in this column).
4347
4348 2000-08-04  Juergen Vigna  <jug@sad.it>
4349
4350         * src/BufferView_pimpl.C (checkInsetHit): changed so that it looks
4351         also on the scrollstatus of the inset.
4352         (workAreaMotionNotify): ditto.
4353
4354         * src/texrow.C (getIdFromRow): fixed compile problem on egcs-1.1.2.
4355
4356 2000-08-01  Juergen Vigna  <jug@sad.it>
4357
4358         * src/insets/insettabular.C (resetPos): scroll tabular automatically.
4359
4360         * src/commandtags.h: 
4361         * src/LyXAction.C (init): 
4362         * src/insets/inset.C (LocalDispatch): added support for
4363         LFUN_SCROLL_INSET.
4364
4365         * src/insets/inset.C (scroll): new functions.
4366
4367         * src/insets/insettext.C (removeNewlines): new function.
4368         (SetAutoBreakRows): removes forced newlines in the text of the
4369         paragraph if autoBreakRows is set to false.
4370
4371         * src/tabular.C (Latex): generates a parbox around the cell contents
4372         if needed.
4373
4374         * src/frontends/xforms/FormTabular.C (local_update): removed
4375         the radio_useparbox button.
4376
4377         * src/tabular.C (UseParbox): new function
4378
4379 2000-08-06  Baruch Even  <baruch.even@writeme.com>
4380
4381         * src/graphics/GraphicsCache.h:
4382         * src/graphics/GraphicsCache.C:
4383         * src/graphics/GraphicsCacheItem.h:
4384         * src/graphics/GraphicsCacheItem.C: Made them to actually do something
4385         usefull.
4386
4387         * src/insets/insetgraphics.h:
4388         * src/insets/insetgraphics.C: Added the use of the GraphicsCache
4389         and the drawing of the inline image.
4390
4391         * src/buffer.C: Fixed a bug where a loaded InsetGraphics would be
4392         loaded into the wrong position.
4393
4394         * src/lyxfunc.C: When adding an InsetGraphics the edit dialog is now
4395         launched.
4396
4397 2000-08-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
4398
4399         * src/support/translator.h: move all typedefs to public section
4400
4401         * src/support/filetools.C (MakeLatexName): return string const
4402         (QuoteName): ditto
4403         (TmpFileName): ditto
4404         (FileOpenSearch): ditto
4405         (FileSearch): ditto
4406         (LibFileSearch): ditto
4407         (i18nLibFileSearch): ditto
4408         (GetEnv): ditto
4409         (GetEnvPath): ditto
4410         (CreateTmpDir): ditto
4411         (CreateBufferTmpDir): ditto
4412         (CreateLyXTmpDir): ditto
4413         (GetCWD): ditto
4414         (OnlyPath): ditto
4415         (MakeAbsPath): ditto
4416         (AddName): ditto
4417         (OnlyFilename): ditto
4418         (ExpandPath): ditto
4419         (NormalizePath): ditto
4420         (CleanupPath): ditto
4421         (GetFileContents): ditto
4422         (ReplaceEnvironmentPath): ditto
4423         (MakeRelPath): ditto
4424         (AddPath): ditto
4425         (ChangeExtension): ditto
4426         (MakeDisplayPath): ditto
4427         (do_popen): return cmdret const
4428         (findtexfile): return string const
4429
4430         * src/support/DebugStream.h: add some /// to please doc++
4431
4432         * src/frontends/DialogBase.h (endif): add some /// to please doc++
4433
4434         * src/texrow.C (same_rownumber): functor to use with find_if
4435         (getIdFromRow): rewritten to use find_if and to not update the
4436         positions. return true if row is found
4437         (increasePos): new method, use to update positions
4438
4439         * src/lyxlex_pimpl.h: make LyXLex::Pimpl noncopyable
4440
4441         * src/lyxlex_pimpl.C (verifyTable): new method
4442         (pushTable): use it
4443         (Pimpl): use it
4444         (GetString): return string const
4445         (pushTable): rewrite to use std::stack
4446         (popTable): ditto
4447         (setFile): better check
4448         (setStream): ditto
4449
4450         * src/lyxlex.h: make LyXLex noncopyable
4451
4452         * src/lyxlex.C (text): return char const * const
4453         (GetString): return string const
4454         (getLongString): return string const
4455
4456         * src/lyx_gui_misc.C (askForText): return pair<...> const
4457
4458         * src/lastfiles.[Ch] (operator): return string const
4459
4460         * src/buffer.C (parseSingleLyXformat2Token): pass string to
4461         istringstream not char const *. 
4462         move token.end() out of loop.
4463         (readFile): move initializaton of token
4464
4465         * src/BufferView2.C (insertErrors): run texrow.increasePos if
4466         getIdFromRow is successful.
4467
4468         * lib/bind/emacs.bind: don't include menus bind
4469
4470         * development/Code_rules/Rules: the beginnings of making this
4471         better and covering more of the unwritten rules that we have.
4472
4473         * development/Code_rules/Recommendations: a couple of wording
4474         changes. 
4475
4476 2000-08-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4477
4478         * src/support/strerror.c: remove C++ comment.
4479
4480 2000-08-04  Angus Leeming  <a.leeming@ic.ac.uk>
4481
4482         * src/commandtags.h: LFUN_INDEX_CREATE_LAST reverts to
4483         LFUN_INDEX_INSERT_LAST
4484
4485         * src/texrow.C (getIdFromRow): changed from const_iterator to
4486         iterator, allowing code to compile with DEC cxx
4487
4488         * src/frontends/xforms/FormCitation.[Ch]: made vector<string>
4489         stores part of the class, as suggested by Allan. Will allow
4490         multiple LyXViews.
4491         (apply): test to apply uses InsetCommandParams operator!=
4492
4493         * src/frontends/xforms/FormIndex.C: moved set_minsize into build
4494         (apply): test to apply uses InsetCommandParams operator!=
4495
4496         * src/frontends/xforms/FormToc.[Ch]: made vector<string>
4497         stores part of the class.
4498         (update): removed limits on min/max size.
4499
4500         * src/frontends/xforms/FormUrl.C: moved set_minsize into build
4501         (apply): test to apply uses InsetCommandParams operator!=
4502
4503         * src/insets/insetcommand.[Ch] InsetCommand made noncopyable
4504         (Read, Write, scanCommand, getCommand): moved functionality
4505         into InsetCommandParams.
4506         (Clone): removed
4507         (getScreenLabel): made pure virtual
4508         new InsetCommandParams operators== and !=
4509         
4510         * src/insets/insetbib.[Ch] (InsetBibKey, InsetBibtex): new
4511         c-tors based on InsetCommandParams. Removed others.
4512         * src/insets/insetinclude.[Ch]: ditto
4513         * src/insets/insetlabel.[Ch]: ditto
4514         * src/insets/insetparent.[Ch]: ditto
4515         * src/insets/insetref.[Ch]: ditto. Also moved gotoLabel into .C
4516         
4517         * src/buffer.C (parseSingleLyXformat2Token, readInset): all
4518         insets derived from InsetCommand created using similar c-tors
4519         based on InsetCommandParams
4520         * src/lyx_cb.C (MenuInsertLabel, RefSelectCB): ditto
4521         * src/menus.C (ShowRefsMenu): ditto
4522         * src/paragraph.C (Clone): ditto
4523         * src/text2.C (SetCounter): ditto
4524         * src/lyxfunc.C (Dispatch) ditto
4525         Also recreated old InsetIndex behaviour exactly. Can now
4526         index-insert at the start of a paragraph and index-insert-last
4527         without launching the pop-up.
4528
4529 2000-08-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
4530
4531         * lib/lyxrc.example: mark te pdf options as non functional.
4532
4533         * src/support/lstrings.C (strToInt): move initalization of tmpstr
4534         (isStrDbl): move tmpstr.end() out of loop.
4535         (strToDbl): move intialization of tmpstr
4536         (lowercase): return string const and move tmp.end() out of loop.
4537         (uppercase): return string const and move tmp.edn() out of loop.
4538         (prefixIs): add assertion
4539         (suffixIs): ditto
4540         (contains): ditto
4541         (contains): ditto
4542         (contains): ditto
4543         (containsOnly): ditto
4544         (containsOnly): ditto
4545         (containsOnly): ditto
4546         (countChar): make last arg char not char const
4547         (token): return string const
4548         (subst): return string const, move tmp.end() out of loop.
4549         (subst): return string const, add assertion
4550         (strip): return string const
4551         (frontStrip): return string const, add assertion
4552         (frontStrip): return string const
4553         (split): ditto
4554         (split): ditto
4555         (rsplit): ditto
4556
4557         * src/support/lstrings.C: add inclde "LAssert.h"
4558         (isStrInt): move tmpstr.end() out of loop.
4559
4560         * src/frontends/xforms/Toolbar_pimpl.C (activate): move
4561         toollist.end() out of loop.
4562         (deactivate): move toollist.end() out of loop.
4563         (update): move toollist.end() out of loop.
4564         (updateLayoutList): move tc.end() out of loop.
4565         (add): move toollist.end() out of loop.
4566
4567         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): move
4568         md.end() out of loop.
4569
4570         * src/texrow.h: make getIdFromRow const, make rowlist mutable.
4571
4572         * src/texrow.C (getIdFromRow): make const, more rowlist.end() out
4573         of loop.
4574
4575         * src/paragraph.C (Erase): move fontlist.end() out of loop.
4576         (Erase): move insetlist.end() out of loop.
4577
4578         * src/lyx_sendfax_main.C: make show_logfile static and to take a
4579         ref to const string as first arg. Move initialization of some
4580         variables, whitespace changes.
4581
4582         * src/kbmap.C (defkey): move table.end() out of loop.
4583         (kb_keymap): move table.end() out of loop.
4584         (findbinding): move table.end() out of loop.
4585
4586         * src/MenuBackend.C (hasMenu): move end() out of loop.
4587         (getMenu): move end() out of loop.
4588         (getMenu): move menulist_.end() out of loop.
4589
4590         * src/Makefile.am (#lyx_LDFLAGS): interesting option commented out.
4591
4592         * src/LaTeXFeatures.C (getIncludedFiles): move IncludedFiles.end()
4593         out of loop.
4594
4595         * src/LColor.C (getFromGUIName): move infotab.end() out of loop.
4596         (getFromLyXName): move infotab.end() out of loop.
4597
4598         * config/lyxinclude.m4 (CXXFLAGS): change for 2.96 add
4599         -fvtable-thunks -ffunction-sections -fdata-sections 
4600
4601 2000-08-03  Dekel Tsur  <dekel@math.tau.ac.il>
4602
4603         * src/frontends/xforms/RadioButtonGroup.h: Changed <forms.h> to
4604         FORMS_H_LOCATION.
4605
4606 2000-08-03  Angus Leeming  <a.leeming@ic.ac.uk>
4607
4608         * src/frontends/xforms/FormCommand.[Ch] (d-tor): removed
4609
4610         * src/frontends/xforms/FormCitation.[Ch],
4611         src/frontends/xforms/FormIndex.[Ch],
4612         src/frontends/xforms/FormToc.[Ch],
4613         src/frontends/xforms/FormUrl.[Ch] (d-tors): call free()
4614
4615 2000-08-03  Angus Leeming  <a.leeming@ic.ac.uk>
4616
4617         * src/commandtags.h: renamed, created some flags for citation
4618         and index
4619
4620         * src/lyx_gui_misc.C: stripped out old FD_index_form code
4621
4622         * src/lyxfunc.C (dispatch): use signals to insert index entry
4623         
4624         * src/frontends/Dialogs.h: new signal createIndex
4625
4626         * src/frontends/xforms/FormCommand.[Ch],
4627         src/frontends/xforms/FormCitation.[Ch],
4628         src/frontends/xforms/FormToc.[Ch],
4629         src/frontends/xforms/FormUrl.[Ch]: clean up and comment better
4630
4631         * src/insets/insetindex.[Ch]: GUI-independent
4632
4633         * src/frontends/xforms/FormIndex.[Ch],
4634         * src/frontends/xforms/forms/form_index.fd: xforms implementation
4635         of the Index dialog
4636         
4637 2000-08-01  Dekel Tsur  <dekel@math.tau.ac.il>
4638
4639         * src/mathed/math_write.C (MathDecorationInset::Write) Put \protect 
4640         before \overbrace, \underbrace, \overleftarrow, or \overrightarrow.
4641         
4642 2000-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
4643
4644         * src/insets/insetref.C (Latex): rewrite so that there is now
4645         question that a initialization is requested.
4646
4647         * src/insets/insetcommand.h: reenable the hide signal
4648
4649 2000-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4650
4651         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): try to
4652         fix handling of shortcuts (many bugs :)
4653         (add_lastfiles): ditto.
4654
4655         * lib/ui/default.ui: fix a few shortcuts.
4656
4657 2000-07-27  Kayvan A. Sylvan  <kayvan@sylvan.com>
4658
4659         * Makefile.am: Fix ``rpmdist'' target to return the exit
4660         status of the ``rpm'' command, instead of the last command in
4661         the chain (the ``rm lyx.xpm'' command, which always returns
4662         success).
4663
4664 2000-08-02  Allan Rae  <rae@lyx.org>
4665
4666         * src/frontends/xforms/FormUrl.C (FormUrl): Initialise ALL variables.
4667         * src/frontends/xforms/FormCitation.C (FormCitation): ditto
4668         * src/frontends/xforms/FormToc.C (FormToc): ditto
4669
4670         * src/frontends/xforms/Makefile.am: A few forgotten files
4671
4672         * src/frontends/xforms/FormCommand.C (showInset): The rest of the
4673         Signals-not-copyable-problem Lars' started commenting out.
4674
4675         * src/frontends/xforms/form_toc.[hC]: new files.  TOC crashes lyx.
4676
4677 2000-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
4678
4679         * src/insets/insetcommand.h: Signals is not copyable so anoter
4680         scheme for automatic hiding of forms must be used.
4681
4682         * src/frontends/xforms/FormCitation.h: don't inerit from
4683         noncopyable, FormCommand already does that.
4684         * src/frontends/xforms/FormToc.h: ditto
4685         * src/frontends/xforms/FormUrl.h: ditto
4686
4687         * src/frontends/xforms/FormCitation.C: add include <algorithm>
4688
4689 2000-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
4690
4691         * src/insets/insetcommand.h (hide): new SigC::Signal0
4692         (d-tor) new virtual destructor emits hide signal
4693
4694         * src/insets/insetcite.[Ch] (hide, d-tor, EditMessage): removed
4695         * src/insets/inseturl.[Ch]  (hide, d-tor): ditto
4696
4697         * src/insets/insettoc.[Ch]: one inset now deals with TOC, LOA,
4698         LOF and LOT. Inset is now GUI-independent
4699
4700         * src/insets/insetloa.[Ch]: redundant
4701         * src/insets/insetlof.[Ch]: ditto
4702         * src/insets/insetlot.[Ch]: ditto
4703         
4704         * src/frontends/xforms/forms/form_url.fd: tweaked!
4705         * src/frontends/xforms/forms/form_citation.fd: ditto
4706
4707         * src/frontends/xforms/FormCommand.[Ch]: new base class to those
4708         dialogs dealing with InsetCommand insets
4709
4710         * src/frontends/xforms/FormCitation.[Ch]: now makes use of
4711         FormCommand base class
4712         * src/frontends/xforms/FormUrl.[Ch]: ditto
4713
4714         * src/frontends/xforms/forms/form_toc.fd: Xforms implementation
4715         of the TOC dialog
4716         * src/frontends/xforms/FormToc.[Ch]: ditto
4717
4718         * src/frontends/Dialogs.h (showCitation, showTOC, showUrl): all
4719         passed a generic InsetCommand pointer
4720         * src/frontends/xforms/Dialogs.C (c-tor): create instance of FormToc
4721
4722         * src/lyxfunc.C (Dispatch) : modified to accomodate new FormToc class
4723         and modified InsetTOC class
4724         * src/buffer.C: ditto
4725
4726         * forms/lyx.fd: strip out old FD_form_toc code
4727         * src/lyx_gui_misc.C: ditto
4728         * src/lyx_gui.C: ditto
4729         * src/lyx_cb.C: ditto
4730         * src/lyx.[Ch]: ditto
4731
4732 2000-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
4733
4734         * src/support/utility.hpp: tr -d '\r'
4735
4736 2000-08-01  Juergen Vigna  <jug@sad.it>
4737
4738         * src/insets/insettabular.h: removed initFeatures() as it's not needed.
4739
4740         * src/commandtags.h: 
4741         * src/LyXAction.C (init): added LFUN_LAYOUT_TABULAR and
4742         LFUN_TABULAR_FEATURES.
4743
4744         * src/lyxfunc.C (getStatus): implemented LFUN_TABULAR_FEATURES and
4745         LFUN_LAYOUT_TABULAR.
4746
4747         * src/insets/insettabular.C (getStatus): implemented helper function.
4748
4749         * lib/ui/default.ui: implemented edit-table-menu and layout-tabular.
4750
4751 2000-07-31  Juergen Vigna  <jug@sad.it>
4752
4753         * src/text.C (draw): fixed screen update problem for text-insets.
4754
4755         * src/text2.C (SetParagrpah): call an update of the inset-owner when
4756         something changed probably this has to be added in various other
4757         functions too.
4758
4759         * src/insets/insettext.C (cy): fixed to give back the right cursor.y().
4760
4761 2000-07-31  Baruch Even <baruch.even@writeme.com>
4762
4763         * src/frontends/xforms/RadioButtonGroup.C: Changed to use home-brew
4764         templates to satisfy compaq cxx.
4765
4766
4767 2000-07-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
4768
4769         * src/support/translator.h (equal_1st_in_pair::operator()): take
4770         const ref pair_type as arg. 
4771         (equal_2nd_in_pair::operator()): ditto
4772         (Translator::~Translator): remove empty d-tor.
4773
4774         * src/graphics/GraphicsCache.C: move include config.h to top, also
4775         put initialization of GraphicsCache::singleton here.
4776         (~GraphicsCache): move here
4777         (addFile): take const ref as arg
4778         (removeFile): ditto
4779
4780         * src/lyxlex_pimpl.C (setFile): comment in old behaviour
4781
4782         * src/BufferView2.C (insertLyXFile): change te with/without header
4783         check slightly.
4784
4785 2000-07-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4786
4787         * src/frontends/xforms/FormGraphics.C (apply): add some
4788         static_cast. Not very nice, but required by compaq cxx.
4789
4790         * src/frontends/xforms/RadioButtonGroup.h: include header
4791         <utility> instead of <pair.h>
4792
4793         * src/insets/insetgraphicsParams.C: add using directive. 
4794         (readResize): change return type to void. 
4795         (readOrigin): ditto.
4796
4797         * src/lyxfunc.C (getStatus): add missing break for build-program
4798         function; add test for Literate for export functions.
4799
4800         * lib/ui/default.ui: fix Insert->TOC->TOC; comment out invalid
4801         entries in Options menu.
4802
4803 2000-07-31  Baruch Even <baruch.even@writeme.com>
4804
4805         * src/frontends/xforms/Toolbar_pimpl.C (toolbarItem::operator=):
4806         protect against auto-allocation; release icon when needed.
4807
4808 2000-07-31  Matej Cepl <CeplM@seznam.cz>
4809
4810         * lib/kbd/czech.kmap: new file. standard Czech keyboard as found
4811         on usual typewriter.
4812
4813         * lib/kbd/czech-prg.kmap: simpler czech kmap (which was the
4814         earlier czech.kmap), useful only for programming.
4815
4816 2000-07-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4817
4818         * src/frontends/xforms/FormCitation.h: fix conditioning around
4819         #pragma. 
4820
4821 2000-07-31  Juergen Vigna  <jug@sad.it>
4822
4823         * src/frontends/xforms/FormTabular.C (local_update): changed
4824         radio_linebreaks to radio_useparbox and added radio_useminipage.
4825
4826         * src/tabular.C: made support for using minipages/parboxes.
4827
4828         * src/bufferlist.C (QwriteAll): small fix for asking for save.
4829
4830         * src/insets/insetgraphics.C (draw): just draw the inset so that the
4831         cursor is visible.
4832         (descent): so the cursor is in the middle.
4833         (width): bit smaller box.
4834
4835         * src/insets/insetgraphics.h: added display() function.
4836
4837 2000-07-31  Baruch Even <baruch.even@writeme.com>
4838
4839         * src/frontends/Dialogs.h: Added showGraphics signals.
4840
4841         * src/frontends/xforms/forms/form_graphics.fd: Added file, the
4842         xforms form definition of the graphics dialog.
4843
4844         * src/frontends/xforms/FormGraphics.h: 
4845         * src/frontends/xforms/FormGraphics.C: Added files, the
4846         GUIndependent code of InsetGraphics
4847
4848         * src/insets/insetgraphics.h: 
4849         * src/insets/insetgraphics.C: Major writing to make it work.
4850
4851         * src/insets/insetgraphicsParams.h:     
4852         * src/insets/insetgraphicsParams.C: Added files, parameter passing
4853         struct between InsetGraphics and GUI.
4854
4855         * src/LaTeXFeatures.h:
4856         * src/LaTeXFeatures.C (c-tor, require, getPackages): Enabled
4857         support for graphicx package. 
4858
4859         * src/buffer.C (parseSingleLyXformat2Token): Fixed read support
4860         for the graphics inset.
4861
4862         * src/support/translator.h: Added file, used in
4863         InsetGraphicsParams. this is a template to translate between two
4864         types.
4865
4866         * src/frontends/xforms/RadioButtonGroup.h: 
4867         * src/frontends/xforms/RadioButtonGroup.C: Added files, Comprise a
4868         way to easily control a radio button group.
4869
4870 2000-07-28  Juergen Vigna  <jug@sad.it>
4871
4872         * src/insets/insettabular.C (LocalDispatch): 
4873         (TabularFeatures): added support for lyx-functions of tabular features.
4874         (cellstart): refixed this function after someone wrongly changed it.
4875
4876         * src/commandtags.h:
4877         * src/LyXAction.C (init): added support for tabular-features
4878
4879 2000-07-28  Allan Rae  <rae@lyx.org>
4880
4881         * src/frontends/xforms/FormPreferences.C (build): Setup input return
4882         checking.  NOTE: It seems that pressing ESC to cancel the dialog also
4883         triggers the callback for input checking. As a result we sometimes get
4884         "LyX: This shouldn't happen..." printed to cerr.
4885         (input): Started using status variable since I only free() on 
4886         destruction.  Some input checking for paths and font sizes.
4887
4888         * src/frontends/xforms/FormPreferences.h: Use status to control 
4889         activation of Ok and Apply
4890
4891         * src/frontends/xforms/forms/form_preferences.fd: Setup input return
4892         callback.  Also resized to stop segfaults with 0.88.  The problem is
4893         that xforms-0.88 requires the folder to be wide enough to fit all the
4894         tabs.  If it isn't it causes all sorts of problems.
4895
4896         * src/frontends/xforms/FormCopyright.[hC]: forward declare FD_form...
4897
4898         * src/frontends/xforms/forms/README: Reflect reality.
4899
4900         * src/frontends/xforms/forms/fdfix.sh: Clean up comments
4901         * src/frontends/xforms/forms/makefile: ditto.
4902
4903         * src/commandtags.h: Get access to new Preferences dialog
4904         * src/LyXAction.C: ditto
4905         * src/lyxfunc.C: ditto
4906         * lib/ui/default.ui: ditto
4907
4908 2000-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4909
4910         * src/frontends/xforms/forms/makefile (.c.C): change call to fdfix.sh.
4911
4912         * src/frontends/xforms/Makefile.am (libxforms_la_SOURCES): add a
4913         few files.
4914
4915         * src/frontends/xforms/form_url.[Ch]: added.
4916
4917 2000-07-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
4918
4919         * src/insets/insetbib.h: fixed bug in previous commit
4920
4921         * src/frontends/xforms/FormUrl.h: ditto
4922
4923         * src/frontends/xforms/FormPrint.h: ditto
4924
4925         * src/frontends/xforms/FormPreferences.h: ditto
4926
4927         * src/frontends/xforms/FormCopyright.h: ditto
4928
4929         * src/frontends/xforms/FormCitation.C: ditto
4930
4931         * src/frontends/Dialogs.h (class Dialogs): use noncopyable, remove
4932         private copyconstructor and private default contructor
4933
4934         * src/support/Makefile.am: add utility.hpp
4935
4936         * src/support/utility.hpp: new file from boost
4937
4938         * src/insets/insetbib.h: set owner in clone
4939
4940         * src/frontends/xforms/FormCitation.C: added missing include
4941         algorithm
4942
4943         * src/insets/form_url.[Ch]: removed
4944
4945 2000-07-26  Kayvan A. Sylvan <kayvan@sylvan.com>
4946
4947         * development/lyx.spec.in
4948         * Makefile.am: Fix buglet for LyX RPM generation resulting from
4949         file/directory re-organization.
4950
4951 2000-07-26  Angus Leeming  <a.leeming@ic.ac.uk>
4952
4953         * src/insets/insetcommand.[Ch]: moved the string data and
4954         associated manipulation methods into a new stand-alone class
4955         InsetCommandParams. This class has two additional methods
4956         getAsString() and setFromString() allowing the contents to be
4957         moved around as a single string.
4958         (addContents) method removed.
4959         (setContents) method no longer virtual.
4960
4961         * src/buffer.C (readInset): made use of new InsetCitation,
4962         InsetUrl constructors based on InsetCommandParams.
4963
4964         * src/commandtags.h: add LFUN_INSERT_URL
4965
4966         * src/lyxfunc.C (Dispatch): changed to accomadate GUI-
4967         independent InsetUrl and use InsetCommandParams to extract
4968         string info and create new Insets.
4969
4970         * src/frontends/Dialogs.h: add signals showUrl, createUrl.
4971
4972         * src/frontends/xforms/FormCitation.C (apply): uses 
4973         InsetCommandParams.
4974
4975         * src/frontends/xforms/form_url.C
4976         * src/frontends/xforms/form_url.h
4977         * src/frontends/xforms/FormUrl.h
4978         * src/frontends/xforms/FormUrl.C
4979         * src/frontends/xforms/forms/form_url.fd: new files
4980
4981         * src/insets/insetcite.[Ch]: removed unused constructors.
4982
4983         * src/insets/insetinclude.[Ch]: no longer store filename
4984
4985         * src/insets/inseturl.[Ch]: GUI-independent.
4986
4987 2000-07-26  Juergen Vigna  <jug@sad.it>
4988         * renamed frontend from gtk to gnome as it is that what is realized
4989         and did the necessary changes in the files.
4990         
4991 2000-07-26  Marko Vendelin <markov@ioc.ee>
4992         * autogen.sh
4993         * configure.in: cleaning up gnome configuration scripts
4994
4995 2000-07-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4996
4997         * src/frontends/xforms/Menubar_pimpl.C (set): fix the disappearing
4998         shortcuts syndrom by redrawing them explicitely (a better solution
4999         would be appreciated).
5000
5001         * src/lyxfunc.C (getStatus): fix crash when functions are disabled.
5002
5003         * src/frontends/xforms/Menubar_pimpl.C (set): fix the shortcut of
5004         the button.
5005
5006         * src/lyx_cb.C (MenuExport): change html export to do the right
5007         thing depending of the document type (instead of having
5008         html-linuxdoc and html-docbook).
5009         * src/lyxfunc.C (getStatus): update for html
5010         * lib/ui/default.ui: simplify due to the above change.
5011         * src/menus.C (ShowFileMenu): update too (in case we need it).
5012
5013         * src/MenuBackend.C (read): if a menu is defined twice, add the
5014         new entries to the exiting one.
5015
5016 2000-07-26  Juergen Vigna  <jug@sad.it>
5017
5018         * src/buffer.h: added functions setUnnamed(bool) and isUnnamed().
5019
5020         * src/lyx_cb.C (MenuWriteAs): Changed to react right for unnamed docs
5021         and return a bool if it did actual save the file.
5022         (AutoSave): don't autosave a unnamed doc.
5023
5024         * src/bufferlist.C (close) (QwriteAll) (emergencyWriteAll):
5025         check if this is an UNNAMED new file and react to it.
5026         (newFile): set buffer to unnamed and change to not mark a new
5027         buffer dirty if I didn't do anything with it.
5028
5029         * src/lyxfunc.C (MenuNew): Changed to not ask for filename on new.
5030
5031 2000-07-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
5032
5033         * src/frontends/Menubar.h: make "struct Pimpl;" public + the
5034         friend as per Angus's patch posted to lyx-devel.
5035
5036         * src/ext_l10n.h: updated
5037
5038         * src/frontends/xforms/Toolbar_pimpl.C (updateLayoutList): run
5039         gettext on the style string right before inserting them into the
5040         combox. 
5041
5042         * autogen.sh: add code to extract style strings form layout files,
5043         not good enough yet. 
5044
5045         * src/frontends/gtk/.cvsignore: add MAKEFILE
5046
5047         * src/MenuBackend.C (read): run the label strings through gettext
5048         before storing them in the containers.
5049
5050         * src/ext_l10n.h: new file 
5051
5052         * autogen.sh : generate the ext_l10n.h file here
5053
5054 2000-07-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5055
5056         * src/lyxrc.C (read): do not use LyXLex::lex() to parse set_color
5057         arguments. 
5058
5059         * lib/ui/default.ui: fix a couple of typos.
5060
5061         * config/gnome/gtk.m4: added (and added to the list of files in 
5062         autogen.sh).
5063
5064         * src/insets/insetinclude.C (unique_id): fix when we are using
5065         lyxstring instead of basic_string<>. 
5066         * src/insets/insettext.C (LocalDispatch): ditto.
5067         * src/support/filetools.C: ditto.
5068
5069         * lib/configure.m4: create the ui/ directory if necessary.
5070
5071         * src/LyXView.[Ch] (updateToolbar): new method.
5072
5073         * src/BufferView_pimpl.C (buffer): update the toolbar when
5074         opening/closing buffer.
5075
5076 2000-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5077
5078         * src/LyXAction.C (getActionName): enhance to return also the name
5079         and options of pseudo-actions.
5080         (init): New lyxfunc LFUN_MATH_PANEL=="math-panel".
5081
5082         * lib/ui/default.ui: use OptItem in the vc submenu (intented just
5083         as an example of what is possible). Used in File->Build too (more
5084         useful) and in the import/export menus (to mimick the complicated
5085         handling of linuxdoc and friends). Try to update all the entries.
5086
5087         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): handle
5088         optional entries.
5089
5090         * src/MenuBackend.C (read): Parse the new OptItem tag.
5091
5092         * src/MenuBackend.h: Add a new optional_ data member (used if the
5093         entry should be omitted when the lyxfunc is disabled).
5094
5095         * src/frontends/xforms/Menubar_pimpl.C (string_width): new
5096         function, used as a shortcut.
5097         (create_submenu): align correctly the shortcuts on the widest
5098         entry.
5099         
5100         * src/MenuBackend.h: MenuItem.label() only returns the label of
5101         the menu without shortcut; new method shortcut().
5102         
5103 2000-07-14  Marko Vendelin <markov@ioc.ee>
5104
5105         * src/frontends/gtk/Dialogs.C:
5106         * src/frontends/gtk/FormCopyright.C:
5107         * src/frontends/gtk/FormCopyright.h:
5108         * src/frontends/gtk/Makefile.am: added these source-files for the
5109         Gtk/Gnome support of the Copyright-Dialog.
5110
5111         * src/main.C: added Gnome::Main initialization if using
5112         Gtk/Gnome frontend-GUI.
5113
5114         * src/lyx_gui.C: added Gnome event loop if using Gtk/Gnome
5115         frontend-GUI.
5116         * config/gnome/aclocal-include.m4
5117         * config/gnome/compiler-flags.m4
5118         * config/gnome/curses.m4
5119         * config/gnome/gnome--.m4
5120         * config/gnome/gnome-bonobo-check.m4
5121         * config/gnome/gnome-common.m4
5122         * config/gnome/gnome-fileutils.m4
5123         * config/gnome/gnome-ghttp-check.m4
5124         * config/gnome/gnome-gnorba-check.m4
5125         * config/gnome/gnome-guile-checks.m4
5126         * config/gnome/gnome-libgtop-check.m4
5127         * config/gnome/gnome-objc-checks.m4
5128         * config/gnome/gnome-orbit-check.m4
5129         * config/gnome/gnome-print-check.m4
5130         * config/gnome/gnome-pthread-check.m4
5131         * config/gnome/gnome-support.m4
5132         * config/gnome/gnome-undelfs.m4
5133         * config/gnome/gnome-vfs.m4
5134         * config/gnome/gnome-x-checks.m4
5135         * config/gnome/gnome-xml-check.m4
5136         * config/gnome/gnome.m4
5137         * config/gnome/gperf-check.m4
5138         * config/gnome/gtk--.m4
5139         * config/gnome/linger.m4
5140         * config/gnome/need-declaration.m4: added configuration scripts
5141         for Gtk/Gnome frontend-GUI
5142
5143         * configure.in: added support for the --with-frontend=gtk option
5144
5145         * autogen.sh: added config/gnome/* to list of config-files
5146
5147         * acconfig.h: added define for GTKGUI-support
5148
5149         * config/lyxinclude.m4: added --with-frontend[=value] option value
5150         for Gtk/Gnome frontend-GUI support.
5151
5152 2000-07-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
5153
5154         * src/support/lstrings.C (prefixIs): rewrite so that gcc bastring
5155         can be used.
5156         (suffixIs): ditto
5157
5158         * src/paragraph.C (GetChar): remove non-const version
5159
5160         * src/lyxlex_pimpl.C (compare_tags): rewritten to suit cvs gcc 2.96
5161         (search_kw): use it.
5162
5163         * src/lyx_main.C (init): if "preferences" exist, read that instead
5164         of "lyxrc".
5165         (ReadRcFile): return bool if the file could be read ok.
5166         (ReadUIFile): add a check to see if lex file is set ok.
5167
5168         * src/lyx_cb.C (InsertAsciiFile): rewrite a bit so that gcc
5169         bastring can be used instead of lyxstring (still uses the old code
5170         if std::string is good enough or if lyxstring is used.)
5171
5172         * src/encoding.C: make the arrays static, move ininle functions
5173         here
5174         * src/encoding.h: from here.
5175
5176         * src/buffer.C: have last_isnet_read as a file scope variable for now.
5177         (parseSingleLyXformat2Token): move inset parsing to separate method
5178         (readInset): new private method
5179
5180         * src/Variables.h: remove virtual from get().
5181
5182         * src/ToolbarDefaults.C: include lyxparagraph.h temporary to get
5183         access to NEW_INSETS and NEW_TABULAR
5184
5185         * src/MenuBackend.h: remove superfluous forward declaration of
5186         MenuItem. Add documentations tags "///", remove empty MenuItem
5187         destructor, remove private default contructor.
5188
5189         * src/MenuBackend.C (MenuItem): remove unneeded copy contructor 
5190         (add): return *this
5191         (read): more string mlabel and mname to where they are used
5192         (read): remove unused variables mlabel and mname
5193         (defaults): unconditional clear, make menusetup take advantage of
5194         add returning Menu &.
5195
5196         * src/LyXView.h: define NEW_MENUBAR as default
5197
5198         * src/LyXAction.C: include lyxparagraph.h temporary to get access
5199         to NEW_INSETS and NEW_TABULAR.
5200         (init): commetn out some funcs that is obsolete when NEW_INSETS is
5201         defined. Change some of the "xxxx-inset-insert" functions names to
5202         "xxxx-insert".
5203
5204         * several files: more enahncements to NEW_INSETS and the resulting
5205         LyXParagraph code.
5206         
5207         * lib/lyxrc.example (\date_insert_format): move to misc section 
5208
5209         * config/lyxinclude.m4 (LYX_CXX_STL_STRING): allow to use the gcc
5210         bastring and use AC_CACHE_CHECK. 
5211         (LYX_CXX_GOOD_STD_STRING): new check. Checks if the std::string of
5212         the system have the newest methods. uses AC_CACHE_CHECK 
5213         (LYX_CXX_MUTABLE): use AC_CACHE_CHECK 
5214         (LYX_CXX_PARTIAL): use AC_CACHE_CHECK 
5215         (LYX_CXX_NAMESPACES): use AC_CACHE_CHECK
5216
5217         * configure.in: add LYX_CXX_GOOD_STD_STRING
5218
5219         * acinclude.m4: recreated
5220
5221 2000-07-24  Amir Karger <karger@lyx.org>
5222
5223         * README: add Hebrew, Arabic kmaps
5224         * ANNOUNCE: typo
5225
5226 2000-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5227
5228         * src/buffer.C (writeFileAscii): Define actcell as an int instead
5229         of int*.
5230
5231 2000-07-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5232
5233         * Lot of files: add pragma interface/implementation.
5234         
5235         * src/lyx_main.C (ReadUFile): new method. Read the UI file.
5236
5237         * lib/ui/default.ui: new file (ans new directory). Contains the
5238         default menu and toolbar.
5239
5240         * src/lyxrc.[Ch]: new variable ui_file. Move toolbardefaults to
5241         global space. Toolbars are now read (as menus) in ui files. 
5242
5243         * src/debug.C: change Debug::TOOLBAR to Debug::GUI.
5244
5245         * src/lyxfunc.C (getStatus): do not exit immediately if a command
5246         is disabled because the document is read-only. We want to have the
5247         toggle state of the function anyway.
5248         (getStatus): add code for LFUN_VC* functions (mimicking what is
5249         done in old-style menus)
5250         
5251         * src/lyxfunc.C (Dispatch): news functions LFUN_SWITCHBUFFER,
5252         LFUN_HELP_CREDITS, LFUN_HELP_VERSION, LFUN_HELP_OPEN.
5253
5254         * src/LyXView.[Ch]: add code for the NEW_MENUBAR define.
5255         * src/BufferView_pimpl.C: ditto. 
5256         * src/lyxfunc.C: ditto.         
5257
5258         * src/LyXView.h: add a define NEW_MENUBAR (commented out by
5259         default). This replaces old-style menus by new ones.
5260         
5261         * src/MenuBackend.[Ch]: new classes MenuBackend, Menu and
5262         MenuItem. Contain the data structure of a menu.
5263
5264         * src/insets/insettext.C: use LyXView::setLayout instead of
5265         accessing directly the toolbar combox.
5266         * src/lyxfunc.C (Dispatch): ditto.
5267
5268         * src/LyXView.C (setLayout): new method, which just calls
5269         Toolbar::setLayout(). 
5270         (updateLayoutChoice): move part of this method in Toolbar.
5271
5272         * src/toolbar.[Ch]: removed.
5273         
5274         * src/frontend/xforms/Toolbar_pimpl.[Ch]: new files. The xforms
5275         implementation the toolbar. 
5276
5277         * src/frontend/Toolbar.[Ch]: new files. The abstract interface of
5278         the toolbar. It might make sense to merge it with ToolbarDefaults
5279         later. 
5280         (setLayout): new function. 
5281         (updateLayoutList): ditto.
5282         (openLayoutList): ditto.
5283         
5284         * src/frontend/xforms/Toolbar_pimpl.[Ch]: new files. Contain the
5285         xforms implementation of the toolbar.
5286         (get_toolbar_func): comment out, since I do not
5287         know what it is good for. 
5288         
5289         * src/ToolbarDefaults.h: Add the ItemType enum.
5290
5291         * src/support/StrPool.[Ch]: new class. Acts as a reference holder
5292         for a list of allocated C strings. Used in Menubar xforms
5293         implementation to avoid memory leaks.
5294
5295         * src/support/lstrings.[Ch] (uppercase): new version taking and
5296         returning a char.
5297         (lowercase): ditto.
5298
5299         * lib/bind/xemacs.bind: remove bogus binding for lyx-quit.
5300         * lib/bind/emacs.bind: ditto.
5301
5302 2000-07-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
5303
5304         * src/toolbar.h: include commandtags.h instead of lyxfunc.h,
5305         forward decl of LyXView.
5306
5307         * src/toolbar.C (toolbarItem): moved from toolbar.h
5308         (toolbarItem::clean): ditto
5309         (toolbarItem::~toolbarItem): ditto
5310         (toolbarItem::operator): ditto
5311
5312         * src/text2.C (SetLayout): commetn out USE_OLD_SETUP_LAYOUT stuff
5313
5314         * src/paragraph.h: control the NEW_TABULAR define from here
5315
5316         * src/buffer.C: remove define USE_PARSE_FUNCTION, change
5317         USE_TABULAR_INSETS to NEW_TABULAR
5318
5319         * src/ToolbarDefaults.C: add include "lyxlex.h"
5320
5321         * files using the old table/tabular: use NEW_TABULAR to control
5322         compilation of old tabular stuff. 
5323
5324         * src/paragraph.C (SimpleTeXOnePar): NEW_INSETS: move some #ifdef
5325         to correct place.
5326
5327         * src/buffer.C (parseSingleLyXformat2Token): NEW_INSETS: fix the
5328         planemet in reading of old style floats, fix the \end_deeper
5329         problem when reading old style floats. 
5330
5331 2000-07-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
5332
5333         * src/paragraph.C (writeFile): NEW_INSETS: move a misplaced #endif
5334
5335 2000-07-20  Serge Winitzki <winitzki@erebus.phys.cwru.edu>
5336
5337         * lib/bind/sciword.bind: updated.
5338
5339 2000-07-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
5340
5341         * src/paragraph.C (writeFile): NEW_INSETS: possible fix to the
5342         layout write problem
5343
5344 2000-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5345
5346         * src/Makefile.am (INCLUDES): remove image directory from include
5347         path. 
5348
5349         * src/bullet_forms.C (create_form_form_bullet): small cleanup.
5350         * src/bullet_forms_cb.C (BulletPanelCB): ditto.
5351
5352         * src/LyXView.C (create_form_form_main): read the application icon
5353         from the disk.
5354
5355         * lib/images/*.xpm: change the icons to use transparent color for
5356         background. 
5357
5358         * src/toolbar.C (update): change the color of the button when it
5359         is toggled on.
5360
5361 2000-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5362
5363         * src/lyxfunc.C (Dispatch): use LyXView::ShowState instead of
5364         setting explicitely the minibuffer.
5365         * src/BufferView_pimpl.C (workAreaButtonRelease): ditto.
5366
5367         * src/LyXView.C (showState): new function. Shows font information
5368         in minibuffer and update toolbar state.
5369         (LyXView): call Toolbar::update after creating the
5370         view. 
5371
5372         * src/toolbar.C: change toollist to be a vector instead of a
5373         linked list.
5374         (BubbleTimerCB): get help string directly from the callback
5375         argument of the corresponding icon (which is the action) 
5376         (set): remove unnecessary ugliness.
5377         (update): new function. update the icons (depressed, disabled)
5378         depending of the status of the corresponding action.
5379         
5380         * src/toolbar.h: remove help in toolbarItem
5381
5382 2000-07-19  Dekel Tsur  <dekel@math.tau.ac.il>
5383
5384         * src/Painter.C (text): Added code for using symbol glyphs from
5385         iso10646 fonts. Currently diabled.
5386
5387         * src/encoding.C: Added new encodings: iso8859_3,iso8859_9 and
5388         symbol_encoding.
5389
5390         * src/language.C (initL): Fixed encodings for esperanto,lsorbian,
5391         magyar,turkish and usorbian.
5392
5393         * src/paragraph.C (isMultiLingual): Made more efficient.
5394
5395         * src/mathed/formula.C (LocalDispatch): Fixed behavior of greek
5396         keyboard.
5397
5398         * src/mathed/math_symbols.C (math_insert_greek): Changed to use
5399         LocalDispatch(..,LFUN_SELFINSERT,..) instead of math_insert_symbol().
5400         Also changed the prototype to "bool math_insert_greek(char)".
5401
5402 2000-07-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
5403
5404         * lots of files: apply the NEW_INSETS on all code that will not be
5405         needed when we move to use the new insets. Enable the define in
5406         lyxparagrah.h to try it.
5407         
5408         * src/insets/insettabular.C (cellstart): change to be a static
5409         inline function
5410         (InsetTabular): initialize buffer in the initializer list.
5411
5412 2000-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
5413
5414         * src/frontends/xforms/FormPrint.[Ch] : moved #include
5415         form_print.h out of the header file. Replaced with forward
5416         declarations of the relevant struct.
5417
5418         * src/frontends/xforms/FormPreferences.[Ch] : ditto for
5419         form_preferences.h.
5420
5421         * src/commandtags.h: do not include "debug.h" which does not
5422         belong there. #include it in some other places because of this
5423         change. 
5424
5425 2000-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5426
5427         * src/insets/insetcaption.C: add a couple "using" directives.
5428
5429         * src/toolbar.C (add): get the help text directly from lyxaction.
5430         (getPixmap): nuked.
5431         (setPixmap): new function. Loads from disk and sets a pixmap on a
5432         botton; the name of the pixmap file is derived from the command
5433         name. 
5434
5435         * src/toolbar.h: remove members isBitmap and pixmap from
5436         toobarItem struct. 
5437
5438         * lib/images/*.xbm *_bw.xpm: remove (not used any more).
5439         * lib/images/: move many files from images/banner.xpm.
5440
5441         * src/lyx_gui.C (create_forms): read banner pixmap from file.
5442
5443         * src/lyx_gui.C (create_forms): remove TWO_COLORS_ICONS support.
5444         * src/toolbar.C: ditto.
5445         * configure.in: ditto.
5446         * INSTALL: document. 
5447
5448         * src/spellchecker.C (ShowSpellChecker): use CancelCloseCB when
5449         the spellchecker popup is closed from the WM.
5450
5451 2000-07-19  Juergen Vigna  <jug@sad.it>
5452
5453         * src/insets/insetfloat.C (Write): small fix because we use the
5454         insetname for the type now!
5455
5456 2000-07-18  Angus Leeming  <a.leeming@ic.ac.uk>
5457
5458         * src/frontends/xforms/forms/form_citation.fd: object sizes are
5459         now set here
5460
5461         * src/frontends/Dialogs.h: removed hideCitation signal
5462
5463         * src/insets/insetcite.h: added hide signal
5464
5465         * src/insets/insetcite.C (~InsetCitation): emits new signal
5466         (getScreenLabel): "intelligent" label should now fit on the screen!
5467
5468         * src/frontends/xforms/FormCitation.[Ch] (hideInset): removed
5469
5470         * src/frontends/xforms/FormCitation.C (showInset): connects
5471         hide() to the inset's hide signal
5472         (show): modified to use fl_set_object_position rather than
5473         fl_set_object_geometry wherever possible
5474         
5475 2000-07-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
5476
5477         * src/insets/lyxinset.h: add caption code
5478
5479         * src/insets/insetfloat.C (type): new method
5480
5481         * src/insets/insetcaption.C (Write): new method
5482         (Read): new method
5483         (LyxCode): new method
5484
5485         * src/text2.C (SetCounter): revert Jürgens code, but use his idea
5486         to get it right together with using the FloatList.
5487
5488         * src/commandtags.h: add LFUN_INSET_CAPTION
5489         * src/lyxfunc.C (Dispatch): handle it
5490
5491         * src/buffer.C (parseSingleLyXformat2Token): add code to read a
5492         caption inset.
5493
5494         * src/Variables.[Ch]: make expand take a const reference, remove
5495         the destructor, some whitespace changes.
5496
5497         * src/LyXAction.C (init): add caption-inset-insert
5498
5499         * src/FloatList.C (FloatList): update the default floats a bit.
5500
5501 2000-07-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5502
5503         * src/Variables.[Ch]: new files. Intended to be used for language
5504         specific strings (like \chaptername) and filename substitution in
5505         commands. 
5506
5507         * src/trans.C (AddDeadkey): replace keyword "all" with "native" in
5508         kmap files.
5509         * lib/kbd/american.kmap: update
5510
5511         * src/trans_mgr.C (normalkey): do not test allowAccent anymore.
5512
5513         * src/bufferparams.[Ch]: remove member allowAccents.
5514
5515         * src/menus.C (ShowOptionsMenu): remove the LaTeX entry.
5516
5517         * src/LaTeXLog.C: use the log_form.h header.
5518         * src/lyx_gui.C: ditto.
5519         * src/lyx_gui_misc.C: ditto.
5520         * src/lyxvc.h: ditto.
5521
5522         * forms/log_form.fd: new file, created from latexoptions.fd. I
5523         kept the log popup and nuked the options form.
5524
5525         * src/{la,}texoptions.[Ch]: removed.
5526         * src/lyx_cb.C (LaTeXOptions): ditto
5527
5528         * src/lyx_gui.C (create_forms): do not handle the
5529         fd_latex_options form. 
5530
5531 2000-07-18  Juergen Vigna  <jug@sad.it>
5532
5533         * src/insets/insetfloat.C (InsetFloat): use setInsetName to set the
5534         name of the inset so that it can be requested outside (text2.C).
5535
5536         * src/text2.C (SetCounter): modified so it sees insetfloat for caption
5537         labels.
5538
5539 2000-07-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
5540
5541         * src/mathed/formula.h (ConvertFont): constify
5542
5543         * src/mathed/formula.C (Read): add warning if \end_inset is not
5544         found on expected place.
5545
5546         * src/insets/lyxinset.h (ConvertFont): consify
5547
5548         * src/insets/insetquotes.C (ConvertFont): constify
5549         * src/insets/insetquotes.h: ditto
5550
5551         * src/insets/insetinfo.h: add labelfont
5552
5553         * src/insets/insetinfo.C (InsetInfo): set the labelfont
5554         (ascent): use labelfont
5555         (descent): likewise
5556         (width): likewise
5557         (draw): likewise
5558         (Write): make .lyx file a bit nicer
5559
5560         * src/insets/insetfloat.C (Write): simplify somewhat...
5561         (Read): add warning if arg is not found
5562
5563         * src/insets/insetcollapsable.C: add using std::max
5564         (Read): move string token and add warning in arg is not found
5565         (draw): use std::max to get the right ty
5566         (getMaxWidth): simplify by using std::max
5567
5568         * src/insets/insetsection.h: new file
5569         * src/insets/insetsection.C: new file
5570         * src/insets/insetcaption.h: new file
5571         * src/insets/insetcaption.C: new file
5572
5573         * src/insets/inset.C (ConvertFont): constify signature
5574
5575         * src/insets/Makefile.am (libinsets_la_SOURCES): add
5576         insetcaption.[Ch] and insetsection.[Ch]
5577
5578         * src/layout.h: remove LABEL_FIRST_COUNTER from enum, change all
5579         uses to use LABEL_COUNTER_CHAPTER instead.
5580         * src/text2.C (SetCounter): here
5581
5582         * src/counters.h: new file
5583         * src/counters.C: new file
5584         * src/Sectioning.h: new file
5585         * src/Sectioning.C: new file
5586
5587         * src/Makefile.am (lyx_SOURCES): add Sectioning.[hC] and counters.[Ch]
5588
5589 2000-07-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5590
5591         * lib/Makefile.am (listerrors): build-listerrors is in ${srcdir},
5592         not always in "."!
5593
5594         * src/paragraph.[Ch] (SimpleTeXSpecialChars): fix the definition of
5595         the last argument.
5596
5597 2000-07-17  Juergen Vigna  <jug@sad.it>
5598
5599         * src/tabular.C (Validate): check if array-package is needed.
5600         (SetVAlignment): added support for vertical alignment.
5601         (SetLTFoot): better support for longtable header/footers
5602         (Latex): modified to support added features.
5603
5604         * src/LaTeXFeatures.[Ch]: added array-package.
5605
5606 2000-07-17  R. Lahaye  <lahaye@postech.ac.kr>
5607
5608         * src/lyx_gui.C (LyXGUI): make sure that the height is large
5609         enough. 
5610
5611 2000-07-17  Kayvan Sylvan <ksylvan@synopsys.com>
5612
5613         * configure.in: do not forget to put a space after -isystem.
5614
5615 2000-07-10  Dekel Tsur  <dekel@math.tau.ac.il>
5616
5617         * lib/kbd/arabic.kmap: a few fixes.
5618
5619 2000-07-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
5620
5621         * some whitespace chagnes to a number of files.
5622         
5623         * src/support/DebugStream.h: change to make it easier for
5624         doc++ to parse correctly.
5625         * src/support/lyxstring.h: ditto
5626
5627         * src/mathed/math_utils.C (compara): change to have only one
5628         operator()
5629         (MathedLookupBOP): change because of the above.
5630
5631         * src/mathed/math_delim.C (math_deco_compare): change to have only
5632         one operator()
5633         (search_deco): change becasue of the above.
5634
5635         * src/insets/insettabular.C (DrawCellSelection): use std::swap
5636         instead of manually coded one.
5637
5638         * src/insets/insetquotes.C (Read): read the \end_inset too
5639
5640         * src/insets/insetlatex.h: remove file
5641         * src/insets/insetlatex.C: remove file
5642         
5643         * src/insets/insetindex.[Ch] (InsetPrintIndex): remove default
5644         constructor 
5645         (InsetPrintIndex): remove destructor
5646
5647         * src/insets/insetinclude.h: remove default constructor
5648
5649         * src/insets/insetfloat.C: work to make it work better
5650
5651         * src/insets/inseterror.[Ch] (InsetError): remove default constructor
5652
5653         * src/insets/insetcite.h (InsetCitation): remove default constructor
5654
5655         * src/insets/insetbutton.[Ch] (InsetButton): remove default constructor
5656
5657         * src/text.C (GetColumnNearX): comment out some currently unused code.
5658
5659         * src/paragraph.C (writeFile): move some initializations closer to
5660         first use.
5661         (CutIntoMinibuffer): small change to use new matchIT operator
5662         (Erase): ditto
5663         (Erase): ditto
5664         (InsertChar): ditto
5665         (InsertInset): ditto
5666         (GetInset): ditto
5667         (GetInset): ditto
5668         (InsetIterator): ditto
5669         (Erase): small change to use new matchFT operator
5670         (InsertChar): ditto
5671         (GetFontSettings): ditto
5672         (HighestFontInRange): ditto
5673         (SetFont): ditto
5674
5675         * src/lyxparagraph.h: some chars changed to value_type
5676         (matchIT): because of some stronger checking (perhaps too strong)
5677         in SGI STL, the two operator() unified to one.
5678         (matchFT): ditto
5679
5680         * src/lyxfunc.C (Dispatch): code to insert InsetFloat improved
5681
5682         * src/buffer.C (parseSingleLyXformat2Token): static string to hold
5683         the last inset read added
5684         (parseSingleLyXformat2Token): some more (future) compability code added
5685         (parseSingleLyXformat2Token): warning about solitary \end_inset added
5686         (parseSingleLyXformat2Token): set last_inset_read
5687         (parseSingleLyXformat2Token): more code to read new "Float" correctly
5688         (parseSingleLyXformat2Token): don't double intializw string next_token
5689
5690         * src/TextCache.C (text_fits::operator()): add const's to the signature
5691         (has_buffer::operator()): ditto
5692
5693         * src/Floating.h: add some comments on the class
5694
5695         * src/FloatList.[Ch] (typeExist): new method
5696         (getType): ditto
5697
5698         * src/BackStack.h: added default constructor, wanted by Gcc.
5699
5700 2000-07-14  Juergen Vigna  <jug@sad.it>
5701
5702         * src/insets/insettext.C (clear): fixed for multiple paragraps/layouts.
5703
5704         * src/frontends/xforms/forms/form_tabular.fd: updated a bit.
5705
5706         * src/insets/insettabular.C (resizeLyXText): need this to be able to
5707         do a redraw when the window is resized!
5708         (LocalDispatch): small fix so LFUN_TAB works only with locked_inset.
5709
5710         * src/insets/insettext.C (resizeLyXText): added function to correctly
5711         being able to resize the LyXWindow.
5712
5713         * src/table.C (Read): fixed read on DOS-lyx-file (lf-lr)
5714
5715 2000-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
5716
5717         * src/frontends/Dialogs.h (hideCitation) : new signal to prevent
5718         crashes when closing dialog to a deleted inset.
5719
5720         * src/insets/insetcite.[Ch] (Edit) : the return of this former
5721         method! Now similar to other insets.
5722
5723 2000-07-13  Juergen Vigna  <jug@sad.it>
5724
5725         * src/text.C (GetVisibleRow): fixed clearing of rows with insets!
5726
5727         * lib/examples/Literate.lyx: small patch!
5728
5729         * src/insets/insetbib.C (Read): added this function because of wrong
5730         Write (without [begin|end]_inset).
5731
5732 2000-07-11  Juergen Vigna  <jug@sad.it>
5733
5734         * src/BufferView2.C (open_new_inset): changed to a bool returnvalue
5735         as the insertInset could not be good!
5736
5737         * src/screen.C (ToggleSelection): fixed toggle selection bug as
5738         the bool param should not be last.
5739
5740 2000-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5741
5742         * sigc++/configure.in: fix bug in threading-related code (Yes, I
5743         did submit that to Karl).
5744
5745         * configure.in: use -isystem instead of -I for X headers. This
5746         fixes a problem on solaris with a recent gcc; 
5747         put the front-end code after the X detection code;
5748         configure in sigc++ before lib/
5749
5750         * src/lyx_main.C (commandLineHelp): remove -display from command
5751         line help.
5752
5753 2000-07-09  Kayvan A. Sylvan  <kayvan@sylvan.com>
5754
5755         * lib/Makefile.am: added lib/build-listerrors to DIST tarfile.
5756         Also put in Makefile rules for building the ``listerrors''
5757         program for parsing errors from literate programs written in LyX.
5758
5759         * lib/build-listerrors: Added small shell script as part of compile
5760         process. This builds a working ``listerrors'' binary if noweb is
5761         installed and either 1) the VNC X server is installed on the machine,
5762         or 2) the user is compiling from within a GUI. The existence of a GUI
5763         is necessary to use the ``lyx --export'' feature for now. This
5764         hack can be removed once ``lyx --export'' no longer requires a GUI to
5765         function.
5766
5767 2000-07-09  Bernard Michael Hurley <bernardh@westherts.ac.uk>
5768
5769         * lib/examples/Literate.lyx, src/Literate.[Ch]: Error messages are
5770         now passed back correctly from gcc and placed "under" error
5771         buttons in a Literate LyX source.
5772
5773 2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
5774
5775         * src/text.C (GetColumnNearX): Better behavior when a RTL
5776         paragraph is ended by LTR text.
5777
5778         * src/text2.C (SetCurrentFont,CursorLeftIntern,CursorRightIntern):
5779         Ditto
5780
5781 2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
5782
5783         * src/WorkArea.C  (request_clipboard_cb): Set clipboard_read to
5784         true when clipboard is empty.
5785
5786 2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
5787
5788         * text.C (Backspace): Prevent rebreaking of a row if it is the last
5789         row of the paragraph.
5790         (SetHeightOfRow): Call to PrepareToPrint with 7th argument = false 
5791         to prevent calculation of bidi tables
5792
5793 2000-07-07  Juergen Vigna  <jug@sad.it>
5794
5795         * src/screen.C (ToggleSelection): added y_offset and x_offset
5796         parameters.
5797
5798         * src/insets/insettext.C (InsetMotionNotify): fixed selection with
5799         mouse.
5800
5801         * src/text.C (GetVisibleRow): fixed selection drawing in insets.
5802
5803         * src/insets/insettext.C: fixed Layout-Display!
5804
5805 2000-07-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5806
5807         * configure.in: add check for strings.h header.
5808
5809         * src/spellchecker.C: include <strings.h> in order to have a
5810         definition for bzero().
5811
5812 2000-07-07  Juergen Vigna  <jug@sad.it>
5813
5814         * src/insets/insettext.C (draw): set the status of the bv->text to
5815         CHANGED_IN_DRAW if top_x changed and so a reinit is necessary.
5816
5817         * src/screen.C (DrawOneRow): 
5818         (DrawFromTo): redraw the actual row if something has changed in it
5819         while drawing.
5820
5821         * src/text.C (draw): call an update of the toplevel-inset if something
5822         has changed inside while drawing.
5823
5824         * src/lyxtext.h: added CHANGED_IN_DRAW status.
5825
5826 2000-07-06  Angus Leeming  <a.leeming@ic.ac.uk>
5827
5828         * src/insets/insetbib.[Ch] (callback) new method, moving callback
5829         processing inside class.
5830
5831         * src/insets/insetindex.[Ch] (callback) new method, moving callback
5832         processing inside class.
5833
5834         * src/insets/insetindex.h new struct Holder, consistent with other
5835         insets.
5836
5837         * src/insets/insetcite.[Ch] and elsewhere: stripped out xforms
5838         citation dialog from main code and placed it in src/frontends/xforms.
5839         Dialog launched through signals instead of callbacks
5840         
5841 2000-07-06  R. Lahaye  <lahaye@postech.ac.kr>
5842
5843         * lyx.man: update the options description.
5844
5845 2000-07-05  R. Lahaye  <lahaye@postech.ac.kr>
5846
5847         * src/lyx_gui.C src/lyx_main.C: improve the -geometry support,
5848         handle neg values, set min width to 590, add doc about -display  
5849
5850 2000-07-05  Juergen Vigna  <jug@sad.it>
5851
5852         * src/insets/lyxinset.h: changed Painter & in ascent(), descent()
5853         calls to BufferView *.
5854
5855         * src/insets/insettext.C (checkAndActivateInset): small fix non
5856         HIGHLY_EDITABLE insets should not be entered by cursor-move-over!
5857
5858         * src/insets/insetcommand.C (Read): Fixed as insets should read till
5859         their \end_inset token!
5860
5861 2000-07-04  edscott  <edscott@imp.mx>
5862
5863         * src/lyxrc.C, src/lyxrc.h, src/BufferView_pimpl.C,
5864         lib/lyxrc.example: added option \wheel_jump
5865
5866 2000-07-04  R. Lahaye  <lahaye@postech.ac.kr>
5867
5868         * src/lyx_gui.C src/lyx_main.C: add support for -geometry, and
5869         remove support for -width,-height,-xpos and -ypos.
5870
5871 2000-07-01  Dekel Tsur  <dekel@math.tau.ac.il>
5872
5873         * src/encoding.[Ch]: New files.
5874
5875         * src/painter.C (text(int,int,XChar2b const *,...)): New method.
5876         (text): Call to the underline() method only when needed.
5877
5878         * src/font.C (XTextWidth16,width(XChar2b const *,...)): New methods.
5879
5880         * src/buffer.C (makeLaTeXFile): Compute automatically the input
5881           encoding(s) for the document.
5882
5883         * src/bufferparams.C (BufferParams): Changed default value of
5884         inputenc to "auto".
5885
5886         * src/language.C (newLang): Removed.
5887         (items[]): Added encoding information for all defined languages.
5888
5889         * src/lyx_gui.C (create_forms): Added "auto" option to the input
5890         encoding choice button.
5891
5892         * src/lyxrc.h (font_norm_type): New member variable.
5893         (set_font_norm_type): New method.
5894
5895         * src/paragraph.C (TeXOnePar): Put "\inputencoding{}" between
5896         paragraphs with different encodings.  
5897
5898         * src/text.C (is_arabic, is_nikud, TransformChar): Moved to encoding.C
5899         (TransformChar): Changed to work correctly with Arabic points.
5900         (draw): Added support for drawing Arabic points.
5901         (draw): Removed code for drawing underbars (this is done by
5902         the Painter!)
5903
5904         * src/support/textutils.h (IsPrintableNonspace): New function.
5905
5906         * src/BufferView_pimpl.h: Added "using SigC::Object".
5907         * src/LyXView.h: ditto.
5908
5909         * src/insets/insetinclude.h (include_label): Changed to mutable.
5910
5911 2000-07-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5912
5913         * src/mathed/math_iter.h: remove empty destructor
5914
5915         * src/mathed/math_cursor.h: remove empty destructor
5916
5917         * src/insets/lyxinset.h: add THEOREM_CODE
5918
5919         * src/insets/insettheorem.[Ch]: new files 
5920
5921         * src/insets/insetminipage.C: (InsertInset): remove
5922
5923         * src/insets/insetmarginal.C: inherit from InsetFootLike instead
5924         of InsetCollapsable
5925         (InsertInset): remove
5926
5927         * src/insets/insetlist.C: (InsertList): remove
5928
5929         * src/insets/insetfootlike.[Ch]: new files 
5930
5931         * src/insets/insetfoot.C: inherit from InsetFootLike instead of
5932         InsetCollapsable.
5933         (Write): remove
5934         (InsertInset): ditto
5935
5936         * src/insets/insetert.C: remove include Painter.h, reindent
5937         (InsertInset): move to header
5938
5939         * src/insets/insetcollapsable.h: remove explicit from default
5940         contructor, remove empty destructor, add InsertInset
5941
5942         * src/insets/insetcollapsable.C (InsertInset): new func
5943
5944         * src/insets/Makefile.am (libinsets_la_SOURCES): add new files
5945
5946         * src/vspace.h: add explicit to constructor
5947
5948         * src/paragraph.C (SimpleTeXSpecialChars): use \, instead of
5949         \textcompwordmark, please test this.
5950
5951         * src/lyxrc.C: set ascii_linelen to 65 by default
5952
5953         * src/lyxfunc.C (Dispatch): handle LFUN_INSET_THEOREM
5954
5955         * src/commandtags.h: add LFUN_INSET_THEOREM
5956
5957         * src/buffer.C (parseSingleLyXformat2Token): handle insettheorem
5958         (makeLinuxDocFile): remove _some_ of the nice logic
5959         (makeDocBookFile): ditto
5960
5961         * src/Painter.[Ch]: (~Painter): removed
5962
5963         * src/LyXAction.C (init): entry for insettheorem added
5964
5965         * src/LaTeX.C: get rid of the all_files array, and the TEX_FILES
5966         enum
5967         (deplog): code to detect files generated by LaTeX, needs testing
5968         (deptex): removed
5969
5970 2000-07-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
5971
5972         * src/FloatList.[Ch]: moved inlines out of line to FloatList.C
5973
5974 2000-07-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
5975
5976         * src/LaTeX.C (deplog): Add a check for files that are going to be
5977         created by the first latex run, part of the project to remove the
5978         all_files array.
5979
5980         * src/LaTeX.[Ch]: Patch from Baruch to add hebrew table of
5981         contents to the extension list.
5982
5983 2000-07-04  Juergen Vigna  <jug@sad.it>
5984
5985         * src/text.C (NextBreakPoint): added support for needFullRow()
5986
5987         * src/insets/lyxinset.h: added needFullRow()
5988
5989         * src/insets/insetcollapsable.C: redone now this uses a text-inset
5990         and isn't one.
5991
5992         * src/insets/insettext.C: lots of changes for update!
5993
5994 2000-07-03 Angus Leeming <a.leeming@ic.ac.uk>
5995
5996         * src/LaTeXFeatures.h: add a missing std:: qualifier.
5997
5998 2000-07-02 José Abílio Matos <jamatos@fep.up.pt>
5999
6000         *  src/insets/insetinclude.C (InsetInclude): fixed
6001         initialization of include_label.
6002         (unique_id): now returns a string.
6003
6004 2000-07-01 José Abílio Matos <jamatos@fep.up.pt>
6005
6006         * src/LaTeXFeatures.h: new member IncludedFiles, for
6007         a map of key, included file name.
6008
6009         * src/LaTeXFeatures.C (getIncludedFiles): returns a string
6010         with the included files for inclusion in SGML preamble,
6011         i. e., linuxdoc and docbook.
6012
6013         * src/buffer.h:
6014         * src/buffer.C (makeLinuxDocFile): takes two new arguments,
6015         nice (is the generated linuxdoc code to be exported?), that
6016         allows to remove column, and only_body that will be true for
6017         slave documents. Insets are allowed inside SGML font type.
6018         New handling of the SGML preamble for included files.
6019         (makeDocBookFile): the same for docbook.
6020
6021         * src/insets/insetinclude.h:
6022         * src/insets/insetinclude.C (Validate): keeps a list of included files.
6023         (Linuxdoc): 
6024         (DocBook): new export methods.
6025
6026         * src/lyx_cb.C: adjust to the new calling sequence for makeLinuxDocFile
6027         and makeDocBookFile.
6028
6029         * src/lyx_main.C (easyParse): accept linuxdoc and docbook as
6030         formats to export with command line argument -x.
6031
6032 2000-06-29  Juergen Vigna  <jug@sad.it>
6033
6034         * src/mathed/formula.C (LocalDispatch): changed only-cursor-movements
6035         to return DISPATCHED_NOUPDATE so that a it does not redraw the inset!
6036
6037         * src/text.C (GetVisibleRow): added 'bool cleared' parameter as the
6038         region could already been cleared by an inset!
6039
6040 2000-06-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
6041
6042         * src/BufferView_pimpl.h: remove member variables lyx_focus and
6043         work_area_focus
6044
6045         * src/BufferView_pimpl.C (Pimpl): delete init of work_area_focus
6046         and lyx_focus
6047         (cursorToggle): remove special handling of lyx focus.
6048
6049 2000-06-28  Juergen Vigna  <jug@sad.it>
6050
6051         * src/text.C (GetVisibleRow): fixed clearing of text if rowHeight >
6052         insetHeight.
6053
6054 2000-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6055
6056         * src/insets/insetindex.C (Edit): add a callback when popup is
6057         closed by the WM.
6058
6059         * src/insets/insettext.C (LocalDispatch): 
6060         * src/insets/insetmarginal.h: 
6061         * src/insets/insetlist.h: 
6062         * src/insets/insetfoot.h: 
6063         * src/insets/insetfloat.h: 
6064         * src/insets/insetert.h: add a missing std:: qualifier.
6065
6066 2000-06-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
6067
6068         * src/support/lyxsum.C (sum): '\0' teminate file read when using
6069         strstream. 
6070
6071         * src/insets/lyxinset.h: add FLOAT_CODE and MINIPAGE_CODE
6072
6073         * src/insets/insettext.C (Read): remove tmptok unused variable
6074         (LocalDispatch): add not working LFUN_PARAGRAPH_SPACING
6075         (InsertInset): change for new InsetInset code
6076
6077         * src/insets/insettext.h: add TEXT inline method
6078
6079         * src/insets/insettext.C: remove TEXT macro
6080
6081         * src/insets/insetmarginal.C (Write): new method
6082         (Latex): change output slightly
6083
6084         * src/insets/insetfoot.C (Write): new method
6085         (Latex): change output slightly (don't use endl when no need)
6086
6087         * src/insets/insetert.C (Write): new method
6088
6089         * src/insets/insetcollapsable.h: make button_length, button_top_y
6090         and button_bottm_y protected.
6091
6092         * src/insets/insetcollapsable.C (Write): simplify code by using
6093         tostr. Also do not output the float name, the children class
6094         should to that to get control over own arguments
6095
6096         * src/insets/insetfloat.[Ch] src/insets/insetlist.[Ch]
6097         src/insets/insetminipage.[Ch]:
6098         new files
6099
6100         * src/insets/Makefile.am (libinsets_la_SOURCES): add new files
6101         
6102         * src/lyxfunc.C (Dispatch): cases for new insets/commands
6103
6104         * src/Makefile.am (lyx_SOURCES): add the new files
6105
6106         * src/LyXAction.C (init): add LFUN_INSET_MARGINAL,
6107         LFUN_INSET_MINIPAGE, LFUN_INSET_FLOAT, LFUN_INSET_LIST
6108         * src/commandtags.h: ditto
6109         
6110         * src/LaTeXFeatures.h: add a std::set of used floattypes
6111
6112         * src/LaTeXFeatures.C (getPackages): add basic support for float.sty
6113
6114         * src/FloatList.[Ch] src/Floating.h: new files
6115
6116         * src/CutAndPaste.C (SwitchLayoutsBetweenClasses): change call to
6117         InsertInset. 
6118         * src/lyx_cb.C (TableApplyCB): ditto
6119         * src/text.C: ditto
6120         * src/text2.C: ditto
6121         * src/buffer.C (SimpleLinuxDocOnePar): ditto
6122         (parseSingleLyXformat2Token): ditto + add code for
6123         backwards compability for old float styles + add code for new insets
6124         
6125         * src/lyxparagraph.[Ch] (InsertChar(size_type, char, LyXFont)): new
6126         method
6127         (InsertInset(size_type, Inset *, LyXFont)): new method
6128         (InsetChar(size_type, char)): changed to use the other InsetChar
6129         with a LyXFont(ALL_INHERIT).
6130         (InsetInset(size_type, Inset*)): changed to use InsetChar to
6131         insert the META_INSET.
6132         
6133         * sigc++/thread.cc (Privete<int>::operator int&): move definition
6134         out of line. 
6135         * sigc++/thread.h (Threads): from here
6136
6137         * sigc++/scope.cc (ScopeIterator_::ScopeIterator_): move
6138         definition out of line
6139         * sigc++/scope.h: from here
6140
6141 2000-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6142
6143         * src/lyxrc.C (read): make sure the .kmap files exist when a keymap
6144         is specified (adapted from a patch from edscott <edscott@imp.mx>).
6145
6146         * Makefile.am (bindist): new target.
6147
6148         * INSTALL: add instructions for doing a binary distribution.
6149
6150         * development/tools/README.bin.example: update a bit. 
6151
6152 2000-06-26  Lior Silberman <slior@math.huji.ac.il>
6153
6154         * src/lyxrc.C: 
6155         * lib/lyxrc.example: new lyxrc tag \set_color.
6156
6157         * src/lyxfunc.C (Dispatch): 
6158         * src/commandtags.h: 
6159         * src/LyXAction.C: new lyxfunc "set-color".
6160
6161         * src/LColor.[Ch] (setColor): new method to set colors from a lyxname
6162         and an x11name given as strings.
6163
6164         * src/ColorHandler.[Ch] (updateColor): new method. Updates the GC
6165         cache when a color is changed.
6166
6167 2000-06-26  Juergen Vigna  <jug@sad.it>
6168
6169         * src/lyxrow.C (width): added this functions and variable.
6170
6171         * src/insets/insetcite.C (create_form_citation_form): some Gravity
6172         changes.
6173
6174         * src/text.C (SetHeightOfRow): fixed calcualting of width.
6175
6176 2000-06-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6177
6178         * images/undo_bw.xpm: new icon.
6179         * images/redo_bw.xpm: ditto.
6180
6181         * configure.in (INSTALL_SCRIPT): change value to
6182         ${INSTALL} to avoid failures of install-script target.
6183         * lib/reLyX/configure.in (INSTALL_SCRIPT): ditto
6184
6185         * src/BufferView.h: add a magic "friend" declaration to please
6186         compaq cxx.
6187
6188 2000-06-23  Angus Leeming <a.leeming@ic.ac.uk>
6189
6190         * forms/cite.fd: modified to allow resizing without messing
6191         up the dialog.
6192
6193         * src/insetcite.C: Uses code from cite.fd almost without
6194         tweaking. ;-)
6195         User can now resize dialog in the x-direction.
6196         Resizing the dialog in the y-direction is prevented, as the
6197         code does this intelligently already.
6198
6199 2000-06-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6200
6201         * INSTALL: remove obsolete entry in "problems" section.
6202
6203         * lib/examples/sl_*.lyx: update of the slovenian examples.
6204
6205         * src/support/FileInfo.[Ch] (getBlockSize): remove.
6206
6207 2000-06-23  Juergen Vigna  <jug@sad.it>
6208
6209         * src/lyxtext.h: added a 'cleared' flag to draw() function.
6210
6211         * src/buffer.C (resize): delete the LyXText of textinsets.
6212
6213         * src/paragraph.C (SetInsetOwner): set the owner in the insets too.
6214
6215         * src/insets/lyxinset.h: added another parameter 'cleared' to
6216         the draw() function.
6217
6218         * src/lyxfunc.C (processKeyEvent): move cursor to the right of the
6219         unlocking inset in inset.
6220
6221 2000-06-22  Juergen Vigna  <jug@sad.it>
6222
6223         * src/lyxscreen.h: added some y_offset/x_offset parameters for drawings
6224         of insets and moved first to LyXText.
6225
6226         * src/mathed/formulamacro.[Ch]:
6227         * src/mathed/formula.[Ch]: changed prototype of draw() and GetCursorPos
6228
6229 2000-06-21  Juergen Vigna  <jug@sad.it>
6230
6231         * src/text.C (GetVisibleRow): look if I should clear the area or not
6232         using Inset::doClearArea() function.
6233
6234         * src/insets/lyxinset.h: added doClearArea() function and
6235         modified draw(Painter &, ...) to draw(BufferView *, ...)
6236
6237         * src/text2.C (UpdateInset): return bool insted of int
6238
6239 2000-06-20  Dekel Tsur  <dekel@math.tau.ac.il>
6240
6241         * src/lyx_gui.C (create_forms): Add "Reset" option to the language 
6242         combox in the character popup
6243
6244         * src/lyx_cb.C (UserFreeFont): Add argument to the method:
6245         BufferParams const & params
6246
6247 2000-06-20  Juergen Vigna  <jug@sad.it>
6248
6249         * src/insets/insettext.C (SetParagraphData): set insetowner on
6250         2- paragraphs.
6251
6252 2000-06-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
6253
6254         * src/Timeout.[Ch]: Change to use signals instead of callbacks.
6255         * src/LyXView.h (struct FD_form_main): remove, LyXView inherits
6256         from SigC::Object
6257         (form_main_): remove
6258         
6259         * src/LyXView.C (LyXView_AutosaveTimerCB): remove 
6260         (create_form_form_main): remove FD_form_main stuff, connect to
6261         autosave_timeout signal
6262
6263         * src/LyXView.[Ch] (getMainForm): remove 
6264         (UpdateTimerCB): remove
6265         * src/BufferView_pimpl.h: inherit from SigC::Object
6266
6267         * src/BufferView_pimpl.C (Pimpl): connect to cursor_timeout with
6268         signal instead of callback
6269
6270         * src/BufferView.[Ch] (cursorToggleCB): remove 
6271
6272 2000-06-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
6273
6274         * src/BufferView_pimpl.C: changes because of the one below
6275
6276         * src/screen.[Ch]: Made the lyxscreen take LyXText as argument
6277         instead of storing a pointer to a LyXText. 
6278
6279         * src/buffer.[Ch]: apply Baruch's remove isdviclean patch. 
6280
6281 2000-06-10  Dekel Tsur  <dekel@math.tau.ac.il>
6282
6283         * src/lyxparagraph.h
6284
6285         * src/paragraph.C: Changed fontlist to a sorted vector.
6286
6287 2000-06-19  Juergen Vigna  <jug@sad.it>
6288
6289         * src/BufferView.h: added screen() function.
6290
6291         * src/insets/insettext.C (LocalDispatch): some selection code
6292         fixed.
6293
6294         * src/vspace.C (nextToken): use stringfunctions instead of sscanf.
6295
6296         * src/insets/insettext.C (SetParagraphData):
6297         (Read): 
6298         (InsetText):  fixes for multiple paragraphs.
6299
6300 2000-06-17  Kayvan A. Sylvan  <kayvan@sylvan.com>
6301
6302         * development/lyx.spec.in: Call configure with ``--without-warnings''
6303         to work around a bug with the Makefiles when doing ``make lyxrpm''.
6304         This should be fine, however, since we generally don't want to be
6305         verbose when making an RPM.
6306         
6307 2000-06-16  Dekel Tsur  <dekel@math.tau.ac.il>
6308
6309         * lib/scripts/fig2pstex.py: New file
6310
6311 2000-06-16  Juergen Vigna  <jug@sad.it>
6312
6313         * src/insets/insettabular.C (UpdateLocal): 
6314         * src/insets/insettext.C (UpdateLocal): fixed mark_dirty problem.
6315         (LocalDispatch): Changed all functions to use LyXText.
6316
6317 2000-06-15  Juergen Vigna  <jug@sad.it>
6318
6319         * src/text.C (SetHeightOfRow): call inset::update before requesting
6320         any width/height.
6321
6322         * src/insets/insettext.C (update): 
6323         * src/insets/insettabular.C (update): added implementation
6324
6325         * src/insets/lyxinset.h: added update function
6326
6327 2000-06-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6328
6329         * src/text.C (SelectNextWord): protect against null pointers with
6330         old-style string streams. (fix from Paul Theo Gonciari
6331         <gptheo@yahoo.com>) 
6332
6333         * src/cite.[Ch]: remove erroneous files.
6334
6335         * lib/configure.m4: update the list of created directories.
6336
6337         * src/lyxrow.C: include <config.h>
6338         * src/lyxcursor.C: ditto.
6339
6340 2000-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6341
6342         * lib/examples/decimal.lyx: new example file from Mike.
6343
6344         * src/insets/ExternalTemplate.C (readTemplates): Use LibFileSearch()
6345         to find template definitions (from Dekel)
6346
6347         * src/frontends/.cvsignore: add a few things.
6348
6349         * src/frontends/xforms/input_validators.[ch]: remove C++ comments.
6350
6351         * src/Timeout.C (TimeOut): remove default argument.
6352
6353         * src/LyXView.C (LyXView_AutosaveTimerCB): this should not have
6354         "C" linkage.
6355
6356         * src/insets/ExternalTemplate.C: add a "using" directive.
6357
6358         * src/lyx_main.h: remove the act_ struct, which seems unused
6359         anyway. 
6360
6361 2000-06-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
6362
6363         * LyX Developers Meeting: All files changed, due to random C++ (by
6364         coincidence) code generator script.
6365
6366         - external inset (cool!)
6367         - initial online editing of preferences
6368         - insettabular breaks insettext(s contents)
6369         - cleanup
6370         - some DocBook fixes
6371         - example files update
6372         - other cool stuff, create a diff and look for yourself.
6373
6374 2000-06-09  The Great LyX Application  <lyx@localhost.localdomain>
6375
6376         * src/insets/insettext.C (computeTextRows): if the maxWidth is
6377         -1 this is a non-line-breaking textinset.
6378
6379         * src/insets/insettabular.C (GetMaxWidthOfCell): returns now -1
6380         if there is no width set.
6381
6382 2000-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
6383
6384         * Lots of files: Merged the dialogbase branch.
6385
6386 2000-06-09  Allan Rae  <rae@lyx.org>
6387
6388         * src/xtl/, src/lyxfunc.[Ch], src/buffer.[Ch]:  Removed XTL and
6389         and the Dispatch methods that used it.
6390
6391         * src/frontends/Liason.[Ch]: replaced with a Liason namespace for 
6392         access to functions formerly kept in Dispatch.
6393
6394 2000-05-19  Allan Rae  <rae@lyx.org>
6395
6396         * src/PrinterParams.h, src/buffer.C, src/frontends/xforms/FormPrint.C:
6397         made to_page and count_copies integers again.  from_page remains a
6398         string however because I want to allow entry of a print range like
6399         "1,4,22-25" using this field.
6400
6401         * src/LyXAction.C: added action info and commands for buffer-print-xtl
6402         and printer-params-get.  These aren't useful from the minibuffer but
6403         could be used by a script/LyXServer app provided it passes a suitable
6404         auto_mem_buffer.  I guess I should take a look at how the LyXServer
6405         works and make it support xtl buffers.
6406
6407         * sigc++/: updated to libsigc++-1.0.1
6408
6409         * src/xtl/: updated to xtl-1.3.pl.11
6410
6411         * forms/makefile, forms/fdfix.sh, forms/layout_forms.fd: Made sure
6412         those changes done to the files in src/ are actually recreated when
6413         they  get regenerated. Please don't ever accept a patch that changes a
6414         dialog unless that patch includes the changes to the corresponding *.fd
6415         file.
6416
6417         * src/lyx_cb.C, src/support/lstrings.[hC]: Moved Stephen Witt's
6418         stringOnlyContains, renamed it and generalised it.
6419
6420         * lots-of-files: Rolled the "rae" branch over into the "dialogbase"
6421         branch.  Removed the remaining old form_print code.
6422
6423 2000-04-26  Allan Rae  <rae@lyx.org>
6424
6425         * ChangeLog, development/tools/lxtl.sh: D'oh! Got caught in the same
6426         trap I was trying to fix with the ID: fields in src/xtl/  :-)
6427
6428 2000-04-25  Allan Rae  <rae@lyx.org>
6429
6430         * src/xtl/: Updated to incorporate Angus's two patches as well as mine
6431         against a base of xtl-1.3.pl.4
6432
6433         * development/tools/lxtl.sh: fixed a couple of silly typos and now
6434         filter the Id: entries so they still show the xtl version number
6435         they are based on.
6436
6437         * src/support/lxtl.h: removed auto_mem_buffer which is now incorporated
6438         into the src/xtl code.  Patch still pending with José (XTL)
6439
6440 2000-04-24  Allan Rae  <rae@lyx.org>
6441
6442         * src/lyxfunc.[Ch] (Dispatch): Use a mem buffer as a parameter. This is
6443         both more generic and much safer. Use the new template functions.
6444         * src/buffer.[Ch] (Dispatch): ditto.
6445
6446         * src/frontends/xforms/FormPrint.C (update): Use new template functions
6447         and mem buffer more intelligently. Also a little general cleanup.
6448         (apply): ditto.
6449
6450         * configure.in (AC_OUTPUT): Extra stuff for xtl that I forgot.
6451         * development/tools/lxtl.sh: Ditto.  Makefile.am + .cvsignore
6452         * src/xtl/Makefile.am: ditto.
6453         * src/xtl/.cvsignore: ditto.
6454         * src/Makefile.am: ditto.
6455
6456         * src/PrinterParams.h: Removed the macros member functions. Added a
6457         testInvariant member function.  A bit of tidying up and commenting.
6458         Included Angus's idea for fixing operation with egcs-1.1.2.
6459
6460         * src/support/lxtl.h: Many changes.  Added auto_mem_buffer -- a really
6461         cool expansion of XTL's mem_buffer to support automatic memory
6462         management within the buffer itself.  Removed the various macros and
6463         replaced them with template functions that use either auto_mem_buffer
6464         or mem_buffer depending on a #define.  The mem_buffer support will
6465         disappear as soon as the auto_mem_buffer is confirmed to be good on
6466         other platforms/compilers.  That is, it's there so you've got something
6467         to compare against.
6468
6469         * src/xtl/objio.h: Changes to support auto_mem_buffer.  This has
6470         effectively forked XTL.  However I expect José will include my code
6471         into the next major release.  Also fixed a memory leak.
6472         * src/xtl/text.h: ditto.
6473         * src/xtl/xdr.h: ditto.
6474         * src/xtl/giop.h: ditto.
6475
6476 2000-04-16  Allan Rae  <rae@lyx.org>
6477
6478         * acinclude.m4, sigc++/acinclude.m4:  Removed -- they're generated
6479         by autogen.sh and removed by maintainer-clean anyway.
6480         * .cvsignore, sigc++/.cvsignore:  Support the above.
6481
6482         * sigc++/.cvsignore: Forgot that retbind.h was generated.
6483
6484         * src/buffer.C (Dispatch): Couldn't print a single page. Fixed.
6485
6486         * src/frontends/xforms/FormPrint.[Ch]: Switched to C callbacks using
6487         macros, renamed static callback-target member functions to suit new
6488         scheme and made them public.
6489         * src/frontends/xforms/forms/form_print.fd: ditto.
6490         * src/frontends/xforms/forms/form_copyright.fd: ditto.
6491
6492         * src/support/lxtl.h: small cleanup to use typedef instead of #define
6493         for gui_format.
6494
6495         * src/xtl/: New directory containing a minimal distribution of XTL.
6496         This is XTL-1.3.pl.4.
6497
6498         * development/tools/lxtl.sh: A script to generate the above mini-dist.
6499
6500 2000-04-15  Allan Rae  <rae@lyx.org>
6501
6502         * development/tools/makeLyXsigc.sh: Remove the library version numbers
6503
6504         * sigc++/:  Updated to libsigc++-1.0.0
6505
6506 2000-04-14  Allan Rae  <rae@lyx.org>
6507
6508         * src/frontends/xforms/xform_macros.h: Remove specific macros and just
6509         use the generic ones in future.  I'll modify my conversion script.
6510
6511         * src/frontends/xforms/FormCopyright.C: Reverse the earlier change.
6512
6513         * src/lyx_gui_misc.[Ch]: Removed references to form_print.
6514         (CloseAllBufferRelatedDialogs): Renamed.
6515         (updateAllVisibleBufferRelatedDialogs): ditto. Added LaTeXLog
6516
6517         * src/frontends/xforms/FormCopyright.C: Use the specific macros instead
6518         of the generic ones.  These are the same ones my conversion script
6519         generates.
6520
6521         * src/PrinterParams.h: Allow you to print a range of odd or even pages.
6522         * src/frontends/xforms/FormPrint.C (apply, update): ditto+small cleanup
6523         * src/buffer.C (Dispatch): ditto
6524
6525         * src/LyXView.C (LyXView): Use new signals instead of old hard coded
6526         functions for updating and hiding buffer dependent dialogs.
6527         * src/BufferView.C (buffer): ditto
6528         * src/buffer.C (setReadonly): ditto
6529         * src/lyxfunc.C (CloseBuffer): ditto
6530
6531         * src/buffer.h: Take setReadonly() out of line so I don't have to include
6532         Dialogs.h, and hence all the SigC stuff, into every file that includes
6533         buffer.h.  We also don't need to include lyx_gui_misc.h in everything.
6534
6535         * src/BufferView2.C: reduce the number of headers included by buffer.h
6536
6537 2000-04-11  Allan Rae  <rae@lyx.org>
6538
6539         * src/frontends/xforms/xform_macros.h:  A small collection of macros
6540         for building C callbacks.
6541
6542         * src/frontends/xforms/Makefile.am: Added above file.
6543
6544         * src/frontends/xforms/FormCopyright.[Ch]: Revised the C callback
6545         scheme again.  This time it should work for JMarc.  If this is
6546         successful I'll revise my conversion script to automate some of this.
6547         The static member functions in the class also have to be public for
6548         this scheme will work.  If the scheme works (it's almost identical to
6549         the way BufferView::cursorToggleCB is handled so it should work) then
6550         FormCopyright and FormPrint will be ready for inclusion into the main
6551         trunk immediately after 1.1.5 is released -- provided we're prepared
6552         for complaints about lame compilers not handling XTL.
6553
6554         * src/support/lxtl.h: Switched to XDR_format instead of raw_format.
6555
6556 2000-04-07  Allan Rae  <rae@lyx.org>
6557
6558         * config/lyxinclude.m4:  A bit more tidying up (Angus)
6559
6560         * src/LString.h: JMarc's <string> header fix
6561
6562         * src/PrinterParams.h: Used string for most data to remove some
6563         ugly code in the Print dialog and avoid even uglier code when 
6564         appending the ints to a string for output.
6565
6566         * src/buffer.C (Dispatch): Added a couple of braces to fix an error
6567         and moved "default:" back to the end of switch statement.  Cleaned
6568         up the printing so it uses the right function calls and so the
6569         "print to file" option actually puts the file in the right directory.
6570
6571         * src/frontends/xforms/Dialogs.C: Added FormPrint (Angus).
6572
6573         * src/frontends/xforms/FormPrint.C (PrintInputCB): moved input checking
6574         and Ok+Apply button control into a separate method: input (Angus).
6575         (input) Cleaned it up and improved it to be very thorough now.
6576         (All CB) static_cast used instead of C style cast (Angus).  This will
6577         probably change again once we've worked out how to keep gcc-2.8.1 happy
6578         with real C callbacks.
6579         (update) add a few "default:" labels to switches. Egcs-1.1.2 seems to
6580         ignore some of the bool settings and has random numbers instead. Needs
6581         some more investigation.  Added other input length checks and checking
6582         of file and printer names.
6583
6584         * src/frontends/xforms/FormPrint.h: Removed pragma statement so it
6585         would link (Angus).  Seems the old code doesn't compile with the pragma
6586         statement either.  Separated callback entries from internal methods.
6587
6588         * src/lyxfunc.C (Dispatch): LFUN_MENUPRINT calls new dialog (Angus).
6589
6590 2000-03-17  Allan Rae  <rae@lyx.org>
6591
6592         * src/lyxfunc.[Ch] (isAvailable): This is only temporary.  Do we really
6593         need it?  Maybe it could go in Dialogs instead?  I could make it a
6594         LFUN but you'd have to call Dispatch(int, int, char*) with dummy
6595         values to get the bool return value.
6596         (Dispatch): New overloaded method for xtl support.
6597
6598         * src/frontends/xforms/FormCopyright.[Ch]: Modified to use a friendly
6599         extern "C" callback instead of static member functions.  Hopefully,
6600         JMarc will be able to compile this.  I haven't changed 
6601         forms/form_copyright.fd yet. Breaking one of my own rules already.
6602
6603         * src/commandtags.h: New xtl-based LFUN's no description in LyXAction
6604         because they aren't useful from the minibuffer.  Maybe a LyXServer
6605         might want a help message though?
6606
6607         * src/buffer.[Ch] (Dispatch): New overloaded method for xtl support.
6608
6609         * config/lyxinclude.m4: Changes to g++ flags to suit compiling with
6610         xtl which needs both rtti and exceptions.
6611
6612         * src/support/Makefile.am:
6613         * src/support/lxtl.h: New file.  Some helper macros for using XTL.
6614
6615         * src/frontends/xforms/input_validators.[ch]: input filters and
6616         validators.  These conrol what keys are valid in input boxes.
6617         Use them and write some more.  Much better idea than waiting till
6618         after the user has pressed Ok to say that the input fields don't make
6619         sense.
6620
6621         * src/frontends/xforms/Makefile.am:
6622         * src/frontends/xforms/forms/form_print.fd:
6623         * src/frontends/xforms/forms/makefile:
6624         * src/frontends/xforms/FormPrint.[Ch]: Ported previous print form to
6625         new scheme.  Still have to make sure I haven't missed anything from
6626         the current implementation.
6627
6628         * src/Makefile.am, src/PrinterParams.h: New data store.
6629
6630         * other files: Added a couple of copyright notices.
6631
6632 2000-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6633
6634         * src/insets/insetbib.h: move Holder struct in public space.
6635
6636         * src/frontends/include/DialogBase.h: use SigC:: only when
6637         SIGC_CXX_NAMESPACES is defined.
6638         * src/frontends/include/Dialogs.h: ditto.
6639
6640         * sigc++/Makefile.am (%.h): use the autodected GNU m4.
6641
6642         * src/frontends/xforms/FormCopyright.[Ch]: do not
6643         mention SigC:: explicitely.
6644
6645 2000-03-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6646
6647         * config/lyxinclude.m4 (LYX_USE_FRONTEND): move the code which
6648         deals with testing KDE in main configure.in
6649         * configure.in: ditto.
6650
6651 2000-02-22  Allan Rae  <rae@lyx.org>
6652
6653         * Lots of files: Merged from HEAD
6654
6655         * All Makefile.am (ETAGS_ARGS): use parameter that is also compatible
6656         with the etags shipped with SuSE-6.3 (fancier than gnu-etags).
6657
6658         * autogen.sh: Fix JMarcs complaints by building a sigc++/acinclude.m4
6659
6660         * sigc++/: new minidist.
6661
6662 2000-02-14  Allan Rae  <rae@lyx.org>
6663
6664         * development/tools/makeLyXsigc.sh:  Small fix for Makefile.am
6665
6666 2000-02-08  Juergen Vigna  <jug@sad.it>
6667
6668         * src/frontends/kde/dlg/formcopyrightdialog.kdevdlg: the dialog data
6669         file for the buildin GUI builder of KDevelop of the copyright-dialog.
6670
6671         * src/frontends/kde/lyxgui.kdevprj: I added this as I use KDevelop
6672         for this port and so it is much easier for other people to port
6673         dialogs in a common development environment.
6674
6675         * src/frontends/kde/formcopyrightdialog_moc.C: needed MOC file for
6676         the QT/KDE implementation.
6677
6678         * src/frontends/kde/Dialogs.C:
6679         * src/frontends/kde/FormCopyright.C:
6680         * src/frontends/kde/FormCopyright.h:
6681         * src/frontends/kde/Makefile.am:
6682         * src/frontends/kde/formcopyrightdialog.C:
6683         * src/frontends/kde/formcopyrightdialog.h:
6684         * src/frontends/kde/formcopyrightdialogdata.C: added this source-files
6685         for the kde support of the Copyright-Dialog.
6686
6687         * src/frontends/Makefile.am (AUTOMAKE_OPTIONS): now uses @FRONTEND@
6688         subdir-substitution instead of hardcoded 'xforms' as we now have also
6689         the kde subdir.
6690
6691         * src/frontends/include/DialogBase.h (Object): just commented the
6692         label after #endif (nasty warning and I don't like warnings ;)
6693
6694         * src/main.C (main): added KApplication initialization if using
6695         KDE frontend-GUI.
6696
6697         * src/lyx_gui.C (runTime): added support for multiple toolkit support.
6698         For now only the KDE event-loop is added if frontend==kde.
6699
6700         * src/Makefile.am (lyx_DEPENDENCIES): added @FRONTEND_xxx@ support
6701
6702         * configure.in: added support for the --with-frontend[=value] option
6703
6704         * autogen.sh: added kde.m4 file to list of config-files
6705
6706         * acconfig.h: added define for KDEGUI-support
6707
6708         * config/kde.m4: added configuration functions for KDE-port
6709
6710         * config/lyxinclude.m4: added --with-frontend[=value] option with
6711         support for xforms and KDE.
6712
6713 2000-02-08  Allan Rae <rae@lyx.org>
6714
6715         * all Makefile.am:  Fixed up so the make targets dist, distclean, 
6716         install and uninstall all work even if builddir != srcdir.  Still
6717         have a new sigc++ minidist update to come.
6718
6719         * config/lyxinclude.m4: Some more builddir!=srcdir fixes.
6720
6721 2000-02-01  Allan Rae <rae@lyx.org>
6722
6723         * config/lyxinclude.m4, development/tools/makeLyXsigc.sh:
6724         Many mods to get builddir != srcdir working.
6725         
6726         * sigc++/: Upgraded to 0.8.7.  This includes many needed fixes both
6727         for building on NT and so we can do the builddir != srcdir stuff.
6728
6729 2000-01-30  Allan Rae <rae@lyx.org>
6730
6731         * sigc++/doc/*: Selected documentation for the libsigc++ mini dist.
6732         This will stay in "rae" branch.  We probably don't really need it in
6733         the main trunk as anyone who wants to help programming it should get
6734         a full library installed also.  So they can check both included and
6735         system supplied library compilation.
6736
6737         * sigc++/*, sigc++/macros/*, config/sigc++.m4, config/lyxinclude.m4:
6738         Added a 'mini' distribution of libsigc++.  If you feel the urge to 
6739         change something in these directories - Resist it.  If you can't 
6740         resist the urge then you should modify the following script and rebuild
6741         the dist.  LYX_WITH_SIGC in lyxinclude.m4 is the wrapper to make it
6742         all happen.  Still uses a hacked version of libsigc++'s configure.in.
6743         I'm quite happy with the results.  I'm not sure the extra work to turn
6744         the sigc++/configure.in into a few extra AC_DEFUNs in sigc++.m4 is
6745         worth the trouble and would probably lead to extra maintenance 
6746         headaches.
6747         I haven't tested the following important make targets: install, dist.
6748         Not ready for prime time but very close.  Maybe 1.1.5.
6749
6750         * development/tools/makeLyXsigc.sh:  A shell script to automatically
6751         generate our mini-dist of libsigc++.  It can only be used with a CVS
6752         checkout of libsigc++ not a tarball distribution.  It's well commented.
6753         This will end up as part of the libsigc++ distribution so other apps
6754         can easily have an included mini-dist.  If someone makes mods to the
6755         sigc++ subpackage without modifying this script to generate those
6756         changes I'll be very upset!
6757
6758         * src/frontends/:  Started the gui/system indep structure.
6759
6760         * src/frontends/include/Dialogs.h: Dialog container. All the Signal<>s
6761         to access the gui-indep dialogs are in this class.  Much improved
6762         design compared to previous revision.  Lars,  please refrain from
6763         moving this header into src/ like you did with Popups.h last time.
6764
6765         * src/frontends/include/DialogBase.h: Abstract base class for dialogs.
6766
6767         * src/frontends/xforms/:  Started the gui-indep system with a single
6768         dialog: FormCopyright.  Initial testing of use of libsigc++ was very
6769         successful.
6770
6771         * src/frontends/xforms/forms: Repository for the xforms .fd files.
6772         Here you'll find a very useful makefile and automated fdfix.sh that
6773         makes updating dailogs a no-brainer -- provided you follow the rules
6774         set out in the README.  I'm thinking about adding another script to
6775         automatically generate skeleton code for a new dialog given just the
6776         name of the dialog.
6777
6778         * src/commandtags.h, src/lyxfunc.C, src/menus.C:
6779         * src/credits.{Ch}, src/credits_form.{Ch}, forms/credits_form.fd:
6780         Made FormCopyright gui-indep and added a lyxfunc to get to it.
6781
6782 2000-06-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
6783
6784         * src/support/LSubstring.C (operator): simplify
6785
6786         * src/lyxtext.h: removed bparams, use buffer_->params instead
6787         
6788         * src/lyxrow.h: make Row a real class, move all variables to
6789         private and use accessors.
6790
6791         * src/lyxparagraph.h (getParLanguage): add BufferParamas as
6792         arguament.
6793         (isRightToLeftPar): ditto
6794         (ChangeLanguage): ditto
6795         (isMultiLingual): ditto
6796         (String): ditto
6797         (TeXOnePar): ditto
6798         (SimpleTeXOnePar): ditto
6799         (TeXEnvironment): ditto
6800         (GetEndLabel): ditto
6801         (SetLayout): ditto
6802         (SetOnlyLayout): ditto
6803         (BreakParagraph): ditto
6804         (BreakParagraphConservative): ditto
6805         (GetFontSettings): ditto
6806         (getFont): ditto
6807         (CopyIntoMinibuffer): ditto
6808         (CutIntoMinibuffer): ditto
6809         (PasteParagraph): ditto
6810         (SetPExtraType): ditto
6811         (UnsetPExtraType): ditto
6812         (DocBookContTableRows): ditto
6813         (SimpleDocBookOneTablePar): ditto
6814         (TeXDeeper): ditto
6815         (TeXFootnote): ditto
6816         (SimpleTeXOneTablePar): ditto
6817         (TeXContTableRows): ditto
6818         (SimpleTeXSpecialChars): ditto
6819         
6820
6821         * src/lyxcursor.h: make LyXCursor a real class, move all variables
6822         to private and use accessors.
6823
6824         * src/lyx_cb.C: remove char updatetimer, and all code that uses
6825         this, we did not use it anymore and has not been for ages. Just a
6826         waste of cpu cycles.
6827
6828         * src/language.h: make Language a real class, move all variables
6829         to private and use accessors.
6830
6831         * src/BufferView_pimpl.C (Pimpl): use new timer code.
6832         (create_view): remove
6833         (update): some changes for new timer
6834         (cursorToggle): use new timer
6835         (beforeChange): change for new timer
6836
6837         * src/BufferView.h (cursorToggleCB): removed last paramter because
6838         of new timer code. 
6839
6840         * src/BufferView.C (C_BufferView_CursorToggleCB): removed 
6841         (cursorToggleCB): change because of new timer code
6842
6843         * lib/CREDITS: updated own mailaddress
6844
6845 2000-06-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6846
6847         * src/support/filetools.C (PutEnv): fix the code in case neither
6848         putenv() nor setenv() have been found.
6849
6850         * INSTALL: mention the install-strip Makefile target.
6851
6852         * src/LyXAction.C (init): make LFUN_BUILDPROG available in
6853         read-only documents.
6854
6855 2000-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6856
6857         * lib/reLyX/configure.in (VERSION): avoid using a previously
6858         generated reLyX wrapper to find out $prefix.
6859
6860         * lib/examples/eu_adibide_lyx-atua.lyx: 
6861         * lib/examples/eu_adibide_gordina.lyx: new examples for the Basque
6862         translation of the Tutorial (Dooteo)
6863
6864 2000-06-06  Angus Leeming <a.leeming@ic.ac.uk>
6865
6866         * forms/cite.fd: new citation dialog
6867
6868         * src/insetcite.[Ch]: the new citation dialog is moved into
6869         its own files.
6870
6871         * src/insetbib.C: InsetBibtex::getKeys() uses STL containers
6872         (Dekel).
6873
6874         * src/insets/insetcommand.h: data members made private. 
6875
6876 2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
6877
6878         * LyX 1.1.5 released
6879
6880 2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
6881
6882         * src/version.h (LYX_RELEASE): to 1.1.5
6883
6884         * src/spellchecker.C (RunSpellChecker): return false if the
6885         spellchecker dies upon creation.
6886
6887 2000-06-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6888
6889         * lib/reLyX/reLyXmain.pl, lib/reLyX/LastLyX.pm: fix suffix of file
6890         in \include{} (from Tomasz Motylewski <motyl@stan.chemie.unibas.ch>) 
6891         
6892         * NEWS: update.
6893
6894         * lib/CREDITS: update entry for Martin Vermeer.
6895
6896 2000-06-06  Dekel Tsur  <dekel@math.tau.ac.il>
6897
6898         * src/text.C (draw): Draw foreign language bars at the bottom of
6899         the row instead of at the baseline.
6900
6901         * lib/examples/Minipage.lyx: Use the new multi-lingual support.
6902
6903 2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
6904
6905         * lib/bind/de_menus.bind: updated
6906
6907 2000-06-05  Dekel Tsur  <dekel@math.tau.ac.il>
6908
6909         * forms/lyx.fd: Correct gravity for objects in form_toc and form_ref
6910
6911 2000-06-05  Dekel Tsur  <dekel@math.tau.ac.il>
6912
6913         * src/menus.C (Limit_string_length): New function
6914         (ShowTocMenu): Limit the number of items/length of items in the
6915         LOT/LOF/LOA menus.
6916
6917         * src/paragraph.C (String): Correct result for a paragraph inside
6918         a footnote.
6919
6920 2000-06-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
6921
6922         * src/bufferlist.C (close): test of buf->getuser() == NULL
6923
6924 2000-06-02  Dekel Tsur  <dekel@math.tau.ac.il>
6925
6926         * src/BufferView2.C (removeAutoInsets): Fix a bug: 
6927         Do not call to SetCursor when the paragraph is a closed footnote!
6928
6929 2000-06-01  Dekel Tsur  <dekel@math.tau.ac.il>
6930
6931         * src/insets/insetlabel.C (Edit): Mark buffer as dirty when a
6932         label is changed.
6933
6934         * src/text.C (SetCursor): Made the computation of cursor_vpos safer.
6935
6936 2000-05-31 Dekel Tsur  <dekel@math.tau.ac.il>
6937
6938         * forms/lyx.fd
6939         * src/lyx_cb.C (RefSelectCB): Added "Go Back" button in the insert
6940         reference popup, that activates the reference-back action
6941
6942         * src/menus.C (ShowRefsMenu): Added "Go Back" menu item.
6943
6944         * src/menus.C (Add_to_refs_menu): Limit the size of each item in
6945         the menus. Also fixed a bug.
6946
6947         * src/lyx_cb.C (updateAllVisibleBufferRelatedPopups): Do not close 
6948         the math panels when switching buffers (unless new buffer is readonly).
6949
6950         * src/BufferView.C (NoSavedPositions)
6951         * src/BufferView_pimpl.C (NoSavedPositions): New methods
6952
6953 2000-06-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
6954
6955         * src/lyx_cb.C (MakeLaTeXOutput): we run MakeLaTeXOutput regard
6956         less of dvi dirty or not.
6957
6958         * src/trans_mgr.[Ch] (insert): change first parameter to string
6959         const &.  
6960
6961         * src/chset.[Ch] (encodeString): add const to first parameter
6962
6963 2000-05-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
6964
6965         * src/support/lyxstring.C (begin): fix a "shared" string bug. use
6966         rep->get_own_copy()
6967         (end): ditto
6968
6969         * src/LaTeX.C (deplog): better searching for dependency files in
6970         the latex log. Uses now regexps.
6971
6972         * lib/layouts/stdlists.inc (lyxlist): fix the label to use \hfil
6973         instead of the box hack or \hfill. 
6974
6975 2000-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6976
6977         * src/lyxfunc.C (doImportHelper): do not create the file before
6978         doing the actual import. 
6979         (doImportASCIIasLines): create a new file before doing the insert.
6980         (doImportASCIIasParagraphs): ditto.
6981
6982         * lib/lyxrc.example: remove mention of non-existing commands
6983
6984         * lyx.man: remove mention of color-related switches.
6985
6986         * src/lyxrc.C: remove RC_SELECTIONCOLOR and RC_BACKGROUNDCOLOR. 
6987
6988         * src/lyx_gui.C: remove all the color-related ressources, which
6989         are not used anymore.
6990
6991         * src/lyx_gui_misc.C (WarnReadonly): use MakeDisplayPath on file
6992         name. 
6993
6994 2000-05-31 Dekel Tsur  <dekel@math.tau.ac.il>
6995
6996         * src/lyxrc.C (read): Add a missing break in the switch
6997
6998 2000-05-30 Dekel Tsur  <dekel@math.tau.ac.il>
6999
7000         * src/text2.C (InsertStringA): Fix a bug with insertion into table
7001         
7002         * src/trans_mgr.C (insertVerbatim): Do not use insetquote when the
7003         text is Hebrew.
7004
7005 2000-05-27  Dekel Tsur  <dekel@math.tau.ac.il>
7006
7007         * src/text.C (draw): draw bars under foreign language words.
7008         
7009         * src/LColor.[Ch]: add LColor::language
7010
7011 2000-05-27 Dekel Tsur  <dekel@math.tau.ac.il>
7012
7013         * src/lyxcursor.h (boundary): New member variable
7014
7015         * src/text.C (IsBoundary): New methods
7016
7017         * src/text.C: Use the above for currect cursor movement when there
7018         is both RTL & LTR text.
7019         
7020         * src/text2.C: ditto
7021         
7022         * src/bufferview_funcs.C (ToggleAndShow): ditto
7023
7024 2000-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7025
7026         * src/text.C (DeleteLineForward): set selection to true to avoid
7027         that DeleteEmptyParagraphMechanism does some magic. This is how it
7028         is done in all other functions, and seems reasonable.
7029         (DeleteWordForward): do not jump over non-word stuff, since
7030         CursorRightOneWord() already does it.
7031         
7032         Remove the CHECK tag from DeleteLineForward, DeleteWordForward and
7033         DeleteWordBackward, since they seem safe to me (since selection is
7034         set to "true") DeleteEmptyParagraphMechanism does nothing.
7035
7036 2000-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7037
7038         * src/lyx_main.C (easyParse): simplify the code by factoring the
7039         part that removes parameters from the command line.
7040         (LyX): check wether wrong command line options have been given.
7041
7042 2000-05-29  Lior Silberman <slior@math.huji.ac.il>
7043
7044         * src/lyx_main.C : add support for specifying user LyX
7045         directory via command line option -userdir.
7046
7047 2000-05-26 Dekel Tsur  <dekel@math.tau.ac.il>
7048
7049         * src/menus.C (Add_to_toc_menu): Limit the number of popups, and
7050         the number of items per popup.
7051         (Add_to_refs_menu): Ditto.
7052         
7053 2000-05-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7054
7055         * src/lyxparagraph.h: renamed ClearParagraph() to
7056         StripLeadingSpaces() and moved it to paragraph.C. We pass the
7057         textclass as parameter, and do nothing if free_spacing is
7058         true. This fixes part of the line-delete-forward problems.
7059
7060         * src/CutAndPaste.C (cutSelection): use StripLeadingSpaces.
7061         (pasteSelection): ditto.
7062         (SwitchLayoutsBetweenClasses): more translatable strings.
7063
7064         * src/text2.C (CutSelection): use StripLeadingSpaces.
7065         (PasteSelection): ditto.
7066         (DeleteEmptyParagraphMechanism): ditto.
7067
7068 2000-05-26  Juergen Vigna  <jug@sad.it>
7069
7070         * src/TabularLayout.C (TabularOptionsCB): removed delete-table as this
7071         is not needed in tabular insets.
7072
7073         * src/insets/insettabular.C (TabularFeatures): added missing features.
7074
7075         * src/tabular.C (DeleteColumn):
7076         (AppendColumn): 
7077         (AppendRow): implemented this functions
7078         (cellsturct::operator=): clone the inset too; 
7079
7080 2000-05-23  Juergen Vigna  <jug@sad.it>
7081
7082         * src/insets/insettabular.C (LocalDispatch): better selection support
7083         when having multicolumn-cells.
7084
7085 2000-05-26  Jose Abilio Oliveira Matos <jamatos@novalis.fc.up.pt>
7086
7087         * lib/layouts/linuxdoc.layout: fix indentation of paragraphs.
7088
7089 2000-05-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7090
7091         * src/ColorHandler.C (getGCForeground): put more test into _()
7092
7093         * lib/examples/eu_splash.lyx: new file (Basque translation) from
7094         Dooteo. 
7095
7096         * config/lyxinclude.m4 (LYX_PROG_CXX): use ${CXX} and not g++ to
7097         get the version.
7098
7099 2000-05-25 Dekel Tsur  <dekel@math.tau.ac.il>
7100
7101         * src/lyx_cb.C (RefUpdateCB): disable appropriate buttons when
7102         there are no labels, or when buffer is readonly.
7103
7104         * src/menus.C (ShowRefsMenu) disable appropriate menu items when
7105         there are no labels, buffer is SGML, or when buffer is readonly.
7106
7107 2000-05-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
7108
7109         * src/LColor.C (LColor): change a couple of grey40 to grey60
7110         (LColor): rewore initalization to make compiles go some magnitude
7111         faster.
7112         (getGUIName): don't use gettext until we need the string.
7113
7114 2000-05-09  Dekel Tsur  <dekel@math.tau.ac.il>
7115
7116         * src/Bullet.[Ch]: Fixed a small bug.
7117
7118 2000-05-21  Dekel Tsur  <dekel@math.tau.ac.il>
7119
7120         * src/paragraph.C (String): Several fixes/improvements
7121
7122         * src/insets/insetbib.[Ch] (InsetCitation::Ascii) New method
7123
7124 2000-05-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
7125
7126         * src/paragraph.C (String): give more correct output.
7127
7128 2000-05-20  Dekel Tsur  <dekel@math.tau.ac.il>
7129
7130         * src/lyxfont.C (stateText) Do not output the language if it is
7131         eqaul to the language of the document.
7132
7133         * src/paragraph.C (TeXOnePar): Do not put language switch commands
7134         between two paragraphs with the same language.
7135
7136         * src/paragraph.C (getParLanguage) Return a correct answer for an
7137         empty dummy paragraph.
7138
7139         * src/menus.C (ShowTocMenu): Do not draw lines between LOF/LOT/LOA
7140         menus.
7141
7142         * src/menus.C (ShowLayoutMenu) Add "Start of Appendix" item to the
7143         layout menu.
7144
7145         * src/lyx_gui.C (init): Try to use helvetica (or fixed) fonts for
7146         the menus/popup, if requested fonts are unavailable.
7147
7148 2000-05-22  Juergen Vigna  <jug@sad.it>
7149
7150         * src/insets/insettabular.C (LocalDispatch): added some more cursor
7151         movement support (Up/Down/Tab/Shift-Tab).
7152         (LocalDispatch): added also preliminari cursor-selection.
7153
7154         * src/LyXAction.C (init): added SHIFT-Tab as tab-backward.
7155
7156         * src/paragraph.C (PasteParagraph): Hopefully now right!
7157
7158 2000-05-22  Garst R. Reese  <reese@isn.net>
7159
7160         * layouts/hollywood.layout, broadway.layout : move Dialogue to top
7161          of list, change all references to Environment to Command
7162         * tex/hollywood.cls : rewrite environments as commands, add 
7163         \uppercase to interiorshot and exteriorshot to force uppecase.
7164         * tex/broadway.cls : rewrite environments as commands. Tweak
7165         whitespace.
7166
7167 2000-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7168
7169         * src/menus.C (Add_to_toc_menu): fix the code which limits the
7170         size of items: use a constant intead of the hardcoded 40, and more
7171         importantly do not remove the %m and %x tags added at the end.
7172         (Add_to_refs_menu): use vector::size_type instead of
7173         unsigned int as basic types for the variables. _Please_ do not
7174         assume that size_t is equal to unsigned int. On an alpha, this is
7175         unsigned long, which is _not_ the same.
7176
7177         * src/language.C (initL): remove language "hungarian", since it
7178         seems that "magyar" is better.
7179
7180 2000-05-22  Juergen Vigna  <jug@sad.it>
7181
7182         * src/CutAndPaste.C: hopefully fixed memory the problem defenitively!
7183
7184         * src/tabular.C (OldFormatRead): added \end_deeper to the end LyXTable
7185         end markers!
7186
7187         * src/paragraph.C (PasteParagraph): Possibly a memory leak as
7188         next was deleted but not set to 0.
7189
7190 2000-05-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
7191
7192         * src/language.C (initL): change the initialization of languages
7193         so that compiles goes _fast_.
7194
7195         * src/menus.C (Add_to_toc_menu): limit the line length in TOC to
7196         40 chars.
7197
7198         * src/lyxfunc.C (processKeyEvent): initalize keysym_return to 0.
7199
7200 2000-05-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
7201
7202         * release 1.1.5pre3
7203
7204 2000-05-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
7205
7206         * src/WorkArea.C (request_clipboard_cb): give "C" linkage.
7207
7208 2000-05-19  Dekel Tsur  <dekel@math.tau.ac.il>
7209
7210         * src/commandtags.h
7211         * src/LyXAction.C
7212         * src/lyxfunc.C (Dispatch): Added LFUN_LOFVIEW, LFUN_LOTVIEW
7213         and LFUN_LOAVIEW
7214         
7215         * src/insets/insetlo*.[Ch]: Made editable
7216
7217 2000-05-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
7218
7219         * src/text2.C (SetSelection): call BufferView::stuffClipboard with
7220         the current selection.
7221
7222         * src/BufferView_pimpl.C (stuffClipboard): new method
7223
7224         * src/BufferView.C (stuffClipboard): new method
7225
7226         * src/paragraph.C (String): new method
7227
7228         * src/LColor.C (getFromLyXName): return LColor::inherit instead of
7229         LColor::ignore when lyxname is not found.
7230
7231         * src/BufferView.C (pasteSelection): new method
7232
7233         * src/BufferView_pimpl.C (pasteSelection): new method
7234
7235         * src/lyxfunc.C (Dispatch): use the new clipboard functions.
7236
7237         * src/WorkArea.C (request_clipboard_cb): new static function
7238         (getClipboard): new method
7239         (putClipboard): new method
7240
7241 2000-05-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
7242
7243         * LyX 1.1.5pre2 released
7244
7245 2000-05-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
7246
7247         * src/vspace.C (operator=): removed
7248         (operator=): removed
7249
7250         * src/lyx_gui_misc.C (askForText): manually set the type in make_pair
7251
7252         * src/layout.C (NumberOfClass): manually set the type in make_pair
7253         (NumberOfLayout): ditto
7254
7255         * src/language.C: use the Language constructor for ignore_lang
7256
7257         * src/language.h: add constructors to struct Language
7258
7259         * src/BufferView_pimpl.C (scrollDown): change to pair<float, float>
7260
7261         * src/text2.C (SetCursorIntern): comment out #warning
7262
7263         * src/mathed/math_symbols.C (pixmapFromBitmapData): add const_cast
7264
7265         * src/mathed/math_iter.h: initialize sx and sw to 0
7266
7267 2000-05-10  Dekel Tsur  <dekel@math.tau.ac.il>
7268
7269         * forms/lyx.fd: Redesign of form_ref
7270
7271         * src/LaTeXFeatures.[Ch]
7272         * src/buffer.C
7273         * src/lyx_cb.C
7274         * src/menus.C   
7275         * src/insets/insetref.[Ch]: Added support for varioref and prettyref.
7276
7277         * src/buffer.h
7278         * src/lyxparagraph.h: Added new classes: LyXParagraph::inset_iterator
7279         and Buffer::inset_iterator.
7280
7281         * src/menus.C: Added new menus: TOC and Refs.
7282
7283         * src/insets/insetlabel.C (Edit) Made InsetLabel editable.
7284
7285         * src/buffer.C (getTocList): New method.
7286
7287         * src/BufferView2.C (ChangeRefs): New method.
7288
7289         * src/buffer.C (getLabelList): New method. It replaces the old
7290         getReferenceList. The return type is vector<string> instead of 
7291         string.
7292
7293         * src/insets/insetinclude.C (getLabelList): New method. Replaces
7294         the old getLabel() and GetNumberOfLabels() methods.
7295         * src/insets/insetlabel.C (getLabelList): ditto
7296         * src/mathed/formula.C (getLabelList): ditto
7297         
7298         * src/paragraph.C (String): New method.
7299
7300         * src/lyx_cb.C (TocSelectCB,TocUpdateCB): Rewritten.
7301         Uses the new getTocList() method. 
7302         TocSelectCB() now calls to TocUpdateCB() before moving the cursor, 
7303         which automatically updates the contents of the browser.
7304         (RefUpdateCB): Use the new getLabelList method.
7305
7306         * src/lyxfunc.C (Dispatch): Give an error if the label is not found.
7307         
7308         * src/BufferView2.C (gotoLabel) Use the new getLabelList method.
7309
7310         * src/spellchecker.C: Added using std::reverse;
7311
7312 2000-05-19  Juergen Vigna  <jug@sad.it>
7313
7314         * src/tabular.C (Validate): fixed/added validating of LaTeXFeatures.
7315
7316         * src/insets/insettext.C (computeTextRows): small fix for display of
7317         1 character after a newline.
7318
7319         * src/tabular.C (OldFormatRead): fixed the OldFormatRead with regard
7320         to cont-rows!
7321
7322 2000-05-18  Juergen Vigna  <jug@sad.it>
7323
7324         * src/insets/insettabular.C (TabularFeatures): fixed update of display
7325         when changing width of column.
7326
7327         * src/tabular.C (set_row_column_number_info): setting of
7328         autobreak rows if necessary.
7329
7330 2000-05-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7331
7332         * src/lyxvc.C (toggleReadOnly): use VCS::status() instead of stat()
7333
7334         * src/vc-backend.*: renamed stat() to status() and vcstat to
7335         vcstatus. It happens that Tru64 Unix 5.0 has stat() as a macro and
7336         compilation broke. The new name seems more relevant, anyway.
7337
7338 2000-05-17  Juergen Vigna  <jug@sad.it>
7339
7340         * src/BufferView2.C (removeAutoInsets): fixed use of AutoDeleteInsets
7341         which was wrong if the removing caused removing of rows!
7342
7343         * src/lyxlex_pimpl.C (next, nextToken): insert support for pushToken.
7344         (pushToken): new function.
7345
7346         * src/text2.C (CutSelection): fix problem discovered with purify
7347
7348 2000-05-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7349
7350         * src/debug.C (showTags): enlarge the first column, now that we
7351         have 6-digits debug codes.
7352
7353         * lib/layouts/hollywood.layout:
7354         * lib/tex/hollywood.cls:        
7355         * lib/tex/brodway.cls: 
7356         * lib/layouts/brodway.layout: more commands and fewer
7357         environments. Preambles moved in the .cls files. Broadway now has 
7358         more options on scene numbering and less whitespace (from Garst)
7359
7360         * src/insets/insetbib.C (getKeys): make sure that we are in the
7361         document directory, in case the bib file is there.
7362
7363         * src/insets/insetbib.C (Latex): revert bogus change.
7364
7365 2000-05-16  Juergen Vigna  <jug@sad.it>
7366
7367         * src/insets/insettabular.C (UnlockInsetInInset): Changes to update
7368         the TabularLayout on cursor move.
7369
7370         * src/TabularLayout.C (TabularOptionsCB): Wrong call to MenuLayoutTable
7371
7372         * src/insets/insettabular.C (Clone): Clone the LyXTabular for
7373         undo-handling.
7374         (getCellXPos): 
7375         (draw): fixed cursor position and drawing so that the cursor is
7376         visible when before the tabular-inset.
7377
7378         * src/insets/insettext.C (init): drawLockedFrame was not initialized
7379         when creating from old insettext.
7380
7381         * src/tabular.C (Clone): added Clone of text-inset for undo-handling.
7382
7383 2000-05-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7384
7385         * lib/tex/hollywood.cls: better algorithm for page breaks (Garst)
7386         * lib/tex/brodway.cls: ditto 
7387
7388         * lib/layouts/brodway.layout: change alignment of parenthical
7389         layout (Garst)
7390         
7391 2000-05-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7392
7393         * config/lyxinclude.m4 (LYX_PATH_XFORMS): make it clear that only
7394         versions 0.88 and 0.89 are supported.
7395
7396 2000-05-15  Juergen Vigna  <jug@sad.it>
7397
7398         * src/insets/insetcollapsable.C (draw): enhancements in drawing and
7399         width calculating.
7400
7401         * src/insets/insettext.C (computeTextRows): redone completely this
7402         function in a much cleaner way, because of problems when having a
7403         fixed maxWidth.
7404         (draw): added a frame border when the inset is locked.
7405         (SetDrawLockedFrame): this sets if we draw the border or not.
7406         (SetFrameColor): this sets the frame color (default=insetframe).
7407
7408         * src/insets/lyxinset.h: added x() and y() functions which return
7409         the top_x and top_baseline values. Added a GetFirstLockingInsetOfType
7410         function which is needed to see if we have a locking inset of some
7411         type in this inset (needed for now in insettabular).
7412
7413         * src/vspace.C (inPixels): the same function also without a BufferView
7414         parameter as so it is easier to use it in some ocasions.
7415
7416         * src/lyxfunc.C: changed all places where insertInset was used so
7417         that now if it couldn't be inserted it is deleted!
7418
7419         * src/TabularLayout.C: 
7420         * src/TableLayout.C: added support for new tabular-inset!
7421
7422         * src/BufferView2.C (insertInset): this now returns a bool if the
7423         inset was really inserted!!!
7424
7425         * src/tabular.C (GetLastCellInRow): 
7426         (GetFirstCellInRow): new helper functions.
7427         (Latex): implemented for new tabular class.
7428         (TeXCellPostamble): 
7429         (TeXCellPreamble): 
7430         (TeXBottomHLine): 
7431         (TeXTopHLine): new Latex() helper functions.
7432
7433 2000-05-12  Juergen Vigna  <jug@sad.it>
7434
7435         * src/mathed/formulamacro.C (Read): 
7436         * src/mathed/formula.C (Read): read also the \end_inset here!
7437
7438 2000-05-10  Dekel Tsur  <dekel@math.tau.ac.il>
7439
7440         * src/mathed/math_write.C (MathParInset::Write): Fixed a bug:
7441         crush when saving formulae with unbalanced parenthesis.
7442
7443 20000-05-11  Dekel Tsur  <dekel@math.tau.ac.il>
7444
7445         * src/layout.C: Add new keyword "endlabelstring" to layout file
7446
7447         * src/text.C (GetVisibleRow): Draw endlabel string.
7448
7449         * lib/layouts/broadway.layout
7450         * lib/layouts/hollywood.layout: Added endlabel for the
7451         Parenthetical layout.
7452
7453         * lib/layouts/heb-article.layout: Do not use slanted font shape
7454         for Theorem like environments.
7455
7456         * src/buffer.C (makeLaTeXFile): Always add "american" to 
7457         the UsedLanguages list if document language is RTL. 
7458
7459 2000-05-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7460
7461         * add addendum to README.OS2 and small patch (from SMiyata)
7462
7463 2000-05-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7464
7465         * many files: correct the calls to ChangeExtension().
7466
7467         * src/support/filetools.C (ChangeExtension): remove the no_path
7468         argument, which does not belong there. Use OnlyFileName() instead.
7469
7470         * src/insets/insetbib.C (Latex): use absolute paths for bibtex
7471         files when LaTeXing a non-nice latex file.
7472
7473         * src/lyxlookup.C (isDeadEvent): use a switch statement instead of
7474         a chain of "if". Return false when deadkeys are not handled.
7475         
7476         * src/lyx_main.C (LyX): adapted the code for default bindings.
7477
7478         * src/kbmap.C (defaultKeyBindings): new method. Performs the default
7479         bindings for basic functionality (except deadkeys).
7480         (deadKeyBindings): new method. Performs the bindings of deadkeys.
7481
7482         * src/lyxrc.C (defaultKeyBindings): moved to lyx_main.C 
7483         several methods: handle override_x_deadkeys.
7484
7485         * src/lyxrc.h: remove the "bindings" map, which did not make much
7486         sense anyway. New variable override_x_deadkeys, defaulting to "true".
7487         
7488 2000-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7489
7490         * src/lyxfont.C (stateText): use a saner method to determine
7491         whether the font is "default". Seems to fix the crash with DEC
7492         cxx. 
7493
7494         * src/Bullet.[Ch] (Bullet): remove const on parameters.
7495
7496 2000-05-08  Juergen Vigna  <jug@sad.it>
7497
7498         * src/insets/insettabular.C (InsetButtonRelease): Now opens the
7499         TabularLayoutMenu with mouse-button-3
7500         (LocalDispatch): added LFUN_MENU_LAYOUT to open the Tabular-Layout.
7501
7502         * src/TabularLayout.C: added this file for having a Layout for
7503         tabular-insets.
7504
7505 2000-05-05  Juergen Vigna  <jug@sad.it>
7506
7507         * src/insets/insettabular.C (UpdateLocal): resetCursorPos when
7508         recalculating inset-widths.
7509         (TabularFeatures): activated this function so that I can change
7510         tabular-features via menu.
7511
7512         * src/menus.C (ShowEditMenu): inserted support for insettabular so
7513         that I can test some functions with the Table menu.
7514
7515 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
7516
7517         * src/lyxfont.C (stateText): guard against stupid c++libs.
7518
7519         * src/tabular.C: add using std::vector
7520         some whitespace changes, + removed som autogenerated code.
7521
7522         * src/buffer.C (parseSingleLyXformat2Token): stupid bug.
7523
7524 2000-05-05  Juergen Vigna  <jug@sad.it>
7525
7526         * src/tabular.[Ch]: now using std:vector instead of arrays for all the
7527         row, columns and cellstructures.
7528
7529 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
7530
7531         * lib/lyxrc.example: remove obsolete entries.
7532
7533         * src/buffer.C (parseSingleLyXformat2Token): patch from dekel, fix
7534         reading of protected_separator for free_spacing.
7535
7536 2000-05-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7537
7538         * src/text.C (draw): do not display an exclamation mark in the
7539         margin for margin notes. This is confusing, ugly and
7540         uninformative. 
7541
7542         * src/LaTeXFeatures.C (getPackages): load amssymb also when 'Use
7543         AMS math' is checked.
7544
7545         * src/buffer.C (makeLaTeXFile): do not depend on the textclass
7546         name to see whether including the amsmath package is needed.
7547
7548 2000-05-05  Dekel Tsur  <dekel@math.tau.ac.il>
7549
7550         * src/paragraph.C (validate): Compute UsedLanguages correctly
7551         (don't insert the american language if it doesn't appear in the
7552         document)
7553
7554         * src/paragraph.C (TeXOnePar,SimpleTeXOnePar,SimpleTeXSpecialChars)
7555         The argument of \thanks{} command is considered moving argument
7556
7557         * src/paragraph.C (SimpleTeXOnePar): Put \protect before \\ if in
7558         moving argument.
7559
7560 2000-05-04  Dekel Tsur  <dekel@math.tau.ac.il>
7561
7562         * src/text.C (GetVisibleRow): Improved drawing of vertical lines
7563         for appendix/minipage/depth. The lines can be now both in the footnote 
7564         frame, and outside the frame.
7565
7566         * src/text.C (SingleWidth,draw): Correct rendering of Hebrew vowels
7567         points ("nikud")
7568
7569 2000-05-05  Juergen Vigna  <jug@sad.it>
7570
7571         * src/table.[Ch]: removed the inset and buffer stuff as this is now
7572         neede only in tabular.[Ch].
7573
7574 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
7575
7576         * src/insets/insetspecialchar.C (Read): allow command == '~' for
7577         PROTECTED_SEPARATOR 
7578         (Write): write '~' for PROTECTED_SEPARATOR
7579
7580 2000-05-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
7581
7582         * src/lyxparagraph.h: add a friend struct matchIT after the struct
7583         InsetTable.
7584
7585         * src/mathed/formula.C (drawStr): rename size to siz.
7586
7587         * src/insets/figinset.C (RestoreForm): rename pflags to piflags,
7588         possibly fix a bug by not changing the pflags = flags to piflags =
7589         flags.
7590
7591 2000-05-05  Juergen Vigna  <jug@sad.it>
7592
7593         * src/insets/insetbib.C: moved using directive
7594
7595         * src/ImportNoweb.C: small fix for being able to compile (missing
7596         include cstdlib)
7597
7598 2000-05-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
7599
7600         * config/lyxinclude.m4 (LYX_CXX_STL_STRING): change the test not
7601         to use clear, since we don't depend on this in the code. Add test
7602         for string::compare
7603
7604 2000-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7605
7606         * (various *.C files): add using std::foo directives to please dec
7607         cxx.
7608
7609         * replace calls to string::clear() to string::erase() (Angus)
7610
7611         * src/cheaders/cmath: modified to provide std::abs.
7612
7613 2000-05-04  Juergen Vigna  <jug@sad.it>
7614
7615         * src/insets/insettext.C: Prepared all for inserting of multiple
7616         paragraphs. Still display stuff to do (alignment and other things),
7617         but I would like to use LyXText to do this when we cleaned out the
7618         table-support stuff.
7619
7620         * src/insets/insettabular.C: Changed lot of stuff and added lots
7621         of functionality still a lot to do.
7622
7623         * src/tabular.C: Various functions changed name and moved to be
7624         const functions. Added new Read and Write functions and changed
7625         lots of things so it works good with tabular-insets (also removed
7626         some stuff which is not needed anymore * hacks *).
7627
7628         * src/lyxcursor.h: added operators == and != which just look if
7629         par and pos are (not) equal.
7630
7631         * src/buffer.C (latexParagraphs): inserted this function to latex
7632         all paragraphs form par to endpar as then I can use this too for
7633         text-insets.
7634
7635         * src/text2.C (SetLayout): Changed this to use a cursor this is needed
7636         so that I can call this to from text insets with their own cursor.
7637
7638         * src/buffer.C (makeLaTeXFile): added the output of one \n after the
7639         output off all paragraphs (because of the fix below)!
7640
7641         * src/paragraph.C (TeXOnePar): removed output of \n when we are in
7642         the very last paragraph (this could be also the last paragraph of an
7643         inset!)
7644
7645         * src/texrow.h: added rows() call which returns the count-variable.
7646
7647 2000-05-03  Jose Abilio Oliveira Matos <jamatos@novalis.fc.up.pt>
7648
7649         * lib/lyxrc.example: fix examples for exporting SGML to HTML.
7650
7651         * lib/configure.m4: better autodetection of DocBook tools.
7652
7653 2000-04-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
7654
7655         * src/lyx_main.C (easyParse): use lyxerr instead of cerr.
7656
7657         * src/lyx_cb.C: add using std::reverse;
7658
7659         * src/LaTeX.C (run): on error always run deleteFilesOnError before
7660         returning.
7661
7662         * src/LaTeX.[Ch] (deleteFilesOnError): new method. unlinks some
7663         selected files. Should fix repeated errors from generated files.
7664
7665 2000-04-27  Dekel Tsur  <dekel@math.tau.ac.il>
7666
7667         * src/lyx_cb.C (TocUpdateCB): Reverse strings for Hebrew paragraphs
7668
7669         * src/spellchecker.C (RunSpellChecker): Reverse Hebrew strings in
7670         the spellchecker popup. 
7671
7672         * lib/lyxrc.example:  Removed the \number_inset section
7673
7674 2000-04-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7675
7676         * src/insets/figinset.C (various): Use IsFileReadable() to make
7677         sure that the file actually exist. Relying on ghostscripts errors
7678         is a bad idea since they can lead to X server crashes.  
7679
7680 2000-04-27  Claus Hentschel <claus.hentschel@mbau.fh-hannover.de>
7681
7682         * intl/loadmsgcat.c (_nl_load_domain): pass O_BINARY as flag to
7683         open under CYGWIN 
7684
7685         * lib/lyxrc.example: smallish typo in description of
7686         \view_dvi_paper_option 
7687
7688 2000-04-26  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
7689
7690         * src/lyxfunc.h:
7691         * src/lyxfunc.C: doImportHelper to factor out common code of the
7692         various import methods. New functions doImportASCIIasLines,
7693         doImportASCIIasParagraphs, doImportLaTeX, doImportNoWeb,
7694         doImportLinuxDoc  for the  format specific parts.
7695
7696         * buffer.h:
7697         * buffer.C: Dispatch  returns now a bool to indicate success
7698
7699         * lyx_gui.h:
7700         * lyx_gui.C: Add getLyXView() for member access
7701
7702         * lyx_main.C: Change logic for batch commands: First try
7703         Buffer::Dispatch (possibly without GUI), if that fails, use
7704         LyXFunc::Dispatch
7705
7706         * lyx_main.C: Add support for --import command line switch.
7707         Now 'lyx --import ascii file.txt' opens the GUI with file.txt loaded.
7708         Available Formats: Everything  accepted by 'buffer-import <format>'
7709
7710 2000-04-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
7711
7712         * src/lyx_gui.C (create_forms): small oneliner from Garst to have
7713         unnumbered parts.
7714
7715         * src/lyx_cb.C (ScreenApplyCB): clear the textcache so that the
7716         documents will be reformatted upon reentry.
7717
7718 2000-04-27  Juergen Vigna  <jug@sad.it>
7719
7720         * src/CutAndPaste.C (pasteSelection): last paragraph was not returned
7721         correctly only last pos this was a bug.
7722
7723 2000-04-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
7724
7725         * release of lyx-1.1.5pre1
7726
7727 2000-04-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7728
7729         * src/insets/insettabular.[Ch]: fix the Clone() declaration.
7730
7731         * src/menus.C: revert the change of naming (Figure->Graphic...)
7732         from 2000-04-11. It was incomplete and bad.
7733         
7734         * src/LColor.[Ch]: add LColor::depthbar.
7735         * src/text.C (GetVisibleRow): use it.
7736
7737         * README: update the languages list.
7738
7739 2000-04-25  Dekel Tsur  <dekel@math.tau.ac.il>
7740
7741         * src/text.C (GetVisibleRow): show the depth of paragraphs using
7742         vertical bars.
7743
7744 2000-04-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
7745
7746         * README: remove sections that were just wrong.
7747
7748         * src/text2.C (GetRowNearY): remove currentrow code
7749
7750         * src/text.C (GetRow): remove currentrow code
7751
7752         * src/screen.C (Update): rewritten a bit.
7753         (SmallUpdate): removed func
7754
7755         * src/lyxtext.h (text_status): removed NEED_LITTLE_REFRESH, never
7756         used.
7757         (FullRebreak): return bool
7758         (currentrow): remove var
7759         (currentrow_y): ditto
7760
7761         * src/lyxscreen.h (Draw): change arg to unsigned long
7762         (FitCursor): return bool
7763         (FitManualCursor): ditto
7764         (Smallpdate): remove func
7765         (first): change to unsigned long
7766         (DrawOneRow): change second arg to long (from long &)
7767         (screen_refresh_y): remove var
7768         (scree_refresh_row): ditto
7769         
7770         * src/lyxrow.h: change baseline to usigned int from unsigned
7771         short, this brings some implicit/unsigned issues out in the open.
7772
7773         * src/lyxfunc.C (moveCursorUpdate): update(0) == update(-2) change
7774         accordingly.
7775         (Dispatch): don't call updateScrollbar after fitCursor. Use update
7776         instead of smallUpdate.
7777
7778         * src/lyxcursor.h: change y to unsigned long
7779
7780         * src/buffer.h: don't call updateScrollbar after fitcursor
7781
7782         * src/buffer.C (parseSingleLyXformat2Token): move variables to
7783         where they are used. Removed "\\direction", this was not present
7784         in 1.1.4 and is already obsolete. Commented out some code that I
7785         believe to never be called.
7786         (runLiterate): don't call updateScrollbar after fitCursor
7787         (runLaTeX): ditto
7788         (buildProgram): ditto
7789         (runChktex): ditto
7790
7791         * src/WorkArea.h (workWidth): change return val to unsigned
7792         (width): ditto
7793         (height): ditto
7794         (redraw): remove the button redraws
7795         (setScrollbarValue): change for scrollbar
7796         (getScrollbarValue): change for scrollbar
7797         (getScrollbarBounds): change for scrollbar
7798
7799         * src/WorkArea.C (C_WorkArea_up_cb): removed func
7800         (C_WorkArea_down_cb): removed func
7801         (WorkArea): use fl_add_scrollbar instead of two buttons and a slider.
7802         (resize): change for scrollbar
7803         (setScrollbar): ditto
7804         (setScrollbarBounds): ditto
7805         (setScrollbarIncrements): ditto
7806         (up_cb): removed func
7807         (down_cb): removed func
7808         (scroll_cb): change for scrollbar
7809         (work_area_handler): ditto
7810
7811         * src/BufferView_pimpl.C (fitCursor): only call updateScrollbar
7812         when FitCursor did something.
7813         (updateScrollbar): some unsigned changes
7814         (downCB): removed func
7815         (scrollUpOnePage): removed func
7816         (scrollDownOnePage): remvoed func
7817         (workAreaMotionNotify): don't call screen->FitCursor but use
7818         fitCursor instead. and bool return val
7819         (workAreaButtonPress): ditto
7820         (workAreaButtonRelease): some unsigned changes
7821         (checkInsetHit): ditto
7822         (workAreaExpose): ditto
7823         (update): parts rewritten, comments about the signed char arg added
7824         (smallUpdate): removed func
7825         (cursorPrevious): call needed updateScrollbar
7826         (cursorNext): ditto
7827
7828         * src/BufferView2.C (allFloats): don't call updateScrollbar after
7829         fitCursor.
7830
7831         * src/BufferView.[Ch] (upCB): removed func
7832         (downCB): removed func
7833         (smallUpdate): removed func
7834
7835 2000-04-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
7836
7837         * src/lyxtext.h src/text.C src/text2.C: removed support for the
7838         currentrow, currentrow_y optimization. This did not help a lot and
7839         if we want to do this kind of optimization we should rather use
7840         cursor.row instead of the currentrow. 
7841
7842         * src/buffer.C (parseSingleLyXformat2Token): fixed mistake in
7843         buffer spacing and klyx spacing support.
7844
7845 2000-04-25  Dekel Tsur  <dekel@math.tau.ac.il>
7846
7847         * src/spellchecker.C (RunSpellChecker): Speedup spellchecking by
7848         a factor of 50!
7849
7850 2000-04-26  Juergen Vigna  <jug@sad.it>
7851
7852         * src/insets/figinset.C: fixes to Lars sstream changes!
7853
7854 2000-04-23  Dekel Tsur  <dekel@math.tau.ac.il>
7855
7856         * A lot of files: Added Ascii(ostream &) methods to all inset
7857         classes. Used when exporting to ASCII.
7858         
7859         * src/buffer.C (writeFileAscii,RoffAsciiTable)
7860         * src/paragraph.C (RoffContTableRows): Use the Ascii() methods
7861         instead of Latex()
7862
7863         * src/text2.C (ToggleFree): Disabled implicit word selection when
7864         there is a change in the language
7865         
7866         * src/insets/insetspecialchar.C (Linuxdoc,DocBook): Fixed a bug:
7867         no output was generated for end-of-sentence inset.
7868         
7869         * src/insets/lyxinset.h
7870         * src/buffer.C
7871         * src/lyxfunc.C
7872         * src/paragraph.C: Removed the insetnumber code
7873
7874         * src/text.C (SelectWordWhenUnderCursor): Cleaned the code.
7875
7876 2000-04-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
7877
7878         * src/buffer.C (parseSingleLyXformat2Token): remove no_isolatin1,
7879         no_babel and no_epsfig completely from the file.
7880         (parseSingleLyXformat2Token): add handling for per-paragraph
7881         spacing as written by klyx.
7882
7883         * src/insets/figinset.C: applied patch by Andre. Made it work with
7884         ostringstream too.
7885
7886 2000-04-20  Juergen Vigna  <jug@sad.it>
7887
7888         * src/insets/insettext.C (cutSelection): 
7889         (copySelection): Fixed with selection from right to left.
7890         (draw): now the rows are not recalculated at every draw.
7891         (computeTextRows): for now reset the inset-owner here (this is
7892         important for an undo or copy where the inset-owner is not set
7893         automatically!)
7894
7895         * src/BufferView_pimpl.C (workAreaMotionNotify): when passing the
7896         motion to the_locking_inset screen->first was forgotten, this was
7897         not important till we got multiline insets.
7898
7899 2000-04-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7900
7901         * src/mathed/formulamacro.C (Latex): remove CHECK comment, since
7902         code seems to be alright (it is code changed by Dekel, and the
7903         intent is indeed that all macros should be defined \protect'ed)
7904
7905         * NEWS: a bit of reorganisation of the new user-visible features.
7906
7907 2000-04-19  Juergen Vigna  <jug@sad.it>
7908
7909         * src/insets/insettext.C (init): using a LyXCursor now for cursor
7910         position. Set the inset_owner of the used paragraph so that it knows
7911         that it is inside an inset. Fixed cursor handling with mouse and
7912         cursor keys. Fixed wrong timed inset redraws and lots of other changes
7913         and cleanups to make TextInsets work better.
7914
7915         * src/insets/insettext.h: Using a LyXCursor now. Added a clear() call.
7916         Changed parameters of various functions and added LockInsetInInset().
7917
7918         * src/insets/insettext.C: 
7919
7920         * src/insets/insetcollapsable.h: 
7921         * src/insets/insetcollapsable.C: 
7922         * src/insets/insetfoot.h: 
7923         * src/insets/insetfoot.C: 
7924         * src/insets/insetert.h: 
7925         * src/insets/insetert.C: cleaned up the code so that it works now
7926         correctly with insettext.
7927
7928         * src/insets/inset.C: 
7929         * src/insets/lyxinset.h: inserted inset_owner and some more changes so
7930         that insets in insets are supported right.
7931
7932         * src/table.h: 
7933         * src/table.C: lots of changes for use with inset tabular (and cleanup)
7934
7935         * src/paragraph.C: some small fixes
7936
7937         * src/debug.h: inserted INSETS debug info
7938
7939         * src/lyxfunc.C (Dispatch): added code for InsetTabular and some inset
7940         fixes (f.ex. calling LFUN_DOWN if exiting inset with LFUN_DOWN).
7941
7942         * src/commandtags.h: 
7943         * src/LyXAction.C: insert code for InsetTabular.
7944
7945         * src/BufferView_pimpl.C (workAreaMotionNotify): do return always if
7946         not Button1MotionMask.
7947         (workAreaButtonRelease): send always a InsetButtonRelease event to
7948         the_locking_inset.
7949         (checkInsetHit): some setCursor fixes (always with insets).
7950
7951         * src/BufferView2.C (lockInset): returns a bool now and extended for
7952         locking insets inside insets.
7953         (showLockedInsetCursor): it is important to have the cursor always
7954         before the locked inset.
7955         (fitLockedInsetCursor): forgot adding of InsetInInsetY()-offset.
7956
7957         * src/BufferView.h: made lockInset return a bool.
7958
7959         * src/lyxtext.h: inserted function SetCursor(LyXCursor, ...).
7960
7961         * src/text2.C (SetCursor): This now has a version with a LyXCursor
7962         that is used also internally but can be called as public to have back
7963         a cursor pos which is not set internally.
7964         (SetCursorIntern): Changed to use above function.
7965
7966         * src/CutAndPaste.C (DeleteBuffer): forgot to inizialize textclass
7967
7968 2000-04-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
7969
7970         * ANNOUNCE: 
7971         * INSTALL: 
7972         * UPGRADING: 
7973         * NEWS: updated for prerelease of 1.1.5. Please comment and send
7974         patches for things that should be in or should be changed.
7975
7976         * src/* [insetfiles]: change "usigned char fragile" to bool
7977         fragile. There was only one point that could that be questioned
7978         and that is commented in formulamacro.C. Grep for "CHECK".
7979         
7980         * src/CutAndPaste.C (getBufferTextClass): unused func, removed.
7981         (DeleteBuffer): take it out of CutAndPaste and make it static.
7982
7983 2000-04-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
7984
7985         * src/paragraph.C (TeXOnePar): use the new method in Spacing to
7986         output the spacing envir commands. Also the new commands used in
7987         the LaTeX output makes the result better.
7988
7989         * src/Spacing.C (writeEnvirBegin): new method
7990         (writeEnvirEnd): new method
7991
7992 2000-04-18  Juergen Vigna  <jug@sad.it>
7993
7994         * src/CutAndPaste.C: made textclass a static member of the class
7995         as otherwise it is not accesed right!!!
7996
7997 2000-04-17  Dekel Tsur  <dekel@math.tau.ac.il>
7998
7999         * forms/layout_forms.fd
8000         * src/layout_forms.h
8001         * src/layout_forms.C (create_form_form_character)
8002         * src/lyx_cb.C (UserFreeFont)
8003         * src/lyx_gui.C (create_forms): Added GUI support for multi-lingual
8004         documents (in the layout->character popup).
8005
8006 2000-04-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8007
8008         * src/spellchecker.C (create_ispell_pipe): fix a bug where
8009         \spell_command was in fact not honored (from Kevin Atkinson).
8010
8011         * src/lyx_gui.C (~LyXGUI): make sure lyxViews is deleted when
8012         quitting (Angus)
8013
8014         * src/lyx_gui.h: make lyxViews private (Angus)
8015
8016 2000-04-15  Dekel Tsur  <dekel@math.tau.ac.il>
8017
8018         * src/mathed/math_write.C
8019         (MathMatrixInset::Write) Put \protect before \begin{array} and
8020         \end{array} if fragile
8021         (MathParInset::Write): Put \protect before \\ if fragile
8022
8023 2000-04-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
8024
8025         * src/lyx_gui.C (LyXGUI): initialize the LyXColorHandler. The
8026         initialization if the LyXColorHandler must be done after the
8027         connections to the XServer has been established.
8028
8029         * src/insets/figinset.C (runqueue): change the grabing a bit. Also
8030         get the background pixel from the lyxColorhandler so that the
8031         figures are rendered with the correct background color.
8032         (NextToken): removed functions.
8033         (GetPSSizes): use ifs >> string instead of NextToken.
8034
8035         * src/Painter.[Ch]: the color cache moved out of this file. 
8036
8037         * src/ColorHandler.[Ch]: new files. Holds the gc cache for color
8038         and lines.  
8039
8040 2000-04-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
8041
8042         * src/WorkArea.C (work_area_handler): call BufferView::enterView
8043         and Buffer::leaveView when FL_ENTER and FL_LEAVE.
8044
8045         * src/BufferView.C (enterView): new func
8046         (leaveView): new func
8047
8048         * src/BufferView_pimpl.C (enterView): new func, sets xterm cursor
8049         when approp.
8050         (leaveView): new func, undefines xterm cursor when approp.
8051
8052         * src/bufferview_funcs.C: moved SetXCursor to BufferView_pimp.C
8053         (AllowInput): delete the Workarea cursor handling from this func.
8054
8055         * src/Painter.C (underline): draw a slimer underline in most cases.
8056
8057         * src/lyx_main.C (error_handler): use extern "C"
8058
8059 2000-04-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
8060
8061         * src/insets/figinset.C (DocBook): small patch from Jose (jamatos)
8062         sent directly to me.
8063
8064         * src/text2.C (DeleteEmptyParagraphMechanism): small patch posted
8065         to the list by Dekel.
8066
8067         * src/lyxfunc.C (Dispatch): make PARAGRAPH_SPACING compile with
8068         strstream too.
8069
8070         * src/bufferview_funcs.[Ch]: two new files, moved several of the
8071         methods from lyx_cb.here.
8072
8073         * src/lyx_cb.C: in addition to the above; removed input_prohibited
8074         it was not used.
8075
8076 2000-04-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
8077
8078         * src/lyx_cb.[Ch]: made several functions take a BufferView* arg
8079         instead of using current_view directly. 
8080
8081         * src/lyxfunc.C (Dispatch): the paragraph-spacing implementation
8082
8083         * src/LyXAction.C (init): add the paragraph-spacing command.
8084
8085         * src/commandtags.h: add enum for LFUN_PARAGRAPH_SPACING
8086
8087         * src/buffer.C (parseSingleLyXformat2Token): read the paragraph spacing
8088
8089         * src/lyx_cb.C (CurrentState): output a string when the spacing is
8090         different from the documents.
8091
8092         * src/text.C (SetHeightOfRow): take paragraph spacing into
8093         account, paragraph spacing takes precedence over buffer spacing
8094         (GetVisibleRow): ditto
8095
8096         * src/paragraph.C (writeFile): output the spacing parameter too.
8097         (validate): set the correct features if spacing is used in the
8098         paragraph. 
8099         (Clear): set spacing to default
8100         (MakeSameLayout): spacing too
8101         (HasSameLayout): spacing too
8102         (SetLayout): spacing too
8103         (TeXOnePar): output the spacing commands
8104
8105         * src/lyxparagraph.h: added a spacing variable for use with
8106         per-paragraph spacing.
8107
8108         * src/Spacing.h: add a Default spacing and a method to check if
8109         the current spacing is default. also added an operator==
8110
8111         * src/text2.C (DeleteEmptyParagraphMechanism): added a
8112         RedoParagraphs.
8113
8114 2000-04-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8115
8116         * src/lyxserver.C (callback): fix dispatch of functions
8117
8118         * src/insets/insetlatexaccent.C (checkContents): turn bogus
8119         printf() into lyxerr call. 
8120
8121         * src/tex-strings.C (tex_fonts): add "pslatex" to the choice of
8122         fonts. 
8123
8124         * src/menus.C (ShowInsertMenu): rename "Figure" to "Graphic",
8125         "Table" to "Table Box", "Float" to "Floating Material"; deletes
8126         the "Float" from each of the subitems.
8127         (ShowHelpMenu): add entry for "FAQ" and "TOC".
8128
8129         * src/support/DebugStream.h: add an #ifdef to work around a gcc
8130         2.8.x compiler error. Yes, I know, gcc 2.8.1 is bad, but I
8131         documented the change so that the workaround can be nuked later.
8132
8133         * src/lyx_gui_misc.C (getScreenDPI): new function. Code moved from 
8134         LyX::init().
8135         
8136         * src/lyxlex_pimpl.C (next): do not re-declare the default value
8137         of arguments.
8138         * src/buffer.C (getLatexName): ditto
8139         (setReadonly): ditto
8140
8141 2000-04-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
8142
8143         * src/LaTeXFeatures.h: add a const reference to BufferParams, to
8144         avoid some uses of current_view. Added also a bufferParams()
8145         method to get at this.
8146
8147         * src/lyxtext.h: changed params->buffer and paramters->bparams.
8148
8149 2000-04-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
8150
8151         * src/lyxparagraph.[Ch]: removed
8152         operator<(LyXParagraph::InsetTable..., added a struct matchIT
8153         with operators used by lower_bound and
8154         upper_bound in InsetTable's
8155         Make struct InsetTable private again. Used matchpos.
8156
8157 2000-04-08  Dekel Tsur  <dekel@math.tau.ac.il>
8158         
8159         * src/lyx_cb.C (DocumentApplyCB): When changing the language of the
8160         document, the language of existing text is changed (unless the
8161         document is multi-lingual)
8162
8163         * src/buffer.C (ChangeLanguage,isMultiLingual) New methods.
8164
8165         * src/paragraph.C (ChangeLanguage,isMultiLingual) New methods.
8166
8167         * A lot of files: A rewrite of the Right-to-Left support.
8168   
8169 2000-04-10  Juergen Vigna  <jug@sad.it>
8170
8171         * src/BufferView2.C (showLockedInsetCursor): small bugfix for
8172         misplaced cursor when inset in inset is locked.
8173
8174         * src/insets/insettext.C (LocalDispatch): small fix so that a
8175         BREAKLINE is not inserted if we don't permit it with autBreakRows.
8176
8177         * src/insets/insetfoot.C (GetDrawFont): implemented this as the
8178         footnote font should be decreased in size twice when displaying.
8179
8180         * src/insets/insettext.C (GetDrawFont): inserted this function as
8181         the drawing-font may differ from the real paragraph font.
8182
8183         * src/lyxfunc.C (processKeyEvent): fixed Esc-handling when unlocking
8184         insets (inset in inset!).
8185
8186         * src/insets/insetfoot.C (InsertInsetAllowed): implemented the below
8187         function here because we don't want footnotes inside footnotes.
8188
8189         * src/insets/insettext.C (InsetText): forgot to set autoBreakRows for
8190         Cloned insets.
8191         (init): now set the inset_owner in paragraph.C
8192         (LocalDispatch): added some resetPos() in the right position
8193         (cutSelection): 
8194         (copySelection): 
8195         (pasteSelection): changed to use the new CutAndPaste-Class.
8196
8197         * src/insets/lyxinset.h: inserted new function InsertInsetAllowed
8198         which tells if it is allowed to insert another inset inside this one.
8199
8200         * src/lyx_cb.C (DocumentApplyCB): Using CutAndPaste-Class for
8201         SwitchLayoutsBetweenClasses.
8202
8203         * src/text2.C (InsertInset): checking of the new paragraph-function
8204         InsertInsetAllowed.
8205         (DeleteSimpleCutBuffer): removed (for now only with #ifdef) as this
8206         is not needed anymore here!
8207         (CutSelection): 
8208         (CopySelection): 
8209         (PasteSelection): redone (also with #ifdef) so that now this uses
8210         the CutAndPaste-Class.
8211         (SwitchLayoutsBetweenClasses): removed here and implemented in the
8212         CutAndPaste-Class.
8213         
8214         * src/CutAndPaste.[Ch]: added this for clean handling of CutAndPaste
8215         from/to text/insets.
8216
8217         * src/paragraph.C (LyXParagraph): inserted new inset_owner pointer
8218         so that the paragraph knows if it is inside an (text)-inset.
8219         (InsertFromMinibuffer): changed return-value to bool as now it
8220         may happen that an inset is not inserted in the paragraph.
8221         (InsertInsetAllowed): this checks if it is allowed to insert an
8222         inset in this paragraph.
8223         (PasteParagraph): 
8224         (BreakParagraphConservative): 
8225         (BreakParagraph) : small change for the above change of the return
8226         value of InsertFromMinibuffer.
8227
8228         * src/lyxparagraph.h: added inset_owner and the functions to handle
8229         this (SetInsetOwner(), InInset() and InsertInsetAllowed()).
8230
8231 2000-04-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
8232
8233         * src/BufferView.[Ch], src/BufferView_pimpl.[Ch]: move more
8234         functions from BufferView to BufferView::Pimpl to ease maintence.
8235         
8236         * src/text2.C (DeleteEmptyParagraphMechanism): update the cursor
8237         correctly. Also use SetCursorIntern instead of SetCursor.
8238
8239         * src/insets/insetinfo.C (draw): draw InsetInfo notes with the
8240         correct color.
8241
8242 2000-04-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
8243
8244         * src/WorkArea.C (belowMouse): manually implement below mouse.
8245
8246         * src/*: Add "explicit" on several constructors, I added probably
8247         some unneeded ones. A couple of changes to code because of this.
8248
8249         * src/BufferView.[Ch]: Used the "pimpl" idiom to hide more of the
8250         implementation and private parts from the users of BufferView. Not
8251         quite finished.
8252
8253         * src/lyxlex.[Ch]: Used the "pimpl" idiom to hide more of the
8254         implementation and private parts from the users of LyXLex. Not
8255         quite finished.
8256
8257         * src/BufferView_pimpl.[Ch]: new files
8258
8259         * src/lyxlex_pimpl.[Ch]: new files
8260
8261         * src/LyXView.[Ch]: some inline functions move out-of-line
8262
8263 2000-04-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8264
8265         * src/lyxparagraph.h: make struct InsetTable public.
8266
8267         * src/support/lyxstring.h: change lyxstring::difference_type to be
8268         ptrdiff_t. Add std:: modifiers to streams.
8269
8270         * src/font.C: include the <cctype> header, for islower() and
8271         isupper(). 
8272
8273 2000-04-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
8274
8275         * src/font.[Ch]: new files. Contains the metric functions for
8276         fonts, takes a LyXFont as parameter. Better separation of concepts.
8277         
8278         * src/lyxfont.[Ch]: move the metric functions to font.[Ch] several
8279         changes because of this.
8280
8281         * src/PainterBase.[Ch] (width): remove, use the ones in font.C instead
8282
8283         * src/*: compile with -Winline and move functions that don't
8284         inline out of line.
8285         
8286         * src/lyx_cb.C (stringOnlyContains): use string::find_first_not_of
8287         instead of strspn.
8288
8289 2000-04-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
8290
8291         * src/paragraph.C (GetLabelstring): renamed from GetLabestring.
8292         (various files changed because of this)
8293
8294         * src/Painter.C (text): fixed the drawing of smallcaps.
8295
8296         * src/lyxfont.[Ch] (drawText): removed unused member func.
8297         (drawString): ditto
8298
8299         * src/*.C: added needed "using" statements and "std::" qualifiers. 
8300
8301 2000-03-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
8302
8303         * src/*.h: removed all use of "using" from header files use
8304         qualifier std:: instead. 
8305
8306 2000-04-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8307
8308         * src/text.C (Backspace): some additional cleanups (we already
8309         know whether cursor.pos is 0 or not).
8310
8311         * lib/reLyX/Makefile.am (DESTDIR): add an empty value (since
8312         automake does not provide one).
8313
8314         * src/bmtable.h: replace C++ comments with C comments.
8315
8316 2000-04-02  Dekel Tsur <dekel@math.tau.ac.il>
8317
8318         * src/screen.C (ShowCursor): Change the shape of the cursor if
8319         the current language is not equal to the language of the document.
8320         (If the cursor change its shape unexpectedly, then you've found a bug)
8321
8322         * src/insets/insettext.C (LocalDispatch, UpdateLocal) Fixed some
8323         bugs [I hope...]
8324
8325         * src/insets/insetnumber.[Ch]: New files.
8326
8327         * src/LyXAction.C (init)
8328         * src/lyxfunc.C (dispatch): Add command number-inset-insert
8329
8330         * lyxrc.example
8331         * src/lyxrc.C: Renamed command \auto_mathmode to \number_inset
8332
8333         * src/lyxparagraph.h
8334         * src/paragraph.C: Changed insetlist to Vector<InsetTable>.
8335         (the vector is kept sorted).
8336
8337         * src/text.C (GetVisibleRow): Draw selection correctly when there
8338         is both LTR and RTL text.
8339
8340         * src/paragraph.C (Clone): Use the assignment operator for cloning,
8341         which is much faster.
8342
8343         * src/text.C (GetVisibleRow and other): Do not draw the last space 
8344         in a row if the direction of the last letter is not equal to the
8345         direction of the paragraph.
8346
8347         * src/lyxfont.C (latexWriteStartChanges):
8348         Check that font language is not equal to basefont language.
8349         (latexWriteEndChanges): ditto
8350
8351         * src/lyx_cb.C (StyleReset): Don't change the language while using
8352         the font-default command.
8353
8354         * src/paragraph.C (GetFirstFontSettings): Handle correctly an
8355         empty paragraph before a footnote.
8356
8357         * src/insets/insetcommand.C (draw): Increase x correctly.
8358
8359         * src/screen.C (ShowCursor): Change cursor shape if
8360         current language != document language.
8361
8362         * src/lyxfunc.C (dispatch): Added calls to owner->view()->setState()
8363
8364 2000-03-31  Juergen Vigna  <jug@sad.it>
8365
8366         * src/paragraph.C (GetInset): commented out text[pos] = ' '
8367         (Clone): changed mode how the paragraph-data is copied to the
8368         new clone-paragraph.
8369
8370         * src/lyxfunc.C (Dispatch): fixed small problem when calling
8371         GetInset(pos) with no inset anymore there (in inset UNDO)
8372
8373         * src/insets/insetcommand.C (draw): small fix as here x is
8374         incremented not as much as width() returns (2 before, 2 behind = 4)
8375
8376 2000-03-30  Juergen Vigna  <jug@sad.it>
8377
8378         * src/insets/insettext.C (InsetText): small fix in initialize
8379         widthOffset (should not be done in the init() function)
8380
8381 2000-03-29  Amir Karger <karger@lyx.org>
8382
8383         * lib/examples/it_ItemizeBullets.lyx: translation by 
8384         Stefano Mastella
8385
8386         * Implemented \textasciitilde and fixed a tiny bug in reLyX
8387
8388 2000-03-29  Juergen Vigna  <jug@sad.it>
8389
8390         * src/insets/insetcollapsable.C (Clone): same as in InsetFoot
8391
8392         * src/insets/insetfoot.C (Clone): small change as for the below
8393         new init function in the text-inset
8394
8395         * src/insets/insettext.C (init): new function as I've seen that
8396         clone did not copy the Paragraph-Data!
8397         (LocalDispatch): Added code so that now we have some sort of Undo
8398         functionality (well actually we HAVE Undo ;)
8399
8400         * src/text.C (Backspace): Small fix for the a | a Backspace problem
8401
8402 2000-03-24  Dekel Tsur <dekel@math.tau.ac.il>
8403         
8404         * src/paragraph.C (AutoDeleteInsets) Fixed a bug (wrong positions
8405         were erased)
8406
8407 2000-03-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
8408
8409         * src/main.C: added a runtime check that verifies that the xforms
8410         header used when building LyX and the library used when running
8411         LyX match. Exit with a message if they don't match. This is a
8412         version number check only.
8413
8414         * src/buffer.C (save): Don't allocate memory on the heap for
8415         struct utimbuf times.
8416
8417         * *: some using changes, use iosfwd instead of the real headers.
8418
8419         * src/lyxfont.C use char const * instead of string for the static
8420         strings. Rewrite some functions to use sstream.
8421
8422 2000-03-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8423
8424         * src/text.C (Backspace): hopefully fix the dreaded backaspace
8425         bug. 
8426
8427 2000-03-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8428
8429         * lib/layouts/svjog.layout: new file, for Springer-Verlag Journal
8430         of Geodesy (from Martin Vermeer)
8431
8432         * lib/layouts/svjour.inc: include file for the Springer svjour
8433         class. It can be used to support journals other than JoG.
8434
8435         * lib/Makefile.am: use $(DESTDIR) make variable (from Arkadiusz
8436         Miskiewicz <misiek@pld.org.pl>)
8437         * lib/reLyX/Makefile.am: ditto.
8438
8439 2000-03-27  Juergen Vigna  <jug@sad.it>
8440
8441         * src/insets/insettext.C: added Cut/Copy/Paste inside insets,
8442         also some modifications with operations on selected text.
8443
8444         * src/BufferView.C (checkInsetHit): Now hopefully fixed all the
8445         problems with clicking on insets (last famous words ;)
8446
8447         * src/insets/insetcommand.C (draw): 
8448         (width): Changed to have a bit of space before and after the inset so
8449         that the blinking cursor can be seen (otherwise it was hidden)
8450
8451 2000-03-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8452
8453         * config/gettext.m4 (AM_WITH_NLS): fix a gettext bug where -lintl
8454         would not be added to the link list when an installed gettext (not
8455         part of libc) is found.
8456
8457 2000-03-24  Juergen Vigna  <jug@sad.it>
8458
8459         * src/insets/insetcollapsable.C (Edit): 
8460         * src/mathed/formula.C (InsetButtonRelease): 
8461         (InsetButtonPress): fixed for new handling of ButtonPress/Release
8462         handling.
8463
8464         * src/BufferView.C (workAreaButtonPress): 
8465         (workAreaButtonRelease): 
8466         (checkInsetHit): Finally fixed the clicking on insets be handled
8467         correctly!
8468
8469         * src/insets/insetert.C (Edit): inserted this call so that ERT
8470         insets work always with LaTeX-font
8471
8472 2000-03-21  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
8473
8474         * src/lyx_main.C (easyParse): Removed misplaced gui=false which
8475         caused lyx to startup with no GUI in place, causing in a crash
8476         upon startup when called with arguments.
8477
8478 2000-03-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8479
8480         * src/FontLoader.C: better initialization of dummyXFontStruct.
8481
8482 2000-03-20 José Abílio Matos <jamatos@lyx.org>
8483
8484         * src/lyxrc.[Ch] Removed \sgml_extra_options, added 6 other flags
8485         for linuxdoc and docbook import and export format options.
8486
8487         * lib/lyxrc.example Example of default values for the previous flags.
8488
8489         * src/lyx_cb.C Use those flags instead of the hardwired values for
8490         linuxdoc and docbook export.
8491
8492         * src/lyxfunc.[Ch] Added HTML export for linuxdoc and docbook, added
8493         linuxdoc import.
8494
8495         * src/menus.C Added menus entries for the new import/exports formats.
8496         
8497 2000-03-09 André Pönitz <poenitz@mathematik.tu-chemnitz.de>
8498
8499         * src/lyxrc.*: Added support for running without Gui 
8500         (\use_gui false)
8501           
8502         * src/FontLoader.C: sensible defaults if no fonts are needed
8503
8504         * src/lyx_cb.C: New function ShowMessage (writes either to the
8505         minibuffer or cout in case of no gui
8506         New function AskOverwrite for common stuff
8507         Consequently various changes to call these functions
8508
8509         * src/lyx_main.C:  allow gui = false and handle lyxrc \use_gui false
8510         wild guess at sensible screen resolution when having no gui
8511
8512         * src/lyxfont.C: no gui, no fonts... set some defaults
8513
8514 2000-03-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8515
8516         * src/LColor.C: made the command inset background a bit lighter.
8517
8518 2000-03-20  Hartmut Goebel <goebel@noris.net>
8519
8520         * lib/layouts/stdstruct.inc: split into stdtitle.inc and
8521         stdstruct.inc. Koma-Script added some title elements which
8522         otherwise have been listed below "bibliography". This split allows
8523         adding title elements to where they belong.
8524
8525         * lib/layouts/scrclass.inc: changed to include stdtitle.inc, then
8526         define the additional title elements and then include
8527         stdstruct.inc. 
8528
8529         * many other layout files: changed to include stdtitle.inc just
8530         before stdstruct.inc.
8531
8532 2000-03-18 Dekel Tsur <dekel@math.tau.ac.il>
8533
8534         * src/buffer.C: (save) Added the option to store all backup files
8535         in a single directory
8536
8537         * src/lyxrc.[Ch]: Added variable \backupdir_path
8538
8539         * lib/lyxrc.example: Added descriptions of recently added variables
8540
8541         * src/insets/insetbib.[Ch]: Fixed few bugs (crash when editing a
8542         bibtex inset, not closing the bibtex popup when deleting the inset)
8543
8544 2000-03-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8545
8546         * src/lyx_cb.C: add a couple using directives.
8547
8548 2000-03-17 José Abílio Matos <jamatos@lyx.org>
8549         * src/lyx_cb.C (RunLinuxDoc) Removed the flag==-1 option for linuxdoc 
8550         import based on the filename.
8551         
8552         * src/bufferlist.C () Removed the call to RunLinuxDoc where a linuxdoc
8553         file would be imported at start, if the filename where of a sgml file.
8554
8555         * src/support/filetools.C (IsSGMLfilename) Removed, no longer needed.
8556         
8557         * src/support/filetools.h (IsSGMLfilename) Removed, no longer needed.
8558         
8559 2000-03-16 Dekel Tsur <dekel@math.tau.ac.il>
8560         * src/lyxfont.h Replaced the member variable bits.direction by the
8561         member variable lang. Made many changes in other files.
8562         This allows having a multi-lingual document
8563
8564         * src/lyxfunc.C, src/lyx_cb.C Added a new command "language <l>"
8565         that change the current language to <l>.
8566         Removed the command "font-rtl"
8567
8568         * src/buffer.C Changed LYX_FORMAT to 2.16 (as I changed the file
8569         format for Hebrew documents)
8570
8571         * src/lyxrc.C, src/lyxfunc.C Added a new lyxrc command "auto_mathmode"
8572         When auto_mathmode is "true", pressing a digit key in normal mode 
8573         will cause entering into mathmode.
8574         If auto_mathmode is "rtl" then this behavior will be active only
8575         when writing right-to-left text.
8576
8577         * src/text2.C (InsertStringA) The string is inserted using the
8578         current font.
8579
8580         * src/paragraph.C (GetEndLabel) Gives a correct result for
8581         footnote paragraphs.
8582
8583         * src/paragraph.C (PreviousBeforeFootnote) Fixed a small bug
8584
8585 2000-03-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
8586
8587         * src/text.C (Backspace): move RemoveParagraph and RemoveRow in
8588         front of PasteParagraph. Never insert a ' '. This should at least
8589         fix some cause for the segfaults that we have been experiencing,
8590         it also fixes backspace behaviour slightly. (Phu!)
8591
8592         * src/support/lstrings.C (compare_no_case): some change to make it
8593         compile with gcc 2.95.2 and stdlibc++-v3
8594
8595         * src/text2.C (MeltFootnoteEnvironment): change type o
8596         first_footnote_par_is_not_empty to bool.
8597
8598         * src/lyxparagraph.h: make text private. Changes in other files
8599         because of this.
8600         (fitToSize): new function
8601         (setContentsFromPar): new function
8602         (clearContents): new function
8603         (SetChar): new function
8604
8605         * src/paragraph.C (readSimpleWholeFile): deleted.
8606
8607         * src/lyx_cb.C (InsertAsciiFile): don't use a LyXParagraph to hold
8608         the file, just use a simple string instead. Also read the file in
8609         a more maintainable manner.
8610
8611         * src/text2.C (InsertStringA): deleted.
8612         (InsertStringB): deleted.
8613
8614 2000-03-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
8615
8616         * src/text2.C (DeleteEmptyParagraphMechanism): don't run,
8617         RedoParagraphs from the doublespace handling part, just set status
8618         to NEED_MORE_REFRESH. Also don't update cursor position (should be
8619         done, but perhaps not like this.)
8620
8621 2000-03-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8622
8623         * src/text2.C (InsertStringA): don't forget to insert a META_INSET
8624         character when inserting an inset.
8625
8626 2000-03-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
8627
8628         * src/bufferparams.C (readLanguage): now takes "default" into
8629         consideration.
8630
8631         * src/lyx_main.C (LyX): remove the setup of lyxrc. (new)
8632         also initialize the toplevel_keymap with the default bindings from
8633         lyxrc. 
8634         
8635         * src/buffer.C (Buffer): remove lyxrc from the parameters.
8636
8637         * all files using lyxrc: have lyxrc as a real variable and not a
8638         pointer. remove all extern LyXRC * lyxrc. The equiv to this is
8639         done in lyxrc.h.
8640         
8641         * src/lyxrc.C: remove double call to defaultKeyBindings
8642
8643         * src/toolbar.[Ch]: Let the ToolbarDefaults handle the reading of
8644         toolbar defauls using lyxlex. Remove enums, structs, functions
8645         related to this. 
8646
8647         * src/lyxrc.h: use ToolbarDefaults instead of Toolbar for storing
8648         toolbar defaults. Also store default keybindings in a map.
8649
8650         * src/ToolbarDefaults.[Ch]: New file. This class is used for
8651         storing the toolbar defaults without any xforms dependencies. 
8652
8653         * src/insets/figinset.C: patch posted to list by Andre Poenitz
8654         applied. Changed to use iterators.
8655
8656 2000-03-11  Kayvan A. Sylvan  <kayvan@satyr.sylvan.com>
8657
8658         * development/lyx.spec.in: Fix to ``unset LINGUAS'' line for
8659         systems that don't have LINGUAS set to begin with.
8660
8661 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
8662
8663         * src/text2.C (DeleteEmptyParagraphMechanism): small fix posted to
8664         the list by Dekel Tsur.
8665
8666 2000-03-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8667
8668         * src/insets/insetgraphics.C (GraphicxCB): declare with "C" linkage.
8669         * src/insets/form_graphics.C: ditto.
8670
8671         * src/insets/inseturl.C (Latex): the free_spc argument is not used.
8672
8673 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
8674
8675         * src/bufferparams.C (readLanguage): use the new language map
8676
8677         * src/intl.C (InitKeyMapper): use the new language map
8678
8679         * src/lyx_gui.C (create_forms): use the new language map
8680
8681         * src/language.[Ch]: New files. Used for holding the information
8682         about each language. Now! Use this new language map enhance it and
8683         make it really usable for our needs. 
8684
8685 2000-03-09 Dekel Tsur <dekel@math.tau.ac.il>
8686         
8687         * screen.C (ShowCursor): Removed duplicate code.
8688         (ShowManualCursor): Support for 3 cursor shapes: Bar (default),
8689         L (LTR text in RTL document), and reversed-L (RTL text in LTR document)
8690         
8691         * src/text.C (NextBreakPoint,Fill): Moved declaration of left_margin
8692
8693         * src/lyxtext.h
8694         * src/text.C  Added TransformChar method. Used for rendering Arabic
8695         text correctly (change the glyphs of the letter according to the
8696         position in the word)
8697
8698         * src/buffer.C
8699         * src/paragraph.C
8700         * src/lyxrc.h
8701         * src/lyxrc.C  Added lyxrc command {language_command_begin,
8702         language_command_end,language_command_ltr,language_command_rtl,
8703         language_package} which allows the use of either arabtex or Omega
8704         for Arabic
8705
8706         * src/lyx_gui.C (init)
8707         * src/lyxrc.h
8708         * src/lyxrc.C Added lyxrc command screen_font_encoding_menu. Allows
8709         to use encoding for menu fonts which is different than the encoding
8710         for screen fonts
8711
8712         * src/buffer.C (makeLaTeXFile): If params.language = "default",
8713         do not load the babel package.
8714         To write an English document with Hebrew/Arabic, change the document
8715         language to "english".
8716
8717         * src/text2.C (SetCounter): Fixed appendix labels for Hebrew document
8718         (alphaCounter): changed to return char
8719         (loweralphaCounter, hebrewCounter, romanCounter): New functions
8720
8721         * lib/lyxrc.example  Added examples for Hebrew/Arabic
8722
8723         * src/layout.h
8724         * src/layout.C  Added layout command endlabeltype
8725
8726         * src/paragraph.C Added GetEndLabel(),LastPhysicalPar() const
8727
8728         * src/text.C (GetVisibleRow): Draw a box at the end of proof layout
8729
8730 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
8731
8732         * src/mathed/math_delim.C (search_deco): return a
8733         math_deco_struct* instead of index.
8734
8735 2000-03-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
8736
8737         * All files with a USE_OSTREAM_ONLY within: removed all code that
8738         was unused when USE_OSTREAM_ONLY is defined.
8739         
8740         * src/support/lyxalgo.h (sorted): rewrote to use plain '<' instead
8741         of any less. Removed header and using.
8742
8743         * src/text.C (GetVisibleRow): draw the string "Page Break
8744         (top/bottom)" on screen when drawing a pagebreak line.
8745
8746 2000-03-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8747
8748         * lib/doc/LaTeXConfig.lyx.in: add description of textclass llncs.
8749
8750         * src/mathed/math_macro.C (draw): do some cast magic.
8751         (Metrics): ditto.
8752
8753         * src/mathed/math_defs.h: change byte* argument to byte const*.
8754
8755         * src/mathed/formulamacro.[Ch]: add free_spc to Latex() method.
8756
8757         * src/insets/insetfoot.[Ch]: Clone() always returns an Inset* (well I
8758         know it is right to return InsetFoot* too, but cxx does not like
8759         it...). 
8760
8761         * src/insets/insetcollapsable.[Ch] (Clone): make const.
8762
8763         * development/lyx.spec.in: unset LINGUAS to avoid i18n problems.
8764
8765         * src/mathed/math_delim.C: change == to proper assignment.
8766
8767 2000-03-09  Juergen Vigna  <jug@sad.it>
8768
8769         * src/insets/insettext.C (setPos): fixed various cursor positioning
8770         problems (via mouse and cursor-keys)
8771         (LocalDispatch): added posibility to add a Ctrl-Enter inside a text
8772         inset (still a small display problem but it works ;)
8773
8774         * src/insets/insetcollapsable.C (draw): added button_top_y and
8775         button_bottom_y to have correct values for clicking on the inset.
8776
8777         * src/support/lyxalgo.h: commented out 'using std::less'
8778
8779 2000-03-08  Juergen Vigna  <jug@sad.it>
8780
8781         * src/insets/insetcollapsable.C (InsetButtonRelease): Now a
8782         Button-Release event closes as it is alos the Release-Event
8783         which opens it.
8784
8785         * src/lyxfunc.C (Dispatch): forgot a break in the LFUN_INSET_ERT
8786
8787 2000-03-07  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
8788
8789         * lib/layouts/literate-scrap.inc: Fixed initial comment. Now we
8790         can add multiple spaces in Scrap (literate programming) styles...
8791         which, by the way, is how I got hooked on LyX to begin with.
8792
8793         * src/mathed/formula.C (Write): Added dummy variable to an
8794         inset::Latex() call.
8795         (Latex): Add free_spacing boolean to inset::Latex()
8796
8797         * src/mathed/formula.h (Latex): Added free_spacing boolean arg.
8798         
8799         * src/insets/lyxinset.h: Changed definition of the inset::Latex()
8800         virtual function to include the free_spacing boolean from
8801         the containing paragraph's style.
8802
8803         * src/insets/inseturl.C, src/insets/inseturl.h (Latex):
8804         Added free_spacing boolean arg to match inset.h
8805         
8806         * src/insets/insettext.C, src/insets/insettext.h (Latex):
8807         Added free_spacing boolean arg to match inset.h
8808         
8809         * src/insets/insetspecialchar.C, src/insets/insetspecialchar.h (Latex):
8810         Added free_spacing boolean and made sure that if in a free_spacing
8811         paragraph, that we output normal space if there is a protected space.
8812         
8813         * src/insets/insetref.C, src/insets/insetref.h (Latex):
8814         Added free_spacing boolean arg to match inset.h
8815         
8816         * src/insets/insetquotes.C, src/insets/insetquotes.h (Latex):
8817         Added free_spacing boolean arg to match inset.h
8818         
8819         * src/insets/insetparent.C, src/insets/insetparent.h (Latex):
8820         Added free_spacing boolean arg to match inset.h
8821         
8822         * src/insets/insetlatexaccent.C, src/insets/insetlatexaccent.h (Latex):
8823         Added free_spacing boolean arg to match inset.h
8824         
8825         * src/insets/insetlatex.C, src/insets/insetlatex.h (Latex):
8826         Added free_spacing boolean arg to match inset.h
8827         
8828         * src/insets/insetlabel.C, src/insets/insetlabel.h (Latex): Added
8829         free_spacing boolean arg to match inset.h 
8830         
8831         * src/insets/insetinfo.C, src/insets/insetinfo.h (Latex):
8832         Added free_spacing boolean arg to match inset.h
8833         
8834         * src/insets/insetinclude.C, src/insets/insetinclude.h (Latex):
8835         Added free_spacing boolean arg to match inset.h
8836         
8837         * src/insets/insetgraphics.C, src/insets/insetgraphics.h (Latex):
8838         Added free_spacing boolean arg to match inset.h
8839         
8840         * src/insets/inseterror.C, src/insets/inseterror.h (Latex):
8841         Added free_spacing boolean arg to match inset.h
8842         
8843         * src/insets/insetcommand.C, src/insets/insetcommand.h (Latex):
8844         Added free_spacing boolean arg to match inset.h
8845         
8846         * src/insets/insetbib.C, src/insets/insetbib.h (Latex): Added
8847         free_spacing boolean arg to match inset.h
8848         
8849         * src/insets/figinset.C, src/insets/figinset.h (Latex): Added
8850         free_spacing boolean arg to match inset.h
8851         
8852         * src/text2.C (DeleteEmptyParagraphMechanism): Fix this to
8853         ignore free_spacing paragraphs. The user's spaces are left
8854         alone. 
8855         
8856         * src/text.C (InsertChar): Fixed the free_spacing layout
8857         attribute behavior. Now, if free_spacing is set, you can
8858         add multiple spaces in a paragraph with impunity (and they
8859         get output verbatim).
8860         (SelectSelectedWord): Added dummy argument to inset::Latex()
8861         call.
8862         
8863         * src/paragraph.C (TeXOnePar): Added dummy args to inset::Latex(...)
8864         calls.
8865         
8866         * src/lyxfunc.C (Dispatch): Hard-spaces input in free_spacing
8867         paragraph layouts now only input a simple space instead.
8868         Special character insets don't make any sense in free-spacing
8869         paragraphs.
8870         
8871         * src/buffer.C (parseSingleLyXformat2Token): Code to convert
8872         hard-spaces in the *input* file to simple spaces if the layout
8873         is free-spacing. This converts old files which had to have
8874         hard-spaces in free-spacing layouts where a simple space was
8875         preferrable.
8876         (writeFileAscii): Added free_spacing check to pass to the newly
8877         reworked inset::Latex(...) methods. The inset::Latex() code
8878         ensures that hard-spaces in free-spacing paragraphs get output
8879         as spaces (rather than "~").
8880         
8881 2000-03-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
8882         
8883         * src/mathed/math_delim.C (draw): draw the empty placeholder
8884         delims with a onoffdash line.
8885         (struct math_deco_compare): struct that holds the "functors" used
8886         for the sort and the binary search in math_deco_table.
8887         (class init_deco_table): class used for initial sort of the
8888         math_deco_table. 
8889         (search_deco): use lower_bound to do a binary search in the
8890         math_deco_table.
8891
8892 2000-03-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
8893
8894         * src/lyxrc.C: a small secret thingie...
8895
8896         * src/lyxlex.C (printTable): changed to take a ostream as paramter
8897         and to not flush the stream as often as it used to.
8898
8899         * src/support/lyxalgo.h: new file 
8900         (sorted): template function used for checking if a sequence is
8901         sorted or not. Two versions with and without user supplied
8902         compare. Uses same compare as std::sort.
8903
8904         * src/lyxlex.C (LyXLex): check if the table is sorted, if not sort
8905         it and give warning on lyxerr.
8906         (pushTable): ditto
8907         (struct compare_tags): struct with function operators used for
8908         checking if sorted, sorting and lower_bound.
8909         (search_kw): use lower_bound instead of manually implemented
8910         binary search.
8911
8912 2000-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8913
8914         * src/insets/insetcollapsable.h: fix Clone() declaration.
8915         * src/insets/insetfoot.h: ditto.
8916
8917         * src/insets/lyxinset.h: remove an extra comma at the end of enum.
8918
8919 2000-03-08  Juergen Vigna  <jug@sad.it>
8920
8921         * src/insets/lyxinset.h: added owner call which tells us if
8922         this inset is inside another inset. Changed also the return-type
8923         of Editable to an enum so it tells clearer what the return-value is.
8924
8925         * src/insets/insettext.C (computeTextRows): fixed computing of
8926         textinsets which split automatically on more rows.
8927
8928         * src/insets/insetert.[Ch]: changed this to be of BaseType
8929         InsetCollapsable.
8930
8931         * src/insets/insetfoot.[Ch]: added footnote inset
8932
8933         * src/insets/insetcollapsable.[Ch]: added this BaseClass for
8934         collapsable insets (like footnote, ert, ...)
8935
8936 2000-03-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
8937
8938         * src/lyxdraw.h: remvoe file
8939
8940         * src/lyxdraw.C: remove file
8941
8942         * src/insets/insettext.C: added <algorithm>.
8943
8944 2000-03-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
8945
8946         * src/mathed/math_panel.C (delim_cb): case MM_OK use string stream
8947         (matrix_cb): case MM_OK use string stream
8948
8949         * src/mathed/formula.C (LocalDispatch): case LFUN_SETXY use string
8950         stream.
8951
8952         * src/mathed/math_macro.C (draw): use string stream
8953         (Metrics): use string stream
8954
8955         * src/paragraph.C (TeXFootnote): for case LyXParagraph::FIG, write
8956         directly to the ostream.
8957
8958         * src/vspace.C (asString): use string stream.
8959         (asString): use string stream
8960         (asLatexString): use string stream
8961
8962         * src/lyx_cb.C (UpdateLayoutDocument): use string stream for
8963         setting Spacing::Other.
8964
8965         * src/LaTeXFeatures.C (getPackages): use string stream instead of
8966         sprintf when creating the stretch vale.
8967
8968         * src/text2.C (alphaCounter): changed to return a string and to
8969         not use a static variable internally. Also fixed a one-off bug.
8970         (SetCounter): changed the drawing of the labels to use string
8971         streams instead of sprintf.
8972
8973         * src/support/lyxmanip.h: rewrite the newlineanDepth ostream
8974         manipulator to use a scheme that does not require library support.
8975         This is also the way it is done in the new GNU libstdc++. Should
8976         work with DEC cxx now. 
8977
8978 2000-03-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
8979
8980         * src/mathed/math_inset.h (Write(ostream & os): add a space at the
8981         end. This fixes a bug. 
8982
8983         * src/mathed (all files concerned with file writing): apply the
8984         USE_OSTREAM_ONLY changes to mathed too.
8985         
8986         * src/support/DebugStream.h: make the constructor explicit.
8987
8988         * src/lyxfont.C (latexWriteStartChanges): small bug related to
8989         count and ostream squashed.
8990
8991 2000-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8992
8993         * src/support/Makefile.am (libsupport_la_SOURCES): add lyxmanip.h.
8994
8995         * src/buffer.C (makeLaTeXFile): add a .c_str(), since
8996         ostringstream uses STL strings, and we might not.
8997
8998         * src/insets/insetspecialchar.C: add using directive.
8999         * src/insets/insettext.C: ditto.
9000
9001 2000-03-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
9002
9003         * lib/layouts/seminar.layout: feeble attempt at a layout for
9004         seminar.cls, far from completet and could really use some looking
9005         at from people used to write layout files.
9006
9007         * src/support/lyxmanip.h (newlineAndDepth): ostream manipulator to
9008         use instead of the AddNewlineAndDepth funtion in lyx_cb.C. This is
9009         a lot nicer and works nicely with ostreams.
9010
9011         * src/mathed/formula.C (draw): a slightly different solution that
9012         the one posted to the list, but I think this one works too. (font
9013         size wrong in headers.)
9014
9015         * src/insets/insettext.C (computeTextRows): some fiddling on
9016         Jürgens turf, added some comments that he should read.
9017
9018         * src/lyxrc.C: remove all traces of RC_NOMENUACCELERATORS, never
9019         used and it gave compiler warnings.
9020         RC_SHOW_BANNER + "\\show_banner" added, also to reading and
9021         writing of lyxrc.
9022
9023         * src/lyx_gui.C (create_forms): do the right thing when
9024         show_banner is true/false.
9025
9026         * src/lyx_cb.C (TimerCB): no need to close or do anything if
9027         show_banner is false.
9028
9029         * most file writing files: Now use iostreams to do almost all of
9030         the writing. Also instead of passing string &, we now use
9031         stringstreams. mathed output is still not adapted to iostreams.
9032         This change can be turned off by commenting out all the occurences
9033         of the "#define USE_OSTREAM_ONLY 1" lines.
9034         
9035         * src/WorkArea.C (createPixmap): don't output debug messages.
9036         (WorkArea): don't output debug messages.
9037
9038         * lib/lyxrc.example: added a comment about the new variable
9039         \show_banner 
9040
9041         * development/Code_rules/Rules: Added some more commente about how
9042         to build class interfaces and on how better encapsulation can be
9043         achieved. 
9044
9045 2000-03-03  Juergen Vigna  <jug@sad.it>
9046
9047         * src/insets/insetert.C (InsetERT): Now ERT-insets break row
9048         automatically with the width of the LyX-Window
9049
9050         * src/insets/insettext.C (computeTextRows): fixed update bug in
9051         displaying text-insets (scrollvalues where not initialized!)
9052
9053 2000-03-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
9054
9055         * src/mathed/math_utils.C (MathedLookupBOP): using only res->id ==
9056         id in the check of the result from lower_bound is not enough since
9057         lower_bound can return last too, and then res->id will not be a
9058         valid construct.
9059
9060         *  all insets and some code that use them: I have conditionalized
9061         removed the Latex(string & out, ...) this means that only the
9062         Latex(ostream &, ...) will be used. This is a work in progress to
9063         move towards using streams for all output of files. 
9064
9065         * src/text.C (GetColumnNearX): initialize LyXParagraph::size_type
9066         c to 0.
9067
9068 2000-03-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9069
9070         * src/mathed/math_utils.C (MathedLookupBOP): fix the search
9071         routine (this fixes bug where greek letters were surrounded by too
9072         much white space).
9073
9074         * src/support/filetools.C (findtexfile): change a bit the search
9075         algorithm, to fix bug introduced in 1.1.4. Note that --format is
9076         no longer passed to kpsewhich, we may have to change that later.
9077
9078         * config/lyxinclude.m4 (LYX_PROG_CXX): better version-dependent
9079         warning options to avoid problems with X header files (from Angus
9080         Leeming).
9081         * acinclude.m4: regenerated.
9082
9083 2000-03-02  Juergen Vigna  <jug@sad.it>
9084
9085         * src/insets/insettext.C (WriteParagraphData): Using the
9086         par->writeFile() function for writing paragraph-data.
9087         (Read): Using buffer->parseSingleLyXformat2Token()-function
9088         for parsing paragraph data!
9089
9090         * src/buffer.C (readLyXformat2): removed all parse data and using
9091         the new parseSingleLyXformat2Token()-function.
9092         (parseSingleLyXformat2Token): added this function to parse (read)
9093         lyx-file-format (this is called also from text-insets now!)
9094
9095 2000-03-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
9096
9097         * src/paragraph.C (BeginningOfMainBody): initialize previous_char
9098         and temp.
9099
9100         * src/lyxfunc.C (Dispatch(LFUN_MENUSEARCH)): Do the Search dialog
9101         directly instead of going through a func. One very bad thing: a
9102         static LyXFindReplace, but I don't know where to place it. 
9103
9104         * src/lyxfr1.C (GetCurrentSelectionAsString): rewritten to use a
9105         string instead of char[]. Also changed to static.
9106         (GetSelectionOrWordAtCursor): changed to static inline
9107         (SetSelectionOverLenChars): ditto.
9108
9109         * src/lyxfr0.[Ch] src/lyxfr1.[Ch]: rewrite to get rid of
9110         current_view and global variables. both classes has changed names
9111         and LyXFindReplace is not inherited from SearchForm.
9112         
9113         * src/lyx_gui_misc.C (CloseAllBufferRelatedPopups): remove the
9114         fl_form_search form.
9115
9116         * src/lyx_gui.C (create_forms): removed the fl_form_search form.
9117
9118 2000-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9119
9120         * lib/bind/*.bind: make sure 'buffer-previous' function is not
9121         bound (from Kayvan).
9122
9123         * src/insets/Makefile.am (libinsets_la_SOURCES): add BoundingBox.h.
9124
9125         * lib/layouts/stdletter.inc: fix line spacing in Send_To_Address.
9126
9127 2000-03-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
9128
9129         * some things that I should comment but the local pub says head to
9130         swirly... 
9131         
9132         * comment out all code that belongs to the Roff code for Ascii
9133         export of tables. (this is unused)
9134         
9135         * src/LyXView.C: use correct type for global variable
9136         current_layout. (LyXTextClass::size_type)
9137
9138         * some code to get the new insetgraphics closer to working I'd be
9139         grateful for any help.
9140         
9141         * src/BufferView2.C (insertInset): use the return type of
9142         NumberOfLayout properly. (also changes in other files)
9143
9144         * src/insets/insetspecialchar.[Ch]: add the PROTECTED SEPARATOR to
9145         this as a test. I want to know what breaks because of this.
9146
9147         * src/BufferView.[Ch] (tripleClick): name change from trippleClick.
9148
9149 2000-02-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
9150
9151         * lib/layouts/stdlists.inc: changed the lyxlist latex definition
9152         to use a \makebox in the label, this allows proper justification
9153         with out using protected spaces or multiple hfills. Now it is
9154         "label" for left justified, "\hfill label\hfill" for center, and
9155         "\hfill label" for right justified. UserGuide.lyx sec. 3.3.6.5
9156         should be changed accordingly. 
9157
9158 2000-02-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9159
9160         * src/lyxtext.h: change SetLayout() to take a
9161         LyXTextClass::size_type instead of a char (when there is more than
9162         127 layouts in a class); also change type of copylayouttype.
9163         * src/text2.C (SetLayout): ditto.
9164         * src/LyXView.C (updateLayoutChoice): ditto.
9165
9166         * src/LaTeX.C (scanLogFile): errors where the line number was not
9167         given just after the '!'-line were ignored (from Dekel Tsur).
9168
9169         * lib/lyxrc.example: fix description of \date_insert_format
9170
9171         * lib/layouts/llncs.layout: new layout, contributed by Martin
9172         Vermeer. 
9173
9174 2000-02-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
9175
9176         * config/lyxinclude.m4 (LYX_PROG_CXX): remove case support for gcc
9177         2.7.* and add case support for gcc 2.96*. Gcc 2.96 only exists in
9178         cvs at gcc.gnu.org (currently it fails with ICE on insetbib.C,
9179         insetindex.C, insetloa.C, insettext.C, filetools.C, BufferView.C,
9180         BufferView2.C, LyXView.C, buffer.C, lyx_cb.C, lyxfunc.C,
9181         paragraph.C, text.C, text2.C)
9182
9183 2000-02-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9184
9185         * src/insets/insettext.C (LocalDispatch): remove extra break
9186         statement. 
9187
9188         * src/insets/insetert.[Ch] (Clone): change return value to Inset*
9189         * src/insets/insettext.[Ch] (Clone): change return value to Inset*
9190
9191         * src/mathed/formulamacro.[Ch] (draw): add missing const qualifier
9192         * src/insets/insettext.[Ch] (GetCursorPos): ditto
9193
9194         * src/insets/insetbib.h: move InsetBibkey::Holder and
9195         InsetCitation::Holder in public space.
9196
9197 2000-02-25  Lars Gullik Bjønnes <larsbj@lyx.org>
9198
9199         * src/insets/insettext.h: small change to get the new files from
9200         Juergen to compile (use "string", not "class string").
9201
9202         * src/insets/insettext.[Ch], src/insets/insertert.[Ch]: use string
9203         const & as parameter to LocalDispatch, use LyXFont const & as
9204         paramter to some other func. This also had impacto on lyxinsets.h
9205         and the two mathed insets.
9206
9207 2000-02-24  Juergen Vigna  <jug@sad.it>
9208
9209         * src/buffer.C:
9210         * src/commandtags.h: 
9211         * src/LyXAction.C:
9212         * src/lyxfunc.C: added code for LFUN_INSET_ERT and LFUN_INSET_TEXT
9213
9214         * src/BufferView.h
9215         * src/BufferView.C
9216         * src/BufferView2.C: added/updated code for various inset-functions
9217
9218         * src/insets/insetert.[Ch]: added implementation of InsetERT
9219
9220         * src/insets/insettext.[Ch]: added implementation of InsetText
9221
9222         * src/insets/inset.C (Edit): added "unsigned int button" parameter
9223         (draw): added preliminary code for inset scrolling not finshed yet
9224
9225         * src/insets/inset.C (LocalDispatch): changed arg parameter to string
9226         as it is in lyxfunc.C now
9227
9228         * src/insets/lyxinset.h: Added functions for text-insets
9229
9230 2000-02-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
9231
9232         * src/lyx_cb.C src/UpdateInset.[Ch]: move the updateinsetlist into
9233         BufferView and reimplement the list as a queue put inside its own
9234         class.
9235
9236         * src/bufferlist.[Ch] (updateInset): remove func, not needed.
9237
9238         * several files: use the new interface to the "updateinsetlist"
9239         
9240         * src/WorkArea.C (work_area_handler): call BufferView::doubleClick
9241         on doubleclick.
9242         (work_area_handler): call BufferView::trippleClick on trippleclick.
9243
9244         * src/BufferView.C (doubleClick): new function, selects word on
9245         doubleclick. 
9246         (trippleClick): new function, selects line on trippleclick.
9247
9248 2000-02-22  Allan Rae  <rae@lyx.org>
9249
9250         * lib/bind/xemacs.bind: buffer-previous not supported
9251
9252 2000-02-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9253
9254         * src/insets/insettoc.[Ch] (LinuxDoc, DocBook): mark the methods
9255         as const.
9256
9257 2000-02-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
9258
9259         * src/bufferlist.C: get rid of current_view from this file
9260
9261         * src/spellchecker.C: get rid of current_view from this file
9262
9263         * src/vspace.C: get rid of current_view from this file
9264         (inPixels): added BufferView parameter for this func
9265         (asLatexCommand): added a BufferParams for this func
9266
9267         * src/text.C src/text2.C: get rid of current_view from these
9268         files.
9269         
9270         * src/lyxfont.C (getFontDirection): move this function here from
9271         text.C
9272         
9273         * src/bufferparams.C (getDocumentDirection): move this function
9274         here from text.C
9275
9276         * src/paragraph.C (getParDirection): move this function here from
9277         text.C 
9278         (getLetterDirection): ditto
9279         
9280 2000-02-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
9281
9282         * WorkArea, Painter, LyXScreen: Fixed the crash that occured on
9283         resize due to wrong pixmap beeing used. Also took the opurtunity
9284         to make the LyXScreen stateless on regard to WorkArea and some
9285         general cleanup in the same files.
9286         
9287 2000-02-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
9288
9289         * src/Makefile.am: add missing direction.h
9290
9291         * src/PainterBase.h: made the width functions const.
9292         
9293         * lib/kbd/iso8859-1.cdef: fix a couple of entries and define some
9294         missing ones.
9295         
9296         * src/insets/insetcommand.C (draw): draw Editable as buttons.
9297
9298         * src/insets/insetlatexaccent.C (draw): make the accents draw
9299         better, at present this will only work well with iso8859-1.
9300         
9301         * several files: remove the old drawing code, now we use the new
9302         painter only.
9303
9304         * several files: remove support for mono_video, reverse_video and
9305         fast selection.
9306
9307 2000-02-17  Juergen Vigna  <jug@sad.it>
9308
9309         * src/mathed/math_cursor.[Ch] (SelGetArea): Changed form int * to
9310         int ** as we have to return the pointer, otherwise we have only
9311         NULL pointers in the returning function.
9312
9313 2000-02-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9314
9315         * src/LaTeX.C (operator()): quote file name when running latex.
9316
9317 2000-02-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
9318
9319         * src/toolbar.C (set): use fl_set_object_helper for the tooltop
9320         (bubble tip), this removes our special handling of this.
9321
9322         * Remove all code that is unused now that we have the new
9323         workarea. (Code that are not active when NEW_WA is defined.)
9324
9325         * Make the uses of XSync not conditionalized on define USE_XSYNC.
9326         
9327 2000-02-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9328
9329         * src/lyxfunc.C (Dispatch): fix LFUN_LAYOUT when giving a
9330         nonexisting layout; correctly redirect obsoleted layouts.
9331
9332         * lib/lyxrc.example: document \view_dvi_paper_option
9333
9334         * src/lyxrc.[Ch]: add support for the \view_dvi_paper_option
9335         variable. 
9336
9337         * src/lyx_cb.C (RunScript): handle $$FName for command names. 
9338         (PreviewDVI): handle the view_dvi_paper_option variable.
9339         [Both from Roland Krause]
9340
9341 2000-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
9342
9343         * src/Painter.C (text(int,int,char,LyXFont)): call text(int, int,
9344         char const *, int, LyXFont)
9345         (text(int, int, string, LyXFont)): ditto 
9346
9347         * src/text.C (InsertCharInTable): attempt to fix the double-space
9348         feature in tables too.
9349         (BackspaceInTable): ditto.
9350         (GetVisibleRow): make bottom pagebreak line be a onoff line.
9351
9352 2000-02-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
9353
9354         * src/text2.C (owner): only complain if owner_ is set and bv != 0
9355
9356         * src/BufferView.C (resizeCurrentBuffer): set the owner of the
9357         newly found text in textcache to this.
9358         (buffer): set the owner of the text put into the textcache to 0
9359
9360         * src/insets/figinset.C (draw): fixed the drawing of figures with
9361         the new Painter.
9362
9363         * src/text.C src/mathed/math_cursor.C: nailed and fixed the
9364         drawing of mathframe, hfills, protected space, table lines. I have
9365         now no outstanding drawing problems with the new Painter code. 
9366
9367 2000-02-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9368
9369         * src/PainterBase.C (ellipse, circle): do not specify the default
9370         arguments. 
9371
9372         * src/LColor.h: add using directive.
9373
9374         * src/Painter.[Ch]: change return type of methods from Painter& to
9375         PainterBase&. Add a using directive.
9376
9377         * src/WorkArea.C: wrap xforms callbacks in C functions
9378         C_WorkArea_xxx. 
9379
9380         * lib/layouts/foils.layout: font fix and simplifications from Carl
9381         Ollivier-Gooch.
9382
9383 2000-02-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
9384
9385         * a lot of files: The Painter, LColor and WorkArea from the old
9386         devel branch has been ported to lyx-devel. Some new files and a
9387         lot of #ifdeffed code. The new workarea is enabled by default, but
9388         if you want to test the new Painter and LColor you have to compile
9389         with USE_PAINTER defined (do this in config.h f.ex.) There are
9390         still some rought edges, and I'd like some help to clear those
9391         out. It looks stable (loads and displays the Userguide very well).
9392         
9393
9394 2000-02-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9395
9396         * src/buffer.C (pop_tag): revert to the previous implementation
9397         (use a global variable for both loops).
9398
9399         * lib/kbd/iso8859-1.cdef: fix definition for \"{e}.
9400
9401         * src/lyxrc.C (LyXRC): change slightly default date format.
9402
9403         * src/paragraph.C (TeXOnePar): Generate a correct latex file when
9404         there is an English text with a footnote that starts with a Hebrew
9405         paragraph, or vice versa.
9406         (TeXFootnote): ditto.
9407
9408         * src/text.C (LeftMargin): allow for negative values for
9409         parindent. Thanks to Philip Lehman <lehman@gmx.net> for testing
9410         this out.
9411
9412         * src/lyx_gui.C (create_forms): add iso88595 as a possible choice
9413         for input encoding (cyrillic)
9414
9415 2000-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9416
9417         * src/lyx_gui.C (create_forms): make combo box taller (from Dekel
9418         Tsur). 
9419
9420         * src/toolbar.C (set): ditto
9421         * src/insets/insetbib.C (create_form_citation_form): ditto
9422
9423         * lib/CREDITS: added Dekel Tsur.
9424
9425         * lib/kbd/hebrew.kmap, lib/kbd/null.kmap,
9426         lib/layouts/heb-article.layout, lib/layouts/heb-letter.layout: new
9427         hebrew supports files from Dekel Tsur.
9428         
9429         * lib/kbd/iso8859-8.cdef: new file, from Tzafrir Cohen
9430         <tzafrir@technion.ac.il> 
9431
9432         * src/lyxrc.C: put \date_insert_format at the right place.
9433
9434         * src/buffer.C (makeLaTeXFile): fix the handling of
9435         BufferParams::sides when writing out latex files.
9436
9437         * src/BufferView2.C: add a "using" directive.
9438
9439         * src/support/lyxsum.C (sum): when we use lyxstring,
9440         ostringstream::str needs an additional .c_str().
9441
9442 2000-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
9443
9444         * src/support/filetools.C (ChangeExtension): patch from Etienne
9445         applied.
9446
9447         * src/TextCache.C (show): remove const_cast and make second
9448         parameter non-const LyXText *.
9449
9450         * src/TextCache.h: use non const LyXText in show.
9451
9452         * src/paragraph.C (SimpleTeXSpecialChars): patch to make urls work
9453         with hebrew.
9454
9455 2000-02-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
9456
9457         * src/support/lyxsum.C: rework to be more flexible.
9458         
9459         * several places: don't check if a pointer is 0 if you are going
9460         to delete it.
9461
9462         * src/text.C: remove some dead code.
9463
9464         * src/insets/figinset.C: remove some dead code
9465         
9466         * src/buffer.C: move the BufferView funcs to BufferView2.C
9467         remove all support for insetlatexdel
9468         remove support for oldpapersize stuff
9469         made some member funcs const
9470
9471         * src/kbmap.C: use a std::list to store the bindings in.
9472         
9473         * src/BufferView2.C: new file
9474
9475         * src/kbsequence.[Ch]: new files
9476         
9477         * src/LyXAction.C + others: remove all trace of buffer-previous
9478         
9479         * src/Bullet.[Ch]: moved ITEMIZE_DEFAULTS inside Bullet.C so that we
9480         only have one copy in the binary of this table.
9481         
9482         * hebrew patch: moved some functions from LyXText to more
9483         appropriate places. (LyXParagraph, BufferParams, LyXFont)
9484         
9485         * several files: remove support for XForms older than 0.88
9486         whitespace changes.
9487         remove some #if 0 #endif code
9488         
9489         * src/TextCache.[Ch]: new file. Holds the textcache.
9490
9491         * src/BufferView.C: changes to use the new TextCache interface.
9492         (waitForX): remove the now unused code.
9493         
9494         * src/BackStack.h: remove some commented code
9495
9496         * lib/bind/emacs.bind: remove binding for buffer-previous
9497
9498 2000-02-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
9499
9500         * applied the hebrew patch.
9501
9502         * src/lyxrow.h: make sure that all Row variables are initialized.
9503
9504         * src/text2.C (TextHandleUndo): comment out a delete, this might
9505         introduce a memory leak, but should also help us to not try to
9506         read freed memory. We need to look at this one.
9507
9508         * src/paragraph.C (SimpleDocBookOneTablePar): initialize column to 0
9509         (LyXParagraph): initalize footnotekind.
9510
9511         * src/lyxrc.C (output): added case RC_DATE_INSERT_FORMAT. Jug
9512         forgot this when applying the patch. Please heed the warnings.
9513
9514         * src/BufferView.C (buffer): a fix for the buffer-reload problem
9515         (aka. reformat problem)
9516
9517         * src/bufferlist.C (exists): made const, and use const_iterator
9518         (isLoaded): new func.
9519         (release): use std::find to find the correct buffer.
9520
9521         * src/bufferlist.h: made getState a const func.
9522         made empty a const func.
9523         made exists a const func.
9524         new func: isLoaded
9525
9526 2000-02-01  Juergen Vigna  <jug@sad.it>
9527
9528         * src/lyxfunc.C lyxrc.C: changed from insert-date to date-insert
9529
9530         * po/it.po: updated a bit the italian po file and also changed the
9531         'file nuovo' for newfile to 'filenuovo' without a space, this did
9532         annoy me a lot :)
9533         
9534         * src/lyxrc.C (LyXRC): added support for a default insert_date_format
9535         for the new insert_date command.
9536
9537         * src/lyxfunc.C (Dispatch): added support for a insert_date function
9538         from jdblair, to insert a date into the current text conforming to
9539         a strftime format (for now only considering the locale-set and not
9540         the document-language).
9541
9542 2000-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9543
9544         * src/lyxfont.C (textWidth): hopefully better fix for the Array
9545         Bounds Read error seen by purify. The problem was that islower is
9546         a macros which takes an unsigned char and uses it as an index for
9547         in array of characters properties (and is thus subject to the
9548         above error).
9549         (drawText): ditto.
9550
9551         * src/lyx_cb.C (UpdateLayoutDocument): use a switch to set
9552         correctly the paper sides radio buttons.
9553         (UpdateDocumentButtons): ditto.
9554
9555 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
9556
9557         * src/kbmap.C (getsym + others): change to return unsigned int,
9558         returning a long can give problems on 64 bit systems. (I assume
9559         that int is 32bit on 64bit systems)
9560
9561 2000-01-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9562
9563         * src/lyxfunc.C (processKeyEvent): fix a the buffer returned by
9564         LyXLookupString to be zero-terminated. Really fixes problems seen
9565         by purify, I think.
9566
9567 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
9568
9569         * src/lyxfunc.C (processKeyEvent): "fix" so that we never try to
9570         write a (char*)0 to the lyxerr stream.
9571
9572         * src/lastfiles.C: move algorithm before the using statemets.
9573
9574 2000-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9575
9576         * src/lastfiles.C: move using directives in global scope (egcs 1.x
9577         complains otherwise).
9578         * src/table.C: ditto
9579
9580         * lib/reLyX/reLyX.in: use variable @LYX_DIR@ as built-in data
9581         directory. 
9582
9583         * lib/reLyX/configure.in (LYX_DIR): re-introduce this variable
9584         that I removed earlier... It is really needed.
9585
9586         * lib/examples/multicol.lyx: new file, splitted from Extended.lyx. 
9587
9588 2000-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9589
9590         * INSTALL: update xforms home page URL.
9591
9592         * lib/configure.m4: fix a bug with unreadable layout files.
9593
9594         * src/table.C (calculate_width_of_column): add "using std::max"
9595         directive. 
9596
9597 2000-01-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
9598
9599         * several files: marked several lines with "DEL LINE", this is
9600         lines that can be deleted without changing anything.
9601         if (<ptr>) // DEL LINE  /* this line is _never_ needed. Delete
9602                                    checks this anyway */
9603                 delete <ptr>
9604
9605         * src/insets/insetlatexaccent.C: Changed some debugs to Debug::KEY
9606
9607         * src/DepTable.C (update): add a "+" at the end when the checksum
9608         is different. (debugging string only)
9609
9610         * src/paragraph.C (ReturnNextInsetPointer): fix bug that caused
9611         the next inset to not be displayed. This should also fix the list
9612         of labels in the "Insert Crossreference" dialog.
9613
9614 2000-01-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
9615
9616         * src/support/LSubstring.C (LSubstring): set pos to string::npos
9617         when regex was not found.
9618
9619         * src/support/lstrings.C (lowercase): use handcoded transform always.
9620         (uppercase): ditto
9621
9622         * src/text.C (Delete): fixed the crash. cursor.par->prev and
9623         old_cursor.par->prev could be 0.
9624
9625         * several files: changed post inc/dec to pre inc/dec
9626         
9627         * src/lastfiles.C (writeFile): use ostream_iterator and copy to
9628         write the lastfiles to file.
9629
9630         * src/BufferView.C (buffer): only show TextCache info when debugging
9631         (buffer): ditto
9632         (resizeCurrentBuffer): ditto
9633         (workAreaExpose): ditto
9634
9635         * lib/kbd/iso8859-7.cdef: changed to new quoting scheme
9636
9637         * lib/kbd/iso8859-2.cdef: changed to new quoting scheme
9638
9639         * src/insets/insetlatexaccent.C (Draw): make the display of UMLAUT
9640         a bit better by removing the special case for \i and \j.
9641
9642 2000-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9643
9644         * src/lyx_main.C (easyParse): remove test for bad comand line
9645         options, since this broke all xforms-related parsing.
9646
9647         * src/kbmap.C (getsym): set return type to unsigned long, as
9648         declared in header. On an alpha, long is _not_ the same as int.
9649
9650         * src/support/LOstream.h: add a "using std::flush;"
9651
9652         * src/insets/figinset.C: ditto.
9653
9654 2000-01-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
9655
9656         * src/bufferlist.C (write): use blinding fast file copy instead of
9657         "a char at a time", now we are doing it the C++ way.
9658
9659         * src/insets/figinset.C: get rid of struct pidwaitpit, use a
9660         std::list<int> instead.
9661         (addpidwait): reflect move to std::list<int>
9662         (sigchldchecker): ditto
9663
9664         * src/bmtable.c (fl_set_bmtable_file): have arguments in the X r5
9665         version also. 
9666
9667         * src/paragraph.C (FirstPhysicalPar): remove assert and comment
9668         that obviously was wrong...
9669
9670         * src/lyxfont.C (textWidth): have c as char c[2] instead of char
9671         c, this avoids warnings with purify and islower.
9672
9673         * src/insets/figinset.C: rename struct queue to struct
9674         queue_element and rewrite to use a std::queue. gsqueue is now a
9675         std::queue<queue_element>
9676         (runqueue): reflect move to std::queue
9677         (addwait): ditto
9678
9679         * src/support/lstrings.h (tostr): specialize for bool, otherwise
9680         we would get "1" "0" instead of "true" "false. Also make the tostr
9681         functions inline.
9682
9683 2000-01-21  Juergen Vigna  <jug@sad.it>
9684
9685         * src/buffer.C (writeFileAscii): Disabled code for special groff
9686         handling of tabulars till I fix this in table.C
9687
9688 2000-01-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9689
9690         * src/support/mkdir.C (mkdir): change second argument of mkdir to
9691         unsigned long int.
9692         * src/support/lyxlib.h: ditto.
9693
9694 2000-01-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
9695
9696         * src/insets/insetlatexaccent.C (Draw): make accents on top of 'i'
9697         and 'j' look better. This might fix the "macron" bug that has been
9698         observed.
9699
9700         * src/support/lstrings.[Ch] (tostr): reimplement all the tostr
9701         functions as one template function. Delete the old versions.
9702
9703         * src/support/lyxsum.C: move using std::ifstream inside
9704         MODERN_STL_STREAMS
9705
9706         * src/support/Makefile.am (libsupport_la_SOURCES): added mkdir.C
9707         and putenv.C
9708
9709         * src/mathed/formulamacro.C: delete #include "bufferlist.h" never used
9710
9711         * src/mathed/formula.C: delete #include "bufferlist.h" never used
9712
9713         * src/insets/figinset.C (InitFigures): use new instead of malloc
9714         to allocate memory for figures and bitmaps.
9715         (DoneFigures): use delete[] instead of free to deallocate memory
9716         for figures and bitmaps.
9717         (runqueue): use new to allocate 
9718         (getfigdata): use new/delete[] instead of malloc/free
9719         (RegisterFigure): ditto
9720
9721         * some files: moved some declarations closer to first use, small
9722         whitespace changes use preincrement instead of postincrement where
9723         it does not make a difference.
9724         
9725         * src/kbmap.[Ch]: delete code according to define NO_HASH, it is a
9726         step on the way to use stl::containers for key maps. 
9727
9728         * src/bufferlist.h: add a typedef for const_iterator and const
9729         versions of begin and end.
9730
9731         * src/bufferlist.[Ch]: change name of member variable _state to
9732         state_. (avoid reserved names)
9733         (makePup): removed
9734         (getFileNames): returns the filenames of the buffers in a vector.
9735
9736         * configure.in (ALL_LINGUAS): added ro
9737
9738         * src/support/putenv.C: new file
9739
9740         * src/support/mkdir.C: new file
9741
9742 2000-01-20  Allan Rae <rae@lyx.org>
9743
9744         * lib/layouts/IEEEtran.layout: Added several theorem environments
9745
9746         * lib/templates/IEEEtran.lyx: Example theorem environments and a
9747         couple of minor additions.
9748
9749         * lib/doc/LaTeXConfig.lyx.in:  Use URL insets for ftp sites 
9750         (except for those in footnotes of course)
9751
9752 2000-01-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
9753
9754         * src/lyxlookup.C (CloseLyXLookup): set xic=0; after destruction. 
9755
9756         * src/mathed/math_utils.C (MathedLookupBOP): rewrite to use
9757         std::sort and std::lower_bound instead of qsort and handwritten
9758         binarysearch.
9759         (struct compara): struct that holds the functors used by std::sort
9760         and std::lower_bound in MathedLookupBOP.
9761
9762 2000-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9763
9764         * src/support/LAssert.h: do not do partial specialization. We do
9765         not really need it.
9766
9767         * src/support/lyxlib.h: note that lyx::getUserName() and
9768         lyx::date() are not in use right now. Should these be suppressed?
9769
9770         * src/buffer.C (makeLaTeXFile): we do not need the user name here.
9771         (makeLinuxDocFile): do not put date and user name in linuxdoc
9772         headers. 
9773
9774         * src/support/lyxlib.h (kill): change first argument to long int,
9775         since that's what solaris uses.
9776
9777         * src/support/kill.C (kill): fix declaration to match prototype.
9778
9779         * config/lyxinclude.m4 (LYX_CXX_NAMESPACES): fix the macro to
9780         actually check whether namespaces are supported. This is not what
9781         it used to do.
9782
9783         * src/support/lyxsum.C: add a using directive.
9784
9785 2000-01-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
9786
9787         * src/support/kill.C: if we have namespace support we don't have
9788         to include lyxlib.h.
9789
9790         * src/support/lyxlib.h: use namespace lyx if supported.
9791
9792 2000-01-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
9793
9794         * src/support/date.C: new file
9795
9796         * src/support/chdir.C: new file
9797
9798         * src/support/getUserName.C: new file
9799
9800         * src/support/getcwd.C: new file
9801
9802         * src/support/abort.C: new file
9803
9804         * src/support/kill.C: new file
9805
9806         * src/support/lyxlib.h: moved all the functions in this file
9807         insede struct lyx. Added also kill and abort to this struct. This
9808         is a way to avoid the "kill is not defined in <csignal>", we make
9809         C++ wrappers for functions that are not ANSI C or ANSI C++.
9810
9811         * src/support/lyxsum.C (sum): use #ifdef MODERN_STL_STREAMS
9812         instead of #if __GLIBCPP__. Since lyxsum is now put inside struct
9813         lyx it has been renamed to sum.
9814
9815 2000-01-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9816
9817         * src/text.C: add using directives for std::min and std::max.
9818
9819 2000-01-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9820
9821         * src/texrow.C (getIdFromRow): actually return something useful in
9822         id and pos. Hopefully fixes the bug with positionning of errorbox
9823         insets. 
9824
9825         * src/lyx_main.C (easyParse): output an error and exit if an
9826         incorrect command line option has been given.
9827
9828         * src/spellchecker.C (ispell_check_word): document a memory leak.
9829
9830         * src/bufferlist.C (write): fix mismatched allocation/deletion,
9831         where a "struct utimbuf" is allocated with "new" and deleted with
9832         "delete[]". 
9833
9834 2000-01-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
9835
9836         * src/text2.C (CutSelection): don't delete double spaces.
9837         (PasteSelection): ditto
9838         (CopySelection): ditto
9839         
9840         * src/text.C (Backspace): don't delete double spaces.
9841
9842         * src/lyxlex.C (next): fix a bug that were only present with
9843         conformant std::istream::get to read comment lines, use
9844         std::istream::getline instead. This seems to fix the problem.
9845
9846 2000-01-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
9847
9848         * src/text2.C (DeleteEmptyParagraphMechanism): fix for the "not
9849         allowed to insert space before space" editing problem. Please read
9850         commends at the beginning of the function. Comments about usage
9851         are very welcome.
9852
9853         * src/text.C (InsertChar): fix for the "not allowed to insert
9854         space before space" editing problem.
9855
9856         * src/text2.C (DeleteEmptyParagraphMechanism): when
9857         IsEmptyTableRow can only return false this last "else if" will
9858         always be a no-op. Commented out.
9859
9860         * src/text.C (RedoParagraph): As far as I can understand tmp
9861         cursor is not really needed.
9862
9863         * src/lyxtext.[Ch] (IsEmptyTableCell): commented out. As used at
9864         present it could only return false anyway. 
9865         (several functions): Did something not so smart...added a const
9866         specifier on a lot of methods.
9867         
9868         * src/paragraph.C (BreakParagraph): removed the tmp->text.reserve
9869         and add a tmp->text.resize. The LyXParagraph constructor does the
9870         resize for us.
9871         (BreakParagraphConservative): ditto
9872
9873         * src/support/path.h (Path): add a define so that the wrong usage
9874         "Path("/tmp") will be flagged as a compilation error:
9875         "`unnamed_Path' undeclared (first use this function)"
9876
9877 2000-01-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9878
9879         * config/lyxinclude.m4 (LYX_FUNC_PUTENV_ARGTYPE): fix the macro,
9880         which was bogus for several reasons.
9881
9882         * src/LaTeX.C (scanAux): fix the regular expression used to scan
9883         .aux files. 
9884         (runBibTeX): ditto.
9885
9886         * autogen.sh: do not use "type -path" (what's that anyway?).
9887
9888         * src/support/filetools.C (findtexfile): remove extraneous space
9889         which caused a kpsewhich warning (at least with kpathsea version
9890         3.0). 
9891
9892 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
9893
9894         * src/mathed/Makefile.am (noinst_LTLIBRARIES): use .la
9895
9896         * src/insets/Makefile.am (noinst_LTLIBRARIES): use .la
9897
9898         * src/Makefile.am (lyx_DEPENDENCIES): switch back to .la libs
9899
9900 2000-01-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9901
9902         * src/paragraph.C (BreakParagraph): do not reserve space on text
9903         if we don't need to (otherwise, if pos_end < pos, we end up
9904         reserving huge amounts of memory due to bad unsigned karma).
9905         (BreakParagraphConservative): ditto, although I have not seen
9906         evidence the bug can happen here.
9907
9908         * src/lyxparagraph.h: add a using std::list.
9909
9910 2000-01-11  Juergen Vigna  <jug@sad.it>
9911
9912         * src/menus.C (MenuDocu): output an Alert if the documentation-file
9913         could not be found.
9914
9915 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
9916
9917         * src/vc-backend.C (doVCCommand): change to be static and take one
9918         more parameter: the path to chdir too be fore executing the command.
9919         (retrive): new function equiv to "co -r"
9920
9921         * src/bufferlist.C (loadLyXFile): implement the missing parts if
9922         file_not_found_hook is true.
9923
9924         * src/lyxvc.C (file_not_found_hook): implement file_not_found_hook.
9925
9926         * src/support/filetools.C (IsFileWriteable): use FileInfo to check
9927         if a file is readwrite,readonly...anything else.
9928
9929 2000-01-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
9930
9931         * src/lyx_cb.C (MakeLaTeXOutput): name change from MakeDVIOutput
9932         (CreatePostscript): name change from MenuRunDVIPS (or something)
9933         (PreviewPostscript): name change from MenuPreviewPS
9934         (PreviewDVI): name change from MenuPreviewDVI
9935
9936         * lib/lyxrc.example: added \pdflatex_command, \pdf_mode,
9937         \view_pdf_command., \pdf_to_ps_command
9938
9939         * lib/configure.m4: added search for PDF viewer, and search for
9940         PDF to PS converter. 
9941         (lyxrc.defaults output): add \pdflatex_command,
9942         \view_pdf_command and \pdf_to_ps_command.
9943
9944         * src/lyx_cb.C (MenuPreviewDVI): renamed from MenuPreview.
9945
9946         * src/bufferlist.C (write): we don't use blocksize for anything so
9947         I removed it.
9948
9949 2000-01-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9950
9951         * src/support/block.h: disable operator T* (), since it causes
9952         problems with both compilers I tried. See comments in the file.
9953
9954         * lib/reLyX/configure.in: do not define LYX_DIR. support flag
9955         --with-lyxname. 
9956
9957         * lib/reLyX/reLyX.in: change LYX_DIR to pkgdatadir; change env.
9958         variable LYX_DIR_10x to LYX_DIR_11x.
9959
9960         * src/Makefile.am: replace variable LYX_DIR with pkgdatadir.
9961
9962         * INSTALL: document --with-lyxname.
9963         * NEWS: ditto.
9964
9965         * configure.in: new configure flag --with-lyxname which allows to
9966         choose the name under which lyx is installed. Default is "lyx", of
9967         course. It used to be possible to do this with --program-suffix,
9968         but the later has in fact a different meaning for autoconf.
9969
9970         * src/support/lstrings.h (lstrchr): reformat a bit.
9971
9972         * src/lyxlex.h: include LIstream.h, for Sun CC this time.
9973         * src/mathed/math_defs.h: ditto.
9974
9975 2000-01-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
9976
9977         * src/lyxrc.[Ch]: New tag and variable "\make_backup". Defaults to
9978         true, decides if we create a backup file or not when saving. New
9979         tag and variable \pdf_mode, defaults to false. New tag and
9980         variable \pdflatex_command, defaults to pdflatex. New tag and
9981         variable \view_pdf_command, defaults to xpdf. New tag and variable
9982         \pdf_to_ps_command, defaults to pdf2ps.
9983
9984 2000-01-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
9985
9986         * src/bufferlist.C (close): don't call insetUnlock if the buffer
9987         does not have a BufferView.
9988         (unlockInset): ditto + don't access the_locking_inset if the
9989         buffer does not have a BufferView.
9990
9991         * src/LyXView.C (KeyPressMask_raw_callback): add a XSync in
9992         certain circumstances so that we don't continue a keyboard
9993         operation long after the key was released. Try f.ex. to load a
9994         large document, press PageDown for some seconds and then release
9995         it. Before this change the document would contine to scroll for
9996         some time, with this change it stops imidiatly.
9997
9998         * src/support/block.h: don't allocate more space than needed. As
9999         long as we don't try to write to the arr[x] in a array_type arr[x]
10000         it is perfectly ok. (if you write to it you might segfault).
10001         added operator value_type*() so that is possible to pass the array
10002         to functions expecting a C-pointer.
10003
10004         * lib/Makefile.am (dist-hook): don't fail completely if unable to
10005         cvs.
10006
10007         * intl/*: updated to gettext 0.10.35, tried to add our own
10008         required modifications. Please verify.
10009
10010         * po/*: updated to gettext 0.10.35, tried to add our own required
10011         modifications. Please verify.
10012         
10013         * src/support/lstrings.C (tostr): go at fixing the problem with
10014         cxx and stringstream. When stringstream is used return
10015         oss.str().c_str() so that problems with lyxstring and basic_string
10016         are avoided. Note that the best solution would be for cxx to use
10017         basic_string all the way, but it is not conformant yet. (it seems)
10018
10019         * src/lyx_cb.C + other files: moved several global functions to
10020         class BufferView, some have been moved to BufferView.[Ch] others
10021         are still located in lyx_cb.C. Code changes because of this. (part
10022         of "get rid of current_view project".)
10023
10024         * src/buffer.C + other files: moved several Buffer functions to
10025         class BufferView, the functions are still present in buffer.C.
10026         Code changes because of this.
10027
10028         * config/lcmessage.m4: updated to most recent. used when creating
10029         acinclude.m4.
10030
10031         * config/progtest.m4: updated to most recent. used when creating
10032         acinclude.m4.
10033         
10034         * config/gettext.m4: updated to most recent. applied patch for
10035         tmplinguas.
10036
10037         * config/gettext.m4.patch: new file that shows what changes we
10038         have done to the local copy of gettext.m4.
10039
10040         * config/libtool.m4: new file, used in creation of acinclude.m4
10041
10042         * config/lyxinclude.m4: new file, this is the lyx created m4
10043         macros, used in making acinclude.m4.
10044         
10045         * autogen.sh: GNU m4 discovered as a separate task not as part of
10046         the lib/configure creation. 
10047         Generate acinlucde from files in config. Actually cat
10048         lyxinclude.m4, libtool.m4 and gettext.m4 together. This makes it
10049         easier to upgrade .m4 files that really are external.
10050
10051         * src/Spacing.h: moved using std::istringstream to right after
10052         <sstream>. This should fix the problem seen with some compilers.
10053
10054 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
10055
10056         * src/lyx_cb.C: began some work to remove the dependency a lot of
10057         functions have on BufferView::text, even if not really needed.
10058         (GetCurrentTextClass): removed this func, it only hid the
10059         current_view. 
10060
10061         * src/Makefile.am (lyx_DEPENDENCIES): use support/libsupport.la I
10062         forgot this in last commit.
10063
10064         * src/Bullet.C (bulletEntry): use static char const *[] for the
10065         tables, becuase of this the return arg had to change to string.
10066         (bulletSize): ditto
10067         (~Bullet): removed unneeded destructor
10068
10069         * src/BufferView.C (beforeChange): moved from lyx_cb.C
10070         (insetSleep): moved from Buffer
10071         (insetWakeup): moved from Buffer
10072         (insetUnlock): moved from Buffer
10073
10074         * buffer.[Ch], BufferView.[Ch] + others: moved the_locking_inset
10075         from Buffer to BufferView.
10076         
10077         * acinclude.m4: include libtool.m4 from libtool 1.3.4.
10078
10079         * config/ltmain.sh: updated to version 1.3.4 of libtool
10080
10081         * config/ltconfig: updated to version 1.3.4 of libtool
10082
10083 2000-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10084
10085
10086         * src/buffer.C (pop_tag): fix a dubious for() loop initialization.
10087         Did I get that right?
10088
10089         * src/lyxlex.h: add a "using" directive or two.
10090         * src/Spacing.h: ditto.
10091         * src/insets/figinset.C: ditto.
10092         * src/support/filetools.C: ditto.
10093         * src/support/lstrings.C: ditto.
10094         * src/BufferView.C: ditto.
10095         * src/bufferlist.C: ditto.
10096         * src/lyx_cb.C: ditto.
10097         * src/lyxlex.C: ditto.
10098
10099         * NEWS: add some changes for 1.1.4.
10100         
10101 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
10102
10103         * src/BufferView.C: first go at a TextCache to speed up switching
10104         between documents.
10105
10106 2000-01-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10107
10108         * lib/examples/ItemizeBullets.lyx: update from Tino Meinen. 
10109         * lib/examples/nl_voorbeeld_ruw.lyx: ditto.
10110         * lib/examples/nl_voorbeeld_verlyxt.lyx: ditto.
10111         * lib/examples/nl_opsommingstekens.lyx: new translation from Tino
10112         Meinen.
10113         
10114         * src/mathed/math_defs.h (MathedRowSt): make sure that all
10115         members of the struct are correctly initialized to 0 (detected by
10116         purify) 
10117         * src/lyxrc.C (LyXRC): ditto for print_adapt_output.
10118         * src/insets/figinset.C (InsetFig): ditto for pswid and pshgh.
10119
10120         * src/insets/figinset.C (sigchldchecker): use "delete" to free a
10121         pidwait, since it was allocated with "new". This was potentially
10122         very bad. Thanks to Michael Schmitt for running purify for us.
10123
10124
10125 2000-01-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10126
10127         * src/lyx_gui_misc.C: add a 'using std::make_pair;' statement.
10128
10129         * src/lyx_gui_misc.h: add a 'using std::pair;' statement.
10130
10131 1999-12-30  Allan Rae  <rae@lyx.org>
10132
10133         * lib/templates/IEEEtran.lyx: minor change
10134
10135         * src/lyxvc.C (registrer, checkIn), src/lyx_cb.C (MenuInsertLabel),
10136         src/mathed/formula.C (LocalDispatch): askForText changes
10137
10138         * src/lyx_gui_misc.[Ch] (askForText): now returns a bool also so we 
10139         know when a user has cancelled input. Fixes annoying problems with
10140         inserting labels and version control.
10141
10142 1999-12-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
10143
10144         * src/support/lstrings.C (tostr): rewritten to use strstream and
10145         stringstream
10146
10147 1999-12-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
10148
10149         * src/support/filetools.C (IsFileWriteable): use fstream to check
10150         (IsDirWriteable): use fileinfo to check
10151
10152         * src/support/filetools.h (FilePtr): whole class deleted
10153
10154         * src/insets/figinset.C (GetPSSizes): rewritten to use ifstream.
10155
10156         * src/lyxparagraph.h (readSimpleWholeFile): make arg istream
10157
10158         * src/lyx_cb.C (InsertAsciiFile): use ifstream instead of FilePtr
10159
10160         * src/bufferlist.C (write): use ifstream and ofstream instead of
10161         FILE*
10162
10163         * src/Spacing.h: use istrstream instead of sscanf
10164
10165         * src/mathed/math_defs.h: change first arg to istream from FILE*
10166
10167         * src/buffer.C (insertLyXFile): use ifstream instead of FilePtr
10168
10169         * src/mathed/math_parser.C: have yyis to be an istream 
10170         (LexGetArg): use istream (yyis)
10171         (yylex): ditto
10172         (mathed_parse): ditto
10173         (mathed_parser_file): first arg istream instead of FILE*, set yyis
10174
10175         * src/mathed/formula.C (Read): rewritten to use istream
10176
10177         * src/mathed/formulamacro.C (Read): rewritten to use istream
10178
10179         * src/lyxlex.h (~LyXLex): deleted desturctor 
10180         (getStream): new function, returns an istream
10181         (getFile): deleted funtion
10182         (IsOK): return is.good();
10183
10184         * src/lyxlex.C (LyXLex): delete file and owns_file
10185         (setFile): open an filebuf and assign that to a istream instead of
10186         using FILE*
10187         (setStream): new function, takes an istream as arg. 
10188         (setFile): deleted function
10189         (EatLine): rewritten us use istream instead of FILE*
10190         (next): ditto
10191         (nextToken): ditto
10192
10193         * src/table.C (LyXTable): use istream instead of FILE*
10194         (Read): rewritten to take an istream instead of FILE*
10195
10196 1999-12-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10197
10198         * src/buffer.C (Dispatch): remove an extraneous break statement.
10199
10200         * src/support/filetools.C (QuoteName): change to do simple
10201         'quoting'. More work is necessary. Also changed to do nothing
10202         under emx (needs fix too).
10203         (Putenv): Cast the argument of putenv() with PUTENV_TYPE_ARG.
10204
10205         * acinclude.m4 (STL_STRING_FWD_H_LOCATION): add the comment for
10206         config.h.in to the AC_DEFINE_UNQUOTED() call.
10207         (LYX_FUNC_PUTENV_ARGTYPE): new macro. Checks whether putenv()
10208         needs char * as argument (because Solaris 7 declares it like
10209         that). 
10210
10211         * acconfig.h: remove placeholder for STL_STRING_FWD_H_LOCATION;
10212         remove definition of BZERO.
10213
10214 1999-12-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
10215
10216         * src/support/LRegex.C: include <regex.h> if HAVE_REGEX_H is
10217         defined, "lyxregex.h" if not.
10218
10219         * src/support/Makefile.am (noinst_LTLIBRARIES): changed from
10220         pkglib_ to noinst_
10221         (REGEX): new variable that is set to regex.c lyxregex.h when
10222         AM_CONDITIONAL USE_REGEX is set.
10223         (libsupport_la_SOURCES): add $(REGEX)
10224
10225         * src/mathed/Makefile.am (noinst_LTLIBRARIES): changed from
10226         pkglib_ to noinst_
10227
10228         * src/insets/Makefile.am (noinst_LTLIBRARIES): changed from
10229         pkglib_ to noinst_
10230
10231         * configure.in: add call to LYX_REGEX 
10232
10233         * acinclude.m4 (LYX_REGEX): checks if we need to use the included
10234         regex or not. Uses a a AM_CONDITIONAL to decide what to compile. 
10235
10236 1999-12-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10237
10238         * lib/bind/fi_menus.bind: new file, from
10239         pauli.virtanen@saunalahti.fi. 
10240
10241         * src/buffer.C (getBibkeyList): pass the parameter delim to
10242         InsetInclude::getKeys and InsetBibtex::getKeys.
10243
10244         * src/insets/insetinclude.[Ch] (getKeys): add parameter delim, which
10245         is passed to Buffer::getBibkeyList
10246         
10247         * src/insets/insetbib.[Ch] (getKeys): add parameter delim, and use it
10248         instead of the hardcoded comma.
10249
10250         * src/insets/insetbib.C (getKeys): make sure that there are not
10251         leading blanks in bibtex keys. Normal latex does not care, but
10252         harvard.sty seems to dislike blanks at the beginning of citation
10253         keys. In particular, the retturn value of the function is
10254
10255         * INSTALL: make it clear that libstdc++ is needed and that gcc
10256         2.7.x probably does not work.
10257
10258         * src/support/filetools.C (findtexfile): make debug message go to
10259         the LATEX channel
10260         * src/insets/insetbib.C (getKeys): ditto
10261
10262         * src/debug.C (showTags): make sure that the output is correctly
10263         aligned. 
10264
10265         * configure.in: add a comment for TWO_COLOR_ICON define.
10266
10267         * acconfig.h: remove all the entries that already defined in
10268         configure.in or acinclude.m4.
10269
10270         * src/buffer.C (makeLaTeXFile): headers of latex file also changed
10271         to avoid user name, date and copyright.
10272
10273 1999-12-21  Juergen Vigna  <jug@sad.it>
10274
10275         * src/table.C (Read): Now read bogus row format informations
10276                 if the format is < 5 so that afterwards the table can
10277                 be read by lyx but without any format-info. Fixed the
10278                 crash we experienced when not doing this.
10279
10280 1999-12-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
10281
10282         * src/text2.C (RedoHeightOfParagraph): rename arg cursor -> cur
10283         (RedoDrawingOfParagraph): ditto
10284         (RedoParagraphs): ditto
10285         (RemoveTableRow): ditto
10286
10287         * src/text.C (Fill): rename arg paperwidth -> paper_width
10288
10289         * src/buffer.C (insertLyXFile): rename var filename -> fname
10290         (writeFile): rename arg filename -> fname
10291         (writeFileAscii): ditto
10292         (makeLaTeXFile): ditto
10293         (makeLinuxDocFile): ditto
10294         (makeDocBookFile): ditto
10295
10296         * src/LaTeX.C (runMakeIndex): change arg name from file -> f
10297         (runBibTeX): ditto
10298
10299         * src/Makefile.am (lyx_SOURCES): add bmtable.c and remove bmtable.C
10300
10301         * src/bmtable.h: add extern "C" on this file when __cplusplus is
10302         defined.
10303
10304         * src/bmtable.c: new file, a C'ified copy of bmtable.C, this is
10305         compiled by a C compiler not C++. 
10306
10307         * src/layout.h (LyXTextClass): added typedef for const_iterator
10308         (LyXTextClassList): added typedef for const_iterator + member
10309         functions begin and end.
10310
10311         * src/LyXView.C (UpdateDocumentClassChoice): rewritten to use
10312         iterators to fill the choice_class.
10313         (updateLayoutChoice): rewritten to use iterators to fill the
10314         layoutlist in the toolbar.
10315
10316         * src/BufferView.h (BufferView::work_area_width): removed unused
10317         variable. 
10318
10319         * src/lyx_gui_misc.C (WarnReadonly): added string parameter 'file'
10320
10321         * src/buffer.C (sgmlOpenTag): drop the use of the static space array
10322         (sgmlCloseTag): ditto
10323
10324         * src/support/lstrings.h: return type of countChar changed to
10325         unsigned char.
10326
10327         * src/support/lstrings.C (countChar): use HAVE_STD_COUNT to choose
10328         what version of this func to use. Also made to return unsigned int.
10329
10330         * configure.in: call LYX_STD_COUNT 
10331
10332         * acinclude.m4 (LYX_STD_COUNT): new function checks for a standard
10333         conforming std::count. 
10334
10335 1999-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10336
10337         * src/mathed/math_draw.C (Draw, Metrics): fix a bug where a prime
10338         and a subscript would give bad display (patch from Dekel Tsur
10339         <dekel@math.tau.ac.il>). 
10340
10341         * src/insets/insetlatexaccent.h: make sure ACCENT_TYPES is public. 
10342
10343         * src/spellchecker.C (create_ispell_pipe): use a const_cast to
10344         please sun CC.
10345
10346         * src/chset.h: add a few 'using' directives
10347
10348         * src/lyxfunc.C (Dispatch): check that LFUN_UNKNOWN_ACTION is not
10349         triggered when no buffer is active
10350
10351         * src/layout.C: removed `break' after `return' in switch(), since
10352         it is unreachable.
10353
10354         * src/lyx_main.C (init): make sure LyX can be ran in place even
10355         when libtool has done its magic with shared libraries. Fix the
10356         test for the case when the system directory has not been found.
10357
10358         * src/lyx_cb.C (MenuMakeLaTeX): make sure to keep the full path
10359         name for the latex file.
10360         (MenuMakeHTML): ditto
10361
10362         * src/buffer.h: add an optional boolean argument, which is passed
10363         to ChangeExtension.
10364
10365 1999-12-20  Allan Rae  <rae@lyx.org>
10366
10367         * lib/templates/IEEEtran.lyx: small correction and update.
10368
10369         * configure.in: Attempted to use LYX_PATH_HEADER
10370
10371         * src/stl_string_fwd.h: Don't need HAVE_STL_STRING_FWD_H anymore
10372
10373         * acconfig.h, acinclude.m4 (LYX_STL_STRING_FWD): totally revised after
10374         input from JMarc.  Now use preprocessor to find the header.
10375         Also stopped making HAVE_STL_STRING_FWD_H and extended the comments.
10376         (LYX_PATH_HEADER): My, so far, failed attempt to generalize
10377         LYX_STL_STRING_FWD.  See comments in file.      
10378
10379 1999-12-19  Asger Alstrup Nielsen  <alstrup@diku.dk>
10380
10381         * The global MiniBuffer * minibuffer variable is dead.
10382         
10383         * The global FD_form_main * fd_form_main variable is dead.
10384
10385 1999-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10386
10387         * src/toolbar.C (set): condition #warning on WITH_WARNINGS
10388
10389         * src/table.h: add the LOstream.h header
10390         * src/debug.h: ditto
10391         
10392         * src/LyXAction.h: change the explaination of the ReadOnly
10393         attribute: is indicates that the function _can_ be used.
10394
10395         * src/LyXAction.C (init): find-replace _can_ be used in read-only
10396         mode. 
10397
10398 1999-12-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10399
10400         * src/lyxfont.C (ascent): Make sure that char is _always_ used as
10401         unsigned. 
10402         (descent): ditto
10403         (lbearing): ditto
10404         (rbearing): ditto
10405
10406         * src/paragraph.C (GetWord): assert on pos>=0
10407         (GetChar): ditto
10408         
10409         * src/support/lyxstring.C: condition the use of an invariant on
10410         ENABLE_ASSERTIONS 
10411         * src/support/lyxstring.h: ditto
10412
10413         * src/Bullet.[Ch]: replace DEBUG_AS_DEFAULT by ENABLE_ASSERTIONS.
10414         Use LAssert.h instead of plain assert().
10415
10416         * src/support/lstrings.h: add LAssert.h, in case it is needed.
10417
10418         * src/lyxfunc.C: do not include LAssert.h, it is not used.
10419         * src/support/filetools.C: ditto
10420
10421         * src/support/LAssert.h: make Assert a no-op if ENABLE_ASSERTIONS
10422         is not defined. 
10423
10424         * INSTALL: document the new configure flags
10425         
10426         * configure.in: suppress --with-debug; add --enable-assertions
10427
10428         * acinclude.m4: various changes in alignment of help strings.
10429
10430 1999-12-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
10431
10432         * src/kbmap.C: commented out the use of the hash map in kb_map,
10433         beginning of movement to a stl::container. 
10434
10435         * several files: removed code that was not in effect when
10436         MOVE_TEXT was defined.
10437         
10438         * lib/kbd/iso8859-1.cdef: removed bogus backslashes. Backslashes
10439         for escaping should not be used. We can discuss if the string
10440         should be enclosed in f.ex. [] instead of "".
10441
10442         * src/trans_mgr.C (insert): use the new returned value from
10443         encodeString to get deadkeys and keymaps done correctly.
10444
10445         * src/chset.C (encodeString): changed to return a pair, to tell
10446         what to use if we know the string.
10447
10448         * src/lyxscreen.h (fillArc): new function.
10449
10450         * src/FontInfo.C (resize): rewritten to use more std::string like
10451         structore, especially string::replace.
10452
10453         * src/insets/insetlatexaccent.C (Draw): use fillArc for the
10454         approp. accents.
10455
10456         * configure.in (chmod +x some scripts): remove config/gcc-hack 
10457
10458 1999-12-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10459
10460         * src/buffer.C (writeFile): change once again the top comment in a
10461         .lyx file to point to www.lyx.org and to use LYX_DOCVERSION
10462         instead of an hardcoded version number.
10463         (makeDocBookFile): ditto
10464
10465         * src/version.h: add new define LYX_DOCVERSION
10466
10467         * po/de.po: update from Pit Sütterlin
10468         * lib/bind/de_menus.bind: ditto.
10469         
10470         * src/lyxfunc.C (Dispatch): call MenuExport()
10471         * src/buffer.C (Dispatch): ditto
10472
10473         * src/lyx_cb.C (MenuMakeHTML): new function, moved from
10474         LyXFunc::Dispatch().
10475         (MenuExport): new function, moved from
10476         LyXFunc::Dispatch().
10477
10478         * src/trans_mgr.C (insert): small cleanup
10479         * src/chset.C (loadFile): ditto
10480
10481         * lib/kbd/iso8859-1.cdef: add missing backslashes
10482
10483 1999-12-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
10484
10485         * src/insets/insetlatexaccent.C (Lbearing): new function, used to
10486         help with placing the manually drawn accents better.
10487         (Rbearing): ditto
10488         (Draw): x2 and hg changed to float to minimize rounding errors and
10489         help place the accents better.
10490
10491         * src/lyxfont.C (ascent): fixed faulty static_cast, casting from
10492         unsigned short to char is just wrong...cast the char to unsigned
10493         char instead so that the two values can compare sanely. This
10494         should also make the display of insetlatexaccents better and
10495         perhaps also some other insets.
10496         (descent): ditto
10497         (lbearing): new function
10498         (rbearing): ditto
10499
10500 1999-12-15  Allan Rae  <rae@lyx.org>
10501
10502         * src/stl_string_fwd.h, src/Makefile.am (lyx_SOURCES):  added new
10503         header that provides a wrapper around the very annoying SGI STL header
10504         of the same name.
10505
10506         * src/support/lyxstring.C, src/LString.h:
10507         removed old SGI-STL-compatability attempts.
10508
10509         * configure.in: Use LYX_STL_STRING_FWD.
10510
10511         * acinclude.m4 (LYX_STL_STRING_FWD), acconfig.h: Test if 
10512         stl_string_fwd.h is around and try to determine it's location.
10513         Major improvement over previous SGI STL 3.2 compatability.
10514         Three small problems remain with this function due to my zero
10515         knowledge of autoconf.  JMarc and lgb see the comments in the code.
10516
10517 1999-12-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10518
10519         * src/broken_const.h, config/hack-gcc, config/README: removed
10520         
10521         * configure.in: remove --with-gcc-hack option; do not call
10522         LYX_CXX_STL_STACK 
10523
10524         * INSTALL: remove documentation of --with-broken-const and
10525         --with-gcc-hack
10526         
10527         * acconfig.h: remove all trace of BROKEN_CONST define
10528
10529         * src/buffer.C (makeDocBookFile): update version number in output
10530         file. 
10531         (SimpleDocBookOnePar): fix an assert when trying to a character
10532         access beyond string length
10533         [Patch from Jose']
10534
10535 1999-12-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10536
10537         * po/de.po: fix the Export menu
10538
10539         * lyx.man: update the description of -dbg
10540
10541         * src/lyx_main.C (setDebuggingLevel): call Debug::showLevel()
10542         (commandLineHelp): updated
10543         (easyParse): show list of available debug levels if -dbg is passed
10544         without argument.
10545
10546         * src/Makefile.am: add debug.C
10547
10548         * src/debug.h: moved some code to debug.C
10549
10550         * src/debug.C: new file. Contains code to set and show debug
10551         level. 
10552
10553         * src/layout.C: remove 'break' after 'continue' in switch
10554         statements, since these cannot be reached.
10555
10556 1999-12-13  Allan Rae  <rae@lyx.org>
10557
10558         * src/mathed/math_hash.C (math_hash): renamed from hash(), name clash.
10559         (in_word_set): hash() -> math_hash()
10560
10561         * src/LString.h: Used USING_EXCEPTIONS in SGI STL-3.2 support 
10562
10563         * acconfig.h: Added a test for whether we are using exceptions in the
10564         current compilation run. If so USING_EXCEPTIONS is defined.
10565
10566         * config.in: Check for existance of stl_string_fwd.h
10567         * src/LString.h: If compiling --with-included-string and SGI's
10568         STL version 3.2 is present (see above test) we need to block their
10569         forward declaration of string and supply a __get_c_string().
10570         However, it turns out this is only necessary if compiling with
10571         exceptions enabled so I've a bit more to add yet.
10572
10573         * src/insets/figinset.[Ch], src/insets/insetinclude.C,
10574         src/insets/insetloa.C, src/layout.h, src/lyxparagraph.h,
10575         src/support/LRegex.h, src/undo.h:
10576         Shuffle the order of the included files a little to ensure that
10577         LString.h gets included before anything that includes stl_string_fwd.h
10578
10579         *  src/support/lyxstring.C: We need to #include LString.h instead of
10580         lyxstring.h to get the necessary definition of __get_c_string.
10581         (__get_c_string): New function.  This is defined static just like SGI's
10582         although why they need to do this I'm not sure.  Perhaps it should be
10583         in lstrings.C instead.
10584
10585         * lib/templates/IEEEtran.lyx:  New template file.
10586
10587 1999-12-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
10588         
10589         * Makefile.in.in (MKINSTALLDIRS): use $(srcdir)/@MKINSTALLDIRS@
10590         * intl/Makefile.in (MKINSTALLDIRS):  ditto
10591
10592         * src/LyXAction.C (init): changed to hold the LFUN data in a
10593         automatic array in stead of in callso to newFunc, this speeds up
10594         compilation a lot. Also all the memory used by the array is
10595         returned when the init is completed.
10596
10597         * a lot of files: compiled with -Wold-style-cast, changed most of
10598         the reported offenders to C++ style casts. Did not change the
10599         offenders in C files. 
10600
10601         * src/trans.h (Match): change argument type to unsigned int.
10602
10603         * src/support/DebugStream.C: fix some types on the streambufs so
10604         that it works on a conforming implementation.
10605
10606 1999-12-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10607
10608         * lib/examples/example_{raw,lyxified}.lyx: fix embarassing sentence.
10609
10610         * src/support/lyxstring.C: remove the inline added earlier since
10611         they cause a bunch of unsatisfied symbols when linking with dec
10612         cxx. Cxx likes to have the body of inlines at the place where they
10613         are declared.
10614
10615         * src/trans.C (AddDeadkey): add an 'unsigned char' cast to avoid
10616         accessing negative bounds in array. This fixes the crash when
10617         inserting accented characters.
10618         * src/trans.h (Match): ditto
10619
10620         * src/buffer.C (Dispatch): since this is a void, it should not try
10621         to return anything...
10622
10623 1999-12-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
10624
10625         * src/buffer.h: removed the two friends from Buffer. Some changes
10626         because of this. Buffer::getFileName and Buffer::setFileName
10627         renamed to Buffer::fileName() and Buffer::fileName(...).
10628
10629 1999-12-09  Lars Gullik Bjønnes <larsbj@lyx.org>
10630
10631         * buffer.[Ch], BufferView.[Ch] + other files: Moved Buffer::text
10632         and Buffer::update(short) to BufferView. This move is currently
10633         controlled by a define MOVE_TEXT, this will be removed when all
10634         shows to be ok. This move paves the way for better separation
10635         between buffer contents and buffer view. One side effect is that
10636         the BufferView needs a rebreak when swiching buffers, if we want
10637         to avoid this we can add a cache that holds pointers to LyXText's
10638         that is not currently in use. 
10639
10640         * buffer.[Ch], lyx_main.C: small changes to the "-export" patch by
10641         André Pönitz. 
10642
10643 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
10644
10645         * buffer.[Ch]: Dispatch() - new dispatcher on the buffer level
10646
10647         * lyx_main.C: new command line option -x (or --execute) and
10648           -e (or --export). Now direct conversion from .lyx to .tex
10649           (.dvi, .ps, ...) is possible  ('lyx file.lyx --export latex')
10650           Unfortunately, X is still needed and the GUI pops up during the
10651           process...
10652
10653 1999-12-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10654
10655         * src/Spacing.C: add a using directive to bring stream stuff into
10656         normal namespace.
10657         * src/paragraph.C: ditto
10658         * src/buffer.C: ditto
10659
10660         * NEWS: updated a bit the new features of 1.1.3 (took a few things
10661         from Lars' announcement).
10662
10663         * lib/examples/nl_voorbeeld_{ruw,verlyxt}.lyx: new tutorial
10664         example files from Tino Meinen.
10665         
10666 1999-12-06  Allan Rae  <rae@lyx.org>
10667
10668         * src/LaTeX.C (runBibTeX): fix typo in accessing submatch pair.
10669
10670 1999-12-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
10671
10672         * src/support/lyxstring.C: added a lot of inline for no good
10673         reason
10674         
10675         * src/lyxfont.[Ch]: removed latexWriteStartChanges, and
10676         latexWriteEndChanges, they were not used.
10677         
10678         * src/layout.h (operator<<): output operator for PageSides
10679
10680         * src/mathed/math_iter.C (my_memcpy): slightly changed.
10681
10682         * some example files: loaded in LyX 1.0.4 and saved again to update
10683         certain constructs (table format) 
10684
10685         * a lot of files: did the change to use fstream/iostream for all
10686         writing of files. Done with a close look at Andre Poenitz's patch.
10687
10688         * some files: whitespace changes.
10689         
10690 1999-12-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10691
10692         * src/mathed/math_iter.C (my_memcpy): new function. Since the
10693         built-in memcpy() is broken on egcs and gcc 2.95 for alpha
10694         architecture, we provide our own. It is used unconditionnally, but
10695         I do not think this is a performance problem. Thanks to Angus
10696         Leeming <a.leeming@ic.ac.uk> for the code (and again to Michal
10697         Jaegermann <michal@ellpspace.math.ualberta.ca> for finding it the
10698         first time).
10699         (GetInset): use my_memcpy.
10700         (Insert): ditto
10701         (Copy): ditto
10702
10703         * lib/chkconfig.ltx: some cleanup of the latex code. I am not sure
10704         it is easier to understand, but it uses less TeX-only constructs now.
10705
10706         * acinclude.m4 (LYX_SEARCH_PROG): make it work when the PATH
10707         elements contain spaces
10708
10709         * lib/configure: regenerated
10710         
10711         * lib/configure.m4 (SEARCH_PROG): make it work when the PATH
10712         elements contain spaces; display the list of programs that are
10713         tried.
10714
10715         * autogen.sh: make sure lib/configure is executable
10716
10717         * lib/examples/*: rename the tutorial examples to begin with the
10718         two-letters language code.
10719
10720         * src/lyxfunc.C (getStatus): do not query current font if no
10721         buffer exists.
10722
10723         * src/lyx_cb.C (RunScript): use QuoteName
10724         (MenuRunDvips): ditto
10725         (PrintApplyCB): ditto
10726
10727         * src/support/filetools.[Ch] (QuoteName): new function. Add quotes
10728         around argument, so that it works well with the current shell.
10729         Does not work properly with OS/2 shells currently.
10730
10731         * src/LaTeXLog.C (ShowLatexLog): use Buffer::getLatexName
10732         * src/LyXSendto.C (SendtoApplyCB): ditto
10733         * src/lyxfunc.C (Dispatch): ditto
10734         * src/buffer.C (runLaTeX): ditto
10735         (runLiterate): ditto
10736         (buildProgram): ditto
10737         (runChktex): ditto
10738         * src/lyx_cb.C (RunScript): ditto
10739         (MenuMakeLaTeX): ditto
10740         
10741         * src/buffer.h (getLatexName): new method 
10742
10743         * src/support/filetools.C (MakeLatexName): renamed from SpaceLess
10744
10745 1999-12-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10746
10747         * images/sqrt.xpm: change name of the sqrt icon to sqrt_xpm.
10748         * src/mathed/math_panel.C (mathed_get_pixmap_from_icon): ditto
10749         (create_math_panel): ditto
10750
10751         * src/lyxfunc.C (getStatus): re-activate the code which gets
10752         current font and cursor; add test for export to html.
10753
10754         * src/lyxrc.C (read): remove unreachable break statements; add a
10755         few "using".
10756
10757         * src/bmtable.C (fl_set_bmtable_data): add a const_cast.
10758         
10759 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
10760
10761         * src/mathed/formula.C (LocalDispatch): fix small whitspace bug
10762         introduced by faulty regex.
10763         * src/buffer.C: ditto
10764         * src/lastfiles.C: ditto
10765         * src/paragraph.C: ditto
10766         * src/table.C: ditto
10767         * src/vspace.C: ditto
10768         * src/insets/figinset.C: ditto
10769         Note: most of these is absolutely harmless, except the one in
10770         src/mathed formula.C.
10771
10772 1999-11-30  Kayvan A. Sylvan  <kayvan@satyr.sylvan.com>
10773
10774         * src/ImportNoweb.C (documentclass): fixed bounds for substr
10775           operation, yielding correct results for the reLyX command.
10776
10777 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
10778
10779         * src/support/filetools.C (ExpandPath): removed an over eager
10780         Assert.
10781         (ReplaceEnvironmentPath): ditto
10782
10783         * src/toolbar.C (BubbleTimerCB): use C++ style casts. This clearly
10784         shows that we are doing something fishy in our code...
10785         (BubblePost): ditto
10786         (ToolbarCB): ditto
10787
10788         * src/lyxrc.C (read): use a double switch trick to get more help
10789         from the compiler. (the same trick is used in layout.C)
10790         (write): new function. opens a ofstream and pass that to output
10791         (output): new function, takes a ostream and writes the lyxrc
10792         elemts to it. uses a dummy switch to make sure no elements are
10793         forgotten. 
10794
10795         * src/lyxlex.h: added a struct pushpophelper for use in functions
10796         with more than one exit point.
10797
10798         * src/lyxlex.[Ch] (GetInteger): made it const
10799         (GetFloat): ditto
10800         (GetBool): ditto
10801
10802         * src/lyxfunc.C (Dispatch): added case for LFUN_SAVEPREFERENCES
10803
10804         * src/layout.[hC] : LayoutTags splitted into several enums, new
10805         methods created, better error handling cleaner use of lyxlex. Read
10806         the diff.
10807
10808         * src/bmtable.[Ch]: change some member prototypes because of the
10809         image const changes. 
10810
10811         * commandtags.h, src/LyXAction.C (init): new function:
10812         "preferences-save", saves the lyxrc entries into .lyx/preferences.
10813         This file is not read automatically but you can add \input
10814         preferences to your lyxrc if you want to. We need to discuss how
10815         to handle this. 
10816
10817         * src/LaTeX.C (runBibTeX): use regex to match for the needed lines
10818         in .aux, also remove .bib and .bst files from dependencies when
10819         running bibtex.
10820
10821         * src/BufferView.C, src/LyXView.C: add const_cast several places
10822         because of changes to images.
10823
10824         * lib/images/*: same change as for images/*
10825         
10826         * lib/lyxrc.example: Default for accept_compound is false not no.
10827
10828         * images/*: changed to be const, however I have som misgivings
10829         about this change so it might be changed back.
10830
10831 1999-11-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10832
10833         * lib/configure, po/POTFILES.in: regenerated
10834
10835         * autogen.sh: autogenerate lib/configure from lib/configure.m4
10836
10837         * config/lib_configure.m4: removed
10838         
10839         * lib/configure.m4: new file (was config/lib_configure.m4)
10840
10841         * configure.in: do not test for rtti, since we do not use it.
10842         
10843 1999-11-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
10844
10845         * src/support/lyxstring.C (lyxstring::Srep): Changed to use a
10846         doubling of allocated space scheme. This makes it faster for large
10847         strings end to use less memory for small strings. xtra rememoved. 
10848
10849         * src/insets/figinset.C (waitalarm): commented out.
10850         (GhostscriptMsg): use static_cast
10851         (GhostscriptMsg): use new instead of malloc to allocate memory for
10852         cmap. also delete the memory after use.
10853
10854         * src/lyx_cb.C (SetXtermCursor): made cursor_undefined a bool
10855
10856         * src/LaTeX.C (scanAux): new method. Scans the .aux file and looks
10857         for changes in bibtex database or style.
10858         (runBibTeX): remove all .bib and .bst files from dep before we
10859         begin. 
10860         (run): use scanAuc in when dep file already exist.
10861
10862         * src/DepTable.C (remove_files_with_extension): new method
10863         (exist): new method
10864
10865         * src/DepTable.[Ch]: made many of the methods const. 
10866
10867 1999-11-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10868
10869         * src/bufferparams.C: make sure that the default textclass is
10870         "article". It used to be the first one by description order, but
10871         now the first one is "docbook".
10872
10873         * src/lyx_main.C (setDebuggingLevel): change type of argument to
10874         string; call Debug::value.
10875         (easyParse): pass complete argument to setDebuggingLevel().
10876
10877         * src/debug.h (value): fix the code that parses debug levels.
10878
10879         * src/debug.h: add new debug type ACTION, reserved for LyXAction
10880         class.  
10881
10882         * src/LyXAction.C: use Debug::ACTION as debug channel.
10883
10884         * src/lyxlookup.C: make the debug statements go to Debug::KEY.
10885
10886         * NEWS: updated for the future 1.1.3 release.
10887
10888         * src/mathed/symbol_def.h: swap the definitions of \varepsilon and
10889         \epsilon. Now \epsilon shows as red text, and \varepsilon shows as
10890         it should. This is of course a controversial change (since many
10891         people will find that their lyx workscreen is suddenly full of
10892         red), but done for the sake of correctness.
10893
10894         * src/mathed/formulamacro.h, src/mathed/math_macro.[Ch],
10895           src/mathed/math_root.[Ch] (Clone): return a MathedInset*  
10896
10897         * src/insets/inseterror.h, src/insets/inseturl.h,
10898           src/insets/insetinfo.h, src/insets/figinset.h,
10899           src/mathed/formulamacro.h, src/mathed/math_macro.h
10900           (EditMessage): add a missing const and add _() to make sure that
10901         translation happens
10902
10903         * src/ImportNoweb.C, src/LyXAction.h, src/insets/figinset.C,
10904           src/insets/insetbib.C, src/support/filetools.C: add `using'
10905         directives for cxx.  
10906
10907         * src/lyxfunc.C (Dispatch): make sure nothing bad happens when
10908         doing 'Insert index of last word' at the beginning of a paragraph.
10909
10910 1999-11-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
10911
10912         * several files: white-space changes.
10913
10914         * src/mathed/formula.C: removed IsAlpha and IsDigit
10915
10916         * src/insets/insetbib.C (getKeys): use findtexfile to look for the
10917         .bib file. use a ifstream instead of FilePtr when parsing the .bib
10918         file for keys.
10919
10920         * src/insets/figinset.C (GetPSSizes): don't break when
10921         "EndComments" is seen. But break when a boundingbox is read.
10922
10923         * all classes inherited from Inset: return value of Clone
10924         changed back to Inset *.
10925
10926         * all classes inherited form MathInset: return value of Clone
10927         changed back to MathedInset *.
10928         
10929         * src/insets/figinset.C (runqueue): use a ofstream to output the
10930         gs/ps file. Might need some setpresicion or setw. However I can
10931         see no problem with the current code.
10932         (runqueue): use sleep instead of the alarm/signal code. I just
10933         can't see the difference.
10934
10935         * src/paragraph.C (LyXParagraph): reserve space in the new
10936         paragraph and resize the inserted paragraph to just fit.
10937
10938         * src/lyxfunc.h (operator|=): added operator for func_status.
10939
10940         * src/lyxfunc.C (MenuNew): use FileInfo instead of FilePtr to
10941         check for readable file.
10942
10943         * src/lyx_cb.C (MenuMakeLaTeX): use FileInfo instead of FilePtr to
10944         check for readable file.
10945         (MenuMakeLinuxDoc): ditto
10946         (MenuMakeDocBook): ditto
10947         (MenuMakeAscii): ditto
10948         (InsertAsciiFile): split the test for openable and readable
10949
10950         * src/bmtable.C (draw_bitmaptable): use
10951         fl_state[fl_get_vclass()].depth instead of DefualtScreen.
10952
10953         * src/LaTeX.C, src/support/filetools.[Ch]: moved do_popen and
10954         findtexfile from LaTeX to filetools.
10955         
10956         * src/ImportNoweb.C (documentclass): rewrote to use ifstream
10957         instead of FilePtr. Needs to be verified by a literate user.
10958
10959 1999-11-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10960
10961         * src/mathed/formula.[Ch] (GetCursorPos): add a missing 'const'.
10962         (EditMessage): likewise.
10963
10964         * src/paragraph.C (SimpleTeXSpecialChars): output ~ and ^
10965         respectively as \textasciitilde and \textasciicircum.
10966
10967 1999-11-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
10968
10969         * src/support/lyxstring.h: made the methods that take iterators
10970         use const_iterator.
10971
10972         * src/support/lstrings.C (countChar): use std::cound(itr, itr, val)
10973         (regexMatch): made is use the real regex class.
10974
10975         * src/support/Makefile.am: changed to use libtool
10976
10977         * src/support/.cvsignore: added *.lo, .libs and libsupport.la
10978
10979         * src/mathed/math_defs.h: made the mathaligns be in a enum instead
10980         of defines.
10981         (MathIsInset ++): changed several macros to be inline functions
10982         instead. 
10983
10984         * src/mathed/Makefile.am: changed to use libtool
10985
10986         * src/mathed/.cvsignore: added *.lo, .libs and libmathed.la
10987
10988         * src/insets/inset* : Clone changed to const and return type is
10989         the true insettype not just Inset*.
10990         
10991         * src/insets/Makefile.am: changed to use libtool
10992
10993         * src/insets/.cvsignore: added *.lo, .libs and libinsets.la
10994
10995         * src/undo.[Ch] : added empty() and changed some of the method
10996         names.
10997         
10998         * src/texrow.[Ch]: rewrote to store texrow's in a std::list.
10999
11000         * src/lyxparagraph.h: use id() and id(...) instead of getID and
11001         setID use block<> for the bullets array, added const several places.
11002
11003         * src/lyxfunc.C (getStatus): new function
11004
11005         * src/lyxfunc.[Ch] : small changes to take advantage of the new
11006         LyXAction, added const to several funtions.
11007
11008         * src/filedlg.[Ch]: rewrote to store userchache and groupchache in
11009         a std::map, and to store the dir items in a vector.
11010
11011         * src/Makefile.am (lyx_DEPENDENCIES): changed to use libtool files
11012         as dependencies.
11013
11014         * src/LyXView.[Ch] + other files : changed currentView to view.
11015         
11016         * src/LyXAction.[Ch] : ported from the old devel branch.
11017         
11018         * src/.cvsignore: added .libs and a.out
11019
11020         * configure.in : changes to use libtool. 
11021
11022         * acinclude.m4 : inserted libtool.m4
11023
11024         * .cvsignore: added libtool
11025
11026 1999-11-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11027
11028         * src/Makefile.am (lyx_DEPENDENCIES): give the explicit object
11029         file name in insets and mathed directories (otherwise the
11030         dependency is not taken in account under cygwin).
11031
11032         * src/text2.C (InsertString[AB]): make sure that we do not try to
11033         read characters past the string length.
11034
11035 1999-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11036
11037         * lib/doc/LaTeXConfig.lyx.in, 
11038           lib/chkconfig.ltx: remove the test for linuxdoc-sgml.sty.
11039
11040         * src/buffer.C (writeFile): Do not add a comment on top of .lyx
11041         file saying who created them and when this heppened; this is
11042         useless and annoys tools like cvs.
11043
11044         * lib/layouts/g-brief-{en,de}.layout,
11045           lib/templates/g-brief-{en,de}.lyx: new versions of the textclass
11046         from Thomas Hartkens <thomas@hartkens.de>.
11047
11048         * src/{insets,mathed}/Makefile.am: do not declare an empty
11049         LDFLAGS, so that it can be set at configure time (useful on Irix
11050         for -n32 flag).
11051
11052         * lib/reLyX/configure.in: make sure that the prefix is set
11053         correctly in LYX_DIR.
11054
11055 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
11056
11057         * src/commandtags.h: introduction of a new tag 'LFUN_SEQUENCE' to
11058         be used by 'command-sequence' this allows to bind a key to a
11059         sequence of LyX-commands
11060         (Example: 'command-sequence math-insert alpha; math-insert beta;")
11061
11062         * src/LyXAction.C: add "command-sequence"
11063
11064         * src/LyXFunction.C: handling of "command-sequence"
11065
11066         * src/LyXFunction.[hC] changed LyXFunc::Dispatch(string const
11067          &cmd, string const &arg) to LyXFunc::Dispatch(string const& s)
11068
11069         * src/lyxserver.C, src/minibuffer.C: Use this new interface
11070
11071 1999-11-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11072
11073         * src/buffer.C (writeFile): Do not output a comment giving user
11074         and date at the beginning of a .lyx file. This is useless and
11075         annoys cvs anyway; update version number to 1.1.
11076
11077         * src/Makefile.am (LYX_DIR): add this definition, so that a
11078         default path is hardcoded in LyX.
11079
11080         * configure.in: Use LYX_GNU_GETTEXT.
11081
11082         * acinclude.m4 (LYX_GNU_GETTEXT): new macro, essentially a copy of
11083         AM_GNU_GETTEXT with a bug fixed. 
11084
11085         * src/lyx_cb.C (RunLinuxDoc): add a cast to please dec cxx.
11086
11087         * src/chset.C: add "using std::ifstream;" to please dec cxx.
11088
11089         * src/lyx_main.C (init), INSTALL.OS2: the environment variable
11090         which is used to point to LyX data is now LYX_DIR_11x.
11091
11092         * lyx.man: convert to a unix text file; small updates.
11093
11094 1999-11-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
11095
11096         * src/support/LSubstring.[Ch]: made the second arg of most of the
11097         constructors be a const reference. 
11098
11099         * src/mathed/math_parser.C (LexInitCodes): small bug introduced by
11100         me fixed.
11101
11102         * src/support/lyxstring.[Ch] (swap): added missing member function
11103         and specialization of swap(str, str); 
11104
11105         * src/menus.C (ShowBufferMenu): to use the new BufferStorage
11106
11107         * src/bufferlist.[Ch]: use the new BufferStorage class and remove all
11108         trace of the old one.
11109
11110         * src/undo.[Ch]: made the undostack use std::list to store undo's in
11111         put the member definitions in undo.C.
11112
11113         * src/lyxparagraph.h, src/paragraph.C + a lot of files: removed
11114         NEW_TEXT and have now only code that was included when this was
11115         defined. 
11116
11117         * src/intl.C (LCombo): use static_cast
11118         (LCombo2): ditto
11119         (DispatchCallback): ditto
11120
11121         * src/definitions.h: removed whole file
11122         
11123         * src/commandtags.h: comment out LFUN_INSERT_INSET_LATEX
11124
11125         * src/chset.[Ch]: a lot rewritten, does not use lyxlex for cdef
11126         parsing and stores in a std:map. a regex defines the file format.
11127         removed unneeded members.
11128
11129         * src/bufferparams.h: added several enums from definitions.h here.
11130         Removed unsused destructor. Changed some types to use proper enum
11131         types. use block to have the temp_bullets and user_defined_bullets
11132         and to make the whole class assignable.
11133
11134         * src/bufferparams.C (Copy): removed this functions, use a default
11135         assignment instead. 
11136
11137         * src/buffer.h: made isLatex, isLinuxDoc, isDocBook, isSGML and
11138         isLiterate const.
11139
11140         * src/buffer.C (readLyXformat2): commend out all that have with
11141         oldpapersize to do. also comment out all that hve to do with
11142         insetlatex and insetlatexdel. 
11143         (setOldPaperStuff): commented out
11144
11145         * src/Makefile.am (lyx_SOURCES): remove definitions.h, add undo.C
11146
11147         * src/LyXAction.C: remove use of inset-latex-insert
11148
11149         * src/mathed/math_panel.C (button_cb): use static_cast
11150
11151         * src/insets/Makefile.am (insets_o_SOURCES): removed
11152         insetlatex.[Ch] 
11153
11154         * src/support/lyxstring.C (helper): use the unsigned long
11155         specifier, UL, instead of a static_cast.
11156
11157         * src/support/Makefile.am (libsupport_a_SOURCES): added block.h
11158
11159         * src/support/block.h: new file. to be used as a c-style array in
11160         classes, so that the class can be assignable.
11161
11162 1999-11-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11163
11164         * src/lyx_gui_misc.C (askForText): when fl_show_input() returns
11165         NULL, make sure to return an empty string (it is not possible to
11166         set a string to NULL).
11167
11168 1999-11-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11169
11170         * src/support/LRegex.C: use regex_t instead of re_pattern_buffer.
11171
11172         * src/support/lyxstring.C (helper): fix bogus cast in assertion.
11173
11174         * src/{mathed,insets}/Makefile.am (CXXLINK): add $(LDFLAGS) to the
11175         link line, so that Irix users (for example) can set it explicitely to
11176         "-n32".
11177         
11178         * src/Makefile.am (lyx_LDADD): use LYX_LIB as a variable, so that
11179         it can be overidden at make time (static or dynamic link, for
11180         example).
11181         
11182         * src/vc-backend.C, src/LaTeXFeatures.h, 
11183           src/support/LRegex.C, src/support/LRegex.h: add a few "using" 
11184         statements to bring templates to global namespace.
11185
11186 1999-11-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
11187
11188         * src/support/lyxstring.C (operator[] const): make it standard
11189         conforming. 
11190
11191         * src/minibuffer.C (Init): changed to reflect that more
11192         information is given from the lyxvc and need not be provided here.
11193
11194         * src/lyxvc.[Ch]: rewrote to use the vc-backend.
11195         
11196         * src/Makefile.am (lyx_SOURCES): add vc-backend.[Ch]
11197
11198         * src/LyXView.C (UpdateTimerCB): use static_cast
11199         (KeyPressMask_raw_callback): ditto
11200
11201         * src/BufferView.[Ch]: name change _owner -> owner_ and _buffer ->
11202         buffer_, a lot of changes because of this. currentBuffer() ->
11203         buffer(), setBuffer(...) -> buffer(...), getOwner() -> owner(),
11204         also changes to other files because of this.
11205
11206 1999-11-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
11207
11208         * src/vc-backend.[Ch]: new files. The backends for vc handling,
11209         have no support for RCS and partial support for CVS, will be
11210         improved later.
11211         
11212         * src/insets/ several files: changes because of function name
11213         changes in Bufferview and LyXView.
11214         
11215         * src/mathed/math_symbols.C (math_insert_symbol): use static_cast
11216
11217         * src/support/LSubstring.[Ch]: new files. These implement a
11218         Substring that can be very convenient to use. i.e. is this
11219         possible:
11220         string a = "Mary had a little sheep";
11221         Substring(a, "sheep") = "lamb";
11222         a is now "Mary has a little lamb".
11223
11224         * src/support/LRegex.[Ch]: a regex class that can be used to pick
11225         out patterns and subpatterns of strings. It is used by LSubstring
11226         and also by vc-backend.C
11227         
11228         * src/support/lyxstring.C: went over all the assertions used and
11229         tried to correct the wrong ones and flag which of them is required
11230         by the standard. some bugs found because of this. Also removed a
11231         couple of assertions.
11232
11233         * src/support/Makefile.am (libsupport_a_SOURCES): added
11234         LSubstring.[Ch] and LRegex.[Ch]
11235
11236         * src/support/FileInfo.h: have struct stat buf as an object and
11237         not a pointer to one, some changes because of this.
11238
11239         * src/LaTeXFeatures.C (getTClassPreamble): also use the
11240         information in layout when adding the layouts preamble to the
11241         textclass preamble.
11242
11243         * src/LaTeXFeatures.h: use a vector<bool> to store the layout
11244         usage in.
11245
11246         * configure.in (CPPFLAGS): use AC_CHECK_FUNCS to check for XOpenIM
11247         because of bug in OS/2.
11248
11249 1999-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11250
11251         * lib/layouts/lyxmacros.inc (lyxcode): set the font with
11252         \verbatim@font instead of \ttfamily, so that it can be redefined.
11253
11254         * src/BackStack.h, src/DepTable.C, src/DepTable.h, src/LaTeX.C,
11255           src/LaTeX.h, src/lastfiles.C, src/lastfiles.h, src/layout.C,
11256           src/layout.h, src/text2.C: add 'using' directive to bring the
11257         STL templates we need from the std:: namespace to the global one.
11258         Needed by DEC cxx in strict ansi mode.
11259
11260         * src/support/LIstream.h,src/support/LOstream.h,
11261           src/support/lyxstring.h,src/table.h,
11262           src/lyxlookup.h: do not include <config.h> in header
11263         files. This should be done in the .C files only.
11264
11265         * development/lyx.spec.in: WHATSNEW has been renamed to NEWS
11266         (from Kayvan).
11267         
11268
11269 1999-11-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11270
11271         * config/lib_configure.m4,lib/configure,lib/lyxrc.example: update
11272         from Kayvan to fix the tth invokation.
11273
11274         * development/lyx.spec.in: updates from Kayvan to reflect the
11275         changes of file names.
11276
11277 1999-11-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
11278
11279         * src/text2.C (InsertStringB): use std::copy
11280         (InsertStringA): use std::copy
11281
11282         * src/bufferlist.C: use a vector to store the buffers in. This is
11283         an internal change and should not affect any other thing.
11284         
11285         * src/BufferView.C (waitForX): use XSync instead of the lengthy
11286         stuff in waitForX.
11287
11288         * src/text.C (Fill): fix potential bug, one off bug.
11289
11290 1999-11-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
11291
11292         * src/Makefile.am (lyx_main.o): add more files it depends on.
11293
11294         * src/lyx_cb.C (addNewlineAndDepth): parameters in wrong order.
11295
11296         * src/support/lyxstring.C: use size_t for the reference count,
11297         size, reserved memory and xtra.
11298         (internal_compare): new private member function. Now the compare
11299         functions should work for std::strings that have embedded '\0'
11300         characters.
11301         (compare): all compare functions rewritten to use
11302         internal_compare.
11303         
11304 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
11305
11306         * src/support/lyxstring.C (compare): pass c_str()
11307         (compare): pass c_str
11308         (compare): pass c_str
11309
11310 1999-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11311
11312         * src/support/DebugStream.C: <config.h> was not included correctly.
11313
11314         * lib/configure: forgot to re-generate it :( I'll make this file
11315         auto generated soon.
11316
11317 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
11318
11319         * acinclude.m4 (cross_compiling): add -fpermissive when gcc 2.95.x
11320         is used.
11321
11322         * src/support/lyxstring.C: some changes from length() to rep->sz.
11323         avoids a function call.
11324
11325         * src/support/filetools.C (SpaceLess): yet another version of the
11326         algorithm...now per Jean-Marc's suggestions.
11327
11328 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
11329
11330         * src/layout.C (less_textclass_desc): functor for use in sorting
11331         of textclasses. 
11332         (LyXTextClass::Read): sort the textclasses after reading.
11333         
11334         * src/support/filetools.C (SpaceLess): new version of the
11335         SpaceLess functions. What problems does this one give? Please
11336         report.
11337
11338         * images/banner_bw.xbm: made the arrays unsigned char *
11339
11340 1999-11-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11341
11342         * src/support/lyxstring.C (find): remove bogus assertion in the
11343         two versions of find where this has not been done yet.
11344
11345         * src/support/lyxlib.h: add missing int return type to
11346         lyx::chdir(). 
11347
11348         * src/menus.C (ShowFileMenu): disable exporting to html if no
11349         html export command is present.
11350
11351         * config/lib_configure.m4: add a test for an HTML converter. The
11352         programs checked for are, in this order: tth, latex2html and
11353         hevea. 
11354
11355         * lib/configure: generated from config/lib_configure.m4.
11356
11357         * src/lyxfunc.C (Dispatch): update and improve the execution of an
11358         html converter. The parameters are now passed through $$FName and
11359         $$OutName, instead of standard input/output.
11360
11361         * src/lyxrc.{C,h}: rename \tth_command to \html_command.
11362
11363         * lib/lyxrc.example: update description of \html_command. 
11364         add "quotes" around \screen_font_xxx font setting examples to help
11365         people who use fonts with spaces in their names.
11366
11367 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
11368
11369         * Distribution files: updates for v1.1.2
11370
11371         * src/support/lyxstring.C (find): remove bogus assert and return
11372         npos for the same condition.
11373
11374 1999-11-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
11375
11376         * added patch for OS/2 from SMiyata.
11377
11378 1999-10-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
11379
11380         * src/text2.C (CutSelection): make space_wrapped a bool
11381         (CutSelection): dont declare int i until we have to.
11382         (alphaCounter): return a char const *.
11383
11384 1999-10-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11385
11386         * src/support/syscall.C (Systemcalls::kill): 
11387           src/support/filetools.C (PutEnv, PutEnvPath): 
11388           src/lyx_cb.C (addNewlineAndDepth): 
11389           src/FontInfo.C (FontInfo::resize): condition some #warning
11390         directives with WITH_WARNINGS.
11391         
11392
11393 1999-10-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
11394
11395         * src/layout.[Ch] + several files: access to class variables
11396         limited and made accessor functions instead a lot of code changed
11397         becuase of this. Also instead of returning pointers often a const
11398         reference is returned instead.
11399         
11400         * src/form1.C (create_form_Figure): added a couple fo "no-c-format"
11401
11402         * src/Makefile.am (dist-hook): added used to remove the CVS from
11403         cheaders upon creating a dist
11404         (EXTRA_DIST): added cheaders
11405
11406         * src/support/lstrings.C (tostr(char)): fix it to handle param as
11407         a character not as a small integer. 
11408
11409         * src/support/lyxstring.C (find): removed Assert and added i >=
11410         rep->sz to the first if.
11411
11412 1999-10-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
11413
11414         * src/layout.[Ch] src/BufferView.C src/LaTeXFeatures.C
11415         src/LyXView.C src/buffer.C src/bufferparams.C
11416         src/lyx_cb.C src/lyxfunc.C src/paragraph.C src/text.C 
11417         src/text2.C src/insets/insetinclude.C:
11418         lyxlayout renamed to textclasslist.
11419
11420         * src/layout.C: some lyxerr changes.
11421
11422         * src/layout.[Ch] (LyXLayout::Read): changed second paramter to
11423         LyXTextClass. rewrote LT_COPYSTYLE, rewrote LT_OBSOLETEDBY
11424         (LyXLayoutList): removed all traces of this class.
11425         (LyXTextClass::Read): rewrote LT_STYLE
11426         (LyXTextClass::hasLayout): new function
11427         (LyXTextClass::GetLayout): rewritten to return an iterator + has
11428         both const and nonconst version.
11429         (LyXTextClass::delete_layout): new function.
11430         (LyXTextClassList::Style): bug fix. do the right thing if layout
11431         is to big.
11432         (LyXTextClassList::NumberOfLayout): new acces to layoutlist.
11433         (LyXTextClassList::NameOfLayout): ditto 
11434         (LyXTextClassList::Load): ditto
11435
11436         * src/buffer.C (makeLaTeXFile): new access to layoutlist
11437
11438         * src/LaTeXFeatures.C (getTClassPreamble): new access to layoutlist
11439
11440         * src/LyXAction.C (LookupFunc): added a workaround for sun
11441         compiler, on the other hand...we don't know if the current code
11442         compiles on sun at all...
11443
11444         * src/support/filetools.C (CleanupPath): subst fix
11445
11446         * src/insets/insetbib.C (delDatabase): subst fix, this looks
11447         _really_ weird.
11448
11449         * src/support/filetools.C (PutEnvPath): subst fix, how come nobody
11450         complained about this one?
11451
11452         * src/insets/insetinclude.C (Latex): subst fix
11453
11454         * src/insets/insetbib.C (getKeys): subst fix
11455
11456         * src/LyXSendto.C (SendtoApplyCB): subst fix
11457
11458         * src/lyx_main.C (init): subst fix
11459
11460         * src/layout.C (Read): subst fix
11461
11462         * src/lyx_sendfax_main.C (button_send): subst fix
11463
11464         * src/buffer.C (RoffAsciiTable): subst fix
11465
11466         * src/lyx_cb.C (MenuFax): subst fix
11467         (PrintApplyCB): subst fix
11468
11469 1999-10-26  Juergen Vigna  <jug@sad.it>
11470
11471         * src/table.C (TexEndOfCell) + (DocBookEndOfCell): removed some #if 0
11472
11473         (Read): Cleaned up this code so now we read only format vestion >= 5
11474
11475 1999-10-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
11476
11477         * src/support/filetools.C (PutEnvPath): subst fix for EMX, how
11478         come nobody has complained about this one?
11479
11480         * src/insets/insetinclude.C (Latex): subst fix
11481
11482         * src/insets/insetbib.C (getKeys): subst fix
11483
11484         * src/lyx_main.C (init): subst fix
11485
11486         * src/layout.C (Read): subst fix
11487
11488         * src/buffer.C (RoffAsciiTable): subst fix
11489
11490         * src/lyx_cb.C (MenuFax): subst fix.
11491
11492         * src/layout.[hC] + some other files: rewrote to use
11493         std::container to store textclasses and layouts in.
11494         Simplified, removed a lot of code. Make all classes
11495         assignable. Further simplifications and review of type
11496         use still to be one. 
11497
11498         * src/menus.C (ShowFileMenu/ShowFileMenu2): Use the iterators from
11499         lastfiles to create the lastfiles partr of the menu.
11500
11501         * src/lastfiles.[Ch]: rewritten to use deque to store the
11502         lastfiles in. Uses fstream for reading and writing. Simplifies
11503         code.
11504
11505         * src/support/syscall.C: remove explicit cast.
11506
11507         * src/BufferView.C (CursorToggleCB): removed code snippets that
11508         were commented out.
11509         use explicat C++ style casts instead of C style casts. also use
11510         u_vdata instea of passing pointers in longs.
11511
11512         * src/PaperLayout.C: removed code snippets that were commented out.
11513
11514         * src/lyx_gui_misc.C: removed code snippets that were commented out. 
11515
11516         * src/lyx_main.C: removed code snippets that wer commented out.
11517
11518         * src/paragraph.C: removed code snippets that were commented out.
11519
11520         * src/lyxvc.C (logClose): use static_cast
11521         (logUpdate): ditto
11522         (viewLog): remove explicit cast to void*
11523         (showLog): removed old commented code
11524
11525         * src/menus.C: use static_cast instead of C style casts. use
11526         u_vdata instead of u_ldata. remove explicit cast to (long) for
11527         pointers. Removed old code that was commented out.
11528
11529         * src/insets/inset.C: removed old commented func
11530
11531         * src/insets/insetref.C (InsetRef): removed old code that had been
11532         commented out for a long time.
11533         (Edit): ditto
11534         (escape): removed C style cast
11535
11536         * src/insets/insetlatexaccent.C (Draw): removed old commented code
11537
11538         * src/insets/insetlatex.C (Draw): removed old commented code
11539         (Read): rewritten to use string
11540
11541         * src/insets/insetlabel.C (escape): removed C style cast
11542
11543         * src/insets/insetindex.h: removed vdata and ldata from FD_index_form
11544
11545         * src/insets/insetindex.C: use static_cast and u_vdata, removed
11546         old commented code.
11547
11548         * src/insets/insetinclude.h: removed a couple of stupid bools
11549
11550         * src/insets/insetinclude.C (include_cb): use static_cast and u_data.
11551         (Clone): remove C style cast
11552         (getKeys): changed list to lst because of std::list
11553
11554         * src/insets/inseterror.C (Draw): removed som old commented code.
11555
11556         * src/insets/insetcommand.C (Draw): removed some old commented code.
11557
11558         * src/insets/insetbib.C (bibitem_cb): removed code that has been
11559         commented out forever.
11560         (bibitem_cb): use static_cast instead of C style cast
11561         use of vdata changed to u_vdata.
11562
11563         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forward the data
11564         parameter.
11565         (CloseUrlCB): use static_cast instead of C style cast.
11566         (CloseUrlCB): added a fl_free form...it seemed to be missing.
11567
11568         * src/insets/insetinfo.C (Edit): pass object in u_vdata instead
11569         (C_InsetInfo_CloseInfoCB): forward the ob parameter
11570         (CloseInfoCB): static_cast from ob->u_vdata instead.
11571         (Edit): removed bogus arg from fl_set_object_shortcut, set to 1
11572         instead. 
11573
11574         * src/insets/inseterror.C (Edit): pass object in u_vdata instead
11575         (C_InsetError_CloseErrorCB): forward the ob parameter
11576         (CloseErrorCB): static_cast from ob->u_vdata instead.
11577
11578         * src/vspace.h: include LString.h since we use string in this class.
11579
11580         * src/vspace.C (lyx_advance): changed name from advance because of
11581         nameclash with stl. And since we cannot use namespaces yet...I
11582         used a lyx_ prefix instead. Expect this to change when we begin
11583         using namespaces.
11584
11585         * src/BufferView.[Ch] (BufferView::~BufferView): removed 
11586
11587         * src/BackStack.h: rewrote to use std::stack. made BackStackItem
11588         and removed now defunct constructor and deconstructor.
11589
11590         * src/BufferView.h: have backstack as a object not as a pointer.
11591         removed initialization from constructor. added include for BackStack 
11592
11593         * development/lyx.spec.in (%build): add CFLAGS also.
11594
11595         * src/screen.C (drawFrame): removed another warning.
11596
11597 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11598
11599         * renamed WHATSNEW to NEWS (usual GNU style), CHANGES to
11600         OLD-CHANGES (not used anymore) and modified INSTALL, INSTALL.OS2,
11601         README and ANNOUNCE a bit for the next release. More work is
11602         needed, of course.
11603
11604         * src/paragraph.C (SimpleTeXBlanks): spaces are automatically made
11605         unbreakable if we are in freespacing mode (LyX-Code), but not in
11606         latex mode.
11607
11608 1999-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
11609
11610         * src/BackStack.h: fixed initialization order in constructor
11611
11612         * Makefile.am (MAINTAINERCLEANFILES): removed po/POTFILES.in
11613
11614         * acinclude.m4 (VERSION): new rules for when a version is
11615         development, added also a variable for prerelease.
11616         (warnings): we set with_warnings=yes for prereleases
11617         (lyx_opt): prereleases compile with same optimization as development 
11618         (CXXFLAGS): only use pedantic if we are a development version 
11619
11620         * src/BufferView.C (restorePosition): don't do anything if the
11621         backstack is empty.
11622
11623         * src/BackStack.h: added member empty, use this to test if there
11624         is anything to pop...
11625
11626 1999-10-25  Juergen Vigna  <jug@sad.it>
11627
11628         * forms/form1.fd +
11629         * forms/layout_forms.fd +
11630         * forms/latexoptions.fd +
11631         * lyx.fd: changed for various form resize issues
11632
11633         * src/mathed/math_panel.C +
11634         * src/insets/inseterror.C +
11635         * src/insets/insetinfo.C +
11636         * src/insets/inseturl.C +
11637         * src/insets/inseturl.h +
11638         * src/LaTeXLog.C +
11639         * src/LyXSendto.C +
11640         * src/PaperLayout.C +
11641         * src/ParagraphExtra.C +
11642         * src/TableLayout.C +
11643         * src/form1.C +
11644         * src/layout_forms.C +
11645         * src/lyx.C +
11646         * src/lyx_cb.C +
11647         * src/lyx_gui.C +
11648         * src/lyxfr0.C +
11649         * src/lyxfunc.C +
11650         * src/lyxvc.C +
11651         * src/menus.C: fixed various resize issues. So now forms can be
11652         resized savely or not be resized at all.
11653         
11654         * forms/form_url.fd +
11655         * src/insets/form_url.[Ch]: added because it's cleaner and easier
11656         to modify IMO.
11657
11658         * src/insets/Makefile.am: added files form_url.[Ch]
11659         
11660 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11661
11662         * INSTALL: it is now possible to compile LyX with digital C++ 6.1
11663         (and presumably 6.2).
11664
11665         * src/{BufferView,LyXView,combox,filedlg,intl,lyxserver,lyxvc,
11666         menus,minibuffer,toolbar}.{C,h}: added C_xxx wrappers around
11667         remaining static member callbacks. 
11668
11669         * src/lyxfunc.C (Dispatch): Use _() instead of N_() fot minibuffer
11670         messages. 
11671
11672         * src/support/lyxstring.h: declare struct Srep as friend of
11673         lyxstring, since DEC cxx complains otherwise.
11674
11675 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
11676
11677 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
11678
11679         * src/LaTeX.C (run): made run_bibtex also depend on files with
11680         extension ".bst"
11681         (runBibTeX): added scans for "\\bibstyle", now also ".bst" files
11682         are put into the dependency file.
11683
11684         * src/spellchecker.C (create_ispell_pipe): removed old #warning,
11685         the code has shown itself to work
11686         (create_ispell_pipe): removed another warning, added a comment
11687         instead. 
11688
11689         * src/minibuffer.C (ExecutingCB): removed code that has been
11690         commented out a long time
11691
11692         * src/lyxfunc.C (processKeyEvent): removed some very old commented
11693         out code + a warning.
11694
11695         * src/support/lyxstring.h: comment out the three private
11696         operators, when compiling with string ansi conforming compilers
11697         they make problems.
11698
11699         * src/mathed/math_symbols.C (AddBitmap): change 6th arg to be
11700         unsigned char *.
11701         (pixmapFromBitmapData): change type of bdata to be unsigned char *
11702         (pixmapFromBitmapData): add a reinterpret_cast in the call to
11703         XCreateImage
11704
11705         * src/mathed/math_panel.h: change 6th arg to AddBitmap to be
11706         unsigned char *
11707
11708         * src/mathed/math_panel.C (create_math_panel): remove explicit
11709         casts
11710
11711         * src/bmtable.h: change last paramter to fl_set_bmtable_data to be
11712         unsigned char *.
11713
11714         * src/bmtable.C (struct BMTABLE_SPEC): make bdata unsigned char *
11715         (draw_bitmaptable): add a reinterpret_cast to sp->bdata in the call
11716         to XCreatePixmapFromBitmapData
11717         (fl_set_bmtable_data): change the last argument to be unsigned
11718         char *
11719         (fl_set_bmtable_file): change bdata to unsinged char *, change bw
11720         and bh to be unsigned int, remove explicit casts in call to
11721         XReadBitmapFileData.
11722
11723         * images/arrows.xbm: made the arrays unsigned char *
11724         * images/varsz.xbm: ditto
11725         * images/misc.xbm: ditto
11726         * images/greek.xbm: ditto
11727         * images/dots.xbm: ditto
11728         * images/brel.xbm: ditto
11729         * images/bop.xbm: ditto
11730
11731         * Makefile.am (MAINTAINERCLEANFILES): added po/POTFILES.in
11732
11733         * acinclude.m4 (LYX_GXX_STRENGHT_REDUCE): removed. 
11734         (LYX_PROG_CXX): added -pedantic to g++ compile options when
11735         with-warnings, removed the __STRING_ANSI__ hack, seems to not be
11736         needed. 
11737         (LYX_CXX_CHEADERS): added <clocale> to the test. 
11738
11739 1999-10-23  Lars Gullik Bjønnes  <larsbj@lyx.org>
11740
11741         * src/lyx_cb.C (addNewlineAndDepth): changed to use string::append.
11742
11743         * src/support/lyxstring.C (append): fixed something that must be a
11744         bug, rep->assign was used instead of rep->append.
11745
11746         * src/support/Makefile.am (libsupport_a_SOURCES): added LIstream.h
11747         and LOstream.h
11748
11749         * src/lyxfunc.C (processKeyEvent): removed faulty line that made
11750         lyx insert double chars. Fix spotted by Kayvan.
11751
11752 1999-10-23  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
11753
11754         * Fixed the tth support. I messed up with the Emacs patch apply feature
11755         and omitted the changes in lyxrc.C.
11756
11757 1999-10-22  Juergen Vigna  <jug@sad.it>
11758
11759         * src/insets/figinset.C (CallbackFig): Just changed the defines a bit.
11760
11761         * src/lyx_cb.C (MenuInsertRef) + 
11762         * src/lyx_gui.C (create_forms): Inserted fl_set_form_minsize so that
11763         the form cannot be resized under it limits (fixes a segfault)
11764         
11765         * src/lyx.C (create_form_form_ref) +
11766         * forms/lyx.fd: Changed Gravity on name input field so that it is
11767         resized correctly.
11768
11769 1999-10-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11770
11771         * configure.in: use LYX_CXX_STL_MODERN_STREAMS; check for headers
11772         <ostream> and <istream>.
11773         
11774         * acinclude.m4 (LYX_CXX_STL_MODERN_STREAMS): new test. Checks
11775         whether <fstream> provides the latest standard features, or if we
11776         have an oldstyle library (like in egcs).
11777         (LYX_CXX_STL_STRING): fix the test.
11778
11779         * src/support/DebugStream.{C,h}: use L{I,O}stream.h and condition the
11780         code on MODERN_STL_STREAM.
11781
11782         * src/support/lyxstring.h: use L{I,O}stream.h.
11783
11784         * src/support/L{I,O}stream.h: new files, designed to setup
11785         correctly streams for our use
11786           - includes the right header depending on STL capabilities
11787           - puts std::ostream and std::endl (for LOStream.h) or
11788           std::istream (LIStream.h) in toplevel namespace.
11789
11790 1999-10-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
11791
11792         * src/LaTeX.C (run): added a check in 0 sumchange so that if it
11793         was a bib file that had been changed we ensure that bibtex is run.
11794         (runBibTeX): enhanced to extract the names of the bib files and
11795         getting their absolute path and enter them into the dep file.
11796         (findtexfile): static func that is used to look for tex-files,
11797         checks for absolute patchs and tries also with kpsewhich.
11798         Alternative ways of finding the correct files are wanted. Will
11799         probably be moved.
11800         (do_popen): function that runs a command using popen and returns
11801         the whole output of that command in a string. Should be moved to
11802         somewhere else.
11803
11804         * src/DepTable.[Ch] (extchanged): new function that returns true if a
11805         file with extension ext has changed.
11806
11807         * src/insets/figinset.C: added ifdef guards around the fl_free
11808         code that jug commented out. Now it is commented out when
11809         compiling with XForms == 0.89.
11810
11811         * src/support/lyxstring.C: moved the definition of lyxstring::Srep
11812         to lyxstring.C, and only keep a forward declaration in
11813         lyxstring.h. Simplifies the header file a bit and should help a
11814         bit on compile time too. Also changes to Srep will not mandate a
11815         recompile of code just using string.
11816         (~lyxstring): definition moved here since it uses srep.
11817         (size): definition moved here since it uses srep.
11818
11819         * src/support/lyxstring.h: removed a couple of "inline" that should
11820         not be there.
11821
11822 1999-10-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11823
11824         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forgot to pass
11825         the 'ob' argument.
11826
11827 1999-10-21  Juergen Vigna  <jug@sad.it>
11828
11829         * src/table.C (SetPWidth): Just a small fix so the alignment is not
11830         set to left if I just remove the width entry (or it is empty).
11831
11832         * src/text2.C (SetCursorIntern): Fixed a bug calculating to use wrong
11833         paragraph when having dummy paragraphs.
11834
11835 1999-10-20  Juergen Vigna  <jug@sad.it>
11836
11837         * src/insets/figinset.C: just commented some fl_free_form calls
11838         and added warnings so that this calls should be activated later
11839         again. This avoids for now a segfault, but we have a memory leak!
11840
11841         * src/lyxfunc.C (processKeyEvent) (Dispatch): changed
11842         'const char * argument' to 'string argument', this should
11843         fix some Asserts() in lyxstring.C.
11844
11845         * src/lyxfunc.h: Removed the function argAsString(const char *)
11846         as it is not used anymore.
11847
11848 1999-10-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
11849
11850         * src/support/lyxstring.C (getline): reads now _all_ chars. uses
11851         get instead of >>
11852
11853         * src/Literate.h: some funcs moved from public to private to make
11854         interface clearer. Unneeded args removed.
11855
11856         * src/Literate.C (scanLiterateLogFile): rewritten to use iostream
11857         instead of lyxlex.
11858         (scanBuildLogFile): ditto
11859
11860         * src/LaTeX.C (scanLogFile): merged LaTeX Error handling into
11861         normal TeX Error. Still room for improvement.
11862
11863         * src/LaTeX.[Ch]: removed scanError. Wrong place and not needed.
11864
11865         * src/buffer.C (insertErrors): changes to make the error
11866         desctription show properly.
11867
11868         * src/LaTeX.C (deplog): removed the test for file in lyx doc dir.
11869         could never happen
11870
11871         * src/support/lyxstring.C (helper): changed to use
11872         sizeof(object->rep->ref).
11873         (operator>>): changed to use a pointer instead.
11874
11875         * src/support/lyxstring.h: changed const reference & to value_type
11876         const & lets see if that helps.
11877
11878 1999-10-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
11879
11880         * Makefile.am (rpmdist): fixed to have non static package and
11881         verison.
11882
11883         * src/support/lyxstring.C: removed the compilation guards
11884
11885         * src/vspace.C (nextToken): use i + 1  instead of ++i. Maks things
11886         a bit clearer.
11887
11888         * src/support/Makefile.am (LYXSTRING): bruker USE_LYXSTRING for
11889         conditional compile of lyxstring.Ch
11890
11891         * acinclude.m4 (LYX_CXX_STL_STRING): new and improved, still a
11892         stupid check, but it is a lot better than the bastring hack. 
11893         (LYX_CXX_STL_STRING): bruker nå AM_CONDITIONAL(USE_LYXSTRING  
11894
11895         * several files: changed string::erase into string::clear. Not
11896         really needed.
11897         
11898         * src/chset.C (encodeString): use a char temporary instead
11899
11900         * src/table.C (TexEndOfCell): added tostr around
11901         column_of_cell(fcell+i)+1 and around right_column_of_cell(fcell+i)+1
11902         (TexEndOfCell): ditto
11903         (TexEndOfCell): ditto
11904         (TexEndOfCell): ditto
11905         (DocBookEndOfCell): ditto
11906         (DocBookEndOfCell): ditto
11907         (DocBookEndOfCell): ditto
11908         (DocBookEndOfCell): ditto
11909
11910         * src/paragraph.C (TeXEnvironment): added tostr around foot_count -1
11911
11912         * src/lyxfr1.C (SearchReplaceAllCB): added tostr around replace_count
11913
11914         * src/lyx_cb.C (MenuRunLaTeX): added tostr around ret
11915         (MenuBuildProg): added tostr around ret
11916         (MenuRunChktex): added tostr around ret
11917         (DocumentApplyCB): added tostr around ret
11918
11919         * src/chset.C (encodeString): added tostr around t->ic
11920
11921         * src/buffer.C (makeLaTeXFile): added tostr around secnumdepth
11922         (makeLaTeXFile): added tostr around tocdepth
11923         (makeLaTeXFile): added tostr around ftcound - 1
11924
11925         * src/insets/insetbib.C (setCounter): added tostr around counter.
11926
11927         * src/support/lyxstring.h: added an operator+=(int) to catch more
11928         mistakes. 
11929
11930         * src/support/lyxstring.C (lyxstring): We DON'T allow NULL pointers.
11931         (lyxstring): We DON'T allow NULL pointers.
11932
11933 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11934
11935         * src/mathed/math_macro.C (MathMacroArgument::Write,
11936         MathMacroTemplate::WriteDef): add tostr() around macro arg numbers
11937         when writing them out.
11938
11939         * src/LString.C: remove, since it is not used anymore.
11940         
11941         * src/support/lyxstring.C: condition the content to
11942         USE_INCLUDED_STRING macro.
11943
11944         * src/mathed/math_symbols.C, src/support/lstrings.C,
11945         src/support/lyxstring.C: add `using' directive to specify what
11946         we need in <algorithm>. I do not think that we need to
11947         conditionalize this, but any thought is appreciated.
11948
11949         * many files: change all callback functions to "C" linkage
11950         functions to please strict C++ compilers like DEC cxx 6.1 in mode
11951         strict_ansi. Those who were static are now global. 
11952             The case of callbacks which are static class members is
11953         trickier, since we have to make C wrappers around them (see
11954         InsetError, InsetInfo and InsetUrl). The same holds for friends. I
11955         did not finish this yet, since it defeats the purpose of
11956         encapsulation, and I am not sure what the best route is.
11957
11958 1999-10-19  Juergen Vigna  <jug@sad.it>
11959
11960         * src/support/lyxstring.C (lyxstring): we permit to have a null
11961         pointer as assignment value and just don't assign it.
11962
11963         * src/vspace.C (nextToken): corrected this function substituting
11964         find_first(_not)_of with find_last_of.
11965
11966         * src/TableLayout.C (UpdateLayoutTable) (TableOptionsCB)
11967         (TableOptCloseCB) (TableSpeCloseCB):
11968         inserted fl_set_focus call for problem with fl_hide_form() in
11969         xforms-0.89.
11970
11971 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11972
11973         * src/lyx_cb.C (LayoutsCB): fix bug where int was added to a
11974         string. 
11975
11976 1999-10-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11977
11978         * src/lyxrc.C (Read): RC_PRINTEXSTRAOPTIONS now uses
11979         LyXLex::next() and not eatline() to get its argument.
11980
11981 1999-10-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
11982
11983         * src/DepTable.[Ch]: rewritten to store the dependencies in a map
11984         instead, use fstreams for io of the depfile, removed unneeded
11985         functions and variables. 
11986
11987         * src/LaTeX.[Ch] (class TeXErrors): rewrote to store the errors in a
11988         vector instead, removed all functions and variables that is not in
11989         use.
11990
11991 1999-10-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
11992
11993         * src/buffer.C (insertErrors): use new interface to TeXError
11994
11995         * Makefile.am (rpmdist): added a rpmdist target
11996
11997         * lib/reLyX/Makefile.am: added RelyxFigure.pm and Verbatim.pm as
11998         per Kayvan's instructions.
11999
12000 1999-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12001
12002         * src/Makefile.am: add a definition for localedir, so that locales
12003         are found after installation (Kayvan)
12004
12005 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
12006
12007         * development/.cvsignore: new file.
12008
12009 1999-10-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12010
12011         * acinclude.m4 (LYX_CXX_CHEADERS): New macro. Checks whether the
12012         C++ compiler provides wrappers for C headers and use our alternate
12013         version otherwise.
12014
12015         * configure.in: use LYX_CXX_CHEADERS.
12016
12017         * src/cheader/: new directory, populated with cname headers from
12018         libstdc++-2.8.1. They are a bit old, but probably good enough for
12019         what we want (support compilers who lack them).
12020         
12021         * src/insets/Makefile.am, src/mathed/Makefile.am: remove src/support
12022         from includes. It turns out is was stupid.
12023
12024 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
12025
12026         * lib/Makefile.am (install-data-local): forgot a ';'
12027         (install-data-local): forgot a '\'
12028         (libinstalldirs): needed after all. reintroduced.
12029
12030 1999-10-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
12031
12032         * configure.in (AC_OUTPUT): added lyx.spec
12033
12034         * development/lyx.spec: removed file
12035
12036         * development/lyx.spec.in: new file
12037
12038         * po/*.po: merged with lyx.pot becuase of make distcheck
12039         
12040         * lib/Makefile.am (dist-hook): added dist-hook so that
12041         documentation files will be included when doing a make
12042         dist/distdir/distcheck. Requires cvs export -r HEAD lyxdoc to run.
12043         (pkgdata_SCRIPTS): added configure.cmd for now, we can use som
12044         conditional later.
12045         more: tried to make install do the right thing, exclude CVS dirs
12046         etc.
12047
12048         * src/LaTeXLog.C (ShowLatexLog): reordered som statements so that
12049         Path would fit in more nicely.
12050
12051         * all files that used to use pathstack: uses now Path instead.
12052         This change was a lot easier than expected.
12053         
12054         * src/support/path.h: new file
12055
12056         * src/support/Makefile.am (libsupport_a_SOURCES): added path.h
12057
12058         * src/Makefile.am (lyx_SOURCES): removed pathstack.[Ch]
12059
12060         * src/support/lyxstring.C (getline): Default arg was given for
12061         para 3. removed.
12062
12063         * Configure.cmd: removed file 
12064
12065 1999-10-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12066
12067         * src/support/DebugStream.[Ch]: remove the explicit std:: before
12068         streams classes and types, add the proper 'using' statements when
12069         MODERN_STL is defined.
12070         
12071         * src/debug.h: move the << operator definition after the inclusion
12072         of DebugStream.h
12073
12074         * src/support/filetools.C: include "LAssert.h", which is needed
12075         later. 
12076
12077         * src/insets/Makefile.am, src/mathed/Makefile.am: add src/support
12078         to includes. 
12079
12080         * src/lyxfont.h, src/commandtags.h, src/mathed/math_defs.h:
12081         include "debug.h" to define a proper ostream.
12082
12083 1999-10-12  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
12084
12085         * src/sys*: Cleaned up the Systemcall stuff a bit. Added "kill(int)"
12086           method to the SystemCall class which can kill a process, but it's
12087           not fully implemented yet.
12088
12089         * src/*.C: Changed Systemcalls::Startscript() to startscript()
12090
12091         * src/support/FileInfo.h: Better documentation  
12092
12093         * src/lyxfunc.C: Added support for buffer-export html
12094         
12095         * src/menus.C: Added Export->As HTML...
12096         
12097         * lib/bind/*.bind: Added short-cut for buffer-export html
12098
12099         * src/lyxrc.*: Added support for new \tth_command
12100         
12101         * lib/lyxrc.example: Added stuff for new \tth_command
12102
12103 1999-10-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
12104
12105         * lib/Makefile.am (IMAGES): removed images/README
12106         (pkgdata_SCRIPTS): use this instead of bin_SCRIPTS to that it
12107         installes in correct place. Check permisions is installed
12108         correctly.
12109
12110         * src/LaTeX.C: some no-op changes moved declaration of some
12111         variables around.
12112
12113         * src/LaTeX.h (LATEX_H): changed include guard name
12114
12115 1999-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12116
12117         * lib/reLyX/Makefile.am: install noweb2lyx.
12118
12119         * lib/Makefile.am: install configure. 
12120
12121         * lib/reLyX/configure.in: declare a config aux dir; set package
12122         name to lyx (not sure what the best solution is); generate noweb2lyx.
12123
12124         * lib/layouts/egs.layout: fix the bibliography layout.
12125
12126 1999-10-08  Jürgen Vigna <jug@sad.it>
12127
12128         * src/support/filetools.C (FileOpenSearch): Fixed a bug where
12129         when in the PATH was something like /usr/bin;;/bin (note: the ;;)
12130         it returned without continuing to search the path.
12131         
12132 1999-10-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
12133
12134         * src/insets/insetquotes.C (Draw): Simplified a gread deal. This
12135         also fixes a bug. It is not allowed to do tricks with std::strings
12136         like: string a("hei"); &a[e]; this will not give what you
12137         think... Any reason for the complexity in this func?
12138
12139 1999-10-06  Asger Alstrup Nielsen  <alstrup@diku.dk>
12140
12141         * Updated README and INSTALL a bit, mostly to check that my
12142         CVS rights are correctly set up.
12143
12144 1999-10-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
12145
12146         * src/support/lyxstring.C (helper): removed bogus Assert. strlen
12147         does not allow '\0' chars but lyxstring and std::string does.
12148
12149 1999-10-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
12150
12151         * autogen.sh (AUTOCONF): let the autogen script create the
12152         POTFILES.in file too. POTFILES.in should perhaps now not be
12153         included in the cvs module.
12154
12155         * some more files changed to use C++ includes instead of C ones.
12156
12157         * src/filedlg.C (Reread): fixed a bug wrt Time. It was appended
12158         not assigned.
12159         (Reread): added tostr to nlink. buggy output otherwise.
12160         (Reread): added a string() around szMode when assigning to Buffer,
12161         without this I got a log of garbled info strings.
12162
12163         * acconfig.h: commented out the PTR_AS_INT macros. They should not
12164         be needed.
12165
12166         * I have added several ostream & operator<<(ostream &, some_type)
12167         functions. This has been done to avoid casting and warnings when
12168         outputting enums to lyxerr. This as thus eliminated a lot of
12169         explicit casts and has made the code clearer. Among the enums
12170         affected: kb_action, InsetLatexAccent::ACCENT_TYPE, a couple of
12171         mathed enums, some font enum the Debug::type enum. 
12172
12173         * src/support/lyxstring.h (clear): missing method. equivalent of
12174         erase(0, npos).
12175
12176         * all files that contained "stderr": rewrote constructs that used
12177         stderr to use lyxerr instead. (except bmtable)
12178
12179         * src/support/DebugStream.h (level): and the passed t with
12180         Debug::ANY to avoid spurious bits set.
12181
12182         * src/debug.h (Debug::type value): made it accept strings of the
12183         type INFO,INIT,KEY.
12184
12185         * configure.in (Check for programs): Added a check for kpsewhich,
12186         the latex generation will use this later to better the dicovery of
12187         all used files. 
12188
12189         * src/BufferView.C (create_view): we don't need to cast this to
12190         (void*) that is done automatically.
12191         (WorkAreaButtonPress): removed some dead code.
12192
12193 1999-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12194
12195         * src/minibuffer.C (Init): make sure that the "Welcome to LyX!"
12196         is not overwritten when translated (David Sua'rez de Lis).
12197
12198         * lib/CREDITS: Added David Sua'rez de Lis
12199
12200         * lib/reLyX/configure.in: setup LYX_DIR correctly in reLyX.
12201
12202         * src/bufferparams.C (BufferParams): default input encoding is now
12203         "latin1" 
12204
12205         * acinclude.m4 (cross_compiling): comment out macro
12206         LYX_GXX_STRENGTH_REDUCE. 
12207
12208         * acconfig.h: make sure that const is not defined (to empty) when
12209         we are compiling C++. Remove commented out code using SIZEOF_xx
12210         macros.
12211         
12212         * configure.in : move the test for const and inline as late as
12213         possible so that these C tests do not interefere with C++ ones.
12214         Remove the call to LYX_GXX_STRENGTH_REDUCE, since its usefulness
12215         has not been proven. 
12216
12217 1999-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12218
12219         * src/table.C (getDocBookAlign): remove bad default value for
12220         isColumn parameter.
12221
12222         * src/menus.C (ShowFileMenu): add a missing tostr() for lastfiles
12223         shortcut. 
12224         (ShowFileMenu2): ditto.
12225
12226         * lib/reLyX/.cvsignore: add configure and aclocal.m4 to the list
12227         of files to ignore.
12228
12229 1999-10-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
12230
12231         * Most files: finished the change from the old error code to use
12232         DebugStream for all lyxerr debugging. Only minor changes remain
12233         (e.g. the setting of debug levels using strings instead of number) 
12234
12235 1999-10-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
12236
12237         * src/layout.C (Add): Changed to use compare_no_case instead of
12238         strcasecmp.
12239
12240         * src/FontInfo.C: changed loop variable type too string::size_type.
12241
12242 1999-10-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
12243
12244         * src/support/Makefile.am: added -I${srcdir}/../ to INCLUDES and
12245         set ETAGS_ARGS to --c++ 
12246
12247 1999-09-30  Lars Gullik Bjønnes  <larsbj@lyx.org>
12248
12249         * src/table.C (DocBookEndOfCell): commented out two unused variables
12250
12251         * src/paragraph.C: commented out four unused variables. 
12252
12253         * src/lyx_cb.C (TocUpdateCB): moved variable i and added a new i
12254         insed a if clause with type string::size_type.
12255
12256         * src/lyxfr1.C (IsSearchStringInText): changed iSrch from int to
12257         string::size_type.
12258
12259         * src/lyxfunc.C (Dispatch): use string::size_type as loop variable.
12260
12261         * src/lyx_cb.C (ReplaceWord): use string::size_type as loop
12262         variable, also changed loop to go from 0 to lenght + 1, instead of
12263         -1 to length. This should be correct.
12264
12265         * src/LaTeX.C (scanError): use string::size_type as loop variable
12266         type.
12267
12268         * src/BufferView.C (WorkAreaButtonPress): moved #if 0 up two lines
12269         (l.896) since y_tmp and row was not used anyway.
12270
12271         * src/insets/insetref.C (escape): use string::size_type as loop
12272         variable type.
12273
12274         * src/insets/insetquotes.C (Width): use string::size_type as loop
12275         variable type.
12276         (Draw): use string::size_type as loop variable type.
12277
12278         * src/insets/insetlatexaccent.C (checkContents): use
12279         string::size_type as loop variable type.
12280
12281         * src/insets/insetlabel.C (escape): use string::size_type as loop
12282         variable type.
12283
12284         * src/insets/insetinfo.C: added an extern for current_view.
12285
12286         * src/insets/insetcommand.C (scanCommand): use string::size_type
12287         as loop variable type.
12288
12289         * most files: removed the RCS tags. With them we had to recompile
12290         a lot of files after a simple cvs commit. Also we have never used
12291         them for anything meaningful. 
12292
12293         * most files: tags-query-replace NULL 0. As adviced several plases
12294         we now use "0" instead of "NULL" in our code. 
12295
12296         * src/support/filetools.C (SpaceLess): use string::size_type as
12297         loop variable type.
12298
12299 1999-09-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
12300
12301         * src/paragraph.C: fixed up some more string stuff.
12302
12303 1999-09-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
12304
12305         * src/support/filetools.h: make modestr a std::string.
12306
12307         * src/filetools.C (GetEnv): made ch really const.
12308
12309         * src/lyxlib.h: removed the Maximum and Minimum inline functions,
12310         made code that used these use max/min from <algorithm> instead.
12311
12312         * changed several c library include files to their equivalent c++
12313         library include files. All is not changed yet.
12314
12315         * created a support subdir in src, put lyxstring and lstrings
12316         there + the extra files atexit, fileblock, strerror. Created
12317         Makefile.am. edited configure.in and src/Makefile.am to use this
12318         new subdir. More files moved to support.
12319
12320         * imported som of the functions from repository lyx, filetools
12321         
12322         * ran tags-query-replace on LString -> string, corrected the bogus
12323         cases. Tried to make use of lstrings.[hC], debugged a lot. There
12324         is still some errors in there. This is errors where too much or
12325         too litle get deleted from strings (string::erase, string::substr,
12326         string::replace), there can also be some off by one errors, or
12327         just plain wrong use of functions from lstrings. Viewing of quotes
12328         is wrong. 
12329
12330         * LyX is now running fairly well with string, but there are
12331         certainly some bugs yet (see above) also string is quite different
12332         from LString among others in that it does not allow null pointers
12333         passed in and will abort if it gets any.
12334         
12335         * Added the revtex4 files I forgot when setting up the repository.
12336
12337 1999-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
12338
12339         * All over: Tried to clean everything up so that only the files
12340           that we really need are included in the cvs repository.
12341         * Switched to use automake.
12342         * Generaton of reLyX is not perfect, LYX_DIR does not get substituted.
12343         * Install has not been checked.
12344
12345 1999-09-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
12346
12347         * po/pt.po: Three errors:
12348                l.533 and l.538 format specification error
12349                l. 402 duplicate entry, I just deleted it.